From 788452ef7851a80b8ade1c732a604d8054a5f451 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 29 Aug 2026 13:17:35 -0400 Subject: [PATCH 01/17] feature: tournament check-in, free agents, join rules and stats leaderboard --- generated/schema.ts | 8 +- hasura/enums/notification-types.sql | 3 + .../enums/tournament-free-agent-statuses.sql | 6 + .../enums/tournament-registration-types.sql | 5 + hasura/enums/tournament-statuses.sql | 1 + .../tournaments/assign_seeds_to_teams.sql | 23 +- .../can_close_tournament_registration.sql | 3 +- .../can_open_tournament_registration.sql | 8 +- .../can_review_tournament_check_in.sql | 25 + .../tournaments/can_start_tournament.sql | 2 +- .../draft_tournament_free_agent_teams.sql | 191 +++++ .../get_tournament_leaderboard.sql | 100 +++ .../functions/tournaments/meets_min_role.sql | 12 + .../player_meets_tournament_requirements.sql | 108 +++ .../tournaments/tournament_check_in.sql | 65 ++ .../tournaments/tournament_has_min_teams.sql | 12 +- .../tournament_registration_access.sql | 56 ++ hasura/metadata/actions.graphql | 58 +- hasura/metadata/actions.yaml | 113 +++ .../default/functions/functions.yaml | 1 + .../public_get_tournament_leaderboard.yaml | 9 + ...blic_e_tournament_free_agent_statuses.yaml | 20 + ...ublic_e_tournament_registration_types.yaml | 20 + .../tables/public_tournament_free_agents.yaml | 126 ++++ ...public_tournament_leaderboard_entries.yaml | 26 + ...ublic_tournament_registration_unlocks.yaml | 56 ++ .../tables/public_tournament_team_roster.yaml | 10 + .../tables/public_tournament_teams.yaml | 16 + .../default/tables/public_tournaments.yaml | 144 ++++ .../databases/default/tables/tables.yaml | 5 + .../down.sql | 39 + .../up.sql | 162 ++++ .../down.sql | 2 + .../up.sql | 13 + .../down.sql | 3 + .../up.sql | 10 + .../down.sql | 4 + .../up.sql | 20 + hasura/triggers/tournament_free_agents.sql | 53 ++ hasura/triggers/tournament_team_roster.sql | 85 ++- hasura/triggers/tournament_teams.sql | 45 +- hasura/triggers/tournaments.sql | 61 +- scripts/seed-tournament-qa.mjs | 314 ++++++++ src/matches/jobs/CancelInvalidTournaments.ts | 7 +- .../jobs/ProcessTournamentCheckIn.spec.ts | 217 ++++++ src/matches/jobs/ProcessTournamentCheckIn.ts | 296 ++++++++ src/matches/matches.module.ts | 15 + .../preferences/notification-categories.ts | 11 +- .../push/notification-delivery.ts | 3 + .../tournaments.controller.spec.ts | 668 +++++++++++++++++ src/tournaments/tournaments.controller.ts | 544 ++++++++++++++ src/tournaments/tournaments.module.ts | 2 + ...ournament-check-in-and-free-agents.spec.ts | 708 ++++++++++++++++++ 53 files changed, 4496 insertions(+), 18 deletions(-) create mode 100644 hasura/enums/tournament-free-agent-statuses.sql create mode 100644 hasura/enums/tournament-registration-types.sql create mode 100644 hasura/functions/tournaments/can_review_tournament_check_in.sql create mode 100644 hasura/functions/tournaments/draft_tournament_free_agent_teams.sql create mode 100644 hasura/functions/tournaments/get_tournament_leaderboard.sql create mode 100644 hasura/functions/tournaments/meets_min_role.sql create mode 100644 hasura/functions/tournaments/player_meets_tournament_requirements.sql create mode 100644 hasura/functions/tournaments/tournament_check_in.sql create mode 100644 hasura/functions/tournaments/tournament_registration_access.sql create mode 100644 hasura/metadata/databases/default/functions/public_get_tournament_leaderboard.yaml create mode 100644 hasura/metadata/databases/default/tables/public_e_tournament_free_agent_statuses.yaml create mode 100644 hasura/metadata/databases/default/tables/public_e_tournament_registration_types.yaml create mode 100644 hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml create mode 100644 hasura/metadata/databases/default/tables/public_tournament_leaderboard_entries.yaml create mode 100644 hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml create mode 100644 hasura/migrations/default/1881000000000_tournament_registration_and_check_in/down.sql create mode 100644 hasura/migrations/default/1881000000000_tournament_registration_and_check_in/up.sql create mode 100644 hasura/migrations/default/1881000000100_tournament_check_in_notifications/down.sql create mode 100644 hasura/migrations/default/1881000000100_tournament_check_in_notifications/up.sql create mode 100644 hasura/migrations/default/1881000000200_tournament_check_in_review_status/down.sql create mode 100644 hasura/migrations/default/1881000000200_tournament_check_in_review_status/up.sql create mode 100644 hasura/migrations/default/1881000000300_tournament_registration_unlocks/down.sql create mode 100644 hasura/migrations/default/1881000000300_tournament_registration_unlocks/up.sql create mode 100644 hasura/triggers/tournament_free_agents.sql create mode 100644 scripts/seed-tournament-qa.mjs create mode 100644 src/matches/jobs/ProcessTournamentCheckIn.spec.ts create mode 100644 src/matches/jobs/ProcessTournamentCheckIn.ts create mode 100644 src/tournaments/tournaments.controller.spec.ts create mode 100644 test/tournament-check-in-and-free-agents.spec.ts diff --git a/generated/schema.ts b/generated/schema.ts index c4a29041a..db2ba99ae 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -5463,7 +5463,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 = 'AwardGranted' | 'ChatMessage' | 'ClipReady' | 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'DraftInvite' | 'EloRecompute' | 'EventReminder' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchChatMessage' | 'MatchImported' | 'MatchStatsReady' | 'MatchStatusChange' | 'MatchSupport' | 'NadeDriftScanFinished' | 'NadePracticeInvite' | 'NadePracticeReady' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'NewsPublished' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'SeasonEnded' | 'StorageScan' | 'TeamInvite' | 'TournamentCreated' | 'TournamentReminder' | 'TournamentTeamInvite' | 'UtilityDriftScanFinished' | 'UtilityPracticeInvite' | 'UtilityPracticeReady' +export type e_notification_types_enum = 'AwardGranted' | 'ChatMessage' | 'ClipReady' | 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'DraftInvite' | 'EloRecompute' | 'EventReminder' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchChatMessage' | 'MatchImported' | 'MatchStatsReady' | 'MatchStatusChange' | 'MatchSupport' | 'NadeDriftScanFinished' | 'NadePracticeInvite' | 'NadePracticeReady' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'NewsPublished' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'SeasonEnded' | 'StorageScan' | 'TeamInvite' | 'TournamentCheckInClosing' | 'TournamentCheckInMissed' | 'TournamentCheckInOpen' | 'TournamentCreated' | 'TournamentReminder' | 'TournamentTeamInvite' | 'UtilityDriftScanFinished' | 'UtilityPracticeInvite' | 'UtilityPracticeReady' /** aggregate max on columns */ @@ -6478,7 +6478,7 @@ export interface e_tournament_status_aggregate_fields { /** unique or primary key constraints on table "e_tournament_status" */ export type e_tournament_status_constraint = 'e_tournament_status_pkey' -export type e_tournament_status_enum = 'Cancelled' | 'CancelledMinTeams' | 'Finished' | 'Live' | 'Paused' | 'RegistrationClosed' | 'RegistrationOpen' | 'Setup' +export type e_tournament_status_enum = 'Cancelled' | 'CancelledMinTeams' | 'CheckInReview' | 'Finished' | 'Live' | 'Paused' | 'RegistrationClosed' | 'RegistrationOpen' | 'Setup' /** aggregate max on columns */ @@ -144227,6 +144227,9 @@ export const enumENotificationTypesEnum = { SeasonEnded: 'SeasonEnded' as const, StorageScan: 'StorageScan' as const, TeamInvite: 'TeamInvite' as const, + TournamentCheckInClosing: 'TournamentCheckInClosing' as const, + TournamentCheckInMissed: 'TournamentCheckInMissed' as const, + TournamentCheckInOpen: 'TournamentCheckInOpen' as const, TournamentCreated: 'TournamentCreated' as const, TournamentReminder: 'TournamentReminder' as const, TournamentTeamInvite: 'TournamentTeamInvite' as const, @@ -144551,6 +144554,7 @@ export const enumETournamentStatusConstraint = { export const enumETournamentStatusEnum = { Cancelled: 'Cancelled' as const, CancelledMinTeams: 'CancelledMinTeams' as const, + CheckInReview: 'CheckInReview' as const, Finished: 'Finished' as const, Live: 'Live' as const, Paused: 'Paused' as const, diff --git a/hasura/enums/notification-types.sql b/hasura/enums/notification-types.sql index 27a2c727f..e474ed49e 100644 --- a/hasura/enums/notification-types.sql +++ b/hasura/enums/notification-types.sql @@ -33,6 +33,9 @@ INSERT INTO e_notification_types ("value", "description") VALUES ('MatchChatMessage', 'A new message in a match''s chat'), ('TournamentCreated', 'Registration opened for a tournament'), ('TournamentReminder', 'A tournament you are registered for starts soon'), + ('TournamentCheckInOpen', 'Check-in has opened for a tournament you are registered for'), + ('TournamentCheckInClosing', 'Check-in for your tournament closes soon'), + ('TournamentCheckInMissed', 'Your team missed check-in and was not seeded'), ('NewsPublished', 'A news article was published'), ('TeamInvite', 'You were invited to a team'), ('TournamentTeamInvite', 'You were invited to play in a tournament'), diff --git a/hasura/enums/tournament-free-agent-statuses.sql b/hasura/enums/tournament-free-agent-statuses.sql new file mode 100644 index 000000000..2bc165b58 --- /dev/null +++ b/hasura/enums/tournament-free-agent-statuses.sql @@ -0,0 +1,6 @@ +insert into e_tournament_free_agent_statuses ("value", "description") values + ('registered', 'Signed up and waiting for the draft'), + ('drafted', 'Placed on a drafted team'), + ('waitlisted', 'Did not make the cut; first in line if a slot opens'), + ('withdrawn', 'Left the free agent pool') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/tournament-registration-types.sql b/hasura/enums/tournament-registration-types.sql new file mode 100644 index 000000000..130bad2b8 --- /dev/null +++ b/hasura/enums/tournament-registration-types.sql @@ -0,0 +1,5 @@ +insert into e_tournament_registration_types ("value", "description") values + ('teams', 'Only pre-formed teams may register'), + ('free_agents', 'Only individual players may register; teams are drafted from the pool'), + ('both', 'Pre-formed teams and individual free agents may both register') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/tournament-statuses.sql b/hasura/enums/tournament-statuses.sql index d371aec75..78e01c2e9 100644 --- a/hasura/enums/tournament-statuses.sql +++ b/hasura/enums/tournament-statuses.sql @@ -4,6 +4,7 @@ insert into e_tournament_status ("value", "description") values ('Setup', 'Setup'), ('RegistrationOpen', 'Registration Open'), ('RegistrationClosed', 'Registration Closed'), + ('CheckInReview', 'Check-in closed with teams missing; held for organizer review'), ('Live', 'Live'), ('Cancelled', 'Cancelled'), ('CancelledMinTeams', 'Cancelled because it did not meet minimum number of teams'), diff --git a/hasura/functions/tournaments/assign_seeds_to_teams.sql b/hasura/functions/tournaments/assign_seeds_to_teams.sql index 928fc08c6..6a646bca1 100644 --- a/hasura/functions/tournaments/assign_seeds_to_teams.sql +++ b/hasura/functions/tournaments/assign_seeds_to_teams.sql @@ -1,21 +1,42 @@ +-- eligible_at is the single gate the rest of the system respects: +-- tournament_has_min_teams counts it, the seeding below reads it, the UI shows +-- it. It is also RECOMPUTED here on every run, so a caller that nulls it out to +-- exclude a team has its work silently undone on the next pass. A missed +-- check-in therefore has to be folded into this function rather than applied +-- from outside -- and the team keeps its row and its roster, so an organizer +-- re-admits it by stamping checked_in_at and re-running the seeding. Nothing +-- deletes a no-show. +-- +-- With check_in_required false the added predicate is constant true, so the +-- behaviour for every tournament that does not use check-in is unchanged. CREATE OR REPLACE FUNCTION public.assign_seeds_to_teams(tournament tournaments) RETURNS VOID LANGUAGE plpgsql AS $$ DECLARE min_players int; + _check_in_gate boolean; BEGIN min_players := tournament_min_players_per_lineup(tournament); + -- Gated on the window having OPENED, not just on the setting: seeding can be + -- run while registration is still open (an organizer closing early, a stage + -- rebuild), and nobody is a no-show for a prompt that has not appeared yet. + -- Without this every team would be stripped of its seed the moment an + -- organizer touched a check-in tournament before T-minus-opens. + _check_in_gate := tournament.check_in_required AND tournament_check_in_started(tournament); + UPDATE tournament_teams tt SET eligible_at = CASE WHEN (SELECT COUNT(*) FROM tournament_team_roster ttr WHERE ttr.tournament_team_id = tt.id) >= min_players + AND (NOT _check_in_gate OR tt.checked_in_at IS NOT NULL) THEN COALESCE(tt.eligible_at, NOW()) ELSE NULL END, seed = CASE WHEN (SELECT COUNT(*) FROM tournament_team_roster ttr WHERE ttr.tournament_team_id = tt.id) >= min_players + AND (NOT _check_in_gate OR tt.checked_in_at IS NOT NULL) THEN tt.seed ELSE NULL END @@ -53,4 +74,4 @@ BEGIN JOIN available_seeds avs ON avs.rn = tts.rn WHERE tt.id = tts.id; END; -$$; \ No newline at end of file +$$; diff --git a/hasura/functions/tournaments/can_close_tournament_registration.sql b/hasura/functions/tournaments/can_close_tournament_registration.sql index 9d3c3ab3c..450563313 100644 --- a/hasura/functions/tournaments/can_close_tournament_registration.sql +++ b/hasura/functions/tournaments/can_close_tournament_registration.sql @@ -6,7 +6,8 @@ RETURNS boolean LANGUAGE plpgsql STABLE AS $$ BEGIN - IF tournament.status != 'RegistrationOpen' THEN + -- Also the "continue without them" exit from check-in review. + IF tournament.status NOT IN ('RegistrationOpen', 'CheckInReview') THEN RETURN false; END IF; diff --git a/hasura/functions/tournaments/can_open_tournament_registration.sql b/hasura/functions/tournaments/can_open_tournament_registration.sql index 7fbe41bb3..3e3d6b12f 100644 --- a/hasura/functions/tournaments/can_open_tournament_registration.sql +++ b/hasura/functions/tournaments/can_open_tournament_registration.sql @@ -8,7 +8,9 @@ AS $$ DECLARE has_stages boolean; BEGIN - IF tournament.status != 'Setup' AND tournament.status != 'RegistrationClosed' AND tournament.status != 'Cancelled' AND tournament.status != 'CancelledMinTeams' THEN + -- CheckInReview is the "give them another chance" path: reopening extends + -- the check-in window for the field that is already registered. + IF tournament.status NOT IN ('Setup', 'RegistrationClosed', 'Cancelled', 'CancelledMinTeams', 'CheckInReview') THEN RETURN false; END IF; @@ -16,7 +18,9 @@ BEGIN RETURN false; END IF; - IF tournament_has_max_teams(tournament) THEN + -- A full bracket blocks a NEW intake, not an extension of the window for + -- teams that are already in it. + IF tournament.status != 'CheckInReview' AND tournament_has_max_teams(tournament) THEN RETURN false; END IF; diff --git a/hasura/functions/tournaments/can_review_tournament_check_in.sql b/hasura/functions/tournaments/can_review_tournament_check_in.sql new file mode 100644 index 000000000..1c684fe22 --- /dev/null +++ b/hasura/functions/tournaments/can_review_tournament_check_in.sql @@ -0,0 +1,25 @@ +-- Whether the tournament may be held in CheckInReview right now: registration is +-- open, check-in is actually in force, and the caller organizes it. +-- +-- Returns NULL, not false, for a session-less caller, exactly like the other +-- can_* guards -- the check-in job writes with no hasura.user and `IF NOT NULL` +-- does not raise, which is how every system-side status flip already works. +CREATE OR REPLACE FUNCTION public.can_review_tournament_check_in( + tournament public.tournaments, + hasura_session json +) +RETURNS boolean +LANGUAGE plpgsql STABLE +AS $$ +BEGIN + IF tournament.status != 'RegistrationOpen' THEN + RETURN false; + END IF; + + IF NOT tournament.check_in_required THEN + RETURN false; + END IF; + + RETURN is_tournament_organizer(tournament, hasura_session); +END; +$$; diff --git a/hasura/functions/tournaments/can_start_tournament.sql b/hasura/functions/tournaments/can_start_tournament.sql index 145ecce6b..af6227ec3 100644 --- a/hasura/functions/tournaments/can_start_tournament.sql +++ b/hasura/functions/tournaments/can_start_tournament.sql @@ -6,7 +6,7 @@ RETURNS boolean LANGUAGE plpgsql STABLE AS $$ BEGIN - IF tournament.status NOT IN ('Setup', 'RegistrationOpen', 'RegistrationClosed') THEN + IF tournament.status NOT IN ('Setup', 'RegistrationOpen', 'RegistrationClosed', 'CheckInReview') THEN RETURN false; END IF; diff --git a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql new file mode 100644 index 000000000..dd78bd3a3 --- /dev/null +++ b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql @@ -0,0 +1,191 @@ +-- Turns a free agent pool into balanced pickup teams. Returns the number of +-- teams created. +-- +-- TWO STAGES, deliberately not merged: +-- 1. Selection -- who plays at all -- is decided by registration order alone. +-- 2. Assignment -- which team a selected player lands on -- is decided by ELO. +-- Collapsing them would let a late high-ELO signup take the slot of someone who +-- registered hours earlier, which is the one thing a first-come pool must not do. +CREATE OR REPLACE FUNCTION public.draft_tournament_free_agent_teams(_tournament_id uuid) +RETURNS integer +LANGUAGE plpgsql +AS $$ +DECLARE + _tournament public.tournaments; + _team_size int; + _max_teams int; + _pool uuid[]; + _eligible int; + _teams int; + _selected int; + _existing_teams int; + _steam_ids bigint[]; + _team_indexes int[]; + _team_ids uuid[] := '{}'; + _team_index int; + _slot int; + _owner bigint; + _new_team_id uuid; +BEGIN + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = _tournament_id; + + IF NOT FOUND THEN + RETURN 0; + END IF; + + -- Idempotent on the DRAFTED teams only. Guarding on "any team exists" would + -- mean registration_type = 'both' never drafted at all: the first team that + -- registered normally would permanently block the free-agent pool, when the + -- whole point of 'both' is to top the field up with it. + IF EXISTS ( + SELECT 1 FROM public.tournament_teams tt + WHERE tt.tournament_id = _tournament_id AND tt.is_drafted + ) THEN + RETURN 0; + END IF; + + _team_size := COALESCE( + public.tournament_min_players_per_lineup(_tournament), + public.tournament_max_players_per_lineup(_tournament) + ); + + IF _team_size IS NULL OR _team_size < 1 THEN + RETURN 0; + END IF; + + SELECT ts.max_teams INTO _max_teams + FROM public.tournament_stages ts + WHERE ts.tournament_id = _tournament_id AND ts."order" = 1 + LIMIT 1; + + SELECT COUNT(*) INTO _existing_teams + FROM public.tournament_teams tt + WHERE tt.tournament_id = _tournament_id; + + -- Stage 1: selection. created_at ASC and nothing else. + -- + -- A free agent who also ended up on a registered roster is skipped rather + -- than drafted: tournament_team_roster is unique per (tournament, player), + -- so drafting them would abort the whole transition on a key violation. + SELECT array_agg(fa.id ORDER BY fa.created_at, fa.id) + INTO _pool + FROM public.tournament_free_agents fa + WHERE fa.tournament_id = _tournament_id + AND ( + fa.status = 'registered' + OR (fa.status = 'waitlisted' AND fa.checked_in_at IS NOT NULL) + ) + AND NOT EXISTS ( + SELECT 1 + FROM public.tournament_team_roster ttr + WHERE ttr.tournament_id = _tournament_id + AND ttr.player_steam_id = fa.player_steam_id + ); + + _eligible := COALESCE(array_length(_pool, 1), 0); + + IF _eligible = 0 THEN + RETURN 0; + END IF; + + _teams := _eligible / _team_size; + + -- The cap is the bracket's remaining room, not its total size: in 'both' + -- mode the teams that registered normally have already taken their slots. + IF _max_teams IS NOT NULL AND _teams > GREATEST(_max_teams - _existing_teams, 0) THEN + _teams := GREATEST(_max_teams - _existing_teams, 0); + END IF; + + _selected := _teams * _team_size; + + -- Everyone past the cut waits. created_at is untouched, so a later pass + -- still honours the order they signed up in. + UPDATE public.tournament_free_agents fa + SET status = 'waitlisted', + tournament_team_id = NULL + WHERE fa.id = ANY(_pool[(_selected + 1):_eligible]); + + IF _teams < 1 THEN + RETURN 0; + END IF; + + -- Stage 2: assignment. The shuffle exists only so equal-rated players do not + -- always land on the same side of the snake; it never reorders the pool. + WITH selected AS MATERIALIZED ( + SELECT + fa.player_steam_id, + COALESCE(public.get_tournament_player_elo(_tournament_id, fa.player_steam_id), 5000) AS elo, + -- Drawn once per player and stored, not called from the ORDER BY: + -- a volatile function re-evaluated mid-sort gives an undefined order + -- rather than a shuffle. + random() AS shuffle + FROM public.tournament_free_agents fa + WHERE fa.id = ANY(_pool[1:_selected]) + ), + ordered AS ( + SELECT s.*, ROW_NUMBER() OVER (ORDER BY s.elo DESC, s.shuffle) AS pick + FROM selected s + ), + snake AS ( + SELECT + o.*, + CASE WHEN ((o.pick - 1) / _teams) % 2 = 0 + THEN ((o.pick - 1) % _teams) + 1 + ELSE _teams - ((o.pick - 1) % _teams) + END::int AS team_index + FROM ordered o + ) + SELECT + array_agg(s.player_steam_id ORDER BY s.team_index, s.elo DESC, s.player_steam_id), + array_agg(s.team_index ORDER BY s.team_index, s.elo DESC, s.player_steam_id) + INTO _steam_ids, _team_indexes + FROM snake s; + + -- tbi_tournament_team_roster redirects a non-organizer insert on a pickup + -- team into an INVITE. These players never invited each other, so the + -- redirect would silently produce empty teams; the named GUC marks the + -- system path the same way fivestack.league_cascade does. It is transaction + -- local, so an error rolls it back with everything else. + PERFORM set_config('fivestack.free_agent_draft', 'true', true); + + FOR _team_index IN 1.._teams LOOP + -- There is no real owner for a pool of strangers; the highest-rated + -- player on the generated roster is the least arbitrary stand-in for + -- the NOT NULL owner/captain columns. + _owner := _steam_ids[array_position(_team_indexes, _team_index)]; + + -- Numbered past the teams that are already in, so 'both' does not mint a + -- second "Team 1" next to a registered one. checked_in_at is stamped + -- outright: a team that did not exist while the window was open cannot + -- be a no-show, and leaving it NULL would drop every drafted team back + -- out of seeding. + INSERT INTO public.tournament_teams (tournament_id, team_id, name, owner_steam_id, captain_steam_id, is_drafted, checked_in_at) + VALUES (_tournament_id, NULL, 'Team ' || (_existing_teams + _team_index), _owner, _owner, true, now()) + RETURNING id INTO _new_team_id; + + _team_ids := array_append(_team_ids, _new_team_id); + END LOOP; + + FOR _slot IN 1..array_length(_steam_ids, 1) LOOP + INSERT INTO public.tournament_team_roster (tournament_team_id, player_steam_id, tournament_id, role) + VALUES ( + _team_ids[_team_indexes[_slot]], + _steam_ids[_slot], + _tournament_id, + -- The arrays are sorted by (team_index, elo desc), so the first slot + -- of each team is its owner. + CASE WHEN _slot = array_position(_team_indexes, _team_indexes[_slot]) THEN 'Admin' ELSE 'Member' END + ); + + UPDATE public.tournament_free_agents fa + SET status = 'drafted', + tournament_team_id = _team_ids[_team_indexes[_slot]] + WHERE fa.tournament_id = _tournament_id + AND fa.player_steam_id = _steam_ids[_slot]; + END LOOP; + + PERFORM set_config('fivestack.free_agent_draft', 'false', true); + + RETURN _teams; +END; +$$; diff --git a/hasura/functions/tournaments/get_tournament_leaderboard.sql b/hasura/functions/tournaments/get_tournament_leaderboard.sql new file mode 100644 index 000000000..4e6ba0817 --- /dev/null +++ b/hasura/functions/tournaments/get_tournament_leaderboard.sql @@ -0,0 +1,100 @@ +-- Tournament-scoped player board. v_tournament_player_stats already aggregates +-- the same matches but carries no adr and no rating, which is the whole reason +-- this exists: those two live in player_match_map_stats / v_player_match_map_hltv. +-- +-- Stale-overload cleanup: CREATE OR REPLACE cannot remove an old overload once +-- a second signature exists (SQLSTATE 42725). Drop known signatures first so +-- re-applying this file always lands on exactly one get_tournament_leaderboard. +DROP FUNCTION IF EXISTS public.get_tournament_leaderboard(UUID); +DROP FUNCTION IF EXISTS public.get_tournament_leaderboard(UUID, JSON); + +-- LANGUAGE plpgsql (not sql): a "sql"-language body is parsed for relation +-- references at CREATE time, so this function would fail to create on a fresh +-- install before v_player_match_map_hltv exists in a later boot phase. +CREATE OR REPLACE FUNCTION public.get_tournament_leaderboard( + _tournament_id UUID, + hasura_session JSON DEFAULT NULL +) +RETURNS SETOF public.tournament_leaderboard_entries +LANGUAGE plpgsql STABLE +AS $$ +BEGIN + -- Exposed to guest and takes an arbitrary id, so it re-applies the tournaments + -- table's own select rule: a Setup tournament is only visible to its + -- organizers. Hasura does not filter a function's rows for you. + IF NOT EXISTS ( + SELECT 1 FROM public.tournaments t + WHERE t.id = _tournament_id + AND ( + t.status <> 'Setup' + OR public.is_tournament_organizer(t, hasura_session) + ) + ) THEN + RETURN; + END IF; + + RETURN QUERY + WITH t_matches AS ( + SELECT DISTINCT tb.match_id + FROM public.tournament_brackets tb + JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = _tournament_id + AND tb.match_id IS NOT NULL + ), + agg AS ( + SELECT + pmms.steam_id, + SUM(pmms.kills)::int AS kills, + SUM(pmms.deaths)::int AS deaths, + SUM(pmms.assists)::int AS assists, + SUM(pmms.hs_kills)::int AS hs_kills, + SUM(pmms.damage)::float AS damage, + SUM(pmms.rounds_played)::int AS rounds_played, + COUNT(DISTINCT pmms.match_id)::int AS matches_played, + -- Round-weighted, so a one-map cameo cannot outrank a full run. + CASE WHEN SUM(h.rounds_played) > 0 + THEN SUM(COALESCE(h.hltv_rating, 0) * h.rounds_played) + / SUM(h.rounds_played) + ELSE 0 + END AS rating + FROM t_matches tm + JOIN public.player_match_map_stats pmms ON pmms.match_id = tm.match_id + LEFT JOIN public.v_player_match_map_hltv h + ON h.match_map_id = pmms.match_map_id + AND h.steam_id = pmms.steam_id + GROUP BY pmms.steam_id + ) + SELECT + a.steam_id::text, + p.name, + p.avatar_url, + p.custom_avatar_url, + p.country, + ttr.tournament_team_id, + tt.name, + ROUND(a.rating::numeric, 2)::float, + CASE WHEN a.rounds_played > 0 + THEN ROUND((a.damage / a.rounds_played)::numeric, 1)::float + ELSE 0 END, + a.kills, + a.deaths, + a.assists, + CASE WHEN a.deaths = 0 + THEN a.kills::float + ELSE ROUND((a.kills::numeric / a.deaths::numeric), 2)::float END, + CASE WHEN a.kills = 0 + THEN 0::float + ELSE ROUND((a.hs_kills::numeric / a.kills::numeric) * 100, 1)::float END, + a.rounds_played, + a.matches_played + FROM agg a + JOIN public.players p ON p.steam_id = a.steam_id + LEFT JOIN public.tournament_team_roster ttr + ON ttr.tournament_id = _tournament_id + AND ttr.player_steam_id = a.steam_id + LEFT JOIN public.tournament_teams tt ON tt.id = ttr.tournament_team_id + -- No LIMIT: the web paginates via Hasura order_by/limit/offset, and an + -- in-function cap would truncate the aggregate count as well as the rows. + ORDER BY a.rating DESC; +END; +$$; diff --git a/hasura/functions/tournaments/meets_min_role.sql b/hasura/functions/tournaments/meets_min_role.sql new file mode 100644 index 000000000..b0263b2e4 --- /dev/null +++ b/hasura/functions/tournaments/meets_min_role.sql @@ -0,0 +1,12 @@ +-- Gates the ACTING session against the tournament's minimum role. Delegates to +-- is_above_role so role ordering has exactly one definition; an unrecognised +-- role makes is_above_role return NULL, which is folded to false here so the +-- computed field reads as a denial rather than an absent answer. +CREATE OR REPLACE FUNCTION public.meets_min_role(tournament public.tournaments, hasura_session json) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT tournament.min_role IS NULL + OR COALESCE(public.is_above_role(tournament.min_role, hasura_session), false); +$$; diff --git a/hasura/functions/tournaments/player_meets_tournament_requirements.sql b/hasura/functions/tournaments/player_meets_tournament_requirements.sql new file mode 100644 index 000000000..fb7ceb73e --- /dev/null +++ b/hasura/functions/tournaments/player_meets_tournament_requirements.sql @@ -0,0 +1,108 @@ +-- The rating this tournament's format actually rates on: 2-per-lineup formats +-- run on the Wingman ladder, everything else on Competitive. Season handling +-- mirrors get_player_elo so the number that gates entry is the same number the +-- player sees on their profile. +CREATE OR REPLACE FUNCTION public.get_tournament_player_elo(_tournament_id uuid, _player_steam_id bigint) +RETURNS numeric +LANGUAGE plpgsql STABLE +AS $$ +DECLARE + _tournament public.tournaments; + _player public.players; + _team_size int; + _elo_type text; +BEGIN + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = _tournament_id; + + IF NOT FOUND THEN + RETURN NULL; + END IF; + + SELECT * INTO _player FROM public.players p WHERE p.steam_id = _player_steam_id; + + IF NOT FOUND THEN + RETURN NULL; + END IF; + + _team_size := COALESCE( + public.tournament_min_players_per_lineup(_tournament), + public.tournament_max_players_per_lineup(_tournament) + ); + + _elo_type := CASE WHEN _team_size = 2 THEN 'Wingman' ELSE 'Competitive' END; + + IF public.seasons_enabled() THEN + RETURN public.get_player_season_elo_by_type(_player, _elo_type, public.get_active_season()); + END IF; + + RETURN public.get_player_elo_by_type(_player, _elo_type); +END; +$$; + +-- Gates the player being ADDED, not the session doing the adding: a captain +-- fills a roster with other people, so checking only the actor leaves every +-- teammate ungated. Takes the tournament id rather than a row so a trigger can +-- call it from a child table without re-fetching the parent. +CREATE OR REPLACE FUNCTION public.player_meets_tournament_requirements(tournament_id uuid, player_steam_id bigint) +RETURNS boolean +LANGUAGE plpgsql STABLE +AS $$ +DECLARE + _tournament public.tournaments; + _player_role text; + _elo numeric; +BEGIN + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = tournament_id; + + IF NOT FOUND THEN + RETURN false; + END IF; + + SELECT p.role INTO _player_role FROM public.players p WHERE p.steam_id = player_steam_id; + + IF NOT FOUND THEN + RETURN false; + END IF; + + -- Wrapping the stored role in a synthetic session keeps the ordering in + -- is_above_role: an unknown role yields NULL there and is denied here. + IF _tournament.min_role IS NOT NULL + AND NOT COALESCE( + public.is_above_role( + _tournament.min_role, + json_build_object('x-hasura-role', _player_role) + ), false) THEN + RETURN false; + END IF; + + IF _tournament.min_elo IS NULL AND _tournament.max_elo IS NULL THEN + RETURN true; + END IF; + + -- Never rated here yet: treat them as sitting on the ladder's starting ELO + -- rather than excluding them, so a new account is not silently unenterable. + _elo := COALESCE(public.get_tournament_player_elo(tournament_id, player_steam_id), 5000); + + IF _tournament.min_elo IS NOT NULL AND _elo < _tournament.min_elo THEN + RETURN false; + END IF; + + IF _tournament.max_elo IS NOT NULL AND _elo > _tournament.max_elo THEN + RETURN false; + END IF; + + RETURN true; +END; +$$; + +-- Computed-field shape of the above, so an insert `check` can gate on the +-- row's own target player. Lives in this file, below what it calls, because +-- apply() walks hasura/functions alphabetically and a LANGUAGE sql body is +-- resolved at CREATE time. +CREATE OR REPLACE FUNCTION public.tournament_team_roster_target_eligible(roster public.tournament_team_roster) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT public.player_meets_tournament_requirements(roster.tournament_id, roster.player_steam_id); +$$; diff --git a/hasura/functions/tournaments/tournament_check_in.sql b/hasura/functions/tournaments/tournament_check_in.sql new file mode 100644 index 000000000..6b9854230 --- /dev/null +++ b/hasura/functions/tournaments/tournament_check_in.sql @@ -0,0 +1,65 @@ +-- One-way latch: once the window has opened it stays "started" for the rest of +-- the tournament's life, even after the window closes again. Takes a ROW rather +-- than an id so tbu_tournaments can hand it OLD -- deciding from NEW would let +-- the same statement push `start` into the future and unlock itself. +CREATE OR REPLACE FUNCTION public.tournament_check_in_started(tournament public.tournaments) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT tournament.check_in_required + AND ( + tournament.check_in_ends_at IS NOT NULL + OR now() >= tournament.start - make_interval(mins => tournament.check_in_opens_before_minutes) + ); +$$; + +-- Currently accepting check-ins. check_in_ends_at is authoritative once +-- stamped: the job that opens the window freezes the deadline there, so moving +-- `start` afterwards cannot drag the closing time with it. +CREATE OR REPLACE FUNCTION public.tournament_check_in_open(tournament public.tournaments) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT public.tournament_check_in_started(tournament) + AND now() < COALESCE( + tournament.check_in_ends_at, + tournament.start - make_interval(mins => tournament.check_in_closes_before_minutes) + ); +$$; + +-- How many registered teams missed a required check-in. The web review panel +-- reads this instead of re-deriving "required AND started AND checked_in_at IS +-- NULL" client-side, which is the rule that would drift first. +CREATE OR REPLACE FUNCTION public.tournament_missed_check_in_count(tournament public.tournaments) +RETURNS integer +LANGUAGE sql +STABLE +AS $$ + SELECT CASE + WHEN NOT tournament.check_in_required + OR NOT public.tournament_check_in_started(tournament) + THEN 0 + ELSE ( + SELECT COUNT(*)::int + FROM public.tournament_teams tt + WHERE tt.tournament_id = tournament.id + AND tt.checked_in_at IS NULL + ) + END; +$$; + +-- Whether the team currently satisfies the tournament's check-in requirement. +-- Reads only tournament_teams.checked_in_at, which is the single signal the rest +-- of the system respects: in Players mode a roster trigger rolls the individual +-- confirmations up into it, so no caller ever has to branch on the mode. +CREATE OR REPLACE FUNCTION public.tournament_team_checked_in(team public.tournament_teams) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT NOT t.check_in_required OR team.checked_in_at IS NOT NULL + FROM public.tournaments t + WHERE t.id = team.tournament_id; +$$; diff --git a/hasura/functions/tournaments/tournament_has_min_teams.sql b/hasura/functions/tournaments/tournament_has_min_teams.sql index 1a70d389b..08eaa4cac 100644 --- a/hasura/functions/tournaments/tournament_has_min_teams.sql +++ b/hasura/functions/tournaments/tournament_has_min_teams.sql @@ -19,12 +19,20 @@ BEGIN WHERE ts.tournament_id = tournament.id AND ts.order = 1; - -- Count actual eligible teams + -- Count actual eligible teams. eligible_at only tracks roster size, and + -- assign_seeds_to_teams is what folds a missed check-in into it -- so before + -- that has run a no-show still looks eligible here. Applying the same gate + -- keeps the CancelledMinTeams safety net honest when a tournament proceeds + -- out of CheckInReview. Constant true when check-in is off or has not opened. SELECT COUNT(tt.*) INTO total_teams FROM tournament_teams tt WHERE tt.tournament_id = tournament.id - and tt.eligible_at is not null; + and tt.eligible_at is not null + and ( + not (tournament.check_in_required and tournament_check_in_started(tournament)) + or tt.checked_in_at is not null + ); -- Log validation details RAISE NOTICE 'Tournament % (status: %): %/% teams (actual/required)', diff --git a/hasura/functions/tournaments/tournament_registration_access.sql b/hasura/functions/tournaments/tournament_registration_access.sql new file mode 100644 index 000000000..f2e6aa9b2 --- /dev/null +++ b/hasura/functions/tournaments/tournament_registration_access.sql @@ -0,0 +1,56 @@ +-- Has this player traded the passcode for an unlock on this tournament? +-- The insert triggers on tournament_teams / tournament_free_agents ask this; +-- unlockTournamentRegistration is what writes the row. +CREATE OR REPLACE FUNCTION public.tournament_registration_unlocked( + _tournament_id uuid, + _player_steam_id bigint +) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT EXISTS ( + SELECT 1 + FROM public.tournament_registration_unlocks u + WHERE u.tournament_id = _tournament_id + AND u.player_steam_id = _player_steam_id + ); +$$; + +-- Computed-field form, so the join UI can tell "locked" from "already unlocked" +-- without being handed the passcode to compare against. +CREATE OR REPLACE FUNCTION public.tournament_registration_unlocked_for_session( + tournament public.tournaments, + hasura_session json +) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT NOT tournament.invite_only + OR public.is_tournament_organizer(tournament, hasura_session) + OR public.tournament_registration_unlocked( + tournament.id, + (hasura_session ->> 'x-hasura-user-id')::bigint + ); +$$; + +-- registration_passcode is a column only the tournament_organizer ROLE may +-- select, but a plain `user` with can_create_tournaments owns tournaments too +-- and has to be able to read back the passcode they set. Granting the column to +-- the `user` role would hand it to every logged-in player for every tournament +-- they can see -- which is the gate itself -- so the organizer reads it through +-- this row-level field instead. +CREATE OR REPLACE FUNCTION public.tournament_organizer_registration_passcode( + tournament public.tournaments, + hasura_session json +) +RETURNS text +LANGUAGE sql +STABLE +AS $$ + SELECT CASE + WHEN public.is_tournament_organizer(tournament, hasura_session) + THEN tournament.registration_passcode + END; +$$; diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index fc60f2127..d520ea695 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -779,7 +779,7 @@ type Mutation { } type Query { - telemetryStats: TelemetryStats! + telemetryStats(includeSelf: Boolean): TelemetryStats! } type Mutation { @@ -2537,3 +2537,59 @@ type UtilityRenderQueueOutput { type UtilityRenderClearOutput { cleared: Int! } + +type Mutation { + checkIntoTournament( + tournament_id: uuid! + tournament_team_id: uuid + ): SuccessOutput +} + +type Mutation { + readmitTournamentTeam( + tournament_id: uuid! + tournament_team_id: uuid! + ): SuccessOutput +} + +type Mutation { + extendTournamentCheckIn( + tournament_id: uuid! + minutes: Int! + ): SuccessOutput +} + +type Mutation { + continueTournamentCheckIn( + tournament_id: uuid! + ): SuccessOutput +} + +type Mutation { + draftTournamentTeams( + tournament_id: uuid! + ): TournamentDraftOutput +} + +type Mutation { + joinTournamentAsFreeAgent( + tournament_id: uuid! + ): SuccessOutput +} + +type Mutation { + leaveTournamentAsFreeAgent( + tournament_id: uuid! + ): SuccessOutput +} + +type Mutation { + unlockTournamentRegistration( + tournament_id: uuid! + passcode: String! + ): SuccessOutput +} + +type TournamentDraftOutput { + teams_created: Int! +} diff --git a/hasura/metadata/actions.yaml b/hasura/metadata/actions.yaml index a3337d2b0..0b2e61db1 100644 --- a/hasura/metadata/actions.yaml +++ b/hasura/metadata/actions.yaml @@ -1836,6 +1836,118 @@ actions: permissions: - role: administrator comment: Drop every finished row from the lineup preview queue + - name: checkIntoTournament + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Confirm a check-in, enforcing the tournament's check_in_setting + - name: readmitTournamentTeam + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Organizer re-admits a team that missed check-in, then re-seeds + - name: extendTournamentCheckIn + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Organizer pushes the check-in deadline out and reopens registration + - name: continueTournamentCheckIn + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Organizer proceeds without the teams that missed check-in + - name: draftTournamentTeams + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Organizer regenerates the free agent teams and re-seeds + - name: joinTournamentAsFreeAgent + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Register alone for a tournament that drafts teams + - name: leaveTournamentAsFreeAgent + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Withdraw from a tournament's free agent pool + - name: unlockTournamentRegistration + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Trade the registration passcode for an unlock on an invite only tournament custom_types: enums: [] input_objects: @@ -1875,6 +1987,7 @@ custom_types: source: default type: object - name: SuccessOutput + - name: TournamentDraftOutput - name: UtilityPracticeSessionOutput - name: UtilityLineupOutput - name: UtilityPlaybookOutput diff --git a/hasura/metadata/databases/default/functions/functions.yaml b/hasura/metadata/databases/default/functions/functions.yaml index 7ed266eb4..06d785af7 100644 --- a/hasura/metadata/databases/default/functions/functions.yaml +++ b/hasura/metadata/databases/default/functions/functions.yaml @@ -3,6 +3,7 @@ - "!include public_get_event_leaderboard.yaml" - "!include public_get_leaderboard.yaml" - "!include public_get_league_season_leaderboard.yaml" +- "!include public_get_tournament_leaderboard.yaml" - "!include public_league_award_forfeit.yaml" - "!include public_get_player_leaderboard_rank.yaml" - "!include public_recalculate_tournament_awards.yaml" diff --git a/hasura/metadata/databases/default/functions/public_get_tournament_leaderboard.yaml b/hasura/metadata/databases/default/functions/public_get_tournament_leaderboard.yaml new file mode 100644 index 000000000..327c5099c --- /dev/null +++ b/hasura/metadata/databases/default/functions/public_get_tournament_leaderboard.yaml @@ -0,0 +1,9 @@ +function: + name: get_tournament_leaderboard + schema: public +configuration: + custom_root_fields: {} + exposed_as: query + session_argument: hasura_session +permissions: + - role: guest diff --git a/hasura/metadata/databases/default/tables/public_e_tournament_free_agent_statuses.yaml b/hasura/metadata/databases/default/tables/public_e_tournament_free_agent_statuses.yaml new file mode 100644 index 000000000..1ead51c9f --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_tournament_free_agent_statuses.yaml @@ -0,0 +1,20 @@ +table: + name: e_tournament_free_agent_statuses + schema: public +is_enum: true +array_relationships: + - name: tournament_free_agents + using: + foreign_key_constraint_on: + column: status + table: + name: tournament_free_agents + schema: public +select_permissions: + - role: guest + permission: + columns: + - description + - value + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_e_tournament_registration_types.yaml b/hasura/metadata/databases/default/tables/public_e_tournament_registration_types.yaml new file mode 100644 index 000000000..662febc01 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_tournament_registration_types.yaml @@ -0,0 +1,20 @@ +table: + name: e_tournament_registration_types + schema: public +is_enum: true +array_relationships: + - name: tournaments + using: + foreign_key_constraint_on: + column: registration_type + table: + name: tournaments + schema: public +select_permissions: + - role: guest + permission: + columns: + - description + - value + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml b/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml new file mode 100644 index 000000000..225da9462 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml @@ -0,0 +1,126 @@ +table: + name: tournament_free_agents + schema: public +object_relationships: + - name: e_tournament_free_agent_status + using: + foreign_key_constraint_on: status + - name: player + using: + foreign_key_constraint_on: player_steam_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id + - name: tournament_team + using: + foreign_key_constraint_on: tournament_team_id +insert_permissions: + - role: user + permission: + check: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - tournament: + registration_type: + _in: + - free_agents + - both + - tournament: + status: + _eq: RegistrationOpen + columns: + - player_steam_id + - tournament_id + comment: "" + - role: tournament_organizer + permission: + check: + _or: + - _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - tournament: + registration_type: + _in: + - free_agents + - both + - tournament: + status: + _eq: RegistrationOpen + - _and: + - tournament: + is_organizer: + _eq: true + - tournament: + status: + _nin: + - Cancelled + - CancelledMinTeams + - Finished + columns: + - checked_in_at + - player_steam_id + - status + - tournament_id + - tournament_team_id + comment: "" +select_permissions: + - role: guest + permission: + columns: + - checked_in_at + - created_at + - id + - player_steam_id + - status + - tournament_id + - tournament_team_id + filter: {} + allow_aggregations: true + comment: "" +update_permissions: + - role: tournament_organizer + permission: + columns: + - checked_in_at + - status + - tournament_team_id + filter: + tournament: + is_organizer: + _eq: true + check: + tournament: + is_organizer: + _eq: true + comment: "" +delete_permissions: + - role: user + permission: + filter: + _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - tournament: + status: + _in: + - Setup + - RegistrationOpen + comment: "" + - role: tournament_organizer + permission: + filter: + _or: + - _and: + - player_steam_id: + _eq: X-Hasura-User-Id + - tournament: + status: + _in: + - Setup + - RegistrationOpen + - tournament: + is_organizer: + _eq: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournament_leaderboard_entries.yaml b/hasura/metadata/databases/default/tables/public_tournament_leaderboard_entries.yaml new file mode 100644 index 000000000..b0f375121 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_leaderboard_entries.yaml @@ -0,0 +1,26 @@ +table: + name: tournament_leaderboard_entries + schema: public +select_permissions: + - role: guest + permission: + columns: + - player_steam_id + - player_name + - player_avatar_url + - player_custom_avatar_url + - player_country + - tournament_team_id + - team_name + - rating + - adr + - kills + - deaths + - assists + - kdr + - headshot_percentage + - rounds_played + - matches_played + filter: {} + allow_aggregations: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml b/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml new file mode 100644 index 000000000..3cc6a4db2 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml @@ -0,0 +1,56 @@ +table: + name: tournament_registration_unlocks + schema: public +object_relationships: + - name: player + using: + foreign_key_constraint_on: player_steam_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +insert_permissions: + - role: tournament_organizer + permission: + check: + tournament: + is_organizer: + _eq: true + columns: + - player_steam_id + - tournament_id + comment: Pre-unlock a player without handing out the passcode +select_permissions: + - role: user + permission: + columns: + - created_at + - player_steam_id + - tournament_id + filter: + player_steam_id: + _eq: X-Hasura-User-Id + allow_aggregations: true + comment: "" + - role: tournament_organizer + permission: + columns: + - created_at + - player_steam_id + - tournament_id + filter: + _or: + - player_steam_id: + _eq: X-Hasura-User-Id + - tournament: + is_organizer: + _eq: true + allow_aggregations: true + comment: "" +delete_permissions: + - role: tournament_organizer + permission: + filter: + tournament: + is_organizer: + _eq: true + comment: "" 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 96556f168..622a315c5 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_team_roster.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_team_roster.yaml @@ -1,6 +1,12 @@ table: name: tournament_team_roster schema: public +computed_fields: + - name: target_eligible + definition: + function: + name: tournament_team_roster_target_eligible + schema: public object_relationships: - name: e_team_role using: @@ -102,10 +108,13 @@ select_permissions: - role: guest permission: columns: + - checked_in_at - player_steam_id - role - tournament_id - tournament_team_id + computed_fields: + - target_eligible filter: {} allow_aggregations: true comment: "" @@ -113,6 +122,7 @@ update_permissions: - role: tournament_organizer permission: columns: + - checked_in_at - role filter: _or: diff --git a/hasura/metadata/databases/default/tables/public_tournament_teams.yaml b/hasura/metadata/databases/default/tables/public_tournament_teams.yaml index bdeca585b..34f714460 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_teams.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_teams.yaml @@ -24,6 +24,13 @@ object_relationships: using: foreign_key_constraint_on: tournament_id array_relationships: + - name: free_agents + using: + foreign_key_constraint_on: + column: tournament_team_id + table: + name: tournament_free_agents + schema: public - name: invites using: foreign_key_constraint_on: @@ -45,6 +52,11 @@ computed_fields: name: can_manage_tournament_team schema: public session_argument: hasura_session + - name: checked_in + definition: + function: + name: tournament_team_checked_in + schema: public insert_permissions: - role: tournament_organizer permission: @@ -111,9 +123,11 @@ select_permissions: permission: columns: - captain_steam_id + - checked_in_at - created_at - eligible_at - id + - is_drafted - name - owner_steam_id - seed @@ -122,6 +136,7 @@ select_permissions: - tournament_id computed_fields: - can_manage + - checked_in filter: {} allow_aggregations: true comment: "" @@ -130,6 +145,7 @@ update_permissions: permission: columns: - captain_steam_id + - checked_in_at - name - seed - short_name diff --git a/hasura/metadata/databases/default/tables/public_tournaments.yaml b/hasura/metadata/databases/default/tables/public_tournaments.yaml index dd038328c..990312052 100644 --- a/hasura/metadata/databases/default/tables/public_tournaments.yaml +++ b/hasura/metadata/databases/default/tables/public_tournaments.yaml @@ -28,6 +28,13 @@ array_relationships: table: name: tournament_categories schema: public + - name: free_agents + using: + foreign_key_constraint_on: + column: tournament_id + table: + name: tournament_free_agents + schema: public - name: organizer_teams using: foreign_key_constraint_on: @@ -139,6 +146,12 @@ computed_fields: name: can_resume_tournament schema: public session_argument: hasura_session + - name: can_review_check_in + definition: + function: + name: can_review_tournament_check_in + schema: public + session_argument: hasura_session - name: can_setup definition: function: @@ -151,6 +164,16 @@ computed_fields: name: can_start_tournament schema: public session_argument: hasura_session + - name: check_in_open + definition: + function: + name: tournament_check_in_open + schema: public + - name: check_in_started + definition: + function: + name: tournament_check_in_started + schema: public - name: has_min_teams definition: function: @@ -173,11 +196,34 @@ computed_fields: function: name: tournament_max_players_per_lineup schema: public + - name: meets_min_role + definition: + function: + name: meets_min_role + schema: public + session_argument: hasura_session - name: min_players_per_lineup definition: function: name: tournament_min_players_per_lineup schema: public + - name: missed_check_in_count + definition: + function: + name: tournament_missed_check_in_count + schema: public + - name: organizer_registration_passcode + definition: + function: + name: tournament_organizer_registration_passcode + schema: public + session_argument: hasura_session + - name: registration_unlocked + definition: + function: + name: tournament_registration_unlocked_for_session + schema: public + session_argument: hasura_session insert_permissions: - role: user permission: @@ -207,6 +253,17 @@ insert_permissions: - name - scheduling_mode - start + - check_in_closes_before_minutes + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type + - registration_passcode comment: "" - role: tournament_organizer permission: @@ -253,6 +310,17 @@ insert_permissions: - name - scheduling_mode - start + - check_in_closes_before_minutes + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type + - registration_passcode comment: "" select_permissions: - role: guest @@ -275,6 +343,17 @@ select_permissions: - start - status - awards_enabled + - check_in_closes_before_minutes + - check_in_ends_at + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type computed_fields: - can_cancel - can_close_registration @@ -289,6 +368,12 @@ select_permissions: - joined_tournament - max_players_per_lineup - min_players_per_lineup + - check_in_open + - check_in_started + - meets_min_role + - can_review_check_in + - missed_check_in_count + - registration_unlocked filter: status: _neq: Setup @@ -331,6 +416,18 @@ select_permissions: - start - status - awards_enabled + - check_in_closes_before_minutes + - check_in_ends_at + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type + - registration_passcode computed_fields: - can_cancel - can_close_registration @@ -345,6 +442,13 @@ select_permissions: - joined_tournament - max_players_per_lineup - min_players_per_lineup + - check_in_open + - check_in_started + - meets_min_role + - can_review_check_in + - missed_check_in_count + - organizer_registration_passcode + - registration_unlocked filter: _or: - is_organizer: @@ -373,6 +477,17 @@ select_permissions: - start - status - awards_enabled + - check_in_closes_before_minutes + - check_in_ends_at + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type computed_fields: - can_cancel - can_close_registration @@ -387,6 +502,13 @@ select_permissions: - joined_tournament - max_players_per_lineup - min_players_per_lineup + - check_in_open + - check_in_started + - meets_min_role + - can_review_check_in + - missed_check_in_count + - organizer_registration_passcode + - registration_unlocked filter: _or: - is_organizer: @@ -429,6 +551,17 @@ update_permissions: - start - status - awards_enabled + - check_in_closes_before_minutes + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type + - registration_passcode filter: is_organizer: _eq: true @@ -452,6 +585,17 @@ update_permissions: - start - status - awards_enabled + - check_in_closes_before_minutes + - check_in_opens_before_minutes + - check_in_required + - check_in_setting + - invite_only + - max_elo + - min_elo + - min_role + - regions + - registration_type + - registration_passcode filter: is_organizer: _eq: true diff --git a/hasura/metadata/databases/default/tables/tables.yaml b/hasura/metadata/databases/default/tables/tables.yaml index fce8a5e5e..e617380c7 100644 --- a/hasura/metadata/databases/default/tables/tables.yaml +++ b/hasura/metadata/databases/default/tables/tables.yaml @@ -62,6 +62,8 @@ - "!include public_e_team_roster_statuses.yaml" - "!include public_e_timeout_settings.yaml" - "!include public_e_tournament_categories.yaml" +- "!include public_e_tournament_free_agent_statuses.yaml" +- "!include public_e_tournament_registration_types.yaml" - "!include public_e_tournament_stage_types.yaml" - "!include public_e_tournament_status.yaml" - "!include public_e_utility_types.yaml" @@ -183,9 +185,12 @@ - "!include public_tournament_awards.yaml" - "!include public_tournament_brackets.yaml" - "!include public_tournament_categories.yaml" +- "!include public_tournament_free_agents.yaml" +- "!include public_tournament_leaderboard_entries.yaml" - "!include public_tournament_organizer_teams.yaml" - "!include public_tournament_organizers.yaml" - "!include public_tournament_prizes.yaml" +- "!include public_tournament_registration_unlocks.yaml" - "!include public_tournament_stage_windows.yaml" - "!include public_tournament_stages.yaml" - "!include public_tournament_team_invites.yaml" diff --git a/hasura/migrations/default/1881000000000_tournament_registration_and_check_in/down.sql b/hasura/migrations/default/1881000000000_tournament_registration_and_check_in/down.sql new file mode 100644 index 000000000..d7d545d56 --- /dev/null +++ b/hasura/migrations/default/1881000000000_tournament_registration_and_check_in/down.sql @@ -0,0 +1,39 @@ +DROP TABLE IF EXISTS public.tournament_leaderboard_entries; + +DROP INDEX IF EXISTS public.idx_tournament_free_agents_tournament_status; + +DROP TABLE IF EXISTS public.tournament_free_agents; + +ALTER TABLE public.tournament_team_roster + DROP COLUMN IF EXISTS checked_in_at; + +ALTER TABLE public.tournament_teams + DROP COLUMN IF EXISTS checked_in_at; + +ALTER TABLE public.tournaments + DROP CONSTRAINT IF EXISTS tournaments_check_in_setting_fkey, + DROP CONSTRAINT IF EXISTS tournaments_check_in_window_length_check, + DROP CONSTRAINT IF EXISTS tournaments_check_in_window_order_check, + DROP CONSTRAINT IF EXISTS tournaments_check_in_closes_before_check, + DROP CONSTRAINT IF EXISTS tournaments_check_in_opens_before_check, + DROP CONSTRAINT IF EXISTS tournaments_elo_range_check, + DROP CONSTRAINT IF EXISTS tournaments_min_role_fkey, + DROP CONSTRAINT IF EXISTS tournaments_registration_type_fkey; + +ALTER TABLE public.tournaments + DROP COLUMN IF EXISTS check_in_ends_at, + DROP COLUMN IF EXISTS check_in_closes_before_minutes, + DROP COLUMN IF EXISTS check_in_opens_before_minutes, + DROP COLUMN IF EXISTS check_in_setting, + DROP COLUMN IF EXISTS check_in_required, + DROP COLUMN IF EXISTS regions, + DROP COLUMN IF EXISTS registration_passcode, + DROP COLUMN IF EXISTS invite_only, + DROP COLUMN IF EXISTS max_elo, + DROP COLUMN IF EXISTS min_elo, + DROP COLUMN IF EXISTS min_role, + DROP COLUMN IF EXISTS registration_type; + +DROP TABLE IF EXISTS public.e_tournament_free_agent_statuses; + +DROP TABLE IF EXISTS public.e_tournament_registration_types; diff --git a/hasura/migrations/default/1881000000000_tournament_registration_and_check_in/up.sql b/hasura/migrations/default/1881000000000_tournament_registration_and_check_in/up.sql new file mode 100644 index 000000000..0ab2ba453 --- /dev/null +++ b/hasura/migrations/default/1881000000000_tournament_registration_and_check_in/up.sql @@ -0,0 +1,162 @@ +CREATE TABLE IF NOT EXISTS public.e_tournament_registration_types ( + value text NOT NULL PRIMARY KEY, + description text NOT NULL +); + +INSERT INTO public.e_tournament_registration_types ("value", "description") VALUES + ('teams', 'Only pre-formed teams may register'), + ('free_agents', 'Only individual players may register; teams are drafted from the pool'), + ('both', 'Pre-formed teams and individual free agents may both register') +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; + +CREATE TABLE IF NOT EXISTS public.e_tournament_free_agent_statuses ( + value text NOT NULL PRIMARY KEY, + description text NOT NULL +); + +INSERT INTO public.e_tournament_free_agent_statuses ("value", "description") VALUES + ('registered', 'Signed up and waiting for the draft'), + ('drafted', 'Placed on a drafted team'), + ('waitlisted', 'Did not make the cut; first in line if a slot opens'), + ('withdrawn', 'Left the free agent pool') +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; + +ALTER TABLE public.tournaments + ADD COLUMN IF NOT EXISTS registration_type text NOT NULL DEFAULT 'teams', + ADD COLUMN IF NOT EXISTS min_role text, + ADD COLUMN IF NOT EXISTS min_elo integer, + ADD COLUMN IF NOT EXISTS max_elo integer, + ADD COLUMN IF NOT EXISTS invite_only boolean NOT NULL DEFAULT false, + ADD COLUMN IF NOT EXISTS registration_passcode text, + ADD COLUMN IF NOT EXISTS regions text[] NOT NULL DEFAULT '{}', + ADD COLUMN IF NOT EXISTS check_in_required boolean NOT NULL DEFAULT false, + ADD COLUMN IF NOT EXISTS check_in_setting text NOT NULL DEFAULT 'Captains', + ADD COLUMN IF NOT EXISTS check_in_opens_before_minutes integer NOT NULL DEFAULT 60, + ADD COLUMN IF NOT EXISTS check_in_closes_before_minutes integer NOT NULL DEFAULT 15, + ADD COLUMN IF NOT EXISTS check_in_ends_at timestamptz; + +-- Reuses e_check_in_settings (Admin / Captains / Players), the same enum +-- match_options.check_in_setting already points at, rather than minting a +-- parallel vocabulary for the same three answers. +COMMENT ON COLUMN public.tournaments.check_in_setting IS 'Who confirms a team: Captains, every rostered Player, or the organizer (Admin)'; + +-- The regions matches are HOSTED in, not a gate on who may enter: 5stack has no +-- per-player region, so this is a preference the scheduler reads, mirroring +-- team_scrim_settings.regions. +COMMENT ON COLUMN public.tournaments.regions IS 'Preferred server regions for hosted matches'; + +-- Stamped once, when the window opens, and read as a one-way latch by +-- tournament_check_in_started. NULL means the window has never opened. +COMMENT ON COLUMN public.tournaments.check_in_ends_at IS 'When the check-in window closes; NULL until it opens'; + +DO $$ +BEGIN + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_registration_type_fkey') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_registration_type_fkey + FOREIGN KEY (registration_type) + REFERENCES public.e_tournament_registration_types (value) + ON UPDATE CASCADE ON DELETE RESTRICT; + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_min_role_fkey') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_min_role_fkey + FOREIGN KEY (min_role) + REFERENCES public.e_player_roles (value) + ON UPDATE CASCADE ON DELETE RESTRICT; + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_check_in_setting_fkey') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_check_in_setting_fkey + FOREIGN KEY (check_in_setting) + REFERENCES public.e_check_in_settings (value) + ON UPDATE CASCADE ON DELETE RESTRICT; + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_elo_range_check') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_elo_range_check + CHECK (min_elo IS NULL OR max_elo IS NULL OR max_elo >= min_elo); + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_check_in_opens_before_check') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_check_in_opens_before_check + CHECK (check_in_opens_before_minutes BETWEEN 15 AND 240); + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_check_in_closes_before_check') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_check_in_closes_before_check + CHECK (check_in_closes_before_minutes BETWEEN 5 AND 60); + END IF; + + -- Two constraints, not one: a >= 5 gap already implies opens > closes, but + -- keeping both means the error message names the rule that was broken. + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_check_in_window_order_check') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_check_in_window_order_check + CHECK (check_in_opens_before_minutes > check_in_closes_before_minutes); + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournaments_check_in_window_length_check') THEN + ALTER TABLE public.tournaments + ADD CONSTRAINT tournaments_check_in_window_length_check + CHECK (check_in_opens_before_minutes - check_in_closes_before_minutes >= 5); + END IF; +END +$$; + +-- The ONE signal everything downstream reads. In Players mode a trigger on +-- tournament_team_roster rolls the individual confirmations up into it, so +-- seeding, standings and the UI never have to know which mode is in force. +ALTER TABLE public.tournament_teams + ADD COLUMN IF NOT EXISTS checked_in_at timestamptz; + +ALTER TABLE public.tournament_team_roster + ADD COLUMN IF NOT EXISTS checked_in_at timestamptz; + +CREATE TABLE IF NOT EXISTS public.tournament_free_agents ( + id uuid DEFAULT gen_random_uuid() NOT NULL PRIMARY KEY, + tournament_id uuid NOT NULL REFERENCES public.tournaments (id) ON UPDATE CASCADE ON DELETE CASCADE, + player_steam_id bigint NOT NULL REFERENCES public.players (steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + status text NOT NULL DEFAULT 'registered' REFERENCES public.e_tournament_free_agent_statuses (value) ON UPDATE CASCADE, + tournament_team_id uuid REFERENCES public.tournament_teams (id) ON UPDATE CASCADE ON DELETE SET NULL, + checked_in_at timestamptz, + created_at timestamptz NOT NULL DEFAULT now(), + CONSTRAINT tournament_free_agents_tournament_id_player_steam_id_key UNIQUE (tournament_id, player_steam_id) +); + +-- Load-bearing, not bookkeeping: draft_tournament_free_agent_teams decides WHO +-- gets one of the limited slots purely by this column. ELO only decides which +-- team a selected player lands on, so an early low-rated signup can never be +-- bumped out by a late high-rated one. +COMMENT ON COLUMN public.tournament_free_agents.created_at IS 'Registration priority: decides who makes the cut'; + +CREATE INDEX IF NOT EXISTS idx_tournament_free_agents_tournament_status + ON public.tournament_free_agents (tournament_id, status); + +-- Type-definition table for get_tournament_leaderboard; never written to. +-- DEDICATED rather than reusing leaderboard_entries: RETURN QUERY SELECT matches +-- by column POSITION, so extending the shared type would force lockstep edits to +-- get_leaderboard, get_event_leaderboard and get_league_season_leaderboard. +CREATE TABLE IF NOT EXISTS public.tournament_leaderboard_entries ( + player_steam_id TEXT NOT NULL, + player_name TEXT NOT NULL, + player_avatar_url TEXT, + player_custom_avatar_url TEXT, + player_country TEXT, + tournament_team_id UUID, + team_name TEXT, + rating FLOAT NOT NULL DEFAULT 0, + adr FLOAT NOT NULL DEFAULT 0, + kills INT NOT NULL DEFAULT 0, + deaths INT NOT NULL DEFAULT 0, + assists INT NOT NULL DEFAULT 0, + kdr FLOAT NOT NULL DEFAULT 0, + headshot_percentage FLOAT NOT NULL DEFAULT 0, + rounds_played INT NOT NULL DEFAULT 0, + matches_played INT NOT NULL DEFAULT 0 +); diff --git a/hasura/migrations/default/1881000000100_tournament_check_in_notifications/down.sql b/hasura/migrations/default/1881000000100_tournament_check_in_notifications/down.sql new file mode 100644 index 000000000..76fc45ee5 --- /dev/null +++ b/hasura/migrations/default/1881000000100_tournament_check_in_notifications/down.sql @@ -0,0 +1,2 @@ +DELETE FROM public.e_notification_types + WHERE value IN ('TournamentCheckInOpen', 'TournamentCheckInClosing', 'TournamentCheckInMissed'); diff --git a/hasura/migrations/default/1881000000100_tournament_check_in_notifications/up.sql b/hasura/migrations/default/1881000000100_tournament_check_in_notifications/up.sql new file mode 100644 index 000000000..272195b3a --- /dev/null +++ b/hasura/migrations/default/1881000000100_tournament_check_in_notifications/up.sql @@ -0,0 +1,13 @@ +-- Its own migration rather than a block inside +-- 1881000000000_tournament_registration_and_check_in: the notification specs +-- scrape every quoted enum value out of any up.sql that so much as mentions +-- e_notification_types, so seeding an unrelated enum in the same file makes +-- those values look like notification types and fails the mapping check. +-- +-- Repeated in hasura/enums/notification-types.sql; enums are applied after +-- migrations, so both exist on purpose. +INSERT INTO public.e_notification_types ("value", "description") VALUES + ('TournamentCheckInOpen', 'Check-in has opened for a tournament you are registered for'), + ('TournamentCheckInClosing', 'Check-in for your tournament closes soon'), + ('TournamentCheckInMissed', 'Your team missed check-in and was not seeded') +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; diff --git a/hasura/migrations/default/1881000000200_tournament_check_in_review_status/down.sql b/hasura/migrations/default/1881000000200_tournament_check_in_review_status/down.sql new file mode 100644 index 000000000..9190303b9 --- /dev/null +++ b/hasura/migrations/default/1881000000200_tournament_check_in_review_status/down.sql @@ -0,0 +1,3 @@ +UPDATE public.tournaments SET status = 'RegistrationOpen' WHERE status = 'CheckInReview'; + +DELETE FROM public.e_tournament_status WHERE value = 'CheckInReview'; diff --git a/hasura/migrations/default/1881000000200_tournament_check_in_review_status/up.sql b/hasura/migrations/default/1881000000200_tournament_check_in_review_status/up.sql new file mode 100644 index 000000000..21758481e --- /dev/null +++ b/hasura/migrations/default/1881000000200_tournament_check_in_review_status/up.sql @@ -0,0 +1,10 @@ +-- A pre-start hold, deliberately NOT Paused: Paused means "a running tournament +-- was halted" and owns can_pause / can_resume plus the Paused -> Live +-- rescheduling block in tau_tournaments. Folding this into it would fire that +-- block on a bracket that has never been seeded. +-- +-- Repeated in hasura/enums/tournament-statuses.sql; enums are applied after +-- migrations, and tournaments.status has an FK onto this table. +INSERT INTO public.e_tournament_status ("value", "description") VALUES + ('CheckInReview', 'Check-in closed with teams missing; held for organizer review') +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; diff --git a/hasura/migrations/default/1881000000300_tournament_registration_unlocks/down.sql b/hasura/migrations/default/1881000000300_tournament_registration_unlocks/down.sql new file mode 100644 index 000000000..b776a7c82 --- /dev/null +++ b/hasura/migrations/default/1881000000300_tournament_registration_unlocks/down.sql @@ -0,0 +1,4 @@ +DROP TABLE IF EXISTS public.tournament_registration_unlocks; + +ALTER TABLE public.tournament_teams + DROP COLUMN IF EXISTS is_drafted; diff --git a/hasura/migrations/default/1881000000300_tournament_registration_unlocks/up.sql b/hasura/migrations/default/1881000000300_tournament_registration_unlocks/up.sql new file mode 100644 index 000000000..78de32d3b --- /dev/null +++ b/hasura/migrations/default/1881000000300_tournament_registration_unlocks/up.sql @@ -0,0 +1,20 @@ +-- Marks a team the free-agent draft generated, as opposed to one that +-- registered. The draft's idempotency guard used to be "any tournament_teams +-- row exists", which meant registration_type = 'both' never drafted at all: the +-- first real team that signed up permanently blocked the pool. +ALTER TABLE public.tournament_teams + ADD COLUMN IF NOT EXISTS is_drafted boolean NOT NULL DEFAULT false; + +COMMENT ON COLUMN public.tournament_teams.is_drafted IS 'Created by draft_tournament_free_agent_teams rather than registered'; + +-- A session-scoped unlock rather than a passcode carried on every write: the +-- join flow is a plain Hasura insert into tournament_teams / +-- tournament_free_agents, and there is nowhere on those rows to put a secret +-- the insert trigger could check. The player trades the passcode for a row +-- here once, and the triggers then only ask whether that row exists. +CREATE TABLE IF NOT EXISTS public.tournament_registration_unlocks ( + tournament_id uuid NOT NULL REFERENCES public.tournaments (id) ON UPDATE CASCADE ON DELETE CASCADE, + player_steam_id bigint NOT NULL REFERENCES public.players (steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + created_at timestamptz NOT NULL DEFAULT now(), + PRIMARY KEY (tournament_id, player_steam_id) +); diff --git a/hasura/triggers/tournament_free_agents.sql b/hasura/triggers/tournament_free_agents.sql new file mode 100644 index 000000000..45c4c880d --- /dev/null +++ b/hasura/triggers/tournament_free_agents.sql @@ -0,0 +1,53 @@ +CREATE OR REPLACE FUNCTION public.tbi_tournament_free_agents() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament public.tournaments; + _session json; +BEGIN + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = NEW.tournament_id; + + IF NOT FOUND THEN + RETURN NEW; + END IF; + + _session := nullif(current_setting('hasura.user', true), '')::json; + + -- A session with no role is an internal write and stays unrestricted, the + -- same shape tbd_tournament_team uses; only a real request is gated. + IF (_session ->> 'x-hasura-role') IS NOT NULL + AND _tournament.invite_only + AND NOT public.is_tournament_organizer(_tournament, _session) + AND NOT public.tournament_registration_unlocked( + NEW.tournament_id, + nullif(_session ->> 'x-hasura-user-id', '')::bigint + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This tournament is invite only'; + END IF; + + IF _tournament.registration_type = 'teams' THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This tournament only accepts pre-formed teams'; + END IF; + + IF NOT public.player_meets_tournament_requirements(NEW.tournament_id, NEW.player_steam_id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Player does not meet this tournament''s entry requirements'; + END IF; + + -- Registering after the window opened counts as present: nobody can confirm + -- a prompt they were never shown, and the close pass waitlists no-shows. + IF NEW.checked_in_at IS NULL AND public.tournament_check_in_open(_tournament) THEN + NEW.checked_in_at = now(); + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_tournament_free_agents ON public.tournament_free_agents; +CREATE TRIGGER tbi_tournament_free_agents + BEFORE INSERT ON public.tournament_free_agents + FOR EACH ROW + EXECUTE FUNCTION public.tbi_tournament_free_agents(); diff --git a/hasura/triggers/tournament_team_roster.sql b/hasura/triggers/tournament_team_roster.sql index 8dd0cb8c1..08cb6b20e 100644 --- a/hasura/triggers/tournament_team_roster.sql +++ b/hasura/triggers/tournament_team_roster.sql @@ -75,10 +75,28 @@ DECLARE _team_id uuid; _owner_steam_id bigint; BEGIN + -- draft_tournament_free_agent_teams builds pickup teams out of players who + -- never invited each other, so the invite redirect below would turn every + -- generated roster row into an invitation nobody sent and leave the teams + -- empty. The named GUC marks that system path the same way + -- fivestack.league_cascade does, and is checked before hasura.user is read + -- so the draft also works from a jobs/cron connection with no session. + IF current_setting('fivestack.free_agent_draft', true) = 'true' THEN + RETURN NEW; + END IF; + IF current_setting('hasura.user')::jsonb ->> 'x-hasura-role' IN ('admin', 'administrator', 'tournament_organizer') THEN RETURN NEW; END IF; + -- Gates the player being ADDED, not the session adding them: a captain + -- fills a roster with other people, so checking only the actor lets any of + -- them past the tournament's role and ELO limits. + IF NOT public.player_meets_tournament_requirements(NEW.tournament_id, NEW.player_steam_id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Player does not meet this tournament''s entry requirements'; + END IF; + SELECT team_id, owner_steam_id INTO _team_id, _owner_steam_id FROM tournament_teams WHERE id = NEW.tournament_team_id; IF _team_id IS NULL THEN @@ -98,4 +116,69 @@ END; $$; DROP TRIGGER IF EXISTS tbi_tournament_team_roster ON public.tournament_team_roster; -CREATE TRIGGER tbi_tournament_team_roster BEFORE INSERT ON public.tournament_team_roster FOR EACH ROW EXECUTE FUNCTION public.tbi_tournament_team_roster(); \ No newline at end of file +CREATE TRIGGER tbi_tournament_team_roster BEFORE INSERT ON public.tournament_team_roster FOR EACH ROW EXECUTE FUNCTION public.tbi_tournament_team_roster(); + +CREATE OR REPLACE FUNCTION public.taiu_tournament_team_roster_check_in() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament public.tournaments; + _min_players int; + _checked_in int; +BEGIN + -- Only a real change to this player's own confirmation can move the team's + -- rollup. Recomputing on every roster write would let adding a substitute + -- wipe a checked-in (or organizer re-admitted) team. + IF TG_OP = 'UPDATE' AND NEW.checked_in_at IS NOT DISTINCT FROM OLD.checked_in_at THEN + RETURN NEW; + END IF; + + IF TG_OP = 'INSERT' AND NEW.checked_in_at IS NULL THEN + RETURN NEW; + END IF; + + SELECT t.* INTO _tournament + FROM public.tournaments t + WHERE t.id = NEW.tournament_id; + + IF NOT FOUND THEN + RETURN NEW; + END IF; + + -- Captains and Admin modes stamp tournament_teams.checked_in_at directly; + -- per-player rows carry no authority there. + IF NOT _tournament.check_in_required OR _tournament.check_in_setting <> 'Players' THEN + RETURN NEW; + END IF; + + -- The bar is the MINIMUM LINEUP, not the whole roster: a roster of seven + -- (five starters plus two substitutes) only fields five, and a substitute + -- who is not playing must not be able to hold the team out of the bracket. + _min_players := tournament_min_players_per_lineup(_tournament); + + SELECT COUNT(*) INTO _checked_in + FROM public.tournament_team_roster ttr + WHERE ttr.tournament_team_id = NEW.tournament_team_id + AND ttr.checked_in_at IS NOT NULL; + + IF _checked_in >= _min_players THEN + UPDATE public.tournament_teams tt + SET checked_in_at = now() + WHERE tt.id = NEW.tournament_team_id + AND tt.checked_in_at IS NULL; + ELSE + UPDATE public.tournament_teams tt + SET checked_in_at = NULL + WHERE tt.id = NEW.tournament_team_id + AND tt.checked_in_at IS NOT NULL; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS taiu_tournament_team_roster_check_in ON public.tournament_team_roster; +CREATE TRIGGER taiu_tournament_team_roster_check_in + AFTER INSERT OR UPDATE OF checked_in_at ON public.tournament_team_roster + FOR EACH ROW + EXECUTE FUNCTION public.taiu_tournament_team_roster_check_in(); diff --git a/hasura/triggers/tournament_teams.sql b/hasura/triggers/tournament_teams.sql index 754706287..89da23af4 100644 --- a/hasura/triggers/tournament_teams.sql +++ b/hasura/triggers/tournament_teams.sql @@ -6,12 +6,26 @@ DECLARE tournament tournaments; _team_captain_steam_id bigint; _session_steam_id bigint; + _session json; BEGIN SELECT * INTO tournament FROM tournaments WHERE id = NEW.tournament_id; _session_steam_id = nullif(current_setting('hasura.user', true)::jsonb ->> 'x-hasura-user-id', '')::bigint; + _session := nullif(current_setting('hasura.user', true), '')::json; + + -- A session with no role is an internal write (a cascade, a job, the + -- free-agent draft). Those were unrestricted before this guard existed and + -- stay unrestricted, so only a real request is gated -- the same shape + -- tbd_tournament_team uses. + IF (_session ->> 'x-hasura-role') IS NOT NULL + AND tournament.invite_only + AND NOT is_tournament_organizer(tournament, _session) + AND NOT public.tournament_registration_unlocked(NEW.tournament_id, _session_steam_id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This tournament is invite only'; + END IF; IF NEW.team_id IS NOT NULL THEN SELECT owner_steam_id, captain_steam_id @@ -39,6 +53,13 @@ BEGIN NEW.captain_steam_id = COALESCE(NEW.owner_steam_id, _session_steam_id); END IF; + -- Registering after the window opened counts as checked in: a team that + -- signs up at T-30 must not be swept at T-15 for failing to confirm a + -- prompt it was never shown. + IF NEW.checked_in_at IS NULL AND public.tournament_check_in_open(tournament) THEN + NEW.checked_in_at = now(); + END IF; + RETURN NEW; END; $$; @@ -53,18 +74,34 @@ RETURNS TRIGGER LANGUAGE plpgsql AS $$ DECLARE - tournament_status text; + tournament tournaments; + _session json; BEGIN - SELECT status - INTO tournament_status + SELECT * + INTO tournament FROM tournaments WHERE id = OLD.tournament_id; -- If tournament doesn't exist (cascade delete), allow the team removal - IF tournament_status IS NOT NULL AND tournament_status IN ('Cancelled', 'CancelledMinTeams', 'Finished') THEN + IF NOT FOUND THEN + RETURN OLD; + END IF; + + IF tournament.status IN ('Cancelled', 'CancelledMinTeams', 'Finished') THEN RAISE EXCEPTION 'Cannot leave an active tournament' USING ERRCODE = '22000'; END IF; + _session := nullif(current_setting('hasura.user', true), '')::json; + + -- A session with no role is an internal write (a cascade, a job, a test + -- harness that reset hasura.user). Those were unrestricted before this + -- guard existed and stay unrestricted, so only a real request is gated. + IF (_session ->> 'x-hasura-role') IS NOT NULL + AND tournament.status IN ('RegistrationClosed', 'Live', 'Paused') + AND NOT is_tournament_organizer(tournament, _session) THEN + RAISE EXCEPTION 'Cannot withdraw a team once the bracket has been drawn' USING ERRCODE = '22000'; + END IF; + RETURN OLD; END; $$; diff --git a/hasura/triggers/tournaments.sql b/hasura/triggers/tournaments.sql index 9491565ef..a9e8817b0 100644 --- a/hasura/triggers/tournaments.sql +++ b/hasura/triggers/tournaments.sql @@ -16,8 +16,18 @@ BEGIN IF ( NEW.status IS DISTINCT FROM OLD.status AND NEW.status IN ('Live', 'RegistrationClosed') AND - OLD.status IN ('Setup', 'RegistrationOpen') + OLD.status IN ('Setup', 'RegistrationOpen', 'CheckInReview') ) THEN + -- Draft BEFORE the seeding sequence, not after. update_tournament_stages + -- sizes the bracket from the live team count and assign_seeds_to_teams + -- seeds whatever exists, so teams created here are picked up by the same + -- pass every registered team goes through -- and none of the three has to + -- be re-run afterwards. Draft after them and the bracket is built for + -- zero teams. + IF NEW.registration_type IN ('free_agents', 'both') THEN + PERFORM draft_tournament_free_agent_teams(NEW.id); + END IF; + PERFORM update_tournament_stages(NEW.id); PERFORM assign_seeds_to_teams(NEW); @@ -88,7 +98,46 @@ CREATE OR REPLACE FUNCTION public.tbu_tournaments() RETURNS TRIGGER LANGUAGE plpgsql AS $$ BEGIN + -- Outside the status branch on purpose: a schedule edit usually arrives with + -- no status change at all. + -- + -- Evaluated against OLD, never NEW: reading NEW would let the same statement + -- push `start` far enough into the future that the window it is currently + -- inside "has not opened yet", and the lock would unlock itself. + IF tournament_check_in_started(OLD) AND ( + NEW.start IS DISTINCT FROM OLD.start + OR NEW.check_in_opens_before_minutes IS DISTINCT FROM OLD.check_in_opens_before_minutes + OR NEW.check_in_closes_before_minutes IS DISTINCT FROM OLD.check_in_closes_before_minutes + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Check-in has already started; the schedule can no longer be changed'; + END IF; + IF NEW.status IS DISTINCT FROM OLD.status THEN + -- CheckInReview is a HOLD, not a lifecycle step: entering it is only + -- legal out of RegistrationOpen with check-in actually in force, and + -- leaving it is an organizer decision (re-admit, extend, or continue). + -- Handled before the CASE because the CASE keys on NEW.status and the + -- exit branches -- RegistrationOpen, RegistrationClosed, Live, Cancelled + -- -- are shared with transitions that have nothing to do with review. + IF NEW.status = 'CheckInReview' + AND NOT can_review_tournament_check_in(OLD, current_setting('hasura.user', true)::json) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Cannot hold tournament for check-in review'; + END IF; + + IF OLD.status = 'CheckInReview' THEN + IF NEW.status NOT IN ('RegistrationOpen', 'RegistrationClosed', 'Live', 'Cancelled', 'CancelledMinTeams') THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Invalid status change out of check-in review'; + END IF; + + IF NOT is_tournament_organizer(OLD, current_setting('hasura.user', true)::json) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Only a tournament organizer can resolve check-in review'; + END IF; + END IF; + -- 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). @@ -122,6 +171,16 @@ BEGIN RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'Cannot resume tournament'; END IF; ELSE + -- A free-agent tournament has NO teams until the pool is + -- drafted, and the draft lives in tau_tournaments -- which + -- runs after this. Setup -> Live would therefore always see + -- zero teams and cancel itself. Drafting here first makes + -- the count real; the draft is idempotent on is_drafted, so + -- the tau_tournaments call that follows is a no-op. + IF NEW.registration_type IN ('free_agents', 'both') THEN + PERFORM draft_tournament_free_agent_teams(NEW.id); + END IF; + IF NOT tournament_has_min_teams(NEW) THEN NEW.status = 'CancelledMinTeams'; END IF; diff --git a/scripts/seed-tournament-qa.mjs b/scripts/seed-tournament-qa.mjs new file mode 100644 index 000000000..97616796f --- /dev/null +++ b/scripts/seed-tournament-qa.mjs @@ -0,0 +1,314 @@ +#!/usr/bin/env node +// Seeds one tournament per state of the check-in / free-agent / join-rules +// features, so every surface can be clicked through without waiting on a clock. +// +// Run from the api repo so it picks up the same POSTGRES_* vars the app uses: +// node seed-tournament-qa.mjs seed (wipes previous [QA] data first) +// node seed-tournament-qa.mjs --clean remove all [QA] data and exit +// +// Everything it creates is prefixed "[QA]" and owned by synthetic players in a +// reserved steam-id block, so a wipe can never touch real data. + +import pg from "pg"; + +const PREFIX = "[QA]"; +const STEAM_BASE = 76500000000000000n; // reserved block for synthetic players + +const pool = new pg.Pool({ + user: process.env.POSTGRES_USER || "hasura", + password: process.env.POSTGRES_PASSWORD || "hasura", + host: process.env.POSTGRES_HOST || "localhost", + port: process.env.POSTGRES_SERVICE_PORT + ? parseInt(process.env.POSTGRES_SERVICE_PORT) + : 5432, + database: process.env.POSTGRES_DB || "hasura", +}); + +let steamSeq = 0; +let REGION = null; +const nextSteam = () => (STEAM_BASE + BigInt(++steamSeq)).toString(); + +// Hasura sets this GUC per request; triggers read it to identify the actor. +// Transaction-local so it cannot leak onto a pooled connection. +async function asUser(client, steamId, role, fn) { + await client.query("BEGIN"); + try { + await client.query("SELECT set_config('hasura.user', $1, true)", [ + JSON.stringify({ "x-hasura-role": role, "x-hasura-user-id": steamId }), + ]); + const out = await fn(); + await client.query("COMMIT"); + return out; + } catch (e) { + await client.query("ROLLBACK"); + throw e; + } +} + +async function clean(client) { + await client.query( + `DELETE FROM matches WHERE id IN ( + SELECT tb.match_id 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 t.name LIKE $1 AND tb.match_id IS NOT NULL)`, + [PREFIX + "%"], + ); + await client.query("DELETE FROM tournaments WHERE name LIKE $1", [PREFIX + "%"]); + await client.query("DELETE FROM players WHERE steam_id >= $1", [STEAM_BASE.toString()]); +} + +// Seeding a bracket schedules matches, and tbi_match -> sanitize_match_options_regions +// refuses a match when no region has an attached, enabled server. On a real dev +// stack one already exists; on a bare database it does not, so make sure of it. +// Returns the region name to pin the tournaments' match_options to. +async function ensureRegion(client) { + const existing = await client.query( + `SELECT region FROM servers WHERE enabled = true AND region IS NOT NULL LIMIT 1`, + ); + if (existing.rows.length) { + return existing.rows[0].region; + } + const region = "QA"; + await client.query( + `INSERT INTO server_regions (value, description) VALUES ($1, $1) + ON CONFLICT (value) DO NOTHING`, + [region], + ); + await client.query( + `INSERT INTO servers (host, label, rcon_password, port, region, type, is_dedicated, enabled) + VALUES ('127.0.0.1', $1, $2, 27015, $1, 'Ranked', true, true)`, + [region, Buffer.from("password")], + ); + return region; +} + +async function player(client, name, role = "verified_user") { + const steamId = nextSteam(); + await client.query( + `INSERT INTO players (steam_id, name, role) VALUES ($1, $2, $3) + ON CONFLICT (steam_id) DO NOTHING`, + [steamId, `${PREFIX} ${name}`, role], + ); + return steamId; +} + +// Wingman (2v2) keeps rosters small so a seeded tournament is quick to read. +async function tournament(client, { name, organizer, startsInMinutes, columns = {} }) { + const [{ id: optionsId }] = ( + await client.query( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions) + SELECT 8, 1, 'Wingman', id, false, true, ARRAY[$1] + FROM map_pools WHERE type = 'Wingman' AND seed = true LIMIT 1 + RETURNING id`, + [REGION], + ) + ).rows; + + const cols = Object.keys(columns); + const [{ id }] = ( + await client.query( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status + ${cols.length ? "," + cols.map((c) => `"${c}"`).join(",") : ""}) + VALUES ($1, now() + ($2 || ' minutes')::interval, $3, $4, 'Setup' + ${cols.map((_, i) => `$${5 + i}`).join(",") ? "," + cols.map((_, i) => `$${5 + i}`).join(",") : ""}) + RETURNING id`, + [`${PREFIX} ${name}`, String(startsInMinutes), organizer, optionsId, + ...cols.map((c) => columns[c])], + ) + ).rows; + + await client.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, 4, 8)`, + [id], + ); + return id; +} + +async function setStatus(client, id, organizer, status) { + await asUser(client, organizer, "admin", () => + client.query("UPDATE tournaments SET status = $1 WHERE id = $2", [status, id]), + ); +} + +// Pickup team (team_id NULL) + roster, inserted as admin so the roster trigger +// does not redirect the members into invites. +async function registerTeam(client, tournamentId, organizer, name, members, checkedIn) { + return asUser(client, organizer, "admin", async () => { + const [{ id }] = ( + await client.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id, checked_in_at) + VALUES ($1, $2, $3, $3, $4) RETURNING id`, + [tournamentId, name, members[0], checkedIn ? new Date() : null], + ) + ).rows; + for (const steamId of members) { + await client.query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3) ON CONFLICT DO NOTHING`, + [id, steamId, tournamentId], + ); + } + // tbi_tournament_team auto-stamps checked_in_at when the window is already + // open, which is right in production (a team can't be a no-show for a prompt + // it never saw) but defeats seeding a team that is deliberately NOT checked + // in. Undo it explicitly for those. + if (!checkedIn) { + await client.query( + "UPDATE tournament_teams SET checked_in_at = NULL WHERE id = $1", [id]); + } + return id; + }); +} + +async function team(client, tournamentId, organizer, label, checkedIn) { + const members = [ + await player(client, `${label} cap`), + await player(client, `${label} mate`), + ]; + return registerTeam(client, tournamentId, organizer, `${PREFIX} ${label}`, members, checkedIn); +} + +const scenarios = []; +const record = (name, id, note) => scenarios.push({ name, id, note }); + +async function main() { + const client = await pool.connect(); + const cleanOnly = process.argv.includes("--clean"); + try { + await clean(client); + if (cleanOnly) { + console.log("cleaned all [QA] data"); + return; + } + REGION = await ensureRegion(client); + + // 1. control — check-in off, behaves exactly as today + { + const org = await player(client, "org control", "tournament_organizer"); + const id = await tournament(client, { name: "1 control (no check-in)", organizer: org, startsInMinutes: 180 }); + await setStatus(client, id, org, "RegistrationOpen"); + for (const l of ["Alpha", "Bravo", "Charlie", "Delta"]) await team(client, id, org, l, false); + record("control, check-in OFF", id, "registration open, 4 teams, nothing new should appear"); + } + + // 2. check-in on, window has NOT opened yet + { + const org = await player(client, "org pending", "tournament_organizer"); + const id = await tournament(client, { + name: "2 check-in not open", organizer: org, startsInMinutes: 240, + columns: { check_in_required: true, check_in_opens_before_minutes: 60, check_in_closes_before_minutes: 15 }, + }); + await setStatus(client, id, org, "RegistrationOpen"); + for (const l of ["Alpha", "Bravo", "Charlie", "Delta"]) await team(client, id, org, l, false); + record("check-in PENDING", id, "starts in 4h, window opens at T-60 -> prompt should say 'opens in ~3h'"); + } + + // 3. window OPEN right now, one team in, one not + { + const org = await player(client, "org open", "tournament_organizer"); + const id = await tournament(client, { + name: "3 check-in open now", organizer: org, startsInMinutes: 30, + columns: { check_in_required: true, check_in_opens_before_minutes: 60, check_in_closes_before_minutes: 15 }, + }); + await setStatus(client, id, org, "RegistrationOpen"); + await team(client, id, org, "Checked A", true); + await team(client, id, org, "Checked B", true); + await team(client, id, org, "Waiting A", false); + await team(client, id, org, "Waiting B", false); + await client.query( + `UPDATE tournaments SET check_in_ends_at = start - interval '15 minutes' WHERE id = $1`, [id]); + record("check-in OPEN", id, "window is live, closes at T-15 -> countdown + Check In button, schedule fields locked"); + } + + // 4. Players mode, partial confirmations + { + const org = await player(client, "org players", "tournament_organizer"); + const id = await tournament(client, { + name: "4 check-in players mode", organizer: org, startsInMinutes: 30, + columns: { check_in_required: true, check_in_setting: "Players", check_in_opens_before_minutes: 60, check_in_closes_before_minutes: 15 }, + }); + await setStatus(client, id, org, "RegistrationOpen"); + const teamId = await team(client, id, org, "Partial", false); + for (const l of ["Full A", "Full B", "Full C"]) await team(client, id, org, l, true); + await client.query( + `UPDATE tournament_team_roster SET checked_in_at = now() + WHERE tournament_team_id = $1 AND player_steam_id = ( + SELECT MIN(player_steam_id) FROM tournament_team_roster WHERE tournament_team_id = $1)`, + [teamId], + ); + await client.query( + `UPDATE tournaments SET check_in_ends_at = start - interval '15 minutes' WHERE id = $1`, [id]); + record("check-in PLAYERS mode", id, "1 of 2 players confirmed -> per-player rows, team not yet checked in"); + } + + // 5. CheckInReview — the held state with no-shows + { + const org = await player(client, "org review", "tournament_organizer"); + const id = await tournament(client, { + name: "5 check-in review", organizer: org, startsInMinutes: 20, + columns: { check_in_required: true, check_in_opens_before_minutes: 60, check_in_closes_before_minutes: 15 }, + }); + await setStatus(client, id, org, "RegistrationOpen"); + await team(client, id, org, "Showed A", true); + await team(client, id, org, "Showed B", true); + await team(client, id, org, "NoShow A", false); + await team(client, id, org, "NoShow B", false); + await client.query( + `UPDATE tournaments SET check_in_ends_at = now() - interval '1 minute' WHERE id = $1`, [id]); + await setStatus(client, id, org, "CheckInReview"); + record("CHECK-IN REVIEW (held)", id, "2 no-shows, rosters intact -> Re-admit / Extend / Continue panel"); + } + + // 6. free agents, pool open + { + const org = await player(client, "org agents", "tournament_organizer"); + const id = await tournament(client, { + name: "6 free agents pool", organizer: org, startsInMinutes: 180, + columns: { registration_type: "free_agents" }, + }); + await setStatus(client, id, org, "RegistrationOpen"); + for (let i = 1; i <= 9; i++) { + const p = await player(client, `agent ${i}`); + await client.query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id, created_at) + VALUES ($1, $2, now() - ($3 || ' minutes')::interval)`, + [id, p, String(60 - i * 5)], + ); + } + record("FREE AGENTS pool", id, "9 signed up -> 4 teams of 2, 1 waitlisted. Try Regenerate Teams"); + } + + // 7. join rules — role + ELO + invite only + { + const org = await player(client, "org gated", "tournament_organizer"); + const id = await tournament(client, { + name: "7 join rules", organizer: org, startsInMinutes: 300, + columns: { + min_role: "verified_user", min_elo: 1200, max_elo: 2000, + invite_only: true, registration_passcode: "QA-2026", + regions: "{}", + }, + }); + await setStatus(client, id, org, "RegistrationOpen"); + record("JOIN RULES", id, "verified_user + 1200-2000 ELO + invite only, passcode QA-2026"); + } + + console.log(`\nSeeded ${scenarios.length} scenarios:\n`); + for (const s of scenarios) { + console.log(` ${s.name}`); + console.log(` /tournaments/${s.id}`); + console.log(` ${s.note}\n`); + } + console.log("Re-run to reset. --clean removes everything.\n"); + } finally { + client.release(); + await pool.end(); + } +} + +main().catch((e) => { + console.error("\nseed failed:", e.message); + process.exitCode = 1; +}); diff --git a/src/matches/jobs/CancelInvalidTournaments.ts b/src/matches/jobs/CancelInvalidTournaments.ts index 6768cc10f..b502df151 100644 --- a/src/matches/jobs/CancelInvalidTournaments.ts +++ b/src/matches/jobs/CancelInvalidTournaments.ts @@ -19,8 +19,13 @@ export class CancelInvalidTournaments extends WorkerHost { where: { _and: [ { + // CheckInReview belongs here too: tournament_has_min_teams + // excludes no-shows once the window has opened, so a held + // tournament reporting has_min_teams = false really is short of + // checked-in teams. Without this it hangs in review forever if + // the check-in job never ran. status: { - _eq: "RegistrationOpen", + _in: ["RegistrationOpen", "CheckInReview"], }, }, { diff --git a/src/matches/jobs/ProcessTournamentCheckIn.spec.ts b/src/matches/jobs/ProcessTournamentCheckIn.spec.ts new file mode 100644 index 000000000..13ae2572f --- /dev/null +++ b/src/matches/jobs/ProcessTournamentCheckIn.spec.ts @@ -0,0 +1,217 @@ +import { ProcessTournamentCheckIn } from "./ProcessTournamentCheckIn"; + +// The job is four SQL passes and a notification fan-out, so the mock routes on +// the statement rather than the call order -- reordering the passes should not +// rewrite the test. +type Rows = Array>; + +describe("ProcessTournamentCheckIn", () => { + const logger = { + log: jest.fn(), + warn: jest.fn(), + error: jest.fn(), + }; + const postgres = { + query: jest.fn(), + }; + const notifications = { + notifyPlayers: jest.fn(), + }; + + let job: ProcessTournamentCheckIn; + let opened: Rows; + let closing: Rows; + let closed: Rows; + let released: Rows; + let recipients: Rows; + let statements: Array; + + const tournament = (overrides: Record = {}) => ({ + id: "tournament-1", + name: "Cup", + banner: null as string | null, + logo: null as string | null, + ...overrides, + }); + + beforeEach(() => { + jest.clearAllMocks(); + opened = []; + closing = []; + closed = []; + released = []; + recipients = [{ steam_id: "1" }, { steam_id: "2" }]; + statements = []; + + postgres.query.mockImplementation(async (sql: string) => { + statements.push(sql); + + if (sql.includes('SET check_in_ends_at = t."start"')) { + return opened; + } + if (sql.includes("'TournamentCheckInClosing'")) { + return closing; + } + if (sql.includes("UPDATE tournament_free_agents")) { + return []; + } + if (sql.includes("THEN 'CheckInReview'")) { + return closed; + } + if (sql.includes("t.status = 'CheckInReview'")) { + return released; + } + if (sql.includes("FROM tournament_team_roster ttr")) { + return recipients; + } + + throw new Error(`unexpected query: ${sql}`); + }); + + job = new ProcessTournamentCheckIn( + logger as any, + postgres as any, + notifications as any, + ); + }); + + describe("open pass", () => { + it("announces a window it just opened to everyone who has not checked in", async () => { + opened = [tournament({ notify: true })]; + + await expect(job.process()).resolves.toBe(1); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentCheckInOpen", + expect.objectContaining({ + entity_id: "tournament-1", + steamIds: ["1", "2"], + }), + ); + }); + + it("only opens a RegistrationOpen tournament whose window has never opened", async () => { + await job.process(); + + const open = statements.find((sql) => + sql.includes('SET check_in_ends_at = t."start"'), + ); + expect(open).toContain("t.check_in_required"); + expect(open).toContain("t.status = 'RegistrationOpen'"); + expect(open).toContain("t.check_in_ends_at IS NULL"); + }); + + it("stamps but stays quiet when the whole window already elapsed", async () => { + opened = [tournament({ notify: false })]; + + await expect(job.process()).resolves.toBe(1); + + expect(notifications.notifyPlayers).not.toHaveBeenCalled(); + }); + + it("sends nothing when nobody is outstanding", async () => { + opened = [tournament({ notify: true })]; + recipients = []; + + await job.process(); + + expect(notifications.notifyPlayers).not.toHaveBeenCalled(); + }); + }); + + describe("closing reminder", () => { + it("keys the dedup on the deadline so an extension earns a new reminder", async () => { + closing = [tournament({ entity_id: "tournament-1:closing:1700000000" })]; + + await job.process(); + + const reminder = statements.find((sql) => + sql.includes("'TournamentCheckInClosing'"), + ); + expect(reminder).toContain("NOT EXISTS"); + expect(reminder).toContain("extract(epoch from t.check_in_ends_at)"); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentCheckInClosing", + expect.objectContaining({ + entity_id: "tournament-1:closing:1700000000", + }), + ); + }); + }); + + describe("close pass", () => { + it("waitlists free agent no-shows before the status flip runs the draft", async () => { + closed = [tournament({ status: "RegistrationClosed" })]; + + await job.process(); + + const waitlist = statements.findIndex((sql) => + sql.includes("UPDATE tournament_free_agents"), + ); + const flip = statements.findIndex((sql) => + sql.includes("THEN 'CheckInReview'"), + ); + + expect(waitlist).toBeGreaterThanOrEqual(0); + expect(waitlist).toBeLessThan(flip); + }); + + it("claims the tournament in the same statement that flips it", async () => { + await job.process(); + + const flip = statements.find((sql) => + sql.includes("THEN 'CheckInReview'"), + ); + expect(flip).toContain("t.status = 'RegistrationOpen'"); + expect(flip).toContain("RETURNING"); + }); + + it("says nothing when every team checked in", async () => { + closed = [tournament({ status: "RegistrationClosed" })]; + + await expect(job.process()).resolves.toBe(1); + + expect(notifications.notifyPlayers).not.toHaveBeenCalled(); + }); + + it("tells the missing teams and the organizer when it lands in review", async () => { + closed = [ + tournament({ status: "CheckInReview", organizer_steam_id: "99" }), + ]; + + await job.process(); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentCheckInMissed", + expect.objectContaining({ + steamIds: ["1", "2", "99"], + }), + ); + }); + }); + + describe("safety net", () => { + it("continues a tournament still held at its own start time", async () => { + released = [{ id: "tournament-1" }]; + + await expect(job.process()).resolves.toBe(1); + + const release = statements.find( + (sql) => + sql.includes("t.status = 'CheckInReview'") && + sql.includes("SET status = 'RegistrationClosed'"), + ); + expect(release).toContain('now() >= t."start"'); + }); + }); + + it("counts every tournament it acted on", async () => { + opened = [tournament({ notify: true })]; + closing = [tournament({ entity_id: "tournament-1:closing:1" })]; + closed = [tournament({ status: "RegistrationClosed" })]; + released = [{ id: "tournament-2" }]; + + await expect(job.process()).resolves.toBe(4); + }); +}); diff --git a/src/matches/jobs/ProcessTournamentCheckIn.ts b/src/matches/jobs/ProcessTournamentCheckIn.ts new file mode 100644 index 000000000..6e4a76837 --- /dev/null +++ b/src/matches/jobs/ProcessTournamentCheckIn.ts @@ -0,0 +1,296 @@ +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 { NotificationsService } from "../../notifications/notifications.service"; + +type CheckInTournament = { + id: string; + name: string; + banner: string | null; + logo: string | null; +}; + +type OpenedTournament = CheckInTournament & { + notify: boolean; +}; + +type ClosingTournament = CheckInTournament & { + entity_id: string; +}; + +type ClosedTournament = CheckInTournament & { + status: string; + organizer_steam_id: string | null; +}; + +@UseQueue("Matches", MatchQueues.ScheduledMatches) +export class ProcessTournamentCheckIn extends WorkerHost { + // The window is at least 5 minutes wide (a CHECK constraint on the + // tournament), so anything longer than this would fire the reminder at the + // same moment as the "check-in is open" notice on the tightest setup. + private static readonly CLOSING_REMINDER_MINUTES = 5; + + constructor( + private readonly logger: Logger, + private readonly postgres: PostgresService, + private readonly notifications: NotificationsService, + ) { + super(); + } + + async process(): Promise { + let handled = 0; + + handled += await this.openCheckInWindows(); + handled += await this.remindBeforeCutoff(); + handled += await this.closeCheckInWindows(); + handled += await this.releaseHeldTournaments(); + + return handled; + } + + // Stamping check_in_ends_at is what opens the window: the deadline is frozen + // there so a later schedule edit cannot drag it, and check_in_ends_at IS NULL + // is the fence that keeps this pass from re-opening the same tournament. + private async openCheckInWindows(): Promise { + const opened = await this.postgres.query>( + `UPDATE tournaments t + SET check_in_ends_at = t."start" - make_interval(mins => t.check_in_closes_before_minutes) + WHERE t.check_in_required + AND t.status = 'RegistrationOpen' + AND t.check_in_ends_at IS NULL + AND now() >= t."start" - make_interval(mins => t.check_in_opens_before_minutes) + RETURNING t.id::text AS id, t.name, t.banner, t.logo, + t.check_in_ends_at > now() AS notify`, + ); + + for (const tournament of opened) { + // A tournament whose whole window elapsed while this job was down still + // gets its deadline stamped -- the close pass below needs it -- but + // announcing a window that is already over would only be noise. + if (!tournament.notify) { + continue; + } + + await this.notifyPending( + tournament, + "TournamentCheckInOpen", + "Tournament check-in is open", + "check-in is open. Confirm your spot before the deadline.", + tournament.id, + ); + } + + if (opened.length > 0) { + this.logger.log(`${opened.length} tournament check-in windows opened`); + } + + return opened.length; + } + + // Deduped the way TournamentReminders dedupes its own windows: a distinct + // entity_id makes a NOT EXISTS check enough with no extra state on the + // tournament. The deadline is part of the key so an organizer extending the + // window earns a fresh reminder rather than silence. + private async remindBeforeCutoff(): Promise { + const due = await this.postgres.query>( + `SELECT t.id::text AS id, t.name, t.banner, t.logo, + t.id::text || ':closing:' || extract(epoch from t.check_in_ends_at)::bigint::text AS entity_id + FROM tournaments t + WHERE t.check_in_required + AND t.status = 'RegistrationOpen' + AND t.check_in_ends_at IS NOT NULL + AND t.check_in_ends_at > now() + AND t.check_in_ends_at <= now() + make_interval(mins => $1::int) + AND NOT EXISTS ( + SELECT 1 FROM notifications n + WHERE n.type = 'TournamentCheckInClosing' + AND n.entity_id = t.id::text || ':closing:' || extract(epoch from t.check_in_ends_at)::bigint::text + )`, + [ProcessTournamentCheckIn.CLOSING_REMINDER_MINUTES], + ); + + let sent = 0; + for (const tournament of due) { + const notified = await this.notifyPending( + tournament, + "TournamentCheckInClosing", + "Tournament check-in closing", + "check-in closes in a few minutes.", + tournament.entity_id, + ); + + if (notified) { + sent++; + } + } + + return sent; + } + + private async closeCheckInWindows(): Promise { + // Before the flip, not after: a flip to RegistrationClosed runs the + // free-agent draft, and the draft's pool would otherwise include the very + // players who never confirmed. A waitlisted no-show who confirms during an + // extension is picked back up, because the pool re-admits waitlisted + // agents that have checked in. + await this.postgres.query( + `UPDATE tournament_free_agents fa + SET status = 'waitlisted' + FROM tournaments t + WHERE t.id = fa.tournament_id + AND t.check_in_required + AND t.status = 'RegistrationOpen' + AND t.check_in_ends_at IS NOT NULL + AND t.check_in_ends_at <= now() + AND fa.status = 'registered' + AND fa.checked_in_at IS NULL`, + ); + + // One statement decides the destination and claims the tournament: a manual + // "Close Registration" click racing this tick loses the WHERE and neither + // side acts twice. + const closed = await this.postgres.query>( + `UPDATE tournaments t + SET status = CASE + WHEN EXISTS ( + SELECT 1 FROM tournament_teams tt + WHERE tt.tournament_id = t.id + AND tt.checked_in_at IS NULL + ) THEN 'CheckInReview' + ELSE 'RegistrationClosed' + END + WHERE t.check_in_required + AND t.status = 'RegistrationOpen' + AND t.check_in_ends_at IS NOT NULL + AND t.check_in_ends_at <= now() + RETURNING t.id::text AS id, t.name, t.banner, t.logo, t.status, + t.organizer_steam_id::text AS organizer_steam_id`, + ); + + for (const tournament of closed) { + if (tournament.status !== "CheckInReview") { + continue; + } + + const recipients = await this.pendingRecipients(tournament.id); + + if (tournament.organizer_steam_id) { + recipients.push(tournament.organizer_steam_id); + } + + await this.notify( + tournament, + "TournamentCheckInMissed", + "Tournament check-in missed", + "check-in closed with teams missing. The organizer is reviewing.", + tournament.id, + recipients, + ); + } + + if (closed.length > 0) { + this.logger.log(`${closed.length} tournament check-in windows closed`); + } + + return closed.length; + } + + // A tournament held for review must never die because nobody was watching. + // The write carries no hasura.user, which every can_* guard treats as an + // internal write, so the CheckInReview exit is allowed without an organizer. + private async releaseHeldTournaments(): Promise { + const released = await this.postgres.query>( + `UPDATE tournaments t + SET status = 'RegistrationClosed' + WHERE t.status = 'CheckInReview' + AND now() >= t."start" + RETURNING t.id::text AS id`, + ); + + if (released.length > 0) { + this.logger.log( + `${released.length} tournaments continued out of check-in review`, + ); + } + + return released.length; + } + + // Everyone who still owes a confirmation: rostered players (per-player in + // Players mode, whole roster otherwise), the team owner even when they are + // not on the roster, and free agents who registered on their own. + private async pendingRecipients( + tournamentId: string, + ): Promise> { + const rows = await this.postgres.query>( + `SELECT DISTINCT steam_id::text AS steam_id FROM ( + SELECT ttr.player_steam_id AS steam_id + FROM tournament_team_roster ttr + JOIN tournament_teams tt ON tt.id = ttr.tournament_team_id + JOIN tournaments t ON t.id = tt.tournament_id + WHERE tt.tournament_id = $1::uuid + AND tt.checked_in_at IS NULL + AND (t.check_in_setting <> 'Players' OR ttr.checked_in_at IS NULL) + UNION + SELECT tt.owner_steam_id AS steam_id + FROM tournament_teams tt + WHERE tt.tournament_id = $1::uuid + AND tt.checked_in_at IS NULL + AND tt.owner_steam_id IS NOT NULL + UNION + SELECT fa.player_steam_id AS steam_id + FROM tournament_free_agents fa + WHERE fa.tournament_id = $1::uuid + AND fa.checked_in_at IS NULL + AND fa.status IN ('registered', 'waitlisted') + ) pending`, + [tournamentId], + ); + + return rows.map((row) => row.steam_id); + } + + private async notifyPending( + tournament: CheckInTournament, + type: "TournamentCheckInOpen" | "TournamentCheckInClosing", + title: string, + body: string, + entityId: string, + ): Promise { + const recipients = await this.pendingRecipients(tournament.id); + + return this.notify(tournament, type, title, body, entityId, recipients); + } + + private async notify( + tournament: CheckInTournament, + type: + | "TournamentCheckInOpen" + | "TournamentCheckInClosing" + | "TournamentCheckInMissed", + title: string, + body: string, + entityId: string, + recipients: Array, + ): Promise { + if (recipients.length === 0) { + return false; + } + + await this.notifications.notifyPlayers(type, { + title, + message: `${NotificationsService.escapeHtml( + tournament.name, + )} ${body}`, + role: "user", + entity_id: entityId, + steamIds: recipients, + data: { image: tournament.banner ?? tournament.logo }, + }); + + return true; + } +} diff --git a/src/matches/matches.module.ts b/src/matches/matches.module.ts index 35395593c..f0e467b60 100644 --- a/src/matches/matches.module.ts +++ b/src/matches/matches.module.ts @@ -41,6 +41,7 @@ import { CheckLeagueSeasonTransitions } from "./jobs/CheckLeagueSeasonTransition import { ApplyLeagueDefaultSchedules } from "./jobs/ApplyLeagueDefaultSchedules"; import { LeagueWeekReminders } from "./jobs/LeagueWeekReminders"; import { TournamentReminders } from "./jobs/TournamentReminders"; +import { ProcessTournamentCheckIn } from "./jobs/ProcessTournamentCheckIn"; import { EventReminders } from "./jobs/EventReminders"; import { EncryptionModule } from "../encryption/encryption.module"; import { getQueuesProcessors } from "../utilities/QueueProcessors"; @@ -179,6 +180,7 @@ import { CameraMonitorService } from "./camera/camera-monitor.service"; ApplyLeagueDefaultSchedules, LeagueWeekReminders, TournamentReminders, + ProcessTournamentCheckIn, EventReminders, CheckForScheduledMatches, RemoveCancelledMatches, @@ -273,6 +275,19 @@ export class MatchesModule implements NestModule { }, ); + // Every minute, unlike the reminders above: the closing cutoff is a hard + // deadline the bracket waits on, so a 5-minute cadence would hold a + // tournament past its own start. + void scheduleMatchQueue.add( + ProcessTournamentCheckIn.name, + {}, + { + repeat: { + pattern: "* * * * *", + }, + }, + ); + void scheduleMatchQueue.add( CheckForScheduledMatches.name, {}, diff --git a/src/notifications/preferences/notification-categories.ts b/src/notifications/preferences/notification-categories.ts index 5ccd6a19a..ef247d40a 100644 --- a/src/notifications/preferences/notification-categories.ts +++ b/src/notifications/preferences/notification-categories.ts @@ -24,7 +24,13 @@ export const PUSH_CATEGORIES: Record = { matches: ["MatchStatusChange", "MatchImported", "MatchStatsReady", "ClipReady"], chat: ["ChatMessage"], match_chat: ["MatchChatMessage"], - tournaments: ["TournamentCreated", "TournamentReminder"], + tournaments: [ + "TournamentCreated", + "TournamentReminder", + "TournamentCheckInOpen", + "TournamentCheckInClosing", + "TournamentCheckInMissed", + ], events: ["EventReminder"], seasons: ["SeasonEnded"], scrims: [ @@ -105,6 +111,9 @@ export const IN_APP_KEYS: PreferenceKey[] = [ { key: "AwardGranted", defaultEnabled: true }, { key: "NewsPublished", defaultEnabled: true }, { key: "TournamentReminder", defaultEnabled: true }, + { key: "TournamentCheckInOpen", defaultEnabled: true }, + { key: "TournamentCheckInClosing", defaultEnabled: true }, + { key: "TournamentCheckInMissed", defaultEnabled: true }, { key: "EventReminder", defaultEnabled: true }, { key: "SeasonEnded", defaultEnabled: true }, { key: "FormTeamSuggestion", defaultEnabled: true }, diff --git a/src/notifications/push/notification-delivery.ts b/src/notifications/push/notification-delivery.ts index 716b4c5af..545e50e6d 100644 --- a/src/notifications/push/notification-delivery.ts +++ b/src/notifications/push/notification-delivery.ts @@ -48,6 +48,9 @@ const DELIVERY_POLICIES: Record = { "NameChangeDenied", "PlayerSanctioned", "TournamentReminder", + "TournamentCheckInOpen", + "TournamentCheckInClosing", + "TournamentCheckInMissed", "EventReminder", "SeasonEnded", "FormTeamSuggestion", diff --git a/src/tournaments/tournaments.controller.spec.ts b/src/tournaments/tournaments.controller.spec.ts new file mode 100644 index 000000000..783db58fb --- /dev/null +++ b/src/tournaments/tournaments.controller.spec.ts @@ -0,0 +1,668 @@ +import { TournamentsController } from "./tournaments.controller"; +import { User } from "../auth/types/User"; + +// The registration/check-in actions are the ONLY thing enforcing check_in_setting, +// invite_only and organizer-ness: their writes run on a pooled connection with no +// hasura.user, which every SQL guard treats as an internal write. The mock routes +// on the statement so a query moving between methods does not rewrite the test. +type Rows = Array>; + +describe("TournamentsController registration and check-in actions", () => { + const logger = { log: jest.fn(), warn: jest.fn(), error: jest.fn() }; + const hasura = { query: jest.fn(), mutation: jest.fn() }; + const demoMetadata = { deleteDemosForMatch: jest.fn() }; + const clips = { deleteClipsForMatch: jest.fn() }; + const tournamentVoice = {}; + const notifications = { notifyPlayers: jest.fn() }; + const postgres = { query: jest.fn() }; + + let controller: TournamentsController; + let tournamentRow: Record | undefined; + let teamRow: Record | undefined; + let rosterStamped: Rows; + let freeAgentStamped: Rows; + let teamStamped: Rows; + let extended: Rows; + let continued: Rows; + let removedFreeAgent: Rows; + let eligible: boolean; + let passcodeRow: Record | undefined; + let draftedTeams: number; + let statements: Array; + + const player: User = { + name: "Player", + role: "user", + steam_id: "76561190000000001", + }; + + const organizer: User = { + name: "Organizer", + role: "user", + steam_id: "76561190000000099", + }; + + const tournament = (overrides: Record = {}) => ({ + id: "tournament-1", + name: "Cup", + status: "RegistrationOpen", + start: new Date(Date.now() + 3_600_000).toISOString(), + banner: null as string | null, + logo: null as string | null, + organizer_steam_id: organizer.steam_id, + registration_type: "teams", + invite_only: false, + check_in_required: true, + check_in_setting: "Captains", + check_in_open: true, + is_organizer: false, + unlocked: false, + ...overrides, + }); + + beforeEach(() => { + jest.clearAllMocks(); + tournamentRow = tournament(); + teamRow = { id: "team-1", can_manage: false, is_captain: false }; + rosterStamped = []; + freeAgentStamped = []; + teamStamped = [{ id: "team-1" }]; + extended = [{ id: "tournament-1" }]; + continued = [{ id: "tournament-1" }]; + removedFreeAgent = [{ id: "agent-1" }]; + eligible = true; + passcodeRow = undefined; + draftedTeams = 2; + statements = []; + + postgres.query.mockImplementation(async (sql: string) => { + statements.push(sql); + + if (sql.includes("is_tournament_organizer(t, $2::json)")) { + return tournamentRow ? [tournamentRow] : []; + } + if (sql.includes("can_manage_tournament_team")) { + return teamRow ? [teamRow] : []; + } + if (sql.includes("UPDATE tournament_free_agents")) { + return freeAgentStamped; + } + if (sql.includes("UPDATE tournament_team_roster")) { + return rosterStamped; + } + if (sql.includes("UPDATE tournament_teams")) { + return teamStamped; + } + if (sql.includes("SET check_in_ends_at")) { + return extended; + } + if (sql.includes("SET status = 'RegistrationClosed'")) { + return continued; + } + if (sql.includes("draft_tournament_free_agent_teams")) { + return [{ teams_created: draftedTeams }]; + } + if (sql.includes("player_meets_tournament_requirements")) { + return [{ ok: eligible }]; + } + if (sql.includes("INSERT INTO tournament_free_agents")) { + return []; + } + if (sql.includes("DELETE FROM tournament_free_agents")) { + return removedFreeAgent; + } + if (sql.includes("registration_passcode")) { + return passcodeRow ? [passcodeRow] : []; + } + if (sql.includes("INSERT INTO tournament_registration_unlocks")) { + return []; + } + if ( + sql.includes("assign_seeds_to_teams") || + sql.includes("update_tournament_stages") || + sql.includes("seed_stage") + ) { + return []; + } + if (sql.includes("FROM tournament_team_roster ttr")) { + return [{ steam_id: "1" }]; + } + + throw new Error(`unexpected query: ${sql}`); + }); + + controller = new TournamentsController( + logger as any, + hasura as any, + demoMetadata as any, + clips as any, + tournamentVoice as any, + notifications as any, + postgres as any, + ); + }); + + describe("checkIntoTournament", () => { + it("refuses when the window is not open", async () => { + tournamentRow = tournament({ check_in_open: false }); + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/window is not open/i); + }); + + it("refuses when the tournament does not require check-in", async () => { + tournamentRow = tournament({ check_in_required: false }); + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/does not require check-in/i); + }); + + describe("Captains", () => { + it("lets someone who can manage the team confirm it", async () => { + teamRow = { id: "team-1", can_manage: true, is_captain: false }; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).resolves.toEqual({ success: true }); + + expect( + statements.some((sql) => sql.includes("UPDATE tournament_teams")), + ).toBe(true); + }); + + it("refuses a rostered player who is not the captain", async () => { + teamRow = { id: "team-1", can_manage: false, is_captain: false }; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).rejects.toThrow(/captain/i); + }); + }); + + describe("Players", () => { + beforeEach(() => { + tournamentRow = tournament({ check_in_setting: "Players" }); + }); + + it("confirms only the caller's own roster row", async () => { + rosterStamped = [{ id: "team-1" }]; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).resolves.toEqual({ success: true }); + + const stamp = statements.find((sql) => + sql.includes("UPDATE tournament_team_roster"), + ); + expect(stamp).toContain("player_steam_id = $2::bigint"); + expect( + statements.some((sql) => sql.includes("UPDATE tournament_teams")), + ).toBe(false); + }); + + it("refuses someone who is not on the roster", async () => { + rosterStamped = []; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).rejects.toThrow(/roster/i); + }); + }); + + describe("Admin", () => { + beforeEach(() => { + tournamentRow = tournament({ check_in_setting: "Admin" }); + }); + + it("refuses a captain", async () => { + teamRow = { id: "team-1", can_manage: true, is_captain: true }; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).rejects.toThrow(/organizer/i); + }); + + it("lets the organizer mark a team present", async () => { + tournamentRow = tournament({ + check_in_setting: "Admin", + is_organizer: true, + }); + + await expect( + controller.checkIntoTournament({ + user: organizer, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).resolves.toEqual({ success: true }); + }); + }); + + it("confirms a free agent who has no team", async () => { + freeAgentStamped = [{ id: "agent-1" }]; + teamRow = undefined; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + }), + ).resolves.toEqual({ success: true }); + }); + + it("refuses someone with neither a team nor a free agent row", async () => { + teamRow = undefined; + freeAgentStamped = []; + + await expect( + controller.checkIntoTournament({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/not registered/i); + }); + }); + + describe("readmitTournamentTeam", () => { + it("refuses a non-organizer", async () => { + await expect( + controller.readmitTournamentTeam({ + user: player, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).rejects.toThrow(/organizer/i); + }); + + it("refuses once the tournament is live", async () => { + tournamentRow = tournament({ is_organizer: true, status: "Live" }); + + await expect( + controller.readmitTournamentTeam({ + user: organizer, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).rejects.toThrow(/live/i); + }); + + it("stamps the team and re-runs seeding", async () => { + tournamentRow = tournament({ is_organizer: true }); + + await expect( + controller.readmitTournamentTeam({ + user: organizer, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).resolves.toEqual({ success: true }); + + expect( + statements.some((sql) => sql.includes("assign_seeds_to_teams")), + ).toBe(true); + }); + }); + + describe("extendTournamentCheckIn", () => { + it("refuses a non-organizer", async () => { + tournamentRow = tournament({ status: "CheckInReview" }); + + await expect( + controller.extendTournamentCheckIn({ + user: player, + tournament_id: "tournament-1", + minutes: 10, + }), + ).rejects.toThrow(/organizer/i); + }); + + it("refuses outside check-in review", async () => { + tournamentRow = tournament({ is_organizer: true }); + + await expect( + controller.extendTournamentCheckIn({ + user: organizer, + tournament_id: "tournament-1", + minutes: 10, + }), + ).rejects.toThrow(/check-in review/i); + }); + + it("refuses a nonsense duration", async () => { + tournamentRow = tournament({ + is_organizer: true, + status: "CheckInReview", + }); + + await expect( + controller.extendTournamentCheckIn({ + user: organizer, + tournament_id: "tournament-1", + minutes: 0, + }), + ).rejects.toThrow(/1 to 240/); + }); + + it("reopens registration and re-notifies the teams that missed", async () => { + tournamentRow = tournament({ + is_organizer: true, + status: "CheckInReview", + }); + + await expect( + controller.extendTournamentCheckIn({ + user: organizer, + tournament_id: "tournament-1", + minutes: 15, + }), + ).resolves.toEqual({ success: true }); + + const update = statements.find((sql) => + sql.includes("SET check_in_ends_at"), + ); + expect(update).toContain("status = 'RegistrationOpen'"); + // Extending past the tournament's own start is not an extension. + expect(update).toContain('< t."start"'); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentCheckInOpen", + expect.objectContaining({ steamIds: ["1"] }), + ); + }); + + it("reports the clamp when the extension would outrun the start", async () => { + tournamentRow = tournament({ + is_organizer: true, + status: "CheckInReview", + }); + extended = []; + + await expect( + controller.extendTournamentCheckIn({ + user: organizer, + tournament_id: "tournament-1", + minutes: 240, + }), + ).rejects.toThrow(/after the tournament starts/i); + }); + }); + + describe("continueTournamentCheckIn", () => { + it("refuses a non-organizer", async () => { + tournamentRow = tournament({ status: "CheckInReview" }); + + await expect( + controller.continueTournamentCheckIn({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/organizer/i); + }); + + it("closes registration out of review", async () => { + tournamentRow = tournament({ + is_organizer: true, + status: "CheckInReview", + }); + + await expect( + controller.continueTournamentCheckIn({ + user: organizer, + tournament_id: "tournament-1", + }), + ).resolves.toEqual({ success: true }); + + const update = statements.find((sql) => + sql.includes("SET status = 'RegistrationClosed'"), + ); + expect(update).toContain("status = 'CheckInReview'"); + }); + }); + + describe("draftTournamentTeams", () => { + it("refuses a non-organizer", async () => { + tournamentRow = tournament({ registration_type: "free_agents" }); + + await expect( + controller.draftTournamentTeams({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/organizer/i); + }); + + it("refuses a teams-only tournament", async () => { + tournamentRow = tournament({ is_organizer: true }); + + await expect( + controller.draftTournamentTeams({ + user: organizer, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/free agents/i); + }); + + it("refuses once the tournament is live", async () => { + tournamentRow = tournament({ + is_organizer: true, + registration_type: "free_agents", + status: "Live", + }); + + await expect( + controller.draftTournamentTeams({ + user: organizer, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/live/i); + }); + + it("drafts and rebuilds the bracket in the trigger's order", async () => { + tournamentRow = tournament({ + is_organizer: true, + registration_type: "both", + }); + + await expect( + controller.draftTournamentTeams({ + user: organizer, + tournament_id: "tournament-1", + }), + ).resolves.toEqual({ teams_created: 2 }); + + const order = [ + "draft_tournament_free_agent_teams", + "update_tournament_stages", + "assign_seeds_to_teams", + "seed_stage", + ].map((fragment) => + statements.findIndex((sql) => sql.includes(fragment)), + ); + expect(order).toEqual([...order].sort((a, b) => a - b)); + expect(order.every((index) => index >= 0)).toBe(true); + }); + }); + + describe("joinTournamentAsFreeAgent", () => { + it("refuses a teams-only tournament", async () => { + await expect( + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/pre-formed teams/i); + }); + + it("refuses while registration is closed", async () => { + tournamentRow = tournament({ + registration_type: "free_agents", + status: "RegistrationClosed", + }); + + await expect( + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/registration is not open/i); + }); + + it("refuses an invite only tournament nobody unlocked", async () => { + tournamentRow = tournament({ + registration_type: "free_agents", + invite_only: true, + }); + + await expect( + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/invite only/i); + }); + + it("allows an unlocked player into an invite only tournament", async () => { + tournamentRow = tournament({ + registration_type: "free_agents", + invite_only: true, + unlocked: true, + }); + + await expect( + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).resolves.toEqual({ success: true }); + }); + + it("refuses a player who fails the role or ELO gate", async () => { + tournamentRow = tournament({ registration_type: "both" }); + eligible = false; + + await expect( + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/entry requirements/i); + }); + }); + + describe("leaveTournamentAsFreeAgent", () => { + it("refuses once registration has closed", async () => { + tournamentRow = tournament({ status: "RegistrationClosed" }); + + await expect( + controller.leaveTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/pool is closed/i); + }); + + it("reports when the player was never in the pool", async () => { + removedFreeAgent = []; + + await expect( + controller.leaveTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).rejects.toThrow(/not in this tournament/i); + }); + + it("removes the caller's own row", async () => { + await expect( + controller.leaveTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).resolves.toEqual({ success: true }); + }); + }); + + describe("unlockTournamentRegistration", () => { + it("refuses a tournament with no passcode", async () => { + passcodeRow = { + status: "RegistrationOpen", + has_passcode: false, + matches: false, + }; + + await expect( + controller.unlockTournamentRegistration({ + user: player, + tournament_id: "tournament-1", + passcode: "hunter2", + }), + ).rejects.toThrow(/does not use a passcode/i); + }); + + it("refuses a wrong passcode", async () => { + passcodeRow = { + status: "RegistrationOpen", + has_passcode: true, + matches: false, + }; + + await expect( + controller.unlockTournamentRegistration({ + user: player, + tournament_id: "tournament-1", + passcode: "nope", + }), + ).rejects.toThrow(/incorrect passcode/i); + }); + + it("records the unlock on a match", async () => { + passcodeRow = { + status: "RegistrationOpen", + has_passcode: true, + matches: true, + }; + + await expect( + controller.unlockTournamentRegistration({ + user: player, + tournament_id: "tournament-1", + passcode: "hunter2", + }), + ).resolves.toEqual({ success: true }); + + expect( + statements.some((sql) => + sql.includes("INSERT INTO tournament_registration_unlocks"), + ), + ).toBe(true); + }); + }); +}); diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index 6e95d0f60..371f30620 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -8,6 +8,7 @@ import { User } from "../auth/types/User"; import { DiscordTournamentVoiceService } from "../discord-bot/discord-tournament-voice/discord-tournament-voice.service"; import { tournaments_set_input } from "../../generated"; import { NotificationsService } from "../notifications/notifications.service"; +import { PostgresService } from "../postgres/postgres.service"; // These tables are newer than the generated GraphQL types; event payloads are // typed locally (mirrors the leagues controller). @@ -22,6 +23,31 @@ type TeamRosterRow = { role?: string; }; +// The registration / check-in columns are newer than generated/schema.ts, so +// every read of them goes through raw SQL rather than the typed Hasura client. +type TournamentAccess = { + id: string; + name: string; + status: string; + start: string; + banner: string | null; + logo: string | null; + organizer_steam_id: string | null; + registration_type: string; + invite_only: boolean; + check_in_required: boolean; + check_in_setting: string; + check_in_open: boolean; + is_organizer: boolean; + unlocked: boolean; +}; + +type CheckInTeam = { + id: string; + can_manage: boolean; + is_captain: boolean; +}; + @Controller("tournaments") export class TournamentsController { constructor( @@ -31,6 +57,7 @@ export class TournamentsController { private readonly clips: ClipsService, private readonly tournamentVoice: DiscordTournamentVoiceService, private readonly notifications: NotificationsService, + private readonly postgres: PostgresService, ) {} private async announceRegistrationOpen( @@ -390,4 +417,521 @@ export class TournamentsController { return { matchCount: matchIds.length }; } + + // Every guard below runs here rather than in a trigger or a permission + // filter. The writes land on the API's pooled connection, which carries no + // hasura.user, and every existing SQL guard treats a role-less session as an + // internal write -- so an action that skipped its own check would be + // unguarded, not merely redundant. + private hasuraSession(user: User): string { + return JSON.stringify({ + "x-hasura-role": user.role, + "x-hasura-user-id": user.steam_id, + }); + } + + private async getTournamentAccess( + tournamentId: string, + user: User, + ): Promise { + const [tournament] = await this.postgres.query>( + `SELECT t.id::text AS id, + t.name, + t.status, + t."start", + t.banner, + t.logo, + t.organizer_steam_id::text AS organizer_steam_id, + t.registration_type, + t.invite_only, + t.check_in_required, + t.check_in_setting, + COALESCE(tournament_check_in_open(t), false) AS check_in_open, + COALESCE(is_tournament_organizer(t, $2::json), false) AS is_organizer, + tournament_registration_unlocked(t.id, $3::bigint) AS unlocked + FROM tournaments t + WHERE t.id = $1::uuid`, + [tournamentId, this.hasuraSession(user), user.steam_id], + ); + + if (!tournament) { + throw Error("tournament not found"); + } + + return tournament; + } + + private requireOrganizer(tournament: TournamentAccess) { + if (!tournament.is_organizer) { + throw Error("not the tournament organizer"); + } + } + + // The bracket is drawn and matches may already be in play; re-admitting or + // re-drafting into it is a different, much riskier feature. + private static readonly BRACKET_IN_PLAY = [ + "Live", + "Paused", + "Finished", + "Cancelled", + "CancelledMinTeams", + ]; + + @HasuraAction() + public async checkIntoTournament(data: { + user: User; + tournament_id: string; + tournament_team_id?: string; + }) { + const { tournament_id, tournament_team_id } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + if (!tournament.check_in_required) { + throw Error("this tournament does not require check-in"); + } + + if (!tournament.check_in_open) { + throw Error("the check-in window is not open"); + } + + const team = await this.resolveCheckInTeam( + tournament_id, + tournament_team_id, + data.user, + ); + + // An undrafted free agent has no team to confirm for; their own row is the + // whole confirmation, whatever check_in_setting says. Checked only after + // the team lookup, so a free agent who has since been drafted (or joined a + // team in a 'both' tournament) still confirms through that team. + if (!team) { + const freeAgent = await this.postgres.query>( + `UPDATE tournament_free_agents + SET checked_in_at = now() + WHERE tournament_id = $1::uuid + AND player_steam_id = $2::bigint + AND status <> 'withdrawn' + RETURNING id::text AS id`, + [tournament_id, data.user.steam_id], + ); + + if (freeAgent.length === 0) { + throw Error("you are not registered for this tournament"); + } + + return { success: true }; + } + + switch (tournament.check_in_setting) { + case "Admin": { + this.requireOrganizer(tournament); + break; + } + case "Players": { + const confirmed = await this.postgres.query>( + `UPDATE tournament_team_roster + SET checked_in_at = now() + WHERE tournament_team_id = $1::uuid + AND player_steam_id = $2::bigint + RETURNING tournament_team_id::text AS id`, + [team.id, data.user.steam_id], + ); + + if (confirmed.length === 0) { + throw Error("you are not on this team's roster"); + } + + // taiu_tournament_team_roster_check_in rolls the per-player stamps up + // into the team once the minimum lineup has confirmed. + return { success: true }; + } + default: { + if (!team.can_manage && !team.is_captain) { + throw Error("only the team captain can check this team in"); + } + break; + } + } + + await this.postgres.query( + `UPDATE tournament_teams + SET checked_in_at = now() + WHERE id = $1::uuid + AND tournament_id = $2::uuid + AND checked_in_at IS NULL`, + [team.id, tournament_id], + ); + + return { success: true }; + } + + private async resolveCheckInTeam( + tournamentId: string, + tournamentTeamId: string | undefined, + user: User, + ): Promise { + const session = this.hasuraSession(user); + + if (tournamentTeamId) { + const [team] = await this.postgres.query>( + `SELECT tt.id::text AS id, + COALESCE(can_manage_tournament_team(tt, $3::json), false) AS can_manage, + tt.captain_steam_id = $4::bigint OR tt.owner_steam_id = $4::bigint AS is_captain + FROM tournament_teams tt + WHERE tt.id = $1::uuid AND tt.tournament_id = $2::uuid`, + [tournamentTeamId, tournamentId, session, user.steam_id], + ); + + if (!team) { + throw Error("team is not registered for this tournament"); + } + + return team; + } + + const [team] = await this.postgres.query>( + `SELECT DISTINCT tt.id::text AS id, + COALESCE(can_manage_tournament_team(tt, $2::json), false) AS can_manage, + tt.captain_steam_id = $3::bigint OR tt.owner_steam_id = $3::bigint AS is_captain + FROM tournament_teams tt + LEFT JOIN tournament_team_roster ttr + ON ttr.tournament_team_id = tt.id + AND ttr.player_steam_id = $3::bigint + WHERE tt.tournament_id = $1::uuid + AND ( + ttr.player_steam_id IS NOT NULL + OR tt.owner_steam_id = $3::bigint + OR tt.captain_steam_id = $3::bigint + ) + LIMIT 1`, + [tournamentId, session, user.steam_id], + ); + + return team; + } + + @HasuraAction() + public async readmitTournamentTeam(data: { + user: User; + tournament_id: string; + tournament_team_id: string; + }) { + const { tournament_id, tournament_team_id } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + this.requireOrganizer(tournament); + + if (TournamentsController.BRACKET_IN_PLAY.includes(tournament.status)) { + throw Error("cannot re-admit a team once the tournament is live"); + } + + const readmitted = await this.postgres.query>( + `UPDATE tournament_teams + SET checked_in_at = now() + WHERE id = $1::uuid AND tournament_id = $2::uuid + RETURNING id::text AS id`, + [tournament_team_id, tournament_id], + ); + + if (readmitted.length === 0) { + throw Error("team is not registered for this tournament"); + } + + // assign_seeds_to_teams recomputes eligibility from scratch every run, so + // the stamp above only takes effect once it has run again. + await this.postgres.query( + `SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1::uuid`, + [tournament_id], + ); + + this.logger.log( + `[${tournament_id}] re-admitted team ${tournament_team_id} after a missed check-in`, + ); + + return { success: true }; + } + + @HasuraAction() + public async extendTournamentCheckIn(data: { + user: User; + tournament_id: string; + minutes: number; + }) { + const { tournament_id, minutes } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + this.requireOrganizer(tournament); + + if (tournament.status !== "CheckInReview") { + throw Error("the tournament is not held for check-in review"); + } + + if (!Number.isInteger(minutes) || minutes < 1 || minutes > 240) { + throw Error("extend the check-in window by 1 to 240 minutes"); + } + + // Measured from now, not from the deadline that already passed: a review is + // only reached after the cutoff, so extending "by 10 minutes" from a stale + // deadline could still land in the past. + const extended = await this.postgres.query>( + `UPDATE tournaments t + SET check_in_ends_at = GREATEST(t.check_in_ends_at, now()) + make_interval(mins => $2::int), + status = 'RegistrationOpen' + WHERE t.id = $1::uuid + AND t.status = 'CheckInReview' + AND GREATEST(t.check_in_ends_at, now()) + make_interval(mins => $2::int) < t."start" + RETURNING t.id::text AS id`, + [tournament_id, minutes], + ); + + if (extended.length === 0) { + throw Error( + "the extended check-in window would end after the tournament starts", + ); + } + + const recipients = await this.pendingCheckInRecipients(tournament_id); + + if (recipients.length > 0) { + await this.notifications.notifyPlayers("TournamentCheckInOpen", { + title: "Tournament check-in re-opened", + message: `${NotificationsService.escapeHtml( + tournament.name, + )} check-in has been extended by ${minutes} minutes. Confirm your spot.`, + role: "user", + entity_id: tournament_id, + steamIds: recipients, + data: { image: tournament.banner ?? tournament.logo }, + }); + } + + return { success: true }; + } + + // Deliberately narrower than the job's own recipient query: an extension is + // only ever announced to the teams that held the tournament up. + private async pendingCheckInRecipients( + tournamentId: string, + ): Promise> { + const rows = await this.postgres.query>( + `SELECT DISTINCT steam_id::text AS steam_id FROM ( + SELECT ttr.player_steam_id AS steam_id + FROM tournament_team_roster ttr + JOIN tournament_teams tt ON tt.id = ttr.tournament_team_id + WHERE tt.tournament_id = $1::uuid + AND tt.checked_in_at IS NULL + UNION + SELECT tt.owner_steam_id AS steam_id + FROM tournament_teams tt + WHERE tt.tournament_id = $1::uuid + AND tt.checked_in_at IS NULL + AND tt.owner_steam_id IS NOT NULL + ) pending`, + [tournamentId], + ); + + return rows.map((row) => row.steam_id); + } + + @HasuraAction() + public async continueTournamentCheckIn(data: { + user: User; + tournament_id: string; + }) { + const { tournament_id } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + this.requireOrganizer(tournament); + + if (tournament.status !== "CheckInReview") { + throw Error("the tournament is not held for check-in review"); + } + + const continued = await this.postgres.query>( + `UPDATE tournaments + SET status = 'RegistrationClosed' + WHERE id = $1::uuid AND status = 'CheckInReview' + RETURNING id::text AS id`, + [tournament_id], + ); + + if (continued.length === 0) { + throw Error("the tournament is no longer held for check-in review"); + } + + this.logger.log( + `[${tournament_id}] continued out of check-in review without the missing teams`, + ); + + return { success: true }; + } + + @HasuraAction() + public async draftTournamentTeams(data: { + user: User; + tournament_id: string; + }) { + const { tournament_id } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + this.requireOrganizer(tournament); + + if (TournamentsController.BRACKET_IN_PLAY.includes(tournament.status)) { + throw Error("cannot draft teams once the tournament is live"); + } + + if (!["free_agents", "both"].includes(tournament.registration_type)) { + throw Error("this tournament does not accept free agents"); + } + + const [drafted] = await this.postgres.query< + Array<{ teams_created: number }> + >(`SELECT draft_tournament_free_agent_teams($1::uuid) AS teams_created`, [ + tournament_id, + ]); + + // The same order tau_tournaments uses: the bracket is sized from the live + // team count, so seeding before the draft would build it for zero teams. + await this.postgres.query(`SELECT update_tournament_stages($1::uuid)`, [ + tournament_id, + ]); + await this.postgres.query( + `SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1::uuid`, + [tournament_id], + ); + await this.postgres.query( + `SELECT seed_stage(ts.id) + FROM tournament_stages ts + WHERE ts.tournament_id = $1::uuid AND ts."order" = 1`, + [tournament_id], + ); + + this.logger.log( + `[${tournament_id}] drafted ${drafted.teams_created} free agent teams`, + ); + + return { teams_created: drafted.teams_created }; + } + + @HasuraAction() + public async joinTournamentAsFreeAgent(data: { + user: User; + tournament_id: string; + }) { + const { tournament_id } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + if (!["free_agents", "both"].includes(tournament.registration_type)) { + throw Error("this tournament only accepts pre-formed teams"); + } + + if (tournament.status !== "RegistrationOpen") { + throw Error("registration is not open"); + } + + this.requireRegistrationUnlocked(tournament); + + const [eligible] = await this.postgres.query>( + `SELECT player_meets_tournament_requirements($1::uuid, $2::bigint) AS ok`, + [tournament_id, data.user.steam_id], + ); + + if (!eligible?.ok) { + throw Error("you do not meet this tournament's entry requirements"); + } + + await this.postgres.query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id) + VALUES ($1::uuid, $2::bigint) + ON CONFLICT (tournament_id, player_steam_id) DO NOTHING`, + [tournament_id, data.user.steam_id], + ); + + return { success: true }; + } + + @HasuraAction() + public async leaveTournamentAsFreeAgent(data: { + user: User; + tournament_id: string; + }) { + const { tournament_id } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + if (!["Setup", "RegistrationOpen"].includes(tournament.status)) { + throw Error("the free agent pool is closed"); + } + + const removed = await this.postgres.query>( + `DELETE FROM tournament_free_agents + WHERE tournament_id = $1::uuid AND player_steam_id = $2::bigint + RETURNING id::text AS id`, + [tournament_id, data.user.steam_id], + ); + + if (removed.length === 0) { + throw Error("you are not in this tournament's free agent pool"); + } + + return { success: true }; + } + + private requireRegistrationUnlocked(tournament: TournamentAccess) { + if (!tournament.invite_only) { + return; + } + + if (tournament.is_organizer || tournament.unlocked) { + return; + } + + throw Error("this tournament is invite only"); + } + + @HasuraAction() + public async unlockTournamentRegistration(data: { + user: User; + tournament_id: string; + passcode: string; + }) { + const { tournament_id, passcode } = data; + + // Compared in SQL so the passcode never has to be read back out of the + // database and into a log or an error message. + const [tournament] = await this.postgres.query< + Array<{ status: string; matches: boolean; has_passcode: boolean }> + >( + `SELECT t.status, + t.registration_passcode IS NOT NULL AND t.registration_passcode <> '' AS has_passcode, + lower(btrim(COALESCE(t.registration_passcode, ''))) = lower(btrim($2::text)) AS matches + FROM tournaments t + WHERE t.id = $1::uuid`, + [tournament_id, passcode ?? ""], + ); + + if (!tournament) { + throw Error("tournament not found"); + } + + if (!["Setup", "RegistrationOpen"].includes(tournament.status)) { + throw Error("registration is not open"); + } + + if (!tournament.has_passcode) { + throw Error("this tournament does not use a passcode"); + } + + if (!tournament.matches) { + throw Error("incorrect passcode"); + } + + await this.postgres.query( + `INSERT INTO tournament_registration_unlocks (tournament_id, player_steam_id) + VALUES ($1::uuid, $2::bigint) + ON CONFLICT (tournament_id, player_steam_id) DO NOTHING`, + [tournament_id, data.user.steam_id], + ); + + return { success: true }; + } } diff --git a/src/tournaments/tournaments.module.ts b/src/tournaments/tournaments.module.ts index d2af50547..158501430 100644 --- a/src/tournaments/tournaments.module.ts +++ b/src/tournaments/tournaments.module.ts @@ -6,6 +6,7 @@ import { ClipsModule } from "../matches/clips/clips.module"; import { DiscordTournamentVoiceModule } from "../discord-bot/discord-tournament-voice/discord-tournament-voice.module"; import { loggerFactory } from "../utilities/LoggerFactory"; import { NotificationsModule } from "../notifications/notifications.module"; +import { PostgresModule } from "../postgres/postgres.module"; @Module({ imports: [ @@ -14,6 +15,7 @@ import { NotificationsModule } from "../notifications/notifications.module"; ClipsModule, DiscordTournamentVoiceModule, NotificationsModule, + PostgresModule, ], controllers: [TournamentsController], providers: [loggerFactory()], diff --git a/test/tournament-check-in-and-free-agents.spec.ts b/test/tournament-check-in-and-free-agents.spec.ts new file mode 100644 index 000000000..6c4049da8 --- /dev/null +++ b/test/tournament-check-in-and-free-agents.spec.ts @@ -0,0 +1,708 @@ +import { PostgresService } from "./../src/postgres/postgres.service"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// Exercises the registration-rule gates (min_role / ELO range), the optional +// check-in window (schedule freeze, auto stamp, no-show exclusion, CheckInReview +// hold) and the free-agent draft. +describe("tournament check-in, registration rules and free agents (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + beforeAll(async () => { + db = await bootMigratedDb("TournamentCheckInTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561197000000000n); + await fx.region("TestCI"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const createTournament = async ({ + start = "1 day", + type = "Wingman", + maxTeams = 8, + columns = {} as Record, + } = {}) => { + const organizer = await fx.player(); + const [options] = await postgres.query>( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions, number_of_substitutes) + SELECT 8, 1, $1, id, false, true, '{TestCI}', 0 + FROM map_pools WHERE type = $1 AND seed = true RETURNING id`, + [type], + ); + + const names = Object.keys(columns); + const extraCols = names.map((n) => `, "${n}"`).join(""); + const extraVals = names.map((_, i) => `, $${i + 5}`).join(""); + + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status${extraCols}) + VALUES ($1, now() + $2::interval, $3, $4, 'Setup'${extraVals}) RETURNING id`, + [ + fx.nextName("cup"), + start, + organizer, + options.id, + ...names.map((n) => columns[n]), + ], + ); + await postgres.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, 4, $2)`, + [tournament.id, maxTeams], + ); + return { id: tournament.id, organizer }; + }; + + const setStatus = ( + tournamentId: string, + actor: string, + status: string, + role = "admin", + ) => + runAsUser(postgres, actor, role, (query) => + query("UPDATE tournaments SET status = $1 WHERE id = $2", [ + status, + tournamentId, + ]), + ); + + const registerFreeAgent = ( + tournamentId: string, + steamId: string, + createdAt?: string, + ) => + postgres.query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id, created_at) + VALUES ($1, $2, COALESCE($3::timestamptz, now()))`, + [tournamentId, steamId, createdAt ?? null], + ); + + describe("registration requirements", () => { + it("rejects a roster addition for a player below min_role", async () => { + const t = await createTournament({ + columns: { min_role: "verified_user" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const owner = await fx.player(); + await postgres.query( + "UPDATE players SET role = 'verified_user' WHERE steam_id = $1", + [owner], + ); + const outsider = await fx.player(); + + const teamId = await runAsUser(postgres, owner, "user", async (query) => { + const [row] = (await query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id) + VALUES ($1, $2, $3) RETURNING id`, + [t.id, fx.nextName("pickup"), owner], + )) as Array<{ id: string }>; + return row.id; + }); + + await expect( + runAsUser(postgres, owner, "user", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3)`, + [teamId, outsider, t.id], + ), + ), + ).rejects.toThrow(/entry requirements/i); + }); + + it("treats a player with no rated match as the starting ELO", async () => { + const t = await createTournament({ columns: { min_elo: 4000 } }); + const player = await fx.player(); + + const [row] = await postgres.query>( + "SELECT player_meets_tournament_requirements($1, $2) AS ok", + [t.id, player], + ); + expect(row.ok).toBe(true); + + await postgres.query( + "UPDATE tournaments SET min_elo = 6000 WHERE id = $1", + [t.id], + ); + const [tooLow] = await postgres.query>( + "SELECT player_meets_tournament_requirements($1, $2) AS ok", + [t.id, player], + ); + expect(tooLow.ok).toBe(false); + }); + }); + + describe("check-in window", () => { + it("is closed when check_in_required is false", async () => { + const t = await createTournament({ start: "10 minutes" }); + const [row] = await postgres.query< + Array<{ started: boolean; open: boolean }> + >( + `SELECT tournament_check_in_started(t) AS started, + tournament_check_in_open(t) AS open + FROM tournaments t WHERE t.id = $1`, + [t.id], + ); + expect(row.started).toBe(false); + expect(row.open).toBe(false); + }); + + it("opens inside the window and latches once stamped", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + const [row] = await postgres.query< + Array<{ started: boolean; open: boolean }> + >( + `SELECT tournament_check_in_started(t) AS started, + tournament_check_in_open(t) AS open + FROM tournaments t WHERE t.id = $1`, + [t.id], + ); + expect(row.started).toBe(true); + expect(row.open).toBe(true); + }); + + it("freezes the schedule once check-in has started", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + + await expect( + postgres.query( + "UPDATE tournaments SET start = now() + interval '3 days' WHERE id = $1", + [t.id], + ), + ).rejects.toThrow(/check-in has already started/i); + + await expect( + postgres.query( + "UPDATE tournaments SET check_in_opens_before_minutes = 120 WHERE id = $1", + [t.id], + ), + ).rejects.toThrow(/check-in has already started/i); + + // Extending the deadline is the sanctioned escape hatch and stays open. + await postgres.query( + "UPDATE tournaments SET check_in_ends_at = now() + interval '20 minutes' WHERE id = $1", + [t.id], + ); + }); + + it("stamps a team that registers after the window opened", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await postgres.query( + "UPDATE tournaments SET status = 'RegistrationOpen' WHERE id = $1", + [t.id], + ); + + const owner = await fx.player(); + const [team] = await postgres.query< + Array<{ checked_in_at: Date | null }> + >( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3) RETURNING checked_in_at`, + [t.id, fx.nextName("late"), owner], + ); + expect(team.checked_in_at).not.toBeNull(); + }); + + it("rolls per-player confirmations up into the team in Players mode", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true, check_in_setting: "Players" }, + }); + await postgres.query( + "UPDATE tournaments SET status = 'RegistrationOpen' WHERE id = $1", + [t.id], + ); + + const owner = await fx.player(); + const mate = await fx.player(); + const [team] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id, checked_in_at) + VALUES ($1, 'Roster', $2, $2, NULL) RETURNING id`, + [t.id, owner], + ); + for (const player of [owner, mate]) { + await runAsUser(postgres, player, "admin", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3) ON CONFLICT DO NOTHING`, + [team.id, player, t.id], + ), + ); + } + + const teamCheckedIn = async () => { + const [row] = await postgres.query< + Array<{ checked_in_at: Date | null }> + >("SELECT checked_in_at FROM tournament_teams WHERE id = $1", [ + team.id, + ]); + return row.checked_in_at !== null; + }; + + // Wingman fields two, so one confirmation is not enough. + await postgres.query( + "UPDATE tournament_team_roster SET checked_in_at = now() WHERE tournament_team_id = $1 AND player_steam_id = $2", + [team.id, owner], + ); + expect(await teamCheckedIn()).toBe(false); + + await postgres.query( + "UPDATE tournament_team_roster SET checked_in_at = now() WHERE tournament_team_id = $1 AND player_steam_id = $2", + [team.id, mate], + ); + expect(await teamCheckedIn()).toBe(true); + }); + + it("drops a no-show from seeding without deleting it, and re-admits on demand", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await postgres.query( + "UPDATE tournaments SET status = 'RegistrationOpen' WHERE id = $1", + [t.id], + ); + + const showed = await fx.player(); + const mate = await fx.player(); + const noShow = await fx.player(); + const noShowMate = await fx.player(); + + const [teamA] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'A', $2, $2) RETURNING id`, + [t.id, showed], + ); + const [teamB] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'B', $2, $2) RETURNING id`, + [t.id, noShow], + ); + for (const [team, players] of [ + [teamA.id, [showed, mate]], + [teamB.id, [noShow, noShowMate]], + ] as Array<[string, Array]>) { + for (const player of players) { + // tbi_tournament_team_roster reads hasura.user unconditionally, so a + // roster insert has to arrive with a session like a real request. + await runAsUser(postgres, player, "admin", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3) ON CONFLICT DO NOTHING`, + [team, player, t.id], + ), + ); + } + } + + // Both were auto-stamped on insert (the window is open); clear B to make + // it a genuine no-show. + await postgres.query( + "UPDATE tournament_teams SET checked_in_at = NULL WHERE id = $1", + [teamB.id], + ); + + await postgres.query( + "SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1", + [t.id], + ); + + const seeded = await postgres.query< + Array<{ id: string; seed: number | null; eligible_at: Date | null }> + >( + "SELECT id, seed, eligible_at FROM tournament_teams WHERE tournament_id = $1 ORDER BY name", + [t.id], + ); + expect(seeded).toHaveLength(2); + expect(seeded[0].seed).not.toBeNull(); + expect(seeded[1].seed).toBeNull(); + expect(seeded[1].eligible_at).toBeNull(); + + // Re-admit: stamp and re-run. No row was ever deleted. + await postgres.query( + "UPDATE tournament_teams SET checked_in_at = now() WHERE id = $1", + [teamB.id], + ); + await postgres.query( + "SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1", + [t.id], + ); + + const readmitted = await postgres.query>( + "SELECT seed FROM tournament_teams WHERE id = $1", + [teamB.id], + ); + expect(readmitted[0].seed).not.toBeNull(); + }); + }); + + describe("CheckInReview", () => { + it("holds out of RegistrationOpen and continues into RegistrationClosed", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + await setStatus(t.id, t.organizer, "CheckInReview"); + + const [held] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(held.status).toBe("CheckInReview"); + + // Nothing seeded on the way in. + const brackets = await postgres.query>( + `SELECT tb.id FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = $1 AND tb.tournament_team_id_1 IS NOT NULL`, + [t.id], + ); + expect(brackets).toHaveLength(0); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + const [closed] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(closed.status).toBe("RegistrationClosed"); + }); + + it("allows the extend path back to RegistrationOpen", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + await setStatus(t.id, t.organizer, "CheckInReview"); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(row.status).toBe("RegistrationOpen"); + }); + + it("still falls back to CancelledMinTeams when review proceeds short-handed", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const owner = await fx.player(); + await postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Lonely', $2, $2)`, + [t.id, owner], + ); + + await setStatus(t.id, t.organizer, "CheckInReview"); + await setStatus(t.id, t.organizer, "Live"); + + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(row.status).toBe("CancelledMinTeams"); + }); + + // ProcessTournamentCheckIn writes on the API's pooled connection, which + // never sets hasura.user. If the guards treated that as a denied session + // the job could neither hold a tournament nor release one. + it("lets a session-less job hold and then release a tournament", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + await postgres.query( + "UPDATE tournaments SET status = 'CheckInReview' WHERE id = $1 AND status = 'RegistrationOpen'", + [t.id], + ); + const [held] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(held.status).toBe("CheckInReview"); + + await postgres.query( + "UPDATE tournaments SET status = 'RegistrationClosed' WHERE id = $1 AND status = 'CheckInReview'", + [t.id], + ); + const [released] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(released.status).toBe("RegistrationClosed"); + }); + + it("refuses the hold when check-in is not required", async () => { + const t = await createTournament({ start: "30 minutes" }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + await expect( + setStatus(t.id, t.organizer, "CheckInReview"), + ).rejects.toThrow(/check-in review/i); + }); + + it("refuses a non-organizer resolving the hold", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + await setStatus(t.id, t.organizer, "CheckInReview"); + + const stranger = await fx.player(); + await expect( + setStatus(t.id, stranger, "RegistrationClosed", "user"), + ).rejects.toThrow(/organizer/i); + }); + }); + + describe("free agents", () => { + it("refuses a free agent on a teams-only tournament", async () => { + const t = await createTournament(); + const player = await fx.player(); + + await expect(registerFreeAgent(t.id, player)).rejects.toThrow( + /pre-formed teams/i, + ); + }); + + it("drafts full teams, honours registration order, and waitlists the rest", async () => { + const t = await createTournament({ + maxTeams: 8, + columns: { registration_type: "free_agents" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + // Wingman: two per team. Five signups -> two teams, one waitlisted, and + // the waitlisted one must be the LAST to register. + const players: Array = []; + for (let i = 0; i < 5; i++) { + const p = await fx.player(); + players.push(p); + await registerFreeAgent( + t.id, + p, + new Date(Date.now() - (10 - i) * 60_000).toISOString(), + ); + } + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + + const teams = await postgres.query< + Array<{ id: string; name: string; team_id: string | null }> + >( + "SELECT id, name, team_id FROM tournament_teams WHERE tournament_id = $1 ORDER BY name", + [t.id], + ); + expect(teams).toHaveLength(2); + expect(teams.map((row) => row.name)).toEqual(["Team 1", "Team 2"]); + expect(teams.every((row) => row.team_id === null)).toBe(true); + + const rosters = await postgres.query>( + `SELECT count(*)::text AS count FROM tournament_team_roster WHERE tournament_id = $1`, + [t.id], + ); + expect(Number(rosters[0].count)).toBe(4); + + const agents = await postgres.query< + Array<{ player_steam_id: string; status: string }> + >( + "SELECT player_steam_id, status FROM tournament_free_agents WHERE tournament_id = $1 ORDER BY created_at", + [t.id], + ); + expect(agents.slice(0, 4).every((a) => a.status === "drafted")).toBe( + true, + ); + expect(agents[4].status).toBe("waitlisted"); + expect(agents[4].player_steam_id).toBe(players[4]); + + // The generated teams are seeded by the normal pass, not left bare. + const seeded = await postgres.query>( + "SELECT seed FROM tournament_teams WHERE tournament_id = $1", + [t.id], + ); + expect(seeded.every((row) => row.seed !== null)).toBe(true); + }); + + it("tops a 'both' field up alongside the teams that registered", async () => { + const t = await createTournament({ + columns: { registration_type: "both" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const owner = await fx.player(); + await postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Existing', $2, $2)`, + [t.id, owner], + ); + for (let i = 0; i < 4; i++) { + await registerFreeAgent(t.id, await fx.player()); + } + + const [created] = await postgres.query>( + "SELECT draft_tournament_free_agent_teams($1) AS created", + [t.id], + ); + expect(created.created).toBe(2); + + // Numbered past the registered team rather than minting a second "Team 1". + const teams = await postgres.query< + Array<{ name: string; is_drafted: boolean }> + >( + "SELECT name, is_drafted FROM tournament_teams WHERE tournament_id = $1 ORDER BY name", + [t.id], + ); + expect(teams.map((row) => row.name)).toEqual([ + "Existing", + "Team 2", + "Team 3", + ]); + expect(teams.map((row) => row.is_drafted)).toEqual([false, true, true]); + + // Idempotent on the drafted teams: a second pass adds nothing. + const [again] = await postgres.query>( + "SELECT draft_tournament_free_agent_teams($1) AS created", + [t.id], + ); + expect(again.created).toBe(0); + }); + + it("drafts on a straight Setup -> Live flip instead of cancelling", async () => { + const t = await createTournament({ + maxTeams: 8, + columns: { registration_type: "free_agents" }, + }); + + for (let i = 0; i < 8; i++) { + await registerFreeAgent(t.id, await fx.player()); + } + + await setStatus(t.id, t.organizer, "Live"); + + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(row.status).toBe("Live"); + + const teams = await postgres.query>( + "SELECT id FROM tournament_teams WHERE tournament_id = $1 AND is_drafted", + [t.id], + ); + expect(teams).toHaveLength(4); + }); + }); + + describe("invite only registration", () => { + it("blocks a team, then lets the same player in once unlocked", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const owner = await fx.player(); + const insertTeam = () => + runAsUser(postgres, owner, "user", (query) => + query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3)`, + [t.id, fx.nextName("locked"), owner], + ), + ); + + await expect(insertTeam()).rejects.toThrow(/invite only/i); + + await postgres.query( + `INSERT INTO tournament_registration_unlocks (tournament_id, player_steam_id) + VALUES ($1, $2)`, + [t.id, owner], + ); + + await expect(insertTeam()).resolves.not.toThrow(); + }); + + it("blocks a free agent who has not unlocked", async () => { + const t = await createTournament({ + columns: { invite_only: true, registration_type: "free_agents" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const player = await fx.player(); + await expect( + runAsUser(postgres, player, "user", (query) => + query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id) + VALUES ($1, $2)`, + [t.id, player], + ), + ), + ).rejects.toThrow(/invite only/i); + }); + + it("never blocks the organizer or a session-less internal write", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const invited = await fx.player(); + await expect( + runAsUser(postgres, t.organizer, "user", (query) => + query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3)`, + [t.id, fx.nextName("invited"), invited], + ), + ), + ).resolves.not.toThrow(); + + const internal = await fx.player(); + await expect( + postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3)`, + [t.id, fx.nextName("internal"), internal], + ), + ).resolves.not.toThrow(); + }); + }); + + describe("leaderboard", () => { + it("returns nothing for a Setup tournament to a guest", async () => { + const t = await createTournament(); + + const rows = await postgres.query>( + "SELECT player_steam_id FROM get_tournament_leaderboard($1, $2::json)", + [t.id, JSON.stringify({ "x-hasura-role": "guest" })], + ); + expect(rows).toHaveLength(0); + }); + }); +}); From 07ab7c8dd31208a393adf1461ebc7586d4924b99 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 29 Aug 2026 20:34:38 -0400 Subject: [PATCH 02/17] wip --- generated/schema.graphql | 3073 +- generated/schema.ts | 3318 +- generated/types.ts | 78129 +++++++++++++----------- src/telemetry/telemetry.controller.ts | 8 +- src/telemetry/telemetry.service.ts | 260 +- test/telemetry.spec.ts | 131 +- 6 files changed, 47923 insertions(+), 36996 deletions(-) diff --git a/generated/schema.graphql b/generated/schema.graphql index 53d3cc619..1aeec217b 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -1018,6 +1018,10 @@ type TournamentAward { tournament_id: uuid! } +type TournamentDraftOutput { + teams_created: Int! +} + type TournamentMatchResetImpact { bracket_id: uuid! depth: Int! @@ -13196,6 +13200,15 @@ enum e_notification_types_enum { """You were invited to a team""" TeamInvite + """Check-in for your tournament closes soon""" + TournamentCheckInClosing + + """Your team missed check-in and was not seeded""" + TournamentCheckInMissed + + """Check-in has opened for a tournament you are registered for""" + TournamentCheckInOpen + """Registration opened for a tournament""" TournamentCreated @@ -15998,6 +16011,451 @@ input e_tournament_categories_updates { where: e_tournament_categories_bool_exp! } +""" +columns and relationships of "e_tournament_free_agent_statuses" +""" +type e_tournament_free_agent_statuses { + description: String! + + """An array relationship""" + tournament_free_agents( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): [tournament_free_agents!]! + + """An aggregate relationship""" + tournament_free_agents_aggregate( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): tournament_free_agents_aggregate! + value: String! +} + +""" +aggregated selection of "e_tournament_free_agent_statuses" +""" +type e_tournament_free_agent_statuses_aggregate { + aggregate: e_tournament_free_agent_statuses_aggregate_fields + nodes: [e_tournament_free_agent_statuses!]! +} + +""" +aggregate fields of "e_tournament_free_agent_statuses" +""" +type e_tournament_free_agent_statuses_aggregate_fields { + count(columns: [e_tournament_free_agent_statuses_select_column!], distinct: Boolean): Int! + max: e_tournament_free_agent_statuses_max_fields + min: e_tournament_free_agent_statuses_min_fields +} + +""" +Boolean expression to filter rows from the table "e_tournament_free_agent_statuses". All fields are combined with a logical 'AND'. +""" +input e_tournament_free_agent_statuses_bool_exp { + _and: [e_tournament_free_agent_statuses_bool_exp!] + _not: e_tournament_free_agent_statuses_bool_exp + _or: [e_tournament_free_agent_statuses_bool_exp!] + description: String_comparison_exp + tournament_free_agents: tournament_free_agents_bool_exp + tournament_free_agents_aggregate: tournament_free_agents_aggregate_bool_exp + value: String_comparison_exp +} + +""" +unique or primary key constraints on table "e_tournament_free_agent_statuses" +""" +enum e_tournament_free_agent_statuses_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_tournament_free_agent_statuses_pkey +} + +enum e_tournament_free_agent_statuses_enum { + """Placed on a drafted team""" + drafted + + """Signed up and waiting for the draft""" + registered + + """Did not make the cut; first in line if a slot opens""" + waitlisted + + """Left the free agent pool""" + withdrawn +} + +""" +Boolean expression to compare columns of type "e_tournament_free_agent_statuses_enum". All fields are combined with logical 'AND'. +""" +input e_tournament_free_agent_statuses_enum_comparison_exp { + _eq: e_tournament_free_agent_statuses_enum + _in: [e_tournament_free_agent_statuses_enum!] + _is_null: Boolean + _neq: e_tournament_free_agent_statuses_enum + _nin: [e_tournament_free_agent_statuses_enum!] +} + +""" +input type for inserting data into table "e_tournament_free_agent_statuses" +""" +input e_tournament_free_agent_statuses_insert_input { + description: String + tournament_free_agents: tournament_free_agents_arr_rel_insert_input + value: String +} + +"""aggregate max on columns""" +type e_tournament_free_agent_statuses_max_fields { + description: String + value: String +} + +"""aggregate min on columns""" +type e_tournament_free_agent_statuses_min_fields { + description: String + value: String +} + +""" +response of any mutation on the table "e_tournament_free_agent_statuses" +""" +type e_tournament_free_agent_statuses_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [e_tournament_free_agent_statuses!]! +} + +""" +input type for inserting object relation for remote table "e_tournament_free_agent_statuses" +""" +input e_tournament_free_agent_statuses_obj_rel_insert_input { + data: e_tournament_free_agent_statuses_insert_input! + + """upsert condition""" + on_conflict: e_tournament_free_agent_statuses_on_conflict +} + +""" +on_conflict condition type for table "e_tournament_free_agent_statuses" +""" +input e_tournament_free_agent_statuses_on_conflict { + constraint: e_tournament_free_agent_statuses_constraint! + update_columns: [e_tournament_free_agent_statuses_update_column!]! = [] + where: e_tournament_free_agent_statuses_bool_exp +} + +""" +Ordering options when selecting data from "e_tournament_free_agent_statuses". +""" +input e_tournament_free_agent_statuses_order_by { + description: order_by + tournament_free_agents_aggregate: tournament_free_agents_aggregate_order_by + value: order_by +} + +"""primary key columns input for table: e_tournament_free_agent_statuses""" +input e_tournament_free_agent_statuses_pk_columns_input { + value: String! +} + +""" +select columns of table "e_tournament_free_agent_statuses" +""" +enum e_tournament_free_agent_statuses_select_column { + """column name""" + description + + """column name""" + value +} + +""" +input type for updating data in table "e_tournament_free_agent_statuses" +""" +input e_tournament_free_agent_statuses_set_input { + description: String + value: String +} + +""" +Streaming cursor of the table "e_tournament_free_agent_statuses" +""" +input e_tournament_free_agent_statuses_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_tournament_free_agent_statuses_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input e_tournament_free_agent_statuses_stream_cursor_value_input { + description: String + value: String +} + +""" +update columns of table "e_tournament_free_agent_statuses" +""" +enum e_tournament_free_agent_statuses_update_column { + """column name""" + description + + """column name""" + value +} + +input e_tournament_free_agent_statuses_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_tournament_free_agent_statuses_set_input + + """filter the rows which have to be updated""" + where: e_tournament_free_agent_statuses_bool_exp! +} + +""" +columns and relationships of "e_tournament_registration_types" +""" +type e_tournament_registration_types { + description: String! + + """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 "e_tournament_registration_types" +""" +type e_tournament_registration_types_aggregate { + aggregate: e_tournament_registration_types_aggregate_fields + nodes: [e_tournament_registration_types!]! +} + +""" +aggregate fields of "e_tournament_registration_types" +""" +type e_tournament_registration_types_aggregate_fields { + count(columns: [e_tournament_registration_types_select_column!], distinct: Boolean): Int! + max: e_tournament_registration_types_max_fields + min: e_tournament_registration_types_min_fields +} + +""" +Boolean expression to filter rows from the table "e_tournament_registration_types". All fields are combined with a logical 'AND'. +""" +input e_tournament_registration_types_bool_exp { + _and: [e_tournament_registration_types_bool_exp!] + _not: e_tournament_registration_types_bool_exp + _or: [e_tournament_registration_types_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 "e_tournament_registration_types" +""" +enum e_tournament_registration_types_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_tournament_registration_types_pkey +} + +enum e_tournament_registration_types_enum { + """Pre-formed teams and individual free agents may both register""" + both + + """Only individual players may register; teams are drafted from the pool""" + free_agents + + """Only pre-formed teams may register""" + teams +} + +""" +Boolean expression to compare columns of type "e_tournament_registration_types_enum". All fields are combined with logical 'AND'. +""" +input e_tournament_registration_types_enum_comparison_exp { + _eq: e_tournament_registration_types_enum + _in: [e_tournament_registration_types_enum!] + _is_null: Boolean + _neq: e_tournament_registration_types_enum + _nin: [e_tournament_registration_types_enum!] +} + +""" +input type for inserting data into table "e_tournament_registration_types" +""" +input e_tournament_registration_types_insert_input { + description: String + tournaments: tournaments_arr_rel_insert_input + value: String +} + +"""aggregate max on columns""" +type e_tournament_registration_types_max_fields { + description: String + value: String +} + +"""aggregate min on columns""" +type e_tournament_registration_types_min_fields { + description: String + value: String +} + +""" +response of any mutation on the table "e_tournament_registration_types" +""" +type e_tournament_registration_types_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [e_tournament_registration_types!]! +} + +""" +on_conflict condition type for table "e_tournament_registration_types" +""" +input e_tournament_registration_types_on_conflict { + constraint: e_tournament_registration_types_constraint! + update_columns: [e_tournament_registration_types_update_column!]! = [] + where: e_tournament_registration_types_bool_exp +} + +""" +Ordering options when selecting data from "e_tournament_registration_types". +""" +input e_tournament_registration_types_order_by { + description: order_by + tournaments_aggregate: tournaments_aggregate_order_by + value: order_by +} + +"""primary key columns input for table: e_tournament_registration_types""" +input e_tournament_registration_types_pk_columns_input { + value: String! +} + +""" +select columns of table "e_tournament_registration_types" +""" +enum e_tournament_registration_types_select_column { + """column name""" + description + + """column name""" + value +} + +""" +input type for updating data in table "e_tournament_registration_types" +""" +input e_tournament_registration_types_set_input { + description: String + value: String +} + +""" +Streaming cursor of the table "e_tournament_registration_types" +""" +input e_tournament_registration_types_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_tournament_registration_types_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input e_tournament_registration_types_stream_cursor_value_input { + description: String + value: String +} + +""" +update columns of table "e_tournament_registration_types" +""" +enum e_tournament_registration_types_update_column { + """column name""" + description + + """column name""" + value +} + +input e_tournament_registration_types_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_tournament_registration_types_set_input + + """filter the rows which have to be updated""" + where: e_tournament_registration_types_bool_exp! +} + """ columns and relationships of "e_tournament_stage_types" """ @@ -16316,6 +16774,9 @@ enum e_tournament_status_enum { """Cancelled because it did not meet minimum number of teams""" CancelledMinTeams + """Check-in closed with teams missing; held for organizer review""" + CheckInReview + """Finished""" Finished @@ -26513,6 +26974,10 @@ input get_player_leaderboard_rank_args { _window_days: Int } +input get_tournament_leaderboard_args { + _tournament_id: uuid +} + scalar inet """ @@ -43381,6 +43846,9 @@ type mutation_root { """checkIntoMatch""" checkIntoMatch(match_id: uuid!): SuccessOutput + """Confirm a check-in, enforcing the tournament's check_in_setting""" + checkIntoTournament(tournament_id: uuid!, tournament_team_id: uuid): SuccessOutput + """ Delete terminal-state clip_render_jobs rows for a single match_map batch. """ @@ -43418,6 +43886,9 @@ type mutation_root { where: league_seasons_bool_exp ): [league_seasons!]! + """Organizer proceeds without the teams that missed check-in""" + continueTournamentCheckIn(tournament_id: uuid!): SuccessOutput + """counterScrimRequest""" counterScrimRequest(proposed_scheduled_at: timestamptz!, request_id: uuid!): SuccessOutput createApiKey(label: String!): ApiKeyResponse @@ -44212,6 +44683,32 @@ type mutation_root { """ delete_e_tournament_categories_by_pk(value: String!): e_tournament_categories + """ + delete data from the table: "e_tournament_free_agent_statuses" + """ + delete_e_tournament_free_agent_statuses( + """filter the rows which have to be deleted""" + where: e_tournament_free_agent_statuses_bool_exp! + ): e_tournament_free_agent_statuses_mutation_response + + """ + delete single row from the table: "e_tournament_free_agent_statuses" + """ + delete_e_tournament_free_agent_statuses_by_pk(value: String!): e_tournament_free_agent_statuses + + """ + delete data from the table: "e_tournament_registration_types" + """ + delete_e_tournament_registration_types( + """filter the rows which have to be deleted""" + where: e_tournament_registration_types_bool_exp! + ): e_tournament_registration_types_mutation_response + + """ + delete single row from the table: "e_tournament_registration_types" + """ + delete_e_tournament_registration_types_by_pk(value: String!): e_tournament_registration_types + """ delete data from the table: "e_tournament_stage_types" """ @@ -45596,6 +46093,27 @@ type mutation_root { """ delete_tournament_categories_by_pk(category: e_tournament_categories_enum!, tournament_id: uuid!): tournament_categories + """ + delete data from the table: "tournament_free_agents" + """ + delete_tournament_free_agents( + """filter the rows which have to be deleted""" + where: tournament_free_agents_bool_exp! + ): tournament_free_agents_mutation_response + + """ + delete single row from the table: "tournament_free_agents" + """ + delete_tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + + """ + delete data from the table: "tournament_leaderboard_entries" + """ + delete_tournament_leaderboard_entries( + """filter the rows which have to be deleted""" + where: tournament_leaderboard_entries_bool_exp! + ): tournament_leaderboard_entries_mutation_response + """ delete data from the table: "tournament_organizer_teams" """ @@ -45635,6 +46153,19 @@ type mutation_root { """ delete_tournament_prizes_by_pk(id: uuid!): tournament_prizes + """ + delete data from the table: "tournament_registration_unlocks" + """ + delete_tournament_registration_unlocks( + """filter the rows which have to be deleted""" + where: tournament_registration_unlocks_bool_exp! + ): tournament_registration_unlocks_mutation_response + + """ + delete single row from the table: "tournament_registration_unlocks" + """ + delete_tournament_registration_unlocks_by_pk(player_steam_id: bigint!, tournament_id: uuid!): tournament_registration_unlocks + """ delete data from the table: "tournament_stage_windows" """ @@ -45980,6 +46511,12 @@ type mutation_root { delete_v_team_stage_results_by_pk(tournament_stage_id: uuid!, tournament_team_id: uuid!): v_team_stage_results denyInvite(invite_id: uuid!, type: String!): SuccessOutput denyNameChange(name: String!, steam_id: bigint!): SuccessOutput + + """Organizer regenerates the free agent teams and re-seeds""" + draftTournamentTeams(tournament_id: uuid!): TournamentDraftOutput + + """Organizer pushes the check-in deadline out and reopens registration""" + extendTournamentCheckIn(minutes: Int!, tournament_id: uuid!): SuccessOutput forfeitMatch(match_id: uuid!, winning_lineup_id: uuid!): SuccessOutput """Copy a lineup you can see into your own library""" @@ -47254,6 +47791,50 @@ type mutation_root { on_conflict: e_tournament_categories_on_conflict ): e_tournament_categories + """ + insert data into the table: "e_tournament_free_agent_statuses" + """ + insert_e_tournament_free_agent_statuses( + """the rows to be inserted""" + objects: [e_tournament_free_agent_statuses_insert_input!]! + + """upsert condition""" + on_conflict: e_tournament_free_agent_statuses_on_conflict + ): e_tournament_free_agent_statuses_mutation_response + + """ + insert a single row into the table: "e_tournament_free_agent_statuses" + """ + insert_e_tournament_free_agent_statuses_one( + """the row to be inserted""" + object: e_tournament_free_agent_statuses_insert_input! + + """upsert condition""" + on_conflict: e_tournament_free_agent_statuses_on_conflict + ): e_tournament_free_agent_statuses + + """ + insert data into the table: "e_tournament_registration_types" + """ + insert_e_tournament_registration_types( + """the rows to be inserted""" + objects: [e_tournament_registration_types_insert_input!]! + + """upsert condition""" + on_conflict: e_tournament_registration_types_on_conflict + ): e_tournament_registration_types_mutation_response + + """ + insert a single row into the table: "e_tournament_registration_types" + """ + insert_e_tournament_registration_types_one( + """the row to be inserted""" + object: e_tournament_registration_types_insert_input! + + """upsert condition""" + on_conflict: e_tournament_registration_types_on_conflict + ): e_tournament_registration_types + """ insert data into the table: "e_tournament_stage_types" """ @@ -49606,6 +50187,44 @@ type mutation_root { on_conflict: tournament_categories_on_conflict ): tournament_categories + """ + insert data into the table: "tournament_free_agents" + """ + insert_tournament_free_agents( + """the rows to be inserted""" + objects: [tournament_free_agents_insert_input!]! + + """upsert condition""" + on_conflict: tournament_free_agents_on_conflict + ): tournament_free_agents_mutation_response + + """ + insert a single row into the table: "tournament_free_agents" + """ + insert_tournament_free_agents_one( + """the row to be inserted""" + object: tournament_free_agents_insert_input! + + """upsert condition""" + on_conflict: tournament_free_agents_on_conflict + ): tournament_free_agents + + """ + insert data into the table: "tournament_leaderboard_entries" + """ + insert_tournament_leaderboard_entries( + """the rows to be inserted""" + objects: [tournament_leaderboard_entries_insert_input!]! + ): tournament_leaderboard_entries_mutation_response + + """ + insert a single row into the table: "tournament_leaderboard_entries" + """ + insert_tournament_leaderboard_entries_one( + """the row to be inserted""" + object: tournament_leaderboard_entries_insert_input! + ): tournament_leaderboard_entries + """ insert data into the table: "tournament_organizer_teams" """ @@ -49672,6 +50291,28 @@ type mutation_root { on_conflict: tournament_prizes_on_conflict ): tournament_prizes + """ + insert data into the table: "tournament_registration_unlocks" + """ + insert_tournament_registration_unlocks( + """the rows to be inserted""" + objects: [tournament_registration_unlocks_insert_input!]! + + """upsert condition""" + on_conflict: tournament_registration_unlocks_on_conflict + ): tournament_registration_unlocks_mutation_response + + """ + insert a single row into the table: "tournament_registration_unlocks" + """ + insert_tournament_registration_unlocks_one( + """the row to be inserted""" + object: tournament_registration_unlocks_insert_input! + + """upsert condition""" + on_conflict: tournament_registration_unlocks_on_conflict + ): tournament_registration_unlocks + """ insert data into the table: "tournament_stage_windows" """ @@ -50276,6 +50917,9 @@ type mutation_root { """joinDraftGameAsParty""" joinDraftGameAsParty(draftGameId: uuid!, inviteCode: String): SuccessOutput + """Register alone for a tournament that drafts teams""" + joinTournamentAsFreeAgent(tournament_id: uuid!): SuccessOutput + """Join a utility practice session""" joinUtilityPractice(invite_code: String, session_id: uuid): UtilityPracticeSessionOutput kickServerPlayer(reason: String, serverId: String!, steam_id: String!): KickResult! @@ -50306,6 +50950,9 @@ type mutation_root { ): [matches!]! leaveLineup(match_id: String!): SuccessOutput + """Withdraw from a tournament's free agent pool""" + leaveTournamentAsFreeAgent(tournament_id: uuid!): SuccessOutput + """Leave a utility practice session""" leaveUtilityPractice(session_id: uuid!): SuccessOutput linkSteamMatchHistory(auth_code: String!, share_code: String!): SteamMatchHistoryLinkOutput @@ -50345,6 +50992,9 @@ type mutation_root { """ queueClipFromPreset(fps: Int, match_map_id: uuid!, preset: String!, resolution: String, target_name: String, target_steam_id: String!, title: String): CreateClipRenderOutput randomizeTeams(match_id: uuid!): SuccessOutput + + """Organizer re-admits a team that missed check-in, then re-seeds""" + readmitTournamentTeam(tournament_id: uuid!, tournament_team_id: uuid!): SuccessOutput rebootMatchServer(match_id: uuid!): SuccessOutput """ @@ -50635,6 +51285,11 @@ type mutation_root { uninstallGamePlugin(force: Boolean, slug: String!): SuccessOutput unlinkDiscord: SuccessOutput unlinkSteamMatchHistory: SuccessOutput + + """ + Trade the registration passcode for an unlock on an invite only tournament + """ + unlockTournamentRegistration(passcode: String!, tournament_id: uuid!): SuccessOutput unsanctionServerPlayer(serverId: String, steam_id: String!, type: String!): SanctionResult! """Owner-only patch for clip title / visibility / target_steam_id.""" @@ -52403,6 +53058,62 @@ type mutation_root { updates: [e_tournament_categories_updates!]! ): [e_tournament_categories_mutation_response] + """ + update data of the table: "e_tournament_free_agent_statuses" + """ + update_e_tournament_free_agent_statuses( + """sets the columns of the filtered rows to the given values""" + _set: e_tournament_free_agent_statuses_set_input + + """filter the rows which have to be updated""" + where: e_tournament_free_agent_statuses_bool_exp! + ): e_tournament_free_agent_statuses_mutation_response + + """ + update single row of the table: "e_tournament_free_agent_statuses" + """ + update_e_tournament_free_agent_statuses_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_tournament_free_agent_statuses_set_input + pk_columns: e_tournament_free_agent_statuses_pk_columns_input! + ): e_tournament_free_agent_statuses + + """ + update multiples rows of table: "e_tournament_free_agent_statuses" + """ + update_e_tournament_free_agent_statuses_many( + """updates to execute, in order""" + updates: [e_tournament_free_agent_statuses_updates!]! + ): [e_tournament_free_agent_statuses_mutation_response] + + """ + update data of the table: "e_tournament_registration_types" + """ + update_e_tournament_registration_types( + """sets the columns of the filtered rows to the given values""" + _set: e_tournament_registration_types_set_input + + """filter the rows which have to be updated""" + where: e_tournament_registration_types_bool_exp! + ): e_tournament_registration_types_mutation_response + + """ + update single row of the table: "e_tournament_registration_types" + """ + update_e_tournament_registration_types_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_tournament_registration_types_set_input + pk_columns: e_tournament_registration_types_pk_columns_input! + ): e_tournament_registration_types + + """ + update multiples rows of table: "e_tournament_registration_types" + """ + update_e_tournament_registration_types_many( + """updates to execute, in order""" + updates: [e_tournament_registration_types_updates!]! + ): [e_tournament_registration_types_mutation_response] + """ update data of the table: "e_tournament_stage_types" """ @@ -56393,6 +57104,62 @@ type mutation_root { updates: [tournament_categories_updates!]! ): [tournament_categories_mutation_response] + """ + update data of the table: "tournament_free_agents" + """ + update_tournament_free_agents( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_free_agents_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_free_agents_set_input + + """filter the rows which have to be updated""" + where: tournament_free_agents_bool_exp! + ): tournament_free_agents_mutation_response + + """ + update single row of the table: "tournament_free_agents" + """ + update_tournament_free_agents_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_free_agents_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_free_agents_set_input + pk_columns: tournament_free_agents_pk_columns_input! + ): tournament_free_agents + + """ + update multiples rows of table: "tournament_free_agents" + """ + update_tournament_free_agents_many( + """updates to execute, in order""" + updates: [tournament_free_agents_updates!]! + ): [tournament_free_agents_mutation_response] + + """ + update data of the table: "tournament_leaderboard_entries" + """ + update_tournament_leaderboard_entries( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_leaderboard_entries_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_leaderboard_entries_set_input + + """filter the rows which have to be updated""" + where: tournament_leaderboard_entries_bool_exp! + ): tournament_leaderboard_entries_mutation_response + + """ + update multiples rows of table: "tournament_leaderboard_entries" + """ + update_tournament_leaderboard_entries_many( + """updates to execute, in order""" + updates: [tournament_leaderboard_entries_updates!]! + ): [tournament_leaderboard_entries_mutation_response] + """ update data of the table: "tournament_organizer_teams" """ @@ -56489,6 +57256,40 @@ type mutation_root { updates: [tournament_prizes_updates!]! ): [tournament_prizes_mutation_response] + """ + update data of the table: "tournament_registration_unlocks" + """ + update_tournament_registration_unlocks( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_registration_unlocks_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_registration_unlocks_set_input + + """filter the rows which have to be updated""" + where: tournament_registration_unlocks_bool_exp! + ): tournament_registration_unlocks_mutation_response + + """ + update single row of the table: "tournament_registration_unlocks" + """ + update_tournament_registration_unlocks_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_registration_unlocks_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_registration_unlocks_set_input + pk_columns: tournament_registration_unlocks_pk_columns_input! + ): tournament_registration_unlocks + + """ + update multiples rows of table: "tournament_registration_unlocks" + """ + update_tournament_registration_unlocks_many( + """updates to execute, in order""" + updates: [tournament_registration_unlocks_updates!]! + ): [tournament_registration_unlocks_mutation_response] + """ update data of the table: "tournament_stage_windows" """ @@ -82315,6 +83116,96 @@ type query_root { """ e_tournament_categories_by_pk(value: String!): e_tournament_categories + """ + fetch data from the table: "e_tournament_free_agent_statuses" + """ + e_tournament_free_agent_statuses( + """distinct select on columns""" + distinct_on: [e_tournament_free_agent_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_tournament_free_agent_statuses_order_by!] + + """filter the rows returned""" + where: e_tournament_free_agent_statuses_bool_exp + ): [e_tournament_free_agent_statuses!]! + + """ + fetch aggregated fields from the table: "e_tournament_free_agent_statuses" + """ + e_tournament_free_agent_statuses_aggregate( + """distinct select on columns""" + distinct_on: [e_tournament_free_agent_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_tournament_free_agent_statuses_order_by!] + + """filter the rows returned""" + where: e_tournament_free_agent_statuses_bool_exp + ): e_tournament_free_agent_statuses_aggregate! + + """ + fetch data from the table: "e_tournament_free_agent_statuses" using primary key columns + """ + e_tournament_free_agent_statuses_by_pk(value: String!): e_tournament_free_agent_statuses + + """ + fetch data from the table: "e_tournament_registration_types" + """ + e_tournament_registration_types( + """distinct select on columns""" + distinct_on: [e_tournament_registration_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_tournament_registration_types_order_by!] + + """filter the rows returned""" + where: e_tournament_registration_types_bool_exp + ): [e_tournament_registration_types!]! + + """ + fetch aggregated fields from the table: "e_tournament_registration_types" + """ + e_tournament_registration_types_aggregate( + """distinct select on columns""" + distinct_on: [e_tournament_registration_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_tournament_registration_types_order_by!] + + """filter the rows returned""" + where: e_tournament_registration_types_bool_exp + ): e_tournament_registration_types_aggregate! + + """ + fetch data from the table: "e_tournament_registration_types" using primary key columns + """ + e_tournament_registration_types_by_pk(value: String!): e_tournament_registration_types + """ fetch data from the table: "e_tournament_stage_types" """ @@ -83850,6 +84741,56 @@ type query_root { where: player_leaderboard_rank_bool_exp ): player_leaderboard_rank_aggregate! + """ + execute function "get_tournament_leaderboard" which returns "tournament_leaderboard_entries" + """ + get_tournament_leaderboard( + """ + input parameters for function "get_tournament_leaderboard" + """ + args: get_tournament_leaderboard_args! + + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): [tournament_leaderboard_entries!]! + + """ + execute function "get_tournament_leaderboard" and query aggregates on result of table type "tournament_leaderboard_entries" + """ + get_tournament_leaderboard_aggregate( + """ + input parameters for function "get_tournament_leaderboard_aggregate" + """ + args: get_tournament_leaderboard_args! + + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): tournament_leaderboard_entries_aggregate! + """ fetch data from the table: "leaderboard_entries" """ @@ -87332,7 +88273,7 @@ type query_root { """fetch data from the table: "teams" using primary key columns""" teams_by_pk(id: uuid!): teams - telemetryStats: TelemetryStats! + telemetryStats(includeSelf: Boolean): TelemetryStats! """ fetch data from the table: "tournament_awards" @@ -87461,6 +88402,87 @@ type query_root { """ tournament_categories_by_pk(category: e_tournament_categories_enum!, tournament_id: uuid!): tournament_categories + """An array relationship""" + tournament_free_agents( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): [tournament_free_agents!]! + + """An aggregate relationship""" + tournament_free_agents_aggregate( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): tournament_free_agents_aggregate! + + """ + fetch data from the table: "tournament_free_agents" using primary key columns + """ + tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + + """ + fetch data from the table: "tournament_leaderboard_entries" + """ + tournament_leaderboard_entries( + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): [tournament_leaderboard_entries!]! + + """ + fetch aggregated fields from the table: "tournament_leaderboard_entries" + """ + tournament_leaderboard_entries_aggregate( + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): tournament_leaderboard_entries_aggregate! + """ fetch data from the table: "tournament_organizer_teams" """ @@ -87592,6 +88614,51 @@ type query_root { """ tournament_prizes_by_pk(id: uuid!): tournament_prizes + """ + fetch data from the table: "tournament_registration_unlocks" + """ + tournament_registration_unlocks( + """distinct select on columns""" + distinct_on: [tournament_registration_unlocks_select_column!] + + """limit the number of rows returned""" + 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_registration_unlocks_order_by!] + + """filter the rows returned""" + where: tournament_registration_unlocks_bool_exp + ): [tournament_registration_unlocks!]! + + """ + fetch aggregated fields from the table: "tournament_registration_unlocks" + """ + tournament_registration_unlocks_aggregate( + """distinct select on columns""" + distinct_on: [tournament_registration_unlocks_select_column!] + + """limit the number of rows returned""" + 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_registration_unlocks_order_by!] + + """filter the rows returned""" + where: tournament_registration_unlocks_bool_exp + ): tournament_registration_unlocks_aggregate! + + """ + fetch data from the table: "tournament_registration_unlocks" using primary key columns + """ + tournament_registration_unlocks_by_pk(player_steam_id: bigint!, tournament_id: uuid!): tournament_registration_unlocks + """ fetch data from the table: "tournament_stage_windows" """ @@ -95976,6 +97043,124 @@ type subscription_root { where: e_tournament_categories_bool_exp ): [e_tournament_categories!]! + """ + fetch data from the table: "e_tournament_free_agent_statuses" + """ + e_tournament_free_agent_statuses( + """distinct select on columns""" + distinct_on: [e_tournament_free_agent_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_tournament_free_agent_statuses_order_by!] + + """filter the rows returned""" + where: e_tournament_free_agent_statuses_bool_exp + ): [e_tournament_free_agent_statuses!]! + + """ + fetch aggregated fields from the table: "e_tournament_free_agent_statuses" + """ + e_tournament_free_agent_statuses_aggregate( + """distinct select on columns""" + distinct_on: [e_tournament_free_agent_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_tournament_free_agent_statuses_order_by!] + + """filter the rows returned""" + where: e_tournament_free_agent_statuses_bool_exp + ): e_tournament_free_agent_statuses_aggregate! + + """ + fetch data from the table: "e_tournament_free_agent_statuses" using primary key columns + """ + e_tournament_free_agent_statuses_by_pk(value: String!): e_tournament_free_agent_statuses + + """ + fetch data from the table in a streaming manner: "e_tournament_free_agent_statuses" + """ + e_tournament_free_agent_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_tournament_free_agent_statuses_stream_cursor_input]! + + """filter the rows returned""" + where: e_tournament_free_agent_statuses_bool_exp + ): [e_tournament_free_agent_statuses!]! + + """ + fetch data from the table: "e_tournament_registration_types" + """ + e_tournament_registration_types( + """distinct select on columns""" + distinct_on: [e_tournament_registration_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_tournament_registration_types_order_by!] + + """filter the rows returned""" + where: e_tournament_registration_types_bool_exp + ): [e_tournament_registration_types!]! + + """ + fetch aggregated fields from the table: "e_tournament_registration_types" + """ + e_tournament_registration_types_aggregate( + """distinct select on columns""" + distinct_on: [e_tournament_registration_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_tournament_registration_types_order_by!] + + """filter the rows returned""" + where: e_tournament_registration_types_bool_exp + ): e_tournament_registration_types_aggregate! + + """ + fetch data from the table: "e_tournament_registration_types" using primary key columns + """ + e_tournament_registration_types_by_pk(value: String!): e_tournament_registration_types + + """ + fetch data from the table in a streaming manner: "e_tournament_registration_types" + """ + e_tournament_registration_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_tournament_registration_types_stream_cursor_input]! + + """filter the rows returned""" + where: e_tournament_registration_types_bool_exp + ): [e_tournament_registration_types!]! + """ fetch data from the table: "e_tournament_stage_types" """ @@ -97865,6 +99050,56 @@ type subscription_root { where: player_leaderboard_rank_bool_exp ): player_leaderboard_rank_aggregate! + """ + execute function "get_tournament_leaderboard" which returns "tournament_leaderboard_entries" + """ + get_tournament_leaderboard( + """ + input parameters for function "get_tournament_leaderboard" + """ + args: get_tournament_leaderboard_args! + + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): [tournament_leaderboard_entries!]! + + """ + execute function "get_tournament_leaderboard" and query aggregates on result of table type "tournament_leaderboard_entries" + """ + get_tournament_leaderboard_aggregate( + """ + input parameters for function "get_tournament_leaderboard_aggregate" + """ + args: get_tournament_leaderboard_args! + + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): tournament_leaderboard_entries_aggregate! + """ fetch data from the table: "leaderboard_entries" """ @@ -102626,6 +103861,115 @@ type subscription_root { where: tournament_categories_bool_exp ): [tournament_categories!]! + """An array relationship""" + tournament_free_agents( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): [tournament_free_agents!]! + + """An aggregate relationship""" + tournament_free_agents_aggregate( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): tournament_free_agents_aggregate! + + """ + fetch data from the table: "tournament_free_agents" using primary key columns + """ + tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + + """ + fetch data from the table in a streaming manner: "tournament_free_agents" + """ + tournament_free_agents_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_free_agents_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): [tournament_free_agents!]! + + """ + fetch data from the table: "tournament_leaderboard_entries" + """ + tournament_leaderboard_entries( + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): [tournament_leaderboard_entries!]! + + """ + fetch aggregated fields from the table: "tournament_leaderboard_entries" + """ + tournament_leaderboard_entries_aggregate( + """distinct select on columns""" + distinct_on: [tournament_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: [tournament_leaderboard_entries_order_by!] + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): tournament_leaderboard_entries_aggregate! + + """ + fetch data from the table in a streaming manner: "tournament_leaderboard_entries" + """ + tournament_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: [tournament_leaderboard_entries_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_leaderboard_entries_bool_exp + ): [tournament_leaderboard_entries!]! + """ fetch data from the table: "tournament_organizer_teams" """ @@ -102799,6 +104143,65 @@ type subscription_root { where: tournament_prizes_bool_exp ): [tournament_prizes!]! + """ + fetch data from the table: "tournament_registration_unlocks" + """ + tournament_registration_unlocks( + """distinct select on columns""" + distinct_on: [tournament_registration_unlocks_select_column!] + + """limit the number of rows returned""" + 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_registration_unlocks_order_by!] + + """filter the rows returned""" + where: tournament_registration_unlocks_bool_exp + ): [tournament_registration_unlocks!]! + + """ + fetch aggregated fields from the table: "tournament_registration_unlocks" + """ + tournament_registration_unlocks_aggregate( + """distinct select on columns""" + distinct_on: [tournament_registration_unlocks_select_column!] + + """limit the number of rows returned""" + 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_registration_unlocks_order_by!] + + """filter the rows returned""" + where: tournament_registration_unlocks_bool_exp + ): tournament_registration_unlocks_aggregate! + + """ + fetch data from the table: "tournament_registration_unlocks" using primary key columns + """ + tournament_registration_unlocks_by_pk(player_steam_id: bigint!, tournament_id: uuid!): tournament_registration_unlocks + + """ + fetch data from the table in a streaming manner: "tournament_registration_unlocks" + """ + tournament_registration_unlocks_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_registration_unlocks_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_registration_unlocks_bool_exp + ): [tournament_registration_unlocks!]! + """ fetch data from the table: "tournament_stage_windows" """ @@ -111782,6 +113185,847 @@ input tournament_categories_updates { where: tournament_categories_bool_exp! } +""" +columns and relationships of "tournament_free_agents" +""" +type tournament_free_agents { + checked_in_at: timestamptz + + """Registration priority: decides who makes the cut""" + created_at: timestamptz! + + """An object relationship""" + e_tournament_free_agent_status: e_tournament_free_agent_statuses! + id: uuid! + + """An object relationship""" + player: players! + player_steam_id: bigint! + status: e_tournament_free_agent_statuses_enum! + + """An object relationship""" + tournament: tournaments! + tournament_id: uuid! + + """An object relationship""" + tournament_team: tournament_teams + tournament_team_id: uuid +} + +""" +aggregated selection of "tournament_free_agents" +""" +type tournament_free_agents_aggregate { + aggregate: tournament_free_agents_aggregate_fields + nodes: [tournament_free_agents!]! +} + +input tournament_free_agents_aggregate_bool_exp { + count: tournament_free_agents_aggregate_bool_exp_count +} + +input tournament_free_agents_aggregate_bool_exp_count { + arguments: [tournament_free_agents_select_column!] + distinct: Boolean + filter: tournament_free_agents_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "tournament_free_agents" +""" +type tournament_free_agents_aggregate_fields { + avg: tournament_free_agents_avg_fields + count(columns: [tournament_free_agents_select_column!], distinct: Boolean): Int! + max: tournament_free_agents_max_fields + min: tournament_free_agents_min_fields + stddev: tournament_free_agents_stddev_fields + stddev_pop: tournament_free_agents_stddev_pop_fields + stddev_samp: tournament_free_agents_stddev_samp_fields + sum: tournament_free_agents_sum_fields + var_pop: tournament_free_agents_var_pop_fields + var_samp: tournament_free_agents_var_samp_fields + variance: tournament_free_agents_variance_fields +} + +""" +order by aggregate values of table "tournament_free_agents" +""" +input tournament_free_agents_aggregate_order_by { + avg: tournament_free_agents_avg_order_by + count: order_by + max: tournament_free_agents_max_order_by + min: tournament_free_agents_min_order_by + stddev: tournament_free_agents_stddev_order_by + stddev_pop: tournament_free_agents_stddev_pop_order_by + stddev_samp: tournament_free_agents_stddev_samp_order_by + sum: tournament_free_agents_sum_order_by + var_pop: tournament_free_agents_var_pop_order_by + var_samp: tournament_free_agents_var_samp_order_by + variance: tournament_free_agents_variance_order_by +} + +""" +input type for inserting array relation for remote table "tournament_free_agents" +""" +input tournament_free_agents_arr_rel_insert_input { + data: [tournament_free_agents_insert_input!]! + + """upsert condition""" + on_conflict: tournament_free_agents_on_conflict +} + +"""aggregate avg on columns""" +type tournament_free_agents_avg_fields { + player_steam_id: Float +} + +""" +order by avg() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_avg_order_by { + player_steam_id: order_by +} + +""" +Boolean expression to filter rows from the table "tournament_free_agents". All fields are combined with a logical 'AND'. +""" +input tournament_free_agents_bool_exp { + _and: [tournament_free_agents_bool_exp!] + _not: tournament_free_agents_bool_exp + _or: [tournament_free_agents_bool_exp!] + checked_in_at: timestamptz_comparison_exp + created_at: timestamptz_comparison_exp + e_tournament_free_agent_status: e_tournament_free_agent_statuses_bool_exp + id: uuid_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp + status: e_tournament_free_agent_statuses_enum_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp + tournament_team: tournament_teams_bool_exp + tournament_team_id: uuid_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_free_agents" +""" +enum tournament_free_agents_constraint { + """ + unique or primary key constraint on columns "id" + """ + tournament_free_agents_pkey + + """ + unique or primary key constraint on columns "player_steam_id", "tournament_id" + """ + tournament_free_agents_tournament_id_player_steam_id_key +} + +""" +input type for incrementing numeric columns in table "tournament_free_agents" +""" +input tournament_free_agents_inc_input { + player_steam_id: bigint +} + +""" +input type for inserting data into table "tournament_free_agents" +""" +input tournament_free_agents_insert_input { + checked_in_at: timestamptz + + """Registration priority: decides who makes the cut""" + created_at: timestamptz + e_tournament_free_agent_status: e_tournament_free_agent_statuses_obj_rel_insert_input + id: uuid + player: players_obj_rel_insert_input + player_steam_id: bigint + status: e_tournament_free_agent_statuses_enum + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid + tournament_team: tournament_teams_obj_rel_insert_input + tournament_team_id: uuid +} + +"""aggregate max on columns""" +type tournament_free_agents_max_fields { + checked_in_at: timestamptz + + """Registration priority: decides who makes the cut""" + created_at: timestamptz + id: uuid + player_steam_id: bigint + tournament_id: uuid + tournament_team_id: uuid +} + +""" +order by max() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_max_order_by { + checked_in_at: order_by + + """Registration priority: decides who makes the cut""" + created_at: order_by + id: order_by + player_steam_id: order_by + tournament_id: order_by + tournament_team_id: order_by +} + +"""aggregate min on columns""" +type tournament_free_agents_min_fields { + checked_in_at: timestamptz + + """Registration priority: decides who makes the cut""" + created_at: timestamptz + id: uuid + player_steam_id: bigint + tournament_id: uuid + tournament_team_id: uuid +} + +""" +order by min() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_min_order_by { + checked_in_at: order_by + + """Registration priority: decides who makes the cut""" + created_at: order_by + id: order_by + player_steam_id: order_by + tournament_id: order_by + tournament_team_id: order_by +} + +""" +response of any mutation on the table "tournament_free_agents" +""" +type tournament_free_agents_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_free_agents!]! +} + +""" +on_conflict condition type for table "tournament_free_agents" +""" +input tournament_free_agents_on_conflict { + constraint: tournament_free_agents_constraint! + update_columns: [tournament_free_agents_update_column!]! = [] + where: tournament_free_agents_bool_exp +} + +"""Ordering options when selecting data from "tournament_free_agents".""" +input tournament_free_agents_order_by { + checked_in_at: order_by + created_at: order_by + e_tournament_free_agent_status: e_tournament_free_agent_statuses_order_by + id: order_by + player: players_order_by + player_steam_id: order_by + status: order_by + tournament: tournaments_order_by + tournament_id: order_by + tournament_team: tournament_teams_order_by + tournament_team_id: order_by +} + +"""primary key columns input for table: tournament_free_agents""" +input tournament_free_agents_pk_columns_input { + id: uuid! +} + +""" +select columns of table "tournament_free_agents" +""" +enum tournament_free_agents_select_column { + """column name""" + checked_in_at + + """column name""" + created_at + + """column name""" + id + + """column name""" + player_steam_id + + """column name""" + status + + """column name""" + tournament_id + + """column name""" + tournament_team_id +} + +""" +input type for updating data in table "tournament_free_agents" +""" +input tournament_free_agents_set_input { + checked_in_at: timestamptz + + """Registration priority: decides who makes the cut""" + created_at: timestamptz + id: uuid + player_steam_id: bigint + status: e_tournament_free_agent_statuses_enum + tournament_id: uuid + tournament_team_id: uuid +} + +"""aggregate stddev on columns""" +type tournament_free_agents_stddev_fields { + player_steam_id: Float +} + +""" +order by stddev() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_stddev_order_by { + player_steam_id: order_by +} + +"""aggregate stddev_pop on columns""" +type tournament_free_agents_stddev_pop_fields { + player_steam_id: Float +} + +""" +order by stddev_pop() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_stddev_pop_order_by { + player_steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type tournament_free_agents_stddev_samp_fields { + player_steam_id: Float +} + +""" +order by stddev_samp() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_stddev_samp_order_by { + player_steam_id: order_by +} + +""" +Streaming cursor of the table "tournament_free_agents" +""" +input tournament_free_agents_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_free_agents_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_free_agents_stream_cursor_value_input { + checked_in_at: timestamptz + + """Registration priority: decides who makes the cut""" + created_at: timestamptz + id: uuid + player_steam_id: bigint + status: e_tournament_free_agent_statuses_enum + tournament_id: uuid + tournament_team_id: uuid +} + +"""aggregate sum on columns""" +type tournament_free_agents_sum_fields { + player_steam_id: bigint +} + +""" +order by sum() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_sum_order_by { + player_steam_id: order_by +} + +""" +update columns of table "tournament_free_agents" +""" +enum tournament_free_agents_update_column { + """column name""" + checked_in_at + + """column name""" + created_at + + """column name""" + id + + """column name""" + player_steam_id + + """column name""" + status + + """column name""" + tournament_id + + """column name""" + tournament_team_id +} + +input tournament_free_agents_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_free_agents_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_free_agents_set_input + + """filter the rows which have to be updated""" + where: tournament_free_agents_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_free_agents_var_pop_fields { + player_steam_id: Float +} + +""" +order by var_pop() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_var_pop_order_by { + player_steam_id: order_by +} + +"""aggregate var_samp on columns""" +type tournament_free_agents_var_samp_fields { + player_steam_id: Float +} + +""" +order by var_samp() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_var_samp_order_by { + player_steam_id: order_by +} + +"""aggregate variance on columns""" +type tournament_free_agents_variance_fields { + player_steam_id: Float +} + +""" +order by variance() on columns of table "tournament_free_agents" +""" +input tournament_free_agents_variance_order_by { + player_steam_id: order_by +} + +""" +columns and relationships of "tournament_leaderboard_entries" +""" +type tournament_leaderboard_entries { + adr: float8! + assists: Int! + deaths: Int! + headshot_percentage: float8! + kdr: float8! + kills: Int! + matches_played: Int! + player_avatar_url: String + player_country: String + player_custom_avatar_url: String + player_name: String! + player_steam_id: String! + rating: float8! + rounds_played: Int! + team_name: String + tournament_team_id: uuid +} + +type tournament_leaderboard_entries_aggregate { + aggregate: tournament_leaderboard_entries_aggregate_fields + nodes: [tournament_leaderboard_entries!]! +} + +""" +aggregate fields of "tournament_leaderboard_entries" +""" +type tournament_leaderboard_entries_aggregate_fields { + avg: tournament_leaderboard_entries_avg_fields + count(columns: [tournament_leaderboard_entries_select_column!], distinct: Boolean): Int! + max: tournament_leaderboard_entries_max_fields + min: tournament_leaderboard_entries_min_fields + stddev: tournament_leaderboard_entries_stddev_fields + stddev_pop: tournament_leaderboard_entries_stddev_pop_fields + stddev_samp: tournament_leaderboard_entries_stddev_samp_fields + sum: tournament_leaderboard_entries_sum_fields + var_pop: tournament_leaderboard_entries_var_pop_fields + var_samp: tournament_leaderboard_entries_var_samp_fields + variance: tournament_leaderboard_entries_variance_fields +} + +"""aggregate avg on columns""" +type tournament_leaderboard_entries_avg_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + +""" +Boolean expression to filter rows from the table "tournament_leaderboard_entries". All fields are combined with a logical 'AND'. +""" +input tournament_leaderboard_entries_bool_exp { + _and: [tournament_leaderboard_entries_bool_exp!] + _not: tournament_leaderboard_entries_bool_exp + _or: [tournament_leaderboard_entries_bool_exp!] + adr: float8_comparison_exp + assists: Int_comparison_exp + deaths: Int_comparison_exp + headshot_percentage: float8_comparison_exp + kdr: float8_comparison_exp + kills: Int_comparison_exp + matches_played: Int_comparison_exp + player_avatar_url: String_comparison_exp + player_country: String_comparison_exp + player_custom_avatar_url: String_comparison_exp + player_name: String_comparison_exp + player_steam_id: String_comparison_exp + rating: float8_comparison_exp + rounds_played: Int_comparison_exp + team_name: String_comparison_exp + tournament_team_id: uuid_comparison_exp +} + +""" +input type for incrementing numeric columns in table "tournament_leaderboard_entries" +""" +input tournament_leaderboard_entries_inc_input { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + rating: float8 + rounds_played: Int +} + +""" +input type for inserting data into table "tournament_leaderboard_entries" +""" +input tournament_leaderboard_entries_insert_input { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + player_avatar_url: String + player_country: String + player_custom_avatar_url: String + player_name: String + player_steam_id: String + rating: float8 + rounds_played: Int + team_name: String + tournament_team_id: uuid +} + +"""aggregate max on columns""" +type tournament_leaderboard_entries_max_fields { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + player_avatar_url: String + player_country: String + player_custom_avatar_url: String + player_name: String + player_steam_id: String + rating: float8 + rounds_played: Int + team_name: String + tournament_team_id: uuid +} + +"""aggregate min on columns""" +type tournament_leaderboard_entries_min_fields { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + player_avatar_url: String + player_country: String + player_custom_avatar_url: String + player_name: String + player_steam_id: String + rating: float8 + rounds_played: Int + team_name: String + tournament_team_id: uuid +} + +""" +response of any mutation on the table "tournament_leaderboard_entries" +""" +type tournament_leaderboard_entries_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_leaderboard_entries!]! +} + +""" +Ordering options when selecting data from "tournament_leaderboard_entries". +""" +input tournament_leaderboard_entries_order_by { + adr: order_by + assists: order_by + deaths: order_by + headshot_percentage: order_by + kdr: order_by + kills: order_by + matches_played: order_by + player_avatar_url: order_by + player_country: order_by + player_custom_avatar_url: order_by + player_name: order_by + player_steam_id: order_by + rating: order_by + rounds_played: order_by + team_name: order_by + tournament_team_id: order_by +} + +""" +select columns of table "tournament_leaderboard_entries" +""" +enum tournament_leaderboard_entries_select_column { + """column name""" + adr + + """column name""" + assists + + """column name""" + deaths + + """column name""" + headshot_percentage + + """column name""" + kdr + + """column name""" + kills + + """column name""" + matches_played + + """column name""" + player_avatar_url + + """column name""" + player_country + + """column name""" + player_custom_avatar_url + + """column name""" + player_name + + """column name""" + player_steam_id + + """column name""" + rating + + """column name""" + rounds_played + + """column name""" + team_name + + """column name""" + tournament_team_id +} + +""" +input type for updating data in table "tournament_leaderboard_entries" +""" +input tournament_leaderboard_entries_set_input { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + player_avatar_url: String + player_country: String + player_custom_avatar_url: String + player_name: String + player_steam_id: String + rating: float8 + rounds_played: Int + team_name: String + tournament_team_id: uuid +} + +"""aggregate stddev on columns""" +type tournament_leaderboard_entries_stddev_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + +"""aggregate stddev_pop on columns""" +type tournament_leaderboard_entries_stddev_pop_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + +"""aggregate stddev_samp on columns""" +type tournament_leaderboard_entries_stddev_samp_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + +""" +Streaming cursor of the table "tournament_leaderboard_entries" +""" +input tournament_leaderboard_entries_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_leaderboard_entries_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_leaderboard_entries_stream_cursor_value_input { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + player_avatar_url: String + player_country: String + player_custom_avatar_url: String + player_name: String + player_steam_id: String + rating: float8 + rounds_played: Int + team_name: String + tournament_team_id: uuid +} + +"""aggregate sum on columns""" +type tournament_leaderboard_entries_sum_fields { + adr: float8 + assists: Int + deaths: Int + headshot_percentage: float8 + kdr: float8 + kills: Int + matches_played: Int + rating: float8 + rounds_played: Int +} + +input tournament_leaderboard_entries_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_leaderboard_entries_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_leaderboard_entries_set_input + + """filter the rows which have to be updated""" + where: tournament_leaderboard_entries_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_leaderboard_entries_var_pop_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + +"""aggregate var_samp on columns""" +type tournament_leaderboard_entries_var_samp_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + +"""aggregate variance on columns""" +type tournament_leaderboard_entries_variance_fields { + adr: Float + assists: Float + deaths: Float + headshot_percentage: Float + kdr: Float + kills: Float + matches_played: Float + rating: Float + rounds_played: Float +} + """ columns and relationships of "tournament_organizer_teams" """ @@ -112755,6 +114999,245 @@ input tournament_prizes_variance_order_by { order: order_by } +""" +columns and relationships of "tournament_registration_unlocks" +""" +type tournament_registration_unlocks { + created_at: timestamptz! + + """An object relationship""" + player: players! + player_steam_id: bigint! + + """An object relationship""" + tournament: tournaments! + tournament_id: uuid! +} + +""" +aggregated selection of "tournament_registration_unlocks" +""" +type tournament_registration_unlocks_aggregate { + aggregate: tournament_registration_unlocks_aggregate_fields + nodes: [tournament_registration_unlocks!]! +} + +""" +aggregate fields of "tournament_registration_unlocks" +""" +type tournament_registration_unlocks_aggregate_fields { + avg: tournament_registration_unlocks_avg_fields + count(columns: [tournament_registration_unlocks_select_column!], distinct: Boolean): Int! + max: tournament_registration_unlocks_max_fields + min: tournament_registration_unlocks_min_fields + stddev: tournament_registration_unlocks_stddev_fields + stddev_pop: tournament_registration_unlocks_stddev_pop_fields + stddev_samp: tournament_registration_unlocks_stddev_samp_fields + sum: tournament_registration_unlocks_sum_fields + var_pop: tournament_registration_unlocks_var_pop_fields + var_samp: tournament_registration_unlocks_var_samp_fields + variance: tournament_registration_unlocks_variance_fields +} + +"""aggregate avg on columns""" +type tournament_registration_unlocks_avg_fields { + player_steam_id: Float +} + +""" +Boolean expression to filter rows from the table "tournament_registration_unlocks". All fields are combined with a logical 'AND'. +""" +input tournament_registration_unlocks_bool_exp { + _and: [tournament_registration_unlocks_bool_exp!] + _not: tournament_registration_unlocks_bool_exp + _or: [tournament_registration_unlocks_bool_exp!] + created_at: timestamptz_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_registration_unlocks" +""" +enum tournament_registration_unlocks_constraint { + """ + unique or primary key constraint on columns "player_steam_id", "tournament_id" + """ + tournament_registration_unlocks_pkey +} + +""" +input type for incrementing numeric columns in table "tournament_registration_unlocks" +""" +input tournament_registration_unlocks_inc_input { + player_steam_id: bigint +} + +""" +input type for inserting data into table "tournament_registration_unlocks" +""" +input tournament_registration_unlocks_insert_input { + created_at: timestamptz + player: players_obj_rel_insert_input + player_steam_id: bigint + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid +} + +"""aggregate max on columns""" +type tournament_registration_unlocks_max_fields { + created_at: timestamptz + player_steam_id: bigint + tournament_id: uuid +} + +"""aggregate min on columns""" +type tournament_registration_unlocks_min_fields { + created_at: timestamptz + player_steam_id: bigint + tournament_id: uuid +} + +""" +response of any mutation on the table "tournament_registration_unlocks" +""" +type tournament_registration_unlocks_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_registration_unlocks!]! +} + +""" +on_conflict condition type for table "tournament_registration_unlocks" +""" +input tournament_registration_unlocks_on_conflict { + constraint: tournament_registration_unlocks_constraint! + update_columns: [tournament_registration_unlocks_update_column!]! = [] + where: tournament_registration_unlocks_bool_exp +} + +""" +Ordering options when selecting data from "tournament_registration_unlocks". +""" +input tournament_registration_unlocks_order_by { + created_at: order_by + player: players_order_by + player_steam_id: order_by + tournament: tournaments_order_by + tournament_id: order_by +} + +"""primary key columns input for table: tournament_registration_unlocks""" +input tournament_registration_unlocks_pk_columns_input { + player_steam_id: bigint! + tournament_id: uuid! +} + +""" +select columns of table "tournament_registration_unlocks" +""" +enum tournament_registration_unlocks_select_column { + """column name""" + created_at + + """column name""" + player_steam_id + + """column name""" + tournament_id +} + +""" +input type for updating data in table "tournament_registration_unlocks" +""" +input tournament_registration_unlocks_set_input { + created_at: timestamptz + player_steam_id: bigint + tournament_id: uuid +} + +"""aggregate stddev on columns""" +type tournament_registration_unlocks_stddev_fields { + player_steam_id: Float +} + +"""aggregate stddev_pop on columns""" +type tournament_registration_unlocks_stddev_pop_fields { + player_steam_id: Float +} + +"""aggregate stddev_samp on columns""" +type tournament_registration_unlocks_stddev_samp_fields { + player_steam_id: Float +} + +""" +Streaming cursor of the table "tournament_registration_unlocks" +""" +input tournament_registration_unlocks_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_registration_unlocks_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_registration_unlocks_stream_cursor_value_input { + created_at: timestamptz + player_steam_id: bigint + tournament_id: uuid +} + +"""aggregate sum on columns""" +type tournament_registration_unlocks_sum_fields { + player_steam_id: bigint +} + +""" +update columns of table "tournament_registration_unlocks" +""" +enum tournament_registration_unlocks_update_column { + """column name""" + created_at + + """column name""" + player_steam_id + + """column name""" + tournament_id +} + +input tournament_registration_unlocks_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_registration_unlocks_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_registration_unlocks_set_input + + """filter the rows which have to be updated""" + where: tournament_registration_unlocks_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_registration_unlocks_var_pop_fields { + player_steam_id: Float +} + +"""aggregate var_samp on columns""" +type tournament_registration_unlocks_var_samp_fields { + player_steam_id: Float +} + +"""aggregate variance on columns""" +type tournament_registration_unlocks_variance_fields { + player_steam_id: Float +} + """ columns and relationships of "tournament_stage_windows" """ @@ -114449,6 +116932,8 @@ input tournament_team_invites_variance_order_by { columns and relationships of "tournament_team_roster" """ type tournament_team_roster { + checked_in_at: timestamptz + """An object relationship""" e_team_role: e_team_roles! @@ -114457,6 +116942,11 @@ type tournament_team_roster { player_steam_id: bigint! role: e_team_roles_enum! + """ + A computed field, executes function "tournament_team_roster_target_eligible" + """ + target_eligible: Boolean + """An object relationship""" tournament: tournaments! tournament_id: uuid! @@ -114548,10 +117038,12 @@ input tournament_team_roster_bool_exp { _and: [tournament_team_roster_bool_exp!] _not: tournament_team_roster_bool_exp _or: [tournament_team_roster_bool_exp!] + checked_in_at: timestamptz_comparison_exp e_team_role: e_team_roles_bool_exp player: players_bool_exp player_steam_id: bigint_comparison_exp role: e_team_roles_enum_comparison_exp + target_eligible: Boolean_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp tournament_team: tournament_teams_bool_exp @@ -114584,6 +117076,7 @@ input tournament_team_roster_inc_input { input type for inserting data into table "tournament_team_roster" """ input tournament_team_roster_insert_input { + checked_in_at: timestamptz e_team_role: e_team_roles_obj_rel_insert_input player: players_obj_rel_insert_input player_steam_id: bigint @@ -114596,6 +117089,7 @@ input tournament_team_roster_insert_input { """aggregate max on columns""" type tournament_team_roster_max_fields { + checked_in_at: timestamptz player_steam_id: bigint tournament_id: uuid tournament_team_id: uuid @@ -114605,6 +117099,7 @@ type tournament_team_roster_max_fields { order by max() on columns of table "tournament_team_roster" """ input tournament_team_roster_max_order_by { + checked_in_at: order_by player_steam_id: order_by tournament_id: order_by tournament_team_id: order_by @@ -114612,6 +117107,7 @@ input tournament_team_roster_max_order_by { """aggregate min on columns""" type tournament_team_roster_min_fields { + checked_in_at: timestamptz player_steam_id: bigint tournament_id: uuid tournament_team_id: uuid @@ -114621,6 +117117,7 @@ type tournament_team_roster_min_fields { order by min() on columns of table "tournament_team_roster" """ input tournament_team_roster_min_order_by { + checked_in_at: order_by player_steam_id: order_by tournament_id: order_by tournament_team_id: order_by @@ -114648,10 +117145,12 @@ input tournament_team_roster_on_conflict { """Ordering options when selecting data from "tournament_team_roster".""" input tournament_team_roster_order_by { + checked_in_at: order_by e_team_role: e_team_roles_order_by player: players_order_by player_steam_id: order_by role: order_by + target_eligible: order_by tournament: tournaments_order_by tournament_id: order_by tournament_team: tournament_teams_order_by @@ -114668,6 +117167,9 @@ input tournament_team_roster_pk_columns_input { select columns of table "tournament_team_roster" """ enum tournament_team_roster_select_column { + """column name""" + checked_in_at + """column name""" player_steam_id @@ -114685,6 +117187,7 @@ enum tournament_team_roster_select_column { input type for updating data in table "tournament_team_roster" """ input tournament_team_roster_set_input { + checked_in_at: timestamptz player_steam_id: bigint role: e_team_roles_enum tournament_id: uuid @@ -114740,6 +117243,7 @@ input tournament_team_roster_stream_cursor_input { """Initial value of the column from where the streaming should start""" input tournament_team_roster_stream_cursor_value_input { + checked_in_at: timestamptz player_steam_id: bigint role: e_team_roles_enum tournament_id: uuid @@ -114762,6 +117266,9 @@ input tournament_team_roster_sum_order_by { update columns of table "tournament_team_roster" """ enum tournament_team_roster_update_column { + """column name""" + checked_in_at + """column name""" player_steam_id @@ -114834,11 +117341,53 @@ type tournament_teams { """An object relationship""" captain: players captain_steam_id: bigint + + """ + A computed field, executes function "tournament_team_checked_in" + """ + checked_in: Boolean + checked_in_at: timestamptz created_at: timestamptz! """An object relationship""" creator: players! eligible_at: timestamptz + + """An array relationship""" + free_agents( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): [tournament_free_agents!]! + + """An aggregate relationship""" + free_agents_aggregate( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): tournament_free_agents_aggregate! id: uuid! """An array relationship""" @@ -114876,6 +117425,9 @@ type tournament_teams { """filter the rows returned""" where: tournament_team_invites_bool_exp ): tournament_team_invites_aggregate! + + """Created by draft_tournament_free_agent_teams rather than registered""" + is_drafted: Boolean! name: String owner_steam_id: bigint! @@ -114938,9 +117490,25 @@ type tournament_teams_aggregate { } input tournament_teams_aggregate_bool_exp { + bool_and: tournament_teams_aggregate_bool_exp_bool_and + bool_or: tournament_teams_aggregate_bool_exp_bool_or count: tournament_teams_aggregate_bool_exp_count } +input tournament_teams_aggregate_bool_exp_bool_and { + arguments: tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_and_arguments_columns! + distinct: Boolean + filter: tournament_teams_bool_exp + predicate: Boolean_comparison_exp! +} + +input tournament_teams_aggregate_bool_exp_bool_or { + arguments: tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_or_arguments_columns! + distinct: Boolean + filter: tournament_teams_bool_exp + predicate: Boolean_comparison_exp! +} + input tournament_teams_aggregate_bool_exp_count { arguments: [tournament_teams_select_column!] distinct: Boolean @@ -115018,12 +117586,17 @@ input tournament_teams_bool_exp { can_manage: Boolean_comparison_exp captain: players_bool_exp captain_steam_id: bigint_comparison_exp + checked_in: Boolean_comparison_exp + checked_in_at: timestamptz_comparison_exp created_at: timestamptz_comparison_exp creator: players_bool_exp eligible_at: timestamptz_comparison_exp + free_agents: tournament_free_agents_bool_exp + free_agents_aggregate: tournament_free_agents_aggregate_bool_exp id: uuid_comparison_exp invites: tournament_team_invites_bool_exp invites_aggregate: tournament_team_invites_aggregate_bool_exp + is_drafted: Boolean_comparison_exp name: String_comparison_exp owner_steam_id: bigint_comparison_exp results: v_team_stage_results_bool_exp @@ -115082,11 +117655,16 @@ input type for inserting data into table "tournament_teams" input tournament_teams_insert_input { captain: players_obj_rel_insert_input captain_steam_id: bigint + checked_in_at: timestamptz created_at: timestamptz creator: players_obj_rel_insert_input eligible_at: timestamptz + free_agents: tournament_free_agents_arr_rel_insert_input id: uuid invites: tournament_team_invites_arr_rel_insert_input + + """Created by draft_tournament_free_agent_teams rather than registered""" + is_drafted: Boolean name: String owner_steam_id: bigint results: v_team_stage_results_obj_rel_insert_input @@ -115102,6 +117680,7 @@ input tournament_teams_insert_input { """aggregate max on columns""" type tournament_teams_max_fields { captain_steam_id: bigint + checked_in_at: timestamptz created_at: timestamptz eligible_at: timestamptz id: uuid @@ -115118,6 +117697,7 @@ order by max() on columns of table "tournament_teams" """ input tournament_teams_max_order_by { captain_steam_id: order_by + checked_in_at: order_by created_at: order_by eligible_at: order_by id: order_by @@ -115132,6 +117712,7 @@ input tournament_teams_max_order_by { """aggregate min on columns""" type tournament_teams_min_fields { captain_steam_id: bigint + checked_in_at: timestamptz created_at: timestamptz eligible_at: timestamptz id: uuid @@ -115148,6 +117729,7 @@ order by min() on columns of table "tournament_teams" """ input tournament_teams_min_order_by { captain_steam_id: order_by + checked_in_at: order_by created_at: order_by eligible_at: order_by id: order_by @@ -115194,11 +117776,15 @@ input tournament_teams_order_by { can_manage: order_by captain: players_order_by captain_steam_id: order_by + checked_in: order_by + checked_in_at: order_by created_at: order_by creator: players_order_by eligible_at: order_by + free_agents_aggregate: tournament_free_agents_aggregate_order_by id: order_by invites_aggregate: tournament_team_invites_aggregate_order_by + is_drafted: order_by name: order_by owner_steam_id: order_by results: v_team_stage_results_order_by @@ -115223,6 +117809,9 @@ enum tournament_teams_select_column { """column name""" captain_steam_id + """column name""" + checked_in_at + """column name""" created_at @@ -115232,6 +117821,9 @@ enum tournament_teams_select_column { """column name""" id + """column name""" + is_drafted + """column name""" name @@ -115251,14 +117843,34 @@ enum tournament_teams_select_column { tournament_id } +""" +select "tournament_teams_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_teams" +""" +enum tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_and_arguments_columns { + """column name""" + is_drafted +} + +""" +select "tournament_teams_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_teams" +""" +enum tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_or_arguments_columns { + """column name""" + is_drafted +} + """ input type for updating data in table "tournament_teams" """ input tournament_teams_set_input { captain_steam_id: bigint + checked_in_at: timestamptz created_at: timestamptz eligible_at: timestamptz id: uuid + + """Created by draft_tournament_free_agent_teams rather than registered""" + is_drafted: Boolean name: String owner_steam_id: bigint seed: Int @@ -115329,9 +117941,13 @@ input tournament_teams_stream_cursor_input { """Initial value of the column from where the streaming should start""" input tournament_teams_stream_cursor_value_input { captain_steam_id: bigint + checked_in_at: timestamptz created_at: timestamptz eligible_at: timestamptz id: uuid + + """Created by draft_tournament_free_agent_teams rather than registered""" + is_drafted: Boolean name: String owner_steam_id: bigint seed: Int @@ -115363,6 +117979,9 @@ enum tournament_teams_update_column { """column name""" captain_steam_id + """column name""" + checked_in_at + """column name""" created_at @@ -115372,6 +117991,9 @@ enum tournament_teams_update_column { """column name""" id + """column name""" + is_drafted + """column name""" name @@ -115562,6 +118184,11 @@ type tournaments { """ can_resume: Boolean + """ + A computed field, executes function "can_review_tournament_check_in" + """ + can_review_check_in: Boolean + """ A computed field, executes function "can_setup_tournament" """ @@ -115607,6 +118234,27 @@ type tournaments { """filter the rows returned""" where: tournament_categories_bool_exp ): tournament_categories_aggregate! + check_in_closes_before_minutes: Int! + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: timestamptz + + """ + A computed field, executes function "tournament_check_in_open" + """ + check_in_open: Boolean + check_in_opens_before_minutes: Int! + check_in_required: Boolean! + + """ + Who confirms a team: Captains, every rostered Player, or the organizer (Admin) + """ + check_in_setting: e_check_in_settings_enum! + + """ + A computed field, executes function "tournament_check_in_started" + """ + check_in_started: Boolean created_at: timestamptz description: String discord_guild_id: String @@ -115630,12 +118278,49 @@ type tournaments { """An object relationship""" e_tournament_status: e_tournament_status! + """An array relationship""" + free_agents( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): [tournament_free_agents!]! + + """An aggregate relationship""" + free_agents_aggregate( + """distinct select on columns""" + distinct_on: [tournament_free_agents_select_column!] + + """limit the number of rows returned""" + 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_free_agents_order_by!] + + """filter the rows returned""" + where: tournament_free_agents_bool_exp + ): tournament_free_agents_aggregate! + """ A computed field, executes function "tournament_has_min_teams" """ has_min_teams: Boolean homepage: String id: uuid! + invite_only: Boolean! is_league: Boolean! """ @@ -115655,20 +118340,38 @@ type tournaments { logo: String longitude: float8 match_options_id: uuid! + max_elo: Int """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + """ + A computed field, executes function "meets_min_role" + """ + meets_min_role: Boolean + min_elo: Int + """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + min_role: e_player_roles_enum + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int name: String! """An object relationship""" options: match_options! + + """ + A computed field, executes function "tournament_organizer_registration_passcode" + """ + organizer_registration_passcode: String organizer_steam_id: bigint! """An array relationship""" @@ -115815,6 +118518,16 @@ type tournaments { where: tournament_prizes_bool_exp ): tournament_prizes_aggregate! + """Preferred server regions for hosted matches""" + regions: [String!]! + registration_passcode: String + registration_type: e_tournament_registration_types_enum! + + """ + A computed field, executes function "tournament_registration_unlocked_for_session" + """ + registration_unlocked: Boolean + """An array relationship""" results( """distinct select on columns""" @@ -116118,18 +118831,27 @@ input tournaments_arr_rel_insert_input { """aggregate avg on columns""" type tournaments_avg_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -116137,8 +118859,12 @@ type tournaments_avg_fields { order by avg() on columns of table "tournaments" """ input tournaments_avg_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } @@ -116163,10 +118889,18 @@ input tournaments_bool_exp { can_open_registration: Boolean_comparison_exp can_pause: Boolean_comparison_exp can_resume: Boolean_comparison_exp + can_review_check_in: Boolean_comparison_exp can_setup: Boolean_comparison_exp can_start: Boolean_comparison_exp categories: tournament_categories_bool_exp categories_aggregate: tournament_categories_aggregate_bool_exp + check_in_closes_before_minutes: Int_comparison_exp + check_in_ends_at: timestamptz_comparison_exp + check_in_open: Boolean_comparison_exp + check_in_opens_before_minutes: Int_comparison_exp + check_in_required: Boolean_comparison_exp + check_in_setting: e_check_in_settings_enum_comparison_exp + check_in_started: Boolean_comparison_exp created_at: timestamptz_comparison_exp description: String_comparison_exp discord_guild_id: String_comparison_exp @@ -116187,9 +118921,12 @@ input tournaments_bool_exp { discord_voice_enabled: Boolean_comparison_exp discord_webhook: String_comparison_exp e_tournament_status: e_tournament_status_bool_exp + free_agents: tournament_free_agents_bool_exp + free_agents_aggregate: tournament_free_agents_aggregate_bool_exp has_min_teams: Boolean_comparison_exp homepage: String_comparison_exp id: uuid_comparison_exp + invite_only: Boolean_comparison_exp is_league: Boolean_comparison_exp is_organizer: Boolean_comparison_exp joined_tournament: Boolean_comparison_exp @@ -116199,10 +118936,16 @@ input tournaments_bool_exp { logo: String_comparison_exp longitude: float8_comparison_exp match_options_id: uuid_comparison_exp + max_elo: Int_comparison_exp max_players_per_lineup: Int_comparison_exp + meets_min_role: Boolean_comparison_exp + min_elo: Int_comparison_exp min_players_per_lineup: Int_comparison_exp + min_role: e_player_roles_enum_comparison_exp + missed_check_in_count: Int_comparison_exp name: String_comparison_exp options: match_options_bool_exp + organizer_registration_passcode: String_comparison_exp organizer_steam_id: bigint_comparison_exp organizer_teams: tournament_organizer_teams_bool_exp organizer_teams_aggregate: tournament_organizer_teams_aggregate_bool_exp @@ -116212,6 +118955,10 @@ input tournaments_bool_exp { player_stats_aggregate: v_tournament_player_stats_aggregate_bool_exp prizes: tournament_prizes_bool_exp prizes_aggregate: tournament_prizes_aggregate_bool_exp + regions: String_array_comparison_exp + registration_passcode: String_comparison_exp + registration_type: e_tournament_registration_types_enum_comparison_exp + registration_unlocked: Boolean_comparison_exp results: v_team_tournament_results_bool_exp results_aggregate: v_team_tournament_results_aggregate_bool_exp rosters: tournament_team_roster_bool_exp @@ -116244,8 +118991,12 @@ enum tournaments_constraint { input type for incrementing numeric columns in table "tournaments" """ input tournaments_inc_input { + check_in_closes_before_minutes: Int + check_in_opens_before_minutes: Int latitude: float8 longitude: float8 + max_elo: Int + min_elo: Int organizer_steam_id: bigint } @@ -116260,6 +119011,17 @@ input tournaments_insert_input { awards_enabled: Boolean banner: String categories: tournament_categories_arr_rel_insert_input + check_in_closes_before_minutes: Int + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: timestamptz + check_in_opens_before_minutes: Int + check_in_required: Boolean + + """ + Who confirms a team: Captains, every rostered Player, or the organizer (Admin) + """ + check_in_setting: e_check_in_settings_enum created_at: timestamptz description: String discord_guild_id: String @@ -116280,8 +119042,10 @@ input tournaments_insert_input { discord_voice_enabled: Boolean discord_webhook: String e_tournament_status: e_tournament_status_obj_rel_insert_input + free_agents: tournament_free_agents_arr_rel_insert_input homepage: String id: uuid + invite_only: Boolean is_league: Boolean latitude: float8 league_season_division: league_season_divisions_obj_rel_insert_input @@ -116289,6 +119053,9 @@ input tournaments_insert_input { logo: String longitude: float8 match_options_id: uuid + max_elo: Int + min_elo: Int + min_role: e_player_roles_enum name: String options: match_options_obj_rel_insert_input organizer_steam_id: bigint @@ -116296,6 +119063,11 @@ input tournaments_insert_input { organizers: tournament_organizers_arr_rel_insert_input player_stats: v_tournament_player_stats_arr_rel_insert_input prizes: tournament_prizes_arr_rel_insert_input + + """Preferred server regions for hosted matches""" + regions: [String!] + registration_passcode: String + registration_type: e_tournament_registration_types_enum results: v_team_tournament_results_arr_rel_insert_input rosters: tournament_team_roster_arr_rel_insert_input scheduling_mode: String @@ -116308,6 +119080,11 @@ input tournaments_insert_input { """aggregate max on columns""" type tournaments_max_fields { banner: String + check_in_closes_before_minutes: Int + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: timestamptz + check_in_opens_before_minutes: Int created_at: timestamptz description: String discord_guild_id: String @@ -116320,18 +119097,34 @@ type tournaments_max_fields { logo: String longitude: float8 match_options_id: uuid + max_elo: Int """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Int """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int name: String + + """ + A computed field, executes function "tournament_organizer_registration_passcode" + """ + organizer_registration_passcode: String organizer_steam_id: bigint + + """Preferred server regions for hosted matches""" + regions: [String!] + registration_passcode: String scheduling_mode: String start: timestamptz } @@ -116341,6 +119134,11 @@ order by max() on columns of table "tournaments" """ input tournaments_max_order_by { banner: order_by + check_in_closes_before_minutes: order_by + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: order_by + check_in_opens_before_minutes: order_by created_at: order_by description: order_by discord_guild_id: order_by @@ -116353,8 +119151,14 @@ input tournaments_max_order_by { logo: order_by longitude: order_by match_options_id: order_by + max_elo: order_by + min_elo: order_by name: order_by organizer_steam_id: order_by + + """Preferred server regions for hosted matches""" + regions: order_by + registration_passcode: order_by scheduling_mode: order_by start: order_by } @@ -116362,6 +119166,11 @@ input tournaments_max_order_by { """aggregate min on columns""" type tournaments_min_fields { banner: String + check_in_closes_before_minutes: Int + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: timestamptz + check_in_opens_before_minutes: Int created_at: timestamptz description: String discord_guild_id: String @@ -116374,18 +119183,34 @@ type tournaments_min_fields { logo: String longitude: float8 match_options_id: uuid + max_elo: Int """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Int """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int name: String + + """ + A computed field, executes function "tournament_organizer_registration_passcode" + """ + organizer_registration_passcode: String organizer_steam_id: bigint + + """Preferred server regions for hosted matches""" + regions: [String!] + registration_passcode: String scheduling_mode: String start: timestamptz } @@ -116395,6 +119220,11 @@ order by min() on columns of table "tournaments" """ input tournaments_min_order_by { banner: order_by + check_in_closes_before_minutes: order_by + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: order_by + check_in_opens_before_minutes: order_by created_at: order_by description: order_by discord_guild_id: order_by @@ -116407,8 +119237,14 @@ input tournaments_min_order_by { logo: order_by longitude: order_by match_options_id: order_by + max_elo: order_by + min_elo: order_by name: order_by organizer_steam_id: order_by + + """Preferred server regions for hosted matches""" + regions: order_by + registration_passcode: order_by scheduling_mode: order_by start: order_by } @@ -116457,9 +119293,17 @@ input tournaments_order_by { can_open_registration: order_by can_pause: order_by can_resume: order_by + can_review_check_in: order_by can_setup: order_by can_start: order_by categories_aggregate: tournament_categories_aggregate_order_by + check_in_closes_before_minutes: order_by + check_in_ends_at: order_by + check_in_open: order_by + check_in_opens_before_minutes: order_by + check_in_required: order_by + check_in_setting: order_by + check_in_started: order_by created_at: order_by description: order_by discord_guild_id: order_by @@ -116480,9 +119324,11 @@ input tournaments_order_by { discord_voice_enabled: order_by discord_webhook: order_by e_tournament_status: e_tournament_status_order_by + free_agents_aggregate: tournament_free_agents_aggregate_order_by has_min_teams: order_by homepage: order_by id: order_by + invite_only: order_by is_league: order_by is_organizer: order_by joined_tournament: order_by @@ -116492,15 +119338,25 @@ input tournaments_order_by { logo: order_by longitude: order_by match_options_id: order_by + max_elo: order_by max_players_per_lineup: order_by + meets_min_role: order_by + min_elo: order_by min_players_per_lineup: order_by + min_role: order_by + missed_check_in_count: order_by name: order_by options: match_options_order_by + organizer_registration_passcode: order_by organizer_steam_id: order_by organizer_teams_aggregate: tournament_organizer_teams_aggregate_order_by organizers_aggregate: tournament_organizers_aggregate_order_by player_stats_aggregate: v_tournament_player_stats_aggregate_order_by prizes_aggregate: tournament_prizes_aggregate_order_by + regions: order_by + registration_passcode: order_by + registration_type: order_by + registration_unlocked: order_by results_aggregate: v_team_tournament_results_aggregate_order_by rosters_aggregate: tournament_team_roster_aggregate_order_by scheduling_mode: order_by @@ -116528,6 +119384,21 @@ enum tournaments_select_column { """column name""" banner + """column name""" + check_in_closes_before_minutes + + """column name""" + check_in_ends_at + + """column name""" + check_in_opens_before_minutes + + """column name""" + check_in_required + + """column name""" + check_in_setting + """column name""" created_at @@ -116591,6 +119462,9 @@ enum tournaments_select_column { """column name""" id + """column name""" + invite_only + """column name""" is_league @@ -116609,12 +119483,30 @@ enum tournaments_select_column { """column name""" match_options_id + """column name""" + max_elo + + """column name""" + min_elo + + """column name""" + min_role + """column name""" name """column name""" organizer_steam_id + """column name""" + regions + + """column name""" + registration_passcode + + """column name""" + registration_type + """column name""" scheduling_mode @@ -116646,6 +119538,9 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments """column name""" awards_enabled + """column name""" + check_in_required + """column name""" discord_notifications_enabled @@ -116688,6 +119583,9 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments """column name""" discord_voice_enabled + """column name""" + invite_only + """column name""" is_league } @@ -116702,6 +119600,9 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_ """column name""" awards_enabled + """column name""" + check_in_required + """column name""" discord_notifications_enabled @@ -116744,6 +119645,9 @@ enum tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_ """column name""" discord_voice_enabled + """column name""" + invite_only + """column name""" is_league } @@ -116832,6 +119736,17 @@ input tournaments_set_input { auto_start: Boolean awards_enabled: Boolean banner: String + check_in_closes_before_minutes: Int + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: timestamptz + check_in_opens_before_minutes: Int + check_in_required: Boolean + + """ + Who confirms a team: Captains, every rostered Player, or the organizer (Admin) + """ + check_in_setting: e_check_in_settings_enum created_at: timestamptz description: String discord_guild_id: String @@ -116853,14 +119768,23 @@ input tournaments_set_input { discord_webhook: String homepage: String id: uuid + invite_only: Boolean is_league: Boolean latitude: float8 location: String logo: String longitude: float8 match_options_id: uuid + max_elo: Int + min_elo: Int + min_role: e_player_roles_enum name: String organizer_steam_id: bigint + + """Preferred server regions for hosted matches""" + regions: [String!] + registration_passcode: String + registration_type: e_tournament_registration_types_enum scheduling_mode: String start: timestamptz status: e_tournament_status_enum @@ -116868,18 +119792,27 @@ input tournaments_set_input { """aggregate stddev on columns""" type tournaments_stddev_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -116887,25 +119820,38 @@ type tournaments_stddev_fields { order by stddev() on columns of table "tournaments" """ input tournaments_stddev_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } """aggregate stddev_pop on columns""" type tournaments_stddev_pop_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -116913,25 +119859,38 @@ type tournaments_stddev_pop_fields { order by stddev_pop() on columns of table "tournaments" """ input tournaments_stddev_pop_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } """aggregate stddev_samp on columns""" type tournaments_stddev_samp_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -116939,8 +119898,12 @@ type tournaments_stddev_samp_fields { order by stddev_samp() on columns of table "tournaments" """ input tournaments_stddev_samp_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } @@ -116960,6 +119923,17 @@ input tournaments_stream_cursor_value_input { auto_start: Boolean awards_enabled: Boolean banner: String + check_in_closes_before_minutes: Int + + """When the check-in window closes; NULL until it opens""" + check_in_ends_at: timestamptz + check_in_opens_before_minutes: Int + check_in_required: Boolean + + """ + Who confirms a team: Captains, every rostered Player, or the organizer (Admin) + """ + check_in_setting: e_check_in_settings_enum created_at: timestamptz description: String discord_guild_id: String @@ -116981,14 +119955,23 @@ input tournaments_stream_cursor_value_input { discord_webhook: String homepage: String id: uuid + invite_only: Boolean is_league: Boolean latitude: float8 location: String logo: String longitude: float8 match_options_id: uuid + max_elo: Int + min_elo: Int + min_role: e_player_roles_enum name: String organizer_steam_id: bigint + + """Preferred server regions for hosted matches""" + regions: [String!] + registration_passcode: String + registration_type: e_tournament_registration_types_enum scheduling_mode: String start: timestamptz status: e_tournament_status_enum @@ -116996,18 +119979,27 @@ input tournaments_stream_cursor_value_input { """aggregate sum on columns""" type tournaments_sum_fields { + check_in_closes_before_minutes: Int + check_in_opens_before_minutes: Int latitude: float8 longitude: float8 + max_elo: Int """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Int """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: bigint } @@ -117015,8 +120007,12 @@ type tournaments_sum_fields { order by sum() on columns of table "tournaments" """ input tournaments_sum_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } @@ -117033,6 +120029,21 @@ enum tournaments_update_column { """column name""" banner + """column name""" + check_in_closes_before_minutes + + """column name""" + check_in_ends_at + + """column name""" + check_in_opens_before_minutes + + """column name""" + check_in_required + + """column name""" + check_in_setting + """column name""" created_at @@ -117096,6 +120107,9 @@ enum tournaments_update_column { """column name""" id + """column name""" + invite_only + """column name""" is_league @@ -117114,12 +120128,30 @@ enum tournaments_update_column { """column name""" match_options_id + """column name""" + max_elo + + """column name""" + min_elo + + """column name""" + min_role + """column name""" name """column name""" organizer_steam_id + """column name""" + regions + + """column name""" + registration_passcode + + """column name""" + registration_type + """column name""" scheduling_mode @@ -117143,18 +120175,27 @@ input tournaments_updates { """aggregate var_pop on columns""" type tournaments_var_pop_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -117162,25 +120203,38 @@ type tournaments_var_pop_fields { order by var_pop() on columns of table "tournaments" """ input tournaments_var_pop_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } """aggregate var_samp on columns""" type tournaments_var_samp_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -117188,25 +120242,38 @@ type tournaments_var_samp_fields { order by var_samp() on columns of table "tournaments" """ input tournaments_var_samp_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } """aggregate variance on columns""" type tournaments_variance_fields { + check_in_closes_before_minutes: Float + check_in_opens_before_minutes: Float latitude: Float longitude: Float + max_elo: Float """ A computed field, executes function "tournament_max_players_per_lineup" """ max_players_per_lineup: Int + min_elo: Float """ A computed field, executes function "tournament_min_players_per_lineup" """ min_players_per_lineup: Int + + """ + A computed field, executes function "tournament_missed_check_in_count" + """ + missed_check_in_count: Int organizer_steam_id: Float } @@ -117214,8 +120281,12 @@ type tournaments_variance_fields { order by variance() on columns of table "tournaments" """ input tournaments_variance_order_by { + check_in_closes_before_minutes: order_by + check_in_opens_before_minutes: order_by latitude: order_by longitude: order_by + max_elo: order_by + min_elo: order_by organizer_steam_id: order_by } diff --git a/generated/schema.ts b/generated/schema.ts index db2ba99ae..8a054164d 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -965,6 +965,11 @@ export interface TournamentAward { __typename: 'TournamentAward' } +export interface TournamentDraftOutput { + teams_created: Scalars['Int'] + __typename: 'TournamentDraftOutput' +} + export interface TournamentMatchResetImpact { bracket_id: Scalars['uuid'] depth: Scalars['Int'] @@ -6377,6 +6382,144 @@ export type e_tournament_categories_select_column = 'description' | 'value' export type e_tournament_categories_update_column = 'description' | 'value' +/** columns and relationships of "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses { + description: Scalars['String'] + /** An array relationship */ + tournament_free_agents: tournament_free_agents[] + /** An aggregate relationship */ + tournament_free_agents_aggregate: tournament_free_agents_aggregate + value: Scalars['String'] + __typename: 'e_tournament_free_agent_statuses' +} + + +/** aggregated selection of "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_aggregate { + aggregate: (e_tournament_free_agent_statuses_aggregate_fields | null) + nodes: e_tournament_free_agent_statuses[] + __typename: 'e_tournament_free_agent_statuses_aggregate' +} + + +/** aggregate fields of "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_aggregate_fields { + count: Scalars['Int'] + max: (e_tournament_free_agent_statuses_max_fields | null) + min: (e_tournament_free_agent_statuses_min_fields | null) + __typename: 'e_tournament_free_agent_statuses_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_tournament_free_agent_statuses" */ +export type e_tournament_free_agent_statuses_constraint = 'e_tournament_free_agent_statuses_pkey' + +export type e_tournament_free_agent_statuses_enum = 'drafted' | 'registered' | 'waitlisted' | 'withdrawn' + + +/** aggregate max on columns */ +export interface e_tournament_free_agent_statuses_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_tournament_free_agent_statuses_max_fields' +} + + +/** aggregate min on columns */ +export interface e_tournament_free_agent_statuses_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_tournament_free_agent_statuses_min_fields' +} + + +/** response of any mutation on the table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_tournament_free_agent_statuses[] + __typename: 'e_tournament_free_agent_statuses_mutation_response' +} + + +/** select columns of table "e_tournament_free_agent_statuses" */ +export type e_tournament_free_agent_statuses_select_column = 'description' | 'value' + + +/** update columns of table "e_tournament_free_agent_statuses" */ +export type e_tournament_free_agent_statuses_update_column = 'description' | 'value' + + +/** columns and relationships of "e_tournament_registration_types" */ +export interface e_tournament_registration_types { + description: Scalars['String'] + /** An array relationship */ + tournaments: tournaments[] + /** An aggregate relationship */ + tournaments_aggregate: tournaments_aggregate + value: Scalars['String'] + __typename: 'e_tournament_registration_types' +} + + +/** aggregated selection of "e_tournament_registration_types" */ +export interface e_tournament_registration_types_aggregate { + aggregate: (e_tournament_registration_types_aggregate_fields | null) + nodes: e_tournament_registration_types[] + __typename: 'e_tournament_registration_types_aggregate' +} + + +/** aggregate fields of "e_tournament_registration_types" */ +export interface e_tournament_registration_types_aggregate_fields { + count: Scalars['Int'] + max: (e_tournament_registration_types_max_fields | null) + min: (e_tournament_registration_types_min_fields | null) + __typename: 'e_tournament_registration_types_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_tournament_registration_types" */ +export type e_tournament_registration_types_constraint = 'e_tournament_registration_types_pkey' + +export type e_tournament_registration_types_enum = 'both' | 'free_agents' | 'teams' + + +/** aggregate max on columns */ +export interface e_tournament_registration_types_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_tournament_registration_types_max_fields' +} + + +/** aggregate min on columns */ +export interface e_tournament_registration_types_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_tournament_registration_types_min_fields' +} + + +/** response of any mutation on the table "e_tournament_registration_types" */ +export interface e_tournament_registration_types_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_tournament_registration_types[] + __typename: 'e_tournament_registration_types_mutation_response' +} + + +/** select columns of table "e_tournament_registration_types" */ +export type e_tournament_registration_types_select_column = 'description' | 'value' + + +/** update columns of table "e_tournament_registration_types" */ +export type e_tournament_registration_types_update_column = 'description' | 'value' + + /** columns and relationships of "e_tournament_stage_types" */ export interface e_tournament_stage_types { description: Scalars['String'] @@ -14678,6 +14821,8 @@ export interface mutation_root { changeUtilityPracticeMap: (UtilityPracticeMapChangeOutput | null) /** checkIntoMatch */ checkIntoMatch: (SuccessOutput | null) + /** Confirm a check-in, enforcing the tournament's check_in_setting */ + checkIntoTournament: (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. */ @@ -14687,6 +14832,8 @@ export interface mutation_root { clearPendingMatchImport: (PendingMatchImportActionOutput | null) /** execute VOLATILE function "clone_league_season" which returns "league_seasons" */ clone_league_season: league_seasons[] + /** Organizer proceeds without the teams that missed check-in */ + continueTournamentCheckIn: (SuccessOutput | null) /** counterScrimRequest */ counterScrimRequest: (SuccessOutput | null) createApiKey: (ApiKeyResponse | null) @@ -14946,6 +15093,14 @@ export interface mutation_root { delete_e_tournament_categories: (e_tournament_categories_mutation_response | null) /** delete single row from the table: "e_tournament_categories" */ delete_e_tournament_categories_by_pk: (e_tournament_categories | null) + /** delete data from the table: "e_tournament_free_agent_statuses" */ + delete_e_tournament_free_agent_statuses: (e_tournament_free_agent_statuses_mutation_response | null) + /** delete single row from the table: "e_tournament_free_agent_statuses" */ + delete_e_tournament_free_agent_statuses_by_pk: (e_tournament_free_agent_statuses | null) + /** delete data from the table: "e_tournament_registration_types" */ + delete_e_tournament_registration_types: (e_tournament_registration_types_mutation_response | null) + /** delete single row from the table: "e_tournament_registration_types" */ + delete_e_tournament_registration_types_by_pk: (e_tournament_registration_types | 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" */ @@ -15370,6 +15525,12 @@ export interface mutation_root { delete_tournament_categories: (tournament_categories_mutation_response | null) /** delete single row from the table: "tournament_categories" */ delete_tournament_categories_by_pk: (tournament_categories | null) + /** delete data from the table: "tournament_free_agents" */ + delete_tournament_free_agents: (tournament_free_agents_mutation_response | null) + /** delete single row from the table: "tournament_free_agents" */ + delete_tournament_free_agents_by_pk: (tournament_free_agents | null) + /** delete data from the table: "tournament_leaderboard_entries" */ + delete_tournament_leaderboard_entries: (tournament_leaderboard_entries_mutation_response | null) /** delete data from the table: "tournament_organizer_teams" */ delete_tournament_organizer_teams: (tournament_organizer_teams_mutation_response | null) /** delete single row from the table: "tournament_organizer_teams" */ @@ -15382,6 +15543,10 @@ export interface mutation_root { delete_tournament_prizes: (tournament_prizes_mutation_response | null) /** delete single row from the table: "tournament_prizes" */ delete_tournament_prizes_by_pk: (tournament_prizes | null) + /** delete data from the table: "tournament_registration_unlocks" */ + delete_tournament_registration_unlocks: (tournament_registration_unlocks_mutation_response | null) + /** delete single row from the table: "tournament_registration_unlocks" */ + delete_tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | 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" */ @@ -15488,6 +15653,10 @@ export interface mutation_root { delete_v_team_stage_results_by_pk: (v_team_stage_results | null) denyInvite: (SuccessOutput | null) denyNameChange: (SuccessOutput | null) + /** Organizer regenerates the free agent teams and re-seeds */ + draftTournamentTeams: (TournamentDraftOutput | null) + /** Organizer pushes the check-in deadline out and reopens registration */ + extendTournamentCheckIn: (SuccessOutput | null) forfeitMatch: (SuccessOutput | null) /** Copy a lineup you can see into your own library */ forkUtilityLineup: (UtilityLineupOutput | null) @@ -15728,6 +15897,14 @@ export interface mutation_root { insert_e_tournament_categories: (e_tournament_categories_mutation_response | null) /** insert a single row into the table: "e_tournament_categories" */ insert_e_tournament_categories_one: (e_tournament_categories | null) + /** insert data into the table: "e_tournament_free_agent_statuses" */ + insert_e_tournament_free_agent_statuses: (e_tournament_free_agent_statuses_mutation_response | null) + /** insert a single row into the table: "e_tournament_free_agent_statuses" */ + insert_e_tournament_free_agent_statuses_one: (e_tournament_free_agent_statuses | null) + /** insert data into the table: "e_tournament_registration_types" */ + insert_e_tournament_registration_types: (e_tournament_registration_types_mutation_response | null) + /** insert a single row into the table: "e_tournament_registration_types" */ + insert_e_tournament_registration_types_one: (e_tournament_registration_types | null) /** insert data into the table: "e_tournament_stage_types" */ insert_e_tournament_stage_types: (e_tournament_stage_types_mutation_response | null) /** insert a single row into the table: "e_tournament_stage_types" */ @@ -16160,6 +16337,14 @@ export interface mutation_root { insert_tournament_categories: (tournament_categories_mutation_response | null) /** insert a single row into the table: "tournament_categories" */ insert_tournament_categories_one: (tournament_categories | null) + /** insert data into the table: "tournament_free_agents" */ + insert_tournament_free_agents: (tournament_free_agents_mutation_response | null) + /** insert a single row into the table: "tournament_free_agents" */ + insert_tournament_free_agents_one: (tournament_free_agents | null) + /** insert data into the table: "tournament_leaderboard_entries" */ + insert_tournament_leaderboard_entries: (tournament_leaderboard_entries_mutation_response | null) + /** insert a single row into the table: "tournament_leaderboard_entries" */ + insert_tournament_leaderboard_entries_one: (tournament_leaderboard_entries | null) /** insert data into the table: "tournament_organizer_teams" */ insert_tournament_organizer_teams: (tournament_organizer_teams_mutation_response | null) /** insert a single row into the table: "tournament_organizer_teams" */ @@ -16172,6 +16357,10 @@ export interface mutation_root { insert_tournament_prizes: (tournament_prizes_mutation_response | null) /** insert a single row into the table: "tournament_prizes" */ insert_tournament_prizes_one: (tournament_prizes | null) + /** insert data into the table: "tournament_registration_unlocks" */ + insert_tournament_registration_unlocks: (tournament_registration_unlocks_mutation_response | null) + /** insert a single row into the table: "tournament_registration_unlocks" */ + insert_tournament_registration_unlocks_one: (tournament_registration_unlocks | 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" */ @@ -16292,12 +16481,16 @@ export interface mutation_root { joinDraftGame: (SuccessOutput | null) /** joinDraftGameAsParty */ joinDraftGameAsParty: (SuccessOutput | null) + /** Register alone for a tournament that drafts teams */ + joinTournamentAsFreeAgent: (SuccessOutput | null) /** Join a utility practice session */ joinUtilityPractice: (UtilityPracticeSessionOutput | null) kickServerPlayer: KickResult /** execute VOLATILE function "league_award_forfeit" which returns "matches" */ league_award_forfeit: matches[] leaveLineup: (SuccessOutput | null) + /** Withdraw from a tournament's free agent pool */ + leaveTournamentAsFreeAgent: (SuccessOutput | null) /** Leave a utility practice session */ leaveUtilityPractice: (SuccessOutput | null) linkSteamMatchHistory: (SteamMatchHistoryLinkOutput | null) @@ -16323,6 +16516,8 @@ export interface mutation_root { /** Build a multi-segment ClipSpec from a player+preset and queue it via the batch render path (no live demo session required) */ queueClipFromPreset: (CreateClipRenderOutput | null) randomizeTeams: (SuccessOutput | null) + /** Organizer re-admits a team that missed check-in, then re-seeds */ + readmitTournamentTeam: (SuccessOutput | null) rebootMatchServer: (SuccessOutput | null) /** execute VOLATILE function "recalculate_tournament_awards" which returns "award_recipients" */ recalculate_tournament_awards: award_recipients[] @@ -16458,6 +16653,8 @@ export interface mutation_root { uninstallGamePlugin: (SuccessOutput | null) unlinkDiscord: (SuccessOutput | null) unlinkSteamMatchHistory: (SuccessOutput | null) + /** Trade the registration passcode for an unlock on an invite only tournament */ + unlockTournamentRegistration: (SuccessOutput | null) unsanctionServerPlayer: SanctionResult /** Owner-only patch for clip title / visibility / target_steam_id. */ updateClip: (SuccessOutput | null) @@ -16807,6 +17004,18 @@ export interface mutation_root { update_e_tournament_categories_by_pk: (e_tournament_categories | null) /** update multiples rows of table: "e_tournament_categories" */ update_e_tournament_categories_many: ((e_tournament_categories_mutation_response | null)[] | null) + /** update data of the table: "e_tournament_free_agent_statuses" */ + update_e_tournament_free_agent_statuses: (e_tournament_free_agent_statuses_mutation_response | null) + /** update single row of the table: "e_tournament_free_agent_statuses" */ + update_e_tournament_free_agent_statuses_by_pk: (e_tournament_free_agent_statuses | null) + /** update multiples rows of table: "e_tournament_free_agent_statuses" */ + update_e_tournament_free_agent_statuses_many: ((e_tournament_free_agent_statuses_mutation_response | null)[] | null) + /** update data of the table: "e_tournament_registration_types" */ + update_e_tournament_registration_types: (e_tournament_registration_types_mutation_response | null) + /** update single row of the table: "e_tournament_registration_types" */ + update_e_tournament_registration_types_by_pk: (e_tournament_registration_types | null) + /** update multiples rows of table: "e_tournament_registration_types" */ + update_e_tournament_registration_types_many: ((e_tournament_registration_types_mutation_response | null)[] | null) /** update data of the table: "e_tournament_stage_types" */ update_e_tournament_stage_types: (e_tournament_stage_types_mutation_response | null) /** update single row of the table: "e_tournament_stage_types" */ @@ -17447,6 +17656,16 @@ export interface mutation_root { update_tournament_categories_by_pk: (tournament_categories | null) /** update multiples rows of table: "tournament_categories" */ update_tournament_categories_many: ((tournament_categories_mutation_response | null)[] | null) + /** update data of the table: "tournament_free_agents" */ + update_tournament_free_agents: (tournament_free_agents_mutation_response | null) + /** update single row of the table: "tournament_free_agents" */ + update_tournament_free_agents_by_pk: (tournament_free_agents | null) + /** update multiples rows of table: "tournament_free_agents" */ + update_tournament_free_agents_many: ((tournament_free_agents_mutation_response | null)[] | null) + /** update data of the table: "tournament_leaderboard_entries" */ + update_tournament_leaderboard_entries: (tournament_leaderboard_entries_mutation_response | null) + /** update multiples rows of table: "tournament_leaderboard_entries" */ + update_tournament_leaderboard_entries_many: ((tournament_leaderboard_entries_mutation_response | null)[] | null) /** update data of the table: "tournament_organizer_teams" */ update_tournament_organizer_teams: (tournament_organizer_teams_mutation_response | null) /** update single row of the table: "tournament_organizer_teams" */ @@ -17465,6 +17684,12 @@ export interface mutation_root { update_tournament_prizes_by_pk: (tournament_prizes | null) /** update multiples rows of table: "tournament_prizes" */ update_tournament_prizes_many: ((tournament_prizes_mutation_response | null)[] | null) + /** update data of the table: "tournament_registration_unlocks" */ + update_tournament_registration_unlocks: (tournament_registration_unlocks_mutation_response | null) + /** update single row of the table: "tournament_registration_unlocks" */ + update_tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | null) + /** update multiples rows of table: "tournament_registration_unlocks" */ + update_tournament_registration_unlocks_many: ((tournament_registration_unlocks_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" */ @@ -26414,6 +26639,18 @@ export interface query_root { e_tournament_categories_aggregate: e_tournament_categories_aggregate /** fetch data from the table: "e_tournament_categories" using primary key columns */ e_tournament_categories_by_pk: (e_tournament_categories | null) + /** fetch data from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses: e_tournament_free_agent_statuses[] + /** fetch aggregated fields from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses_aggregate: e_tournament_free_agent_statuses_aggregate + /** fetch data from the table: "e_tournament_free_agent_statuses" using primary key columns */ + e_tournament_free_agent_statuses_by_pk: (e_tournament_free_agent_statuses | null) + /** fetch data from the table: "e_tournament_registration_types" */ + e_tournament_registration_types: e_tournament_registration_types[] + /** fetch aggregated fields from the table: "e_tournament_registration_types" */ + e_tournament_registration_types_aggregate: e_tournament_registration_types_aggregate + /** fetch data from the table: "e_tournament_registration_types" using primary key columns */ + e_tournament_registration_types_by_pk: (e_tournament_registration_types | null) /** fetch data from the table: "e_tournament_stage_types" */ e_tournament_stage_types: e_tournament_stage_types[] /** fetch aggregated fields from the table: "e_tournament_stage_types" */ @@ -26640,6 +26877,10 @@ export interface query_root { get_player_leaderboard_rank: player_leaderboard_rank[] /** execute function "get_player_leaderboard_rank" and query aggregates on result of table type "player_leaderboard_rank" */ get_player_leaderboard_rank_aggregate: player_leaderboard_rank_aggregate + /** execute function "get_tournament_leaderboard" which returns "tournament_leaderboard_entries" */ + get_tournament_leaderboard: tournament_leaderboard_entries[] + /** execute function "get_tournament_leaderboard" and query aggregates on result of table type "tournament_leaderboard_entries" */ + get_tournament_leaderboard_aggregate: tournament_leaderboard_entries_aggregate /** fetch data from the table: "leaderboard_entries" */ leaderboard_entries: leaderboard_entries[] /** fetch aggregated fields from the table: "leaderboard_entries" */ @@ -27141,6 +27382,16 @@ export interface query_root { tournament_categories_aggregate: tournament_categories_aggregate /** fetch data from the table: "tournament_categories" using primary key columns */ tournament_categories_by_pk: (tournament_categories | null) + /** An array relationship */ + tournament_free_agents: tournament_free_agents[] + /** An aggregate relationship */ + tournament_free_agents_aggregate: tournament_free_agents_aggregate + /** fetch data from the table: "tournament_free_agents" using primary key columns */ + tournament_free_agents_by_pk: (tournament_free_agents | null) + /** fetch data from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries: tournament_leaderboard_entries[] + /** fetch aggregated fields from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries_aggregate: tournament_leaderboard_entries_aggregate /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams: tournament_organizer_teams[] /** fetch aggregated fields from the table: "tournament_organizer_teams" */ @@ -27159,6 +27410,12 @@ export interface query_root { tournament_prizes_aggregate: tournament_prizes_aggregate /** fetch data from the table: "tournament_prizes" using primary key columns */ tournament_prizes_by_pk: (tournament_prizes | null) + /** fetch data from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks: tournament_registration_unlocks[] + /** fetch aggregated fields from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks_aggregate: tournament_registration_unlocks_aggregate + /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ + tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | null) /** fetch data from the table: "tournament_stage_windows" */ tournament_stage_windows: tournament_stage_windows[] /** fetch aggregated fields from the table: "tournament_stage_windows" */ @@ -28838,6 +29095,22 @@ export interface subscription_root { e_tournament_categories_by_pk: (e_tournament_categories | null) /** fetch data from the table in a streaming manner: "e_tournament_categories" */ e_tournament_categories_stream: e_tournament_categories[] + /** fetch data from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses: e_tournament_free_agent_statuses[] + /** fetch aggregated fields from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses_aggregate: e_tournament_free_agent_statuses_aggregate + /** fetch data from the table: "e_tournament_free_agent_statuses" using primary key columns */ + e_tournament_free_agent_statuses_by_pk: (e_tournament_free_agent_statuses | null) + /** fetch data from the table in a streaming manner: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses_stream: e_tournament_free_agent_statuses[] + /** fetch data from the table: "e_tournament_registration_types" */ + e_tournament_registration_types: e_tournament_registration_types[] + /** fetch aggregated fields from the table: "e_tournament_registration_types" */ + e_tournament_registration_types_aggregate: e_tournament_registration_types_aggregate + /** fetch data from the table: "e_tournament_registration_types" using primary key columns */ + e_tournament_registration_types_by_pk: (e_tournament_registration_types | null) + /** fetch data from the table in a streaming manner: "e_tournament_registration_types" */ + e_tournament_registration_types_stream: e_tournament_registration_types[] /** fetch data from the table: "e_tournament_stage_types" */ e_tournament_stage_types: e_tournament_stage_types[] /** fetch aggregated fields from the table: "e_tournament_stage_types" */ @@ -29086,6 +29359,10 @@ export interface subscription_root { get_player_leaderboard_rank: player_leaderboard_rank[] /** execute function "get_player_leaderboard_rank" and query aggregates on result of table type "player_leaderboard_rank" */ get_player_leaderboard_rank_aggregate: player_leaderboard_rank_aggregate + /** execute function "get_tournament_leaderboard" which returns "tournament_leaderboard_entries" */ + get_tournament_leaderboard: tournament_leaderboard_entries[] + /** execute function "get_tournament_leaderboard" and query aggregates on result of table type "tournament_leaderboard_entries" */ + get_tournament_leaderboard_aggregate: tournament_leaderboard_entries_aggregate /** fetch data from the table: "leaderboard_entries" */ leaderboard_entries: leaderboard_entries[] /** fetch aggregated fields from the table: "leaderboard_entries" */ @@ -29740,6 +30017,20 @@ export interface subscription_root { tournament_categories_by_pk: (tournament_categories | null) /** fetch data from the table in a streaming manner: "tournament_categories" */ tournament_categories_stream: tournament_categories[] + /** An array relationship */ + tournament_free_agents: tournament_free_agents[] + /** An aggregate relationship */ + tournament_free_agents_aggregate: tournament_free_agents_aggregate + /** fetch data from the table: "tournament_free_agents" using primary key columns */ + tournament_free_agents_by_pk: (tournament_free_agents | null) + /** fetch data from the table in a streaming manner: "tournament_free_agents" */ + tournament_free_agents_stream: tournament_free_agents[] + /** fetch data from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries: tournament_leaderboard_entries[] + /** fetch aggregated fields from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries_aggregate: tournament_leaderboard_entries_aggregate + /** fetch data from the table in a streaming manner: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries_stream: tournament_leaderboard_entries[] /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams: tournament_organizer_teams[] /** fetch aggregated fields from the table: "tournament_organizer_teams" */ @@ -29764,6 +30055,14 @@ export interface subscription_root { tournament_prizes_by_pk: (tournament_prizes | null) /** fetch data from the table in a streaming manner: "tournament_prizes" */ tournament_prizes_stream: tournament_prizes[] + /** fetch data from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks: tournament_registration_unlocks[] + /** fetch aggregated fields from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks_aggregate: tournament_registration_unlocks_aggregate + /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ + tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | null) + /** fetch data from the table in a streaming manner: "tournament_registration_unlocks" */ + tournament_registration_unlocks_stream: tournament_registration_unlocks[] /** fetch data from the table: "tournament_stage_windows" */ tournament_stage_windows: tournament_stage_windows[] /** fetch aggregated fields from the table: "tournament_stage_windows" */ @@ -32135,6 +32434,380 @@ export type tournament_categories_select_column = 'category' | 'tournament_id' export type tournament_categories_update_column = 'category' | 'tournament_id' +/** columns and relationships of "tournament_free_agents" */ +export interface tournament_free_agents { + checked_in_at: (Scalars['timestamptz'] | null) + /** Registration priority: decides who makes the cut */ + created_at: Scalars['timestamptz'] + /** An object relationship */ + e_tournament_free_agent_status: e_tournament_free_agent_statuses + id: Scalars['uuid'] + /** An object relationship */ + player: players + player_steam_id: Scalars['bigint'] + status: e_tournament_free_agent_statuses_enum + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + /** An object relationship */ + tournament_team: (tournament_teams | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_free_agents' +} + + +/** aggregated selection of "tournament_free_agents" */ +export interface tournament_free_agents_aggregate { + aggregate: (tournament_free_agents_aggregate_fields | null) + nodes: tournament_free_agents[] + __typename: 'tournament_free_agents_aggregate' +} + + +/** aggregate fields of "tournament_free_agents" */ +export interface tournament_free_agents_aggregate_fields { + avg: (tournament_free_agents_avg_fields | null) + count: Scalars['Int'] + max: (tournament_free_agents_max_fields | null) + min: (tournament_free_agents_min_fields | null) + stddev: (tournament_free_agents_stddev_fields | null) + stddev_pop: (tournament_free_agents_stddev_pop_fields | null) + stddev_samp: (tournament_free_agents_stddev_samp_fields | null) + sum: (tournament_free_agents_sum_fields | null) + var_pop: (tournament_free_agents_var_pop_fields | null) + var_samp: (tournament_free_agents_var_samp_fields | null) + variance: (tournament_free_agents_variance_fields | null) + __typename: 'tournament_free_agents_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_free_agents_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_free_agents" */ +export type tournament_free_agents_constraint = 'tournament_free_agents_pkey' | 'tournament_free_agents_tournament_id_player_steam_id_key' + + +/** aggregate max on columns */ +export interface tournament_free_agents_max_fields { + checked_in_at: (Scalars['timestamptz'] | null) + /** Registration priority: decides who makes the cut */ + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_free_agents_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_free_agents_min_fields { + checked_in_at: (Scalars['timestamptz'] | null) + /** Registration priority: decides who makes the cut */ + created_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_free_agents_min_fields' +} + + +/** response of any mutation on the table "tournament_free_agents" */ +export interface tournament_free_agents_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_free_agents[] + __typename: 'tournament_free_agents_mutation_response' +} + + +/** select columns of table "tournament_free_agents" */ +export type tournament_free_agents_select_column = 'checked_in_at' | 'created_at' | 'id' | 'player_steam_id' | 'status' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate stddev on columns */ +export interface tournament_free_agents_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_free_agents_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_free_agents_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_free_agents_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_free_agents_sum_fields' +} + + +/** update columns of table "tournament_free_agents" */ +export type tournament_free_agents_update_column = 'checked_in_at' | 'created_at' | 'id' | 'player_steam_id' | 'status' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate var_pop on columns */ +export interface tournament_free_agents_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_free_agents_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_free_agents_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_free_agents_variance_fields' +} + + +/** columns and relationships of "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries { + adr: Scalars['float8'] + assists: Scalars['Int'] + deaths: Scalars['Int'] + headshot_percentage: Scalars['float8'] + kdr: Scalars['float8'] + kills: Scalars['Int'] + matches_played: Scalars['Int'] + player_avatar_url: (Scalars['String'] | null) + player_country: (Scalars['String'] | null) + player_custom_avatar_url: (Scalars['String'] | null) + player_name: Scalars['String'] + player_steam_id: Scalars['String'] + rating: Scalars['float8'] + rounds_played: Scalars['Int'] + team_name: (Scalars['String'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_leaderboard_entries' +} + +export interface tournament_leaderboard_entries_aggregate { + aggregate: (tournament_leaderboard_entries_aggregate_fields | null) + nodes: tournament_leaderboard_entries[] + __typename: 'tournament_leaderboard_entries_aggregate' +} + + +/** aggregate fields of "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_aggregate_fields { + avg: (tournament_leaderboard_entries_avg_fields | null) + count: Scalars['Int'] + max: (tournament_leaderboard_entries_max_fields | null) + min: (tournament_leaderboard_entries_min_fields | null) + stddev: (tournament_leaderboard_entries_stddev_fields | null) + stddev_pop: (tournament_leaderboard_entries_stddev_pop_fields | null) + stddev_samp: (tournament_leaderboard_entries_stddev_samp_fields | null) + sum: (tournament_leaderboard_entries_sum_fields | null) + var_pop: (tournament_leaderboard_entries_var_pop_fields | null) + var_samp: (tournament_leaderboard_entries_var_samp_fields | null) + variance: (tournament_leaderboard_entries_variance_fields | null) + __typename: 'tournament_leaderboard_entries_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_leaderboard_entries_avg_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_avg_fields' +} + + +/** aggregate max on columns */ +export interface tournament_leaderboard_entries_max_fields { + adr: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + player_avatar_url: (Scalars['String'] | null) + player_country: (Scalars['String'] | null) + player_custom_avatar_url: (Scalars['String'] | null) + player_name: (Scalars['String'] | null) + player_steam_id: (Scalars['String'] | null) + rating: (Scalars['float8'] | null) + rounds_played: (Scalars['Int'] | null) + team_name: (Scalars['String'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_leaderboard_entries_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_leaderboard_entries_min_fields { + adr: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + player_avatar_url: (Scalars['String'] | null) + player_country: (Scalars['String'] | null) + player_custom_avatar_url: (Scalars['String'] | null) + player_name: (Scalars['String'] | null) + player_steam_id: (Scalars['String'] | null) + rating: (Scalars['float8'] | null) + rounds_played: (Scalars['Int'] | null) + team_name: (Scalars['String'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_leaderboard_entries_min_fields' +} + + +/** response of any mutation on the table "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_leaderboard_entries[] + __typename: 'tournament_leaderboard_entries_mutation_response' +} + + +/** select columns of table "tournament_leaderboard_entries" */ +export type tournament_leaderboard_entries_select_column = 'adr' | 'assists' | 'deaths' | 'headshot_percentage' | 'kdr' | 'kills' | 'matches_played' | 'player_avatar_url' | 'player_country' | 'player_custom_avatar_url' | 'player_name' | 'player_steam_id' | 'rating' | 'rounds_played' | 'team_name' | 'tournament_team_id' + + +/** aggregate stddev on columns */ +export interface tournament_leaderboard_entries_stddev_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_leaderboard_entries_stddev_pop_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_leaderboard_entries_stddev_samp_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_leaderboard_entries_sum_fields { + adr: (Scalars['float8'] | null) + assists: (Scalars['Int'] | null) + deaths: (Scalars['Int'] | null) + headshot_percentage: (Scalars['float8'] | null) + kdr: (Scalars['float8'] | null) + kills: (Scalars['Int'] | null) + matches_played: (Scalars['Int'] | null) + rating: (Scalars['float8'] | null) + rounds_played: (Scalars['Int'] | null) + __typename: 'tournament_leaderboard_entries_sum_fields' +} + + +/** aggregate var_pop on columns */ +export interface tournament_leaderboard_entries_var_pop_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_leaderboard_entries_var_samp_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_leaderboard_entries_variance_fields { + adr: (Scalars['Float'] | null) + assists: (Scalars['Float'] | null) + deaths: (Scalars['Float'] | null) + headshot_percentage: (Scalars['Float'] | null) + kdr: (Scalars['Float'] | null) + kills: (Scalars['Float'] | null) + matches_played: (Scalars['Float'] | null) + rating: (Scalars['Float'] | null) + rounds_played: (Scalars['Float'] | null) + __typename: 'tournament_leaderboard_entries_variance_fields' +} + + /** columns and relationships of "tournament_organizer_teams" */ export interface tournament_organizer_teams { created_at: Scalars['timestamptz'] @@ -32482,6 +33155,140 @@ export interface tournament_prizes_variance_fields { } +/** columns and relationships of "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks { + created_at: Scalars['timestamptz'] + /** An object relationship */ + player: players + player_steam_id: Scalars['bigint'] + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + __typename: 'tournament_registration_unlocks' +} + + +/** aggregated selection of "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_aggregate { + aggregate: (tournament_registration_unlocks_aggregate_fields | null) + nodes: tournament_registration_unlocks[] + __typename: 'tournament_registration_unlocks_aggregate' +} + + +/** aggregate fields of "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_aggregate_fields { + avg: (tournament_registration_unlocks_avg_fields | null) + count: Scalars['Int'] + max: (tournament_registration_unlocks_max_fields | null) + min: (tournament_registration_unlocks_min_fields | null) + stddev: (tournament_registration_unlocks_stddev_fields | null) + stddev_pop: (tournament_registration_unlocks_stddev_pop_fields | null) + stddev_samp: (tournament_registration_unlocks_stddev_samp_fields | null) + sum: (tournament_registration_unlocks_sum_fields | null) + var_pop: (tournament_registration_unlocks_var_pop_fields | null) + var_samp: (tournament_registration_unlocks_var_samp_fields | null) + variance: (tournament_registration_unlocks_variance_fields | null) + __typename: 'tournament_registration_unlocks_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_registration_unlocks_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_registration_unlocks" */ +export type tournament_registration_unlocks_constraint = 'tournament_registration_unlocks_pkey' + + +/** aggregate max on columns */ +export interface tournament_registration_unlocks_max_fields { + created_at: (Scalars['timestamptz'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_registration_unlocks_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_registration_unlocks_min_fields { + created_at: (Scalars['timestamptz'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + __typename: 'tournament_registration_unlocks_min_fields' +} + + +/** response of any mutation on the table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_registration_unlocks[] + __typename: 'tournament_registration_unlocks_mutation_response' +} + + +/** select columns of table "tournament_registration_unlocks" */ +export type tournament_registration_unlocks_select_column = 'created_at' | 'player_steam_id' | 'tournament_id' + + +/** aggregate stddev on columns */ +export interface tournament_registration_unlocks_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_registration_unlocks_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_registration_unlocks_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_registration_unlocks_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_registration_unlocks_sum_fields' +} + + +/** update columns of table "tournament_registration_unlocks" */ +export type tournament_registration_unlocks_update_column = 'created_at' | 'player_steam_id' | 'tournament_id' + + +/** aggregate var_pop on columns */ +export interface tournament_registration_unlocks_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_registration_unlocks_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_registration_unlocks_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_registration_unlocks_variance_fields' +} + + /** columns and relationships of "tournament_stage_windows" */ export interface tournament_stage_windows { closes_at: (Scalars['timestamptz'] | null) @@ -33018,12 +33825,15 @@ export interface tournament_team_invites_variance_fields { /** columns and relationships of "tournament_team_roster" */ export interface tournament_team_roster { + checked_in_at: (Scalars['timestamptz'] | null) /** An object relationship */ e_team_role: e_team_roles /** An object relationship */ player: players player_steam_id: Scalars['bigint'] role: e_team_roles_enum + /** A computed field, executes function "tournament_team_roster_target_eligible" */ + target_eligible: (Scalars['Boolean'] | null) /** An object relationship */ tournament: tournaments tournament_id: Scalars['uuid'] @@ -33072,6 +33882,7 @@ export type tournament_team_roster_constraint = 'tournament_roster_pkey' | 'tour /** aggregate max on columns */ export interface tournament_team_roster_max_fields { + checked_in_at: (Scalars['timestamptz'] | null) player_steam_id: (Scalars['bigint'] | null) tournament_id: (Scalars['uuid'] | null) tournament_team_id: (Scalars['uuid'] | null) @@ -33081,6 +33892,7 @@ export interface tournament_team_roster_max_fields { /** aggregate min on columns */ export interface tournament_team_roster_min_fields { + checked_in_at: (Scalars['timestamptz'] | null) player_steam_id: (Scalars['bigint'] | null) tournament_id: (Scalars['uuid'] | null) tournament_team_id: (Scalars['uuid'] | null) @@ -33099,7 +33911,7 @@ export interface 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' +export type tournament_team_roster_select_column = 'checked_in_at' | 'player_steam_id' | 'role' | 'tournament_id' | 'tournament_team_id' /** aggregate stddev on columns */ @@ -33131,7 +33943,7 @@ export interface 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' +export type tournament_team_roster_update_column = 'checked_in_at' | 'player_steam_id' | 'role' | 'tournament_id' | 'tournament_team_id' /** aggregate var_pop on columns */ @@ -33162,15 +33974,24 @@ export interface tournament_teams { /** An object relationship */ captain: (players | null) captain_steam_id: (Scalars['bigint'] | null) + /** A computed field, executes function "tournament_team_checked_in" */ + checked_in: (Scalars['Boolean'] | null) + checked_in_at: (Scalars['timestamptz'] | null) created_at: Scalars['timestamptz'] /** An object relationship */ creator: players eligible_at: (Scalars['timestamptz'] | null) + /** An array relationship */ + free_agents: tournament_free_agents[] + /** An aggregate relationship */ + free_agents_aggregate: tournament_free_agents_aggregate id: Scalars['uuid'] /** An array relationship */ invites: tournament_team_invites[] /** An aggregate relationship */ invites_aggregate: tournament_team_invites_aggregate + /** Created by draft_tournament_free_agent_teams rather than registered */ + is_drafted: Scalars['Boolean'] name: (Scalars['String'] | null) owner_steam_id: Scalars['bigint'] /** An object relationship */ @@ -33232,6 +34053,7 @@ export type tournament_teams_constraint = 'tournament_teams_creator_steam_id_tou /** aggregate max on columns */ export interface tournament_teams_max_fields { captain_steam_id: (Scalars['bigint'] | null) + checked_in_at: (Scalars['timestamptz'] | null) created_at: (Scalars['timestamptz'] | null) eligible_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) @@ -33248,6 +34070,7 @@ export interface tournament_teams_max_fields { /** aggregate min on columns */ export interface tournament_teams_min_fields { captain_steam_id: (Scalars['bigint'] | null) + checked_in_at: (Scalars['timestamptz'] | null) created_at: (Scalars['timestamptz'] | null) eligible_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) @@ -33272,7 +34095,15 @@ export interface tournament_teams_mutation_response { /** 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' +export type tournament_teams_select_column = 'captain_steam_id' | 'checked_in_at' | 'created_at' | 'eligible_at' | 'id' | 'is_drafted' | 'name' | 'owner_steam_id' | 'seed' | 'short_name' | 'team_id' | 'tournament_id' + + +/** select "tournament_teams_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournament_teams" */ +export type tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_and_arguments_columns = 'is_drafted' + + +/** select "tournament_teams_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournament_teams" */ +export type tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_or_arguments_columns = 'is_drafted' /** aggregate stddev on columns */ @@ -33312,7 +34143,7 @@ export interface tournament_teams_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' +export type tournament_teams_update_column = 'captain_steam_id' | 'checked_in_at' | 'created_at' | 'eligible_at' | 'id' | 'is_drafted' | 'name' | 'owner_steam_id' | 'seed' | 'short_name' | 'team_id' | 'tournament_id' /** aggregate var_pop on columns */ @@ -33369,6 +34200,8 @@ export interface tournaments { can_pause: (Scalars['Boolean'] | null) /** A computed field, executes function "can_resume_tournament" */ can_resume: (Scalars['Boolean'] | null) + /** A computed field, executes function "can_review_tournament_check_in" */ + can_review_check_in: (Scalars['Boolean'] | null) /** A computed field, executes function "can_setup_tournament" */ can_setup: (Scalars['Boolean'] | null) /** A computed field, executes function "can_start_tournament" */ @@ -33377,6 +34210,17 @@ export interface tournaments { categories: tournament_categories[] /** An aggregate relationship */ categories_aggregate: tournament_categories_aggregate + check_in_closes_before_minutes: Scalars['Int'] + /** When the check-in window closes; NULL until it opens */ + check_in_ends_at: (Scalars['timestamptz'] | null) + /** A computed field, executes function "tournament_check_in_open" */ + check_in_open: (Scalars['Boolean'] | null) + check_in_opens_before_minutes: Scalars['Int'] + check_in_required: Scalars['Boolean'] + /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ + check_in_setting: e_check_in_settings_enum + /** A computed field, executes function "tournament_check_in_started" */ + check_in_started: (Scalars['Boolean'] | null) created_at: (Scalars['timestamptz'] | null) description: (Scalars['String'] | null) discord_guild_id: (Scalars['String'] | null) @@ -33398,10 +34242,15 @@ export interface tournaments { discord_webhook: (Scalars['String'] | null) /** An object relationship */ e_tournament_status: e_tournament_status + /** An array relationship */ + free_agents: tournament_free_agents[] + /** An aggregate relationship */ + free_agents_aggregate: tournament_free_agents_aggregate /** A computed field, executes function "tournament_has_min_teams" */ has_min_teams: (Scalars['Boolean'] | null) homepage: (Scalars['String'] | null) id: Scalars['uuid'] + invite_only: Scalars['Boolean'] is_league: Scalars['Boolean'] /** A computed field, executes function "is_tournament_organizer" */ is_organizer: (Scalars['Boolean'] | null) @@ -33414,13 +34263,22 @@ export interface tournaments { logo: (Scalars['String'] | null) longitude: (Scalars['float8'] | null) match_options_id: Scalars['uuid'] + max_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "meets_min_role" */ + meets_min_role: (Scalars['Boolean'] | null) + min_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + min_role: (e_player_roles_enum | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) name: Scalars['String'] /** An object relationship */ options: match_options + /** A computed field, executes function "tournament_organizer_registration_passcode" */ + organizer_registration_passcode: (Scalars['String'] | null) organizer_steam_id: Scalars['bigint'] /** An array relationship */ organizer_teams: tournament_organizer_teams[] @@ -33438,6 +34296,12 @@ export interface tournaments { prizes: tournament_prizes[] /** An aggregate relationship */ prizes_aggregate: tournament_prizes_aggregate + /** Preferred server regions for hosted matches */ + regions: Scalars['String'][] + registration_passcode: (Scalars['String'] | null) + registration_type: e_tournament_registration_types_enum + /** A computed field, executes function "tournament_registration_unlocked_for_session" */ + registration_unlocked: (Scalars['Boolean'] | null) /** An array relationship */ results: v_team_tournament_results[] /** An aggregate relationship */ @@ -33488,12 +34352,18 @@ export interface tournaments_aggregate_fields { /** aggregate avg on columns */ export interface tournaments_avg_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_avg_fields' } @@ -33506,6 +34376,10 @@ export type tournaments_constraint = 'tournaments_match_options_id_key' | 'tourn /** aggregate max on columns */ export interface tournaments_max_fields { banner: (Scalars['String'] | null) + check_in_closes_before_minutes: (Scalars['Int'] | null) + /** When the check-in window closes; NULL until it opens */ + check_in_ends_at: (Scalars['timestamptz'] | null) + check_in_opens_before_minutes: (Scalars['Int'] | null) created_at: (Scalars['timestamptz'] | null) description: (Scalars['String'] | null) discord_guild_id: (Scalars['String'] | null) @@ -33518,12 +34392,21 @@ export interface tournaments_max_fields { logo: (Scalars['String'] | null) longitude: (Scalars['float8'] | null) match_options_id: (Scalars['uuid'] | null) + max_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) name: (Scalars['String'] | null) + /** A computed field, executes function "tournament_organizer_registration_passcode" */ + organizer_registration_passcode: (Scalars['String'] | null) organizer_steam_id: (Scalars['bigint'] | null) + /** Preferred server regions for hosted matches */ + regions: (Scalars['String'][] | null) + registration_passcode: (Scalars['String'] | null) scheduling_mode: (Scalars['String'] | null) start: (Scalars['timestamptz'] | null) __typename: 'tournaments_max_fields' @@ -33533,6 +34416,10 @@ export interface tournaments_max_fields { /** aggregate min on columns */ export interface tournaments_min_fields { banner: (Scalars['String'] | null) + check_in_closes_before_minutes: (Scalars['Int'] | null) + /** When the check-in window closes; NULL until it opens */ + check_in_ends_at: (Scalars['timestamptz'] | null) + check_in_opens_before_minutes: (Scalars['Int'] | null) created_at: (Scalars['timestamptz'] | null) description: (Scalars['String'] | null) discord_guild_id: (Scalars['String'] | null) @@ -33545,12 +34432,21 @@ export interface tournaments_min_fields { logo: (Scalars['String'] | null) longitude: (Scalars['float8'] | null) match_options_id: (Scalars['uuid'] | null) + max_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) name: (Scalars['String'] | null) + /** A computed field, executes function "tournament_organizer_registration_passcode" */ + organizer_registration_passcode: (Scalars['String'] | null) organizer_steam_id: (Scalars['bigint'] | null) + /** Preferred server regions for hosted matches */ + regions: (Scalars['String'][] | null) + registration_passcode: (Scalars['String'] | null) scheduling_mode: (Scalars['String'] | null) start: (Scalars['timestamptz'] | null) __typename: 'tournaments_min_fields' @@ -33568,7 +34464,7 @@ export interface tournaments_mutation_response { /** select columns of table "tournaments" */ -export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' +export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_passcode' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' /** select "tournaments_aggregate_bool_exp_avg_arguments_columns" columns of table "tournaments" */ @@ -33576,11 +34472,11 @@ export type tournaments_select_column_tournaments_aggregate_bool_exp_avg_argumen /** select "tournaments_aggregate_bool_exp_bool_and_arguments_columns" columns of table "tournaments" */ -export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns = 'auto_start' | 'awards_enabled' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_voice_enabled' | 'is_league' +export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_and_arguments_columns = 'auto_start' | 'awards_enabled' | 'check_in_required' | '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' | 'invite_only' | 'is_league' /** select "tournaments_aggregate_bool_exp_bool_or_arguments_columns" columns of table "tournaments" */ -export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns = 'auto_start' | 'awards_enabled' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_voice_enabled' | 'is_league' +export type tournaments_select_column_tournaments_aggregate_bool_exp_bool_or_arguments_columns = 'auto_start' | 'awards_enabled' | 'check_in_required' | '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' | 'invite_only' | 'is_league' /** select "tournaments_aggregate_bool_exp_corr_arguments_columns" columns of table "tournaments" */ @@ -33613,12 +34509,18 @@ export type tournaments_select_column_tournaments_aggregate_bool_exp_var_samp_ar /** aggregate stddev on columns */ export interface tournaments_stddev_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_stddev_fields' } @@ -33626,12 +34528,18 @@ export interface tournaments_stddev_fields { /** aggregate stddev_pop on columns */ export interface tournaments_stddev_pop_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_stddev_pop_fields' } @@ -33639,12 +34547,18 @@ export interface tournaments_stddev_pop_fields { /** aggregate stddev_samp on columns */ export interface tournaments_stddev_samp_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_stddev_samp_fields' } @@ -33652,29 +34566,41 @@ export interface tournaments_stddev_samp_fields { /** aggregate sum on columns */ export interface tournaments_sum_fields { + check_in_closes_before_minutes: (Scalars['Int'] | null) + check_in_opens_before_minutes: (Scalars['Int'] | null) latitude: (Scalars['float8'] | null) longitude: (Scalars['float8'] | null) + max_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Int'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['bigint'] | null) __typename: 'tournaments_sum_fields' } /** update columns of table "tournaments" */ -export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'name' | 'organizer_steam_id' | 'scheduling_mode' | 'start' | 'status' +export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_passcode' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' /** aggregate var_pop on columns */ export interface tournaments_var_pop_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_var_pop_fields' } @@ -33682,12 +34608,18 @@ export interface tournaments_var_pop_fields { /** aggregate var_samp on columns */ export interface tournaments_var_samp_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_var_samp_fields' } @@ -33695,12 +34627,18 @@ export interface tournaments_var_samp_fields { /** aggregate variance on columns */ export interface tournaments_variance_fields { + check_in_closes_before_minutes: (Scalars['Float'] | null) + check_in_opens_before_minutes: (Scalars['Float'] | null) latitude: (Scalars['Float'] | null) longitude: (Scalars['Float'] | null) + max_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup: (Scalars['Int'] | null) + min_elo: (Scalars['Float'] | null) /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup: (Scalars['Int'] | null) + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count: (Scalars['Int'] | null) organizer_steam_id: (Scalars['Float'] | null) __typename: 'tournaments_variance_fields' } @@ -44662,6 +45600,12 @@ export interface TournamentAwardGenqlSelection{ __scalar?: boolean | number } +export interface TournamentDraftOutputGenqlSelection{ + teams_created?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + export interface TournamentMatchResetImpactGenqlSelection{ bracket_id?: boolean | number depth?: boolean | number @@ -53296,6 +54240,266 @@ _set?: (e_tournament_categories_set_input | null), where: e_tournament_categories_bool_exp} +/** columns and relationships of "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statusesGenqlSelection{ + description?: boolean | number + /** An array relationship */ + tournament_free_agents?: (tournament_free_agentsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** An aggregate relationship */ + tournament_free_agents_aggregate?: (tournament_free_agents_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_aggregateGenqlSelection{ + aggregate?: e_tournament_free_agent_statuses_aggregate_fieldsGenqlSelection + nodes?: e_tournament_free_agent_statusesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_tournament_free_agent_statuses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_tournament_free_agent_statuses_max_fieldsGenqlSelection + min?: e_tournament_free_agent_statuses_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "e_tournament_free_agent_statuses". All fields are combined with a logical 'AND'. */ +export interface e_tournament_free_agent_statuses_bool_exp {_and?: (e_tournament_free_agent_statuses_bool_exp[] | null),_not?: (e_tournament_free_agent_statuses_bool_exp | null),_or?: (e_tournament_free_agent_statuses_bool_exp[] | null),description?: (String_comparison_exp | null),tournament_free_agents?: (tournament_free_agents_bool_exp | null),tournament_free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),value?: (String_comparison_exp | null)} + + +/** Boolean expression to compare columns of type "e_tournament_free_agent_statuses_enum". All fields are combined with logical 'AND'. */ +export interface e_tournament_free_agent_statuses_enum_comparison_exp {_eq?: (e_tournament_free_agent_statuses_enum | null),_in?: (e_tournament_free_agent_statuses_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_tournament_free_agent_statuses_enum | null),_nin?: (e_tournament_free_agent_statuses_enum[] | null)} + + +/** input type for inserting data into table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_insert_input {description?: (Scalars['String'] | null),tournament_free_agents?: (tournament_free_agents_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_tournament_free_agent_statuses_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface e_tournament_free_agent_statuses_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_tournament_free_agent_statusesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_obj_rel_insert_input {data: e_tournament_free_agent_statuses_insert_input, +/** upsert condition */ +on_conflict?: (e_tournament_free_agent_statuses_on_conflict | null)} + + +/** on_conflict condition type for table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_on_conflict {constraint: e_tournament_free_agent_statuses_constraint,update_columns?: e_tournament_free_agent_statuses_update_column[],where?: (e_tournament_free_agent_statuses_bool_exp | null)} + + +/** Ordering options when selecting data from "e_tournament_free_agent_statuses". */ +export interface e_tournament_free_agent_statuses_order_by {description?: (order_by | null),tournament_free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_tournament_free_agent_statuses */ +export interface e_tournament_free_agent_statuses_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_tournament_free_agent_statuses" */ +export interface e_tournament_free_agent_statuses_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_tournament_free_agent_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_tournament_free_agent_statuses_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_tournament_free_agent_statuses_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_tournament_free_agent_statuses_set_input | null), +/** filter the rows which have to be updated */ +where: e_tournament_free_agent_statuses_bool_exp} + + +/** columns and relationships of "e_tournament_registration_types" */ +export interface e_tournament_registration_typesGenqlSelection{ + 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 + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "e_tournament_registration_types" */ +export interface e_tournament_registration_types_aggregateGenqlSelection{ + aggregate?: e_tournament_registration_types_aggregate_fieldsGenqlSelection + nodes?: e_tournament_registration_typesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "e_tournament_registration_types" */ +export interface e_tournament_registration_types_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_tournament_registration_types_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_tournament_registration_types_max_fieldsGenqlSelection + min?: e_tournament_registration_types_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "e_tournament_registration_types". All fields are combined with a logical 'AND'. */ +export interface e_tournament_registration_types_bool_exp {_and?: (e_tournament_registration_types_bool_exp[] | null),_not?: (e_tournament_registration_types_bool_exp | null),_or?: (e_tournament_registration_types_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_tournament_registration_types_enum". All fields are combined with logical 'AND'. */ +export interface e_tournament_registration_types_enum_comparison_exp {_eq?: (e_tournament_registration_types_enum | null),_in?: (e_tournament_registration_types_enum[] | null),_is_null?: (Scalars['Boolean'] | null),_neq?: (e_tournament_registration_types_enum | null),_nin?: (e_tournament_registration_types_enum[] | null)} + + +/** input type for inserting data into table "e_tournament_registration_types" */ +export interface e_tournament_registration_types_insert_input {description?: (Scalars['String'] | null),tournaments?: (tournaments_arr_rel_insert_input | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_tournament_registration_types_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface e_tournament_registration_types_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "e_tournament_registration_types" */ +export interface e_tournament_registration_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_registration_typesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "e_tournament_registration_types" */ +export interface e_tournament_registration_types_on_conflict {constraint: e_tournament_registration_types_constraint,update_columns?: e_tournament_registration_types_update_column[],where?: (e_tournament_registration_types_bool_exp | null)} + + +/** Ordering options when selecting data from "e_tournament_registration_types". */ +export interface e_tournament_registration_types_order_by {description?: (order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_tournament_registration_types */ +export interface e_tournament_registration_types_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_tournament_registration_types" */ +export interface e_tournament_registration_types_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_tournament_registration_types" */ +export interface e_tournament_registration_types_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_tournament_registration_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_tournament_registration_types_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_tournament_registration_types_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_tournament_registration_types_set_input | null), +/** filter the rows which have to be updated */ +where: e_tournament_registration_types_bool_exp} + + /** columns and relationships of "e_tournament_stage_types" */ export interface e_tournament_stage_typesGenqlSelection{ description?: boolean | number @@ -59006,6 +60210,8 @@ export interface get_league_season_leaderboard_args {_category?: (Scalars['Strin export interface get_player_leaderboard_rank_args {_category?: (Scalars['String'] | null),_exclude_tournaments?: (Scalars['Boolean'] | null),_match_type?: (Scalars['String'] | null),_player_steam_id?: (Scalars['String'] | null),_season_id?: (Scalars['uuid'] | null),_source?: (Scalars['String'] | null),_window_days?: (Scalars['Int'] | null)} +export interface get_tournament_leaderboard_args {_tournament_id?: (Scalars['uuid'] | 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)} @@ -67721,6 +68927,8 @@ export interface mutation_rootGenqlSelection{ changeUtilityPracticeMap?: (UtilityPracticeMapChangeOutputGenqlSelection & { __args: {lineup_id?: (Scalars['uuid'] | null), lineup_ids?: (Scalars['uuid'][] | null), map_name: Scalars['String'], scratch?: (UtilityScratchLineupInput | null), session_id: Scalars['uuid']} }) /** checkIntoMatch */ checkIntoMatch?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) + /** Confirm a check-in, enforcing the tournament's check_in_setting */ + checkIntoTournament?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid'], tournament_team_id?: (Scalars['uuid'] | null)} }) /** Delete terminal-state clip_render_jobs rows for a single match_map batch. */ clearClipRenderBatch?: (SuccessOutputGenqlSelection & { __args: {match_map_id: Scalars['uuid']} }) /** Delete all terminal-state clip_render_jobs rows platform-wide. */ @@ -67742,6 +68950,8 @@ export interface mutation_rootGenqlSelection{ order_by?: (league_seasons_order_by[] | null), /** filter the rows returned */ where?: (league_seasons_bool_exp | null)} }) + /** Organizer proceeds without the teams that missed check-in */ + continueTournamentCheckIn?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid']} }) /** counterScrimRequest */ counterScrimRequest?: (SuccessOutputGenqlSelection & { __args: {proposed_scheduled_at: Scalars['timestamptz'], request_id: Scalars['uuid']} }) createApiKey?: (ApiKeyResponseGenqlSelection & { __args: {label: Scalars['String']} }) @@ -68115,6 +69325,18 @@ export interface mutation_rootGenqlSelection{ where: e_tournament_categories_bool_exp} }) /** delete single row from the table: "e_tournament_categories" */ delete_e_tournament_categories_by_pk?: (e_tournament_categoriesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_tournament_free_agent_statuses" */ + delete_e_tournament_free_agent_statuses?: (e_tournament_free_agent_statuses_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_tournament_free_agent_statuses_bool_exp} }) + /** delete single row from the table: "e_tournament_free_agent_statuses" */ + delete_e_tournament_free_agent_statuses_by_pk?: (e_tournament_free_agent_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_tournament_registration_types" */ + delete_e_tournament_registration_types?: (e_tournament_registration_types_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_tournament_registration_types_bool_exp} }) + /** delete single row from the table: "e_tournament_registration_types" */ + delete_e_tournament_registration_types_by_pk?: (e_tournament_registration_typesGenqlSelection & { __args: {value: Scalars['String']} }) /** delete data from the table: "e_tournament_stage_types" */ delete_e_tournament_stage_types?: (e_tournament_stage_types_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -68755,6 +69977,16 @@ export interface mutation_rootGenqlSelection{ where: tournament_categories_bool_exp} }) /** delete single row from the table: "tournament_categories" */ delete_tournament_categories_by_pk?: (tournament_categoriesGenqlSelection & { __args: {category: e_tournament_categories_enum, tournament_id: Scalars['uuid']} }) + /** delete data from the table: "tournament_free_agents" */ + delete_tournament_free_agents?: (tournament_free_agents_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_free_agents_bool_exp} }) + /** delete single row from the table: "tournament_free_agents" */ + delete_tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "tournament_leaderboard_entries" */ + delete_tournament_leaderboard_entries?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_leaderboard_entries_bool_exp} }) /** delete data from the table: "tournament_organizer_teams" */ delete_tournament_organizer_teams?: (tournament_organizer_teams_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -68773,6 +70005,12 @@ export interface mutation_rootGenqlSelection{ where: tournament_prizes_bool_exp} }) /** delete single row from the table: "tournament_prizes" */ delete_tournament_prizes_by_pk?: (tournament_prizesGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "tournament_registration_unlocks" */ + delete_tournament_registration_unlocks?: (tournament_registration_unlocks_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_registration_unlocks_bool_exp} }) + /** delete single row from the table: "tournament_registration_unlocks" */ + delete_tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: {player_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 */ @@ -68935,6 +70173,10 @@ export interface mutation_rootGenqlSelection{ delete_v_team_stage_results_by_pk?: (v_team_stage_resultsGenqlSelection & { __args: {tournament_stage_id: Scalars['uuid'], tournament_team_id: Scalars['uuid']} }) denyInvite?: (SuccessOutputGenqlSelection & { __args: {invite_id: Scalars['uuid'], type: Scalars['String']} }) denyNameChange?: (SuccessOutputGenqlSelection & { __args: {name: Scalars['String'], steam_id: Scalars['bigint']} }) + /** Organizer regenerates the free agent teams and re-seeds */ + draftTournamentTeams?: (TournamentDraftOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid']} }) + /** Organizer pushes the check-in deadline out and reopens registration */ + extendTournamentCheckIn?: (SuccessOutputGenqlSelection & { __args: {minutes: Scalars['Int'], tournament_id: Scalars['uuid']} }) forfeitMatch?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid'], winning_lineup_id: Scalars['uuid']} }) /** Copy a lineup you can see into your own library */ forkUtilityLineup?: (UtilityLineupOutputGenqlSelection & { __args: {collection_id?: (Scalars['uuid'] | null), name?: (Scalars['String'] | null), utility_lineup_id: Scalars['uuid']} }) @@ -69631,6 +70873,30 @@ export interface mutation_rootGenqlSelection{ object: e_tournament_categories_insert_input, /** upsert condition */ on_conflict?: (e_tournament_categories_on_conflict | null)} }) + /** insert data into the table: "e_tournament_free_agent_statuses" */ + insert_e_tournament_free_agent_statuses?: (e_tournament_free_agent_statuses_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_tournament_free_agent_statuses_insert_input[], + /** upsert condition */ + on_conflict?: (e_tournament_free_agent_statuses_on_conflict | null)} }) + /** insert a single row into the table: "e_tournament_free_agent_statuses" */ + insert_e_tournament_free_agent_statuses_one?: (e_tournament_free_agent_statusesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_tournament_free_agent_statuses_insert_input, + /** upsert condition */ + on_conflict?: (e_tournament_free_agent_statuses_on_conflict | null)} }) + /** insert data into the table: "e_tournament_registration_types" */ + insert_e_tournament_registration_types?: (e_tournament_registration_types_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_tournament_registration_types_insert_input[], + /** upsert condition */ + on_conflict?: (e_tournament_registration_types_on_conflict | null)} }) + /** insert a single row into the table: "e_tournament_registration_types" */ + insert_e_tournament_registration_types_one?: (e_tournament_registration_typesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_tournament_registration_types_insert_input, + /** upsert condition */ + on_conflict?: (e_tournament_registration_types_on_conflict | null)} }) /** insert data into the table: "e_tournament_stage_types" */ insert_e_tournament_stage_types?: (e_tournament_stage_types_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -70911,6 +72177,26 @@ export interface mutation_rootGenqlSelection{ object: tournament_categories_insert_input, /** upsert condition */ on_conflict?: (tournament_categories_on_conflict | null)} }) + /** insert data into the table: "tournament_free_agents" */ + insert_tournament_free_agents?: (tournament_free_agents_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_free_agents_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_free_agents_on_conflict | null)} }) + /** insert a single row into the table: "tournament_free_agents" */ + insert_tournament_free_agents_one?: (tournament_free_agentsGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_free_agents_insert_input, + /** upsert condition */ + on_conflict?: (tournament_free_agents_on_conflict | null)} }) + /** insert data into the table: "tournament_leaderboard_entries" */ + insert_tournament_leaderboard_entries?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_leaderboard_entries_insert_input[]} }) + /** insert a single row into the table: "tournament_leaderboard_entries" */ + insert_tournament_leaderboard_entries_one?: (tournament_leaderboard_entriesGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_leaderboard_entries_insert_input} }) /** insert data into the table: "tournament_organizer_teams" */ insert_tournament_organizer_teams?: (tournament_organizer_teams_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -70947,6 +72233,18 @@ export interface mutation_rootGenqlSelection{ object: tournament_prizes_insert_input, /** upsert condition */ on_conflict?: (tournament_prizes_on_conflict | null)} }) + /** insert data into the table: "tournament_registration_unlocks" */ + insert_tournament_registration_unlocks?: (tournament_registration_unlocks_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_registration_unlocks_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_registration_unlocks_on_conflict | null)} }) + /** insert a single row into the table: "tournament_registration_unlocks" */ + insert_tournament_registration_unlocks_one?: (tournament_registration_unlocksGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_registration_unlocks_insert_input, + /** upsert condition */ + on_conflict?: (tournament_registration_unlocks_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 */ @@ -71275,6 +72573,8 @@ export interface mutation_rootGenqlSelection{ joinDraftGame?: (SuccessOutputGenqlSelection & { __args: {draftGameId: Scalars['uuid'], inviteCode?: (Scalars['String'] | null)} }) /** joinDraftGameAsParty */ joinDraftGameAsParty?: (SuccessOutputGenqlSelection & { __args: {draftGameId: Scalars['uuid'], inviteCode?: (Scalars['String'] | null)} }) + /** Register alone for a tournament that drafts teams */ + joinTournamentAsFreeAgent?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid']} }) /** Join a utility practice session */ joinUtilityPractice?: (UtilityPracticeSessionOutputGenqlSelection & { __args?: {invite_code?: (Scalars['String'] | null), session_id?: (Scalars['uuid'] | null)} }) kickServerPlayer?: (KickResultGenqlSelection & { __args: {reason?: (Scalars['String'] | null), serverId: Scalars['String'], steam_id: Scalars['String']} }) @@ -71293,6 +72593,8 @@ export interface mutation_rootGenqlSelection{ /** filter the rows returned */ where?: (matches_bool_exp | null)} }) leaveLineup?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['String']} }) + /** Withdraw from a tournament's free agent pool */ + leaveTournamentAsFreeAgent?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid']} }) /** Leave a utility practice session */ leaveUtilityPractice?: (SuccessOutputGenqlSelection & { __args: {session_id: Scalars['uuid']} }) linkSteamMatchHistory?: (SteamMatchHistoryLinkOutputGenqlSelection & { __args: {auth_code: Scalars['String'], share_code: Scalars['String']} }) @@ -71318,6 +72620,8 @@ export interface mutation_rootGenqlSelection{ /** Build a multi-segment ClipSpec from a player+preset and queue it via the batch render path (no live demo session required) */ queueClipFromPreset?: (CreateClipRenderOutputGenqlSelection & { __args: {fps?: (Scalars['Int'] | null), match_map_id: Scalars['uuid'], preset: Scalars['String'], resolution?: (Scalars['String'] | null), target_name?: (Scalars['String'] | null), target_steam_id: Scalars['String'], title?: (Scalars['String'] | null)} }) randomizeTeams?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) + /** Organizer re-admits a team that missed check-in, then re-seeds */ + readmitTournamentTeam?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid'], tournament_team_id: Scalars['uuid']} }) rebootMatchServer?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) /** execute VOLATILE function "recalculate_tournament_awards" which returns "award_recipients" */ recalculate_tournament_awards?: (award_recipientsGenqlSelection & { __args: { @@ -71501,6 +72805,8 @@ export interface mutation_rootGenqlSelection{ uninstallGamePlugin?: (SuccessOutputGenqlSelection & { __args: {force?: (Scalars['Boolean'] | null), slug: Scalars['String']} }) unlinkDiscord?: SuccessOutputGenqlSelection unlinkSteamMatchHistory?: SuccessOutputGenqlSelection + /** Trade the registration passcode for an unlock on an invite only tournament */ + unlockTournamentRegistration?: (SuccessOutputGenqlSelection & { __args: {passcode: Scalars['String'], tournament_id: Scalars['uuid']} }) unsanctionServerPlayer?: (SanctionResultGenqlSelection & { __args: {serverId?: (Scalars['String'] | null), steam_id: Scalars['String'], type: Scalars['String']} }) /** Owner-only patch for clip title / visibility / target_steam_id. */ updateClip?: (SuccessOutputGenqlSelection & { __args: {clip_id: Scalars['uuid'], target_steam_id?: (Scalars['String'] | null), title?: (Scalars['String'] | null), visibility?: (Scalars['String'] | null)} }) @@ -72398,6 +73704,34 @@ export interface mutation_rootGenqlSelection{ update_e_tournament_categories_many?: (e_tournament_categories_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: e_tournament_categories_updates[]} }) + /** update data of the table: "e_tournament_free_agent_statuses" */ + update_e_tournament_free_agent_statuses?: (e_tournament_free_agent_statuses_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_tournament_free_agent_statuses_set_input | null), + /** filter the rows which have to be updated */ + where: e_tournament_free_agent_statuses_bool_exp} }) + /** update single row of the table: "e_tournament_free_agent_statuses" */ + update_e_tournament_free_agent_statuses_by_pk?: (e_tournament_free_agent_statusesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_tournament_free_agent_statuses_set_input | null), pk_columns: e_tournament_free_agent_statuses_pk_columns_input} }) + /** update multiples rows of table: "e_tournament_free_agent_statuses" */ + update_e_tournament_free_agent_statuses_many?: (e_tournament_free_agent_statuses_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_tournament_free_agent_statuses_updates[]} }) + /** update data of the table: "e_tournament_registration_types" */ + update_e_tournament_registration_types?: (e_tournament_registration_types_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_tournament_registration_types_set_input | null), + /** filter the rows which have to be updated */ + where: e_tournament_registration_types_bool_exp} }) + /** update single row of the table: "e_tournament_registration_types" */ + update_e_tournament_registration_types_by_pk?: (e_tournament_registration_typesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_tournament_registration_types_set_input | null), pk_columns: e_tournament_registration_types_pk_columns_input} }) + /** update multiples rows of table: "e_tournament_registration_types" */ + update_e_tournament_registration_types_many?: (e_tournament_registration_types_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_tournament_registration_types_updates[]} }) /** update data of the table: "e_tournament_stage_types" */ update_e_tournament_stage_types?: (e_tournament_stage_types_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -74454,6 +75788,36 @@ export interface mutation_rootGenqlSelection{ update_tournament_categories_many?: (tournament_categories_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_categories_updates[]} }) + /** update data of the table: "tournament_free_agents" */ + update_tournament_free_agents?: (tournament_free_agents_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_free_agents_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_free_agents_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_free_agents_bool_exp} }) + /** update single row of the table: "tournament_free_agents" */ + update_tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_free_agents_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_free_agents_set_input | null), pk_columns: tournament_free_agents_pk_columns_input} }) + /** update multiples rows of table: "tournament_free_agents" */ + update_tournament_free_agents_many?: (tournament_free_agents_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_free_agents_updates[]} }) + /** update data of the table: "tournament_leaderboard_entries" */ + update_tournament_leaderboard_entries?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_leaderboard_entries_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_leaderboard_entries_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_leaderboard_entries_bool_exp} }) + /** update multiples rows of table: "tournament_leaderboard_entries" */ + update_tournament_leaderboard_entries_many?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_leaderboard_entries_updates[]} }) /** update data of the table: "tournament_organizer_teams" */ update_tournament_organizer_teams?: (tournament_organizer_teams_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -74504,6 +75868,24 @@ export interface mutation_rootGenqlSelection{ update_tournament_prizes_many?: (tournament_prizes_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_prizes_updates[]} }) + /** update data of the table: "tournament_registration_unlocks" */ + update_tournament_registration_unlocks?: (tournament_registration_unlocks_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_registration_unlocks_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_registration_unlocks_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_registration_unlocks_bool_exp} }) + /** update single row of the table: "tournament_registration_unlocks" */ + update_tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_registration_unlocks_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_registration_unlocks_set_input | null), pk_columns: tournament_registration_unlocks_pk_columns_input} }) + /** update multiples rows of table: "tournament_registration_unlocks" */ + update_tournament_registration_unlocks_many?: (tournament_registration_unlocks_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_registration_unlocks_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 */ @@ -88505,6 +89887,58 @@ export interface query_rootGenqlSelection{ where?: (e_tournament_categories_bool_exp | null)} }) /** fetch data from the table: "e_tournament_categories" using primary key columns */ e_tournament_categories_by_pk?: (e_tournament_categoriesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses?: (e_tournament_free_agent_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_free_agent_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_tournament_free_agent_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_free_agent_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses_aggregate?: (e_tournament_free_agent_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_free_agent_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_tournament_free_agent_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_free_agent_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_tournament_free_agent_statuses" using primary key columns */ + e_tournament_free_agent_statuses_by_pk?: (e_tournament_free_agent_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_tournament_registration_types" */ + e_tournament_registration_types?: (e_tournament_registration_typesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_registration_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_tournament_registration_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_registration_types_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_tournament_registration_types" */ + e_tournament_registration_types_aggregate?: (e_tournament_registration_types_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_registration_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_tournament_registration_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_registration_types_bool_exp | null)} }) + /** fetch data from the table: "e_tournament_registration_types" using primary key columns */ + e_tournament_registration_types_by_pk?: (e_tournament_registration_typesGenqlSelection & { __args: {value: Scalars['String']} }) /** fetch data from the table: "e_tournament_stage_types" */ e_tournament_stage_types?: (e_tournament_stage_typesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -89407,6 +90841,34 @@ export interface query_rootGenqlSelection{ order_by?: (player_leaderboard_rank_order_by[] | null), /** filter the rows returned */ where?: (player_leaderboard_rank_bool_exp | null)} }) + /** execute function "get_tournament_leaderboard" which returns "tournament_leaderboard_entries" */ + get_tournament_leaderboard?: (tournament_leaderboard_entriesGenqlSelection & { __args: { + /** input parameters for function "get_tournament_leaderboard" */ + args: get_tournament_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** execute function "get_tournament_leaderboard" and query aggregates on result of table type "tournament_leaderboard_entries" */ + get_tournament_leaderboard_aggregate?: (tournament_leaderboard_entries_aggregateGenqlSelection & { __args: { + /** input parameters for function "get_tournament_leaderboard_aggregate" */ + args: get_tournament_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) /** fetch data from the table: "leaderboard_entries" */ leaderboard_entries?: (leaderboard_entriesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -91509,7 +92971,7 @@ export interface query_rootGenqlSelection{ where?: (teams_bool_exp | null)} }) /** fetch data from the table: "teams" using primary key columns */ teams_by_pk?: (teamsGenqlSelection & { __args: {id: Scalars['uuid']} }) - telemetryStats?: TelemetryStatsGenqlSelection + telemetryStats?: (TelemetryStatsGenqlSelection & { __args?: {includeSelf?: (Scalars['Boolean'] | null)} }) /** fetch data from the table: "tournament_awards" */ tournament_awards?: (tournament_awardsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -91588,6 +93050,56 @@ export interface query_rootGenqlSelection{ where?: (tournament_categories_bool_exp | null)} }) /** fetch data from the table: "tournament_categories" using primary key columns */ tournament_categories_by_pk?: (tournament_categoriesGenqlSelection & { __args: {category: e_tournament_categories_enum, tournament_id: Scalars['uuid']} }) + /** An array relationship */ + tournament_free_agents?: (tournament_free_agentsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** An aggregate relationship */ + tournament_free_agents_aggregate?: (tournament_free_agents_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** fetch data from the table: "tournament_free_agents" using primary key columns */ + tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries?: (tournament_leaderboard_entriesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries_aggregate?: (tournament_leaderboard_entries_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams?: (tournament_organizer_teamsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -91666,6 +93178,32 @@ export interface query_rootGenqlSelection{ where?: (tournament_prizes_bool_exp | null)} }) /** fetch data from the table: "tournament_prizes" using primary key columns */ tournament_prizes_by_pk?: (tournament_prizesGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks?: (tournament_registration_unlocksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_registration_unlocks_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_registration_unlocks_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_registration_unlocks_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks_aggregate?: (tournament_registration_unlocks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_registration_unlocks_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_registration_unlocks_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_registration_unlocks_bool_exp | null)} }) + /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ + tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: {player_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 */ @@ -96490,6 +98028,74 @@ export interface subscription_rootGenqlSelection{ cursor: (e_tournament_categories_stream_cursor_input | null)[], /** filter the rows returned */ where?: (e_tournament_categories_bool_exp | null)} }) + /** fetch data from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses?: (e_tournament_free_agent_statusesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_free_agent_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_tournament_free_agent_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_free_agent_statuses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses_aggregate?: (e_tournament_free_agent_statuses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_free_agent_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_tournament_free_agent_statuses_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_free_agent_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_tournament_free_agent_statuses" using primary key columns */ + e_tournament_free_agent_statuses_by_pk?: (e_tournament_free_agent_statusesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_tournament_free_agent_statuses" */ + e_tournament_free_agent_statuses_stream?: (e_tournament_free_agent_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_tournament_free_agent_statuses_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_tournament_free_agent_statuses_bool_exp | null)} }) + /** fetch data from the table: "e_tournament_registration_types" */ + e_tournament_registration_types?: (e_tournament_registration_typesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_registration_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_tournament_registration_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_registration_types_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_tournament_registration_types" */ + e_tournament_registration_types_aggregate?: (e_tournament_registration_types_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_tournament_registration_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_tournament_registration_types_order_by[] | null), + /** filter the rows returned */ + where?: (e_tournament_registration_types_bool_exp | null)} }) + /** fetch data from the table: "e_tournament_registration_types" using primary key columns */ + e_tournament_registration_types_by_pk?: (e_tournament_registration_typesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_tournament_registration_types" */ + e_tournament_registration_types_stream?: (e_tournament_registration_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_tournament_registration_types_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_tournament_registration_types_bool_exp | null)} }) /** fetch data from the table: "e_tournament_stage_types" */ e_tournament_stage_types?: (e_tournament_stage_typesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -97588,6 +99194,34 @@ export interface subscription_rootGenqlSelection{ order_by?: (player_leaderboard_rank_order_by[] | null), /** filter the rows returned */ where?: (player_leaderboard_rank_bool_exp | null)} }) + /** execute function "get_tournament_leaderboard" which returns "tournament_leaderboard_entries" */ + get_tournament_leaderboard?: (tournament_leaderboard_entriesGenqlSelection & { __args: { + /** input parameters for function "get_tournament_leaderboard" */ + args: get_tournament_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** execute function "get_tournament_leaderboard" and query aggregates on result of table type "tournament_leaderboard_entries" */ + get_tournament_leaderboard_aggregate?: (tournament_leaderboard_entries_aggregateGenqlSelection & { __args: { + /** input parameters for function "get_tournament_leaderboard_aggregate" */ + args: get_tournament_leaderboard_args, + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) /** fetch data from the table: "leaderboard_entries" */ leaderboard_entries?: (leaderboard_entriesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -100426,6 +102060,72 @@ export interface subscription_rootGenqlSelection{ cursor: (tournament_categories_stream_cursor_input | null)[], /** filter the rows returned */ where?: (tournament_categories_bool_exp | null)} }) + /** An array relationship */ + tournament_free_agents?: (tournament_free_agentsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** An aggregate relationship */ + tournament_free_agents_aggregate?: (tournament_free_agents_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** fetch data from the table: "tournament_free_agents" using primary key columns */ + tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_free_agents" */ + tournament_free_agents_stream?: (tournament_free_agentsGenqlSelection & { __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_free_agents_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** fetch data from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries?: (tournament_leaderboard_entriesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries_aggregate?: (tournament_leaderboard_entries_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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?: (tournament_leaderboard_entries_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** fetch data from the table in a streaming manner: "tournament_leaderboard_entries" */ + tournament_leaderboard_entries_stream?: (tournament_leaderboard_entriesGenqlSelection & { __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_leaderboard_entries_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_leaderboard_entries_bool_exp | null)} }) /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams?: (tournament_organizer_teamsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -100528,6 +102228,40 @@ export interface subscription_rootGenqlSelection{ cursor: (tournament_prizes_stream_cursor_input | null)[], /** filter the rows returned */ where?: (tournament_prizes_bool_exp | null)} }) + /** fetch data from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks?: (tournament_registration_unlocksGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_registration_unlocks_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_registration_unlocks_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_registration_unlocks_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_registration_unlocks" */ + tournament_registration_unlocks_aggregate?: (tournament_registration_unlocks_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_registration_unlocks_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_registration_unlocks_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_registration_unlocks_bool_exp | null)} }) + /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ + tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: {player_steam_id: Scalars['bigint'], tournament_id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_registration_unlocks" */ + tournament_registration_unlocks_stream?: (tournament_registration_unlocksGenqlSelection & { __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_registration_unlocks_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_registration_unlocks_bool_exp | null)} }) /** fetch data from the table: "tournament_stage_windows" */ tournament_stage_windows?: (tournament_stage_windowsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -105608,6 +107342,544 @@ _set?: (tournament_categories_set_input | null), where: tournament_categories_bool_exp} +/** columns and relationships of "tournament_free_agents" */ +export interface tournament_free_agentsGenqlSelection{ + checked_in_at?: boolean | number + /** Registration priority: decides who makes the cut */ + created_at?: boolean | number + /** An object relationship */ + e_tournament_free_agent_status?: e_tournament_free_agent_statusesGenqlSelection + id?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + status?: 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_free_agents" */ +export interface tournament_free_agents_aggregateGenqlSelection{ + aggregate?: tournament_free_agents_aggregate_fieldsGenqlSelection + nodes?: tournament_free_agentsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_free_agents_aggregate_bool_exp {count?: (tournament_free_agents_aggregate_bool_exp_count | null)} + +export interface tournament_free_agents_aggregate_bool_exp_count {arguments?: (tournament_free_agents_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_free_agents_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_free_agents" */ +export interface tournament_free_agents_aggregate_fieldsGenqlSelection{ + avg?: tournament_free_agents_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_free_agents_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_free_agents_max_fieldsGenqlSelection + min?: tournament_free_agents_min_fieldsGenqlSelection + stddev?: tournament_free_agents_stddev_fieldsGenqlSelection + stddev_pop?: tournament_free_agents_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_free_agents_stddev_samp_fieldsGenqlSelection + sum?: tournament_free_agents_sum_fieldsGenqlSelection + var_pop?: tournament_free_agents_var_pop_fieldsGenqlSelection + var_samp?: tournament_free_agents_var_samp_fieldsGenqlSelection + variance?: tournament_free_agents_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "tournament_free_agents" */ +export interface tournament_free_agents_aggregate_order_by {avg?: (tournament_free_agents_avg_order_by | null),count?: (order_by | null),max?: (tournament_free_agents_max_order_by | null),min?: (tournament_free_agents_min_order_by | null),stddev?: (tournament_free_agents_stddev_order_by | null),stddev_pop?: (tournament_free_agents_stddev_pop_order_by | null),stddev_samp?: (tournament_free_agents_stddev_samp_order_by | null),sum?: (tournament_free_agents_sum_order_by | null),var_pop?: (tournament_free_agents_var_pop_order_by | null),var_samp?: (tournament_free_agents_var_samp_order_by | null),variance?: (tournament_free_agents_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "tournament_free_agents" */ +export interface tournament_free_agents_arr_rel_insert_input {data: tournament_free_agents_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_free_agents_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface tournament_free_agents_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_avg_order_by {player_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "tournament_free_agents". All fields are combined with a logical 'AND'. */ +export interface tournament_free_agents_bool_exp {_and?: (tournament_free_agents_bool_exp[] | null),_not?: (tournament_free_agents_bool_exp | null),_or?: (tournament_free_agents_bool_exp[] | null),checked_in_at?: (timestamptz_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_bool_exp | null),id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),status?: (e_tournament_free_agent_statuses_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 incrementing numeric columns in table "tournament_free_agents" */ +export interface tournament_free_agents_inc_input {player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "tournament_free_agents" */ +export interface tournament_free_agents_insert_input {checked_in_at?: (Scalars['timestamptz'] | null), +/** Registration priority: decides who makes the cut */ +created_at?: (Scalars['timestamptz'] | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_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 tournament_free_agents_max_fieldsGenqlSelection{ + checked_in_at?: boolean | number + /** Registration priority: decides who makes the cut */ + created_at?: boolean | number + id?: 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_free_agents" */ +export interface tournament_free_agents_max_order_by {checked_in_at?: (order_by | null), +/** Registration priority: decides who makes the cut */ +created_at?: (order_by | null),id?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} + + +/** aggregate min on columns */ +export interface tournament_free_agents_min_fieldsGenqlSelection{ + checked_in_at?: boolean | number + /** Registration priority: decides who makes the cut */ + created_at?: boolean | number + id?: 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_free_agents" */ +export interface tournament_free_agents_min_order_by {checked_in_at?: (order_by | null), +/** Registration priority: decides who makes the cut */ +created_at?: (order_by | null),id?: (order_by | null),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_free_agents" */ +export interface tournament_free_agents_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_free_agentsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "tournament_free_agents" */ +export interface tournament_free_agents_on_conflict {constraint: tournament_free_agents_constraint,update_columns?: tournament_free_agents_update_column[],where?: (tournament_free_agents_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_free_agents". */ +export interface tournament_free_agents_order_by {checked_in_at?: (order_by | null),created_at?: (order_by | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_order_by | null),id?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),status?: (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_free_agents */ +export interface tournament_free_agents_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_free_agents" */ +export interface tournament_free_agents_set_input {checked_in_at?: (Scalars['timestamptz'] | null), +/** Registration priority: decides who makes the cut */ +created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_free_agents_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_stddev_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface tournament_free_agents_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_stddev_pop_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface tournament_free_agents_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_stddev_samp_order_by {player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "tournament_free_agents" */ +export interface tournament_free_agents_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_free_agents_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_free_agents_stream_cursor_value_input {checked_in_at?: (Scalars['timestamptz'] | null), +/** Registration priority: decides who makes the cut */ +created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_free_agents_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_sum_order_by {player_steam_id?: (order_by | null)} + +export interface tournament_free_agents_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_free_agents_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_free_agents_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_free_agents_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_free_agents_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_var_pop_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface tournament_free_agents_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_var_samp_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface tournament_free_agents_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "tournament_free_agents" */ +export interface tournament_free_agents_variance_order_by {player_steam_id?: (order_by | null)} + + +/** columns and relationships of "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entriesGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_avatar_url?: boolean | number + player_country?: boolean | number + player_custom_avatar_url?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + team_name?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_leaderboard_entries_aggregateGenqlSelection{ + aggregate?: tournament_leaderboard_entries_aggregate_fieldsGenqlSelection + nodes?: tournament_leaderboard_entriesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_aggregate_fieldsGenqlSelection{ + avg?: tournament_leaderboard_entries_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_leaderboard_entries_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_leaderboard_entries_max_fieldsGenqlSelection + min?: tournament_leaderboard_entries_min_fieldsGenqlSelection + stddev?: tournament_leaderboard_entries_stddev_fieldsGenqlSelection + stddev_pop?: tournament_leaderboard_entries_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_leaderboard_entries_stddev_samp_fieldsGenqlSelection + sum?: tournament_leaderboard_entries_sum_fieldsGenqlSelection + var_pop?: tournament_leaderboard_entries_var_pop_fieldsGenqlSelection + var_samp?: tournament_leaderboard_entries_var_samp_fieldsGenqlSelection + variance?: tournament_leaderboard_entries_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface tournament_leaderboard_entries_avg_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "tournament_leaderboard_entries". All fields are combined with a logical 'AND'. */ +export interface tournament_leaderboard_entries_bool_exp {_and?: (tournament_leaderboard_entries_bool_exp[] | null),_not?: (tournament_leaderboard_entries_bool_exp | null),_or?: (tournament_leaderboard_entries_bool_exp[] | null),adr?: (float8_comparison_exp | null),assists?: (Int_comparison_exp | null),deaths?: (Int_comparison_exp | null),headshot_percentage?: (float8_comparison_exp | null),kdr?: (float8_comparison_exp | null),kills?: (Int_comparison_exp | null),matches_played?: (Int_comparison_exp | null),player_avatar_url?: (String_comparison_exp | null),player_country?: (String_comparison_exp | null),player_custom_avatar_url?: (String_comparison_exp | null),player_name?: (String_comparison_exp | null),player_steam_id?: (String_comparison_exp | null),rating?: (float8_comparison_exp | null),rounds_played?: (Int_comparison_exp | null),team_name?: (String_comparison_exp | null),tournament_team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_inc_input {adr?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),rating?: (Scalars['float8'] | null),rounds_played?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_insert_input {adr?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_custom_avatar_url?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),rating?: (Scalars['float8'] | null),rounds_played?: (Scalars['Int'] | null),team_name?: (Scalars['String'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface tournament_leaderboard_entries_max_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_avatar_url?: boolean | number + player_country?: boolean | number + player_custom_avatar_url?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + team_name?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface tournament_leaderboard_entries_min_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + player_avatar_url?: boolean | number + player_country?: boolean | number + player_custom_avatar_url?: boolean | number + player_name?: boolean | number + player_steam_id?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + team_name?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_leaderboard_entriesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Ordering options when selecting data from "tournament_leaderboard_entries". */ +export interface tournament_leaderboard_entries_order_by {adr?: (order_by | null),assists?: (order_by | null),deaths?: (order_by | null),headshot_percentage?: (order_by | null),kdr?: (order_by | null),kills?: (order_by | null),matches_played?: (order_by | null),player_avatar_url?: (order_by | null),player_country?: (order_by | null),player_custom_avatar_url?: (order_by | null),player_name?: (order_by | null),player_steam_id?: (order_by | null),rating?: (order_by | null),rounds_played?: (order_by | null),team_name?: (order_by | null),tournament_team_id?: (order_by | null)} + + +/** input type for updating data in table "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_set_input {adr?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_custom_avatar_url?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),rating?: (Scalars['float8'] | null),rounds_played?: (Scalars['Int'] | null),team_name?: (Scalars['String'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_leaderboard_entries_stddev_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_leaderboard_entries_stddev_pop_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_leaderboard_entries_stddev_samp_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "tournament_leaderboard_entries" */ +export interface tournament_leaderboard_entries_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_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 tournament_leaderboard_entries_stream_cursor_value_input {adr?: (Scalars['float8'] | null),assists?: (Scalars['Int'] | null),deaths?: (Scalars['Int'] | null),headshot_percentage?: (Scalars['float8'] | null),kdr?: (Scalars['float8'] | null),kills?: (Scalars['Int'] | null),matches_played?: (Scalars['Int'] | null),player_avatar_url?: (Scalars['String'] | null),player_country?: (Scalars['String'] | null),player_custom_avatar_url?: (Scalars['String'] | null),player_name?: (Scalars['String'] | null),player_steam_id?: (Scalars['String'] | null),rating?: (Scalars['float8'] | null),rounds_played?: (Scalars['Int'] | null),team_name?: (Scalars['String'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_leaderboard_entries_sum_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_leaderboard_entries_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_leaderboard_entries_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_leaderboard_entries_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_leaderboard_entries_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_leaderboard_entries_var_pop_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface tournament_leaderboard_entries_var_samp_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface tournament_leaderboard_entries_variance_fieldsGenqlSelection{ + adr?: boolean | number + assists?: boolean | number + deaths?: boolean | number + headshot_percentage?: boolean | number + kdr?: boolean | number + kills?: boolean | number + matches_played?: boolean | number + rating?: boolean | number + rounds_played?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** columns and relationships of "tournament_organizer_teams" */ export interface tournament_organizer_teamsGenqlSelection{ created_at?: boolean | number @@ -106221,6 +108493,190 @@ export interface tournament_prizes_variance_fieldsGenqlSelection{ export interface tournament_prizes_variance_order_by {order?: (order_by | null)} +/** columns and relationships of "tournament_registration_unlocks" */ +export interface tournament_registration_unlocksGenqlSelection{ + created_at?: 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 +} + + +/** aggregated selection of "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_aggregateGenqlSelection{ + aggregate?: tournament_registration_unlocks_aggregate_fieldsGenqlSelection + nodes?: tournament_registration_unlocksGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_aggregate_fieldsGenqlSelection{ + avg?: tournament_registration_unlocks_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_registration_unlocks_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_registration_unlocks_max_fieldsGenqlSelection + min?: tournament_registration_unlocks_min_fieldsGenqlSelection + stddev?: tournament_registration_unlocks_stddev_fieldsGenqlSelection + stddev_pop?: tournament_registration_unlocks_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_registration_unlocks_stddev_samp_fieldsGenqlSelection + sum?: tournament_registration_unlocks_sum_fieldsGenqlSelection + var_pop?: tournament_registration_unlocks_var_pop_fieldsGenqlSelection + var_samp?: tournament_registration_unlocks_var_samp_fieldsGenqlSelection + variance?: tournament_registration_unlocks_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface tournament_registration_unlocks_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "tournament_registration_unlocks". All fields are combined with a logical 'AND'. */ +export interface tournament_registration_unlocks_bool_exp {_and?: (tournament_registration_unlocks_bool_exp[] | null),_not?: (tournament_registration_unlocks_bool_exp | null),_or?: (tournament_registration_unlocks_bool_exp[] | null),created_at?: (timestamptz_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 incrementing numeric columns in table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_inc_input {player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_insert_input {created_at?: (Scalars['timestamptz'] | 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 tournament_registration_unlocks_max_fieldsGenqlSelection{ + created_at?: boolean | number + player_steam_id?: boolean | number + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface tournament_registration_unlocks_min_fieldsGenqlSelection{ + created_at?: boolean | number + player_steam_id?: boolean | number + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_registration_unlocksGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_on_conflict {constraint: tournament_registration_unlocks_constraint,update_columns?: tournament_registration_unlocks_update_column[],where?: (tournament_registration_unlocks_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_registration_unlocks". */ +export interface tournament_registration_unlocks_order_by {created_at?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} + + +/** primary key columns input for table: tournament_registration_unlocks */ +export interface tournament_registration_unlocks_pk_columns_input {player_steam_id: Scalars['bigint'],tournament_id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_set_input {created_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_registration_unlocks_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_registration_unlocks_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_registration_unlocks_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "tournament_registration_unlocks" */ +export interface tournament_registration_unlocks_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_registration_unlocks_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_registration_unlocks_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_registration_unlocks_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_registration_unlocks_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_registration_unlocks_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_registration_unlocks_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_registration_unlocks_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_registration_unlocks_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface tournament_registration_unlocks_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface tournament_registration_unlocks_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** columns and relationships of "tournament_stage_windows" */ export interface tournament_stage_windowsGenqlSelection{ closes_at?: boolean | number @@ -107163,12 +109619,15 @@ export interface tournament_team_invites_variance_order_by {invited_by_player_st /** columns and relationships of "tournament_team_roster" */ export interface tournament_team_rosterGenqlSelection{ + checked_in_at?: boolean | number /** An object relationship */ e_team_role?: e_team_rolesGenqlSelection /** An object relationship */ player?: playersGenqlSelection player_steam_id?: boolean | number role?: boolean | number + /** A computed field, executes function "tournament_team_roster_target_eligible" */ + target_eligible?: boolean | number /** An object relationship */ tournament?: tournamentsGenqlSelection tournament_id?: boolean | number @@ -107234,7 +109693,7 @@ export interface tournament_team_roster_avg_order_by {player_steam_id?: (order_b /** 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)} +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),checked_in_at?: (timestamptz_comparison_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),target_eligible?: (Boolean_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 incrementing numeric columns in table "tournament_team_roster" */ @@ -107242,11 +109701,12 @@ export interface tournament_team_roster_inc_input {player_steam_id?: (Scalars['b /** 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)} +export interface tournament_team_roster_insert_input {checked_in_at?: (Scalars['timestamptz'] | null),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 tournament_team_roster_max_fieldsGenqlSelection{ + checked_in_at?: boolean | number player_steam_id?: boolean | number tournament_id?: boolean | number tournament_team_id?: boolean | number @@ -107256,11 +109716,12 @@ export interface tournament_team_roster_max_fieldsGenqlSelection{ /** 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)} +export interface tournament_team_roster_max_order_by {checked_in_at?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} /** aggregate min on columns */ export interface tournament_team_roster_min_fieldsGenqlSelection{ + checked_in_at?: boolean | number player_steam_id?: boolean | number tournament_id?: boolean | number tournament_team_id?: boolean | number @@ -107270,7 +109731,7 @@ export interface tournament_team_roster_min_fieldsGenqlSelection{ /** 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)} +export interface tournament_team_roster_min_order_by {checked_in_at?: (order_by | null),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" */ @@ -107289,7 +109750,7 @@ export interface tournament_team_roster_on_conflict {constraint: tournament_team /** 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)} +export interface tournament_team_roster_order_by {checked_in_at?: (order_by | null),e_team_role?: (e_team_roles_order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),role?: (order_by | null),target_eligible?: (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 */ @@ -107297,7 +109758,7 @@ export interface tournament_team_roster_pk_columns_input {player_steam_id: Scala /** 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)} +export interface tournament_team_roster_set_input {checked_in_at?: (Scalars['timestamptz'] | null),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 */ @@ -107345,7 +109806,7 @@ 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 tournament_team_roster_stream_cursor_value_input {checked_in_at?: (Scalars['timestamptz'] | null),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 */ @@ -107411,10 +109872,37 @@ export interface tournament_teamsGenqlSelection{ /** An object relationship */ captain?: playersGenqlSelection captain_steam_id?: boolean | number + /** A computed field, executes function "tournament_team_checked_in" */ + checked_in?: boolean | number + checked_in_at?: boolean | number created_at?: boolean | number /** An object relationship */ creator?: playersGenqlSelection eligible_at?: boolean | number + /** An array relationship */ + free_agents?: (tournament_free_agentsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** An aggregate relationship */ + free_agents_aggregate?: (tournament_free_agents_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) id?: boolean | number /** An array relationship */ invites?: (tournament_team_invitesGenqlSelection & { __args?: { @@ -107440,6 +109928,8 @@ export interface tournament_teamsGenqlSelection{ order_by?: (tournament_team_invites_order_by[] | null), /** filter the rows returned */ where?: (tournament_team_invites_bool_exp | null)} }) + /** Created by draft_tournament_free_agent_teams rather than registered */ + is_drafted?: boolean | number name?: boolean | number owner_steam_id?: boolean | number /** An object relationship */ @@ -107489,7 +109979,11 @@ export interface tournament_teams_aggregateGenqlSelection{ __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 {bool_and?: (tournament_teams_aggregate_bool_exp_bool_and | null),bool_or?: (tournament_teams_aggregate_bool_exp_bool_or | null),count?: (tournament_teams_aggregate_bool_exp_count | null)} + +export interface tournament_teams_aggregate_bool_exp_bool_and {arguments: tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_and_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_teams_bool_exp | null),predicate: Boolean_comparison_exp} + +export interface tournament_teams_aggregate_bool_exp_bool_or {arguments: tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_or_arguments_columns,distinct?: (Scalars['Boolean'] | null),filter?: (tournament_teams_bool_exp | null),predicate: Boolean_comparison_exp} 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} @@ -107537,7 +110031,7 @@ export interface tournament_teams_avg_order_by {captain_steam_id?: (order_by | n /** 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)} +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),checked_in?: (Boolean_comparison_exp | null),checked_in_at?: (timestamptz_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),creator?: (players_bool_exp | null),eligible_at?: (timestamptz_comparison_exp | null),free_agents?: (tournament_free_agents_bool_exp | null),free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),id?: (uuid_comparison_exp | null),invites?: (tournament_team_invites_bool_exp | null),invites_aggregate?: (tournament_team_invites_aggregate_bool_exp | null),is_drafted?: (Boolean_comparison_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 incrementing numeric columns in table "tournament_teams" */ @@ -107545,12 +110039,15 @@ export interface tournament_teams_inc_input {captain_steam_id?: (Scalars['bigint /** 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)} +export interface tournament_teams_insert_input {captain?: (players_obj_rel_insert_input | null),captain_steam_id?: (Scalars['bigint'] | null),checked_in_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),creator?: (players_obj_rel_insert_input | null),eligible_at?: (Scalars['timestamptz'] | null),free_agents?: (tournament_free_agents_arr_rel_insert_input | null),id?: (Scalars['uuid'] | null),invites?: (tournament_team_invites_arr_rel_insert_input | null), +/** Created by draft_tournament_free_agent_teams rather than registered */ +is_drafted?: (Scalars['Boolean'] | 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 tournament_teams_max_fieldsGenqlSelection{ captain_steam_id?: boolean | number + checked_in_at?: boolean | number created_at?: boolean | number eligible_at?: boolean | number id?: boolean | number @@ -107566,12 +110063,13 @@ export interface tournament_teams_max_fieldsGenqlSelection{ /** 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)} +export interface tournament_teams_max_order_by {captain_steam_id?: (order_by | null),checked_in_at?: (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 + checked_in_at?: boolean | number created_at?: boolean | number eligible_at?: boolean | number id?: boolean | number @@ -107587,7 +110085,7 @@ export interface tournament_teams_min_fieldsGenqlSelection{ /** 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)} +export interface tournament_teams_min_order_by {captain_steam_id?: (order_by | null),checked_in_at?: (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" */ @@ -107612,7 +110110,7 @@ export interface tournament_teams_on_conflict {constraint: tournament_teams_cons /** 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)} +export interface tournament_teams_order_by {can_manage?: (order_by | null),captain?: (players_order_by | null),captain_steam_id?: (order_by | null),checked_in?: (order_by | null),checked_in_at?: (order_by | null),created_at?: (order_by | null),creator?: (players_order_by | null),eligible_at?: (order_by | null),free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),id?: (order_by | null),invites_aggregate?: (tournament_team_invites_aggregate_order_by | null),is_drafted?: (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)} /** primary key columns input for table: tournament_teams */ @@ -107620,7 +110118,9 @@ 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)} +export interface tournament_teams_set_input {captain_steam_id?: (Scalars['bigint'] | null),checked_in_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null), +/** Created by draft_tournament_free_agent_teams rather than registered */ +is_drafted?: (Scalars['Boolean'] | 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 */ @@ -107674,7 +110174,9 @@ 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 tournament_teams_stream_cursor_value_input {captain_steam_id?: (Scalars['bigint'] | null),checked_in_at?: (Scalars['timestamptz'] | null),created_at?: (Scalars['timestamptz'] | null),eligible_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null), +/** Created by draft_tournament_free_agent_teams rather than registered */ +is_drafted?: (Scalars['Boolean'] | 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 */ @@ -107808,6 +110310,8 @@ export interface tournamentsGenqlSelection{ can_pause?: boolean | number /** A computed field, executes function "can_resume_tournament" */ can_resume?: boolean | number + /** A computed field, executes function "can_review_tournament_check_in" */ + can_review_check_in?: boolean | number /** A computed field, executes function "can_setup_tournament" */ can_setup?: boolean | number /** A computed field, executes function "can_start_tournament" */ @@ -107836,6 +110340,17 @@ export interface tournamentsGenqlSelection{ order_by?: (tournament_categories_order_by[] | null), /** filter the rows returned */ where?: (tournament_categories_bool_exp | null)} }) + check_in_closes_before_minutes?: boolean | number + /** When the check-in window closes; NULL until it opens */ + check_in_ends_at?: boolean | number + /** A computed field, executes function "tournament_check_in_open" */ + check_in_open?: boolean | number + check_in_opens_before_minutes?: boolean | number + check_in_required?: boolean | number + /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ + check_in_setting?: boolean | number + /** A computed field, executes function "tournament_check_in_started" */ + check_in_started?: boolean | number created_at?: boolean | number description?: boolean | number discord_guild_id?: boolean | number @@ -107857,10 +110372,35 @@ export interface tournamentsGenqlSelection{ discord_webhook?: boolean | number /** An object relationship */ e_tournament_status?: e_tournament_statusGenqlSelection + /** An array relationship */ + free_agents?: (tournament_free_agentsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) + /** An aggregate relationship */ + free_agents_aggregate?: (tournament_free_agents_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_free_agents_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_free_agents_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_free_agents_bool_exp | null)} }) /** A computed field, executes function "tournament_has_min_teams" */ has_min_teams?: boolean | number homepage?: boolean | number id?: boolean | number + invite_only?: boolean | number is_league?: boolean | number /** A computed field, executes function "is_tournament_organizer" */ is_organizer?: boolean | number @@ -107873,13 +110413,22 @@ export interface tournamentsGenqlSelection{ logo?: boolean | number longitude?: boolean | number match_options_id?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + /** A computed field, executes function "meets_min_role" */ + meets_min_role?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + min_role?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number name?: boolean | number /** An object relationship */ options?: match_optionsGenqlSelection + /** A computed field, executes function "tournament_organizer_registration_passcode" */ + organizer_registration_passcode?: boolean | number organizer_steam_id?: boolean | number /** An array relationship */ organizer_teams?: (tournament_organizer_teamsGenqlSelection & { __args?: { @@ -107977,6 +110526,12 @@ export interface tournamentsGenqlSelection{ order_by?: (tournament_prizes_order_by[] | null), /** filter the rows returned */ where?: (tournament_prizes_bool_exp | null)} }) + /** Preferred server regions for hosted matches */ + regions?: boolean | number + registration_passcode?: boolean | number + registration_type?: boolean | number + /** A computed field, executes function "tournament_registration_unlocked_for_session" */ + registration_unlocked?: boolean | number /** An array relationship */ results?: (v_team_tournament_resultsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -108148,12 +110703,18 @@ on_conflict?: (tournaments_on_conflict | null)} /** aggregate avg on columns */ export interface tournaments_avg_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108161,24 +110722,34 @@ export interface tournaments_avg_fieldsGenqlSelection{ /** order by avg() on columns of table "tournaments" */ -export interface tournaments_avg_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_avg_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),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),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),created_at?: (timestamptz_comparison_exp | null),description?: (String_comparison_exp | null),discord_guild_id?: (String_comparison_exp | null),discord_notifications_enabled?: (Boolean_comparison_exp | null),discord_notify_Canceled?: (Boolean_comparison_exp | null),discord_notify_Finished?: (Boolean_comparison_exp | null),discord_notify_Forfeit?: (Boolean_comparison_exp | null),discord_notify_Live?: (Boolean_comparison_exp | null),discord_notify_MapPaused?: (Boolean_comparison_exp | null),discord_notify_PickingPlayers?: (Boolean_comparison_exp | null),discord_notify_Scheduled?: (Boolean_comparison_exp | null),discord_notify_Surrendered?: (Boolean_comparison_exp | null),discord_notify_Tie?: (Boolean_comparison_exp | null),discord_notify_Veto?: (Boolean_comparison_exp | null),discord_notify_WaitingForCheckIn?: (Boolean_comparison_exp | null),discord_notify_WaitingForServer?: (Boolean_comparison_exp | null),discord_role_id?: (String_comparison_exp | null),discord_voice_enabled?: (Boolean_comparison_exp | null),discord_webhook?: (String_comparison_exp | null),e_tournament_status?: (e_tournament_status_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),results?: (v_team_tournament_results_bool_exp | null),results_aggregate?: (v_team_tournament_results_aggregate_bool_exp | null),rosters?: (tournament_team_roster_bool_exp | null),rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),scheduling_mode?: (String_comparison_exp | null),stages?: (tournament_stages_bool_exp | null),stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),start?: (timestamptz_comparison_exp | null),status?: (e_tournament_status_enum_comparison_exp | null),teams?: (tournament_teams_bool_exp | null),teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} +export interface tournaments_bool_exp {_and?: (tournaments_bool_exp[] | null),_not?: (tournaments_bool_exp | null),_or?: (tournaments_bool_exp[] | null),admin?: (players_bool_exp | null),auto_start?: (Boolean_comparison_exp | null),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_review_check_in?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),check_in_closes_before_minutes?: (Int_comparison_exp | null),check_in_ends_at?: (timestamptz_comparison_exp | null),check_in_open?: (Boolean_comparison_exp | null),check_in_opens_before_minutes?: (Int_comparison_exp | null),check_in_required?: (Boolean_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),check_in_started?: (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),free_agents?: (tournament_free_agents_bool_exp | null),free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_only?: (Boolean_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),meets_min_role?: (Boolean_comparison_exp | null),min_elo?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),min_role?: (e_player_roles_enum_comparison_exp | null),missed_check_in_count?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_registration_passcode?: (String_comparison_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),registration_passcode?: (String_comparison_exp | null),registration_type?: (e_tournament_registration_types_enum_comparison_exp | null),registration_unlocked?: (Boolean_comparison_exp | null),results?: (v_team_tournament_results_bool_exp | null),results_aggregate?: (v_team_tournament_results_aggregate_bool_exp | null),rosters?: (tournament_team_roster_bool_exp | null),rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),scheduling_mode?: (String_comparison_exp | null),stages?: (tournament_stages_bool_exp | null),stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),start?: (timestamptz_comparison_exp | null),status?: (e_tournament_status_enum_comparison_exp | null),teams?: (tournament_teams_bool_exp | null),teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} /** input type for incrementing numeric columns in table "tournaments" */ -export interface tournaments_inc_input {latitude?: (Scalars['float8'] | null),longitude?: (Scalars['float8'] | null),organizer_steam_id?: (Scalars['bigint'] | null)} +export interface tournaments_inc_input {check_in_closes_before_minutes?: (Scalars['Int'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),latitude?: (Scalars['float8'] | null),longitude?: (Scalars['float8'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),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),award_configs?: (tournament_awards_arr_rel_insert_input | null),awards?: (award_recipients_arr_rel_insert_input | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),categories?: (tournament_categories_arr_rel_insert_input | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),e_tournament_status?: (e_tournament_status_obj_rel_insert_input | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),league_season_division?: (league_season_divisions_obj_rel_insert_input | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizer_teams?: (tournament_organizer_teams_arr_rel_insert_input | null),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_arr_rel_insert_input | null),prizes?: (tournament_prizes_arr_rel_insert_input | null),results?: (v_team_tournament_results_arr_rel_insert_input | null),rosters?: (tournament_team_roster_arr_rel_insert_input | null),scheduling_mode?: (Scalars['String'] | null),stages?: (tournament_stages_arr_rel_insert_input | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),teams?: (tournament_teams_arr_rel_insert_input | null)} +export interface tournaments_insert_input {admin?: (players_obj_rel_insert_input | null),auto_start?: (Scalars['Boolean'] | null),award_configs?: (tournament_awards_arr_rel_insert_input | null),awards?: (award_recipients_arr_rel_insert_input | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),categories?: (tournament_categories_arr_rel_insert_input | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +/** When the check-in window closes; NULL until it opens */ +check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),check_in_required?: (Scalars['Boolean'] | null), +/** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ +check_in_setting?: (e_check_in_settings_enum | 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),free_agents?: (tournament_free_agents_arr_rel_insert_input | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),invite_only?: (Scalars['Boolean'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),league_season_division?: (league_season_divisions_obj_rel_insert_input | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),min_role?: (e_player_roles_enum | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizer_teams?: (tournament_organizer_teams_arr_rel_insert_input | null),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_arr_rel_insert_input | null),prizes?: (tournament_prizes_arr_rel_insert_input | null), +/** Preferred server regions for hosted matches */ +regions?: (Scalars['String'][] | null),registration_passcode?: (Scalars['String'] | null),registration_type?: (e_tournament_registration_types_enum | null),results?: (v_team_tournament_results_arr_rel_insert_input | null),rosters?: (tournament_team_roster_arr_rel_insert_input | null),scheduling_mode?: (Scalars['String'] | null),stages?: (tournament_stages_arr_rel_insert_input | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),teams?: (tournament_teams_arr_rel_insert_input | null)} /** aggregate max on columns */ export interface tournaments_max_fieldsGenqlSelection{ banner?: boolean | number + check_in_closes_before_minutes?: boolean | number + /** When the check-in window closes; NULL until it opens */ + check_in_ends_at?: boolean | number + check_in_opens_before_minutes?: boolean | number created_at?: boolean | number description?: boolean | number discord_guild_id?: boolean | number @@ -108191,12 +110762,21 @@ export interface tournaments_max_fieldsGenqlSelection{ logo?: boolean | number longitude?: boolean | number match_options_id?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number name?: boolean | number + /** A computed field, executes function "tournament_organizer_registration_passcode" */ + organizer_registration_passcode?: boolean | number organizer_steam_id?: boolean | number + /** Preferred server regions for hosted matches */ + regions?: boolean | number + registration_passcode?: boolean | number scheduling_mode?: boolean | number start?: boolean | number __typename?: boolean | number @@ -108205,12 +110785,20 @@ export interface tournaments_max_fieldsGenqlSelection{ /** order by max() on columns of table "tournaments" */ -export interface tournaments_max_order_by {banner?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (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)} +export interface tournaments_max_order_by {banner?: (order_by | null),check_in_closes_before_minutes?: (order_by | null), +/** When the check-in window closes; NULL until it opens */ +check_in_ends_at?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null), +/** Preferred server regions for hosted matches */ +regions?: (order_by | null),registration_passcode?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} /** aggregate min on columns */ export interface tournaments_min_fieldsGenqlSelection{ banner?: boolean | number + check_in_closes_before_minutes?: boolean | number + /** When the check-in window closes; NULL until it opens */ + check_in_ends_at?: boolean | number + check_in_opens_before_minutes?: boolean | number created_at?: boolean | number description?: boolean | number discord_guild_id?: boolean | number @@ -108223,12 +110811,21 @@ export interface tournaments_min_fieldsGenqlSelection{ logo?: boolean | number longitude?: boolean | number match_options_id?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number name?: boolean | number + /** A computed field, executes function "tournament_organizer_registration_passcode" */ + organizer_registration_passcode?: boolean | number organizer_steam_id?: boolean | number + /** Preferred server regions for hosted matches */ + regions?: boolean | number + registration_passcode?: boolean | number scheduling_mode?: boolean | number start?: boolean | number __typename?: boolean | number @@ -108237,7 +110834,11 @@ export interface tournaments_min_fieldsGenqlSelection{ /** order by min() on columns of table "tournaments" */ -export interface tournaments_min_order_by {banner?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (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)} +export interface tournaments_min_order_by {banner?: (order_by | null),check_in_closes_before_minutes?: (order_by | null), +/** When the check-in window closes; NULL until it opens */ +check_in_ends_at?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null), +/** Preferred server regions for hosted matches */ +regions?: (order_by | null),registration_passcode?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} /** response of any mutation on the table "tournaments" */ @@ -108262,7 +110863,7 @@ export interface tournaments_on_conflict {constraint: tournaments_constraint,upd /** Ordering options when selecting data from "tournaments". */ -export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),created_at?: (order_by | null),description?: (order_by | null),discord_guild_id?: (order_by | null),discord_notifications_enabled?: (order_by | null),discord_notify_Canceled?: (order_by | null),discord_notify_Finished?: (order_by | null),discord_notify_Forfeit?: (order_by | null),discord_notify_Live?: (order_by | null),discord_notify_MapPaused?: (order_by | null),discord_notify_PickingPlayers?: (order_by | null),discord_notify_Scheduled?: (order_by | null),discord_notify_Surrendered?: (order_by | null),discord_notify_Tie?: (order_by | null),discord_notify_Veto?: (order_by | null),discord_notify_WaitingForCheckIn?: (order_by | null),discord_notify_WaitingForServer?: (order_by | null),discord_role_id?: (order_by | null),discord_voice_enabled?: (order_by | null),discord_webhook?: (order_by | null),e_tournament_status?: (e_tournament_status_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_players_per_lineup?: (order_by | null),min_players_per_lineup?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),scheduling_mode?: (order_by | null),stages_aggregate?: (tournament_stages_aggregate_order_by | null),start?: (order_by | null),status?: (order_by | null),teams_aggregate?: (tournament_teams_aggregate_order_by | null)} +export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_review_check_in?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),check_in_closes_before_minutes?: (order_by | null),check_in_ends_at?: (order_by | null),check_in_open?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),check_in_required?: (order_by | null),check_in_setting?: (order_by | null),check_in_started?: (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),free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),invite_only?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),max_players_per_lineup?: (order_by | null),meets_min_role?: (order_by | null),min_elo?: (order_by | null),min_players_per_lineup?: (order_by | null),min_role?: (order_by | null),missed_check_in_count?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_registration_passcode?: (order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),regions?: (order_by | null),registration_passcode?: (order_by | null),registration_type?: (order_by | null),registration_unlocked?: (order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),scheduling_mode?: (order_by | null),stages_aggregate?: (tournament_stages_aggregate_order_by | null),start?: (order_by | null),status?: (order_by | null),teams_aggregate?: (tournament_teams_aggregate_order_by | null)} /** primary key columns input for table: tournaments */ @@ -108270,17 +110871,29 @@ 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),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} +export interface tournaments_set_input {auto_start?: (Scalars['Boolean'] | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +/** When the check-in window closes; NULL until it opens */ +check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),check_in_required?: (Scalars['Boolean'] | null), +/** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ +check_in_setting?: (e_check_in_settings_enum | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),invite_only?: (Scalars['Boolean'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),min_role?: (e_player_roles_enum | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null), +/** Preferred server regions for hosted matches */ +regions?: (Scalars['String'][] | null),registration_passcode?: (Scalars['String'] | null),registration_type?: (e_tournament_registration_types_enum | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} /** aggregate stddev on columns */ export interface tournaments_stddev_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108288,17 +110901,23 @@ export interface tournaments_stddev_fieldsGenqlSelection{ /** order by stddev() on columns of table "tournaments" */ -export interface tournaments_stddev_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_stddev_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} /** aggregate stddev_pop on columns */ export interface tournaments_stddev_pop_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108306,17 +110925,23 @@ export interface tournaments_stddev_pop_fieldsGenqlSelection{ /** order by stddev_pop() on columns of table "tournaments" */ -export interface tournaments_stddev_pop_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_stddev_pop_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} /** aggregate stddev_samp on columns */ export interface tournaments_stddev_samp_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108324,7 +110949,7 @@ export interface tournaments_stddev_samp_fieldsGenqlSelection{ /** order by stddev_samp() on columns of table "tournaments" */ -export interface tournaments_stddev_samp_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_stddev_samp_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} /** Streaming cursor of the table "tournaments" */ @@ -108336,17 +110961,29 @@ 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),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} +export interface tournaments_stream_cursor_value_input {auto_start?: (Scalars['Boolean'] | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +/** When the check-in window closes; NULL until it opens */ +check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),check_in_required?: (Scalars['Boolean'] | null), +/** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ +check_in_setting?: (e_check_in_settings_enum | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),invite_only?: (Scalars['Boolean'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),min_role?: (e_player_roles_enum | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null), +/** Preferred server regions for hosted matches */ +regions?: (Scalars['String'][] | null),registration_passcode?: (Scalars['String'] | null),registration_type?: (e_tournament_registration_types_enum | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} /** aggregate sum on columns */ export interface tournaments_sum_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108354,7 +110991,7 @@ export interface tournaments_sum_fieldsGenqlSelection{ /** order by sum() on columns of table "tournaments" */ -export interface tournaments_sum_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_sum_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} export interface tournaments_updates { /** increments the numeric columns with given value of the filtered values */ @@ -108367,12 +111004,18 @@ where: tournaments_bool_exp} /** aggregate var_pop on columns */ export interface tournaments_var_pop_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108380,17 +111023,23 @@ export interface tournaments_var_pop_fieldsGenqlSelection{ /** order by var_pop() on columns of table "tournaments" */ -export interface tournaments_var_pop_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_var_pop_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} /** aggregate var_samp on columns */ export interface tournaments_var_samp_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108398,17 +111047,23 @@ export interface tournaments_var_samp_fieldsGenqlSelection{ /** order by var_samp() on columns of table "tournaments" */ -export interface tournaments_var_samp_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_var_samp_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} /** aggregate variance on columns */ export interface tournaments_variance_fieldsGenqlSelection{ + check_in_closes_before_minutes?: boolean | number + check_in_opens_before_minutes?: boolean | number latitude?: boolean | number longitude?: boolean | number + max_elo?: boolean | number /** A computed field, executes function "tournament_max_players_per_lineup" */ max_players_per_lineup?: boolean | number + min_elo?: boolean | number /** A computed field, executes function "tournament_min_players_per_lineup" */ min_players_per_lineup?: boolean | number + /** A computed field, executes function "tournament_missed_check_in_count" */ + missed_check_in_count?: boolean | number organizer_steam_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -108416,7 +111071,7 @@ export interface tournaments_variance_fieldsGenqlSelection{ /** order by variance() on columns of table "tournaments" */ -export interface tournaments_variance_order_by {latitude?: (order_by | null),longitude?: (order_by | null),organizer_steam_id?: (order_by | null)} +export interface tournaments_variance_order_by {check_in_closes_before_minutes?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),latitude?: (order_by | null),longitude?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),organizer_steam_id?: (order_by | null)} /** columns and relationships of "utility_collection_items" */ @@ -122377,6 +125032,14 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const TournamentDraftOutput_possibleTypes: string[] = ['TournamentDraftOutput'] + export const isTournamentDraftOutput = (obj?: { __typename?: any } | null): obj is TournamentDraftOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTournamentDraftOutput"') + return TournamentDraftOutput_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"') @@ -126249,6 +128912,102 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const e_tournament_free_agent_statuses_possibleTypes: string[] = ['e_tournament_free_agent_statuses'] + export const ise_tournament_free_agent_statuses = (obj?: { __typename?: any } | null): obj is e_tournament_free_agent_statuses => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_free_agent_statuses"') + return e_tournament_free_agent_statuses_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_free_agent_statuses_aggregate_possibleTypes: string[] = ['e_tournament_free_agent_statuses_aggregate'] + export const ise_tournament_free_agent_statuses_aggregate = (obj?: { __typename?: any } | null): obj is e_tournament_free_agent_statuses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_free_agent_statuses_aggregate"') + return e_tournament_free_agent_statuses_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_free_agent_statuses_aggregate_fields_possibleTypes: string[] = ['e_tournament_free_agent_statuses_aggregate_fields'] + export const ise_tournament_free_agent_statuses_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_tournament_free_agent_statuses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_free_agent_statuses_aggregate_fields"') + return e_tournament_free_agent_statuses_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_free_agent_statuses_max_fields_possibleTypes: string[] = ['e_tournament_free_agent_statuses_max_fields'] + export const ise_tournament_free_agent_statuses_max_fields = (obj?: { __typename?: any } | null): obj is e_tournament_free_agent_statuses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_free_agent_statuses_max_fields"') + return e_tournament_free_agent_statuses_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_free_agent_statuses_min_fields_possibleTypes: string[] = ['e_tournament_free_agent_statuses_min_fields'] + export const ise_tournament_free_agent_statuses_min_fields = (obj?: { __typename?: any } | null): obj is e_tournament_free_agent_statuses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_free_agent_statuses_min_fields"') + return e_tournament_free_agent_statuses_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_free_agent_statuses_mutation_response_possibleTypes: string[] = ['e_tournament_free_agent_statuses_mutation_response'] + export const ise_tournament_free_agent_statuses_mutation_response = (obj?: { __typename?: any } | null): obj is e_tournament_free_agent_statuses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_free_agent_statuses_mutation_response"') + return e_tournament_free_agent_statuses_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_registration_types_possibleTypes: string[] = ['e_tournament_registration_types'] + export const ise_tournament_registration_types = (obj?: { __typename?: any } | null): obj is e_tournament_registration_types => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_registration_types"') + return e_tournament_registration_types_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_registration_types_aggregate_possibleTypes: string[] = ['e_tournament_registration_types_aggregate'] + export const ise_tournament_registration_types_aggregate = (obj?: { __typename?: any } | null): obj is e_tournament_registration_types_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_registration_types_aggregate"') + return e_tournament_registration_types_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_registration_types_aggregate_fields_possibleTypes: string[] = ['e_tournament_registration_types_aggregate_fields'] + export const ise_tournament_registration_types_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_tournament_registration_types_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_registration_types_aggregate_fields"') + return e_tournament_registration_types_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_registration_types_max_fields_possibleTypes: string[] = ['e_tournament_registration_types_max_fields'] + export const ise_tournament_registration_types_max_fields = (obj?: { __typename?: any } | null): obj is e_tournament_registration_types_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_registration_types_max_fields"') + return e_tournament_registration_types_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_registration_types_min_fields_possibleTypes: string[] = ['e_tournament_registration_types_min_fields'] + export const ise_tournament_registration_types_min_fields = (obj?: { __typename?: any } | null): obj is e_tournament_registration_types_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_registration_types_min_fields"') + return e_tournament_registration_types_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_tournament_registration_types_mutation_response_possibleTypes: string[] = ['e_tournament_registration_types_mutation_response'] + export const ise_tournament_registration_types_mutation_response = (obj?: { __typename?: any } | null): obj is e_tournament_registration_types_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_tournament_registration_types_mutation_response"') + return e_tournament_registration_types_mutation_response_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"') @@ -136841,6 +139600,230 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_free_agents_possibleTypes: string[] = ['tournament_free_agents'] + export const istournament_free_agents = (obj?: { __typename?: any } | null): obj is tournament_free_agents => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents"') + return tournament_free_agents_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_aggregate_possibleTypes: string[] = ['tournament_free_agents_aggregate'] + export const istournament_free_agents_aggregate = (obj?: { __typename?: any } | null): obj is tournament_free_agents_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_aggregate"') + return tournament_free_agents_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_aggregate_fields_possibleTypes: string[] = ['tournament_free_agents_aggregate_fields'] + export const istournament_free_agents_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_aggregate_fields"') + return tournament_free_agents_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_avg_fields_possibleTypes: string[] = ['tournament_free_agents_avg_fields'] + export const istournament_free_agents_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_avg_fields"') + return tournament_free_agents_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_max_fields_possibleTypes: string[] = ['tournament_free_agents_max_fields'] + export const istournament_free_agents_max_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_max_fields"') + return tournament_free_agents_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_min_fields_possibleTypes: string[] = ['tournament_free_agents_min_fields'] + export const istournament_free_agents_min_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_min_fields"') + return tournament_free_agents_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_mutation_response_possibleTypes: string[] = ['tournament_free_agents_mutation_response'] + export const istournament_free_agents_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_free_agents_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_mutation_response"') + return tournament_free_agents_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_stddev_fields_possibleTypes: string[] = ['tournament_free_agents_stddev_fields'] + export const istournament_free_agents_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_stddev_fields"') + return tournament_free_agents_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_stddev_pop_fields_possibleTypes: string[] = ['tournament_free_agents_stddev_pop_fields'] + export const istournament_free_agents_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_stddev_pop_fields"') + return tournament_free_agents_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_stddev_samp_fields_possibleTypes: string[] = ['tournament_free_agents_stddev_samp_fields'] + export const istournament_free_agents_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_stddev_samp_fields"') + return tournament_free_agents_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_sum_fields_possibleTypes: string[] = ['tournament_free_agents_sum_fields'] + export const istournament_free_agents_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_sum_fields"') + return tournament_free_agents_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_var_pop_fields_possibleTypes: string[] = ['tournament_free_agents_var_pop_fields'] + export const istournament_free_agents_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_var_pop_fields"') + return tournament_free_agents_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_var_samp_fields_possibleTypes: string[] = ['tournament_free_agents_var_samp_fields'] + export const istournament_free_agents_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_var_samp_fields"') + return tournament_free_agents_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_free_agents_variance_fields_possibleTypes: string[] = ['tournament_free_agents_variance_fields'] + export const istournament_free_agents_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_free_agents_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_free_agents_variance_fields"') + return tournament_free_agents_variance_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_possibleTypes: string[] = ['tournament_leaderboard_entries'] + export const istournament_leaderboard_entries = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries"') + return tournament_leaderboard_entries_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_aggregate_possibleTypes: string[] = ['tournament_leaderboard_entries_aggregate'] + export const istournament_leaderboard_entries_aggregate = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_aggregate"') + return tournament_leaderboard_entries_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_aggregate_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_aggregate_fields'] + export const istournament_leaderboard_entries_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_aggregate_fields"') + return tournament_leaderboard_entries_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_avg_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_avg_fields'] + export const istournament_leaderboard_entries_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_avg_fields"') + return tournament_leaderboard_entries_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_max_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_max_fields'] + export const istournament_leaderboard_entries_max_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_max_fields"') + return tournament_leaderboard_entries_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_min_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_min_fields'] + export const istournament_leaderboard_entries_min_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_min_fields"') + return tournament_leaderboard_entries_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_mutation_response_possibleTypes: string[] = ['tournament_leaderboard_entries_mutation_response'] + export const istournament_leaderboard_entries_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_mutation_response"') + return tournament_leaderboard_entries_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_stddev_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_stddev_fields'] + export const istournament_leaderboard_entries_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_stddev_fields"') + return tournament_leaderboard_entries_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_stddev_pop_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_stddev_pop_fields'] + export const istournament_leaderboard_entries_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_stddev_pop_fields"') + return tournament_leaderboard_entries_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_stddev_samp_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_stddev_samp_fields'] + export const istournament_leaderboard_entries_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_stddev_samp_fields"') + return tournament_leaderboard_entries_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_sum_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_sum_fields'] + export const istournament_leaderboard_entries_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_sum_fields"') + return tournament_leaderboard_entries_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_var_pop_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_var_pop_fields'] + export const istournament_leaderboard_entries_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_var_pop_fields"') + return tournament_leaderboard_entries_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_var_samp_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_var_samp_fields'] + export const istournament_leaderboard_entries_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_var_samp_fields"') + return tournament_leaderboard_entries_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_leaderboard_entries_variance_fields_possibleTypes: string[] = ['tournament_leaderboard_entries_variance_fields'] + export const istournament_leaderboard_entries_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries_variance_fields"') + return tournament_leaderboard_entries_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const tournament_organizer_teams_possibleTypes: string[] = ['tournament_organizer_teams'] export const istournament_organizer_teams = (obj?: { __typename?: any } | null): obj is tournament_organizer_teams => { if (!obj?.__typename) throw new Error('__typename is missing in "istournament_organizer_teams"') @@ -137113,6 +140096,118 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_registration_unlocks_possibleTypes: string[] = ['tournament_registration_unlocks'] + export const istournament_registration_unlocks = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks"') + return tournament_registration_unlocks_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_aggregate_possibleTypes: string[] = ['tournament_registration_unlocks_aggregate'] + export const istournament_registration_unlocks_aggregate = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_aggregate"') + return tournament_registration_unlocks_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_aggregate_fields_possibleTypes: string[] = ['tournament_registration_unlocks_aggregate_fields'] + export const istournament_registration_unlocks_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_aggregate_fields"') + return tournament_registration_unlocks_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_avg_fields_possibleTypes: string[] = ['tournament_registration_unlocks_avg_fields'] + export const istournament_registration_unlocks_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_avg_fields"') + return tournament_registration_unlocks_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_max_fields_possibleTypes: string[] = ['tournament_registration_unlocks_max_fields'] + export const istournament_registration_unlocks_max_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_max_fields"') + return tournament_registration_unlocks_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_min_fields_possibleTypes: string[] = ['tournament_registration_unlocks_min_fields'] + export const istournament_registration_unlocks_min_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_min_fields"') + return tournament_registration_unlocks_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_mutation_response_possibleTypes: string[] = ['tournament_registration_unlocks_mutation_response'] + export const istournament_registration_unlocks_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_mutation_response"') + return tournament_registration_unlocks_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_stddev_fields_possibleTypes: string[] = ['tournament_registration_unlocks_stddev_fields'] + export const istournament_registration_unlocks_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_stddev_fields"') + return tournament_registration_unlocks_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_stddev_pop_fields_possibleTypes: string[] = ['tournament_registration_unlocks_stddev_pop_fields'] + export const istournament_registration_unlocks_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_stddev_pop_fields"') + return tournament_registration_unlocks_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_stddev_samp_fields_possibleTypes: string[] = ['tournament_registration_unlocks_stddev_samp_fields'] + export const istournament_registration_unlocks_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_stddev_samp_fields"') + return tournament_registration_unlocks_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_sum_fields_possibleTypes: string[] = ['tournament_registration_unlocks_sum_fields'] + export const istournament_registration_unlocks_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_sum_fields"') + return tournament_registration_unlocks_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_var_pop_fields_possibleTypes: string[] = ['tournament_registration_unlocks_var_pop_fields'] + export const istournament_registration_unlocks_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_var_pop_fields"') + return tournament_registration_unlocks_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_var_samp_fields_possibleTypes: string[] = ['tournament_registration_unlocks_var_samp_fields'] + export const istournament_registration_unlocks_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_var_samp_fields"') + return tournament_registration_unlocks_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_registration_unlocks_variance_fields_possibleTypes: string[] = ['tournament_registration_unlocks_variance_fields'] + export const istournament_registration_unlocks_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_registration_unlocks_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_registration_unlocks_variance_fields"') + return tournament_registration_unlocks_variance_fields_possibleTypes.includes(obj.__typename) + } + + + 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"') @@ -144526,6 +147621,47 @@ export const enumETournamentCategoriesUpdateColumn = { value: 'value' as const } +export const enumETournamentFreeAgentStatusesConstraint = { + e_tournament_free_agent_statuses_pkey: 'e_tournament_free_agent_statuses_pkey' as const +} + +export const enumETournamentFreeAgentStatusesEnum = { + drafted: 'drafted' as const, + registered: 'registered' as const, + waitlisted: 'waitlisted' as const, + withdrawn: 'withdrawn' as const +} + +export const enumETournamentFreeAgentStatusesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumETournamentFreeAgentStatusesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumETournamentRegistrationTypesConstraint = { + e_tournament_registration_types_pkey: 'e_tournament_registration_types_pkey' as const +} + +export const enumETournamentRegistrationTypesEnum = { + both: 'both' as const, + free_agents: 'free_agents' as const, + teams: 'teams' as const +} + +export const enumETournamentRegistrationTypesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumETournamentRegistrationTypesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + export const enumETournamentStageTypesConstraint = { e_tournament_stage_types_pkey: 'e_tournament_stage_types_pkey' as const } @@ -148277,6 +151413,50 @@ export const enumTournamentCategoriesUpdateColumn = { tournament_id: 'tournament_id' as const } +export const enumTournamentFreeAgentsConstraint = { + tournament_free_agents_pkey: 'tournament_free_agents_pkey' as const, + tournament_free_agents_tournament_id_player_steam_id_key: 'tournament_free_agents_tournament_id_player_steam_id_key' as const +} + +export const enumTournamentFreeAgentsSelectColumn = { + checked_in_at: 'checked_in_at' as const, + created_at: 'created_at' as const, + id: 'id' as const, + player_steam_id: 'player_steam_id' as const, + status: 'status' as const, + tournament_id: 'tournament_id' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumTournamentFreeAgentsUpdateColumn = { + checked_in_at: 'checked_in_at' as const, + created_at: 'created_at' as const, + id: 'id' as const, + player_steam_id: 'player_steam_id' as const, + status: 'status' as const, + tournament_id: 'tournament_id' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumTournamentLeaderboardEntriesSelectColumn = { + adr: 'adr' as const, + assists: 'assists' as const, + deaths: 'deaths' as const, + headshot_percentage: 'headshot_percentage' as const, + kdr: 'kdr' as const, + kills: 'kills' as const, + matches_played: 'matches_played' as const, + player_avatar_url: 'player_avatar_url' as const, + player_country: 'player_country' as const, + player_custom_avatar_url: 'player_custom_avatar_url' as const, + player_name: 'player_name' as const, + player_steam_id: 'player_steam_id' as const, + rating: 'rating' as const, + rounds_played: 'rounds_played' as const, + team_name: 'team_name' as const, + tournament_team_id: 'tournament_team_id' as const +} + export const enumTournamentOrganizerTeamsConstraint = { tournament_organizer_teams_pkey: 'tournament_organizer_teams_pkey' as const } @@ -148331,6 +151511,22 @@ export const enumTournamentPrizesUpdateColumn = { tournament_id: 'tournament_id' as const } +export const enumTournamentRegistrationUnlocksConstraint = { + tournament_registration_unlocks_pkey: 'tournament_registration_unlocks_pkey' as const +} + +export const enumTournamentRegistrationUnlocksSelectColumn = { + created_at: 'created_at' as const, + player_steam_id: 'player_steam_id' as const, + tournament_id: 'tournament_id' as const +} + +export const enumTournamentRegistrationUnlocksUpdateColumn = { + created_at: 'created_at' as const, + player_steam_id: 'player_steam_id' as const, + 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 @@ -148433,6 +151629,7 @@ export const enumTournamentTeamRosterConstraint = { } export const enumTournamentTeamRosterSelectColumn = { + checked_in_at: 'checked_in_at' as const, player_steam_id: 'player_steam_id' as const, role: 'role' as const, tournament_id: 'tournament_id' as const, @@ -148440,6 +151637,7 @@ export const enumTournamentTeamRosterSelectColumn = { } export const enumTournamentTeamRosterUpdateColumn = { + checked_in_at: 'checked_in_at' as const, player_steam_id: 'player_steam_id' as const, role: 'role' as const, tournament_id: 'tournament_id' as const, @@ -148456,9 +151654,11 @@ export const enumTournamentTeamsConstraint = { export const enumTournamentTeamsSelectColumn = { captain_steam_id: 'captain_steam_id' as const, + checked_in_at: 'checked_in_at' as const, created_at: 'created_at' as const, eligible_at: 'eligible_at' as const, id: 'id' as const, + is_drafted: 'is_drafted' as const, name: 'name' as const, owner_steam_id: 'owner_steam_id' as const, seed: 'seed' as const, @@ -148467,11 +151667,21 @@ export const enumTournamentTeamsSelectColumn = { tournament_id: 'tournament_id' as const } +export const enumTournamentTeamsSelectColumnTournamentTeamsAggregateBoolExpBoolAndArgumentsColumns = { + is_drafted: 'is_drafted' as const +} + +export const enumTournamentTeamsSelectColumnTournamentTeamsAggregateBoolExpBoolOrArgumentsColumns = { + is_drafted: 'is_drafted' as const +} + export const enumTournamentTeamsUpdateColumn = { captain_steam_id: 'captain_steam_id' as const, + checked_in_at: 'checked_in_at' as const, created_at: 'created_at' as const, eligible_at: 'eligible_at' as const, id: 'id' as const, + is_drafted: 'is_drafted' as const, name: 'name' as const, owner_steam_id: 'owner_steam_id' as const, seed: 'seed' as const, @@ -148489,6 +151699,11 @@ export const enumTournamentsSelectColumn = { auto_start: 'auto_start' as const, awards_enabled: 'awards_enabled' as const, banner: 'banner' as const, + check_in_closes_before_minutes: 'check_in_closes_before_minutes' as const, + check_in_ends_at: 'check_in_ends_at' as const, + check_in_opens_before_minutes: 'check_in_opens_before_minutes' as const, + check_in_required: 'check_in_required' as const, + check_in_setting: 'check_in_setting' as const, created_at: 'created_at' as const, description: 'description' as const, discord_guild_id: 'discord_guild_id' as const, @@ -148510,14 +151725,21 @@ export const enumTournamentsSelectColumn = { discord_webhook: 'discord_webhook' as const, homepage: 'homepage' as const, id: 'id' as const, + invite_only: 'invite_only' as const, is_league: 'is_league' as const, latitude: 'latitude' as const, location: 'location' as const, logo: 'logo' as const, longitude: 'longitude' as const, match_options_id: 'match_options_id' as const, + max_elo: 'max_elo' as const, + min_elo: 'min_elo' as const, + min_role: 'min_role' as const, name: 'name' as const, organizer_steam_id: 'organizer_steam_id' as const, + regions: 'regions' as const, + registration_passcode: 'registration_passcode' as const, + registration_type: 'registration_type' as const, scheduling_mode: 'scheduling_mode' as const, start: 'start' as const, status: 'status' as const @@ -148531,6 +151753,7 @@ export const enumTournamentsSelectColumnTournamentsAggregateBoolExpAvgArgumentsC export const enumTournamentsSelectColumnTournamentsAggregateBoolExpBoolAndArgumentsColumns = { auto_start: 'auto_start' as const, awards_enabled: 'awards_enabled' as const, + check_in_required: 'check_in_required' as const, discord_notifications_enabled: 'discord_notifications_enabled' as const, discord_notify_Canceled: 'discord_notify_Canceled' as const, discord_notify_Finished: 'discord_notify_Finished' as const, @@ -148545,12 +151768,14 @@ 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, + invite_only: 'invite_only' as const, is_league: 'is_league' as const } export const enumTournamentsSelectColumnTournamentsAggregateBoolExpBoolOrArgumentsColumns = { auto_start: 'auto_start' as const, awards_enabled: 'awards_enabled' as const, + check_in_required: 'check_in_required' as const, discord_notifications_enabled: 'discord_notifications_enabled' as const, discord_notify_Canceled: 'discord_notify_Canceled' as const, discord_notify_Finished: 'discord_notify_Finished' as const, @@ -148565,6 +151790,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, + invite_only: 'invite_only' as const, is_league: 'is_league' as const } @@ -148607,6 +151833,11 @@ export const enumTournamentsUpdateColumn = { auto_start: 'auto_start' as const, awards_enabled: 'awards_enabled' as const, banner: 'banner' as const, + check_in_closes_before_minutes: 'check_in_closes_before_minutes' as const, + check_in_ends_at: 'check_in_ends_at' as const, + check_in_opens_before_minutes: 'check_in_opens_before_minutes' as const, + check_in_required: 'check_in_required' as const, + check_in_setting: 'check_in_setting' as const, created_at: 'created_at' as const, description: 'description' as const, discord_guild_id: 'discord_guild_id' as const, @@ -148628,14 +151859,21 @@ export const enumTournamentsUpdateColumn = { discord_webhook: 'discord_webhook' as const, homepage: 'homepage' as const, id: 'id' as const, + invite_only: 'invite_only' as const, is_league: 'is_league' as const, latitude: 'latitude' as const, location: 'location' as const, logo: 'logo' as const, longitude: 'longitude' as const, match_options_id: 'match_options_id' as const, + max_elo: 'max_elo' as const, + min_elo: 'min_elo' as const, + min_role: 'min_role' as const, name: 'name' as const, organizer_steam_id: 'organizer_steam_id' as const, + regions: 'regions' as const, + registration_passcode: 'registration_passcode' as const, + registration_type: 'registration_type' as const, scheduling_mode: 'scheduling_mode' as const, start: 'start' as const, status: 'status' as const diff --git a/generated/types.ts b/generated/types.ts index 6c7711cb0..fe3c67699 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -4,844 +4,861 @@ export default { 32, 41, 85, - 157, - 165, - 169, - 171, - 182, - 193, - 205, - 218, - 227, - 235, - 251, - 262, - 274, - 287, - 297, - 305, - 310, - 313, - 320, - 329, - 337, - 355, - 370, + 158, + 166, + 170, + 172, + 183, + 194, + 206, + 219, + 228, + 236, + 252, + 263, + 275, + 288, + 298, + 306, + 311, + 314, + 321, + 330, + 338, + 356, 371, 372, - 384, - 393, - 400, - 413, - 421, - 431, - 440, - 448, - 458, - 467, - 475, - 485, - 494, - 502, - 519, - 530, + 373, + 385, + 394, + 401, + 414, + 422, + 432, + 441, + 449, + 459, + 468, + 476, + 486, + 495, + 503, + 520, 531, 532, - 544, - 564, - 575, + 533, + 545, + 565, 576, 577, - 589, - 609, - 621, + 578, + 590, + 610, 622, 623, - 635, - 647, + 624, + 636, 648, - 657, - 661, - 667, + 649, + 658, + 662, 668, - 677, - 681, - 687, + 669, + 678, + 682, 688, - 697, - 701, - 707, + 689, + 698, + 702, 708, - 718, - 722, - 728, + 709, + 719, + 723, 729, - 739, - 743, - 749, + 730, + 740, + 744, 750, - 760, - 764, - 770, + 751, + 761, + 765, 771, - 781, - 785, - 791, + 772, + 782, + 786, 792, - 802, - 806, - 812, + 793, + 803, + 807, 813, - 822, - 826, - 832, + 814, + 823, + 827, 833, - 842, - 846, - 852, + 834, + 843, + 847, 853, - 863, - 867, - 873, + 854, + 864, + 868, 874, - 883, - 887, - 893, + 875, + 884, + 888, 894, - 903, - 907, - 913, + 895, + 904, + 908, 914, - 923, - 927, - 933, + 915, + 924, + 928, 934, - 943, - 947, - 953, + 935, + 944, + 948, 954, - 964, - 968, - 974, + 955, + 965, + 969, 975, - 985, - 989, - 995, + 976, + 986, + 990, 996, - 1006, - 1010, - 1016, + 997, + 1007, + 1011, 1017, - 1027, - 1031, - 1037, + 1018, + 1028, + 1032, 1038, - 1048, - 1052, - 1058, + 1039, + 1049, + 1053, 1059, - 1069, - 1073, - 1079, + 1060, + 1070, + 1074, 1080, - 1089, - 1093, - 1099, + 1081, + 1090, + 1094, 1100, - 1110, - 1114, - 1120, + 1101, + 1111, + 1115, 1121, - 1130, - 1134, - 1140, + 1122, + 1131, + 1135, 1141, - 1151, - 1155, - 1161, + 1142, + 1152, + 1156, 1162, - 1171, - 1175, - 1181, + 1163, + 1172, + 1176, 1182, - 1191, - 1195, - 1201, + 1183, + 1192, + 1196, 1202, - 1212, - 1216, - 1222, + 1203, + 1213, + 1217, 1223, - 1233, - 1237, - 1243, + 1224, + 1234, + 1238, 1244, - 1253, - 1257, - 1263, + 1245, + 1254, + 1258, 1264, - 1273, - 1277, - 1283, + 1265, + 1274, + 1278, 1284, - 1293, - 1297, - 1303, + 1285, + 1294, + 1298, 1304, - 1313, - 1317, - 1323, + 1305, + 1314, + 1318, 1324, - 1333, - 1337, - 1343, + 1325, + 1334, + 1338, 1344, - 1354, - 1358, - 1364, + 1345, + 1355, + 1359, 1365, - 1374, - 1378, - 1384, + 1366, + 1375, + 1379, 1385, - 1394, - 1398, - 1404, + 1386, + 1395, + 1399, 1405, - 1414, - 1418, - 1424, + 1406, + 1415, + 1419, 1425, - 1434, - 1438, - 1444, + 1426, + 1435, + 1439, 1445, - 1455, - 1459, - 1465, + 1446, + 1456, + 1460, 1466, - 1475, - 1479, - 1485, + 1467, + 1476, + 1480, 1486, - 1495, - 1499, - 1505, + 1487, + 1496, + 1500, 1506, - 1516, - 1520, - 1526, + 1507, + 1517, + 1521, 1527, - 1537, - 1541, - 1547, + 1528, + 1538, + 1542, 1548, + 1549, 1558, 1562, 1568, 1569, - 1578, - 1582, - 1588, + 1579, + 1583, 1589, - 1599, - 1603, - 1609, + 1590, + 1600, + 1604, 1610, - 1619, - 1623, - 1629, + 1611, + 1620, + 1624, 1630, - 1639, - 1643, - 1649, - 1650, - 1659, - 1663, - 1669, - 1670, - 1679, - 1683, - 1689, - 1690, - 1699, - 1703, - 1709, - 1710, - 1719, - 1723, - 1729, - 1730, - 1739, - 1743, - 1749, - 1757, + 1631, + 1641, + 1645, + 1651, + 1652, + 1661, + 1665, + 1671, + 1672, + 1681, + 1685, + 1691, + 1692, + 1701, + 1705, + 1711, + 1712, + 1721, + 1725, + 1731, + 1732, + 1741, + 1745, + 1751, + 1752, 1761, - 1773, - 1795, - 1806, - 1818, - 1826, - 1838, - 1856, - 1867, - 1879, - 1897, - 1908, - 1920, - 1936, - 1946, + 1765, + 1771, + 1772, + 1781, + 1785, + 1791, + 1799, + 1803, + 1815, + 1837, + 1848, + 1860, + 1868, + 1880, + 1898, + 1909, + 1921, + 1939, 1950, - 1960, - 1970, - 1974, - 1981, - 1991, - 1999, - 2004, - 2011, - 2020, - 2028, + 1962, + 1978, + 1988, + 1992, + 2002, + 2012, + 2016, + 2023, + 2033, + 2041, 2046, - 2061, + 2053, 2062, - 2063, - 2075, - 2087, - 2096, - 2100, - 2106, - 2114, - 2118, - 2132, - 2143, - 2144, - 2145, - 2157, - 2171, - 2184, - 2192, - 2207, - 2217, - 2218, - 2219, - 2223, - 2238, - 2254, - 2255, - 2256, - 2268, - 2282, + 2070, + 2088, + 2103, + 2104, + 2105, + 2117, + 2129, + 2138, + 2142, + 2148, + 2156, + 2160, + 2174, + 2185, + 2186, + 2187, + 2199, + 2213, + 2226, + 2234, + 2249, + 2259, + 2260, + 2261, + 2265, + 2280, 2296, - 2304, - 2315, - 2328, - 2336, - 2345, - 2347, - 2349, - 2363, - 2381, - 2391, - 2399, - 2414, - 2425, - 2437, - 2455, - 2466, - 2478, - 2496, - 2507, - 2519, - 2535, - 2546, + 2297, + 2298, + 2310, + 2324, + 2338, + 2346, + 2357, + 2370, + 2378, + 2388, + 2390, + 2392, + 2406, + 2424, + 2434, + 2442, + 2457, + 2468, + 2480, + 2498, + 2509, + 2521, + 2539, 2550, - 2558, - 2572, - 2580, - 2595, - 2606, - 2618, - 2636, - 2647, - 2659, - 2677, - 2689, - 2701, - 2713, - 2722, - 2726, + 2562, + 2578, + 2589, + 2593, + 2601, + 2615, + 2623, + 2638, + 2649, + 2661, + 2679, + 2690, + 2702, + 2720, 2732, - 2741, - 2745, - 2759, - 2770, - 2771, - 2772, + 2744, + 2756, + 2765, + 2769, + 2775, 2784, - 2797, - 2809, + 2788, + 2802, 2813, - 2819, - 2828, - 2832, - 2844, - 2855, + 2814, + 2815, + 2827, + 2840, + 2852, 2856, - 2857, - 2861, - 2873, - 2885, - 2897, + 2862, + 2871, + 2875, + 2887, + 2898, + 2899, + 2900, + 2904, 2916, - 2931, - 2943, - 2963, + 2928, + 2940, + 2959, 2974, - 2975, - 2976, - 2988, + 2986, 3006, + 3017, 3018, - 3030, - 3051, - 3067, - 3068, - 3069, - 3081, - 3099, + 3019, + 3031, + 3049, + 3061, + 3073, + 3094, 3110, - 3122, - 3140, - 3150, - 3151, - 3152, - 3156, - 3168, - 3180, - 3192, - 3212, - 3224, - 3225, - 3226, - 3238, - 3256, - 3266, + 3111, + 3112, + 3124, + 3142, + 3153, + 3165, + 3183, + 3193, + 3194, + 3195, + 3199, + 3211, + 3223, + 3235, + 3255, 3267, 3268, - 3272, - 3287, - 3302, - 3303, - 3304, - 3316, - 3328, - 3336, - 3340, - 3354, - 3366, - 3367, - 3368, - 3380, - 3392, - 3400, - 3404, - 3431, - 3432, - 3433, - 3457, - 3466, + 3269, + 3281, + 3299, + 3309, + 3310, + 3311, + 3315, + 3330, + 3345, + 3346, + 3347, + 3359, + 3371, + 3379, + 3383, + 3397, + 3409, + 3410, + 3411, + 3423, + 3435, + 3443, + 3447, 3474, - 3484, - 3493, - 3501, - 3519, - 3534, - 3535, + 3475, + 3476, + 3500, + 3509, + 3517, + 3527, 3536, - 3548, - 3556, - 3558, - 3569, - 3580, - 3592, - 3605, - 3615, + 3544, + 3562, + 3577, + 3578, + 3579, + 3591, + 3599, + 3601, + 3612, 3623, - 3633, - 3642, - 3650, - 3665, + 3635, + 3648, + 3658, + 3666, 3676, - 3688, + 3685, + 3693, 3708, 3719, - 3720, - 3721, - 3733, - 3749, - 3769, - 3780, + 3731, + 3751, + 3762, + 3763, + 3764, + 3776, 3792, - 3805, - 3814, - 3822, - 3837, + 3812, + 3823, + 3835, 3848, - 3860, + 3857, + 3865, 3880, 3891, - 3892, - 3893, - 3905, + 3903, + 3923, + 3934, 3935, - 3946, - 3958, - 3966, - 3977, + 3936, + 3948, 3978, - 3979, - 3991, - 4010, - 4032, - 4043, - 4055, - 4071, - 4097, - 4124, - 4135, - 4147, - 4163, - 4183, - 4194, + 3989, + 4001, + 4009, + 4020, + 4021, + 4022, + 4034, + 4053, + 4075, + 4086, + 4098, + 4114, + 4140, + 4167, + 4178, + 4190, 4206, - 4224, - 4235, - 4247, - 4275, - 4286, - 4287, - 4288, - 4289, + 4226, + 4237, + 4249, + 4267, + 4278, 4290, - 4291, - 4292, - 4293, - 4294, - 4306, - 4319, + 4318, 4329, + 4330, + 4331, + 4332, + 4333, + 4334, + 4335, + 4336, 4337, - 4348, - 4361, - 4369, - 4379, - 4388, - 4396, - 4411, + 4349, + 4362, + 4372, + 4380, + 4391, + 4404, + 4412, 4422, - 4434, - 4452, - 4463, - 4475, - 4499, - 4521, - 4531, - 4539, - 4549, - 4558, - 4566, - 4576, - 4585, - 4593, - 4611, - 4621, - 4631, - 4639, - 4649, - 4658, - 4666, - 4684, - 4700, + 4431, + 4439, + 4454, + 4465, + 4477, + 4495, + 4506, + 4518, + 4542, + 4564, + 4574, + 4582, + 4592, + 4601, + 4609, + 4619, + 4628, + 4636, + 4654, + 4664, + 4674, + 4682, + 4692, 4701, - 4702, - 4714, - 4726, - 4734, - 4738, - 4740, - 4750, - 4760, - 4764, - 4771, + 4709, + 4727, + 4743, + 4744, + 4745, + 4757, + 4769, + 4777, 4781, - 4789, - 4799, - 4808, - 4816, - 4831, + 4783, + 4793, + 4803, + 4807, + 4814, + 4824, + 4832, 4842, - 4854, + 4851, + 4859, 4874, 4885, - 4886, - 4887, - 4899, - 4912, - 4921, + 4897, + 4917, + 4928, 4929, - 4944, - 4954, + 4930, + 4942, 4955, - 4956, - 4960, + 4964, 4972, - 4983, - 4995, + 4987, + 4997, + 4998, + 4999, + 5003, 5015, - 5027, - 5028, - 5029, - 5041, - 5054, - 5064, + 5026, + 5038, + 5058, + 5070, + 5071, 5072, - 5082, - 5091, - 5099, - 5116, - 5128, - 5129, - 5130, + 5084, + 5097, + 5107, + 5115, + 5125, + 5134, 5142, - 5150, - 5152, - 5153, - 5165, - 5177, - 5189, - 5209, - 5221, - 5222, - 5223, - 5235, - 5251, - 5261, + 5159, + 5171, + 5172, + 5173, + 5185, + 5193, + 5195, + 5196, + 5208, + 5220, + 5232, + 5252, + 5264, 5265, - 5275, - 5285, - 5289, - 5301, - 5312, - 5324, - 5342, - 5353, - 5365, - 5383, - 5394, - 5406, - 5427, - 5443, - 5444, - 5445, - 5457, - 5475, - 5486, - 5498, - 5516, - 5527, - 5539, - 5557, - 5569, - 5581, - 5611, - 5623, - 5624, - 5625, - 5626, - 5627, - 5628, - 5629, - 5630, - 5631, + 5266, + 5278, + 5294, + 5304, + 5308, + 5320, + 5331, + 5343, + 5362, + 5382, + 5392, + 5396, + 5408, + 5419, + 5431, + 5449, + 5460, + 5472, + 5485, + 5494, + 5502, + 5517, + 5528, + 5540, + 5561, + 5577, + 5578, + 5579, + 5591, + 5609, + 5620, 5632, - 5633, - 5645, - 5663, - 5674, - 5686, - 5699, - 5709, - 5717, - 5727, - 5736, - 5744, - 5754, + 5650, + 5661, + 5673, + 5693, + 5705, + 5706, + 5707, + 5719, + 5749, + 5761, + 5762, 5763, + 5764, + 5765, + 5766, + 5767, + 5768, + 5769, + 5770, 5771, - 5796, - 5807, - 5808, - 5809, - 5810, - 5811, + 5783, + 5801, 5812, - 5813, - 5814, - 5815, - 5827, - 5840, - 5850, - 5858, - 5873, - 5884, - 5896, - 5924, - 5935, - 5936, - 5937, - 5938, - 5939, - 5940, - 5941, - 5942, - 5943, - 5955, - 5976, - 5991, - 5992, - 5993, - 6005, - 6033, - 6044, - 6045, - 6046, - 6047, - 6048, - 6049, - 6050, - 6051, - 6052, - 6064, - 6082, + 5824, + 5837, + 5847, + 5855, + 5865, + 5874, + 5882, + 5892, + 5901, + 5909, + 5934, + 5945, + 5946, + 5947, + 5948, + 5949, + 5950, + 5951, + 5952, + 5953, + 5965, + 5978, + 5988, + 5996, + 6011, + 6022, + 6034, + 6062, + 6073, + 6074, + 6075, + 6076, + 6077, + 6078, + 6079, + 6080, + 6081, 6093, - 6105, - 6136, - 6152, - 6153, - 6154, - 6155, - 6156, - 6157, - 6158, - 6159, - 6160, - 6161, - 6162, - 6174, + 6114, + 6129, + 6130, + 6131, + 6143, + 6171, + 6182, + 6183, + 6184, + 6185, + 6186, 6187, - 6196, - 6204, - 6219, - 6230, - 6242, - 6255, - 6265, - 6273, - 6288, + 6188, + 6189, + 6190, + 6202, + 6220, + 6231, + 6243, + 6274, + 6290, + 6291, + 6292, + 6293, + 6294, + 6295, + 6296, + 6297, + 6298, 6299, - 6311, - 6331, - 6343, - 6344, - 6345, + 6300, + 6312, + 6325, + 6334, + 6342, 6357, - 6365, - 6394, - 6395, - 6396, - 6397, - 6398, - 6399, - 6400, - 6401, - 6402, - 6427, - 6453, - 6496, - 6497, - 6498, - 6499, - 6500, - 6501, - 6502, + 6368, + 6380, + 6393, + 6403, + 6411, + 6426, + 6437, + 6449, + 6469, + 6481, + 6482, + 6483, + 6495, 6503, - 6504, + 6532, 6533, - 6561, - 6586, - 6604, - 6622, - 6643, - 6663, - 6689, - 6714, - 6732, - 6768, - 6769, - 6770, - 6771, - 6772, - 6773, - 6774, - 6775, - 6776, + 6534, + 6535, + 6536, + 6537, + 6538, + 6539, + 6540, + 6565, + 6591, + 6634, + 6635, + 6636, + 6637, + 6638, + 6639, + 6640, + 6641, + 6642, + 6671, + 6699, + 6724, + 6742, + 6760, + 6781, 6801, - 6819, - 6837, - 6865, - 6892, + 6827, + 6852, + 6870, + 6906, + 6907, + 6908, + 6909, 6910, - 6928, - 6954, - 6979, - 6997, - 7015, - 7042, - 7043, - 7044, - 7057, - 7077, - 7097, - 7127, - 7139, - 7140, - 7141, - 7142, - 7143, - 7144, - 7145, - 7146, - 7147, - 7159, - 7193, - 7194, + 6911, + 6912, + 6913, + 6914, + 6939, + 6957, + 6975, + 7003, + 7030, + 7048, + 7066, + 7092, + 7117, + 7135, + 7153, + 7180, + 7181, + 7182, 7195, - 7196, - 7197, - 7198, - 7199, - 7200, - 7201, - 7244, - 7245, - 7246, - 7247, - 7248, - 7249, - 7250, - 7251, - 7252 + 7215, + 7235, + 7265, + 7277, + 7278, + 7279, + 7280, + 7281, + 7282, + 7283, + 7284, + 7285, + 7297, + 7331, + 7332, + 7333, + 7334, + 7335, + 7336, + 7337, + 7338, + 7339, + 7382, + 7383, + 7384, + 7385, + 7386, + 7387, + 7388, + 7389, + 7390 ], "types": { "ActiveConnection": { @@ -858,7 +875,7 @@ export default { 85 ], "query_start": [ - 5152 + 5195 ], "state": [ 85 @@ -887,7 +904,7 @@ export default { 85 ], "query_start": [ - 5152 + 5195 ], "state": [ 85 @@ -944,22 +961,22 @@ export default { 85 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -971,7 +988,7 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ 85 @@ -982,7 +999,7 @@ export default { }, "AwardRecipient": { "award_id": [ - 6365 + 6503 ], "awarded_by_steam_id": [ 85 @@ -991,7 +1008,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -1006,13 +1023,13 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -1090,7 +1107,7 @@ export default { 41 ], "payload": [ - 2349 + 2392 ], "start_ms": [ 41 @@ -1124,7 +1141,7 @@ export default { 85 ], "match_map_id": [ - 6365 + 6503 ], "output": [ 9 @@ -1184,13 +1201,13 @@ export default { }, "CpuStat": { "time": [ - 5152 + 5195 ], "total": [ - 310 + 311 ], "used": [ - 310 + 311 ], "window": [ 32 @@ -1201,7 +1218,7 @@ export default { }, "CreateClipRenderOutput": { "job_id": [ - 6365 + 6503 ], "success": [ 6 @@ -1212,7 +1229,7 @@ export default { }, "CreateDraftGameOutput": { "draftGameId": [ - 6365 + 6503 ], "__typename": [ 85 @@ -1220,7 +1237,7 @@ export default { }, "CreateScheduledMatchOutput": { "matchId": [ - 6365 + 6503 ], "__typename": [ 85 @@ -1376,7 +1393,7 @@ export default { 23 ], "time": [ - 5152 + 5195 ], "__typename": [ 85 @@ -1402,7 +1419,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mode": [ 85 @@ -1470,7 +1487,7 @@ export default { 85 ], "size": [ - 310 + 311 ], "__typename": [ 85 @@ -1481,7 +1498,7 @@ export default { 6 ], "modified": [ - 5152 + 5195 ], "name": [ 85 @@ -1490,7 +1507,7 @@ export default { 85 ], "size": [ - 310 + 311 ], "type": [ 85 @@ -1585,7 +1602,7 @@ export default { 35 ], "time": [ - 5152 + 5195 ], "__typename": [ 85 @@ -1838,7 +1855,7 @@ export default { 85 ], "player": [ - 4516 + 4559 ], "profile_url": [ 85 @@ -1855,13 +1872,13 @@ export default { }, "MemoryStat": { "time": [ - 5152 + 5195 ], "total": [ - 310 + 311 ], "used": [ - 310 + 311 ], "__typename": [ 85 @@ -1872,7 +1889,7 @@ export default { 53 ], "time": [ - 5152 + 5195 ], "__typename": [ 85 @@ -1892,7 +1909,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "published_at": [ 85 @@ -1913,7 +1930,7 @@ export default { 85 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -1924,10 +1941,10 @@ export default { 85 ], "rx": [ - 310 + 311 ], "tx": [ - 310 + 311 ], "__typename": [ 85 @@ -2084,7 +2101,7 @@ export default { }, "PreviewTournamentMatchResetOutput": { "impacts": [ - 112 + 113 ], "__typename": [ 85 @@ -2700,16 +2717,16 @@ export default { 41 ], "last_analyze": [ - 5152 + 5195 ], "last_autoanalyze": [ - 5152 + 5195 ], "last_autovacuum": [ - 5152 + 5195 ], "last_vacuum": [ - 5152 + 5195 ], "n_dead_tup": [ 41 @@ -2926,7 +2943,7 @@ export default { 41 ], "pluginsBySlug": [ - 2349 + 2392 ], "pluginsManual": [ 41 @@ -3247,7 +3264,7 @@ export default { 85 ], "next_start": [ - 5152 + 5195 ], "__typename": [ 85 @@ -3269,13 +3286,13 @@ export default { }, "TournamentAward": { "award_id": [ - 6365 + 6503 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -3287,7 +3304,15 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 + ], + "__typename": [ + 85 + ] + }, + "TournamentDraftOutput": { + "teams_created": [ + 41 ], "__typename": [ 85 @@ -3295,7 +3320,7 @@ export default { }, "TournamentMatchResetImpact": { "bracket_id": [ - 6365 + 6503 ], "depth": [ 41 @@ -3304,7 +3329,7 @@ export default { 6 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 @@ -3336,7 +3361,7 @@ export default { 85 ], "results": [ - 114 + 115 ], "__typename": [ 85 @@ -3353,7 +3378,7 @@ export default { 32 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3378,7 +3403,7 @@ export default { 41 ], "scan_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3420,7 +3445,7 @@ export default { 6 ], "errors": [ - 118 + 119 ], "failed": [ 41 @@ -3457,7 +3482,7 @@ export default { }, "UtilityLineupOutput": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3514,7 +3539,7 @@ export default { 85 ], "results": [ - 125 + 126 ], "__typename": [ 85 @@ -3551,7 +3576,7 @@ export default { 85 ], "results": [ - 127 + 128 ], "__typename": [ 85 @@ -3579,7 +3604,7 @@ export default { }, "UtilityPlaybookOutput": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3596,7 +3621,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3648,7 +3673,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3659,7 +3684,7 @@ export default { 6 ], "entries": [ - 131 + 132 ], "message": [ 85 @@ -3673,7 +3698,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "in_use": [ 6 @@ -3690,7 +3715,7 @@ export default { }, "UtilityPracticeServersOutput": { "servers": [ - 133 + 134 ], "__typename": [ 85 @@ -3698,13 +3723,13 @@ export default { }, "UtilityPracticeSessionOutput": { "id": [ - 6365 + 6503 ], "invite_code": [ 85 ], "match_id": [ - 6365 + 6503 ], "status": [ 85 @@ -3721,7 +3746,7 @@ export default { 6 ], "session_id": [ - 6365 + 6503 ], "switching": [ 6 @@ -3771,7 +3796,7 @@ export default { 85 ], "render_id": [ - 6365 + 6503 ], "status": [ 85 @@ -3844,7 +3869,7 @@ export default { 85 ], "results": [ - 144 + 145 ], "threshold": [ 32 @@ -3924,7 +3949,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -3935,7 +3960,7 @@ export default { 6 ], "entries": [ - 146 + 147 ], "message": [ 85 @@ -3949,7 +3974,7 @@ export default { 6 ], "by_type": [ - 149 + 150 ], "landed": [ 41 @@ -4032,7 +4057,7 @@ export default { 6 ], "last_delivered_at": [ - 5153 + 5196 ], "managed_by_environment": [ 6 @@ -4044,7 +4069,7 @@ export default { 41 ], "platforms": [ - 151 + 152 ], "players": [ 41 @@ -4058,10 +4083,10 @@ export default { }, "_map_pool": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4069,10 +4094,10 @@ export default { }, "_map_pool_aggregate": { "aggregate": [ - 155 + 156 ], "nodes": [ - 153 + 154 ], "__typename": [ 85 @@ -4083,7 +4108,7 @@ export default { 41, { "columns": [ - 165, + 166, "[_map_pool_select_column!]" ], "distinct": [ @@ -4092,10 +4117,10 @@ export default { } ], "max": [ - 159 + 160 ], "min": [ - 160 + 161 ], "__typename": [ 85 @@ -4103,19 +4128,19 @@ export default { }, "_map_pool_bool_exp": { "_and": [ - 156 + 157 ], "_not": [ - 156 + 157 ], "_or": [ - 156 + 157 ], "map_id": [ - 6367 + 6505 ], "map_pool_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -4124,10 +4149,10 @@ export default { "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4135,10 +4160,10 @@ export default { }, "_map_pool_max_fields": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4146,10 +4171,10 @@ export default { }, "_map_pool_min_fields": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4160,7 +4185,7 @@ export default { 41 ], "returning": [ - 153 + 154 ], "__typename": [ 85 @@ -4168,13 +4193,13 @@ export default { }, "_map_pool_on_conflict": { "constraint": [ - 157 + 158 ], "update_columns": [ - 169 + 170 ], "where": [ - 156 + 157 ], "__typename": [ 85 @@ -4182,10 +4207,10 @@ export default { }, "_map_pool_order_by": { "map_id": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4193,10 +4218,10 @@ export default { }, "_map_pool_pk_columns_input": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4205,10 +4230,10 @@ export default { "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4216,10 +4241,10 @@ export default { }, "_map_pool_stream_cursor_input": { "initial_value": [ - 168 + 169 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -4227,10 +4252,10 @@ export default { }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4239,10 +4264,10 @@ export default { "_map_pool_update_column": {}, "_map_pool_updates": { "_set": [ - 166 + 167 ], "where": [ - 156 + 157 ], "__typename": [ 85 @@ -4251,19 +4276,19 @@ export default { "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4271,10 +4296,10 @@ export default { }, "abandoned_matches_aggregate": { "aggregate": [ - 176 + 177 ], "nodes": [ - 172 + 173 ], "__typename": [ 85 @@ -4282,7 +4307,7 @@ export default { }, "abandoned_matches_aggregate_bool_exp": { "count": [ - 175 + 176 ], "__typename": [ 85 @@ -4290,13 +4315,13 @@ export default { }, "abandoned_matches_aggregate_bool_exp_count": { "arguments": [ - 193 + 194 ], "distinct": [ 6 ], "filter": [ - 181 + 182 ], "predicate": [ 42 @@ -4307,13 +4332,13 @@ export default { }, "abandoned_matches_aggregate_fields": { "avg": [ - 179 + 180 ], "count": [ 41, { "columns": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "distinct": [ @@ -4322,31 +4347,31 @@ export default { } ], "max": [ - 185 + 186 ], "min": [ - 187 + 188 ], "stddev": [ - 195 + 196 ], "stddev_pop": [ - 197 + 198 ], "stddev_samp": [ - 199 + 200 ], "sum": [ - 203 + 204 ], "var_pop": [ - 207 + 208 ], "var_samp": [ - 209 + 210 ], "variance": [ - 211 + 212 ], "__typename": [ 85 @@ -4354,37 +4379,37 @@ export default { }, "abandoned_matches_aggregate_order_by": { "avg": [ - 180 + 181 ], "count": [ - 3558 + 3601 ], "max": [ - 186 + 187 ], "min": [ - 188 + 189 ], "stddev": [ - 196 + 197 ], "stddev_pop": [ - 198 + 199 ], "stddev_samp": [ - 200 + 201 ], "sum": [ - 204 + 205 ], "var_pop": [ - 208 + 209 ], "var_samp": [ - 210 + 211 ], "variance": [ - 212 + 213 ], "__typename": [ 85 @@ -4392,10 +4417,10 @@ export default { }, "abandoned_matches_arr_rel_insert_input": { "data": [ - 184 + 185 ], "on_conflict": [ - 190 + 191 ], "__typename": [ 85 @@ -4411,7 +4436,7 @@ export default { }, "abandoned_matches_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4419,28 +4444,28 @@ export default { }, "abandoned_matches_bool_exp": { "_and": [ - 181 + 182 ], "_not": [ - 181 + 182 ], "_or": [ - 181 + 182 ], "abandoned_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -4449,7 +4474,7 @@ export default { "abandoned_matches_constraint": {}, "abandoned_matches_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4457,19 +4482,19 @@ export default { }, "abandoned_matches_insert_input": { "abandoned_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4477,16 +4502,16 @@ export default { }, "abandoned_matches_max_fields": { "abandoned_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4494,16 +4519,16 @@ export default { }, "abandoned_matches_max_order_by": { "abandoned_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4511,16 +4536,16 @@ export default { }, "abandoned_matches_min_fields": { "abandoned_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4528,16 +4553,16 @@ export default { }, "abandoned_matches_min_order_by": { "abandoned_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4548,7 +4573,7 @@ export default { 41 ], "returning": [ - 172 + 173 ], "__typename": [ 85 @@ -4556,13 +4581,13 @@ export default { }, "abandoned_matches_on_conflict": { "constraint": [ - 182 + 183 ], "update_columns": [ - 205 + 206 ], "where": [ - 181 + 182 ], "__typename": [ 85 @@ -4570,19 +4595,19 @@ export default { }, "abandoned_matches_order_by": { "abandoned_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4590,7 +4615,7 @@ export default { }, "abandoned_matches_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -4599,16 +4624,16 @@ export default { "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4624,7 +4649,7 @@ export default { }, "abandoned_matches_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4640,7 +4665,7 @@ export default { }, "abandoned_matches_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4656,7 +4681,7 @@ export default { }, "abandoned_matches_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4664,10 +4689,10 @@ export default { }, "abandoned_matches_stream_cursor_input": { "initial_value": [ - 202 + 203 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -4675,16 +4700,16 @@ export default { }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4692,7 +4717,7 @@ export default { }, "abandoned_matches_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4700,7 +4725,7 @@ export default { }, "abandoned_matches_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4709,13 +4734,13 @@ export default { "abandoned_matches_update_column": {}, "abandoned_matches_updates": { "_inc": [ - 183 + 184 ], "_set": [ - 194 + 195 ], "where": [ - 181 + 182 ], "__typename": [ 85 @@ -4731,7 +4756,7 @@ export default { }, "abandoned_matches_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4747,7 +4772,7 @@ export default { }, "abandoned_matches_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4763,7 +4788,7 @@ export default { }, "abandoned_matches_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -4771,19 +4796,19 @@ export default { }, "api_keys": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "last_used_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4791,10 +4816,10 @@ export default { }, "api_keys_aggregate": { "aggregate": [ - 215 + 216 ], "nodes": [ - 213 + 214 ], "__typename": [ 85 @@ -4802,13 +4827,13 @@ export default { }, "api_keys_aggregate_fields": { "avg": [ - 216 + 217 ], "count": [ 41, { "columns": [ - 227, + 228, "[api_keys_select_column!]" ], "distinct": [ @@ -4817,31 +4842,31 @@ export default { } ], "max": [ - 221 + 222 ], "min": [ - 222 + 223 ], "stddev": [ - 229 + 230 ], "stddev_pop": [ - 230 + 231 ], "stddev_samp": [ - 231 + 232 ], "sum": [ - 234 + 235 ], "var_pop": [ - 237 + 238 ], "var_samp": [ - 238 + 239 ], "variance": [ - 239 + 240 ], "__typename": [ 85 @@ -4857,28 +4882,28 @@ export default { }, "api_keys_bool_exp": { "_and": [ - 217 + 218 ], "_not": [ - 217 + 218 ], "_or": [ - 217 + 218 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "label": [ 87 ], "last_used_at": [ - 5154 + 5197 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -4887,7 +4912,7 @@ export default { "api_keys_constraint": {}, "api_keys_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4895,19 +4920,19 @@ export default { }, "api_keys_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "last_used_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4915,19 +4940,19 @@ export default { }, "api_keys_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "last_used_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4935,19 +4960,19 @@ export default { }, "api_keys_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "last_used_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -4958,7 +4983,7 @@ export default { 41 ], "returning": [ - 213 + 214 ], "__typename": [ 85 @@ -4966,13 +4991,13 @@ export default { }, "api_keys_on_conflict": { "constraint": [ - 218 + 219 ], "update_columns": [ - 235 + 236 ], "where": [ - 217 + 218 ], "__typename": [ 85 @@ -4980,19 +5005,19 @@ export default { }, "api_keys_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "last_used_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5000,7 +5025,7 @@ export default { }, "api_keys_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5009,19 +5034,19 @@ export default { "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "last_used_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -5053,10 +5078,10 @@ export default { }, "api_keys_stream_cursor_input": { "initial_value": [ - 233 + 234 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -5064,19 +5089,19 @@ export default { }, "api_keys_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "last_used_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -5084,7 +5109,7 @@ export default { }, "api_keys_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -5093,13 +5118,13 @@ export default { "api_keys_update_column": {}, "api_keys_updates": { "_inc": [ - 219 + 220 ], "_set": [ - 228 + 229 ], "where": [ - 217 + 218 ], "__typename": [ 85 @@ -5131,7 +5156,7 @@ export default { }, "approve_league_season_movements_args": { "_league_season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5139,34 +5164,34 @@ export default { }, "award_recipients": { "award": [ - 282 + 283 ], "award_id": [ - 6365 + 6503 ], "awarded_by": [ - 4516 + 4559 ], "awarded_by_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season": [ - 2552 + 2595 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -5178,40 +5203,40 @@ export default { 85 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "season": [ - 4616 + 4659 ], "season_id": [ - 6365 + 6503 ], "source": [ - 648 + 649 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "tournament": [ - 5589 + 5727 ], "tournament_award": [ - 5155 + 5198 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team": [ - 5547 + 5681 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5219,10 +5244,10 @@ export default { }, "award_recipients_aggregate": { "aggregate": [ - 245 + 246 ], "nodes": [ - 241 + 242 ], "__typename": [ 85 @@ -5230,7 +5255,7 @@ export default { }, "award_recipients_aggregate_bool_exp": { "count": [ - 244 + 245 ], "__typename": [ 85 @@ -5238,13 +5263,13 @@ export default { }, "award_recipients_aggregate_bool_exp_count": { "arguments": [ - 262 + 263 ], "distinct": [ 6 ], "filter": [ - 250 + 251 ], "predicate": [ 42 @@ -5255,13 +5280,13 @@ export default { }, "award_recipients_aggregate_fields": { "avg": [ - 248 + 249 ], "count": [ 41, { "columns": [ - 262, + 263, "[award_recipients_select_column!]" ], "distinct": [ @@ -5270,31 +5295,31 @@ export default { } ], "max": [ - 254 + 255 ], "min": [ - 256 + 257 ], "stddev": [ - 264 + 265 ], "stddev_pop": [ - 266 + 267 ], "stddev_samp": [ - 268 + 269 ], "sum": [ - 272 + 273 ], "var_pop": [ - 276 + 277 ], "var_samp": [ - 278 + 279 ], "variance": [ - 280 + 281 ], "__typename": [ 85 @@ -5302,37 +5327,37 @@ export default { }, "award_recipients_aggregate_order_by": { "avg": [ - 249 + 250 ], "count": [ - 3558 + 3601 ], "max": [ - 255 + 256 ], "min": [ - 257 + 258 ], "stddev": [ - 265 + 266 ], "stddev_pop": [ - 267 + 268 ], "stddev_samp": [ - 269 + 270 ], "sum": [ - 273 + 274 ], "var_pop": [ - 277 + 278 ], "var_samp": [ - 279 + 280 ], "variance": [ - 281 + 282 ], "__typename": [ 85 @@ -5340,10 +5365,10 @@ export default { }, "award_recipients_arr_rel_insert_input": { "data": [ - 253 + 254 ], "on_conflict": [ - 259 + 260 ], "__typename": [ 85 @@ -5365,13 +5390,13 @@ export default { }, "award_recipients_avg_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5379,43 +5404,43 @@ export default { }, "award_recipients_bool_exp": { "_and": [ - 250 + 251 ], "_not": [ - 250 + 251 ], "_or": [ - 250 + 251 ], "award": [ - 286 + 287 ], "award_id": [ - 6367 + 6505 ], "awarded_by": [ - 4520 + 4563 ], "awarded_by_steam_id": [ - 312 + 313 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "id": [ - 6367 + 6505 ], "league_season": [ - 2557 + 2600 ], "league_season_id": [ - 6367 + 6505 ], "note": [ 87 @@ -5427,40 +5452,40 @@ export default { 87 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "season": [ - 4620 + 4663 ], "season_id": [ - 6367 + 6505 ], "source": [ - 649 + 650 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "tournament": [ - 5610 + 5748 ], "tournament_award": [ - 5164 + 5207 ], "tournament_id": [ - 6367 + 6505 ], "tournament_team": [ - 5556 + 5692 ], "tournament_team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -5469,13 +5494,13 @@ export default { "award_recipients_constraint": {}, "award_recipients_inc_input": { "awarded_by_steam_id": [ - 310 + 311 ], "placement": [ 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -5483,34 +5508,34 @@ export default { }, "award_recipients_insert_input": { "award": [ - 293 + 294 ], "award_id": [ - 6365 + 6503 ], "awarded_by": [ - 4527 + 4570 ], "awarded_by_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season": [ - 2567 + 2610 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -5519,40 +5544,40 @@ export default { 41 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "season": [ - 4627 + 4670 ], "season_id": [ - 6365 + 6503 ], "source": [ - 648 + 649 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "tournament": [ - 5619 + 5757 ], "tournament_award": [ - 5173 + 5216 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team": [ - 5565 + 5701 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5560,22 +5585,22 @@ export default { }, "award_recipients_max_fields": { "award_id": [ - 6365 + 6503 ], "awarded_by_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -5587,19 +5612,19 @@ export default { 85 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5607,46 +5632,46 @@ export default { }, "award_recipients_max_order_by": { "award_id": [ - 3558 + 3601 ], "awarded_by_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "placement_tier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5654,22 +5679,22 @@ export default { }, "award_recipients_min_fields": { "award_id": [ - 6365 + 6503 ], "awarded_by_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -5681,19 +5706,19 @@ export default { 85 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5701,46 +5726,46 @@ export default { }, "award_recipients_min_order_by": { "award_id": [ - 3558 + 3601 ], "awarded_by_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "placement_tier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5751,7 +5776,7 @@ export default { 41 ], "returning": [ - 241 + 242 ], "__typename": [ 85 @@ -5759,13 +5784,13 @@ export default { }, "award_recipients_on_conflict": { "constraint": [ - 251 + 252 ], "update_columns": [ - 274 + 275 ], "where": [ - 250 + 251 ], "__typename": [ 85 @@ -5773,79 +5798,79 @@ export default { }, "award_recipients_order_by": { "award": [ - 295 + 296 ], "award_id": [ - 3558 + 3601 ], "awarded_by": [ - 4529 + 4572 ], "awarded_by_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season": [ - 2569 + 2612 ], "league_season_id": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "placement_tier": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "season": [ - 4629 + 4672 ], "season_id": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_award": [ - 5175 + 5218 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team": [ - 5567 + 5703 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5853,7 +5878,7 @@ export default { }, "award_recipients_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5862,22 +5887,22 @@ export default { "award_recipients_select_column": {}, "award_recipients_set_input": { "award_id": [ - 6365 + 6503 ], "awarded_by_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -5886,22 +5911,22 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "source": [ - 648 + 649 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -5923,13 +5948,13 @@ export default { }, "award_recipients_stddev_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5951,13 +5976,13 @@ export default { }, "award_recipients_stddev_pop_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5979,13 +6004,13 @@ export default { }, "award_recipients_stddev_samp_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -5993,10 +6018,10 @@ export default { }, "award_recipients_stream_cursor_input": { "initial_value": [ - 271 + 272 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -6004,22 +6029,22 @@ export default { }, "award_recipients_stream_cursor_value_input": { "award_id": [ - 6365 + 6503 ], "awarded_by_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -6031,22 +6056,22 @@ export default { 85 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "source": [ - 648 + 649 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -6054,13 +6079,13 @@ export default { }, "award_recipients_sum_fields": { "awarded_by_steam_id": [ - 310 + 311 ], "placement": [ 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -6068,13 +6093,13 @@ export default { }, "award_recipients_sum_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -6083,13 +6108,13 @@ export default { "award_recipients_update_column": {}, "award_recipients_updates": { "_inc": [ - 252 + 253 ], "_set": [ - 263 + 264 ], "where": [ - 250 + 251 ], "__typename": [ 85 @@ -6111,13 +6136,13 @@ export default { }, "award_recipients_var_pop_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -6139,13 +6164,13 @@ export default { }, "award_recipients_var_samp_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -6167,13 +6192,13 @@ export default { }, "award_recipients_variance_order_by": { "awarded_by_steam_id": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -6184,43 +6209,43 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by": [ - 4516 + 4559 ], "created_by_steam_id": [ - 310 + 311 ], "description": [ 85 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season": [ - 2552 + 2595 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "recipients": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -6230,19 +6255,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "recipients_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -6252,19 +6277,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "season": [ - 4616 + 4659 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -6273,16 +6298,16 @@ export default { 85 ], "tier": [ - 668 + 669 ], "tournament": [ - 5589 + 5727 ], "tournament_configs": [ - 5155, + 5198, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -6292,19 +6317,19 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "tournament_configs_aggregate": [ - 5156, + 5199, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -6314,19 +6339,19 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -6334,10 +6359,10 @@ export default { }, "awards_aggregate": { "aggregate": [ - 284 + 285 ], "nodes": [ - 282 + 283 ], "__typename": [ 85 @@ -6345,13 +6370,13 @@ export default { }, "awards_aggregate_fields": { "avg": [ - 285 + 286 ], "count": [ 41, { "columns": [ - 297, + 298, "[awards_select_column!]" ], "distinct": [ @@ -6360,31 +6385,31 @@ export default { } ], "max": [ - 290 + 291 ], "min": [ - 291 + 292 ], "stddev": [ - 299 + 300 ], "stddev_pop": [ - 300 + 301 ], "stddev_samp": [ - 301 + 302 ], "sum": [ - 304 + 305 ], "var_pop": [ - 307 + 308 ], "var_samp": [ - 308 + 309 ], "variance": [ - 309 + 310 ], "__typename": [ 85 @@ -6403,61 +6428,61 @@ export default { }, "awards_bool_exp": { "_and": [ - 286 + 287 ], "_not": [ - 286 + 287 ], "_or": [ - 286 + 287 ], "allow_multiple": [ 7 ], "created_at": [ - 5154 + 5197 ], "created_by": [ - 4520 + 4563 ], "created_by_steam_id": [ - 312 + 313 ], "description": [ 87 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "id": [ - 6367 + 6505 ], "image_url": [ 87 ], "league_season": [ - 2557 + 2600 ], "league_season_id": [ - 6367 + 6505 ], "name": [ 87 ], "recipients": [ - 250 + 251 ], "recipients_aggregate": [ - 243 + 244 ], "season": [ - 4620 + 4663 ], "season_id": [ - 6367 + 6505 ], "silhouette": [ 42 @@ -6466,22 +6491,22 @@ export default { 87 ], "tier": [ - 669 + 670 ], "tournament": [ - 5610 + 5748 ], "tournament_configs": [ - 5164 + 5207 ], "tournament_configs_aggregate": [ - 5157 + 5200 ], "tournament_id": [ - 6367 + 6505 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -6490,7 +6515,7 @@ export default { "awards_constraint": {}, "awards_inc_input": { "created_by_steam_id": [ - 310 + 311 ], "silhouette": [ 41 @@ -6504,46 +6529,46 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by": [ - 4527 + 4570 ], "created_by_steam_id": [ - 310 + 311 ], "description": [ 85 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season": [ - 2567 + 2610 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "recipients": [ - 247 + 248 ], "season": [ - 4627 + 4670 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -6552,19 +6577,19 @@ export default { 85 ], "tier": [ - 668 + 669 ], "tournament": [ - 5619 + 5757 ], "tournament_configs": [ - 5161 + 5204 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -6572,31 +6597,31 @@ export default { }, "awards_max_fields": { "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "description": [ 85 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -6605,10 +6630,10 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -6616,31 +6641,31 @@ export default { }, "awards_min_fields": { "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "description": [ 85 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -6649,10 +6674,10 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -6663,7 +6688,7 @@ export default { 41 ], "returning": [ - 282 + 283 ], "__typename": [ 85 @@ -6671,10 +6696,10 @@ export default { }, "awards_obj_rel_insert_input": { "data": [ - 289 + 290 ], "on_conflict": [ - 294 + 295 ], "__typename": [ 85 @@ -6682,13 +6707,13 @@ export default { }, "awards_on_conflict": { "constraint": [ - 287 + 288 ], "update_columns": [ - 305 + 306 ], "where": [ - 286 + 287 ], "__typename": [ 85 @@ -6696,70 +6721,70 @@ export default { }, "awards_order_by": { "allow_multiple": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "created_by": [ - 4529 + 4572 ], "created_by_steam_id": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "image_url": [ - 3558 + 3601 ], "league_season": [ - 2569 + 2612 ], "league_season_id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "recipients_aggregate": [ - 246 + 247 ], "season": [ - 4629 + 4672 ], "season_id": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "system_key": [ - 3558 + 3601 ], "tier": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_configs_aggregate": [ - 5160 + 5203 ], "tournament_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -6767,7 +6792,7 @@ export default { }, "awards_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -6779,31 +6804,31 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "description": [ 85 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -6812,13 +6837,13 @@ export default { 85 ], "tier": [ - 668 + 669 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -6859,10 +6884,10 @@ export default { }, "awards_stream_cursor_input": { "initial_value": [ - 303 + 304 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -6873,31 +6898,31 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "description": [ 85 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85 ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -6906,13 +6931,13 @@ export default { 85 ], "tier": [ - 668 + 669 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -6920,7 +6945,7 @@ export default { }, "awards_sum_fields": { "created_by_steam_id": [ - 310 + 311 ], "silhouette": [ 41 @@ -6932,13 +6957,13 @@ export default { "awards_update_column": {}, "awards_updates": { "_inc": [ - 288 + 289 ], "_set": [ - 298 + 299 ], "where": [ - 286 + 287 ], "__typename": [ 85 @@ -6980,37 +7005,37 @@ export default { "bigint": {}, "bigint_array_comparison_exp": { "_contained_in": [ - 310 + 311 ], "_contains": [ - 310 + 311 ], "_eq": [ - 310 + 311 ], "_gt": [ - 310 + 311 ], "_gte": [ - 310 + 311 ], "_in": [ - 310 + 311 ], "_is_null": [ 6 ], "_lt": [ - 310 + 311 ], "_lte": [ - 310 + 311 ], "_neq": [ - 310 + 311 ], "_nin": [ - 310 + 311 ], "__typename": [ 85 @@ -7018,31 +7043,31 @@ export default { }, "bigint_comparison_exp": { "_eq": [ - 310 + 311 ], "_gt": [ - 310 + 311 ], "_gte": [ - 310 + 311 ], "_in": [ - 310 + 311 ], "_is_null": [ 6 ], "_lt": [ - 310 + 311 ], "_lte": [ - 310 + 311 ], "_neq": [ - 310 + 311 ], "_nin": [ - 310 + 311 ], "__typename": [ 85 @@ -7051,31 +7076,31 @@ export default { "bytea": {}, "bytea_comparison_exp": { "_eq": [ - 313 + 314 ], "_gt": [ - 313 + 314 ], "_gte": [ - 313 + 314 ], "_in": [ - 313 + 314 ], "_is_null": [ 6 ], "_lt": [ - 313 + 314 ], "_lte": [ - 313 + 314 ], "_neq": [ - 313 + 314 ], "_nin": [ - 313 + 314 ], "__typename": [ 85 @@ -7083,10 +7108,10 @@ export default { }, "chat_read_state": { "last_read_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7097,10 +7122,10 @@ export default { }, "chat_read_state_aggregate": { "aggregate": [ - 317 + 318 ], "nodes": [ - 315 + 316 ], "__typename": [ 85 @@ -7108,13 +7133,13 @@ export default { }, "chat_read_state_aggregate_fields": { "avg": [ - 318 + 319 ], "count": [ 41, { "columns": [ - 329, + 330, "[chat_read_state_select_column!]" ], "distinct": [ @@ -7123,31 +7148,31 @@ export default { } ], "max": [ - 323 + 324 ], "min": [ - 324 + 325 ], "stddev": [ - 331 + 332 ], "stddev_pop": [ - 332 + 333 ], "stddev_samp": [ - 333 + 334 ], "sum": [ - 336 + 337 ], "var_pop": [ - 339 + 340 ], "var_samp": [ - 340 + 341 ], "variance": [ - 341 + 342 ], "__typename": [ 85 @@ -7163,19 +7188,19 @@ export default { }, "chat_read_state_bool_exp": { "_and": [ - 319 + 320 ], "_not": [ - 319 + 320 ], "_or": [ - 319 + 320 ], "last_read_at": [ - 5154 + 5197 ], "steam_id": [ - 312 + 313 ], "thread": [ 87 @@ -7187,7 +7212,7 @@ export default { "chat_read_state_constraint": {}, "chat_read_state_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -7195,10 +7220,10 @@ export default { }, "chat_read_state_insert_input": { "last_read_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7209,10 +7234,10 @@ export default { }, "chat_read_state_max_fields": { "last_read_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7223,10 +7248,10 @@ export default { }, "chat_read_state_min_fields": { "last_read_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7240,7 +7265,7 @@ export default { 41 ], "returning": [ - 315 + 316 ], "__typename": [ 85 @@ -7248,13 +7273,13 @@ export default { }, "chat_read_state_on_conflict": { "constraint": [ - 320 + 321 ], "update_columns": [ - 337 + 338 ], "where": [ - 319 + 320 ], "__typename": [ 85 @@ -7262,13 +7287,13 @@ export default { }, "chat_read_state_order_by": { "last_read_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "thread": [ - 3558 + 3601 ], "__typename": [ 85 @@ -7276,7 +7301,7 @@ export default { }, "chat_read_state_pk_columns_input": { "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7288,10 +7313,10 @@ export default { "chat_read_state_select_column": {}, "chat_read_state_set_input": { "last_read_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7326,10 +7351,10 @@ export default { }, "chat_read_state_stream_cursor_input": { "initial_value": [ - 335 + 336 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -7337,10 +7362,10 @@ export default { }, "chat_read_state_stream_cursor_value_input": { "last_read_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "thread": [ 85 @@ -7351,7 +7376,7 @@ export default { }, "chat_read_state_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -7360,13 +7385,13 @@ export default { "chat_read_state_update_column": {}, "chat_read_state_updates": { "_inc": [ - 321 + 322 ], "_set": [ - 330 + 331 ], "where": [ - 319 + 320 ], "__typename": [ 85 @@ -7398,49 +7423,49 @@ export default { }, "clip_render_jobs": { "clip": [ - 2863 + 2906 ], "clip_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "error_message": [ 85 ], "game_server_node": [ - 2225 + 2267 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "match_map": [ - 3158 + 3201 ], "match_map_demo": [ - 3038 + 3081 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "paused": [ 6 ], "progress": [ - 3556 + 3599 ], "session_token": [ 85 @@ -7449,7 +7474,7 @@ export default { 41 ], "spec": [ - 2349, + 2392, { "path": [ 85 @@ -7460,7 +7485,7 @@ export default { 85 ], "status_history": [ - 2349, + 2392, { "path": [ 85 @@ -7468,10 +7493,10 @@ export default { } ], "user": [ - 4516 + 4559 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -7479,10 +7504,10 @@ export default { }, "clip_render_jobs_aggregate": { "aggregate": [ - 348 + 349 ], "nodes": [ - 342 + 343 ], "__typename": [ 85 @@ -7490,13 +7515,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp": { "bool_and": [ - 345 + 346 ], "bool_or": [ - 346 + 347 ], "count": [ - 347 + 348 ], "__typename": [ 85 @@ -7504,13 +7529,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp_bool_and": { "arguments": [ - 371 + 372 ], "distinct": [ 6 ], "filter": [ - 354 + 355 ], "predicate": [ 7 @@ -7521,13 +7546,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp_bool_or": { "arguments": [ - 372 + 373 ], "distinct": [ 6 ], "filter": [ - 354 + 355 ], "predicate": [ 7 @@ -7538,13 +7563,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp_count": { "arguments": [ - 370 + 371 ], "distinct": [ 6 ], "filter": [ - 354 + 355 ], "predicate": [ 42 @@ -7555,13 +7580,13 @@ export default { }, "clip_render_jobs_aggregate_fields": { "avg": [ - 352 + 353 ], "count": [ 41, { "columns": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "distinct": [ @@ -7570,31 +7595,31 @@ export default { } ], "max": [ - 361 + 362 ], "min": [ - 363 + 364 ], "stddev": [ - 374 + 375 ], "stddev_pop": [ - 376 + 377 ], "stddev_samp": [ - 378 + 379 ], "sum": [ - 382 + 383 ], "var_pop": [ - 386 + 387 ], "var_samp": [ - 388 + 389 ], "variance": [ - 390 + 391 ], "__typename": [ 85 @@ -7602,37 +7627,37 @@ export default { }, "clip_render_jobs_aggregate_order_by": { "avg": [ - 353 + 354 ], "count": [ - 3558 + 3601 ], "max": [ - 362 + 363 ], "min": [ - 364 + 365 ], "stddev": [ - 375 + 376 ], "stddev_pop": [ - 377 + 378 ], "stddev_samp": [ - 379 + 380 ], "sum": [ - 383 + 384 ], "var_pop": [ - 387 + 388 ], "var_samp": [ - 389 + 390 ], "variance": [ - 391 + 392 ], "__typename": [ 85 @@ -7640,10 +7665,10 @@ export default { }, "clip_render_jobs_append_input": { "spec": [ - 2349 + 2392 ], "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -7651,10 +7676,10 @@ export default { }, "clip_render_jobs_arr_rel_insert_input": { "data": [ - 360 + 361 ], "on_conflict": [ - 366 + 367 ], "__typename": [ 85 @@ -7676,13 +7701,13 @@ export default { }, "clip_render_jobs_avg_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -7690,58 +7715,58 @@ export default { }, "clip_render_jobs_bool_exp": { "_and": [ - 354 + 355 ], "_not": [ - 354 + 355 ], "_or": [ - 354 + 355 ], "clip": [ - 2872 + 2915 ], "clip_id": [ - 6367 + 6505 ], "created_at": [ - 5154 + 5197 ], "error_message": [ 87 ], "game_server_node": [ - 2237 + 2279 ], "game_server_node_id": [ 87 ], "id": [ - 6367 + 6505 ], "k8s_job_name": [ 87 ], "last_status_at": [ - 5154 + 5197 ], "match_map": [ - 3167 + 3210 ], "match_map_demo": [ - 3050 + 3093 ], "match_map_demo_id": [ - 6367 + 6505 ], "match_map_id": [ - 6367 + 6505 ], "paused": [ 7 ], "progress": [ - 3557 + 3600 ], "session_token": [ 87 @@ -7750,19 +7775,19 @@ export default { 42 ], "spec": [ - 2351 + 2394 ], "status": [ 87 ], "status_history": [ - 2351 + 2394 ], "user": [ - 4520 + 4563 ], "user_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -7804,13 +7829,13 @@ export default { }, "clip_render_jobs_inc_input": { "progress": [ - 3556 + 3599 ], "sort_index": [ 41 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -7818,49 +7843,49 @@ export default { }, "clip_render_jobs_insert_input": { "clip": [ - 2881 + 2924 ], "clip_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "error_message": [ 85 ], "game_server_node": [ - 2249 + 2291 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "match_map": [ - 3176 + 3219 ], "match_map_demo": [ - 3062 + 3105 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "paused": [ 6 ], "progress": [ - 3556 + 3599 ], "session_token": [ 85 @@ -7869,19 +7894,19 @@ export default { 41 ], "spec": [ - 2349 + 2392 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "user": [ - 4527 + 4570 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -7889,10 +7914,10 @@ export default { }, "clip_render_jobs_max_fields": { "clip_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -7901,22 +7926,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "progress": [ - 3556 + 3599 ], "session_token": [ 85 @@ -7928,7 +7953,7 @@ export default { 85 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -7936,46 +7961,46 @@ export default { }, "clip_render_jobs_max_order_by": { "clip_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "session_token": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -7983,10 +8008,10 @@ export default { }, "clip_render_jobs_min_fields": { "clip_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -7995,22 +8020,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "progress": [ - 3556 + 3599 ], "session_token": [ 85 @@ -8022,7 +8047,7 @@ export default { 85 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -8030,46 +8055,46 @@ export default { }, "clip_render_jobs_min_order_by": { "clip_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "session_token": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8080,7 +8105,7 @@ export default { 41 ], "returning": [ - 342 + 343 ], "__typename": [ 85 @@ -8088,13 +8113,13 @@ export default { }, "clip_render_jobs_on_conflict": { "constraint": [ - 355 + 356 ], "update_columns": [ - 384 + 385 ], "where": [ - 354 + 355 ], "__typename": [ 85 @@ -8102,70 +8127,70 @@ export default { }, "clip_render_jobs_order_by": { "clip": [ - 2883 + 2926 ], "clip_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node": [ - 2251 + 2293 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_demo": [ - 3064 + 3107 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "paused": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "session_token": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "spec": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "status_history": [ - 3558 + 3601 ], "user": [ - 4529 + 4572 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8173,7 +8198,7 @@ export default { }, "clip_render_jobs_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -8181,10 +8206,10 @@ export default { }, "clip_render_jobs_prepend_input": { "spec": [ - 2349 + 2392 ], "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -8195,10 +8220,10 @@ export default { "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, "clip_render_jobs_set_input": { "clip_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -8207,25 +8232,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "paused": [ 6 ], "progress": [ - 3556 + 3599 ], "session_token": [ 85 @@ -8234,16 +8259,16 @@ export default { 41 ], "spec": [ - 2349 + 2392 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -8265,13 +8290,13 @@ export default { }, "clip_render_jobs_stddev_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8293,13 +8318,13 @@ export default { }, "clip_render_jobs_stddev_pop_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8321,13 +8346,13 @@ export default { }, "clip_render_jobs_stddev_samp_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8335,10 +8360,10 @@ export default { }, "clip_render_jobs_stream_cursor_input": { "initial_value": [ - 381 + 382 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -8346,10 +8371,10 @@ export default { }, "clip_render_jobs_stream_cursor_value_input": { "clip_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -8358,25 +8383,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "paused": [ 6 ], "progress": [ - 3556 + 3599 ], "session_token": [ 85 @@ -8385,16 +8410,16 @@ export default { 41 ], "spec": [ - 2349 + 2392 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -8402,13 +8427,13 @@ export default { }, "clip_render_jobs_sum_fields": { "progress": [ - 3556 + 3599 ], "sort_index": [ 41 ], "user_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -8416,13 +8441,13 @@ export default { }, "clip_render_jobs_sum_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8431,28 +8456,28 @@ export default { "clip_render_jobs_update_column": {}, "clip_render_jobs_updates": { "_append": [ - 350 + 351 ], "_delete_at_path": [ - 356 + 357 ], "_delete_elem": [ - 357 + 358 ], "_delete_key": [ - 358 + 359 ], "_inc": [ - 359 + 360 ], "_prepend": [ - 369 + 370 ], "_set": [ - 373 + 374 ], "where": [ - 354 + 355 ], "__typename": [ 85 @@ -8474,13 +8499,13 @@ export default { }, "clip_render_jobs_var_pop_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8502,13 +8527,13 @@ export default { }, "clip_render_jobs_var_samp_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8530,13 +8555,13 @@ export default { }, "clip_render_jobs_variance_order_by": { "progress": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -8544,7 +8569,7 @@ export default { }, "clone_league_season_args": { "_league_season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -8553,10 +8578,10 @@ export default { "cursor_ordering": {}, "custom_pages": { "created_at": [ - 5153 + 5196 ], "deployments": [ - 2349, + 2392, { "path": [ 85 @@ -8573,7 +8598,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_default": [ 6 @@ -8600,7 +8625,7 @@ export default { 85 ], "required_role": [ - 1284 + 1285 ], "slug": [ 85 @@ -8609,7 +8634,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -8617,10 +8642,10 @@ export default { }, "custom_pages_aggregate": { "aggregate": [ - 396 + 397 ], "nodes": [ - 394 + 395 ], "__typename": [ 85 @@ -8628,13 +8653,13 @@ export default { }, "custom_pages_aggregate_fields": { "avg": [ - 398 + 399 ], "count": [ 41, { "columns": [ - 413, + 414, "[custom_pages_select_column!]" ], "distinct": [ @@ -8643,31 +8668,31 @@ export default { } ], "max": [ - 406 + 407 ], "min": [ - 407 + 408 ], "stddev": [ - 415 + 416 ], "stddev_pop": [ - 416 + 417 ], "stddev_samp": [ - 417 + 418 ], "sum": [ - 420 + 421 ], "var_pop": [ - 423 + 424 ], "var_samp": [ - 424 + 425 ], "variance": [ - 425 + 426 ], "__typename": [ 85 @@ -8675,7 +8700,7 @@ export default { }, "custom_pages_append_input": { "deployments": [ - 2349 + 2392 ], "__typename": [ 85 @@ -8691,19 +8716,19 @@ export default { }, "custom_pages_bool_exp": { "_and": [ - 399 + 400 ], "_not": [ - 399 + 400 ], "_or": [ - 399 + 400 ], "created_at": [ - 5154 + 5197 ], "deployments": [ - 2351 + 2394 ], "enabled": [ 7 @@ -8715,7 +8740,7 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "is_default": [ 7 @@ -8742,7 +8767,7 @@ export default { 87 ], "required_role": [ - 1285 + 1286 ], "slug": [ 87 @@ -8751,7 +8776,7 @@ export default { 87 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -8792,10 +8817,10 @@ export default { }, "custom_pages_insert_input": { "created_at": [ - 5153 + 5196 ], "deployments": [ - 2349 + 2392 ], "enabled": [ 6 @@ -8807,7 +8832,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_default": [ 6 @@ -8834,7 +8859,7 @@ export default { 85 ], "required_role": [ - 1284 + 1285 ], "slug": [ 85 @@ -8843,7 +8868,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -8851,7 +8876,7 @@ export default { }, "custom_pages_max_fields": { "created_at": [ - 5153 + 5196 ], "exposed_module": [ 85 @@ -8860,7 +8885,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "manifest_url": [ 85 @@ -8890,7 +8915,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -8898,7 +8923,7 @@ export default { }, "custom_pages_min_fields": { "created_at": [ - 5153 + 5196 ], "exposed_module": [ 85 @@ -8907,7 +8932,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "manifest_url": [ 85 @@ -8937,7 +8962,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -8948,7 +8973,7 @@ export default { 41 ], "returning": [ - 394 + 395 ], "__typename": [ 85 @@ -8956,13 +8981,13 @@ export default { }, "custom_pages_on_conflict": { "constraint": [ - 400 + 401 ], "update_columns": [ - 421 + 422 ], "where": [ - 399 + 400 ], "__typename": [ 85 @@ -8970,58 +8995,58 @@ export default { }, "custom_pages_order_by": { "created_at": [ - 3558 + 3601 ], "deployments": [ - 3558 + 3601 ], "enabled": [ - 3558 + 3601 ], "exposed_module": [ - 3558 + 3601 ], "icon": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_default": [ - 3558 + 3601 ], "manifest_url": [ - 3558 + 3601 ], "nav_group": [ - 3558 + 3601 ], "nav_order": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "profile_tab_label": [ - 3558 + 3601 ], "remote_entry_url": [ - 3558 + 3601 ], "remote_scope": [ - 3558 + 3601 ], "required_role": [ - 3558 + 3601 ], "slug": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -9029,7 +9054,7 @@ export default { }, "custom_pages_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -9037,7 +9062,7 @@ export default { }, "custom_pages_prepend_input": { "deployments": [ - 2349 + 2392 ], "__typename": [ 85 @@ -9046,10 +9071,10 @@ export default { "custom_pages_select_column": {}, "custom_pages_set_input": { "created_at": [ - 5153 + 5196 ], "deployments": [ - 2349 + 2392 ], "enabled": [ 6 @@ -9061,7 +9086,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_default": [ 6 @@ -9088,7 +9113,7 @@ export default { 85 ], "required_role": [ - 1284 + 1285 ], "slug": [ 85 @@ -9097,7 +9122,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -9129,10 +9154,10 @@ export default { }, "custom_pages_stream_cursor_input": { "initial_value": [ - 419 + 420 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -9140,10 +9165,10 @@ export default { }, "custom_pages_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "deployments": [ - 2349 + 2392 ], "enabled": [ 6 @@ -9155,7 +9180,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_default": [ 6 @@ -9182,7 +9207,7 @@ export default { 85 ], "required_role": [ - 1284 + 1285 ], "slug": [ 85 @@ -9191,7 +9216,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -9208,28 +9233,28 @@ export default { "custom_pages_update_column": {}, "custom_pages_updates": { "_append": [ - 397 + 398 ], "_delete_at_path": [ - 401 + 402 ], "_delete_elem": [ - 402 + 403 ], "_delete_key": [ - 403 + 404 ], "_inc": [ - 404 + 405 ], "_prepend": [ - 412 + 413 ], "_set": [ - 414 + 415 ], "where": [ - 399 + 400 ], "__typename": [ 85 @@ -9261,10 +9286,10 @@ export default { }, "db_backups": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -9278,10 +9303,10 @@ export default { }, "db_backups_aggregate": { "aggregate": [ - 428 + 429 ], "nodes": [ - 426 + 427 ], "__typename": [ 85 @@ -9289,13 +9314,13 @@ export default { }, "db_backups_aggregate_fields": { "avg": [ - 429 + 430 ], "count": [ 41, { "columns": [ - 440, + 441, "[db_backups_select_column!]" ], "distinct": [ @@ -9304,31 +9329,31 @@ export default { } ], "max": [ - 434 + 435 ], "min": [ - 435 + 436 ], "stddev": [ - 442 + 443 ], "stddev_pop": [ - 443 + 444 ], "stddev_samp": [ - 444 + 445 ], "sum": [ - 447 + 448 ], "var_pop": [ - 450 + 451 ], "var_samp": [ - 451 + 452 ], "variance": [ - 452 + 453 ], "__typename": [ 85 @@ -9344,19 +9369,19 @@ export default { }, "db_backups_bool_exp": { "_and": [ - 430 + 431 ], "_not": [ - 430 + 431 ], "_or": [ - 430 + 431 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "name": [ 87 @@ -9379,10 +9404,10 @@ export default { }, "db_backups_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -9396,10 +9421,10 @@ export default { }, "db_backups_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -9413,10 +9438,10 @@ export default { }, "db_backups_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -9433,7 +9458,7 @@ export default { 41 ], "returning": [ - 426 + 427 ], "__typename": [ 85 @@ -9441,13 +9466,13 @@ export default { }, "db_backups_on_conflict": { "constraint": [ - 431 + 432 ], "update_columns": [ - 448 + 449 ], "where": [ - 430 + 431 ], "__typename": [ 85 @@ -9455,16 +9480,16 @@ export default { }, "db_backups_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -9472,7 +9497,7 @@ export default { }, "db_backups_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -9481,10 +9506,10 @@ export default { "db_backups_select_column": {}, "db_backups_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -9522,10 +9547,10 @@ export default { }, "db_backups_stream_cursor_input": { "initial_value": [ - 446 + 447 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -9533,10 +9558,10 @@ export default { }, "db_backups_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -9559,13 +9584,13 @@ export default { "db_backups_update_column": {}, "db_backups_updates": { "_inc": [ - 432 + 433 ], "_set": [ - 441 + 442 ], "where": [ - 430 + 431 ], "__typename": [ 85 @@ -9600,7 +9625,7 @@ export default { 6 ], "last_message_at": [ - 5153 + 5196 ], "position": [ 41 @@ -9609,7 +9634,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9617,10 +9642,10 @@ export default { }, "direct_conversations_aggregate": { "aggregate": [ - 455 + 456 ], "nodes": [ - 453 + 454 ], "__typename": [ 85 @@ -9628,13 +9653,13 @@ export default { }, "direct_conversations_aggregate_fields": { "avg": [ - 456 + 457 ], "count": [ 41, { "columns": [ - 467, + 468, "[direct_conversations_select_column!]" ], "distinct": [ @@ -9643,31 +9668,31 @@ export default { } ], "max": [ - 461 + 462 ], "min": [ - 462 + 463 ], "stddev": [ - 469 + 470 ], "stddev_pop": [ - 470 + 471 ], "stddev_samp": [ - 471 + 472 ], "sum": [ - 474 + 475 ], "var_pop": [ - 477 + 478 ], "var_samp": [ - 478 + 479 ], "variance": [ - 479 + 480 ], "__typename": [ 85 @@ -9686,19 +9711,19 @@ export default { }, "direct_conversations_bool_exp": { "_and": [ - 457 + 458 ], "_not": [ - 457 + 458 ], "_or": [ - 457 + 458 ], "is_open": [ 7 ], "last_message_at": [ - 5154 + 5197 ], "position": [ 42 @@ -9707,7 +9732,7 @@ export default { 87 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -9719,7 +9744,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9730,7 +9755,7 @@ export default { 6 ], "last_message_at": [ - 5153 + 5196 ], "position": [ 41 @@ -9739,7 +9764,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9747,7 +9772,7 @@ export default { }, "direct_conversations_max_fields": { "last_message_at": [ - 5153 + 5196 ], "position": [ 41 @@ -9756,7 +9781,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9764,7 +9789,7 @@ export default { }, "direct_conversations_min_fields": { "last_message_at": [ - 5153 + 5196 ], "position": [ 41 @@ -9773,7 +9798,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9784,7 +9809,7 @@ export default { 41 ], "returning": [ - 453 + 454 ], "__typename": [ 85 @@ -9792,13 +9817,13 @@ export default { }, "direct_conversations_on_conflict": { "constraint": [ - 458 + 459 ], "update_columns": [ - 475 + 476 ], "where": [ - 457 + 458 ], "__typename": [ 85 @@ -9806,19 +9831,19 @@ export default { }, "direct_conversations_order_by": { "is_open": [ - 3558 + 3601 ], "last_message_at": [ - 3558 + 3601 ], "position": [ - 3558 + 3601 ], "room_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -9829,7 +9854,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9841,7 +9866,7 @@ export default { 6 ], "last_message_at": [ - 5153 + 5196 ], "position": [ 41 @@ -9850,7 +9875,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9891,10 +9916,10 @@ export default { }, "direct_conversations_stream_cursor_input": { "initial_value": [ - 473 + 474 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -9905,7 +9930,7 @@ export default { 6 ], "last_message_at": [ - 5153 + 5196 ], "position": [ 41 @@ -9914,7 +9939,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9925,7 +9950,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -9934,13 +9959,13 @@ export default { "direct_conversations_update_column": {}, "direct_conversations_updates": { "_inc": [ - 459 + 460 ], "_set": [ - 468 + 469 ], "where": [ - 457 + 458 ], "__typename": [ 85 @@ -9981,13 +10006,13 @@ export default { }, "direct_messages": { "created_at": [ - 5153 + 5196 ], "from_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -9996,7 +10021,7 @@ export default { 85 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10004,10 +10029,10 @@ export default { }, "direct_messages_aggregate": { "aggregate": [ - 482 + 483 ], "nodes": [ - 480 + 481 ], "__typename": [ 85 @@ -10015,13 +10040,13 @@ export default { }, "direct_messages_aggregate_fields": { "avg": [ - 483 + 484 ], "count": [ 41, { "columns": [ - 494, + 495, "[direct_messages_select_column!]" ], "distinct": [ @@ -10030,31 +10055,31 @@ export default { } ], "max": [ - 488 + 489 ], "min": [ - 489 + 490 ], "stddev": [ - 496 + 497 ], "stddev_pop": [ - 497 + 498 ], "stddev_samp": [ - 498 + 499 ], "sum": [ - 501 + 502 ], "var_pop": [ - 504 + 505 ], "var_samp": [ - 505 + 506 ], "variance": [ - 506 + 507 ], "__typename": [ 85 @@ -10073,22 +10098,22 @@ export default { }, "direct_messages_bool_exp": { "_and": [ - 484 + 485 ], "_not": [ - 484 + 485 ], "_or": [ - 484 + 485 ], "created_at": [ - 5154 + 5197 ], "from_steam_id": [ - 312 + 313 ], "id": [ - 6367 + 6505 ], "message": [ 87 @@ -10097,7 +10122,7 @@ export default { 87 ], "seq": [ - 312 + 313 ], "__typename": [ 85 @@ -10106,10 +10131,10 @@ export default { "direct_messages_constraint": {}, "direct_messages_inc_input": { "from_steam_id": [ - 310 + 311 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10117,13 +10142,13 @@ export default { }, "direct_messages_insert_input": { "created_at": [ - 5153 + 5196 ], "from_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -10132,7 +10157,7 @@ export default { 85 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10140,13 +10165,13 @@ export default { }, "direct_messages_max_fields": { "created_at": [ - 5153 + 5196 ], "from_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -10155,7 +10180,7 @@ export default { 85 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10163,13 +10188,13 @@ export default { }, "direct_messages_min_fields": { "created_at": [ - 5153 + 5196 ], "from_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -10178,7 +10203,7 @@ export default { 85 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10189,7 +10214,7 @@ export default { 41 ], "returning": [ - 480 + 481 ], "__typename": [ 85 @@ -10197,13 +10222,13 @@ export default { }, "direct_messages_on_conflict": { "constraint": [ - 485 + 486 ], "update_columns": [ - 502 + 503 ], "where": [ - 484 + 485 ], "__typename": [ 85 @@ -10211,22 +10236,22 @@ export default { }, "direct_messages_order_by": { "created_at": [ - 3558 + 3601 ], "from_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "room_id": [ - 3558 + 3601 ], "seq": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10234,7 +10259,7 @@ export default { }, "direct_messages_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -10243,13 +10268,13 @@ export default { "direct_messages_select_column": {}, "direct_messages_set_input": { "created_at": [ - 5153 + 5196 ], "from_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -10258,7 +10283,7 @@ export default { 85 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10299,10 +10324,10 @@ export default { }, "direct_messages_stream_cursor_input": { "initial_value": [ - 500 + 501 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -10310,13 +10335,13 @@ export default { }, "direct_messages_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "from_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -10325,7 +10350,7 @@ export default { 85 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10333,10 +10358,10 @@ export default { }, "direct_messages_sum_fields": { "from_steam_id": [ - 310 + 311 ], "seq": [ - 310 + 311 ], "__typename": [ 85 @@ -10345,13 +10370,13 @@ export default { "direct_messages_update_column": {}, "direct_messages_updates": { "_inc": [ - 486 + 487 ], "_set": [ - 495 + 496 ], "where": [ - 484 + 485 ], "__typename": [ 85 @@ -10395,22 +10420,22 @@ export default { 6 ], "captain": [ - 4516 + 4559 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "draft_game": [ - 597 + 598 ], "draft_game_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "is_organizer": [ 6 @@ -10419,10 +10444,10 @@ export default { 41 ], "picked": [ - 4516 + 4559 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -10430,10 +10455,10 @@ export default { }, "draft_game_picks_aggregate": { "aggregate": [ - 513 + 514 ], "nodes": [ - 507 + 508 ], "__typename": [ 85 @@ -10441,13 +10466,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp": { "bool_and": [ - 510 + 511 ], "bool_or": [ - 511 + 512 ], "count": [ - 512 + 513 ], "__typename": [ 85 @@ -10455,13 +10480,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 531 + 532 ], "distinct": [ 6 ], "filter": [ - 518 + 519 ], "predicate": [ 7 @@ -10472,13 +10497,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 532 + 533 ], "distinct": [ 6 ], "filter": [ - 518 + 519 ], "predicate": [ 7 @@ -10489,13 +10514,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp_count": { "arguments": [ - 530 + 531 ], "distinct": [ 6 ], "filter": [ - 518 + 519 ], "predicate": [ 42 @@ -10506,13 +10531,13 @@ export default { }, "draft_game_picks_aggregate_fields": { "avg": [ - 516 + 517 ], "count": [ 41, { "columns": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "distinct": [ @@ -10521,31 +10546,31 @@ export default { } ], "max": [ - 522 + 523 ], "min": [ - 524 + 525 ], "stddev": [ - 534 + 535 ], "stddev_pop": [ - 536 + 537 ], "stddev_samp": [ - 538 + 539 ], "sum": [ - 542 + 543 ], "var_pop": [ - 546 + 547 ], "var_samp": [ - 548 + 549 ], "variance": [ - 550 + 551 ], "__typename": [ 85 @@ -10553,37 +10578,37 @@ export default { }, "draft_game_picks_aggregate_order_by": { "avg": [ - 517 + 518 ], "count": [ - 3558 + 3601 ], "max": [ - 523 + 524 ], "min": [ - 525 + 526 ], "stddev": [ - 535 + 536 ], "stddev_pop": [ - 537 + 538 ], "stddev_samp": [ - 539 + 540 ], "sum": [ - 543 + 544 ], "var_pop": [ - 547 + 548 ], "var_samp": [ - 549 + 550 ], "variance": [ - 551 + 552 ], "__typename": [ 85 @@ -10591,10 +10616,10 @@ export default { }, "draft_game_picks_arr_rel_insert_input": { "data": [ - 521 + 522 ], "on_conflict": [ - 527 + 528 ], "__typename": [ 85 @@ -10616,13 +10641,13 @@ export default { }, "draft_game_picks_avg_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10630,34 +10655,34 @@ export default { }, "draft_game_picks_bool_exp": { "_and": [ - 518 + 519 ], "_not": [ - 518 + 519 ], "_or": [ - 518 + 519 ], "auto_picked": [ 7 ], "captain": [ - 4520 + 4563 ], "captain_steam_id": [ - 312 + 313 ], "created_at": [ - 5154 + 5197 ], "draft_game": [ - 608 + 609 ], "draft_game_id": [ - 6367 + 6505 ], "id": [ - 6367 + 6505 ], "is_organizer": [ 7 @@ -10666,10 +10691,10 @@ export default { 42 ], "picked": [ - 4520 + 4563 ], "picked_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -10678,13 +10703,13 @@ export default { "draft_game_picks_constraint": {}, "draft_game_picks_inc_input": { "captain_steam_id": [ - 310 + 311 ], "lineup": [ 41 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -10695,31 +10720,31 @@ export default { 6 ], "captain": [ - 4527 + 4570 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "draft_game": [ - 617 + 618 ], "draft_game_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "lineup": [ 41 ], "picked": [ - 4527 + 4570 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -10727,22 +10752,22 @@ export default { }, "draft_game_picks_max_fields": { "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "draft_game_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "lineup": [ 41 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -10750,22 +10775,22 @@ export default { }, "draft_game_picks_max_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "draft_game_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10773,22 +10798,22 @@ export default { }, "draft_game_picks_min_fields": { "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "draft_game_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "lineup": [ 41 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -10796,22 +10821,22 @@ export default { }, "draft_game_picks_min_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "draft_game_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10822,7 +10847,7 @@ export default { 41 ], "returning": [ - 507 + 508 ], "__typename": [ 85 @@ -10830,13 +10855,13 @@ export default { }, "draft_game_picks_on_conflict": { "constraint": [ - 519 + 520 ], "update_columns": [ - 544 + 545 ], "where": [ - 518 + 519 ], "__typename": [ 85 @@ -10844,37 +10869,37 @@ export default { }, "draft_game_picks_order_by": { "auto_picked": [ - 3558 + 3601 ], "captain": [ - 4529 + 4572 ], "captain_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "draft_game": [ - 619 + 620 ], "draft_game_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_organizer": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked": [ - 4529 + 4572 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10882,7 +10907,7 @@ export default { }, "draft_game_picks_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -10896,22 +10921,22 @@ export default { 6 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "draft_game_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "lineup": [ 41 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -10933,13 +10958,13 @@ export default { }, "draft_game_picks_stddev_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10961,13 +10986,13 @@ export default { }, "draft_game_picks_stddev_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -10989,13 +11014,13 @@ export default { }, "draft_game_picks_stddev_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11003,10 +11028,10 @@ export default { }, "draft_game_picks_stream_cursor_input": { "initial_value": [ - 541 + 542 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -11017,22 +11042,22 @@ export default { 6 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "draft_game_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "lineup": [ 41 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11040,13 +11065,13 @@ export default { }, "draft_game_picks_sum_fields": { "captain_steam_id": [ - 310 + 311 ], "lineup": [ 41 ], "picked_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11054,13 +11079,13 @@ export default { }, "draft_game_picks_sum_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11069,13 +11094,13 @@ export default { "draft_game_picks_update_column": {}, "draft_game_picks_updates": { "_inc": [ - 520 + 521 ], "_set": [ - 533 + 534 ], "where": [ - 518 + 519 ], "__typename": [ 85 @@ -11097,13 +11122,13 @@ export default { }, "draft_game_picks_var_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11125,13 +11150,13 @@ export default { }, "draft_game_picks_var_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11153,13 +11178,13 @@ export default { }, "draft_game_picks_variance_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "picked_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11167,13 +11192,13 @@ export default { }, "draft_game_players": { "draft_game": [ - 597 + 598 ], "draft_game_id": [ - 6365 + 6503 ], "e_draft_game_player_status": [ - 766 + 767 ], "elo_snapshot": [ 41 @@ -11185,7 +11210,7 @@ export default { 6 ], "joined_at": [ - 5153 + 5196 ], "lineup": [ 41 @@ -11194,13 +11219,13 @@ export default { 41 ], "player": [ - 4516 + 4559 ], "status": [ - 771 + 772 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11208,10 +11233,10 @@ export default { }, "draft_game_players_aggregate": { "aggregate": [ - 558 + 559 ], "nodes": [ - 552 + 553 ], "__typename": [ 85 @@ -11219,13 +11244,13 @@ export default { }, "draft_game_players_aggregate_bool_exp": { "bool_and": [ - 555 + 556 ], "bool_or": [ - 556 + 557 ], "count": [ - 557 + 558 ], "__typename": [ 85 @@ -11233,13 +11258,13 @@ export default { }, "draft_game_players_aggregate_bool_exp_bool_and": { "arguments": [ - 576 + 577 ], "distinct": [ 6 ], "filter": [ - 563 + 564 ], "predicate": [ 7 @@ -11250,13 +11275,13 @@ export default { }, "draft_game_players_aggregate_bool_exp_bool_or": { "arguments": [ - 577 + 578 ], "distinct": [ 6 ], "filter": [ - 563 + 564 ], "predicate": [ 7 @@ -11267,13 +11292,13 @@ export default { }, "draft_game_players_aggregate_bool_exp_count": { "arguments": [ - 575 + 576 ], "distinct": [ 6 ], "filter": [ - 563 + 564 ], "predicate": [ 42 @@ -11284,13 +11309,13 @@ export default { }, "draft_game_players_aggregate_fields": { "avg": [ - 561 + 562 ], "count": [ 41, { "columns": [ - 575, + 576, "[draft_game_players_select_column!]" ], "distinct": [ @@ -11298,44 +11323,6 @@ export default { ] } ], - "max": [ - 567 - ], - "min": [ - 569 - ], - "stddev": [ - 579 - ], - "stddev_pop": [ - 581 - ], - "stddev_samp": [ - 583 - ], - "sum": [ - 587 - ], - "var_pop": [ - 591 - ], - "var_samp": [ - 593 - ], - "variance": [ - 595 - ], - "__typename": [ - 85 - ] - }, - "draft_game_players_aggregate_order_by": { - "avg": [ - 562 - ], - "count": [ - 3558 - ], "max": [ 568 ], @@ -11367,12 +11354,50 @@ export default { 85 ] }, + "draft_game_players_aggregate_order_by": { + "avg": [ + 563 + ], + "count": [ + 3601 + ], + "max": [ + 569 + ], + "min": [ + 571 + ], + "stddev": [ + 581 + ], + "stddev_pop": [ + 583 + ], + "stddev_samp": [ + 585 + ], + "sum": [ + 589 + ], + "var_pop": [ + 593 + ], + "var_samp": [ + 595 + ], + "variance": [ + 597 + ], + "__typename": [ + 85 + ] + }, "draft_game_players_arr_rel_insert_input": { "data": [ - 566 + 567 ], "on_conflict": [ - 572 + 573 ], "__typename": [ 85 @@ -11397,16 +11422,16 @@ export default { }, "draft_game_players_avg_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11414,22 +11439,22 @@ export default { }, "draft_game_players_bool_exp": { "_and": [ - 563 + 564 ], "_not": [ - 563 + 564 ], "_or": [ - 563 + 564 ], "draft_game": [ - 608 + 609 ], "draft_game_id": [ - 6367 + 6505 ], "e_draft_game_player_status": [ - 769 + 770 ], "elo_snapshot": [ 42 @@ -11441,7 +11466,7 @@ export default { 7 ], "joined_at": [ - 5154 + 5197 ], "lineup": [ 42 @@ -11450,13 +11475,13 @@ export default { 42 ], "player": [ - 4520 + 4563 ], "status": [ - 772 + 773 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -11474,7 +11499,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11482,13 +11507,13 @@ export default { }, "draft_game_players_insert_input": { "draft_game": [ - 617 + 618 ], "draft_game_id": [ - 6365 + 6503 ], "e_draft_game_player_status": [ - 777 + 778 ], "elo_snapshot": [ 41 @@ -11497,7 +11522,7 @@ export default { 6 ], "joined_at": [ - 5153 + 5196 ], "lineup": [ 41 @@ -11506,13 +11531,13 @@ export default { 41 ], "player": [ - 4527 + 4570 ], "status": [ - 771 + 772 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11520,13 +11545,13 @@ export default { }, "draft_game_players_max_fields": { "draft_game_id": [ - 6365 + 6503 ], "elo_snapshot": [ 41 ], "joined_at": [ - 5153 + 5196 ], "lineup": [ 41 @@ -11535,7 +11560,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11543,22 +11568,22 @@ export default { }, "draft_game_players_max_order_by": { "draft_game_id": [ - 3558 + 3601 ], "elo_snapshot": [ - 3558 + 3601 ], "joined_at": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11566,13 +11591,13 @@ export default { }, "draft_game_players_min_fields": { "draft_game_id": [ - 6365 + 6503 ], "elo_snapshot": [ 41 ], "joined_at": [ - 5153 + 5196 ], "lineup": [ 41 @@ -11581,7 +11606,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11589,22 +11614,22 @@ export default { }, "draft_game_players_min_order_by": { "draft_game_id": [ - 3558 + 3601 ], "elo_snapshot": [ - 3558 + 3601 ], "joined_at": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11615,7 +11640,7 @@ export default { 41 ], "returning": [ - 552 + 553 ], "__typename": [ 85 @@ -11623,13 +11648,13 @@ export default { }, "draft_game_players_on_conflict": { "constraint": [ - 564 + 565 ], "update_columns": [ - 589 + 590 ], "where": [ - 563 + 564 ], "__typename": [ 85 @@ -11637,40 +11662,40 @@ export default { }, "draft_game_players_order_by": { "draft_game": [ - 619 + 620 ], "draft_game_id": [ - 3558 + 3601 ], "e_draft_game_player_status": [ - 779 + 780 ], "elo_snapshot": [ - 3558 + 3601 ], "is_captain": [ - 3558 + 3601 ], "is_organizer": [ - 3558 + 3601 ], "joined_at": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "status": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11678,10 +11703,10 @@ export default { }, "draft_game_players_pk_columns_input": { "draft_game_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11692,7 +11717,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": [ - 6365 + 6503 ], "elo_snapshot": [ 41 @@ -11701,7 +11726,7 @@ export default { 6 ], "joined_at": [ - 5153 + 5196 ], "lineup": [ 41 @@ -11710,10 +11735,10 @@ export default { 41 ], "status": [ - 771 + 772 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11738,16 +11763,16 @@ export default { }, "draft_game_players_stddev_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11772,16 +11797,16 @@ export default { }, "draft_game_players_stddev_pop_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11806,16 +11831,16 @@ export default { }, "draft_game_players_stddev_samp_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11823,10 +11848,10 @@ export default { }, "draft_game_players_stream_cursor_input": { "initial_value": [ - 586 + 587 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -11834,7 +11859,7 @@ export default { }, "draft_game_players_stream_cursor_value_input": { "draft_game_id": [ - 6365 + 6503 ], "elo_snapshot": [ 41 @@ -11843,7 +11868,7 @@ export default { 6 ], "joined_at": [ - 5153 + 5196 ], "lineup": [ 41 @@ -11852,10 +11877,10 @@ export default { 41 ], "status": [ - 771 + 772 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11872,7 +11897,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -11880,16 +11905,16 @@ export default { }, "draft_game_players_sum_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11898,13 +11923,13 @@ export default { "draft_game_players_update_column": {}, "draft_game_players_updates": { "_inc": [ - 565 + 566 ], "_set": [ - 578 + 579 ], "where": [ - 563 + 564 ], "__typename": [ 85 @@ -11929,16 +11954,16 @@ export default { }, "draft_game_players_var_pop_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11963,16 +11988,16 @@ export default { }, "draft_game_players_var_samp_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -11997,16 +12022,16 @@ export default { }, "draft_game_players_variance_order_by": { "elo_snapshot": [ - 3558 + 3601 ], "lineup": [ - 3558 + 3601 ], "pick_order": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -12014,73 +12039,73 @@ export default { }, "draft_games": { "access": [ - 1059 + 1060 ], "capacity": [ 41 ], "captain_selection": [ - 708 + 709 ], "created_at": [ - 5153 + 5196 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 729 + 730 ], "e_draft_game_captain_selection": [ - 703 + 704 ], "e_draft_game_draft_order": [ - 724 + 725 ], "e_draft_game_mode": [ - 745 + 746 ], "e_draft_game_status": [ - 787 + 788 ], "e_lobby_access": [ - 1054 + 1055 ], "expires_at": [ - 5153 + 5196 ], "host": [ - 4516 + 4559 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "inner_squad": [ 6 ], "invite_code": [ - 6365 + 6503 ], "is_organizer": [ 6 ], "map_pool": [ - 2815 + 2858 ], "map_pool_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_elo": [ 41 @@ -12089,13 +12114,13 @@ export default { 41 ], "mode": [ - 750 + 751 ], "options": [ - 3200 + 3243 ], "pattern": [ - 2349, + 2392, { "path": [ 85 @@ -12103,13 +12128,13 @@ export default { } ], "pick_deadline": [ - 5153 + 5196 ], "picks": [ - 507, + 508, { "distinct_on": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "limit": [ @@ -12119,19 +12144,19 @@ export default { 41 ], "order_by": [ - 528, + 529, "[draft_game_picks_order_by!]" ], "where": [ - 518 + 519 ] } ], "picks_aggregate": [ - 508, + 509, { "distinct_on": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "limit": [ @@ -12141,19 +12166,19 @@ export default { 41 ], "order_by": [ - 528, + 529, "[draft_game_picks_order_by!]" ], "where": [ - 518 + 519 ] } ], "players": [ - 552, + 553, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -12163,19 +12188,19 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "players_aggregate": [ - 553, + 554, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -12185,11 +12210,11 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], @@ -12200,28 +12225,28 @@ export default { 6 ], "scheduled_at": [ - 5153 + 5196 ], "status": [ - 792 + 793 ], "team_1": [ - 5104 + 5147 ], "team_1_id": [ - 6365 + 6503 ], "team_2": [ - 5104 + 5147 ], "team_2_id": [ - 6365 + 6503 ], "type": [ - 1223 + 1224 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -12229,10 +12254,10 @@ export default { }, "draft_games_aggregate": { "aggregate": [ - 603 + 604 ], "nodes": [ - 597 + 598 ], "__typename": [ 85 @@ -12240,13 +12265,13 @@ export default { }, "draft_games_aggregate_bool_exp": { "bool_and": [ - 600 + 601 ], "bool_or": [ - 601 + 602 ], "count": [ - 602 + 603 ], "__typename": [ 85 @@ -12254,13 +12279,13 @@ export default { }, "draft_games_aggregate_bool_exp_bool_and": { "arguments": [ - 622 + 623 ], "distinct": [ 6 ], "filter": [ - 608 + 609 ], "predicate": [ 7 @@ -12271,13 +12296,13 @@ export default { }, "draft_games_aggregate_bool_exp_bool_or": { "arguments": [ - 623 + 624 ], "distinct": [ 6 ], "filter": [ - 608 + 609 ], "predicate": [ 7 @@ -12288,13 +12313,13 @@ export default { }, "draft_games_aggregate_bool_exp_count": { "arguments": [ - 621 + 622 ], "distinct": [ 6 ], "filter": [ - 608 + 609 ], "predicate": [ 42 @@ -12305,13 +12330,13 @@ export default { }, "draft_games_aggregate_fields": { "avg": [ - 606 + 607 ], "count": [ 41, { "columns": [ - 621, + 622, "[draft_games_select_column!]" ], "distinct": [ @@ -12319,44 +12344,6 @@ export default { ] } ], - "max": [ - 612 - ], - "min": [ - 614 - ], - "stddev": [ - 625 - ], - "stddev_pop": [ - 627 - ], - "stddev_samp": [ - 629 - ], - "sum": [ - 633 - ], - "var_pop": [ - 637 - ], - "var_samp": [ - 639 - ], - "variance": [ - 641 - ], - "__typename": [ - 85 - ] - }, - "draft_games_aggregate_order_by": { - "avg": [ - 607 - ], - "count": [ - 3558 - ], "max": [ 613 ], @@ -12388,12 +12375,50 @@ export default { 85 ] }, + "draft_games_aggregate_order_by": { + "avg": [ + 608 + ], + "count": [ + 3601 + ], + "max": [ + 614 + ], + "min": [ + 616 + ], + "stddev": [ + 627 + ], + "stddev_pop": [ + 629 + ], + "stddev_samp": [ + 631 + ], + "sum": [ + 635 + ], + "var_pop": [ + 639 + ], + "var_samp": [ + 641 + ], + "variance": [ + 643 + ], + "__typename": [ + 85 + ] + }, "draft_games_arr_rel_insert_input": { "data": [ - 611 + 612 ], "on_conflict": [ - 618 + 619 ], "__typename": [ 85 @@ -12421,19 +12446,19 @@ export default { }, "draft_games_avg_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -12441,82 +12466,82 @@ export default { }, "draft_games_bool_exp": { "_and": [ - 608 + 609 ], "_not": [ - 608 + 609 ], "_or": [ - 608 + 609 ], "access": [ - 1060 + 1061 ], "capacity": [ 42 ], "captain_selection": [ - 709 + 710 ], "created_at": [ - 5154 + 5197 ], "current_pick_lineup": [ 42 ], "draft_order": [ - 730 + 731 ], "e_draft_game_captain_selection": [ - 706 + 707 ], "e_draft_game_draft_order": [ - 727 + 728 ], "e_draft_game_mode": [ - 748 + 749 ], "e_draft_game_status": [ - 790 + 791 ], "e_lobby_access": [ - 1057 + 1058 ], "expires_at": [ - 5154 + 5197 ], "host": [ - 4520 + 4563 ], "host_steam_id": [ - 312 + 313 ], "id": [ - 6367 + 6505 ], "inner_squad": [ 7 ], "invite_code": [ - 6367 + 6505 ], "is_organizer": [ 7 ], "map_pool": [ - 2818 + 2861 ], "map_pool_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_options_id": [ - 6367 + 6505 ], "max_elo": [ 42 @@ -12525,28 +12550,28 @@ export default { 42 ], "mode": [ - 751 + 752 ], "options": [ - 3211 + 3254 ], "pattern": [ - 2351 + 2394 ], "pick_deadline": [ - 5154 + 5197 ], "picks": [ - 518 + 519 ], "picks_aggregate": [ - 509 + 510 ], "players": [ - 563 + 564 ], "players_aggregate": [ - 554 + 555 ], "regions": [ 86 @@ -12555,28 +12580,28 @@ export default { 7 ], "scheduled_at": [ - 5154 + 5197 ], "status": [ - 793 + 794 ], "team_1": [ - 5115 + 5158 ], "team_1_id": [ - 6367 + 6505 ], "team_2": [ - 5115 + 5158 ], "team_2_id": [ - 6367 + 6505 ], "type": [ - 1224 + 1225 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -12591,7 +12616,7 @@ export default { 41 ], "host_steam_id": [ - 310 + 311 ], "max_elo": [ 41 @@ -12605,70 +12630,70 @@ export default { }, "draft_games_insert_input": { "access": [ - 1059 + 1060 ], "capacity": [ 41 ], "captain_selection": [ - 708 + 709 ], "created_at": [ - 5153 + 5196 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 729 + 730 ], "e_draft_game_captain_selection": [ - 714 + 715 ], "e_draft_game_draft_order": [ - 735 + 736 ], "e_draft_game_mode": [ - 756 + 757 ], "e_draft_game_status": [ - 798 + 799 ], "e_lobby_access": [ - 1065 + 1066 ], "expires_at": [ - 5153 + 5196 ], "host": [ - 4527 + 4570 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "inner_squad": [ 6 ], "invite_code": [ - 6365 + 6503 ], "map_pool": [ - 2824 + 2867 ], "map_pool_id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_elo": [ 41 @@ -12677,19 +12702,19 @@ export default { 41 ], "mode": [ - 750 + 751 ], "options": [ - 3220 + 3263 ], "pick_deadline": [ - 5153 + 5196 ], "picks": [ - 515 + 516 ], "players": [ - 560 + 561 ], "regions": [ 85 @@ -12698,28 +12723,28 @@ export default { 6 ], "scheduled_at": [ - 5153 + 5196 ], "status": [ - 792 + 793 ], "team_1": [ - 5124 + 5167 ], "team_1_id": [ - 6365 + 6503 ], "team_2": [ - 5124 + 5167 ], "team_2_id": [ - 6365 + 6503 ], "type": [ - 1223 + 1224 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -12730,31 +12755,31 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "current_pick_lineup": [ 41 ], "expires_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_elo": [ 41 @@ -12763,22 +12788,22 @@ export default { 41 ], "pick_deadline": [ - 5153 + 5196 ], "regions": [ 85 ], "scheduled_at": [ - 5153 + 5196 ], "team_1_id": [ - 6365 + 6503 ], "team_2_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -12786,58 +12811,58 @@ export default { }, "draft_games_max_order_by": { "capacity": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "pick_deadline": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "team_1_id": [ - 3558 + 3601 ], "team_2_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -12848,31 +12873,31 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "current_pick_lineup": [ 41 ], "expires_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_elo": [ 41 @@ -12881,22 +12906,22 @@ export default { 41 ], "pick_deadline": [ - 5153 + 5196 ], "regions": [ 85 ], "scheduled_at": [ - 5153 + 5196 ], "team_1_id": [ - 6365 + 6503 ], "team_2_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -12904,58 +12929,58 @@ export default { }, "draft_games_min_order_by": { "capacity": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "pick_deadline": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "team_1_id": [ - 3558 + 3601 ], "team_2_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -12966,7 +12991,7 @@ export default { 41 ], "returning": [ - 597 + 598 ], "__typename": [ 85 @@ -12974,10 +12999,10 @@ export default { }, "draft_games_obj_rel_insert_input": { "data": [ - 611 + 612 ], "on_conflict": [ - 618 + 619 ], "__typename": [ 85 @@ -12985,13 +13010,13 @@ export default { }, "draft_games_on_conflict": { "constraint": [ - 609 + 610 ], "update_columns": [ - 635 + 636 ], "where": [ - 608 + 609 ], "__typename": [ 85 @@ -12999,127 +13024,127 @@ export default { }, "draft_games_order_by": { "access": [ - 3558 + 3601 ], "capacity": [ - 3558 + 3601 ], "captain_selection": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "draft_order": [ - 3558 + 3601 ], "e_draft_game_captain_selection": [ - 716 + 717 ], "e_draft_game_draft_order": [ - 737 + 738 ], "e_draft_game_mode": [ - 758 + 759 ], "e_draft_game_status": [ - 800 + 801 ], "e_lobby_access": [ - 1067 + 1068 ], "expires_at": [ - 3558 + 3601 ], "host": [ - 4529 + 4572 ], "host_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "inner_squad": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "is_organizer": [ - 3558 + 3601 ], "map_pool": [ - 2826 + 2869 ], "map_pool_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "mode": [ - 3558 + 3601 ], "options": [ - 3222 + 3265 ], "pattern": [ - 3558 + 3601 ], "pick_deadline": [ - 3558 + 3601 ], "picks_aggregate": [ - 514 + 515 ], "players_aggregate": [ - 559 + 560 ], "regions": [ - 3558 + 3601 ], "require_approval": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "team_1": [ - 5126 + 5169 ], "team_1_id": [ - 3558 + 3601 ], "team_2": [ - 5126 + 5169 ], "team_2_id": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13127,7 +13152,7 @@ export default { }, "draft_games_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -13138,46 +13163,46 @@ export default { "draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns": {}, "draft_games_set_input": { "access": [ - 1059 + 1060 ], "capacity": [ 41 ], "captain_selection": [ - 708 + 709 ], "created_at": [ - 5153 + 5196 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 729 + 730 ], "expires_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "inner_squad": [ 6 ], "invite_code": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_elo": [ 41 @@ -13186,10 +13211,10 @@ export default { 41 ], "mode": [ - 750 + 751 ], "pick_deadline": [ - 5153 + 5196 ], "regions": [ 85 @@ -13198,22 +13223,22 @@ export default { 6 ], "scheduled_at": [ - 5153 + 5196 ], "status": [ - 792 + 793 ], "team_1_id": [ - 6365 + 6503 ], "team_2_id": [ - 6365 + 6503 ], "type": [ - 1223 + 1224 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -13241,19 +13266,19 @@ export default { }, "draft_games_stddev_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13281,19 +13306,19 @@ export default { }, "draft_games_stddev_pop_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13321,19 +13346,19 @@ export default { }, "draft_games_stddev_samp_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13341,10 +13366,10 @@ export default { }, "draft_games_stream_cursor_input": { "initial_value": [ - 632 + 633 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -13352,46 +13377,46 @@ export default { }, "draft_games_stream_cursor_value_input": { "access": [ - 1059 + 1060 ], "capacity": [ 41 ], "captain_selection": [ - 708 + 709 ], "created_at": [ - 5153 + 5196 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 729 + 730 ], "expires_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "inner_squad": [ 6 ], "invite_code": [ - 6365 + 6503 ], "map_pool_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_elo": [ 41 @@ -13400,10 +13425,10 @@ export default { 41 ], "mode": [ - 750 + 751 ], "pick_deadline": [ - 5153 + 5196 ], "regions": [ 85 @@ -13412,22 +13437,22 @@ export default { 6 ], "scheduled_at": [ - 5153 + 5196 ], "status": [ - 792 + 793 ], "team_1_id": [ - 6365 + 6503 ], "team_2_id": [ - 6365 + 6503 ], "type": [ - 1223 + 1224 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -13441,7 +13466,7 @@ export default { 41 ], "host_steam_id": [ - 310 + 311 ], "max_elo": [ 41 @@ -13455,19 +13480,19 @@ export default { }, "draft_games_sum_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13476,13 +13501,13 @@ export default { "draft_games_update_column": {}, "draft_games_updates": { "_inc": [ - 610 + 611 ], "_set": [ - 624 + 625 ], "where": [ - 608 + 609 ], "__typename": [ 85 @@ -13510,19 +13535,19 @@ export default { }, "draft_games_var_pop_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13550,19 +13575,19 @@ export default { }, "draft_games_var_samp_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13590,19 +13615,19 @@ export default { }, "draft_games_variance_order_by": { "capacity": [ - 3558 + 3601 ], "current_pick_lineup": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13621,10 +13646,10 @@ export default { }, "e_award_sources_aggregate": { "aggregate": [ - 645 + 646 ], "nodes": [ - 643 + 644 ], "__typename": [ 85 @@ -13635,7 +13660,7 @@ export default { 41, { "columns": [ - 657, + 658, "[e_award_sources_select_column!]" ], "distinct": [ @@ -13644,10 +13669,10 @@ export default { } ], "max": [ - 651 + 652 ], "min": [ - 652 + 653 ], "__typename": [ 85 @@ -13655,13 +13680,13 @@ export default { }, "e_award_sources_bool_exp": { "_and": [ - 646 + 647 ], "_not": [ - 646 + 647 ], "_or": [ - 646 + 647 ], "description": [ 87 @@ -13677,19 +13702,19 @@ export default { "e_award_sources_enum": {}, "e_award_sources_enum_comparison_exp": { "_eq": [ - 648 + 649 ], "_in": [ - 648 + 649 ], "_is_null": [ 6 ], "_neq": [ - 648 + 649 ], "_nin": [ - 648 + 649 ], "__typename": [ 85 @@ -13733,7 +13758,7 @@ export default { 41 ], "returning": [ - 643 + 644 ], "__typename": [ 85 @@ -13741,13 +13766,13 @@ export default { }, "e_award_sources_on_conflict": { "constraint": [ - 647 + 648 ], "update_columns": [ - 661 + 662 ], "where": [ - 646 + 647 ], "__typename": [ 85 @@ -13755,10 +13780,10 @@ export default { }, "e_award_sources_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13786,10 +13811,10 @@ export default { }, "e_award_sources_stream_cursor_input": { "initial_value": [ - 660 + 661 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -13809,10 +13834,10 @@ export default { "e_award_sources_update_column": {}, "e_award_sources_updates": { "_set": [ - 658 + 659 ], "where": [ - 646 + 647 ], "__typename": [ 85 @@ -13831,10 +13856,10 @@ export default { }, "e_award_tiers_aggregate": { "aggregate": [ - 665 + 666 ], "nodes": [ - 663 + 664 ], "__typename": [ 85 @@ -13845,7 +13870,7 @@ export default { 41, { "columns": [ - 677, + 678, "[e_award_tiers_select_column!]" ], "distinct": [ @@ -13854,10 +13879,10 @@ export default { } ], "max": [ - 671 + 672 ], "min": [ - 672 + 673 ], "__typename": [ 85 @@ -13865,13 +13890,13 @@ export default { }, "e_award_tiers_bool_exp": { "_and": [ - 666 + 667 ], "_not": [ - 666 + 667 ], "_or": [ - 666 + 667 ], "description": [ 87 @@ -13887,19 +13912,19 @@ export default { "e_award_tiers_enum": {}, "e_award_tiers_enum_comparison_exp": { "_eq": [ - 668 + 669 ], "_in": [ - 668 + 669 ], "_is_null": [ 6 ], "_neq": [ - 668 + 669 ], "_nin": [ - 668 + 669 ], "__typename": [ 85 @@ -13943,7 +13968,7 @@ export default { 41 ], "returning": [ - 663 + 664 ], "__typename": [ 85 @@ -13951,13 +13976,13 @@ export default { }, "e_award_tiers_on_conflict": { "constraint": [ - 667 + 668 ], "update_columns": [ - 681 + 682 ], "where": [ - 666 + 667 ], "__typename": [ 85 @@ -13965,10 +13990,10 @@ export default { }, "e_award_tiers_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -13996,10 +14021,10 @@ export default { }, "e_award_tiers_stream_cursor_input": { "initial_value": [ - 680 + 681 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -14019,10 +14044,10 @@ export default { "e_award_tiers_update_column": {}, "e_award_tiers_updates": { "_set": [ - 678 + 679 ], "where": [ - 666 + 667 ], "__typename": [ 85 @@ -14041,10 +14066,10 @@ export default { }, "e_check_in_settings_aggregate": { "aggregate": [ - 685 + 686 ], "nodes": [ - 683 + 684 ], "__typename": [ 85 @@ -14055,7 +14080,7 @@ export default { 41, { "columns": [ - 697, + 698, "[e_check_in_settings_select_column!]" ], "distinct": [ @@ -14064,10 +14089,10 @@ export default { } ], "max": [ - 691 + 692 ], "min": [ - 692 + 693 ], "__typename": [ 85 @@ -14075,13 +14100,13 @@ export default { }, "e_check_in_settings_bool_exp": { "_and": [ - 686 + 687 ], "_not": [ - 686 + 687 ], "_or": [ - 686 + 687 ], "description": [ 87 @@ -14097,19 +14122,19 @@ export default { "e_check_in_settings_enum": {}, "e_check_in_settings_enum_comparison_exp": { "_eq": [ - 688 + 689 ], "_in": [ - 688 + 689 ], "_is_null": [ 6 ], "_neq": [ - 688 + 689 ], "_nin": [ - 688 + 689 ], "__typename": [ 85 @@ -14153,7 +14178,7 @@ export default { 41 ], "returning": [ - 683 + 684 ], "__typename": [ 85 @@ -14161,13 +14186,13 @@ export default { }, "e_check_in_settings_on_conflict": { "constraint": [ - 687 + 688 ], "update_columns": [ - 701 + 702 ], "where": [ - 686 + 687 ], "__typename": [ 85 @@ -14175,10 +14200,10 @@ export default { }, "e_check_in_settings_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -14206,10 +14231,10 @@ export default { }, "e_check_in_settings_stream_cursor_input": { "initial_value": [ - 700 + 701 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -14229,10 +14254,10 @@ export default { "e_check_in_settings_update_column": {}, "e_check_in_settings_updates": { "_set": [ - 698 + 699 ], "where": [ - 686 + 687 ], "__typename": [ 85 @@ -14251,10 +14276,10 @@ export default { }, "e_draft_game_captain_selection_aggregate": { "aggregate": [ - 705 + 706 ], "nodes": [ - 703 + 704 ], "__typename": [ 85 @@ -14265,7 +14290,7 @@ export default { 41, { "columns": [ - 718, + 719, "[e_draft_game_captain_selection_select_column!]" ], "distinct": [ @@ -14274,10 +14299,10 @@ export default { } ], "max": [ - 711 + 712 ], "min": [ - 712 + 713 ], "__typename": [ 85 @@ -14285,13 +14310,13 @@ export default { }, "e_draft_game_captain_selection_bool_exp": { "_and": [ - 706 + 707 ], "_not": [ - 706 + 707 ], "_or": [ - 706 + 707 ], "description": [ 87 @@ -14307,19 +14332,19 @@ export default { "e_draft_game_captain_selection_enum": {}, "e_draft_game_captain_selection_enum_comparison_exp": { "_eq": [ - 708 + 709 ], "_in": [ - 708 + 709 ], "_is_null": [ 6 ], "_neq": [ - 708 + 709 ], "_nin": [ - 708 + 709 ], "__typename": [ 85 @@ -14363,7 +14388,7 @@ export default { 41 ], "returning": [ - 703 + 704 ], "__typename": [ 85 @@ -14371,10 +14396,10 @@ export default { }, "e_draft_game_captain_selection_obj_rel_insert_input": { "data": [ - 710 + 711 ], "on_conflict": [ - 715 + 716 ], "__typename": [ 85 @@ -14382,13 +14407,13 @@ export default { }, "e_draft_game_captain_selection_on_conflict": { "constraint": [ - 707 + 708 ], "update_columns": [ - 722 + 723 ], "where": [ - 706 + 707 ], "__typename": [ 85 @@ -14396,10 +14421,10 @@ export default { }, "e_draft_game_captain_selection_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -14427,10 +14452,10 @@ export default { }, "e_draft_game_captain_selection_stream_cursor_input": { "initial_value": [ - 721 + 722 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -14450,10 +14475,10 @@ export default { "e_draft_game_captain_selection_update_column": {}, "e_draft_game_captain_selection_updates": { "_set": [ - 719 + 720 ], "where": [ - 706 + 707 ], "__typename": [ 85 @@ -14472,10 +14497,10 @@ export default { }, "e_draft_game_draft_order_aggregate": { "aggregate": [ - 726 + 727 ], "nodes": [ - 724 + 725 ], "__typename": [ 85 @@ -14486,7 +14511,7 @@ export default { 41, { "columns": [ - 739, + 740, "[e_draft_game_draft_order_select_column!]" ], "distinct": [ @@ -14495,10 +14520,10 @@ export default { } ], "max": [ - 732 + 733 ], "min": [ - 733 + 734 ], "__typename": [ 85 @@ -14506,13 +14531,13 @@ export default { }, "e_draft_game_draft_order_bool_exp": { "_and": [ - 727 + 728 ], "_not": [ - 727 + 728 ], "_or": [ - 727 + 728 ], "description": [ 87 @@ -14528,19 +14553,19 @@ export default { "e_draft_game_draft_order_enum": {}, "e_draft_game_draft_order_enum_comparison_exp": { "_eq": [ - 729 + 730 ], "_in": [ - 729 + 730 ], "_is_null": [ 6 ], "_neq": [ - 729 + 730 ], "_nin": [ - 729 + 730 ], "__typename": [ 85 @@ -14584,7 +14609,7 @@ export default { 41 ], "returning": [ - 724 + 725 ], "__typename": [ 85 @@ -14592,10 +14617,10 @@ export default { }, "e_draft_game_draft_order_obj_rel_insert_input": { "data": [ - 731 + 732 ], "on_conflict": [ - 736 + 737 ], "__typename": [ 85 @@ -14603,13 +14628,13 @@ export default { }, "e_draft_game_draft_order_on_conflict": { "constraint": [ - 728 + 729 ], "update_columns": [ - 743 + 744 ], "where": [ - 727 + 728 ], "__typename": [ 85 @@ -14617,10 +14642,10 @@ export default { }, "e_draft_game_draft_order_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -14648,10 +14673,10 @@ export default { }, "e_draft_game_draft_order_stream_cursor_input": { "initial_value": [ - 742 + 743 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -14671,10 +14696,10 @@ export default { "e_draft_game_draft_order_update_column": {}, "e_draft_game_draft_order_updates": { "_set": [ - 740 + 741 ], "where": [ - 727 + 728 ], "__typename": [ 85 @@ -14693,10 +14718,10 @@ export default { }, "e_draft_game_mode_aggregate": { "aggregate": [ - 747 + 748 ], "nodes": [ - 745 + 746 ], "__typename": [ 85 @@ -14707,7 +14732,7 @@ export default { 41, { "columns": [ - 760, + 761, "[e_draft_game_mode_select_column!]" ], "distinct": [ @@ -14716,10 +14741,10 @@ export default { } ], "max": [ - 753 + 754 ], "min": [ - 754 + 755 ], "__typename": [ 85 @@ -14727,13 +14752,13 @@ export default { }, "e_draft_game_mode_bool_exp": { "_and": [ - 748 + 749 ], "_not": [ - 748 + 749 ], "_or": [ - 748 + 749 ], "description": [ 87 @@ -14749,19 +14774,19 @@ export default { "e_draft_game_mode_enum": {}, "e_draft_game_mode_enum_comparison_exp": { "_eq": [ - 750 + 751 ], "_in": [ - 750 + 751 ], "_is_null": [ 6 ], "_neq": [ - 750 + 751 ], "_nin": [ - 750 + 751 ], "__typename": [ 85 @@ -14805,7 +14830,7 @@ export default { 41 ], "returning": [ - 745 + 746 ], "__typename": [ 85 @@ -14813,10 +14838,10 @@ export default { }, "e_draft_game_mode_obj_rel_insert_input": { "data": [ - 752 + 753 ], "on_conflict": [ - 757 + 758 ], "__typename": [ 85 @@ -14824,13 +14849,13 @@ export default { }, "e_draft_game_mode_on_conflict": { "constraint": [ - 749 + 750 ], "update_columns": [ - 764 + 765 ], "where": [ - 748 + 749 ], "__typename": [ 85 @@ -14838,10 +14863,10 @@ export default { }, "e_draft_game_mode_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -14869,10 +14894,10 @@ export default { }, "e_draft_game_mode_stream_cursor_input": { "initial_value": [ - 763 + 764 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -14892,10 +14917,10 @@ export default { "e_draft_game_mode_update_column": {}, "e_draft_game_mode_updates": { "_set": [ - 761 + 762 ], "where": [ - 748 + 749 ], "__typename": [ 85 @@ -14914,10 +14939,10 @@ export default { }, "e_draft_game_player_status_aggregate": { "aggregate": [ - 768 + 769 ], "nodes": [ - 766 + 767 ], "__typename": [ 85 @@ -14928,7 +14953,7 @@ export default { 41, { "columns": [ - 781, + 782, "[e_draft_game_player_status_select_column!]" ], "distinct": [ @@ -14937,10 +14962,10 @@ export default { } ], "max": [ - 774 + 775 ], "min": [ - 775 + 776 ], "__typename": [ 85 @@ -14948,13 +14973,13 @@ export default { }, "e_draft_game_player_status_bool_exp": { "_and": [ - 769 + 770 ], "_not": [ - 769 + 770 ], "_or": [ - 769 + 770 ], "description": [ 87 @@ -14970,19 +14995,19 @@ export default { "e_draft_game_player_status_enum": {}, "e_draft_game_player_status_enum_comparison_exp": { "_eq": [ - 771 + 772 ], "_in": [ - 771 + 772 ], "_is_null": [ 6 ], "_neq": [ - 771 + 772 ], "_nin": [ - 771 + 772 ], "__typename": [ 85 @@ -15026,7 +15051,7 @@ export default { 41 ], "returning": [ - 766 + 767 ], "__typename": [ 85 @@ -15034,10 +15059,10 @@ export default { }, "e_draft_game_player_status_obj_rel_insert_input": { "data": [ - 773 + 774 ], "on_conflict": [ - 778 + 779 ], "__typename": [ 85 @@ -15045,13 +15070,13 @@ export default { }, "e_draft_game_player_status_on_conflict": { "constraint": [ - 770 + 771 ], "update_columns": [ - 785 + 786 ], "where": [ - 769 + 770 ], "__typename": [ 85 @@ -15059,10 +15084,10 @@ export default { }, "e_draft_game_player_status_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -15090,10 +15115,10 @@ export default { }, "e_draft_game_player_status_stream_cursor_input": { "initial_value": [ - 784 + 785 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -15113,10 +15138,10 @@ export default { "e_draft_game_player_status_update_column": {}, "e_draft_game_player_status_updates": { "_set": [ - 782 + 783 ], "where": [ - 769 + 770 ], "__typename": [ 85 @@ -15135,10 +15160,10 @@ export default { }, "e_draft_game_status_aggregate": { "aggregate": [ - 789 + 790 ], "nodes": [ - 787 + 788 ], "__typename": [ 85 @@ -15149,7 +15174,7 @@ export default { 41, { "columns": [ - 802, + 803, "[e_draft_game_status_select_column!]" ], "distinct": [ @@ -15158,10 +15183,10 @@ export default { } ], "max": [ - 795 + 796 ], "min": [ - 796 + 797 ], "__typename": [ 85 @@ -15169,13 +15194,13 @@ export default { }, "e_draft_game_status_bool_exp": { "_and": [ - 790 + 791 ], "_not": [ - 790 + 791 ], "_or": [ - 790 + 791 ], "description": [ 87 @@ -15191,19 +15216,19 @@ export default { "e_draft_game_status_enum": {}, "e_draft_game_status_enum_comparison_exp": { "_eq": [ - 792 + 793 ], "_in": [ - 792 + 793 ], "_is_null": [ 6 ], "_neq": [ - 792 + 793 ], "_nin": [ - 792 + 793 ], "__typename": [ 85 @@ -15247,7 +15272,7 @@ export default { 41 ], "returning": [ - 787 + 788 ], "__typename": [ 85 @@ -15255,10 +15280,10 @@ export default { }, "e_draft_game_status_obj_rel_insert_input": { "data": [ - 794 + 795 ], "on_conflict": [ - 799 + 800 ], "__typename": [ 85 @@ -15266,13 +15291,13 @@ export default { }, "e_draft_game_status_on_conflict": { "constraint": [ - 791 + 792 ], "update_columns": [ - 806 + 807 ], "where": [ - 790 + 791 ], "__typename": [ 85 @@ -15280,10 +15305,10 @@ export default { }, "e_draft_game_status_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -15311,10 +15336,10 @@ export default { }, "e_draft_game_status_stream_cursor_input": { "initial_value": [ - 805 + 806 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -15334,10 +15359,10 @@ export default { "e_draft_game_status_update_column": {}, "e_draft_game_status_updates": { "_set": [ - 803 + 804 ], "where": [ - 790 + 791 ], "__typename": [ 85 @@ -15356,10 +15381,10 @@ export default { }, "e_event_media_access_aggregate": { "aggregate": [ - 810 + 811 ], "nodes": [ - 808 + 809 ], "__typename": [ 85 @@ -15370,7 +15395,7 @@ export default { 41, { "columns": [ - 822, + 823, "[e_event_media_access_select_column!]" ], "distinct": [ @@ -15379,10 +15404,10 @@ export default { } ], "max": [ - 816 + 817 ], "min": [ - 817 + 818 ], "__typename": [ 85 @@ -15390,13 +15415,13 @@ export default { }, "e_event_media_access_bool_exp": { "_and": [ - 811 + 812 ], "_not": [ - 811 + 812 ], "_or": [ - 811 + 812 ], "description": [ 87 @@ -15412,19 +15437,19 @@ export default { "e_event_media_access_enum": {}, "e_event_media_access_enum_comparison_exp": { "_eq": [ - 813 + 814 ], "_in": [ - 813 + 814 ], "_is_null": [ 6 ], "_neq": [ - 813 + 814 ], "_nin": [ - 813 + 814 ], "__typename": [ 85 @@ -15468,7 +15493,7 @@ export default { 41 ], "returning": [ - 808 + 809 ], "__typename": [ 85 @@ -15476,13 +15501,13 @@ export default { }, "e_event_media_access_on_conflict": { "constraint": [ - 812 + 813 ], "update_columns": [ - 826 + 827 ], "where": [ - 811 + 812 ], "__typename": [ 85 @@ -15490,10 +15515,10 @@ export default { }, "e_event_media_access_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -15521,10 +15546,10 @@ export default { }, "e_event_media_access_stream_cursor_input": { "initial_value": [ - 825 + 826 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -15544,10 +15569,10 @@ export default { "e_event_media_access_update_column": {}, "e_event_media_access_updates": { "_set": [ - 823 + 824 ], "where": [ - 811 + 812 ], "__typename": [ 85 @@ -15566,10 +15591,10 @@ export default { }, "e_event_visibility_aggregate": { "aggregate": [ - 830 + 831 ], "nodes": [ - 828 + 829 ], "__typename": [ 85 @@ -15580,7 +15605,7 @@ export default { 41, { "columns": [ - 842, + 843, "[e_event_visibility_select_column!]" ], "distinct": [ @@ -15589,10 +15614,10 @@ export default { } ], "max": [ - 836 + 837 ], "min": [ - 837 + 838 ], "__typename": [ 85 @@ -15600,13 +15625,13 @@ export default { }, "e_event_visibility_bool_exp": { "_and": [ - 831 + 832 ], "_not": [ - 831 + 832 ], "_or": [ - 831 + 832 ], "description": [ 87 @@ -15622,19 +15647,19 @@ export default { "e_event_visibility_enum": {}, "e_event_visibility_enum_comparison_exp": { "_eq": [ - 833 + 834 ], "_in": [ - 833 + 834 ], "_is_null": [ 6 ], "_neq": [ - 833 + 834 ], "_nin": [ - 833 + 834 ], "__typename": [ 85 @@ -15678,7 +15703,7 @@ export default { 41 ], "returning": [ - 828 + 829 ], "__typename": [ 85 @@ -15686,13 +15711,13 @@ export default { }, "e_event_visibility_on_conflict": { "constraint": [ - 832 + 833 ], "update_columns": [ - 846 + 847 ], "where": [ - 831 + 832 ], "__typename": [ 85 @@ -15700,10 +15725,10 @@ export default { }, "e_event_visibility_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -15731,10 +15756,10 @@ export default { }, "e_event_visibility_stream_cursor_input": { "initial_value": [ - 845 + 846 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -15754,10 +15779,10 @@ export default { "e_event_visibility_update_column": {}, "e_event_visibility_updates": { "_set": [ - 843 + 844 ], "where": [ - 831 + 832 ], "__typename": [ 85 @@ -15776,10 +15801,10 @@ export default { }, "e_friend_status_aggregate": { "aggregate": [ - 850 + 851 ], "nodes": [ - 848 + 849 ], "__typename": [ 85 @@ -15790,7 +15815,7 @@ export default { 41, { "columns": [ - 863, + 864, "[e_friend_status_select_column!]" ], "distinct": [ @@ -15799,10 +15824,10 @@ export default { } ], "max": [ - 856 + 857 ], "min": [ - 857 + 858 ], "__typename": [ 85 @@ -15810,13 +15835,13 @@ export default { }, "e_friend_status_bool_exp": { "_and": [ - 851 + 852 ], "_not": [ - 851 + 852 ], "_or": [ - 851 + 852 ], "description": [ 87 @@ -15832,19 +15857,19 @@ export default { "e_friend_status_enum": {}, "e_friend_status_enum_comparison_exp": { "_eq": [ - 853 + 854 ], "_in": [ - 853 + 854 ], "_is_null": [ 6 ], "_neq": [ - 853 + 854 ], "_nin": [ - 853 + 854 ], "__typename": [ 85 @@ -15888,7 +15913,7 @@ export default { 41 ], "returning": [ - 848 + 849 ], "__typename": [ 85 @@ -15896,10 +15921,10 @@ export default { }, "e_friend_status_obj_rel_insert_input": { "data": [ - 855 + 856 ], "on_conflict": [ - 860 + 861 ], "__typename": [ 85 @@ -15907,13 +15932,13 @@ export default { }, "e_friend_status_on_conflict": { "constraint": [ - 852 + 853 ], "update_columns": [ - 867 + 868 ], "where": [ - 851 + 852 ], "__typename": [ 85 @@ -15921,10 +15946,10 @@ export default { }, "e_friend_status_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -15952,10 +15977,10 @@ export default { }, "e_friend_status_stream_cursor_input": { "initial_value": [ - 866 + 867 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -15975,10 +16000,10 @@ export default { "e_friend_status_update_column": {}, "e_friend_status_updates": { "_set": [ - 864 + 865 ], "where": [ - 851 + 852 ], "__typename": [ 85 @@ -15997,10 +16022,10 @@ export default { }, "e_game_cfg_types_aggregate": { "aggregate": [ - 871 + 872 ], "nodes": [ - 869 + 870 ], "__typename": [ 85 @@ -16011,7 +16036,7 @@ export default { 41, { "columns": [ - 883, + 884, "[e_game_cfg_types_select_column!]" ], "distinct": [ @@ -16020,10 +16045,10 @@ export default { } ], "max": [ - 877 + 878 ], "min": [ - 878 + 879 ], "__typename": [ 85 @@ -16031,13 +16056,13 @@ export default { }, "e_game_cfg_types_bool_exp": { "_and": [ - 872 + 873 ], "_not": [ - 872 + 873 ], "_or": [ - 872 + 873 ], "description": [ 87 @@ -16053,19 +16078,19 @@ export default { "e_game_cfg_types_enum": {}, "e_game_cfg_types_enum_comparison_exp": { "_eq": [ - 874 + 875 ], "_in": [ - 874 + 875 ], "_is_null": [ 6 ], "_neq": [ - 874 + 875 ], "_nin": [ - 874 + 875 ], "__typename": [ 85 @@ -16109,7 +16134,7 @@ export default { 41 ], "returning": [ - 869 + 870 ], "__typename": [ 85 @@ -16117,13 +16142,13 @@ export default { }, "e_game_cfg_types_on_conflict": { "constraint": [ - 873 + 874 ], "update_columns": [ - 887 + 888 ], "where": [ - 872 + 873 ], "__typename": [ 85 @@ -16131,10 +16156,10 @@ export default { }, "e_game_cfg_types_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -16162,10 +16187,10 @@ export default { }, "e_game_cfg_types_stream_cursor_input": { "initial_value": [ - 886 + 887 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -16185,10 +16210,10 @@ export default { "e_game_cfg_types_update_column": {}, "e_game_cfg_types_updates": { "_set": [ - 884 + 885 ], "where": [ - 872 + 873 ], "__typename": [ 85 @@ -16207,10 +16232,10 @@ export default { }, "e_game_plugin_channels_aggregate": { "aggregate": [ - 891 + 892 ], "nodes": [ - 889 + 890 ], "__typename": [ 85 @@ -16221,7 +16246,7 @@ export default { 41, { "columns": [ - 903, + 904, "[e_game_plugin_channels_select_column!]" ], "distinct": [ @@ -16230,10 +16255,10 @@ export default { } ], "max": [ - 897 + 898 ], "min": [ - 898 + 899 ], "__typename": [ 85 @@ -16241,13 +16266,13 @@ export default { }, "e_game_plugin_channels_bool_exp": { "_and": [ - 892 + 893 ], "_not": [ - 892 + 893 ], "_or": [ - 892 + 893 ], "description": [ 87 @@ -16263,19 +16288,19 @@ export default { "e_game_plugin_channels_enum": {}, "e_game_plugin_channels_enum_comparison_exp": { "_eq": [ - 894 + 895 ], "_in": [ - 894 + 895 ], "_is_null": [ 6 ], "_neq": [ - 894 + 895 ], "_nin": [ - 894 + 895 ], "__typename": [ 85 @@ -16319,7 +16344,7 @@ export default { 41 ], "returning": [ - 889 + 890 ], "__typename": [ 85 @@ -16327,13 +16352,13 @@ export default { }, "e_game_plugin_channels_on_conflict": { "constraint": [ - 893 + 894 ], "update_columns": [ - 907 + 908 ], "where": [ - 892 + 893 ], "__typename": [ 85 @@ -16341,10 +16366,10 @@ export default { }, "e_game_plugin_channels_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -16372,10 +16397,10 @@ export default { }, "e_game_plugin_channels_stream_cursor_input": { "initial_value": [ - 906 + 907 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -16395,10 +16420,10 @@ export default { "e_game_plugin_channels_update_column": {}, "e_game_plugin_channels_updates": { "_set": [ - 904 + 905 ], "where": [ - 892 + 893 ], "__typename": [ 85 @@ -16417,10 +16442,10 @@ export default { }, "e_game_plugin_install_statuses_aggregate": { "aggregate": [ - 911 + 912 ], "nodes": [ - 909 + 910 ], "__typename": [ 85 @@ -16431,7 +16456,7 @@ export default { 41, { "columns": [ - 923, + 924, "[e_game_plugin_install_statuses_select_column!]" ], "distinct": [ @@ -16440,10 +16465,10 @@ export default { } ], "max": [ - 917 + 918 ], "min": [ - 918 + 919 ], "__typename": [ 85 @@ -16451,13 +16476,13 @@ export default { }, "e_game_plugin_install_statuses_bool_exp": { "_and": [ - 912 + 913 ], "_not": [ - 912 + 913 ], "_or": [ - 912 + 913 ], "description": [ 87 @@ -16473,19 +16498,19 @@ export default { "e_game_plugin_install_statuses_enum": {}, "e_game_plugin_install_statuses_enum_comparison_exp": { "_eq": [ - 914 + 915 ], "_in": [ - 914 + 915 ], "_is_null": [ 6 ], "_neq": [ - 914 + 915 ], "_nin": [ - 914 + 915 ], "__typename": [ 85 @@ -16529,7 +16554,7 @@ export default { 41 ], "returning": [ - 909 + 910 ], "__typename": [ 85 @@ -16537,13 +16562,13 @@ export default { }, "e_game_plugin_install_statuses_on_conflict": { "constraint": [ - 913 + 914 ], "update_columns": [ - 927 + 928 ], "where": [ - 912 + 913 ], "__typename": [ 85 @@ -16551,10 +16576,10 @@ export default { }, "e_game_plugin_install_statuses_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -16582,10 +16607,10 @@ export default { }, "e_game_plugin_install_statuses_stream_cursor_input": { "initial_value": [ - 926 + 927 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -16605,10 +16630,10 @@ export default { "e_game_plugin_install_statuses_update_column": {}, "e_game_plugin_install_statuses_updates": { "_set": [ - 924 + 925 ], "where": [ - 912 + 913 ], "__typename": [ 85 @@ -16627,10 +16652,10 @@ export default { }, "e_game_plugin_kinds_aggregate": { "aggregate": [ - 931 + 932 ], "nodes": [ - 929 + 930 ], "__typename": [ 85 @@ -16641,7 +16666,7 @@ export default { 41, { "columns": [ - 943, + 944, "[e_game_plugin_kinds_select_column!]" ], "distinct": [ @@ -16650,10 +16675,10 @@ export default { } ], "max": [ - 937 + 938 ], "min": [ - 938 + 939 ], "__typename": [ 85 @@ -16661,13 +16686,13 @@ export default { }, "e_game_plugin_kinds_bool_exp": { "_and": [ - 932 + 933 ], "_not": [ - 932 + 933 ], "_or": [ - 932 + 933 ], "description": [ 87 @@ -16683,19 +16708,19 @@ export default { "e_game_plugin_kinds_enum": {}, "e_game_plugin_kinds_enum_comparison_exp": { "_eq": [ - 934 + 935 ], "_in": [ - 934 + 935 ], "_is_null": [ 6 ], "_neq": [ - 934 + 935 ], "_nin": [ - 934 + 935 ], "__typename": [ 85 @@ -16739,7 +16764,7 @@ export default { 41 ], "returning": [ - 929 + 930 ], "__typename": [ 85 @@ -16747,13 +16772,13 @@ export default { }, "e_game_plugin_kinds_on_conflict": { "constraint": [ - 933 + 934 ], "update_columns": [ - 947 + 948 ], "where": [ - 932 + 933 ], "__typename": [ 85 @@ -16761,10 +16786,10 @@ export default { }, "e_game_plugin_kinds_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -16792,10 +16817,10 @@ export default { }, "e_game_plugin_kinds_stream_cursor_input": { "initial_value": [ - 946 + 947 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -16815,10 +16840,10 @@ export default { "e_game_plugin_kinds_update_column": {}, "e_game_plugin_kinds_updates": { "_set": [ - 944 + 945 ], "where": [ - 932 + 933 ], "__typename": [ 85 @@ -16837,10 +16862,10 @@ export default { }, "e_game_server_node_statuses_aggregate": { "aggregate": [ - 951 + 952 ], "nodes": [ - 949 + 950 ], "__typename": [ 85 @@ -16851,7 +16876,7 @@ export default { 41, { "columns": [ - 964, + 965, "[e_game_server_node_statuses_select_column!]" ], "distinct": [ @@ -16860,10 +16885,10 @@ export default { } ], "max": [ - 957 + 958 ], "min": [ - 958 + 959 ], "__typename": [ 85 @@ -16871,13 +16896,13 @@ export default { }, "e_game_server_node_statuses_bool_exp": { "_and": [ - 952 + 953 ], "_not": [ - 952 + 953 ], "_or": [ - 952 + 953 ], "description": [ 87 @@ -16893,19 +16918,19 @@ export default { "e_game_server_node_statuses_enum": {}, "e_game_server_node_statuses_enum_comparison_exp": { "_eq": [ - 954 + 955 ], "_in": [ - 954 + 955 ], "_is_null": [ 6 ], "_neq": [ - 954 + 955 ], "_nin": [ - 954 + 955 ], "__typename": [ 85 @@ -16949,7 +16974,7 @@ export default { 41 ], "returning": [ - 949 + 950 ], "__typename": [ 85 @@ -16957,10 +16982,10 @@ export default { }, "e_game_server_node_statuses_obj_rel_insert_input": { "data": [ - 956 + 957 ], "on_conflict": [ - 961 + 962 ], "__typename": [ 85 @@ -16968,13 +16993,13 @@ export default { }, "e_game_server_node_statuses_on_conflict": { "constraint": [ - 953 + 954 ], "update_columns": [ - 968 + 969 ], "where": [ - 952 + 953 ], "__typename": [ 85 @@ -16982,10 +17007,10 @@ export default { }, "e_game_server_node_statuses_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -17013,10 +17038,10 @@ export default { }, "e_game_server_node_statuses_stream_cursor_input": { "initial_value": [ - 967 + 968 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -17036,10 +17061,10 @@ export default { "e_game_server_node_statuses_update_column": {}, "e_game_server_node_statuses_updates": { "_set": [ - 965 + 966 ], "where": [ - 952 + 953 ], "__typename": [ 85 @@ -17058,10 +17083,10 @@ export default { }, "e_league_movement_types_aggregate": { "aggregate": [ - 972 + 973 ], "nodes": [ - 970 + 971 ], "__typename": [ 85 @@ -17072,7 +17097,7 @@ export default { 41, { "columns": [ - 985, + 986, "[e_league_movement_types_select_column!]" ], "distinct": [ @@ -17081,10 +17106,10 @@ export default { } ], "max": [ - 978 + 979 ], "min": [ - 979 + 980 ], "__typename": [ 85 @@ -17092,13 +17117,13 @@ export default { }, "e_league_movement_types_bool_exp": { "_and": [ - 973 + 974 ], "_not": [ - 973 + 974 ], "_or": [ - 973 + 974 ], "description": [ 87 @@ -17114,19 +17139,19 @@ export default { "e_league_movement_types_enum": {}, "e_league_movement_types_enum_comparison_exp": { "_eq": [ - 975 + 976 ], "_in": [ - 975 + 976 ], "_is_null": [ 6 ], "_neq": [ - 975 + 976 ], "_nin": [ - 975 + 976 ], "__typename": [ 85 @@ -17170,7 +17195,7 @@ export default { 41 ], "returning": [ - 970 + 971 ], "__typename": [ 85 @@ -17178,10 +17203,10 @@ export default { }, "e_league_movement_types_obj_rel_insert_input": { "data": [ - 977 + 978 ], "on_conflict": [ - 982 + 983 ], "__typename": [ 85 @@ -17189,13 +17214,13 @@ export default { }, "e_league_movement_types_on_conflict": { "constraint": [ - 974 + 975 ], "update_columns": [ - 989 + 990 ], "where": [ - 973 + 974 ], "__typename": [ 85 @@ -17203,10 +17228,10 @@ export default { }, "e_league_movement_types_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -17234,10 +17259,10 @@ export default { }, "e_league_movement_types_stream_cursor_input": { "initial_value": [ - 988 + 989 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -17257,10 +17282,10 @@ export default { "e_league_movement_types_update_column": {}, "e_league_movement_types_updates": { "_set": [ - 986 + 987 ], "where": [ - 973 + 974 ], "__typename": [ 85 @@ -17279,10 +17304,10 @@ export default { }, "e_league_proposal_statuses_aggregate": { "aggregate": [ - 993 + 994 ], "nodes": [ - 991 + 992 ], "__typename": [ 85 @@ -17293,7 +17318,7 @@ export default { 41, { "columns": [ - 1006, + 1007, "[e_league_proposal_statuses_select_column!]" ], "distinct": [ @@ -17302,10 +17327,10 @@ export default { } ], "max": [ - 999 + 1000 ], "min": [ - 1000 + 1001 ], "__typename": [ 85 @@ -17313,13 +17338,13 @@ export default { }, "e_league_proposal_statuses_bool_exp": { "_and": [ - 994 + 995 ], "_not": [ - 994 + 995 ], "_or": [ - 994 + 995 ], "description": [ 87 @@ -17335,19 +17360,19 @@ export default { "e_league_proposal_statuses_enum": {}, "e_league_proposal_statuses_enum_comparison_exp": { "_eq": [ - 996 + 997 ], "_in": [ - 996 + 997 ], "_is_null": [ 6 ], "_neq": [ - 996 + 997 ], "_nin": [ - 996 + 997 ], "__typename": [ 85 @@ -17391,7 +17416,7 @@ export default { 41 ], "returning": [ - 991 + 992 ], "__typename": [ 85 @@ -17399,10 +17424,10 @@ export default { }, "e_league_proposal_statuses_obj_rel_insert_input": { "data": [ - 998 + 999 ], "on_conflict": [ - 1003 + 1004 ], "__typename": [ 85 @@ -17410,13 +17435,13 @@ export default { }, "e_league_proposal_statuses_on_conflict": { "constraint": [ - 995 + 996 ], "update_columns": [ - 1010 + 1011 ], "where": [ - 994 + 995 ], "__typename": [ 85 @@ -17424,10 +17449,10 @@ export default { }, "e_league_proposal_statuses_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -17455,10 +17480,10 @@ export default { }, "e_league_proposal_statuses_stream_cursor_input": { "initial_value": [ - 1009 + 1010 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -17478,10 +17503,10 @@ export default { "e_league_proposal_statuses_update_column": {}, "e_league_proposal_statuses_updates": { "_set": [ - 1007 + 1008 ], "where": [ - 994 + 995 ], "__typename": [ 85 @@ -17500,10 +17525,10 @@ export default { }, "e_league_registration_statuses_aggregate": { "aggregate": [ - 1014 + 1015 ], "nodes": [ - 1012 + 1013 ], "__typename": [ 85 @@ -17514,7 +17539,7 @@ export default { 41, { "columns": [ - 1027, + 1028, "[e_league_registration_statuses_select_column!]" ], "distinct": [ @@ -17523,10 +17548,10 @@ export default { } ], "max": [ - 1020 + 1021 ], "min": [ - 1021 + 1022 ], "__typename": [ 85 @@ -17534,13 +17559,13 @@ export default { }, "e_league_registration_statuses_bool_exp": { "_and": [ - 1015 + 1016 ], "_not": [ - 1015 + 1016 ], "_or": [ - 1015 + 1016 ], "description": [ 87 @@ -17556,19 +17581,19 @@ export default { "e_league_registration_statuses_enum": {}, "e_league_registration_statuses_enum_comparison_exp": { "_eq": [ - 1017 + 1018 ], "_in": [ - 1017 + 1018 ], "_is_null": [ 6 ], "_neq": [ - 1017 + 1018 ], "_nin": [ - 1017 + 1018 ], "__typename": [ 85 @@ -17612,7 +17637,7 @@ export default { 41 ], "returning": [ - 1012 + 1013 ], "__typename": [ 85 @@ -17620,10 +17645,10 @@ export default { }, "e_league_registration_statuses_obj_rel_insert_input": { "data": [ - 1019 + 1020 ], "on_conflict": [ - 1024 + 1025 ], "__typename": [ 85 @@ -17631,13 +17656,13 @@ export default { }, "e_league_registration_statuses_on_conflict": { "constraint": [ - 1016 + 1017 ], "update_columns": [ - 1031 + 1032 ], "where": [ - 1015 + 1016 ], "__typename": [ 85 @@ -17645,10 +17670,10 @@ export default { }, "e_league_registration_statuses_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -17676,10 +17701,10 @@ export default { }, "e_league_registration_statuses_stream_cursor_input": { "initial_value": [ - 1030 + 1031 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -17699,10 +17724,10 @@ export default { "e_league_registration_statuses_update_column": {}, "e_league_registration_statuses_updates": { "_set": [ - 1028 + 1029 ], "where": [ - 1015 + 1016 ], "__typename": [ 85 @@ -17721,10 +17746,10 @@ export default { }, "e_league_season_statuses_aggregate": { "aggregate": [ - 1035 + 1036 ], "nodes": [ - 1033 + 1034 ], "__typename": [ 85 @@ -17735,7 +17760,7 @@ export default { 41, { "columns": [ - 1048, + 1049, "[e_league_season_statuses_select_column!]" ], "distinct": [ @@ -17744,10 +17769,10 @@ export default { } ], "max": [ - 1041 + 1042 ], "min": [ - 1042 + 1043 ], "__typename": [ 85 @@ -17755,13 +17780,13 @@ export default { }, "e_league_season_statuses_bool_exp": { "_and": [ - 1036 + 1037 ], "_not": [ - 1036 + 1037 ], "_or": [ - 1036 + 1037 ], "description": [ 87 @@ -17777,19 +17802,19 @@ export default { "e_league_season_statuses_enum": {}, "e_league_season_statuses_enum_comparison_exp": { "_eq": [ - 1038 + 1039 ], "_in": [ - 1038 + 1039 ], "_is_null": [ 6 ], "_neq": [ - 1038 + 1039 ], "_nin": [ - 1038 + 1039 ], "__typename": [ 85 @@ -17833,7 +17858,7 @@ export default { 41 ], "returning": [ - 1033 + 1034 ], "__typename": [ 85 @@ -17841,10 +17866,10 @@ export default { }, "e_league_season_statuses_obj_rel_insert_input": { "data": [ - 1040 + 1041 ], "on_conflict": [ - 1045 + 1046 ], "__typename": [ 85 @@ -17852,13 +17877,13 @@ export default { }, "e_league_season_statuses_on_conflict": { "constraint": [ - 1037 + 1038 ], "update_columns": [ - 1052 + 1053 ], "where": [ - 1036 + 1037 ], "__typename": [ 85 @@ -17866,10 +17891,10 @@ export default { }, "e_league_season_statuses_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -17897,10 +17922,10 @@ export default { }, "e_league_season_statuses_stream_cursor_input": { "initial_value": [ - 1051 + 1052 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -17920,10 +17945,10 @@ export default { "e_league_season_statuses_update_column": {}, "e_league_season_statuses_updates": { "_set": [ - 1049 + 1050 ], "where": [ - 1036 + 1037 ], "__typename": [ 85 @@ -17942,10 +17967,10 @@ export default { }, "e_lobby_access_aggregate": { "aggregate": [ - 1056 + 1057 ], "nodes": [ - 1054 + 1055 ], "__typename": [ 85 @@ -17956,7 +17981,7 @@ export default { 41, { "columns": [ - 1069, + 1070, "[e_lobby_access_select_column!]" ], "distinct": [ @@ -17965,10 +17990,10 @@ export default { } ], "max": [ - 1062 + 1063 ], "min": [ - 1063 + 1064 ], "__typename": [ 85 @@ -17976,13 +18001,13 @@ export default { }, "e_lobby_access_bool_exp": { "_and": [ - 1057 + 1058 ], "_not": [ - 1057 + 1058 ], "_or": [ - 1057 + 1058 ], "description": [ 87 @@ -17998,19 +18023,19 @@ export default { "e_lobby_access_enum": {}, "e_lobby_access_enum_comparison_exp": { "_eq": [ - 1059 + 1060 ], "_in": [ - 1059 + 1060 ], "_is_null": [ 6 ], "_neq": [ - 1059 + 1060 ], "_nin": [ - 1059 + 1060 ], "__typename": [ 85 @@ -18054,7 +18079,7 @@ export default { 41 ], "returning": [ - 1054 + 1055 ], "__typename": [ 85 @@ -18062,10 +18087,10 @@ export default { }, "e_lobby_access_obj_rel_insert_input": { "data": [ - 1061 + 1062 ], "on_conflict": [ - 1066 + 1067 ], "__typename": [ 85 @@ -18073,13 +18098,13 @@ export default { }, "e_lobby_access_on_conflict": { "constraint": [ - 1058 + 1059 ], "update_columns": [ - 1073 + 1074 ], "where": [ - 1057 + 1058 ], "__typename": [ 85 @@ -18087,10 +18112,10 @@ export default { }, "e_lobby_access_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -18118,10 +18143,10 @@ export default { }, "e_lobby_access_stream_cursor_input": { "initial_value": [ - 1072 + 1073 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -18141,10 +18166,10 @@ export default { "e_lobby_access_update_column": {}, "e_lobby_access_updates": { "_set": [ - 1070 + 1071 ], "where": [ - 1057 + 1058 ], "__typename": [ 85 @@ -18163,10 +18188,10 @@ export default { }, "e_lobby_player_status_aggregate": { "aggregate": [ - 1077 + 1078 ], "nodes": [ - 1075 + 1076 ], "__typename": [ 85 @@ -18177,7 +18202,7 @@ export default { 41, { "columns": [ - 1089, + 1090, "[e_lobby_player_status_select_column!]" ], "distinct": [ @@ -18186,10 +18211,10 @@ export default { } ], "max": [ - 1083 + 1084 ], "min": [ - 1084 + 1085 ], "__typename": [ 85 @@ -18197,13 +18222,13 @@ export default { }, "e_lobby_player_status_bool_exp": { "_and": [ - 1078 + 1079 ], "_not": [ - 1078 + 1079 ], "_or": [ - 1078 + 1079 ], "description": [ 87 @@ -18219,19 +18244,19 @@ export default { "e_lobby_player_status_enum": {}, "e_lobby_player_status_enum_comparison_exp": { "_eq": [ - 1080 + 1081 ], "_in": [ - 1080 + 1081 ], "_is_null": [ 6 ], "_neq": [ - 1080 + 1081 ], "_nin": [ - 1080 + 1081 ], "__typename": [ 85 @@ -18275,7 +18300,7 @@ export default { 41 ], "returning": [ - 1075 + 1076 ], "__typename": [ 85 @@ -18283,13 +18308,13 @@ export default { }, "e_lobby_player_status_on_conflict": { "constraint": [ - 1079 + 1080 ], "update_columns": [ - 1093 + 1094 ], "where": [ - 1078 + 1079 ], "__typename": [ 85 @@ -18297,10 +18322,10 @@ export default { }, "e_lobby_player_status_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -18328,10 +18353,10 @@ export default { }, "e_lobby_player_status_stream_cursor_input": { "initial_value": [ - 1092 + 1093 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -18351,10 +18376,10 @@ export default { "e_lobby_player_status_update_column": {}, "e_lobby_player_status_updates": { "_set": [ - 1090 + 1091 ], "where": [ - 1078 + 1079 ], "__typename": [ 85 @@ -18373,10 +18398,10 @@ export default { }, "e_map_pool_types_aggregate": { "aggregate": [ - 1097 + 1098 ], "nodes": [ - 1095 + 1096 ], "__typename": [ 85 @@ -18387,7 +18412,7 @@ export default { 41, { "columns": [ - 1110, + 1111, "[e_map_pool_types_select_column!]" ], "distinct": [ @@ -18396,10 +18421,10 @@ export default { } ], "max": [ - 1103 + 1104 ], "min": [ - 1104 + 1105 ], "__typename": [ 85 @@ -18407,13 +18432,13 @@ export default { }, "e_map_pool_types_bool_exp": { "_and": [ - 1098 + 1099 ], "_not": [ - 1098 + 1099 ], "_or": [ - 1098 + 1099 ], "description": [ 87 @@ -18429,19 +18454,19 @@ export default { "e_map_pool_types_enum": {}, "e_map_pool_types_enum_comparison_exp": { "_eq": [ - 1100 + 1101 ], "_in": [ - 1100 + 1101 ], "_is_null": [ 6 ], "_neq": [ - 1100 + 1101 ], "_nin": [ - 1100 + 1101 ], "__typename": [ 85 @@ -18485,7 +18510,7 @@ export default { 41 ], "returning": [ - 1095 + 1096 ], "__typename": [ 85 @@ -18493,10 +18518,10 @@ export default { }, "e_map_pool_types_obj_rel_insert_input": { "data": [ - 1102 + 1103 ], "on_conflict": [ - 1107 + 1108 ], "__typename": [ 85 @@ -18504,13 +18529,13 @@ export default { }, "e_map_pool_types_on_conflict": { "constraint": [ - 1099 + 1100 ], "update_columns": [ - 1114 + 1115 ], "where": [ - 1098 + 1099 ], "__typename": [ 85 @@ -18518,10 +18543,10 @@ export default { }, "e_map_pool_types_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -18549,10 +18574,10 @@ export default { }, "e_map_pool_types_stream_cursor_input": { "initial_value": [ - 1113 + 1114 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -18572,10 +18597,10 @@ export default { "e_map_pool_types_update_column": {}, "e_map_pool_types_updates": { "_set": [ - 1111 + 1112 ], "where": [ - 1098 + 1099 ], "__typename": [ 85 @@ -18586,10 +18611,10 @@ export default { 85 ], "match_clips": [ - 2863, + 2906, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -18599,19 +18624,19 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_aggregate": [ - 2864, + 2907, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -18621,11 +18646,11 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], @@ -18638,10 +18663,10 @@ export default { }, "e_match_clip_visibility_aggregate": { "aggregate": [ - 1118 + 1119 ], "nodes": [ - 1116 + 1117 ], "__typename": [ 85 @@ -18652,7 +18677,7 @@ export default { 41, { "columns": [ - 1130, + 1131, "[e_match_clip_visibility_select_column!]" ], "distinct": [ @@ -18661,10 +18686,10 @@ export default { } ], "max": [ - 1124 + 1125 ], "min": [ - 1125 + 1126 ], "__typename": [ 85 @@ -18672,22 +18697,22 @@ export default { }, "e_match_clip_visibility_bool_exp": { "_and": [ - 1119 + 1120 ], "_not": [ - 1119 + 1120 ], "_or": [ - 1119 + 1120 ], "description": [ 87 ], "match_clips": [ - 2872 + 2915 ], "match_clips_aggregate": [ - 2865 + 2908 ], "value": [ 87 @@ -18700,19 +18725,19 @@ export default { "e_match_clip_visibility_enum": {}, "e_match_clip_visibility_enum_comparison_exp": { "_eq": [ - 1121 + 1122 ], "_in": [ - 1121 + 1122 ], "_is_null": [ 6 ], "_neq": [ - 1121 + 1122 ], "_nin": [ - 1121 + 1122 ], "__typename": [ 85 @@ -18723,7 +18748,7 @@ export default { 85 ], "match_clips": [ - 2869 + 2912 ], "value": [ 85 @@ -18759,7 +18784,7 @@ export default { 41 ], "returning": [ - 1116 + 1117 ], "__typename": [ 85 @@ -18767,13 +18792,13 @@ export default { }, "e_match_clip_visibility_on_conflict": { "constraint": [ - 1120 + 1121 ], "update_columns": [ - 1134 + 1135 ], "where": [ - 1119 + 1120 ], "__typename": [ 85 @@ -18781,13 +18806,13 @@ export default { }, "e_match_clip_visibility_order_by": { "description": [ - 3558 + 3601 ], "match_clips_aggregate": [ - 2868 + 2911 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -18815,10 +18840,10 @@ export default { }, "e_match_clip_visibility_stream_cursor_input": { "initial_value": [ - 1133 + 1134 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -18838,10 +18863,10 @@ export default { "e_match_clip_visibility_update_column": {}, "e_match_clip_visibility_updates": { "_set": [ - 1131 + 1132 ], "where": [ - 1119 + 1120 ], "__typename": [ 85 @@ -18852,10 +18877,10 @@ export default { 85 ], "match_maps": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -18865,19 +18890,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -18887,11 +18912,11 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], @@ -18904,10 +18929,10 @@ export default { }, "e_match_map_status_aggregate": { "aggregate": [ - 1138 + 1139 ], "nodes": [ - 1136 + 1137 ], "__typename": [ 85 @@ -18918,7 +18943,7 @@ export default { 41, { "columns": [ - 1151, + 1152, "[e_match_map_status_select_column!]" ], "distinct": [ @@ -18927,10 +18952,10 @@ export default { } ], "max": [ - 1144 + 1145 ], "min": [ - 1145 + 1146 ], "__typename": [ 85 @@ -18938,22 +18963,22 @@ export default { }, "e_match_map_status_bool_exp": { "_and": [ - 1139 + 1140 ], "_not": [ - 1139 + 1140 ], "_or": [ - 1139 + 1140 ], "description": [ 87 ], "match_maps": [ - 3167 + 3210 ], "match_maps_aggregate": [ - 3160 + 3203 ], "value": [ 87 @@ -18966,19 +18991,19 @@ export default { "e_match_map_status_enum": {}, "e_match_map_status_enum_comparison_exp": { "_eq": [ - 1141 + 1142 ], "_in": [ - 1141 + 1142 ], "_is_null": [ 6 ], "_neq": [ - 1141 + 1142 ], "_nin": [ - 1141 + 1142 ], "__typename": [ 85 @@ -18989,7 +19014,7 @@ export default { 85 ], "match_maps": [ - 3164 + 3207 ], "value": [ 85 @@ -19025,7 +19050,7 @@ export default { 41 ], "returning": [ - 1136 + 1137 ], "__typename": [ 85 @@ -19033,10 +19058,10 @@ export default { }, "e_match_map_status_obj_rel_insert_input": { "data": [ - 1143 + 1144 ], "on_conflict": [ - 1148 + 1149 ], "__typename": [ 85 @@ -19044,13 +19069,13 @@ export default { }, "e_match_map_status_on_conflict": { "constraint": [ - 1140 + 1141 ], "update_columns": [ - 1155 + 1156 ], "where": [ - 1139 + 1140 ], "__typename": [ 85 @@ -19058,13 +19083,13 @@ export default { }, "e_match_map_status_order_by": { "description": [ - 3558 + 3601 ], "match_maps_aggregate": [ - 3163 + 3206 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -19092,10 +19117,10 @@ export default { }, "e_match_map_status_stream_cursor_input": { "initial_value": [ - 1154 + 1155 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -19115,10 +19140,10 @@ export default { "e_match_map_status_update_column": {}, "e_match_map_status_updates": { "_set": [ - 1152 + 1153 ], "where": [ - 1139 + 1140 ], "__typename": [ 85 @@ -19137,10 +19162,10 @@ export default { }, "e_match_mode_aggregate": { "aggregate": [ - 1159 + 1160 ], "nodes": [ - 1157 + 1158 ], "__typename": [ 85 @@ -19151,7 +19176,7 @@ export default { 41, { "columns": [ - 1171, + 1172, "[e_match_mode_select_column!]" ], "distinct": [ @@ -19160,10 +19185,10 @@ export default { } ], "max": [ - 1165 + 1166 ], "min": [ - 1166 + 1167 ], "__typename": [ 85 @@ -19171,13 +19196,13 @@ export default { }, "e_match_mode_bool_exp": { "_and": [ - 1160 + 1161 ], "_not": [ - 1160 + 1161 ], "_or": [ - 1160 + 1161 ], "description": [ 87 @@ -19193,19 +19218,19 @@ export default { "e_match_mode_enum": {}, "e_match_mode_enum_comparison_exp": { "_eq": [ - 1162 + 1163 ], "_in": [ - 1162 + 1163 ], "_is_null": [ 6 ], "_neq": [ - 1162 + 1163 ], "_nin": [ - 1162 + 1163 ], "__typename": [ 85 @@ -19249,7 +19274,7 @@ export default { 41 ], "returning": [ - 1157 + 1158 ], "__typename": [ 85 @@ -19257,13 +19282,13 @@ export default { }, "e_match_mode_on_conflict": { "constraint": [ - 1161 + 1162 ], "update_columns": [ - 1175 + 1176 ], "where": [ - 1160 + 1161 ], "__typename": [ 85 @@ -19271,10 +19296,10 @@ export default { }, "e_match_mode_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -19302,10 +19327,10 @@ export default { }, "e_match_mode_stream_cursor_input": { "initial_value": [ - 1174 + 1175 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -19325,10 +19350,10 @@ export default { "e_match_mode_update_column": {}, "e_match_mode_updates": { "_set": [ - 1172 + 1173 ], "where": [ - 1160 + 1161 ], "__typename": [ 85 @@ -19339,10 +19364,10 @@ export default { 85 ], "match_lineup_players": [ - 2951, + 2994, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -19352,19 +19377,19 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "match_lineup_players_aggregate": [ - 2952, + 2995, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -19374,11 +19399,11 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], @@ -19391,10 +19416,10 @@ export default { }, "e_match_party_sources_aggregate": { "aggregate": [ - 1179 + 1180 ], "nodes": [ - 1177 + 1178 ], "__typename": [ 85 @@ -19405,7 +19430,7 @@ export default { 41, { "columns": [ - 1191, + 1192, "[e_match_party_sources_select_column!]" ], "distinct": [ @@ -19414,10 +19439,10 @@ export default { } ], "max": [ - 1185 + 1186 ], "min": [ - 1186 + 1187 ], "__typename": [ 85 @@ -19425,22 +19450,22 @@ export default { }, "e_match_party_sources_bool_exp": { "_and": [ - 1180 + 1181 ], "_not": [ - 1180 + 1181 ], "_or": [ - 1180 + 1181 ], "description": [ 87 ], "match_lineup_players": [ - 2962 + 3005 ], "match_lineup_players_aggregate": [ - 2953 + 2996 ], "value": [ 87 @@ -19453,19 +19478,19 @@ export default { "e_match_party_sources_enum": {}, "e_match_party_sources_enum_comparison_exp": { "_eq": [ - 1182 + 1183 ], "_in": [ - 1182 + 1183 ], "_is_null": [ 6 ], "_neq": [ - 1182 + 1183 ], "_nin": [ - 1182 + 1183 ], "__typename": [ 85 @@ -19476,7 +19501,7 @@ export default { 85 ], "match_lineup_players": [ - 2959 + 3002 ], "value": [ 85 @@ -19512,7 +19537,7 @@ export default { 41 ], "returning": [ - 1177 + 1178 ], "__typename": [ 85 @@ -19520,13 +19545,13 @@ export default { }, "e_match_party_sources_on_conflict": { "constraint": [ - 1181 + 1182 ], "update_columns": [ - 1195 + 1196 ], "where": [ - 1180 + 1181 ], "__typename": [ 85 @@ -19534,13 +19559,13 @@ export default { }, "e_match_party_sources_order_by": { "description": [ - 3558 + 3601 ], "match_lineup_players_aggregate": [ - 2958 + 3001 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -19568,10 +19593,10 @@ export default { }, "e_match_party_sources_stream_cursor_input": { "initial_value": [ - 1194 + 1195 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -19591,10 +19616,10 @@ export default { "e_match_party_sources_update_column": {}, "e_match_party_sources_updates": { "_set": [ - 1192 + 1193 ], "where": [ - 1180 + 1181 ], "__typename": [ 85 @@ -19605,10 +19630,10 @@ export default { 85 ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -19618,19 +19643,19 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_aggregate": [ - 3343, + 3386, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -19640,11 +19665,11 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], @@ -19657,10 +19682,10 @@ export default { }, "e_match_status_aggregate": { "aggregate": [ - 1199 + 1200 ], "nodes": [ - 1197 + 1198 ], "__typename": [ 85 @@ -19671,7 +19696,7 @@ export default { 41, { "columns": [ - 1212, + 1213, "[e_match_status_select_column!]" ], "distinct": [ @@ -19680,10 +19705,10 @@ export default { } ], "max": [ - 1205 + 1206 ], "min": [ - 1206 + 1207 ], "__typename": [ 85 @@ -19691,22 +19716,22 @@ export default { }, "e_match_status_bool_exp": { "_and": [ - 1200 + 1201 ], "_not": [ - 1200 + 1201 ], "_or": [ - 1200 + 1201 ], "description": [ 87 ], "matches": [ - 3353 + 3396 ], "matches_aggregate": [ - 3344 + 3387 ], "value": [ 87 @@ -19719,19 +19744,19 @@ export default { "e_match_status_enum": {}, "e_match_status_enum_comparison_exp": { "_eq": [ - 1202 + 1203 ], "_in": [ - 1202 + 1203 ], "_is_null": [ 6 ], "_neq": [ - 1202 + 1203 ], "_nin": [ - 1202 + 1203 ], "__typename": [ 85 @@ -19742,7 +19767,7 @@ export default { 85 ], "matches": [ - 3350 + 3393 ], "value": [ 85 @@ -19778,7 +19803,7 @@ export default { 41 ], "returning": [ - 1197 + 1198 ], "__typename": [ 85 @@ -19786,10 +19811,10 @@ export default { }, "e_match_status_obj_rel_insert_input": { "data": [ - 1204 + 1205 ], "on_conflict": [ - 1209 + 1210 ], "__typename": [ 85 @@ -19797,13 +19822,13 @@ export default { }, "e_match_status_on_conflict": { "constraint": [ - 1201 + 1202 ], "update_columns": [ - 1216 + 1217 ], "where": [ - 1200 + 1201 ], "__typename": [ 85 @@ -19811,13 +19836,13 @@ export default { }, "e_match_status_order_by": { "description": [ - 3558 + 3601 ], "matches_aggregate": [ - 3349 + 3392 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -19845,10 +19870,10 @@ export default { }, "e_match_status_stream_cursor_input": { "initial_value": [ - 1215 + 1216 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -19868,10 +19893,10 @@ export default { "e_match_status_update_column": {}, "e_match_status_updates": { "_set": [ - 1213 + 1214 ], "where": [ - 1200 + 1201 ], "__typename": [ 85 @@ -19882,10 +19907,10 @@ export default { 85 ], "maps": [ - 2834, + 2877, { "distinct_on": [ - 2855, + 2898, "[maps_select_column!]" ], "limit": [ @@ -19895,19 +19920,19 @@ export default { 41 ], "order_by": [ - 2853, + 2896, "[maps_order_by!]" ], "where": [ - 2843 + 2886 ] } ], "maps_aggregate": [ - 2835, + 2878, { "distinct_on": [ - 2855, + 2898, "[maps_select_column!]" ], "limit": [ @@ -19917,11 +19942,11 @@ export default { 41 ], "order_by": [ - 2853, + 2896, "[maps_order_by!]" ], "where": [ - 2843 + 2886 ] } ], @@ -19934,10 +19959,10 @@ export default { }, "e_match_types_aggregate": { "aggregate": [ - 1220 + 1221 ], "nodes": [ - 1218 + 1219 ], "__typename": [ 85 @@ -19948,7 +19973,7 @@ export default { 41, { "columns": [ - 1233, + 1234, "[e_match_types_select_column!]" ], "distinct": [ @@ -19957,10 +19982,10 @@ export default { } ], "max": [ - 1226 + 1227 ], "min": [ - 1227 + 1228 ], "__typename": [ 85 @@ -19968,22 +19993,22 @@ export default { }, "e_match_types_bool_exp": { "_and": [ - 1221 + 1222 ], "_not": [ - 1221 + 1222 ], "_or": [ - 1221 + 1222 ], "description": [ 87 ], "maps": [ - 2843 + 2886 ], "maps_aggregate": [ - 2836 + 2879 ], "value": [ 87 @@ -19996,19 +20021,19 @@ export default { "e_match_types_enum": {}, "e_match_types_enum_comparison_exp": { "_eq": [ - 1223 + 1224 ], "_in": [ - 1223 + 1224 ], "_is_null": [ 6 ], "_neq": [ - 1223 + 1224 ], "_nin": [ - 1223 + 1224 ], "__typename": [ 85 @@ -20019,7 +20044,7 @@ export default { 85 ], "maps": [ - 2842 + 2885 ], "value": [ 85 @@ -20055,7 +20080,7 @@ export default { 41 ], "returning": [ - 1218 + 1219 ], "__typename": [ 85 @@ -20063,10 +20088,10 @@ export default { }, "e_match_types_obj_rel_insert_input": { "data": [ - 1225 + 1226 ], "on_conflict": [ - 1230 + 1231 ], "__typename": [ 85 @@ -20074,13 +20099,13 @@ export default { }, "e_match_types_on_conflict": { "constraint": [ - 1222 + 1223 ], "update_columns": [ - 1237 + 1238 ], "where": [ - 1221 + 1222 ], "__typename": [ 85 @@ -20088,13 +20113,13 @@ export default { }, "e_match_types_order_by": { "description": [ - 3558 + 3601 ], "maps_aggregate": [ - 2841 + 2884 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -20122,10 +20147,10 @@ export default { }, "e_match_types_stream_cursor_input": { "initial_value": [ - 1236 + 1237 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -20145,10 +20170,10 @@ export default { "e_match_types_update_column": {}, "e_match_types_updates": { "_set": [ - 1234 + 1235 ], "where": [ - 1221 + 1222 ], "__typename": [ 85 @@ -20167,10 +20192,10 @@ export default { }, "e_notification_types_aggregate": { "aggregate": [ - 1241 + 1242 ], "nodes": [ - 1239 + 1240 ], "__typename": [ 85 @@ -20181,7 +20206,7 @@ export default { 41, { "columns": [ - 1253, + 1254, "[e_notification_types_select_column!]" ], "distinct": [ @@ -20190,10 +20215,10 @@ export default { } ], "max": [ - 1247 + 1248 ], "min": [ - 1248 + 1249 ], "__typename": [ 85 @@ -20201,13 +20226,13 @@ export default { }, "e_notification_types_bool_exp": { "_and": [ - 1242 + 1243 ], "_not": [ - 1242 + 1243 ], "_or": [ - 1242 + 1243 ], "description": [ 87 @@ -20223,19 +20248,19 @@ export default { "e_notification_types_enum": {}, "e_notification_types_enum_comparison_exp": { "_eq": [ - 1244 + 1245 ], "_in": [ - 1244 + 1245 ], "_is_null": [ 6 ], "_neq": [ - 1244 + 1245 ], "_nin": [ - 1244 + 1245 ], "__typename": [ 85 @@ -20279,7 +20304,7 @@ export default { 41 ], "returning": [ - 1239 + 1240 ], "__typename": [ 85 @@ -20287,13 +20312,13 @@ export default { }, "e_notification_types_on_conflict": { "constraint": [ - 1243 + 1244 ], "update_columns": [ - 1257 + 1258 ], "where": [ - 1242 + 1243 ], "__typename": [ 85 @@ -20301,10 +20326,10 @@ export default { }, "e_notification_types_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -20332,10 +20357,10 @@ export default { }, "e_notification_types_stream_cursor_input": { "initial_value": [ - 1256 + 1257 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -20355,10 +20380,10 @@ export default { "e_notification_types_update_column": {}, "e_notification_types_updates": { "_set": [ - 1254 + 1255 ], "where": [ - 1242 + 1243 ], "__typename": [ 85 @@ -20369,10 +20394,10 @@ export default { 85 ], "player_objectives": [ - 4114, + 4157, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -20382,19 +20407,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_objectives_aggregate": [ - 4115, + 4158, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -20404,11 +20429,11 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], @@ -20421,10 +20446,10 @@ export default { }, "e_objective_types_aggregate": { "aggregate": [ - 1261 + 1262 ], "nodes": [ - 1259 + 1260 ], "__typename": [ 85 @@ -20435,7 +20460,7 @@ export default { 41, { "columns": [ - 1273, + 1274, "[e_objective_types_select_column!]" ], "distinct": [ @@ -20444,10 +20469,10 @@ export default { } ], "max": [ - 1267 + 1268 ], "min": [ - 1268 + 1269 ], "__typename": [ 85 @@ -20455,22 +20480,22 @@ export default { }, "e_objective_types_bool_exp": { "_and": [ - 1262 + 1263 ], "_not": [ - 1262 + 1263 ], "_or": [ - 1262 + 1263 ], "description": [ 87 ], "player_objectives": [ - 4123 + 4166 ], "player_objectives_aggregate": [ - 4116 + 4159 ], "value": [ 87 @@ -20483,19 +20508,19 @@ export default { "e_objective_types_enum": {}, "e_objective_types_enum_comparison_exp": { "_eq": [ - 1264 + 1265 ], "_in": [ - 1264 + 1265 ], "_is_null": [ 6 ], "_neq": [ - 1264 + 1265 ], "_nin": [ - 1264 + 1265 ], "__typename": [ 85 @@ -20506,7 +20531,7 @@ export default { 85 ], "player_objectives": [ - 4120 + 4163 ], "value": [ 85 @@ -20542,7 +20567,7 @@ export default { 41 ], "returning": [ - 1259 + 1260 ], "__typename": [ 85 @@ -20550,13 +20575,13 @@ export default { }, "e_objective_types_on_conflict": { "constraint": [ - 1263 + 1264 ], "update_columns": [ - 1277 + 1278 ], "where": [ - 1262 + 1263 ], "__typename": [ 85 @@ -20564,13 +20589,13 @@ export default { }, "e_objective_types_order_by": { "description": [ - 3558 + 3601 ], "player_objectives_aggregate": [ - 4119 + 4162 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -20598,10 +20623,10 @@ export default { }, "e_objective_types_stream_cursor_input": { "initial_value": [ - 1276 + 1277 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -20621,10 +20646,10 @@ export default { "e_objective_types_update_column": {}, "e_objective_types_updates": { "_set": [ - 1274 + 1275 ], "where": [ - 1262 + 1263 ], "__typename": [ 85 @@ -20643,10 +20668,10 @@ export default { }, "e_player_roles_aggregate": { "aggregate": [ - 1281 + 1282 ], "nodes": [ - 1279 + 1280 ], "__typename": [ 85 @@ -20657,7 +20682,7 @@ export default { 41, { "columns": [ - 1293, + 1294, "[e_player_roles_select_column!]" ], "distinct": [ @@ -20666,10 +20691,10 @@ export default { } ], "max": [ - 1287 + 1288 ], "min": [ - 1288 + 1289 ], "__typename": [ 85 @@ -20677,13 +20702,13 @@ export default { }, "e_player_roles_bool_exp": { "_and": [ - 1282 + 1283 ], "_not": [ - 1282 + 1283 ], "_or": [ - 1282 + 1283 ], "description": [ 87 @@ -20699,19 +20724,19 @@ export default { "e_player_roles_enum": {}, "e_player_roles_enum_comparison_exp": { "_eq": [ - 1284 + 1285 ], "_in": [ - 1284 + 1285 ], "_is_null": [ 6 ], "_neq": [ - 1284 + 1285 ], "_nin": [ - 1284 + 1285 ], "__typename": [ 85 @@ -20755,7 +20780,7 @@ export default { 41 ], "returning": [ - 1279 + 1280 ], "__typename": [ 85 @@ -20763,13 +20788,13 @@ export default { }, "e_player_roles_on_conflict": { "constraint": [ - 1283 + 1284 ], "update_columns": [ - 1297 + 1298 ], "where": [ - 1282 + 1283 ], "__typename": [ 85 @@ -20777,10 +20802,10 @@ export default { }, "e_player_roles_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -20808,10 +20833,10 @@ export default { }, "e_player_roles_stream_cursor_input": { "initial_value": [ - 1296 + 1297 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -20831,10 +20856,10 @@ export default { "e_player_roles_update_column": {}, "e_player_roles_updates": { "_set": [ - 1294 + 1295 ], "where": [ - 1282 + 1283 ], "__typename": [ 85 @@ -20853,10 +20878,10 @@ export default { }, "e_plugin_runtimes_aggregate": { "aggregate": [ - 1301 + 1302 ], "nodes": [ - 1299 + 1300 ], "__typename": [ 85 @@ -20867,7 +20892,7 @@ export default { 41, { "columns": [ - 1313, + 1314, "[e_plugin_runtimes_select_column!]" ], "distinct": [ @@ -20876,10 +20901,10 @@ export default { } ], "max": [ - 1307 + 1308 ], "min": [ - 1308 + 1309 ], "__typename": [ 85 @@ -20887,13 +20912,13 @@ export default { }, "e_plugin_runtimes_bool_exp": { "_and": [ - 1302 + 1303 ], "_not": [ - 1302 + 1303 ], "_or": [ - 1302 + 1303 ], "description": [ 87 @@ -20909,19 +20934,19 @@ export default { "e_plugin_runtimes_enum": {}, "e_plugin_runtimes_enum_comparison_exp": { "_eq": [ - 1304 + 1305 ], "_in": [ - 1304 + 1305 ], "_is_null": [ 6 ], "_neq": [ - 1304 + 1305 ], "_nin": [ - 1304 + 1305 ], "__typename": [ 85 @@ -20965,7 +20990,7 @@ export default { 41 ], "returning": [ - 1299 + 1300 ], "__typename": [ 85 @@ -20973,13 +20998,13 @@ export default { }, "e_plugin_runtimes_on_conflict": { "constraint": [ - 1303 + 1304 ], "update_columns": [ - 1317 + 1318 ], "where": [ - 1302 + 1303 ], "__typename": [ 85 @@ -20987,10 +21012,10 @@ export default { }, "e_plugin_runtimes_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -21018,10 +21043,10 @@ export default { }, "e_plugin_runtimes_stream_cursor_input": { "initial_value": [ - 1316 + 1317 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -21041,10 +21066,10 @@ export default { "e_plugin_runtimes_update_column": {}, "e_plugin_runtimes_updates": { "_set": [ - 1314 + 1315 ], "where": [ - 1302 + 1303 ], "__typename": [ 85 @@ -21063,10 +21088,10 @@ export default { }, "e_ready_settings_aggregate": { "aggregate": [ - 1321 + 1322 ], "nodes": [ - 1319 + 1320 ], "__typename": [ 85 @@ -21077,7 +21102,7 @@ export default { 41, { "columns": [ - 1333, + 1334, "[e_ready_settings_select_column!]" ], "distinct": [ @@ -21086,10 +21111,10 @@ export default { } ], "max": [ - 1327 + 1328 ], "min": [ - 1328 + 1329 ], "__typename": [ 85 @@ -21097,13 +21122,13 @@ export default { }, "e_ready_settings_bool_exp": { "_and": [ - 1322 + 1323 ], "_not": [ - 1322 + 1323 ], "_or": [ - 1322 + 1323 ], "description": [ 87 @@ -21119,19 +21144,19 @@ export default { "e_ready_settings_enum": {}, "e_ready_settings_enum_comparison_exp": { "_eq": [ - 1324 + 1325 ], "_in": [ - 1324 + 1325 ], "_is_null": [ 6 ], "_neq": [ - 1324 + 1325 ], "_nin": [ - 1324 + 1325 ], "__typename": [ 85 @@ -21175,7 +21200,7 @@ export default { 41 ], "returning": [ - 1319 + 1320 ], "__typename": [ 85 @@ -21183,13 +21208,13 @@ export default { }, "e_ready_settings_on_conflict": { "constraint": [ - 1323 + 1324 ], "update_columns": [ - 1337 + 1338 ], "where": [ - 1322 + 1323 ], "__typename": [ 85 @@ -21197,10 +21222,10 @@ export default { }, "e_ready_settings_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -21228,10 +21253,10 @@ export default { }, "e_ready_settings_stream_cursor_input": { "initial_value": [ - 1336 + 1337 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -21251,10 +21276,10 @@ export default { "e_ready_settings_update_column": {}, "e_ready_settings_updates": { "_set": [ - 1334 + 1335 ], "where": [ - 1322 + 1323 ], "__typename": [ 85 @@ -21273,10 +21298,10 @@ export default { }, "e_sanction_types_aggregate": { "aggregate": [ - 1341 + 1342 ], "nodes": [ - 1339 + 1340 ], "__typename": [ 85 @@ -21287,7 +21312,7 @@ export default { 41, { "columns": [ - 1354, + 1355, "[e_sanction_types_select_column!]" ], "distinct": [ @@ -21296,10 +21321,10 @@ export default { } ], "max": [ - 1347 + 1348 ], "min": [ - 1348 + 1349 ], "__typename": [ 85 @@ -21307,13 +21332,13 @@ export default { }, "e_sanction_types_bool_exp": { "_and": [ - 1342 + 1343 ], "_not": [ - 1342 + 1343 ], "_or": [ - 1342 + 1343 ], "description": [ 87 @@ -21329,19 +21354,19 @@ export default { "e_sanction_types_enum": {}, "e_sanction_types_enum_comparison_exp": { "_eq": [ - 1344 + 1345 ], "_in": [ - 1344 + 1345 ], "_is_null": [ 6 ], "_neq": [ - 1344 + 1345 ], "_nin": [ - 1344 + 1345 ], "__typename": [ 85 @@ -21385,7 +21410,7 @@ export default { 41 ], "returning": [ - 1339 + 1340 ], "__typename": [ 85 @@ -21393,10 +21418,10 @@ export default { }, "e_sanction_types_obj_rel_insert_input": { "data": [ - 1346 + 1347 ], "on_conflict": [ - 1351 + 1352 ], "__typename": [ 85 @@ -21404,13 +21429,13 @@ export default { }, "e_sanction_types_on_conflict": { "constraint": [ - 1343 + 1344 ], "update_columns": [ - 1358 + 1359 ], "where": [ - 1342 + 1343 ], "__typename": [ 85 @@ -21418,10 +21443,10 @@ export default { }, "e_sanction_types_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -21449,10 +21474,10 @@ export default { }, "e_sanction_types_stream_cursor_input": { "initial_value": [ - 1357 + 1358 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -21472,10 +21497,10 @@ export default { "e_sanction_types_update_column": {}, "e_sanction_types_updates": { "_set": [ - 1355 + 1356 ], "where": [ - 1342 + 1343 ], "__typename": [ 85 @@ -21486,10 +21511,10 @@ export default { 85 ], "scrim_requests": [ - 5003, + 5046, { "distinct_on": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -21499,19 +21524,19 @@ export default { 41 ], "order_by": [ - 5025, + 5068, "[team_scrim_requests_order_by!]" ], "where": [ - 5014 + 5057 ] } ], "scrim_requests_aggregate": [ - 5004, + 5047, { "distinct_on": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -21521,11 +21546,11 @@ export default { 41 ], "order_by": [ - 5025, + 5068, "[team_scrim_requests_order_by!]" ], "where": [ - 5014 + 5057 ] } ], @@ -21538,10 +21563,10 @@ export default { }, "e_scrim_request_statuses_aggregate": { "aggregate": [ - 1362 + 1363 ], "nodes": [ - 1360 + 1361 ], "__typename": [ 85 @@ -21552,7 +21577,7 @@ export default { 41, { "columns": [ - 1374, + 1375, "[e_scrim_request_statuses_select_column!]" ], "distinct": [ @@ -21561,10 +21586,10 @@ export default { } ], "max": [ - 1368 + 1369 ], "min": [ - 1369 + 1370 ], "__typename": [ 85 @@ -21572,22 +21597,22 @@ export default { }, "e_scrim_request_statuses_bool_exp": { "_and": [ - 1363 + 1364 ], "_not": [ - 1363 + 1364 ], "_or": [ - 1363 + 1364 ], "description": [ 87 ], "scrim_requests": [ - 5014 + 5057 ], "scrim_requests_aggregate": [ - 5005 + 5048 ], "value": [ 87 @@ -21600,19 +21625,19 @@ export default { "e_scrim_request_statuses_enum": {}, "e_scrim_request_statuses_enum_comparison_exp": { "_eq": [ - 1365 + 1366 ], "_in": [ - 1365 + 1366 ], "_is_null": [ 6 ], "_neq": [ - 1365 + 1366 ], "_nin": [ - 1365 + 1366 ], "__typename": [ 85 @@ -21623,7 +21648,7 @@ export default { 85 ], "scrim_requests": [ - 5011 + 5054 ], "value": [ 85 @@ -21659,7 +21684,7 @@ export default { 41 ], "returning": [ - 1360 + 1361 ], "__typename": [ 85 @@ -21667,13 +21692,13 @@ export default { }, "e_scrim_request_statuses_on_conflict": { "constraint": [ - 1364 + 1365 ], "update_columns": [ - 1378 + 1379 ], "where": [ - 1363 + 1364 ], "__typename": [ 85 @@ -21681,13 +21706,13 @@ export default { }, "e_scrim_request_statuses_order_by": { "description": [ - 3558 + 3601 ], "scrim_requests_aggregate": [ - 5010 + 5053 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -21715,10 +21740,10 @@ export default { }, "e_scrim_request_statuses_stream_cursor_input": { "initial_value": [ - 1377 + 1378 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -21738,10 +21763,10 @@ export default { "e_scrim_request_statuses_update_column": {}, "e_scrim_request_statuses_updates": { "_set": [ - 1375 + 1376 ], "where": [ - 1363 + 1364 ], "__typename": [ 85 @@ -21752,10 +21777,10 @@ export default { 85 ], "servers": [ - 4671, + 4714, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -21765,19 +21790,19 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "servers_aggregate": [ - 4672, + 4715, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -21787,11 +21812,11 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], @@ -21804,10 +21829,10 @@ export default { }, "e_server_types_aggregate": { "aggregate": [ - 1382 + 1383 ], "nodes": [ - 1380 + 1381 ], "__typename": [ 85 @@ -21818,7 +21843,7 @@ export default { 41, { "columns": [ - 1394, + 1395, "[e_server_types_select_column!]" ], "distinct": [ @@ -21827,10 +21852,10 @@ export default { } ], "max": [ - 1388 + 1389 ], "min": [ - 1389 + 1390 ], "__typename": [ 85 @@ -21838,22 +21863,22 @@ export default { }, "e_server_types_bool_exp": { "_and": [ - 1383 + 1384 ], "_not": [ - 1383 + 1384 ], "_or": [ - 1383 + 1384 ], "description": [ 87 ], "servers": [ - 4683 + 4726 ], "servers_aggregate": [ - 4673 + 4716 ], "value": [ 87 @@ -21866,19 +21891,19 @@ export default { "e_server_types_enum": {}, "e_server_types_enum_comparison_exp": { "_eq": [ - 1385 + 1386 ], "_in": [ - 1385 + 1386 ], "_is_null": [ 6 ], "_neq": [ - 1385 + 1386 ], "_nin": [ - 1385 + 1386 ], "__typename": [ 85 @@ -21889,7 +21914,7 @@ export default { 85 ], "servers": [ - 4680 + 4723 ], "value": [ 85 @@ -21925,7 +21950,7 @@ export default { 41 ], "returning": [ - 1380 + 1381 ], "__typename": [ 85 @@ -21933,13 +21958,13 @@ export default { }, "e_server_types_on_conflict": { "constraint": [ - 1384 + 1385 ], "update_columns": [ - 1398 + 1399 ], "where": [ - 1383 + 1384 ], "__typename": [ 85 @@ -21947,13 +21972,13 @@ export default { }, "e_server_types_order_by": { "description": [ - 3558 + 3601 ], "servers_aggregate": [ - 4678 + 4721 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -21981,10 +22006,10 @@ export default { }, "e_server_types_stream_cursor_input": { "initial_value": [ - 1397 + 1398 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -22004,10 +22029,10 @@ export default { "e_server_types_update_column": {}, "e_server_types_updates": { "_set": [ - 1395 + 1396 ], "where": [ - 1383 + 1384 ], "__typename": [ 85 @@ -22018,10 +22043,10 @@ export default { 85 ], "match_map_lineup_1": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -22031,19 +22056,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_map_lineup_1_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -22053,19 +22078,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_map_lineup_2": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -22075,19 +22100,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_map_lineup_2_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -22097,11 +22122,11 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], @@ -22114,10 +22139,10 @@ export default { }, "e_sides_aggregate": { "aggregate": [ - 1402 + 1403 ], "nodes": [ - 1400 + 1401 ], "__typename": [ 85 @@ -22128,7 +22153,7 @@ export default { 41, { "columns": [ - 1414, + 1415, "[e_sides_select_column!]" ], "distinct": [ @@ -22137,10 +22162,10 @@ export default { } ], "max": [ - 1408 + 1409 ], "min": [ - 1409 + 1410 ], "__typename": [ 85 @@ -22148,28 +22173,28 @@ export default { }, "e_sides_bool_exp": { "_and": [ - 1403 + 1404 ], "_not": [ - 1403 + 1404 ], "_or": [ - 1403 + 1404 ], "description": [ 87 ], "match_map_lineup_1": [ - 3167 + 3210 ], "match_map_lineup_1_aggregate": [ - 3160 + 3203 ], "match_map_lineup_2": [ - 3167 + 3210 ], "match_map_lineup_2_aggregate": [ - 3160 + 3203 ], "value": [ 87 @@ -22182,19 +22207,19 @@ export default { "e_sides_enum": {}, "e_sides_enum_comparison_exp": { "_eq": [ - 1405 + 1406 ], "_in": [ - 1405 + 1406 ], "_is_null": [ 6 ], "_neq": [ - 1405 + 1406 ], "_nin": [ - 1405 + 1406 ], "__typename": [ 85 @@ -22205,10 +22230,10 @@ export default { 85 ], "match_map_lineup_1": [ - 3164 + 3207 ], "match_map_lineup_2": [ - 3164 + 3207 ], "value": [ 85 @@ -22244,7 +22269,7 @@ export default { 41 ], "returning": [ - 1400 + 1401 ], "__typename": [ 85 @@ -22252,13 +22277,13 @@ export default { }, "e_sides_on_conflict": { "constraint": [ - 1404 + 1405 ], "update_columns": [ - 1418 + 1419 ], "where": [ - 1403 + 1404 ], "__typename": [ 85 @@ -22266,16 +22291,16 @@ export default { }, "e_sides_order_by": { "description": [ - 3558 + 3601 ], "match_map_lineup_1_aggregate": [ - 3163 + 3206 ], "match_map_lineup_2_aggregate": [ - 3163 + 3206 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -22303,10 +22328,10 @@ export default { }, "e_sides_stream_cursor_input": { "initial_value": [ - 1417 + 1418 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -22326,10 +22351,10 @@ export default { "e_sides_update_column": {}, "e_sides_updates": { "_set": [ - 1415 + 1416 ], "where": [ - 1403 + 1404 ], "__typename": [ 85 @@ -22348,10 +22373,10 @@ export default { }, "e_system_alert_types_aggregate": { "aggregate": [ - 1422 + 1423 ], "nodes": [ - 1420 + 1421 ], "__typename": [ 85 @@ -22362,7 +22387,7 @@ export default { 41, { "columns": [ - 1434, + 1435, "[e_system_alert_types_select_column!]" ], "distinct": [ @@ -22371,10 +22396,10 @@ export default { } ], "max": [ - 1428 + 1429 ], "min": [ - 1429 + 1430 ], "__typename": [ 85 @@ -22382,13 +22407,13 @@ export default { }, "e_system_alert_types_bool_exp": { "_and": [ - 1423 + 1424 ], "_not": [ - 1423 + 1424 ], "_or": [ - 1423 + 1424 ], "description": [ 87 @@ -22404,19 +22429,19 @@ export default { "e_system_alert_types_enum": {}, "e_system_alert_types_enum_comparison_exp": { "_eq": [ - 1425 + 1426 ], "_in": [ - 1425 + 1426 ], "_is_null": [ 6 ], "_neq": [ - 1425 + 1426 ], "_nin": [ - 1425 + 1426 ], "__typename": [ 85 @@ -22460,7 +22485,7 @@ export default { 41 ], "returning": [ - 1420 + 1421 ], "__typename": [ 85 @@ -22468,13 +22493,13 @@ export default { }, "e_system_alert_types_on_conflict": { "constraint": [ - 1424 + 1425 ], "update_columns": [ - 1438 + 1439 ], "where": [ - 1423 + 1424 ], "__typename": [ 85 @@ -22482,10 +22507,10 @@ export default { }, "e_system_alert_types_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -22513,10 +22538,10 @@ export default { }, "e_system_alert_types_stream_cursor_input": { "initial_value": [ - 1437 + 1438 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -22536,10 +22561,10 @@ export default { "e_system_alert_types_update_column": {}, "e_system_alert_types_updates": { "_set": [ - 1435 + 1436 ], "where": [ - 1423 + 1424 ], "__typename": [ 85 @@ -22550,10 +22575,10 @@ export default { 85 ], "team_rosters": [ - 4862, + 4905, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -22563,19 +22588,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "team_rosters_aggregate": [ - 4863, + 4906, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -22585,19 +22610,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "tournament_team_rosters": [ - 5506, + 5640, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -22607,19 +22632,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournament_team_rosters_aggregate": [ - 5507, + 5641, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -22629,11 +22654,11 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], @@ -22646,10 +22671,10 @@ export default { }, "e_team_roles_aggregate": { "aggregate": [ - 1442 + 1443 ], "nodes": [ - 1440 + 1441 ], "__typename": [ 85 @@ -22660,7 +22685,7 @@ export default { 41, { "columns": [ - 1455, + 1456, "[e_team_roles_select_column!]" ], "distinct": [ @@ -22669,10 +22694,10 @@ export default { } ], "max": [ - 1448 + 1449 ], "min": [ - 1449 + 1450 ], "__typename": [ 85 @@ -22680,28 +22705,28 @@ export default { }, "e_team_roles_bool_exp": { "_and": [ - 1443 + 1444 ], "_not": [ - 1443 + 1444 ], "_or": [ - 1443 + 1444 ], "description": [ 87 ], "team_rosters": [ - 4873 + 4916 ], "team_rosters_aggregate": [ - 4864 + 4907 ], "tournament_team_rosters": [ - 5515 + 5649 ], "tournament_team_rosters_aggregate": [ - 5508 + 5642 ], "value": [ 87 @@ -22714,19 +22739,19 @@ export default { "e_team_roles_enum": {}, "e_team_roles_enum_comparison_exp": { "_eq": [ - 1445 + 1446 ], "_in": [ - 1445 + 1446 ], "_is_null": [ 6 ], "_neq": [ - 1445 + 1446 ], "_nin": [ - 1445 + 1446 ], "__typename": [ 85 @@ -22737,10 +22762,10 @@ export default { 85 ], "team_rosters": [ - 4870 + 4913 ], "tournament_team_rosters": [ - 5512 + 5646 ], "value": [ 85 @@ -22776,7 +22801,7 @@ export default { 41 ], "returning": [ - 1440 + 1441 ], "__typename": [ 85 @@ -22784,10 +22809,10 @@ export default { }, "e_team_roles_obj_rel_insert_input": { "data": [ - 1447 + 1448 ], "on_conflict": [ - 1452 + 1453 ], "__typename": [ 85 @@ -22795,13 +22820,13 @@ export default { }, "e_team_roles_on_conflict": { "constraint": [ - 1444 + 1445 ], "update_columns": [ - 1459 + 1460 ], "where": [ - 1443 + 1444 ], "__typename": [ 85 @@ -22809,16 +22834,16 @@ export default { }, "e_team_roles_order_by": { "description": [ - 3558 + 3601 ], "team_rosters_aggregate": [ - 4869 + 4912 ], "tournament_team_rosters_aggregate": [ - 5511 + 5645 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -22846,10 +22871,10 @@ export default { }, "e_team_roles_stream_cursor_input": { "initial_value": [ - 1458 + 1459 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -22869,10 +22894,10 @@ export default { "e_team_roles_update_column": {}, "e_team_roles_updates": { "_set": [ - 1456 + 1457 ], "where": [ - 1443 + 1444 ], "__typename": [ 85 @@ -22891,10 +22916,10 @@ export default { }, "e_team_roster_statuses_aggregate": { "aggregate": [ - 1463 + 1464 ], "nodes": [ - 1461 + 1462 ], "__typename": [ 85 @@ -22905,7 +22930,7 @@ export default { 41, { "columns": [ - 1475, + 1476, "[e_team_roster_statuses_select_column!]" ], "distinct": [ @@ -22914,10 +22939,10 @@ export default { } ], "max": [ - 1469 + 1470 ], "min": [ - 1470 + 1471 ], "__typename": [ 85 @@ -22925,13 +22950,13 @@ export default { }, "e_team_roster_statuses_bool_exp": { "_and": [ - 1464 + 1465 ], "_not": [ - 1464 + 1465 ], "_or": [ - 1464 + 1465 ], "description": [ 87 @@ -22947,19 +22972,19 @@ export default { "e_team_roster_statuses_enum": {}, "e_team_roster_statuses_enum_comparison_exp": { "_eq": [ - 1466 + 1467 ], "_in": [ - 1466 + 1467 ], "_is_null": [ 6 ], "_neq": [ - 1466 + 1467 ], "_nin": [ - 1466 + 1467 ], "__typename": [ 85 @@ -23003,7 +23028,7 @@ export default { 41 ], "returning": [ - 1461 + 1462 ], "__typename": [ 85 @@ -23011,13 +23036,13 @@ export default { }, "e_team_roster_statuses_on_conflict": { "constraint": [ - 1465 + 1466 ], "update_columns": [ - 1479 + 1480 ], "where": [ - 1464 + 1465 ], "__typename": [ 85 @@ -23025,10 +23050,10 @@ export default { }, "e_team_roster_statuses_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -23056,10 +23081,10 @@ export default { }, "e_team_roster_statuses_stream_cursor_input": { "initial_value": [ - 1478 + 1479 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -23079,10 +23104,10 @@ export default { "e_team_roster_statuses_update_column": {}, "e_team_roster_statuses_updates": { "_set": [ - 1476 + 1477 ], "where": [ - 1464 + 1465 ], "__typename": [ 85 @@ -23101,10 +23126,10 @@ export default { }, "e_timeout_settings_aggregate": { "aggregate": [ - 1483 + 1484 ], "nodes": [ - 1481 + 1482 ], "__typename": [ 85 @@ -23115,7 +23140,7 @@ export default { 41, { "columns": [ - 1495, + 1496, "[e_timeout_settings_select_column!]" ], "distinct": [ @@ -23124,10 +23149,10 @@ export default { } ], "max": [ - 1489 + 1490 ], "min": [ - 1490 + 1491 ], "__typename": [ 85 @@ -23135,13 +23160,13 @@ export default { }, "e_timeout_settings_bool_exp": { "_and": [ - 1484 + 1485 ], "_not": [ - 1484 + 1485 ], "_or": [ - 1484 + 1485 ], "description": [ 87 @@ -23157,19 +23182,19 @@ export default { "e_timeout_settings_enum": {}, "e_timeout_settings_enum_comparison_exp": { "_eq": [ - 1486 + 1487 ], "_in": [ - 1486 + 1487 ], "_is_null": [ 6 ], "_neq": [ - 1486 + 1487 ], "_nin": [ - 1486 + 1487 ], "__typename": [ 85 @@ -23213,7 +23238,7 @@ export default { 41 ], "returning": [ - 1481 + 1482 ], "__typename": [ 85 @@ -23221,13 +23246,13 @@ export default { }, "e_timeout_settings_on_conflict": { "constraint": [ - 1485 + 1486 ], "update_columns": [ - 1499 + 1500 ], "where": [ - 1484 + 1485 ], "__typename": [ 85 @@ -23235,10 +23260,10 @@ export default { }, "e_timeout_settings_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -23266,10 +23291,10 @@ export default { }, "e_timeout_settings_stream_cursor_input": { "initial_value": [ - 1498 + 1499 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -23289,10 +23314,10 @@ export default { "e_timeout_settings_update_column": {}, "e_timeout_settings_updates": { "_set": [ - 1496 + 1497 ], "where": [ - 1484 + 1485 ], "__typename": [ 85 @@ -23303,10 +23328,10 @@ export default { 85 ], "tournament_categories": [ - 5243, + 5286, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -23316,19 +23341,19 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], "tournament_categories_aggregate": [ - 5244, + 5287, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -23338,11 +23363,11 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], @@ -23355,10 +23380,10 @@ export default { }, "e_tournament_categories_aggregate": { "aggregate": [ - 1503 + 1504 ], "nodes": [ - 1501 + 1502 ], "__typename": [ 85 @@ -23369,7 +23394,7 @@ export default { 41, { "columns": [ - 1516, + 1517, "[e_tournament_categories_select_column!]" ], "distinct": [ @@ -23378,10 +23403,10 @@ export default { } ], "max": [ - 1509 + 1510 ], "min": [ - 1510 + 1511 ], "__typename": [ 85 @@ -23389,22 +23414,22 @@ export default { }, "e_tournament_categories_bool_exp": { "_and": [ - 1504 + 1505 ], "_not": [ - 1504 + 1505 ], "_or": [ - 1504 + 1505 ], "description": [ 87 ], "tournament_categories": [ - 5250 + 5293 ], "tournament_categories_aggregate": [ - 5245 + 5288 ], "value": [ 87 @@ -23417,19 +23442,19 @@ export default { "e_tournament_categories_enum": {}, "e_tournament_categories_enum_comparison_exp": { "_eq": [ - 1506 + 1507 ], "_in": [ - 1506 + 1507 ], "_is_null": [ 6 ], "_neq": [ - 1506 + 1507 ], "_nin": [ - 1506 + 1507 ], "__typename": [ 85 @@ -23440,7 +23465,7 @@ export default { 85 ], "tournament_categories": [ - 5249 + 5292 ], "value": [ 85 @@ -23476,7 +23501,7 @@ export default { 41 ], "returning": [ - 1501 + 1502 ], "__typename": [ 85 @@ -23484,10 +23509,10 @@ export default { }, "e_tournament_categories_obj_rel_insert_input": { "data": [ - 1508 + 1509 ], "on_conflict": [ - 1513 + 1514 ], "__typename": [ 85 @@ -23495,13 +23520,13 @@ export default { }, "e_tournament_categories_on_conflict": { "constraint": [ - 1505 + 1506 ], "update_columns": [ - 1520 + 1521 ], "where": [ - 1504 + 1505 ], "__typename": [ 85 @@ -23509,13 +23534,13 @@ export default { }, "e_tournament_categories_order_by": { "description": [ - 3558 + 3601 ], "tournament_categories_aggregate": [ - 5248 + 5291 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -23543,10 +23568,10 @@ export default { }, "e_tournament_categories_stream_cursor_input": { "initial_value": [ - 1519 + 1520 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -23566,10 +23591,553 @@ export default { "e_tournament_categories_update_column": {}, "e_tournament_categories_updates": { "_set": [ - 1517 + 1518 ], "where": [ - 1504 + 1505 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses": { + "description": [ + 85 + ], + "tournament_free_agents": [ + 5310, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "tournament_free_agents_aggregate": [ + 5311, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_aggregate": { + "aggregate": [ + 1525 + ], + "nodes": [ + 1523 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_aggregate_fields": { + "count": [ + 41, + { + "columns": [ + 1538, + "[e_tournament_free_agent_statuses_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 1531 + ], + "min": [ + 1532 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_bool_exp": { + "_and": [ + 1526 + ], + "_not": [ + 1526 + ], + "_or": [ + 1526 + ], + "description": [ + 87 + ], + "tournament_free_agents": [ + 5319 + ], + "tournament_free_agents_aggregate": [ + 5312 + ], + "value": [ + 87 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_constraint": {}, + "e_tournament_free_agent_statuses_enum": {}, + "e_tournament_free_agent_statuses_enum_comparison_exp": { + "_eq": [ + 1528 + ], + "_in": [ + 1528 + ], + "_is_null": [ + 6 + ], + "_neq": [ + 1528 + ], + "_nin": [ + 1528 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_insert_input": { + "description": [ + 85 + ], + "tournament_free_agents": [ + 5316 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_max_fields": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_min_fields": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 1523 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_obj_rel_insert_input": { + "data": [ + 1530 + ], + "on_conflict": [ + 1535 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_on_conflict": { + "constraint": [ + 1527 + ], + "update_columns": [ + 1542 + ], + "where": [ + 1526 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_order_by": { + "description": [ + 3601 + ], + "tournament_free_agents_aggregate": [ + 5315 + ], + "value": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_pk_columns_input": { + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_select_column": {}, + "e_tournament_free_agent_statuses_set_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_stream_cursor_input": { + "initial_value": [ + 1541 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_stream_cursor_value_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_free_agent_statuses_update_column": {}, + "e_tournament_free_agent_statuses_updates": { + "_set": [ + 1539 + ], + "where": [ + 1526 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types": { + "description": [ + 85 + ], + "tournaments": [ + 5727, + { + "distinct_on": [ + 5761, + "[tournaments_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5759, + "[tournaments_order_by!]" + ], + "where": [ + 5748 + ] + } + ], + "tournaments_aggregate": [ + 5728, + { + "distinct_on": [ + 5761, + "[tournaments_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5759, + "[tournaments_order_by!]" + ], + "where": [ + 5748 + ] + } + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_aggregate": { + "aggregate": [ + 1546 + ], + "nodes": [ + 1544 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_aggregate_fields": { + "count": [ + 41, + { + "columns": [ + 1558, + "[e_tournament_registration_types_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 1552 + ], + "min": [ + 1553 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_bool_exp": { + "_and": [ + 1547 + ], + "_not": [ + 1547 + ], + "_or": [ + 1547 + ], + "description": [ + 87 + ], + "tournaments": [ + 5748 + ], + "tournaments_aggregate": [ + 5729 + ], + "value": [ + 87 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_constraint": {}, + "e_tournament_registration_types_enum": {}, + "e_tournament_registration_types_enum_comparison_exp": { + "_eq": [ + 1549 + ], + "_in": [ + 1549 + ], + "_is_null": [ + 6 + ], + "_neq": [ + 1549 + ], + "_nin": [ + 1549 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_insert_input": { + "description": [ + 85 + ], + "tournaments": [ + 5745 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_max_fields": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_min_fields": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 1544 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_on_conflict": { + "constraint": [ + 1548 + ], + "update_columns": [ + 1562 + ], + "where": [ + 1547 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_order_by": { + "description": [ + 3601 + ], + "tournaments_aggregate": [ + 5744 + ], + "value": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_pk_columns_input": { + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_select_column": {}, + "e_tournament_registration_types_set_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_stream_cursor_input": { + "initial_value": [ + 1561 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_stream_cursor_value_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_tournament_registration_types_update_column": {}, + "e_tournament_registration_types_updates": { + "_set": [ + 1559 + ], + "where": [ + 1547 ], "__typename": [ 85 @@ -23580,10 +24148,10 @@ export default { 85 ], "tournament_stages": [ - 5414, + 5548, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -23593,19 +24161,19 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "tournament_stages_aggregate": [ - 5415, + 5549, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -23615,11 +24183,11 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], @@ -23632,10 +24200,10 @@ export default { }, "e_tournament_stage_types_aggregate": { "aggregate": [ - 1524 + 1566 ], "nodes": [ - 1522 + 1564 ], "__typename": [ 85 @@ -23646,7 +24214,7 @@ export default { 41, { "columns": [ - 1537, + 1579, "[e_tournament_stage_types_select_column!]" ], "distinct": [ @@ -23655,10 +24223,10 @@ export default { } ], "max": [ - 1530 + 1572 ], "min": [ - 1531 + 1573 ], "__typename": [ 85 @@ -23666,22 +24234,22 @@ export default { }, "e_tournament_stage_types_bool_exp": { "_and": [ - 1525 + 1567 ], "_not": [ - 1525 + 1567 ], "_or": [ - 1525 + 1567 ], "description": [ 87 ], "tournament_stages": [ - 5426 + 5560 ], "tournament_stages_aggregate": [ - 5416 + 5550 ], "value": [ 87 @@ -23694,19 +24262,19 @@ export default { "e_tournament_stage_types_enum": {}, "e_tournament_stage_types_enum_comparison_exp": { "_eq": [ - 1527 + 1569 ], "_in": [ - 1527 + 1569 ], "_is_null": [ 6 ], "_neq": [ - 1527 + 1569 ], "_nin": [ - 1527 + 1569 ], "__typename": [ 85 @@ -23717,7 +24285,7 @@ export default { 85 ], "tournament_stages": [ - 5423 + 5557 ], "value": [ 85 @@ -23753,7 +24321,7 @@ export default { 41 ], "returning": [ - 1522 + 1564 ], "__typename": [ 85 @@ -23761,10 +24329,10 @@ export default { }, "e_tournament_stage_types_obj_rel_insert_input": { "data": [ - 1529 + 1571 ], "on_conflict": [ - 1534 + 1576 ], "__typename": [ 85 @@ -23772,13 +24340,13 @@ export default { }, "e_tournament_stage_types_on_conflict": { "constraint": [ - 1526 + 1568 ], "update_columns": [ - 1541 + 1583 ], "where": [ - 1525 + 1567 ], "__typename": [ 85 @@ -23786,13 +24354,13 @@ export default { }, "e_tournament_stage_types_order_by": { "description": [ - 3558 + 3601 ], "tournament_stages_aggregate": [ - 5421 + 5555 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -23820,10 +24388,10 @@ export default { }, "e_tournament_stage_types_stream_cursor_input": { "initial_value": [ - 1540 + 1582 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -23843,10 +24411,10 @@ export default { "e_tournament_stage_types_update_column": {}, "e_tournament_stage_types_updates": { "_set": [ - 1538 + 1580 ], "where": [ - 1525 + 1567 ], "__typename": [ 85 @@ -23857,10 +24425,10 @@ export default { 85 ], "tournaments": [ - 5589, + 5727, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -23870,19 +24438,19 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "tournaments_aggregate": [ - 5590, + 5728, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -23892,11 +24460,11 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], @@ -23909,10 +24477,10 @@ export default { }, "e_tournament_status_aggregate": { "aggregate": [ - 1545 + 1587 ], "nodes": [ - 1543 + 1585 ], "__typename": [ 85 @@ -23923,7 +24491,7 @@ export default { 41, { "columns": [ - 1558, + 1600, "[e_tournament_status_select_column!]" ], "distinct": [ @@ -23932,10 +24500,10 @@ export default { } ], "max": [ - 1551 + 1593 ], "min": [ - 1552 + 1594 ], "__typename": [ 85 @@ -23943,22 +24511,22 @@ export default { }, "e_tournament_status_bool_exp": { "_and": [ - 1546 + 1588 ], "_not": [ - 1546 + 1588 ], "_or": [ - 1546 + 1588 ], "description": [ 87 ], "tournaments": [ - 5610 + 5748 ], "tournaments_aggregate": [ - 5591 + 5729 ], "value": [ 87 @@ -23971,19 +24539,19 @@ export default { "e_tournament_status_enum": {}, "e_tournament_status_enum_comparison_exp": { "_eq": [ - 1548 + 1590 ], "_in": [ - 1548 + 1590 ], "_is_null": [ 6 ], "_neq": [ - 1548 + 1590 ], "_nin": [ - 1548 + 1590 ], "__typename": [ 85 @@ -23994,7 +24562,7 @@ export default { 85 ], "tournaments": [ - 5607 + 5745 ], "value": [ 85 @@ -24030,7 +24598,7 @@ export default { 41 ], "returning": [ - 1543 + 1585 ], "__typename": [ 85 @@ -24038,10 +24606,10 @@ export default { }, "e_tournament_status_obj_rel_insert_input": { "data": [ - 1550 + 1592 ], "on_conflict": [ - 1555 + 1597 ], "__typename": [ 85 @@ -24049,13 +24617,13 @@ export default { }, "e_tournament_status_on_conflict": { "constraint": [ - 1547 + 1589 ], "update_columns": [ - 1562 + 1604 ], "where": [ - 1546 + 1588 ], "__typename": [ 85 @@ -24063,13 +24631,13 @@ export default { }, "e_tournament_status_order_by": { "description": [ - 3558 + 3601 ], "tournaments_aggregate": [ - 5606 + 5744 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -24097,10 +24665,10 @@ export default { }, "e_tournament_status_stream_cursor_input": { "initial_value": [ - 1561 + 1603 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -24120,10 +24688,10 @@ export default { "e_tournament_status_update_column": {}, "e_tournament_status_updates": { "_set": [ - 1559 + 1601 ], "where": [ - 1546 + 1588 ], "__typename": [ 85 @@ -24134,10 +24702,10 @@ export default { 85 ], "utility_practice_sessions": [ - 6319, + 6457, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24147,19 +24715,19 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], "utility_practice_sessions_aggregate": [ - 6320, + 6458, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24169,11 +24737,11 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], @@ -24186,10 +24754,10 @@ export default { }, "e_utility_practice_access_aggregate": { "aggregate": [ - 1566 + 1608 ], "nodes": [ - 1564 + 1606 ], "__typename": [ 85 @@ -24200,7 +24768,7 @@ export default { 41, { "columns": [ - 1578, + 1620, "[e_utility_practice_access_select_column!]" ], "distinct": [ @@ -24209,10 +24777,10 @@ export default { } ], "max": [ - 1572 + 1614 ], "min": [ - 1573 + 1615 ], "__typename": [ 85 @@ -24220,22 +24788,22 @@ export default { }, "e_utility_practice_access_bool_exp": { "_and": [ - 1567 + 1609 ], "_not": [ - 1567 + 1609 ], "_or": [ - 1567 + 1609 ], "description": [ 87 ], "utility_practice_sessions": [ - 6330 + 6468 ], "utility_practice_sessions_aggregate": [ - 6321 + 6459 ], "value": [ 87 @@ -24248,19 +24816,19 @@ export default { "e_utility_practice_access_enum": {}, "e_utility_practice_access_enum_comparison_exp": { "_eq": [ - 1569 + 1611 ], "_in": [ - 1569 + 1611 ], "_is_null": [ 6 ], "_neq": [ - 1569 + 1611 ], "_nin": [ - 1569 + 1611 ], "__typename": [ 85 @@ -24271,7 +24839,7 @@ export default { 85 ], "utility_practice_sessions": [ - 6327 + 6465 ], "value": [ 85 @@ -24307,7 +24875,7 @@ export default { 41 ], "returning": [ - 1564 + 1606 ], "__typename": [ 85 @@ -24315,13 +24883,13 @@ export default { }, "e_utility_practice_access_on_conflict": { "constraint": [ - 1568 + 1610 ], "update_columns": [ - 1582 + 1624 ], "where": [ - 1567 + 1609 ], "__typename": [ 85 @@ -24329,13 +24897,13 @@ export default { }, "e_utility_practice_access_order_by": { "description": [ - 3558 + 3601 ], "utility_practice_sessions_aggregate": [ - 6326 + 6464 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -24363,10 +24931,10 @@ export default { }, "e_utility_practice_access_stream_cursor_input": { "initial_value": [ - 1581 + 1623 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -24386,10 +24954,10 @@ export default { "e_utility_practice_access_update_column": {}, "e_utility_practice_access_updates": { "_set": [ - 1579 + 1621 ], "where": [ - 1567 + 1609 ], "__typename": [ 85 @@ -24400,10 +24968,10 @@ export default { 85 ], "utility_practice_sessions": [ - 6319, + 6457, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24413,19 +24981,19 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], "utility_practice_sessions_aggregate": [ - 6320, + 6458, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24435,11 +25003,11 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], @@ -24452,10 +25020,10 @@ export default { }, "e_utility_practice_statuses_aggregate": { "aggregate": [ - 1586 + 1628 ], "nodes": [ - 1584 + 1626 ], "__typename": [ 85 @@ -24466,7 +25034,7 @@ export default { 41, { "columns": [ - 1599, + 1641, "[e_utility_practice_statuses_select_column!]" ], "distinct": [ @@ -24475,10 +25043,10 @@ export default { } ], "max": [ - 1592 + 1634 ], "min": [ - 1593 + 1635 ], "__typename": [ 85 @@ -24486,22 +25054,22 @@ export default { }, "e_utility_practice_statuses_bool_exp": { "_and": [ - 1587 + 1629 ], "_not": [ - 1587 + 1629 ], "_or": [ - 1587 + 1629 ], "description": [ 87 ], "utility_practice_sessions": [ - 6330 + 6468 ], "utility_practice_sessions_aggregate": [ - 6321 + 6459 ], "value": [ 87 @@ -24514,19 +25082,19 @@ export default { "e_utility_practice_statuses_enum": {}, "e_utility_practice_statuses_enum_comparison_exp": { "_eq": [ - 1589 + 1631 ], "_in": [ - 1589 + 1631 ], "_is_null": [ 6 ], "_neq": [ - 1589 + 1631 ], "_nin": [ - 1589 + 1631 ], "__typename": [ 85 @@ -24537,7 +25105,7 @@ export default { 85 ], "utility_practice_sessions": [ - 6327 + 6465 ], "value": [ 85 @@ -24573,7 +25141,7 @@ export default { 41 ], "returning": [ - 1584 + 1626 ], "__typename": [ 85 @@ -24581,10 +25149,10 @@ export default { }, "e_utility_practice_statuses_obj_rel_insert_input": { "data": [ - 1591 + 1633 ], "on_conflict": [ - 1596 + 1638 ], "__typename": [ 85 @@ -24592,13 +25160,13 @@ export default { }, "e_utility_practice_statuses_on_conflict": { "constraint": [ - 1588 + 1630 ], "update_columns": [ - 1603 + 1645 ], "where": [ - 1587 + 1629 ], "__typename": [ 85 @@ -24606,13 +25174,13 @@ export default { }, "e_utility_practice_statuses_order_by": { "description": [ - 3558 + 3601 ], "utility_practice_sessions_aggregate": [ - 6326 + 6464 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -24640,10 +25208,10 @@ export default { }, "e_utility_practice_statuses_stream_cursor_input": { "initial_value": [ - 1602 + 1644 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -24663,10 +25231,10 @@ export default { "e_utility_practice_statuses_update_column": {}, "e_utility_practice_statuses_updates": { "_set": [ - 1600 + 1642 ], "where": [ - 1587 + 1629 ], "__typename": [ 85 @@ -24677,10 +25245,10 @@ export default { 85 ], "utility_lineups": [ - 6113, + 6251, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -24690,19 +25258,19 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_aggregate": [ - 6114, + 6252, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -24712,11 +25280,11 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], @@ -24729,10 +25297,10 @@ export default { }, "e_utility_sources_aggregate": { "aggregate": [ - 1607 + 1649 ], "nodes": [ - 1605 + 1647 ], "__typename": [ 85 @@ -24743,7 +25311,7 @@ export default { 41, { "columns": [ - 1619, + 1661, "[e_utility_sources_select_column!]" ], "distinct": [ @@ -24752,10 +25320,10 @@ export default { } ], "max": [ - 1613 + 1655 ], "min": [ - 1614 + 1656 ], "__typename": [ 85 @@ -24763,22 +25331,22 @@ export default { }, "e_utility_sources_bool_exp": { "_and": [ - 1608 + 1650 ], "_not": [ - 1608 + 1650 ], "_or": [ - 1608 + 1650 ], "description": [ 87 ], "utility_lineups": [ - 6135 + 6273 ], "utility_lineups_aggregate": [ - 6115 + 6253 ], "value": [ 87 @@ -24791,19 +25359,19 @@ export default { "e_utility_sources_enum": {}, "e_utility_sources_enum_comparison_exp": { "_eq": [ - 1610 + 1652 ], "_in": [ - 1610 + 1652 ], "_is_null": [ 6 ], "_neq": [ - 1610 + 1652 ], "_nin": [ - 1610 + 1652 ], "__typename": [ 85 @@ -24814,7 +25382,7 @@ export default { 85 ], "utility_lineups": [ - 6132 + 6270 ], "value": [ 85 @@ -24850,7 +25418,7 @@ export default { 41 ], "returning": [ - 1605 + 1647 ], "__typename": [ 85 @@ -24858,13 +25426,13 @@ export default { }, "e_utility_sources_on_conflict": { "constraint": [ - 1609 + 1651 ], "update_columns": [ - 1623 + 1665 ], "where": [ - 1608 + 1650 ], "__typename": [ 85 @@ -24872,13 +25440,13 @@ export default { }, "e_utility_sources_order_by": { "description": [ - 3558 + 3601 ], "utility_lineups_aggregate": [ - 6130 + 6268 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -24906,10 +25474,10 @@ export default { }, "e_utility_sources_stream_cursor_input": { "initial_value": [ - 1622 + 1664 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -24929,10 +25497,10 @@ export default { "e_utility_sources_update_column": {}, "e_utility_sources_updates": { "_set": [ - 1620 + 1662 ], "where": [ - 1608 + 1650 ], "__typename": [ 85 @@ -24943,10 +25511,10 @@ export default { 85 ], "utility_lineups": [ - 6113, + 6251, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -24956,19 +25524,19 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_aggregate": [ - 6114, + 6252, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -24978,11 +25546,11 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], @@ -24995,10 +25563,10 @@ export default { }, "e_utility_techniques_aggregate": { "aggregate": [ - 1627 + 1669 ], "nodes": [ - 1625 + 1667 ], "__typename": [ 85 @@ -25009,7 +25577,7 @@ export default { 41, { "columns": [ - 1639, + 1681, "[e_utility_techniques_select_column!]" ], "distinct": [ @@ -25018,10 +25586,10 @@ export default { } ], "max": [ - 1633 + 1675 ], "min": [ - 1634 + 1676 ], "__typename": [ 85 @@ -25029,22 +25597,22 @@ export default { }, "e_utility_techniques_bool_exp": { "_and": [ - 1628 + 1670 ], "_not": [ - 1628 + 1670 ], "_or": [ - 1628 + 1670 ], "description": [ 87 ], "utility_lineups": [ - 6135 + 6273 ], "utility_lineups_aggregate": [ - 6115 + 6253 ], "value": [ 87 @@ -25057,19 +25625,19 @@ export default { "e_utility_techniques_enum": {}, "e_utility_techniques_enum_comparison_exp": { "_eq": [ - 1630 + 1672 ], "_in": [ - 1630 + 1672 ], "_is_null": [ 6 ], "_neq": [ - 1630 + 1672 ], "_nin": [ - 1630 + 1672 ], "__typename": [ 85 @@ -25080,7 +25648,7 @@ export default { 85 ], "utility_lineups": [ - 6132 + 6270 ], "value": [ 85 @@ -25116,7 +25684,7 @@ export default { 41 ], "returning": [ - 1625 + 1667 ], "__typename": [ 85 @@ -25124,13 +25692,13 @@ export default { }, "e_utility_techniques_on_conflict": { "constraint": [ - 1629 + 1671 ], "update_columns": [ - 1643 + 1685 ], "where": [ - 1628 + 1670 ], "__typename": [ 85 @@ -25138,13 +25706,13 @@ export default { }, "e_utility_techniques_order_by": { "description": [ - 3558 + 3601 ], "utility_lineups_aggregate": [ - 6130 + 6268 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -25172,10 +25740,10 @@ export default { }, "e_utility_techniques_stream_cursor_input": { "initial_value": [ - 1642 + 1684 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -25195,10 +25763,10 @@ export default { "e_utility_techniques_update_column": {}, "e_utility_techniques_updates": { "_set": [ - 1640 + 1682 ], "where": [ - 1628 + 1670 ], "__typename": [ 85 @@ -25209,10 +25777,10 @@ export default { 85 ], "utility_lineups": [ - 6113, + 6251, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -25222,19 +25790,19 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_aggregate": [ - 6114, + 6252, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -25244,11 +25812,11 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], @@ -25261,10 +25829,10 @@ export default { }, "e_utility_throw_strengths_aggregate": { "aggregate": [ - 1647 + 1689 ], "nodes": [ - 1645 + 1687 ], "__typename": [ 85 @@ -25275,7 +25843,7 @@ export default { 41, { "columns": [ - 1659, + 1701, "[e_utility_throw_strengths_select_column!]" ], "distinct": [ @@ -25284,10 +25852,10 @@ export default { } ], "max": [ - 1653 + 1695 ], "min": [ - 1654 + 1696 ], "__typename": [ 85 @@ -25295,22 +25863,22 @@ export default { }, "e_utility_throw_strengths_bool_exp": { "_and": [ - 1648 + 1690 ], "_not": [ - 1648 + 1690 ], "_or": [ - 1648 + 1690 ], "description": [ 87 ], "utility_lineups": [ - 6135 + 6273 ], "utility_lineups_aggregate": [ - 6115 + 6253 ], "value": [ 87 @@ -25323,19 +25891,19 @@ export default { "e_utility_throw_strengths_enum": {}, "e_utility_throw_strengths_enum_comparison_exp": { "_eq": [ - 1650 + 1692 ], "_in": [ - 1650 + 1692 ], "_is_null": [ 6 ], "_neq": [ - 1650 + 1692 ], "_nin": [ - 1650 + 1692 ], "__typename": [ 85 @@ -25346,7 +25914,7 @@ export default { 85 ], "utility_lineups": [ - 6132 + 6270 ], "value": [ 85 @@ -25382,7 +25950,7 @@ export default { 41 ], "returning": [ - 1645 + 1687 ], "__typename": [ 85 @@ -25390,13 +25958,13 @@ export default { }, "e_utility_throw_strengths_on_conflict": { "constraint": [ - 1649 + 1691 ], "update_columns": [ - 1663 + 1705 ], "where": [ - 1648 + 1690 ], "__typename": [ 85 @@ -25404,13 +25972,13 @@ export default { }, "e_utility_throw_strengths_order_by": { "description": [ - 3558 + 3601 ], "utility_lineups_aggregate": [ - 6130 + 6268 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -25438,10 +26006,10 @@ export default { }, "e_utility_throw_strengths_stream_cursor_input": { "initial_value": [ - 1662 + 1704 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -25461,10 +26029,10 @@ export default { "e_utility_throw_strengths_update_column": {}, "e_utility_throw_strengths_updates": { "_set": [ - 1660 + 1702 ], "where": [ - 1648 + 1690 ], "__typename": [ 85 @@ -25475,10 +26043,10 @@ export default { 85 ], "player_utilities": [ - 4442, + 4485, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -25488,19 +26056,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "player_utilities_aggregate": [ - 4443, + 4486, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -25510,11 +26078,11 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], @@ -25527,10 +26095,10 @@ export default { }, "e_utility_types_aggregate": { "aggregate": [ - 1667 + 1709 ], "nodes": [ - 1665 + 1707 ], "__typename": [ 85 @@ -25541,7 +26109,7 @@ export default { 41, { "columns": [ - 1679, + 1721, "[e_utility_types_select_column!]" ], "distinct": [ @@ -25550,10 +26118,10 @@ export default { } ], "max": [ - 1673 + 1715 ], "min": [ - 1674 + 1716 ], "__typename": [ 85 @@ -25561,22 +26129,22 @@ export default { }, "e_utility_types_bool_exp": { "_and": [ - 1668 + 1710 ], "_not": [ - 1668 + 1710 ], "_or": [ - 1668 + 1710 ], "description": [ 87 ], "player_utilities": [ - 4451 + 4494 ], "player_utilities_aggregate": [ - 4444 + 4487 ], "value": [ 87 @@ -25589,19 +26157,19 @@ export default { "e_utility_types_enum": {}, "e_utility_types_enum_comparison_exp": { "_eq": [ - 1670 + 1712 ], "_in": [ - 1670 + 1712 ], "_is_null": [ 6 ], "_neq": [ - 1670 + 1712 ], "_nin": [ - 1670 + 1712 ], "__typename": [ 85 @@ -25612,7 +26180,7 @@ export default { 85 ], "player_utilities": [ - 4448 + 4491 ], "value": [ 85 @@ -25648,7 +26216,7 @@ export default { 41 ], "returning": [ - 1665 + 1707 ], "__typename": [ 85 @@ -25656,13 +26224,13 @@ export default { }, "e_utility_types_on_conflict": { "constraint": [ - 1669 + 1711 ], "update_columns": [ - 1683 + 1725 ], "where": [ - 1668 + 1710 ], "__typename": [ 85 @@ -25670,13 +26238,13 @@ export default { }, "e_utility_types_order_by": { "description": [ - 3558 + 3601 ], "player_utilities_aggregate": [ - 4447 + 4490 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -25704,10 +26272,10 @@ export default { }, "e_utility_types_stream_cursor_input": { "initial_value": [ - 1682 + 1724 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -25727,10 +26295,10 @@ export default { "e_utility_types_update_column": {}, "e_utility_types_updates": { "_set": [ - 1680 + 1722 ], "where": [ - 1668 + 1710 ], "__typename": [ 85 @@ -25741,10 +26309,10 @@ export default { 85 ], "utility_lineups": [ - 6113, + 6251, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -25754,19 +26322,19 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_aggregate": [ - 6114, + 6252, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -25776,11 +26344,11 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], @@ -25793,10 +26361,10 @@ export default { }, "e_utility_visibility_aggregate": { "aggregate": [ - 1687 + 1729 ], "nodes": [ - 1685 + 1727 ], "__typename": [ 85 @@ -25807,7 +26375,7 @@ export default { 41, { "columns": [ - 1699, + 1741, "[e_utility_visibility_select_column!]" ], "distinct": [ @@ -25816,10 +26384,10 @@ export default { } ], "max": [ - 1693 + 1735 ], "min": [ - 1694 + 1736 ], "__typename": [ 85 @@ -25827,22 +26395,22 @@ export default { }, "e_utility_visibility_bool_exp": { "_and": [ - 1688 + 1730 ], "_not": [ - 1688 + 1730 ], "_or": [ - 1688 + 1730 ], "description": [ 87 ], "utility_lineups": [ - 6135 + 6273 ], "utility_lineups_aggregate": [ - 6115 + 6253 ], "value": [ 87 @@ -25855,19 +26423,19 @@ export default { "e_utility_visibility_enum": {}, "e_utility_visibility_enum_comparison_exp": { "_eq": [ - 1690 + 1732 ], "_in": [ - 1690 + 1732 ], "_is_null": [ 6 ], "_neq": [ - 1690 + 1732 ], "_nin": [ - 1690 + 1732 ], "__typename": [ 85 @@ -25878,7 +26446,7 @@ export default { 85 ], "utility_lineups": [ - 6132 + 6270 ], "value": [ 85 @@ -25914,7 +26482,7 @@ export default { 41 ], "returning": [ - 1685 + 1727 ], "__typename": [ 85 @@ -25922,13 +26490,13 @@ export default { }, "e_utility_visibility_on_conflict": { "constraint": [ - 1689 + 1731 ], "update_columns": [ - 1703 + 1745 ], "where": [ - 1688 + 1730 ], "__typename": [ 85 @@ -25936,13 +26504,13 @@ export default { }, "e_utility_visibility_order_by": { "description": [ - 3558 + 3601 ], "utility_lineups_aggregate": [ - 6130 + 6268 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -25970,10 +26538,10 @@ export default { }, "e_utility_visibility_stream_cursor_input": { "initial_value": [ - 1702 + 1744 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -25993,10 +26561,10 @@ export default { "e_utility_visibility_update_column": {}, "e_utility_visibility_updates": { "_set": [ - 1700 + 1742 ], "where": [ - 1688 + 1730 ], "__typename": [ 85 @@ -26007,10 +26575,10 @@ export default { 85 ], "match_veto_picks": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -26020,19 +26588,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_veto_picks_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -26042,11 +26610,11 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], @@ -26059,10 +26627,10 @@ export default { }, "e_veto_pick_types_aggregate": { "aggregate": [ - 1707 + 1749 ], "nodes": [ - 1705 + 1747 ], "__typename": [ 85 @@ -26073,7 +26641,7 @@ export default { 41, { "columns": [ - 1719, + 1761, "[e_veto_pick_types_select_column!]" ], "distinct": [ @@ -26082,10 +26650,10 @@ export default { } ], "max": [ - 1713 + 1755 ], "min": [ - 1714 + 1756 ], "__typename": [ 85 @@ -26093,22 +26661,22 @@ export default { }, "e_veto_pick_types_bool_exp": { "_and": [ - 1708 + 1750 ], "_not": [ - 1708 + 1750 ], "_or": [ - 1708 + 1750 ], "description": [ 87 ], "match_veto_picks": [ - 3139 + 3182 ], "match_veto_picks_aggregate": [ - 3132 + 3175 ], "value": [ 87 @@ -26121,19 +26689,19 @@ export default { "e_veto_pick_types_enum": {}, "e_veto_pick_types_enum_comparison_exp": { "_eq": [ - 1710 + 1752 ], "_in": [ - 1710 + 1752 ], "_is_null": [ 6 ], "_neq": [ - 1710 + 1752 ], "_nin": [ - 1710 + 1752 ], "__typename": [ 85 @@ -26144,7 +26712,7 @@ export default { 85 ], "match_veto_picks": [ - 3138 + 3181 ], "value": [ 85 @@ -26180,7 +26748,7 @@ export default { 41 ], "returning": [ - 1705 + 1747 ], "__typename": [ 85 @@ -26188,13 +26756,13 @@ export default { }, "e_veto_pick_types_on_conflict": { "constraint": [ - 1709 + 1751 ], "update_columns": [ - 1723 + 1765 ], "where": [ - 1708 + 1750 ], "__typename": [ 85 @@ -26202,13 +26770,13 @@ export default { }, "e_veto_pick_types_order_by": { "description": [ - 3558 + 3601 ], "match_veto_picks_aggregate": [ - 3137 + 3180 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -26236,10 +26804,10 @@ export default { }, "e_veto_pick_types_stream_cursor_input": { "initial_value": [ - 1722 + 1764 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -26259,10 +26827,10 @@ export default { "e_veto_pick_types_update_column": {}, "e_veto_pick_types_updates": { "_set": [ - 1720 + 1762 ], "where": [ - 1708 + 1750 ], "__typename": [ 85 @@ -26281,10 +26849,10 @@ export default { }, "e_winning_reasons_aggregate": { "aggregate": [ - 1727 + 1769 ], "nodes": [ - 1725 + 1767 ], "__typename": [ 85 @@ -26295,7 +26863,7 @@ export default { 41, { "columns": [ - 1739, + 1781, "[e_winning_reasons_select_column!]" ], "distinct": [ @@ -26304,10 +26872,10 @@ export default { } ], "max": [ - 1733 + 1775 ], "min": [ - 1734 + 1776 ], "__typename": [ 85 @@ -26315,13 +26883,13 @@ export default { }, "e_winning_reasons_bool_exp": { "_and": [ - 1728 + 1770 ], "_not": [ - 1728 + 1770 ], "_or": [ - 1728 + 1770 ], "description": [ 87 @@ -26337,19 +26905,19 @@ export default { "e_winning_reasons_enum": {}, "e_winning_reasons_enum_comparison_exp": { "_eq": [ - 1730 + 1772 ], "_in": [ - 1730 + 1772 ], "_is_null": [ 6 ], "_neq": [ - 1730 + 1772 ], "_nin": [ - 1730 + 1772 ], "__typename": [ 85 @@ -26393,7 +26961,7 @@ export default { 41 ], "returning": [ - 1725 + 1767 ], "__typename": [ 85 @@ -26401,13 +26969,13 @@ export default { }, "e_winning_reasons_on_conflict": { "constraint": [ - 1729 + 1771 ], "update_columns": [ - 1743 + 1785 ], "where": [ - 1728 + 1770 ], "__typename": [ 85 @@ -26415,10 +26983,10 @@ export default { }, "e_winning_reasons_order_by": { "description": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -26446,10 +27014,10 @@ export default { }, "e_winning_reasons_stream_cursor_input": { "initial_value": [ - 1742 + 1784 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -26469,10 +27037,10 @@ export default { "e_winning_reasons_update_column": {}, "e_winning_reasons_updates": { "_set": [ - 1740 + 1782 ], "where": [ - 1728 + 1770 ], "__typename": [ 85 @@ -26480,19 +27048,19 @@ export default { }, "event_match_links": { "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26500,10 +27068,10 @@ export default { }, "event_match_links_aggregate": { "aggregate": [ - 1747 + 1789 ], "nodes": [ - 1745 + 1787 ], "__typename": [ 85 @@ -26514,7 +27082,7 @@ export default { 41, { "columns": [ - 1757, + 1799, "[event_match_links_select_column!]" ], "distinct": [ @@ -26523,10 +27091,10 @@ export default { } ], "max": [ - 1751 + 1793 ], "min": [ - 1752 + 1794 ], "__typename": [ 85 @@ -26534,28 +27102,28 @@ export default { }, "event_match_links_bool_exp": { "_and": [ - 1748 + 1790 ], "_not": [ - 1748 + 1790 ], "_or": [ - 1748 + 1790 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -26564,19 +27132,19 @@ export default { "event_match_links_constraint": {}, "event_match_links_insert_input": { "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26584,13 +27152,13 @@ export default { }, "event_match_links_max_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26598,13 +27166,13 @@ export default { }, "event_match_links_min_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26615,7 +27183,7 @@ export default { 41 ], "returning": [ - 1745 + 1787 ], "__typename": [ 85 @@ -26623,13 +27191,13 @@ export default { }, "event_match_links_on_conflict": { "constraint": [ - 1749 + 1791 ], "update_columns": [ - 1761 + 1803 ], "where": [ - 1748 + 1790 ], "__typename": [ 85 @@ -26637,19 +27205,19 @@ export default { }, "event_match_links_order_by": { "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -26657,10 +27225,10 @@ export default { }, "event_match_links_pk_columns_input": { "event_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26669,13 +27237,13 @@ export default { "event_match_links_select_column": {}, "event_match_links_set_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26683,10 +27251,10 @@ export default { }, "event_match_links_stream_cursor_input": { "initial_value": [ - 1760 + 1802 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -26694,13 +27262,13 @@ export default { }, "event_match_links_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -26709,10 +27277,10 @@ export default { "event_match_links_update_column": {}, "event_match_links_updates": { "_set": [ - 1758 + 1800 ], "where": [ - 1748 + 1790 ], "__typename": [ 85 @@ -26720,13 +27288,13 @@ export default { }, "event_media": { "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "external_url": [ 85 @@ -26735,16 +27303,16 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mime_type": [ 85 ], "players": [ - 1785, + 1827, { "distinct_on": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "limit": [ @@ -26754,19 +27322,19 @@ export default { 41 ], "order_by": [ - 1804, + 1846, "[event_media_players_order_by!]" ], "where": [ - 1794 + 1836 ] } ], "players_aggregate": [ - 1786, + 1828, { "distinct_on": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "limit": [ @@ -26776,16 +27344,16 @@ export default { 41 ], "order_by": [ - 1804, + 1846, "[event_media_players_order_by!]" ], "where": [ - 1794 + 1836 ] } ], "size": [ - 310 + 311 ], "thumbnail_filename": [ 85 @@ -26794,10 +27362,10 @@ export default { 85 ], "uploader": [ - 4516 + 4559 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -26805,10 +27373,10 @@ export default { }, "event_media_aggregate": { "aggregate": [ - 1767 + 1809 ], "nodes": [ - 1763 + 1805 ], "__typename": [ 85 @@ -26816,7 +27384,7 @@ export default { }, "event_media_aggregate_bool_exp": { "count": [ - 1766 + 1808 ], "__typename": [ 85 @@ -26824,13 +27392,13 @@ export default { }, "event_media_aggregate_bool_exp_count": { "arguments": [ - 1826 + 1868 ], "distinct": [ 6 ], "filter": [ - 1772 + 1814 ], "predicate": [ 42 @@ -26841,13 +27409,13 @@ export default { }, "event_media_aggregate_fields": { "avg": [ - 1770 + 1812 ], "count": [ 41, { "columns": [ - 1826, + 1868, "[event_media_select_column!]" ], "distinct": [ @@ -26856,31 +27424,31 @@ export default { } ], "max": [ - 1776 + 1818 ], "min": [ - 1778 + 1820 ], "stddev": [ - 1828 + 1870 ], "stddev_pop": [ - 1830 + 1872 ], "stddev_samp": [ - 1832 + 1874 ], "sum": [ - 1836 + 1878 ], "var_pop": [ - 1840 + 1882 ], "var_samp": [ - 1842 + 1884 ], "variance": [ - 1844 + 1886 ], "__typename": [ 85 @@ -26888,37 +27456,37 @@ export default { }, "event_media_aggregate_order_by": { "avg": [ - 1771 + 1813 ], "count": [ - 3558 + 3601 ], "max": [ - 1777 + 1819 ], "min": [ - 1779 + 1821 ], "stddev": [ - 1829 + 1871 ], "stddev_pop": [ - 1831 + 1873 ], "stddev_samp": [ - 1833 + 1875 ], "sum": [ - 1837 + 1879 ], "var_pop": [ - 1841 + 1883 ], "var_samp": [ - 1843 + 1885 ], "variance": [ - 1845 + 1887 ], "__typename": [ 85 @@ -26926,10 +27494,10 @@ export default { }, "event_media_arr_rel_insert_input": { "data": [ - 1775 + 1817 ], "on_conflict": [ - 1782 + 1824 ], "__typename": [ 85 @@ -26948,10 +27516,10 @@ export default { }, "event_media_avg_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -26959,22 +27527,22 @@ export default { }, "event_media_bool_exp": { "_and": [ - 1772 + 1814 ], "_not": [ - 1772 + 1814 ], "_or": [ - 1772 + 1814 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "external_url": [ 87 @@ -26983,19 +27551,19 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "mime_type": [ 87 ], "players": [ - 1794 + 1836 ], "players_aggregate": [ - 1787 + 1829 ], "size": [ - 312 + 313 ], "thumbnail_filename": [ 87 @@ -27004,10 +27572,10 @@ export default { 87 ], "uploader": [ - 4520 + 4563 ], "uploader_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -27016,10 +27584,10 @@ export default { "event_media_constraint": {}, "event_media_inc_input": { "size": [ - 310 + 311 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27027,13 +27595,13 @@ export default { }, "event_media_insert_input": { "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "external_url": [ 85 @@ -27042,16 +27610,16 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mime_type": [ 85 ], "players": [ - 1791 + 1833 ], "size": [ - 310 + 311 ], "thumbnail_filename": [ 85 @@ -27060,10 +27628,10 @@ export default { 85 ], "uploader": [ - 4527 + 4570 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27071,10 +27639,10 @@ export default { }, "event_media_max_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "external_url": [ 85 @@ -27083,13 +27651,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mime_type": [ 85 ], "size": [ - 310 + 311 ], "thumbnail_filename": [ 85 @@ -27098,7 +27666,7 @@ export default { 85 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27106,34 +27674,34 @@ export default { }, "event_media_max_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "external_url": [ - 3558 + 3601 ], "filename": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "mime_type": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "thumbnail_filename": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27141,10 +27709,10 @@ export default { }, "event_media_min_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "external_url": [ 85 @@ -27153,13 +27721,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mime_type": [ 85 ], "size": [ - 310 + 311 ], "thumbnail_filename": [ 85 @@ -27168,7 +27736,7 @@ export default { 85 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27176,34 +27744,34 @@ export default { }, "event_media_min_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "external_url": [ - 3558 + 3601 ], "filename": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "mime_type": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "thumbnail_filename": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27214,7 +27782,7 @@ export default { 41 ], "returning": [ - 1763 + 1805 ], "__typename": [ 85 @@ -27222,10 +27790,10 @@ export default { }, "event_media_obj_rel_insert_input": { "data": [ - 1775 + 1817 ], "on_conflict": [ - 1782 + 1824 ], "__typename": [ 85 @@ -27233,13 +27801,13 @@ export default { }, "event_media_on_conflict": { "constraint": [ - 1773 + 1815 ], "update_columns": [ - 1838 + 1880 ], "where": [ - 1772 + 1814 ], "__typename": [ 85 @@ -27247,43 +27815,43 @@ export default { }, "event_media_order_by": { "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "external_url": [ - 3558 + 3601 ], "filename": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "mime_type": [ - 3558 + 3601 ], "players_aggregate": [ - 1790 + 1832 ], "size": [ - 3558 + 3601 ], "thumbnail_filename": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "uploader": [ - 4529 + 4572 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27291,7 +27859,7 @@ export default { }, "event_media_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -27299,19 +27867,19 @@ export default { }, "event_media_players": { "created_at": [ - 5153 + 5196 ], "media": [ - 1763 + 1805 ], "media_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27319,10 +27887,10 @@ export default { }, "event_media_players_aggregate": { "aggregate": [ - 1789 + 1831 ], "nodes": [ - 1785 + 1827 ], "__typename": [ 85 @@ -27330,7 +27898,7 @@ export default { }, "event_media_players_aggregate_bool_exp": { "count": [ - 1788 + 1830 ], "__typename": [ 85 @@ -27338,13 +27906,13 @@ export default { }, "event_media_players_aggregate_bool_exp_count": { "arguments": [ - 1806 + 1848 ], "distinct": [ 6 ], "filter": [ - 1794 + 1836 ], "predicate": [ 42 @@ -27355,13 +27923,13 @@ export default { }, "event_media_players_aggregate_fields": { "avg": [ - 1792 + 1834 ], "count": [ 41, { "columns": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "distinct": [ @@ -27370,31 +27938,31 @@ export default { } ], "max": [ - 1798 + 1840 ], "min": [ - 1800 + 1842 ], "stddev": [ - 1808 + 1850 ], "stddev_pop": [ - 1810 + 1852 ], "stddev_samp": [ - 1812 + 1854 ], "sum": [ - 1816 + 1858 ], "var_pop": [ - 1820 + 1862 ], "var_samp": [ - 1822 + 1864 ], "variance": [ - 1824 + 1866 ], "__typename": [ 85 @@ -27402,37 +27970,37 @@ export default { }, "event_media_players_aggregate_order_by": { "avg": [ - 1793 + 1835 ], "count": [ - 3558 + 3601 ], "max": [ - 1799 + 1841 ], "min": [ - 1801 + 1843 ], "stddev": [ - 1809 + 1851 ], "stddev_pop": [ - 1811 + 1853 ], "stddev_samp": [ - 1813 + 1855 ], "sum": [ - 1817 + 1859 ], "var_pop": [ - 1821 + 1863 ], "var_samp": [ - 1823 + 1865 ], "variance": [ - 1825 + 1867 ], "__typename": [ 85 @@ -27440,10 +28008,10 @@ export default { }, "event_media_players_arr_rel_insert_input": { "data": [ - 1797 + 1839 ], "on_conflict": [ - 1803 + 1845 ], "__typename": [ 85 @@ -27459,7 +28027,7 @@ export default { }, "event_media_players_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27467,28 +28035,28 @@ export default { }, "event_media_players_bool_exp": { "_and": [ - 1794 + 1836 ], "_not": [ - 1794 + 1836 ], "_or": [ - 1794 + 1836 ], "created_at": [ - 5154 + 5197 ], "media": [ - 1772 + 1814 ], "media_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -27497,7 +28065,7 @@ export default { "event_media_players_constraint": {}, "event_media_players_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27505,19 +28073,19 @@ export default { }, "event_media_players_insert_input": { "created_at": [ - 5153 + 5196 ], "media": [ - 1781 + 1823 ], "media_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27525,13 +28093,13 @@ export default { }, "event_media_players_max_fields": { "created_at": [ - 5153 + 5196 ], "media_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27539,13 +28107,13 @@ export default { }, "event_media_players_max_order_by": { "created_at": [ - 3558 + 3601 ], "media_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27553,13 +28121,13 @@ export default { }, "event_media_players_min_fields": { "created_at": [ - 5153 + 5196 ], "media_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27567,13 +28135,13 @@ export default { }, "event_media_players_min_order_by": { "created_at": [ - 3558 + 3601 ], "media_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27584,7 +28152,7 @@ export default { 41 ], "returning": [ - 1785 + 1827 ], "__typename": [ 85 @@ -27592,13 +28160,13 @@ export default { }, "event_media_players_on_conflict": { "constraint": [ - 1795 + 1837 ], "update_columns": [ - 1818 + 1860 ], "where": [ - 1794 + 1836 ], "__typename": [ 85 @@ -27606,19 +28174,19 @@ export default { }, "event_media_players_order_by": { "created_at": [ - 3558 + 3601 ], "media": [ - 1783 + 1825 ], "media_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27626,10 +28194,10 @@ export default { }, "event_media_players_pk_columns_input": { "media_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27638,13 +28206,13 @@ export default { "event_media_players_select_column": {}, "event_media_players_set_input": { "created_at": [ - 5153 + 5196 ], "media_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27660,7 +28228,7 @@ export default { }, "event_media_players_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27676,7 +28244,7 @@ export default { }, "event_media_players_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27692,7 +28260,7 @@ export default { }, "event_media_players_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27700,10 +28268,10 @@ export default { }, "event_media_players_stream_cursor_input": { "initial_value": [ - 1815 + 1857 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -27711,13 +28279,13 @@ export default { }, "event_media_players_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "media_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27725,7 +28293,7 @@ export default { }, "event_media_players_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27733,7 +28301,7 @@ export default { }, "event_media_players_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27742,13 +28310,13 @@ export default { "event_media_players_update_column": {}, "event_media_players_updates": { "_inc": [ - 1796 + 1838 ], "_set": [ - 1807 + 1849 ], "where": [ - 1794 + 1836 ], "__typename": [ 85 @@ -27764,7 +28332,7 @@ export default { }, "event_media_players_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27780,7 +28348,7 @@ export default { }, "event_media_players_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27796,7 +28364,7 @@ export default { }, "event_media_players_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27805,10 +28373,10 @@ export default { "event_media_select_column": {}, "event_media_set_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "external_url": [ 85 @@ -27817,13 +28385,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mime_type": [ 85 ], "size": [ - 310 + 311 ], "thumbnail_filename": [ 85 @@ -27832,7 +28400,7 @@ export default { 85 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27851,10 +28419,10 @@ export default { }, "event_media_stddev_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27873,10 +28441,10 @@ export default { }, "event_media_stddev_pop_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27895,10 +28463,10 @@ export default { }, "event_media_stddev_samp_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27906,10 +28474,10 @@ export default { }, "event_media_stream_cursor_input": { "initial_value": [ - 1835 + 1877 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -27917,10 +28485,10 @@ export default { }, "event_media_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "external_url": [ 85 @@ -27929,13 +28497,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "mime_type": [ 85 ], "size": [ - 310 + 311 ], "thumbnail_filename": [ 85 @@ -27944,7 +28512,7 @@ export default { 85 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27952,10 +28520,10 @@ export default { }, "event_media_sum_fields": { "size": [ - 310 + 311 ], "uploader_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -27963,10 +28531,10 @@ export default { }, "event_media_sum_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -27975,13 +28543,13 @@ export default { "event_media_update_column": {}, "event_media_updates": { "_inc": [ - 1774 + 1816 ], "_set": [ - 1827 + 1869 ], "where": [ - 1772 + 1814 ], "__typename": [ 85 @@ -28000,10 +28568,10 @@ export default { }, "event_media_var_pop_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28022,10 +28590,10 @@ export default { }, "event_media_var_samp_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28044,10 +28612,10 @@ export default { }, "event_media_variance_order_by": { "size": [ - 3558 + 3601 ], "uploader_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28055,19 +28623,19 @@ export default { }, "event_organizers": { "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "organizer": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28075,10 +28643,10 @@ export default { }, "event_organizers_aggregate": { "aggregate": [ - 1850 + 1892 ], "nodes": [ - 1846 + 1888 ], "__typename": [ 85 @@ -28086,7 +28654,7 @@ export default { }, "event_organizers_aggregate_bool_exp": { "count": [ - 1849 + 1891 ], "__typename": [ 85 @@ -28094,13 +28662,13 @@ export default { }, "event_organizers_aggregate_bool_exp_count": { "arguments": [ - 1867 + 1909 ], "distinct": [ 6 ], "filter": [ - 1855 + 1897 ], "predicate": [ 42 @@ -28111,13 +28679,13 @@ export default { }, "event_organizers_aggregate_fields": { "avg": [ - 1853 + 1895 ], "count": [ 41, { "columns": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "distinct": [ @@ -28126,31 +28694,31 @@ export default { } ], "max": [ - 1859 + 1901 ], "min": [ - 1861 + 1903 ], "stddev": [ - 1869 + 1911 ], "stddev_pop": [ - 1871 + 1913 ], "stddev_samp": [ - 1873 + 1915 ], "sum": [ - 1877 + 1919 ], "var_pop": [ - 1881 + 1923 ], "var_samp": [ - 1883 + 1925 ], "variance": [ - 1885 + 1927 ], "__typename": [ 85 @@ -28158,37 +28726,37 @@ export default { }, "event_organizers_aggregate_order_by": { "avg": [ - 1854 + 1896 ], "count": [ - 3558 + 3601 ], "max": [ - 1860 + 1902 ], "min": [ - 1862 + 1904 ], "stddev": [ - 1870 + 1912 ], "stddev_pop": [ - 1872 + 1914 ], "stddev_samp": [ - 1874 + 1916 ], "sum": [ - 1878 + 1920 ], "var_pop": [ - 1882 + 1924 ], "var_samp": [ - 1884 + 1926 ], "variance": [ - 1886 + 1928 ], "__typename": [ 85 @@ -28196,10 +28764,10 @@ export default { }, "event_organizers_arr_rel_insert_input": { "data": [ - 1858 + 1900 ], "on_conflict": [ - 1864 + 1906 ], "__typename": [ 85 @@ -28215,7 +28783,7 @@ export default { }, "event_organizers_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28223,28 +28791,28 @@ export default { }, "event_organizers_bool_exp": { "_and": [ - 1855 + 1897 ], "_not": [ - 1855 + 1897 ], "_or": [ - 1855 + 1897 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "organizer": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -28253,7 +28821,7 @@ export default { "event_organizers_constraint": {}, "event_organizers_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28261,19 +28829,19 @@ export default { }, "event_organizers_insert_input": { "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "organizer": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28281,13 +28849,13 @@ export default { }, "event_organizers_max_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28295,13 +28863,13 @@ export default { }, "event_organizers_max_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28309,13 +28877,13 @@ export default { }, "event_organizers_min_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28323,13 +28891,13 @@ export default { }, "event_organizers_min_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28340,7 +28908,7 @@ export default { 41 ], "returning": [ - 1846 + 1888 ], "__typename": [ 85 @@ -28348,13 +28916,13 @@ export default { }, "event_organizers_on_conflict": { "constraint": [ - 1856 + 1898 ], "update_columns": [ - 1879 + 1921 ], "where": [ - 1855 + 1897 ], "__typename": [ 85 @@ -28362,19 +28930,19 @@ export default { }, "event_organizers_order_by": { "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "organizer": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28382,10 +28950,10 @@ export default { }, "event_organizers_pk_columns_input": { "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28394,13 +28962,13 @@ export default { "event_organizers_select_column": {}, "event_organizers_set_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28416,7 +28984,7 @@ export default { }, "event_organizers_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28432,7 +29000,7 @@ export default { }, "event_organizers_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28448,7 +29016,7 @@ export default { }, "event_organizers_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28456,10 +29024,10 @@ export default { }, "event_organizers_stream_cursor_input": { "initial_value": [ - 1876 + 1918 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -28467,13 +29035,13 @@ export default { }, "event_organizers_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28481,7 +29049,7 @@ export default { }, "event_organizers_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28489,7 +29057,7 @@ export default { }, "event_organizers_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28498,13 +29066,13 @@ export default { "event_organizers_update_column": {}, "event_organizers_updates": { "_inc": [ - 1857 + 1899 ], "_set": [ - 1868 + 1910 ], "where": [ - 1855 + 1897 ], "__typename": [ 85 @@ -28520,7 +29088,7 @@ export default { }, "event_organizers_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28536,7 +29104,7 @@ export default { }, "event_organizers_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28552,7 +29120,7 @@ export default { }, "event_organizers_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28560,19 +29128,19 @@ export default { }, "event_players": { "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28580,10 +29148,10 @@ export default { }, "event_players_aggregate": { "aggregate": [ - 1891 + 1933 ], "nodes": [ - 1887 + 1929 ], "__typename": [ 85 @@ -28591,7 +29159,7 @@ export default { }, "event_players_aggregate_bool_exp": { "count": [ - 1890 + 1932 ], "__typename": [ 85 @@ -28599,13 +29167,13 @@ export default { }, "event_players_aggregate_bool_exp_count": { "arguments": [ - 1908 + 1950 ], "distinct": [ 6 ], "filter": [ - 1896 + 1938 ], "predicate": [ 42 @@ -28616,13 +29184,13 @@ export default { }, "event_players_aggregate_fields": { "avg": [ - 1894 + 1936 ], "count": [ 41, { "columns": [ - 1908, + 1950, "[event_players_select_column!]" ], "distinct": [ @@ -28631,31 +29199,31 @@ export default { } ], "max": [ - 1900 + 1942 ], "min": [ - 1902 + 1944 ], "stddev": [ - 1910 + 1952 ], "stddev_pop": [ - 1912 + 1954 ], "stddev_samp": [ - 1914 + 1956 ], "sum": [ - 1918 + 1960 ], "var_pop": [ - 1922 + 1964 ], "var_samp": [ - 1924 + 1966 ], "variance": [ - 1926 + 1968 ], "__typename": [ 85 @@ -28663,37 +29231,37 @@ export default { }, "event_players_aggregate_order_by": { "avg": [ - 1895 + 1937 ], "count": [ - 3558 + 3601 ], "max": [ - 1901 + 1943 ], "min": [ - 1903 + 1945 ], "stddev": [ - 1911 + 1953 ], "stddev_pop": [ - 1913 + 1955 ], "stddev_samp": [ - 1915 + 1957 ], "sum": [ - 1919 + 1961 ], "var_pop": [ - 1923 + 1965 ], "var_samp": [ - 1925 + 1967 ], "variance": [ - 1927 + 1969 ], "__typename": [ 85 @@ -28701,10 +29269,10 @@ export default { }, "event_players_arr_rel_insert_input": { "data": [ - 1899 + 1941 ], "on_conflict": [ - 1905 + 1947 ], "__typename": [ 85 @@ -28720,7 +29288,7 @@ export default { }, "event_players_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28728,28 +29296,28 @@ export default { }, "event_players_bool_exp": { "_and": [ - 1896 + 1938 ], "_not": [ - 1896 + 1938 ], "_or": [ - 1896 + 1938 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -28758,7 +29326,7 @@ export default { "event_players_constraint": {}, "event_players_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28766,19 +29334,19 @@ export default { }, "event_players_insert_input": { "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28786,13 +29354,13 @@ export default { }, "event_players_max_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28800,13 +29368,13 @@ export default { }, "event_players_max_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28814,13 +29382,13 @@ export default { }, "event_players_min_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28828,13 +29396,13 @@ export default { }, "event_players_min_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28845,7 +29413,7 @@ export default { 41 ], "returning": [ - 1887 + 1929 ], "__typename": [ 85 @@ -28853,13 +29421,13 @@ export default { }, "event_players_on_conflict": { "constraint": [ - 1897 + 1939 ], "update_columns": [ - 1920 + 1962 ], "where": [ - 1896 + 1938 ], "__typename": [ 85 @@ -28867,19 +29435,19 @@ export default { }, "event_players_order_by": { "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28887,10 +29455,10 @@ export default { }, "event_players_pk_columns_input": { "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28899,13 +29467,13 @@ export default { "event_players_select_column": {}, "event_players_set_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28921,7 +29489,7 @@ export default { }, "event_players_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28937,7 +29505,7 @@ export default { }, "event_players_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28953,7 +29521,7 @@ export default { }, "event_players_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -28961,10 +29529,10 @@ export default { }, "event_players_stream_cursor_input": { "initial_value": [ - 1917 + 1959 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -28972,13 +29540,13 @@ export default { }, "event_players_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28986,7 +29554,7 @@ export default { }, "event_players_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -28994,7 +29562,7 @@ export default { }, "event_players_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29003,13 +29571,13 @@ export default { "event_players_update_column": {}, "event_players_updates": { "_inc": [ - 1898 + 1940 ], "_set": [ - 1909 + 1951 ], "where": [ - 1896 + 1938 ], "__typename": [ 85 @@ -29025,7 +29593,7 @@ export default { }, "event_players_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29041,7 +29609,7 @@ export default { }, "event_players_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29057,7 +29625,7 @@ export default { }, "event_players_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29065,19 +29633,19 @@ export default { }, "event_teams": { "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29085,10 +29653,10 @@ export default { }, "event_teams_aggregate": { "aggregate": [ - 1932 + 1974 ], "nodes": [ - 1928 + 1970 ], "__typename": [ 85 @@ -29096,7 +29664,7 @@ export default { }, "event_teams_aggregate_bool_exp": { "count": [ - 1931 + 1973 ], "__typename": [ 85 @@ -29104,13 +29672,13 @@ export default { }, "event_teams_aggregate_bool_exp_count": { "arguments": [ - 1946 + 1988 ], "distinct": [ 6 ], "filter": [ - 1935 + 1977 ], "predicate": [ 42 @@ -29124,7 +29692,7 @@ export default { 41, { "columns": [ - 1946, + 1988, "[event_teams_select_column!]" ], "distinct": [ @@ -29133,10 +29701,10 @@ export default { } ], "max": [ - 1938 + 1980 ], "min": [ - 1940 + 1982 ], "__typename": [ 85 @@ -29144,13 +29712,13 @@ export default { }, "event_teams_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 1939 + 1981 ], "min": [ - 1941 + 1983 ], "__typename": [ 85 @@ -29158,10 +29726,10 @@ export default { }, "event_teams_arr_rel_insert_input": { "data": [ - 1937 + 1979 ], "on_conflict": [ - 1943 + 1985 ], "__typename": [ 85 @@ -29169,28 +29737,28 @@ export default { }, "event_teams_bool_exp": { "_and": [ - 1935 + 1977 ], "_not": [ - 1935 + 1977 ], "_or": [ - 1935 + 1977 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -29199,19 +29767,19 @@ export default { "event_teams_constraint": {}, "event_teams_insert_input": { "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29219,13 +29787,13 @@ export default { }, "event_teams_max_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29233,13 +29801,13 @@ export default { }, "event_teams_max_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29247,13 +29815,13 @@ export default { }, "event_teams_min_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29261,13 +29829,13 @@ export default { }, "event_teams_min_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29278,7 +29846,7 @@ export default { 41 ], "returning": [ - 1928 + 1970 ], "__typename": [ 85 @@ -29286,13 +29854,13 @@ export default { }, "event_teams_on_conflict": { "constraint": [ - 1936 + 1978 ], "update_columns": [ - 1950 + 1992 ], "where": [ - 1935 + 1977 ], "__typename": [ 85 @@ -29300,19 +29868,19 @@ export default { }, "event_teams_order_by": { "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29320,10 +29888,10 @@ export default { }, "event_teams_pk_columns_input": { "event_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29332,13 +29900,13 @@ export default { "event_teams_select_column": {}, "event_teams_set_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29346,10 +29914,10 @@ export default { }, "event_teams_stream_cursor_input": { "initial_value": [ - 1949 + 1991 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -29357,13 +29925,13 @@ export default { }, "event_teams_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29372,10 +29940,10 @@ export default { "event_teams_update_column": {}, "event_teams_updates": { "_set": [ - 1947 + 1989 ], "where": [ - 1935 + 1977 ], "__typename": [ 85 @@ -29383,19 +29951,19 @@ export default { }, "event_tournaments": { "created_at": [ - 5153 + 5196 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29403,10 +29971,10 @@ export default { }, "event_tournaments_aggregate": { "aggregate": [ - 1956 + 1998 ], "nodes": [ - 1952 + 1994 ], "__typename": [ 85 @@ -29414,7 +29982,7 @@ export default { }, "event_tournaments_aggregate_bool_exp": { "count": [ - 1955 + 1997 ], "__typename": [ 85 @@ -29422,13 +29990,13 @@ export default { }, "event_tournaments_aggregate_bool_exp_count": { "arguments": [ - 1970 + 2012 ], "distinct": [ 6 ], "filter": [ - 1959 + 2001 ], "predicate": [ 42 @@ -29442,7 +30010,7 @@ export default { 41, { "columns": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "distinct": [ @@ -29451,10 +30019,10 @@ export default { } ], "max": [ - 1962 + 2004 ], "min": [ - 1964 + 2006 ], "__typename": [ 85 @@ -29462,13 +30030,13 @@ export default { }, "event_tournaments_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 1963 + 2005 ], "min": [ - 1965 + 2007 ], "__typename": [ 85 @@ -29476,10 +30044,10 @@ export default { }, "event_tournaments_arr_rel_insert_input": { "data": [ - 1961 + 2003 ], "on_conflict": [ - 1967 + 2009 ], "__typename": [ 85 @@ -29487,28 +30055,28 @@ export default { }, "event_tournaments_bool_exp": { "_and": [ - 1959 + 2001 ], "_not": [ - 1959 + 2001 ], "_or": [ - 1959 + 2001 ], "created_at": [ - 5154 + 5197 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -29517,19 +30085,19 @@ export default { "event_tournaments_constraint": {}, "event_tournaments_insert_input": { "created_at": [ - 5153 + 5196 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29537,13 +30105,13 @@ export default { }, "event_tournaments_max_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29551,13 +30119,13 @@ export default { }, "event_tournaments_max_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29565,13 +30133,13 @@ export default { }, "event_tournaments_min_fields": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29579,13 +30147,13 @@ export default { }, "event_tournaments_min_order_by": { "created_at": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29596,7 +30164,7 @@ export default { 41 ], "returning": [ - 1952 + 1994 ], "__typename": [ 85 @@ -29604,13 +30172,13 @@ export default { }, "event_tournaments_on_conflict": { "constraint": [ - 1960 + 2002 ], "update_columns": [ - 1974 + 2016 ], "where": [ - 1959 + 2001 ], "__typename": [ 85 @@ -29618,19 +30186,19 @@ export default { }, "event_tournaments_order_by": { "created_at": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -29638,10 +30206,10 @@ export default { }, "event_tournaments_pk_columns_input": { "event_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29650,13 +30218,13 @@ export default { "event_tournaments_select_column": {}, "event_tournaments_set_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29664,10 +30232,10 @@ export default { }, "event_tournaments_stream_cursor_input": { "initial_value": [ - 1973 + 2015 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -29675,13 +30243,13 @@ export default { }, "event_tournaments_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "event_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -29690,10 +30258,10 @@ export default { "event_tournaments_update_column": {}, "event_tournaments_updates": { "_set": [ - 1971 + 2013 ], "where": [ - 1959 + 2001 ], "__typename": [ 85 @@ -29701,10 +30269,10 @@ export default { }, "events": { "awards": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -29714,19 +30282,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "awards_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -29736,19 +30304,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "banner": [ - 1763 + 1805 ], "banner_media_id": [ - 6365 + 6503 ], "can_upload_media": [ 6 @@ -29757,28 +30325,28 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "hide_creator_organizer": [ 6 ], "id": [ - 6365 + 6503 ], "is_organizer": [ 6 ], "media": [ - 1763, + 1805, { "distinct_on": [ - 1826, + 1868, "[event_media_select_column!]" ], "limit": [ @@ -29788,22 +30356,22 @@ export default { 41 ], "order_by": [ - 1783, + 1825, "[event_media_order_by!]" ], "where": [ - 1772 + 1814 ] } ], "media_access": [ - 813 + 814 ], "media_aggregate": [ - 1764, + 1806, { "distinct_on": [ - 1826, + 1868, "[event_media_select_column!]" ], "limit": [ @@ -29813,11 +30381,11 @@ export default { 41 ], "order_by": [ - 1783, + 1825, "[event_media_order_by!]" ], "where": [ - 1772 + 1814 ] } ], @@ -29825,16 +30393,16 @@ export default { 85 ], "organizer": [ - 4516 + 4559 ], "organizer_steam_id": [ - 310 + 311 ], "organizers": [ - 1846, + 1888, { "distinct_on": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "limit": [ @@ -29844,19 +30412,19 @@ export default { 41 ], "order_by": [ - 1865, + 1907, "[event_organizers_order_by!]" ], "where": [ - 1855 + 1897 ] } ], "organizers_aggregate": [ - 1847, + 1889, { "distinct_on": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "limit": [ @@ -29866,19 +30434,19 @@ export default { 41 ], "order_by": [ - 1865, + 1907, "[event_organizers_order_by!]" ], "where": [ - 1855 + 1897 ] } ], "player_stats": [ - 6368, + 6506, { "distinct_on": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -29888,19 +30456,19 @@ export default { 41 ], "order_by": [ - 6393, + 6531, "[v_event_player_stats_order_by!]" ], "where": [ - 6387 + 6525 ] } ], "player_stats_aggregate": [ - 6369, + 6507, { "distinct_on": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -29910,19 +30478,19 @@ export default { 41 ], "order_by": [ - 6393, + 6531, "[v_event_player_stats_order_by!]" ], "where": [ - 6387 + 6525 ] } ], "players": [ - 1887, + 1929, { "distinct_on": [ - 1908, + 1950, "[event_players_select_column!]" ], "limit": [ @@ -29932,19 +30500,19 @@ export default { 41 ], "order_by": [ - 1906, + 1948, "[event_players_order_by!]" ], "where": [ - 1896 + 1938 ] } ], "players_aggregate": [ - 1888, + 1930, { "distinct_on": [ - 1908, + 1950, "[event_players_select_column!]" ], "limit": [ @@ -29954,22 +30522,22 @@ export default { 41 ], "order_by": [ - 1906, + 1948, "[event_players_order_by!]" ], "where": [ - 1896 + 1938 ] } ], "starts_at": [ - 5153 + 5196 ], "teams": [ - 1928, + 1970, { "distinct_on": [ - 1946, + 1988, "[event_teams_select_column!]" ], "limit": [ @@ -29979,19 +30547,19 @@ export default { 41 ], "order_by": [ - 1944, + 1986, "[event_teams_order_by!]" ], "where": [ - 1935 + 1977 ] } ], "teams_aggregate": [ - 1929, + 1971, { "distinct_on": [ - 1946, + 1988, "[event_teams_select_column!]" ], "limit": [ @@ -30001,19 +30569,19 @@ export default { 41 ], "order_by": [ - 1944, + 1986, "[event_teams_order_by!]" ], "where": [ - 1935 + 1977 ] } ], "tournaments": [ - 1952, + 1994, { "distinct_on": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "limit": [ @@ -30023,19 +30591,19 @@ export default { 41 ], "order_by": [ - 1968, + 2010, "[event_tournaments_order_by!]" ], "where": [ - 1959 + 2001 ] } ], "tournaments_aggregate": [ - 1953, + 1995, { "distinct_on": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "limit": [ @@ -30045,16 +30613,16 @@ export default { 41 ], "order_by": [ - 1968, + 2010, "[event_tournaments_order_by!]" ], "where": [ - 1959 + 2001 ] } ], "visibility": [ - 833 + 834 ], "__typename": [ 85 @@ -30062,10 +30630,10 @@ export default { }, "events_aggregate": { "aggregate": [ - 1978 + 2020 ], "nodes": [ - 1976 + 2018 ], "__typename": [ 85 @@ -30073,13 +30641,13 @@ export default { }, "events_aggregate_fields": { "avg": [ - 1979 + 2021 ], "count": [ 41, { "columns": [ - 1991, + 2033, "[events_select_column!]" ], "distinct": [ @@ -30088,31 +30656,31 @@ export default { } ], "max": [ - 1984 + 2026 ], "min": [ - 1985 + 2027 ], "stddev": [ - 1993 + 2035 ], "stddev_pop": [ - 1994 + 2036 ], "stddev_samp": [ - 1995 + 2037 ], "sum": [ - 1998 + 2040 ], "var_pop": [ - 2001 + 2043 ], "var_samp": [ - 2002 + 2044 ], "variance": [ - 2003 + 2045 ], "__typename": [ 85 @@ -30128,25 +30696,25 @@ export default { }, "events_bool_exp": { "_and": [ - 1980 + 2022 ], "_not": [ - 1980 + 2022 ], "_or": [ - 1980 + 2022 ], "awards": [ - 250 + 251 ], "awards_aggregate": [ - 243 + 244 ], "banner": [ - 1772 + 1814 ], "banner_media_id": [ - 6367 + 6505 ], "can_upload_media": [ 7 @@ -30155,76 +30723,76 @@ export default { 7 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 ], "ends_at": [ - 5154 + 5197 ], "hide_creator_organizer": [ 7 ], "id": [ - 6367 + 6505 ], "is_organizer": [ 7 ], "media": [ - 1772 + 1814 ], "media_access": [ - 814 + 815 ], "media_aggregate": [ - 1765 + 1807 ], "name": [ 87 ], "organizer": [ - 4520 + 4563 ], "organizer_steam_id": [ - 312 + 313 ], "organizers": [ - 1855 + 1897 ], "organizers_aggregate": [ - 1848 + 1890 ], "player_stats": [ - 6387 + 6525 ], "player_stats_aggregate": [ - 6370 + 6508 ], "players": [ - 1896 + 1938 ], "players_aggregate": [ - 1889 + 1931 ], "starts_at": [ - 5154 + 5197 ], "teams": [ - 1935 + 1977 ], "teams_aggregate": [ - 1930 + 1972 ], "tournaments": [ - 1959 + 2001 ], "tournaments_aggregate": [ - 1954 + 1996 ], "visibility": [ - 834 + 835 ], "__typename": [ 85 @@ -30233,7 +30801,7 @@ export default { "events_constraint": {}, "events_inc_input": { "organizer_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30241,64 +30809,64 @@ export default { }, "events_insert_input": { "awards": [ - 247 + 248 ], "banner": [ - 1781 + 1823 ], "banner_media_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "hide_creator_organizer": [ 6 ], "id": [ - 6365 + 6503 ], "media": [ - 1769 + 1811 ], "media_access": [ - 813 + 814 ], "name": [ 85 ], "organizer": [ - 4527 + 4570 ], "organizer_steam_id": [ - 310 + 311 ], "organizers": [ - 1852 + 1894 ], "player_stats": [ - 6384 + 6522 ], "players": [ - 1893 + 1935 ], "starts_at": [ - 5153 + 5196 ], "teams": [ - 1934 + 1976 ], "tournaments": [ - 1958 + 2000 ], "visibility": [ - 833 + 834 ], "__typename": [ 85 @@ -30306,28 +30874,28 @@ export default { }, "events_max_fields": { "banner_media_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "organizer_steam_id": [ - 310 + 311 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -30335,28 +30903,28 @@ export default { }, "events_min_fields": { "banner_media_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "organizer_steam_id": [ - 310 + 311 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -30367,7 +30935,7 @@ export default { 41 ], "returning": [ - 1976 + 2018 ], "__typename": [ 85 @@ -30375,10 +30943,10 @@ export default { }, "events_obj_rel_insert_input": { "data": [ - 1983 + 2025 ], "on_conflict": [ - 1988 + 2030 ], "__typename": [ 85 @@ -30386,13 +30954,13 @@ export default { }, "events_on_conflict": { "constraint": [ - 1981 + 2023 ], "update_columns": [ - 1999 + 2041 ], "where": [ - 1980 + 2022 ], "__typename": [ 85 @@ -30400,73 +30968,73 @@ export default { }, "events_order_by": { "awards_aggregate": [ - 246 + 247 ], "banner": [ - 1783 + 1825 ], "banner_media_id": [ - 3558 + 3601 ], "can_upload_media": [ - 3558 + 3601 ], "can_view": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "ends_at": [ - 3558 + 3601 ], "hide_creator_organizer": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_organizer": [ - 3558 + 3601 ], "media_access": [ - 3558 + 3601 ], "media_aggregate": [ - 1768 + 1810 ], "name": [ - 3558 + 3601 ], "organizer": [ - 4529 + 4572 ], "organizer_steam_id": [ - 3558 + 3601 ], "organizers_aggregate": [ - 1851 + 1893 ], "player_stats_aggregate": [ - 6383 + 6521 ], "players_aggregate": [ - 1892 + 1934 ], "starts_at": [ - 3558 + 3601 ], "teams_aggregate": [ - 1933 + 1975 ], "tournaments_aggregate": [ - 1957 + 1999 ], "visibility": [ - 3558 + 3601 ], "__typename": [ 85 @@ -30474,7 +31042,7 @@ export default { }, "events_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -30483,37 +31051,37 @@ export default { "events_select_column": {}, "events_set_input": { "banner_media_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "hide_creator_organizer": [ 6 ], "id": [ - 6365 + 6503 ], "media_access": [ - 813 + 814 ], "name": [ 85 ], "organizer_steam_id": [ - 310 + 311 ], "starts_at": [ - 5153 + 5196 ], "visibility": [ - 833 + 834 ], "__typename": [ 85 @@ -30545,10 +31113,10 @@ export default { }, "events_stream_cursor_input": { "initial_value": [ - 1997 + 2039 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -30556,37 +31124,37 @@ export default { }, "events_stream_cursor_value_input": { "banner_media_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "hide_creator_organizer": [ 6 ], "id": [ - 6365 + 6503 ], "media_access": [ - 813 + 814 ], "name": [ 85 ], "organizer_steam_id": [ - 310 + 311 ], "starts_at": [ - 5153 + 5196 ], "visibility": [ - 833 + 834 ], "__typename": [ 85 @@ -30594,7 +31162,7 @@ export default { }, "events_sum_fields": { "organizer_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30603,13 +31171,13 @@ export default { "events_update_column": {}, "events_updates": { "_inc": [ - 1982 + 2024 ], "_set": [ - 1992 + 2034 ], "where": [ - 1980 + 2022 ], "__typename": [ 85 @@ -30642,31 +31210,31 @@ export default { "float8": {}, "float8_comparison_exp": { "_eq": [ - 2004 + 2046 ], "_gt": [ - 2004 + 2046 ], "_gte": [ - 2004 + 2046 ], "_in": [ - 2004 + 2046 ], "_is_null": [ 6 ], "_lt": [ - 2004 + 2046 ], "_lte": [ - 2004 + 2046 ], "_neq": [ - 2004 + 2046 ], "_nin": [ - 2004 + 2046 ], "__typename": [ 85 @@ -30674,16 +31242,16 @@ export default { }, "friends": { "e_status": [ - 848 + 849 ], "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "status": [ - 853 + 854 ], "__typename": [ 85 @@ -30691,10 +31259,10 @@ export default { }, "friends_aggregate": { "aggregate": [ - 2008 + 2050 ], "nodes": [ - 2006 + 2048 ], "__typename": [ 85 @@ -30702,13 +31270,13 @@ export default { }, "friends_aggregate_fields": { "avg": [ - 2009 + 2051 ], "count": [ 41, { "columns": [ - 2020, + 2062, "[friends_select_column!]" ], "distinct": [ @@ -30717,31 +31285,31 @@ export default { } ], "max": [ - 2014 + 2056 ], "min": [ - 2015 + 2057 ], "stddev": [ - 2022 + 2064 ], "stddev_pop": [ - 2023 + 2065 ], "stddev_samp": [ - 2024 + 2066 ], "sum": [ - 2027 + 2069 ], "var_pop": [ - 2030 + 2072 ], "var_samp": [ - 2031 + 2073 ], "variance": [ - 2032 + 2074 ], "__typename": [ 85 @@ -30760,25 +31328,25 @@ export default { }, "friends_bool_exp": { "_and": [ - 2010 + 2052 ], "_not": [ - 2010 + 2052 ], "_or": [ - 2010 + 2052 ], "e_status": [ - 851 + 852 ], "other_player_steam_id": [ - 312 + 313 ], "player_steam_id": [ - 312 + 313 ], "status": [ - 854 + 855 ], "__typename": [ 85 @@ -30787,10 +31355,10 @@ export default { "friends_constraint": {}, "friends_inc_input": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30798,16 +31366,16 @@ export default { }, "friends_insert_input": { "e_status": [ - 859 + 860 ], "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "status": [ - 853 + 854 ], "__typename": [ 85 @@ -30815,10 +31383,10 @@ export default { }, "friends_max_fields": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30826,10 +31394,10 @@ export default { }, "friends_min_fields": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30840,7 +31408,7 @@ export default { 41 ], "returning": [ - 2006 + 2048 ], "__typename": [ 85 @@ -30848,13 +31416,13 @@ export default { }, "friends_on_conflict": { "constraint": [ - 2011 + 2053 ], "update_columns": [ - 2028 + 2070 ], "where": [ - 2010 + 2052 ], "__typename": [ 85 @@ -30862,16 +31430,16 @@ export default { }, "friends_order_by": { "e_status": [ - 861 + 862 ], "other_player_steam_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "__typename": [ 85 @@ -30879,10 +31447,10 @@ export default { }, "friends_pk_columns_input": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30891,13 +31459,13 @@ export default { "friends_select_column": {}, "friends_set_input": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "status": [ - 853 + 854 ], "__typename": [ 85 @@ -30938,10 +31506,10 @@ export default { }, "friends_stream_cursor_input": { "initial_value": [ - 2026 + 2068 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -30949,13 +31517,13 @@ export default { }, "friends_stream_cursor_value_input": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "status": [ - 853 + 854 ], "__typename": [ 85 @@ -30963,10 +31531,10 @@ export default { }, "friends_sum_fields": { "other_player_steam_id": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -30975,13 +31543,13 @@ export default { "friends_update_column": {}, "friends_updates": { "_inc": [ - 2012 + 2054 ], "_set": [ - 2021 + 2063 ], "where": [ - 2010 + 2052 ], "__typename": [ 85 @@ -31022,7 +31590,7 @@ export default { }, "game_mode_plugins": { "config": [ - 2349, + 2392, { "path": [ 85 @@ -31030,16 +31598,16 @@ export default { } ], "game_mode": [ - 2083 + 2125 ], "game_mode_id": [ - 6365 + 6503 ], "load_order": [ 41 ], "plugin": [ - 2165 + 2207 ], "plugin_slug": [ 85 @@ -31053,10 +31621,10 @@ export default { }, "game_mode_plugins_aggregate": { "aggregate": [ - 2039 + 2081 ], "nodes": [ - 2033 + 2075 ], "__typename": [ 85 @@ -31064,13 +31632,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp": { "bool_and": [ - 2036 + 2078 ], "bool_or": [ - 2037 + 2079 ], "count": [ - 2038 + 2080 ], "__typename": [ 85 @@ -31078,13 +31646,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_bool_and": { "arguments": [ - 2062 + 2104 ], "distinct": [ 6 ], "filter": [ - 2045 + 2087 ], "predicate": [ 7 @@ -31095,13 +31663,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_bool_or": { "arguments": [ - 2063 + 2105 ], "distinct": [ 6 ], "filter": [ - 2045 + 2087 ], "predicate": [ 7 @@ -31112,13 +31680,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_count": { "arguments": [ - 2061 + 2103 ], "distinct": [ 6 ], "filter": [ - 2045 + 2087 ], "predicate": [ 42 @@ -31129,13 +31697,13 @@ export default { }, "game_mode_plugins_aggregate_fields": { "avg": [ - 2043 + 2085 ], "count": [ 41, { "columns": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "distinct": [ @@ -31144,31 +31712,31 @@ export default { } ], "max": [ - 2052 + 2094 ], "min": [ - 2054 + 2096 ], "stddev": [ - 2065 + 2107 ], "stddev_pop": [ - 2067 + 2109 ], "stddev_samp": [ - 2069 + 2111 ], "sum": [ - 2073 + 2115 ], "var_pop": [ - 2077 + 2119 ], "var_samp": [ - 2079 + 2121 ], "variance": [ - 2081 + 2123 ], "__typename": [ 85 @@ -31176,37 +31744,37 @@ export default { }, "game_mode_plugins_aggregate_order_by": { "avg": [ - 2044 + 2086 ], "count": [ - 3558 + 3601 ], "max": [ - 2053 + 2095 ], "min": [ - 2055 + 2097 ], "stddev": [ - 2066 + 2108 ], "stddev_pop": [ - 2068 + 2110 ], "stddev_samp": [ - 2070 + 2112 ], "sum": [ - 2074 + 2116 ], "var_pop": [ - 2078 + 2120 ], "var_samp": [ - 2080 + 2122 ], "variance": [ - 2082 + 2124 ], "__typename": [ 85 @@ -31214,7 +31782,7 @@ export default { }, "game_mode_plugins_append_input": { "config": [ - 2349 + 2392 ], "__typename": [ 85 @@ -31222,10 +31790,10 @@ export default { }, "game_mode_plugins_arr_rel_insert_input": { "data": [ - 2051 + 2093 ], "on_conflict": [ - 2057 + 2099 ], "__typename": [ 85 @@ -31241,7 +31809,7 @@ export default { }, "game_mode_plugins_avg_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31249,28 +31817,28 @@ export default { }, "game_mode_plugins_bool_exp": { "_and": [ - 2045 + 2087 ], "_not": [ - 2045 + 2087 ], "_or": [ - 2045 + 2087 ], "config": [ - 2351 + 2394 ], "game_mode": [ - 2086 + 2128 ], "game_mode_id": [ - 6367 + 6505 ], "load_order": [ 42 ], "plugin": [ - 2170 + 2212 ], "plugin_slug": [ 87 @@ -31317,19 +31885,19 @@ export default { }, "game_mode_plugins_insert_input": { "config": [ - 2349 + 2392 ], "game_mode": [ - 2092 + 2134 ], "game_mode_id": [ - 6365 + 6503 ], "load_order": [ 41 ], "plugin": [ - 2179 + 2221 ], "plugin_slug": [ 85 @@ -31343,7 +31911,7 @@ export default { }, "game_mode_plugins_max_fields": { "game_mode_id": [ - 6365 + 6503 ], "load_order": [ 41 @@ -31357,13 +31925,13 @@ export default { }, "game_mode_plugins_max_order_by": { "game_mode_id": [ - 3558 + 3601 ], "load_order": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31371,7 +31939,7 @@ export default { }, "game_mode_plugins_min_fields": { "game_mode_id": [ - 6365 + 6503 ], "load_order": [ 41 @@ -31385,13 +31953,13 @@ export default { }, "game_mode_plugins_min_order_by": { "game_mode_id": [ - 3558 + 3601 ], "load_order": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31402,7 +31970,7 @@ export default { 41 ], "returning": [ - 2033 + 2075 ], "__typename": [ 85 @@ -31410,13 +31978,13 @@ export default { }, "game_mode_plugins_on_conflict": { "constraint": [ - 2046 + 2088 ], "update_columns": [ - 2075 + 2117 ], "where": [ - 2045 + 2087 ], "__typename": [ 85 @@ -31424,25 +31992,25 @@ export default { }, "game_mode_plugins_order_by": { "config": [ - 3558 + 3601 ], "game_mode": [ - 2094 + 2136 ], "game_mode_id": [ - 3558 + 3601 ], "load_order": [ - 3558 + 3601 ], "plugin": [ - 2181 + 2223 ], "plugin_slug": [ - 3558 + 3601 ], "required": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31450,7 +32018,7 @@ export default { }, "game_mode_plugins_pk_columns_input": { "game_mode_id": [ - 6365 + 6503 ], "plugin_slug": [ 85 @@ -31461,7 +32029,7 @@ export default { }, "game_mode_plugins_prepend_input": { "config": [ - 2349 + 2392 ], "__typename": [ 85 @@ -31472,10 +32040,10 @@ export default { "game_mode_plugins_select_column_game_mode_plugins_aggregate_bool_exp_bool_or_arguments_columns": {}, "game_mode_plugins_set_input": { "config": [ - 2349 + 2392 ], "game_mode_id": [ - 6365 + 6503 ], "load_order": [ 41 @@ -31500,7 +32068,7 @@ export default { }, "game_mode_plugins_stddev_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31516,7 +32084,7 @@ export default { }, "game_mode_plugins_stddev_pop_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31532,7 +32100,7 @@ export default { }, "game_mode_plugins_stddev_samp_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31540,10 +32108,10 @@ export default { }, "game_mode_plugins_stream_cursor_input": { "initial_value": [ - 2072 + 2114 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -31551,10 +32119,10 @@ export default { }, "game_mode_plugins_stream_cursor_value_input": { "config": [ - 2349 + 2392 ], "game_mode_id": [ - 6365 + 6503 ], "load_order": [ 41 @@ -31579,7 +32147,7 @@ export default { }, "game_mode_plugins_sum_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31588,28 +32156,28 @@ export default { "game_mode_plugins_update_column": {}, "game_mode_plugins_updates": { "_append": [ - 2041 + 2083 ], "_delete_at_path": [ - 2047 + 2089 ], "_delete_elem": [ - 2048 + 2090 ], "_delete_key": [ - 2049 + 2091 ], "_inc": [ - 2050 + 2092 ], "_prepend": [ - 2060 + 2102 ], "_set": [ - 2064 + 2106 ], "where": [ - 2045 + 2087 ], "__typename": [ 85 @@ -31625,7 +32193,7 @@ export default { }, "game_mode_plugins_var_pop_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31641,7 +32209,7 @@ export default { }, "game_mode_plugins_var_samp_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31657,7 +32225,7 @@ export default { }, "game_mode_plugins_variance_order_by": { "load_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -31665,7 +32233,7 @@ export default { }, "game_modes": { "archived_at": [ - 5153 + 5196 ], "cfg": [ 85 @@ -31674,7 +32242,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -31689,13 +32257,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_options": [ - 3200, + 3243, { "distinct_on": [ - 3224, + 3267, "[match_options_select_column!]" ], "limit": [ @@ -31705,19 +32273,19 @@ export default { 41 ], "order_by": [ - 3222, + 3265, "[match_options_order_by!]" ], "where": [ - 3211 + 3254 ] } ], "match_options_aggregate": [ - 3201, + 3244, { "distinct_on": [ - 3224, + 3267, "[match_options_select_column!]" ], "limit": [ @@ -31727,11 +32295,11 @@ export default { 41 ], "order_by": [ - 3222, + 3265, "[match_options_order_by!]" ], "where": [ - 3211 + 3254 ] } ], @@ -31739,10 +32307,10 @@ export default { 85 ], "plugins": [ - 2033, + 2075, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -31752,19 +32320,19 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "plugins_aggregate": [ - 2034, + 2076, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -31774,16 +32342,16 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "runtime_conflicts": [ - 2349, + 2392, { "path": [ 85 @@ -31794,7 +32362,7 @@ export default { 85 ], "supported_runtimes": [ - 2349, + 2392, { "path": [ 85 @@ -31802,7 +32370,7 @@ export default { } ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -31810,10 +32378,10 @@ export default { }, "game_modes_aggregate": { "aggregate": [ - 2085 + 2127 ], "nodes": [ - 2083 + 2125 ], "__typename": [ 85 @@ -31824,7 +32392,7 @@ export default { 41, { "columns": [ - 2096, + 2138, "[game_modes_select_column!]" ], "distinct": [ @@ -31833,10 +32401,10 @@ export default { } ], "max": [ - 2089 + 2131 ], "min": [ - 2090 + 2132 ], "__typename": [ 85 @@ -31844,16 +32412,16 @@ export default { }, "game_modes_bool_exp": { "_and": [ - 2086 + 2128 ], "_not": [ - 2086 + 2128 ], "_or": [ - 2086 + 2128 ], "archived_at": [ - 5154 + 5197 ], "cfg": [ 87 @@ -31862,7 +32430,7 @@ export default { 7 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 @@ -31877,34 +32445,34 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "match_options": [ - 3211 + 3254 ], "match_options_aggregate": [ - 3202 + 3245 ], "name": [ 87 ], "plugins": [ - 2045 + 2087 ], "plugins_aggregate": [ - 2035 + 2077 ], "runtime_conflicts": [ - 2351 + 2394 ], "slug": [ 87 ], "supported_runtimes": [ - 2351 + 2394 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -31913,7 +32481,7 @@ export default { "game_modes_constraint": {}, "game_modes_insert_input": { "archived_at": [ - 5153 + 5196 ], "cfg": [ 85 @@ -31922,7 +32490,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -31937,22 +32505,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_options": [ - 3208 + 3251 ], "name": [ 85 ], "plugins": [ - 2042 + 2084 ], "slug": [ 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -31960,13 +32528,13 @@ export default { }, "game_modes_max_fields": { "archived_at": [ - 5153 + 5196 ], "cfg": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -31978,7 +32546,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -31987,7 +32555,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -31995,13 +32563,13 @@ export default { }, "game_modes_min_fields": { "archived_at": [ - 5153 + 5196 ], "cfg": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -32013,7 +32581,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -32022,7 +32590,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -32033,7 +32601,7 @@ export default { 41 ], "returning": [ - 2083 + 2125 ], "__typename": [ 85 @@ -32041,10 +32609,10 @@ export default { }, "game_modes_obj_rel_insert_input": { "data": [ - 2088 + 2130 ], "on_conflict": [ - 2093 + 2135 ], "__typename": [ 85 @@ -32052,13 +32620,13 @@ export default { }, "game_modes_on_conflict": { "constraint": [ - 2087 + 2129 ], "update_columns": [ - 2100 + 2142 ], "where": [ - 2086 + 2128 ], "__typename": [ 85 @@ -32066,52 +32634,52 @@ export default { }, "game_modes_order_by": { "archived_at": [ - 3558 + 3601 ], "cfg": [ - 3558 + 3601 ], "competitive_safe": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "enabled": [ - 3558 + 3601 ], "extra_game_params": [ - 3558 + 3601 ], "icon": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_options_aggregate": [ - 3207 + 3250 ], "name": [ - 3558 + 3601 ], "plugins_aggregate": [ - 2040 + 2082 ], "runtime_conflicts": [ - 3558 + 3601 ], "slug": [ - 3558 + 3601 ], "supported_runtimes": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -32119,7 +32687,7 @@ export default { }, "game_modes_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -32128,7 +32696,7 @@ export default { "game_modes_select_column": {}, "game_modes_set_input": { "archived_at": [ - 5153 + 5196 ], "cfg": [ 85 @@ -32137,7 +32705,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -32152,7 +32720,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -32161,7 +32729,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -32169,10 +32737,10 @@ export default { }, "game_modes_stream_cursor_input": { "initial_value": [ - 2099 + 2141 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -32180,7 +32748,7 @@ export default { }, "game_modes_stream_cursor_value_input": { "archived_at": [ - 5153 + 5196 ], "cfg": [ 85 @@ -32189,7 +32757,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -32204,7 +32772,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "name": [ 85 @@ -32213,7 +32781,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -32222,10 +32790,10 @@ export default { "game_modes_update_column": {}, "game_modes_updates": { "_set": [ - 2097 + 2139 ], "where": [ - 2086 + 2128 ], "__typename": [ 85 @@ -32236,10 +32804,10 @@ export default { 85 ], "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "disable_server_guidelines": [ 6 @@ -32257,13 +32825,13 @@ export default { 6 ], "plugin": [ - 2165 + 2207 ], "plugin_slug": [ 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -32274,10 +32842,10 @@ export default { }, "game_plugin_installs_aggregate": { "aggregate": [ - 2104 + 2146 ], "nodes": [ - 2102 + 2144 ], "__typename": [ 85 @@ -32288,7 +32856,7 @@ export default { 41, { "columns": [ - 2114, + 2156, "[game_plugin_installs_select_column!]" ], "distinct": [ @@ -32297,10 +32865,10 @@ export default { } ], "max": [ - 2108 + 2150 ], "min": [ - 2109 + 2151 ], "__typename": [ 85 @@ -32308,22 +32876,22 @@ export default { }, "game_plugin_installs_bool_exp": { "_and": [ - 2105 + 2147 ], "_not": [ - 2105 + 2147 ], "_or": [ - 2105 + 2147 ], "cfg": [ 87 ], "channel": [ - 895 + 896 ], "created_at": [ - 5154 + 5197 ], "disable_server_guidelines": [ 7 @@ -32341,13 +32909,13 @@ export default { 7 ], "plugin": [ - 2170 + 2212 ], "plugin_slug": [ 87 ], "updated_at": [ - 5154 + 5197 ], "version": [ 87 @@ -32362,10 +32930,10 @@ export default { 85 ], "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "disable_server_guidelines": [ 6 @@ -32383,13 +32951,13 @@ export default { 6 ], "plugin": [ - 2179 + 2221 ], "plugin_slug": [ 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -32403,13 +32971,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "plugin_slug": [ 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -32423,13 +32991,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "plugin_slug": [ 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -32443,7 +33011,7 @@ export default { 41 ], "returning": [ - 2102 + 2144 ], "__typename": [ 85 @@ -32451,13 +33019,13 @@ export default { }, "game_plugin_installs_on_conflict": { "constraint": [ - 2106 + 2148 ], "update_columns": [ - 2118 + 2160 ], "where": [ - 2105 + 2147 ], "__typename": [ 85 @@ -32465,40 +33033,40 @@ export default { }, "game_plugin_installs_order_by": { "cfg": [ - 3558 + 3601 ], "channel": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "disable_server_guidelines": [ - 3558 + 3601 ], "enabled": [ - 3558 + 3601 ], "load_custom": [ - 3558 + 3601 ], "load_ranked": [ - 3558 + 3601 ], "load_tournaments": [ - 3558 + 3601 ], "plugin": [ - 2181 + 2223 ], "plugin_slug": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -32518,10 +33086,10 @@ export default { 85 ], "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "disable_server_guidelines": [ 6 @@ -32542,7 +33110,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -32553,10 +33121,10 @@ export default { }, "game_plugin_installs_stream_cursor_input": { "initial_value": [ - 2117 + 2159 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -32567,10 +33135,10 @@ export default { 85 ], "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "disable_server_guidelines": [ 6 @@ -32591,7 +33159,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -32603,10 +33171,10 @@ export default { "game_plugin_installs_update_column": {}, "game_plugin_installs_updates": { "_set": [ - 2115 + 2157 ], "where": [ - 2105 + 2147 ], "__typename": [ 85 @@ -32620,7 +33188,7 @@ export default { 85 ], "plugin": [ - 2165 + 2207 ], "plugin_slug": [ 85 @@ -32629,10 +33197,10 @@ export default { 6 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "sha256": [ 85 @@ -32652,10 +33220,10 @@ export default { }, "game_plugin_versions_aggregate": { "aggregate": [ - 2126 + 2168 ], "nodes": [ - 2120 + 2162 ], "__typename": [ 85 @@ -32663,13 +33231,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp": { "bool_and": [ - 2123 + 2165 ], "bool_or": [ - 2124 + 2166 ], "count": [ - 2125 + 2167 ], "__typename": [ 85 @@ -32677,13 +33245,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_bool_and": { "arguments": [ - 2144 + 2186 ], "distinct": [ 6 ], "filter": [ - 2131 + 2173 ], "predicate": [ 7 @@ -32694,13 +33262,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_bool_or": { "arguments": [ - 2145 + 2187 ], "distinct": [ 6 ], "filter": [ - 2131 + 2173 ], "predicate": [ 7 @@ -32711,13 +33279,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_count": { "arguments": [ - 2143 + 2185 ], "distinct": [ 6 ], "filter": [ - 2131 + 2173 ], "predicate": [ 42 @@ -32728,13 +33296,13 @@ export default { }, "game_plugin_versions_aggregate_fields": { "avg": [ - 2129 + 2171 ], "count": [ 41, { "columns": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "distinct": [ @@ -32743,31 +33311,31 @@ export default { } ], "max": [ - 2135 + 2177 ], "min": [ - 2137 + 2179 ], "stddev": [ - 2147 + 2189 ], "stddev_pop": [ - 2149 + 2191 ], "stddev_samp": [ - 2151 + 2193 ], "sum": [ - 2155 + 2197 ], "var_pop": [ - 2159 + 2201 ], "var_samp": [ - 2161 + 2203 ], "variance": [ - 2163 + 2205 ], "__typename": [ 85 @@ -32775,37 +33343,37 @@ export default { }, "game_plugin_versions_aggregate_order_by": { "avg": [ - 2130 + 2172 ], "count": [ - 3558 + 3601 ], "max": [ - 2136 + 2178 ], "min": [ - 2138 + 2180 ], "stddev": [ - 2148 + 2190 ], "stddev_pop": [ - 2150 + 2192 ], "stddev_samp": [ - 2152 + 2194 ], "sum": [ - 2156 + 2198 ], "var_pop": [ - 2160 + 2202 ], "var_samp": [ - 2162 + 2204 ], "variance": [ - 2164 + 2206 ], "__typename": [ 85 @@ -32813,10 +33381,10 @@ export default { }, "game_plugin_versions_arr_rel_insert_input": { "data": [ - 2134 + 2176 ], "on_conflict": [ - 2140 + 2182 ], "__typename": [ 85 @@ -32832,7 +33400,7 @@ export default { }, "game_plugin_versions_avg_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -32840,13 +33408,13 @@ export default { }, "game_plugin_versions_bool_exp": { "_and": [ - 2131 + 2173 ], "_not": [ - 2131 + 2173 ], "_or": [ - 2131 + 2173 ], "install_path": [ 87 @@ -32855,7 +33423,7 @@ export default { 87 ], "plugin": [ - 2170 + 2212 ], "plugin_slug": [ 87 @@ -32864,10 +33432,10 @@ export default { 7 ], "published_at": [ - 5154 + 5197 ], "runtime": [ - 1305 + 1306 ], "sha256": [ 87 @@ -32902,7 +33470,7 @@ export default { 85 ], "plugin": [ - 2179 + 2221 ], "plugin_slug": [ 85 @@ -32911,10 +33479,10 @@ export default { 6 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "sha256": [ 85 @@ -32943,7 +33511,7 @@ export default { 85 ], "published_at": [ - 5153 + 5196 ], "sha256": [ 85 @@ -32963,28 +33531,28 @@ export default { }, "game_plugin_versions_max_order_by": { "install_path": [ - 3558 + 3601 ], "layout": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "published_at": [ - 3558 + 3601 ], "sha256": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "url": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33001,7 +33569,7 @@ export default { 85 ], "published_at": [ - 5153 + 5196 ], "sha256": [ 85 @@ -33021,28 +33589,28 @@ export default { }, "game_plugin_versions_min_order_by": { "install_path": [ - 3558 + 3601 ], "layout": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "published_at": [ - 3558 + 3601 ], "sha256": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "url": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33053,7 +33621,7 @@ export default { 41 ], "returning": [ - 2120 + 2162 ], "__typename": [ 85 @@ -33061,13 +33629,13 @@ export default { }, "game_plugin_versions_on_conflict": { "constraint": [ - 2132 + 2174 ], "update_columns": [ - 2157 + 2199 ], "where": [ - 2131 + 2173 ], "__typename": [ 85 @@ -33075,37 +33643,37 @@ export default { }, "game_plugin_versions_order_by": { "install_path": [ - 3558 + 3601 ], "layout": [ - 3558 + 3601 ], "plugin": [ - 2181 + 2223 ], "plugin_slug": [ - 3558 + 3601 ], "prerelease": [ - 3558 + 3601 ], "published_at": [ - 3558 + 3601 ], "runtime": [ - 3558 + 3601 ], "sha256": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "url": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33116,7 +33684,7 @@ export default { 85 ], "runtime": [ - 1304 + 1305 ], "version": [ 85 @@ -33142,10 +33710,10 @@ export default { 6 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "sha256": [ 85 @@ -33173,7 +33741,7 @@ export default { }, "game_plugin_versions_stddev_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33189,7 +33757,7 @@ export default { }, "game_plugin_versions_stddev_pop_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33205,7 +33773,7 @@ export default { }, "game_plugin_versions_stddev_samp_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33213,10 +33781,10 @@ export default { }, "game_plugin_versions_stream_cursor_input": { "initial_value": [ - 2154 + 2196 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -33236,10 +33804,10 @@ export default { 6 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "sha256": [ 85 @@ -33267,7 +33835,7 @@ export default { }, "game_plugin_versions_sum_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33276,13 +33844,13 @@ export default { "game_plugin_versions_update_column": {}, "game_plugin_versions_updates": { "_inc": [ - 2133 + 2175 ], "_set": [ - 2146 + 2188 ], "where": [ - 2131 + 2173 ], "__typename": [ 85 @@ -33298,7 +33866,7 @@ export default { }, "game_plugin_versions_var_pop_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33314,7 +33882,7 @@ export default { }, "game_plugin_versions_var_samp_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33330,7 +33898,7 @@ export default { }, "game_plugin_versions_variance_order_by": { "size": [ - 3558 + 3601 ], "__typename": [ 85 @@ -33344,7 +33912,7 @@ export default { 85 ], "config_schema": [ - 2349, + 2392, { "path": [ 85 @@ -33358,10 +33926,10 @@ export default { 85 ], "game_modes": [ - 2033, + 2075, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -33371,19 +33939,19 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "game_modes_aggregate": [ - 2034, + 2076, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -33393,11 +33961,11 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], @@ -33414,16 +33982,16 @@ export default { 41 ], "kind": [ - 934 + 935 ], "name": [ 85 ], "node_installs": [ - 2197, + 2239, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -33433,19 +34001,19 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "node_installs_aggregate": [ - 2198, + 2240, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -33455,11 +34023,11 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], @@ -33467,7 +34035,7 @@ export default { 85 ], "panel": [ - 2349, + 2392, { "path": [ 85 @@ -33487,7 +34055,7 @@ export default { 85 ], "synced_at": [ - 5153 + 5196 ], "tags": [ 85 @@ -33499,10 +34067,10 @@ export default { 6 ], "versions": [ - 2120, + 2162, { "distinct_on": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -33512,19 +34080,19 @@ export default { 41 ], "order_by": [ - 2141, + 2183, "[game_plugin_versions_order_by!]" ], "where": [ - 2131 + 2173 ] } ], "versions_aggregate": [ - 2121, + 2163, { "distinct_on": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -33534,16 +34102,16 @@ export default { 41 ], "order_by": [ - 2141, + 2183, "[game_plugin_versions_order_by!]" ], "where": [ - 2131 + 2173 ] } ], "wiring": [ - 2349, + 2392, { "path": [ 85 @@ -33556,10 +34124,10 @@ export default { }, "game_plugins_aggregate": { "aggregate": [ - 2167 + 2209 ], "nodes": [ - 2165 + 2207 ], "__typename": [ 85 @@ -33567,13 +34135,13 @@ export default { }, "game_plugins_aggregate_fields": { "avg": [ - 2169 + 2211 ], "count": [ 41, { "columns": [ - 2184, + 2226, "[game_plugins_select_column!]" ], "distinct": [ @@ -33582,31 +34150,31 @@ export default { } ], "max": [ - 2176 + 2218 ], "min": [ - 2177 + 2219 ], "stddev": [ - 2186 + 2228 ], "stddev_pop": [ - 2187 + 2229 ], "stddev_samp": [ - 2188 + 2230 ], "sum": [ - 2191 + 2233 ], "var_pop": [ - 2194 + 2236 ], "var_samp": [ - 2195 + 2237 ], "variance": [ - 2196 + 2238 ], "__typename": [ 85 @@ -33614,13 +34182,13 @@ export default { }, "game_plugins_append_input": { "config_schema": [ - 2349 + 2392 ], "panel": [ - 2349 + 2392 ], "wiring": [ - 2349 + 2392 ], "__typename": [ 85 @@ -33639,13 +34207,13 @@ export default { }, "game_plugins_bool_exp": { "_and": [ - 2170 + 2212 ], "_not": [ - 2170 + 2212 ], "_or": [ - 2170 + 2212 ], "author": [ 87 @@ -33654,7 +34222,7 @@ export default { 87 ], "config_schema": [ - 2351 + 2394 ], "cvars": [ 86 @@ -33663,10 +34231,10 @@ export default { 87 ], "game_modes": [ - 2045 + 2087 ], "game_modes_aggregate": [ - 2035 + 2077 ], "homepage": [ 87 @@ -33681,22 +34249,22 @@ export default { 42 ], "kind": [ - 935 + 936 ], "name": [ 87 ], "node_installs": [ - 2206 + 2248 ], "node_installs_aggregate": [ - 2199 + 2241 ], "pairs_with": [ 86 ], "panel": [ - 2351 + 2394 ], "requires_server_guidelines_disabled": [ 7 @@ -33711,7 +34279,7 @@ export default { 87 ], "synced_at": [ - 5154 + 5197 ], "tags": [ 86 @@ -33723,13 +34291,13 @@ export default { 7 ], "versions": [ - 2131 + 2173 ], "versions_aggregate": [ - 2122 + 2164 ], "wiring": [ - 2351 + 2394 ], "__typename": [ 85 @@ -33786,7 +34354,7 @@ export default { 85 ], "config_schema": [ - 2349 + 2392 ], "cvars": [ 85 @@ -33795,7 +34363,7 @@ export default { 85 ], "game_modes": [ - 2042 + 2084 ], "homepage": [ 85 @@ -33804,19 +34372,19 @@ export default { 6 ], "kind": [ - 934 + 935 ], "name": [ 85 ], "node_installs": [ - 2205 + 2247 ], "pairs_with": [ 85 ], "panel": [ - 2349 + 2392 ], "requires_server_guidelines_disabled": [ 6 @@ -33831,7 +34399,7 @@ export default { 85 ], "synced_at": [ - 5153 + 5196 ], "tags": [ 85 @@ -33840,10 +34408,10 @@ export default { 6 ], "versions": [ - 2128 + 2170 ], "wiring": [ - 2349 + 2392 ], "__typename": [ 85 @@ -33887,7 +34455,7 @@ export default { 85 ], "synced_at": [ - 5153 + 5196 ], "tags": [ 85 @@ -33937,7 +34505,7 @@ export default { 85 ], "synced_at": [ - 5153 + 5196 ], "tags": [ 85 @@ -33954,7 +34522,7 @@ export default { 41 ], "returning": [ - 2165 + 2207 ], "__typename": [ 85 @@ -33962,10 +34530,10 @@ export default { }, "game_plugins_obj_rel_insert_input": { "data": [ - 2175 + 2217 ], "on_conflict": [ - 2180 + 2222 ], "__typename": [ 85 @@ -33973,13 +34541,13 @@ export default { }, "game_plugins_on_conflict": { "constraint": [ - 2171 + 2213 ], "update_columns": [ - 2192 + 2234 ], "where": [ - 2170 + 2212 ], "__typename": [ 85 @@ -33987,79 +34555,79 @@ export default { }, "game_plugins_order_by": { "author": [ - 3558 + 3601 ], "config_path": [ - 3558 + 3601 ], "config_schema": [ - 3558 + 3601 ], "cvars": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "game_modes_aggregate": [ - 2040 + 2082 ], "homepage": [ - 3558 + 3601 ], "hot_swappable": [ - 3558 + 3601 ], "install_state": [ - 3558 + 3601 ], "installed_node_count": [ - 3558 + 3601 ], "kind": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "node_installs_aggregate": [ - 2204 + 2246 ], "pairs_with": [ - 3558 + 3601 ], "panel": [ - 3558 + 3601 ], "requires_server_guidelines_disabled": [ - 3558 + 3601 ], "requires_service": [ - 3558 + 3601 ], "slug": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "synced_at": [ - 3558 + 3601 ], "tags": [ - 3558 + 3601 ], "target_node_count": [ - 3558 + 3601 ], "verified": [ - 3558 + 3601 ], "versions_aggregate": [ - 2127 + 2169 ], "wiring": [ - 3558 + 3601 ], "__typename": [ 85 @@ -34075,13 +34643,13 @@ export default { }, "game_plugins_prepend_input": { "config_schema": [ - 2349 + 2392 ], "panel": [ - 2349 + 2392 ], "wiring": [ - 2349 + 2392 ], "__typename": [ 85 @@ -34096,7 +34664,7 @@ export default { 85 ], "config_schema": [ - 2349 + 2392 ], "cvars": [ 85 @@ -34111,7 +34679,7 @@ export default { 6 ], "kind": [ - 934 + 935 ], "name": [ 85 @@ -34120,7 +34688,7 @@ export default { 85 ], "panel": [ - 2349 + 2392 ], "requires_server_guidelines_disabled": [ 6 @@ -34135,7 +34703,7 @@ export default { 85 ], "synced_at": [ - 5153 + 5196 ], "tags": [ 85 @@ -34144,7 +34712,7 @@ export default { 6 ], "wiring": [ - 2349 + 2392 ], "__typename": [ 85 @@ -34185,10 +34753,10 @@ export default { }, "game_plugins_stream_cursor_input": { "initial_value": [ - 2190 + 2232 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -34202,7 +34770,7 @@ export default { 85 ], "config_schema": [ - 2349 + 2392 ], "cvars": [ 85 @@ -34217,7 +34785,7 @@ export default { 6 ], "kind": [ - 934 + 935 ], "name": [ 85 @@ -34226,7 +34794,7 @@ export default { 85 ], "panel": [ - 2349 + 2392 ], "requires_server_guidelines_disabled": [ 6 @@ -34241,7 +34809,7 @@ export default { 85 ], "synced_at": [ - 5153 + 5196 ], "tags": [ 85 @@ -34250,7 +34818,7 @@ export default { 6 ], "wiring": [ - 2349 + 2392 ], "__typename": [ 85 @@ -34270,25 +34838,25 @@ export default { "game_plugins_update_column": {}, "game_plugins_updates": { "_append": [ - 2168 + 2210 ], "_delete_at_path": [ - 2172 + 2214 ], "_delete_elem": [ - 2173 + 2215 ], "_delete_key": [ - 2174 + 2216 ], "_prepend": [ - 2183 + 2225 ], "_set": [ - 2185 + 2227 ], "where": [ - 2170 + 2212 ], "__typename": [ 85 @@ -34329,10 +34897,10 @@ export default { }, "game_server_node_plugins": { "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "detected": [ 6 @@ -34341,16 +34909,16 @@ export default { 85 ], "game_server_node": [ - 2225 + 2267 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "installed_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -34359,7 +34927,7 @@ export default { 85 ], "plugin": [ - 2165 + 2207 ], "plugin_slug": [ 85 @@ -34368,16 +34936,16 @@ export default { 85 ], "runtime": [ - 1304 + 1305 ], "source": [ 85 ], "status": [ - 914 + 915 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -34388,10 +34956,10 @@ export default { }, "game_server_node_plugins_aggregate": { "aggregate": [ - 2203 + 2245 ], "nodes": [ - 2197 + 2239 ], "__typename": [ 85 @@ -34399,13 +34967,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp": { "bool_and": [ - 2200 + 2242 ], "bool_or": [ - 2201 + 2243 ], "count": [ - 2202 + 2244 ], "__typename": [ 85 @@ -34413,13 +34981,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_bool_and": { "arguments": [ - 2218 + 2260 ], "distinct": [ 6 ], "filter": [ - 2206 + 2248 ], "predicate": [ 7 @@ -34430,13 +34998,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_bool_or": { "arguments": [ - 2219 + 2261 ], "distinct": [ 6 ], "filter": [ - 2206 + 2248 ], "predicate": [ 7 @@ -34447,13 +35015,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_count": { "arguments": [ - 2217 + 2259 ], "distinct": [ 6 ], "filter": [ - 2206 + 2248 ], "predicate": [ 42 @@ -34467,7 +35035,7 @@ export default { 41, { "columns": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "distinct": [ @@ -34476,10 +35044,10 @@ export default { } ], "max": [ - 2209 + 2251 ], "min": [ - 2211 + 2253 ], "__typename": [ 85 @@ -34487,13 +35055,13 @@ export default { }, "game_server_node_plugins_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 2210 + 2252 ], "min": [ - 2212 + 2254 ], "__typename": [ 85 @@ -34501,10 +35069,10 @@ export default { }, "game_server_node_plugins_arr_rel_insert_input": { "data": [ - 2208 + 2250 ], "on_conflict": [ - 2214 + 2256 ], "__typename": [ 85 @@ -34512,19 +35080,19 @@ export default { }, "game_server_node_plugins_bool_exp": { "_and": [ - 2206 + 2248 ], "_not": [ - 2206 + 2248 ], "_or": [ - 2206 + 2248 ], "channel": [ - 895 + 896 ], "created_at": [ - 5154 + 5197 ], "detected": [ 7 @@ -34533,16 +35101,16 @@ export default { 87 ], "game_server_node": [ - 2237 + 2279 ], "game_server_node_id": [ 87 ], "id": [ - 6367 + 6505 ], "installed_at": [ - 5154 + 5197 ], "last_error": [ 87 @@ -34551,7 +35119,7 @@ export default { 87 ], "plugin": [ - 2170 + 2212 ], "plugin_slug": [ 87 @@ -34560,16 +35128,16 @@ export default { 87 ], "runtime": [ - 1305 + 1306 ], "source": [ 87 ], "status": [ - 915 + 916 ], "updated_at": [ - 5154 + 5197 ], "version": [ 87 @@ -34581,10 +35149,10 @@ export default { "game_server_node_plugins_constraint": {}, "game_server_node_plugins_insert_input": { "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "detected": [ 6 @@ -34593,16 +35161,16 @@ export default { 85 ], "game_server_node": [ - 2249 + 2291 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "installed_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -34611,7 +35179,7 @@ export default { 85 ], "plugin": [ - 2179 + 2221 ], "plugin_slug": [ 85 @@ -34620,16 +35188,16 @@ export default { 85 ], "runtime": [ - 1304 + 1305 ], "source": [ 85 ], "status": [ - 914 + 915 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -34640,7 +35208,7 @@ export default { }, "game_server_node_plugins_max_fields": { "created_at": [ - 5153 + 5196 ], "detected_version": [ 85 @@ -34649,10 +35217,10 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "installed_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -34670,7 +35238,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -34681,40 +35249,40 @@ export default { }, "game_server_node_plugins_max_order_by": { "created_at": [ - 3558 + 3601 ], "detected_version": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "installed_at": [ - 3558 + 3601 ], "last_error": [ - 3558 + 3601 ], "path": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "previous_version": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -34722,7 +35290,7 @@ export default { }, "game_server_node_plugins_min_fields": { "created_at": [ - 5153 + 5196 ], "detected_version": [ 85 @@ -34731,10 +35299,10 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "installed_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -34752,7 +35320,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -34763,40 +35331,40 @@ export default { }, "game_server_node_plugins_min_order_by": { "created_at": [ - 3558 + 3601 ], "detected_version": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "installed_at": [ - 3558 + 3601 ], "last_error": [ - 3558 + 3601 ], "path": [ - 3558 + 3601 ], "plugin_slug": [ - 3558 + 3601 ], "previous_version": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -34807,7 +35375,7 @@ export default { 41 ], "returning": [ - 2197 + 2239 ], "__typename": [ 85 @@ -34815,13 +35383,13 @@ export default { }, "game_server_node_plugins_on_conflict": { "constraint": [ - 2207 + 2249 ], "update_columns": [ - 2223 + 2265 ], "where": [ - 2206 + 2248 ], "__typename": [ 85 @@ -34829,58 +35397,58 @@ export default { }, "game_server_node_plugins_order_by": { "channel": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "detected": [ - 3558 + 3601 ], "detected_version": [ - 3558 + 3601 ], "game_server_node": [ - 2251 + 2293 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "installed_at": [ - 3558 + 3601 ], "last_error": [ - 3558 + 3601 ], "path": [ - 3558 + 3601 ], "plugin": [ - 2181 + 2223 ], "plugin_slug": [ - 3558 + 3601 ], "previous_version": [ - 3558 + 3601 ], "runtime": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -34888,7 +35456,7 @@ export default { }, "game_server_node_plugins_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -34899,10 +35467,10 @@ export default { "game_server_node_plugins_select_column_game_server_node_plugins_aggregate_bool_exp_bool_or_arguments_columns": {}, "game_server_node_plugins_set_input": { "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "detected": [ 6 @@ -34914,10 +35482,10 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "installed_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -34932,16 +35500,16 @@ export default { 85 ], "runtime": [ - 1304 + 1305 ], "source": [ 85 ], "status": [ - 914 + 915 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -34952,10 +35520,10 @@ export default { }, "game_server_node_plugins_stream_cursor_input": { "initial_value": [ - 2222 + 2264 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -34963,10 +35531,10 @@ export default { }, "game_server_node_plugins_stream_cursor_value_input": { "channel": [ - 894 + 895 ], "created_at": [ - 5153 + 5196 ], "detected": [ 6 @@ -34978,10 +35546,10 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "installed_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -34996,16 +35564,16 @@ export default { 85 ], "runtime": [ - 1304 + 1305 ], "source": [ 85 ], "status": [ - 914 + 915 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -35017,10 +35585,10 @@ export default { "game_server_node_plugins_update_column": {}, "game_server_node_plugins_updates": { "_set": [ - 2220 + 2262 ], "where": [ - 2206 + 2248 ], "__typename": [ 85 @@ -35037,7 +35605,7 @@ export default { 41 ], "cpu_frequency_info": [ - 2349, + 2392, { "path": [ 85 @@ -35045,7 +35613,7 @@ export default { } ], "cpu_governor_info": [ - 2349, + 2392, { "path": [ 85 @@ -35059,7 +35627,7 @@ export default { 41 ], "cpu_warnings": [ - 2349, + 2392, { "path": [ 85 @@ -35067,7 +35635,7 @@ export default { } ], "cs2_launch_options": [ - 2349, + 2392, { "path": [ 85 @@ -35075,7 +35643,7 @@ export default { } ], "cs2_video_settings": [ - 2349, + 2392, { "path": [ 85 @@ -35095,10 +35663,10 @@ export default { 41 ], "e_region": [ - 4644 + 4687 ], "e_status": [ - 949 + 950 ], "enabled": [ 6 @@ -35116,7 +35684,7 @@ export default { 6 ], "gpu_info": [ - 2349, + 2392, { "path": [ 85 @@ -35136,13 +35704,13 @@ export default { 85 ], "lan_ip": [ - 2345 + 2388 ], "node_ip": [ - 2345 + 2388 ], "offline_at": [ - 5153 + 5196 ], "pin_build_id": [ 41 @@ -35154,16 +35722,16 @@ export default { 85 ], "pinned_version": [ - 2276 + 2318 ], "plugin_supported": [ 6 ], "plugins": [ - 2197, + 2239, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -35173,19 +35741,19 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "plugins_aggregate": [ - 2198, + 2240, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -35195,28 +35763,28 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "plugins_synced_at": [ - 5153 + 5196 ], "public_ip": [ - 2345 + 2388 ], "region": [ 85 ], "servers": [ - 4671, + 4714, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -35226,19 +35794,19 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "servers_aggregate": [ - 4672, + 4715, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -35248,16 +35816,16 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "shader_bake_progress": [ - 3556 + 3599 ], "shader_bake_progress_stage": [ 85 @@ -35266,7 +35834,7 @@ export default { 85 ], "shader_bake_status_history": [ - 2349, + 2392, { "path": [ 85 @@ -35277,7 +35845,7 @@ export default { 41 ], "status": [ - 954 + 955 ], "supports_cpu_pinning": [ 6 @@ -35295,7 +35863,7 @@ export default { 85 ], "version": [ - 2276 + 2318 ], "__typename": [ 85 @@ -35303,10 +35871,10 @@ export default { }, "game_server_nodes_aggregate": { "aggregate": [ - 2231 + 2273 ], "nodes": [ - 2225 + 2267 ], "__typename": [ 85 @@ -35314,13 +35882,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp": { "bool_and": [ - 2228 + 2270 ], "bool_or": [ - 2229 + 2271 ], "count": [ - 2230 + 2272 ], "__typename": [ 85 @@ -35328,13 +35896,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_bool_and": { "arguments": [ - 2255 + 2297 ], "distinct": [ 6 ], "filter": [ - 2237 + 2279 ], "predicate": [ 7 @@ -35345,13 +35913,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_bool_or": { "arguments": [ - 2256 + 2298 ], "distinct": [ 6 ], "filter": [ - 2237 + 2279 ], "predicate": [ 7 @@ -35362,13 +35930,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_count": { "arguments": [ - 2254 + 2296 ], "distinct": [ 6 ], "filter": [ - 2237 + 2279 ], "predicate": [ 42 @@ -35379,13 +35947,13 @@ export default { }, "game_server_nodes_aggregate_fields": { "avg": [ - 2235 + 2277 ], "count": [ 41, { "columns": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "distinct": [ @@ -35394,31 +35962,31 @@ export default { } ], "max": [ - 2244 + 2286 ], "min": [ - 2246 + 2288 ], "stddev": [ - 2258 + 2300 ], "stddev_pop": [ - 2260 + 2302 ], "stddev_samp": [ - 2262 + 2304 ], "sum": [ - 2266 + 2308 ], "var_pop": [ - 2270 + 2312 ], "var_samp": [ - 2272 + 2314 ], "variance": [ - 2274 + 2316 ], "__typename": [ 85 @@ -35426,37 +35994,37 @@ export default { }, "game_server_nodes_aggregate_order_by": { "avg": [ - 2236 + 2278 ], "count": [ - 3558 + 3601 ], "max": [ - 2245 + 2287 ], "min": [ - 2247 + 2289 ], "stddev": [ - 2259 + 2301 ], "stddev_pop": [ - 2261 + 2303 ], "stddev_samp": [ - 2263 + 2305 ], "sum": [ - 2267 + 2309 ], "var_pop": [ - 2271 + 2313 ], "var_samp": [ - 2273 + 2315 ], "variance": [ - 2275 + 2317 ], "__typename": [ 85 @@ -35464,25 +36032,25 @@ export default { }, "game_server_nodes_append_input": { "cpu_frequency_info": [ - 2349 + 2392 ], "cpu_governor_info": [ - 2349 + 2392 ], "cpu_warnings": [ - 2349 + 2392 ], "cs2_launch_options": [ - 2349 + 2392 ], "cs2_video_settings": [ - 2349 + 2392 ], "gpu_info": [ - 2349 + 2392 ], "shader_bake_status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -35490,10 +36058,10 @@ export default { }, "game_server_nodes_arr_rel_insert_input": { "data": [ - 2243 + 2285 ], "on_conflict": [ - 2250 + 2292 ], "__typename": [ 85 @@ -35548,40 +36116,40 @@ export default { }, "game_server_nodes_avg_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -35589,13 +36157,13 @@ export default { }, "game_server_nodes_bool_exp": { "_and": [ - 2237 + 2279 ], "_not": [ - 2237 + 2279 ], "_or": [ - 2237 + 2279 ], "available_server_count": [ 42 @@ -35607,10 +36175,10 @@ export default { 42 ], "cpu_frequency_info": [ - 2351 + 2394 ], "cpu_governor_info": [ - 2351 + 2394 ], "cpu_sockets": [ 42 @@ -35619,13 +36187,13 @@ export default { 42 ], "cpu_warnings": [ - 2351 + 2394 ], "cs2_launch_options": [ - 2351 + 2394 ], "cs2_video_settings": [ - 2351 + 2394 ], "csgo_build_id": [ 42 @@ -35640,10 +36208,10 @@ export default { 42 ], "e_region": [ - 4648 + 4691 ], "e_status": [ - 952 + 953 ], "enabled": [ 7 @@ -35661,7 +36229,7 @@ export default { 7 ], "gpu_info": [ - 2351 + 2394 ], "gpu_rendering_enabled": [ 7 @@ -35676,13 +36244,13 @@ export default { 87 ], "lan_ip": [ - 2346 + 2389 ], "node_ip": [ - 2346 + 2389 ], "offline_at": [ - 5154 + 5197 ], "pin_build_id": [ 42 @@ -35694,34 +36262,34 @@ export default { 87 ], "pinned_version": [ - 2281 + 2323 ], "plugin_supported": [ 7 ], "plugins": [ - 2206 + 2248 ], "plugins_aggregate": [ - 2199 + 2241 ], "plugins_synced_at": [ - 5154 + 5197 ], "public_ip": [ - 2346 + 2389 ], "region": [ 87 ], "servers": [ - 4683 + 4726 ], "servers_aggregate": [ - 4673 + 4716 ], "shader_bake_progress": [ - 3557 + 3600 ], "shader_bake_progress_stage": [ 87 @@ -35730,13 +36298,13 @@ export default { 87 ], "shader_bake_status_history": [ - 2351 + 2394 ], "start_port_range": [ 42 ], "status": [ - 955 + 956 ], "supports_cpu_pinning": [ 7 @@ -35754,7 +36322,7 @@ export default { 87 ], "version": [ - 2281 + 2323 ], "__typename": [ 85 @@ -35871,7 +36439,7 @@ export default { 41 ], "shader_bake_progress": [ - 3556 + 3599 ], "start_port_range": [ 41 @@ -35888,10 +36456,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2349 + 2392 ], "cpu_governor_info": [ - 2349 + 2392 ], "cpu_sockets": [ 41 @@ -35900,13 +36468,13 @@ export default { 41 ], "cpu_warnings": [ - 2349 + 2392 ], "cs2_launch_options": [ - 2349 + 2392 ], "cs2_video_settings": [ - 2349 + 2392 ], "csgo_build_id": [ 41 @@ -35921,10 +36489,10 @@ export default { 41 ], "e_region": [ - 4654 + 4697 ], "e_status": [ - 960 + 961 ], "enabled": [ 6 @@ -35942,7 +36510,7 @@ export default { 6 ], "gpu_info": [ - 2349 + 2392 ], "gpu_rendering_enabled": [ 6 @@ -35957,13 +36525,13 @@ export default { 85 ], "lan_ip": [ - 2345 + 2388 ], "node_ip": [ - 2345 + 2388 ], "offline_at": [ - 5153 + 5196 ], "pin_build_id": [ 41 @@ -35975,25 +36543,25 @@ export default { 85 ], "pinned_version": [ - 2291 + 2333 ], "plugins": [ - 2205 + 2247 ], "plugins_synced_at": [ - 5153 + 5196 ], "public_ip": [ - 2345 + 2388 ], "region": [ 85 ], "servers": [ - 4680 + 4723 ], "shader_bake_progress": [ - 3556 + 3599 ], "shader_bake_progress_stage": [ 85 @@ -36002,13 +36570,13 @@ export default { 85 ], "shader_bake_status_history": [ - 2349 + 2392 ], "start_port_range": [ 41 ], "status": [ - 954 + 955 ], "supports_cpu_pinning": [ 6 @@ -36023,7 +36591,7 @@ export default { 85 ], "version": [ - 2291 + 2333 ], "__typename": [ 85 @@ -36067,7 +36635,7 @@ export default { 85 ], "offline_at": [ - 5153 + 5196 ], "pin_build_id": [ 41 @@ -36079,13 +36647,13 @@ export default { 85 ], "plugins_synced_at": [ - 5153 + 5196 ], "region": [ 85 ], "shader_bake_progress": [ - 3556 + 3599 ], "shader_bake_progress_stage": [ 85 @@ -36111,73 +36679,73 @@ export default { }, "game_server_nodes_max_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "offline_at": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "pin_plugin_runtime": [ - 3558 + 3601 ], "pin_plugin_version": [ - 3558 + 3601 ], "plugins_synced_at": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "shader_bake_progress_stage": [ - 3558 + 3601 ], "shader_bake_status": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "token": [ - 3558 + 3601 ], "update_status": [ - 3558 + 3601 ], "__typename": [ 85 @@ -36221,7 +36789,7 @@ export default { 85 ], "offline_at": [ - 5153 + 5196 ], "pin_build_id": [ 41 @@ -36233,13 +36801,13 @@ export default { 85 ], "plugins_synced_at": [ - 5153 + 5196 ], "region": [ 85 ], "shader_bake_progress": [ - 3556 + 3599 ], "shader_bake_progress_stage": [ 85 @@ -36265,73 +36833,73 @@ export default { }, "game_server_nodes_min_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "offline_at": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "pin_plugin_runtime": [ - 3558 + 3601 ], "pin_plugin_version": [ - 3558 + 3601 ], "plugins_synced_at": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "shader_bake_progress_stage": [ - 3558 + 3601 ], "shader_bake_status": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "token": [ - 3558 + 3601 ], "update_status": [ - 3558 + 3601 ], "__typename": [ 85 @@ -36342,7 +36910,7 @@ export default { 41 ], "returning": [ - 2225 + 2267 ], "__typename": [ 85 @@ -36350,10 +36918,10 @@ export default { }, "game_server_nodes_obj_rel_insert_input": { "data": [ - 2243 + 2285 ], "on_conflict": [ - 2250 + 2292 ], "__typename": [ 85 @@ -36361,13 +36929,13 @@ export default { }, "game_server_nodes_on_conflict": { "constraint": [ - 2238 + 2280 ], "update_columns": [ - 2268 + 2310 ], "where": [ - 2237 + 2279 ], "__typename": [ 85 @@ -36375,157 +36943,157 @@ export default { }, "game_server_nodes_order_by": { "available_server_count": [ - 3558 + 3601 ], "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_frequency_info": [ - 3558 + 3601 ], "cpu_governor_info": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "cpu_warnings": [ - 3558 + 3601 ], "cs2_launch_options": [ - 3558 + 3601 ], "cs2_video_settings": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "e_region": [ - 4656 + 4699 ], "e_status": [ - 962 + 963 ], "enabled": [ - 3558 + 3601 ], "enabled_for_match_making": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "gpu": [ - 3558 + 3601 ], "gpu_demos_enabled": [ - 3558 + 3601 ], "gpu_info": [ - 3558 + 3601 ], "gpu_rendering_enabled": [ - 3558 + 3601 ], "gpu_streaming_enabled": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "lan_ip": [ - 3558 + 3601 ], "node_ip": [ - 3558 + 3601 ], "offline_at": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "pin_plugin_runtime": [ - 3558 + 3601 ], "pin_plugin_version": [ - 3558 + 3601 ], "pinned_version": [ - 2293 + 2335 ], "plugin_supported": [ - 3558 + 3601 ], "plugins_aggregate": [ - 2204 + 2246 ], "plugins_synced_at": [ - 3558 + 3601 ], "public_ip": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "servers_aggregate": [ - 4678 + 4721 ], "shader_bake_progress": [ - 3558 + 3601 ], "shader_bake_progress_stage": [ - 3558 + 3601 ], "shader_bake_status": [ - 3558 + 3601 ], "shader_bake_status_history": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "supports_cpu_pinning": [ - 3558 + 3601 ], "supports_low_latency": [ - 3558 + 3601 ], "token": [ - 3558 + 3601 ], "total_server_count": [ - 3558 + 3601 ], "update_status": [ - 3558 + 3601 ], "version": [ - 2293 + 2335 ], "__typename": [ 85 @@ -36541,25 +37109,25 @@ export default { }, "game_server_nodes_prepend_input": { "cpu_frequency_info": [ - 2349 + 2392 ], "cpu_governor_info": [ - 2349 + 2392 ], "cpu_warnings": [ - 2349 + 2392 ], "cs2_launch_options": [ - 2349 + 2392 ], "cs2_video_settings": [ - 2349 + 2392 ], "gpu_info": [ - 2349 + 2392 ], "shader_bake_status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -36576,10 +37144,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2349 + 2392 ], "cpu_governor_info": [ - 2349 + 2392 ], "cpu_sockets": [ 41 @@ -36588,13 +37156,13 @@ export default { 41 ], "cpu_warnings": [ - 2349 + 2392 ], "cs2_launch_options": [ - 2349 + 2392 ], "cs2_video_settings": [ - 2349 + 2392 ], "csgo_build_id": [ 41 @@ -36624,7 +37192,7 @@ export default { 6 ], "gpu_info": [ - 2349 + 2392 ], "gpu_rendering_enabled": [ 6 @@ -36639,13 +37207,13 @@ export default { 85 ], "lan_ip": [ - 2345 + 2388 ], "node_ip": [ - 2345 + 2388 ], "offline_at": [ - 5153 + 5196 ], "pin_build_id": [ 41 @@ -36657,16 +37225,16 @@ export default { 85 ], "plugins_synced_at": [ - 5153 + 5196 ], "public_ip": [ - 2345 + 2388 ], "region": [ 85 ], "shader_bake_progress": [ - 3556 + 3599 ], "shader_bake_progress_stage": [ 85 @@ -36675,13 +37243,13 @@ export default { 85 ], "shader_bake_status_history": [ - 2349 + 2392 ], "start_port_range": [ 41 ], "status": [ - 954 + 955 ], "supports_cpu_pinning": [ 6 @@ -36748,40 +37316,40 @@ export default { }, "game_server_nodes_stddev_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -36836,40 +37404,40 @@ export default { }, "game_server_nodes_stddev_pop_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -36924,40 +37492,40 @@ export default { }, "game_server_nodes_stddev_samp_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -36965,10 +37533,10 @@ export default { }, "game_server_nodes_stream_cursor_input": { "initial_value": [ - 2265 + 2307 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -36982,10 +37550,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2349 + 2392 ], "cpu_governor_info": [ - 2349 + 2392 ], "cpu_sockets": [ 41 @@ -36994,13 +37562,13 @@ export default { 41 ], "cpu_warnings": [ - 2349 + 2392 ], "cs2_launch_options": [ - 2349 + 2392 ], "cs2_video_settings": [ - 2349 + 2392 ], "csgo_build_id": [ 41 @@ -37030,7 +37598,7 @@ export default { 6 ], "gpu_info": [ - 2349 + 2392 ], "gpu_rendering_enabled": [ 6 @@ -37045,13 +37613,13 @@ export default { 85 ], "lan_ip": [ - 2345 + 2388 ], "node_ip": [ - 2345 + 2388 ], "offline_at": [ - 5153 + 5196 ], "pin_build_id": [ 41 @@ -37063,16 +37631,16 @@ export default { 85 ], "plugins_synced_at": [ - 5153 + 5196 ], "public_ip": [ - 2345 + 2388 ], "region": [ 85 ], "shader_bake_progress": [ - 3556 + 3599 ], "shader_bake_progress_stage": [ 85 @@ -37081,13 +37649,13 @@ export default { 85 ], "shader_bake_status_history": [ - 2349 + 2392 ], "start_port_range": [ 41 ], "status": [ - 954 + 955 ], "supports_cpu_pinning": [ 6 @@ -37140,7 +37708,7 @@ export default { 41 ], "shader_bake_progress": [ - 3556 + 3599 ], "start_port_range": [ 41 @@ -37154,40 +37722,40 @@ export default { }, "game_server_nodes_sum_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -37196,28 +37764,28 @@ export default { "game_server_nodes_update_column": {}, "game_server_nodes_updates": { "_append": [ - 2233 + 2275 ], "_delete_at_path": [ - 2239 + 2281 ], "_delete_elem": [ - 2240 + 2282 ], "_delete_key": [ - 2241 + 2283 ], "_inc": [ - 2242 + 2284 ], "_prepend": [ - 2253 + 2295 ], "_set": [ - 2257 + 2299 ], "where": [ - 2237 + 2279 ], "__typename": [ 85 @@ -37272,40 +37840,40 @@ export default { }, "game_server_nodes_var_pop_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -37360,40 +37928,40 @@ export default { }, "game_server_nodes_var_samp_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -37448,40 +38016,40 @@ export default { }, "game_server_nodes_variance_order_by": { "build_id": [ - 3558 + 3601 ], "cpu_cores_per_socket": [ - 3558 + 3601 ], "cpu_sockets": [ - 3558 + 3601 ], "cpu_threads_per_core": [ - 3558 + 3601 ], "csgo_build_id": [ - 3558 + 3601 ], "demo_network_limiter": [ - 3558 + 3601 ], "disk_available_gb": [ - 3558 + 3601 ], "disk_used_percent": [ - 3558 + 3601 ], "end_port_range": [ - 3558 + 3601 ], "pin_build_id": [ - 3558 + 3601 ], "shader_bake_progress": [ - 3558 + 3601 ], "start_port_range": [ - 3558 + 3601 ], "__typename": [ 85 @@ -37501,7 +38069,7 @@ export default { 85 ], "downloads": [ - 2349, + 2392, { "path": [ 85 @@ -37509,7 +38077,7 @@ export default { } ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -37520,10 +38088,10 @@ export default { }, "game_versions_aggregate": { "aggregate": [ - 2278 + 2320 ], "nodes": [ - 2276 + 2318 ], "__typename": [ 85 @@ -37531,13 +38099,13 @@ export default { }, "game_versions_aggregate_fields": { "avg": [ - 2280 + 2322 ], "count": [ 41, { "columns": [ - 2296, + 2338, "[game_versions_select_column!]" ], "distinct": [ @@ -37546,31 +38114,31 @@ export default { } ], "max": [ - 2288 + 2330 ], "min": [ - 2289 + 2331 ], "stddev": [ - 2298 + 2340 ], "stddev_pop": [ - 2299 + 2341 ], "stddev_samp": [ - 2300 + 2342 ], "sum": [ - 2303 + 2345 ], "var_pop": [ - 2306 + 2348 ], "var_samp": [ - 2307 + 2349 ], "variance": [ - 2308 + 2350 ], "__typename": [ 85 @@ -37578,7 +38146,7 @@ export default { }, "game_versions_append_input": { "downloads": [ - 2349 + 2392 ], "__typename": [ 85 @@ -37594,13 +38162,13 @@ export default { }, "game_versions_bool_exp": { "_and": [ - 2281 + 2323 ], "_not": [ - 2281 + 2323 ], "_or": [ - 2281 + 2323 ], "build_id": [ 42 @@ -37615,10 +38183,10 @@ export default { 87 ], "downloads": [ - 2351 + 2394 ], "updated_at": [ - 5154 + 5197 ], "version": [ 87 @@ -37674,10 +38242,10 @@ export default { 85 ], "downloads": [ - 2349 + 2392 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -37694,7 +38262,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -37711,7 +38279,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -37725,7 +38293,7 @@ export default { 41 ], "returning": [ - 2276 + 2318 ], "__typename": [ 85 @@ -37733,10 +38301,10 @@ export default { }, "game_versions_obj_rel_insert_input": { "data": [ - 2287 + 2329 ], "on_conflict": [ - 2292 + 2334 ], "__typename": [ 85 @@ -37744,13 +38312,13 @@ export default { }, "game_versions_on_conflict": { "constraint": [ - 2282 + 2324 ], "update_columns": [ - 2304 + 2346 ], "where": [ - 2281 + 2323 ], "__typename": [ 85 @@ -37758,25 +38326,25 @@ export default { }, "game_versions_order_by": { "build_id": [ - 3558 + 3601 ], "current": [ - 3558 + 3601 ], "cvars": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "downloads": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -37792,7 +38360,7 @@ export default { }, "game_versions_prepend_input": { "downloads": [ - 2349 + 2392 ], "__typename": [ 85 @@ -37813,10 +38381,10 @@ export default { 85 ], "downloads": [ - 2349 + 2392 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -37851,10 +38419,10 @@ export default { }, "game_versions_stream_cursor_input": { "initial_value": [ - 2302 + 2344 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -37874,10 +38442,10 @@ export default { 85 ], "downloads": [ - 2349 + 2392 ], "updated_at": [ - 5153 + 5196 ], "version": [ 85 @@ -37897,28 +38465,28 @@ export default { "game_versions_update_column": {}, "game_versions_updates": { "_append": [ - 2279 + 2321 ], "_delete_at_path": [ - 2283 + 2325 ], "_delete_elem": [ - 2284 + 2326 ], "_delete_key": [ - 2285 + 2327 ], "_inc": [ - 2286 + 2328 ], "_prepend": [ - 2295 + 2337 ], "_set": [ - 2297 + 2339 ], "where": [ - 2281 + 2323 ], "__typename": [ 85 @@ -37956,13 +38524,13 @@ export default { 41 ], "game_version": [ - 2276 + 2318 ], "id": [ - 6365 + 6503 ], "results": [ - 2349, + 2392, { "path": [ 85 @@ -37973,7 +38541,7 @@ export default { 85 ], "validated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -37981,10 +38549,10 @@ export default { }, "gamedata_signature_validations_aggregate": { "aggregate": [ - 2311 + 2353 ], "nodes": [ - 2309 + 2351 ], "__typename": [ 85 @@ -37992,13 +38560,13 @@ export default { }, "gamedata_signature_validations_aggregate_fields": { "avg": [ - 2313 + 2355 ], "count": [ 41, { "columns": [ - 2328, + 2370, "[gamedata_signature_validations_select_column!]" ], "distinct": [ @@ -38007,31 +38575,31 @@ export default { } ], "max": [ - 2321 + 2363 ], "min": [ - 2322 + 2364 ], "stddev": [ - 2330 + 2372 ], "stddev_pop": [ - 2331 + 2373 ], "stddev_samp": [ - 2332 + 2374 ], "sum": [ - 2335 + 2377 ], "var_pop": [ - 2338 + 2380 ], "var_samp": [ - 2339 + 2381 ], "variance": [ - 2340 + 2382 ], "__typename": [ 85 @@ -38039,7 +38607,7 @@ export default { }, "gamedata_signature_validations_append_input": { "results": [ - 2349 + 2392 ], "__typename": [ 85 @@ -38055,13 +38623,13 @@ export default { }, "gamedata_signature_validations_bool_exp": { "_and": [ - 2314 + 2356 ], "_not": [ - 2314 + 2356 ], "_or": [ - 2314 + 2356 ], "branch": [ 87 @@ -38070,19 +38638,19 @@ export default { 42 ], "game_version": [ - 2281 + 2323 ], "id": [ - 6367 + 6505 ], "results": [ - 2351 + 2394 ], "status": [ 87 ], "validated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -38129,19 +38697,19 @@ export default { 41 ], "game_version": [ - 2291 + 2333 ], "id": [ - 6365 + 6503 ], "results": [ - 2349 + 2392 ], "status": [ 85 ], "validated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -38155,13 +38723,13 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "status": [ 85 ], "validated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -38175,13 +38743,13 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "status": [ 85 ], "validated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -38192,7 +38760,7 @@ export default { 41 ], "returning": [ - 2309 + 2351 ], "__typename": [ 85 @@ -38200,13 +38768,13 @@ export default { }, "gamedata_signature_validations_on_conflict": { "constraint": [ - 2315 + 2357 ], "update_columns": [ - 2336 + 2378 ], "where": [ - 2314 + 2356 ], "__typename": [ 85 @@ -38214,25 +38782,25 @@ export default { }, "gamedata_signature_validations_order_by": { "branch": [ - 3558 + 3601 ], "build_id": [ - 3558 + 3601 ], "game_version": [ - 2293 + 2335 ], "id": [ - 3558 + 3601 ], "results": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "validated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -38240,7 +38808,7 @@ export default { }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -38248,7 +38816,7 @@ export default { }, "gamedata_signature_validations_prepend_input": { "results": [ - 2349 + 2392 ], "__typename": [ 85 @@ -38263,16 +38831,16 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "results": [ - 2349 + 2392 ], "status": [ 85 ], "validated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -38304,10 +38872,10 @@ export default { }, "gamedata_signature_validations_stream_cursor_input": { "initial_value": [ - 2334 + 2376 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -38321,16 +38889,16 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "results": [ - 2349 + 2392 ], "status": [ 85 ], "validated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -38347,28 +38915,28 @@ export default { "gamedata_signature_validations_update_column": {}, "gamedata_signature_validations_updates": { "_append": [ - 2312 + 2354 ], "_delete_at_path": [ - 2316 + 2358 ], "_delete_elem": [ - 2317 + 2359 ], "_delete_key": [ - 2318 + 2360 ], "_inc": [ - 2319 + 2361 ], "_prepend": [ - 2327 + 2369 ], "_set": [ - 2329 + 2371 ], "where": [ - 2314 + 2356 ], "__typename": [ 85 @@ -38403,7 +38971,7 @@ export default { 85 ], "_event_id": [ - 6365 + 6503 ], "_match_type": [ 85 @@ -38429,7 +38997,7 @@ export default { 85 ], "_season_id": [ - 6365 + 6503 ], "_source": [ 85 @@ -38446,7 +39014,7 @@ export default { 85 ], "_league_season_id": [ - 6365 + 6503 ], "_role": [ 85 @@ -38469,7 +39037,7 @@ export default { 85 ], "_season_id": [ - 6365 + 6503 ], "_source": [ 85 @@ -38481,34 +39049,42 @@ export default { 85 ] }, + "get_tournament_leaderboard_args": { + "_tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, "inet": {}, "inet_comparison_exp": { "_eq": [ - 2345 + 2388 ], "_gt": [ - 2345 + 2388 ], "_gte": [ - 2345 + 2388 ], "_in": [ - 2345 + 2388 ], "_is_null": [ 6 ], "_lt": [ - 2345 + 2388 ], "_lte": [ - 2345 + 2388 ], "_neq": [ - 2345 + 2388 ], "_nin": [ - 2345 + 2388 ], "__typename": [ 85 @@ -38517,31 +39093,31 @@ export default { "json": {}, "json_comparison_exp": { "_eq": [ - 2347 + 2390 ], "_gt": [ - 2347 + 2390 ], "_gte": [ - 2347 + 2390 ], "_in": [ - 2347 + 2390 ], "_is_null": [ 6 ], "_lt": [ - 2347 + 2390 ], "_lte": [ - 2347 + 2390 ], "_neq": [ - 2347 + 2390 ], "_nin": [ - 2347 + 2390 ], "__typename": [ 85 @@ -38558,22 +39134,22 @@ export default { }, "jsonb_comparison_exp": { "_cast": [ - 2350 + 2393 ], "_contained_in": [ - 2349 + 2392 ], "_contains": [ - 2349 + 2392 ], "_eq": [ - 2349 + 2392 ], "_gt": [ - 2349 + 2392 ], "_gte": [ - 2349 + 2392 ], "_has_key": [ 85 @@ -38585,22 +39161,22 @@ export default { 85 ], "_in": [ - 2349 + 2392 ], "_is_null": [ 6 ], "_lt": [ - 2349 + 2392 ], "_lte": [ - 2349 + 2392 ], "_neq": [ - 2349 + 2392 ], "_nin": [ - 2349 + 2392 ], "__typename": [ 85 @@ -38626,13 +39202,13 @@ export default { 85 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -38640,10 +39216,10 @@ export default { }, "leaderboard_entries_aggregate": { "aggregate": [ - 2354 + 2397 ], "nodes": [ - 2352 + 2395 ], "__typename": [ 85 @@ -38651,13 +39227,13 @@ export default { }, "leaderboard_entries_aggregate_fields": { "avg": [ - 2355 + 2398 ], "count": [ 41, { "columns": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "distinct": [ @@ -38666,31 +39242,31 @@ export default { } ], "max": [ - 2359 + 2402 ], "min": [ - 2360 + 2403 ], "stddev": [ - 2365 + 2408 ], "stddev_pop": [ - 2366 + 2409 ], "stddev_samp": [ - 2367 + 2410 ], "sum": [ - 2370 + 2413 ], "var_pop": [ - 2372 + 2415 ], "var_samp": [ - 2373 + 2416 ], "variance": [ - 2374 + 2417 ], "__typename": [ 85 @@ -38715,13 +39291,13 @@ export default { }, "leaderboard_entries_bool_exp": { "_and": [ - 2356 + 2399 ], "_not": [ - 2356 + 2399 ], "_or": [ - 2356 + 2399 ], "matches_played": [ 42 @@ -38742,13 +39318,13 @@ export default { 87 ], "secondary_value": [ - 2005 + 2047 ], "tertiary_value": [ - 2005 + 2047 ], "value": [ - 2005 + 2047 ], "__typename": [ 85 @@ -38759,13 +39335,13 @@ export default { 41 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -38791,13 +39367,13 @@ export default { 85 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -38823,13 +39399,13 @@ export default { 85 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -38855,13 +39431,13 @@ export default { 85 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -38872,7 +39448,7 @@ export default { 41 ], "returning": [ - 2352 + 2395 ], "__typename": [ 85 @@ -38880,31 +39456,31 @@ export default { }, "leaderboard_entries_order_by": { "matches_played": [ - 3558 + 3601 ], "player_avatar_url": [ - 3558 + 3601 ], "player_country": [ - 3558 + 3601 ], "player_custom_avatar_url": [ - 3558 + 3601 ], "player_name": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "secondary_value": [ - 3558 + 3601 ], "tertiary_value": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -38931,13 +39507,13 @@ export default { 85 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -38996,10 +39572,10 @@ export default { }, "leaderboard_entries_stream_cursor_input": { "initial_value": [ - 2369 + 2412 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -39025,13 +39601,13 @@ export default { 85 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -39042,13 +39618,13 @@ export default { 41 ], "secondary_value": [ - 2004 + 2046 ], "tertiary_value": [ - 2004 + 2046 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -39056,13 +39632,13 @@ export default { }, "leaderboard_entries_updates": { "_inc": [ - 2357 + 2400 ], "_set": [ - 2364 + 2407 ], "where": [ - 2356 + 2399 ], "__typename": [ 85 @@ -39121,10 +39697,10 @@ export default { }, "league_award_forfeit_args": { "_tournament_bracket_id": [ - 6365 + 6503 ], "_winning_tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -39132,19 +39708,19 @@ export default { }, "league_divisions": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "season_divisions": [ - 2527, + 2570, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -39154,19 +39730,19 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "season_divisions_aggregate": [ - 2528, + 2571, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -39176,16 +39752,16 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39193,10 +39769,10 @@ export default { }, "league_divisions_aggregate": { "aggregate": [ - 2378 + 2421 ], "nodes": [ - 2376 + 2419 ], "__typename": [ 85 @@ -39204,13 +39780,13 @@ export default { }, "league_divisions_aggregate_fields": { "avg": [ - 2379 + 2422 ], "count": [ 41, { "columns": [ - 2391, + 2434, "[league_divisions_select_column!]" ], "distinct": [ @@ -39219,31 +39795,31 @@ export default { } ], "max": [ - 2384 + 2427 ], "min": [ - 2385 + 2428 ], "stddev": [ - 2393 + 2436 ], "stddev_pop": [ - 2394 + 2437 ], "stddev_samp": [ - 2395 + 2438 ], "sum": [ - 2398 + 2441 ], "var_pop": [ - 2401 + 2444 ], "var_samp": [ - 2402 + 2445 ], "variance": [ - 2403 + 2446 ], "__typename": [ 85 @@ -39259,31 +39835,31 @@ export default { }, "league_divisions_bool_exp": { "_and": [ - 2380 + 2423 ], "_not": [ - 2380 + 2423 ], "_or": [ - 2380 + 2423 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "name": [ 87 ], "season_divisions": [ - 2534 + 2577 ], "season_divisions_aggregate": [ - 2529 + 2572 ], "tier": [ - 4741 + 4784 ], "__typename": [ 85 @@ -39292,7 +39868,7 @@ export default { "league_divisions_constraint": {}, "league_divisions_inc_input": { "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39300,19 +39876,19 @@ export default { }, "league_divisions_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "season_divisions": [ - 2533 + 2576 ], "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39320,16 +39896,16 @@ export default { }, "league_divisions_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39337,16 +39913,16 @@ export default { }, "league_divisions_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39357,7 +39933,7 @@ export default { 41 ], "returning": [ - 2376 + 2419 ], "__typename": [ 85 @@ -39365,10 +39941,10 @@ export default { }, "league_divisions_obj_rel_insert_input": { "data": [ - 2383 + 2426 ], "on_conflict": [ - 2388 + 2431 ], "__typename": [ 85 @@ -39376,13 +39952,13 @@ export default { }, "league_divisions_on_conflict": { "constraint": [ - 2381 + 2424 ], "update_columns": [ - 2399 + 2442 ], "where": [ - 2380 + 2423 ], "__typename": [ 85 @@ -39390,19 +39966,19 @@ export default { }, "league_divisions_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "season_divisions_aggregate": [ - 2532 + 2575 ], "tier": [ - 3558 + 3601 ], "__typename": [ 85 @@ -39410,7 +39986,7 @@ export default { }, "league_divisions_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -39419,16 +39995,16 @@ export default { "league_divisions_select_column": {}, "league_divisions_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39460,10 +40036,10 @@ export default { }, "league_divisions_stream_cursor_input": { "initial_value": [ - 2397 + 2440 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -39471,16 +40047,16 @@ export default { }, "league_divisions_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39488,7 +40064,7 @@ export default { }, "league_divisions_sum_fields": { "tier": [ - 4740 + 4783 ], "__typename": [ 85 @@ -39497,13 +40073,13 @@ export default { "league_divisions_update_column": {}, "league_divisions_updates": { "_inc": [ - 2382 + 2425 ], "_set": [ - 2392 + 2435 ], "where": [ - 2380 + 2423 ], "__typename": [ 85 @@ -39535,25 +40111,25 @@ export default { }, "league_match_weeks": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "season": [ - 2552 + 2595 ], "week_number": [ 41 @@ -39564,10 +40140,10 @@ export default { }, "league_match_weeks_aggregate": { "aggregate": [ - 2408 + 2451 ], "nodes": [ - 2404 + 2447 ], "__typename": [ 85 @@ -39575,7 +40151,7 @@ export default { }, "league_match_weeks_aggregate_bool_exp": { "count": [ - 2407 + 2450 ], "__typename": [ 85 @@ -39583,13 +40159,13 @@ export default { }, "league_match_weeks_aggregate_bool_exp_count": { "arguments": [ - 2425 + 2468 ], "distinct": [ 6 ], "filter": [ - 2413 + 2456 ], "predicate": [ 42 @@ -39600,13 +40176,13 @@ export default { }, "league_match_weeks_aggregate_fields": { "avg": [ - 2411 + 2454 ], "count": [ 41, { "columns": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "distinct": [ @@ -39615,31 +40191,31 @@ export default { } ], "max": [ - 2417 + 2460 ], "min": [ - 2419 + 2462 ], "stddev": [ - 2427 + 2470 ], "stddev_pop": [ - 2429 + 2472 ], "stddev_samp": [ - 2431 + 2474 ], "sum": [ - 2435 + 2478 ], "var_pop": [ - 2439 + 2482 ], "var_samp": [ - 2441 + 2484 ], "variance": [ - 2443 + 2486 ], "__typename": [ 85 @@ -39647,37 +40223,37 @@ export default { }, "league_match_weeks_aggregate_order_by": { "avg": [ - 2412 + 2455 ], "count": [ - 3558 + 3601 ], "max": [ - 2418 + 2461 ], "min": [ - 2420 + 2463 ], "stddev": [ - 2428 + 2471 ], "stddev_pop": [ - 2430 + 2473 ], "stddev_samp": [ - 2432 + 2475 ], "sum": [ - 2436 + 2479 ], "var_pop": [ - 2440 + 2483 ], "var_samp": [ - 2442 + 2485 ], "variance": [ - 2444 + 2487 ], "__typename": [ 85 @@ -39685,10 +40261,10 @@ export default { }, "league_match_weeks_arr_rel_insert_input": { "data": [ - 2416 + 2459 ], "on_conflict": [ - 2422 + 2465 ], "__typename": [ 85 @@ -39704,7 +40280,7 @@ export default { }, "league_match_weeks_avg_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -39712,34 +40288,34 @@ export default { }, "league_match_weeks_bool_exp": { "_and": [ - 2413 + 2456 ], "_not": [ - 2413 + 2456 ], "_or": [ - 2413 + 2456 ], "closes_at": [ - 5154 + 5197 ], "created_at": [ - 5154 + 5197 ], "default_match_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "opens_at": [ - 5154 + 5197 ], "season": [ - 2557 + 2600 ], "week_number": [ 42 @@ -39759,25 +40335,25 @@ export default { }, "league_match_weeks_insert_input": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "season": [ - 2567 + 2610 ], "week_number": [ 41 @@ -39788,22 +40364,22 @@ export default { }, "league_match_weeks_max_fields": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "week_number": [ 41 @@ -39814,25 +40390,25 @@ export default { }, "league_match_weeks_max_order_by": { "closes_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "default_match_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "opens_at": [ - 3558 + 3601 ], "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -39840,22 +40416,22 @@ export default { }, "league_match_weeks_min_fields": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "week_number": [ 41 @@ -39866,25 +40442,25 @@ export default { }, "league_match_weeks_min_order_by": { "closes_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "default_match_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "opens_at": [ - 3558 + 3601 ], "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -39895,7 +40471,7 @@ export default { 41 ], "returning": [ - 2404 + 2447 ], "__typename": [ 85 @@ -39903,13 +40479,13 @@ export default { }, "league_match_weeks_on_conflict": { "constraint": [ - 2414 + 2457 ], "update_columns": [ - 2437 + 2480 ], "where": [ - 2413 + 2456 ], "__typename": [ 85 @@ -39917,28 +40493,28 @@ export default { }, "league_match_weeks_order_by": { "closes_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "default_match_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "opens_at": [ - 3558 + 3601 ], "season": [ - 2569 + 2612 ], "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -39946,7 +40522,7 @@ export default { }, "league_match_weeks_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -39955,22 +40531,22 @@ export default { "league_match_weeks_select_column": {}, "league_match_weeks_set_input": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "week_number": [ 41 @@ -39989,7 +40565,7 @@ export default { }, "league_match_weeks_stddev_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40005,7 +40581,7 @@ export default { }, "league_match_weeks_stddev_pop_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40021,7 +40597,7 @@ export default { }, "league_match_weeks_stddev_samp_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40029,10 +40605,10 @@ export default { }, "league_match_weeks_stream_cursor_input": { "initial_value": [ - 2434 + 2477 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -40040,22 +40616,22 @@ export default { }, "league_match_weeks_stream_cursor_value_input": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "week_number": [ 41 @@ -40074,7 +40650,7 @@ export default { }, "league_match_weeks_sum_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40083,13 +40659,13 @@ export default { "league_match_weeks_update_column": {}, "league_match_weeks_updates": { "_inc": [ - 2415 + 2458 ], "_set": [ - 2426 + 2469 ], "where": [ - 2413 + 2456 ], "__typename": [ 85 @@ -40105,7 +40681,7 @@ export default { }, "league_match_weeks_var_pop_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40121,7 +40697,7 @@ export default { }, "league_match_weeks_var_samp_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40137,7 +40713,7 @@ export default { }, "league_match_weeks_variance_order_by": { "week_number": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40145,40 +40721,40 @@ export default { }, "league_relegation_playoffs": { "created_at": [ - 5153 + 5196 ], "higher_division": [ - 2376 + 2419 ], "higher_division_id": [ - 6365 + 6503 ], "higher_slots": [ 41 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "lower_division": [ - 2376 + 2419 ], "lower_division_id": [ - 6365 + 6503 ], "resolved_at": [ - 5153 + 5196 ], "season": [ - 2552 + 2595 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40186,10 +40762,10 @@ export default { }, "league_relegation_playoffs_aggregate": { "aggregate": [ - 2449 + 2492 ], "nodes": [ - 2445 + 2488 ], "__typename": [ 85 @@ -40197,7 +40773,7 @@ export default { }, "league_relegation_playoffs_aggregate_bool_exp": { "count": [ - 2448 + 2491 ], "__typename": [ 85 @@ -40205,13 +40781,13 @@ export default { }, "league_relegation_playoffs_aggregate_bool_exp_count": { "arguments": [ - 2466 + 2509 ], "distinct": [ 6 ], "filter": [ - 2454 + 2497 ], "predicate": [ 42 @@ -40222,13 +40798,13 @@ export default { }, "league_relegation_playoffs_aggregate_fields": { "avg": [ - 2452 + 2495 ], "count": [ 41, { "columns": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "distinct": [ @@ -40237,31 +40813,31 @@ export default { } ], "max": [ - 2458 + 2501 ], "min": [ - 2460 + 2503 ], "stddev": [ - 2468 + 2511 ], "stddev_pop": [ - 2470 + 2513 ], "stddev_samp": [ - 2472 + 2515 ], "sum": [ - 2476 + 2519 ], "var_pop": [ - 2480 + 2523 ], "var_samp": [ - 2482 + 2525 ], "variance": [ - 2484 + 2527 ], "__typename": [ 85 @@ -40269,37 +40845,37 @@ export default { }, "league_relegation_playoffs_aggregate_order_by": { "avg": [ - 2453 + 2496 ], "count": [ - 3558 + 3601 ], "max": [ - 2459 + 2502 ], "min": [ - 2461 + 2504 ], "stddev": [ - 2469 + 2512 ], "stddev_pop": [ - 2471 + 2514 ], "stddev_samp": [ - 2473 + 2516 ], "sum": [ - 2477 + 2520 ], "var_pop": [ - 2481 + 2524 ], "var_samp": [ - 2483 + 2526 ], "variance": [ - 2485 + 2528 ], "__typename": [ 85 @@ -40307,10 +40883,10 @@ export default { }, "league_relegation_playoffs_arr_rel_insert_input": { "data": [ - 2457 + 2500 ], "on_conflict": [ - 2463 + 2506 ], "__typename": [ 85 @@ -40326,7 +40902,7 @@ export default { }, "league_relegation_playoffs_avg_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40334,49 +40910,49 @@ export default { }, "league_relegation_playoffs_bool_exp": { "_and": [ - 2454 + 2497 ], "_not": [ - 2454 + 2497 ], "_or": [ - 2454 + 2497 ], "created_at": [ - 5154 + 5197 ], "higher_division": [ - 2380 + 2423 ], "higher_division_id": [ - 6367 + 6505 ], "higher_slots": [ 42 ], "id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "lower_division": [ - 2380 + 2423 ], "lower_division_id": [ - 6367 + 6505 ], "resolved_at": [ - 5154 + 5197 ], "season": [ - 2557 + 2600 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -40393,40 +40969,40 @@ export default { }, "league_relegation_playoffs_insert_input": { "created_at": [ - 5153 + 5196 ], "higher_division": [ - 2387 + 2430 ], "higher_division_id": [ - 6365 + 6503 ], "higher_slots": [ 41 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "lower_division": [ - 2387 + 2430 ], "lower_division_id": [ - 6365 + 6503 ], "resolved_at": [ - 5153 + 5196 ], "season": [ - 2567 + 2610 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40434,28 +41010,28 @@ export default { }, "league_relegation_playoffs_max_fields": { "created_at": [ - 5153 + 5196 ], "higher_division_id": [ - 6365 + 6503 ], "higher_slots": [ 41 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "lower_division_id": [ - 6365 + 6503 ], "resolved_at": [ - 5153 + 5196 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40463,28 +41039,28 @@ export default { }, "league_relegation_playoffs_max_order_by": { "created_at": [ - 3558 + 3601 ], "higher_division_id": [ - 3558 + 3601 ], "higher_slots": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "lower_division_id": [ - 3558 + 3601 ], "resolved_at": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40492,28 +41068,28 @@ export default { }, "league_relegation_playoffs_min_fields": { "created_at": [ - 5153 + 5196 ], "higher_division_id": [ - 6365 + 6503 ], "higher_slots": [ 41 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "lower_division_id": [ - 6365 + 6503 ], "resolved_at": [ - 5153 + 5196 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40521,28 +41097,28 @@ export default { }, "league_relegation_playoffs_min_order_by": { "created_at": [ - 3558 + 3601 ], "higher_division_id": [ - 3558 + 3601 ], "higher_slots": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "lower_division_id": [ - 3558 + 3601 ], "resolved_at": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40553,7 +41129,7 @@ export default { 41 ], "returning": [ - 2445 + 2488 ], "__typename": [ 85 @@ -40561,13 +41137,13 @@ export default { }, "league_relegation_playoffs_on_conflict": { "constraint": [ - 2455 + 2498 ], "update_columns": [ - 2478 + 2521 ], "where": [ - 2454 + 2497 ], "__typename": [ 85 @@ -40575,40 +41151,40 @@ export default { }, "league_relegation_playoffs_order_by": { "created_at": [ - 3558 + 3601 ], "higher_division": [ - 2389 + 2432 ], "higher_division_id": [ - 3558 + 3601 ], "higher_slots": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "lower_division": [ - 2389 + 2432 ], "lower_division_id": [ - 3558 + 3601 ], "resolved_at": [ - 3558 + 3601 ], "season": [ - 2569 + 2612 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40616,7 +41192,7 @@ export default { }, "league_relegation_playoffs_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40625,28 +41201,28 @@ export default { "league_relegation_playoffs_select_column": {}, "league_relegation_playoffs_set_input": { "created_at": [ - 5153 + 5196 ], "higher_division_id": [ - 6365 + 6503 ], "higher_slots": [ 41 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "lower_division_id": [ - 6365 + 6503 ], "resolved_at": [ - 5153 + 5196 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40662,7 +41238,7 @@ export default { }, "league_relegation_playoffs_stddev_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40678,7 +41254,7 @@ export default { }, "league_relegation_playoffs_stddev_pop_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40694,7 +41270,7 @@ export default { }, "league_relegation_playoffs_stddev_samp_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40702,10 +41278,10 @@ export default { }, "league_relegation_playoffs_stream_cursor_input": { "initial_value": [ - 2475 + 2518 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -40713,28 +41289,28 @@ export default { }, "league_relegation_playoffs_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "higher_division_id": [ - 6365 + 6503 ], "higher_slots": [ 41 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "lower_division_id": [ - 6365 + 6503 ], "resolved_at": [ - 5153 + 5196 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40750,7 +41326,7 @@ export default { }, "league_relegation_playoffs_sum_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40759,13 +41335,13 @@ export default { "league_relegation_playoffs_update_column": {}, "league_relegation_playoffs_updates": { "_inc": [ - 2456 + 2499 ], "_set": [ - 2467 + 2510 ], "where": [ - 2454 + 2497 ], "__typename": [ 85 @@ -40781,7 +41357,7 @@ export default { }, "league_relegation_playoffs_var_pop_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40797,7 +41373,7 @@ export default { }, "league_relegation_playoffs_var_samp_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40813,7 +41389,7 @@ export default { }, "league_relegation_playoffs_variance_order_by": { "higher_slots": [ - 3558 + 3601 ], "__typename": [ 85 @@ -40821,46 +41397,46 @@ export default { }, "league_scheduling_proposals": { "bracket": [ - 5197 + 5240 ], "created_at": [ - 5153 + 5196 ], "e_proposal_status": [ - 991 + 992 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "proposed_by": [ - 4516 + 4559 ], "proposed_by_league_team_season_id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_time": [ - 5153 + 5196 ], "responded_by": [ - 4516 + 4559 ], "responded_by_steam_id": [ - 310 + 311 ], "status": [ - 996 + 997 ], "team_season": [ - 2667 + 2710 ], "tournament_bracket_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -40868,10 +41444,10 @@ export default { }, "league_scheduling_proposals_aggregate": { "aggregate": [ - 2490 + 2533 ], "nodes": [ - 2486 + 2529 ], "__typename": [ 85 @@ -40879,7 +41455,7 @@ export default { }, "league_scheduling_proposals_aggregate_bool_exp": { "count": [ - 2489 + 2532 ], "__typename": [ 85 @@ -40887,13 +41463,13 @@ export default { }, "league_scheduling_proposals_aggregate_bool_exp_count": { "arguments": [ - 2507 + 2550 ], "distinct": [ 6 ], "filter": [ - 2495 + 2538 ], "predicate": [ 42 @@ -40904,13 +41480,13 @@ export default { }, "league_scheduling_proposals_aggregate_fields": { "avg": [ - 2493 + 2536 ], "count": [ 41, { "columns": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "distinct": [ @@ -40919,31 +41495,31 @@ export default { } ], "max": [ - 2499 + 2542 ], "min": [ - 2501 + 2544 ], "stddev": [ - 2509 + 2552 ], "stddev_pop": [ - 2511 + 2554 ], "stddev_samp": [ - 2513 + 2556 ], "sum": [ - 2517 + 2560 ], "var_pop": [ - 2521 + 2564 ], "var_samp": [ - 2523 + 2566 ], "variance": [ - 2525 + 2568 ], "__typename": [ 85 @@ -40951,37 +41527,37 @@ export default { }, "league_scheduling_proposals_aggregate_order_by": { "avg": [ - 2494 + 2537 ], "count": [ - 3558 + 3601 ], "max": [ - 2500 + 2543 ], "min": [ - 2502 + 2545 ], "stddev": [ - 2510 + 2553 ], "stddev_pop": [ - 2512 + 2555 ], "stddev_samp": [ - 2514 + 2557 ], "sum": [ - 2518 + 2561 ], "var_pop": [ - 2522 + 2565 ], "var_samp": [ - 2524 + 2567 ], "variance": [ - 2526 + 2569 ], "__typename": [ 85 @@ -40989,10 +41565,10 @@ export default { }, "league_scheduling_proposals_arr_rel_insert_input": { "data": [ - 2498 + 2541 ], "on_conflict": [ - 2504 + 2547 ], "__typename": [ 85 @@ -41011,10 +41587,10 @@ export default { }, "league_scheduling_proposals_avg_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41022,55 +41598,55 @@ export default { }, "league_scheduling_proposals_bool_exp": { "_and": [ - 2495 + 2538 ], "_not": [ - 2495 + 2538 ], "_or": [ - 2495 + 2538 ], "bracket": [ - 5208 + 5251 ], "created_at": [ - 5154 + 5197 ], "e_proposal_status": [ - 994 + 995 ], "id": [ - 6367 + 6505 ], "message": [ 87 ], "proposed_by": [ - 4520 + 4563 ], "proposed_by_league_team_season_id": [ - 6367 + 6505 ], "proposed_by_steam_id": [ - 312 + 313 ], "proposed_time": [ - 5154 + 5197 ], "responded_by": [ - 4520 + 4563 ], "responded_by_steam_id": [ - 312 + 313 ], "status": [ - 997 + 998 ], "team_season": [ - 2676 + 2719 ], "tournament_bracket_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -41079,10 +41655,10 @@ export default { "league_scheduling_proposals_constraint": {}, "league_scheduling_proposals_inc_input": { "proposed_by_steam_id": [ - 310 + 311 ], "responded_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -41090,46 +41666,46 @@ export default { }, "league_scheduling_proposals_insert_input": { "bracket": [ - 5217 + 5260 ], "created_at": [ - 5153 + 5196 ], "e_proposal_status": [ - 1002 + 1003 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "proposed_by": [ - 4527 + 4570 ], "proposed_by_league_team_season_id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_time": [ - 5153 + 5196 ], "responded_by": [ - 4527 + 4570 ], "responded_by_steam_id": [ - 310 + 311 ], "status": [ - 996 + 997 ], "team_season": [ - 2685 + 2728 ], "tournament_bracket_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41137,28 +41713,28 @@ export default { }, "league_scheduling_proposals_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_time": [ - 5153 + 5196 ], "responded_by_steam_id": [ - 310 + 311 ], "tournament_bracket_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41166,28 +41742,28 @@ export default { }, "league_scheduling_proposals_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "proposed_by_league_team_season_id": [ - 3558 + 3601 ], "proposed_by_steam_id": [ - 3558 + 3601 ], "proposed_time": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "tournament_bracket_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41195,28 +41771,28 @@ export default { }, "league_scheduling_proposals_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_time": [ - 5153 + 5196 ], "responded_by_steam_id": [ - 310 + 311 ], "tournament_bracket_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41224,28 +41800,28 @@ export default { }, "league_scheduling_proposals_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "proposed_by_league_team_season_id": [ - 3558 + 3601 ], "proposed_by_steam_id": [ - 3558 + 3601 ], "proposed_time": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "tournament_bracket_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41256,7 +41832,7 @@ export default { 41 ], "returning": [ - 2486 + 2529 ], "__typename": [ 85 @@ -41264,13 +41840,13 @@ export default { }, "league_scheduling_proposals_on_conflict": { "constraint": [ - 2496 + 2539 ], "update_columns": [ - 2519 + 2562 ], "where": [ - 2495 + 2538 ], "__typename": [ 85 @@ -41278,46 +41854,46 @@ export default { }, "league_scheduling_proposals_order_by": { "bracket": [ - 5219 + 5262 ], "created_at": [ - 3558 + 3601 ], "e_proposal_status": [ - 1004 + 1005 ], "id": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "proposed_by": [ - 4529 + 4572 ], "proposed_by_league_team_season_id": [ - 3558 + 3601 ], "proposed_by_steam_id": [ - 3558 + 3601 ], "proposed_time": [ - 3558 + 3601 ], "responded_by": [ - 4529 + 4572 ], "responded_by_steam_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "team_season": [ - 2687 + 2730 ], "tournament_bracket_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41325,7 +41901,7 @@ export default { }, "league_scheduling_proposals_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41334,31 +41910,31 @@ export default { "league_scheduling_proposals_select_column": {}, "league_scheduling_proposals_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_time": [ - 5153 + 5196 ], "responded_by_steam_id": [ - 310 + 311 ], "status": [ - 996 + 997 ], "tournament_bracket_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41377,10 +41953,10 @@ export default { }, "league_scheduling_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41399,10 +41975,10 @@ export default { }, "league_scheduling_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41421,10 +41997,10 @@ export default { }, "league_scheduling_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41432,10 +42008,10 @@ export default { }, "league_scheduling_proposals_stream_cursor_input": { "initial_value": [ - 2516 + 2559 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -41443,31 +42019,31 @@ export default { }, "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_time": [ - 5153 + 5196 ], "responded_by_steam_id": [ - 310 + 311 ], "status": [ - 996 + 997 ], "tournament_bracket_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41475,10 +42051,10 @@ export default { }, "league_scheduling_proposals_sum_fields": { "proposed_by_steam_id": [ - 310 + 311 ], "responded_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -41486,10 +42062,10 @@ export default { }, "league_scheduling_proposals_sum_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41498,13 +42074,13 @@ export default { "league_scheduling_proposals_update_column": {}, "league_scheduling_proposals_updates": { "_inc": [ - 2497 + 2540 ], "_set": [ - 2508 + 2551 ], "where": [ - 2495 + 2538 ], "__typename": [ 85 @@ -41523,10 +42099,10 @@ export default { }, "league_scheduling_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41545,10 +42121,10 @@ export default { }, "league_scheduling_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41567,10 +42143,10 @@ export default { }, "league_scheduling_proposals_variance_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "responded_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41578,28 +42154,28 @@ export default { }, "league_season_divisions": { "created_at": [ - 5153 + 5196 ], "division": [ - 2376 + 2419 ], "id": [ - 6365 + 6503 ], "league_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "season": [ - 2552 + 2595 ], "standings": [ - 6437, + 6575, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -41609,19 +42185,19 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "standings_aggregate": [ - 6438, + 6576, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -41631,19 +42207,19 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41651,10 +42227,10 @@ export default { }, "league_season_divisions_aggregate": { "aggregate": [ - 2531 + 2574 ], "nodes": [ - 2527 + 2570 ], "__typename": [ 85 @@ -41662,7 +42238,7 @@ export default { }, "league_season_divisions_aggregate_bool_exp": { "count": [ - 2530 + 2573 ], "__typename": [ 85 @@ -41670,13 +42246,13 @@ export default { }, "league_season_divisions_aggregate_bool_exp_count": { "arguments": [ - 2546 + 2589 ], "distinct": [ 6 ], "filter": [ - 2534 + 2577 ], "predicate": [ 42 @@ -41690,7 +42266,7 @@ export default { 41, { "columns": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "distinct": [ @@ -41699,10 +42275,10 @@ export default { } ], "max": [ - 2537 + 2580 ], "min": [ - 2539 + 2582 ], "__typename": [ 85 @@ -41710,13 +42286,13 @@ export default { }, "league_season_divisions_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 2538 + 2581 ], "min": [ - 2540 + 2583 ], "__typename": [ 85 @@ -41724,10 +42300,10 @@ export default { }, "league_season_divisions_arr_rel_insert_input": { "data": [ - 2536 + 2579 ], "on_conflict": [ - 2543 + 2586 ], "__typename": [ 85 @@ -41735,43 +42311,43 @@ export default { }, "league_season_divisions_bool_exp": { "_and": [ - 2534 + 2577 ], "_not": [ - 2534 + 2577 ], "_or": [ - 2534 + 2577 ], "created_at": [ - 5154 + 5197 ], "division": [ - 2380 + 2423 ], "id": [ - 6367 + 6505 ], "league_division_id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "season": [ - 2557 + 2600 ], "standings": [ - 6446 + 6584 ], "standings_aggregate": [ - 6439 + 6577 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -41780,31 +42356,31 @@ export default { "league_season_divisions_constraint": {}, "league_season_divisions_insert_input": { "created_at": [ - 5153 + 5196 ], "division": [ - 2387 + 2430 ], "id": [ - 6365 + 6503 ], "league_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "season": [ - 2567 + 2610 ], "standings": [ - 6443 + 6581 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41812,19 +42388,19 @@ export default { }, "league_season_divisions_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41832,19 +42408,19 @@ export default { }, "league_season_divisions_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41852,19 +42428,19 @@ export default { }, "league_season_divisions_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41872,19 +42448,19 @@ export default { }, "league_season_divisions_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41895,7 +42471,7 @@ export default { 41 ], "returning": [ - 2527 + 2570 ], "__typename": [ 85 @@ -41903,10 +42479,10 @@ export default { }, "league_season_divisions_obj_rel_insert_input": { "data": [ - 2536 + 2579 ], "on_conflict": [ - 2543 + 2586 ], "__typename": [ 85 @@ -41914,13 +42490,13 @@ export default { }, "league_season_divisions_on_conflict": { "constraint": [ - 2535 + 2578 ], "update_columns": [ - 2550 + 2593 ], "where": [ - 2534 + 2577 ], "__typename": [ 85 @@ -41928,31 +42504,31 @@ export default { }, "league_season_divisions_order_by": { "created_at": [ - 3558 + 3601 ], "division": [ - 2389 + 2432 ], "id": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "season": [ - 2569 + 2612 ], "standings_aggregate": [ - 6442 + 6580 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -41960,7 +42536,7 @@ export default { }, "league_season_divisions_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41969,19 +42545,19 @@ export default { "league_season_divisions_select_column": {}, "league_season_divisions_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -41989,10 +42565,10 @@ export default { }, "league_season_divisions_stream_cursor_input": { "initial_value": [ - 2549 + 2592 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -42000,19 +42576,19 @@ export default { }, "league_season_divisions_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "league_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -42021,10 +42597,10 @@ export default { "league_season_divisions_update_column": {}, "league_season_divisions_updates": { "_set": [ - 2547 + 2590 ], "where": [ - 2534 + 2577 ], "__typename": [ 85 @@ -42035,10 +42611,10 @@ export default { 6 ], "awards": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -42048,19 +42624,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "awards_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -42070,11 +42646,11 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], @@ -42082,10 +42658,10 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -42097,13 +42673,13 @@ export default { 41 ], "e_league_season_status": [ - 1033 + 1034 ], "games_per_week": [ 41 ], "id": [ - 6365 + 6503 ], "is_league_admin": [ 6 @@ -42112,13 +42688,13 @@ export default { 6 ], "match_options_id": [ - 6365 + 6503 ], "match_weeks": [ - 2404, + 2447, { "distinct_on": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "limit": [ @@ -42128,19 +42704,19 @@ export default { 41 ], "order_by": [ - 2423, + 2466, "[league_match_weeks_order_by!]" ], "where": [ - 2413 + 2456 ] } ], "match_weeks_aggregate": [ - 2405, + 2448, { "distinct_on": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "limit": [ @@ -42150,11 +42726,11 @@ export default { 41 ], "order_by": [ - 2423, + 2466, "[league_match_weeks_order_by!]" ], "where": [ - 2413 + 2456 ] } ], @@ -42168,10 +42744,10 @@ export default { 41 ], "movements": [ - 2585, + 2628, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -42181,19 +42757,19 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "movements_aggregate": [ - 2586, + 2629, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -42203,19 +42779,19 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "my_registration": [ - 2667, + 2710, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -42225,11 +42801,11 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], @@ -42237,13 +42813,13 @@ export default { 85 ], "options": [ - 3200 + 3243 ], "player_stats": [ - 6470, + 6608, { "distinct_on": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -42253,19 +42829,19 @@ export default { 41 ], "order_by": [ - 6495, + 6633, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6489 + 6627 ] } ], "player_stats_aggregate": [ - 6471, + 6609, { "distinct_on": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -42275,11 +42851,11 @@ export default { 41 ], "order_by": [ - 6495, + 6633, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6489 + 6627 ] } ], @@ -42287,7 +42863,7 @@ export default { 41 ], "playoff_round_best_of": [ - 2349, + 2392, { "path": [ 85 @@ -42298,7 +42874,7 @@ export default { 41 ], "playoff_stage_type": [ - 1527 + 1569 ], "playoff_third_place_match": [ 6 @@ -42307,7 +42883,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1527 + 1569 ], "relegate_count": [ 41 @@ -42316,10 +42892,10 @@ export default { 41 ], "relegation_playoffs": [ - 2445, + 2488, { "distinct_on": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -42329,19 +42905,19 @@ export default { 41 ], "order_by": [ - 2464, + 2507, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2454 + 2497 ] } ], "relegation_playoffs_aggregate": [ - 2446, + 2489, { "distinct_on": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -42351,11 +42927,11 @@ export default { 41 ], "order_by": [ - 2464, + 2507, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2454 + 2497 ] } ], @@ -42363,13 +42939,13 @@ export default { 41 ], "roster_lock_at": [ - 5153 + 5196 ], "season_divisions": [ - 2527, + 2570, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -42379,19 +42955,19 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "season_divisions_aggregate": [ - 2528, + 2571, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -42401,11 +42977,11 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], @@ -42413,16 +42989,16 @@ export default { 41 ], "signup_closes_at": [ - 5153 + 5196 ], "signup_opens_at": [ - 5153 + 5196 ], "standings": [ - 6437, + 6575, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -42432,19 +43008,19 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "standings_aggregate": [ - 6438, + 6576, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -42454,25 +43030,25 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "starts_at": [ - 5153 + 5196 ], "status": [ - 1038 + 1039 ], "team_seasons": [ - 2667, + 2710, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -42482,19 +43058,19 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "team_seasons_aggregate": [ - 2668, + 2711, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -42504,16 +43080,16 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "week_best_of": [ - 2349, + 2392, { "path": [ 85 @@ -42526,10 +43102,10 @@ export default { }, "league_seasons_aggregate": { "aggregate": [ - 2554 + 2597 ], "nodes": [ - 2552 + 2595 ], "__typename": [ 85 @@ -42537,13 +43113,13 @@ export default { }, "league_seasons_aggregate_fields": { "avg": [ - 2556 + 2599 ], "count": [ 41, { "columns": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "distinct": [ @@ -42552,31 +43128,31 @@ export default { } ], "max": [ - 2564 + 2607 ], "min": [ - 2565 + 2608 ], "stddev": [ - 2574 + 2617 ], "stddev_pop": [ - 2575 + 2618 ], "stddev_samp": [ - 2576 + 2619 ], "sum": [ - 2579 + 2622 ], "var_pop": [ - 2582 + 2625 ], "var_samp": [ - 2583 + 2626 ], "variance": [ - 2584 + 2627 ], "__typename": [ 85 @@ -42584,10 +43160,10 @@ export default { }, "league_seasons_append_input": { "playoff_round_best_of": [ - 2349 + 2392 ], "week_best_of": [ - 2349 + 2392 ], "__typename": [ 85 @@ -42645,31 +43221,31 @@ export default { }, "league_seasons_bool_exp": { "_and": [ - 2557 + 2600 ], "_not": [ - 2557 + 2600 ], "_or": [ - 2557 + 2600 ], "auto_regular_season_format": [ 7 ], "awards": [ - 250 + 251 ], "awards_aggregate": [ - 243 + 244 ], "can_register": [ 7 ], "created_at": [ - 5154 + 5197 ], "created_by_steam_id": [ - 312 + 313 ], "default_best_of": [ 42 @@ -42681,13 +43257,13 @@ export default { 42 ], "e_league_season_status": [ - 1036 + 1037 ], "games_per_week": [ 42 ], "id": [ - 6367 + 6505 ], "is_league_admin": [ 7 @@ -42696,13 +43272,13 @@ export default { 7 ], "match_options_id": [ - 6367 + 6505 ], "match_weeks": [ - 2413 + 2456 ], "match_weeks_aggregate": [ - 2406 + 2449 ], "match_weeks_count": [ 42 @@ -42714,37 +43290,37 @@ export default { 42 ], "movements": [ - 2594 + 2637 ], "movements_aggregate": [ - 2587 + 2630 ], "my_registration": [ - 2676 + 2719 ], "name": [ 87 ], "options": [ - 3211 + 3254 ], "player_stats": [ - 6489 + 6627 ], "player_stats_aggregate": [ - 6472 + 6610 ], "playoff_best_of": [ 42 ], "playoff_round_best_of": [ - 2351 + 2394 ], "playoff_seats": [ 42 ], "playoff_stage_type": [ - 1528 + 1570 ], "playoff_third_place_match": [ 7 @@ -42753,7 +43329,7 @@ export default { 42 ], "regular_season_stage_type": [ - 1528 + 1570 ], "relegate_count": [ 42 @@ -42762,52 +43338,52 @@ export default { 42 ], "relegation_playoffs": [ - 2454 + 2497 ], "relegation_playoffs_aggregate": [ - 2447 + 2490 ], "relegation_up_count": [ 42 ], "roster_lock_at": [ - 5154 + 5197 ], "season_divisions": [ - 2534 + 2577 ], "season_divisions_aggregate": [ - 2529 + 2572 ], "season_number": [ 42 ], "signup_closes_at": [ - 5154 + 5197 ], "signup_opens_at": [ - 5154 + 5197 ], "standings": [ - 6446 + 6584 ], "standings_aggregate": [ - 6439 + 6577 ], "starts_at": [ - 5154 + 5197 ], "status": [ - 1039 + 1040 ], "team_seasons": [ - 2676 + 2719 ], "team_seasons_aggregate": [ - 2669 + 2712 ], "week_best_of": [ - 2351 + 2394 ], "__typename": [ 85 @@ -42849,7 +43425,7 @@ export default { }, "league_seasons_inc_input": { "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -42902,13 +43478,13 @@ export default { 6 ], "awards": [ - 247 + 248 ], "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -42920,19 +43496,19 @@ export default { 41 ], "e_league_season_status": [ - 1044 + 1045 ], "games_per_week": [ 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_weeks": [ - 2410 + 2453 ], "match_weeks_count": [ 41 @@ -42944,28 +43520,28 @@ export default { 41 ], "movements": [ - 2591 + 2634 ], "name": [ 85 ], "options": [ - 3220 + 3263 ], "player_stats": [ - 6486 + 6624 ], "playoff_best_of": [ 41 ], "playoff_round_best_of": [ - 2349 + 2392 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1527 + 1569 ], "playoff_third_place_match": [ 6 @@ -42974,7 +43550,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1527 + 1569 ], "relegate_count": [ 41 @@ -42983,40 +43559,40 @@ export default { 41 ], "relegation_playoffs": [ - 2451 + 2494 ], "relegation_up_count": [ 41 ], "roster_lock_at": [ - 5153 + 5196 ], "season_divisions": [ - 2533 + 2576 ], "season_number": [ 41 ], "signup_closes_at": [ - 5153 + 5196 ], "signup_opens_at": [ - 5153 + 5196 ], "standings": [ - 6443 + 6581 ], "starts_at": [ - 5153 + 5196 ], "status": [ - 1038 + 1039 ], "team_seasons": [ - 2673 + 2716 ], "week_best_of": [ - 2349 + 2392 ], "__typename": [ 85 @@ -43024,10 +43600,10 @@ export default { }, "league_seasons_max_fields": { "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -43042,10 +43618,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_weeks_count": [ 41 @@ -43078,19 +43654,19 @@ export default { 41 ], "roster_lock_at": [ - 5153 + 5196 ], "season_number": [ 41 ], "signup_closes_at": [ - 5153 + 5196 ], "signup_opens_at": [ - 5153 + 5196 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -43098,10 +43674,10 @@ export default { }, "league_seasons_min_fields": { "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -43116,10 +43692,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_weeks_count": [ 41 @@ -43152,19 +43728,19 @@ export default { 41 ], "roster_lock_at": [ - 5153 + 5196 ], "season_number": [ 41 ], "signup_closes_at": [ - 5153 + 5196 ], "signup_opens_at": [ - 5153 + 5196 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -43175,7 +43751,7 @@ export default { 41 ], "returning": [ - 2552 + 2595 ], "__typename": [ 85 @@ -43183,10 +43759,10 @@ export default { }, "league_seasons_obj_rel_insert_input": { "data": [ - 2563 + 2606 ], "on_conflict": [ - 2568 + 2611 ], "__typename": [ 85 @@ -43194,13 +43770,13 @@ export default { }, "league_seasons_on_conflict": { "constraint": [ - 2558 + 2601 ], "update_columns": [ - 2580 + 2623 ], "where": [ - 2557 + 2600 ], "__typename": [ 85 @@ -43208,136 +43784,136 @@ export default { }, "league_seasons_order_by": { "auto_regular_season_format": [ - 3558 + 3601 ], "awards_aggregate": [ - 246 + 247 ], "can_register": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "created_by_steam_id": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "direct_promote_count": [ - 3558 + 3601 ], "direct_relegate_count": [ - 3558 + 3601 ], "e_league_season_status": [ - 1046 + 1047 ], "games_per_week": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_league_admin": [ - 3558 + 3601 ], "is_roster_locked": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "match_weeks_aggregate": [ - 2409 + 2452 ], "match_weeks_count": [ - 3558 + 3601 ], "max_roster_size": [ - 3558 + 3601 ], "min_roster_size": [ - 3558 + 3601 ], "movements_aggregate": [ - 2590 + 2633 ], "my_registration_aggregate": [ - 2672 + 2715 ], "name": [ - 3558 + 3601 ], "options": [ - 3222 + 3265 ], "player_stats_aggregate": [ - 6485 + 6623 ], "playoff_best_of": [ - 3558 + 3601 ], "playoff_round_best_of": [ - 3558 + 3601 ], "playoff_seats": [ - 3558 + 3601 ], "playoff_stage_type": [ - 3558 + 3601 ], "playoff_third_place_match": [ - 3558 + 3601 ], "promote_count": [ - 3558 + 3601 ], "regular_season_stage_type": [ - 3558 + 3601 ], "relegate_count": [ - 3558 + 3601 ], "relegation_down_count": [ - 3558 + 3601 ], "relegation_playoffs_aggregate": [ - 2450 + 2493 ], "relegation_up_count": [ - 3558 + 3601 ], "roster_lock_at": [ - 3558 + 3601 ], "season_divisions_aggregate": [ - 2532 + 2575 ], "season_number": [ - 3558 + 3601 ], "signup_closes_at": [ - 3558 + 3601 ], "signup_opens_at": [ - 3558 + 3601 ], "standings_aggregate": [ - 6442 + 6580 ], "starts_at": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "team_seasons_aggregate": [ - 2672 + 2715 ], "week_best_of": [ - 3558 + 3601 ], "__typename": [ 85 @@ -43345,7 +43921,7 @@ export default { }, "league_seasons_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -43353,10 +43929,10 @@ export default { }, "league_seasons_prepend_input": { "playoff_round_best_of": [ - 2349 + 2392 ], "week_best_of": [ - 2349 + 2392 ], "__typename": [ 85 @@ -43368,10 +43944,10 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -43386,10 +43962,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_weeks_count": [ 41 @@ -43407,13 +43983,13 @@ export default { 41 ], "playoff_round_best_of": [ - 2349 + 2392 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1527 + 1569 ], "playoff_third_place_match": [ 6 @@ -43422,7 +43998,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1527 + 1569 ], "relegate_count": [ 41 @@ -43434,25 +44010,25 @@ export default { 41 ], "roster_lock_at": [ - 5153 + 5196 ], "season_number": [ 41 ], "signup_closes_at": [ - 5153 + 5196 ], "signup_opens_at": [ - 5153 + 5196 ], "starts_at": [ - 5153 + 5196 ], "status": [ - 1038 + 1039 ], "week_best_of": [ - 2349 + 2392 ], "__typename": [ 85 @@ -43610,10 +44186,10 @@ export default { }, "league_seasons_stream_cursor_input": { "initial_value": [ - 2578 + 2621 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -43624,10 +44200,10 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -43642,10 +44218,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_weeks_count": [ 41 @@ -43663,13 +44239,13 @@ export default { 41 ], "playoff_round_best_of": [ - 2349 + 2392 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1527 + 1569 ], "playoff_third_place_match": [ 6 @@ -43678,7 +44254,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1527 + 1569 ], "relegate_count": [ 41 @@ -43690,25 +44266,25 @@ export default { 41 ], "roster_lock_at": [ - 5153 + 5196 ], "season_number": [ 41 ], "signup_closes_at": [ - 5153 + 5196 ], "signup_opens_at": [ - 5153 + 5196 ], "starts_at": [ - 5153 + 5196 ], "status": [ - 1038 + 1039 ], "week_best_of": [ - 2349 + 2392 ], "__typename": [ 85 @@ -43716,7 +44292,7 @@ export default { }, "league_seasons_sum_fields": { "created_by_steam_id": [ - 310 + 311 ], "default_best_of": [ 41 @@ -43767,28 +44343,28 @@ export default { "league_seasons_update_column": {}, "league_seasons_updates": { "_append": [ - 2555 + 2598 ], "_delete_at_path": [ - 2559 + 2602 ], "_delete_elem": [ - 2560 + 2603 ], "_delete_key": [ - 2561 + 2604 ], "_inc": [ - 2562 + 2605 ], "_prepend": [ - 2571 + 2614 ], "_set": [ - 2573 + 2616 ], "where": [ - 2557 + 2600 ], "__typename": [ 85 @@ -43946,58 +44522,58 @@ export default { }, "league_team_movements": { "approved_at": [ - 5153 + 5196 ], "approved_by": [ - 4516 + 4559 ], "approved_by_steam_id": [ - 310 + 311 ], "computed_to_division": [ - 2376 + 2419 ], "computed_to_division_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "e_movement_type": [ - 970 + 971 ], "final_rank": [ 41 ], "final_to_division": [ - 2376 + 2419 ], "final_to_division_id": [ - 6365 + 6503 ], "from_division": [ - 2376 + 2419 ], "from_division_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2709 + 2752 ], "league_team_id": [ - 6365 + 6503 ], "season": [ - 2552 + 2595 ], "type": [ - 975 + 976 ], "__typename": [ 85 @@ -44005,10 +44581,10 @@ export default { }, "league_team_movements_aggregate": { "aggregate": [ - 2589 + 2632 ], "nodes": [ - 2585 + 2628 ], "__typename": [ 85 @@ -44016,7 +44592,7 @@ export default { }, "league_team_movements_aggregate_bool_exp": { "count": [ - 2588 + 2631 ], "__typename": [ 85 @@ -44024,13 +44600,13 @@ export default { }, "league_team_movements_aggregate_bool_exp_count": { "arguments": [ - 2606 + 2649 ], "distinct": [ 6 ], "filter": [ - 2594 + 2637 ], "predicate": [ 42 @@ -44041,13 +44617,13 @@ export default { }, "league_team_movements_aggregate_fields": { "avg": [ - 2592 + 2635 ], "count": [ 41, { "columns": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "distinct": [ @@ -44056,31 +44632,31 @@ export default { } ], "max": [ - 2598 + 2641 ], "min": [ - 2600 + 2643 ], "stddev": [ - 2608 + 2651 ], "stddev_pop": [ - 2610 + 2653 ], "stddev_samp": [ - 2612 + 2655 ], "sum": [ - 2616 + 2659 ], "var_pop": [ - 2620 + 2663 ], "var_samp": [ - 2622 + 2665 ], "variance": [ - 2624 + 2667 ], "__typename": [ 85 @@ -44088,37 +44664,37 @@ export default { }, "league_team_movements_aggregate_order_by": { "avg": [ - 2593 + 2636 ], "count": [ - 3558 + 3601 ], "max": [ - 2599 + 2642 ], "min": [ - 2601 + 2644 ], "stddev": [ - 2609 + 2652 ], "stddev_pop": [ - 2611 + 2654 ], "stddev_samp": [ - 2613 + 2656 ], "sum": [ - 2617 + 2660 ], "var_pop": [ - 2621 + 2664 ], "var_samp": [ - 2623 + 2666 ], "variance": [ - 2625 + 2668 ], "__typename": [ 85 @@ -44126,10 +44702,10 @@ export default { }, "league_team_movements_arr_rel_insert_input": { "data": [ - 2597 + 2640 ], "on_conflict": [ - 2603 + 2646 ], "__typename": [ 85 @@ -44148,10 +44724,10 @@ export default { }, "league_team_movements_avg_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44159,67 +44735,67 @@ export default { }, "league_team_movements_bool_exp": { "_and": [ - 2594 + 2637 ], "_not": [ - 2594 + 2637 ], "_or": [ - 2594 + 2637 ], "approved_at": [ - 5154 + 5197 ], "approved_by": [ - 4520 + 4563 ], "approved_by_steam_id": [ - 312 + 313 ], "computed_to_division": [ - 2380 + 2423 ], "computed_to_division_id": [ - 6367 + 6505 ], "created_at": [ - 5154 + 5197 ], "e_movement_type": [ - 973 + 974 ], "final_rank": [ 42 ], "final_to_division": [ - 2380 + 2423 ], "final_to_division_id": [ - 6367 + 6505 ], "from_division": [ - 2380 + 2423 ], "from_division_id": [ - 6367 + 6505 ], "id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "league_team": [ - 2712 + 2755 ], "league_team_id": [ - 6367 + 6505 ], "season": [ - 2557 + 2600 ], "type": [ - 976 + 977 ], "__typename": [ 85 @@ -44228,7 +44804,7 @@ export default { "league_team_movements_constraint": {}, "league_team_movements_inc_input": { "approved_by_steam_id": [ - 310 + 311 ], "final_rank": [ 41 @@ -44239,58 +44815,58 @@ export default { }, "league_team_movements_insert_input": { "approved_at": [ - 5153 + 5196 ], "approved_by": [ - 4527 + 4570 ], "approved_by_steam_id": [ - 310 + 311 ], "computed_to_division": [ - 2387 + 2430 ], "computed_to_division_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "e_movement_type": [ - 981 + 982 ], "final_rank": [ 41 ], "final_to_division": [ - 2387 + 2430 ], "final_to_division_id": [ - 6365 + 6503 ], "from_division": [ - 2387 + 2430 ], "from_division_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2718 + 2761 ], "league_team_id": [ - 6365 + 6503 ], "season": [ - 2567 + 2610 ], "type": [ - 975 + 976 ], "__typename": [ 85 @@ -44298,34 +44874,34 @@ export default { }, "league_team_movements_max_fields": { "approved_at": [ - 5153 + 5196 ], "approved_by_steam_id": [ - 310 + 311 ], "computed_to_division_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6365 + 6503 ], "from_division_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -44333,34 +44909,34 @@ export default { }, "league_team_movements_max_order_by": { "approved_at": [ - 3558 + 3601 ], "approved_by_steam_id": [ - 3558 + 3601 ], "computed_to_division_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "final_to_division_id": [ - 3558 + 3601 ], "from_division_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44368,34 +44944,34 @@ export default { }, "league_team_movements_min_fields": { "approved_at": [ - 5153 + 5196 ], "approved_by_steam_id": [ - 310 + 311 ], "computed_to_division_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6365 + 6503 ], "from_division_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -44403,34 +44979,34 @@ export default { }, "league_team_movements_min_order_by": { "approved_at": [ - 3558 + 3601 ], "approved_by_steam_id": [ - 3558 + 3601 ], "computed_to_division_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "final_to_division_id": [ - 3558 + 3601 ], "from_division_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44441,7 +45017,7 @@ export default { 41 ], "returning": [ - 2585 + 2628 ], "__typename": [ 85 @@ -44449,13 +45025,13 @@ export default { }, "league_team_movements_on_conflict": { "constraint": [ - 2595 + 2638 ], "update_columns": [ - 2618 + 2661 ], "where": [ - 2594 + 2637 ], "__typename": [ 85 @@ -44463,58 +45039,58 @@ export default { }, "league_team_movements_order_by": { "approved_at": [ - 3558 + 3601 ], "approved_by": [ - 4529 + 4572 ], "approved_by_steam_id": [ - 3558 + 3601 ], "computed_to_division": [ - 2389 + 2432 ], "computed_to_division_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "e_movement_type": [ - 983 + 984 ], "final_rank": [ - 3558 + 3601 ], "final_to_division": [ - 2389 + 2432 ], "final_to_division_id": [ - 3558 + 3601 ], "from_division": [ - 2389 + 2432 ], "from_division_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team": [ - 2720 + 2763 ], "league_team_id": [ - 3558 + 3601 ], "season": [ - 2569 + 2612 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44522,7 +45098,7 @@ export default { }, "league_team_movements_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -44531,37 +45107,37 @@ export default { "league_team_movements_select_column": {}, "league_team_movements_set_input": { "approved_at": [ - 5153 + 5196 ], "approved_by_steam_id": [ - 310 + 311 ], "computed_to_division_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6365 + 6503 ], "from_division_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "type": [ - 975 + 976 ], "__typename": [ 85 @@ -44580,10 +45156,10 @@ export default { }, "league_team_movements_stddev_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44602,10 +45178,10 @@ export default { }, "league_team_movements_stddev_pop_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44624,10 +45200,10 @@ export default { }, "league_team_movements_stddev_samp_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44635,10 +45211,10 @@ export default { }, "league_team_movements_stream_cursor_input": { "initial_value": [ - 2615 + 2658 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -44646,37 +45222,37 @@ export default { }, "league_team_movements_stream_cursor_value_input": { "approved_at": [ - 5153 + 5196 ], "approved_by_steam_id": [ - 310 + 311 ], "computed_to_division_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6365 + 6503 ], "from_division_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "type": [ - 975 + 976 ], "__typename": [ 85 @@ -44684,7 +45260,7 @@ export default { }, "league_team_movements_sum_fields": { "approved_by_steam_id": [ - 310 + 311 ], "final_rank": [ 41 @@ -44695,10 +45271,10 @@ export default { }, "league_team_movements_sum_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44707,13 +45283,13 @@ export default { "league_team_movements_update_column": {}, "league_team_movements_updates": { "_inc": [ - 2596 + 2639 ], "_set": [ - 2607 + 2650 ], "where": [ - 2594 + 2637 ], "__typename": [ 85 @@ -44732,10 +45308,10 @@ export default { }, "league_team_movements_var_pop_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44754,10 +45330,10 @@ export default { }, "league_team_movements_var_samp_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44776,10 +45352,10 @@ export default { }, "league_team_movements_variance_order_by": { "approved_by_steam_id": [ - 3558 + 3601 ], "final_rank": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44787,28 +45363,28 @@ export default { }, "league_team_rosters": { "added_at": [ - 5153 + 5196 ], "league_team_season_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "removed_at": [ - 5153 + 5196 ], "removed_reason": [ 85 ], "status": [ - 1466 + 1467 ], "team_season": [ - 2667 + 2710 ], "__typename": [ 85 @@ -44816,10 +45392,10 @@ export default { }, "league_team_rosters_aggregate": { "aggregate": [ - 2630 + 2673 ], "nodes": [ - 2626 + 2669 ], "__typename": [ 85 @@ -44827,7 +45403,7 @@ export default { }, "league_team_rosters_aggregate_bool_exp": { "count": [ - 2629 + 2672 ], "__typename": [ 85 @@ -44835,13 +45411,13 @@ export default { }, "league_team_rosters_aggregate_bool_exp_count": { "arguments": [ - 2647 + 2690 ], "distinct": [ 6 ], "filter": [ - 2635 + 2678 ], "predicate": [ 42 @@ -44852,13 +45428,13 @@ export default { }, "league_team_rosters_aggregate_fields": { "avg": [ - 2633 + 2676 ], "count": [ 41, { "columns": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "distinct": [ @@ -44867,31 +45443,31 @@ export default { } ], "max": [ - 2639 + 2682 ], "min": [ - 2641 + 2684 ], "stddev": [ - 2649 + 2692 ], "stddev_pop": [ - 2651 + 2694 ], "stddev_samp": [ - 2653 + 2696 ], "sum": [ - 2657 + 2700 ], "var_pop": [ - 2661 + 2704 ], "var_samp": [ - 2663 + 2706 ], "variance": [ - 2665 + 2708 ], "__typename": [ 85 @@ -44899,37 +45475,37 @@ export default { }, "league_team_rosters_aggregate_order_by": { "avg": [ - 2634 + 2677 ], "count": [ - 3558 + 3601 ], "max": [ - 2640 + 2683 ], "min": [ - 2642 + 2685 ], "stddev": [ - 2650 + 2693 ], "stddev_pop": [ - 2652 + 2695 ], "stddev_samp": [ - 2654 + 2697 ], "sum": [ - 2658 + 2701 ], "var_pop": [ - 2662 + 2705 ], "var_samp": [ - 2664 + 2707 ], "variance": [ - 2666 + 2709 ], "__typename": [ 85 @@ -44937,10 +45513,10 @@ export default { }, "league_team_rosters_arr_rel_insert_input": { "data": [ - 2638 + 2681 ], "on_conflict": [ - 2644 + 2687 ], "__typename": [ 85 @@ -44956,7 +45532,7 @@ export default { }, "league_team_rosters_avg_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -44964,37 +45540,37 @@ export default { }, "league_team_rosters_bool_exp": { "_and": [ - 2635 + 2678 ], "_not": [ - 2635 + 2678 ], "_or": [ - 2635 + 2678 ], "added_at": [ - 5154 + 5197 ], "league_team_season_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "removed_at": [ - 5154 + 5197 ], "removed_reason": [ 87 ], "status": [ - 1467 + 1468 ], "team_season": [ - 2676 + 2719 ], "__typename": [ 85 @@ -45003,7 +45579,7 @@ export default { "league_team_rosters_constraint": {}, "league_team_rosters_inc_input": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -45011,28 +45587,28 @@ export default { }, "league_team_rosters_insert_input": { "added_at": [ - 5153 + 5196 ], "league_team_season_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "removed_at": [ - 5153 + 5196 ], "removed_reason": [ 85 ], "status": [ - 1466 + 1467 ], "team_season": [ - 2685 + 2728 ], "__typename": [ 85 @@ -45040,16 +45616,16 @@ export default { }, "league_team_rosters_max_fields": { "added_at": [ - 5153 + 5196 ], "league_team_season_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "removed_at": [ - 5153 + 5196 ], "removed_reason": [ 85 @@ -45060,19 +45636,19 @@ export default { }, "league_team_rosters_max_order_by": { "added_at": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "removed_at": [ - 3558 + 3601 ], "removed_reason": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45080,16 +45656,16 @@ export default { }, "league_team_rosters_min_fields": { "added_at": [ - 5153 + 5196 ], "league_team_season_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "removed_at": [ - 5153 + 5196 ], "removed_reason": [ 85 @@ -45100,19 +45676,19 @@ export default { }, "league_team_rosters_min_order_by": { "added_at": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "removed_at": [ - 3558 + 3601 ], "removed_reason": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45123,7 +45699,7 @@ export default { 41 ], "returning": [ - 2626 + 2669 ], "__typename": [ 85 @@ -45131,13 +45707,13 @@ export default { }, "league_team_rosters_on_conflict": { "constraint": [ - 2636 + 2679 ], "update_columns": [ - 2659 + 2702 ], "where": [ - 2635 + 2678 ], "__typename": [ 85 @@ -45145,28 +45721,28 @@ export default { }, "league_team_rosters_order_by": { "added_at": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "removed_at": [ - 3558 + 3601 ], "removed_reason": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "team_season": [ - 2687 + 2730 ], "__typename": [ 85 @@ -45174,10 +45750,10 @@ export default { }, "league_team_rosters_pk_columns_input": { "league_team_season_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -45186,22 +45762,22 @@ export default { "league_team_rosters_select_column": {}, "league_team_rosters_set_input": { "added_at": [ - 5153 + 5196 ], "league_team_season_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "removed_at": [ - 5153 + 5196 ], "removed_reason": [ 85 ], "status": [ - 1466 + 1467 ], "__typename": [ 85 @@ -45217,7 +45793,7 @@ export default { }, "league_team_rosters_stddev_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45233,7 +45809,7 @@ export default { }, "league_team_rosters_stddev_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45249,7 +45825,7 @@ export default { }, "league_team_rosters_stddev_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45257,10 +45833,10 @@ export default { }, "league_team_rosters_stream_cursor_input": { "initial_value": [ - 2656 + 2699 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -45268,22 +45844,22 @@ export default { }, "league_team_rosters_stream_cursor_value_input": { "added_at": [ - 5153 + 5196 ], "league_team_season_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "removed_at": [ - 5153 + 5196 ], "removed_reason": [ 85 ], "status": [ - 1466 + 1467 ], "__typename": [ 85 @@ -45291,7 +45867,7 @@ export default { }, "league_team_rosters_sum_fields": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -45299,7 +45875,7 @@ export default { }, "league_team_rosters_sum_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45308,13 +45884,13 @@ export default { "league_team_rosters_update_column": {}, "league_team_rosters_updates": { "_inc": [ - 2637 + 2680 ], "_set": [ - 2648 + 2691 ], "where": [ - 2635 + 2678 ], "__typename": [ 85 @@ -45330,7 +45906,7 @@ export default { }, "league_team_rosters_var_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45346,7 +45922,7 @@ export default { }, "league_team_rosters_var_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45362,7 +45938,7 @@ export default { }, "league_team_rosters_variance_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45370,55 +45946,55 @@ export default { }, "league_team_seasons": { "assigned_division": [ - 2376 + 2419 ], "assigned_division_id": [ - 6365 + 6503 ], "captain": [ - 4516 + 4559 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "decline_reason": [ 85 ], "e_registration_status": [ - 1012 + 1013 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2709 + 2752 ], "league_team_id": [ - 6365 + 6503 ], "registered_by": [ - 4516 + 4559 ], "registered_by_steam_id": [ - 310 + 311 ], "requested_division": [ - 2376 + 2419 ], "requested_division_id": [ - 6365 + 6503 ], "roster": [ - 2626, + 2669, { "distinct_on": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "limit": [ @@ -45428,19 +46004,19 @@ export default { 41 ], "order_by": [ - 2645, + 2688, "[league_team_rosters_order_by!]" ], "where": [ - 2635 + 2678 ] } ], "roster_aggregate": [ - 2627, + 2670, { "distinct_on": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "limit": [ @@ -45450,28 +46026,28 @@ export default { 41 ], "order_by": [ - 2645, + 2688, "[league_team_rosters_order_by!]" ], "where": [ - 2635 + 2678 ] } ], "season": [ - 2552 + 2595 ], "seed": [ 41 ], "status": [ - 1017 + 1018 ], "tournament_team": [ - 5547 + 5681 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -45479,10 +46055,10 @@ export default { }, "league_team_seasons_aggregate": { "aggregate": [ - 2671 + 2714 ], "nodes": [ - 2667 + 2710 ], "__typename": [ 85 @@ -45490,7 +46066,7 @@ export default { }, "league_team_seasons_aggregate_bool_exp": { "count": [ - 2670 + 2713 ], "__typename": [ 85 @@ -45498,13 +46074,13 @@ export default { }, "league_team_seasons_aggregate_bool_exp_count": { "arguments": [ - 2689 + 2732 ], "distinct": [ 6 ], "filter": [ - 2676 + 2719 ], "predicate": [ 42 @@ -45515,13 +46091,13 @@ export default { }, "league_team_seasons_aggregate_fields": { "avg": [ - 2674 + 2717 ], "count": [ 41, { "columns": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "distinct": [ @@ -45530,31 +46106,31 @@ export default { } ], "max": [ - 2680 + 2723 ], "min": [ - 2682 + 2725 ], "stddev": [ - 2691 + 2734 ], "stddev_pop": [ - 2693 + 2736 ], "stddev_samp": [ - 2695 + 2738 ], "sum": [ - 2699 + 2742 ], "var_pop": [ - 2703 + 2746 ], "var_samp": [ - 2705 + 2748 ], "variance": [ - 2707 + 2750 ], "__typename": [ 85 @@ -45562,37 +46138,37 @@ export default { }, "league_team_seasons_aggregate_order_by": { "avg": [ - 2675 + 2718 ], "count": [ - 3558 + 3601 ], "max": [ - 2681 + 2724 ], "min": [ - 2683 + 2726 ], "stddev": [ - 2692 + 2735 ], "stddev_pop": [ - 2694 + 2737 ], "stddev_samp": [ - 2696 + 2739 ], "sum": [ - 2700 + 2743 ], "var_pop": [ - 2704 + 2747 ], "var_samp": [ - 2706 + 2749 ], "variance": [ - 2708 + 2751 ], "__typename": [ 85 @@ -45600,10 +46176,10 @@ export default { }, "league_team_seasons_arr_rel_insert_input": { "data": [ - 2679 + 2722 ], "on_conflict": [ - 2686 + 2729 ], "__typename": [ 85 @@ -45625,13 +46201,13 @@ export default { }, "league_team_seasons_avg_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45639,79 +46215,79 @@ export default { }, "league_team_seasons_bool_exp": { "_and": [ - 2676 + 2719 ], "_not": [ - 2676 + 2719 ], "_or": [ - 2676 + 2719 ], "assigned_division": [ - 2380 + 2423 ], "assigned_division_id": [ - 6367 + 6505 ], "captain": [ - 4520 + 4563 ], "captain_steam_id": [ - 312 + 313 ], "created_at": [ - 5154 + 5197 ], "decline_reason": [ 87 ], "e_registration_status": [ - 1015 + 1016 ], "id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "league_team": [ - 2712 + 2755 ], "league_team_id": [ - 6367 + 6505 ], "registered_by": [ - 4520 + 4563 ], "registered_by_steam_id": [ - 312 + 313 ], "requested_division": [ - 2380 + 2423 ], "requested_division_id": [ - 6367 + 6505 ], "roster": [ - 2635 + 2678 ], "roster_aggregate": [ - 2628 + 2671 ], "season": [ - 2557 + 2600 ], "seed": [ 42 ], "status": [ - 1018 + 1019 ], "tournament_team": [ - 5556 + 5692 ], "tournament_team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -45720,10 +46296,10 @@ export default { "league_team_seasons_constraint": {}, "league_team_seasons_inc_input": { "captain_steam_id": [ - 310 + 311 ], "registered_by_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -45734,67 +46310,67 @@ export default { }, "league_team_seasons_insert_input": { "assigned_division": [ - 2387 + 2430 ], "assigned_division_id": [ - 6365 + 6503 ], "captain": [ - 4527 + 4570 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "decline_reason": [ 85 ], "e_registration_status": [ - 1023 + 1024 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2718 + 2761 ], "league_team_id": [ - 6365 + 6503 ], "registered_by": [ - 4527 + 4570 ], "registered_by_steam_id": [ - 310 + 311 ], "requested_division": [ - 2387 + 2430 ], "requested_division_id": [ - 6365 + 6503 ], "roster": [ - 2632 + 2675 ], "season": [ - 2567 + 2610 ], "seed": [ 41 ], "status": [ - 1017 + 1018 ], "tournament_team": [ - 5565 + 5701 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -45802,37 +46378,37 @@ export default { }, "league_team_seasons_max_fields": { "assigned_division_id": [ - 6365 + 6503 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "decline_reason": [ 85 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "registered_by_steam_id": [ - 310 + 311 ], "requested_division_id": [ - 6365 + 6503 ], "seed": [ 41 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -45840,37 +46416,37 @@ export default { }, "league_team_seasons_max_order_by": { "assigned_division_id": [ - 3558 + 3601 ], "captain_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "decline_reason": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "requested_division_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45878,37 +46454,37 @@ export default { }, "league_team_seasons_min_fields": { "assigned_division_id": [ - 6365 + 6503 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "decline_reason": [ 85 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "registered_by_steam_id": [ - 310 + 311 ], "requested_division_id": [ - 6365 + 6503 ], "seed": [ 41 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -45916,37 +46492,37 @@ export default { }, "league_team_seasons_min_order_by": { "assigned_division_id": [ - 3558 + 3601 ], "captain_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "decline_reason": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "requested_division_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -45957,7 +46533,7 @@ export default { 41 ], "returning": [ - 2667 + 2710 ], "__typename": [ 85 @@ -45965,10 +46541,10 @@ export default { }, "league_team_seasons_obj_rel_insert_input": { "data": [ - 2679 + 2722 ], "on_conflict": [ - 2686 + 2729 ], "__typename": [ 85 @@ -45976,13 +46552,13 @@ export default { }, "league_team_seasons_on_conflict": { "constraint": [ - 2677 + 2720 ], "update_columns": [ - 2701 + 2744 ], "where": [ - 2676 + 2719 ], "__typename": [ 85 @@ -45990,67 +46566,67 @@ export default { }, "league_team_seasons_order_by": { "assigned_division": [ - 2389 + 2432 ], "assigned_division_id": [ - 3558 + 3601 ], "captain": [ - 4529 + 4572 ], "captain_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "decline_reason": [ - 3558 + 3601 ], "e_registration_status": [ - 1025 + 1026 ], "id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team": [ - 2720 + 2763 ], "league_team_id": [ - 3558 + 3601 ], "registered_by": [ - 4529 + 4572 ], "registered_by_steam_id": [ - 3558 + 3601 ], "requested_division": [ - 2389 + 2432 ], "requested_division_id": [ - 3558 + 3601 ], "roster_aggregate": [ - 2631 + 2674 ], "season": [ - 2569 + 2612 ], "seed": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "tournament_team": [ - 5567 + 5703 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46058,7 +46634,7 @@ export default { }, "league_team_seasons_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46067,40 +46643,40 @@ export default { "league_team_seasons_select_column": {}, "league_team_seasons_set_input": { "assigned_division_id": [ - 6365 + 6503 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "decline_reason": [ 85 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "registered_by_steam_id": [ - 310 + 311 ], "requested_division_id": [ - 6365 + 6503 ], "seed": [ 41 ], "status": [ - 1017 + 1018 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46122,13 +46698,13 @@ export default { }, "league_team_seasons_stddev_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46150,13 +46726,13 @@ export default { }, "league_team_seasons_stddev_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46178,13 +46754,13 @@ export default { }, "league_team_seasons_stddev_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46192,10 +46768,10 @@ export default { }, "league_team_seasons_stream_cursor_input": { "initial_value": [ - 2698 + 2741 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -46203,40 +46779,40 @@ export default { }, "league_team_seasons_stream_cursor_value_input": { "assigned_division_id": [ - 6365 + 6503 ], "captain_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "decline_reason": [ 85 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "registered_by_steam_id": [ - 310 + 311 ], "requested_division_id": [ - 6365 + 6503 ], "seed": [ 41 ], "status": [ - 1017 + 1018 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46244,10 +46820,10 @@ export default { }, "league_team_seasons_sum_fields": { "captain_steam_id": [ - 310 + 311 ], "registered_by_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -46258,13 +46834,13 @@ export default { }, "league_team_seasons_sum_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46273,13 +46849,13 @@ export default { "league_team_seasons_update_column": {}, "league_team_seasons_updates": { "_inc": [ - 2678 + 2721 ], "_set": [ - 2690 + 2733 ], "where": [ - 2676 + 2719 ], "__typename": [ 85 @@ -46301,13 +46877,13 @@ export default { }, "league_team_seasons_var_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46329,13 +46905,13 @@ export default { }, "league_team_seasons_var_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46357,13 +46933,13 @@ export default { }, "league_team_seasons_variance_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "registered_by_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -46371,16 +46947,16 @@ export default { }, "league_teams": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "movements": [ - 2585, + 2628, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -46390,19 +46966,19 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "movements_aggregate": [ - 2586, + 2629, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -46412,25 +46988,25 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "team_seasons": [ - 2667, + 2710, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -46440,19 +47016,19 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "team_seasons_aggregate": [ - 2668, + 2711, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -46462,11 +47038,11 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], @@ -46476,10 +47052,10 @@ export default { }, "league_teams_aggregate": { "aggregate": [ - 2711 + 2754 ], "nodes": [ - 2709 + 2752 ], "__typename": [ 85 @@ -46490,7 +47066,7 @@ export default { 41, { "columns": [ - 2722, + 2765, "[league_teams_select_column!]" ], "distinct": [ @@ -46499,10 +47075,10 @@ export default { } ], "max": [ - 2715 + 2758 ], "min": [ - 2716 + 2759 ], "__typename": [ 85 @@ -46510,37 +47086,37 @@ export default { }, "league_teams_bool_exp": { "_and": [ - 2712 + 2755 ], "_not": [ - 2712 + 2755 ], "_or": [ - 2712 + 2755 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "movements": [ - 2594 + 2637 ], "movements_aggregate": [ - 2587 + 2630 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "team_seasons": [ - 2676 + 2719 ], "team_seasons_aggregate": [ - 2669 + 2712 ], "__typename": [ 85 @@ -46549,22 +47125,22 @@ export default { "league_teams_constraint": {}, "league_teams_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "movements": [ - 2591 + 2634 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "team_seasons": [ - 2673 + 2716 ], "__typename": [ 85 @@ -46572,13 +47148,13 @@ export default { }, "league_teams_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46586,13 +47162,13 @@ export default { }, "league_teams_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46603,7 +47179,7 @@ export default { 41 ], "returning": [ - 2709 + 2752 ], "__typename": [ 85 @@ -46611,10 +47187,10 @@ export default { }, "league_teams_obj_rel_insert_input": { "data": [ - 2714 + 2757 ], "on_conflict": [ - 2719 + 2762 ], "__typename": [ 85 @@ -46622,13 +47198,13 @@ export default { }, "league_teams_on_conflict": { "constraint": [ - 2713 + 2756 ], "update_columns": [ - 2726 + 2769 ], "where": [ - 2712 + 2755 ], "__typename": [ 85 @@ -46636,22 +47212,22 @@ export default { }, "league_teams_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "movements_aggregate": [ - 2590 + 2633 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "team_seasons_aggregate": [ - 2672 + 2715 ], "__typename": [ 85 @@ -46659,7 +47235,7 @@ export default { }, "league_teams_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46668,13 +47244,13 @@ export default { "league_teams_select_column": {}, "league_teams_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46682,10 +47258,10 @@ export default { }, "league_teams_stream_cursor_input": { "initial_value": [ - 2725 + 2768 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -46693,13 +47269,13 @@ export default { }, "league_teams_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46708,10 +47284,10 @@ export default { "league_teams_update_column": {}, "league_teams_updates": { "_set": [ - 2723 + 2766 ], "where": [ - 2712 + 2755 ], "__typename": [ 85 @@ -46719,22 +47295,22 @@ export default { }, "lobbies": { "access": [ - 1059 + 1060 ], "created_at": [ - 5153 + 5196 ], "e_lobby_access": [ - 1054 + 1055 ], "id": [ - 6365 + 6503 ], "players": [ - 2747, + 2790, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -46744,19 +47320,19 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], "players_aggregate": [ - 2748, + 2791, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -46766,11 +47342,11 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], @@ -46780,10 +47356,10 @@ export default { }, "lobbies_aggregate": { "aggregate": [ - 2730 + 2773 ], "nodes": [ - 2728 + 2771 ], "__typename": [ 85 @@ -46794,7 +47370,7 @@ export default { 41, { "columns": [ - 2741, + 2784, "[lobbies_select_column!]" ], "distinct": [ @@ -46803,10 +47379,10 @@ export default { } ], "max": [ - 2734 + 2777 ], "min": [ - 2735 + 2778 ], "__typename": [ 85 @@ -46814,31 +47390,31 @@ export default { }, "lobbies_bool_exp": { "_and": [ - 2731 + 2774 ], "_not": [ - 2731 + 2774 ], "_or": [ - 2731 + 2774 ], "access": [ - 1060 + 1061 ], "created_at": [ - 5154 + 5197 ], "e_lobby_access": [ - 1057 + 1058 ], "id": [ - 6367 + 6505 ], "players": [ - 2758 + 2801 ], "players_aggregate": [ - 2749 + 2792 ], "__typename": [ 85 @@ -46847,19 +47423,19 @@ export default { "lobbies_constraint": {}, "lobbies_insert_input": { "access": [ - 1059 + 1060 ], "created_at": [ - 5153 + 5196 ], "e_lobby_access": [ - 1065 + 1066 ], "id": [ - 6365 + 6503 ], "players": [ - 2755 + 2798 ], "__typename": [ 85 @@ -46867,10 +47443,10 @@ export default { }, "lobbies_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46878,10 +47454,10 @@ export default { }, "lobbies_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46892,7 +47468,7 @@ export default { 41 ], "returning": [ - 2728 + 2771 ], "__typename": [ 85 @@ -46900,10 +47476,10 @@ export default { }, "lobbies_obj_rel_insert_input": { "data": [ - 2733 + 2776 ], "on_conflict": [ - 2738 + 2781 ], "__typename": [ 85 @@ -46911,13 +47487,13 @@ export default { }, "lobbies_on_conflict": { "constraint": [ - 2732 + 2775 ], "update_columns": [ - 2745 + 2788 ], "where": [ - 2731 + 2774 ], "__typename": [ 85 @@ -46925,19 +47501,19 @@ export default { }, "lobbies_order_by": { "access": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "e_lobby_access": [ - 1067 + 1068 ], "id": [ - 3558 + 3601 ], "players_aggregate": [ - 2754 + 2797 ], "__typename": [ 85 @@ -46945,7 +47521,7 @@ export default { }, "lobbies_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46954,13 +47530,13 @@ export default { "lobbies_select_column": {}, "lobbies_set_input": { "access": [ - 1059 + 1060 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46968,10 +47544,10 @@ export default { }, "lobbies_stream_cursor_input": { "initial_value": [ - 2744 + 2787 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -46979,13 +47555,13 @@ export default { }, "lobbies_stream_cursor_value_input": { "access": [ - 1059 + 1060 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -46994,10 +47570,10 @@ export default { "lobbies_update_column": {}, "lobbies_updates": { "_set": [ - 2742 + 2785 ], "where": [ - 2731 + 2774 ], "__typename": [ 85 @@ -47008,22 +47584,22 @@ export default { 6 ], "invited_by_steam_id": [ - 310 + 311 ], "lobby": [ - 2728 + 2771 ], "lobby_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "status": [ - 1080 + 1081 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47031,10 +47607,10 @@ export default { }, "lobby_players_aggregate": { "aggregate": [ - 2753 + 2796 ], "nodes": [ - 2747 + 2790 ], "__typename": [ 85 @@ -47042,13 +47618,13 @@ export default { }, "lobby_players_aggregate_bool_exp": { "bool_and": [ - 2750 + 2793 ], "bool_or": [ - 2751 + 2794 ], "count": [ - 2752 + 2795 ], "__typename": [ 85 @@ -47056,13 +47632,13 @@ export default { }, "lobby_players_aggregate_bool_exp_bool_and": { "arguments": [ - 2771 + 2814 ], "distinct": [ 6 ], "filter": [ - 2758 + 2801 ], "predicate": [ 7 @@ -47073,13 +47649,13 @@ export default { }, "lobby_players_aggregate_bool_exp_bool_or": { "arguments": [ - 2772 + 2815 ], "distinct": [ 6 ], "filter": [ - 2758 + 2801 ], "predicate": [ 7 @@ -47090,13 +47666,13 @@ export default { }, "lobby_players_aggregate_bool_exp_count": { "arguments": [ - 2770 + 2813 ], "distinct": [ 6 ], "filter": [ - 2758 + 2801 ], "predicate": [ 42 @@ -47107,13 +47683,13 @@ export default { }, "lobby_players_aggregate_fields": { "avg": [ - 2756 + 2799 ], "count": [ 41, { "columns": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "distinct": [ @@ -47122,31 +47698,31 @@ export default { } ], "max": [ - 2762 + 2805 ], "min": [ - 2764 + 2807 ], "stddev": [ - 2774 + 2817 ], "stddev_pop": [ - 2776 + 2819 ], "stddev_samp": [ - 2778 + 2821 ], "sum": [ - 2782 + 2825 ], "var_pop": [ - 2786 + 2829 ], "var_samp": [ - 2788 + 2831 ], "variance": [ - 2790 + 2833 ], "__typename": [ 85 @@ -47154,37 +47730,37 @@ export default { }, "lobby_players_aggregate_order_by": { "avg": [ - 2757 + 2800 ], "count": [ - 3558 + 3601 ], "max": [ - 2763 + 2806 ], "min": [ - 2765 + 2808 ], "stddev": [ - 2775 + 2818 ], "stddev_pop": [ - 2777 + 2820 ], "stddev_samp": [ - 2779 + 2822 ], "sum": [ - 2783 + 2826 ], "var_pop": [ - 2787 + 2830 ], "var_samp": [ - 2789 + 2832 ], "variance": [ - 2791 + 2834 ], "__typename": [ 85 @@ -47192,10 +47768,10 @@ export default { }, "lobby_players_arr_rel_insert_input": { "data": [ - 2761 + 2804 ], "on_conflict": [ - 2767 + 2810 ], "__typename": [ 85 @@ -47214,10 +47790,10 @@ export default { }, "lobby_players_avg_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47225,34 +47801,34 @@ export default { }, "lobby_players_bool_exp": { "_and": [ - 2758 + 2801 ], "_not": [ - 2758 + 2801 ], "_or": [ - 2758 + 2801 ], "captain": [ 7 ], "invited_by_steam_id": [ - 312 + 313 ], "lobby": [ - 2731 + 2774 ], "lobby_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "status": [ - 1081 + 1082 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -47261,10 +47837,10 @@ export default { "lobby_players_constraint": {}, "lobby_players_inc_input": { "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47275,22 +47851,22 @@ export default { 6 ], "invited_by_steam_id": [ - 310 + 311 ], "lobby": [ - 2737 + 2780 ], "lobby_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "status": [ - 1080 + 1081 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47298,13 +47874,13 @@ export default { }, "lobby_players_max_fields": { "invited_by_steam_id": [ - 310 + 311 ], "lobby_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47312,13 +47888,13 @@ export default { }, "lobby_players_max_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "lobby_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47326,13 +47902,13 @@ export default { }, "lobby_players_min_fields": { "invited_by_steam_id": [ - 310 + 311 ], "lobby_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47340,13 +47916,13 @@ export default { }, "lobby_players_min_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "lobby_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47357,7 +47933,7 @@ export default { 41 ], "returning": [ - 2747 + 2790 ], "__typename": [ 85 @@ -47365,13 +47941,13 @@ export default { }, "lobby_players_on_conflict": { "constraint": [ - 2759 + 2802 ], "update_columns": [ - 2784 + 2827 ], "where": [ - 2758 + 2801 ], "__typename": [ 85 @@ -47379,25 +47955,25 @@ export default { }, "lobby_players_order_by": { "captain": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "lobby": [ - 2739 + 2782 ], "lobby_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "status": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47405,10 +47981,10 @@ export default { }, "lobby_players_pk_columns_input": { "lobby_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47422,16 +47998,16 @@ export default { 6 ], "invited_by_steam_id": [ - 310 + 311 ], "lobby_id": [ - 6365 + 6503 ], "status": [ - 1080 + 1081 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47450,10 +48026,10 @@ export default { }, "lobby_players_stddev_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47472,10 +48048,10 @@ export default { }, "lobby_players_stddev_pop_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47494,10 +48070,10 @@ export default { }, "lobby_players_stddev_samp_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47505,10 +48081,10 @@ export default { }, "lobby_players_stream_cursor_input": { "initial_value": [ - 2781 + 2824 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -47519,16 +48095,16 @@ export default { 6 ], "invited_by_steam_id": [ - 310 + 311 ], "lobby_id": [ - 6365 + 6503 ], "status": [ - 1080 + 1081 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47536,10 +48112,10 @@ export default { }, "lobby_players_sum_fields": { "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -47547,10 +48123,10 @@ export default { }, "lobby_players_sum_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47559,13 +48135,13 @@ export default { "lobby_players_update_column": {}, "lobby_players_updates": { "_inc": [ - 2760 + 2803 ], "_set": [ - 2773 + 2816 ], "where": [ - 2758 + 2801 ], "__typename": [ 85 @@ -47584,10 +48160,10 @@ export default { }, "lobby_players_var_pop_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47606,10 +48182,10 @@ export default { }, "lobby_players_var_samp_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47628,10 +48204,10 @@ export default { }, "lobby_players_variance_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47639,7 +48215,7 @@ export default { }, "map_callouts": { "boxes": [ - 2349, + 2392, { "path": [ 85 @@ -47656,7 +48232,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -47664,10 +48240,10 @@ export default { }, "map_callouts_aggregate": { "aggregate": [ - 2794 + 2837 ], "nodes": [ - 2792 + 2835 ], "__typename": [ 85 @@ -47678,7 +48254,7 @@ export default { 41, { "columns": [ - 2809, + 2852, "[map_callouts_select_column!]" ], "distinct": [ @@ -47687,10 +48263,10 @@ export default { } ], "max": [ - 2802 + 2845 ], "min": [ - 2803 + 2846 ], "__typename": [ 85 @@ -47698,7 +48274,7 @@ export default { }, "map_callouts_append_input": { "boxes": [ - 2349 + 2392 ], "__typename": [ 85 @@ -47706,16 +48282,16 @@ export default { }, "map_callouts_bool_exp": { "_and": [ - 2796 + 2839 ], "_not": [ - 2796 + 2839 ], "_or": [ - 2796 + 2839 ], "boxes": [ - 2351 + 2394 ], "map_name": [ 87 @@ -47727,7 +48303,7 @@ export default { 87 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -47760,7 +48336,7 @@ export default { }, "map_callouts_insert_input": { "boxes": [ - 2349 + 2392 ], "map_name": [ 85 @@ -47772,7 +48348,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -47789,7 +48365,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -47806,7 +48382,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -47817,7 +48393,7 @@ export default { 41 ], "returning": [ - 2792 + 2835 ], "__typename": [ 85 @@ -47825,13 +48401,13 @@ export default { }, "map_callouts_on_conflict": { "constraint": [ - 2797 + 2840 ], "update_columns": [ - 2813 + 2856 ], "where": [ - 2796 + 2839 ], "__typename": [ 85 @@ -47839,19 +48415,19 @@ export default { }, "map_callouts_order_by": { "boxes": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -47870,7 +48446,7 @@ export default { }, "map_callouts_prepend_input": { "boxes": [ - 2349 + 2392 ], "__typename": [ 85 @@ -47879,7 +48455,7 @@ export default { "map_callouts_select_column": {}, "map_callouts_set_input": { "boxes": [ - 2349 + 2392 ], "map_name": [ 85 @@ -47891,7 +48467,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -47899,10 +48475,10 @@ export default { }, "map_callouts_stream_cursor_input": { "initial_value": [ - 2812 + 2855 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -47910,7 +48486,7 @@ export default { }, "map_callouts_stream_cursor_value_input": { "boxes": [ - 2349 + 2392 ], "map_name": [ 85 @@ -47922,7 +48498,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -47931,25 +48507,25 @@ export default { "map_callouts_update_column": {}, "map_callouts_updates": { "_append": [ - 2795 + 2838 ], "_delete_at_path": [ - 2798 + 2841 ], "_delete_elem": [ - 2799 + 2842 ], "_delete_key": [ - 2800 + 2843 ], "_prepend": [ - 2808 + 2851 ], "_set": [ - 2810 + 2853 ], "where": [ - 2796 + 2839 ], "__typename": [ 85 @@ -47957,19 +48533,19 @@ export default { }, "map_pools": { "e_type": [ - 1095 + 1096 ], "enabled": [ 6 ], "id": [ - 6365 + 6503 ], "maps": [ - 7025, + 7163, { "distinct_on": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "limit": [ @@ -47979,19 +48555,19 @@ export default { 41 ], "order_by": [ - 7041, + 7179, "[v_pool_maps_order_by!]" ], "where": [ - 7034 + 7172 ] } ], "maps_aggregate": [ - 7026, + 7164, { "distinct_on": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "limit": [ @@ -48001,11 +48577,11 @@ export default { 41 ], "order_by": [ - 7041, + 7179, "[v_pool_maps_order_by!]" ], "where": [ - 7034 + 7172 ] } ], @@ -48013,7 +48589,7 @@ export default { 6 ], "type": [ - 1100 + 1101 ], "__typename": [ 85 @@ -48021,10 +48597,10 @@ export default { }, "map_pools_aggregate": { "aggregate": [ - 2817 + 2860 ], "nodes": [ - 2815 + 2858 ], "__typename": [ 85 @@ -48035,7 +48611,7 @@ export default { 41, { "columns": [ - 2828, + 2871, "[map_pools_select_column!]" ], "distinct": [ @@ -48044,10 +48620,10 @@ export default { } ], "max": [ - 2821 + 2864 ], "min": [ - 2822 + 2865 ], "__typename": [ 85 @@ -48055,34 +48631,34 @@ export default { }, "map_pools_bool_exp": { "_and": [ - 2818 + 2861 ], "_not": [ - 2818 + 2861 ], "_or": [ - 2818 + 2861 ], "e_type": [ - 1098 + 1099 ], "enabled": [ 7 ], "id": [ - 6367 + 6505 ], "maps": [ - 7034 + 7172 ], "maps_aggregate": [ - 7027 + 7165 ], "seed": [ 7 ], "type": [ - 1101 + 1102 ], "__typename": [ 85 @@ -48091,22 +48667,22 @@ export default { "map_pools_constraint": {}, "map_pools_insert_input": { "e_type": [ - 1106 + 1107 ], "enabled": [ 6 ], "id": [ - 6365 + 6503 ], "maps": [ - 7033 + 7171 ], "seed": [ 6 ], "type": [ - 1100 + 1101 ], "__typename": [ 85 @@ -48114,7 +48690,7 @@ export default { }, "map_pools_max_fields": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -48122,7 +48698,7 @@ export default { }, "map_pools_min_fields": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -48133,7 +48709,7 @@ export default { 41 ], "returning": [ - 2815 + 2858 ], "__typename": [ 85 @@ -48141,10 +48717,10 @@ export default { }, "map_pools_obj_rel_insert_input": { "data": [ - 2820 + 2863 ], "on_conflict": [ - 2825 + 2868 ], "__typename": [ 85 @@ -48152,13 +48728,13 @@ export default { }, "map_pools_on_conflict": { "constraint": [ - 2819 + 2862 ], "update_columns": [ - 2832 + 2875 ], "where": [ - 2818 + 2861 ], "__typename": [ 85 @@ -48166,22 +48742,22 @@ export default { }, "map_pools_order_by": { "e_type": [ - 1108 + 1109 ], "enabled": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "maps_aggregate": [ - 7032 + 7170 ], "seed": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -48189,7 +48765,7 @@ export default { }, "map_pools_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -48201,13 +48777,13 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "seed": [ 6 ], "type": [ - 1100 + 1101 ], "__typename": [ 85 @@ -48215,10 +48791,10 @@ export default { }, "map_pools_stream_cursor_input": { "initial_value": [ - 2831 + 2874 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -48229,13 +48805,13 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "seed": [ 6 ], "type": [ - 1100 + 1101 ], "__typename": [ 85 @@ -48244,10 +48820,10 @@ export default { "map_pools_update_column": {}, "map_pools_updates": { "_set": [ - 2829 + 2872 ], "where": [ - 2818 + 2861 ], "__typename": [ 85 @@ -48258,25 +48834,25 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "e_match_type": [ - 1218 + 1219 ], "enabled": [ 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "match_maps": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -48286,19 +48862,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -48308,19 +48884,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_veto_picks": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -48330,19 +48906,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_veto_picks_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -48352,11 +48928,11 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], @@ -48370,7 +48946,7 @@ export default { 85 ], "type": [ - 1223 + 1224 ], "workshop_map_id": [ 85 @@ -48381,10 +48957,10 @@ export default { }, "maps_aggregate": { "aggregate": [ - 2840 + 2883 ], "nodes": [ - 2834 + 2877 ], "__typename": [ 85 @@ -48392,13 +48968,13 @@ export default { }, "maps_aggregate_bool_exp": { "bool_and": [ - 2837 + 2880 ], "bool_or": [ - 2838 + 2881 ], "count": [ - 2839 + 2882 ], "__typename": [ 85 @@ -48406,13 +48982,13 @@ export default { }, "maps_aggregate_bool_exp_bool_and": { "arguments": [ - 2856 + 2899 ], "distinct": [ 6 ], "filter": [ - 2843 + 2886 ], "predicate": [ 7 @@ -48423,13 +48999,13 @@ export default { }, "maps_aggregate_bool_exp_bool_or": { "arguments": [ - 2857 + 2900 ], "distinct": [ 6 ], "filter": [ - 2843 + 2886 ], "predicate": [ 7 @@ -48440,13 +49016,13 @@ export default { }, "maps_aggregate_bool_exp_count": { "arguments": [ - 2855 + 2898 ], "distinct": [ 6 ], "filter": [ - 2843 + 2886 ], "predicate": [ 42 @@ -48460,7 +49036,7 @@ export default { 41, { "columns": [ - 2855, + 2898, "[maps_select_column!]" ], "distinct": [ @@ -48469,10 +49045,10 @@ export default { } ], "max": [ - 2846 + 2889 ], "min": [ - 2848 + 2891 ], "__typename": [ 85 @@ -48480,13 +49056,13 @@ export default { }, "maps_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 2847 + 2890 ], "min": [ - 2849 + 2892 ], "__typename": [ 85 @@ -48494,10 +49070,10 @@ export default { }, "maps_arr_rel_insert_input": { "data": [ - 2845 + 2888 ], "on_conflict": [ - 2852 + 2895 ], "__typename": [ 85 @@ -48505,43 +49081,43 @@ export default { }, "maps_bool_exp": { "_and": [ - 2843 + 2886 ], "_not": [ - 2843 + 2886 ], "_or": [ - 2843 + 2886 ], "active_pool": [ 7 ], "deleted_at": [ - 5154 + 5197 ], "e_match_type": [ - 1221 + 1222 ], "enabled": [ 7 ], "id": [ - 6367 + 6505 ], "label": [ 87 ], "match_maps": [ - 3167 + 3210 ], "match_maps_aggregate": [ - 3160 + 3203 ], "match_veto_picks": [ - 3139 + 3182 ], "match_veto_picks_aggregate": [ - 3132 + 3175 ], "name": [ 87 @@ -48553,7 +49129,7 @@ export default { 87 ], "type": [ - 1224 + 1225 ], "workshop_map_id": [ 87 @@ -48568,25 +49144,25 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "e_match_type": [ - 1229 + 1230 ], "enabled": [ 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "match_maps": [ - 3164 + 3207 ], "match_veto_picks": [ - 3138 + 3181 ], "name": [ 85 @@ -48598,7 +49174,7 @@ export default { 85 ], "type": [ - 1223 + 1224 ], "workshop_map_id": [ 85 @@ -48609,10 +49185,10 @@ export default { }, "maps_max_fields": { "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 @@ -48635,25 +49211,25 @@ export default { }, "maps_max_order_by": { "deleted_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "patch": [ - 3558 + 3601 ], "poster": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -48661,10 +49237,10 @@ export default { }, "maps_min_fields": { "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "label": [ 85 @@ -48687,25 +49263,25 @@ export default { }, "maps_min_order_by": { "deleted_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "patch": [ - 3558 + 3601 ], "poster": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -48716,7 +49292,7 @@ export default { 41 ], "returning": [ - 2834 + 2877 ], "__typename": [ 85 @@ -48724,10 +49300,10 @@ export default { }, "maps_obj_rel_insert_input": { "data": [ - 2845 + 2888 ], "on_conflict": [ - 2852 + 2895 ], "__typename": [ 85 @@ -48735,13 +49311,13 @@ export default { }, "maps_on_conflict": { "constraint": [ - 2844 + 2887 ], "update_columns": [ - 2861 + 2904 ], "where": [ - 2843 + 2886 ], "__typename": [ 85 @@ -48749,43 +49325,43 @@ export default { }, "maps_order_by": { "active_pool": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "e_match_type": [ - 1231 + 1232 ], "enabled": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "match_maps_aggregate": [ - 3163 + 3206 ], "match_veto_picks_aggregate": [ - 3137 + 3180 ], "name": [ - 3558 + 3601 ], "patch": [ - 3558 + 3601 ], "poster": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -48793,7 +49369,7 @@ export default { }, "maps_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -48807,13 +49383,13 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "enabled": [ 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 @@ -48828,7 +49404,7 @@ export default { 85 ], "type": [ - 1223 + 1224 ], "workshop_map_id": [ 85 @@ -48839,10 +49415,10 @@ export default { }, "maps_stream_cursor_input": { "initial_value": [ - 2860 + 2903 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -48853,13 +49429,13 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "enabled": [ 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 @@ -48874,7 +49450,7 @@ export default { 85 ], "type": [ - 1223 + 1224 ], "workshop_map_id": [ 85 @@ -48886,10 +49462,10 @@ export default { "maps_update_column": {}, "maps_updates": { "_set": [ - 2858 + 2901 ], "where": [ - 2843 + 2886 ], "__typename": [ 85 @@ -48897,7 +49473,7 @@ export default { }, "match_clips": { "created_at": [ - 5153 + 5196 ], "download_url": [ 85 @@ -48909,28 +49485,28 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "kills_count": [ 41 ], "match_map": [ - 3158 + 3201 ], "match_map_demo": [ - 3038 + 3081 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "render_jobs": [ - 342, + 343, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -48940,19 +49516,19 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "render_jobs_aggregate": [ - 343, + 344, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -48962,11 +49538,11 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], @@ -48974,13 +49550,13 @@ export default { 41 ], "size": [ - 310 + 311 ], "target": [ - 4516 + 4559 ], "target_steam_id": [ - 310 + 311 ], "thumbnail_download_url": [ 85 @@ -48992,16 +49568,16 @@ export default { 85 ], "user": [ - 4516 + 4559 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 ], "visibility": [ - 1121 + 1122 ], "__typename": [ 85 @@ -49009,10 +49585,10 @@ export default { }, "match_clips_aggregate": { "aggregate": [ - 2867 + 2910 ], "nodes": [ - 2863 + 2906 ], "__typename": [ 85 @@ -49020,7 +49596,7 @@ export default { }, "match_clips_aggregate_bool_exp": { "count": [ - 2866 + 2909 ], "__typename": [ 85 @@ -49028,13 +49604,13 @@ export default { }, "match_clips_aggregate_bool_exp_count": { "arguments": [ - 2885 + 2928 ], "distinct": [ 6 ], "filter": [ - 2872 + 2915 ], "predicate": [ 42 @@ -49045,13 +49621,13 @@ export default { }, "match_clips_aggregate_fields": { "avg": [ - 2870 + 2913 ], "count": [ 41, { "columns": [ - 2885, + 2928, "[match_clips_select_column!]" ], "distinct": [ @@ -49060,31 +49636,31 @@ export default { } ], "max": [ - 2876 + 2919 ], "min": [ - 2878 + 2921 ], "stddev": [ - 2887 + 2930 ], "stddev_pop": [ - 2889 + 2932 ], "stddev_samp": [ - 2891 + 2934 ], "sum": [ - 2895 + 2938 ], "var_pop": [ - 2899 + 2942 ], "var_samp": [ - 2901 + 2944 ], "variance": [ - 2903 + 2946 ], "__typename": [ 85 @@ -49092,37 +49668,37 @@ export default { }, "match_clips_aggregate_order_by": { "avg": [ - 2871 + 2914 ], "count": [ - 3558 + 3601 ], "max": [ - 2877 + 2920 ], "min": [ - 2879 + 2922 ], "stddev": [ - 2888 + 2931 ], "stddev_pop": [ - 2890 + 2933 ], "stddev_samp": [ - 2892 + 2935 ], "sum": [ - 2896 + 2939 ], "var_pop": [ - 2900 + 2943 ], "var_samp": [ - 2902 + 2945 ], "variance": [ - 2904 + 2947 ], "__typename": [ 85 @@ -49130,10 +49706,10 @@ export default { }, "match_clips_arr_rel_insert_input": { "data": [ - 2875 + 2918 ], "on_conflict": [ - 2882 + 2925 ], "__typename": [ 85 @@ -49167,25 +49743,25 @@ export default { }, "match_clips_avg_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49193,16 +49769,16 @@ export default { }, "match_clips_bool_exp": { "_and": [ - 2872 + 2915 ], "_not": [ - 2872 + 2915 ], "_or": [ - 2872 + 2915 ], "created_at": [ - 5154 + 5197 ], "download_url": [ 87 @@ -49214,40 +49790,40 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "kills_count": [ 42 ], "match_map": [ - 3167 + 3210 ], "match_map_demo": [ - 3050 + 3093 ], "match_map_demo_id": [ - 6367 + 6505 ], "match_map_id": [ - 6367 + 6505 ], "render_jobs": [ - 354 + 355 ], "render_jobs_aggregate": [ - 344 + 345 ], "round": [ 42 ], "size": [ - 312 + 313 ], "target": [ - 4520 + 4563 ], "target_steam_id": [ - 312 + 313 ], "thumbnail_download_url": [ 87 @@ -49259,16 +49835,16 @@ export default { 87 ], "user": [ - 4520 + 4563 ], "user_steam_id": [ - 312 + 313 ], "views_count": [ 42 ], "visibility": [ - 1122 + 1123 ], "__typename": [ 85 @@ -49286,13 +49862,13 @@ export default { 41 ], "size": [ - 310 + 311 ], "target_steam_id": [ - 310 + 311 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 @@ -49303,7 +49879,7 @@ export default { }, "match_clips_insert_input": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -49312,37 +49888,37 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "kills_count": [ 41 ], "match_map": [ - 3176 + 3219 ], "match_map_demo": [ - 3062 + 3105 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "render_jobs": [ - 351 + 352 ], "round": [ 41 ], "size": [ - 310 + 311 ], "target": [ - 4527 + 4570 ], "target_steam_id": [ - 310 + 311 ], "thumbnail_url": [ 85 @@ -49351,16 +49927,16 @@ export default { 85 ], "user": [ - 4527 + 4570 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 ], "visibility": [ - 1121 + 1122 ], "__typename": [ 85 @@ -49368,7 +49944,7 @@ export default { }, "match_clips_max_fields": { "created_at": [ - 5153 + 5196 ], "download_url": [ 85 @@ -49380,25 +49956,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "size": [ - 310 + 311 ], "target_steam_id": [ - 310 + 311 ], "thumbnail_download_url": [ 85 @@ -49410,7 +49986,7 @@ export default { 85 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 @@ -49421,46 +49997,46 @@ export default { }, "match_clips_max_order_by": { "created_at": [ - 3558 + 3601 ], "duration_ms": [ - 3558 + 3601 ], "file": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "thumbnail_url": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49468,7 +50044,7 @@ export default { }, "match_clips_min_fields": { "created_at": [ - 5153 + 5196 ], "download_url": [ 85 @@ -49480,25 +50056,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "size": [ - 310 + 311 ], "target_steam_id": [ - 310 + 311 ], "thumbnail_download_url": [ 85 @@ -49510,7 +50086,7 @@ export default { 85 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 @@ -49521,46 +50097,46 @@ export default { }, "match_clips_min_order_by": { "created_at": [ - 3558 + 3601 ], "duration_ms": [ - 3558 + 3601 ], "file": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "thumbnail_url": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49571,7 +50147,7 @@ export default { 41 ], "returning": [ - 2863 + 2906 ], "__typename": [ 85 @@ -49579,10 +50155,10 @@ export default { }, "match_clips_obj_rel_insert_input": { "data": [ - 2875 + 2918 ], "on_conflict": [ - 2882 + 2925 ], "__typename": [ 85 @@ -49590,13 +50166,13 @@ export default { }, "match_clips_on_conflict": { "constraint": [ - 2873 + 2916 ], "update_columns": [ - 2897 + 2940 ], "where": [ - 2872 + 2915 ], "__typename": [ 85 @@ -49604,70 +50180,70 @@ export default { }, "match_clips_order_by": { "created_at": [ - 3558 + 3601 ], "download_url": [ - 3558 + 3601 ], "duration_ms": [ - 3558 + 3601 ], "file": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_demo": [ - 3064 + 3107 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "render_jobs_aggregate": [ - 349 + 350 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target": [ - 4529 + 4572 ], "target_steam_id": [ - 3558 + 3601 ], "thumbnail_download_url": [ - 3558 + 3601 ], "thumbnail_url": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "user": [ - 4529 + 4572 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "visibility": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49675,7 +50251,7 @@ export default { }, "match_clips_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -49684,7 +50260,7 @@ export default { "match_clips_select_column": {}, "match_clips_set_input": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -49693,25 +50269,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "size": [ - 310 + 311 ], "target_steam_id": [ - 310 + 311 ], "thumbnail_url": [ 85 @@ -49720,13 +50296,13 @@ export default { 85 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 ], "visibility": [ - 1121 + 1122 ], "__typename": [ 85 @@ -49760,25 +50336,25 @@ export default { }, "match_clips_stddev_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49812,25 +50388,25 @@ export default { }, "match_clips_stddev_pop_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49864,25 +50440,25 @@ export default { }, "match_clips_stddev_samp_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -49890,10 +50466,10 @@ export default { }, "match_clips_stream_cursor_input": { "initial_value": [ - 2894 + 2937 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -49901,7 +50477,7 @@ export default { }, "match_clips_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -49910,25 +50486,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "size": [ - 310 + 311 ], "target_steam_id": [ - 310 + 311 ], "thumbnail_url": [ 85 @@ -49937,13 +50513,13 @@ export default { 85 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 ], "visibility": [ - 1121 + 1122 ], "__typename": [ 85 @@ -49960,13 +50536,13 @@ export default { 41 ], "size": [ - 310 + 311 ], "target_steam_id": [ - 310 + 311 ], "user_steam_id": [ - 310 + 311 ], "views_count": [ 41 @@ -49977,25 +50553,25 @@ export default { }, "match_clips_sum_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50004,13 +50580,13 @@ export default { "match_clips_update_column": {}, "match_clips_updates": { "_inc": [ - 2874 + 2917 ], "_set": [ - 2886 + 2929 ], "where": [ - 2872 + 2915 ], "__typename": [ 85 @@ -50044,25 +50620,25 @@ export default { }, "match_clips_var_pop_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50096,25 +50672,25 @@ export default { }, "match_clips_var_samp_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50148,25 +50724,25 @@ export default { }, "match_clips_variance_order_by": { "duration_ms": [ - 3558 + 3601 ], "kills_count": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "target_steam_id": [ - 3558 + 3601 ], "user_steam_id": [ - 3558 + 3601 ], "views_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50174,52 +50750,52 @@ export default { }, "match_demo_sessions": { "created_at": [ - 5153 + 5196 ], "error_message": [ 85 ], "game_server_node": [ - 2225 + 2267 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5153 + 5196 ], "last_status_at": [ - 5153 + 5196 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_demo": [ - 3038 + 3081 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "status": [ 85 ], "status_history": [ - 2349, + 2392, { "path": [ 85 @@ -50230,10 +50806,10 @@ export default { 85 ], "watcher": [ - 4516 + 4559 ], "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50241,10 +50817,10 @@ export default { }, "match_demo_sessions_aggregate": { "aggregate": [ - 2909 + 2952 ], "nodes": [ - 2905 + 2948 ], "__typename": [ 85 @@ -50252,7 +50828,7 @@ export default { }, "match_demo_sessions_aggregate_bool_exp": { "count": [ - 2908 + 2951 ], "__typename": [ 85 @@ -50260,13 +50836,13 @@ export default { }, "match_demo_sessions_aggregate_bool_exp_count": { "arguments": [ - 2931 + 2974 ], "distinct": [ 6 ], "filter": [ - 2915 + 2958 ], "predicate": [ 42 @@ -50277,13 +50853,13 @@ export default { }, "match_demo_sessions_aggregate_fields": { "avg": [ - 2913 + 2956 ], "count": [ 41, { "columns": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "distinct": [ @@ -50292,31 +50868,31 @@ export default { } ], "max": [ - 2922 + 2965 ], "min": [ - 2924 + 2967 ], "stddev": [ - 2933 + 2976 ], "stddev_pop": [ - 2935 + 2978 ], "stddev_samp": [ - 2937 + 2980 ], "sum": [ - 2941 + 2984 ], "var_pop": [ - 2945 + 2988 ], "var_samp": [ - 2947 + 2990 ], "variance": [ - 2949 + 2992 ], "__typename": [ 85 @@ -50324,37 +50900,37 @@ export default { }, "match_demo_sessions_aggregate_order_by": { "avg": [ - 2914 + 2957 ], "count": [ - 3558 + 3601 ], "max": [ - 2923 + 2966 ], "min": [ - 2925 + 2968 ], "stddev": [ - 2934 + 2977 ], "stddev_pop": [ - 2936 + 2979 ], "stddev_samp": [ - 2938 + 2981 ], "sum": [ - 2942 + 2985 ], "var_pop": [ - 2946 + 2989 ], "var_samp": [ - 2948 + 2991 ], "variance": [ - 2950 + 2993 ], "__typename": [ 85 @@ -50362,7 +50938,7 @@ export default { }, "match_demo_sessions_append_input": { "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -50370,10 +50946,10 @@ export default { }, "match_demo_sessions_arr_rel_insert_input": { "data": [ - 2921 + 2964 ], "on_conflict": [ - 2927 + 2970 ], "__typename": [ 85 @@ -50389,7 +50965,7 @@ export default { }, "match_demo_sessions_avg_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50397,70 +50973,70 @@ export default { }, "match_demo_sessions_bool_exp": { "_and": [ - 2915 + 2958 ], "_not": [ - 2915 + 2958 ], "_or": [ - 2915 + 2958 ], "created_at": [ - 5154 + 5197 ], "error_message": [ 87 ], "game_server_node": [ - 2237 + 2279 ], "game_server_node_id": [ 87 ], "id": [ - 6367 + 6505 ], "k8s_job_name": [ 87 ], "last_activity_at": [ - 5154 + 5197 ], "last_status_at": [ - 5154 + 5197 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_demo": [ - 3050 + 3093 ], "match_map_demo_id": [ - 6367 + 6505 ], "match_map_id": [ - 6367 + 6505 ], "status": [ 87 ], "status_history": [ - 2351 + 2394 ], "stream_url": [ 87 ], "watcher": [ - 4520 + 4563 ], "watcher_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -50493,7 +51069,7 @@ export default { }, "match_demo_sessions_inc_input": { "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50501,61 +51077,61 @@ export default { }, "match_demo_sessions_insert_input": { "created_at": [ - 5153 + 5196 ], "error_message": [ 85 ], "game_server_node": [ - 2249 + 2291 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5153 + 5196 ], "last_status_at": [ - 5153 + 5196 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_demo": [ - 3062 + 3105 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "stream_url": [ 85 ], "watcher": [ - 4527 + 4570 ], "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50563,7 +51139,7 @@ export default { }, "match_demo_sessions_max_fields": { "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -50572,25 +51148,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5153 + 5196 ], "last_status_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "status": [ 85 @@ -50599,7 +51175,7 @@ export default { 85 ], "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50607,43 +51183,43 @@ export default { }, "match_demo_sessions_max_order_by": { "created_at": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_activity_at": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "stream_url": [ - 3558 + 3601 ], "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50651,7 +51227,7 @@ export default { }, "match_demo_sessions_min_fields": { "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -50660,25 +51236,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5153 + 5196 ], "last_status_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "status": [ 85 @@ -50687,7 +51263,7 @@ export default { 85 ], "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50695,43 +51271,43 @@ export default { }, "match_demo_sessions_min_order_by": { "created_at": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_activity_at": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "stream_url": [ - 3558 + 3601 ], "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50742,7 +51318,7 @@ export default { 41 ], "returning": [ - 2905 + 2948 ], "__typename": [ 85 @@ -50750,13 +51326,13 @@ export default { }, "match_demo_sessions_on_conflict": { "constraint": [ - 2916 + 2959 ], "update_columns": [ - 2943 + 2986 ], "where": [ - 2915 + 2958 ], "__typename": [ 85 @@ -50764,61 +51340,61 @@ export default { }, "match_demo_sessions_order_by": { "created_at": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node": [ - 2251 + 2293 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_activity_at": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_demo": [ - 3064 + 3107 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "status_history": [ - 3558 + 3601 ], "stream_url": [ - 3558 + 3601 ], "watcher": [ - 4529 + 4572 ], "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50826,7 +51402,7 @@ export default { }, "match_demo_sessions_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -50834,7 +51410,7 @@ export default { }, "match_demo_sessions_prepend_input": { "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -50843,7 +51419,7 @@ export default { "match_demo_sessions_select_column": {}, "match_demo_sessions_set_input": { "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -50852,37 +51428,37 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5153 + 5196 ], "last_status_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "stream_url": [ 85 ], "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50898,7 +51474,7 @@ export default { }, "match_demo_sessions_stddev_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50914,7 +51490,7 @@ export default { }, "match_demo_sessions_stddev_pop_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50930,7 +51506,7 @@ export default { }, "match_demo_sessions_stddev_samp_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -50938,10 +51514,10 @@ export default { }, "match_demo_sessions_stream_cursor_input": { "initial_value": [ - 2940 + 2983 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -50949,7 +51525,7 @@ export default { }, "match_demo_sessions_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "error_message": [ 85 @@ -50958,37 +51534,37 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5153 + 5196 ], "last_status_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "stream_url": [ 85 ], "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -50996,7 +51572,7 @@ export default { }, "match_demo_sessions_sum_fields": { "watcher_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51004,7 +51580,7 @@ export default { }, "match_demo_sessions_sum_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51013,28 +51589,28 @@ export default { "match_demo_sessions_update_column": {}, "match_demo_sessions_updates": { "_append": [ - 2911 + 2954 ], "_delete_at_path": [ - 2917 + 2960 ], "_delete_elem": [ - 2918 + 2961 ], "_delete_key": [ - 2919 + 2962 ], "_inc": [ - 2920 + 2963 ], "_prepend": [ - 2930 + 2973 ], "_set": [ - 2932 + 2975 ], "where": [ - 2915 + 2958 ], "__typename": [ 85 @@ -51050,7 +51626,7 @@ export default { }, "match_demo_sessions_var_pop_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51066,7 +51642,7 @@ export default { }, "match_demo_sessions_var_samp_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51082,7 +51658,7 @@ export default { }, "match_demo_sessions_variance_order_by": { "watcher_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51099,31 +51675,31 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_connected": [ 6 ], "lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "party_id": [ - 6365 + 6503 ], "party_source": [ - 1182 + 1183 ], "placeholder_name": [ 85 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51131,10 +51707,10 @@ export default { }, "match_lineup_players_aggregate": { "aggregate": [ - 2957 + 3000 ], "nodes": [ - 2951 + 2994 ], "__typename": [ 85 @@ -51142,13 +51718,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp": { "bool_and": [ - 2954 + 2997 ], "bool_or": [ - 2955 + 2998 ], "count": [ - 2956 + 2999 ], "__typename": [ 85 @@ -51156,13 +51732,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_bool_and": { "arguments": [ - 2975 + 3018 ], "distinct": [ 6 ], "filter": [ - 2962 + 3005 ], "predicate": [ 7 @@ -51173,13 +51749,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_bool_or": { "arguments": [ - 2976 + 3019 ], "distinct": [ 6 ], "filter": [ - 2962 + 3005 ], "predicate": [ 7 @@ -51190,13 +51766,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_count": { "arguments": [ - 2974 + 3017 ], "distinct": [ 6 ], "filter": [ - 2962 + 3005 ], "predicate": [ 42 @@ -51207,13 +51783,13 @@ export default { }, "match_lineup_players_aggregate_fields": { "avg": [ - 2960 + 3003 ], "count": [ 41, { "columns": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "distinct": [ @@ -51222,31 +51798,31 @@ export default { } ], "max": [ - 2966 + 3009 ], "min": [ - 2968 + 3011 ], "stddev": [ - 2978 + 3021 ], "stddev_pop": [ - 2980 + 3023 ], "stddev_samp": [ - 2982 + 3025 ], "sum": [ - 2986 + 3029 ], "var_pop": [ - 2990 + 3033 ], "var_samp": [ - 2992 + 3035 ], "variance": [ - 2994 + 3037 ], "__typename": [ 85 @@ -51254,37 +51830,37 @@ export default { }, "match_lineup_players_aggregate_order_by": { "avg": [ - 2961 + 3004 ], "count": [ - 3558 + 3601 ], "max": [ - 2967 + 3010 ], "min": [ - 2969 + 3012 ], "stddev": [ - 2979 + 3022 ], "stddev_pop": [ - 2981 + 3024 ], "stddev_samp": [ - 2983 + 3026 ], "sum": [ - 2987 + 3030 ], "var_pop": [ - 2991 + 3034 ], "var_samp": [ - 2993 + 3036 ], "variance": [ - 2995 + 3038 ], "__typename": [ 85 @@ -51292,10 +51868,10 @@ export default { }, "match_lineup_players_arr_rel_insert_input": { "data": [ - 2965 + 3008 ], "on_conflict": [ - 2971 + 3014 ], "__typename": [ 85 @@ -51311,7 +51887,7 @@ export default { }, "match_lineup_players_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51319,13 +51895,13 @@ export default { }, "match_lineup_players_bool_exp": { "_and": [ - 2962 + 3005 ], "_not": [ - 2962 + 3005 ], "_or": [ - 2962 + 3005 ], "captain": [ 7 @@ -51337,31 +51913,31 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "is_connected": [ 7 ], "lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "party_id": [ - 6367 + 6505 ], "party_source": [ - 1183 + 1184 ], "placeholder_name": [ 87 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -51370,7 +51946,7 @@ export default { "match_lineup_players_constraint": {}, "match_lineup_players_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51387,31 +51963,31 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_connected": [ 6 ], "lineup": [ - 3014 + 3057 ], "match_lineup_id": [ - 6365 + 6503 ], "party_id": [ - 6365 + 6503 ], "party_source": [ - 1182 + 1183 ], "placeholder_name": [ 85 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51422,19 +51998,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "party_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51442,22 +52018,22 @@ export default { }, "match_lineup_players_max_order_by": { "discord_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "party_id": [ - 3558 + 3601 ], "placeholder_name": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51468,19 +52044,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "party_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51488,22 +52064,22 @@ export default { }, "match_lineup_players_min_order_by": { "discord_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "party_id": [ - 3558 + 3601 ], "placeholder_name": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51514,7 +52090,7 @@ export default { 41 ], "returning": [ - 2951 + 2994 ], "__typename": [ 85 @@ -51522,13 +52098,13 @@ export default { }, "match_lineup_players_on_conflict": { "constraint": [ - 2963 + 3006 ], "update_columns": [ - 2988 + 3031 ], "where": [ - 2962 + 3005 ], "__typename": [ 85 @@ -51536,40 +52112,40 @@ export default { }, "match_lineup_players_order_by": { "captain": [ - 3558 + 3601 ], "checked_in": [ - 3558 + 3601 ], "discord_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_connected": [ - 3558 + 3601 ], "lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "party_id": [ - 3558 + 3601 ], "party_source": [ - 3558 + 3601 ], "placeholder_name": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51577,7 +52153,7 @@ export default { }, "match_lineup_players_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -51597,25 +52173,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_connected": [ 6 ], "match_lineup_id": [ - 6365 + 6503 ], "party_id": [ - 6365 + 6503 ], "party_source": [ - 1182 + 1183 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51631,7 +52207,7 @@ export default { }, "match_lineup_players_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51647,7 +52223,7 @@ export default { }, "match_lineup_players_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51663,7 +52239,7 @@ export default { }, "match_lineup_players_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51671,10 +52247,10 @@ export default { }, "match_lineup_players_stream_cursor_input": { "initial_value": [ - 2985 + 3028 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -51691,25 +52267,25 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_connected": [ 6 ], "match_lineup_id": [ - 6365 + 6503 ], "party_id": [ - 6365 + 6503 ], "party_source": [ - 1182 + 1183 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51717,7 +52293,7 @@ export default { }, "match_lineup_players_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -51725,7 +52301,7 @@ export default { }, "match_lineup_players_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51734,13 +52310,13 @@ export default { "match_lineup_players_update_column": {}, "match_lineup_players_updates": { "_inc": [ - 2964 + 3007 ], "_set": [ - 2977 + 3020 ], "where": [ - 2962 + 3005 ], "__typename": [ 85 @@ -51756,7 +52332,7 @@ export default { }, "match_lineup_players_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51772,7 +52348,7 @@ export default { }, "match_lineup_players_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51788,7 +52364,7 @@ export default { }, "match_lineup_players_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -51805,16 +52381,16 @@ export default { 6 ], "captain": [ - 6521 + 6659 ], "coach": [ - 4516 + 4559 ], "coach_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "is_on_lineup": [ 6 @@ -51829,10 +52405,10 @@ export default { 6 ], "lineup_players": [ - 2951, + 2994, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -51842,19 +52418,19 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "lineup_players_aggregate": [ - 2952, + 2995, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -51864,25 +52440,25 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_veto_picks": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -51892,19 +52468,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_veto_picks_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -51914,11 +52490,11 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], @@ -51926,10 +52502,10 @@ export default { 85 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "team_name": [ 85 @@ -51940,10 +52516,10 @@ export default { }, "match_lineups_aggregate": { "aggregate": [ - 3000 + 3043 ], "nodes": [ - 2996 + 3039 ], "__typename": [ 85 @@ -51951,7 +52527,7 @@ export default { }, "match_lineups_aggregate_bool_exp": { "count": [ - 2999 + 3042 ], "__typename": [ 85 @@ -51959,13 +52535,13 @@ export default { }, "match_lineups_aggregate_bool_exp_count": { "arguments": [ - 3018 + 3061 ], "distinct": [ 6 ], "filter": [ - 3005 + 3048 ], "predicate": [ 42 @@ -51976,13 +52552,13 @@ export default { }, "match_lineups_aggregate_fields": { "avg": [ - 3003 + 3046 ], "count": [ 41, { "columns": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "distinct": [ @@ -51991,31 +52567,31 @@ export default { } ], "max": [ - 3009 + 3052 ], "min": [ - 3011 + 3054 ], "stddev": [ - 3020 + 3063 ], "stddev_pop": [ - 3022 + 3065 ], "stddev_samp": [ - 3024 + 3067 ], "sum": [ - 3028 + 3071 ], "var_pop": [ - 3032 + 3075 ], "var_samp": [ - 3034 + 3077 ], "variance": [ - 3036 + 3079 ], "__typename": [ 85 @@ -52023,37 +52599,37 @@ export default { }, "match_lineups_aggregate_order_by": { "avg": [ - 3004 + 3047 ], "count": [ - 3558 + 3601 ], "max": [ - 3010 + 3053 ], "min": [ - 3012 + 3055 ], "stddev": [ - 3021 + 3064 ], "stddev_pop": [ - 3023 + 3066 ], "stddev_samp": [ - 3025 + 3068 ], "sum": [ - 3029 + 3072 ], "var_pop": [ - 3033 + 3076 ], "var_samp": [ - 3035 + 3078 ], "variance": [ - 3037 + 3080 ], "__typename": [ 85 @@ -52061,10 +52637,10 @@ export default { }, "match_lineups_arr_rel_insert_input": { "data": [ - 3008 + 3051 ], "on_conflict": [ - 3015 + 3058 ], "__typename": [ 85 @@ -52080,7 +52656,7 @@ export default { }, "match_lineups_avg_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52088,13 +52664,13 @@ export default { }, "match_lineups_bool_exp": { "_and": [ - 3005 + 3048 ], "_not": [ - 3005 + 3048 ], "_or": [ - 3005 + 3048 ], "can_pick_map_veto": [ 7 @@ -52106,16 +52682,16 @@ export default { 7 ], "captain": [ - 6525 + 6663 ], "coach": [ - 4520 + 4563 ], "coach_steam_id": [ - 312 + 313 ], "id": [ - 6367 + 6505 ], "is_on_lineup": [ 7 @@ -52130,31 +52706,31 @@ export default { 7 ], "lineup_players": [ - 2962 + 3005 ], "lineup_players_aggregate": [ - 2953 + 2996 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_veto_picks": [ - 3139 + 3182 ], "match_veto_picks_aggregate": [ - 3132 + 3175 ], "name": [ 87 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "team_name": [ 87 @@ -52166,7 +52742,7 @@ export default { "match_lineups_constraint": {}, "match_lineups_inc_input": { "coach_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -52174,34 +52750,34 @@ export default { }, "match_lineups_insert_input": { "captain": [ - 6531 + 6669 ], "coach": [ - 4527 + 4570 ], "coach_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "lineup_players": [ - 2959 + 3002 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_veto_picks": [ - 3138 + 3181 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "team_name": [ 85 @@ -52212,19 +52788,19 @@ export default { }, "match_lineups_max_fields": { "coach_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "name": [ 85 ], "team_id": [ - 6365 + 6503 ], "team_name": [ 85 @@ -52235,19 +52811,19 @@ export default { }, "match_lineups_max_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "team_name": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52255,19 +52831,19 @@ export default { }, "match_lineups_min_fields": { "coach_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "name": [ 85 ], "team_id": [ - 6365 + 6503 ], "team_name": [ 85 @@ -52278,19 +52854,19 @@ export default { }, "match_lineups_min_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "team_name": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52301,7 +52877,7 @@ export default { 41 ], "returning": [ - 2996 + 3039 ], "__typename": [ 85 @@ -52309,10 +52885,10 @@ export default { }, "match_lineups_obj_rel_insert_input": { "data": [ - 3008 + 3051 ], "on_conflict": [ - 3015 + 3058 ], "__typename": [ 85 @@ -52320,13 +52896,13 @@ export default { }, "match_lineups_on_conflict": { "constraint": [ - 3006 + 3049 ], "update_columns": [ - 3030 + 3073 ], "where": [ - 3005 + 3048 ], "__typename": [ 85 @@ -52334,61 +52910,61 @@ export default { }, "match_lineups_order_by": { "can_pick_map_veto": [ - 3558 + 3601 ], "can_pick_region_veto": [ - 3558 + 3601 ], "can_update_lineup": [ - 3558 + 3601 ], "captain": [ - 6532 + 6670 ], "coach": [ - 4529 + 4572 ], "coach_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_on_lineup": [ - 3558 + 3601 ], "is_picking_map_veto": [ - 3558 + 3601 ], "is_picking_region_veto": [ - 3558 + 3601 ], "is_ready": [ - 3558 + 3601 ], "lineup_players_aggregate": [ - 2958 + 3001 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_veto_picks_aggregate": [ - 3137 + 3180 ], "name": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "team_name": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52396,7 +52972,7 @@ export default { }, "match_lineups_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -52405,16 +52981,16 @@ export default { "match_lineups_select_column": {}, "match_lineups_set_input": { "coach_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "team_name": [ 85 @@ -52433,7 +53009,7 @@ export default { }, "match_lineups_stddev_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52449,7 +53025,7 @@ export default { }, "match_lineups_stddev_pop_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52465,7 +53041,7 @@ export default { }, "match_lineups_stddev_samp_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52473,10 +53049,10 @@ export default { }, "match_lineups_stream_cursor_input": { "initial_value": [ - 3027 + 3070 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -52484,16 +53060,16 @@ export default { }, "match_lineups_stream_cursor_value_input": { "coach_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "team_name": [ 85 @@ -52504,7 +53080,7 @@ export default { }, "match_lineups_sum_fields": { "coach_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -52512,7 +53088,7 @@ export default { }, "match_lineups_sum_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52521,13 +53097,13 @@ export default { "match_lineups_update_column": {}, "match_lineups_updates": { "_inc": [ - 3007 + 3050 ], "_set": [ - 3019 + 3062 ], "where": [ - 3005 + 3048 ], "__typename": [ 85 @@ -52543,7 +53119,7 @@ export default { }, "match_lineups_var_pop_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52559,7 +53135,7 @@ export default { }, "match_lineups_var_samp_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52575,7 +53151,7 @@ export default { }, "match_lineups_variance_order_by": { "coach_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -52583,7 +53159,7 @@ export default { }, "match_map_demos": { "bombs": [ - 2349, + 2392, { "path": [ 85 @@ -52591,10 +53167,10 @@ export default { } ], "clip_render_jobs": [ - 342, + 343, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -52604,19 +53180,19 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "clip_render_jobs_aggregate": [ - 343, + 344, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -52626,25 +53202,25 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "created_at": [ - 5153 + 5196 ], "cs2_build": [ 85 ], "demo_sessions": [ - 2905, + 2948, { "distinct_on": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -52654,19 +53230,19 @@ export default { 41 ], "order_by": [ - 2928, + 2971, "[match_demo_sessions_order_by!]" ], "where": [ - 2915 + 2958 ] } ], "demo_sessions_aggregate": [ - 2906, + 2949, { "distinct_on": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -52676,11 +53252,11 @@ export default { 41 ], "order_by": [ - 2928, + 2971, "[match_demo_sessions_order_by!]" ], "where": [ - 2915 + 2958 ] } ], @@ -52697,10 +53273,10 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "kills": [ - 2349, + 2392, { "path": [ 85 @@ -52711,13 +53287,13 @@ export default { 85 ], "match": [ - 3342 + 3385 ], "match_clips": [ - 2863, + 2906, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -52727,19 +53303,19 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_aggregate": [ - 2864, + 2907, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -52749,25 +53325,25 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "metadata_parsed_at": [ - 5153 + 5196 ], "parser_version": [ 41 @@ -52785,7 +53361,7 @@ export default { 41 ], "players": [ - 2349, + 2392, { "path": [ 85 @@ -52793,7 +53369,7 @@ export default { } ], "round_ticks": [ - 2349, + 2392, { "path": [ 85 @@ -52818,10 +53394,10 @@ export default { }, "match_map_demos_aggregate": { "aggregate": [ - 3044 + 3087 ], "nodes": [ - 3038 + 3081 ], "__typename": [ 85 @@ -52829,13 +53405,13 @@ export default { }, "match_map_demos_aggregate_bool_exp": { "bool_and": [ - 3041 + 3084 ], "bool_or": [ - 3042 + 3085 ], "count": [ - 3043 + 3086 ], "__typename": [ 85 @@ -52843,13 +53419,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_bool_and": { "arguments": [ - 3068 + 3111 ], "distinct": [ 6 ], "filter": [ - 3050 + 3093 ], "predicate": [ 7 @@ -52860,13 +53436,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_bool_or": { "arguments": [ - 3069 + 3112 ], "distinct": [ 6 ], "filter": [ - 3050 + 3093 ], "predicate": [ 7 @@ -52877,13 +53453,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_count": { "arguments": [ - 3067 + 3110 ], "distinct": [ 6 ], "filter": [ - 3050 + 3093 ], "predicate": [ 42 @@ -52894,13 +53470,13 @@ export default { }, "match_map_demos_aggregate_fields": { "avg": [ - 3048 + 3091 ], "count": [ 41, { "columns": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "distinct": [ @@ -52909,31 +53485,31 @@ export default { } ], "max": [ - 3057 + 3100 ], "min": [ - 3059 + 3102 ], "stddev": [ - 3071 + 3114 ], "stddev_pop": [ - 3073 + 3116 ], "stddev_samp": [ - 3075 + 3118 ], "sum": [ - 3079 + 3122 ], "var_pop": [ - 3083 + 3126 ], "var_samp": [ - 3085 + 3128 ], "variance": [ - 3087 + 3130 ], "__typename": [ 85 @@ -52941,37 +53517,37 @@ export default { }, "match_map_demos_aggregate_order_by": { "avg": [ - 3049 + 3092 ], "count": [ - 3558 + 3601 ], "max": [ - 3058 + 3101 ], "min": [ - 3060 + 3103 ], "stddev": [ - 3072 + 3115 ], "stddev_pop": [ - 3074 + 3117 ], "stddev_samp": [ - 3076 + 3119 ], "sum": [ - 3080 + 3123 ], "var_pop": [ - 3084 + 3127 ], "var_samp": [ - 3086 + 3129 ], "variance": [ - 3088 + 3131 ], "__typename": [ 85 @@ -52979,16 +53555,16 @@ export default { }, "match_map_demos_append_input": { "bombs": [ - 2349 + 2392 ], "kills": [ - 2349 + 2392 ], "players": [ - 2349 + 2392 ], "round_ticks": [ - 2349 + 2392 ], "__typename": [ 85 @@ -52996,10 +53572,10 @@ export default { }, "match_map_demos_arr_rel_insert_input": { "data": [ - 3056 + 3099 ], "on_conflict": [ - 3063 + 3106 ], "__typename": [ 85 @@ -53033,25 +53609,25 @@ export default { }, "match_map_demos_avg_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53059,34 +53635,34 @@ export default { }, "match_map_demos_bool_exp": { "_and": [ - 3050 + 3093 ], "_not": [ - 3050 + 3093 ], "_or": [ - 3050 + 3093 ], "bombs": [ - 2351 + 2394 ], "clip_render_jobs": [ - 354 + 355 ], "clip_render_jobs_aggregate": [ - 344 + 345 ], "created_at": [ - 5154 + 5197 ], "cs2_build": [ 87 ], "demo_sessions": [ - 2915 + 2958 ], "demo_sessions_aggregate": [ - 2907 + 2950 ], "download_url": [ 87 @@ -53101,34 +53677,34 @@ export default { 7 ], "id": [ - 6367 + 6505 ], "kills": [ - 2351 + 2394 ], "map_name": [ 87 ], "match": [ - 3353 + 3396 ], "match_clips": [ - 2872 + 2915 ], "match_clips_aggregate": [ - 2865 + 2908 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "metadata_parsed_at": [ - 5154 + 5197 ], "parser_version": [ 42 @@ -53146,10 +53722,10 @@ export default { 42 ], "players": [ - 2351 + 2394 ], "round_ticks": [ - 2351 + 2394 ], "size": [ 42 @@ -53244,19 +53820,19 @@ export default { }, "match_map_demos_insert_input": { "bombs": [ - 2349 + 2392 ], "clip_render_jobs": [ - 351 + 352 ], "created_at": [ - 5153 + 5196 ], "cs2_build": [ 85 ], "demo_sessions": [ - 2912 + 2955 ], "file": [ 85 @@ -53265,31 +53841,31 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "kills": [ - 2349 + 2392 ], "map_name": [ 85 ], "match": [ - 3362 + 3405 ], "match_clips": [ - 2869 + 2912 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "metadata_parsed_at": [ - 5153 + 5196 ], "parser_version": [ 41 @@ -53304,10 +53880,10 @@ export default { 41 ], "players": [ - 2349 + 2392 ], "round_ticks": [ - 2349 + 2392 ], "size": [ 41 @@ -53327,7 +53903,7 @@ export default { }, "match_map_demos_max_fields": { "created_at": [ - 5153 + 5196 ], "cs2_build": [ 85 @@ -53342,19 +53918,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "metadata_parsed_at": [ - 5153 + 5196 ], "parser_version": [ 41 @@ -53389,55 +53965,55 @@ export default { }, "match_map_demos_max_order_by": { "created_at": [ - 3558 + 3601 ], "cs2_build": [ - 3558 + 3601 ], "duration_seconds": [ - 3558 + 3601 ], "file": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "metadata_parsed_at": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_file": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "workshop_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53445,7 +54021,7 @@ export default { }, "match_map_demos_min_fields": { "created_at": [ - 5153 + 5196 ], "cs2_build": [ 85 @@ -53460,19 +54036,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "metadata_parsed_at": [ - 5153 + 5196 ], "parser_version": [ 41 @@ -53507,55 +54083,55 @@ export default { }, "match_map_demos_min_order_by": { "created_at": [ - 3558 + 3601 ], "cs2_build": [ - 3558 + 3601 ], "duration_seconds": [ - 3558 + 3601 ], "file": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "metadata_parsed_at": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_file": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "workshop_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53566,7 +54142,7 @@ export default { 41 ], "returning": [ - 3038 + 3081 ], "__typename": [ 85 @@ -53574,10 +54150,10 @@ export default { }, "match_map_demos_obj_rel_insert_input": { "data": [ - 3056 + 3099 ], "on_conflict": [ - 3063 + 3106 ], "__typename": [ 85 @@ -53585,13 +54161,13 @@ export default { }, "match_map_demos_on_conflict": { "constraint": [ - 3051 + 3094 ], "update_columns": [ - 3081 + 3124 ], "where": [ - 3050 + 3093 ], "__typename": [ 85 @@ -53599,91 +54175,91 @@ export default { }, "match_map_demos_order_by": { "bombs": [ - 3558 + 3601 ], "clip_render_jobs_aggregate": [ - 349 + 350 ], "created_at": [ - 3558 + 3601 ], "cs2_build": [ - 3558 + 3601 ], "demo_sessions_aggregate": [ - 2910 + 2953 ], "download_url": [ - 3558 + 3601 ], "duration_seconds": [ - 3558 + 3601 ], "file": [ - 3558 + 3601 ], "geometry_validated": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_clips_aggregate": [ - 2868 + 2911 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "metadata_parsed_at": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_file": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_url": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "players": [ - 3558 + 3601 ], "round_ticks": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "workshop_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53691,7 +54267,7 @@ export default { }, "match_map_demos_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -53699,16 +54275,16 @@ export default { }, "match_map_demos_prepend_input": { "bombs": [ - 2349 + 2392 ], "kills": [ - 2349 + 2392 ], "players": [ - 2349 + 2392 ], "round_ticks": [ - 2349 + 2392 ], "__typename": [ 85 @@ -53719,10 +54295,10 @@ export default { "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_map_demos_set_input": { "bombs": [ - 2349 + 2392 ], "created_at": [ - 5153 + 5196 ], "cs2_build": [ 85 @@ -53734,22 +54310,22 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "kills": [ - 2349 + 2392 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "metadata_parsed_at": [ - 5153 + 5196 ], "parser_version": [ 41 @@ -53764,10 +54340,10 @@ export default { 41 ], "players": [ - 2349 + 2392 ], "round_ticks": [ - 2349 + 2392 ], "size": [ 41 @@ -53813,25 +54389,25 @@ export default { }, "match_map_demos_stddev_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53865,25 +54441,25 @@ export default { }, "match_map_demos_stddev_pop_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53917,25 +54493,25 @@ export default { }, "match_map_demos_stddev_samp_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -53943,10 +54519,10 @@ export default { }, "match_map_demos_stream_cursor_input": { "initial_value": [ - 3078 + 3121 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -53954,10 +54530,10 @@ export default { }, "match_map_demos_stream_cursor_value_input": { "bombs": [ - 2349 + 2392 ], "created_at": [ - 5153 + 5196 ], "cs2_build": [ 85 @@ -53972,22 +54548,22 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "kills": [ - 2349 + 2392 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "metadata_parsed_at": [ - 5153 + 5196 ], "parser_version": [ 41 @@ -54002,10 +54578,10 @@ export default { 41 ], "players": [ - 2349 + 2392 ], "round_ticks": [ - 2349 + 2392 ], "size": [ 41 @@ -54051,25 +54627,25 @@ export default { }, "match_map_demos_sum_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54078,28 +54654,28 @@ export default { "match_map_demos_update_column": {}, "match_map_demos_updates": { "_append": [ - 3046 + 3089 ], "_delete_at_path": [ - 3052 + 3095 ], "_delete_elem": [ - 3053 + 3096 ], "_delete_key": [ - 3054 + 3097 ], "_inc": [ - 3055 + 3098 ], "_prepend": [ - 3066 + 3109 ], "_set": [ - 3070 + 3113 ], "where": [ - 3050 + 3093 ], "__typename": [ 85 @@ -54133,25 +54709,25 @@ export default { }, "match_map_demos_var_pop_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54185,25 +54761,25 @@ export default { }, "match_map_demos_var_samp_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54237,25 +54813,25 @@ export default { }, "match_map_demos_variance_order_by": { "duration_seconds": [ - 3558 + 3601 ], "parser_version": [ - 3558 + 3601 ], "playback_size": [ - 3558 + 3601 ], "playback_version": [ - 3558 + 3601 ], "size": [ - 3558 + 3601 ], "tick_rate": [ - 3558 + 3601 ], "total_ticks": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54263,10 +54839,10 @@ export default { }, "match_map_rounds": { "assists": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -54276,19 +54852,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "assists_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -54298,11 +54874,11 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], @@ -54310,22 +54886,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "has_backup_file": [ 6 ], "id": [ - 6365 + 6503 ], "kills": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -54335,19 +54911,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "kills_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -54357,11 +54933,11 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], @@ -54372,7 +54948,7 @@ export default { 41 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 @@ -54384,25 +54960,25 @@ export default { 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "winning_reason": [ - 1730 + 1772 ], "winning_side": [ 85 @@ -54413,10 +54989,10 @@ export default { }, "match_map_rounds_aggregate": { "aggregate": [ - 3093 + 3136 ], "nodes": [ - 3089 + 3132 ], "__typename": [ 85 @@ -54424,7 +55000,7 @@ export default { }, "match_map_rounds_aggregate_bool_exp": { "count": [ - 3092 + 3135 ], "__typename": [ 85 @@ -54432,13 +55008,13 @@ export default { }, "match_map_rounds_aggregate_bool_exp_count": { "arguments": [ - 3110 + 3153 ], "distinct": [ 6 ], "filter": [ - 3098 + 3141 ], "predicate": [ 42 @@ -54449,13 +55025,13 @@ export default { }, "match_map_rounds_aggregate_fields": { "avg": [ - 3096 + 3139 ], "count": [ 41, { "columns": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "distinct": [ @@ -54464,31 +55040,31 @@ export default { } ], "max": [ - 3102 + 3145 ], "min": [ - 3104 + 3147 ], "stddev": [ - 3112 + 3155 ], "stddev_pop": [ - 3114 + 3157 ], "stddev_samp": [ - 3116 + 3159 ], "sum": [ - 3120 + 3163 ], "var_pop": [ - 3124 + 3167 ], "var_samp": [ - 3126 + 3169 ], "variance": [ - 3128 + 3171 ], "__typename": [ 85 @@ -54496,37 +55072,37 @@ export default { }, "match_map_rounds_aggregate_order_by": { "avg": [ - 3097 + 3140 ], "count": [ - 3558 + 3601 ], "max": [ - 3103 + 3146 ], "min": [ - 3105 + 3148 ], "stddev": [ - 3113 + 3156 ], "stddev_pop": [ - 3115 + 3158 ], "stddev_samp": [ - 3117 + 3160 ], "sum": [ - 3121 + 3164 ], "var_pop": [ - 3125 + 3168 ], "var_samp": [ - 3127 + 3170 ], "variance": [ - 3129 + 3172 ], "__typename": [ 85 @@ -54534,10 +55110,10 @@ export default { }, "match_map_rounds_arr_rel_insert_input": { "data": [ - 3101 + 3144 ], "on_conflict": [ - 3107 + 3150 ], "__typename": [ 85 @@ -54571,25 +55147,25 @@ export default { }, "match_map_rounds_avg_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54597,40 +55173,40 @@ export default { }, "match_map_rounds_bool_exp": { "_and": [ - 3098 + 3141 ], "_not": [ - 3098 + 3141 ], "_or": [ - 3098 + 3141 ], "assists": [ - 3707 + 3750 ], "assists_aggregate": [ - 3698 + 3741 ], "backup_file": [ 87 ], "created_at": [ - 5154 + 5197 ], "deleted_at": [ - 5154 + 5197 ], "has_backup_file": [ 7 ], "id": [ - 6367 + 6505 ], "kills": [ - 3924 + 3967 ], "kills_aggregate": [ - 3915 + 3958 ], "lineup_1_money": [ 42 @@ -54639,7 +55215,7 @@ export default { 42 ], "lineup_1_side": [ - 1406 + 1407 ], "lineup_1_timeouts_available": [ 42 @@ -54651,25 +55227,25 @@ export default { 42 ], "lineup_2_side": [ - 1406 + 1407 ], "lineup_2_timeouts_available": [ 42 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "round": [ 42 ], "time": [ - 5154 + 5197 ], "winning_reason": [ - 1731 + 1773 ], "winning_side": [ 87 @@ -54707,22 +55283,22 @@ export default { }, "match_map_rounds_insert_input": { "assists": [ - 3704 + 3747 ], "backup_file": [ 85 ], "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "kills": [ - 3921 + 3964 ], "lineup_1_money": [ 41 @@ -54731,7 +55307,7 @@ export default { 41 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 @@ -54743,25 +55319,25 @@ export default { 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "winning_reason": [ - 1730 + 1772 ], "winning_side": [ 85 @@ -54775,13 +55351,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "lineup_1_money": [ 41 @@ -54802,13 +55378,13 @@ export default { 41 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "winning_side": [ 85 @@ -54819,46 +55395,46 @@ export default { }, "match_map_rounds_max_order_by": { "backup_file": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "winning_side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54869,13 +55445,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "lineup_1_money": [ 41 @@ -54896,13 +55472,13 @@ export default { 41 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "winning_side": [ 85 @@ -54913,46 +55489,46 @@ export default { }, "match_map_rounds_min_order_by": { "backup_file": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "winning_side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -54963,7 +55539,7 @@ export default { 41 ], "returning": [ - 3089 + 3132 ], "__typename": [ 85 @@ -54971,13 +55547,13 @@ export default { }, "match_map_rounds_on_conflict": { "constraint": [ - 3099 + 3142 ], "update_columns": [ - 3122 + 3165 ], "where": [ - 3098 + 3141 ], "__typename": [ 85 @@ -54985,67 +55561,67 @@ export default { }, "match_map_rounds_order_by": { "assists_aggregate": [ - 3703 + 3746 ], "backup_file": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "has_backup_file": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "kills_aggregate": [ - 3920 + 3963 ], "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_side": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_side": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "winning_reason": [ - 3558 + 3601 ], "winning_side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55053,7 +55629,7 @@ export default { }, "match_map_rounds_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -55065,13 +55641,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "lineup_1_money": [ 41 @@ -55080,7 +55656,7 @@ export default { 41 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 @@ -55092,22 +55668,22 @@ export default { 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "winning_reason": [ - 1730 + 1772 ], "winning_side": [ 85 @@ -55144,25 +55720,25 @@ export default { }, "match_map_rounds_stddev_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55196,25 +55772,25 @@ export default { }, "match_map_rounds_stddev_pop_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55248,25 +55824,25 @@ export default { }, "match_map_rounds_stddev_samp_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55274,10 +55850,10 @@ export default { }, "match_map_rounds_stream_cursor_input": { "initial_value": [ - 3119 + 3162 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -55288,13 +55864,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "lineup_1_money": [ 41 @@ -55303,7 +55879,7 @@ export default { 41 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 @@ -55315,22 +55891,22 @@ export default { 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "winning_reason": [ - 1730 + 1772 ], "winning_side": [ 85 @@ -55367,25 +55943,25 @@ export default { }, "match_map_rounds_sum_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55394,13 +55970,13 @@ export default { "match_map_rounds_update_column": {}, "match_map_rounds_updates": { "_inc": [ - 3100 + 3143 ], "_set": [ - 3111 + 3154 ], "where": [ - 3098 + 3141 ], "__typename": [ 85 @@ -55434,25 +56010,25 @@ export default { }, "match_map_rounds_var_pop_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55486,25 +56062,25 @@ export default { }, "match_map_rounds_var_samp_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55538,25 +56114,25 @@ export default { }, "match_map_rounds_variance_order_by": { "lineup_1_money": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_money": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55567,34 +56143,34 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "map": [ - 2834 + 2877 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "side": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -55602,10 +56178,10 @@ export default { }, "match_map_veto_picks_aggregate": { "aggregate": [ - 3136 + 3179 ], "nodes": [ - 3130 + 3173 ], "__typename": [ 85 @@ -55613,13 +56189,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp": { "bool_and": [ - 3133 + 3176 ], "bool_or": [ - 3134 + 3177 ], "count": [ - 3135 + 3178 ], "__typename": [ 85 @@ -55627,13 +56203,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 3151 + 3194 ], "distinct": [ 6 ], "filter": [ - 3139 + 3182 ], "predicate": [ 7 @@ -55644,13 +56220,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 3152 + 3195 ], "distinct": [ 6 ], "filter": [ - 3139 + 3182 ], "predicate": [ 7 @@ -55661,13 +56237,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 3150 + 3193 ], "distinct": [ 6 ], "filter": [ - 3139 + 3182 ], "predicate": [ 42 @@ -55681,7 +56257,7 @@ export default { 41, { "columns": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "distinct": [ @@ -55690,10 +56266,10 @@ export default { } ], "max": [ - 3142 + 3185 ], "min": [ - 3144 + 3187 ], "__typename": [ 85 @@ -55701,13 +56277,13 @@ export default { }, "match_map_veto_picks_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 3143 + 3186 ], "min": [ - 3145 + 3188 ], "__typename": [ 85 @@ -55715,10 +56291,10 @@ export default { }, "match_map_veto_picks_arr_rel_insert_input": { "data": [ - 3141 + 3184 ], "on_conflict": [ - 3147 + 3190 ], "__typename": [ 85 @@ -55726,46 +56302,46 @@ export default { }, "match_map_veto_picks_bool_exp": { "_and": [ - 3139 + 3182 ], "_not": [ - 3139 + 3182 ], "_or": [ - 3139 + 3182 ], "auto_picked": [ 7 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "map": [ - 2843 + 2886 ], "map_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "side": [ 87 ], "type": [ - 1711 + 1753 ], "__typename": [ 85 @@ -55777,34 +56353,34 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "map": [ - 2851 + 2894 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 3014 + 3057 ], "match_lineup_id": [ - 6365 + 6503 ], "side": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -55812,19 +56388,19 @@ export default { }, "match_map_veto_picks_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "side": [ 85 @@ -55835,22 +56411,22 @@ export default { }, "match_map_veto_picks_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55858,19 +56434,19 @@ export default { }, "match_map_veto_picks_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "side": [ 85 @@ -55881,22 +56457,22 @@ export default { }, "match_map_veto_picks_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55907,7 +56483,7 @@ export default { 41 ], "returning": [ - 3130 + 3173 ], "__typename": [ 85 @@ -55915,13 +56491,13 @@ export default { }, "match_map_veto_picks_on_conflict": { "constraint": [ - 3140 + 3183 ], "update_columns": [ - 3156 + 3199 ], "where": [ - 3139 + 3182 ], "__typename": [ 85 @@ -55929,37 +56505,37 @@ export default { }, "match_map_veto_picks_order_by": { "auto_picked": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map": [ - 2853 + 2896 ], "map_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -55967,7 +56543,7 @@ export default { }, "match_map_veto_picks_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -55981,25 +56557,25 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "side": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -56007,10 +56583,10 @@ export default { }, "match_map_veto_picks_stream_cursor_input": { "initial_value": [ - 3155 + 3198 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -56021,25 +56597,25 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "side": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -56048,10 +56624,10 @@ export default { "match_map_veto_picks_update_column": {}, "match_map_veto_picks_updates": { "_set": [ - 3153 + 3196 ], "where": [ - 3139 + 3182 ], "__typename": [ 85 @@ -56062,16 +56638,16 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "demo_processing_started_at": [ - 5153 + 5196 ], "demos": [ - 3038, + 3081, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -56081,19 +56657,19 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "demos_aggregate": [ - 3039, + 3082, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -56103,11 +56679,11 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], @@ -56118,16 +56694,16 @@ export default { 41 ], "e_match_map_status": [ - 1136 + 1137 ], "ended_at": [ - 5153 + 5196 ], "flashes": [ - 3868, + 3911, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -56137,19 +56713,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "flashes_aggregate": [ - 3869, + 3912, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -56159,28 +56735,28 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "id": [ - 6365 + 6503 ], "is_current_map": [ 6 ], "latest_clip_at": [ - 5153 + 5196 ], "lineup_1_score": [ 41 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 @@ -56189,25 +56765,25 @@ export default { 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "map": [ - 2834 + 2877 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_clips": [ - 2863, + 2906, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -56217,19 +56793,19 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_aggregate": [ - 2864, + 2907, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -56239,22 +56815,22 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_id": [ - 6365 + 6503 ], "objectives": [ - 4114, + 4157, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -56264,19 +56840,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "objectives_aggregate": [ - 4115, + 4158, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -56286,11 +56862,11 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], @@ -56298,10 +56874,10 @@ export default { 41 ], "player_assists": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -56311,19 +56887,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_assists_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -56333,19 +56909,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_damages": [ - 3759, + 3802, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -56355,19 +56931,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_damages_aggregate": [ - 3760, + 3803, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -56377,19 +56953,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_kills": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -56399,19 +56975,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_kills_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -56421,19 +56997,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_unused_utilities": [ - 4401, + 4444, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -56443,19 +57019,19 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utilities_aggregate": [ - 4402, + 4445, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -56465,11 +57041,11 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], @@ -56477,13 +57053,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5153 + 5196 ], "rounds": [ - 3089, + 3132, { "distinct_on": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "limit": [ @@ -56493,19 +57069,19 @@ export default { 41 ], "order_by": [ - 3108, + 3151, "[match_map_rounds_order_by!]" ], "where": [ - 3098 + 3141 ] } ], "rounds_aggregate": [ - 3090, + 3133, { "distinct_on": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "limit": [ @@ -56515,25 +57091,25 @@ export default { 41 ], "order_by": [ - 3108, + 3151, "[match_map_rounds_order_by!]" ], "where": [ - 3098 + 3141 ] } ], "started_at": [ - 5153 + 5196 ], "status": [ - 1141 + 1142 ], "utility": [ - 4442, + 4485, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -56543,19 +57119,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "utility_aggregate": [ - 4443, + 4486, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -56565,19 +57141,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "vetos": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -56587,19 +57163,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "vetos_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -56609,16 +57185,16 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -56626,10 +57202,10 @@ export default { }, "match_maps_aggregate": { "aggregate": [ - 3162 + 3205 ], "nodes": [ - 3158 + 3201 ], "__typename": [ 85 @@ -56637,7 +57213,7 @@ export default { }, "match_maps_aggregate_bool_exp": { "count": [ - 3161 + 3204 ], "__typename": [ 85 @@ -56645,13 +57221,13 @@ export default { }, "match_maps_aggregate_bool_exp_count": { "arguments": [ - 3180 + 3223 ], "distinct": [ 6 ], "filter": [ - 3167 + 3210 ], "predicate": [ 42 @@ -56662,13 +57238,13 @@ export default { }, "match_maps_aggregate_fields": { "avg": [ - 3165 + 3208 ], "count": [ 41, { "columns": [ - 3180, + 3223, "[match_maps_select_column!]" ], "distinct": [ @@ -56677,31 +57253,31 @@ export default { } ], "max": [ - 3171 + 3214 ], "min": [ - 3173 + 3216 ], "stddev": [ - 3182 + 3225 ], "stddev_pop": [ - 3184 + 3227 ], "stddev_samp": [ - 3186 + 3229 ], "sum": [ - 3190 + 3233 ], "var_pop": [ - 3194 + 3237 ], "var_samp": [ - 3196 + 3239 ], "variance": [ - 3198 + 3241 ], "__typename": [ 85 @@ -56709,37 +57285,37 @@ export default { }, "match_maps_aggregate_order_by": { "avg": [ - 3166 + 3209 ], "count": [ - 3558 + 3601 ], "max": [ - 3172 + 3215 ], "min": [ - 3174 + 3217 ], "stddev": [ - 3183 + 3226 ], "stddev_pop": [ - 3185 + 3228 ], "stddev_samp": [ - 3187 + 3230 ], "sum": [ - 3191 + 3234 ], "var_pop": [ - 3195 + 3238 ], "var_samp": [ - 3197 + 3240 ], "variance": [ - 3199 + 3242 ], "__typename": [ 85 @@ -56747,10 +57323,10 @@ export default { }, "match_maps_arr_rel_insert_input": { "data": [ - 3170 + 3213 ], "on_conflict": [ - 3177 + 3220 ], "__typename": [ 85 @@ -56787,19 +57363,19 @@ export default { }, "match_maps_avg_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -56807,28 +57383,28 @@ export default { }, "match_maps_bool_exp": { "_and": [ - 3167 + 3210 ], "_not": [ - 3167 + 3210 ], "_or": [ - 3167 + 3210 ], "clips_count": [ 42 ], "created_at": [ - 5154 + 5197 ], "demo_processing_started_at": [ - 5154 + 5197 ], "demos": [ - 3050 + 3093 ], "demos_aggregate": [ - 3040 + 3083 ], "demos_download_url": [ 87 @@ -56837,31 +57413,31 @@ export default { 42 ], "e_match_map_status": [ - 1139 + 1140 ], "ended_at": [ - 5154 + 5197 ], "flashes": [ - 3879 + 3922 ], "flashes_aggregate": [ - 3870 + 3913 ], "id": [ - 6367 + 6505 ], "is_current_map": [ 7 ], "latest_clip_at": [ - 5154 + 5197 ], "lineup_1_score": [ 42 ], "lineup_1_side": [ - 1406 + 1407 ], "lineup_1_timeouts_available": [ 42 @@ -56870,94 +57446,94 @@ export default { 42 ], "lineup_2_side": [ - 1406 + 1407 ], "lineup_2_timeouts_available": [ 42 ], "map": [ - 2843 + 2886 ], "map_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_clips": [ - 2872 + 2915 ], "match_clips_aggregate": [ - 2865 + 2908 ], "match_id": [ - 6367 + 6505 ], "objectives": [ - 4123 + 4166 ], "objectives_aggregate": [ - 4116 + 4159 ], "order": [ 42 ], "player_assists": [ - 3707 + 3750 ], "player_assists_aggregate": [ - 3698 + 3741 ], "player_damages": [ - 3768 + 3811 ], "player_damages_aggregate": [ - 3761 + 3804 ], "player_kills": [ - 3924 + 3967 ], "player_kills_aggregate": [ - 3915 + 3958 ], "player_unused_utilities": [ - 4410 + 4453 ], "player_unused_utilities_aggregate": [ - 4403 + 4446 ], "public_clips_count": [ 42 ], "public_latest_clip_at": [ - 5154 + 5197 ], "rounds": [ - 3098 + 3141 ], "rounds_aggregate": [ - 3091 + 3134 ], "started_at": [ - 5154 + 5197 ], "status": [ - 1142 + 1143 ], "utility": [ - 4451 + 4494 ], "utility_aggregate": [ - 4444 + 4487 ], "vetos": [ - 3139 + 3182 ], "vetos_aggregate": [ - 3132 + 3175 ], "winning_lineup_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -56989,97 +57565,97 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "demo_processing_started_at": [ - 5153 + 5196 ], "demos": [ - 3047 + 3090 ], "e_match_map_status": [ - 1147 + 1148 ], "ended_at": [ - 5153 + 5196 ], "flashes": [ - 3876 + 3919 ], "id": [ - 6365 + 6503 ], "latest_clip_at": [ - 5153 + 5196 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "map": [ - 2851 + 2894 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_clips": [ - 2869 + 2912 ], "match_id": [ - 6365 + 6503 ], "objectives": [ - 4120 + 4163 ], "order": [ 41 ], "player_assists": [ - 3704 + 3747 ], "player_damages": [ - 3765 + 3808 ], "player_kills": [ - 3921 + 3964 ], "player_unused_utilities": [ - 4407 + 4450 ], "public_clips_count": [ 41 ], "public_latest_clip_at": [ - 5153 + 5196 ], "rounds": [ - 3095 + 3138 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1141 + 1142 ], "utility": [ - 4448 + 4491 ], "vetos": [ - 3138 + 3181 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -57090,10 +57666,10 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "demo_processing_started_at": [ - 5153 + 5196 ], "demos_download_url": [ 85 @@ -57102,13 +57678,13 @@ export default { 41 ], "ended_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "latest_clip_at": [ - 5153 + 5196 ], "lineup_1_score": [ 41 @@ -57123,10 +57699,10 @@ export default { 41 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "order": [ 41 @@ -57135,13 +57711,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5153 + 5196 ], "started_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -57149,49 +57725,49 @@ export default { }, "match_maps_max_order_by": { "clips_count": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "demo_processing_started_at": [ - 3558 + 3601 ], "ended_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "latest_clip_at": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "map_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "public_latest_clip_at": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "winning_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57202,10 +57778,10 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "demo_processing_started_at": [ - 5153 + 5196 ], "demos_download_url": [ 85 @@ -57214,13 +57790,13 @@ export default { 41 ], "ended_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "latest_clip_at": [ - 5153 + 5196 ], "lineup_1_score": [ 41 @@ -57235,10 +57811,10 @@ export default { 41 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "order": [ 41 @@ -57247,13 +57823,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5153 + 5196 ], "started_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -57261,49 +57837,49 @@ export default { }, "match_maps_min_order_by": { "clips_count": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "demo_processing_started_at": [ - 3558 + 3601 ], "ended_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "latest_clip_at": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "map_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "public_latest_clip_at": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "winning_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57314,7 +57890,7 @@ export default { 41 ], "returning": [ - 3158 + 3201 ], "__typename": [ 85 @@ -57322,10 +57898,10 @@ export default { }, "match_maps_obj_rel_insert_input": { "data": [ - 3170 + 3213 ], "on_conflict": [ - 3177 + 3220 ], "__typename": [ 85 @@ -57333,13 +57909,13 @@ export default { }, "match_maps_on_conflict": { "constraint": [ - 3168 + 3211 ], "update_columns": [ - 3192 + 3235 ], "where": [ - 3167 + 3210 ], "__typename": [ 85 @@ -57347,115 +57923,115 @@ export default { }, "match_maps_order_by": { "clips_count": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "demo_processing_started_at": [ - 3558 + 3601 ], "demos_aggregate": [ - 3045 + 3088 ], "demos_download_url": [ - 3558 + 3601 ], "demos_total_size": [ - 3558 + 3601 ], "e_match_map_status": [ - 1149 + 1150 ], "ended_at": [ - 3558 + 3601 ], "flashes_aggregate": [ - 3875 + 3918 ], "id": [ - 3558 + 3601 ], "is_current_map": [ - 3558 + 3601 ], "latest_clip_at": [ - 3558 + 3601 ], "lineup_1_score": [ - 3558 + 3601 ], "lineup_1_side": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_score": [ - 3558 + 3601 ], "lineup_2_side": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "map": [ - 2853 + 2896 ], "map_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_clips_aggregate": [ - 2868 + 2911 ], "match_id": [ - 3558 + 3601 ], "objectives_aggregate": [ - 4119 + 4162 ], "order": [ - 3558 + 3601 ], "player_assists_aggregate": [ - 3703 + 3746 ], "player_damages_aggregate": [ - 3764 + 3807 ], "player_kills_aggregate": [ - 3920 + 3963 ], "player_unused_utilities_aggregate": [ - 4406 + 4449 ], "public_clips_count": [ - 3558 + 3601 ], "public_latest_clip_at": [ - 3558 + 3601 ], "rounds_aggregate": [ - 3094 + 3137 ], "started_at": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "utility_aggregate": [ - 4447 + 4490 ], "vetos_aggregate": [ - 3137 + 3180 ], "winning_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57463,7 +58039,7 @@ export default { }, "match_maps_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -57475,37 +58051,37 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "demo_processing_started_at": [ - 5153 + 5196 ], "ended_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "latest_clip_at": [ - 5153 + 5196 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "order": [ 41 @@ -57514,16 +58090,16 @@ export default { 41 ], "public_latest_clip_at": [ - 5153 + 5196 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1141 + 1142 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -57560,19 +58136,19 @@ export default { }, "match_maps_stddev_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57609,19 +58185,19 @@ export default { }, "match_maps_stddev_pop_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57658,19 +58234,19 @@ export default { }, "match_maps_stddev_samp_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57678,10 +58254,10 @@ export default { }, "match_maps_stream_cursor_input": { "initial_value": [ - 3189 + 3232 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -57692,37 +58268,37 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "demo_processing_started_at": [ - 5153 + 5196 ], "ended_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "latest_clip_at": [ - 5153 + 5196 ], "lineup_1_side": [ - 1405 + 1406 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1405 + 1406 ], "lineup_2_timeouts_available": [ 41 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "order": [ 41 @@ -57731,16 +58307,16 @@ export default { 41 ], "public_latest_clip_at": [ - 5153 + 5196 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1141 + 1142 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -57777,19 +58353,19 @@ export default { }, "match_maps_sum_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57798,13 +58374,13 @@ export default { "match_maps_update_column": {}, "match_maps_updates": { "_inc": [ - 3169 + 3212 ], "_set": [ - 3181 + 3224 ], "where": [ - 3167 + 3210 ], "__typename": [ 85 @@ -57841,19 +58417,19 @@ export default { }, "match_maps_var_pop_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57890,19 +58466,19 @@ export default { }, "match_maps_var_samp_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57939,19 +58515,19 @@ export default { }, "match_maps_variance_order_by": { "clips_count": [ - 3558 + 3601 ], "lineup_1_timeouts_available": [ - 3558 + 3601 ], "lineup_2_timeouts_available": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "public_clips_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -57974,7 +58550,7 @@ export default { 6 ], "check_in_setting": [ - 688 + 689 ], "coaches": [ 6 @@ -57983,10 +58559,10 @@ export default { 6 ], "game_mode": [ - 2083 + 2125 ], "game_mode_id": [ - 6365 + 6503 ], "halftime_pausematch": [ 6 @@ -57995,7 +58571,7 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -58007,22 +58583,22 @@ export default { 41 ], "map_pool": [ - 2815 + 2858 ], "map_pool_id": [ - 6365 + 6503 ], "map_veto": [ 6 ], "match_mode": [ - 1162 + 1163 ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -58032,19 +58608,19 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_aggregate": [ - 3343, + 3386, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -58054,11 +58630,11 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], @@ -58075,7 +58651,7 @@ export default { 6 ], "ready_setting": [ - 1324 + 1325 ], "region_veto": [ 6 @@ -58087,25 +58663,25 @@ export default { 41 ], "tech_timeout_setting": [ - 1486 + 1487 ], "timeout_setting": [ - 1486 + 1487 ], "tournament": [ - 5589 + 5727 ], "tournament_bracket": [ - 5197 + 5240 ], "tournament_stage": [ - 5414 + 5548 ], "tv_delay": [ 41 ], "type": [ - 1223 + 1224 ], "veto_pick_timeout": [ 41 @@ -58116,10 +58692,10 @@ export default { }, "match_options_aggregate": { "aggregate": [ - 3206 + 3249 ], "nodes": [ - 3200 + 3243 ], "__typename": [ 85 @@ -58127,13 +58703,13 @@ export default { }, "match_options_aggregate_bool_exp": { "bool_and": [ - 3203 + 3246 ], "bool_or": [ - 3204 + 3247 ], "count": [ - 3205 + 3248 ], "__typename": [ 85 @@ -58141,13 +58717,13 @@ export default { }, "match_options_aggregate_bool_exp_bool_and": { "arguments": [ - 3225 + 3268 ], "distinct": [ 6 ], "filter": [ - 3211 + 3254 ], "predicate": [ 7 @@ -58158,13 +58734,13 @@ export default { }, "match_options_aggregate_bool_exp_bool_or": { "arguments": [ - 3226 + 3269 ], "distinct": [ 6 ], "filter": [ - 3211 + 3254 ], "predicate": [ 7 @@ -58175,13 +58751,13 @@ export default { }, "match_options_aggregate_bool_exp_count": { "arguments": [ - 3224 + 3267 ], "distinct": [ 6 ], "filter": [ - 3211 + 3254 ], "predicate": [ 42 @@ -58192,13 +58768,13 @@ export default { }, "match_options_aggregate_fields": { "avg": [ - 3209 + 3252 ], "count": [ 41, { "columns": [ - 3224, + 3267, "[match_options_select_column!]" ], "distinct": [ @@ -58207,31 +58783,31 @@ export default { } ], "max": [ - 3215 + 3258 ], "min": [ - 3217 + 3260 ], "stddev": [ - 3228 + 3271 ], "stddev_pop": [ - 3230 + 3273 ], "stddev_samp": [ - 3232 + 3275 ], "sum": [ - 3236 + 3279 ], "var_pop": [ - 3240 + 3283 ], "var_samp": [ - 3242 + 3285 ], "variance": [ - 3244 + 3287 ], "__typename": [ 85 @@ -58239,37 +58815,37 @@ export default { }, "match_options_aggregate_order_by": { "avg": [ - 3210 + 3253 ], "count": [ - 3558 + 3601 ], "max": [ - 3216 + 3259 ], "min": [ - 3218 + 3261 ], "stddev": [ - 3229 + 3272 ], "stddev_pop": [ - 3231 + 3274 ], "stddev_samp": [ - 3233 + 3276 ], "sum": [ - 3237 + 3280 ], "var_pop": [ - 3241 + 3284 ], "var_samp": [ - 3243 + 3286 ], "variance": [ - 3245 + 3288 ], "__typename": [ 85 @@ -58277,10 +58853,10 @@ export default { }, "match_options_arr_rel_insert_input": { "data": [ - 3214 + 3257 ], "on_conflict": [ - 3221 + 3264 ], "__typename": [ 85 @@ -58317,28 +58893,28 @@ export default { }, "match_options_avg_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -58346,13 +58922,13 @@ export default { }, "match_options_bool_exp": { "_and": [ - 3211 + 3254 ], "_not": [ - 3211 + 3254 ], "_or": [ - 3211 + 3254 ], "auto_cancel_duration": [ 42 @@ -58370,7 +58946,7 @@ export default { 7 ], "check_in_setting": [ - 689 + 690 ], "coaches": [ 7 @@ -58379,10 +58955,10 @@ export default { 7 ], "game_mode": [ - 2086 + 2128 ], "game_mode_id": [ - 6367 + 6505 ], "halftime_pausematch": [ 7 @@ -58391,7 +58967,7 @@ export default { 7 ], "id": [ - 6367 + 6505 ], "invite_code": [ 87 @@ -58403,22 +58979,22 @@ export default { 42 ], "map_pool": [ - 2818 + 2861 ], "map_pool_id": [ - 6367 + 6505 ], "map_veto": [ 7 ], "match_mode": [ - 1163 + 1164 ], "matches": [ - 3353 + 3396 ], "matches_aggregate": [ - 3344 + 3387 ], "mr": [ 42 @@ -58433,7 +59009,7 @@ export default { 7 ], "ready_setting": [ - 1325 + 1326 ], "region_veto": [ 7 @@ -58445,25 +59021,25 @@ export default { 42 ], "tech_timeout_setting": [ - 1487 + 1488 ], "timeout_setting": [ - 1487 + 1488 ], "tournament": [ - 5610 + 5748 ], "tournament_bracket": [ - 5208 + 5251 ], "tournament_stage": [ - 5426 + 5560 ], "tv_delay": [ 42 ], "type": [ - 1224 + 1225 ], "veto_pick_timeout": [ 42 @@ -58519,7 +59095,7 @@ export default { 6 ], "check_in_setting": [ - 688 + 689 ], "coaches": [ 6 @@ -58528,16 +59104,16 @@ export default { 6 ], "game_mode": [ - 2092 + 2134 ], "game_mode_id": [ - 6365 + 6503 ], "halftime_pausematch": [ 6 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -58549,19 +59125,19 @@ export default { 41 ], "map_pool": [ - 2824 + 2867 ], "map_pool_id": [ - 6365 + 6503 ], "map_veto": [ 6 ], "match_mode": [ - 1162 + 1163 ], "matches": [ - 3350 + 3393 ], "mr": [ 41 @@ -58576,7 +59152,7 @@ export default { 6 ], "ready_setting": [ - 1324 + 1325 ], "region_veto": [ 6 @@ -58588,25 +59164,25 @@ export default { 41 ], "tech_timeout_setting": [ - 1486 + 1487 ], "timeout_setting": [ - 1486 + 1487 ], "tournament": [ - 5619 + 5757 ], "tournament_bracket": [ - 5217 + 5260 ], "tournament_stage": [ - 5438 + 5572 ], "tv_delay": [ 41 ], "type": [ - 1223 + 1224 ], "veto_pick_timeout": [ 41 @@ -58623,10 +59199,10 @@ export default { 41 ], "game_mode_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -58635,7 +59211,7 @@ export default { 41 ], "map_pool_id": [ - 6365 + 6503 ], "mr": [ 41 @@ -58661,43 +59237,43 @@ export default { }, "match_options_max_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "game_mode_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -58711,10 +59287,10 @@ export default { 41 ], "game_mode_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -58723,7 +59299,7 @@ export default { 41 ], "map_pool_id": [ - 6365 + 6503 ], "mr": [ 41 @@ -58749,43 +59325,43 @@ export default { }, "match_options_min_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "game_mode_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -58796,7 +59372,7 @@ export default { 41 ], "returning": [ - 3200 + 3243 ], "__typename": [ 85 @@ -58804,10 +59380,10 @@ export default { }, "match_options_obj_rel_insert_input": { "data": [ - 3214 + 3257 ], "on_conflict": [ - 3221 + 3264 ], "__typename": [ 85 @@ -58815,13 +59391,13 @@ export default { }, "match_options_on_conflict": { "constraint": [ - 3212 + 3255 ], "update_columns": [ - 3238 + 3281 ], "where": [ - 3211 + 3254 ], "__typename": [ 85 @@ -58829,115 +59405,115 @@ export default { }, "match_options_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "auto_cancellation": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "camera_allow_teammates": [ - 3558 + 3601 ], "camera_required": [ - 3558 + 3601 ], "check_in_setting": [ - 3558 + 3601 ], "coaches": [ - 3558 + 3601 ], "default_models": [ - 3558 + 3601 ], "game_mode": [ - 2094 + 2136 ], "game_mode_id": [ - 3558 + 3601 ], "halftime_pausematch": [ - 3558 + 3601 ], "has_active_matches": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "knife_round": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "map_pool": [ - 2826 + 2869 ], "map_pool_id": [ - 3558 + 3601 ], "map_veto": [ - 3558 + 3601 ], "match_mode": [ - 3558 + 3601 ], "matches_aggregate": [ - 3349 + 3392 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "overtime": [ - 3558 + 3601 ], "prefer_dedicated_server": [ - 3558 + 3601 ], "ready_setting": [ - 3558 + 3601 ], "region_veto": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tech_timeout_setting": [ - 3558 + 3601 ], "timeout_setting": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_bracket": [ - 5219 + 5262 ], "tournament_stage": [ - 5440 + 5574 ], "tv_delay": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -58945,7 +59521,7 @@ export default { }, "match_options_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -58971,7 +59547,7 @@ export default { 6 ], "check_in_setting": [ - 688 + 689 ], "coaches": [ 6 @@ -58980,13 +59556,13 @@ export default { 6 ], "game_mode_id": [ - 6365 + 6503 ], "halftime_pausematch": [ 6 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -58998,13 +59574,13 @@ export default { 41 ], "map_pool_id": [ - 6365 + 6503 ], "map_veto": [ 6 ], "match_mode": [ - 1162 + 1163 ], "mr": [ 41 @@ -59019,7 +59595,7 @@ export default { 6 ], "ready_setting": [ - 1324 + 1325 ], "region_veto": [ 6 @@ -59031,16 +59607,16 @@ export default { 41 ], "tech_timeout_setting": [ - 1486 + 1487 ], "timeout_setting": [ - 1486 + 1487 ], "tv_delay": [ 41 ], "type": [ - 1223 + 1224 ], "veto_pick_timeout": [ 41 @@ -59080,28 +59656,28 @@ export default { }, "match_options_stddev_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59138,28 +59714,28 @@ export default { }, "match_options_stddev_pop_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59196,28 +59772,28 @@ export default { }, "match_options_stddev_samp_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59225,10 +59801,10 @@ export default { }, "match_options_stream_cursor_input": { "initial_value": [ - 3235 + 3278 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -59251,7 +59827,7 @@ export default { 6 ], "check_in_setting": [ - 688 + 689 ], "coaches": [ 6 @@ -59260,13 +59836,13 @@ export default { 6 ], "game_mode_id": [ - 6365 + 6503 ], "halftime_pausematch": [ 6 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -59278,13 +59854,13 @@ export default { 41 ], "map_pool_id": [ - 6365 + 6503 ], "map_veto": [ 6 ], "match_mode": [ - 1162 + 1163 ], "mr": [ 41 @@ -59299,7 +59875,7 @@ export default { 6 ], "ready_setting": [ - 1324 + 1325 ], "region_veto": [ 6 @@ -59311,16 +59887,16 @@ export default { 41 ], "tech_timeout_setting": [ - 1486 + 1487 ], "timeout_setting": [ - 1486 + 1487 ], "tv_delay": [ 41 ], "type": [ - 1223 + 1224 ], "veto_pick_timeout": [ 41 @@ -59360,28 +59936,28 @@ export default { }, "match_options_sum_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59390,13 +59966,13 @@ export default { "match_options_update_column": {}, "match_options_updates": { "_inc": [ - 3213 + 3256 ], "_set": [ - 3227 + 3270 ], "where": [ - 3211 + 3254 ], "__typename": [ 85 @@ -59433,28 +60009,28 @@ export default { }, "match_options_var_pop_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59491,28 +60067,28 @@ export default { }, "match_options_var_samp_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59549,28 +60125,28 @@ export default { }, "match_options_variance_order_by": { "auto_cancel_duration": [ - 3558 + 3601 ], "best_of": [ - 3558 + 3601 ], "live_match_timeout": [ - 3558 + 3601 ], "mr": [ - 3558 + 3601 ], "number_of_substitutes": [ - 3558 + 3601 ], "round_restart_delay": [ - 3558 + 3601 ], "tv_delay": [ - 3558 + 3601 ], "veto_pick_timeout": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59581,28 +60157,28 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "region": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -59610,10 +60186,10 @@ export default { }, "match_region_veto_picks_aggregate": { "aggregate": [ - 3252 + 3295 ], "nodes": [ - 3246 + 3289 ], "__typename": [ 85 @@ -59621,13 +60197,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp": { "bool_and": [ - 3249 + 3292 ], "bool_or": [ - 3250 + 3293 ], "count": [ - 3251 + 3294 ], "__typename": [ 85 @@ -59635,13 +60211,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 3267 + 3310 ], "distinct": [ 6 ], "filter": [ - 3255 + 3298 ], "predicate": [ 7 @@ -59652,13 +60228,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 3268 + 3311 ], "distinct": [ 6 ], "filter": [ - 3255 + 3298 ], "predicate": [ 7 @@ -59669,13 +60245,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 3266 + 3309 ], "distinct": [ 6 ], "filter": [ - 3255 + 3298 ], "predicate": [ 42 @@ -59689,7 +60265,7 @@ export default { 41, { "columns": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "distinct": [ @@ -59698,10 +60274,10 @@ export default { } ], "max": [ - 3258 + 3301 ], "min": [ - 3260 + 3303 ], "__typename": [ 85 @@ -59709,13 +60285,13 @@ export default { }, "match_region_veto_picks_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 3259 + 3302 ], "min": [ - 3261 + 3304 ], "__typename": [ 85 @@ -59723,10 +60299,10 @@ export default { }, "match_region_veto_picks_arr_rel_insert_input": { "data": [ - 3257 + 3300 ], "on_conflict": [ - 3263 + 3306 ], "__typename": [ 85 @@ -59734,40 +60310,40 @@ export default { }, "match_region_veto_picks_bool_exp": { "_and": [ - 3255 + 3298 ], "_not": [ - 3255 + 3298 ], "_or": [ - 3255 + 3298 ], "auto_picked": [ 7 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "region": [ 87 ], "type": [ - 1711 + 1753 ], "__typename": [ 85 @@ -59779,28 +60355,28 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 3014 + 3057 ], "match_lineup_id": [ - 6365 + 6503 ], "region": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -59808,16 +60384,16 @@ export default { }, "match_region_veto_picks_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "region": [ 85 @@ -59828,19 +60404,19 @@ export default { }, "match_region_veto_picks_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59848,16 +60424,16 @@ export default { }, "match_region_veto_picks_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "region": [ 85 @@ -59868,19 +60444,19 @@ export default { }, "match_region_veto_picks_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59891,7 +60467,7 @@ export default { 41 ], "returning": [ - 3246 + 3289 ], "__typename": [ 85 @@ -59899,13 +60475,13 @@ export default { }, "match_region_veto_picks_on_conflict": { "constraint": [ - 3256 + 3299 ], "update_columns": [ - 3272 + 3315 ], "where": [ - 3255 + 3298 ], "__typename": [ 85 @@ -59913,31 +60489,31 @@ export default { }, "match_region_veto_picks_order_by": { "auto_picked": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -59945,7 +60521,7 @@ export default { }, "match_region_veto_picks_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -59959,22 +60535,22 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "region": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -59982,10 +60558,10 @@ export default { }, "match_region_veto_picks_stream_cursor_input": { "initial_value": [ - 3271 + 3314 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -59996,22 +60572,22 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "region": [ 85 ], "type": [ - 1710 + 1752 ], "__typename": [ 85 @@ -60020,10 +60596,10 @@ export default { "match_region_veto_picks_update_column": {}, "match_region_veto_picks_updates": { "_set": [ - 3269 + 3312 ], "where": [ - 3255 + 3298 ], "__typename": [ 85 @@ -60037,13 +60613,13 @@ export default { 85 ], "game_server_node": [ - 2225 + 2267 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "is_game_streamer": [ 6 @@ -60055,16 +60631,16 @@ export default { 85 ], "last_status_at": [ - 5153 + 5196 ], "link": [ 85 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "mode": [ 85 @@ -60076,7 +60652,7 @@ export default { 85 ], "status_history": [ - 2349, + 2392, { "path": [ 85 @@ -60095,10 +60671,10 @@ export default { }, "match_streams_aggregate": { "aggregate": [ - 3280 + 3323 ], "nodes": [ - 3274 + 3317 ], "__typename": [ 85 @@ -60106,13 +60682,13 @@ export default { }, "match_streams_aggregate_bool_exp": { "bool_and": [ - 3277 + 3320 ], "bool_or": [ - 3278 + 3321 ], "count": [ - 3279 + 3322 ], "__typename": [ 85 @@ -60120,13 +60696,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_and": { "arguments": [ - 3303 + 3346 ], "distinct": [ 6 ], "filter": [ - 3286 + 3329 ], "predicate": [ 7 @@ -60137,13 +60713,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_or": { "arguments": [ - 3304 + 3347 ], "distinct": [ 6 ], "filter": [ - 3286 + 3329 ], "predicate": [ 7 @@ -60154,13 +60730,13 @@ export default { }, "match_streams_aggregate_bool_exp_count": { "arguments": [ - 3302 + 3345 ], "distinct": [ 6 ], "filter": [ - 3286 + 3329 ], "predicate": [ 42 @@ -60171,13 +60747,13 @@ export default { }, "match_streams_aggregate_fields": { "avg": [ - 3284 + 3327 ], "count": [ 41, { "columns": [ - 3302, + 3345, "[match_streams_select_column!]" ], "distinct": [ @@ -60186,31 +60762,31 @@ export default { } ], "max": [ - 3293 + 3336 ], "min": [ - 3295 + 3338 ], "stddev": [ - 3306 + 3349 ], "stddev_pop": [ - 3308 + 3351 ], "stddev_samp": [ - 3310 + 3353 ], "sum": [ - 3314 + 3357 ], "var_pop": [ - 3318 + 3361 ], "var_samp": [ - 3320 + 3363 ], "variance": [ - 3322 + 3365 ], "__typename": [ 85 @@ -60218,37 +60794,37 @@ export default { }, "match_streams_aggregate_order_by": { "avg": [ - 3285 + 3328 ], "count": [ - 3558 + 3601 ], "max": [ - 3294 + 3337 ], "min": [ - 3296 + 3339 ], "stddev": [ - 3307 + 3350 ], "stddev_pop": [ - 3309 + 3352 ], "stddev_samp": [ - 3311 + 3354 ], "sum": [ - 3315 + 3358 ], "var_pop": [ - 3319 + 3362 ], "var_samp": [ - 3321 + 3364 ], "variance": [ - 3323 + 3366 ], "__typename": [ 85 @@ -60256,7 +60832,7 @@ export default { }, "match_streams_append_input": { "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -60264,10 +60840,10 @@ export default { }, "match_streams_arr_rel_insert_input": { "data": [ - 3292 + 3335 ], "on_conflict": [ - 3298 + 3341 ], "__typename": [ 85 @@ -60283,7 +60859,7 @@ export default { }, "match_streams_avg_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60291,13 +60867,13 @@ export default { }, "match_streams_bool_exp": { "_and": [ - 3286 + 3329 ], "_not": [ - 3286 + 3329 ], "_or": [ - 3286 + 3329 ], "autodirector": [ 7 @@ -60306,13 +60882,13 @@ export default { 87 ], "game_server_node": [ - 2237 + 2279 ], "game_server_node_id": [ 87 ], "id": [ - 6367 + 6505 ], "is_game_streamer": [ 7 @@ -60324,16 +60900,16 @@ export default { 87 ], "last_status_at": [ - 5154 + 5197 ], "link": [ 87 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "mode": [ 87 @@ -60345,7 +60921,7 @@ export default { 87 ], "status_history": [ - 2351 + 2394 ], "stream_url": [ 87 @@ -60398,13 +60974,13 @@ export default { 85 ], "game_server_node": [ - 2249 + 2291 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "is_game_streamer": [ 6 @@ -60416,16 +60992,16 @@ export default { 85 ], "last_status_at": [ - 5153 + 5196 ], "link": [ 85 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "mode": [ 85 @@ -60437,7 +61013,7 @@ export default { 85 ], "status_history": [ - 2349 + 2392 ], "stream_url": [ 85 @@ -60457,19 +61033,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_service_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "link": [ 85 ], "match_id": [ - 6365 + 6503 ], "mode": [ 85 @@ -60492,40 +61068,40 @@ export default { }, "match_streams_max_order_by": { "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_service_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "link": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "mode": [ - 3558 + 3601 ], "priority": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "stream_url": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60539,19 +61115,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_service_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "link": [ 85 ], "match_id": [ - 6365 + 6503 ], "mode": [ 85 @@ -60574,40 +61150,40 @@ export default { }, "match_streams_min_order_by": { "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_service_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "link": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "mode": [ - 3558 + 3601 ], "priority": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "stream_url": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60618,7 +61194,7 @@ export default { 41 ], "returning": [ - 3274 + 3317 ], "__typename": [ 85 @@ -60626,13 +61202,13 @@ export default { }, "match_streams_on_conflict": { "constraint": [ - 3287 + 3330 ], "update_columns": [ - 3316 + 3359 ], "where": [ - 3286 + 3329 ], "__typename": [ 85 @@ -60640,58 +61216,58 @@ export default { }, "match_streams_order_by": { "autodirector": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node": [ - 2251 + 2293 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_game_streamer": [ - 3558 + 3601 ], "is_live": [ - 3558 + 3601 ], "k8s_service_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "link": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "mode": [ - 3558 + 3601 ], "priority": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "status_history": [ - 3558 + 3601 ], "stream_url": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60699,7 +61275,7 @@ export default { }, "match_streams_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -60707,7 +61283,7 @@ export default { }, "match_streams_prepend_input": { "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -60727,7 +61303,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_game_streamer": [ 6 @@ -60739,13 +61315,13 @@ export default { 85 ], "last_status_at": [ - 5153 + 5196 ], "link": [ 85 ], "match_id": [ - 6365 + 6503 ], "mode": [ 85 @@ -60757,7 +61333,7 @@ export default { 85 ], "status_history": [ - 2349 + 2392 ], "stream_url": [ 85 @@ -60779,7 +61355,7 @@ export default { }, "match_streams_stddev_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60795,7 +61371,7 @@ export default { }, "match_streams_stddev_pop_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60811,7 +61387,7 @@ export default { }, "match_streams_stddev_samp_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60819,10 +61395,10 @@ export default { }, "match_streams_stream_cursor_input": { "initial_value": [ - 3313 + 3356 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -60839,7 +61415,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_game_streamer": [ 6 @@ -60851,13 +61427,13 @@ export default { 85 ], "last_status_at": [ - 5153 + 5196 ], "link": [ 85 ], "match_id": [ - 6365 + 6503 ], "mode": [ 85 @@ -60869,7 +61445,7 @@ export default { 85 ], "status_history": [ - 2349 + 2392 ], "stream_url": [ 85 @@ -60891,7 +61467,7 @@ export default { }, "match_streams_sum_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60900,28 +61476,28 @@ export default { "match_streams_update_column": {}, "match_streams_updates": { "_append": [ - 3282 + 3325 ], "_delete_at_path": [ - 3288 + 3331 ], "_delete_elem": [ - 3289 + 3332 ], "_delete_key": [ - 3290 + 3333 ], "_inc": [ - 3291 + 3334 ], "_prepend": [ - 3301 + 3344 ], "_set": [ - 3305 + 3348 ], "where": [ - 3286 + 3329 ], "__typename": [ 85 @@ -60937,7 +61513,7 @@ export default { }, "match_streams_var_pop_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60953,7 +61529,7 @@ export default { }, "match_streams_var_samp_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60969,7 +61545,7 @@ export default { }, "match_streams_variance_order_by": { "priority": [ - 3558 + 3601 ], "__typename": [ 85 @@ -60980,7 +61556,7 @@ export default { 85 ], "type": [ - 874 + 875 ], "__typename": [ 85 @@ -60988,10 +61564,10 @@ export default { }, "match_type_cfgs_aggregate": { "aggregate": [ - 3326 + 3369 ], "nodes": [ - 3324 + 3367 ], "__typename": [ 85 @@ -61002,7 +61578,7 @@ export default { 41, { "columns": [ - 3336, + 3379, "[match_type_cfgs_select_column!]" ], "distinct": [ @@ -61011,10 +61587,10 @@ export default { } ], "max": [ - 3330 + 3373 ], "min": [ - 3331 + 3374 ], "__typename": [ 85 @@ -61022,19 +61598,19 @@ export default { }, "match_type_cfgs_bool_exp": { "_and": [ - 3327 + 3370 ], "_not": [ - 3327 + 3370 ], "_or": [ - 3327 + 3370 ], "cfg": [ 87 ], "type": [ - 875 + 876 ], "__typename": [ 85 @@ -61046,7 +61622,7 @@ export default { 85 ], "type": [ - 874 + 875 ], "__typename": [ 85 @@ -61073,7 +61649,7 @@ export default { 41 ], "returning": [ - 3324 + 3367 ], "__typename": [ 85 @@ -61081,13 +61657,13 @@ export default { }, "match_type_cfgs_on_conflict": { "constraint": [ - 3328 + 3371 ], "update_columns": [ - 3340 + 3383 ], "where": [ - 3327 + 3370 ], "__typename": [ 85 @@ -61095,10 +61671,10 @@ export default { }, "match_type_cfgs_order_by": { "cfg": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -61106,7 +61682,7 @@ export default { }, "match_type_cfgs_pk_columns_input": { "type": [ - 874 + 875 ], "__typename": [ 85 @@ -61118,7 +61694,7 @@ export default { 85 ], "type": [ - 874 + 875 ], "__typename": [ 85 @@ -61126,10 +61702,10 @@ export default { }, "match_type_cfgs_stream_cursor_input": { "initial_value": [ - 3339 + 3382 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -61140,7 +61716,7 @@ export default { 85 ], "type": [ - 874 + 875 ], "__typename": [ 85 @@ -61149,10 +61725,10 @@ export default { "match_type_cfgs_update_column": {}, "match_type_cfgs_updates": { "_set": [ - 3337 + 3380 ], "where": [ - 3327 + 3370 ], "__typename": [ 85 @@ -61184,13 +61760,13 @@ export default { 6 ], "cancels_at": [ - 5153 + 5196 ], "clutches": [ - 6545, + 6683, { "distinct_on": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "limit": [ @@ -61200,19 +61776,19 @@ export default { 41 ], "order_by": [ - 6560, + 6698, "[v_match_clutches_order_by!]" ], "where": [ - 6554 + 6692 ] } ], "clutches_aggregate": [ - 6546, + 6684, { "distinct_on": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "limit": [ @@ -61222,11 +61798,11 @@ export default { 41 ], "order_by": [ - 6560, + 6698, "[v_match_clutches_order_by!]" ], "where": [ - 6554 + 6692 ] } ], @@ -61240,16 +61816,16 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "current_match_map_id": [ - 6365 + 6503 ], "demos": [ - 3038, + 3081, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -61259,19 +61835,19 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "demos_aggregate": [ - 3039, + 3082, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -61281,19 +61857,19 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "draft_games": [ - 597, + 598, { "distinct_on": [ - 621, + 622, "[draft_games_select_column!]" ], "limit": [ @@ -61303,19 +61879,19 @@ export default { 41 ], "order_by": [ - 619, + 620, "[draft_games_order_by!]" ], "where": [ - 608 + 609 ] } ], "draft_games_aggregate": [ - 598, + 599, { "distinct_on": [ - 621, + 622, "[draft_games_select_column!]" ], "limit": [ @@ -61325,28 +61901,28 @@ export default { 41 ], "order_by": [ - 619, + 620, "[draft_games_order_by!]" ], "where": [ - 608 + 609 ] } ], "e_match_status": [ - 1197 + 1198 ], "e_region": [ - 4644 + 4687 ], "effective_at": [ - 5153 + 5196 ], "elo_changes": [ - 6742, + 6880, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -61356,19 +61932,19 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "elo_changes_aggregate": [ - 6743, + 6881, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -61378,22 +61954,22 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "ended_at": [ - 5153 + 5196 ], "external_id": [ 85 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -61426,19 +62002,19 @@ export default { 85 ], "lineup_1": [ - 2996 + 3039 ], "lineup_1_id": [ - 6365 + 6503 ], "lineup_2": [ - 2996 + 3039 ], "lineup_2_id": [ - 6365 + 6503 ], "lineup_counts": [ - 2347, + 2390, { "path": [ 85 @@ -61446,13 +62022,13 @@ export default { } ], "map_veto_picking_lineup_id": [ - 6365 + 6503 ], "map_veto_picks": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -61462,19 +62038,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "map_veto_picks_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -61484,11 +62060,11 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], @@ -61496,10 +62072,10 @@ export default { 85 ], "match_maps": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -61509,19 +62085,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -61531,16 +62107,16 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_options_id": [ - 6365 + 6503 ], "max_players_per_lineup": [ 41 @@ -61549,10 +62125,10 @@ export default { 41 ], "opening_duels": [ - 6673, + 6811, { "distinct_on": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -61562,19 +62138,19 @@ export default { 41 ], "order_by": [ - 6688, + 6826, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6682 + 6820 ] } ], "opening_duels_aggregate": [ - 6674, + 6812, { "distinct_on": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -61584,31 +62160,31 @@ export default { 41 ], "order_by": [ - 6688, + 6826, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6682 + 6820 ] } ], "options": [ - 3200 + 3243 ], "organizer": [ - 4516 + 4559 ], "organizer_steam_id": [ - 310 + 311 ], "password": [ 85 ], "player_assists": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -61618,19 +62194,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_assists_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -61640,19 +62216,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_damages": [ - 3759, + 3802, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -61662,19 +62238,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_damages_aggregate": [ - 3760, + 3803, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -61684,19 +62260,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_flashes": [ - 3868, + 3911, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -61706,19 +62282,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "player_flashes_aggregate": [ - 3869, + 3912, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -61728,19 +62304,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "player_kills": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -61750,19 +62326,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_kills_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -61772,19 +62348,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_objectives": [ - 4114, + 4157, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -61794,19 +62370,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_objectives_aggregate": [ - 4115, + 4158, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -61816,19 +62392,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_unused_utilities": [ - 4401, + 4444, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -61838,19 +62414,19 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utilities_aggregate": [ - 4402, + 4445, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -61860,19 +62436,19 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_utility": [ - 4442, + 4485, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -61882,19 +62458,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "player_utility_aggregate": [ - 4443, + 4486, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -61904,11 +62480,11 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], @@ -61916,13 +62492,13 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6365 + 6503 ], "region_veto_picks": [ - 3246, + 3289, { "distinct_on": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -61932,19 +62508,19 @@ export default { 41 ], "order_by": [ - 3264, + 3307, "[match_region_veto_picks_order_by!]" ], "where": [ - 3255 + 3298 ] } ], "region_veto_picks_aggregate": [ - 3247, + 3290, { "distinct_on": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -61954,11 +62530,11 @@ export default { 41 ], "order_by": [ - 3264, + 3307, "[match_region_veto_picks_order_by!]" ], "where": [ - 3255 + 3298 ] } ], @@ -61966,16 +62542,16 @@ export default { 6 ], "scheduled_at": [ - 5153 + 5196 ], "server": [ - 4671 + 4714 ], "server_error": [ 85 ], "server_id": [ - 6365 + 6503 ], "server_plugin_runtime": [ 85 @@ -61993,16 +62569,16 @@ export default { 85 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1202 + 1203 ], "streams": [ - 3274, + 3317, { "distinct_on": [ - 3302, + 3345, "[match_streams_select_column!]" ], "limit": [ @@ -62012,19 +62588,19 @@ export default { 41 ], "order_by": [ - 3299, + 3342, "[match_streams_order_by!]" ], "where": [ - 3286 + 3329 ] } ], "streams_aggregate": [ - 3275, + 3318, { "distinct_on": [ - 3302, + 3345, "[match_streams_select_column!]" ], "limit": [ @@ -62034,19 +62610,19 @@ export default { 41 ], "order_by": [ - 3299, + 3342, "[match_streams_order_by!]" ], "where": [ - 3286 + 3329 ] } ], "teams": [ - 5104, + 5147, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -62056,19 +62632,19 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "tournament_brackets": [ - 5197, + 5240, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -62078,19 +62654,19 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], "tournament_brackets_aggregate": [ - 5198, + 5241, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -62100,11 +62676,11 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], @@ -62112,13 +62688,13 @@ export default { 85 ], "veto_pick_expires_at": [ - 5153 + 5196 ], "winner": [ - 2996 + 3039 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -62126,10 +62702,10 @@ export default { }, "matches_aggregate": { "aggregate": [ - 3348 + 3391 ], "nodes": [ - 3342 + 3385 ], "__typename": [ 85 @@ -62137,13 +62713,13 @@ export default { }, "matches_aggregate_bool_exp": { "bool_and": [ - 3345 + 3388 ], "bool_or": [ - 3346 + 3389 ], "count": [ - 3347 + 3390 ], "__typename": [ 85 @@ -62151,13 +62727,13 @@ export default { }, "matches_aggregate_bool_exp_bool_and": { "arguments": [ - 3367 + 3410 ], "distinct": [ 6 ], "filter": [ - 3353 + 3396 ], "predicate": [ 7 @@ -62168,13 +62744,13 @@ export default { }, "matches_aggregate_bool_exp_bool_or": { "arguments": [ - 3368 + 3411 ], "distinct": [ 6 ], "filter": [ - 3353 + 3396 ], "predicate": [ 7 @@ -62185,13 +62761,13 @@ export default { }, "matches_aggregate_bool_exp_count": { "arguments": [ - 3366 + 3409 ], "distinct": [ 6 ], "filter": [ - 3353 + 3396 ], "predicate": [ 42 @@ -62202,13 +62778,13 @@ export default { }, "matches_aggregate_fields": { "avg": [ - 3351 + 3394 ], "count": [ 41, { "columns": [ - 3366, + 3409, "[matches_select_column!]" ], "distinct": [ @@ -62217,31 +62793,31 @@ export default { } ], "max": [ - 3357 + 3400 ], "min": [ - 3359 + 3402 ], "stddev": [ - 3370 + 3413 ], "stddev_pop": [ - 3372 + 3415 ], "stddev_samp": [ - 3374 + 3417 ], "sum": [ - 3378 + 3421 ], "var_pop": [ - 3382 + 3425 ], "var_samp": [ - 3384 + 3427 ], "variance": [ - 3386 + 3429 ], "__typename": [ 85 @@ -62249,37 +62825,37 @@ export default { }, "matches_aggregate_order_by": { "avg": [ - 3352 + 3395 ], "count": [ - 3558 + 3601 ], "max": [ - 3358 + 3401 ], "min": [ - 3360 + 3403 ], "stddev": [ - 3371 + 3414 ], "stddev_pop": [ - 3373 + 3416 ], "stddev_samp": [ - 3375 + 3418 ], "sum": [ - 3379 + 3422 ], "var_pop": [ - 3383 + 3426 ], "var_samp": [ - 3385 + 3428 ], "variance": [ - 3387 + 3430 ], "__typename": [ 85 @@ -62287,10 +62863,10 @@ export default { }, "matches_arr_rel_insert_input": { "data": [ - 3356 + 3399 ], "on_conflict": [ - 3363 + 3406 ], "__typename": [ 85 @@ -62312,7 +62888,7 @@ export default { }, "matches_avg_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -62320,13 +62896,13 @@ export default { }, "matches_bool_exp": { "_and": [ - 3353 + 3396 ], "_not": [ - 3353 + 3396 ], "_or": [ - 3353 + 3396 ], "can_assign_server": [ 7 @@ -62353,13 +62929,13 @@ export default { 7 ], "cancels_at": [ - 5154 + 5197 ], "clutches": [ - 6554 + 6692 ], "clutches_aggregate": [ - 6547 + 6685 ], "connection_link": [ 87 @@ -62371,46 +62947,46 @@ export default { 7 ], "created_at": [ - 5154 + 5197 ], "current_match_map_id": [ - 6367 + 6505 ], "demos": [ - 3050 + 3093 ], "demos_aggregate": [ - 3040 + 3083 ], "draft_games": [ - 608 + 609 ], "draft_games_aggregate": [ - 599 + 600 ], "e_match_status": [ - 1200 + 1201 ], "e_region": [ - 4648 + 4691 ], "effective_at": [ - 5154 + 5197 ], "elo_changes": [ - 6761 + 6899 ], "elo_changes_aggregate": [ - 6744 + 6882 ], "ended_at": [ - 5154 + 5197 ], "external_id": [ 87 ], "id": [ - 6367 + 6505 ], "invite_code": [ 87 @@ -62443,40 +63019,40 @@ export default { 87 ], "lineup_1": [ - 3005 + 3048 ], "lineup_1_id": [ - 6367 + 6505 ], "lineup_2": [ - 3005 + 3048 ], "lineup_2_id": [ - 6367 + 6505 ], "lineup_counts": [ - 2348 + 2391 ], "map_veto_picking_lineup_id": [ - 6367 + 6505 ], "map_veto_picks": [ - 3139 + 3182 ], "map_veto_picks_aggregate": [ - 3132 + 3175 ], "map_veto_type": [ 87 ], "match_maps": [ - 3167 + 3210 ], "match_maps_aggregate": [ - 3160 + 3203 ], "match_options_id": [ - 6367 + 6505 ], "max_players_per_lineup": [ 42 @@ -62485,91 +63061,91 @@ export default { 42 ], "opening_duels": [ - 6682 + 6820 ], "opening_duels_aggregate": [ - 6675 + 6813 ], "options": [ - 3211 + 3254 ], "organizer": [ - 4520 + 4563 ], "organizer_steam_id": [ - 312 + 313 ], "password": [ 87 ], "player_assists": [ - 3707 + 3750 ], "player_assists_aggregate": [ - 3698 + 3741 ], "player_damages": [ - 3768 + 3811 ], "player_damages_aggregate": [ - 3761 + 3804 ], "player_flashes": [ - 3879 + 3922 ], "player_flashes_aggregate": [ - 3870 + 3913 ], "player_kills": [ - 3924 + 3967 ], "player_kills_aggregate": [ - 3915 + 3958 ], "player_objectives": [ - 4123 + 4166 ], "player_objectives_aggregate": [ - 4116 + 4159 ], "player_unused_utilities": [ - 4410 + 4453 ], "player_unused_utilities_aggregate": [ - 4403 + 4446 ], "player_utility": [ - 4451 + 4494 ], "player_utility_aggregate": [ - 4444 + 4487 ], "region": [ 87 ], "region_veto_picking_lineup_id": [ - 6367 + 6505 ], "region_veto_picks": [ - 3255 + 3298 ], "region_veto_picks_aggregate": [ - 3248 + 3291 ], "requested_organizer": [ 7 ], "scheduled_at": [ - 5154 + 5197 ], "server": [ - 4683 + 4726 ], "server_error": [ 87 ], "server_id": [ - 6367 + 6505 ], "server_plugin_runtime": [ 87 @@ -62587,37 +63163,37 @@ export default { 87 ], "started_at": [ - 5154 + 5197 ], "status": [ - 1203 + 1204 ], "streams": [ - 3286 + 3329 ], "streams_aggregate": [ - 3276 + 3319 ], "teams": [ - 5115 + 5158 ], "tournament_brackets": [ - 5208 + 5251 ], "tournament_brackets_aggregate": [ - 5199 + 5242 ], "tv_connection_string": [ 87 ], "veto_pick_expires_at": [ - 5154 + 5197 ], "winner": [ - 3005 + 3048 ], "winning_lineup_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -62626,7 +63202,7 @@ export default { "matches_constraint": {}, "matches_inc_input": { "organizer_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -62634,118 +63210,118 @@ export default { }, "matches_insert_input": { "cancels_at": [ - 5153 + 5196 ], "clutches": [ - 6551 + 6689 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5153 + 5196 ], "demos": [ - 3047 + 3090 ], "draft_games": [ - 605 + 606 ], "e_match_status": [ - 1208 + 1209 ], "e_region": [ - 4654 + 4697 ], "elo_changes": [ - 6758 + 6896 ], "ended_at": [ - 5153 + 5196 ], "external_id": [ 85 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "lineup_1": [ - 3014 + 3057 ], "lineup_1_id": [ - 6365 + 6503 ], "lineup_2": [ - 3014 + 3057 ], "lineup_2_id": [ - 6365 + 6503 ], "map_veto_picks": [ - 3138 + 3181 ], "match_maps": [ - 3164 + 3207 ], "match_options_id": [ - 6365 + 6503 ], "opening_duels": [ - 6679 + 6817 ], "options": [ - 3220 + 3263 ], "organizer": [ - 4527 + 4570 ], "organizer_steam_id": [ - 310 + 311 ], "password": [ 85 ], "player_assists": [ - 3704 + 3747 ], "player_damages": [ - 3765 + 3808 ], "player_flashes": [ - 3876 + 3919 ], "player_kills": [ - 3921 + 3964 ], "player_objectives": [ - 4120 + 4163 ], "player_unused_utilities": [ - 4407 + 4450 ], "player_utility": [ - 4448 + 4491 ], "region": [ 85 ], "region_veto_picks": [ - 3254 + 3297 ], "scheduled_at": [ - 5153 + 5196 ], "server": [ - 4695 + 4738 ], "server_error": [ 85 ], "server_id": [ - 6365 + 6503 ], "share_code": [ 85 @@ -62754,25 +63330,25 @@ export default { 85 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1202 + 1203 ], "streams": [ - 3283 + 3326 ], "tournament_brackets": [ - 5205 + 5248 ], "veto_pick_expires_at": [ - 5153 + 5196 ], "winner": [ - 3014 + 3057 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -62780,7 +63356,7 @@ export default { }, "matches_max_fields": { "cancels_at": [ - 5153 + 5196 ], "connection_link": [ 85 @@ -62789,22 +63365,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "current_match_map_id": [ - 6365 + 6503 ], "effective_at": [ - 5153 + 5196 ], "ended_at": [ - 5153 + 5196 ], "external_id": [ 85 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -62813,19 +63389,19 @@ export default { 85 ], "lineup_1_id": [ - 6365 + 6503 ], "lineup_2_id": [ - 6365 + 6503 ], "map_veto_picking_lineup_id": [ - 6365 + 6503 ], "map_veto_type": [ 85 ], "match_options_id": [ - 6365 + 6503 ], "max_players_per_lineup": [ 41 @@ -62834,7 +63410,7 @@ export default { 41 ], "organizer_steam_id": [ - 310 + 311 ], "password": [ 85 @@ -62843,16 +63419,16 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6365 + 6503 ], "scheduled_at": [ - 5153 + 5196 ], "server_error": [ 85 ], "server_id": [ - 6365 + 6503 ], "server_plugin_runtime": [ 85 @@ -62870,16 +63446,16 @@ export default { 85 ], "started_at": [ - 5153 + 5196 ], "tv_connection_string": [ 85 ], "veto_pick_expires_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -62887,67 +63463,67 @@ export default { }, "matches_max_order_by": { "cancels_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "effective_at": [ - 3558 + 3601 ], "ended_at": [ - 3558 + 3601 ], "external_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "lineup_1_id": [ - 3558 + 3601 ], "lineup_2_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "password": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "server_error": [ - 3558 + 3601 ], "server_id": [ - 3558 + 3601 ], "share_code": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "veto_pick_expires_at": [ - 3558 + 3601 ], "winning_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -62955,7 +63531,7 @@ export default { }, "matches_min_fields": { "cancels_at": [ - 5153 + 5196 ], "connection_link": [ 85 @@ -62964,22 +63540,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "current_match_map_id": [ - 6365 + 6503 ], "effective_at": [ - 5153 + 5196 ], "ended_at": [ - 5153 + 5196 ], "external_id": [ 85 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -62988,19 +63564,19 @@ export default { 85 ], "lineup_1_id": [ - 6365 + 6503 ], "lineup_2_id": [ - 6365 + 6503 ], "map_veto_picking_lineup_id": [ - 6365 + 6503 ], "map_veto_type": [ 85 ], "match_options_id": [ - 6365 + 6503 ], "max_players_per_lineup": [ 41 @@ -63009,7 +63585,7 @@ export default { 41 ], "organizer_steam_id": [ - 310 + 311 ], "password": [ 85 @@ -63018,16 +63594,16 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6365 + 6503 ], "scheduled_at": [ - 5153 + 5196 ], "server_error": [ 85 ], "server_id": [ - 6365 + 6503 ], "server_plugin_runtime": [ 85 @@ -63045,16 +63621,16 @@ export default { 85 ], "started_at": [ - 5153 + 5196 ], "tv_connection_string": [ 85 ], "veto_pick_expires_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -63062,67 +63638,67 @@ export default { }, "matches_min_order_by": { "cancels_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "effective_at": [ - 3558 + 3601 ], "ended_at": [ - 3558 + 3601 ], "external_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "lineup_1_id": [ - 3558 + 3601 ], "lineup_2_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "password": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "server_error": [ - 3558 + 3601 ], "server_id": [ - 3558 + 3601 ], "share_code": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "veto_pick_expires_at": [ - 3558 + 3601 ], "winning_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63133,7 +63709,7 @@ export default { 41 ], "returning": [ - 3342 + 3385 ], "__typename": [ 85 @@ -63141,10 +63717,10 @@ export default { }, "matches_obj_rel_insert_input": { "data": [ - 3356 + 3399 ], "on_conflict": [ - 3363 + 3406 ], "__typename": [ 85 @@ -63152,13 +63728,13 @@ export default { }, "matches_on_conflict": { "constraint": [ - 3354 + 3397 ], "update_columns": [ - 3380 + 3423 ], "where": [ - 3353 + 3396 ], "__typename": [ 85 @@ -63166,244 +63742,244 @@ export default { }, "matches_order_by": { "can_assign_server": [ - 3558 + 3601 ], "can_cancel": [ - 3558 + 3601 ], "can_check_in": [ - 3558 + 3601 ], "can_reassign_winner": [ - 3558 + 3601 ], "can_schedule": [ - 3558 + 3601 ], "can_start": [ - 3558 + 3601 ], "can_stream_live": [ - 3558 + 3601 ], "can_stream_tv": [ - 3558 + 3601 ], "cancels_at": [ - 3558 + 3601 ], "clutches_aggregate": [ - 6550 + 6688 ], "connection_link": [ - 3558 + 3601 ], "connection_string": [ - 3558 + 3601 ], "counts_toward_ranking": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "current_match_map_id": [ - 3558 + 3601 ], "demos_aggregate": [ - 3045 + 3088 ], "draft_games_aggregate": [ - 604 + 605 ], "e_match_status": [ - 1210 + 1211 ], "e_region": [ - 4656 + 4699 ], "effective_at": [ - 3558 + 3601 ], "elo_changes_aggregate": [ - 6757 + 6895 ], "ended_at": [ - 3558 + 3601 ], "external_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "is_captain": [ - 3558 + 3601 ], "is_coach": [ - 3558 + 3601 ], "is_friend_in_match_lineup": [ - 3558 + 3601 ], "is_in_lineup": [ - 3558 + 3601 ], "is_match_server_available": [ - 3558 + 3601 ], "is_organizer": [ - 3558 + 3601 ], "is_server_online": [ - 3558 + 3601 ], "is_tournament_match": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "lineup_1": [ - 3016 + 3059 ], "lineup_1_id": [ - 3558 + 3601 ], "lineup_2": [ - 3016 + 3059 ], "lineup_2_id": [ - 3558 + 3601 ], "lineup_counts": [ - 3558 + 3601 ], "map_veto_picking_lineup_id": [ - 3558 + 3601 ], "map_veto_picks_aggregate": [ - 3137 + 3180 ], "map_veto_type": [ - 3558 + 3601 ], "match_maps_aggregate": [ - 3163 + 3206 ], "match_options_id": [ - 3558 + 3601 ], "max_players_per_lineup": [ - 3558 + 3601 ], "min_players_per_lineup": [ - 3558 + 3601 ], "opening_duels_aggregate": [ - 6678 + 6816 ], "options": [ - 3222 + 3265 ], "organizer": [ - 4529 + 4572 ], "organizer_steam_id": [ - 3558 + 3601 ], "password": [ - 3558 + 3601 ], "player_assists_aggregate": [ - 3703 + 3746 ], "player_damages_aggregate": [ - 3764 + 3807 ], "player_flashes_aggregate": [ - 3875 + 3918 ], "player_kills_aggregate": [ - 3920 + 3963 ], "player_objectives_aggregate": [ - 4119 + 4162 ], "player_unused_utilities_aggregate": [ - 4406 + 4449 ], "player_utility_aggregate": [ - 4447 + 4490 ], "region": [ - 3558 + 3601 ], "region_veto_picking_lineup_id": [ - 3558 + 3601 ], "region_veto_picks_aggregate": [ - 3253 + 3296 ], "requested_organizer": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "server": [ - 4697 + 4740 ], "server_error": [ - 3558 + 3601 ], "server_id": [ - 3558 + 3601 ], "server_plugin_runtime": [ - 3558 + 3601 ], "server_region": [ - 3558 + 3601 ], "server_type": [ - 3558 + 3601 ], "share_code": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "streams_aggregate": [ - 3281 + 3324 ], "teams_aggregate": [ - 5111 + 5154 ], "tournament_brackets_aggregate": [ - 5204 + 5247 ], "tv_connection_string": [ - 3558 + 3601 ], "veto_pick_expires_at": [ - 3558 + 3601 ], "winner": [ - 3016 + 3059 ], "winning_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63411,7 +63987,7 @@ export default { }, "matches_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -63422,37 +63998,37 @@ export default { "matches_select_column_matches_aggregate_bool_exp_bool_or_arguments_columns": {}, "matches_set_input": { "cancels_at": [ - 5153 + 5196 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5153 + 5196 ], "ended_at": [ - 5153 + 5196 ], "external_id": [ 85 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "lineup_1_id": [ - 6365 + 6503 ], "lineup_2_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "organizer_steam_id": [ - 310 + 311 ], "password": [ 85 @@ -63461,13 +64037,13 @@ export default { 85 ], "scheduled_at": [ - 5153 + 5196 ], "server_error": [ 85 ], "server_id": [ - 6365 + 6503 ], "share_code": [ 85 @@ -63476,16 +64052,16 @@ export default { 85 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1202 + 1203 ], "veto_pick_expires_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -63507,7 +64083,7 @@ export default { }, "matches_stddev_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63529,7 +64105,7 @@ export default { }, "matches_stddev_pop_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63551,7 +64127,7 @@ export default { }, "matches_stddev_samp_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63559,10 +64135,10 @@ export default { }, "matches_stream_cursor_input": { "initial_value": [ - 3377 + 3420 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -63570,40 +64146,40 @@ export default { }, "matches_stream_cursor_value_input": { "cancels_at": [ - 5153 + 5196 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5153 + 5196 ], "effective_at": [ - 5153 + 5196 ], "ended_at": [ - 5153 + 5196 ], "external_id": [ 85 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "lineup_1_id": [ - 6365 + 6503 ], "lineup_2_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "organizer_steam_id": [ - 310 + 311 ], "password": [ 85 @@ -63612,13 +64188,13 @@ export default { 85 ], "scheduled_at": [ - 5153 + 5196 ], "server_error": [ 85 ], "server_id": [ - 6365 + 6503 ], "share_code": [ 85 @@ -63627,16 +64203,16 @@ export default { 85 ], "started_at": [ - 5153 + 5196 ], "status": [ - 1202 + 1203 ], "veto_pick_expires_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -63650,7 +64226,7 @@ export default { 41 ], "organizer_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -63658,7 +64234,7 @@ export default { }, "matches_sum_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63667,13 +64243,13 @@ export default { "matches_update_column": {}, "matches_updates": { "_inc": [ - 3355 + 3398 ], "_set": [ - 3369 + 3412 ], "where": [ - 3353 + 3396 ], "__typename": [ 85 @@ -63695,7 +64271,7 @@ export default { }, "matches_var_pop_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63717,7 +64293,7 @@ export default { }, "matches_var_samp_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63739,7 +64315,7 @@ export default { }, "matches_variance_order_by": { "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63758,10 +64334,10 @@ export default { }, "migration_hashes_hashes_aggregate": { "aggregate": [ - 3390 + 3433 ], "nodes": [ - 3388 + 3431 ], "__typename": [ 85 @@ -63772,7 +64348,7 @@ export default { 41, { "columns": [ - 3400, + 3443, "[migration_hashes_hashes_select_column!]" ], "distinct": [ @@ -63781,10 +64357,10 @@ export default { } ], "max": [ - 3394 + 3437 ], "min": [ - 3395 + 3438 ], "__typename": [ 85 @@ -63792,13 +64368,13 @@ export default { }, "migration_hashes_hashes_bool_exp": { "_and": [ - 3391 + 3434 ], "_not": [ - 3391 + 3434 ], "_or": [ - 3391 + 3434 ], "hash": [ 87 @@ -63849,7 +64425,7 @@ export default { 41 ], "returning": [ - 3388 + 3431 ], "__typename": [ 85 @@ -63857,13 +64433,13 @@ export default { }, "migration_hashes_hashes_on_conflict": { "constraint": [ - 3392 + 3435 ], "update_columns": [ - 3404 + 3447 ], "where": [ - 3391 + 3434 ], "__typename": [ 85 @@ -63871,10 +64447,10 @@ export default { }, "migration_hashes_hashes_order_by": { "hash": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "__typename": [ 85 @@ -63902,10 +64478,10 @@ export default { }, "migration_hashes_hashes_stream_cursor_input": { "initial_value": [ - 3403 + 3446 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -63925,10 +64501,10 @@ export default { "migration_hashes_hashes_update_column": {}, "migration_hashes_hashes_updates": { "_set": [ - 3401 + 3444 ], "where": [ - 3391 + 3434 ], "__typename": [ 85 @@ -63942,7 +64518,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -63954,7 +64530,7 @@ export default { 85 ], "elo": [ - 2349, + 2392, { "path": [ 85 @@ -63974,25 +64550,25 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "language": [ 85 ], "last_presence_state": [ - 2349, + 2392, { "path": [ 85 @@ -64000,10 +64576,10 @@ export default { } ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -64015,25 +64591,25 @@ export default { 85 ], "player": [ - 4516 + 4559 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "presence_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ 85 @@ -64048,10 +64624,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -64065,10 +64641,10 @@ export default { }, "my_friends_aggregate": { "aggregate": [ - 3412 + 3455 ], "nodes": [ - 3406 + 3449 ], "__typename": [ 85 @@ -64076,13 +64652,13 @@ export default { }, "my_friends_aggregate_bool_exp": { "bool_and": [ - 3409 + 3452 ], "bool_or": [ - 3410 + 3453 ], "count": [ - 3411 + 3454 ], "__typename": [ 85 @@ -64090,13 +64666,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_and": { "arguments": [ - 3432 + 3475 ], "distinct": [ 6 ], "filter": [ - 3418 + 3461 ], "predicate": [ 7 @@ -64107,13 +64683,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_or": { "arguments": [ - 3433 + 3476 ], "distinct": [ 6 ], "filter": [ - 3418 + 3461 ], "predicate": [ 7 @@ -64124,13 +64700,13 @@ export default { }, "my_friends_aggregate_bool_exp_count": { "arguments": [ - 3431 + 3474 ], "distinct": [ 6 ], "filter": [ - 3418 + 3461 ], "predicate": [ 42 @@ -64141,13 +64717,13 @@ export default { }, "my_friends_aggregate_fields": { "avg": [ - 3416 + 3459 ], "count": [ 41, { "columns": [ - 3431, + 3474, "[my_friends_select_column!]" ], "distinct": [ @@ -64156,31 +64732,31 @@ export default { } ], "max": [ - 3424 + 3467 ], "min": [ - 3426 + 3469 ], "stddev": [ - 3435 + 3478 ], "stddev_pop": [ - 3437 + 3480 ], "stddev_samp": [ - 3439 + 3482 ], "sum": [ - 3443 + 3486 ], "var_pop": [ - 3446 + 3489 ], "var_samp": [ - 3448 + 3491 ], "variance": [ - 3450 + 3493 ], "__typename": [ 85 @@ -64188,37 +64764,37 @@ export default { }, "my_friends_aggregate_order_by": { "avg": [ - 3417 + 3460 ], "count": [ - 3558 + 3601 ], "max": [ - 3425 + 3468 ], "min": [ - 3427 + 3470 ], "stddev": [ - 3436 + 3479 ], "stddev_pop": [ - 3438 + 3481 ], "stddev_samp": [ - 3440 + 3483 ], "sum": [ - 3444 + 3487 ], "var_pop": [ - 3447 + 3490 ], "var_samp": [ - 3449 + 3492 ], "variance": [ - 3451 + 3494 ], "__typename": [ 85 @@ -64226,10 +64802,10 @@ export default { }, "my_friends_append_input": { "elo": [ - 2349 + 2392 ], "last_presence_state": [ - 2349 + 2392 ], "__typename": [ 85 @@ -64237,7 +64813,7 @@ export default { }, "my_friends_arr_rel_insert_input": { "data": [ - 3423 + 3466 ], "__typename": [ 85 @@ -64277,31 +64853,31 @@ export default { }, "my_friends_avg_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -64309,13 +64885,13 @@ export default { }, "my_friends_bool_exp": { "_and": [ - 3418 + 3461 ], "_not": [ - 3418 + 3461 ], "_or": [ - 3418 + 3461 ], "avatar_url": [ 87 @@ -64324,7 +64900,7 @@ export default { 87 ], "created_at": [ - 5154 + 5197 ], "custom_avatar_url": [ 87 @@ -64336,7 +64912,7 @@ export default { 87 ], "elo": [ - 2351 + 2394 ], "faceit_elo": [ 42 @@ -64351,31 +64927,31 @@ export default { 42 ], "faceit_updated_at": [ - 5154 + 5197 ], "faceit_url": [ 87 ], "friend_steam_id": [ - 312 + 313 ], "game_ban_count": [ 42 ], "invited_by_steam_id": [ - 312 + 313 ], "language": [ 87 ], "last_presence_state": [ - 2351 + 2394 ], "last_read_news_at": [ - 5154 + 5197 ], "last_sign_in_at": [ - 5154 + 5197 ], "name": [ 87 @@ -64387,25 +64963,25 @@ export default { 87 ], "player": [ - 4520 + 4563 ], "premier_rank": [ 42 ], "premier_rank_updated_at": [ - 5154 + 5197 ], "presence_updated_at": [ - 5154 + 5197 ], "profile_url": [ 87 ], "quiet_hours_end": [ - 5151 + 5194 ], "quiet_hours_start": [ - 5151 + 5194 ], "role": [ 87 @@ -64420,10 +64996,10 @@ export default { 87 ], "steam_bans_checked_at": [ - 5154 + 5197 ], "steam_id": [ - 312 + 313 ], "vac_ban_count": [ 42 @@ -64479,19 +65055,19 @@ export default { 41 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "premier_rank": [ 41 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -64508,7 +65084,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -64520,7 +65096,7 @@ export default { 85 ], "elo": [ - 2349 + 2392 ], "faceit_elo": [ 41 @@ -64535,31 +65111,31 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "language": [ 85 ], "last_presence_state": [ - 2349 + 2392 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -64571,25 +65147,25 @@ export default { 85 ], "player": [ - 4527 + 4570 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "presence_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ 85 @@ -64604,10 +65180,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -64627,7 +65203,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -64651,28 +65227,28 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "language": [ 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -64684,10 +65260,10 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "presence_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 @@ -64702,10 +65278,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -64716,94 +65292,94 @@ export default { }, "my_friends_max_order_by": { "avatar_url": [ - 3558 + 3601 ], "country": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "custom_avatar_url": [ - 3558 + 3601 ], "days_since_last_ban": [ - 3558 + 3601 ], "discord_id": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_nickname": [ - 3558 + 3601 ], "faceit_player_id": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "faceit_updated_at": [ - 3558 + 3601 ], "faceit_url": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "language": [ - 3558 + 3601 ], "last_read_news_at": [ - 3558 + 3601 ], "last_sign_in_at": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "notification_timezone": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "premier_rank_updated_at": [ - 3558 + 3601 ], "presence_updated_at": [ - 3558 + 3601 ], "profile_url": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "steam_bans_checked_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -64817,7 +65393,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -64841,28 +65417,28 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "language": [ 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -64874,10 +65450,10 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "presence_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 @@ -64892,10 +65468,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -64906,94 +65482,94 @@ export default { }, "my_friends_min_order_by": { "avatar_url": [ - 3558 + 3601 ], "country": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "custom_avatar_url": [ - 3558 + 3601 ], "days_since_last_ban": [ - 3558 + 3601 ], "discord_id": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_nickname": [ - 3558 + 3601 ], "faceit_player_id": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "faceit_updated_at": [ - 3558 + 3601 ], "faceit_url": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "language": [ - 3558 + 3601 ], "last_read_news_at": [ - 3558 + 3601 ], "last_sign_in_at": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "notification_timezone": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "premier_rank_updated_at": [ - 3558 + 3601 ], "presence_updated_at": [ - 3558 + 3601 ], "profile_url": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "steam_bans_checked_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65004,7 +65580,7 @@ export default { 41 ], "returning": [ - 3406 + 3449 ], "__typename": [ 85 @@ -65012,118 +65588,118 @@ export default { }, "my_friends_order_by": { "avatar_url": [ - 3558 + 3601 ], "country": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "custom_avatar_url": [ - 3558 + 3601 ], "days_since_last_ban": [ - 3558 + 3601 ], "discord_id": [ - 3558 + 3601 ], "elo": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_nickname": [ - 3558 + 3601 ], "faceit_player_id": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "faceit_updated_at": [ - 3558 + 3601 ], "faceit_url": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "language": [ - 3558 + 3601 ], "last_presence_state": [ - 3558 + 3601 ], "last_read_news_at": [ - 3558 + 3601 ], "last_sign_in_at": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "name_registered": [ - 3558 + 3601 ], "notification_timezone": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "premier_rank": [ - 3558 + 3601 ], "premier_rank_updated_at": [ - 3558 + 3601 ], "presence_updated_at": [ - 3558 + 3601 ], "profile_url": [ - 3558 + 3601 ], "quiet_hours_end": [ - 3558 + 3601 ], "quiet_hours_start": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "show_match_ready_modal": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "steam_bans_checked_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "vac_banned": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65131,10 +65707,10 @@ export default { }, "my_friends_prepend_input": { "elo": [ - 2349 + 2392 ], "last_presence_state": [ - 2349 + 2392 ], "__typename": [ 85 @@ -65151,7 +65727,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -65163,7 +65739,7 @@ export default { 85 ], "elo": [ - 2349 + 2392 ], "faceit_elo": [ 41 @@ -65178,31 +65754,31 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "language": [ 85 ], "last_presence_state": [ - 2349 + 2392 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -65217,19 +65793,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "presence_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ 85 @@ -65244,10 +65820,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -65293,31 +65869,31 @@ export default { }, "my_friends_stddev_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65357,31 +65933,31 @@ export default { }, "my_friends_stddev_pop_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65421,31 +65997,31 @@ export default { }, "my_friends_stddev_samp_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65453,10 +66029,10 @@ export default { }, "my_friends_stream_cursor_input": { "initial_value": [ - 3442 + 3485 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -65470,7 +66046,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -65482,7 +66058,7 @@ export default { 85 ], "elo": [ - 2349 + 2392 ], "faceit_elo": [ 41 @@ -65497,31 +66073,31 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "language": [ 85 ], "last_presence_state": [ - 2349 + 2392 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -65536,19 +66112,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "presence_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ 85 @@ -65563,10 +66139,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -65589,19 +66165,19 @@ export default { 41 ], "friend_steam_id": [ - 310 + 311 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 310 + 311 ], "premier_rank": [ 41 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -65612,31 +66188,31 @@ export default { }, "my_friends_sum_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65644,28 +66220,28 @@ export default { }, "my_friends_updates": { "_append": [ - 3414 + 3457 ], "_delete_at_path": [ - 3419 + 3462 ], "_delete_elem": [ - 3420 + 3463 ], "_delete_key": [ - 3421 + 3464 ], "_inc": [ - 3422 + 3465 ], "_prepend": [ - 3430 + 3473 ], "_set": [ - 3434 + 3477 ], "where": [ - 3418 + 3461 ], "__typename": [ 85 @@ -65705,31 +66281,31 @@ export default { }, "my_friends_var_pop_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65769,31 +66345,31 @@ export default { }, "my_friends_var_samp_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65833,31 +66409,31 @@ export default { }, "my_friends_variance_order_by": { "days_since_last_ban": [ - 3558 + 3601 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_skill_level": [ - 3558 + 3601 ], "friend_steam_id": [ - 3558 + 3601 ], "game_ban_count": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "vac_ban_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -65865,10 +66441,10 @@ export default { }, "news_articles": { "author": [ - 4516 + 4559 ], "author_steam_id": [ - 310 + 311 ], "content_markdown": [ 85 @@ -65877,13 +66453,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "published_at": [ - 5153 + 5196 ], "slug": [ 85 @@ -65898,10 +66474,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -65909,10 +66485,10 @@ export default { }, "news_articles_aggregate": { "aggregate": [ - 3454 + 3497 ], "nodes": [ - 3452 + 3495 ], "__typename": [ 85 @@ -65920,13 +66496,13 @@ export default { }, "news_articles_aggregate_fields": { "avg": [ - 3455 + 3498 ], "count": [ 41, { "columns": [ - 3466, + 3509, "[news_articles_select_column!]" ], "distinct": [ @@ -65935,31 +66511,31 @@ export default { } ], "max": [ - 3460 + 3503 ], "min": [ - 3461 + 3504 ], "stddev": [ - 3468 + 3511 ], "stddev_pop": [ - 3469 + 3512 ], "stddev_samp": [ - 3470 + 3513 ], "sum": [ - 3473 + 3516 ], "var_pop": [ - 3476 + 3519 ], "var_samp": [ - 3477 + 3520 ], "variance": [ - 3478 + 3521 ], "__typename": [ 85 @@ -65978,19 +66554,19 @@ export default { }, "news_articles_bool_exp": { "_and": [ - 3456 + 3499 ], "_not": [ - 3456 + 3499 ], "_or": [ - 3456 + 3499 ], "author": [ - 4520 + 4563 ], "author_steam_id": [ - 312 + 313 ], "content_markdown": [ 87 @@ -65999,13 +66575,13 @@ export default { 87 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "published_at": [ - 5154 + 5197 ], "slug": [ 87 @@ -66020,10 +66596,10 @@ export default { 87 ], "updated_at": [ - 5154 + 5197 ], "view_count": [ - 312 + 313 ], "__typename": [ 85 @@ -66032,10 +66608,10 @@ export default { "news_articles_constraint": {}, "news_articles_inc_input": { "author_steam_id": [ - 310 + 311 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66043,10 +66619,10 @@ export default { }, "news_articles_insert_input": { "author": [ - 4527 + 4570 ], "author_steam_id": [ - 310 + 311 ], "content_markdown": [ 85 @@ -66055,13 +66631,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "published_at": [ - 5153 + 5196 ], "slug": [ 85 @@ -66076,10 +66652,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66087,7 +66663,7 @@ export default { }, "news_articles_max_fields": { "author_steam_id": [ - 310 + 311 ], "content_markdown": [ 85 @@ -66096,13 +66672,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "published_at": [ - 5153 + 5196 ], "slug": [ 85 @@ -66117,10 +66693,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66128,7 +66704,7 @@ export default { }, "news_articles_min_fields": { "author_steam_id": [ - 310 + 311 ], "content_markdown": [ 85 @@ -66137,13 +66713,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "published_at": [ - 5153 + 5196 ], "slug": [ 85 @@ -66158,10 +66734,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66172,7 +66748,7 @@ export default { 41 ], "returning": [ - 3452 + 3495 ], "__typename": [ 85 @@ -66180,13 +66756,13 @@ export default { }, "news_articles_on_conflict": { "constraint": [ - 3457 + 3500 ], "update_columns": [ - 3474 + 3517 ], "where": [ - 3456 + 3499 ], "__typename": [ 85 @@ -66194,43 +66770,43 @@ export default { }, "news_articles_order_by": { "author": [ - 4529 + 4572 ], "author_steam_id": [ - 3558 + 3601 ], "content_markdown": [ - 3558 + 3601 ], "cover_image_url": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "published_at": [ - 3558 + 3601 ], "slug": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "teaser": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "view_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -66238,7 +66814,7 @@ export default { }, "news_articles_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -66247,7 +66823,7 @@ export default { "news_articles_select_column": {}, "news_articles_set_input": { "author_steam_id": [ - 310 + 311 ], "content_markdown": [ 85 @@ -66256,13 +66832,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "published_at": [ - 5153 + 5196 ], "slug": [ 85 @@ -66277,10 +66853,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66321,10 +66897,10 @@ export default { }, "news_articles_stream_cursor_input": { "initial_value": [ - 3472 + 3515 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -66332,7 +66908,7 @@ export default { }, "news_articles_stream_cursor_value_input": { "author_steam_id": [ - 310 + 311 ], "content_markdown": [ 85 @@ -66341,13 +66917,13 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "published_at": [ - 5153 + 5196 ], "slug": [ 85 @@ -66362,10 +66938,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66373,10 +66949,10 @@ export default { }, "news_articles_sum_fields": { "author_steam_id": [ - 310 + 311 ], "view_count": [ - 310 + 311 ], "__typename": [ 85 @@ -66385,13 +66961,13 @@ export default { "news_articles_update_column": {}, "news_articles_updates": { "_inc": [ - 3458 + 3501 ], "_set": [ - 3467 + 3510 ], "where": [ - 3456 + 3499 ], "__typename": [ 85 @@ -66441,10 +67017,10 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -66452,10 +67028,10 @@ export default { }, "notification_preferences_aggregate": { "aggregate": [ - 3481 + 3524 ], "nodes": [ - 3479 + 3522 ], "__typename": [ 85 @@ -66463,13 +67039,13 @@ export default { }, "notification_preferences_aggregate_fields": { "avg": [ - 3482 + 3525 ], "count": [ 41, { "columns": [ - 3493, + 3536, "[notification_preferences_select_column!]" ], "distinct": [ @@ -66478,31 +67054,31 @@ export default { } ], "max": [ - 3487 + 3530 ], "min": [ - 3488 + 3531 ], "stddev": [ - 3495 + 3538 ], "stddev_pop": [ - 3496 + 3539 ], "stddev_samp": [ - 3497 + 3540 ], "sum": [ - 3500 + 3543 ], "var_pop": [ - 3503 + 3546 ], "var_samp": [ - 3504 + 3547 ], "variance": [ - 3505 + 3548 ], "__typename": [ 85 @@ -66518,13 +67094,13 @@ export default { }, "notification_preferences_bool_exp": { "_and": [ - 3483 + 3526 ], "_not": [ - 3483 + 3526 ], "_or": [ - 3483 + 3526 ], "channel": [ 87 @@ -66536,10 +67112,10 @@ export default { 87 ], "steam_id": [ - 312 + 313 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -66548,7 +67124,7 @@ export default { "notification_preferences_constraint": {}, "notification_preferences_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -66565,10 +67141,10 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -66582,10 +67158,10 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -66599,10 +67175,10 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -66613,7 +67189,7 @@ export default { 41 ], "returning": [ - 3479 + 3522 ], "__typename": [ 85 @@ -66621,13 +67197,13 @@ export default { }, "notification_preferences_on_conflict": { "constraint": [ - 3484 + 3527 ], "update_columns": [ - 3501 + 3544 ], "where": [ - 3483 + 3526 ], "__typename": [ 85 @@ -66635,19 +67211,19 @@ export default { }, "notification_preferences_order_by": { "channel": [ - 3558 + 3601 ], "enabled": [ - 3558 + 3601 ], "key": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -66661,7 +67237,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -66679,10 +67255,10 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -66714,10 +67290,10 @@ export default { }, "notification_preferences_stream_cursor_input": { "initial_value": [ - 3499 + 3542 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -66734,10 +67310,10 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -66745,7 +67321,7 @@ export default { }, "notification_preferences_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -66754,13 +67330,13 @@ export default { "notification_preferences_update_column": {}, "notification_preferences_updates": { "_inc": [ - 3485 + 3528 ], "_set": [ - 3494 + 3537 ], "where": [ - 3483 + 3526 ], "__typename": [ 85 @@ -66792,7 +67368,7 @@ export default { }, "notifications": { "actions": [ - 2349, + 2392, { "path": [ 85 @@ -66800,10 +67376,10 @@ export default { } ], "created_at": [ - 5153 + 5196 ], "data": [ - 2349, + 2392, { "path": [ 85 @@ -66814,13 +67390,13 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "entity_id": [ 85 ], "id": [ - 6365 + 6503 ], "in_app": [ 6 @@ -66832,19 +67408,19 @@ export default { 85 ], "player": [ - 4516 + 4559 ], "role": [ - 1284 + 1285 ], "steam_id": [ - 310 + 311 ], "title": [ 85 ], "type": [ - 1244 + 1245 ], "__typename": [ 85 @@ -66852,10 +67428,10 @@ export default { }, "notifications_aggregate": { "aggregate": [ - 3512 + 3555 ], "nodes": [ - 3506 + 3549 ], "__typename": [ 85 @@ -66863,13 +67439,13 @@ export default { }, "notifications_aggregate_bool_exp": { "bool_and": [ - 3509 + 3552 ], "bool_or": [ - 3510 + 3553 ], "count": [ - 3511 + 3554 ], "__typename": [ 85 @@ -66877,13 +67453,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_and": { "arguments": [ - 3535 + 3578 ], "distinct": [ 6 ], "filter": [ - 3518 + 3561 ], "predicate": [ 7 @@ -66894,13 +67470,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_or": { "arguments": [ - 3536 + 3579 ], "distinct": [ 6 ], "filter": [ - 3518 + 3561 ], "predicate": [ 7 @@ -66911,13 +67487,13 @@ export default { }, "notifications_aggregate_bool_exp_count": { "arguments": [ - 3534 + 3577 ], "distinct": [ 6 ], "filter": [ - 3518 + 3561 ], "predicate": [ 42 @@ -66928,13 +67504,13 @@ export default { }, "notifications_aggregate_fields": { "avg": [ - 3516 + 3559 ], "count": [ 41, { "columns": [ - 3534, + 3577, "[notifications_select_column!]" ], "distinct": [ @@ -66943,31 +67519,31 @@ export default { } ], "max": [ - 3525 + 3568 ], "min": [ - 3527 + 3570 ], "stddev": [ - 3538 + 3581 ], "stddev_pop": [ - 3540 + 3583 ], "stddev_samp": [ - 3542 + 3585 ], "sum": [ - 3546 + 3589 ], "var_pop": [ - 3550 + 3593 ], "var_samp": [ - 3552 + 3595 ], "variance": [ - 3554 + 3597 ], "__typename": [ 85 @@ -66975,37 +67551,37 @@ export default { }, "notifications_aggregate_order_by": { "avg": [ - 3517 + 3560 ], "count": [ - 3558 + 3601 ], "max": [ - 3526 + 3569 ], "min": [ - 3528 + 3571 ], "stddev": [ - 3539 + 3582 ], "stddev_pop": [ - 3541 + 3584 ], "stddev_samp": [ - 3543 + 3586 ], "sum": [ - 3547 + 3590 ], "var_pop": [ - 3551 + 3594 ], "var_samp": [ - 3553 + 3596 ], "variance": [ - 3555 + 3598 ], "__typename": [ 85 @@ -67013,10 +67589,10 @@ export default { }, "notifications_append_input": { "actions": [ - 2349 + 2392 ], "data": [ - 2349 + 2392 ], "__typename": [ 85 @@ -67024,10 +67600,10 @@ export default { }, "notifications_arr_rel_insert_input": { "data": [ - 3524 + 3567 ], "on_conflict": [ - 3530 + 3573 ], "__typename": [ 85 @@ -67043,7 +67619,7 @@ export default { }, "notifications_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67051,34 +67627,34 @@ export default { }, "notifications_bool_exp": { "_and": [ - 3518 + 3561 ], "_not": [ - 3518 + 3561 ], "_or": [ - 3518 + 3561 ], "actions": [ - 2351 + 2394 ], "created_at": [ - 5154 + 5197 ], "data": [ - 2351 + 2394 ], "deletable": [ 7 ], "deleted_at": [ - 5154 + 5197 ], "entity_id": [ 87 ], "id": [ - 6367 + 6505 ], "in_app": [ 7 @@ -67090,19 +67666,19 @@ export default { 87 ], "player": [ - 4520 + 4563 ], "role": [ - 1285 + 1286 ], "steam_id": [ - 312 + 313 ], "title": [ 87 ], "type": [ - 1245 + 1246 ], "__typename": [ 85 @@ -67144,7 +67720,7 @@ export default { }, "notifications_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -67152,25 +67728,25 @@ export default { }, "notifications_insert_input": { "actions": [ - 2349 + 2392 ], "created_at": [ - 5153 + 5196 ], "data": [ - 2349 + 2392 ], "deletable": [ 6 ], "deleted_at": [ - 5153 + 5196 ], "entity_id": [ 85 ], "id": [ - 6365 + 6503 ], "in_app": [ 6 @@ -67182,19 +67758,19 @@ export default { 85 ], "player": [ - 4527 + 4570 ], "role": [ - 1284 + 1285 ], "steam_id": [ - 310 + 311 ], "title": [ 85 ], "type": [ - 1244 + 1245 ], "__typename": [ 85 @@ -67202,22 +67778,22 @@ export default { }, "notifications_max_fields": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "entity_id": [ 85 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "steam_id": [ - 310 + 311 ], "title": [ 85 @@ -67228,25 +67804,25 @@ export default { }, "notifications_max_order_by": { "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "entity_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67254,22 +67830,22 @@ export default { }, "notifications_min_fields": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "entity_id": [ 85 ], "id": [ - 6365 + 6503 ], "message": [ 85 ], "steam_id": [ - 310 + 311 ], "title": [ 85 @@ -67280,25 +67856,25 @@ export default { }, "notifications_min_order_by": { "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "entity_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67309,7 +67885,7 @@ export default { 41 ], "returning": [ - 3506 + 3549 ], "__typename": [ 85 @@ -67317,13 +67893,13 @@ export default { }, "notifications_on_conflict": { "constraint": [ - 3519 + 3562 ], "update_columns": [ - 3548 + 3591 ], "where": [ - 3518 + 3561 ], "__typename": [ 85 @@ -67331,49 +67907,49 @@ export default { }, "notifications_order_by": { "actions": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "data": [ - 3558 + 3601 ], "deletable": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "entity_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "in_app": [ - 3558 + 3601 ], "is_read": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "role": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67381,7 +67957,7 @@ export default { }, "notifications_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -67389,10 +67965,10 @@ export default { }, "notifications_prepend_input": { "actions": [ - 2349 + 2392 ], "data": [ - 2349 + 2392 ], "__typename": [ 85 @@ -67403,25 +67979,25 @@ export default { "notifications_select_column_notifications_aggregate_bool_exp_bool_or_arguments_columns": {}, "notifications_set_input": { "actions": [ - 2349 + 2392 ], "created_at": [ - 5153 + 5196 ], "data": [ - 2349 + 2392 ], "deletable": [ 6 ], "deleted_at": [ - 5153 + 5196 ], "entity_id": [ 85 ], "id": [ - 6365 + 6503 ], "in_app": [ 6 @@ -67433,16 +68009,16 @@ export default { 85 ], "role": [ - 1284 + 1285 ], "steam_id": [ - 310 + 311 ], "title": [ 85 ], "type": [ - 1244 + 1245 ], "__typename": [ 85 @@ -67458,7 +68034,7 @@ export default { }, "notifications_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67474,7 +68050,7 @@ export default { }, "notifications_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67490,7 +68066,7 @@ export default { }, "notifications_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67498,10 +68074,10 @@ export default { }, "notifications_stream_cursor_input": { "initial_value": [ - 3545 + 3588 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -67509,25 +68085,25 @@ export default { }, "notifications_stream_cursor_value_input": { "actions": [ - 2349 + 2392 ], "created_at": [ - 5153 + 5196 ], "data": [ - 2349 + 2392 ], "deletable": [ 6 ], "deleted_at": [ - 5153 + 5196 ], "entity_id": [ 85 ], "id": [ - 6365 + 6503 ], "in_app": [ 6 @@ -67539,16 +68115,16 @@ export default { 85 ], "role": [ - 1284 + 1285 ], "steam_id": [ - 310 + 311 ], "title": [ 85 ], "type": [ - 1244 + 1245 ], "__typename": [ 85 @@ -67556,7 +68132,7 @@ export default { }, "notifications_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -67564,7 +68140,7 @@ export default { }, "notifications_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67573,28 +68149,28 @@ export default { "notifications_update_column": {}, "notifications_updates": { "_append": [ - 3514 + 3557 ], "_delete_at_path": [ - 3520 + 3563 ], "_delete_elem": [ - 3521 + 3564 ], "_delete_key": [ - 3522 + 3565 ], "_inc": [ - 3523 + 3566 ], "_prepend": [ - 3533 + 3576 ], "_set": [ - 3537 + 3580 ], "where": [ - 3518 + 3561 ], "__typename": [ 85 @@ -67610,7 +68186,7 @@ export default { }, "notifications_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67626,7 +68202,7 @@ export default { }, "notifications_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67642,7 +68218,7 @@ export default { }, "notifications_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67651,31 +68227,31 @@ export default { "numeric": {}, "numeric_comparison_exp": { "_eq": [ - 3556 + 3599 ], "_gt": [ - 3556 + 3599 ], "_gte": [ - 3556 + 3599 ], "_in": [ - 3556 + 3599 ], "_is_null": [ 6 ], "_lt": [ - 3556 + 3599 ], "_lte": [ - 3556 + 3599 ], "_neq": [ - 3556 + 3599 ], "_nin": [ - 3556 + 3599 ], "__typename": [ 85 @@ -67684,19 +68260,19 @@ export default { "order_by": {}, "pending_match_import_players": { "created_at": [ - 5153 + 5196 ], "pending_match_import": [ - 3600 + 3643 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -67704,10 +68280,10 @@ export default { }, "pending_match_import_players_aggregate": { "aggregate": [ - 3563 + 3606 ], "nodes": [ - 3559 + 3602 ], "__typename": [ 85 @@ -67715,7 +68291,7 @@ export default { }, "pending_match_import_players_aggregate_bool_exp": { "count": [ - 3562 + 3605 ], "__typename": [ 85 @@ -67723,13 +68299,13 @@ export default { }, "pending_match_import_players_aggregate_bool_exp_count": { "arguments": [ - 3580 + 3623 ], "distinct": [ 6 ], "filter": [ - 3568 + 3611 ], "predicate": [ 42 @@ -67740,13 +68316,13 @@ export default { }, "pending_match_import_players_aggregate_fields": { "avg": [ - 3566 + 3609 ], "count": [ 41, { "columns": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "distinct": [ @@ -67755,31 +68331,31 @@ export default { } ], "max": [ - 3572 + 3615 ], "min": [ - 3574 + 3617 ], "stddev": [ - 3582 + 3625 ], "stddev_pop": [ - 3584 + 3627 ], "stddev_samp": [ - 3586 + 3629 ], "sum": [ - 3590 + 3633 ], "var_pop": [ - 3594 + 3637 ], "var_samp": [ - 3596 + 3639 ], "variance": [ - 3598 + 3641 ], "__typename": [ 85 @@ -67787,37 +68363,37 @@ export default { }, "pending_match_import_players_aggregate_order_by": { "avg": [ - 3567 + 3610 ], "count": [ - 3558 + 3601 ], "max": [ - 3573 + 3616 ], "min": [ - 3575 + 3618 ], "stddev": [ - 3583 + 3626 ], "stddev_pop": [ - 3585 + 3628 ], "stddev_samp": [ - 3587 + 3630 ], "sum": [ - 3591 + 3634 ], "var_pop": [ - 3595 + 3638 ], "var_samp": [ - 3597 + 3640 ], "variance": [ - 3599 + 3642 ], "__typename": [ 85 @@ -67825,10 +68401,10 @@ export default { }, "pending_match_import_players_arr_rel_insert_input": { "data": [ - 3571 + 3614 ], "on_conflict": [ - 3577 + 3620 ], "__typename": [ 85 @@ -67847,10 +68423,10 @@ export default { }, "pending_match_import_players_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67858,28 +68434,28 @@ export default { }, "pending_match_import_players_bool_exp": { "_and": [ - 3568 + 3611 ], "_not": [ - 3568 + 3611 ], "_or": [ - 3568 + 3611 ], "created_at": [ - 5154 + 5197 ], "pending_match_import": [ - 3604 + 3647 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "valve_match_id": [ - 3557 + 3600 ], "__typename": [ 85 @@ -67888,10 +68464,10 @@ export default { "pending_match_import_players_constraint": {}, "pending_match_import_players_inc_input": { "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -67899,19 +68475,19 @@ export default { }, "pending_match_import_players_insert_input": { "created_at": [ - 5153 + 5196 ], "pending_match_import": [ - 3611 + 3654 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -67919,13 +68495,13 @@ export default { }, "pending_match_import_players_max_fields": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -67933,13 +68509,13 @@ export default { }, "pending_match_import_players_max_order_by": { "created_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67947,13 +68523,13 @@ export default { }, "pending_match_import_players_min_fields": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -67961,13 +68537,13 @@ export default { }, "pending_match_import_players_min_order_by": { "created_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -67978,7 +68554,7 @@ export default { 41 ], "returning": [ - 3559 + 3602 ], "__typename": [ 85 @@ -67986,13 +68562,13 @@ export default { }, "pending_match_import_players_on_conflict": { "constraint": [ - 3569 + 3612 ], "update_columns": [ - 3592 + 3635 ], "where": [ - 3568 + 3611 ], "__typename": [ 85 @@ -68000,19 +68576,19 @@ export default { }, "pending_match_import_players_order_by": { "created_at": [ - 3558 + 3601 ], "pending_match_import": [ - 3613 + 3656 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68020,10 +68596,10 @@ export default { }, "pending_match_import_players_pk_columns_input": { "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68032,13 +68608,13 @@ export default { "pending_match_import_players_select_column": {}, "pending_match_import_players_set_input": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68057,10 +68633,10 @@ export default { }, "pending_match_import_players_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68079,10 +68655,10 @@ export default { }, "pending_match_import_players_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68101,10 +68677,10 @@ export default { }, "pending_match_import_players_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68112,10 +68688,10 @@ export default { }, "pending_match_import_players_stream_cursor_input": { "initial_value": [ - 3589 + 3632 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -68123,13 +68699,13 @@ export default { }, "pending_match_import_players_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68137,10 +68713,10 @@ export default { }, "pending_match_import_players_sum_fields": { "steam_id": [ - 310 + 311 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68148,10 +68724,10 @@ export default { }, "pending_match_import_players_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68160,13 +68736,13 @@ export default { "pending_match_import_players_update_column": {}, "pending_match_import_players_updates": { "_inc": [ - 3570 + 3613 ], "_set": [ - 3581 + 3624 ], "where": [ - 3568 + 3611 ], "__typename": [ 85 @@ -68185,10 +68761,10 @@ export default { }, "pending_match_import_players_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68207,10 +68783,10 @@ export default { }, "pending_match_import_players_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68229,10 +68805,10 @@ export default { }, "pending_match_import_players_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68240,7 +68816,7 @@ export default { }, "pending_match_imports": { "created_at": [ - 5153 + 5196 ], "demo_url": [ 85 @@ -68252,13 +68828,13 @@ export default { 85 ], "match_start_time": [ - 5153 + 5196 ], "players": [ - 3559, + 3602, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -68268,19 +68844,19 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "players_aggregate": [ - 3560, + 3603, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -68290,11 +68866,11 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], @@ -68305,10 +68881,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68316,10 +68892,10 @@ export default { }, "pending_match_imports_aggregate": { "aggregate": [ - 3602 + 3645 ], "nodes": [ - 3600 + 3643 ], "__typename": [ 85 @@ -68327,13 +68903,13 @@ export default { }, "pending_match_imports_aggregate_fields": { "avg": [ - 3603 + 3646 ], "count": [ 41, { "columns": [ - 3615, + 3658, "[pending_match_imports_select_column!]" ], "distinct": [ @@ -68342,31 +68918,31 @@ export default { } ], "max": [ - 3608 + 3651 ], "min": [ - 3609 + 3652 ], "stddev": [ - 3617 + 3660 ], "stddev_pop": [ - 3618 + 3661 ], "stddev_samp": [ - 3619 + 3662 ], "sum": [ - 3622 + 3665 ], "var_pop": [ - 3625 + 3668 ], "var_samp": [ - 3626 + 3669 ], "variance": [ - 3627 + 3670 ], "__typename": [ 85 @@ -68382,16 +68958,16 @@ export default { }, "pending_match_imports_bool_exp": { "_and": [ - 3604 + 3647 ], "_not": [ - 3604 + 3647 ], "_or": [ - 3604 + 3647 ], "created_at": [ - 5154 + 5197 ], "demo_url": [ 87 @@ -68403,13 +68979,13 @@ export default { 87 ], "match_start_time": [ - 5154 + 5197 ], "players": [ - 3568 + 3611 ], "players_aggregate": [ - 3561 + 3604 ], "share_code": [ 87 @@ -68418,10 +68994,10 @@ export default { 87 ], "updated_at": [ - 5154 + 5197 ], "valve_match_id": [ - 3557 + 3600 ], "__typename": [ 85 @@ -68430,7 +69006,7 @@ export default { "pending_match_imports_constraint": {}, "pending_match_imports_inc_input": { "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68438,7 +69014,7 @@ export default { }, "pending_match_imports_insert_input": { "created_at": [ - 5153 + 5196 ], "demo_url": [ 85 @@ -68450,10 +69026,10 @@ export default { 85 ], "match_start_time": [ - 5153 + 5196 ], "players": [ - 3565 + 3608 ], "share_code": [ 85 @@ -68462,10 +69038,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68473,7 +69049,7 @@ export default { }, "pending_match_imports_max_fields": { "created_at": [ - 5153 + 5196 ], "demo_url": [ 85 @@ -68485,7 +69061,7 @@ export default { 85 ], "match_start_time": [ - 5153 + 5196 ], "share_code": [ 85 @@ -68494,10 +69070,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68505,7 +69081,7 @@ export default { }, "pending_match_imports_min_fields": { "created_at": [ - 5153 + 5196 ], "demo_url": [ 85 @@ -68517,7 +69093,7 @@ export default { 85 ], "match_start_time": [ - 5153 + 5196 ], "share_code": [ 85 @@ -68526,10 +69102,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68540,7 +69116,7 @@ export default { 41 ], "returning": [ - 3600 + 3643 ], "__typename": [ 85 @@ -68548,10 +69124,10 @@ export default { }, "pending_match_imports_obj_rel_insert_input": { "data": [ - 3607 + 3650 ], "on_conflict": [ - 3612 + 3655 ], "__typename": [ 85 @@ -68559,13 +69135,13 @@ export default { }, "pending_match_imports_on_conflict": { "constraint": [ - 3605 + 3648 ], "update_columns": [ - 3623 + 3666 ], "where": [ - 3604 + 3647 ], "__typename": [ 85 @@ -68573,34 +69149,34 @@ export default { }, "pending_match_imports_order_by": { "created_at": [ - 3558 + 3601 ], "demo_url": [ - 3558 + 3601 ], "error": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match_start_time": [ - 3558 + 3601 ], "players_aggregate": [ - 3564 + 3607 ], "share_code": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "valve_match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -68608,7 +69184,7 @@ export default { }, "pending_match_imports_pk_columns_input": { "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68617,7 +69193,7 @@ export default { "pending_match_imports_select_column": {}, "pending_match_imports_set_input": { "created_at": [ - 5153 + 5196 ], "demo_url": [ 85 @@ -68629,7 +69205,7 @@ export default { 85 ], "match_start_time": [ - 5153 + 5196 ], "share_code": [ 85 @@ -68638,10 +69214,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68673,10 +69249,10 @@ export default { }, "pending_match_imports_stream_cursor_input": { "initial_value": [ - 3621 + 3664 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -68684,7 +69260,7 @@ export default { }, "pending_match_imports_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "demo_url": [ 85 @@ -68696,7 +69272,7 @@ export default { 85 ], "match_start_time": [ - 5153 + 5196 ], "share_code": [ 85 @@ -68705,10 +69281,10 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68716,7 +69292,7 @@ export default { }, "pending_match_imports_sum_fields": { "valve_match_id": [ - 3556 + 3599 ], "__typename": [ 85 @@ -68725,13 +69301,13 @@ export default { "pending_match_imports_update_column": {}, "pending_match_imports_updates": { "_inc": [ - 3606 + 3649 ], "_set": [ - 3616 + 3659 ], "where": [ - 3604 + 3647 ], "__typename": [ 85 @@ -68763,10 +69339,10 @@ export default { }, "player_aim_stats_demo": { "attacker": [ - 4516 + 4559 ], "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -68778,7 +69354,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -68796,16 +69372,16 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "non_awp_hits": [ 41 @@ -68826,7 +69402,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -68837,10 +69413,10 @@ export default { }, "player_aim_stats_demo_aggregate": { "aggregate": [ - 3630 + 3673 ], "nodes": [ - 3628 + 3671 ], "__typename": [ 85 @@ -68848,13 +69424,13 @@ export default { }, "player_aim_stats_demo_aggregate_fields": { "avg": [ - 3631 + 3674 ], "count": [ 41, { "columns": [ - 3642, + 3685, "[player_aim_stats_demo_select_column!]" ], "distinct": [ @@ -68863,31 +69439,31 @@ export default { } ], "max": [ - 3636 + 3679 ], "min": [ - 3637 + 3680 ], "stddev": [ - 3644 + 3687 ], "stddev_pop": [ - 3645 + 3688 ], "stddev_samp": [ - 3646 + 3689 ], "sum": [ - 3649 + 3692 ], "var_pop": [ - 3652 + 3695 ], "var_samp": [ - 3653 + 3696 ], "variance": [ - 3654 + 3697 ], "__typename": [ 85 @@ -68954,19 +69530,19 @@ export default { }, "player_aim_stats_demo_bool_exp": { "_and": [ - 3632 + 3675 ], "_not": [ - 3632 + 3675 ], "_or": [ - 3632 + 3675 ], "attacker": [ - 4520 + 4563 ], "attacker_steam_id": [ - 312 + 313 ], "counter_strafe_eligible_shots": [ 42 @@ -68978,7 +69554,7 @@ export default { 42 ], "crosshair_angle_sum_deg": [ - 3557 + 3600 ], "first_bullet_hits": [ 42 @@ -68996,16 +69572,16 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "non_awp_hits": [ 42 @@ -69026,7 +69602,7 @@ export default { 42 ], "time_to_damage_sum_s": [ - 3557 + 3600 ], "total_engagement_frames": [ 42 @@ -69038,7 +69614,7 @@ export default { "player_aim_stats_demo_constraint": {}, "player_aim_stats_demo_inc_input": { "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69050,7 +69626,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69086,7 +69662,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69097,10 +69673,10 @@ export default { }, "player_aim_stats_demo_insert_input": { "attacker": [ - 4527 + 4570 ], "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69112,7 +69688,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69130,16 +69706,16 @@ export default { 41 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "non_awp_hits": [ 41 @@ -69160,7 +69736,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69171,7 +69747,7 @@ export default { }, "player_aim_stats_demo_max_fields": { "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69183,7 +69759,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69201,10 +69777,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "non_awp_hits": [ 41 @@ -69225,7 +69801,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69236,7 +69812,7 @@ export default { }, "player_aim_stats_demo_min_fields": { "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69248,7 +69824,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69266,10 +69842,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "non_awp_hits": [ 41 @@ -69290,7 +69866,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69304,7 +69880,7 @@ export default { 41 ], "returning": [ - 3628 + 3671 ], "__typename": [ 85 @@ -69312,13 +69888,13 @@ export default { }, "player_aim_stats_demo_on_conflict": { "constraint": [ - 3633 + 3676 ], "update_columns": [ - 3650 + 3693 ], "where": [ - 3632 + 3675 ], "__typename": [ 85 @@ -69326,73 +69902,73 @@ export default { }, "player_aim_stats_demo_order_by": { "attacker": [ - 4529 + 4572 ], "attacker_steam_id": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "__typename": [ 85 @@ -69400,10 +69976,10 @@ export default { }, "player_aim_stats_demo_pk_columns_input": { "attacker_steam_id": [ - 310 + 311 ], "match_map_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -69412,7 +69988,7 @@ export default { "player_aim_stats_demo_select_column": {}, "player_aim_stats_demo_set_input": { "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69424,7 +70000,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69442,10 +70018,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "non_awp_hits": [ 41 @@ -69466,7 +70042,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69654,10 +70230,10 @@ export default { }, "player_aim_stats_demo_stream_cursor_input": { "initial_value": [ - 3648 + 3691 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -69665,7 +70241,7 @@ export default { }, "player_aim_stats_demo_stream_cursor_value_input": { "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69677,7 +70253,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69695,10 +70271,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "non_awp_hits": [ 41 @@ -69719,7 +70295,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69730,7 +70306,7 @@ export default { }, "player_aim_stats_demo_sum_fields": { "attacker_steam_id": [ - 310 + 311 ], "counter_strafe_eligible_shots": [ 41 @@ -69742,7 +70318,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "first_bullet_hits": [ 41 @@ -69778,7 +70354,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -69790,13 +70366,13 @@ export default { "player_aim_stats_demo_update_column": {}, "player_aim_stats_demo_updates": { "_inc": [ - 3634 + 3677 ], "_set": [ - 3643 + 3686 ], "where": [ - 3632 + 3675 ], "__typename": [ 85 @@ -69993,19 +70569,19 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "shots": [ 41 @@ -70014,7 +70590,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70025,10 +70601,10 @@ export default { }, "player_aim_weapon_stats_aggregate": { "aggregate": [ - 3659 + 3702 ], "nodes": [ - 3655 + 3698 ], "__typename": [ 85 @@ -70036,7 +70612,7 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp": { "count": [ - 3658 + 3701 ], "__typename": [ 85 @@ -70044,13 +70620,13 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp_count": { "arguments": [ - 3676 + 3719 ], "distinct": [ 6 ], "filter": [ - 3664 + 3707 ], "predicate": [ 42 @@ -70061,13 +70637,13 @@ export default { }, "player_aim_weapon_stats_aggregate_fields": { "avg": [ - 3662 + 3705 ], "count": [ 41, { "columns": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "distinct": [ @@ -70076,31 +70652,31 @@ export default { } ], "max": [ - 3668 + 3711 ], "min": [ - 3670 + 3713 ], "stddev": [ - 3678 + 3721 ], "stddev_pop": [ - 3680 + 3723 ], "stddev_samp": [ - 3682 + 3725 ], "sum": [ - 3686 + 3729 ], "var_pop": [ - 3690 + 3733 ], "var_samp": [ - 3692 + 3735 ], "variance": [ - 3694 + 3737 ], "__typename": [ 85 @@ -70108,37 +70684,37 @@ export default { }, "player_aim_weapon_stats_aggregate_order_by": { "avg": [ - 3663 + 3706 ], "count": [ - 3558 + 3601 ], "max": [ - 3669 + 3712 ], "min": [ - 3671 + 3714 ], "stddev": [ - 3679 + 3722 ], "stddev_pop": [ - 3681 + 3724 ], "stddev_samp": [ - 3683 + 3726 ], "sum": [ - 3687 + 3730 ], "var_pop": [ - 3691 + 3734 ], "var_samp": [ - 3693 + 3736 ], "variance": [ - 3695 + 3738 ], "__typename": [ 85 @@ -70146,10 +70722,10 @@ export default { }, "player_aim_weapon_stats_arr_rel_insert_input": { "data": [ - 3667 + 3710 ], "on_conflict": [ - 3673 + 3716 ], "__typename": [ 85 @@ -70183,25 +70759,25 @@ export default { }, "player_aim_weapon_stats_avg_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70209,13 +70785,13 @@ export default { }, "player_aim_weapon_stats_bool_exp": { "_and": [ - 3664 + 3707 ], "_not": [ - 3664 + 3707 ], "_or": [ - 3664 + 3707 ], "first_bullet_hits": [ 42 @@ -70230,19 +70806,19 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "shots": [ 42 @@ -70251,7 +70827,7 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "weapon_class": [ 87 @@ -70281,7 +70857,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -70301,19 +70877,19 @@ export default { 41 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "shots": [ 41 @@ -70322,7 +70898,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70345,10 +70921,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -70357,7 +70933,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70368,34 +70944,34 @@ export default { }, "player_aim_weapon_stats_max_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "weapon_class": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70415,10 +70991,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -70427,7 +71003,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70438,34 +71014,34 @@ export default { }, "player_aim_weapon_stats_min_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "weapon_class": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70476,7 +71052,7 @@ export default { 41 ], "returning": [ - 3655 + 3698 ], "__typename": [ 85 @@ -70484,13 +71060,13 @@ export default { }, "player_aim_weapon_stats_on_conflict": { "constraint": [ - 3665 + 3708 ], "update_columns": [ - 3688 + 3731 ], "where": [ - 3664 + 3707 ], "__typename": [ 85 @@ -70498,43 +71074,43 @@ export default { }, "player_aim_weapon_stats_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "weapon_class": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70542,10 +71118,10 @@ export default { }, "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70569,10 +71145,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -70581,7 +71157,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70618,25 +71194,25 @@ export default { }, "player_aim_weapon_stats_stddev_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70670,25 +71246,25 @@ export default { }, "player_aim_weapon_stats_stddev_pop_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70722,25 +71298,25 @@ export default { }, "player_aim_weapon_stats_stddev_samp_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70748,10 +71324,10 @@ export default { }, "player_aim_weapon_stats_stream_cursor_input": { "initial_value": [ - 3685 + 3728 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -70771,10 +71347,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -70783,7 +71359,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -70812,7 +71388,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -70820,25 +71396,25 @@ export default { }, "player_aim_weapon_stats_sum_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70847,13 +71423,13 @@ export default { "player_aim_weapon_stats_update_column": {}, "player_aim_weapon_stats_updates": { "_inc": [ - 3666 + 3709 ], "_set": [ - 3677 + 3720 ], "where": [ - 3664 + 3707 ], "__typename": [ 85 @@ -70887,25 +71463,25 @@ export default { }, "player_aim_weapon_stats_var_pop_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70939,25 +71515,25 @@ export default { }, "player_aim_weapon_stats_var_samp_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -70991,25 +71567,25 @@ export default { }, "player_aim_weapon_stats_variance_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71017,22 +71593,22 @@ export default { }, "player_assists": { "attacked_player": [ - 4516 + 4559 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "flash": [ 6 @@ -71041,25 +71617,25 @@ export default { 6 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71067,10 +71643,10 @@ export default { }, "player_assists_aggregate": { "aggregate": [ - 3702 + 3745 ], "nodes": [ - 3696 + 3739 ], "__typename": [ 85 @@ -71078,13 +71654,13 @@ export default { }, "player_assists_aggregate_bool_exp": { "bool_and": [ - 3699 + 3742 ], "bool_or": [ - 3700 + 3743 ], "count": [ - 3701 + 3744 ], "__typename": [ 85 @@ -71092,13 +71668,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_and": { "arguments": [ - 3720 + 3763 ], "distinct": [ 6 ], "filter": [ - 3707 + 3750 ], "predicate": [ 7 @@ -71109,13 +71685,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_or": { "arguments": [ - 3721 + 3764 ], "distinct": [ 6 ], "filter": [ - 3707 + 3750 ], "predicate": [ 7 @@ -71126,13 +71702,13 @@ export default { }, "player_assists_aggregate_bool_exp_count": { "arguments": [ - 3719 + 3762 ], "distinct": [ 6 ], "filter": [ - 3707 + 3750 ], "predicate": [ 42 @@ -71143,13 +71719,13 @@ export default { }, "player_assists_aggregate_fields": { "avg": [ - 3705 + 3748 ], "count": [ 41, { "columns": [ - 3719, + 3762, "[player_assists_select_column!]" ], "distinct": [ @@ -71158,31 +71734,31 @@ export default { } ], "max": [ - 3711 + 3754 ], "min": [ - 3713 + 3756 ], "stddev": [ - 3723 + 3766 ], "stddev_pop": [ - 3725 + 3768 ], "stddev_samp": [ - 3727 + 3770 ], "sum": [ - 3731 + 3774 ], "var_pop": [ - 3735 + 3778 ], "var_samp": [ - 3737 + 3780 ], "variance": [ - 3739 + 3782 ], "__typename": [ 85 @@ -71190,37 +71766,37 @@ export default { }, "player_assists_aggregate_order_by": { "avg": [ - 3706 + 3749 ], "count": [ - 3558 + 3601 ], "max": [ - 3712 + 3755 ], "min": [ - 3714 + 3757 ], "stddev": [ - 3724 + 3767 ], "stddev_pop": [ - 3726 + 3769 ], "stddev_samp": [ - 3728 + 3771 ], "sum": [ - 3732 + 3775 ], "var_pop": [ - 3736 + 3779 ], "var_samp": [ - 3738 + 3781 ], "variance": [ - 3740 + 3783 ], "__typename": [ 85 @@ -71228,10 +71804,10 @@ export default { }, "player_assists_arr_rel_insert_input": { "data": [ - 3710 + 3753 ], "on_conflict": [ - 3716 + 3759 ], "__typename": [ 85 @@ -71253,13 +71829,13 @@ export default { }, "player_assists_avg_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71267,31 +71843,31 @@ export default { }, "player_assists_bool_exp": { "_and": [ - 3707 + 3750 ], "_not": [ - 3707 + 3750 ], "_or": [ - 3707 + 3750 ], "attacked_player": [ - 4520 + 4563 ], "attacked_steam_id": [ - 312 + 313 ], "attacked_team": [ 87 ], "attacker_steam_id": [ - 312 + 313 ], "attacker_team": [ 87 ], "deleted_at": [ - 5154 + 5197 ], "flash": [ 7 @@ -71300,25 +71876,25 @@ export default { 7 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "round": [ 42 ], "time": [ - 5154 + 5197 ], "__typename": [ 85 @@ -71327,10 +71903,10 @@ export default { "player_assists_constraint": {}, "player_assists_inc_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -71341,46 +71917,46 @@ export default { }, "player_assists_insert_input": { "attacked_player": [ - 4527 + 4570 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "flash": [ 6 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71388,31 +71964,31 @@ export default { }, "player_assists_max_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71420,31 +71996,31 @@ export default { }, "player_assists_max_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71452,31 +72028,31 @@ export default { }, "player_assists_min_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71484,31 +72060,31 @@ export default { }, "player_assists_min_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71519,7 +72095,7 @@ export default { 41 ], "returning": [ - 3696 + 3739 ], "__typename": [ 85 @@ -71527,13 +72103,13 @@ export default { }, "player_assists_on_conflict": { "constraint": [ - 3708 + 3751 ], "update_columns": [ - 3733 + 3776 ], "where": [ - 3707 + 3750 ], "__typename": [ 85 @@ -71541,49 +72117,49 @@ export default { }, "player_assists_order_by": { "attacked_player": [ - 4529 + 4572 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "flash": [ - 3558 + 3601 ], "is_team_assist": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71591,16 +72167,16 @@ export default { }, "player_assists_pk_columns_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "match_map_id": [ - 6365 + 6503 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71611,34 +72187,34 @@ export default { "player_assists_select_column_player_assists_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_assists_set_input": { "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "flash": [ 6 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71660,13 +72236,13 @@ export default { }, "player_assists_stddev_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71688,13 +72264,13 @@ export default { }, "player_assists_stddev_pop_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71716,13 +72292,13 @@ export default { }, "player_assists_stddev_samp_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71730,10 +72306,10 @@ export default { }, "player_assists_stream_cursor_input": { "initial_value": [ - 3730 + 3773 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -71741,34 +72317,34 @@ export default { }, "player_assists_stream_cursor_value_input": { "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "flash": [ 6 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -71776,10 +72352,10 @@ export default { }, "player_assists_sum_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -71790,13 +72366,13 @@ export default { }, "player_assists_sum_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71805,13 +72381,13 @@ export default { "player_assists_update_column": {}, "player_assists_updates": { "_inc": [ - 3709 + 3752 ], "_set": [ - 3722 + 3765 ], "where": [ - 3707 + 3750 ], "__typename": [ 85 @@ -71833,13 +72409,13 @@ export default { }, "player_assists_var_pop_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71861,13 +72437,13 @@ export default { }, "player_assists_var_samp_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71889,13 +72465,13 @@ export default { }, "player_assists_variance_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -71903,28 +72479,28 @@ export default { }, "player_career_stats_v": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "counter_strafe_pct": [ - 3556 + 3599 ], "crosshair_deg": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "maps": [ 41 @@ -71936,19 +72512,19 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "time_to_damage_s": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "__typename": [ 85 @@ -71956,10 +72532,10 @@ export default { }, "player_career_stats_v_aggregate": { "aggregate": [ - 3743 + 3786 ], "nodes": [ - 3741 + 3784 ], "__typename": [ 85 @@ -71967,13 +72543,13 @@ export default { }, "player_career_stats_v_aggregate_fields": { "avg": [ - 3744 + 3787 ], "count": [ 41, { "columns": [ - 3749, + 3792, "[player_career_stats_v_select_column!]" ], "distinct": [ @@ -71982,31 +72558,31 @@ export default { } ], "max": [ - 3746 + 3789 ], "min": [ - 3747 + 3790 ], "stddev": [ - 3750 + 3793 ], "stddev_pop": [ - 3751 + 3794 ], "stddev_samp": [ - 3752 + 3795 ], "sum": [ - 3755 + 3798 ], "var_pop": [ - 3756 + 3799 ], "var_samp": [ - 3757 + 3800 ], "variance": [ - 3758 + 3801 ], "__typename": [ 85 @@ -72067,37 +72643,37 @@ export default { }, "player_career_stats_v_bool_exp": { "_and": [ - 3745 + 3788 ], "_not": [ - 3745 + 3788 ], "_or": [ - 3745 + 3788 ], "accuracy": [ - 3557 + 3600 ], "accuracy_spotted": [ - 3557 + 3600 ], "counter_strafe_pct": [ - 3557 + 3600 ], "crosshair_deg": [ - 3557 + 3600 ], "enemy_blind_pr": [ - 3557 + 3600 ], "flash_assists_pr": [ - 3557 + 3600 ], "hs_pct": [ - 3557 + 3600 ], "kast_pct": [ - 3557 + 3600 ], "maps": [ 42 @@ -72109,19 +72685,19 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "survival_pct": [ - 3557 + 3600 ], "time_to_damage_s": [ - 3557 + 3600 ], "traded_death_pct": [ - 3557 + 3600 ], "util_efficiency": [ - 3557 + 3600 ], "__typename": [ 85 @@ -72129,28 +72705,28 @@ export default { }, "player_career_stats_v_max_fields": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "counter_strafe_pct": [ - 3556 + 3599 ], "crosshair_deg": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "maps": [ 41 @@ -72162,19 +72738,19 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "time_to_damage_s": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "__typename": [ 85 @@ -72182,28 +72758,28 @@ export default { }, "player_career_stats_v_min_fields": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "counter_strafe_pct": [ - 3556 + 3599 ], "crosshair_deg": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "maps": [ 41 @@ -72215,19 +72791,19 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "time_to_damage_s": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "__typename": [ 85 @@ -72235,52 +72811,52 @@ export default { }, "player_career_stats_v_order_by": { "accuracy": [ - 3558 + 3601 ], "accuracy_spotted": [ - 3558 + 3601 ], "counter_strafe_pct": [ - 3558 + 3601 ], "crosshair_deg": [ - 3558 + 3601 ], "enemy_blind_pr": [ - 3558 + 3601 ], "flash_assists_pr": [ - 3558 + 3601 ], "hs_pct": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "maps": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "survival_pct": [ - 3558 + 3601 ], "time_to_damage_s": [ - 3558 + 3601 ], "traded_death_pct": [ - 3558 + 3601 ], "util_efficiency": [ - 3558 + 3601 ], "__typename": [ 85 @@ -72448,10 +73024,10 @@ export default { }, "player_career_stats_v_stream_cursor_input": { "initial_value": [ - 3754 + 3797 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -72459,28 +73035,28 @@ export default { }, "player_career_stats_v_stream_cursor_value_input": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "counter_strafe_pct": [ - 3556 + 3599 ], "crosshair_deg": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "maps": [ 41 @@ -72492,19 +73068,19 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "time_to_damage_s": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "__typename": [ 85 @@ -72512,28 +73088,28 @@ export default { }, "player_career_stats_v_sum_fields": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "counter_strafe_pct": [ - 3556 + 3599 ], "crosshair_deg": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "maps": [ 41 @@ -72545,19 +73121,19 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "time_to_damage_s": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "__typename": [ 85 @@ -72733,10 +73309,10 @@ export default { 85 ], "attacked_player": [ - 4516 + 4559 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -72748,7 +73324,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -72760,7 +73336,7 @@ export default { 41 ], "deleted_at": [ - 5153 + 5196 ], "health": [ 41 @@ -72769,31 +73345,31 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "round": [ - 3556 + 3599 ], "team_damage": [ 6 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -72804,10 +73380,10 @@ export default { }, "player_damages_aggregate": { "aggregate": [ - 3763 + 3806 ], "nodes": [ - 3759 + 3802 ], "__typename": [ 85 @@ -72815,7 +73391,7 @@ export default { }, "player_damages_aggregate_bool_exp": { "count": [ - 3762 + 3805 ], "__typename": [ 85 @@ -72823,13 +73399,13 @@ export default { }, "player_damages_aggregate_bool_exp_count": { "arguments": [ - 3780 + 3823 ], "distinct": [ 6 ], "filter": [ - 3768 + 3811 ], "predicate": [ 42 @@ -72840,13 +73416,13 @@ export default { }, "player_damages_aggregate_fields": { "avg": [ - 3766 + 3809 ], "count": [ 41, { "columns": [ - 3780, + 3823, "[player_damages_select_column!]" ], "distinct": [ @@ -72855,31 +73431,31 @@ export default { } ], "max": [ - 3772 + 3815 ], "min": [ - 3774 + 3817 ], "stddev": [ - 3782 + 3825 ], "stddev_pop": [ - 3784 + 3827 ], "stddev_samp": [ - 3786 + 3829 ], "sum": [ - 3790 + 3833 ], "var_pop": [ - 3794 + 3837 ], "var_samp": [ - 3796 + 3839 ], "variance": [ - 3798 + 3841 ], "__typename": [ 85 @@ -72887,37 +73463,37 @@ export default { }, "player_damages_aggregate_order_by": { "avg": [ - 3767 + 3810 ], "count": [ - 3558 + 3601 ], "max": [ - 3773 + 3816 ], "min": [ - 3775 + 3818 ], "stddev": [ - 3783 + 3826 ], "stddev_pop": [ - 3785 + 3828 ], "stddev_samp": [ - 3787 + 3830 ], "sum": [ - 3791 + 3834 ], "var_pop": [ - 3795 + 3838 ], "var_samp": [ - 3797 + 3840 ], "variance": [ - 3799 + 3842 ], "__typename": [ 85 @@ -72925,10 +73501,10 @@ export default { }, "player_damages_arr_rel_insert_input": { "data": [ - 3771 + 3814 ], "on_conflict": [ - 3777 + 3820 ], "__typename": [ 85 @@ -72962,25 +73538,25 @@ export default { }, "player_damages_avg_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -72988,13 +73564,13 @@ export default { }, "player_damages_bool_exp": { "_and": [ - 3768 + 3811 ], "_not": [ - 3768 + 3811 ], "_or": [ - 3768 + 3811 ], "armor": [ 42 @@ -73006,10 +73582,10 @@ export default { 87 ], "attacked_player": [ - 4520 + 4563 ], "attacked_steam_id": [ - 312 + 313 ], "attacked_team": [ 87 @@ -73021,7 +73597,7 @@ export default { 87 ], "attacker_steam_id": [ - 312 + 313 ], "attacker_team": [ 87 @@ -73033,7 +73609,7 @@ export default { 42 ], "deleted_at": [ - 5154 + 5197 ], "health": [ 42 @@ -73042,31 +73618,31 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "round": [ - 3557 + 3600 ], "team_damage": [ 7 ], "time": [ - 5154 + 5197 ], "with": [ 87 @@ -73081,10 +73657,10 @@ export default { 41 ], "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "damage": [ 41 @@ -73096,7 +73672,7 @@ export default { 41 ], "round": [ - 3556 + 3599 ], "__typename": [ 85 @@ -73113,10 +73689,10 @@ export default { 85 ], "attacked_player": [ - 4527 + 4570 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -73128,7 +73704,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -73140,7 +73716,7 @@ export default { 41 ], "deleted_at": [ - 5153 + 5196 ], "health": [ 41 @@ -73149,28 +73725,28 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "round": [ - 3556 + 3599 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -73190,7 +73766,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -73202,7 +73778,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -73214,7 +73790,7 @@ export default { 41 ], "deleted_at": [ - 5153 + 5196 ], "health": [ 41 @@ -73223,19 +73799,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ - 3556 + 3599 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -73246,64 +73822,64 @@ export default { }, "player_damages_max_order_by": { "armor": [ - 3558 + 3601 ], "attacked_location": [ - 3558 + 3601 ], "attacked_location_coordinates": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_location": [ - 3558 + 3601 ], "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "hitgroup": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73320,7 +73896,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -73332,7 +73908,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -73344,7 +73920,7 @@ export default { 41 ], "deleted_at": [ - 5153 + 5196 ], "health": [ 41 @@ -73353,19 +73929,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ - 3556 + 3599 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -73376,64 +73952,64 @@ export default { }, "player_damages_min_order_by": { "armor": [ - 3558 + 3601 ], "attacked_location": [ - 3558 + 3601 ], "attacked_location_coordinates": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_location": [ - 3558 + 3601 ], "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "hitgroup": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73444,7 +74020,7 @@ export default { 41 ], "returning": [ - 3759 + 3802 ], "__typename": [ 85 @@ -73452,13 +74028,13 @@ export default { }, "player_damages_on_conflict": { "constraint": [ - 3769 + 3812 ], "update_columns": [ - 3792 + 3835 ], "where": [ - 3768 + 3811 ], "__typename": [ 85 @@ -73466,79 +74042,79 @@ export default { }, "player_damages_order_by": { "armor": [ - 3558 + 3601 ], "attacked_location": [ - 3558 + 3601 ], "attacked_location_coordinates": [ - 3558 + 3601 ], "attacked_player": [ - 4529 + 4572 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_location": [ - 3558 + 3601 ], "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "hitgroup": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "round": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73546,13 +74122,13 @@ export default { }, "player_damages_pk_columns_input": { "id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -73570,7 +74146,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -73582,7 +74158,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -73594,7 +74170,7 @@ export default { 41 ], "deleted_at": [ - 5153 + 5196 ], "health": [ 41 @@ -73603,19 +74179,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ - 3556 + 3599 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -73652,25 +74228,25 @@ export default { }, "player_damages_stddev_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73704,25 +74280,25 @@ export default { }, "player_damages_stddev_pop_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73756,25 +74332,25 @@ export default { }, "player_damages_stddev_samp_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73782,10 +74358,10 @@ export default { }, "player_damages_stream_cursor_input": { "initial_value": [ - 3789 + 3832 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -73802,7 +74378,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -73814,7 +74390,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -73826,7 +74402,7 @@ export default { 41 ], "deleted_at": [ - 5153 + 5196 ], "health": [ 41 @@ -73835,19 +74411,19 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ - 3556 + 3599 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -73861,10 +74437,10 @@ export default { 41 ], "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "damage": [ 41 @@ -73876,7 +74452,7 @@ export default { 41 ], "round": [ - 3556 + 3599 ], "__typename": [ 85 @@ -73884,25 +74460,25 @@ export default { }, "player_damages_sum_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -73911,13 +74487,13 @@ export default { "player_damages_update_column": {}, "player_damages_updates": { "_inc": [ - 3770 + 3813 ], "_set": [ - 3781 + 3824 ], "where": [ - 3768 + 3811 ], "__typename": [ 85 @@ -73951,25 +74527,25 @@ export default { }, "player_damages_var_pop_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -74003,25 +74579,25 @@ export default { }, "player_damages_var_samp_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -74055,25 +74631,25 @@ export default { }, "player_damages_variance_order_by": { "armor": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_armor": [ - 3558 + 3601 ], "health": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -74081,40 +74657,40 @@ export default { }, "player_elo": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "created_at": [ - 5153 + 5196 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -74126,43 +74702,43 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player": [ - 4516 + 4559 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season": [ - 4616 + 4659 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ - 1223 + 1224 ], "__typename": [ 85 @@ -74170,10 +74746,10 @@ export default { }, "player_elo_aggregate": { "aggregate": [ - 3802 + 3845 ], "nodes": [ - 3800 + 3843 ], "__typename": [ 85 @@ -74181,13 +74757,13 @@ export default { }, "player_elo_aggregate_fields": { "avg": [ - 3803 + 3846 ], "count": [ 41, { "columns": [ - 3814, + 3857, "[player_elo_select_column!]" ], "distinct": [ @@ -74196,31 +74772,31 @@ export default { } ], "max": [ - 3808 + 3851 ], "min": [ - 3809 + 3852 ], "stddev": [ - 3816 + 3859 ], "stddev_pop": [ - 3817 + 3860 ], "stddev_samp": [ - 3818 + 3861 ], "sum": [ - 3821 + 3864 ], "var_pop": [ - 3824 + 3867 ], "var_samp": [ - 3825 + 3868 ], "variance": [ - 3826 + 3869 ], "__typename": [ 85 @@ -74296,49 +74872,49 @@ export default { }, "player_elo_bool_exp": { "_and": [ - 3804 + 3847 ], "_not": [ - 3804 + 3847 ], "_or": [ - 3804 + 3847 ], "actual_score": [ - 2005 + 2047 ], "assists": [ 42 ], "change": [ - 3557 + 3600 ], "created_at": [ - 5154 + 5197 ], "current": [ - 3557 + 3600 ], "damage": [ 42 ], "damage_percent": [ - 2005 + 2047 ], "deaths": [ 42 ], "expected_score": [ - 2005 + 2047 ], "impact": [ - 3557 + 3600 ], "k_factor": [ 42 ], "kda": [ - 2005 + 2047 ], "kills": [ 42 @@ -74350,43 +74926,43 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "opponent_team_elo_avg": [ - 2005 + 2047 ], "performance_multiplier": [ - 2005 + 2047 ], "player": [ - 4520 + 4563 ], "player_team_elo_avg": [ - 2005 + 2047 ], "rating_for_expected": [ - 2005 + 2047 ], "season": [ - 4620 + 4663 ], "season_id": [ - 6367 + 6505 ], "series_multiplier": [ 42 ], "steam_id": [ - 312 + 313 ], "team_avg_kda": [ - 2005 + 2047 ], "type": [ - 1224 + 1225 ], "__typename": [ 85 @@ -74395,37 +74971,37 @@ export default { "player_elo_constraint": {}, "player_elo_inc_input": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -74437,25 +75013,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "__typename": [ 85 @@ -74463,40 +75039,40 @@ export default { }, "player_elo_insert_input": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "created_at": [ - 5153 + 5196 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -74508,43 +75084,43 @@ export default { 41 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player": [ - 4527 + 4570 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season": [ - 4627 + 4670 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ - 1223 + 1224 ], "__typename": [ 85 @@ -74552,40 +75128,40 @@ export default { }, "player_elo_max_fields": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "created_at": [ - 5153 + 5196 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -74597,31 +75173,31 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "__typename": [ 85 @@ -74629,40 +75205,40 @@ export default { }, "player_elo_min_fields": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "created_at": [ - 5153 + 5196 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -74674,31 +75250,31 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "__typename": [ 85 @@ -74709,7 +75285,7 @@ export default { 41 ], "returning": [ - 3800 + 3843 ], "__typename": [ 85 @@ -74717,13 +75293,13 @@ export default { }, "player_elo_on_conflict": { "constraint": [ - 3805 + 3848 ], "update_columns": [ - 3822 + 3865 ], "where": [ - 3804 + 3847 ], "__typename": [ 85 @@ -74731,88 +75307,88 @@ export default { }, "player_elo_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "change": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "current": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "season": [ - 4629 + 4672 ], "season_id": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -74820,13 +75396,13 @@ export default { }, "player_elo_pk_columns_input": { "match_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "type": [ - 1223 + 1224 ], "__typename": [ 85 @@ -74835,40 +75411,40 @@ export default { "player_elo_select_column": {}, "player_elo_set_input": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "created_at": [ - 5153 + 5196 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -74880,34 +75456,34 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ - 1223 + 1224 ], "__typename": [ 85 @@ -75119,10 +75695,10 @@ export default { }, "player_elo_stream_cursor_input": { "initial_value": [ - 3820 + 3863 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -75130,40 +75706,40 @@ export default { }, "player_elo_stream_cursor_value_input": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "created_at": [ - 5153 + 5196 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -75175,34 +75751,34 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ - 1223 + 1224 ], "__typename": [ 85 @@ -75210,37 +75786,37 @@ export default { }, "player_elo_sum_fields": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 ], "change": [ - 3556 + 3599 ], "current": [ - 3556 + 3599 ], "damage": [ 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 3556 + 3599 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -75252,25 +75828,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "series_multiplier": [ 41 ], "steam_id": [ - 310 + 311 ], "team_avg_kda": [ - 2004 + 2046 ], "__typename": [ 85 @@ -75279,13 +75855,13 @@ export default { "player_elo_update_column": {}, "player_elo_updates": { "_inc": [ - 3806 + 3849 ], "_set": [ - 3815 + 3858 ], "where": [ - 3804 + 3847 ], "__typename": [ 85 @@ -75500,19 +76076,19 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "player": [ - 4516 + 4559 ], "previous_rank": [ 41 @@ -75521,7 +76097,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -75529,10 +76105,10 @@ export default { }, "player_faceit_rank_history_aggregate": { "aggregate": [ - 3831 + 3874 ], "nodes": [ - 3827 + 3870 ], "__typename": [ 85 @@ -75540,7 +76116,7 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp": { "count": [ - 3830 + 3873 ], "__typename": [ 85 @@ -75548,13 +76124,13 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3848 + 3891 ], "distinct": [ 6 ], "filter": [ - 3836 + 3879 ], "predicate": [ 42 @@ -75565,13 +76141,13 @@ export default { }, "player_faceit_rank_history_aggregate_fields": { "avg": [ - 3834 + 3877 ], "count": [ 41, { "columns": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "distinct": [ @@ -75580,31 +76156,31 @@ export default { } ], "max": [ - 3840 + 3883 ], "min": [ - 3842 + 3885 ], "stddev": [ - 3850 + 3893 ], "stddev_pop": [ - 3852 + 3895 ], "stddev_samp": [ - 3854 + 3897 ], "sum": [ - 3858 + 3901 ], "var_pop": [ - 3862 + 3905 ], "var_samp": [ - 3864 + 3907 ], "variance": [ - 3866 + 3909 ], "__typename": [ 85 @@ -75612,37 +76188,37 @@ export default { }, "player_faceit_rank_history_aggregate_order_by": { "avg": [ - 3835 + 3878 ], "count": [ - 3558 + 3601 ], "max": [ - 3841 + 3884 ], "min": [ - 3843 + 3886 ], "stddev": [ - 3851 + 3894 ], "stddev_pop": [ - 3853 + 3896 ], "stddev_samp": [ - 3855 + 3898 ], "sum": [ - 3859 + 3902 ], "var_pop": [ - 3863 + 3906 ], "var_samp": [ - 3865 + 3908 ], "variance": [ - 3867 + 3910 ], "__typename": [ 85 @@ -75650,10 +76226,10 @@ export default { }, "player_faceit_rank_history_arr_rel_insert_input": { "data": [ - 3839 + 3882 ], "on_conflict": [ - 3845 + 3888 ], "__typename": [ 85 @@ -75678,16 +76254,16 @@ export default { }, "player_faceit_rank_history_avg_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -75695,31 +76271,31 @@ export default { }, "player_faceit_rank_history_bool_exp": { "_and": [ - 3836 + 3879 ], "_not": [ - 3836 + 3879 ], "_or": [ - 3836 + 3879 ], "elo": [ 42 ], "id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "observed_at": [ - 5154 + 5197 ], "player": [ - 4520 + 4563 ], "previous_rank": [ 42 @@ -75728,7 +76304,7 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -75746,7 +76322,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -75757,19 +76333,19 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "player": [ - 4527 + 4570 ], "previous_rank": [ 41 @@ -75778,7 +76354,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -75789,13 +76365,13 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -75804,7 +76380,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -75812,25 +76388,25 @@ export default { }, "player_faceit_rank_history_max_order_by": { "elo": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "observed_at": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -75841,13 +76417,13 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -75856,7 +76432,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -75864,25 +76440,25 @@ export default { }, "player_faceit_rank_history_min_order_by": { "elo": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "observed_at": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -75893,7 +76469,7 @@ export default { 41 ], "returning": [ - 3827 + 3870 ], "__typename": [ 85 @@ -75901,13 +76477,13 @@ export default { }, "player_faceit_rank_history_on_conflict": { "constraint": [ - 3837 + 3880 ], "update_columns": [ - 3860 + 3903 ], "where": [ - 3836 + 3879 ], "__typename": [ 85 @@ -75915,31 +76491,31 @@ export default { }, "player_faceit_rank_history_order_by": { "elo": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "observed_at": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -75947,7 +76523,7 @@ export default { }, "player_faceit_rank_history_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -75959,13 +76535,13 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -75974,7 +76550,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -75999,16 +76575,16 @@ export default { }, "player_faceit_rank_history_stddev_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76033,16 +76609,16 @@ export default { }, "player_faceit_rank_history_stddev_pop_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76067,16 +76643,16 @@ export default { }, "player_faceit_rank_history_stddev_samp_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76084,10 +76660,10 @@ export default { }, "player_faceit_rank_history_stream_cursor_input": { "initial_value": [ - 3857 + 3900 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -76098,13 +76674,13 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -76113,7 +76689,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -76130,7 +76706,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -76138,16 +76714,16 @@ export default { }, "player_faceit_rank_history_sum_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76156,13 +76732,13 @@ export default { "player_faceit_rank_history_update_column": {}, "player_faceit_rank_history_updates": { "_inc": [ - 3838 + 3881 ], "_set": [ - 3849 + 3892 ], "where": [ - 3836 + 3879 ], "__typename": [ 85 @@ -76187,16 +76763,16 @@ export default { }, "player_faceit_rank_history_var_pop_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76221,16 +76797,16 @@ export default { }, "player_faceit_rank_history_var_samp_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76255,16 +76831,16 @@ export default { }, "player_faceit_rank_history_variance_order_by": { "elo": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "skill_level": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76272,31 +76848,31 @@ export default { }, "player_flashes": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "blinded": [ - 4516 + 4559 ], "deleted_at": [ - 5153 + 5196 ], "duration": [ - 3556 + 3599 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -76305,10 +76881,10 @@ export default { 6 ], "thrown_by": [ - 4516 + 4559 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -76316,10 +76892,10 @@ export default { }, "player_flashes_aggregate": { "aggregate": [ - 3874 + 3917 ], "nodes": [ - 3868 + 3911 ], "__typename": [ 85 @@ -76327,13 +76903,13 @@ export default { }, "player_flashes_aggregate_bool_exp": { "bool_and": [ - 3871 + 3914 ], "bool_or": [ - 3872 + 3915 ], "count": [ - 3873 + 3916 ], "__typename": [ 85 @@ -76341,13 +76917,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_and": { "arguments": [ - 3892 + 3935 ], "distinct": [ 6 ], "filter": [ - 3879 + 3922 ], "predicate": [ 7 @@ -76358,13 +76934,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_or": { "arguments": [ - 3893 + 3936 ], "distinct": [ 6 ], "filter": [ - 3879 + 3922 ], "predicate": [ 7 @@ -76375,13 +76951,13 @@ export default { }, "player_flashes_aggregate_bool_exp_count": { "arguments": [ - 3891 + 3934 ], "distinct": [ 6 ], "filter": [ - 3879 + 3922 ], "predicate": [ 42 @@ -76392,13 +76968,13 @@ export default { }, "player_flashes_aggregate_fields": { "avg": [ - 3877 + 3920 ], "count": [ 41, { "columns": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "distinct": [ @@ -76407,31 +76983,31 @@ export default { } ], "max": [ - 3883 + 3926 ], "min": [ - 3885 + 3928 ], "stddev": [ - 3895 + 3938 ], "stddev_pop": [ - 3897 + 3940 ], "stddev_samp": [ - 3899 + 3942 ], "sum": [ - 3903 + 3946 ], "var_pop": [ - 3907 + 3950 ], "var_samp": [ - 3909 + 3952 ], "variance": [ - 3911 + 3954 ], "__typename": [ 85 @@ -76439,37 +77015,37 @@ export default { }, "player_flashes_aggregate_order_by": { "avg": [ - 3878 + 3921 ], "count": [ - 3558 + 3601 ], "max": [ - 3884 + 3927 ], "min": [ - 3886 + 3929 ], "stddev": [ - 3896 + 3939 ], "stddev_pop": [ - 3898 + 3941 ], "stddev_samp": [ - 3900 + 3943 ], "sum": [ - 3904 + 3947 ], "var_pop": [ - 3908 + 3951 ], "var_samp": [ - 3910 + 3953 ], "variance": [ - 3912 + 3955 ], "__typename": [ 85 @@ -76477,10 +77053,10 @@ export default { }, "player_flashes_arr_rel_insert_input": { "data": [ - 3882 + 3925 ], "on_conflict": [ - 3888 + 3931 ], "__typename": [ 85 @@ -76505,16 +77081,16 @@ export default { }, "player_flashes_avg_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76522,40 +77098,40 @@ export default { }, "player_flashes_bool_exp": { "_and": [ - 3879 + 3922 ], "_not": [ - 3879 + 3922 ], "_or": [ - 3879 + 3922 ], "attacked_steam_id": [ - 312 + 313 ], "attacker_steam_id": [ - 312 + 313 ], "blinded": [ - 4520 + 4563 ], "deleted_at": [ - 5154 + 5197 ], "duration": [ - 3557 + 3600 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "round": [ 42 @@ -76564,10 +77140,10 @@ export default { 7 ], "thrown_by": [ - 4520 + 4563 ], "time": [ - 5154 + 5197 ], "__typename": [ 85 @@ -76576,13 +77152,13 @@ export default { "player_flashes_constraint": {}, "player_flashes_inc_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "duration": [ - 3556 + 3599 ], "round": [ 41 @@ -76593,31 +77169,31 @@ export default { }, "player_flashes_insert_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "blinded": [ - 4527 + 4570 ], "deleted_at": [ - 5153 + 5196 ], "duration": [ - 3556 + 3599 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -76626,10 +77202,10 @@ export default { 6 ], "thrown_by": [ - 4527 + 4570 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -76637,28 +77213,28 @@ export default { }, "player_flashes_max_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "duration": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -76666,28 +77242,28 @@ export default { }, "player_flashes_max_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76695,28 +77271,28 @@ export default { }, "player_flashes_min_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "duration": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -76724,28 +77300,28 @@ export default { }, "player_flashes_min_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76756,7 +77332,7 @@ export default { 41 ], "returning": [ - 3868 + 3911 ], "__typename": [ 85 @@ -76764,13 +77340,13 @@ export default { }, "player_flashes_on_conflict": { "constraint": [ - 3880 + 3923 ], "update_columns": [ - 3905 + 3948 ], "where": [ - 3879 + 3922 ], "__typename": [ 85 @@ -76778,43 +77354,43 @@ export default { }, "player_flashes_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "blinded": [ - 4529 + 4572 ], "deleted_at": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_flash": [ - 3558 + 3601 ], "thrown_by": [ - 4529 + 4572 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76822,16 +77398,16 @@ export default { }, "player_flashes_pk_columns_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "match_map_id": [ - 6365 + 6503 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -76842,22 +77418,22 @@ export default { "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_flashes_set_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "duration": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -76866,7 +77442,7 @@ export default { 6 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -76891,16 +77467,16 @@ export default { }, "player_flashes_stddev_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76925,16 +77501,16 @@ export default { }, "player_flashes_stddev_pop_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76959,16 +77535,16 @@ export default { }, "player_flashes_stddev_samp_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -76976,10 +77552,10 @@ export default { }, "player_flashes_stream_cursor_input": { "initial_value": [ - 3902 + 3945 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -76987,22 +77563,22 @@ export default { }, "player_flashes_stream_cursor_value_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "duration": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -77011,7 +77587,7 @@ export default { 6 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -77019,13 +77595,13 @@ export default { }, "player_flashes_sum_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "duration": [ - 3556 + 3599 ], "round": [ 41 @@ -77036,16 +77612,16 @@ export default { }, "player_flashes_sum_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77054,13 +77630,13 @@ export default { "player_flashes_update_column": {}, "player_flashes_updates": { "_inc": [ - 3881 + 3924 ], "_set": [ - 3894 + 3937 ], "where": [ - 3879 + 3922 ], "__typename": [ 85 @@ -77085,16 +77661,16 @@ export default { }, "player_flashes_var_pop_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77119,16 +77695,16 @@ export default { }, "player_flashes_var_samp_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77153,16 +77729,16 @@ export default { }, "player_flashes_variance_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "duration": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77179,10 +77755,10 @@ export default { 85 ], "attacked_player": [ - 4516 + 4559 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -77194,7 +77770,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -77203,7 +77779,7 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "headshot": [ 6 @@ -77218,22 +77794,22 @@ export default { 6 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "no_scope": [ 6 ], "player": [ - 4516 + 4559 ], "round": [ 41 @@ -77248,7 +77824,7 @@ export default { 6 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -77259,10 +77835,10 @@ export default { }, "player_kills_aggregate": { "aggregate": [ - 3919 + 3962 ], "nodes": [ - 3913 + 3956 ], "__typename": [ 85 @@ -77270,13 +77846,13 @@ export default { }, "player_kills_aggregate_bool_exp": { "bool_and": [ - 3916 + 3959 ], "bool_or": [ - 3917 + 3960 ], "count": [ - 3918 + 3961 ], "__typename": [ 85 @@ -77284,13 +77860,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_and": { "arguments": [ - 3978 + 4021 ], "distinct": [ 6 ], "filter": [ - 3924 + 3967 ], "predicate": [ 7 @@ -77301,13 +77877,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_or": { "arguments": [ - 3979 + 4022 ], "distinct": [ 6 ], "filter": [ - 3924 + 3967 ], "predicate": [ 7 @@ -77318,13 +77894,13 @@ export default { }, "player_kills_aggregate_bool_exp_count": { "arguments": [ - 3977 + 4020 ], "distinct": [ 6 ], "filter": [ - 3924 + 3967 ], "predicate": [ 42 @@ -77335,13 +77911,13 @@ export default { }, "player_kills_aggregate_fields": { "avg": [ - 3922 + 3965 ], "count": [ 41, { "columns": [ - 3977, + 4020, "[player_kills_select_column!]" ], "distinct": [ @@ -77350,31 +77926,31 @@ export default { } ], "max": [ - 3969 + 4012 ], "min": [ - 3971 + 4014 ], "stddev": [ - 3981 + 4024 ], "stddev_pop": [ - 3983 + 4026 ], "stddev_samp": [ - 3985 + 4028 ], "sum": [ - 3989 + 4032 ], "var_pop": [ - 3993 + 4036 ], "var_samp": [ - 3995 + 4038 ], "variance": [ - 3997 + 4040 ], "__typename": [ 85 @@ -77382,37 +77958,37 @@ export default { }, "player_kills_aggregate_order_by": { "avg": [ - 3923 + 3966 ], "count": [ - 3558 + 3601 ], "max": [ - 3970 + 4013 ], "min": [ - 3972 + 4015 ], "stddev": [ - 3982 + 4025 ], "stddev_pop": [ - 3984 + 4027 ], "stddev_samp": [ - 3986 + 4029 ], "sum": [ - 3990 + 4033 ], "var_pop": [ - 3994 + 4037 ], "var_samp": [ - 3996 + 4039 ], "variance": [ - 3998 + 4041 ], "__typename": [ 85 @@ -77420,10 +77996,10 @@ export default { }, "player_kills_arr_rel_insert_input": { "data": [ - 3968 + 4011 ], "on_conflict": [ - 3974 + 4017 ], "__typename": [ 85 @@ -77445,13 +78021,13 @@ export default { }, "player_kills_avg_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77459,13 +78035,13 @@ export default { }, "player_kills_bool_exp": { "_and": [ - 3924 + 3967 ], "_not": [ - 3924 + 3967 ], "_or": [ - 3924 + 3967 ], "assisted": [ 7 @@ -77477,10 +78053,10 @@ export default { 87 ], "attacked_player": [ - 4520 + 4563 ], "attacked_steam_id": [ - 312 + 313 ], "attacked_team": [ 87 @@ -77492,7 +78068,7 @@ export default { 87 ], "attacker_steam_id": [ - 312 + 313 ], "attacker_team": [ 87 @@ -77501,7 +78077,7 @@ export default { 7 ], "deleted_at": [ - 5154 + 5197 ], "headshot": [ 7 @@ -77516,22 +78092,22 @@ export default { 7 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "no_scope": [ 7 ], "player": [ - 4520 + 4563 ], "round": [ 42 @@ -77546,7 +78122,7 @@ export default { 7 ], "time": [ - 5154 + 5197 ], "with": [ 87 @@ -77557,13 +78133,13 @@ export default { }, "player_kills_by_weapon": { "kill_count": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77574,10 +78150,10 @@ export default { }, "player_kills_by_weapon_aggregate": { "aggregate": [ - 3929 + 3972 ], "nodes": [ - 3925 + 3968 ], "__typename": [ 85 @@ -77585,7 +78161,7 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp": { "count": [ - 3928 + 3971 ], "__typename": [ 85 @@ -77593,13 +78169,13 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp_count": { "arguments": [ - 3946 + 3989 ], "distinct": [ 6 ], "filter": [ - 3934 + 3977 ], "predicate": [ 42 @@ -77610,13 +78186,13 @@ export default { }, "player_kills_by_weapon_aggregate_fields": { "avg": [ - 3932 + 3975 ], "count": [ 41, { "columns": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "distinct": [ @@ -77625,31 +78201,31 @@ export default { } ], "max": [ - 3938 + 3981 ], "min": [ - 3940 + 3983 ], "stddev": [ - 3948 + 3991 ], "stddev_pop": [ - 3950 + 3993 ], "stddev_samp": [ - 3952 + 3995 ], "sum": [ - 3956 + 3999 ], "var_pop": [ - 3960 + 4003 ], "var_samp": [ - 3962 + 4005 ], "variance": [ - 3964 + 4007 ], "__typename": [ 85 @@ -77657,37 +78233,37 @@ export default { }, "player_kills_by_weapon_aggregate_order_by": { "avg": [ - 3933 + 3976 ], "count": [ - 3558 + 3601 ], "max": [ - 3939 + 3982 ], "min": [ - 3941 + 3984 ], "stddev": [ - 3949 + 3992 ], "stddev_pop": [ - 3951 + 3994 ], "stddev_samp": [ - 3953 + 3996 ], "sum": [ - 3957 + 4000 ], "var_pop": [ - 3961 + 4004 ], "var_samp": [ - 3963 + 4006 ], "variance": [ - 3965 + 4008 ], "__typename": [ 85 @@ -77695,10 +78271,10 @@ export default { }, "player_kills_by_weapon_arr_rel_insert_input": { "data": [ - 3937 + 3980 ], "on_conflict": [ - 3943 + 3986 ], "__typename": [ 85 @@ -77717,10 +78293,10 @@ export default { }, "player_kills_by_weapon_avg_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77728,22 +78304,22 @@ export default { }, "player_kills_by_weapon_bool_exp": { "_and": [ - 3934 + 3977 ], "_not": [ - 3934 + 3977 ], "_or": [ - 3934 + 3977 ], "kill_count": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "with": [ 87 @@ -77755,10 +78331,10 @@ export default { "player_kills_by_weapon_constraint": {}, "player_kills_by_weapon_inc_input": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -77766,13 +78342,13 @@ export default { }, "player_kills_by_weapon_insert_input": { "kill_count": [ - 310 + 311 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77783,10 +78359,10 @@ export default { }, "player_kills_by_weapon_max_fields": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77797,13 +78373,13 @@ export default { }, "player_kills_by_weapon_max_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77811,10 +78387,10 @@ export default { }, "player_kills_by_weapon_min_fields": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77825,13 +78401,13 @@ export default { }, "player_kills_by_weapon_min_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77842,7 +78418,7 @@ export default { 41 ], "returning": [ - 3925 + 3968 ], "__typename": [ 85 @@ -77850,13 +78426,13 @@ export default { }, "player_kills_by_weapon_on_conflict": { "constraint": [ - 3935 + 3978 ], "update_columns": [ - 3958 + 4001 ], "where": [ - 3934 + 3977 ], "__typename": [ 85 @@ -77864,16 +78440,16 @@ export default { }, "player_kills_by_weapon_order_by": { "kill_count": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77881,7 +78457,7 @@ export default { }, "player_kills_by_weapon_pk_columns_input": { "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77893,10 +78469,10 @@ export default { "player_kills_by_weapon_select_column": {}, "player_kills_by_weapon_set_input": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77918,10 +78494,10 @@ export default { }, "player_kills_by_weapon_stddev_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77940,10 +78516,10 @@ export default { }, "player_kills_by_weapon_stddev_pop_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77962,10 +78538,10 @@ export default { }, "player_kills_by_weapon_stddev_samp_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -77973,10 +78549,10 @@ export default { }, "player_kills_by_weapon_stream_cursor_input": { "initial_value": [ - 3955 + 3998 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -77984,10 +78560,10 @@ export default { }, "player_kills_by_weapon_stream_cursor_value_input": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "with": [ 85 @@ -77998,10 +78574,10 @@ export default { }, "player_kills_by_weapon_sum_fields": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -78009,10 +78585,10 @@ export default { }, "player_kills_by_weapon_sum_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78021,13 +78597,13 @@ export default { "player_kills_by_weapon_update_column": {}, "player_kills_by_weapon_updates": { "_inc": [ - 3936 + 3979 ], "_set": [ - 3947 + 3990 ], "where": [ - 3934 + 3977 ], "__typename": [ 85 @@ -78046,10 +78622,10 @@ export default { }, "player_kills_by_weapon_var_pop_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78068,10 +78644,10 @@ export default { }, "player_kills_by_weapon_var_samp_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78090,10 +78666,10 @@ export default { }, "player_kills_by_weapon_variance_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78102,10 +78678,10 @@ export default { "player_kills_constraint": {}, "player_kills_inc_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -78125,10 +78701,10 @@ export default { 85 ], "attacked_player": [ - 4527 + 4570 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -78140,7 +78716,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -78149,7 +78725,7 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "headshot": [ 6 @@ -78161,22 +78737,22 @@ export default { 6 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "no_scope": [ 6 ], "player": [ - 4527 + 4570 ], "round": [ 41 @@ -78188,7 +78764,7 @@ export default { 6 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -78205,7 +78781,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -78217,28 +78793,28 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "hitgroup": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -78249,49 +78825,49 @@ export default { }, "player_kills_max_order_by": { "attacked_location": [ - 3558 + 3601 ], "attacked_location_coordinates": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_location": [ - 3558 + 3601 ], "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "hitgroup": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78305,7 +78881,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -78317,28 +78893,28 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 ], "deleted_at": [ - 5153 + 5196 ], "hitgroup": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -78349,49 +78925,49 @@ export default { }, "player_kills_min_order_by": { "attacked_location": [ - 3558 + 3601 ], "attacked_location_coordinates": [ - 3558 + 3601 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_location": [ - 3558 + 3601 ], "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "hitgroup": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78402,7 +78978,7 @@ export default { 41 ], "returning": [ - 3913 + 3956 ], "__typename": [ 85 @@ -78410,13 +78986,13 @@ export default { }, "player_kills_on_conflict": { "constraint": [ - 3966 + 4009 ], "update_columns": [ - 3991 + 4034 ], "where": [ - 3924 + 3967 ], "__typename": [ 85 @@ -78424,88 +79000,88 @@ export default { }, "player_kills_order_by": { "assisted": [ - 3558 + 3601 ], "attacked_location": [ - 3558 + 3601 ], "attacked_location_coordinates": [ - 3558 + 3601 ], "attacked_player": [ - 4529 + 4572 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacked_team": [ - 3558 + 3601 ], "attacker_location": [ - 3558 + 3601 ], "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "attacker_team": [ - 3558 + 3601 ], "blinded": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "headshot": [ - 3558 + 3601 ], "hitgroup": [ - 3558 + 3601 ], "in_air": [ - 3558 + 3601 ], "is_suicide": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "no_scope": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "round": [ - 3558 + 3601 ], "team_kill": [ - 3558 + 3601 ], "thru_smoke": [ - 3558 + 3601 ], "thru_wall": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78513,16 +79089,16 @@ export default { }, "player_kills_pk_columns_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "match_map_id": [ - 6365 + 6503 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -78542,7 +79118,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -78554,7 +79130,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -78563,7 +79139,7 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "headshot": [ 6 @@ -78575,10 +79151,10 @@ export default { 6 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "no_scope": [ 6 @@ -78593,7 +79169,7 @@ export default { 6 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -78618,13 +79194,13 @@ export default { }, "player_kills_stddev_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78646,13 +79222,13 @@ export default { }, "player_kills_stddev_pop_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78674,13 +79250,13 @@ export default { }, "player_kills_stddev_samp_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78688,10 +79264,10 @@ export default { }, "player_kills_stream_cursor_input": { "initial_value": [ - 3988 + 4031 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -78708,7 +79284,7 @@ export default { 85 ], "attacked_steam_id": [ - 310 + 311 ], "attacked_team": [ 85 @@ -78720,7 +79296,7 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "attacker_team": [ 85 @@ -78729,7 +79305,7 @@ export default { 6 ], "deleted_at": [ - 5153 + 5196 ], "headshot": [ 6 @@ -78741,10 +79317,10 @@ export default { 6 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "no_scope": [ 6 @@ -78759,7 +79335,7 @@ export default { 6 ], "time": [ - 5153 + 5196 ], "with": [ 85 @@ -78770,10 +79346,10 @@ export default { }, "player_kills_sum_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -78784,13 +79360,13 @@ export default { }, "player_kills_sum_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78799,13 +79375,13 @@ export default { "player_kills_update_column": {}, "player_kills_updates": { "_inc": [ - 3967 + 4010 ], "_set": [ - 3980 + 4023 ], "where": [ - 3924 + 3967 ], "__typename": [ 85 @@ -78827,13 +79403,13 @@ export default { }, "player_kills_var_pop_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78855,13 +79431,13 @@ export default { }, "player_kills_var_samp_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78883,13 +79459,13 @@ export default { }, "player_kills_variance_order_by": { "attacked_steam_id": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -78906,7 +79482,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -78914,10 +79490,10 @@ export default { }, "player_leaderboard_rank_aggregate": { "aggregate": [ - 4001 + 4044 ], "nodes": [ - 3999 + 4042 ], "__typename": [ 85 @@ -78925,13 +79501,13 @@ export default { }, "player_leaderboard_rank_aggregate_fields": { "avg": [ - 4002 + 4045 ], "count": [ 41, { "columns": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "distinct": [ @@ -78940,31 +79516,31 @@ export default { } ], "max": [ - 4006 + 4049 ], "min": [ - 4007 + 4050 ], "stddev": [ - 4012 + 4055 ], "stddev_pop": [ - 4013 + 4056 ], "stddev_samp": [ - 4014 + 4057 ], "sum": [ - 4017 + 4060 ], "var_pop": [ - 4019 + 4062 ], "var_samp": [ - 4020 + 4063 ], "variance": [ - 4021 + 4064 ], "__typename": [ 85 @@ -78986,13 +79562,13 @@ export default { }, "player_leaderboard_rank_bool_exp": { "_and": [ - 4003 + 4046 ], "_not": [ - 4003 + 4046 ], "_or": [ - 4003 + 4046 ], "player_steam_id": [ 87 @@ -79004,7 +79580,7 @@ export default { 42 ], "value": [ - 2005 + 2047 ], "__typename": [ 85 @@ -79018,7 +79594,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79035,7 +79611,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79052,7 +79628,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79069,7 +79645,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79080,7 +79656,7 @@ export default { 41 ], "returning": [ - 3999 + 4042 ], "__typename": [ 85 @@ -79088,16 +79664,16 @@ export default { }, "player_leaderboard_rank_order_by": { "player_steam_id": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "total": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -79115,7 +79691,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79165,10 +79741,10 @@ export default { }, "player_leaderboard_rank_stream_cursor_input": { "initial_value": [ - 4016 + 4059 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -79185,7 +79761,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79199,7 +79775,7 @@ export default { 41 ], "value": [ - 2004 + 2046 ], "__typename": [ 85 @@ -79207,13 +79783,13 @@ export default { }, "player_leaderboard_rank_updates": { "_inc": [ - 4004 + 4047 ], "_set": [ - 4011 + 4054 ], "where": [ - 4003 + 4046 ], "__typename": [ 85 @@ -79281,7 +79857,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -79323,7 +79899,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -79377,16 +79953,16 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -79401,7 +79977,7 @@ export default { 41 ], "player": [ - 4516 + 4559 ], "rounds_ct": [ 41 @@ -79434,7 +80010,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -79449,7 +80025,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -79479,7 +80055,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "util_on_death_count": [ 41 @@ -79499,10 +80075,10 @@ export default { }, "player_match_map_stats_aggregate": { "aggregate": [ - 4026 + 4069 ], "nodes": [ - 4022 + 4065 ], "__typename": [ 85 @@ -79510,7 +80086,7 @@ export default { }, "player_match_map_stats_aggregate_bool_exp": { "count": [ - 4025 + 4068 ], "__typename": [ 85 @@ -79518,13 +80094,13 @@ export default { }, "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 4043 + 4086 ], "distinct": [ 6 ], "filter": [ - 4031 + 4074 ], "predicate": [ 42 @@ -79535,13 +80111,13 @@ export default { }, "player_match_map_stats_aggregate_fields": { "avg": [ - 4029 + 4072 ], "count": [ 41, { "columns": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "distinct": [ @@ -79550,31 +80126,31 @@ export default { } ], "max": [ - 4035 + 4078 ], "min": [ - 4037 + 4080 ], "stddev": [ - 4045 + 4088 ], "stddev_pop": [ - 4047 + 4090 ], "stddev_samp": [ - 4049 + 4092 ], "sum": [ - 4053 + 4096 ], "var_pop": [ - 4057 + 4100 ], "var_samp": [ - 4059 + 4102 ], "variance": [ - 4061 + 4104 ], "__typename": [ 85 @@ -79582,37 +80158,37 @@ export default { }, "player_match_map_stats_aggregate_order_by": { "avg": [ - 4030 + 4073 ], "count": [ - 3558 + 3601 ], "max": [ - 4036 + 4079 ], "min": [ - 4038 + 4081 ], "stddev": [ - 4046 + 4089 ], "stddev_pop": [ - 4048 + 4091 ], "stddev_samp": [ - 4050 + 4093 ], "sum": [ - 4054 + 4097 ], "var_pop": [ - 4058 + 4101 ], "var_samp": [ - 4060 + 4103 ], "variance": [ - 4062 + 4105 ], "__typename": [ 85 @@ -79620,10 +80196,10 @@ export default { }, "player_match_map_stats_arr_rel_insert_input": { "data": [ - 4034 + 4077 ], "on_conflict": [ - 4040 + 4083 ], "__typename": [ 85 @@ -79849,217 +80425,217 @@ export default { }, "player_match_map_stats_avg_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -80067,13 +80643,13 @@ export default { }, "player_match_map_stats_bool_exp": { "_and": [ - 4031 + 4074 ], "_not": [ - 4031 + 4074 ], "_or": [ - 4031 + 4074 ], "assists": [ 42 @@ -80094,7 +80670,7 @@ export default { 42 ], "crosshair_angle_sum_deg": [ - 3557 + 3600 ], "damage": [ 42 @@ -80136,7 +80712,7 @@ export default { 42 ], "flash_duration_sum": [ - 3557 + 3600 ], "flashes_thrown": [ 42 @@ -80190,16 +80766,16 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "molotov_damage": [ 42 @@ -80214,7 +80790,7 @@ export default { 42 ], "player": [ - 4520 + 4563 ], "rounds_ct": [ 42 @@ -80247,7 +80823,7 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "team_damage": [ 42 @@ -80262,7 +80838,7 @@ export default { 42 ], "time_to_damage_sum_s": [ - 3557 + 3600 ], "total_engagement_frames": [ 42 @@ -80292,7 +80868,7 @@ export default { 42 ], "updated_at": [ - 5154 + 5197 ], "util_on_death_count": [ 42 @@ -80331,7 +80907,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -80373,7 +80949,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -80469,7 +81045,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -80484,7 +81060,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -80549,7 +81125,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -80591,7 +81167,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -80645,16 +81221,16 @@ export default { 41 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -80669,7 +81245,7 @@ export default { 41 ], "player": [ - 4527 + 4570 ], "rounds_ct": [ 41 @@ -80702,7 +81278,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -80717,7 +81293,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -80747,7 +81323,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "util_on_death_count": [ 41 @@ -80785,7 +81361,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -80827,7 +81403,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -80881,10 +81457,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -80929,7 +81505,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -80944,7 +81520,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -80974,7 +81550,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "util_on_death_count": [ 41 @@ -80994,226 +81570,226 @@ export default { }, "player_match_map_stats_max_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -81239,7 +81815,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -81281,7 +81857,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -81335,10 +81911,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -81383,7 +81959,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -81398,7 +81974,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -81428,7 +82004,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "util_on_death_count": [ 41 @@ -81448,226 +82024,226 @@ export default { }, "player_match_map_stats_min_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -81678,7 +82254,7 @@ export default { 41 ], "returning": [ - 4022 + 4065 ], "__typename": [ 85 @@ -81686,13 +82262,13 @@ export default { }, "player_match_map_stats_on_conflict": { "constraint": [ - 4032 + 4075 ], "update_columns": [ - 4055 + 4098 ], "where": [ - 4031 + 4074 ], "__typename": [ 85 @@ -81700,235 +82276,235 @@ export default { }, "player_match_map_stats_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -81936,10 +82512,10 @@ export default { }, "player_match_map_stats_pk_columns_input": { "match_map_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -81966,7 +82542,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -82008,7 +82584,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -82062,10 +82638,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -82110,7 +82686,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -82125,7 +82701,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -82155,7 +82731,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "util_on_death_count": [ 41 @@ -82393,217 +82969,217 @@ export default { }, "player_match_map_stats_stddev_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -82829,217 +83405,217 @@ export default { }, "player_match_map_stats_stddev_pop_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -83265,217 +83841,217 @@ export default { }, "player_match_map_stats_stddev_samp_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -83483,10 +84059,10 @@ export default { }, "player_match_map_stats_stream_cursor_input": { "initial_value": [ - 4052 + 4095 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -83512,7 +84088,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -83554,7 +84130,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -83608,10 +84184,10 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -83656,7 +84232,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -83671,7 +84247,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -83701,7 +84277,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "util_on_death_count": [ 41 @@ -83739,7 +84315,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3556 + 3599 ], "damage": [ 41 @@ -83781,7 +84357,7 @@ export default { 41 ], "flash_duration_sum": [ - 3556 + 3599 ], "flashes_thrown": [ 41 @@ -83877,7 +84453,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -83892,7 +84468,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3556 + 3599 ], "total_engagement_frames": [ 41 @@ -83939,217 +84515,217 @@ export default { }, "player_match_map_stats_sum_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -84158,13 +84734,13 @@ export default { "player_match_map_stats_update_column": {}, "player_match_map_stats_updates": { "_inc": [ - 4033 + 4076 ], "_set": [ - 4044 + 4087 ], "where": [ - 4031 + 4074 ], "__typename": [ 85 @@ -84390,217 +84966,217 @@ export default { }, "player_match_map_stats_var_pop_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -84826,217 +85402,217 @@ export default { }, "player_match_map_stats_var_samp_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -85262,217 +85838,217 @@ export default { }, "player_match_map_stats_variance_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "crosshair_angle_count": [ - 3558 + 3601 ], "crosshair_angle_sum_deg": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flash_duration_count": [ - 3558 + 3601 ], "flash_duration_sum": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kast_rounds": [ - 3558 + 3601 ], "kast_total_rounds": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "time_to_damage_count": [ - 3558 + 3601 ], "time_to_damage_sum_s": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "util_on_death_count": [ - 3558 + 3601 ], "util_on_death_sum": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -85480,40 +86056,40 @@ export default { }, "player_match_performance_v": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "aim_rating": [ - 2004 + 2046 ], "counter_strafe_pct": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "overall_rating": [ - 2004 + 2046 ], "played_at": [ - 5153 + 5196 ], "positioning_rating": [ - 2004 + 2046 ], "rounds": [ 41 @@ -85522,19 +86098,19 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -85542,10 +86118,10 @@ export default { }, "player_match_performance_v_aggregate": { "aggregate": [ - 4065 + 4108 ], "nodes": [ - 4063 + 4106 ], "__typename": [ 85 @@ -85553,13 +86129,13 @@ export default { }, "player_match_performance_v_aggregate_fields": { "avg": [ - 4066 + 4109 ], "count": [ 41, { "columns": [ - 4071, + 4114, "[player_match_performance_v_select_column!]" ], "distinct": [ @@ -85568,31 +86144,31 @@ export default { } ], "max": [ - 4068 + 4111 ], "min": [ - 4069 + 4112 ], "stddev": [ - 4072 + 4115 ], "stddev_pop": [ - 4073 + 4116 ], "stddev_samp": [ - 4074 + 4117 ], "sum": [ - 4077 + 4120 ], "var_pop": [ - 4078 + 4121 ], "var_samp": [ - 4079 + 4122 ], "variance": [ - 4080 + 4123 ], "__typename": [ 85 @@ -85653,49 +86229,49 @@ export default { }, "player_match_performance_v_bool_exp": { "_and": [ - 4067 + 4110 ], "_not": [ - 4067 + 4110 ], "_or": [ - 4067 + 4110 ], "accuracy": [ - 3557 + 3600 ], "accuracy_spotted": [ - 3557 + 3600 ], "aim_rating": [ - 2005 + 2047 ], "counter_strafe_pct": [ - 3557 + 3600 ], "enemy_blind_pr": [ - 3557 + 3600 ], "flash_assists_pr": [ - 3557 + 3600 ], "hs_pct": [ - 3557 + 3600 ], "kast_pct": [ - 3557 + 3600 ], "match_id": [ - 6367 + 6505 ], "overall_rating": [ - 2005 + 2047 ], "played_at": [ - 5154 + 5197 ], "positioning_rating": [ - 2005 + 2047 ], "rounds": [ 42 @@ -85704,19 +86280,19 @@ export default { 87 ], "steam_id": [ - 312 + 313 ], "survival_pct": [ - 3557 + 3600 ], "traded_death_pct": [ - 3557 + 3600 ], "util_efficiency": [ - 3557 + 3600 ], "utility_rating": [ - 2005 + 2047 ], "__typename": [ 85 @@ -85724,40 +86300,40 @@ export default { }, "player_match_performance_v_max_fields": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "aim_rating": [ - 2004 + 2046 ], "counter_strafe_pct": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "overall_rating": [ - 2004 + 2046 ], "played_at": [ - 5153 + 5196 ], "positioning_rating": [ - 2004 + 2046 ], "rounds": [ 41 @@ -85766,19 +86342,19 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -85786,40 +86362,40 @@ export default { }, "player_match_performance_v_min_fields": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "aim_rating": [ - 2004 + 2046 ], "counter_strafe_pct": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "overall_rating": [ - 2004 + 2046 ], "played_at": [ - 5153 + 5196 ], "positioning_rating": [ - 2004 + 2046 ], "rounds": [ 41 @@ -85828,19 +86404,19 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -85848,61 +86424,61 @@ export default { }, "player_match_performance_v_order_by": { "accuracy": [ - 3558 + 3601 ], "accuracy_spotted": [ - 3558 + 3601 ], "aim_rating": [ - 3558 + 3601 ], "counter_strafe_pct": [ - 3558 + 3601 ], "enemy_blind_pr": [ - 3558 + 3601 ], "flash_assists_pr": [ - 3558 + 3601 ], "hs_pct": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "overall_rating": [ - 3558 + 3601 ], "played_at": [ - 3558 + 3601 ], "positioning_rating": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "survival_pct": [ - 3558 + 3601 ], "traded_death_pct": [ - 3558 + 3601 ], "util_efficiency": [ - 3558 + 3601 ], "utility_rating": [ - 3558 + 3601 ], "__typename": [ 85 @@ -86070,10 +86646,10 @@ export default { }, "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 4076 + 4119 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -86081,40 +86657,40 @@ export default { }, "player_match_performance_v_stream_cursor_value_input": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "aim_rating": [ - 2004 + 2046 ], "counter_strafe_pct": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "overall_rating": [ - 2004 + 2046 ], "played_at": [ - 5153 + 5196 ], "positioning_rating": [ - 2004 + 2046 ], "rounds": [ 41 @@ -86123,19 +86699,19 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -86143,52 +86719,52 @@ export default { }, "player_match_performance_v_sum_fields": { "accuracy": [ - 3556 + 3599 ], "accuracy_spotted": [ - 3556 + 3599 ], "aim_rating": [ - 2004 + 2046 ], "counter_strafe_pct": [ - 3556 + 3599 ], "enemy_blind_pr": [ - 3556 + 3599 ], "flash_assists_pr": [ - 3556 + 3599 ], "hs_pct": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "overall_rating": [ - 2004 + 2046 ], "positioning_rating": [ - 2004 + 2046 ], "rounds": [ 41 ], "steam_id": [ - 310 + 311 ], "survival_pct": [ - 3556 + 3599 ], "traded_death_pct": [ - 3556 + 3599 ], "util_efficiency": [ - 3556 + 3599 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -86364,13 +86940,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3556 + 3599 ], "avg_flash_duration": [ - 3556 + 3599 ], "avg_time_to_damage_s": [ - 3556 + 3599 ], "counter_strafe_eligible_shots": [ 41 @@ -86460,7 +87036,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -86505,7 +87081,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -86544,7 +87120,7 @@ export default { 41 ], "utility_on_death": [ - 3556 + 3599 ], "wasted_magazine_shots": [ 41 @@ -86558,10 +87134,10 @@ export default { }, "player_match_stats_v_aggregate": { "aggregate": [ - 4085 + 4128 ], "nodes": [ - 4081 + 4124 ], "__typename": [ 85 @@ -86569,7 +87145,7 @@ export default { }, "player_match_stats_v_aggregate_bool_exp": { "count": [ - 4084 + 4127 ], "__typename": [ 85 @@ -86577,13 +87153,13 @@ export default { }, "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 4097 + 4140 ], "distinct": [ 6 ], "filter": [ - 4090 + 4133 ], "predicate": [ 42 @@ -86594,13 +87170,13 @@ export default { }, "player_match_stats_v_aggregate_fields": { "avg": [ - 4088 + 4131 ], "count": [ 41, { "columns": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "distinct": [ @@ -86609,31 +87185,31 @@ export default { } ], "max": [ - 4092 + 4135 ], "min": [ - 4094 + 4137 ], "stddev": [ - 4098 + 4141 ], "stddev_pop": [ - 4100 + 4143 ], "stddev_samp": [ - 4102 + 4145 ], "sum": [ - 4106 + 4149 ], "var_pop": [ - 4108 + 4151 ], "var_samp": [ - 4110 + 4153 ], "variance": [ - 4112 + 4155 ], "__typename": [ 85 @@ -86641,37 +87217,37 @@ export default { }, "player_match_stats_v_aggregate_order_by": { "avg": [ - 4089 + 4132 ], "count": [ - 3558 + 3601 ], "max": [ - 4093 + 4136 ], "min": [ - 4095 + 4138 ], "stddev": [ - 4099 + 4142 ], "stddev_pop": [ - 4101 + 4144 ], "stddev_samp": [ - 4103 + 4146 ], "sum": [ - 4107 + 4150 ], "var_pop": [ - 4109 + 4152 ], "var_samp": [ - 4111 + 4154 ], "variance": [ - 4113 + 4156 ], "__typename": [ 85 @@ -86679,7 +87255,7 @@ export default { }, "player_match_stats_v_arr_rel_insert_input": { "data": [ - 4091 + 4134 ], "__typename": [ 85 @@ -86887,199 +87463,199 @@ export default { }, "player_match_stats_v_avg_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -87087,13 +87663,13 @@ export default { }, "player_match_stats_v_bool_exp": { "_and": [ - 4090 + 4133 ], "_not": [ - 4090 + 4133 ], "_or": [ - 4090 + 4133 ], "assists": [ 42 @@ -87105,13 +87681,13 @@ export default { 42 ], "avg_crosshair_angle_deg": [ - 3557 + 3600 ], "avg_flash_duration": [ - 3557 + 3600 ], "avg_time_to_damage_s": [ - 3557 + 3600 ], "counter_strafe_eligible_shots": [ 42 @@ -87201,7 +87777,7 @@ export default { 42 ], "match_id": [ - 6367 + 6505 ], "molotov_damage": [ 42 @@ -87246,7 +87822,7 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "team_damage": [ 42 @@ -87285,7 +87861,7 @@ export default { 42 ], "utility_on_death": [ - 3557 + 3600 ], "wasted_magazine_shots": [ 42 @@ -87308,13 +87884,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3556 + 3599 ], "avg_flash_duration": [ - 3556 + 3599 ], "avg_time_to_damage_s": [ - 3556 + 3599 ], "counter_strafe_eligible_shots": [ 41 @@ -87404,7 +87980,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -87449,7 +88025,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -87488,7 +88064,7 @@ export default { 41 ], "utility_on_death": [ - 3556 + 3599 ], "wasted_magazine_shots": [ 41 @@ -87511,13 +88087,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3556 + 3599 ], "avg_flash_duration": [ - 3556 + 3599 ], "avg_time_to_damage_s": [ - 3556 + 3599 ], "counter_strafe_eligible_shots": [ 41 @@ -87607,7 +88183,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -87652,7 +88228,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -87691,7 +88267,7 @@ export default { 41 ], "utility_on_death": [ - 3556 + 3599 ], "wasted_magazine_shots": [ 41 @@ -87705,202 +88281,202 @@ export default { }, "player_match_stats_v_max_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -87917,13 +88493,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3556 + 3599 ], "avg_flash_duration": [ - 3556 + 3599 ], "avg_time_to_damage_s": [ - 3556 + 3599 ], "counter_strafe_eligible_shots": [ 41 @@ -88013,7 +88589,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -88058,7 +88634,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -88097,7 +88673,7 @@ export default { 41 ], "utility_on_death": [ - 3556 + 3599 ], "wasted_magazine_shots": [ 41 @@ -88111,202 +88687,202 @@ export default { }, "player_match_stats_v_min_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -88314,202 +88890,202 @@ export default { }, "player_match_stats_v_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -88718,199 +89294,199 @@ export default { }, "player_match_stats_v_stddev_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -89118,199 +89694,199 @@ export default { }, "player_match_stats_v_stddev_pop_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -89518,199 +90094,199 @@ export default { }, "player_match_stats_v_stddev_samp_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -89718,10 +90294,10 @@ export default { }, "player_match_stats_v_stream_cursor_input": { "initial_value": [ - 4105 + 4148 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -89738,13 +90314,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3556 + 3599 ], "avg_flash_duration": [ - 3556 + 3599 ], "avg_time_to_damage_s": [ - 3556 + 3599 ], "counter_strafe_eligible_shots": [ 41 @@ -89834,7 +90410,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "molotov_damage": [ 41 @@ -89879,7 +90455,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -89918,7 +90494,7 @@ export default { 41 ], "utility_on_death": [ - 3556 + 3599 ], "wasted_magazine_shots": [ 41 @@ -89941,13 +90517,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3556 + 3599 ], "avg_flash_duration": [ - 3556 + 3599 ], "avg_time_to_damage_s": [ - 3556 + 3599 ], "counter_strafe_eligible_shots": [ 41 @@ -90079,7 +90655,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "team_damage": [ 41 @@ -90118,7 +90694,7 @@ export default { 41 ], "utility_on_death": [ - 3556 + 3599 ], "wasted_magazine_shots": [ 41 @@ -90132,199 +90708,199 @@ export default { }, "player_match_stats_v_sum_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -90532,199 +91108,199 @@ export default { }, "player_match_stats_v_var_pop_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -90932,199 +91508,199 @@ export default { }, "player_match_stats_v_var_samp_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -91332,199 +91908,199 @@ export default { }, "player_match_stats_v_variance_order_by": { "assists": [ - 3558 + 3601 ], "assists_ct": [ - 3558 + 3601 ], "assists_t": [ - 3558 + 3601 ], "avg_crosshair_angle_deg": [ - 3558 + 3601 ], "avg_flash_duration": [ - 3558 + 3601 ], "avg_time_to_damage_s": [ - 3558 + 3601 ], "counter_strafe_eligible_shots": [ - 3558 + 3601 ], "counter_strafed_shots": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_ct": [ - 3558 + 3601 ], "damage_t": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "deaths_ct": [ - 3558 + 3601 ], "deaths_t": [ - 3558 + 3601 ], "decoy_throws": [ - 3558 + 3601 ], "enemies_flashed": [ - 3558 + 3601 ], "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "five_kill_rounds": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "flashes_thrown": [ - 3558 + 3601 ], "four_kill_rounds": [ - 3558 + 3601 ], "he_damage": [ - 3558 + 3601 ], "he_team_damage": [ - 3558 + 3601 ], "he_throws": [ - 3558 + 3601 ], "headshot_hits": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_at_spotted": [ - 3558 + 3601 ], "hs_kills": [ - 3558 + 3601 ], "hs_kills_ct": [ - 3558 + 3601 ], "hs_kills_t": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kills_ct": [ - 3558 + 3601 ], "kills_t": [ - 3558 + 3601 ], "knife_kills": [ - 3558 + 3601 ], "molotov_damage": [ - 3558 + 3601 ], "molotov_throws": [ - 3558 + 3601 ], "non_awp_hits": [ - 3558 + 3601 ], "on_target_frames": [ - 3558 + 3601 ], "rounds_ct": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "rounds_t": [ - 3558 + 3601 ], "shots_at_spotted": [ - 3558 + 3601 ], "shots_fired": [ - 3558 + 3601 ], "smoke_throws": [ - 3558 + 3601 ], "spotted_count": [ - 3558 + 3601 ], "spotted_with_damage_count": [ - 3558 + 3601 ], "spray_hits": [ - 3558 + 3601 ], "spray_shots": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_damage": [ - 3558 + 3601 ], "team_flashed": [ - 3558 + 3601 ], "three_kill_rounds": [ - 3558 + 3601 ], "total_engagement_frames": [ - 3558 + 3601 ], "trade_kill_attempts": [ - 3558 + 3601 ], "trade_kill_opportunities": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_attempts": [ - 3558 + 3601 ], "traded_death_opportunities": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "two_kill_rounds": [ - 3558 + 3601 ], "unused_utility_value": [ - 3558 + 3601 ], "utility_on_death": [ - 3558 + 3601 ], "wasted_magazine_shots": [ - 3558 + 3601 ], "zeus_kills": [ - 3558 + 3601 ], "__typename": [ 85 @@ -91532,34 +92108,34 @@ export default { }, "player_objectives": { "deleted_at": [ - 5153 + 5196 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1264 + 1265 ], "__typename": [ 85 @@ -91567,10 +92143,10 @@ export default { }, "player_objectives_aggregate": { "aggregate": [ - 4118 + 4161 ], "nodes": [ - 4114 + 4157 ], "__typename": [ 85 @@ -91578,7 +92154,7 @@ export default { }, "player_objectives_aggregate_bool_exp": { "count": [ - 4117 + 4160 ], "__typename": [ 85 @@ -91586,13 +92162,13 @@ export default { }, "player_objectives_aggregate_bool_exp_count": { "arguments": [ - 4135 + 4178 ], "distinct": [ 6 ], "filter": [ - 4123 + 4166 ], "predicate": [ 42 @@ -91603,13 +92179,13 @@ export default { }, "player_objectives_aggregate_fields": { "avg": [ - 4121 + 4164 ], "count": [ 41, { "columns": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "distinct": [ @@ -91618,31 +92194,31 @@ export default { } ], "max": [ - 4127 + 4170 ], "min": [ - 4129 + 4172 ], "stddev": [ - 4137 + 4180 ], "stddev_pop": [ - 4139 + 4182 ], "stddev_samp": [ - 4141 + 4184 ], "sum": [ - 4145 + 4188 ], "var_pop": [ - 4149 + 4192 ], "var_samp": [ - 4151 + 4194 ], "variance": [ - 4153 + 4196 ], "__typename": [ 85 @@ -91650,37 +92226,37 @@ export default { }, "player_objectives_aggregate_order_by": { "avg": [ - 4122 + 4165 ], "count": [ - 3558 + 3601 ], "max": [ - 4128 + 4171 ], "min": [ - 4130 + 4173 ], "stddev": [ - 4138 + 4181 ], "stddev_pop": [ - 4140 + 4183 ], "stddev_samp": [ - 4142 + 4185 ], "sum": [ - 4146 + 4189 ], "var_pop": [ - 4150 + 4193 ], "var_samp": [ - 4152 + 4195 ], "variance": [ - 4154 + 4197 ], "__typename": [ 85 @@ -91688,10 +92264,10 @@ export default { }, "player_objectives_arr_rel_insert_input": { "data": [ - 4126 + 4169 ], "on_conflict": [ - 4132 + 4175 ], "__typename": [ 85 @@ -91710,10 +92286,10 @@ export default { }, "player_objectives_avg_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -91721,43 +92297,43 @@ export default { }, "player_objectives_bool_exp": { "_and": [ - 4123 + 4166 ], "_not": [ - 4123 + 4166 ], "_or": [ - 4123 + 4166 ], "deleted_at": [ - 5154 + 5197 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "round": [ 42 ], "time": [ - 5154 + 5197 ], "type": [ - 1265 + 1266 ], "__typename": [ 85 @@ -91766,7 +92342,7 @@ export default { "player_objectives_constraint": {}, "player_objectives_inc_input": { "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -91777,34 +92353,34 @@ export default { }, "player_objectives_insert_input": { "deleted_at": [ - 5153 + 5196 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1264 + 1265 ], "__typename": [ 85 @@ -91812,22 +92388,22 @@ export default { }, "player_objectives_max_fields": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -91835,22 +92411,22 @@ export default { }, "player_objectives_max_order_by": { "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -91858,22 +92434,22 @@ export default { }, "player_objectives_min_fields": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -91881,22 +92457,22 @@ export default { }, "player_objectives_min_order_by": { "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -91907,7 +92483,7 @@ export default { 41 ], "returning": [ - 4114 + 4157 ], "__typename": [ 85 @@ -91915,13 +92491,13 @@ export default { }, "player_objectives_on_conflict": { "constraint": [ - 4124 + 4167 ], "update_columns": [ - 4147 + 4190 ], "where": [ - 4123 + 4166 ], "__typename": [ 85 @@ -91929,34 +92505,34 @@ export default { }, "player_objectives_order_by": { "deleted_at": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -91964,13 +92540,13 @@ export default { }, "player_objectives_pk_columns_input": { "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -91979,25 +92555,25 @@ export default { "player_objectives_select_column": {}, "player_objectives_set_input": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1264 + 1265 ], "__typename": [ 85 @@ -92016,10 +92592,10 @@ export default { }, "player_objectives_stddev_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92038,10 +92614,10 @@ export default { }, "player_objectives_stddev_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92060,10 +92636,10 @@ export default { }, "player_objectives_stddev_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92071,10 +92647,10 @@ export default { }, "player_objectives_stream_cursor_input": { "initial_value": [ - 4144 + 4187 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -92082,25 +92658,25 @@ export default { }, "player_objectives_stream_cursor_value_input": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1264 + 1265 ], "__typename": [ 85 @@ -92108,7 +92684,7 @@ export default { }, "player_objectives_sum_fields": { "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -92119,10 +92695,10 @@ export default { }, "player_objectives_sum_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92131,13 +92707,13 @@ export default { "player_objectives_update_column": {}, "player_objectives_updates": { "_inc": [ - 4125 + 4168 ], "_set": [ - 4136 + 4179 ], "where": [ - 4123 + 4166 ], "__typename": [ 85 @@ -92156,10 +92732,10 @@ export default { }, "player_objectives_var_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92178,10 +92754,10 @@ export default { }, "player_objectives_var_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92200,10 +92776,10 @@ export default { }, "player_objectives_variance_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92211,46 +92787,46 @@ export default { }, "player_performance_v": { "accuracy_score": [ - 2004 + 2046 ], "aim_goal": [ - 2004 + 2046 ], "aim_rating": [ - 2004 + 2046 ], "band": [ 41 ], "band_sample": [ - 310 + 311 ], "blind_score": [ - 2004 + 2046 ], "counter_strafe_score": [ - 2004 + 2046 ], "crosshair_score": [ - 2004 + 2046 ], "flash_assists_score": [ - 2004 + 2046 ], "hs_score": [ - 2004 + 2046 ], "kast_score": [ - 2004 + 2046 ], "maps": [ 41 ], "positioning_goal": [ - 2004 + 2046 ], "positioning_rating": [ - 2004 + 2046 ], "premier_rank": [ 41 @@ -92259,28 +92835,28 @@ export default { 41 ], "spotted_score": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "survival_score": [ - 2004 + 2046 ], "traded_score": [ - 2004 + 2046 ], "ttd_score": [ - 2004 + 2046 ], "util_eff_score": [ - 2004 + 2046 ], "utility_goal": [ - 2004 + 2046 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -92288,10 +92864,10 @@ export default { }, "player_performance_v_aggregate": { "aggregate": [ - 4157 + 4200 ], "nodes": [ - 4155 + 4198 ], "__typename": [ 85 @@ -92299,13 +92875,13 @@ export default { }, "player_performance_v_aggregate_fields": { "avg": [ - 4158 + 4201 ], "count": [ 41, { "columns": [ - 4163, + 4206, "[player_performance_v_select_column!]" ], "distinct": [ @@ -92314,31 +92890,31 @@ export default { } ], "max": [ - 4160 + 4203 ], "min": [ - 4161 + 4204 ], "stddev": [ - 4164 + 4207 ], "stddev_pop": [ - 4165 + 4208 ], "stddev_samp": [ - 4166 + 4209 ], "sum": [ - 4169 + 4212 ], "var_pop": [ - 4170 + 4213 ], "var_samp": [ - 4171 + 4214 ], "variance": [ - 4172 + 4215 ], "__typename": [ 85 @@ -92423,55 +92999,55 @@ export default { }, "player_performance_v_bool_exp": { "_and": [ - 4159 + 4202 ], "_not": [ - 4159 + 4202 ], "_or": [ - 4159 + 4202 ], "accuracy_score": [ - 2005 + 2047 ], "aim_goal": [ - 2005 + 2047 ], "aim_rating": [ - 2005 + 2047 ], "band": [ 42 ], "band_sample": [ - 312 + 313 ], "blind_score": [ - 2005 + 2047 ], "counter_strafe_score": [ - 2005 + 2047 ], "crosshair_score": [ - 2005 + 2047 ], "flash_assists_score": [ - 2005 + 2047 ], "hs_score": [ - 2005 + 2047 ], "kast_score": [ - 2005 + 2047 ], "maps": [ 42 ], "positioning_goal": [ - 2005 + 2047 ], "positioning_rating": [ - 2005 + 2047 ], "premier_rank": [ 42 @@ -92480,28 +93056,28 @@ export default { 42 ], "spotted_score": [ - 2005 + 2047 ], "steam_id": [ - 312 + 313 ], "survival_score": [ - 2005 + 2047 ], "traded_score": [ - 2005 + 2047 ], "ttd_score": [ - 2005 + 2047 ], "util_eff_score": [ - 2005 + 2047 ], "utility_goal": [ - 2005 + 2047 ], "utility_rating": [ - 2005 + 2047 ], "__typename": [ 85 @@ -92509,46 +93085,46 @@ export default { }, "player_performance_v_max_fields": { "accuracy_score": [ - 2004 + 2046 ], "aim_goal": [ - 2004 + 2046 ], "aim_rating": [ - 2004 + 2046 ], "band": [ 41 ], "band_sample": [ - 310 + 311 ], "blind_score": [ - 2004 + 2046 ], "counter_strafe_score": [ - 2004 + 2046 ], "crosshair_score": [ - 2004 + 2046 ], "flash_assists_score": [ - 2004 + 2046 ], "hs_score": [ - 2004 + 2046 ], "kast_score": [ - 2004 + 2046 ], "maps": [ 41 ], "positioning_goal": [ - 2004 + 2046 ], "positioning_rating": [ - 2004 + 2046 ], "premier_rank": [ 41 @@ -92557,28 +93133,28 @@ export default { 41 ], "spotted_score": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "survival_score": [ - 2004 + 2046 ], "traded_score": [ - 2004 + 2046 ], "ttd_score": [ - 2004 + 2046 ], "util_eff_score": [ - 2004 + 2046 ], "utility_goal": [ - 2004 + 2046 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -92586,46 +93162,46 @@ export default { }, "player_performance_v_min_fields": { "accuracy_score": [ - 2004 + 2046 ], "aim_goal": [ - 2004 + 2046 ], "aim_rating": [ - 2004 + 2046 ], "band": [ 41 ], "band_sample": [ - 310 + 311 ], "blind_score": [ - 2004 + 2046 ], "counter_strafe_score": [ - 2004 + 2046 ], "crosshair_score": [ - 2004 + 2046 ], "flash_assists_score": [ - 2004 + 2046 ], "hs_score": [ - 2004 + 2046 ], "kast_score": [ - 2004 + 2046 ], "maps": [ 41 ], "positioning_goal": [ - 2004 + 2046 ], "positioning_rating": [ - 2004 + 2046 ], "premier_rank": [ 41 @@ -92634,28 +93210,28 @@ export default { 41 ], "spotted_score": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "survival_score": [ - 2004 + 2046 ], "traded_score": [ - 2004 + 2046 ], "ttd_score": [ - 2004 + 2046 ], "util_eff_score": [ - 2004 + 2046 ], "utility_goal": [ - 2004 + 2046 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -92663,76 +93239,76 @@ export default { }, "player_performance_v_order_by": { "accuracy_score": [ - 3558 + 3601 ], "aim_goal": [ - 3558 + 3601 ], "aim_rating": [ - 3558 + 3601 ], "band": [ - 3558 + 3601 ], "band_sample": [ - 3558 + 3601 ], "blind_score": [ - 3558 + 3601 ], "counter_strafe_score": [ - 3558 + 3601 ], "crosshair_score": [ - 3558 + 3601 ], "flash_assists_score": [ - 3558 + 3601 ], "hs_score": [ - 3558 + 3601 ], "kast_score": [ - 3558 + 3601 ], "maps": [ - 3558 + 3601 ], "positioning_goal": [ - 3558 + 3601 ], "positioning_rating": [ - 3558 + 3601 ], "premier_rank": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "spotted_score": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "survival_score": [ - 3558 + 3601 ], "traded_score": [ - 3558 + 3601 ], "ttd_score": [ - 3558 + 3601 ], "util_eff_score": [ - 3558 + 3601 ], "utility_goal": [ - 3558 + 3601 ], "utility_rating": [ - 3558 + 3601 ], "__typename": [ 85 @@ -92972,10 +93548,10 @@ export default { }, "player_performance_v_stream_cursor_input": { "initial_value": [ - 4168 + 4211 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -92983,46 +93559,46 @@ export default { }, "player_performance_v_stream_cursor_value_input": { "accuracy_score": [ - 2004 + 2046 ], "aim_goal": [ - 2004 + 2046 ], "aim_rating": [ - 2004 + 2046 ], "band": [ 41 ], "band_sample": [ - 310 + 311 ], "blind_score": [ - 2004 + 2046 ], "counter_strafe_score": [ - 2004 + 2046 ], "crosshair_score": [ - 2004 + 2046 ], "flash_assists_score": [ - 2004 + 2046 ], "hs_score": [ - 2004 + 2046 ], "kast_score": [ - 2004 + 2046 ], "maps": [ 41 ], "positioning_goal": [ - 2004 + 2046 ], "positioning_rating": [ - 2004 + 2046 ], "premier_rank": [ 41 @@ -93031,28 +93607,28 @@ export default { 41 ], "spotted_score": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "survival_score": [ - 2004 + 2046 ], "traded_score": [ - 2004 + 2046 ], "ttd_score": [ - 2004 + 2046 ], "util_eff_score": [ - 2004 + 2046 ], "utility_goal": [ - 2004 + 2046 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -93060,46 +93636,46 @@ export default { }, "player_performance_v_sum_fields": { "accuracy_score": [ - 2004 + 2046 ], "aim_goal": [ - 2004 + 2046 ], "aim_rating": [ - 2004 + 2046 ], "band": [ 41 ], "band_sample": [ - 310 + 311 ], "blind_score": [ - 2004 + 2046 ], "counter_strafe_score": [ - 2004 + 2046 ], "crosshair_score": [ - 2004 + 2046 ], "flash_assists_score": [ - 2004 + 2046 ], "hs_score": [ - 2004 + 2046 ], "kast_score": [ - 2004 + 2046 ], "maps": [ 41 ], "positioning_goal": [ - 2004 + 2046 ], "positioning_rating": [ - 2004 + 2046 ], "premier_rank": [ 41 @@ -93108,28 +93684,28 @@ export default { 41 ], "spotted_score": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "survival_score": [ - 2004 + 2046 ], "traded_score": [ - 2004 + 2046 ], "ttd_score": [ - 2004 + 2046 ], "util_eff_score": [ - 2004 + 2046 ], "utility_goal": [ - 2004 + 2046 ], "utility_rating": [ - 2004 + 2046 ], "__typename": [ 85 @@ -93368,25 +93944,25 @@ export default { }, "player_premier_rank_history": { "id": [ - 6365 + 6503 ], "map": [ - 2834 + 2877 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "player": [ - 4516 + 4559 ], "previous_rank": [ 41 @@ -93398,7 +93974,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -93406,10 +93982,10 @@ export default { }, "player_premier_rank_history_aggregate": { "aggregate": [ - 4177 + 4220 ], "nodes": [ - 4173 + 4216 ], "__typename": [ 85 @@ -93417,7 +93993,7 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp": { "count": [ - 4176 + 4219 ], "__typename": [ 85 @@ -93425,13 +94001,13 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp_count": { "arguments": [ - 4194 + 4237 ], "distinct": [ 6 ], "filter": [ - 4182 + 4225 ], "predicate": [ 42 @@ -93442,13 +94018,13 @@ export default { }, "player_premier_rank_history_aggregate_fields": { "avg": [ - 4180 + 4223 ], "count": [ 41, { "columns": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "distinct": [ @@ -93457,31 +94033,31 @@ export default { } ], "max": [ - 4186 + 4229 ], "min": [ - 4188 + 4231 ], "stddev": [ - 4196 + 4239 ], "stddev_pop": [ - 4198 + 4241 ], "stddev_samp": [ - 4200 + 4243 ], "sum": [ - 4204 + 4247 ], "var_pop": [ - 4208 + 4251 ], "var_samp": [ - 4210 + 4253 ], "variance": [ - 4212 + 4255 ], "__typename": [ 85 @@ -93489,37 +94065,37 @@ export default { }, "player_premier_rank_history_aggregate_order_by": { "avg": [ - 4181 + 4224 ], "count": [ - 3558 + 3601 ], "max": [ - 4187 + 4230 ], "min": [ - 4189 + 4232 ], "stddev": [ - 4197 + 4240 ], "stddev_pop": [ - 4199 + 4242 ], "stddev_samp": [ - 4201 + 4244 ], "sum": [ - 4205 + 4248 ], "var_pop": [ - 4209 + 4252 ], "var_samp": [ - 4211 + 4254 ], "variance": [ - 4213 + 4256 ], "__typename": [ 85 @@ -93527,10 +94103,10 @@ export default { }, "player_premier_rank_history_arr_rel_insert_input": { "data": [ - 4185 + 4228 ], "on_conflict": [ - 4191 + 4234 ], "__typename": [ 85 @@ -93555,16 +94131,16 @@ export default { }, "player_premier_rank_history_avg_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93572,34 +94148,34 @@ export default { }, "player_premier_rank_history_bool_exp": { "_and": [ - 4182 + 4225 ], "_not": [ - 4182 + 4225 ], "_or": [ - 4182 + 4225 ], "id": [ - 6367 + 6505 ], "map": [ - 2843 + 2886 ], "map_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "observed_at": [ - 5154 + 5197 ], "player": [ - 4520 + 4563 ], "previous_rank": [ 42 @@ -93611,7 +94187,7 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -93629,7 +94205,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -93637,25 +94213,25 @@ export default { }, "player_premier_rank_history_insert_input": { "id": [ - 6365 + 6503 ], "map": [ - 2851 + 2894 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "player": [ - 4527 + 4570 ], "previous_rank": [ 41 @@ -93667,7 +94243,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -93675,16 +94251,16 @@ export default { }, "player_premier_rank_history_max_fields": { "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -93696,7 +94272,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -93704,28 +94280,28 @@ export default { }, "player_premier_rank_history_max_order_by": { "id": [ - 3558 + 3601 ], "map_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "observed_at": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93733,16 +94309,16 @@ export default { }, "player_premier_rank_history_min_fields": { "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -93754,7 +94330,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -93762,28 +94338,28 @@ export default { }, "player_premier_rank_history_min_order_by": { "id": [ - 3558 + 3601 ], "map_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "observed_at": [ - 3558 + 3601 ], "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93794,7 +94370,7 @@ export default { 41 ], "returning": [ - 4173 + 4216 ], "__typename": [ 85 @@ -93802,13 +94378,13 @@ export default { }, "player_premier_rank_history_on_conflict": { "constraint": [ - 4183 + 4226 ], "update_columns": [ - 4206 + 4249 ], "where": [ - 4182 + 4225 ], "__typename": [ 85 @@ -93816,37 +94392,37 @@ export default { }, "player_premier_rank_history_order_by": { "id": [ - 3558 + 3601 ], "map": [ - 2853 + 2896 ], "map_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "observed_at": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93854,7 +94430,7 @@ export default { }, "player_premier_rank_history_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -93863,16 +94439,16 @@ export default { "player_premier_rank_history_select_column": {}, "player_premier_rank_history_set_input": { "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -93884,7 +94460,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -93909,16 +94485,16 @@ export default { }, "player_premier_rank_history_stddev_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93943,16 +94519,16 @@ export default { }, "player_premier_rank_history_stddev_pop_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93977,16 +94553,16 @@ export default { }, "player_premier_rank_history_stddev_samp_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -93994,10 +94570,10 @@ export default { }, "player_premier_rank_history_stream_cursor_input": { "initial_value": [ - 4203 + 4246 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -94005,16 +94581,16 @@ export default { }, "player_premier_rank_history_stream_cursor_value_input": { "id": [ - 6365 + 6503 ], "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "observed_at": [ - 5153 + 5196 ], "previous_rank": [ 41 @@ -94026,7 +94602,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -94043,7 +94619,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -94051,16 +94627,16 @@ export default { }, "player_premier_rank_history_sum_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94069,13 +94645,13 @@ export default { "player_premier_rank_history_update_column": {}, "player_premier_rank_history_updates": { "_inc": [ - 4184 + 4227 ], "_set": [ - 4195 + 4238 ], "where": [ - 4182 + 4225 ], "__typename": [ 85 @@ -94100,16 +94676,16 @@ export default { }, "player_premier_rank_history_var_pop_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94134,16 +94710,16 @@ export default { }, "player_premier_rank_history_var_samp_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94168,16 +94744,16 @@ export default { }, "player_premier_rank_history_variance_order_by": { "previous_rank": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rank_type": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94185,37 +94761,37 @@ export default { }, "player_sanctions": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "e_sanction_type": [ - 1339 + 1340 ], "id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "reason": [ 85 ], "remove_sanction_date": [ - 5153 + 5196 ], "sanctioned_by": [ - 4516 + 4559 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "type": [ - 1344 + 1345 ], "__typename": [ 85 @@ -94223,10 +94799,10 @@ export default { }, "player_sanctions_aggregate": { "aggregate": [ - 4218 + 4261 ], "nodes": [ - 4214 + 4257 ], "__typename": [ 85 @@ -94234,7 +94810,7 @@ export default { }, "player_sanctions_aggregate_bool_exp": { "count": [ - 4217 + 4260 ], "__typename": [ 85 @@ -94242,13 +94818,13 @@ export default { }, "player_sanctions_aggregate_bool_exp_count": { "arguments": [ - 4235 + 4278 ], "distinct": [ 6 ], "filter": [ - 4223 + 4266 ], "predicate": [ 42 @@ -94259,13 +94835,13 @@ export default { }, "player_sanctions_aggregate_fields": { "avg": [ - 4221 + 4264 ], "count": [ 41, { "columns": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "distinct": [ @@ -94274,31 +94850,31 @@ export default { } ], "max": [ - 4227 + 4270 ], "min": [ - 4229 + 4272 ], "stddev": [ - 4237 + 4280 ], "stddev_pop": [ - 4239 + 4282 ], "stddev_samp": [ - 4241 + 4284 ], "sum": [ - 4245 + 4288 ], "var_pop": [ - 4249 + 4292 ], "var_samp": [ - 4251 + 4294 ], "variance": [ - 4253 + 4296 ], "__typename": [ 85 @@ -94306,37 +94882,37 @@ export default { }, "player_sanctions_aggregate_order_by": { "avg": [ - 4222 + 4265 ], "count": [ - 3558 + 3601 ], "max": [ - 4228 + 4271 ], "min": [ - 4230 + 4273 ], "stddev": [ - 4238 + 4281 ], "stddev_pop": [ - 4240 + 4283 ], "stddev_samp": [ - 4242 + 4285 ], "sum": [ - 4246 + 4289 ], "var_pop": [ - 4250 + 4293 ], "var_samp": [ - 4252 + 4295 ], "variance": [ - 4254 + 4297 ], "__typename": [ 85 @@ -94344,10 +94920,10 @@ export default { }, "player_sanctions_arr_rel_insert_input": { "data": [ - 4226 + 4269 ], "on_conflict": [ - 4232 + 4275 ], "__typename": [ 85 @@ -94366,10 +94942,10 @@ export default { }, "player_sanctions_avg_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94377,46 +94953,46 @@ export default { }, "player_sanctions_bool_exp": { "_and": [ - 4223 + 4266 ], "_not": [ - 4223 + 4266 ], "_or": [ - 4223 + 4266 ], "created_at": [ - 5154 + 5197 ], "deleted_at": [ - 5154 + 5197 ], "e_sanction_type": [ - 1342 + 1343 ], "id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "reason": [ 87 ], "remove_sanction_date": [ - 5154 + 5197 ], "sanctioned_by": [ - 4520 + 4563 ], "sanctioned_by_steam_id": [ - 312 + 313 ], "type": [ - 1345 + 1346 ], "__typename": [ 85 @@ -94425,10 +95001,10 @@ export default { "player_sanctions_constraint": {}, "player_sanctions_inc_input": { "player_steam_id": [ - 310 + 311 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -94436,37 +95012,37 @@ export default { }, "player_sanctions_insert_input": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "e_sanction_type": [ - 1350 + 1351 ], "id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "reason": [ 85 ], "remove_sanction_date": [ - 5153 + 5196 ], "sanctioned_by": [ - 4527 + 4570 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "type": [ - 1344 + 1345 ], "__typename": [ 85 @@ -94474,25 +95050,25 @@ export default { }, "player_sanctions_max_fields": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "reason": [ 85 ], "remove_sanction_date": [ - 5153 + 5196 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -94500,25 +95076,25 @@ export default { }, "player_sanctions_max_order_by": { "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "reason": [ - 3558 + 3601 ], "remove_sanction_date": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94526,25 +95102,25 @@ export default { }, "player_sanctions_min_fields": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "reason": [ 85 ], "remove_sanction_date": [ - 5153 + 5196 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -94552,25 +95128,25 @@ export default { }, "player_sanctions_min_order_by": { "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "reason": [ - 3558 + 3601 ], "remove_sanction_date": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94581,7 +95157,7 @@ export default { 41 ], "returning": [ - 4214 + 4257 ], "__typename": [ 85 @@ -94589,13 +95165,13 @@ export default { }, "player_sanctions_on_conflict": { "constraint": [ - 4224 + 4267 ], "update_columns": [ - 4247 + 4290 ], "where": [ - 4223 + 4266 ], "__typename": [ 85 @@ -94603,37 +95179,37 @@ export default { }, "player_sanctions_order_by": { "created_at": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "e_sanction_type": [ - 1352 + 1353 ], "id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "reason": [ - 3558 + 3601 ], "remove_sanction_date": [ - 3558 + 3601 ], "sanctioned_by": [ - 4529 + 4572 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94641,10 +95217,10 @@ export default { }, "player_sanctions_pk_columns_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -94653,28 +95229,28 @@ export default { "player_sanctions_select_column": {}, "player_sanctions_set_input": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "reason": [ 85 ], "remove_sanction_date": [ - 5153 + 5196 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "type": [ - 1344 + 1345 ], "__typename": [ 85 @@ -94693,10 +95269,10 @@ export default { }, "player_sanctions_stddev_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94715,10 +95291,10 @@ export default { }, "player_sanctions_stddev_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94737,10 +95313,10 @@ export default { }, "player_sanctions_stddev_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94748,10 +95324,10 @@ export default { }, "player_sanctions_stream_cursor_input": { "initial_value": [ - 4244 + 4287 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -94759,28 +95335,28 @@ export default { }, "player_sanctions_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "deleted_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "reason": [ 85 ], "remove_sanction_date": [ - 5153 + 5196 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "type": [ - 1344 + 1345 ], "__typename": [ 85 @@ -94788,10 +95364,10 @@ export default { }, "player_sanctions_sum_fields": { "player_steam_id": [ - 310 + 311 ], "sanctioned_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -94799,10 +95375,10 @@ export default { }, "player_sanctions_sum_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94811,13 +95387,13 @@ export default { "player_sanctions_update_column": {}, "player_sanctions_updates": { "_inc": [ - 4225 + 4268 ], "_set": [ - 4236 + 4279 ], "where": [ - 4223 + 4266 ], "__typename": [ 85 @@ -94836,10 +95412,10 @@ export default { }, "player_sanctions_var_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94858,10 +95434,10 @@ export default { }, "player_sanctions_var_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94880,10 +95456,10 @@ export default { }, "player_sanctions_variance_order_by": { "player_steam_id": [ - 3558 + 3601 ], "sanctioned_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -94891,31 +95467,31 @@ export default { }, "player_season_stats": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "season": [ - 4616 + 4659 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -94923,10 +95499,10 @@ export default { }, "player_season_stats_aggregate": { "aggregate": [ - 4269 + 4312 ], "nodes": [ - 4255 + 4298 ], "__typename": [ 85 @@ -94934,31 +95510,31 @@ export default { }, "player_season_stats_aggregate_bool_exp": { "avg": [ - 4258 + 4301 ], "corr": [ - 4259 + 4302 ], "count": [ - 4261 + 4304 ], "covar_samp": [ - 4262 + 4305 ], "max": [ - 4264 + 4307 ], "min": [ - 4265 + 4308 ], "stddev_samp": [ - 4266 + 4309 ], "sum": [ - 4267 + 4310 ], "var_samp": [ - 4268 + 4311 ], "__typename": [ 85 @@ -94966,16 +95542,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_avg": { "arguments": [ - 4287 + 4330 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -94983,16 +95559,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr": { "arguments": [ - 4260 + 4303 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95000,10 +95576,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 4288 + 4331 ], "Y": [ - 4288 + 4331 ], "__typename": [ 85 @@ -95011,13 +95587,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_count": { "arguments": [ - 4286 + 4329 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ 42 @@ -95028,16 +95604,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 4263 + 4306 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95045,10 +95621,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4289 + 4332 ], "Y": [ - 4289 + 4332 ], "__typename": [ 85 @@ -95056,16 +95632,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_max": { "arguments": [ - 4290 + 4333 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95073,16 +95649,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_min": { "arguments": [ - 4291 + 4334 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95090,16 +95666,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4292 + 4335 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95107,16 +95683,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_sum": { "arguments": [ - 4293 + 4336 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95124,16 +95700,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 4294 + 4337 ], "distinct": [ 6 ], "filter": [ - 4274 + 4317 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -95141,13 +95717,13 @@ export default { }, "player_season_stats_aggregate_fields": { "avg": [ - 4272 + 4315 ], "count": [ 41, { "columns": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "distinct": [ @@ -95156,31 +95732,31 @@ export default { } ], "max": [ - 4278 + 4321 ], "min": [ - 4280 + 4323 ], "stddev": [ - 4296 + 4339 ], "stddev_pop": [ - 4298 + 4341 ], "stddev_samp": [ - 4300 + 4343 ], "sum": [ - 4304 + 4347 ], "var_pop": [ - 4308 + 4351 ], "var_samp": [ - 4310 + 4353 ], "variance": [ - 4312 + 4355 ], "__typename": [ 85 @@ -95188,37 +95764,37 @@ export default { }, "player_season_stats_aggregate_order_by": { "avg": [ - 4273 + 4316 ], "count": [ - 3558 + 3601 ], "max": [ - 4279 + 4322 ], "min": [ - 4281 + 4324 ], "stddev": [ - 4297 + 4340 ], "stddev_pop": [ - 4299 + 4342 ], "stddev_samp": [ - 4301 + 4344 ], "sum": [ - 4305 + 4348 ], "var_pop": [ - 4309 + 4352 ], "var_samp": [ - 4311 + 4354 ], "variance": [ - 4313 + 4356 ], "__typename": [ 85 @@ -95226,10 +95802,10 @@ export default { }, "player_season_stats_arr_rel_insert_input": { "data": [ - 4277 + 4320 ], "on_conflict": [ - 4283 + 4326 ], "__typename": [ 85 @@ -95260,22 +95836,22 @@ export default { }, "player_season_stats_avg_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95283,40 +95859,40 @@ export default { }, "player_season_stats_bool_exp": { "_and": [ - 4274 + 4317 ], "_not": [ - 4274 + 4317 ], "_or": [ - 4274 + 4317 ], "assists": [ - 312 + 313 ], "deaths": [ - 312 + 313 ], "headshot_percentage": [ - 2005 + 2047 ], "headshots": [ - 312 + 313 ], "kills": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "season": [ - 4620 + 4663 ], "season_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -95325,22 +95901,22 @@ export default { "player_season_stats_constraint": {}, "player_season_stats_inc_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -95348,31 +95924,31 @@ export default { }, "player_season_stats_insert_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "season": [ - 4627 + 4670 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -95380,25 +95956,25 @@ export default { }, "player_season_stats_max_fields": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -95406,25 +95982,25 @@ export default { }, "player_season_stats_max_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95432,25 +96008,25 @@ export default { }, "player_season_stats_min_fields": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -95458,25 +96034,25 @@ export default { }, "player_season_stats_min_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95487,7 +96063,7 @@ export default { 41 ], "returning": [ - 4255 + 4298 ], "__typename": [ 85 @@ -95495,13 +96071,13 @@ export default { }, "player_season_stats_on_conflict": { "constraint": [ - 4275 + 4318 ], "update_columns": [ - 4306 + 4349 ], "where": [ - 4274 + 4317 ], "__typename": [ 85 @@ -95509,31 +96085,31 @@ export default { }, "player_season_stats_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "season": [ - 4629 + 4672 ], "season_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95541,10 +96117,10 @@ export default { }, "player_season_stats_pk_columns_input": { "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -95561,25 +96137,25 @@ export default { "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, "player_season_stats_set_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -95610,22 +96186,22 @@ export default { }, "player_season_stats_stddev_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95656,22 +96232,22 @@ export default { }, "player_season_stats_stddev_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95702,22 +96278,22 @@ export default { }, "player_season_stats_stddev_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95725,10 +96301,10 @@ export default { }, "player_season_stats_stream_cursor_input": { "initial_value": [ - 4303 + 4346 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -95736,25 +96312,25 @@ export default { }, "player_season_stats_stream_cursor_value_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -95762,22 +96338,22 @@ export default { }, "player_season_stats_sum_fields": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -95785,22 +96361,22 @@ export default { }, "player_season_stats_sum_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95809,13 +96385,13 @@ export default { "player_season_stats_update_column": {}, "player_season_stats_updates": { "_inc": [ - 4276 + 4319 ], "_set": [ - 4295 + 4338 ], "where": [ - 4274 + 4317 ], "__typename": [ 85 @@ -95846,22 +96422,22 @@ export default { }, "player_season_stats_var_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95892,22 +96468,22 @@ export default { }, "player_season_stats_var_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95938,22 +96514,22 @@ export default { }, "player_season_stats_variance_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -95961,25 +96537,25 @@ export default { }, "player_stats": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -95987,10 +96563,10 @@ export default { }, "player_stats_aggregate": { "aggregate": [ - 4316 + 4359 ], "nodes": [ - 4314 + 4357 ], "__typename": [ 85 @@ -95998,13 +96574,13 @@ export default { }, "player_stats_aggregate_fields": { "avg": [ - 4317 + 4360 ], "count": [ 41, { "columns": [ - 4329, + 4372, "[player_stats_select_column!]" ], "distinct": [ @@ -96013,31 +96589,31 @@ export default { } ], "max": [ - 4322 + 4365 ], "min": [ - 4323 + 4366 ], "stddev": [ - 4331 + 4374 ], "stddev_pop": [ - 4332 + 4375 ], "stddev_samp": [ - 4333 + 4376 ], "sum": [ - 4336 + 4379 ], "var_pop": [ - 4339 + 4382 ], "var_samp": [ - 4340 + 4383 ], "variance": [ - 4341 + 4384 ], "__typename": [ 85 @@ -96068,34 +96644,34 @@ export default { }, "player_stats_bool_exp": { "_and": [ - 4318 + 4361 ], "_not": [ - 4318 + 4361 ], "_or": [ - 4318 + 4361 ], "assists": [ - 312 + 313 ], "deaths": [ - 312 + 313 ], "headshot_percentage": [ - 2005 + 2047 ], "headshots": [ - 312 + 313 ], "kills": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -96104,22 +96680,22 @@ export default { "player_stats_constraint": {}, "player_stats_inc_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96127,25 +96703,25 @@ export default { }, "player_stats_insert_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96153,22 +96729,22 @@ export default { }, "player_stats_max_fields": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96176,22 +96752,22 @@ export default { }, "player_stats_min_fields": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96202,7 +96778,7 @@ export default { 41 ], "returning": [ - 4314 + 4357 ], "__typename": [ 85 @@ -96210,10 +96786,10 @@ export default { }, "player_stats_obj_rel_insert_input": { "data": [ - 4321 + 4364 ], "on_conflict": [ - 4326 + 4369 ], "__typename": [ 85 @@ -96221,13 +96797,13 @@ export default { }, "player_stats_on_conflict": { "constraint": [ - 4319 + 4362 ], "update_columns": [ - 4337 + 4380 ], "where": [ - 4318 + 4361 ], "__typename": [ 85 @@ -96235,25 +96811,25 @@ export default { }, "player_stats_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -96261,7 +96837,7 @@ export default { }, "player_stats_pk_columns_input": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96270,22 +96846,22 @@ export default { "player_stats_select_column": {}, "player_stats_set_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96362,10 +96938,10 @@ export default { }, "player_stats_stream_cursor_input": { "initial_value": [ - 4335 + 4378 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -96373,22 +96949,22 @@ export default { }, "player_stats_stream_cursor_value_input": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96396,22 +96972,22 @@ export default { }, "player_stats_sum_fields": { "assists": [ - 310 + 311 ], "deaths": [ - 310 + 311 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96420,13 +96996,13 @@ export default { "player_stats_update_column": {}, "player_stats_updates": { "_inc": [ - 4320 + 4363 ], "_set": [ - 4330 + 4373 ], "where": [ - 4318 + 4361 ], "__typename": [ 85 @@ -96503,19 +97079,19 @@ export default { }, "player_steam_bot_friend": { "bot_steam_account_id": [ - 6365 + 6503 ], "bot_steamid64": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "friended_at": [ - 5153 + 5196 ], "last_presence_state": [ - 2349, + 2392, { "path": [ 85 @@ -96523,16 +97099,16 @@ export default { } ], "player": [ - 4516 + 4559 ], "status": [ 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -96540,10 +97116,10 @@ export default { }, "player_steam_bot_friend_aggregate": { "aggregate": [ - 4344 + 4387 ], "nodes": [ - 4342 + 4385 ], "__typename": [ 85 @@ -96551,13 +97127,13 @@ export default { }, "player_steam_bot_friend_aggregate_fields": { "avg": [ - 4346 + 4389 ], "count": [ 41, { "columns": [ - 4361, + 4404, "[player_steam_bot_friend_select_column!]" ], "distinct": [ @@ -96566,31 +97142,31 @@ export default { } ], "max": [ - 4354 + 4397 ], "min": [ - 4355 + 4398 ], "stddev": [ - 4363 + 4406 ], "stddev_pop": [ - 4364 + 4407 ], "stddev_samp": [ - 4365 + 4408 ], "sum": [ - 4368 + 4411 ], "var_pop": [ - 4371 + 4414 ], "var_samp": [ - 4372 + 4415 ], "variance": [ - 4373 + 4416 ], "__typename": [ 85 @@ -96598,7 +97174,7 @@ export default { }, "player_steam_bot_friend_append_input": { "last_presence_state": [ - 2349 + 2392 ], "__typename": [ 85 @@ -96617,40 +97193,40 @@ export default { }, "player_steam_bot_friend_bool_exp": { "_and": [ - 4347 + 4390 ], "_not": [ - 4347 + 4390 ], "_or": [ - 4347 + 4390 ], "bot_steam_account_id": [ - 6367 + 6505 ], "bot_steamid64": [ - 312 + 313 ], "created_at": [ - 5154 + 5197 ], "friended_at": [ - 5154 + 5197 ], "last_presence_state": [ - 2351 + 2394 ], "player": [ - 4520 + 4563 ], "status": [ 87 ], "steam_id": [ - 312 + 313 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -96683,10 +97259,10 @@ export default { }, "player_steam_bot_friend_inc_input": { "bot_steamid64": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96694,31 +97270,31 @@ export default { }, "player_steam_bot_friend_insert_input": { "bot_steam_account_id": [ - 6365 + 6503 ], "bot_steamid64": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "friended_at": [ - 5153 + 5196 ], "last_presence_state": [ - 2349 + 2392 ], "player": [ - 4527 + 4570 ], "status": [ 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -96726,25 +97302,25 @@ export default { }, "player_steam_bot_friend_max_fields": { "bot_steam_account_id": [ - 6365 + 6503 ], "bot_steamid64": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "friended_at": [ - 5153 + 5196 ], "status": [ 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -96752,25 +97328,25 @@ export default { }, "player_steam_bot_friend_min_fields": { "bot_steam_account_id": [ - 6365 + 6503 ], "bot_steamid64": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "friended_at": [ - 5153 + 5196 ], "status": [ 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -96781,7 +97357,7 @@ export default { 41 ], "returning": [ - 4342 + 4385 ], "__typename": [ 85 @@ -96789,13 +97365,13 @@ export default { }, "player_steam_bot_friend_on_conflict": { "constraint": [ - 4348 + 4391 ], "update_columns": [ - 4369 + 4412 ], "where": [ - 4347 + 4390 ], "__typename": [ 85 @@ -96803,31 +97379,31 @@ export default { }, "player_steam_bot_friend_order_by": { "bot_steam_account_id": [ - 3558 + 3601 ], "bot_steamid64": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "friended_at": [ - 3558 + 3601 ], "last_presence_state": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "status": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -96835,7 +97411,7 @@ export default { }, "player_steam_bot_friend_pk_columns_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96843,7 +97419,7 @@ export default { }, "player_steam_bot_friend_prepend_input": { "last_presence_state": [ - 2349 + 2392 ], "__typename": [ 85 @@ -96852,28 +97428,28 @@ export default { "player_steam_bot_friend_select_column": {}, "player_steam_bot_friend_set_input": { "bot_steam_account_id": [ - 6365 + 6503 ], "bot_steamid64": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "friended_at": [ - 5153 + 5196 ], "last_presence_state": [ - 2349 + 2392 ], "status": [ 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -96914,10 +97490,10 @@ export default { }, "player_steam_bot_friend_stream_cursor_input": { "initial_value": [ - 4367 + 4410 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -96925,28 +97501,28 @@ export default { }, "player_steam_bot_friend_stream_cursor_value_input": { "bot_steam_account_id": [ - 6365 + 6503 ], "bot_steamid64": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "friended_at": [ - 5153 + 5196 ], "last_presence_state": [ - 2349 + 2392 ], "status": [ 85 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -96954,10 +97530,10 @@ export default { }, "player_steam_bot_friend_sum_fields": { "bot_steamid64": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -96966,28 +97542,28 @@ export default { "player_steam_bot_friend_update_column": {}, "player_steam_bot_friend_updates": { "_append": [ - 4345 + 4388 ], "_delete_at_path": [ - 4349 + 4392 ], "_delete_elem": [ - 4350 + 4393 ], "_delete_key": [ - 4351 + 4394 ], "_inc": [ - 4352 + 4395 ], "_prepend": [ - 4360 + 4403 ], "_set": [ - 4362 + 4405 ], "where": [ - 4347 + 4390 ], "__typename": [ 85 @@ -97031,7 +97607,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -97040,16 +97616,16 @@ export default { 85 ], "last_polled_at": [ - 5153 + 5196 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -97057,10 +97633,10 @@ export default { }, "player_steam_match_auth_aggregate": { "aggregate": [ - 4376 + 4419 ], "nodes": [ - 4374 + 4417 ], "__typename": [ 85 @@ -97068,13 +97644,13 @@ export default { }, "player_steam_match_auth_aggregate_fields": { "avg": [ - 4377 + 4420 ], "count": [ 41, { "columns": [ - 4388, + 4431, "[player_steam_match_auth_select_column!]" ], "distinct": [ @@ -97083,31 +97659,31 @@ export default { } ], "max": [ - 4382 + 4425 ], "min": [ - 4383 + 4426 ], "stddev": [ - 4390 + 4433 ], "stddev_pop": [ - 4391 + 4434 ], "stddev_samp": [ - 4392 + 4435 ], "sum": [ - 4395 + 4438 ], "var_pop": [ - 4398 + 4441 ], "var_samp": [ - 4399 + 4442 ], "variance": [ - 4400 + 4443 ], "__typename": [ 85 @@ -97123,19 +97699,19 @@ export default { }, "player_steam_match_auth_bool_exp": { "_and": [ - 4378 + 4421 ], "_not": [ - 4378 + 4421 ], "_or": [ - 4378 + 4421 ], "auth_code": [ 87 ], "created_at": [ - 5154 + 5197 ], "last_error": [ 87 @@ -97144,16 +97720,16 @@ export default { 87 ], "last_polled_at": [ - 5154 + 5197 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -97162,7 +97738,7 @@ export default { "player_steam_match_auth_constraint": {}, "player_steam_match_auth_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -97173,7 +97749,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -97182,16 +97758,16 @@ export default { 85 ], "last_polled_at": [ - 5153 + 5196 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -97202,7 +97778,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -97211,13 +97787,13 @@ export default { 85 ], "last_polled_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -97228,7 +97804,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -97237,13 +97813,13 @@ export default { 85 ], "last_polled_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -97254,7 +97830,7 @@ export default { 41 ], "returning": [ - 4374 + 4417 ], "__typename": [ 85 @@ -97262,13 +97838,13 @@ export default { }, "player_steam_match_auth_on_conflict": { "constraint": [ - 4379 + 4422 ], "update_columns": [ - 4396 + 4439 ], "where": [ - 4378 + 4421 ], "__typename": [ 85 @@ -97276,28 +97852,28 @@ export default { }, "player_steam_match_auth_order_by": { "auth_code": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "last_error": [ - 3558 + 3601 ], "last_known_share_code": [ - 3558 + 3601 ], "last_polled_at": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97305,7 +97881,7 @@ export default { }, "player_steam_match_auth_pk_columns_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -97317,7 +97893,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -97326,13 +97902,13 @@ export default { 85 ], "last_polled_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -97364,10 +97940,10 @@ export default { }, "player_steam_match_auth_stream_cursor_input": { "initial_value": [ - 4394 + 4437 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -97378,7 +97954,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "last_error": [ 85 @@ -97387,13 +97963,13 @@ export default { 85 ], "last_polled_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -97401,7 +97977,7 @@ export default { }, "player_steam_match_auth_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -97410,13 +97986,13 @@ export default { "player_steam_match_auth_update_column": {}, "player_steam_match_auth_updates": { "_inc": [ - 4380 + 4423 ], "_set": [ - 4389 + 4432 ], "where": [ - 4378 + 4421 ], "__typename": [ 85 @@ -97448,25 +98024,25 @@ export default { }, "player_unused_utility": { "deleted_at": [ - 5153 + 5196 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -97480,10 +98056,10 @@ export default { }, "player_unused_utility_aggregate": { "aggregate": [ - 4405 + 4448 ], "nodes": [ - 4401 + 4444 ], "__typename": [ 85 @@ -97491,7 +98067,7 @@ export default { }, "player_unused_utility_aggregate_bool_exp": { "count": [ - 4404 + 4447 ], "__typename": [ 85 @@ -97499,13 +98075,13 @@ export default { }, "player_unused_utility_aggregate_bool_exp_count": { "arguments": [ - 4422 + 4465 ], "distinct": [ 6 ], "filter": [ - 4410 + 4453 ], "predicate": [ 42 @@ -97516,13 +98092,13 @@ export default { }, "player_unused_utility_aggregate_fields": { "avg": [ - 4408 + 4451 ], "count": [ 41, { "columns": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "distinct": [ @@ -97531,31 +98107,31 @@ export default { } ], "max": [ - 4414 + 4457 ], "min": [ - 4416 + 4459 ], "stddev": [ - 4424 + 4467 ], "stddev_pop": [ - 4426 + 4469 ], "stddev_samp": [ - 4428 + 4471 ], "sum": [ - 4432 + 4475 ], "var_pop": [ - 4436 + 4479 ], "var_samp": [ - 4438 + 4481 ], "variance": [ - 4440 + 4483 ], "__typename": [ 85 @@ -97563,37 +98139,37 @@ export default { }, "player_unused_utility_aggregate_order_by": { "avg": [ - 4409 + 4452 ], "count": [ - 3558 + 3601 ], "max": [ - 4415 + 4458 ], "min": [ - 4417 + 4460 ], "stddev": [ - 4425 + 4468 ], "stddev_pop": [ - 4427 + 4470 ], "stddev_samp": [ - 4429 + 4472 ], "sum": [ - 4433 + 4476 ], "var_pop": [ - 4437 + 4480 ], "var_samp": [ - 4439 + 4482 ], "variance": [ - 4441 + 4484 ], "__typename": [ 85 @@ -97601,10 +98177,10 @@ export default { }, "player_unused_utility_arr_rel_insert_input": { "data": [ - 4413 + 4456 ], "on_conflict": [ - 4419 + 4462 ], "__typename": [ 85 @@ -97626,13 +98202,13 @@ export default { }, "player_unused_utility_avg_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97640,34 +98216,34 @@ export default { }, "player_unused_utility_bool_exp": { "_and": [ - 4410 + 4453 ], "_not": [ - 4410 + 4453 ], "_or": [ - 4410 + 4453 ], "deleted_at": [ - 5154 + 5197 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "round": [ 42 @@ -97682,7 +98258,7 @@ export default { "player_unused_utility_constraint": {}, "player_unused_utility_inc_input": { "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -97696,25 +98272,25 @@ export default { }, "player_unused_utility_insert_input": { "deleted_at": [ - 5153 + 5196 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -97728,16 +98304,16 @@ export default { }, "player_unused_utility_max_fields": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -97751,22 +98327,22 @@ export default { }, "player_unused_utility_max_order_by": { "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97774,16 +98350,16 @@ export default { }, "player_unused_utility_min_fields": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -97797,22 +98373,22 @@ export default { }, "player_unused_utility_min_order_by": { "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97823,7 +98399,7 @@ export default { 41 ], "returning": [ - 4401 + 4444 ], "__typename": [ 85 @@ -97831,13 +98407,13 @@ export default { }, "player_unused_utility_on_conflict": { "constraint": [ - 4411 + 4454 ], "update_columns": [ - 4434 + 4477 ], "where": [ - 4410 + 4453 ], "__typename": [ 85 @@ -97845,31 +98421,31 @@ export default { }, "player_unused_utility_order_by": { "deleted_at": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97877,10 +98453,10 @@ export default { }, "player_unused_utility_pk_columns_input": { "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -97889,16 +98465,16 @@ export default { "player_unused_utility_select_column": {}, "player_unused_utility_set_input": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -97926,13 +98502,13 @@ export default { }, "player_unused_utility_stddev_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97954,13 +98530,13 @@ export default { }, "player_unused_utility_stddev_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97982,13 +98558,13 @@ export default { }, "player_unused_utility_stddev_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -97996,10 +98572,10 @@ export default { }, "player_unused_utility_stream_cursor_input": { "initial_value": [ - 4431 + 4474 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -98007,16 +98583,16 @@ export default { }, "player_unused_utility_stream_cursor_value_input": { "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -98030,7 +98606,7 @@ export default { }, "player_unused_utility_sum_fields": { "player_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -98044,13 +98620,13 @@ export default { }, "player_unused_utility_sum_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98059,13 +98635,13 @@ export default { "player_unused_utility_update_column": {}, "player_unused_utility_updates": { "_inc": [ - 4412 + 4455 ], "_set": [ - 4423 + 4466 ], "where": [ - 4410 + 4453 ], "__typename": [ 85 @@ -98087,13 +98663,13 @@ export default { }, "player_unused_utility_var_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98115,13 +98691,13 @@ export default { }, "player_unused_utility_var_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98143,13 +98719,13 @@ export default { }, "player_unused_utility_variance_order_by": { "player_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "unused": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98160,34 +98736,34 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1670 + 1712 ], "__typename": [ 85 @@ -98195,10 +98771,10 @@ export default { }, "player_utility_aggregate": { "aggregate": [ - 4446 + 4489 ], "nodes": [ - 4442 + 4485 ], "__typename": [ 85 @@ -98206,7 +98782,7 @@ export default { }, "player_utility_aggregate_bool_exp": { "count": [ - 4445 + 4488 ], "__typename": [ 85 @@ -98214,13 +98790,13 @@ export default { }, "player_utility_aggregate_bool_exp_count": { "arguments": [ - 4463 + 4506 ], "distinct": [ 6 ], "filter": [ - 4451 + 4494 ], "predicate": [ 42 @@ -98231,13 +98807,13 @@ export default { }, "player_utility_aggregate_fields": { "avg": [ - 4449 + 4492 ], "count": [ 41, { "columns": [ - 4463, + 4506, "[player_utility_select_column!]" ], "distinct": [ @@ -98246,31 +98822,31 @@ export default { } ], "max": [ - 4455 + 4498 ], "min": [ - 4457 + 4500 ], "stddev": [ - 4465 + 4508 ], "stddev_pop": [ - 4467 + 4510 ], "stddev_samp": [ - 4469 + 4512 ], "sum": [ - 4473 + 4516 ], "var_pop": [ - 4477 + 4520 ], "var_samp": [ - 4479 + 4522 ], "variance": [ - 4481 + 4524 ], "__typename": [ 85 @@ -98278,37 +98854,37 @@ export default { }, "player_utility_aggregate_order_by": { "avg": [ - 4450 + 4493 ], "count": [ - 3558 + 3601 ], "max": [ - 4456 + 4499 ], "min": [ - 4458 + 4501 ], "stddev": [ - 4466 + 4509 ], "stddev_pop": [ - 4468 + 4511 ], "stddev_samp": [ - 4470 + 4513 ], "sum": [ - 4474 + 4517 ], "var_pop": [ - 4478 + 4521 ], "var_samp": [ - 4480 + 4523 ], "variance": [ - 4482 + 4525 ], "__typename": [ 85 @@ -98316,10 +98892,10 @@ export default { }, "player_utility_arr_rel_insert_input": { "data": [ - 4454 + 4497 ], "on_conflict": [ - 4460 + 4503 ], "__typename": [ 85 @@ -98338,10 +98914,10 @@ export default { }, "player_utility_avg_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98349,46 +98925,46 @@ export default { }, "player_utility_bool_exp": { "_and": [ - 4451 + 4494 ], "_not": [ - 4451 + 4494 ], "_or": [ - 4451 + 4494 ], "attacker_location_coordinates": [ 87 ], "attacker_steam_id": [ - 312 + 313 ], "deleted_at": [ - 5154 + 5197 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "round": [ 42 ], "time": [ - 5154 + 5197 ], "type": [ - 1671 + 1713 ], "__typename": [ 85 @@ -98397,7 +98973,7 @@ export default { "player_utility_constraint": {}, "player_utility_inc_input": { "attacker_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -98411,34 +98987,34 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1670 + 1712 ], "__typename": [ 85 @@ -98449,22 +99025,22 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -98472,25 +99048,25 @@ export default { }, "player_utility_max_order_by": { "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98501,22 +99077,22 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -98524,25 +99100,25 @@ export default { }, "player_utility_min_order_by": { "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98553,7 +99129,7 @@ export default { 41 ], "returning": [ - 4442 + 4485 ], "__typename": [ 85 @@ -98561,13 +99137,13 @@ export default { }, "player_utility_on_conflict": { "constraint": [ - 4452 + 4495 ], "update_columns": [ - 4475 + 4518 ], "where": [ - 4451 + 4494 ], "__typename": [ 85 @@ -98575,37 +99151,37 @@ export default { }, "player_utility_order_by": { "attacker_location_coordinates": [ - 3558 + 3601 ], "attacker_steam_id": [ - 3558 + 3601 ], "deleted_at": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "round": [ - 3558 + 3601 ], "time": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98613,13 +99189,13 @@ export default { }, "player_utility_pk_columns_input": { "attacker_steam_id": [ - 310 + 311 ], "match_map_id": [ - 6365 + 6503 ], "time": [ - 5153 + 5196 ], "__typename": [ 85 @@ -98631,25 +99207,25 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1670 + 1712 ], "__typename": [ 85 @@ -98668,10 +99244,10 @@ export default { }, "player_utility_stddev_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98690,10 +99266,10 @@ export default { }, "player_utility_stddev_pop_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98712,10 +99288,10 @@ export default { }, "player_utility_stddev_samp_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98723,10 +99299,10 @@ export default { }, "player_utility_stream_cursor_input": { "initial_value": [ - 4472 + 4515 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -98737,25 +99313,25 @@ export default { 85 ], "attacker_steam_id": [ - 310 + 311 ], "deleted_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 ], "time": [ - 5153 + 5196 ], "type": [ - 1670 + 1712 ], "__typename": [ 85 @@ -98763,7 +99339,7 @@ export default { }, "player_utility_sum_fields": { "attacker_steam_id": [ - 310 + 311 ], "round": [ 41 @@ -98774,10 +99350,10 @@ export default { }, "player_utility_sum_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98786,13 +99362,13 @@ export default { "player_utility_update_column": {}, "player_utility_updates": { "_inc": [ - 4453 + 4496 ], "_set": [ - 4464 + 4507 ], "where": [ - 4451 + 4494 ], "__typename": [ 85 @@ -98811,10 +99387,10 @@ export default { }, "player_utility_var_pop_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98833,10 +99409,10 @@ export default { }, "player_utility_var_samp_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98855,10 +99431,10 @@ export default { }, "player_utility_variance_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -98878,7 +99454,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -98887,7 +99463,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -98898,10 +99474,10 @@ export default { }, "player_weapon_stats_v_aggregate": { "aggregate": [ - 4487 + 4530 ], "nodes": [ - 4483 + 4526 ], "__typename": [ 85 @@ -98909,7 +99485,7 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp": { "count": [ - 4486 + 4529 ], "__typename": [ 85 @@ -98917,13 +99493,13 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp_count": { "arguments": [ - 4499 + 4542 ], "distinct": [ 6 ], "filter": [ - 4492 + 4535 ], "predicate": [ 42 @@ -98934,13 +99510,13 @@ export default { }, "player_weapon_stats_v_aggregate_fields": { "avg": [ - 4490 + 4533 ], "count": [ 41, { "columns": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "distinct": [ @@ -98949,31 +99525,31 @@ export default { } ], "max": [ - 4494 + 4537 ], "min": [ - 4496 + 4539 ], "stddev": [ - 4500 + 4543 ], "stddev_pop": [ - 4502 + 4545 ], "stddev_samp": [ - 4504 + 4547 ], "sum": [ - 4508 + 4551 ], "var_pop": [ - 4510 + 4553 ], "var_samp": [ - 4512 + 4555 ], "variance": [ - 4514 + 4557 ], "__typename": [ 85 @@ -98981,37 +99557,37 @@ export default { }, "player_weapon_stats_v_aggregate_order_by": { "avg": [ - 4491 + 4534 ], "count": [ - 3558 + 3601 ], "max": [ - 4495 + 4538 ], "min": [ - 4497 + 4540 ], "stddev": [ - 4501 + 4544 ], "stddev_pop": [ - 4503 + 4546 ], "stddev_samp": [ - 4505 + 4548 ], "sum": [ - 4509 + 4552 ], "var_pop": [ - 4511 + 4554 ], "var_samp": [ - 4513 + 4556 ], "variance": [ - 4515 + 4558 ], "__typename": [ 85 @@ -99019,7 +99595,7 @@ export default { }, "player_weapon_stats_v_arr_rel_insert_input": { "data": [ - 4493 + 4536 ], "__typename": [ 85 @@ -99053,25 +99629,25 @@ export default { }, "player_weapon_stats_v_avg_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99079,13 +99655,13 @@ export default { }, "player_weapon_stats_v_bool_exp": { "_and": [ - 4492 + 4535 ], "_not": [ - 4492 + 4535 ], "_or": [ - 4492 + 4535 ], "first_bullet_hits": [ 42 @@ -99100,7 +99676,7 @@ export default { 42 ], "match_id": [ - 6367 + 6505 ], "shots": [ 42 @@ -99109,7 +99685,7 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "weapon_class": [ 87 @@ -99132,7 +99708,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -99141,7 +99717,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -99164,7 +99740,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -99173,7 +99749,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -99184,31 +99760,31 @@ export default { }, "player_weapon_stats_v_max_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "weapon_class": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99228,7 +99804,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -99237,7 +99813,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -99248,31 +99824,31 @@ export default { }, "player_weapon_stats_v_min_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "weapon_class": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99280,31 +99856,31 @@ export default { }, "player_weapon_stats_v_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "weapon_class": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99339,25 +99915,25 @@ export default { }, "player_weapon_stats_v_stddev_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99391,25 +99967,25 @@ export default { }, "player_weapon_stats_v_stddev_pop_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99443,25 +100019,25 @@ export default { }, "player_weapon_stats_v_stddev_samp_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99469,10 +100045,10 @@ export default { }, "player_weapon_stats_v_stream_cursor_input": { "initial_value": [ - 4507 + 4550 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -99492,7 +100068,7 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "shots": [ 41 @@ -99501,7 +100077,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "weapon_class": [ 85 @@ -99530,7 +100106,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -99538,25 +100114,25 @@ export default { }, "player_weapon_stats_v_sum_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99590,25 +100166,25 @@ export default { }, "player_weapon_stats_v_var_pop_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99642,25 +100218,25 @@ export default { }, "player_weapon_stats_v_var_samp_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99694,25 +100270,25 @@ export default { }, "player_weapon_stats_v_variance_order_by": { "first_bullet_hits": [ - 3558 + 3601 ], "first_bullet_shots": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "hits_spotted": [ - 3558 + 3601 ], "shots": [ - 3558 + 3601 ], "shots_spotted": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -99720,10 +100296,10 @@ export default { }, "players": { "abandoned_matches": [ - 172, + 173, { "distinct_on": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "limit": [ @@ -99733,19 +100309,19 @@ export default { 41 ], "order_by": [ - 191, + 192, "[abandoned_matches_order_by!]" ], "where": [ - 181 + 182 ] } ], "abandoned_matches_aggregate": [ - 173, + 174, { "distinct_on": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "limit": [ @@ -99755,19 +100331,19 @@ export default { 41 ], "order_by": [ - 191, + 192, "[abandoned_matches_order_by!]" ], "where": [ - 181 + 182 ] } ], "aim_weapon_stats": [ - 3655, + 3698, { "distinct_on": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -99777,19 +100353,19 @@ export default { 41 ], "order_by": [ - 3674, + 3717, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3664 + 3707 ] } ], "aim_weapon_stats_aggregate": [ - 3656, + 3699, { "distinct_on": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -99799,19 +100375,19 @@ export default { 41 ], "order_by": [ - 3674, + 3717, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3664 + 3707 ] } ], "assists": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -99821,19 +100397,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "assists_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -99843,19 +100419,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "assited_by_players": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -99865,19 +100441,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "assited_by_players_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -99887,11 +100463,11 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], @@ -99899,10 +100475,10 @@ export default { 85 ], "awards": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -99912,19 +100488,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "awards_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -99934,22 +100510,22 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "banned_until": [ - 5153 + 5196 ], "coach_lineups": [ - 2996, + 3039, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -99959,19 +100535,19 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "coach_lineups_aggregate": [ - 2997, + 3040, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -99981,11 +100557,11 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], @@ -99993,19 +100569,19 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "current_lobby_id": [ - 6365 + 6503 ], "custom_avatar_url": [ 85 ], "damage_dealt": [ - 3759, + 3802, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -100015,19 +100591,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "damage_dealt_aggregate": [ - 3760, + 3803, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -100037,19 +100613,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "damage_taken": [ - 3759, + 3802, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -100059,19 +100635,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "damage_taken_aggregate": [ - 3760, + 3803, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -100081,11 +100657,11 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], @@ -100093,10 +100669,10 @@ export default { 41 ], "deaths": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -100106,19 +100682,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "deaths_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -100128,11 +100704,11 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], @@ -100140,10 +100716,10 @@ export default { 85 ], "draft_game_players": [ - 552, + 553, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -100153,19 +100729,19 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "draft_game_players_aggregate": [ - 553, + 554, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -100175,16 +100751,16 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "elo": [ - 2349, + 2392, { "path": [ 85 @@ -100192,10 +100768,10 @@ export default { } ], "elo_history": [ - 6742, + 6880, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -100205,19 +100781,19 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "elo_history_aggregate": [ - 6743, + 6881, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -100227,11 +100803,11 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], @@ -100245,10 +100821,10 @@ export default { 85 ], "faceit_rank_history": [ - 3827, + 3870, { "distinct_on": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -100258,19 +100834,19 @@ export default { 41 ], "order_by": [ - 3846, + 3889, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3836 + 3879 ] } ], "faceit_rank_history_aggregate": [ - 3828, + 3871, { "distinct_on": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -100280,11 +100856,11 @@ export default { 41 ], "order_by": [ - 3846, + 3889, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3836 + 3879 ] } ], @@ -100292,16 +100868,16 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "flashed_by_players": [ - 3868, + 3911, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -100311,19 +100887,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "flashed_by_players_aggregate": [ - 3869, + 3912, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -100333,19 +100909,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "flashed_players": [ - 3868, + 3911, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -100355,19 +100931,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "flashed_players_aggregate": [ - 3869, + 3912, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -100377,19 +100953,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "friends": [ - 3406, + 3449, { "distinct_on": [ - 3431, + 3474, "[my_friends_select_column!]" ], "limit": [ @@ -100399,19 +100975,19 @@ export default { 41 ], "order_by": [ - 3429, + 3472, "[my_friends_order_by!]" ], "where": [ - 3418 + 3461 ] } ], "friends_aggregate": [ - 3407, + 3450, { "distinct_on": [ - 3431, + 3474, "[my_friends_select_column!]" ], "limit": [ @@ -100421,11 +100997,11 @@ export default { 41 ], "order_by": [ - 3429, + 3472, "[my_friends_order_by!]" ], "where": [ - 3418 + 3461 ] } ], @@ -100433,10 +101009,10 @@ export default { 41 ], "invited_players": [ - 4821, + 4864, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -100446,19 +101022,19 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "invited_players_aggregate": [ - 4822, + 4865, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -100468,11 +101044,11 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], @@ -100501,10 +101077,10 @@ export default { 6 ], "kills": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -100514,19 +101090,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "kills_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -100536,19 +101112,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "kills_by_weapons": [ - 3925, + 3968, { "distinct_on": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -100558,19 +101134,19 @@ export default { 41 ], "order_by": [ - 3944, + 3987, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3934 + 3977 ] } ], "kills_by_weapons_aggregate": [ - 3926, + 3969, { "distinct_on": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -100580,11 +101156,11 @@ export default { 41 ], "order_by": [ - 3944, + 3987, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3934 + 3977 ] } ], @@ -100592,16 +101168,16 @@ export default { 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "lobby_players": [ - 2747, + 2790, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -100611,19 +101187,19 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], "lobby_players_aggregate": [ - 2748, + 2791, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -100633,11 +101209,11 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], @@ -100654,10 +101230,10 @@ export default { 41 ], "match_map_hltv": [ - 6847, + 6985, { "distinct_on": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -100667,19 +101243,19 @@ export default { 41 ], "order_by": [ - 6864, + 7002, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6856 + 6994 ] } ], "match_map_hltv_aggregate": [ - 6848, + 6986, { "distinct_on": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -100689,19 +101265,19 @@ export default { 41 ], "order_by": [ - 6864, + 7002, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6856 + 6994 ] } ], "match_map_stats": [ - 4022, + 4065, { "distinct_on": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -100711,19 +101287,19 @@ export default { 41 ], "order_by": [ - 4041, + 4084, "[player_match_map_stats_order_by!]" ], "where": [ - 4031 + 4074 ] } ], "match_map_stats_aggregate": [ - 4023, + 4066, { "distinct_on": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -100733,19 +101309,19 @@ export default { 41 ], "order_by": [ - 4041, + 4084, "[player_match_map_stats_order_by!]" ], "where": [ - 4031 + 4074 ] } ], "match_stats": [ - 4081, + 4124, { "distinct_on": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -100755,19 +101331,19 @@ export default { 41 ], "order_by": [ - 4096, + 4139, "[player_match_stats_v_order_by!]" ], "where": [ - 4090 + 4133 ] } ], "match_stats_aggregate": [ - 4082, + 4125, { "distinct_on": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -100777,19 +101353,19 @@ export default { 41 ], "order_by": [ - 4096, + 4139, "[player_match_stats_v_order_by!]" ], "where": [ - 4090 + 4133 ] } ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -100799,22 +101375,22 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matchmaking_cooldown": [ - 5153 + 5196 ], "multi_kills": [ - 6938, + 7076, { "distinct_on": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -100824,19 +101400,19 @@ export default { 41 ], "order_by": [ - 6953, + 7091, "[v_player_multi_kills_order_by!]" ], "where": [ - 6947 + 7085 ] } ], "multi_kills_aggregate": [ - 6939, + 7077, { "distinct_on": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -100846,11 +101422,11 @@ export default { 41 ], "order_by": [ - 6953, + 7091, "[v_player_multi_kills_order_by!]" ], "where": [ - 6947 + 7085 ] } ], @@ -100864,10 +101440,10 @@ export default { 85 ], "notifications": [ - 3506, + 3549, { "distinct_on": [ - 3534, + 3577, "[notifications_select_column!]" ], "limit": [ @@ -100877,19 +101453,19 @@ export default { 41 ], "order_by": [ - 3531, + 3574, "[notifications_order_by!]" ], "where": [ - 3518 + 3561 ] } ], "notifications_aggregate": [ - 3507, + 3550, { "distinct_on": [ - 3534, + 3577, "[notifications_select_column!]" ], "limit": [ @@ -100899,19 +101475,19 @@ export default { 41 ], "order_by": [ - 3531, + 3574, "[notifications_order_by!]" ], "where": [ - 3518 + 3561 ] } ], "objectives": [ - 4114, + 4157, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -100921,19 +101497,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "objectives_aggregate": [ - 4115, + 4158, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -100943,19 +101519,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "owned_teams": [ - 5104, + 5147, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -100965,19 +101541,19 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "owned_teams_aggregate": [ - 5105, + 5148, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -100987,16 +101563,16 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "peak_elo": [ - 2349, + 2392, { "path": [ 85 @@ -101004,10 +101580,10 @@ export default { } ], "pending_match_imports": [ - 3559, + 3602, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -101017,19 +101593,19 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "pending_match_imports_aggregate": [ - 3560, + 3603, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -101039,19 +101615,19 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "player_lineup": [ - 2951, + 2994, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -101061,19 +101637,19 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "player_lineup_aggregate": [ - 2952, + 2995, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -101083,19 +101659,19 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "player_unused_utilities": [ - 4401, + 4444, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -101105,19 +101681,19 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utilities_aggregate": [ - 4402, + 4445, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -101127,11 +101703,11 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], @@ -101139,10 +101715,10 @@ export default { 41 ], "premier_rank_history": [ - 4173, + 4216, { "distinct_on": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -101152,19 +101728,19 @@ export default { 41 ], "order_by": [ - 4192, + 4235, "[player_premier_rank_history_order_by!]" ], "where": [ - 4182 + 4225 ] } ], "premier_rank_history_aggregate": [ - 4174, + 4217, { "distinct_on": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -101174,37 +101750,37 @@ export default { 41 ], "order_by": [ - 4192, + 4235, "[player_premier_rank_history_order_by!]" ], "where": [ - 4182 + 4225 ] } ], "premier_rank_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ - 1284 + 1285 ], "roster_image_url": [ 85 ], "sanctions": [ - 4214, + 4257, { "distinct_on": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "limit": [ @@ -101214,19 +101790,19 @@ export default { 41 ], "order_by": [ - 4233, + 4276, "[player_sanctions_order_by!]" ], "where": [ - 4223 + 4266 ] } ], "sanctions_aggregate": [ - 4215, + 4258, { "distinct_on": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "limit": [ @@ -101236,19 +101812,19 @@ export default { 41 ], "order_by": [ - 4233, + 4276, "[player_sanctions_order_by!]" ], "where": [ - 4223 + 4266 ] } ], "season_stats": [ - 4255, + 4298, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -101258,19 +101834,19 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "season_stats_aggregate": [ - 4256, + 4299, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -101280,11 +101856,11 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], @@ -101292,19 +101868,19 @@ export default { 6 ], "stats": [ - 4314 + 4357 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "team_invites": [ - 4821, + 4864, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -101314,19 +101890,19 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "team_invites_aggregate": [ - 4822, + 4865, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -101336,19 +101912,19 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "team_members": [ - 4862, + 4905, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -101358,19 +101934,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "team_members_aggregate": [ - 4863, + 4906, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -101380,19 +101956,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "teams": [ - 5104, + 5147, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -101402,11 +101978,11 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], @@ -101414,10 +101990,10 @@ export default { 41 ], "tournament_organizers": [ - 5291, + 5398, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -101427,19 +102003,19 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "tournament_organizers_aggregate": [ - 5292, + 5399, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -101449,19 +102025,19 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "tournament_rosters": [ - 5506, + 5640, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -101471,19 +102047,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournament_rosters_aggregate": [ - 5507, + 5641, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -101493,19 +102069,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournaments": [ - 5589, + 5727, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -101515,19 +102091,19 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "tournaments_aggregate": [ - 5590, + 5728, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -101537,19 +102113,19 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "utility_thrown": [ - 4442, + 4485, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -101559,19 +102135,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "utility_thrown_aggregate": [ - 4443, + 4486, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -101581,11 +102157,11 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], @@ -101596,10 +102172,10 @@ export default { 6 ], "weapon_stats": [ - 4483, + 4526, { "distinct_on": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -101609,19 +102185,19 @@ export default { 41 ], "order_by": [ - 4498, + 4541, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4492 + 4535 ] } ], "weapon_stats_aggregate": [ - 4484, + 4527, { "distinct_on": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -101631,11 +102207,11 @@ export default { 41 ], "order_by": [ - 4498, + 4541, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4492 + 4535 ] } ], @@ -101657,10 +102233,10 @@ export default { }, "players_aggregate": { "aggregate": [ - 4518 + 4561 ], "nodes": [ - 4516 + 4559 ], "__typename": [ 85 @@ -101668,13 +102244,13 @@ export default { }, "players_aggregate_fields": { "avg": [ - 4519 + 4562 ], "count": [ 41, { "columns": [ - 4531, + 4574, "[players_select_column!]" ], "distinct": [ @@ -101683,31 +102259,31 @@ export default { } ], "max": [ - 4524 + 4567 ], "min": [ - 4525 + 4568 ], "stddev": [ - 4533 + 4576 ], "stddev_pop": [ - 4534 + 4577 ], "stddev_samp": [ - 4535 + 4578 ], "sum": [ - 4538 + 4581 ], "var_pop": [ - 4541 + 4584 ], "var_samp": [ - 4542 + 4585 ], "variance": [ - 4543 + 4586 ], "__typename": [ 85 @@ -101768,106 +102344,106 @@ export default { }, "players_bool_exp": { "_and": [ - 4520 + 4563 ], "_not": [ - 4520 + 4563 ], "_or": [ - 4520 + 4563 ], "abandoned_matches": [ - 181 + 182 ], "abandoned_matches_aggregate": [ - 174 + 175 ], "aim_weapon_stats": [ - 3664 + 3707 ], "aim_weapon_stats_aggregate": [ - 3657 + 3700 ], "assists": [ - 3707 + 3750 ], "assists_aggregate": [ - 3698 + 3741 ], "assited_by_players": [ - 3707 + 3750 ], "assited_by_players_aggregate": [ - 3698 + 3741 ], "avatar_url": [ 87 ], "awards": [ - 250 + 251 ], "awards_aggregate": [ - 243 + 244 ], "banned_until": [ - 5154 + 5197 ], "coach_lineups": [ - 3005 + 3048 ], "coach_lineups_aggregate": [ - 2998 + 3041 ], "country": [ 87 ], "created_at": [ - 5154 + 5197 ], "current_lobby_id": [ - 6367 + 6505 ], "custom_avatar_url": [ 87 ], "damage_dealt": [ - 3768 + 3811 ], "damage_dealt_aggregate": [ - 3761 + 3804 ], "damage_taken": [ - 3768 + 3811 ], "damage_taken_aggregate": [ - 3761 + 3804 ], "days_since_last_ban": [ 42 ], "deaths": [ - 3924 + 3967 ], "deaths_aggregate": [ - 3915 + 3958 ], "discord_id": [ 87 ], "draft_game_players": [ - 563 + 564 ], "draft_game_players_aggregate": [ - 554 + 555 ], "elo": [ - 2351 + 2394 ], "elo_history": [ - 6761 + 6899 ], "elo_history_aggregate": [ - 6744 + 6882 ], "faceit_elo": [ 42 @@ -101879,46 +102455,46 @@ export default { 87 ], "faceit_rank_history": [ - 3836 + 3879 ], "faceit_rank_history_aggregate": [ - 3829 + 3872 ], "faceit_skill_level": [ 42 ], "faceit_updated_at": [ - 5154 + 5197 ], "faceit_url": [ 87 ], "flashed_by_players": [ - 3879 + 3922 ], "flashed_by_players_aggregate": [ - 3870 + 3913 ], "flashed_players": [ - 3879 + 3922 ], "flashed_players_aggregate": [ - 3870 + 3913 ], "friends": [ - 3418 + 3461 ], "friends_aggregate": [ - 3408 + 3451 ], "game_ban_count": [ 42 ], "invited_players": [ - 4830 + 4873 ], "invited_players_aggregate": [ - 4823 + 4866 ], "is_admin_sanctioned": [ 7 @@ -101945,31 +102521,31 @@ export default { 7 ], "kills": [ - 3924 + 3967 ], "kills_aggregate": [ - 3915 + 3958 ], "kills_by_weapons": [ - 3934 + 3977 ], "kills_by_weapons_aggregate": [ - 3927 + 3970 ], "language": [ 87 ], "last_read_news_at": [ - 5154 + 5197 ], "last_sign_in_at": [ - 5154 + 5197 ], "lobby_players": [ - 2758 + 2801 ], "lobby_players_aggregate": [ - 2749 + 2792 ], "losses": [ 42 @@ -101984,34 +102560,34 @@ export default { 42 ], "match_map_hltv": [ - 6856 + 6994 ], "match_map_hltv_aggregate": [ - 6849 + 6987 ], "match_map_stats": [ - 4031 + 4074 ], "match_map_stats_aggregate": [ - 4024 + 4067 ], "match_stats": [ - 4090 + 4133 ], "match_stats_aggregate": [ - 4083 + 4126 ], "matches": [ - 3353 + 3396 ], "matchmaking_cooldown": [ - 5154 + 5197 ], "multi_kills": [ - 6947 + 7085 ], "multi_kills_aggregate": [ - 6940 + 7078 ], "name": [ 87 @@ -102023,136 +102599,136 @@ export default { 87 ], "notifications": [ - 3518 + 3561 ], "notifications_aggregate": [ - 3508 + 3551 ], "objectives": [ - 4123 + 4166 ], "objectives_aggregate": [ - 4116 + 4159 ], "owned_teams": [ - 5115 + 5158 ], "owned_teams_aggregate": [ - 5106 + 5149 ], "peak_elo": [ - 2351 + 2394 ], "pending_match_imports": [ - 3568 + 3611 ], "pending_match_imports_aggregate": [ - 3561 + 3604 ], "player_lineup": [ - 2962 + 3005 ], "player_lineup_aggregate": [ - 2953 + 2996 ], "player_unused_utilities": [ - 4410 + 4453 ], "player_unused_utilities_aggregate": [ - 4403 + 4446 ], "premier_rank": [ 42 ], "premier_rank_history": [ - 4182 + 4225 ], "premier_rank_history_aggregate": [ - 4175 + 4218 ], "premier_rank_updated_at": [ - 5154 + 5197 ], "profile_url": [ 87 ], "quiet_hours_end": [ - 5151 + 5194 ], "quiet_hours_start": [ - 5151 + 5194 ], "role": [ - 1285 + 1286 ], "roster_image_url": [ 87 ], "sanctions": [ - 4223 + 4266 ], "sanctions_aggregate": [ - 4216 + 4259 ], "season_stats": [ - 4274 + 4317 ], "season_stats_aggregate": [ - 4257 + 4300 ], "show_match_ready_modal": [ 7 ], "stats": [ - 4318 + 4361 ], "steam_bans_checked_at": [ - 5154 + 5197 ], "steam_id": [ - 312 + 313 ], "team_invites": [ - 4830 + 4873 ], "team_invites_aggregate": [ - 4823 + 4866 ], "team_members": [ - 4873 + 4916 ], "team_members_aggregate": [ - 4864 + 4907 ], "teams": [ - 5115 + 5158 ], "total_matches": [ 42 ], "tournament_organizers": [ - 5300 + 5407 ], "tournament_organizers_aggregate": [ - 5293 + 5400 ], "tournament_rosters": [ - 5515 + 5649 ], "tournament_rosters_aggregate": [ - 5508 + 5642 ], "tournaments": [ - 5610 + 5748 ], "tournaments_aggregate": [ - 5591 + 5729 ], "utility_thrown": [ - 4451 + 4494 ], "utility_thrown_aggregate": [ - 4444 + 4487 ], "vac_ban_count": [ 42 @@ -102161,10 +102737,10 @@ export default { 7 ], "weapon_stats": [ - 4492 + 4535 ], "weapon_stats_aggregate": [ - 4485 + 4528 ], "wins": [ 42 @@ -102200,7 +102776,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -102211,55 +102787,55 @@ export default { }, "players_insert_input": { "abandoned_matches": [ - 178 + 179 ], "aim_weapon_stats": [ - 3661 + 3704 ], "assists": [ - 3704 + 3747 ], "assited_by_players": [ - 3704 + 3747 ], "avatar_url": [ 85 ], "awards": [ - 247 + 248 ], "coach_lineups": [ - 3002 + 3045 ], "country": [ 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 ], "damage_dealt": [ - 3765 + 3808 ], "damage_taken": [ - 3765 + 3808 ], "days_since_last_ban": [ 41 ], "deaths": [ - 3921 + 3964 ], "discord_id": [ 85 ], "draft_game_players": [ - 560 + 561 ], "elo_history": [ - 6758 + 6896 ], "faceit_elo": [ 41 @@ -102271,61 +102847,61 @@ export default { 85 ], "faceit_rank_history": [ - 3833 + 3876 ], "faceit_skill_level": [ 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 ], "flashed_by_players": [ - 3876 + 3919 ], "flashed_players": [ - 3876 + 3919 ], "friends": [ - 3415 + 3458 ], "game_ban_count": [ 41 ], "invited_players": [ - 4827 + 4870 ], "kills": [ - 3921 + 3964 ], "kills_by_weapons": [ - 3931 + 3974 ], "language": [ 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "lobby_players": [ - 2755 + 2798 ], "match_map_hltv": [ - 6853 + 6991 ], "match_map_stats": [ - 4028 + 4071 ], "match_stats": [ - 4087 + 4130 ], "multi_kills": [ - 6944 + 7082 ], "name": [ 85 @@ -102337,82 +102913,82 @@ export default { 85 ], "notifications": [ - 3515 + 3558 ], "objectives": [ - 4120 + 4163 ], "owned_teams": [ - 5112 + 5155 ], "pending_match_imports": [ - 3565 + 3608 ], "player_lineup": [ - 2959 + 3002 ], "player_unused_utilities": [ - 4407 + 4450 ], "premier_rank": [ 41 ], "premier_rank_history": [ - 4179 + 4222 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ - 1284 + 1285 ], "roster_image_url": [ 85 ], "sanctions": [ - 4220 + 4263 ], "season_stats": [ - 4271 + 4314 ], "show_match_ready_modal": [ 6 ], "stats": [ - 4325 + 4368 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "team_invites": [ - 4827 + 4870 ], "team_members": [ - 4870 + 4913 ], "tournament_organizers": [ - 5297 + 5404 ], "tournament_rosters": [ - 5512 + 5646 ], "tournaments": [ - 5607 + 5745 ], "utility_thrown": [ - 4448 + 4491 ], "vac_ban_count": [ 41 @@ -102421,7 +102997,7 @@ export default { 6 ], "weapon_stats": [ - 4489 + 4532 ], "__typename": [ 85 @@ -102432,16 +103008,16 @@ export default { 85 ], "banned_until": [ - 5153 + 5196 ], "country": [ 85 ], "created_at": [ - 5153 + 5196 ], "current_lobby_id": [ - 6365 + 6503 ], "custom_avatar_url": [ 85 @@ -102465,7 +103041,7 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 @@ -102477,10 +103053,10 @@ export default { 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "losses": [ 41 @@ -102495,7 +103071,7 @@ export default { 41 ], "matchmaking_cooldown": [ - 5153 + 5196 ], "name": [ 85 @@ -102507,7 +103083,7 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 @@ -102516,10 +103092,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "total_matches": [ 41 @@ -102548,16 +103124,16 @@ export default { 85 ], "banned_until": [ - 5153 + 5196 ], "country": [ 85 ], "created_at": [ - 5153 + 5196 ], "current_lobby_id": [ - 6365 + 6503 ], "custom_avatar_url": [ 85 @@ -102581,7 +103157,7 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 @@ -102593,10 +103169,10 @@ export default { 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "losses": [ 41 @@ -102611,7 +103187,7 @@ export default { 41 ], "matchmaking_cooldown": [ - 5153 + 5196 ], "name": [ 85 @@ -102623,7 +103199,7 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 @@ -102632,10 +103208,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "total_matches": [ 41 @@ -102664,7 +103240,7 @@ export default { 41 ], "returning": [ - 4516 + 4559 ], "__typename": [ 85 @@ -102672,10 +103248,10 @@ export default { }, "players_obj_rel_insert_input": { "data": [ - 4523 + 4566 ], "on_conflict": [ - 4528 + 4571 ], "__typename": [ 85 @@ -102683,13 +103259,13 @@ export default { }, "players_on_conflict": { "constraint": [ - 4521 + 4564 ], "update_columns": [ - 4539 + 4582 ], "where": [ - 4520 + 4563 ], "__typename": [ 85 @@ -102697,289 +103273,289 @@ export default { }, "players_order_by": { "abandoned_matches_aggregate": [ - 177 + 178 ], "aim_weapon_stats_aggregate": [ - 3660 + 3703 ], "assists_aggregate": [ - 3703 + 3746 ], "assited_by_players_aggregate": [ - 3703 + 3746 ], "avatar_url": [ - 3558 + 3601 ], "awards_aggregate": [ - 246 + 247 ], "banned_until": [ - 3558 + 3601 ], "coach_lineups_aggregate": [ - 3001 + 3044 ], "country": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "current_lobby_id": [ - 3558 + 3601 ], "custom_avatar_url": [ - 3558 + 3601 ], "damage_dealt_aggregate": [ - 3764 + 3807 ], "damage_taken_aggregate": [ - 3764 + 3807 ], "days_since_last_ban": [ - 3558 + 3601 ], "deaths_aggregate": [ - 3920 + 3963 ], "discord_id": [ - 3558 + 3601 ], "draft_game_players_aggregate": [ - 559 + 560 ], "elo": [ - 3558 + 3601 ], "elo_history_aggregate": [ - 6757 + 6895 ], "faceit_elo": [ - 3558 + 3601 ], "faceit_nickname": [ - 3558 + 3601 ], "faceit_player_id": [ - 3558 + 3601 ], "faceit_rank_history_aggregate": [ - 3832 + 3875 ], "faceit_skill_level": [ - 3558 + 3601 ], "faceit_updated_at": [ - 3558 + 3601 ], "faceit_url": [ - 3558 + 3601 ], "flashed_by_players_aggregate": [ - 3875 + 3918 ], "flashed_players_aggregate": [ - 3875 + 3918 ], "friends_aggregate": [ - 3413 + 3456 ], "game_ban_count": [ - 3558 + 3601 ], "invited_players_aggregate": [ - 4826 + 4869 ], "is_admin_sanctioned": [ - 3558 + 3601 ], "is_banned": [ - 3558 + 3601 ], "is_gagged": [ - 3558 + 3601 ], "is_in_another_match": [ - 3558 + 3601 ], "is_in_draft": [ - 3558 + 3601 ], "is_in_lobby": [ - 3558 + 3601 ], "is_muted": [ - 3558 + 3601 ], "is_registered": [ - 3558 + 3601 ], "kills_aggregate": [ - 3920 + 3963 ], "kills_by_weapons_aggregate": [ - 3930 + 3973 ], "language": [ - 3558 + 3601 ], "last_read_news_at": [ - 3558 + 3601 ], "last_sign_in_at": [ - 3558 + 3601 ], "lobby_players_aggregate": [ - 2754 + 2797 ], "losses": [ - 3558 + 3601 ], "losses_competitive": [ - 3558 + 3601 ], "losses_duel": [ - 3558 + 3601 ], "losses_wingman": [ - 3558 + 3601 ], "match_map_hltv_aggregate": [ - 6852 + 6990 ], "match_map_stats_aggregate": [ - 4027 + 4070 ], "match_stats_aggregate": [ - 4086 + 4129 ], "matches_aggregate": [ - 3349 + 3392 ], "matchmaking_cooldown": [ - 3558 + 3601 ], "multi_kills_aggregate": [ - 6943 + 7081 ], "name": [ - 3558 + 3601 ], "name_registered": [ - 3558 + 3601 ], "notification_timezone": [ - 3558 + 3601 ], "notifications_aggregate": [ - 3513 + 3556 ], "objectives_aggregate": [ - 4119 + 4162 ], "owned_teams_aggregate": [ - 5111 + 5154 ], "peak_elo": [ - 3558 + 3601 ], "pending_match_imports_aggregate": [ - 3564 + 3607 ], "player_lineup_aggregate": [ - 2958 + 3001 ], "player_unused_utilities_aggregate": [ - 4406 + 4449 ], "premier_rank": [ - 3558 + 3601 ], "premier_rank_history_aggregate": [ - 4178 + 4221 ], "premier_rank_updated_at": [ - 3558 + 3601 ], "profile_url": [ - 3558 + 3601 ], "quiet_hours_end": [ - 3558 + 3601 ], "quiet_hours_start": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "sanctions_aggregate": [ - 4219 + 4262 ], "season_stats_aggregate": [ - 4270 + 4313 ], "show_match_ready_modal": [ - 3558 + 3601 ], "stats": [ - 4327 + 4370 ], "steam_bans_checked_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_invites_aggregate": [ - 4826 + 4869 ], "team_members_aggregate": [ - 4869 + 4912 ], "teams_aggregate": [ - 5111 + 5154 ], "total_matches": [ - 3558 + 3601 ], "tournament_organizers_aggregate": [ - 5296 + 5403 ], "tournament_rosters_aggregate": [ - 5511 + 5645 ], "tournaments_aggregate": [ - 5606 + 5744 ], "utility_thrown_aggregate": [ - 4447 + 4490 ], "vac_ban_count": [ - 3558 + 3601 ], "vac_banned": [ - 3558 + 3601 ], "weapon_stats_aggregate": [ - 4488 + 4531 ], "wins": [ - 3558 + 3601 ], "wins_competitive": [ - 3558 + 3601 ], "wins_duel": [ - 3558 + 3601 ], "wins_wingman": [ - 3558 + 3601 ], "__typename": [ 85 @@ -102987,7 +103563,7 @@ export default { }, "players_pk_columns_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -103002,7 +103578,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -103026,7 +103602,7 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 @@ -103038,10 +103614,10 @@ export default { 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -103056,19 +103632,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ - 1284 + 1285 ], "roster_image_url": [ 85 @@ -103077,10 +103653,10 @@ export default { 6 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -103253,10 +103829,10 @@ export default { }, "players_stream_cursor_input": { "initial_value": [ - 4537 + 4580 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -103270,7 +103846,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "custom_avatar_url": [ 85 @@ -103294,7 +103870,7 @@ export default { 41 ], "faceit_updated_at": [ - 5153 + 5196 ], "faceit_url": [ 85 @@ -103306,10 +103882,10 @@ export default { 85 ], "last_read_news_at": [ - 5153 + 5196 ], "last_sign_in_at": [ - 5153 + 5196 ], "name": [ 85 @@ -103324,19 +103900,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5153 + 5196 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5150 + 5193 ], "quiet_hours_start": [ - 5150 + 5193 ], "role": [ - 1284 + 1285 ], "roster_image_url": [ 85 @@ -103345,10 +103921,10 @@ export default { 6 ], "steam_bans_checked_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "vac_ban_count": [ 41 @@ -103389,7 +103965,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "total_matches": [ 41 @@ -103416,13 +103992,13 @@ export default { "players_update_column": {}, "players_updates": { "_inc": [ - 4522 + 4565 ], "_set": [ - 4532 + 4575 ], "where": [ - 4520 + 4563 ], "__typename": [ 85 @@ -103592,10 +104168,10 @@ export default { 41 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "version": [ 85 @@ -103606,10 +104182,10 @@ export default { }, "plugin_versions_aggregate": { "aggregate": [ - 4546 + 4589 ], "nodes": [ - 4544 + 4587 ], "__typename": [ 85 @@ -103617,13 +104193,13 @@ export default { }, "plugin_versions_aggregate_fields": { "avg": [ - 4547 + 4590 ], "count": [ 41, { "columns": [ - 4558, + 4601, "[plugin_versions_select_column!]" ], "distinct": [ @@ -103632,31 +104208,31 @@ export default { } ], "max": [ - 4552 + 4595 ], "min": [ - 4553 + 4596 ], "stddev": [ - 4560 + 4603 ], "stddev_pop": [ - 4561 + 4604 ], "stddev_samp": [ - 4562 + 4605 ], "sum": [ - 4565 + 4608 ], "var_pop": [ - 4568 + 4611 ], "var_samp": [ - 4569 + 4612 ], "variance": [ - 4570 + 4613 ], "__typename": [ 85 @@ -103672,22 +104248,22 @@ export default { }, "plugin_versions_bool_exp": { "_and": [ - 4548 + 4591 ], "_not": [ - 4548 + 4591 ], "_or": [ - 4548 + 4591 ], "min_game_build_id": [ 42 ], "published_at": [ - 5154 + 5197 ], "runtime": [ - 1305 + 1306 ], "version": [ 87 @@ -103710,10 +104286,10 @@ export default { 41 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "version": [ 85 @@ -103727,7 +104303,7 @@ export default { 41 ], "published_at": [ - 5153 + 5196 ], "version": [ 85 @@ -103741,7 +104317,7 @@ export default { 41 ], "published_at": [ - 5153 + 5196 ], "version": [ 85 @@ -103755,7 +104331,7 @@ export default { 41 ], "returning": [ - 4544 + 4587 ], "__typename": [ 85 @@ -103763,13 +104339,13 @@ export default { }, "plugin_versions_on_conflict": { "constraint": [ - 4549 + 4592 ], "update_columns": [ - 4566 + 4609 ], "where": [ - 4548 + 4591 ], "__typename": [ 85 @@ -103777,16 +104353,16 @@ export default { }, "plugin_versions_order_by": { "min_game_build_id": [ - 3558 + 3601 ], "published_at": [ - 3558 + 3601 ], "runtime": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -103794,7 +104370,7 @@ export default { }, "plugin_versions_pk_columns_input": { "runtime": [ - 1304 + 1305 ], "version": [ 85 @@ -103809,10 +104385,10 @@ export default { 41 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "version": [ 85 @@ -103847,10 +104423,10 @@ export default { }, "plugin_versions_stream_cursor_input": { "initial_value": [ - 4564 + 4607 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -103861,10 +104437,10 @@ export default { 41 ], "published_at": [ - 5153 + 5196 ], "runtime": [ - 1304 + 1305 ], "version": [ 85 @@ -103884,13 +104460,13 @@ export default { "plugin_versions_update_column": {}, "plugin_versions_updates": { "_inc": [ - 4550 + 4593 ], "_set": [ - 4559 + 4602 ], "where": [ - 4548 + 4591 ], "__typename": [ 85 @@ -103925,22 +104501,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "endpoint": [ 85 ], "id": [ - 6365 + 6503 ], "last_used_at": [ - 5153 + 5196 ], "p256dh": [ 85 ], "steam_id": [ - 310 + 311 ], "user_agent": [ 85 @@ -103951,10 +104527,10 @@ export default { }, "push_subscriptions_aggregate": { "aggregate": [ - 4573 + 4616 ], "nodes": [ - 4571 + 4614 ], "__typename": [ 85 @@ -103962,13 +104538,13 @@ export default { }, "push_subscriptions_aggregate_fields": { "avg": [ - 4574 + 4617 ], "count": [ 41, { "columns": [ - 4585, + 4628, "[push_subscriptions_select_column!]" ], "distinct": [ @@ -103977,31 +104553,31 @@ export default { } ], "max": [ - 4579 + 4622 ], "min": [ - 4580 + 4623 ], "stddev": [ - 4587 + 4630 ], "stddev_pop": [ - 4588 + 4631 ], "stddev_samp": [ - 4589 + 4632 ], "sum": [ - 4592 + 4635 ], "var_pop": [ - 4595 + 4638 ], "var_samp": [ - 4596 + 4639 ], "variance": [ - 4597 + 4640 ], "__typename": [ 85 @@ -104017,34 +104593,34 @@ export default { }, "push_subscriptions_bool_exp": { "_and": [ - 4575 + 4618 ], "_not": [ - 4575 + 4618 ], "_or": [ - 4575 + 4618 ], "auth": [ 87 ], "created_at": [ - 5154 + 5197 ], "endpoint": [ 87 ], "id": [ - 6367 + 6505 ], "last_used_at": [ - 5154 + 5197 ], "p256dh": [ 87 ], "steam_id": [ - 312 + 313 ], "user_agent": [ 87 @@ -104056,7 +104632,7 @@ export default { "push_subscriptions_constraint": {}, "push_subscriptions_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -104067,22 +104643,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "endpoint": [ 85 ], "id": [ - 6365 + 6503 ], "last_used_at": [ - 5153 + 5196 ], "p256dh": [ 85 ], "steam_id": [ - 310 + 311 ], "user_agent": [ 85 @@ -104096,22 +104672,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "endpoint": [ 85 ], "id": [ - 6365 + 6503 ], "last_used_at": [ - 5153 + 5196 ], "p256dh": [ 85 ], "steam_id": [ - 310 + 311 ], "user_agent": [ 85 @@ -104125,22 +104701,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "endpoint": [ 85 ], "id": [ - 6365 + 6503 ], "last_used_at": [ - 5153 + 5196 ], "p256dh": [ 85 ], "steam_id": [ - 310 + 311 ], "user_agent": [ 85 @@ -104154,7 +104730,7 @@ export default { 41 ], "returning": [ - 4571 + 4614 ], "__typename": [ 85 @@ -104162,13 +104738,13 @@ export default { }, "push_subscriptions_on_conflict": { "constraint": [ - 4576 + 4619 ], "update_columns": [ - 4593 + 4636 ], "where": [ - 4575 + 4618 ], "__typename": [ 85 @@ -104176,28 +104752,28 @@ export default { }, "push_subscriptions_order_by": { "auth": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "endpoint": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "last_used_at": [ - 3558 + 3601 ], "p256dh": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "user_agent": [ - 3558 + 3601 ], "__typename": [ 85 @@ -104205,7 +104781,7 @@ export default { }, "push_subscriptions_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -104217,22 +104793,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "endpoint": [ 85 ], "id": [ - 6365 + 6503 ], "last_used_at": [ - 5153 + 5196 ], "p256dh": [ 85 ], "steam_id": [ - 310 + 311 ], "user_agent": [ 85 @@ -104267,10 +104843,10 @@ export default { }, "push_subscriptions_stream_cursor_input": { "initial_value": [ - 4591 + 4634 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -104281,22 +104857,22 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "endpoint": [ 85 ], "id": [ - 6365 + 6503 ], "last_used_at": [ - 5153 + 5196 ], "p256dh": [ 85 ], "steam_id": [ - 310 + 311 ], "user_agent": [ 85 @@ -104307,7 +104883,7 @@ export default { }, "push_subscriptions_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -104316,13 +104892,13 @@ export default { "push_subscriptions_update_column": {}, "push_subscriptions_updates": { "_inc": [ - 4577 + 4620 ], "_set": [ - 4586 + 4629 ], "where": [ - 4575 + 4618 ], "__typename": [ 85 @@ -104354,7 +104930,7 @@ export default { }, "recalculate_tournament_awards_args": { "_tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -104362,7 +104938,7 @@ export default { }, "remove_league_team_from_season_args": { "_league_team_season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -104370,7 +104946,7 @@ export default { }, "reorder_league_divisions_args": { "_division_ids": [ - 171 + 172 ], "__typename": [ 85 @@ -104378,7 +104954,7 @@ export default { }, "restart_league_season_args": { "_league_season_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -104403,10 +104979,10 @@ export default { }, "role_permissions_aggregate": { "aggregate": [ - 4604 + 4647 ], "nodes": [ - 4602 + 4645 ], "__typename": [ 85 @@ -104417,7 +104993,7 @@ export default { 41, { "columns": [ - 4611, + 4654, "[role_permissions_select_column!]" ], "distinct": [ @@ -104426,10 +105002,10 @@ export default { } ], "max": [ - 4607 + 4650 ], "min": [ - 4608 + 4651 ], "__typename": [ 85 @@ -104437,13 +105013,13 @@ export default { }, "role_permissions_bool_exp": { "_and": [ - 4605 + 4648 ], "_not": [ - 4605 + 4648 ], "_or": [ - 4605 + 4648 ], "can_create_events": [ 7 @@ -104499,7 +105075,7 @@ export default { 41 ], "returning": [ - 4602 + 4645 ], "__typename": [ 85 @@ -104507,16 +105083,16 @@ export default { }, "role_permissions_order_by": { "can_create_events": [ - 3558 + 3601 ], "can_create_matches": [ - 3558 + 3601 ], "can_create_tournaments": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "__typename": [ 85 @@ -104542,10 +105118,10 @@ export default { }, "role_permissions_stream_cursor_input": { "initial_value": [ - 4614 + 4657 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -104570,10 +105146,10 @@ export default { }, "role_permissions_updates": { "_set": [ - 4612 + 4655 ], "where": [ - 4605 + 4648 ], "__typename": [ 85 @@ -104581,10 +105157,10 @@ export default { }, "seasons": { "awards": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -104594,19 +105170,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "awards_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -104616,25 +105192,25 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "needs_rebuild": [ 6 @@ -104643,10 +105219,10 @@ export default { 41 ], "player_season_stats": [ - 4255, + 4298, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -104656,19 +105232,19 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "player_season_stats_aggregate": [ - 4256, + 4299, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -104678,16 +105254,16 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -104695,10 +105271,10 @@ export default { }, "seasons_aggregate": { "aggregate": [ - 4618 + 4661 ], "nodes": [ - 4616 + 4659 ], "__typename": [ 85 @@ -104706,13 +105282,13 @@ export default { }, "seasons_aggregate_fields": { "avg": [ - 4619 + 4662 ], "count": [ 41, { "columns": [ - 4631, + 4674, "[seasons_select_column!]" ], "distinct": [ @@ -104721,31 +105297,31 @@ export default { } ], "max": [ - 4624 + 4667 ], "min": [ - 4625 + 4668 ], "stddev": [ - 4633 + 4676 ], "stddev_pop": [ - 4634 + 4677 ], "stddev_samp": [ - 4635 + 4678 ], "sum": [ - 4638 + 4681 ], "var_pop": [ - 4641 + 4684 ], "var_samp": [ - 4642 + 4685 ], "variance": [ - 4643 + 4686 ], "__typename": [ 85 @@ -104761,31 +105337,31 @@ export default { }, "seasons_bool_exp": { "_and": [ - 4620 + 4663 ], "_not": [ - 4620 + 4663 ], "_or": [ - 4620 + 4663 ], "awards": [ - 250 + 251 ], "awards_aggregate": [ - 243 + 244 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 ], "ends_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "needs_rebuild": [ 7 @@ -104794,13 +105370,13 @@ export default { 42 ], "player_season_stats": [ - 4274 + 4317 ], "player_season_stats_aggregate": [ - 4257 + 4300 ], "starts_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -104817,19 +105393,19 @@ export default { }, "seasons_insert_input": { "awards": [ - 247 + 248 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "needs_rebuild": [ 6 @@ -104838,10 +105414,10 @@ export default { 41 ], "player_season_stats": [ - 4271 + 4314 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -104849,22 +105425,22 @@ export default { }, "seasons_max_fields": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "number": [ 41 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -104872,22 +105448,22 @@ export default { }, "seasons_min_fields": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "number": [ 41 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -104898,7 +105474,7 @@ export default { 41 ], "returning": [ - 4616 + 4659 ], "__typename": [ 85 @@ -104906,10 +105482,10 @@ export default { }, "seasons_obj_rel_insert_input": { "data": [ - 4623 + 4666 ], "on_conflict": [ - 4628 + 4671 ], "__typename": [ 85 @@ -104917,13 +105493,13 @@ export default { }, "seasons_on_conflict": { "constraint": [ - 4621 + 4664 ], "update_columns": [ - 4639 + 4682 ], "where": [ - 4620 + 4663 ], "__typename": [ 85 @@ -104931,31 +105507,31 @@ export default { }, "seasons_order_by": { "awards_aggregate": [ - 246 + 247 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "ends_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "needs_rebuild": [ - 3558 + 3601 ], "number": [ - 3558 + 3601 ], "player_season_stats_aggregate": [ - 4270 + 4313 ], "starts_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -104963,7 +105539,7 @@ export default { }, "seasons_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -104972,16 +105548,16 @@ export default { "seasons_select_column": {}, "seasons_set_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "needs_rebuild": [ 6 @@ -104990,7 +105566,7 @@ export default { 41 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -105022,10 +105598,10 @@ export default { }, "seasons_stream_cursor_input": { "initial_value": [ - 4637 + 4680 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -105033,16 +105609,16 @@ export default { }, "seasons_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "needs_rebuild": [ 6 @@ -105051,7 +105627,7 @@ export default { 41 ], "starts_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -105068,13 +105644,13 @@ export default { "seasons_update_column": {}, "seasons_updates": { "_inc": [ - 4622 + 4665 ], "_set": [ - 4632 + 4675 ], "where": [ - 4620 + 4663 ], "__typename": [ 85 @@ -105112,10 +105688,10 @@ export default { 85 ], "game_server_nodes": [ - 2225, + 2267, { "distinct_on": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "limit": [ @@ -105125,19 +105701,19 @@ export default { 41 ], "order_by": [ - 2251, + 2293, "[game_server_nodes_order_by!]" ], "where": [ - 2237 + 2279 ] } ], "game_server_nodes_aggregate": [ - 2226, + 2268, { "distinct_on": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "limit": [ @@ -105147,11 +105723,11 @@ export default { 41 ], "order_by": [ - 2251, + 2293, "[game_server_nodes_order_by!]" ], "where": [ - 2237 + 2279 ] } ], @@ -105179,10 +105755,10 @@ export default { }, "server_regions_aggregate": { "aggregate": [ - 4646 + 4689 ], "nodes": [ - 4644 + 4687 ], "__typename": [ 85 @@ -105190,13 +105766,13 @@ export default { }, "server_regions_aggregate_fields": { "avg": [ - 4647 + 4690 ], "count": [ 41, { "columns": [ - 4658, + 4701, "[server_regions_select_column!]" ], "distinct": [ @@ -105205,31 +105781,31 @@ export default { } ], "max": [ - 4651 + 4694 ], "min": [ - 4652 + 4695 ], "stddev": [ - 4660 + 4703 ], "stddev_pop": [ - 4661 + 4704 ], "stddev_samp": [ - 4662 + 4705 ], "sum": [ - 4665 + 4708 ], "var_pop": [ - 4668 + 4711 ], "var_samp": [ - 4669 + 4712 ], "variance": [ - 4670 + 4713 ], "__typename": [ 85 @@ -105248,13 +105824,13 @@ export default { }, "server_regions_bool_exp": { "_and": [ - 4648 + 4691 ], "_not": [ - 4648 + 4691 ], "_or": [ - 4648 + 4691 ], "available_server_count": [ 42 @@ -105263,10 +105839,10 @@ export default { 87 ], "game_server_nodes": [ - 2237 + 2279 ], "game_server_nodes_aggregate": [ - 2227 + 2269 ], "has_node": [ 7 @@ -105296,7 +105872,7 @@ export default { 85 ], "game_server_nodes": [ - 2234 + 2276 ], "is_lan": [ 6 @@ -105356,7 +105932,7 @@ export default { 41 ], "returning": [ - 4644 + 4687 ], "__typename": [ 85 @@ -105364,10 +105940,10 @@ export default { }, "server_regions_obj_rel_insert_input": { "data": [ - 4650 + 4693 ], "on_conflict": [ - 4655 + 4698 ], "__typename": [ 85 @@ -105375,13 +105951,13 @@ export default { }, "server_regions_on_conflict": { "constraint": [ - 4649 + 4692 ], "update_columns": [ - 4666 + 4709 ], "where": [ - 4648 + 4691 ], "__typename": [ 85 @@ -105389,31 +105965,31 @@ export default { }, "server_regions_order_by": { "available_server_count": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "game_server_nodes_aggregate": [ - 2232 + 2274 ], "has_node": [ - 3558 + 3601 ], "is_lan": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "steam_relay": [ - 3558 + 3601 ], "total_server_count": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -105480,10 +106056,10 @@ export default { }, "server_regions_stream_cursor_input": { "initial_value": [ - 4664 + 4707 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -105520,10 +106096,10 @@ export default { "server_regions_update_column": {}, "server_regions_updates": { "_set": [ - 4659 + 4702 ], "where": [ - 4648 + 4691 ], "__typename": [ 85 @@ -105564,7 +106140,7 @@ export default { }, "servers": { "api_password": [ - 6365 + 6503 ], "boot_status": [ 85 @@ -105585,7 +106161,7 @@ export default { 85 ], "current_match": [ - 3342 + 3385 ], "enabled": [ 6 @@ -105594,13 +106170,13 @@ export default { 85 ], "game_mode": [ - 2083 + 2125 ], "game_mode_id": [ - 6365 + 6503 ], "game_server_node": [ - 2225 + 2267 ], "game_server_node_id": [ 85 @@ -105609,7 +106185,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_dedicated": [ 6 @@ -105618,7 +106194,7 @@ export default { 85 ], "loaded_plugins": [ - 2349, + 2392, { "path": [ 85 @@ -105626,10 +106202,10 @@ export default { } ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -105639,19 +106215,19 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_aggregate": [ - 3343, + 3386, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -105661,11 +106237,11 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], @@ -105673,22 +106249,22 @@ export default { 41 ], "offline_at": [ - 5153 + 5196 ], "plugin_runtime": [ - 1304 + 1305 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5153 + 5196 ], "port": [ 41 ], "rcon_password": [ - 313 + 314 ], "rcon_status": [ 6 @@ -105697,10 +106273,10 @@ export default { 85 ], "reserved_by_match_id": [ - 6365 + 6503 ], "server_region": [ - 4644 + 4687 ], "steam_relay": [ 85 @@ -105709,10 +106285,10 @@ export default { 41 ], "type": [ - 1385 + 1386 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -105720,10 +106296,10 @@ export default { }, "servers_aggregate": { "aggregate": [ - 4677 + 4720 ], "nodes": [ - 4671 + 4714 ], "__typename": [ 85 @@ -105731,13 +106307,13 @@ export default { }, "servers_aggregate_bool_exp": { "bool_and": [ - 4674 + 4717 ], "bool_or": [ - 4675 + 4718 ], "count": [ - 4676 + 4719 ], "__typename": [ 85 @@ -105745,13 +106321,13 @@ export default { }, "servers_aggregate_bool_exp_bool_and": { "arguments": [ - 4701 + 4744 ], "distinct": [ 6 ], "filter": [ - 4683 + 4726 ], "predicate": [ 7 @@ -105762,13 +106338,13 @@ export default { }, "servers_aggregate_bool_exp_bool_or": { "arguments": [ - 4702 + 4745 ], "distinct": [ 6 ], "filter": [ - 4683 + 4726 ], "predicate": [ 7 @@ -105779,13 +106355,13 @@ export default { }, "servers_aggregate_bool_exp_count": { "arguments": [ - 4700 + 4743 ], "distinct": [ 6 ], "filter": [ - 4683 + 4726 ], "predicate": [ 42 @@ -105796,13 +106372,13 @@ export default { }, "servers_aggregate_fields": { "avg": [ - 4681 + 4724 ], "count": [ 41, { "columns": [ - 4700, + 4743, "[servers_select_column!]" ], "distinct": [ @@ -105811,31 +106387,31 @@ export default { } ], "max": [ - 4690 + 4733 ], "min": [ - 4692 + 4735 ], "stddev": [ - 4704 + 4747 ], "stddev_pop": [ - 4706 + 4749 ], "stddev_samp": [ - 4708 + 4751 ], "sum": [ - 4712 + 4755 ], "var_pop": [ - 4716 + 4759 ], "var_samp": [ - 4718 + 4761 ], "variance": [ - 4720 + 4763 ], "__typename": [ 85 @@ -105843,37 +106419,37 @@ export default { }, "servers_aggregate_order_by": { "avg": [ - 4682 + 4725 ], "count": [ - 3558 + 3601 ], "max": [ - 4691 + 4734 ], "min": [ - 4693 + 4736 ], "stddev": [ - 4705 + 4748 ], "stddev_pop": [ - 4707 + 4750 ], "stddev_samp": [ - 4709 + 4752 ], "sum": [ - 4713 + 4756 ], "var_pop": [ - 4717 + 4760 ], "var_samp": [ - 4719 + 4762 ], "variance": [ - 4721 + 4764 ], "__typename": [ 85 @@ -105881,7 +106457,7 @@ export default { }, "servers_append_input": { "loaded_plugins": [ - 2349 + 2392 ], "__typename": [ 85 @@ -105889,10 +106465,10 @@ export default { }, "servers_arr_rel_insert_input": { "data": [ - 4689 + 4732 ], "on_conflict": [ - 4696 + 4739 ], "__typename": [ 85 @@ -105914,13 +106490,13 @@ export default { }, "servers_avg_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -105928,16 +106504,16 @@ export default { }, "servers_bool_exp": { "_and": [ - 4683 + 4726 ], "_not": [ - 4683 + 4726 ], "_or": [ - 4683 + 4726 ], "api_password": [ - 6367 + 6505 ], "boot_status": [ 87 @@ -105958,7 +106534,7 @@ export default { 87 ], "current_match": [ - 3353 + 3396 ], "enabled": [ 7 @@ -105967,13 +106543,13 @@ export default { 87 ], "game_mode": [ - 2086 + 2128 ], "game_mode_id": [ - 6367 + 6505 ], "game_server_node": [ - 2237 + 2279 ], "game_server_node_id": [ 87 @@ -105982,7 +106558,7 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "is_dedicated": [ 7 @@ -105991,34 +106567,34 @@ export default { 87 ], "loaded_plugins": [ - 2351 + 2394 ], "matches": [ - 3353 + 3396 ], "matches_aggregate": [ - 3344 + 3387 ], "max_players": [ 42 ], "offline_at": [ - 5154 + 5197 ], "plugin_runtime": [ - 1305 + 1306 ], "plugin_version": [ 87 ], "plugins_checked_at": [ - 5154 + 5197 ], "port": [ 42 ], "rcon_password": [ - 314 + 315 ], "rcon_status": [ 7 @@ -106027,10 +106603,10 @@ export default { 87 ], "reserved_by_match_id": [ - 6367 + 6505 ], "server_region": [ - 4648 + 4691 ], "steam_relay": [ 87 @@ -106039,10 +106615,10 @@ export default { 42 ], "type": [ - 1386 + 1387 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -106089,7 +106665,7 @@ export default { }, "servers_insert_input": { "api_password": [ - 6365 + 6503 ], "boot_status": [ 85 @@ -106104,7 +106680,7 @@ export default { 6 ], "current_match": [ - 3362 + 3405 ], "enabled": [ 6 @@ -106113,13 +106689,13 @@ export default { 85 ], "game_mode": [ - 2092 + 2134 ], "game_mode_id": [ - 6365 + 6503 ], "game_server_node": [ - 2249 + 2291 ], "game_server_node_id": [ 85 @@ -106128,7 +106704,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_dedicated": [ 6 @@ -106137,31 +106713,31 @@ export default { 85 ], "loaded_plugins": [ - 2349 + 2392 ], "matches": [ - 3350 + 3393 ], "max_players": [ 41 ], "offline_at": [ - 5153 + 5196 ], "plugin_runtime": [ - 1304 + 1305 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5153 + 5196 ], "port": [ 41 ], "rcon_password": [ - 313 + 314 ], "rcon_status": [ 6 @@ -106170,10 +106746,10 @@ export default { 85 ], "reserved_by_match_id": [ - 6365 + 6503 ], "server_region": [ - 4654 + 4697 ], "steam_relay": [ 85 @@ -106182,10 +106758,10 @@ export default { 41 ], "type": [ - 1385 + 1386 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -106193,7 +106769,7 @@ export default { }, "servers_max_fields": { "api_password": [ - 6365 + 6503 ], "boot_status": [ 85 @@ -106214,7 +106790,7 @@ export default { 85 ], "game_mode_id": [ - 6365 + 6503 ], "game_server_node_id": [ 85 @@ -106223,7 +106799,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "label": [ 85 @@ -106232,13 +106808,13 @@ export default { 41 ], "offline_at": [ - 5153 + 5196 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5153 + 5196 ], "port": [ 41 @@ -106247,7 +106823,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6365 + 6503 ], "steam_relay": [ 85 @@ -106256,7 +106832,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -106264,64 +106840,64 @@ export default { }, "servers_max_order_by": { "api_password": [ - 3558 + 3601 ], "boot_status": [ - 3558 + 3601 ], "boot_status_detail": [ - 3558 + 3601 ], "connect_password": [ - 3558 + 3601 ], "game": [ - 3558 + 3601 ], "game_mode_id": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "host": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "max_players": [ - 3558 + 3601 ], "offline_at": [ - 3558 + 3601 ], "plugin_version": [ - 3558 + 3601 ], "plugins_checked_at": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "reserved_by_match_id": [ - 3558 + 3601 ], "steam_relay": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106329,7 +106905,7 @@ export default { }, "servers_min_fields": { "api_password": [ - 6365 + 6503 ], "boot_status": [ 85 @@ -106350,7 +106926,7 @@ export default { 85 ], "game_mode_id": [ - 6365 + 6503 ], "game_server_node_id": [ 85 @@ -106359,7 +106935,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "label": [ 85 @@ -106368,13 +106944,13 @@ export default { 41 ], "offline_at": [ - 5153 + 5196 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5153 + 5196 ], "port": [ 41 @@ -106383,7 +106959,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6365 + 6503 ], "steam_relay": [ 85 @@ -106392,7 +106968,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -106400,64 +106976,64 @@ export default { }, "servers_min_order_by": { "api_password": [ - 3558 + 3601 ], "boot_status": [ - 3558 + 3601 ], "boot_status_detail": [ - 3558 + 3601 ], "connect_password": [ - 3558 + 3601 ], "game": [ - 3558 + 3601 ], "game_mode_id": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "host": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "max_players": [ - 3558 + 3601 ], "offline_at": [ - 3558 + 3601 ], "plugin_version": [ - 3558 + 3601 ], "plugins_checked_at": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "reserved_by_match_id": [ - 3558 + 3601 ], "steam_relay": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106468,7 +107044,7 @@ export default { 41 ], "returning": [ - 4671 + 4714 ], "__typename": [ 85 @@ -106476,10 +107052,10 @@ export default { }, "servers_obj_rel_insert_input": { "data": [ - 4689 + 4732 ], "on_conflict": [ - 4696 + 4739 ], "__typename": [ 85 @@ -106487,13 +107063,13 @@ export default { }, "servers_on_conflict": { "constraint": [ - 4684 + 4727 ], "update_columns": [ - 4714 + 4757 ], "where": [ - 4683 + 4726 ], "__typename": [ 85 @@ -106501,109 +107077,109 @@ export default { }, "servers_order_by": { "api_password": [ - 3558 + 3601 ], "boot_status": [ - 3558 + 3601 ], "boot_status_detail": [ - 3558 + 3601 ], "connect_password": [ - 3558 + 3601 ], "connected": [ - 3558 + 3601 ], "connection_link": [ - 3558 + 3601 ], "connection_string": [ - 3558 + 3601 ], "current_match": [ - 3364 + 3407 ], "enabled": [ - 3558 + 3601 ], "game": [ - 3558 + 3601 ], "game_mode": [ - 2094 + 2136 ], "game_mode_id": [ - 3558 + 3601 ], "game_server_node": [ - 2251 + 2293 ], "game_server_node_id": [ - 3558 + 3601 ], "host": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_dedicated": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "loaded_plugins": [ - 3558 + 3601 ], "matches_aggregate": [ - 3349 + 3392 ], "max_players": [ - 3558 + 3601 ], "offline_at": [ - 3558 + 3601 ], "plugin_runtime": [ - 3558 + 3601 ], "plugin_version": [ - 3558 + 3601 ], "plugins_checked_at": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "rcon_password": [ - 3558 + 3601 ], "rcon_status": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "reserved_by_match_id": [ - 3558 + 3601 ], "server_region": [ - 4656 + 4699 ], "steam_relay": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106611,7 +107187,7 @@ export default { }, "servers_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -106619,7 +107195,7 @@ export default { }, "servers_prepend_input": { "loaded_plugins": [ - 2349 + 2392 ], "__typename": [ 85 @@ -106630,7 +107206,7 @@ export default { "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, "servers_set_input": { "api_password": [ - 6365 + 6503 ], "boot_status": [ 85 @@ -106651,7 +107227,7 @@ export default { 85 ], "game_mode_id": [ - 6365 + 6503 ], "game_server_node_id": [ 85 @@ -106660,7 +107236,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_dedicated": [ 6 @@ -106669,28 +107245,28 @@ export default { 85 ], "loaded_plugins": [ - 2349 + 2392 ], "max_players": [ 41 ], "offline_at": [ - 5153 + 5196 ], "plugin_runtime": [ - 1304 + 1305 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5153 + 5196 ], "port": [ 41 ], "rcon_password": [ - 313 + 314 ], "rcon_status": [ 6 @@ -106699,7 +107275,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6365 + 6503 ], "steam_relay": [ 85 @@ -106708,10 +107284,10 @@ export default { 41 ], "type": [ - 1385 + 1386 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -106733,13 +107309,13 @@ export default { }, "servers_stddev_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106761,13 +107337,13 @@ export default { }, "servers_stddev_pop_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106789,13 +107365,13 @@ export default { }, "servers_stddev_samp_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106803,10 +107379,10 @@ export default { }, "servers_stream_cursor_input": { "initial_value": [ - 4711 + 4754 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -106814,7 +107390,7 @@ export default { }, "servers_stream_cursor_value_input": { "api_password": [ - 6365 + 6503 ], "boot_status": [ 85 @@ -106835,7 +107411,7 @@ export default { 85 ], "game_mode_id": [ - 6365 + 6503 ], "game_server_node_id": [ 85 @@ -106844,7 +107420,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "is_dedicated": [ 6 @@ -106853,28 +107429,28 @@ export default { 85 ], "loaded_plugins": [ - 2349 + 2392 ], "max_players": [ 41 ], "offline_at": [ - 5153 + 5196 ], "plugin_runtime": [ - 1304 + 1305 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5153 + 5196 ], "port": [ 41 ], "rcon_password": [ - 313 + 314 ], "rcon_status": [ 6 @@ -106883,7 +107459,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6365 + 6503 ], "steam_relay": [ 85 @@ -106892,10 +107468,10 @@ export default { 41 ], "type": [ - 1385 + 1386 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -106917,13 +107493,13 @@ export default { }, "servers_sum_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -106932,28 +107508,28 @@ export default { "servers_update_column": {}, "servers_updates": { "_append": [ - 4679 + 4722 ], "_delete_at_path": [ - 4685 + 4728 ], "_delete_elem": [ - 4686 + 4729 ], "_delete_key": [ - 4687 + 4730 ], "_inc": [ - 4688 + 4731 ], "_prepend": [ - 4699 + 4742 ], "_set": [ - 4703 + 4746 ], "where": [ - 4683 + 4726 ], "__typename": [ 85 @@ -106975,13 +107551,13 @@ export default { }, "servers_var_pop_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107003,13 +107579,13 @@ export default { }, "servers_var_samp_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107031,13 +107607,13 @@ export default { }, "servers_variance_order_by": { "max_players": [ - 3558 + 3601 ], "port": [ - 3558 + 3601 ], "tv_port": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107056,10 +107632,10 @@ export default { }, "settings_aggregate": { "aggregate": [ - 4724 + 4767 ], "nodes": [ - 4722 + 4765 ], "__typename": [ 85 @@ -107070,7 +107646,7 @@ export default { 41, { "columns": [ - 4734, + 4777, "[settings_select_column!]" ], "distinct": [ @@ -107079,10 +107655,10 @@ export default { } ], "max": [ - 4728 + 4771 ], "min": [ - 4729 + 4772 ], "__typename": [ 85 @@ -107090,13 +107666,13 @@ export default { }, "settings_bool_exp": { "_and": [ - 4725 + 4768 ], "_not": [ - 4725 + 4768 ], "_or": [ - 4725 + 4768 ], "name": [ 87 @@ -107147,7 +107723,7 @@ export default { 41 ], "returning": [ - 4722 + 4765 ], "__typename": [ 85 @@ -107155,13 +107731,13 @@ export default { }, "settings_on_conflict": { "constraint": [ - 4726 + 4769 ], "update_columns": [ - 4738 + 4781 ], "where": [ - 4725 + 4768 ], "__typename": [ 85 @@ -107169,10 +107745,10 @@ export default { }, "settings_order_by": { "name": [ - 3558 + 3601 ], "value": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107200,10 +107776,10 @@ export default { }, "settings_stream_cursor_input": { "initial_value": [ - 4737 + 4780 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -107223,10 +107799,10 @@ export default { "settings_update_column": {}, "settings_updates": { "_set": [ - 4735 + 4778 ], "where": [ - 4725 + 4768 ], "__typename": [ 85 @@ -107235,31 +107811,31 @@ export default { "smallint": {}, "smallint_comparison_exp": { "_eq": [ - 4740 + 4783 ], "_gt": [ - 4740 + 4783 ], "_gte": [ - 4740 + 4783 ], "_in": [ - 4740 + 4783 ], "_is_null": [ 6 ], "_lt": [ - 4740 + 4783 ], "_lte": [ - 4740 + 4783 ], "_neq": [ - 4740 + 4783 ], "_nin": [ - 4740 + 4783 ], "__typename": [ 85 @@ -107267,16 +107843,16 @@ export default { }, "steam_account_claims": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "node": [ - 2225 + 2267 ], "node_id": [ 85 @@ -107285,10 +107861,10 @@ export default { 85 ], "steam_account": [ - 4766 + 4809 ], "steam_account_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107296,10 +107872,10 @@ export default { }, "steam_account_claims_aggregate": { "aggregate": [ - 4746 + 4789 ], "nodes": [ - 4742 + 4785 ], "__typename": [ 85 @@ -107307,7 +107883,7 @@ export default { }, "steam_account_claims_aggregate_bool_exp": { "count": [ - 4745 + 4788 ], "__typename": [ 85 @@ -107315,13 +107891,13 @@ export default { }, "steam_account_claims_aggregate_bool_exp_count": { "arguments": [ - 4760 + 4803 ], "distinct": [ 6 ], "filter": [ - 4749 + 4792 ], "predicate": [ 42 @@ -107335,7 +107911,7 @@ export default { 41, { "columns": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "distinct": [ @@ -107344,10 +107920,10 @@ export default { } ], "max": [ - 4752 + 4795 ], "min": [ - 4754 + 4797 ], "__typename": [ 85 @@ -107355,13 +107931,13 @@ export default { }, "steam_account_claims_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 4753 + 4796 ], "min": [ - 4755 + 4798 ], "__typename": [ 85 @@ -107369,10 +107945,10 @@ export default { }, "steam_account_claims_arr_rel_insert_input": { "data": [ - 4751 + 4794 ], "on_conflict": [ - 4757 + 4800 ], "__typename": [ 85 @@ -107380,25 +107956,25 @@ export default { }, "steam_account_claims_bool_exp": { "_and": [ - 4749 + 4792 ], "_not": [ - 4749 + 4792 ], "_or": [ - 4749 + 4792 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "k8s_job_name": [ 87 ], "node": [ - 2237 + 2279 ], "node_id": [ 87 @@ -107407,10 +107983,10 @@ export default { 87 ], "steam_account": [ - 4770 + 4813 ], "steam_account_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -107419,16 +107995,16 @@ export default { "steam_account_claims_constraint": {}, "steam_account_claims_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "node": [ - 2249 + 2291 ], "node_id": [ 85 @@ -107437,10 +108013,10 @@ export default { 85 ], "steam_account": [ - 4777 + 4820 ], "steam_account_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107448,10 +108024,10 @@ export default { }, "steam_account_claims_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 @@ -107463,7 +108039,7 @@ export default { 85 ], "steam_account_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107471,22 +108047,22 @@ export default { }, "steam_account_claims_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "node_id": [ - 3558 + 3601 ], "purpose": [ - 3558 + 3601 ], "steam_account_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107494,10 +108070,10 @@ export default { }, "steam_account_claims_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 @@ -107509,7 +108085,7 @@ export default { 85 ], "steam_account_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107517,22 +108093,22 @@ export default { }, "steam_account_claims_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "node_id": [ - 3558 + 3601 ], "purpose": [ - 3558 + 3601 ], "steam_account_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107543,7 +108119,7 @@ export default { 41 ], "returning": [ - 4742 + 4785 ], "__typename": [ 85 @@ -107551,13 +108127,13 @@ export default { }, "steam_account_claims_on_conflict": { "constraint": [ - 4750 + 4793 ], "update_columns": [ - 4764 + 4807 ], "where": [ - 4749 + 4792 ], "__typename": [ 85 @@ -107565,28 +108141,28 @@ export default { }, "steam_account_claims_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "node": [ - 2251 + 2293 ], "node_id": [ - 3558 + 3601 ], "purpose": [ - 3558 + 3601 ], "steam_account": [ - 4779 + 4822 ], "steam_account_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -107594,7 +108170,7 @@ export default { }, "steam_account_claims_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107603,10 +108179,10 @@ export default { "steam_account_claims_select_column": {}, "steam_account_claims_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 @@ -107618,7 +108194,7 @@ export default { 85 ], "steam_account_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107626,10 +108202,10 @@ export default { }, "steam_account_claims_stream_cursor_input": { "initial_value": [ - 4763 + 4806 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -107637,10 +108213,10 @@ export default { }, "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 @@ -107652,7 +108228,7 @@ export default { 85 ], "steam_account_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -107661,10 +108237,10 @@ export default { "steam_account_claims_update_column": {}, "steam_account_claims_updates": { "_set": [ - 4761 + 4804 ], "where": [ - 4749 + 4792 ], "__typename": [ 85 @@ -107672,10 +108248,10 @@ export default { }, "steam_accounts": { "claims": [ - 4742, + 4785, { "distinct_on": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "limit": [ @@ -107685,19 +108261,19 @@ export default { 41 ], "order_by": [ - 4758, + 4801, "[steam_account_claims_order_by!]" ], "where": [ - 4749 + 4792 ] } ], "claims_aggregate": [ - 4743, + 4786, { "distinct_on": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "limit": [ @@ -107707,25 +108283,25 @@ export default { 41 ], "order_by": [ - 4758, + 4801, "[steam_account_claims_order_by!]" ], "where": [ - 4749 + 4792 ] } ], "created_at": [ - 5153 + 5196 ], "friend_capacity": [ 41 ], "id": [ - 6365 + 6503 ], "last_node": [ - 2225 + 2267 ], "last_node_id": [ 85 @@ -107740,10 +108316,10 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "username": [ 85 @@ -107754,10 +108330,10 @@ export default { }, "steam_accounts_aggregate": { "aggregate": [ - 4768 + 4811 ], "nodes": [ - 4766 + 4809 ], "__typename": [ 85 @@ -107765,13 +108341,13 @@ export default { }, "steam_accounts_aggregate_fields": { "avg": [ - 4769 + 4812 ], "count": [ 41, { "columns": [ - 4781, + 4824, "[steam_accounts_select_column!]" ], "distinct": [ @@ -107780,31 +108356,31 @@ export default { } ], "max": [ - 4774 + 4817 ], "min": [ - 4775 + 4818 ], "stddev": [ - 4783 + 4826 ], "stddev_pop": [ - 4784 + 4827 ], "stddev_samp": [ - 4785 + 4828 ], "sum": [ - 4788 + 4831 ], "var_pop": [ - 4791 + 4834 ], "var_samp": [ - 4792 + 4835 ], "variance": [ - 4793 + 4836 ], "__typename": [ 85 @@ -107826,31 +108402,31 @@ export default { }, "steam_accounts_bool_exp": { "_and": [ - 4770 + 4813 ], "_not": [ - 4770 + 4813 ], "_or": [ - 4770 + 4813 ], "claims": [ - 4749 + 4792 ], "claims_aggregate": [ - 4744 + 4787 ], "created_at": [ - 5154 + 5197 ], "friend_capacity": [ 42 ], "id": [ - 6367 + 6505 ], "last_node": [ - 2237 + 2279 ], "last_node_id": [ 87 @@ -107865,10 +108441,10 @@ export default { 42 ], "steamid64": [ - 312 + 313 ], "updated_at": [ - 5154 + 5197 ], "username": [ 87 @@ -107886,7 +108462,7 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "__typename": [ 85 @@ -107894,19 +108470,19 @@ export default { }, "steam_accounts_insert_input": { "claims": [ - 4748 + 4791 ], "created_at": [ - 5153 + 5196 ], "friend_capacity": [ 41 ], "id": [ - 6365 + 6503 ], "last_node": [ - 2249 + 2291 ], "last_node_id": [ 85 @@ -107921,10 +108497,10 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "username": [ 85 @@ -107935,13 +108511,13 @@ export default { }, "steam_accounts_max_fields": { "created_at": [ - 5153 + 5196 ], "friend_capacity": [ 41 ], "id": [ - 6365 + 6503 ], "last_node_id": [ 85 @@ -107956,10 +108532,10 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "username": [ 85 @@ -107970,13 +108546,13 @@ export default { }, "steam_accounts_min_fields": { "created_at": [ - 5153 + 5196 ], "friend_capacity": [ 41 ], "id": [ - 6365 + 6503 ], "last_node_id": [ 85 @@ -107991,10 +108567,10 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "username": [ 85 @@ -108008,7 +108584,7 @@ export default { 41 ], "returning": [ - 4766 + 4809 ], "__typename": [ 85 @@ -108016,10 +108592,10 @@ export default { }, "steam_accounts_obj_rel_insert_input": { "data": [ - 4773 + 4816 ], "on_conflict": [ - 4778 + 4821 ], "__typename": [ 85 @@ -108027,13 +108603,13 @@ export default { }, "steam_accounts_on_conflict": { "constraint": [ - 4771 + 4814 ], "update_columns": [ - 4789 + 4832 ], "where": [ - 4770 + 4813 ], "__typename": [ 85 @@ -108041,40 +108617,40 @@ export default { }, "steam_accounts_order_by": { "claims_aggregate": [ - 4747 + 4790 ], "created_at": [ - 3558 + 3601 ], "friend_capacity": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "last_node": [ - 2251 + 2293 ], "last_node_id": [ - 3558 + 3601 ], "password": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "steam_level": [ - 3558 + 3601 ], "steamid64": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "username": [ - 3558 + 3601 ], "__typename": [ 85 @@ -108082,7 +108658,7 @@ export default { }, "steam_accounts_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -108091,13 +108667,13 @@ export default { "steam_accounts_select_column": {}, "steam_accounts_set_input": { "created_at": [ - 5153 + 5196 ], "friend_capacity": [ 41 ], "id": [ - 6365 + 6503 ], "last_node_id": [ 85 @@ -108112,10 +108688,10 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "username": [ 85 @@ -108168,10 +108744,10 @@ export default { }, "steam_accounts_stream_cursor_input": { "initial_value": [ - 4787 + 4830 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -108179,13 +108755,13 @@ export default { }, "steam_accounts_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "friend_capacity": [ 41 ], "id": [ - 6365 + 6503 ], "last_node_id": [ 85 @@ -108200,10 +108776,10 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "updated_at": [ - 5153 + 5196 ], "username": [ 85 @@ -108220,7 +108796,7 @@ export default { 41 ], "steamid64": [ - 310 + 311 ], "__typename": [ 85 @@ -108229,13 +108805,13 @@ export default { "steam_accounts_update_column": {}, "steam_accounts_updates": { "_inc": [ - 4772 + 4815 ], "_set": [ - 4782 + 4825 ], "where": [ - 4770 + 4813 ], "__typename": [ 85 @@ -108285,19 +108861,19 @@ export default { }, "system_alerts": { "created_at": [ - 5153 + 5196 ], "created_by": [ - 310 + 311 ], "dismissible": [ 6 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "is_active": [ 6 @@ -108309,10 +108885,10 @@ export default { 85 ], "type": [ - 1425 + 1426 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -108320,10 +108896,10 @@ export default { }, "system_alerts_aggregate": { "aggregate": [ - 4796 + 4839 ], "nodes": [ - 4794 + 4837 ], "__typename": [ 85 @@ -108331,13 +108907,13 @@ export default { }, "system_alerts_aggregate_fields": { "avg": [ - 4797 + 4840 ], "count": [ 41, { "columns": [ - 4808, + 4851, "[system_alerts_select_column!]" ], "distinct": [ @@ -108346,31 +108922,31 @@ export default { } ], "max": [ - 4802 + 4845 ], "min": [ - 4803 + 4846 ], "stddev": [ - 4810 + 4853 ], "stddev_pop": [ - 4811 + 4854 ], "stddev_samp": [ - 4812 + 4855 ], "sum": [ - 4815 + 4858 ], "var_pop": [ - 4818 + 4861 ], "var_samp": [ - 4819 + 4862 ], "variance": [ - 4820 + 4863 ], "__typename": [ 85 @@ -108386,28 +108962,28 @@ export default { }, "system_alerts_bool_exp": { "_and": [ - 4798 + 4841 ], "_not": [ - 4798 + 4841 ], "_or": [ - 4798 + 4841 ], "created_at": [ - 5154 + 5197 ], "created_by": [ - 312 + 313 ], "dismissible": [ 7 ], "expires_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "is_active": [ 7 @@ -108419,10 +108995,10 @@ export default { 87 ], "type": [ - 1426 + 1427 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -108431,7 +109007,7 @@ export default { "system_alerts_constraint": {}, "system_alerts_inc_input": { "created_by": [ - 310 + 311 ], "__typename": [ 85 @@ -108439,19 +109015,19 @@ export default { }, "system_alerts_insert_input": { "created_at": [ - 5153 + 5196 ], "created_by": [ - 310 + 311 ], "dismissible": [ 6 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "is_active": [ 6 @@ -108463,10 +109039,10 @@ export default { 85 ], "type": [ - 1425 + 1426 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -108474,16 +109050,16 @@ export default { }, "system_alerts_max_fields": { "created_at": [ - 5153 + 5196 ], "created_by": [ - 310 + 311 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -108492,7 +109068,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -108500,16 +109076,16 @@ export default { }, "system_alerts_min_fields": { "created_at": [ - 5153 + 5196 ], "created_by": [ - 310 + 311 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "message": [ 85 @@ -108518,7 +109094,7 @@ export default { 85 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -108529,7 +109105,7 @@ export default { 41 ], "returning": [ - 4794 + 4837 ], "__typename": [ 85 @@ -108537,13 +109113,13 @@ export default { }, "system_alerts_on_conflict": { "constraint": [ - 4799 + 4842 ], "update_columns": [ - 4816 + 4859 ], "where": [ - 4798 + 4841 ], "__typename": [ 85 @@ -108551,34 +109127,34 @@ export default { }, "system_alerts_order_by": { "created_at": [ - 3558 + 3601 ], "created_by": [ - 3558 + 3601 ], "dismissible": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "is_active": [ - 3558 + 3601 ], "message": [ - 3558 + 3601 ], "title": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -108586,7 +109162,7 @@ export default { }, "system_alerts_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -108595,19 +109171,19 @@ export default { "system_alerts_select_column": {}, "system_alerts_set_input": { "created_at": [ - 5153 + 5196 ], "created_by": [ - 310 + 311 ], "dismissible": [ 6 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "is_active": [ 6 @@ -108619,10 +109195,10 @@ export default { 85 ], "type": [ - 1425 + 1426 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -108654,10 +109230,10 @@ export default { }, "system_alerts_stream_cursor_input": { "initial_value": [ - 4814 + 4857 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -108665,19 +109241,19 @@ export default { }, "system_alerts_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "created_by": [ - 310 + 311 ], "dismissible": [ 6 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "is_active": [ 6 @@ -108689,10 +109265,10 @@ export default { 85 ], "type": [ - 1425 + 1426 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -108700,7 +109276,7 @@ export default { }, "system_alerts_sum_fields": { "created_by": [ - 310 + 311 ], "__typename": [ 85 @@ -108709,13 +109285,13 @@ export default { "system_alerts_update_column": {}, "system_alerts_updates": { "_inc": [ - 4800 + 4843 ], "_set": [ - 4809 + 4852 ], "where": [ - 4798 + 4841 ], "__typename": [ 85 @@ -108747,28 +109323,28 @@ export default { }, "team_invites": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by": [ - 4516 + 4559 ], "invited_by_player_steam_id": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -108776,10 +109352,10 @@ export default { }, "team_invites_aggregate": { "aggregate": [ - 4825 + 4868 ], "nodes": [ - 4821 + 4864 ], "__typename": [ 85 @@ -108787,7 +109363,7 @@ export default { }, "team_invites_aggregate_bool_exp": { "count": [ - 4824 + 4867 ], "__typename": [ 85 @@ -108795,13 +109371,13 @@ export default { }, "team_invites_aggregate_bool_exp_count": { "arguments": [ - 4842 + 4885 ], "distinct": [ 6 ], "filter": [ - 4830 + 4873 ], "predicate": [ 42 @@ -108812,13 +109388,13 @@ export default { }, "team_invites_aggregate_fields": { "avg": [ - 4828 + 4871 ], "count": [ 41, { "columns": [ - 4842, + 4885, "[team_invites_select_column!]" ], "distinct": [ @@ -108827,31 +109403,31 @@ export default { } ], "max": [ - 4834 + 4877 ], "min": [ - 4836 + 4879 ], "stddev": [ - 4844 + 4887 ], "stddev_pop": [ - 4846 + 4889 ], "stddev_samp": [ - 4848 + 4891 ], "sum": [ - 4852 + 4895 ], "var_pop": [ - 4856 + 4899 ], "var_samp": [ - 4858 + 4901 ], "variance": [ - 4860 + 4903 ], "__typename": [ 85 @@ -108859,37 +109435,37 @@ export default { }, "team_invites_aggregate_order_by": { "avg": [ - 4829 + 4872 ], "count": [ - 3558 + 3601 ], "max": [ - 4835 + 4878 ], "min": [ - 4837 + 4880 ], "stddev": [ - 4845 + 4888 ], "stddev_pop": [ - 4847 + 4890 ], "stddev_samp": [ - 4849 + 4892 ], "sum": [ - 4853 + 4896 ], "var_pop": [ - 4857 + 4900 ], "var_samp": [ - 4859 + 4902 ], "variance": [ - 4861 + 4904 ], "__typename": [ 85 @@ -108897,10 +109473,10 @@ export default { }, "team_invites_arr_rel_insert_input": { "data": [ - 4833 + 4876 ], "on_conflict": [ - 4839 + 4882 ], "__typename": [ 85 @@ -108919,10 +109495,10 @@ export default { }, "team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -108930,37 +109506,37 @@ export default { }, "team_invites_bool_exp": { "_and": [ - 4830 + 4873 ], "_not": [ - 4830 + 4873 ], "_or": [ - 4830 + 4873 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "invited_by": [ - 4520 + 4563 ], "invited_by_player_steam_id": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -108969,10 +109545,10 @@ export default { "team_invites_constraint": {}, "team_invites_inc_input": { "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -108980,28 +109556,28 @@ export default { }, "team_invites_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by": [ - 4527 + 4570 ], "invited_by_player_steam_id": [ - 310 + 311 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109009,19 +109585,19 @@ export default { }, "team_invites_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109029,19 +109605,19 @@ export default { }, "team_invites_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109049,19 +109625,19 @@ export default { }, "team_invites_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109069,19 +109645,19 @@ export default { }, "team_invites_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109092,7 +109668,7 @@ export default { 41 ], "returning": [ - 4821 + 4864 ], "__typename": [ 85 @@ -109100,13 +109676,13 @@ export default { }, "team_invites_on_conflict": { "constraint": [ - 4831 + 4874 ], "update_columns": [ - 4854 + 4897 ], "where": [ - 4830 + 4873 ], "__typename": [ 85 @@ -109114,28 +109690,28 @@ export default { }, "team_invites_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invited_by": [ - 4529 + 4572 ], "invited_by_player_steam_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109143,7 +109719,7 @@ export default { }, "team_invites_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109152,19 +109728,19 @@ export default { "team_invites_select_column": {}, "team_invites_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109183,10 +109759,10 @@ export default { }, "team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109205,10 +109781,10 @@ export default { }, "team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109227,10 +109803,10 @@ export default { }, "team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109238,10 +109814,10 @@ export default { }, "team_invites_stream_cursor_input": { "initial_value": [ - 4851 + 4894 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -109249,19 +109825,19 @@ export default { }, "team_invites_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109269,10 +109845,10 @@ export default { }, "team_invites_sum_fields": { "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -109280,10 +109856,10 @@ export default { }, "team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109292,13 +109868,13 @@ export default { "team_invites_update_column": {}, "team_invites_updates": { "_inc": [ - 4832 + 4875 ], "_set": [ - 4843 + 4886 ], "where": [ - 4830 + 4873 ], "__typename": [ 85 @@ -109317,10 +109893,10 @@ export default { }, "team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109339,10 +109915,10 @@ export default { }, "team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109361,10 +109937,10 @@ export default { }, "team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109375,25 +109951,25 @@ export default { 6 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "roster_image_url": [ 85 ], "status": [ - 1466 + 1467 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109401,10 +109977,10 @@ export default { }, "team_roster_aggregate": { "aggregate": [ - 4868 + 4911 ], "nodes": [ - 4862 + 4905 ], "__typename": [ 85 @@ -109412,13 +109988,13 @@ export default { }, "team_roster_aggregate_bool_exp": { "bool_and": [ - 4865 + 4908 ], "bool_or": [ - 4866 + 4909 ], "count": [ - 4867 + 4910 ], "__typename": [ 85 @@ -109426,13 +110002,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 4886 + 4929 ], "distinct": [ 6 ], "filter": [ - 4873 + 4916 ], "predicate": [ 7 @@ -109443,13 +110019,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_or": { "arguments": [ - 4887 + 4930 ], "distinct": [ 6 ], "filter": [ - 4873 + 4916 ], "predicate": [ 7 @@ -109460,13 +110036,13 @@ export default { }, "team_roster_aggregate_bool_exp_count": { "arguments": [ - 4885 + 4928 ], "distinct": [ 6 ], "filter": [ - 4873 + 4916 ], "predicate": [ 42 @@ -109477,13 +110053,13 @@ export default { }, "team_roster_aggregate_fields": { "avg": [ - 4871 + 4914 ], "count": [ 41, { "columns": [ - 4885, + 4928, "[team_roster_select_column!]" ], "distinct": [ @@ -109492,31 +110068,31 @@ export default { } ], "max": [ - 4877 + 4920 ], "min": [ - 4879 + 4922 ], "stddev": [ - 4889 + 4932 ], "stddev_pop": [ - 4891 + 4934 ], "stddev_samp": [ - 4893 + 4936 ], "sum": [ - 4897 + 4940 ], "var_pop": [ - 4901 + 4944 ], "var_samp": [ - 4903 + 4946 ], "variance": [ - 4905 + 4948 ], "__typename": [ 85 @@ -109524,37 +110100,37 @@ export default { }, "team_roster_aggregate_order_by": { "avg": [ - 4872 + 4915 ], "count": [ - 3558 + 3601 ], "max": [ - 4878 + 4921 ], "min": [ - 4880 + 4923 ], "stddev": [ - 4890 + 4933 ], "stddev_pop": [ - 4892 + 4935 ], "stddev_samp": [ - 4894 + 4937 ], "sum": [ - 4898 + 4941 ], "var_pop": [ - 4902 + 4945 ], "var_samp": [ - 4904 + 4947 ], "variance": [ - 4906 + 4949 ], "__typename": [ 85 @@ -109562,10 +110138,10 @@ export default { }, "team_roster_arr_rel_insert_input": { "data": [ - 4876 + 4919 ], "on_conflict": [ - 4882 + 4925 ], "__typename": [ 85 @@ -109581,7 +110157,7 @@ export default { }, "team_roster_avg_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109589,37 +110165,37 @@ export default { }, "team_roster_bool_exp": { "_and": [ - 4873 + 4916 ], "_not": [ - 4873 + 4916 ], "_or": [ - 4873 + 4916 ], "coach": [ 7 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "role": [ - 1446 + 1447 ], "roster_image_url": [ 87 ], "status": [ - 1467 + 1468 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -109628,7 +110204,7 @@ export default { "team_roster_constraint": {}, "team_roster_inc_input": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -109639,25 +110215,25 @@ export default { 6 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "roster_image_url": [ 85 ], "status": [ - 1466 + 1467 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109665,13 +110241,13 @@ export default { }, "team_roster_max_fields": { "player_steam_id": [ - 310 + 311 ], "roster_image_url": [ 85 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109679,13 +110255,13 @@ export default { }, "team_roster_max_order_by": { "player_steam_id": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109693,13 +110269,13 @@ export default { }, "team_roster_min_fields": { "player_steam_id": [ - 310 + 311 ], "roster_image_url": [ 85 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109707,13 +110283,13 @@ export default { }, "team_roster_min_order_by": { "player_steam_id": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109724,7 +110300,7 @@ export default { 41 ], "returning": [ - 4862 + 4905 ], "__typename": [ 85 @@ -109732,13 +110308,13 @@ export default { }, "team_roster_on_conflict": { "constraint": [ - 4874 + 4917 ], "update_columns": [ - 4899 + 4942 ], "where": [ - 4873 + 4916 ], "__typename": [ 85 @@ -109746,28 +110322,28 @@ export default { }, "team_roster_order_by": { "coach": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 ], "roster_image_url": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109775,10 +110351,10 @@ export default { }, "team_roster_pk_columns_input": { "player_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109792,19 +110368,19 @@ export default { 6 ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "roster_image_url": [ 85 ], "status": [ - 1466 + 1467 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109820,7 +110396,7 @@ export default { }, "team_roster_stddev_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109836,7 +110412,7 @@ export default { }, "team_roster_stddev_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109852,7 +110428,7 @@ export default { }, "team_roster_stddev_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109860,10 +110436,10 @@ export default { }, "team_roster_stream_cursor_input": { "initial_value": [ - 4896 + 4939 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -109874,19 +110450,19 @@ export default { 6 ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "roster_image_url": [ 85 ], "status": [ - 1466 + 1467 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -109894,7 +110470,7 @@ export default { }, "team_roster_sum_fields": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -109902,7 +110478,7 @@ export default { }, "team_roster_sum_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109911,13 +110487,13 @@ export default { "team_roster_update_column": {}, "team_roster_updates": { "_inc": [ - 4875 + 4918 ], "_set": [ - 4888 + 4931 ], "where": [ - 4873 + 4916 ], "__typename": [ 85 @@ -109933,7 +110509,7 @@ export default { }, "team_roster_var_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109949,7 +110525,7 @@ export default { }, "team_roster_var_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109965,7 +110541,7 @@ export default { }, "team_roster_variance_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -109973,7 +110549,7 @@ export default { }, "team_scrim_alerts": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -109985,19 +110561,19 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "regions": [ 85 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110005,10 +110581,10 @@ export default { }, "team_scrim_alerts_aggregate": { "aggregate": [ - 4909 + 4952 ], "nodes": [ - 4907 + 4950 ], "__typename": [ 85 @@ -110016,13 +110592,13 @@ export default { }, "team_scrim_alerts_aggregate_fields": { "avg": [ - 4910 + 4953 ], "count": [ 41, { "columns": [ - 4921, + 4964, "[team_scrim_alerts_select_column!]" ], "distinct": [ @@ -110031,31 +110607,31 @@ export default { } ], "max": [ - 4915 + 4958 ], "min": [ - 4916 + 4959 ], "stddev": [ - 4923 + 4966 ], "stddev_pop": [ - 4924 + 4967 ], "stddev_samp": [ - 4925 + 4968 ], "sum": [ - 4928 + 4971 ], "var_pop": [ - 4931 + 4974 ], "var_samp": [ - 4932 + 4975 ], "variance": [ - 4933 + 4976 ], "__typename": [ 85 @@ -110074,16 +110650,16 @@ export default { }, "team_scrim_alerts_bool_exp": { "_and": [ - 4911 + 4954 ], "_not": [ - 4911 + 4954 ], "_or": [ - 4911 + 4954 ], "created_at": [ - 5154 + 5197 ], "elo_max": [ 42 @@ -110095,19 +110671,19 @@ export default { 7 ], "id": [ - 6367 + 6505 ], "last_notified_at": [ - 5154 + 5197 ], "regions": [ 86 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -110127,7 +110703,7 @@ export default { }, "team_scrim_alerts_insert_input": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -110139,19 +110715,19 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "regions": [ 85 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110159,7 +110735,7 @@ export default { }, "team_scrim_alerts_max_fields": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -110168,16 +110744,16 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "regions": [ 85 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110185,7 +110761,7 @@ export default { }, "team_scrim_alerts_min_fields": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -110194,16 +110770,16 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "regions": [ 85 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110214,7 +110790,7 @@ export default { 41 ], "returning": [ - 4907 + 4950 ], "__typename": [ 85 @@ -110222,13 +110798,13 @@ export default { }, "team_scrim_alerts_on_conflict": { "constraint": [ - 4912 + 4955 ], "update_columns": [ - 4929 + 4972 ], "where": [ - 4911 + 4954 ], "__typename": [ 85 @@ -110236,31 +110812,31 @@ export default { }, "team_scrim_alerts_order_by": { "created_at": [ - 3558 + 3601 ], "elo_max": [ - 3558 + 3601 ], "elo_min": [ - 3558 + 3601 ], "enabled": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "last_notified_at": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -110268,7 +110844,7 @@ export default { }, "team_scrim_alerts_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110277,7 +110853,7 @@ export default { "team_scrim_alerts_select_column": {}, "team_scrim_alerts_set_input": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -110289,16 +110865,16 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "regions": [ 85 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110339,10 +110915,10 @@ export default { }, "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 4927 + 4970 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -110350,7 +110926,7 @@ export default { }, "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -110362,16 +110938,16 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "regions": [ 85 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110391,13 +110967,13 @@ export default { "team_scrim_alerts_update_column": {}, "team_scrim_alerts_updates": { "_inc": [ - 4913 + 4956 ], "_set": [ - 4922 + 4965 ], "where": [ - 4911 + 4954 ], "__typename": [ 85 @@ -110438,25 +111014,25 @@ export default { }, "team_scrim_availability": { "created_at": [ - 5153 + 5196 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5153 + 5196 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110464,10 +111040,10 @@ export default { }, "team_scrim_availability_aggregate": { "aggregate": [ - 4940 + 4983 ], "nodes": [ - 4934 + 4977 ], "__typename": [ 85 @@ -110475,13 +111051,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp": { "bool_and": [ - 4937 + 4980 ], "bool_or": [ - 4938 + 4981 ], "count": [ - 4939 + 4982 ], "__typename": [ 85 @@ -110489,13 +111065,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_and": { "arguments": [ - 4955 + 4998 ], "distinct": [ 6 ], "filter": [ - 4943 + 4986 ], "predicate": [ 7 @@ -110506,13 +111082,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_or": { "arguments": [ - 4956 + 4999 ], "distinct": [ 6 ], "filter": [ - 4943 + 4986 ], "predicate": [ 7 @@ -110523,13 +111099,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_count": { "arguments": [ - 4954 + 4997 ], "distinct": [ 6 ], "filter": [ - 4943 + 4986 ], "predicate": [ 42 @@ -110543,7 +111119,7 @@ export default { 41, { "columns": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "distinct": [ @@ -110552,10 +111128,10 @@ export default { } ], "max": [ - 4946 + 4989 ], "min": [ - 4948 + 4991 ], "__typename": [ 85 @@ -110563,13 +111139,13 @@ export default { }, "team_scrim_availability_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 4947 + 4990 ], "min": [ - 4949 + 4992 ], "__typename": [ 85 @@ -110577,10 +111153,10 @@ export default { }, "team_scrim_availability_arr_rel_insert_input": { "data": [ - 4945 + 4988 ], "on_conflict": [ - 4951 + 4994 ], "__typename": [ 85 @@ -110588,34 +111164,34 @@ export default { }, "team_scrim_availability_bool_exp": { "_and": [ - 4943 + 4986 ], "_not": [ - 4943 + 4986 ], "_or": [ - 4943 + 4986 ], "created_at": [ - 5154 + 5197 ], "ends_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "recurring_weekly": [ 7 ], "starts_at": [ - 5154 + 5197 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -110624,25 +111200,25 @@ export default { "team_scrim_availability_constraint": {}, "team_scrim_availability_insert_input": { "created_at": [ - 5153 + 5196 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5153 + 5196 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110650,19 +111226,19 @@ export default { }, "team_scrim_availability_max_fields": { "created_at": [ - 5153 + 5196 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "starts_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110670,19 +111246,19 @@ export default { }, "team_scrim_availability_max_order_by": { "created_at": [ - 3558 + 3601 ], "ends_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "starts_at": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -110690,19 +111266,19 @@ export default { }, "team_scrim_availability_min_fields": { "created_at": [ - 5153 + 5196 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "starts_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110710,19 +111286,19 @@ export default { }, "team_scrim_availability_min_order_by": { "created_at": [ - 3558 + 3601 ], "ends_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "starts_at": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -110733,7 +111309,7 @@ export default { 41 ], "returning": [ - 4934 + 4977 ], "__typename": [ 85 @@ -110741,13 +111317,13 @@ export default { }, "team_scrim_availability_on_conflict": { "constraint": [ - 4944 + 4987 ], "update_columns": [ - 4960 + 5003 ], "where": [ - 4943 + 4986 ], "__typename": [ 85 @@ -110755,25 +111331,25 @@ export default { }, "team_scrim_availability_order_by": { "created_at": [ - 3558 + 3601 ], "ends_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "recurring_weekly": [ - 3558 + 3601 ], "starts_at": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -110781,7 +111357,7 @@ export default { }, "team_scrim_availability_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110792,22 +111368,22 @@ export default { "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_scrim_availability_set_input": { "created_at": [ - 5153 + 5196 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110815,10 +111391,10 @@ export default { }, "team_scrim_availability_stream_cursor_input": { "initial_value": [ - 4959 + 5002 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -110826,22 +111402,22 @@ export default { }, "team_scrim_availability_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "ends_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110850,10 +111426,10 @@ export default { "team_scrim_availability_update_column": {}, "team_scrim_availability_updates": { "_set": [ - 4957 + 5000 ], "where": [ - 4943 + 4986 ], "__typename": [ 85 @@ -110861,31 +111437,31 @@ export default { }, "team_scrim_request_proposals": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "proposed_by": [ - 4516 + 4559 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_by_team": [ - 5104 + 5147 ], "proposed_by_team_id": [ - 6365 + 6503 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "request": [ - 5003 + 5046 ], "request_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -110893,10 +111469,10 @@ export default { }, "team_scrim_request_proposals_aggregate": { "aggregate": [ - 4966 + 5009 ], "nodes": [ - 4962 + 5005 ], "__typename": [ 85 @@ -110904,7 +111480,7 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 4965 + 5008 ], "__typename": [ 85 @@ -110912,13 +111488,13 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 4983 + 5026 ], "distinct": [ 6 ], "filter": [ - 4971 + 5014 ], "predicate": [ 42 @@ -110929,13 +111505,13 @@ export default { }, "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 4969 + 5012 ], "count": [ 41, { "columns": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "distinct": [ @@ -110944,31 +111520,31 @@ export default { } ], "max": [ - 4975 + 5018 ], "min": [ - 4977 + 5020 ], "stddev": [ - 4985 + 5028 ], "stddev_pop": [ - 4987 + 5030 ], "stddev_samp": [ - 4989 + 5032 ], "sum": [ - 4993 + 5036 ], "var_pop": [ - 4997 + 5040 ], "var_samp": [ - 4999 + 5042 ], "variance": [ - 5001 + 5044 ], "__typename": [ 85 @@ -110976,37 +111552,37 @@ export default { }, "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 4970 + 5013 ], "count": [ - 3558 + 3601 ], "max": [ - 4976 + 5019 ], "min": [ - 4978 + 5021 ], "stddev": [ - 4986 + 5029 ], "stddev_pop": [ - 4988 + 5031 ], "stddev_samp": [ - 4990 + 5033 ], "sum": [ - 4994 + 5037 ], "var_pop": [ - 4998 + 5041 ], "var_samp": [ - 5000 + 5043 ], "variance": [ - 5002 + 5045 ], "__typename": [ 85 @@ -111014,10 +111590,10 @@ export default { }, "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 4974 + 5017 ], "on_conflict": [ - 4980 + 5023 ], "__typename": [ 85 @@ -111033,7 +111609,7 @@ export default { }, "team_scrim_request_proposals_avg_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111041,40 +111617,40 @@ export default { }, "team_scrim_request_proposals_bool_exp": { "_and": [ - 4971 + 5014 ], "_not": [ - 4971 + 5014 ], "_or": [ - 4971 + 5014 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "proposed_by": [ - 4520 + 4563 ], "proposed_by_steam_id": [ - 312 + 313 ], "proposed_by_team": [ - 5115 + 5158 ], "proposed_by_team_id": [ - 6367 + 6505 ], "proposed_scheduled_at": [ - 5154 + 5197 ], "request": [ - 5014 + 5057 ], "request_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -111083,7 +111659,7 @@ export default { "team_scrim_request_proposals_constraint": {}, "team_scrim_request_proposals_inc_input": { "proposed_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -111091,31 +111667,31 @@ export default { }, "team_scrim_request_proposals_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "proposed_by": [ - 4527 + 4570 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_by_team": [ - 5124 + 5167 ], "proposed_by_team_id": [ - 6365 + 6503 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "request": [ - 5023 + 5066 ], "request_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111123,22 +111699,22 @@ export default { }, "team_scrim_request_proposals_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_by_team_id": [ - 6365 + 6503 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "request_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111146,22 +111722,22 @@ export default { }, "team_scrim_request_proposals_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "proposed_by_steam_id": [ - 3558 + 3601 ], "proposed_by_team_id": [ - 3558 + 3601 ], "proposed_scheduled_at": [ - 3558 + 3601 ], "request_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111169,22 +111745,22 @@ export default { }, "team_scrim_request_proposals_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_by_team_id": [ - 6365 + 6503 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "request_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111192,22 +111768,22 @@ export default { }, "team_scrim_request_proposals_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "proposed_by_steam_id": [ - 3558 + 3601 ], "proposed_by_team_id": [ - 3558 + 3601 ], "proposed_scheduled_at": [ - 3558 + 3601 ], "request_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111218,7 +111794,7 @@ export default { 41 ], "returning": [ - 4962 + 5005 ], "__typename": [ 85 @@ -111226,13 +111802,13 @@ export default { }, "team_scrim_request_proposals_on_conflict": { "constraint": [ - 4972 + 5015 ], "update_columns": [ - 4995 + 5038 ], "where": [ - 4971 + 5014 ], "__typename": [ 85 @@ -111240,31 +111816,31 @@ export default { }, "team_scrim_request_proposals_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "proposed_by": [ - 4529 + 4572 ], "proposed_by_steam_id": [ - 3558 + 3601 ], "proposed_by_team": [ - 5126 + 5169 ], "proposed_by_team_id": [ - 3558 + 3601 ], "proposed_scheduled_at": [ - 3558 + 3601 ], "request": [ - 5025 + 5068 ], "request_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111272,7 +111848,7 @@ export default { }, "team_scrim_request_proposals_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111281,22 +111857,22 @@ export default { "team_scrim_request_proposals_select_column": {}, "team_scrim_request_proposals_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_by_team_id": [ - 6365 + 6503 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "request_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111312,7 +111888,7 @@ export default { }, "team_scrim_request_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111328,7 +111904,7 @@ export default { }, "team_scrim_request_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111344,7 +111920,7 @@ export default { }, "team_scrim_request_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111352,10 +111928,10 @@ export default { }, "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 4992 + 5035 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -111363,22 +111939,22 @@ export default { }, "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "proposed_by_steam_id": [ - 310 + 311 ], "proposed_by_team_id": [ - 6365 + 6503 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "request_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111386,7 +111962,7 @@ export default { }, "team_scrim_request_proposals_sum_fields": { "proposed_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -111394,7 +111970,7 @@ export default { }, "team_scrim_request_proposals_sum_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111403,13 +111979,13 @@ export default { "team_scrim_request_proposals_update_column": {}, "team_scrim_request_proposals_updates": { "_inc": [ - 4973 + 5016 ], "_set": [ - 4984 + 5027 ], "where": [ - 4971 + 5014 ], "__typename": [ 85 @@ -111425,7 +112001,7 @@ export default { }, "team_scrim_request_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111441,7 +112017,7 @@ export default { }, "team_scrim_request_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111457,7 +112033,7 @@ export default { }, "team_scrim_request_proposals_variance_order_by": { "proposed_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111468,55 +112044,55 @@ export default { 6 ], "awaiting_team": [ - 5104 + 5147 ], "awaiting_team_id": [ - 6365 + 6503 ], "canceled_by_team_id": [ - 6365 + 6503 ], "canceled_late": [ 6 ], "created_at": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "from_team": [ - 5104 + 5147 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_options": [ - 3200 + 3243 ], "match_options_id": [ - 6365 + 6503 ], "match_outcome": [ 85 ], "proposals": [ - 4962, + 5005, { "distinct_on": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -111526,19 +112102,19 @@ export default { 41 ], "order_by": [ - 4981, + 5024, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4971 + 5014 ] } ], "proposals_aggregate": [ - 4963, + 5006, { "distinct_on": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -111548,40 +112124,40 @@ export default { 41 ], "order_by": [ - 4981, + 5024, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4971 + 5014 ] } ], "proposed_scheduled_at": [ - 5153 + 5196 ], "region": [ 85 ], "requested_by": [ - 4516 + 4559 ], "requested_by_steam_id": [ - 310 + 311 ], "responded_at": [ - 5153 + 5196 ], "status": [ - 1365 + 1366 ], "to_team": [ - 5104 + 5147 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111589,10 +112165,10 @@ export default { }, "team_scrim_requests_aggregate": { "aggregate": [ - 5009 + 5052 ], "nodes": [ - 5003 + 5046 ], "__typename": [ 85 @@ -111600,13 +112176,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp": { "bool_and": [ - 5006 + 5049 ], "bool_or": [ - 5007 + 5050 ], "count": [ - 5008 + 5051 ], "__typename": [ 85 @@ -111614,13 +112190,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_and": { "arguments": [ - 5028 + 5071 ], "distinct": [ 6 ], "filter": [ - 5014 + 5057 ], "predicate": [ 7 @@ -111631,13 +112207,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_or": { "arguments": [ - 5029 + 5072 ], "distinct": [ 6 ], "filter": [ - 5014 + 5057 ], "predicate": [ 7 @@ -111648,13 +112224,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_count": { "arguments": [ - 5027 + 5070 ], "distinct": [ 6 ], "filter": [ - 5014 + 5057 ], "predicate": [ 42 @@ -111665,13 +112241,13 @@ export default { }, "team_scrim_requests_aggregate_fields": { "avg": [ - 5012 + 5055 ], "count": [ 41, { "columns": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "distinct": [ @@ -111680,31 +112256,31 @@ export default { } ], "max": [ - 5018 + 5061 ], "min": [ - 5020 + 5063 ], "stddev": [ - 5031 + 5074 ], "stddev_pop": [ - 5033 + 5076 ], "stddev_samp": [ - 5035 + 5078 ], "sum": [ - 5039 + 5082 ], "var_pop": [ - 5043 + 5086 ], "var_samp": [ - 5045 + 5088 ], "variance": [ - 5047 + 5090 ], "__typename": [ 85 @@ -111712,37 +112288,37 @@ export default { }, "team_scrim_requests_aggregate_order_by": { "avg": [ - 5013 + 5056 ], "count": [ - 3558 + 3601 ], "max": [ - 5019 + 5062 ], "min": [ - 5021 + 5064 ], "stddev": [ - 5032 + 5075 ], "stddev_pop": [ - 5034 + 5077 ], "stddev_samp": [ - 5036 + 5079 ], "sum": [ - 5040 + 5083 ], "var_pop": [ - 5044 + 5087 ], "var_samp": [ - 5046 + 5089 ], "variance": [ - 5048 + 5091 ], "__typename": [ 85 @@ -111750,10 +112326,10 @@ export default { }, "team_scrim_requests_arr_rel_insert_input": { "data": [ - 5017 + 5060 ], "on_conflict": [ - 5024 + 5067 ], "__typename": [ 85 @@ -111769,7 +112345,7 @@ export default { }, "team_scrim_requests_avg_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -111777,94 +112353,94 @@ export default { }, "team_scrim_requests_bool_exp": { "_and": [ - 5014 + 5057 ], "_not": [ - 5014 + 5057 ], "_or": [ - 5014 + 5057 ], "auto_generated": [ 7 ], "awaiting_team": [ - 5115 + 5158 ], "awaiting_team_id": [ - 6367 + 6505 ], "canceled_by_team_id": [ - 6367 + 6505 ], "canceled_late": [ 7 ], "created_at": [ - 5154 + 5197 ], "expires_at": [ - 5154 + 5197 ], "from_team": [ - 5115 + 5158 ], "from_team_checked_in": [ 7 ], "from_team_id": [ - 6367 + 6505 ], "id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_options": [ - 3211 + 3254 ], "match_options_id": [ - 6367 + 6505 ], "match_outcome": [ 87 ], "proposals": [ - 4971 + 5014 ], "proposals_aggregate": [ - 4964 + 5007 ], "proposed_scheduled_at": [ - 5154 + 5197 ], "region": [ 87 ], "requested_by": [ - 4520 + 4563 ], "requested_by_steam_id": [ - 312 + 313 ], "responded_at": [ - 5154 + 5197 ], "status": [ - 1366 + 1367 ], "to_team": [ - 5115 + 5158 ], "to_team_checked_in": [ 7 ], "to_team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -111873,7 +112449,7 @@ export default { "team_scrim_requests_constraint": {}, "team_scrim_requests_inc_input": { "requested_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -111884,79 +112460,79 @@ export default { 6 ], "awaiting_team": [ - 5124 + 5167 ], "awaiting_team_id": [ - 6365 + 6503 ], "canceled_by_team_id": [ - 6365 + 6503 ], "canceled_late": [ 6 ], "created_at": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "from_team": [ - 5124 + 5167 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_options": [ - 3220 + 3263 ], "match_options_id": [ - 6365 + 6503 ], "match_outcome": [ 85 ], "proposals": [ - 4968 + 5011 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "region": [ 85 ], "requested_by": [ - 4527 + 4570 ], "requested_by_steam_id": [ - 310 + 311 ], "responded_at": [ - 5153 + 5196 ], "status": [ - 1365 + 1366 ], "to_team": [ - 5124 + 5167 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -111964,46 +112540,46 @@ export default { }, "team_scrim_requests_max_fields": { "awaiting_team_id": [ - 6365 + 6503 ], "canceled_by_team_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "from_team_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "region": [ 85 ], "requested_by_steam_id": [ - 310 + 311 ], "responded_at": [ - 5153 + 5196 ], "to_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -112011,46 +112587,46 @@ export default { }, "team_scrim_requests_max_order_by": { "awaiting_team_id": [ - 3558 + 3601 ], "canceled_by_team_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "from_team_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "match_outcome": [ - 3558 + 3601 ], "proposed_scheduled_at": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "responded_at": [ - 3558 + 3601 ], "to_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112058,46 +112634,46 @@ export default { }, "team_scrim_requests_min_fields": { "awaiting_team_id": [ - 6365 + 6503 ], "canceled_by_team_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "from_team_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "region": [ 85 ], "requested_by_steam_id": [ - 310 + 311 ], "responded_at": [ - 5153 + 5196 ], "to_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -112105,46 +112681,46 @@ export default { }, "team_scrim_requests_min_order_by": { "awaiting_team_id": [ - 3558 + 3601 ], "canceled_by_team_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "from_team_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "match_outcome": [ - 3558 + 3601 ], "proposed_scheduled_at": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "responded_at": [ - 3558 + 3601 ], "to_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112155,7 +112731,7 @@ export default { 41 ], "returning": [ - 5003 + 5046 ], "__typename": [ 85 @@ -112163,10 +112739,10 @@ export default { }, "team_scrim_requests_obj_rel_insert_input": { "data": [ - 5017 + 5060 ], "on_conflict": [ - 5024 + 5067 ], "__typename": [ 85 @@ -112174,13 +112750,13 @@ export default { }, "team_scrim_requests_on_conflict": { "constraint": [ - 5015 + 5058 ], "update_columns": [ - 5041 + 5084 ], "where": [ - 5014 + 5057 ], "__typename": [ 85 @@ -112188,82 +112764,82 @@ export default { }, "team_scrim_requests_order_by": { "auto_generated": [ - 3558 + 3601 ], "awaiting_team": [ - 5126 + 5169 ], "awaiting_team_id": [ - 3558 + 3601 ], "canceled_by_team_id": [ - 3558 + 3601 ], "canceled_late": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "from_team": [ - 5126 + 5169 ], "from_team_checked_in": [ - 3558 + 3601 ], "from_team_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_options": [ - 3222 + 3265 ], "match_options_id": [ - 3558 + 3601 ], "match_outcome": [ - 3558 + 3601 ], "proposals_aggregate": [ - 4967 + 5010 ], "proposed_scheduled_at": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "requested_by": [ - 4529 + 4572 ], "requested_by_steam_id": [ - 3558 + 3601 ], "responded_at": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "to_team": [ - 5126 + 5169 ], "to_team_checked_in": [ - 3558 + 3601 ], "to_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112271,7 +112847,7 @@ export default { }, "team_scrim_requests_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -112285,58 +112861,58 @@ export default { 6 ], "awaiting_team_id": [ - 6365 + 6503 ], "canceled_by_team_id": [ - 6365 + 6503 ], "canceled_late": [ 6 ], "created_at": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "region": [ 85 ], "requested_by_steam_id": [ - 310 + 311 ], "responded_at": [ - 5153 + 5196 ], "status": [ - 1365 + 1366 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -112352,7 +112928,7 @@ export default { }, "team_scrim_requests_stddev_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112368,7 +112944,7 @@ export default { }, "team_scrim_requests_stddev_pop_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112384,7 +112960,7 @@ export default { }, "team_scrim_requests_stddev_samp_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112392,10 +112968,10 @@ export default { }, "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 5038 + 5081 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -112406,58 +112982,58 @@ export default { 6 ], "awaiting_team_id": [ - 6365 + 6503 ], "canceled_by_team_id": [ - 6365 + 6503 ], "canceled_late": [ 6 ], "created_at": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5153 + 5196 ], "region": [ 85 ], "requested_by_steam_id": [ - 310 + 311 ], "responded_at": [ - 5153 + 5196 ], "status": [ - 1365 + 1366 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -112465,7 +113041,7 @@ export default { }, "team_scrim_requests_sum_fields": { "requested_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -112473,7 +113049,7 @@ export default { }, "team_scrim_requests_sum_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112482,13 +113058,13 @@ export default { "team_scrim_requests_update_column": {}, "team_scrim_requests_updates": { "_inc": [ - 5016 + 5059 ], "_set": [ - 5030 + 5073 ], "where": [ - 5014 + 5057 ], "__typename": [ 85 @@ -112504,7 +113080,7 @@ export default { }, "team_scrim_requests_var_pop_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112520,7 +113096,7 @@ export default { }, "team_scrim_requests_var_samp_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112536,7 +113112,7 @@ export default { }, "team_scrim_requests_variance_order_by": { "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112547,7 +113123,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -112559,10 +113135,10 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "map_ids": [ - 6365 + 6503 ], "notes": [ 85 @@ -112571,13 +113147,13 @@ export default { 85 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -112585,10 +113161,10 @@ export default { }, "team_scrim_settings_aggregate": { "aggregate": [ - 5051 + 5094 ], "nodes": [ - 5049 + 5092 ], "__typename": [ 85 @@ -112596,13 +113172,13 @@ export default { }, "team_scrim_settings_aggregate_fields": { "avg": [ - 5052 + 5095 ], "count": [ 41, { "columns": [ - 5064, + 5107, "[team_scrim_settings_select_column!]" ], "distinct": [ @@ -112611,31 +113187,31 @@ export default { } ], "max": [ - 5057 + 5100 ], "min": [ - 5058 + 5101 ], "stddev": [ - 5066 + 5109 ], "stddev_pop": [ - 5067 + 5110 ], "stddev_samp": [ - 5068 + 5111 ], "sum": [ - 5071 + 5114 ], "var_pop": [ - 5074 + 5117 ], "var_samp": [ - 5075 + 5118 ], "variance": [ - 5076 + 5119 ], "__typename": [ 85 @@ -112654,19 +113230,19 @@ export default { }, "team_scrim_settings_bool_exp": { "_and": [ - 5053 + 5096 ], "_not": [ - 5053 + 5096 ], "_or": [ - 5053 + 5096 ], "allow_outside_availability": [ 7 ], "created_at": [ - 5154 + 5197 ], "elo_max": [ 42 @@ -112678,10 +113254,10 @@ export default { 7 ], "id": [ - 6367 + 6505 ], "map_ids": [ - 6366 + 6504 ], "notes": [ 87 @@ -112690,13 +113266,13 @@ export default { 86 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -112719,7 +113295,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -112731,10 +113307,10 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "map_ids": [ - 6365 + 6503 ], "notes": [ 85 @@ -112743,13 +113319,13 @@ export default { 85 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -112757,7 +113333,7 @@ export default { }, "team_scrim_settings_max_fields": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -112766,10 +113342,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "map_ids": [ - 6365 + 6503 ], "notes": [ 85 @@ -112778,10 +113354,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -112789,7 +113365,7 @@ export default { }, "team_scrim_settings_min_fields": { "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -112798,10 +113374,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "map_ids": [ - 6365 + 6503 ], "notes": [ 85 @@ -112810,10 +113386,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -112824,7 +113400,7 @@ export default { 41 ], "returning": [ - 5049 + 5092 ], "__typename": [ 85 @@ -112832,10 +113408,10 @@ export default { }, "team_scrim_settings_obj_rel_insert_input": { "data": [ - 5056 + 5099 ], "on_conflict": [ - 5061 + 5104 ], "__typename": [ 85 @@ -112843,13 +113419,13 @@ export default { }, "team_scrim_settings_on_conflict": { "constraint": [ - 5054 + 5097 ], "update_columns": [ - 5072 + 5115 ], "where": [ - 5053 + 5096 ], "__typename": [ 85 @@ -112857,40 +113433,40 @@ export default { }, "team_scrim_settings_order_by": { "allow_outside_availability": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "elo_max": [ - 3558 + 3601 ], "elo_min": [ - 3558 + 3601 ], "enabled": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map_ids": [ - 3558 + 3601 ], "notes": [ - 3558 + 3601 ], "regions": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -112898,7 +113474,7 @@ export default { }, "team_scrim_settings_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -112910,7 +113486,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -112922,10 +113498,10 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "map_ids": [ - 6365 + 6503 ], "notes": [ 85 @@ -112934,10 +113510,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -112978,10 +113554,10 @@ export default { }, "team_scrim_settings_stream_cursor_input": { "initial_value": [ - 5070 + 5113 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -112992,7 +113568,7 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "elo_max": [ 41 @@ -113004,10 +113580,10 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "map_ids": [ - 6365 + 6503 ], "notes": [ 85 @@ -113016,10 +113592,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -113039,13 +113615,13 @@ export default { "team_scrim_settings_update_column": {}, "team_scrim_settings_updates": { "_inc": [ - 5055 + 5098 ], "_set": [ - 5065 + 5108 ], "where": [ - 5053 + 5096 ], "__typename": [ 85 @@ -113086,19 +113662,19 @@ export default { }, "team_suggestions": { "created_at": [ - 5153 + 5196 ], "group_hash": [ 85 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "member_steam_ids": [ - 310 + 311 ], "status": [ 85 @@ -113112,10 +113688,10 @@ export default { }, "team_suggestions_aggregate": { "aggregate": [ - 5079 + 5122 ], "nodes": [ - 5077 + 5120 ], "__typename": [ 85 @@ -113123,13 +113699,13 @@ export default { }, "team_suggestions_aggregate_fields": { "avg": [ - 5080 + 5123 ], "count": [ 41, { "columns": [ - 5091, + 5134, "[team_suggestions_select_column!]" ], "distinct": [ @@ -113138,31 +113714,31 @@ export default { } ], "max": [ - 5085 + 5128 ], "min": [ - 5086 + 5129 ], "stddev": [ - 5093 + 5136 ], "stddev_pop": [ - 5094 + 5137 ], "stddev_samp": [ - 5095 + 5138 ], "sum": [ - 5098 + 5141 ], "var_pop": [ - 5101 + 5144 ], "var_samp": [ - 5102 + 5145 ], "variance": [ - 5103 + 5146 ], "__typename": [ 85 @@ -113178,28 +113754,28 @@ export default { }, "team_suggestions_bool_exp": { "_and": [ - 5081 + 5124 ], "_not": [ - 5081 + 5124 ], "_or": [ - 5081 + 5124 ], "created_at": [ - 5154 + 5197 ], "group_hash": [ 87 ], "id": [ - 6367 + 6505 ], "last_notified_at": [ - 5154 + 5197 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 87 @@ -113222,19 +113798,19 @@ export default { }, "team_suggestions_insert_input": { "created_at": [ - 5153 + 5196 ], "group_hash": [ 85 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "member_steam_ids": [ - 310 + 311 ], "status": [ 85 @@ -113248,19 +113824,19 @@ export default { }, "team_suggestions_max_fields": { "created_at": [ - 5153 + 5196 ], "group_hash": [ 85 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "member_steam_ids": [ - 310 + 311 ], "status": [ 85 @@ -113274,19 +113850,19 @@ export default { }, "team_suggestions_min_fields": { "created_at": [ - 5153 + 5196 ], "group_hash": [ 85 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "member_steam_ids": [ - 310 + 311 ], "status": [ 85 @@ -113303,7 +113879,7 @@ export default { 41 ], "returning": [ - 5077 + 5120 ], "__typename": [ 85 @@ -113311,13 +113887,13 @@ export default { }, "team_suggestions_on_conflict": { "constraint": [ - 5082 + 5125 ], "update_columns": [ - 5099 + 5142 ], "where": [ - 5081 + 5124 ], "__typename": [ 85 @@ -113325,25 +113901,25 @@ export default { }, "team_suggestions_order_by": { "created_at": [ - 3558 + 3601 ], "group_hash": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "last_notified_at": [ - 3558 + 3601 ], "member_steam_ids": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "together_count": [ - 3558 + 3601 ], "__typename": [ 85 @@ -113351,7 +113927,7 @@ export default { }, "team_suggestions_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -113360,19 +113936,19 @@ export default { "team_suggestions_select_column": {}, "team_suggestions_set_input": { "created_at": [ - 5153 + 5196 ], "group_hash": [ 85 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "member_steam_ids": [ - 310 + 311 ], "status": [ 85 @@ -113410,10 +113986,10 @@ export default { }, "team_suggestions_stream_cursor_input": { "initial_value": [ - 5097 + 5140 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -113421,19 +113997,19 @@ export default { }, "team_suggestions_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "group_hash": [ 85 ], "id": [ - 6365 + 6503 ], "last_notified_at": [ - 5153 + 5196 ], "member_steam_ids": [ - 310 + 311 ], "status": [ 85 @@ -113456,13 +114032,13 @@ export default { "team_suggestions_update_column": {}, "team_suggestions_updates": { "_inc": [ - 5083 + 5126 ], "_set": [ - 5092 + 5135 ], "where": [ - 5081 + 5124 ], "__typename": [ 85 @@ -113497,10 +114073,10 @@ export default { 85 ], "awards": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -113510,19 +114086,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "awards_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -113532,11 +114108,11 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], @@ -113553,19 +114129,19 @@ export default { 6 ], "captain": [ - 4516 + 4559 ], "captain_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invites": [ - 4821, + 4864, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -113575,19 +114151,19 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "invites_aggregate": [ - 4822, + 4865, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -113597,11 +114173,11 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], @@ -113609,10 +114185,10 @@ export default { 6 ], "match_lineups": [ - 2996, + 3039, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -113622,19 +114198,19 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "match_lineups_aggregate": [ - 2997, + 3040, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -113644,19 +114220,19 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -113666,11 +114242,11 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], @@ -113678,25 +114254,25 @@ export default { 85 ], "owner": [ - 4516 + 4559 ], "owner_steam_id": [ - 310 + 311 ], "ranks": [ - 7067 + 7205 ], "reputation": [ - 7087 + 7225 ], "role": [ 85 ], "roster": [ - 4862, + 4905, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -113706,19 +114282,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "roster_aggregate": [ - 4863, + 4906, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -113728,19 +114304,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "scrim_availability": [ - 4934, + 4977, { "distinct_on": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -113750,19 +114326,19 @@ export default { 41 ], "order_by": [ - 4952, + 4995, "[team_scrim_availability_order_by!]" ], "where": [ - 4943 + 4986 ] } ], "scrim_availability_aggregate": [ - 4935, + 4978, { "distinct_on": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -113772,25 +114348,25 @@ export default { 41 ], "order_by": [ - 4952, + 4995, "[team_scrim_availability_order_by!]" ], "where": [ - 4943 + 4986 ] } ], "scrim_settings": [ - 5049 + 5092 ], "short_name": [ 85 ], "tournament_teams": [ - 5547, + 5681, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -113800,19 +114376,19 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], "tournament_teams_aggregate": [ - 5548, + 5682, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -113822,11 +114398,11 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], @@ -113836,10 +114412,10 @@ export default { }, "teams_aggregate": { "aggregate": [ - 5110 + 5153 ], "nodes": [ - 5104 + 5147 ], "__typename": [ 85 @@ -113847,13 +114423,13 @@ export default { }, "teams_aggregate_bool_exp": { "bool_and": [ - 5107 + 5150 ], "bool_or": [ - 5108 + 5151 ], "count": [ - 5109 + 5152 ], "__typename": [ 85 @@ -113861,13 +114437,13 @@ export default { }, "teams_aggregate_bool_exp_bool_and": { "arguments": [ - 5129 + 5172 ], "distinct": [ 6 ], "filter": [ - 5115 + 5158 ], "predicate": [ 7 @@ -113878,13 +114454,13 @@ export default { }, "teams_aggregate_bool_exp_bool_or": { "arguments": [ - 5130 + 5173 ], "distinct": [ 6 ], "filter": [ - 5115 + 5158 ], "predicate": [ 7 @@ -113895,13 +114471,13 @@ export default { }, "teams_aggregate_bool_exp_count": { "arguments": [ - 5128 + 5171 ], "distinct": [ 6 ], "filter": [ - 5115 + 5158 ], "predicate": [ 42 @@ -113912,13 +114488,13 @@ export default { }, "teams_aggregate_fields": { "avg": [ - 5113 + 5156 ], "count": [ 41, { "columns": [ - 5128, + 5171, "[teams_select_column!]" ], "distinct": [ @@ -113927,31 +114503,31 @@ export default { } ], "max": [ - 5119 + 5162 ], "min": [ - 5121 + 5164 ], "stddev": [ - 5132 + 5175 ], "stddev_pop": [ - 5134 + 5177 ], "stddev_samp": [ - 5136 + 5179 ], "sum": [ - 5140 + 5183 ], "var_pop": [ - 5144 + 5187 ], "var_samp": [ - 5146 + 5189 ], "variance": [ - 5148 + 5191 ], "__typename": [ 85 @@ -113959,37 +114535,37 @@ export default { }, "teams_aggregate_order_by": { "avg": [ - 5114 + 5157 ], "count": [ - 3558 + 3601 ], "max": [ - 5120 + 5163 ], "min": [ - 5122 + 5165 ], "stddev": [ - 5133 + 5176 ], "stddev_pop": [ - 5135 + 5178 ], "stddev_samp": [ - 5137 + 5180 ], "sum": [ - 5141 + 5184 ], "var_pop": [ - 5145 + 5188 ], "var_samp": [ - 5147 + 5190 ], "variance": [ - 5149 + 5192 ], "__typename": [ 85 @@ -113997,10 +114573,10 @@ export default { }, "teams_arr_rel_insert_input": { "data": [ - 5118 + 5161 ], "on_conflict": [ - 5125 + 5168 ], "__typename": [ 85 @@ -114019,10 +114595,10 @@ export default { }, "teams_avg_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114030,22 +114606,22 @@ export default { }, "teams_bool_exp": { "_and": [ - 5115 + 5158 ], "_not": [ - 5115 + 5158 ], "_or": [ - 5115 + 5158 ], "avatar_url": [ 87 ], "awards": [ - 250 + 251 ], "awards_aggregate": [ - 243 + 244 ], "can_change_role": [ 7 @@ -114060,73 +114636,73 @@ export default { 7 ], "captain": [ - 4520 + 4563 ], "captain_steam_id": [ - 312 + 313 ], "id": [ - 6367 + 6505 ], "invites": [ - 4830 + 4873 ], "invites_aggregate": [ - 4823 + 4866 ], "is_organization": [ 7 ], "match_lineups": [ - 3005 + 3048 ], "match_lineups_aggregate": [ - 2998 + 3041 ], "matches": [ - 3353 + 3396 ], "name": [ 87 ], "owner": [ - 4520 + 4563 ], "owner_steam_id": [ - 312 + 313 ], "ranks": [ - 7071 + 7209 ], "reputation": [ - 7091 + 7229 ], "role": [ 87 ], "roster": [ - 4873 + 4916 ], "roster_aggregate": [ - 4864 + 4907 ], "scrim_availability": [ - 4943 + 4986 ], "scrim_availability_aggregate": [ - 4936 + 4979 ], "scrim_settings": [ - 5053 + 5096 ], "short_name": [ 87 ], "tournament_teams": [ - 5556 + 5692 ], "tournament_teams_aggregate": [ - 5549 + 5683 ], "__typename": [ 85 @@ -114135,10 +114711,10 @@ export default { "teams_constraint": {}, "teams_inc_input": { "captain_steam_id": [ - 310 + 311 ], "owner_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -114149,55 +114725,55 @@ export default { 85 ], "awards": [ - 247 + 248 ], "captain": [ - 4527 + 4570 ], "captain_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invites": [ - 4827 + 4870 ], "is_organization": [ 6 ], "match_lineups": [ - 3002 + 3045 ], "name": [ 85 ], "owner": [ - 4527 + 4570 ], "owner_steam_id": [ - 310 + 311 ], "ranks": [ - 7075 + 7213 ], "reputation": [ - 7095 + 7233 ], "roster": [ - 4870 + 4913 ], "scrim_availability": [ - 4942 + 4985 ], "scrim_settings": [ - 5060 + 5103 ], "short_name": [ 85 ], "tournament_teams": [ - 5553 + 5689 ], "__typename": [ 85 @@ -114208,16 +114784,16 @@ export default { 85 ], "captain_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "role": [ 85 @@ -114231,22 +114807,22 @@ export default { }, "teams_max_order_by": { "avatar_url": [ - 3558 + 3601 ], "captain_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "short_name": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114257,16 +114833,16 @@ export default { 85 ], "captain_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "role": [ 85 @@ -114280,22 +114856,22 @@ export default { }, "teams_min_order_by": { "avatar_url": [ - 3558 + 3601 ], "captain_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "short_name": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114306,7 +114882,7 @@ export default { 41 ], "returning": [ - 5104 + 5147 ], "__typename": [ 85 @@ -114314,10 +114890,10 @@ export default { }, "teams_obj_rel_insert_input": { "data": [ - 5118 + 5161 ], "on_conflict": [ - 5125 + 5168 ], "__typename": [ 85 @@ -114325,13 +114901,13 @@ export default { }, "teams_on_conflict": { "constraint": [ - 5116 + 5159 ], "update_columns": [ - 5142 + 5185 ], "where": [ - 5115 + 5158 ], "__typename": [ 85 @@ -114339,76 +114915,76 @@ export default { }, "teams_order_by": { "avatar_url": [ - 3558 + 3601 ], "awards_aggregate": [ - 246 + 247 ], "can_change_role": [ - 3558 + 3601 ], "can_invite": [ - 3558 + 3601 ], "can_manage_scrims": [ - 3558 + 3601 ], "can_remove": [ - 3558 + 3601 ], "captain": [ - 4529 + 4572 ], "captain_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invites_aggregate": [ - 4826 + 4869 ], "is_organization": [ - 3558 + 3601 ], "match_lineups_aggregate": [ - 3001 + 3044 ], "matches_aggregate": [ - 3349 + 3392 ], "name": [ - 3558 + 3601 ], "owner": [ - 4529 + 4572 ], "owner_steam_id": [ - 3558 + 3601 ], "ranks": [ - 7076 + 7214 ], "reputation": [ - 7096 + 7234 ], "role": [ - 3558 + 3601 ], "roster_aggregate": [ - 4869 + 4912 ], "scrim_availability_aggregate": [ - 4941 + 4984 ], "scrim_settings": [ - 5062 + 5105 ], "short_name": [ - 3558 + 3601 ], "tournament_teams_aggregate": [ - 5552 + 5688 ], "__typename": [ 85 @@ -114416,7 +114992,7 @@ export default { }, "teams_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -114430,10 +115006,10 @@ export default { 85 ], "captain_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "is_organization": [ 6 @@ -114442,7 +115018,7 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "short_name": [ 85 @@ -114464,10 +115040,10 @@ export default { }, "teams_stddev_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114486,10 +115062,10 @@ export default { }, "teams_stddev_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114508,10 +115084,10 @@ export default { }, "teams_stddev_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114519,10 +115095,10 @@ export default { }, "teams_stream_cursor_input": { "initial_value": [ - 5139 + 5182 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -114533,10 +115109,10 @@ export default { 85 ], "captain_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "is_organization": [ 6 @@ -114545,7 +115121,7 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "short_name": [ 85 @@ -114556,10 +115132,10 @@ export default { }, "teams_sum_fields": { "captain_steam_id": [ - 310 + 311 ], "owner_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -114567,10 +115143,10 @@ export default { }, "teams_sum_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114579,13 +115155,13 @@ export default { "teams_update_column": {}, "teams_updates": { "_inc": [ - 5117 + 5160 ], "_set": [ - 5131 + 5174 ], "where": [ - 5115 + 5158 ], "__typename": [ 85 @@ -114604,10 +115180,10 @@ export default { }, "teams_var_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114626,10 +115202,10 @@ export default { }, "teams_var_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114648,10 +115224,10 @@ export default { }, "teams_variance_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114660,31 +115236,31 @@ export default { "time": {}, "time_comparison_exp": { "_eq": [ - 5150 + 5193 ], "_gt": [ - 5150 + 5193 ], "_gte": [ - 5150 + 5193 ], "_in": [ - 5150 + 5193 ], "_is_null": [ 6 ], "_lt": [ - 5150 + 5193 ], "_lte": [ - 5150 + 5193 ], "_neq": [ - 5150 + 5193 ], "_nin": [ - 5150 + 5193 ], "__typename": [ 85 @@ -114694,31 +115270,31 @@ export default { "timestamptz": {}, "timestamptz_comparison_exp": { "_eq": [ - 5153 + 5196 ], "_gt": [ - 5153 + 5196 ], "_gte": [ - 5153 + 5196 ], "_in": [ - 5153 + 5196 ], "_is_null": [ 6 ], "_lt": [ - 5153 + 5196 ], "_lte": [ - 5153 + 5196 ], "_neq": [ - 5153 + 5196 ], "_nin": [ - 5153 + 5196 ], "__typename": [ 85 @@ -114726,19 +115302,19 @@ export default { }, "tournament_awards": { "award": [ - 282 + 283 ], "award_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -114750,13 +115326,13 @@ export default { 41 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -114764,10 +115340,10 @@ export default { }, "tournament_awards_aggregate": { "aggregate": [ - 5159 + 5202 ], "nodes": [ - 5155 + 5198 ], "__typename": [ 85 @@ -114775,7 +115351,7 @@ export default { }, "tournament_awards_aggregate_bool_exp": { "count": [ - 5158 + 5201 ], "__typename": [ 85 @@ -114783,13 +115359,13 @@ export default { }, "tournament_awards_aggregate_bool_exp_count": { "arguments": [ - 5177 + 5220 ], "distinct": [ 6 ], "filter": [ - 5164 + 5207 ], "predicate": [ 42 @@ -114800,13 +115376,13 @@ export default { }, "tournament_awards_aggregate_fields": { "avg": [ - 5162 + 5205 ], "count": [ 41, { "columns": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "distinct": [ @@ -114815,31 +115391,31 @@ export default { } ], "max": [ - 5168 + 5211 ], "min": [ - 5170 + 5213 ], "stddev": [ - 5179 + 5222 ], "stddev_pop": [ - 5181 + 5224 ], "stddev_samp": [ - 5183 + 5226 ], "sum": [ - 5187 + 5230 ], "var_pop": [ - 5191 + 5234 ], "var_samp": [ - 5193 + 5236 ], "variance": [ - 5195 + 5238 ], "__typename": [ 85 @@ -114847,37 +115423,37 @@ export default { }, "tournament_awards_aggregate_order_by": { "avg": [ - 5163 + 5206 ], "count": [ - 3558 + 3601 ], "max": [ - 5169 + 5212 ], "min": [ - 5171 + 5214 ], "stddev": [ - 5180 + 5223 ], "stddev_pop": [ - 5182 + 5225 ], "stddev_samp": [ - 5184 + 5227 ], "sum": [ - 5188 + 5231 ], "var_pop": [ - 5192 + 5235 ], "var_samp": [ - 5194 + 5237 ], "variance": [ - 5196 + 5239 ], "__typename": [ 85 @@ -114885,10 +115461,10 @@ export default { }, "tournament_awards_arr_rel_insert_input": { "data": [ - 5167 + 5210 ], "on_conflict": [ - 5174 + 5217 ], "__typename": [ 85 @@ -114907,10 +115483,10 @@ export default { }, "tournament_awards_avg_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -114918,28 +115494,28 @@ export default { }, "tournament_awards_bool_exp": { "_and": [ - 5164 + 5207 ], "_not": [ - 5164 + 5207 ], "_or": [ - 5164 + 5207 ], "award": [ - 286 + 287 ], "award_id": [ - 6367 + 6505 ], "created_at": [ - 5154 + 5197 ], "custom_name": [ 87 ], "id": [ - 6367 + 6505 ], "image_url": [ 87 @@ -114951,13 +115527,13 @@ export default { 42 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -114977,19 +115553,19 @@ export default { }, "tournament_awards_insert_input": { "award": [ - 293 + 294 ], "award_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -115001,13 +115577,13 @@ export default { 41 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -115015,16 +115591,16 @@ export default { }, "tournament_awards_max_fields": { "award_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -115036,10 +115612,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -115047,31 +115623,31 @@ export default { }, "tournament_awards_max_order_by": { "award_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "custom_name": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "image_url": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115079,16 +115655,16 @@ export default { }, "tournament_awards_min_fields": { "award_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -115100,10 +115676,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -115111,31 +115687,31 @@ export default { }, "tournament_awards_min_order_by": { "award_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "custom_name": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "image_url": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115146,7 +115722,7 @@ export default { 41 ], "returning": [ - 5155 + 5198 ], "__typename": [ 85 @@ -115154,10 +115730,10 @@ export default { }, "tournament_awards_obj_rel_insert_input": { "data": [ - 5167 + 5210 ], "on_conflict": [ - 5174 + 5217 ], "__typename": [ 85 @@ -115165,13 +115741,13 @@ export default { }, "tournament_awards_on_conflict": { "constraint": [ - 5165 + 5208 ], "update_columns": [ - 5189 + 5232 ], "where": [ - 5164 + 5207 ], "__typename": [ 85 @@ -115179,37 +115755,37 @@ export default { }, "tournament_awards_order_by": { "award": [ - 295 + 296 ], "award_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "custom_name": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "image_url": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115217,7 +115793,7 @@ export default { }, "tournament_awards_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -115226,16 +115802,16 @@ export default { "tournament_awards_select_column": {}, "tournament_awards_set_input": { "award_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -115247,10 +115823,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -115269,10 +115845,10 @@ export default { }, "tournament_awards_stddev_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115291,10 +115867,10 @@ export default { }, "tournament_awards_stddev_pop_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115313,10 +115889,10 @@ export default { }, "tournament_awards_stddev_samp_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115324,10 +115900,10 @@ export default { }, "tournament_awards_stream_cursor_input": { "initial_value": [ - 5186 + 5229 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -115335,16 +115911,16 @@ export default { }, "tournament_awards_stream_cursor_value_input": { "award_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "custom_name": [ 85 ], "id": [ - 6365 + 6503 ], "image_url": [ 85 @@ -115356,10 +115932,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -115378,10 +115954,10 @@ export default { }, "tournament_awards_sum_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115390,13 +115966,13 @@ export default { "tournament_awards_update_column": {}, "tournament_awards_updates": { "_inc": [ - 5166 + 5209 ], "_set": [ - 5178 + 5221 ], "where": [ - 5164 + 5207 ], "__typename": [ 85 @@ -115415,10 +115991,10 @@ export default { }, "tournament_awards_var_pop_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115437,10 +116013,10 @@ export default { }, "tournament_awards_var_samp_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115459,10 +116035,10 @@ export default { }, "tournament_awards_variance_order_by": { "placement": [ - 3558 + 3601 ], "silhouette": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115473,13 +116049,13 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "feeding_brackets": [ - 5197, + 5240, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -115489,11 +116065,11 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], @@ -115501,37 +116077,37 @@ export default { 6 ], "group": [ - 3556 + 3599 ], "id": [ - 6365 + 6503 ], "loser_bracket": [ - 5197 + 5240 ], "loser_parent_bracket_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 ], "match_options_id": [ - 6365 + 6503 ], "options": [ - 3200 + 3243 ], "parent_bracket": [ - 5197 + 5240 ], "parent_bracket_id": [ - 6365 + 6503 ], "path": [ 85 @@ -115540,16 +116116,16 @@ export default { 41 ], "scheduled_at": [ - 5153 + 5196 ], "scheduled_eta": [ - 5153 + 5196 ], "scheduling_proposals": [ - 2486, + 2529, { "distinct_on": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -115559,19 +116135,19 @@ export default { 41 ], "order_by": [ - 2505, + 2548, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2495 + 2538 ] } ], "scheduling_proposals_aggregate": [ - 2487, + 2530, { "distinct_on": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -115581,37 +116157,37 @@ export default { 41 ], "order_by": [ - 2505, + 2548, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2495 + 2538 ] } ], "stage": [ - 5414 + 5548 ], "team_1": [ - 5547 + 5681 ], "team_1_seed": [ 41 ], "team_2": [ - 5547 + 5681 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id_1": [ - 6365 + 6503 ], "tournament_team_id_2": [ - 6365 + 6503 ], "__typename": [ 85 @@ -115619,10 +116195,10 @@ export default { }, "tournament_brackets_aggregate": { "aggregate": [ - 5203 + 5246 ], "nodes": [ - 5197 + 5240 ], "__typename": [ 85 @@ -115630,13 +116206,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp": { "bool_and": [ - 5200 + 5243 ], "bool_or": [ - 5201 + 5244 ], "count": [ - 5202 + 5245 ], "__typename": [ 85 @@ -115644,13 +116220,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_and": { "arguments": [ - 5222 + 5265 ], "distinct": [ 6 ], "filter": [ - 5208 + 5251 ], "predicate": [ 7 @@ -115661,13 +116237,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_or": { "arguments": [ - 5223 + 5266 ], "distinct": [ 6 ], "filter": [ - 5208 + 5251 ], "predicate": [ 7 @@ -115678,13 +116254,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_count": { "arguments": [ - 5221 + 5264 ], "distinct": [ 6 ], "filter": [ - 5208 + 5251 ], "predicate": [ 42 @@ -115695,13 +116271,13 @@ export default { }, "tournament_brackets_aggregate_fields": { "avg": [ - 5206 + 5249 ], "count": [ 41, { "columns": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "distinct": [ @@ -115710,31 +116286,31 @@ export default { } ], "max": [ - 5212 + 5255 ], "min": [ - 5214 + 5257 ], "stddev": [ - 5225 + 5268 ], "stddev_pop": [ - 5227 + 5270 ], "stddev_samp": [ - 5229 + 5272 ], "sum": [ - 5233 + 5276 ], "var_pop": [ - 5237 + 5280 ], "var_samp": [ - 5239 + 5282 ], "variance": [ - 5241 + 5284 ], "__typename": [ 85 @@ -115742,37 +116318,37 @@ export default { }, "tournament_brackets_aggregate_order_by": { "avg": [ - 5207 + 5250 ], "count": [ - 3558 + 3601 ], "max": [ - 5213 + 5256 ], "min": [ - 5215 + 5258 ], "stddev": [ - 5226 + 5269 ], "stddev_pop": [ - 5228 + 5271 ], "stddev_samp": [ - 5230 + 5273 ], "sum": [ - 5234 + 5277 ], "var_pop": [ - 5238 + 5281 ], "var_samp": [ - 5240 + 5283 ], "variance": [ - 5242 + 5285 ], "__typename": [ 85 @@ -115780,10 +116356,10 @@ export default { }, "tournament_brackets_arr_rel_insert_input": { "data": [ - 5211 + 5254 ], "on_conflict": [ - 5218 + 5261 ], "__typename": [ 85 @@ -115811,19 +116387,19 @@ export default { }, "tournament_brackets_avg_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -115831,58 +116407,58 @@ export default { }, "tournament_brackets_bool_exp": { "_and": [ - 5208 + 5251 ], "_not": [ - 5208 + 5251 ], "_or": [ - 5208 + 5251 ], "bye": [ 7 ], "created_at": [ - 5154 + 5197 ], "feeding_brackets": [ - 5208 + 5251 ], "finished": [ 7 ], "group": [ - 3557 + 3600 ], "id": [ - 6367 + 6505 ], "loser_bracket": [ - 5208 + 5251 ], "loser_parent_bracket_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_number": [ 42 ], "match_options_id": [ - 6367 + 6505 ], "options": [ - 3211 + 3254 ], "parent_bracket": [ - 5208 + 5251 ], "parent_bracket_id": [ - 6367 + 6505 ], "path": [ 87 @@ -115891,40 +116467,40 @@ export default { 42 ], "scheduled_at": [ - 5154 + 5197 ], "scheduled_eta": [ - 5154 + 5197 ], "scheduling_proposals": [ - 2495 + 2538 ], "scheduling_proposals_aggregate": [ - 2488 + 2531 ], "stage": [ - 5426 + 5560 ], "team_1": [ - 5556 + 5692 ], "team_1_seed": [ 42 ], "team_2": [ - 5556 + 5692 ], "team_2_seed": [ 42 ], "tournament_stage_id": [ - 6367 + 6505 ], "tournament_team_id_1": [ - 6367 + 6505 ], "tournament_team_id_2": [ - 6367 + 6505 ], "__typename": [ 85 @@ -115933,7 +116509,7 @@ export default { "tournament_brackets_constraint": {}, "tournament_brackets_inc_input": { "group": [ - 3556 + 3599 ], "match_number": [ 41 @@ -115956,43 +116532,43 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "finished": [ 6 ], "group": [ - 3556 + 3599 ], "id": [ - 6365 + 6503 ], "loser_bracket": [ - 5217 + 5260 ], "loser_parent_bracket_id": [ - 6365 + 6503 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 ], "match_options_id": [ - 6365 + 6503 ], "options": [ - 3220 + 3263 ], "parent_bracket": [ - 5217 + 5260 ], "parent_bracket_id": [ - 6365 + 6503 ], "path": [ 85 @@ -116001,37 +116577,37 @@ export default { 41 ], "scheduled_at": [ - 5153 + 5196 ], "scheduled_eta": [ - 5153 + 5196 ], "scheduling_proposals": [ - 2492 + 2535 ], "stage": [ - 5438 + 5572 ], "team_1": [ - 5565 + 5701 ], "team_1_seed": [ 41 ], "team_2": [ - 5565 + 5701 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id_1": [ - 6365 + 6503 ], "tournament_team_id_2": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116039,28 +116615,28 @@ export default { }, "tournament_brackets_max_fields": { "created_at": [ - 5153 + 5196 ], "group": [ - 3556 + 3599 ], "id": [ - 6365 + 6503 ], "loser_parent_bracket_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 ], "match_options_id": [ - 6365 + 6503 ], "parent_bracket_id": [ - 6365 + 6503 ], "path": [ 85 @@ -116069,10 +116645,10 @@ export default { 41 ], "scheduled_at": [ - 5153 + 5196 ], "scheduled_eta": [ - 5153 + 5196 ], "team_1_seed": [ 41 @@ -116081,13 +116657,13 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id_1": [ - 6365 + 6503 ], "tournament_team_id_2": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116095,55 +116671,55 @@ export default { }, "tournament_brackets_max_order_by": { "created_at": [ - 3558 + 3601 ], "group": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "loser_parent_bracket_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "parent_bracket_id": [ - 3558 + 3601 ], "path": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "scheduled_eta": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "tournament_team_id_1": [ - 3558 + 3601 ], "tournament_team_id_2": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116151,28 +116727,28 @@ export default { }, "tournament_brackets_min_fields": { "created_at": [ - 5153 + 5196 ], "group": [ - 3556 + 3599 ], "id": [ - 6365 + 6503 ], "loser_parent_bracket_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 ], "match_options_id": [ - 6365 + 6503 ], "parent_bracket_id": [ - 6365 + 6503 ], "path": [ 85 @@ -116181,10 +116757,10 @@ export default { 41 ], "scheduled_at": [ - 5153 + 5196 ], "scheduled_eta": [ - 5153 + 5196 ], "team_1_seed": [ 41 @@ -116193,13 +116769,13 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id_1": [ - 6365 + 6503 ], "tournament_team_id_2": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116207,55 +116783,55 @@ export default { }, "tournament_brackets_min_order_by": { "created_at": [ - 3558 + 3601 ], "group": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "loser_parent_bracket_id": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "parent_bracket_id": [ - 3558 + 3601 ], "path": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "scheduled_eta": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "tournament_team_id_1": [ - 3558 + 3601 ], "tournament_team_id_2": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116266,7 +116842,7 @@ export default { 41 ], "returning": [ - 5197 + 5240 ], "__typename": [ 85 @@ -116274,10 +116850,10 @@ export default { }, "tournament_brackets_obj_rel_insert_input": { "data": [ - 5211 + 5254 ], "on_conflict": [ - 5218 + 5261 ], "__typename": [ 85 @@ -116285,13 +116861,13 @@ export default { }, "tournament_brackets_on_conflict": { "constraint": [ - 5209 + 5252 ], "update_columns": [ - 5235 + 5278 ], "where": [ - 5208 + 5251 ], "__typename": [ 85 @@ -116299,88 +116875,88 @@ export default { }, "tournament_brackets_order_by": { "bye": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "feeding_brackets_aggregate": [ - 5204 + 5247 ], "finished": [ - 3558 + 3601 ], "group": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "loser_bracket": [ - 5219 + 5262 ], "loser_parent_bracket_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "options": [ - 3222 + 3265 ], "parent_bracket": [ - 5219 + 5262 ], "parent_bracket_id": [ - 3558 + 3601 ], "path": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "scheduled_at": [ - 3558 + 3601 ], "scheduled_eta": [ - 3558 + 3601 ], "scheduling_proposals_aggregate": [ - 2491 + 2534 ], "stage": [ - 5440 + 5574 ], "team_1": [ - 5567 + 5703 ], "team_1_seed": [ - 3558 + 3601 ], "team_2": [ - 5567 + 5703 ], "team_2_seed": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "tournament_team_id_1": [ - 3558 + 3601 ], "tournament_team_id_2": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116388,7 +116964,7 @@ export default { }, "tournament_brackets_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116402,31 +116978,31 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "finished": [ 6 ], "group": [ - 3556 + 3599 ], "id": [ - 6365 + 6503 ], "loser_parent_bracket_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 ], "match_options_id": [ - 6365 + 6503 ], "parent_bracket_id": [ - 6365 + 6503 ], "path": [ 85 @@ -116435,10 +117011,10 @@ export default { 41 ], "scheduled_at": [ - 5153 + 5196 ], "scheduled_eta": [ - 5153 + 5196 ], "team_1_seed": [ 41 @@ -116447,13 +117023,13 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id_1": [ - 6365 + 6503 ], "tournament_team_id_2": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116481,19 +117057,19 @@ export default { }, "tournament_brackets_stddev_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116521,19 +117097,19 @@ export default { }, "tournament_brackets_stddev_pop_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116561,19 +117137,19 @@ export default { }, "tournament_brackets_stddev_samp_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116581,10 +117157,10 @@ export default { }, "tournament_brackets_stream_cursor_input": { "initial_value": [ - 5232 + 5275 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -116595,31 +117171,31 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "finished": [ 6 ], "group": [ - 3556 + 3599 ], "id": [ - 6365 + 6503 ], "loser_parent_bracket_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_number": [ 41 ], "match_options_id": [ - 6365 + 6503 ], "parent_bracket_id": [ - 6365 + 6503 ], "path": [ 85 @@ -116628,10 +117204,10 @@ export default { 41 ], "scheduled_at": [ - 5153 + 5196 ], "scheduled_eta": [ - 5153 + 5196 ], "team_1_seed": [ 41 @@ -116640,13 +117216,13 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id_1": [ - 6365 + 6503 ], "tournament_team_id_2": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116654,7 +117230,7 @@ export default { }, "tournament_brackets_sum_fields": { "group": [ - 3556 + 3599 ], "match_number": [ 41 @@ -116674,19 +117250,19 @@ export default { }, "tournament_brackets_sum_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116695,13 +117271,13 @@ export default { "tournament_brackets_update_column": {}, "tournament_brackets_updates": { "_inc": [ - 5210 + 5253 ], "_set": [ - 5224 + 5267 ], "where": [ - 5208 + 5251 ], "__typename": [ 85 @@ -116729,19 +117305,19 @@ export default { }, "tournament_brackets_var_pop_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116769,19 +117345,19 @@ export default { }, "tournament_brackets_var_samp_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116809,19 +117385,19 @@ export default { }, "tournament_brackets_variance_order_by": { "group": [ - 3558 + 3601 ], "match_number": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "team_1_seed": [ - 3558 + 3601 ], "team_2_seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116829,16 +117405,16 @@ export default { }, "tournament_categories": { "category": [ - 1506 + 1507 ], "e_tournament_category": [ - 1501 + 1502 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116846,10 +117422,10 @@ export default { }, "tournament_categories_aggregate": { "aggregate": [ - 5247 + 5290 ], "nodes": [ - 5243 + 5286 ], "__typename": [ 85 @@ -116857,7 +117433,7 @@ export default { }, "tournament_categories_aggregate_bool_exp": { "count": [ - 5246 + 5289 ], "__typename": [ 85 @@ -116865,13 +117441,13 @@ export default { }, "tournament_categories_aggregate_bool_exp_count": { "arguments": [ - 5261 + 5304 ], "distinct": [ 6 ], "filter": [ - 5250 + 5293 ], "predicate": [ 42 @@ -116885,7 +117461,7 @@ export default { 41, { "columns": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "distinct": [ @@ -116894,10 +117470,10 @@ export default { } ], "max": [ - 5253 + 5296 ], "min": [ - 5255 + 5298 ], "__typename": [ 85 @@ -116905,13 +117481,13 @@ export default { }, "tournament_categories_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 5254 + 5297 ], "min": [ - 5256 + 5299 ], "__typename": [ 85 @@ -116919,10 +117495,10 @@ export default { }, "tournament_categories_arr_rel_insert_input": { "data": [ - 5252 + 5295 ], "on_conflict": [ - 5258 + 5301 ], "__typename": [ 85 @@ -116930,25 +117506,25 @@ export default { }, "tournament_categories_bool_exp": { "_and": [ - 5250 + 5293 ], "_not": [ - 5250 + 5293 ], "_or": [ - 5250 + 5293 ], "category": [ - 1507 + 1508 ], "e_tournament_category": [ - 1504 + 1505 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -116957,16 +117533,16 @@ export default { "tournament_categories_constraint": {}, "tournament_categories_insert_input": { "category": [ - 1506 + 1507 ], "e_tournament_category": [ - 1512 + 1513 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116974,7 +117550,7 @@ export default { }, "tournament_categories_max_fields": { "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116982,7 +117558,7 @@ export default { }, "tournament_categories_max_order_by": { "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -116990,7 +117566,7 @@ export default { }, "tournament_categories_min_fields": { "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -116998,106 +117574,1556 @@ export default { }, "tournament_categories_min_order_by": { "tournament_id": [ - 3558 + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5286 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_on_conflict": { + "constraint": [ + 5294 + ], + "update_columns": [ + 5308 + ], + "where": [ + 5293 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_order_by": { + "category": [ + 3601 + ], + "e_tournament_category": [ + 1515 + ], + "tournament": [ + 5759 + ], + "tournament_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_pk_columns_input": { + "category": [ + 1507 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_select_column": {}, + "tournament_categories_set_input": { + "category": [ + 1507 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_stream_cursor_input": { + "initial_value": [ + 5307 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_stream_cursor_value_input": { + "category": [ + 1507 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_categories_update_column": {}, + "tournament_categories_updates": { + "_set": [ + 5305 + ], + "where": [ + 5293 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents": { + "checked_in_at": [ + 5196 + ], + "created_at": [ + 5196 + ], + "e_tournament_free_agent_status": [ + 1523 + ], + "id": [ + 6503 + ], + "player": [ + 4559 + ], + "player_steam_id": [ + 311 + ], + "status": [ + 1528 + ], + "tournament": [ + 5727 + ], + "tournament_id": [ + 6503 + ], + "tournament_team": [ + 5681 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_aggregate": { + "aggregate": [ + 5314 + ], + "nodes": [ + 5310 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_aggregate_bool_exp": { + "count": [ + 5313 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_aggregate_bool_exp_count": { + "arguments": [ + 5331 + ], + "distinct": [ + 6 + ], + "filter": [ + 5319 + ], + "predicate": [ + 42 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_aggregate_fields": { + "avg": [ + 5317 + ], + "count": [ + 41, + { + "columns": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5323 + ], + "min": [ + 5325 + ], + "stddev": [ + 5333 + ], + "stddev_pop": [ + 5335 + ], + "stddev_samp": [ + 5337 + ], + "sum": [ + 5341 + ], + "var_pop": [ + 5345 + ], + "var_samp": [ + 5347 + ], + "variance": [ + 5349 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_aggregate_order_by": { + "avg": [ + 5318 + ], + "count": [ + 3601 + ], + "max": [ + 5324 + ], + "min": [ + 5326 + ], + "stddev": [ + 5334 + ], + "stddev_pop": [ + 5336 + ], + "stddev_samp": [ + 5338 + ], + "sum": [ + 5342 + ], + "var_pop": [ + 5346 + ], + "var_samp": [ + 5348 + ], + "variance": [ + 5350 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_arr_rel_insert_input": { + "data": [ + 5322 + ], + "on_conflict": [ + 5328 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_avg_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_avg_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_bool_exp": { + "_and": [ + 5319 + ], + "_not": [ + 5319 + ], + "_or": [ + 5319 + ], + "checked_in_at": [ + 5197 + ], + "created_at": [ + 5197 + ], + "e_tournament_free_agent_status": [ + 1526 + ], + "id": [ + 6505 + ], + "player": [ + 4563 + ], + "player_steam_id": [ + 313 + ], + "status": [ + 1529 + ], + "tournament": [ + 5748 + ], + "tournament_id": [ + 6505 + ], + "tournament_team": [ + 5692 + ], + "tournament_team_id": [ + 6505 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_constraint": {}, + "tournament_free_agents_inc_input": { + "player_steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_insert_input": { + "checked_in_at": [ + 5196 + ], + "created_at": [ + 5196 + ], + "e_tournament_free_agent_status": [ + 1534 + ], + "id": [ + 6503 + ], + "player": [ + 4570 + ], + "player_steam_id": [ + 311 + ], + "status": [ + 1528 + ], + "tournament": [ + 5757 + ], + "tournament_id": [ + 6503 + ], + "tournament_team": [ + 5701 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_max_fields": { + "checked_in_at": [ + 5196 + ], + "created_at": [ + 5196 + ], + "id": [ + 6503 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_max_order_by": { + "checked_in_at": [ + 3601 + ], + "created_at": [ + 3601 + ], + "id": [ + 3601 + ], + "player_steam_id": [ + 3601 + ], + "tournament_id": [ + 3601 + ], + "tournament_team_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_min_fields": { + "checked_in_at": [ + 5196 + ], + "created_at": [ + 5196 + ], + "id": [ + 6503 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_min_order_by": { + "checked_in_at": [ + 3601 + ], + "created_at": [ + 3601 + ], + "id": [ + 3601 + ], + "player_steam_id": [ + 3601 + ], + "tournament_id": [ + 3601 + ], + "tournament_team_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5310 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_on_conflict": { + "constraint": [ + 5320 + ], + "update_columns": [ + 5343 + ], + "where": [ + 5319 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_order_by": { + "checked_in_at": [ + 3601 + ], + "created_at": [ + 3601 + ], + "e_tournament_free_agent_status": [ + 1536 + ], + "id": [ + 3601 + ], + "player": [ + 4572 + ], + "player_steam_id": [ + 3601 + ], + "status": [ + 3601 + ], + "tournament": [ + 5759 + ], + "tournament_id": [ + 3601 + ], + "tournament_team": [ + 5703 + ], + "tournament_team_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_pk_columns_input": { + "id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_select_column": {}, + "tournament_free_agents_set_input": { + "checked_in_at": [ + 5196 + ], + "created_at": [ + 5196 + ], + "id": [ + 6503 + ], + "player_steam_id": [ + 311 + ], + "status": [ + 1528 + ], + "tournament_id": [ + 6503 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stddev_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stddev_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stddev_pop_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stddev_pop_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stddev_samp_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stddev_samp_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stream_cursor_input": { + "initial_value": [ + 5340 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_stream_cursor_value_input": { + "checked_in_at": [ + 5196 + ], + "created_at": [ + 5196 + ], + "id": [ + 6503 + ], + "player_steam_id": [ + 311 + ], + "status": [ + 1528 + ], + "tournament_id": [ + 6503 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_sum_fields": { + "player_steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_sum_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_update_column": {}, + "tournament_free_agents_updates": { + "_inc": [ + 5321 + ], + "_set": [ + 5332 + ], + "where": [ + 5319 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_var_pop_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_var_pop_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_var_samp_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_var_samp_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_variance_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_free_agents_variance_order_by": { + "player_steam_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "player_avatar_url": [ + 85 + ], + "player_country": [ + 85 + ], + "player_custom_avatar_url": [ + 85 + ], + "player_name": [ + 85 + ], + "player_steam_id": [ + 85 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "team_name": [ + 85 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_aggregate": { + "aggregate": [ + 5353 + ], + "nodes": [ + 5351 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_aggregate_fields": { + "avg": [ + 5354 + ], + "count": [ + 41, + { + "columns": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5358 + ], + "min": [ + 5359 + ], + "stddev": [ + 5364 + ], + "stddev_pop": [ + 5365 + ], + "stddev_samp": [ + 5366 + ], + "sum": [ + 5369 + ], + "var_pop": [ + 5371 + ], + "var_samp": [ + 5372 + ], + "variance": [ + 5373 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_avg_fields": { + "adr": [ + 32 + ], + "assists": [ + 32 + ], + "deaths": [ + 32 + ], + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_bool_exp": { + "_and": [ + 5355 + ], + "_not": [ + 5355 + ], + "_or": [ + 5355 + ], + "adr": [ + 2047 + ], + "assists": [ + 42 + ], + "deaths": [ + 42 + ], + "headshot_percentage": [ + 2047 + ], + "kdr": [ + 2047 + ], + "kills": [ + 42 + ], + "matches_played": [ + 42 + ], + "player_avatar_url": [ + 87 + ], + "player_country": [ + 87 + ], + "player_custom_avatar_url": [ + 87 + ], + "player_name": [ + 87 + ], + "player_steam_id": [ + 87 + ], + "rating": [ + 2047 + ], + "rounds_played": [ + 42 + ], + "team_name": [ + 87 + ], + "tournament_team_id": [ + 6505 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_inc_input": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_insert_input": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "player_avatar_url": [ + 85 + ], + "player_country": [ + 85 + ], + "player_custom_avatar_url": [ + 85 + ], + "player_name": [ + 85 + ], + "player_steam_id": [ + 85 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "team_name": [ + 85 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_max_fields": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "player_avatar_url": [ + 85 + ], + "player_country": [ + 85 + ], + "player_custom_avatar_url": [ + 85 + ], + "player_name": [ + 85 + ], + "player_steam_id": [ + 85 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "team_name": [ + 85 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_min_fields": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "player_avatar_url": [ + 85 + ], + "player_country": [ + 85 + ], + "player_custom_avatar_url": [ + 85 + ], + "player_name": [ + 85 + ], + "player_steam_id": [ + 85 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "team_name": [ + 85 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5351 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_order_by": { + "adr": [ + 3601 + ], + "assists": [ + 3601 + ], + "deaths": [ + 3601 + ], + "headshot_percentage": [ + 3601 + ], + "kdr": [ + 3601 + ], + "kills": [ + 3601 + ], + "matches_played": [ + 3601 + ], + "player_avatar_url": [ + 3601 + ], + "player_country": [ + 3601 + ], + "player_custom_avatar_url": [ + 3601 + ], + "player_name": [ + 3601 + ], + "player_steam_id": [ + 3601 + ], + "rating": [ + 3601 + ], + "rounds_played": [ + 3601 + ], + "team_name": [ + 3601 + ], + "tournament_team_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_select_column": {}, + "tournament_leaderboard_entries_set_input": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "player_avatar_url": [ + 85 + ], + "player_country": [ + 85 + ], + "player_custom_avatar_url": [ + 85 + ], + "player_name": [ + 85 + ], + "player_steam_id": [ + 85 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "team_name": [ + 85 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_stddev_fields": { + "adr": [ + 32 + ], + "assists": [ + 32 + ], + "deaths": [ + 32 + ], + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_stddev_pop_fields": { + "adr": [ + 32 + ], + "assists": [ + 32 + ], + "deaths": [ + 32 + ], + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_stddev_samp_fields": { + "adr": [ + 32 + ], + "assists": [ + 32 + ], + "deaths": [ + 32 + ], + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_stream_cursor_input": { + "initial_value": [ + 5368 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_stream_cursor_value_input": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 + ], + "kdr": [ + 2046 + ], + "kills": [ + 41 + ], + "matches_played": [ + 41 + ], + "player_avatar_url": [ + 85 + ], + "player_country": [ + 85 + ], + "player_custom_avatar_url": [ + 85 + ], + "player_name": [ + 85 + ], + "player_steam_id": [ + 85 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 + ], + "team_name": [ + 85 + ], + "tournament_team_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_leaderboard_entries_sum_fields": { + "adr": [ + 2046 + ], + "assists": [ + 41 + ], + "deaths": [ + 41 + ], + "headshot_percentage": [ + 2046 ], - "__typename": [ - 85 - ] - }, - "tournament_categories_mutation_response": { - "affected_rows": [ + "kdr": [ + 2046 + ], + "kills": [ 41 ], - "returning": [ - 5243 + "matches_played": [ + 41 + ], + "rating": [ + 2046 + ], + "rounds_played": [ + 41 ], "__typename": [ 85 ] }, - "tournament_categories_on_conflict": { - "constraint": [ - 5251 + "tournament_leaderboard_entries_updates": { + "_inc": [ + 5356 ], - "update_columns": [ - 5265 + "_set": [ + 5363 ], "where": [ - 5250 + 5355 ], "__typename": [ 85 ] }, - "tournament_categories_order_by": { - "category": [ - 3558 + "tournament_leaderboard_entries_var_pop_fields": { + "adr": [ + 32 ], - "e_tournament_category": [ - 1514 + "assists": [ + 32 ], - "tournament": [ - 5621 + "deaths": [ + 32 ], - "tournament_id": [ - 3558 + "headshot_percentage": [ + 32 ], - "__typename": [ - 85 - ] - }, - "tournament_categories_pk_columns_input": { - "category": [ - 1506 + "kdr": [ + 32 ], - "tournament_id": [ - 6365 + "kills": [ + 32 ], - "__typename": [ - 85 - ] - }, - "tournament_categories_select_column": {}, - "tournament_categories_set_input": { - "category": [ - 1506 + "matches_played": [ + 32 ], - "tournament_id": [ - 6365 + "rating": [ + 32 + ], + "rounds_played": [ + 32 ], "__typename": [ 85 ] }, - "tournament_categories_stream_cursor_input": { - "initial_value": [ - 5264 + "tournament_leaderboard_entries_var_samp_fields": { + "adr": [ + 32 ], - "ordering": [ - 393 + "assists": [ + 32 ], - "__typename": [ - 85 - ] - }, - "tournament_categories_stream_cursor_value_input": { - "category": [ - 1506 + "deaths": [ + 32 ], - "tournament_id": [ - 6365 + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 ], "__typename": [ 85 ] }, - "tournament_categories_update_column": {}, - "tournament_categories_updates": { - "_set": [ - 5262 + "tournament_leaderboard_entries_variance_fields": { + "adr": [ + 32 ], - "where": [ - 5250 + "assists": [ + 32 + ], + "deaths": [ + 32 + ], + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 ], "__typename": [ 85 @@ -117105,19 +119131,19 @@ export default { }, "tournament_organizer_teams": { "created_at": [ - 5153 + 5196 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117125,10 +119151,10 @@ export default { }, "tournament_organizer_teams_aggregate": { "aggregate": [ - 5271 + 5378 ], "nodes": [ - 5267 + 5374 ], "__typename": [ 85 @@ -117136,7 +119162,7 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp": { "count": [ - 5270 + 5377 ], "__typename": [ 85 @@ -117144,13 +119170,13 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp_count": { "arguments": [ - 5285 + 5392 ], "distinct": [ 6 ], "filter": [ - 5274 + 5381 ], "predicate": [ 42 @@ -117164,7 +119190,7 @@ export default { 41, { "columns": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "distinct": [ @@ -117173,10 +119199,10 @@ export default { } ], "max": [ - 5277 + 5384 ], "min": [ - 5279 + 5386 ], "__typename": [ 85 @@ -117184,13 +119210,13 @@ export default { }, "tournament_organizer_teams_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 5278 + 5385 ], "min": [ - 5280 + 5387 ], "__typename": [ 85 @@ -117198,10 +119224,10 @@ export default { }, "tournament_organizer_teams_arr_rel_insert_input": { "data": [ - 5276 + 5383 ], "on_conflict": [ - 5282 + 5389 ], "__typename": [ 85 @@ -117209,28 +119235,28 @@ export default { }, "tournament_organizer_teams_bool_exp": { "_and": [ - 5274 + 5381 ], "_not": [ - 5274 + 5381 ], "_or": [ - 5274 + 5381 ], "created_at": [ - 5154 + 5197 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -117239,19 +119265,19 @@ export default { "tournament_organizer_teams_constraint": {}, "tournament_organizer_teams_insert_input": { "created_at": [ - 5153 + 5196 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117259,13 +119285,13 @@ export default { }, "tournament_organizer_teams_max_fields": { "created_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117273,13 +119299,13 @@ export default { }, "tournament_organizer_teams_max_order_by": { "created_at": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117287,13 +119313,13 @@ export default { }, "tournament_organizer_teams_min_fields": { "created_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117301,13 +119327,13 @@ export default { }, "tournament_organizer_teams_min_order_by": { "created_at": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117318,7 +119344,7 @@ export default { 41 ], "returning": [ - 5267 + 5374 ], "__typename": [ 85 @@ -117326,13 +119352,13 @@ export default { }, "tournament_organizer_teams_on_conflict": { "constraint": [ - 5275 + 5382 ], "update_columns": [ - 5289 + 5396 ], "where": [ - 5274 + 5381 ], "__typename": [ 85 @@ -117340,19 +119366,19 @@ export default { }, "tournament_organizer_teams_order_by": { "created_at": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117360,10 +119386,10 @@ export default { }, "tournament_organizer_teams_pk_columns_input": { "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117372,13 +119398,13 @@ export default { "tournament_organizer_teams_select_column": {}, "tournament_organizer_teams_set_input": { "created_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117386,10 +119412,10 @@ export default { }, "tournament_organizer_teams_stream_cursor_input": { "initial_value": [ - 5288 + 5395 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -117397,13 +119423,13 @@ export default { }, "tournament_organizer_teams_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117412,10 +119438,10 @@ export default { "tournament_organizer_teams_update_column": {}, "tournament_organizer_teams_updates": { "_set": [ - 5286 + 5393 ], "where": [ - 5274 + 5381 ], "__typename": [ 85 @@ -117423,22 +119449,22 @@ export default { }, "tournament_organizers": { "organization_team": [ - 5104 + 5147 ], "organization_team_id": [ - 6365 + 6503 ], "organizer": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117446,10 +119472,10 @@ export default { }, "tournament_organizers_aggregate": { "aggregate": [ - 5295 + 5402 ], "nodes": [ - 5291 + 5398 ], "__typename": [ 85 @@ -117457,7 +119483,7 @@ export default { }, "tournament_organizers_aggregate_bool_exp": { "count": [ - 5294 + 5401 ], "__typename": [ 85 @@ -117465,13 +119491,13 @@ export default { }, "tournament_organizers_aggregate_bool_exp_count": { "arguments": [ - 5312 + 5419 ], "distinct": [ 6 ], "filter": [ - 5300 + 5407 ], "predicate": [ 42 @@ -117482,13 +119508,13 @@ export default { }, "tournament_organizers_aggregate_fields": { "avg": [ - 5298 + 5405 ], "count": [ 41, { "columns": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "distinct": [ @@ -117497,31 +119523,31 @@ export default { } ], "max": [ - 5304 + 5411 ], "min": [ - 5306 + 5413 ], "stddev": [ - 5314 + 5421 ], "stddev_pop": [ - 5316 + 5423 ], "stddev_samp": [ - 5318 + 5425 ], "sum": [ - 5322 + 5429 ], "var_pop": [ - 5326 + 5433 ], "var_samp": [ - 5328 + 5435 ], "variance": [ - 5330 + 5437 ], "__typename": [ 85 @@ -117529,37 +119555,37 @@ export default { }, "tournament_organizers_aggregate_order_by": { "avg": [ - 5299 + 5406 ], "count": [ - 3558 + 3601 ], "max": [ - 5305 + 5412 ], "min": [ - 5307 + 5414 ], "stddev": [ - 5315 + 5422 ], "stddev_pop": [ - 5317 + 5424 ], "stddev_samp": [ - 5319 + 5426 ], "sum": [ - 5323 + 5430 ], "var_pop": [ - 5327 + 5434 ], "var_samp": [ - 5329 + 5436 ], "variance": [ - 5331 + 5438 ], "__typename": [ 85 @@ -117567,10 +119593,10 @@ export default { }, "tournament_organizers_arr_rel_insert_input": { "data": [ - 5303 + 5410 ], "on_conflict": [ - 5309 + 5416 ], "__typename": [ 85 @@ -117586,7 +119612,7 @@ export default { }, "tournament_organizers_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117594,31 +119620,31 @@ export default { }, "tournament_organizers_bool_exp": { "_and": [ - 5300 + 5407 ], "_not": [ - 5300 + 5407 ], "_or": [ - 5300 + 5407 ], "organization_team": [ - 5115 + 5158 ], "organization_team_id": [ - 6367 + 6505 ], "organizer": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -117627,7 +119653,7 @@ export default { "tournament_organizers_constraint": {}, "tournament_organizers_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -117635,22 +119661,22 @@ export default { }, "tournament_organizers_insert_input": { "organization_team": [ - 5124 + 5167 ], "organization_team_id": [ - 6365 + 6503 ], "organizer": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117658,13 +119684,13 @@ export default { }, "tournament_organizers_max_fields": { "organization_team_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117672,13 +119698,13 @@ export default { }, "tournament_organizers_max_order_by": { "organization_team_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117686,13 +119712,13 @@ export default { }, "tournament_organizers_min_fields": { "organization_team_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117700,13 +119726,13 @@ export default { }, "tournament_organizers_min_order_by": { "organization_team_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117717,7 +119743,7 @@ export default { 41 ], "returning": [ - 5291 + 5398 ], "__typename": [ 85 @@ -117725,13 +119751,13 @@ export default { }, "tournament_organizers_on_conflict": { "constraint": [ - 5301 + 5408 ], "update_columns": [ - 5324 + 5431 ], "where": [ - 5300 + 5407 ], "__typename": [ 85 @@ -117739,22 +119765,22 @@ export default { }, "tournament_organizers_order_by": { "organization_team": [ - 5126 + 5169 ], "organization_team_id": [ - 3558 + 3601 ], "organizer": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117762,10 +119788,10 @@ export default { }, "tournament_organizers_pk_columns_input": { "steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117774,13 +119800,13 @@ export default { "tournament_organizers_select_column": {}, "tournament_organizers_set_input": { "organization_team_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117796,7 +119822,7 @@ export default { }, "tournament_organizers_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117812,7 +119838,7 @@ export default { }, "tournament_organizers_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117828,7 +119854,7 @@ export default { }, "tournament_organizers_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117836,10 +119862,10 @@ export default { }, "tournament_organizers_stream_cursor_input": { "initial_value": [ - 5321 + 5428 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -117847,13 +119873,13 @@ export default { }, "tournament_organizers_stream_cursor_value_input": { "organization_team_id": [ - 6365 + 6503 ], "steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117861,7 +119887,7 @@ export default { }, "tournament_organizers_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -117869,7 +119895,7 @@ export default { }, "tournament_organizers_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117878,13 +119904,13 @@ export default { "tournament_organizers_update_column": {}, "tournament_organizers_updates": { "_inc": [ - 5302 + 5409 ], "_set": [ - 5313 + 5420 ], "where": [ - 5300 + 5407 ], "__typename": [ 85 @@ -117900,7 +119926,7 @@ export default { }, "tournament_organizers_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117916,7 +119942,7 @@ export default { }, "tournament_organizers_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117932,7 +119958,7 @@ export default { }, "tournament_organizers_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -117940,10 +119966,10 @@ export default { }, "tournament_prizes": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "order": [ 41 @@ -117955,10 +119981,10 @@ export default { 85 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -117966,10 +119992,10 @@ export default { }, "tournament_prizes_aggregate": { "aggregate": [ - 5336 + 5443 ], "nodes": [ - 5332 + 5439 ], "__typename": [ 85 @@ -117977,7 +120003,7 @@ export default { }, "tournament_prizes_aggregate_bool_exp": { "count": [ - 5335 + 5442 ], "__typename": [ 85 @@ -117985,13 +120011,13 @@ export default { }, "tournament_prizes_aggregate_bool_exp_count": { "arguments": [ - 5353 + 5460 ], "distinct": [ 6 ], "filter": [ - 5341 + 5448 ], "predicate": [ 42 @@ -118002,13 +120028,13 @@ export default { }, "tournament_prizes_aggregate_fields": { "avg": [ - 5339 + 5446 ], "count": [ 41, { "columns": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "distinct": [ @@ -118017,31 +120043,31 @@ export default { } ], "max": [ - 5345 + 5452 ], "min": [ - 5347 + 5454 ], "stddev": [ - 5355 + 5462 ], "stddev_pop": [ - 5357 + 5464 ], "stddev_samp": [ - 5359 + 5466 ], "sum": [ - 5363 + 5470 ], "var_pop": [ - 5367 + 5474 ], "var_samp": [ - 5369 + 5476 ], "variance": [ - 5371 + 5478 ], "__typename": [ 85 @@ -118049,37 +120075,37 @@ export default { }, "tournament_prizes_aggregate_order_by": { "avg": [ - 5340 + 5447 ], "count": [ - 3558 + 3601 ], "max": [ - 5346 + 5453 ], "min": [ - 5348 + 5455 ], "stddev": [ - 5356 + 5463 ], "stddev_pop": [ - 5358 + 5465 ], "stddev_samp": [ - 5360 + 5467 ], "sum": [ - 5364 + 5471 ], "var_pop": [ - 5368 + 5475 ], "var_samp": [ - 5370 + 5477 ], "variance": [ - 5372 + 5479 ], "__typename": [ 85 @@ -118087,10 +120113,10 @@ export default { }, "tournament_prizes_arr_rel_insert_input": { "data": [ - 5344 + 5451 ], "on_conflict": [ - 5350 + 5457 ], "__typename": [ 85 @@ -118106,7 +120132,7 @@ export default { }, "tournament_prizes_avg_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118114,19 +120140,19 @@ export default { }, "tournament_prizes_bool_exp": { "_and": [ - 5341 + 5448 ], "_not": [ - 5341 + 5448 ], "_or": [ - 5341 + 5448 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "order": [ 42 @@ -118138,10 +120164,10 @@ export default { 87 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -118158,10 +120184,10 @@ export default { }, "tournament_prizes_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "order": [ 41 @@ -118173,10 +120199,10 @@ export default { 85 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118184,10 +120210,10 @@ export default { }, "tournament_prizes_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "order": [ 41 @@ -118199,7 +120225,7 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118207,22 +120233,22 @@ export default { }, "tournament_prizes_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "place": [ - 3558 + 3601 ], "prize": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118230,10 +120256,10 @@ export default { }, "tournament_prizes_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "order": [ 41 @@ -118245,7 +120271,7 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118253,22 +120279,22 @@ export default { }, "tournament_prizes_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "place": [ - 3558 + 3601 ], "prize": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118279,7 +120305,7 @@ export default { 41 ], "returning": [ - 5332 + 5439 ], "__typename": [ 85 @@ -118287,13 +120313,13 @@ export default { }, "tournament_prizes_on_conflict": { "constraint": [ - 5342 + 5449 ], "update_columns": [ - 5365 + 5472 ], "where": [ - 5341 + 5448 ], "__typename": [ 85 @@ -118301,25 +120327,25 @@ export default { }, "tournament_prizes_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "place": [ - 3558 + 3601 ], "prize": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118327,7 +120353,7 @@ export default { }, "tournament_prizes_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118336,10 +120362,10 @@ export default { "tournament_prizes_select_column": {}, "tournament_prizes_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "order": [ 41 @@ -118351,7 +120377,7 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118367,7 +120393,7 @@ export default { }, "tournament_prizes_stddev_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118383,7 +120409,7 @@ export default { }, "tournament_prizes_stddev_pop_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118399,7 +120425,7 @@ export default { }, "tournament_prizes_stddev_samp_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118407,10 +120433,10 @@ export default { }, "tournament_prizes_stream_cursor_input": { "initial_value": [ - 5362 + 5469 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -118418,10 +120444,10 @@ export default { }, "tournament_prizes_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "order": [ 41 @@ -118433,7 +120459,7 @@ export default { 85 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118449,7 +120475,7 @@ export default { }, "tournament_prizes_sum_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118458,13 +120484,13 @@ export default { "tournament_prizes_update_column": {}, "tournament_prizes_updates": { "_inc": [ - 5343 + 5450 ], "_set": [ - 5354 + 5461 ], "where": [ - 5341 + 5448 ], "__typename": [ 85 @@ -118480,7 +120506,7 @@ export default { }, "tournament_prizes_var_pop_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118496,7 +120522,7 @@ export default { }, "tournament_prizes_var_samp_order_by": { "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118512,7 +120538,346 @@ export default { }, "tournament_prizes_variance_order_by": { "order": [ - 3558 + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks": { + "created_at": [ + 5196 + ], + "player": [ + 4559 + ], + "player_steam_id": [ + 311 + ], + "tournament": [ + 5727 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_aggregate": { + "aggregate": [ + 5482 + ], + "nodes": [ + 5480 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_aggregate_fields": { + "avg": [ + 5483 + ], + "count": [ + 41, + { + "columns": [ + 5494, + "[tournament_registration_unlocks_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5488 + ], + "min": [ + 5489 + ], + "stddev": [ + 5496 + ], + "stddev_pop": [ + 5497 + ], + "stddev_samp": [ + 5498 + ], + "sum": [ + 5501 + ], + "var_pop": [ + 5504 + ], + "var_samp": [ + 5505 + ], + "variance": [ + 5506 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_avg_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_bool_exp": { + "_and": [ + 5484 + ], + "_not": [ + 5484 + ], + "_or": [ + 5484 + ], + "created_at": [ + 5197 + ], + "player": [ + 4563 + ], + "player_steam_id": [ + 313 + ], + "tournament": [ + 5748 + ], + "tournament_id": [ + 6505 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_constraint": {}, + "tournament_registration_unlocks_inc_input": { + "player_steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_insert_input": { + "created_at": [ + 5196 + ], + "player": [ + 4570 + ], + "player_steam_id": [ + 311 + ], + "tournament": [ + 5757 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_max_fields": { + "created_at": [ + 5196 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_min_fields": { + "created_at": [ + 5196 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5480 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_on_conflict": { + "constraint": [ + 5485 + ], + "update_columns": [ + 5502 + ], + "where": [ + 5484 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_order_by": { + "created_at": [ + 3601 + ], + "player": [ + 4572 + ], + "player_steam_id": [ + 3601 + ], + "tournament": [ + 5759 + ], + "tournament_id": [ + 3601 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_pk_columns_input": { + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_select_column": {}, + "tournament_registration_unlocks_set_input": { + "created_at": [ + 5196 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_stddev_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_stddev_pop_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_stddev_samp_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_stream_cursor_input": { + "initial_value": [ + 5500 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_stream_cursor_value_input": { + "created_at": [ + 5196 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6503 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_sum_fields": { + "player_steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_update_column": {}, + "tournament_registration_unlocks_updates": { + "_inc": [ + 5486 + ], + "_set": [ + 5495 + ], + "where": [ + 5484 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_var_pop_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_var_samp_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_registration_unlocks_variance_fields": { + "player_steam_id": [ + 32 ], "__typename": [ 85 @@ -118520,28 +120885,28 @@ export default { }, "tournament_stage_windows": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "round": [ 41 ], "stage": [ - 5414 + 5548 ], "tournament_stage_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118549,10 +120914,10 @@ export default { }, "tournament_stage_windows_aggregate": { "aggregate": [ - 5377 + 5511 ], "nodes": [ - 5373 + 5507 ], "__typename": [ 85 @@ -118560,7 +120925,7 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 5376 + 5510 ], "__typename": [ 85 @@ -118568,13 +120933,13 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 5394 + 5528 ], "distinct": [ 6 ], "filter": [ - 5382 + 5516 ], "predicate": [ 42 @@ -118585,13 +120950,13 @@ export default { }, "tournament_stage_windows_aggregate_fields": { "avg": [ - 5380 + 5514 ], "count": [ 41, { "columns": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "distinct": [ @@ -118600,31 +120965,31 @@ export default { } ], "max": [ - 5386 + 5520 ], "min": [ - 5388 + 5522 ], "stddev": [ - 5396 + 5530 ], "stddev_pop": [ - 5398 + 5532 ], "stddev_samp": [ - 5400 + 5534 ], "sum": [ - 5404 + 5538 ], "var_pop": [ - 5408 + 5542 ], "var_samp": [ - 5410 + 5544 ], "variance": [ - 5412 + 5546 ], "__typename": [ 85 @@ -118632,37 +120997,37 @@ export default { }, "tournament_stage_windows_aggregate_order_by": { "avg": [ - 5381 + 5515 ], "count": [ - 3558 + 3601 ], "max": [ - 5387 + 5521 ], "min": [ - 5389 + 5523 ], "stddev": [ - 5397 + 5531 ], "stddev_pop": [ - 5399 + 5533 ], "stddev_samp": [ - 5401 + 5535 ], "sum": [ - 5405 + 5539 ], "var_pop": [ - 5409 + 5543 ], "var_samp": [ - 5411 + 5545 ], "variance": [ - 5413 + 5547 ], "__typename": [ 85 @@ -118670,10 +121035,10 @@ export default { }, "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 5385 + 5519 ], "on_conflict": [ - 5391 + 5525 ], "__typename": [ 85 @@ -118689,7 +121054,7 @@ export default { }, "tournament_stage_windows_avg_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118697,37 +121062,37 @@ export default { }, "tournament_stage_windows_bool_exp": { "_and": [ - 5382 + 5516 ], "_not": [ - 5382 + 5516 ], "_or": [ - 5382 + 5516 ], "closes_at": [ - 5154 + 5197 ], "created_at": [ - 5154 + 5197 ], "default_match_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "opens_at": [ - 5154 + 5197 ], "round": [ 42 ], "stage": [ - 5426 + 5560 ], "tournament_stage_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -118744,28 +121109,28 @@ export default { }, "tournament_stage_windows_insert_input": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "round": [ 41 ], "stage": [ - 5438 + 5572 ], "tournament_stage_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118773,25 +121138,25 @@ export default { }, "tournament_stage_windows_max_fields": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "round": [ 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118799,25 +121164,25 @@ export default { }, "tournament_stage_windows_max_order_by": { "closes_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "default_match_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "opens_at": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118825,25 +121190,25 @@ export default { }, "tournament_stage_windows_min_fields": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "round": [ 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118851,25 +121216,25 @@ export default { }, "tournament_stage_windows_min_order_by": { "closes_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "default_match_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "opens_at": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118880,7 +121245,7 @@ export default { 41 ], "returning": [ - 5373 + 5507 ], "__typename": [ 85 @@ -118888,13 +121253,13 @@ export default { }, "tournament_stage_windows_on_conflict": { "constraint": [ - 5383 + 5517 ], "update_columns": [ - 5406 + 5540 ], "where": [ - 5382 + 5516 ], "__typename": [ 85 @@ -118902,28 +121267,28 @@ export default { }, "tournament_stage_windows_order_by": { "closes_at": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "default_match_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "opens_at": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "stage": [ - 5440 + 5574 ], "tournament_stage_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118931,7 +121296,7 @@ export default { }, "tournament_stage_windows_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118940,25 +121305,25 @@ export default { "tournament_stage_windows_select_column": {}, "tournament_stage_windows_set_input": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "round": [ 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -118974,7 +121339,7 @@ export default { }, "tournament_stage_windows_stddev_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -118990,7 +121355,7 @@ export default { }, "tournament_stage_windows_stddev_pop_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119006,7 +121371,7 @@ export default { }, "tournament_stage_windows_stddev_samp_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119014,10 +121379,10 @@ export default { }, "tournament_stage_windows_stream_cursor_input": { "initial_value": [ - 5403 + 5537 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -119025,25 +121390,25 @@ export default { }, "tournament_stage_windows_stream_cursor_value_input": { "closes_at": [ - 5153 + 5196 ], "created_at": [ - 5153 + 5196 ], "default_match_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "opens_at": [ - 5153 + 5196 ], "round": [ 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -119059,7 +121424,7 @@ export default { }, "tournament_stage_windows_sum_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119068,13 +121433,13 @@ export default { "tournament_stage_windows_update_column": {}, "tournament_stage_windows_updates": { "_inc": [ - 5384 + 5518 ], "_set": [ - 5395 + 5529 ], "where": [ - 5382 + 5516 ], "__typename": [ 85 @@ -119090,7 +121455,7 @@ export default { }, "tournament_stage_windows_var_pop_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119106,7 +121471,7 @@ export default { }, "tournament_stage_windows_var_samp_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119122,7 +121487,7 @@ export default { }, "tournament_stage_windows_variance_order_by": { "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119130,10 +121495,10 @@ export default { }, "tournament_stages": { "brackets": [ - 5197, + 5240, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -119143,19 +121508,19 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], "brackets_aggregate": [ - 5198, + 5241, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -119165,11 +121530,11 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], @@ -119180,7 +121545,7 @@ export default { 41 ], "e_tournament_stage_type": [ - 1522 + 1564 ], "final_map_advantage": [ 41 @@ -119189,10 +121554,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_rounds": [ 41 @@ -119204,16 +121569,16 @@ export default { 41 ], "options": [ - 3200 + 3243 ], "order": [ 41 ], "results": [ - 7107, + 7245, { "distinct_on": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -119223,19 +121588,19 @@ export default { 41 ], "order_by": [ - 7137, + 7275, "[v_team_stage_results_order_by!]" ], "where": [ - 7126 + 7264 ] } ], "results_aggregate": [ - 7108, + 7246, { "distinct_on": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -119245,16 +121610,16 @@ export default { 41 ], "order_by": [ - 7137, + 7275, "[v_team_stage_results_order_by!]" ], "where": [ - 7126 + 7264 ] } ], "settings": [ - 2349, + 2392, { "path": [ 85 @@ -119268,19 +121633,19 @@ export default { 6 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "type": [ - 1527 + 1569 ], "windows": [ - 5373, + 5507, { "distinct_on": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -119290,19 +121655,19 @@ export default { 41 ], "order_by": [ - 5392, + 5526, "[tournament_stage_windows_order_by!]" ], "where": [ - 5382 + 5516 ] } ], "windows_aggregate": [ - 5374, + 5508, { "distinct_on": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -119312,11 +121677,11 @@ export default { 41 ], "order_by": [ - 5392, + 5526, "[tournament_stage_windows_order_by!]" ], "where": [ - 5382 + 5516 ] } ], @@ -119326,10 +121691,10 @@ export default { }, "tournament_stages_aggregate": { "aggregate": [ - 5420 + 5554 ], "nodes": [ - 5414 + 5548 ], "__typename": [ 85 @@ -119337,13 +121702,13 @@ export default { }, "tournament_stages_aggregate_bool_exp": { "bool_and": [ - 5417 + 5551 ], "bool_or": [ - 5418 + 5552 ], "count": [ - 5419 + 5553 ], "__typename": [ 85 @@ -119351,13 +121716,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_and": { "arguments": [ - 5444 + 5578 ], "distinct": [ 6 ], "filter": [ - 5426 + 5560 ], "predicate": [ 7 @@ -119368,13 +121733,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_or": { "arguments": [ - 5445 + 5579 ], "distinct": [ 6 ], "filter": [ - 5426 + 5560 ], "predicate": [ 7 @@ -119385,13 +121750,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_count": { "arguments": [ - 5443 + 5577 ], "distinct": [ 6 ], "filter": [ - 5426 + 5560 ], "predicate": [ 42 @@ -119402,13 +121767,13 @@ export default { }, "tournament_stages_aggregate_fields": { "avg": [ - 5424 + 5558 ], "count": [ 41, { "columns": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "distinct": [ @@ -119417,31 +121782,31 @@ export default { } ], "max": [ - 5433 + 5567 ], "min": [ - 5435 + 5569 ], "stddev": [ - 5447 + 5581 ], "stddev_pop": [ - 5449 + 5583 ], "stddev_samp": [ - 5451 + 5585 ], "sum": [ - 5455 + 5589 ], "var_pop": [ - 5459 + 5593 ], "var_samp": [ - 5461 + 5595 ], "variance": [ - 5463 + 5597 ], "__typename": [ 85 @@ -119449,37 +121814,37 @@ export default { }, "tournament_stages_aggregate_order_by": { "avg": [ - 5425 + 5559 ], "count": [ - 3558 + 3601 ], "max": [ - 5434 + 5568 ], "min": [ - 5436 + 5570 ], "stddev": [ - 5448 + 5582 ], "stddev_pop": [ - 5450 + 5584 ], "stddev_samp": [ - 5452 + 5586 ], "sum": [ - 5456 + 5590 ], "var_pop": [ - 5460 + 5594 ], "var_samp": [ - 5462 + 5596 ], "variance": [ - 5464 + 5598 ], "__typename": [ 85 @@ -119487,7 +121852,7 @@ export default { }, "tournament_stages_append_input": { "settings": [ - 2349 + 2392 ], "__typename": [ 85 @@ -119495,10 +121860,10 @@ export default { }, "tournament_stages_arr_rel_insert_input": { "data": [ - 5432 + 5566 ], "on_conflict": [ - 5439 + 5573 ], "__typename": [ 85 @@ -119535,28 +121900,28 @@ export default { }, "tournament_stages_avg_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119564,19 +121929,19 @@ export default { }, "tournament_stages_bool_exp": { "_and": [ - 5426 + 5560 ], "_not": [ - 5426 + 5560 ], "_or": [ - 5426 + 5560 ], "brackets": [ - 5208 + 5251 ], "brackets_aggregate": [ - 5199 + 5242 ], "decider_best_of": [ 42 @@ -119585,7 +121950,7 @@ export default { 42 ], "e_tournament_stage_type": [ - 1525 + 1567 ], "final_map_advantage": [ 42 @@ -119594,10 +121959,10 @@ export default { 42 ], "id": [ - 6367 + 6505 ], "match_options_id": [ - 6367 + 6505 ], "max_rounds": [ 42 @@ -119609,19 +121974,19 @@ export default { 42 ], "options": [ - 3211 + 3254 ], "order": [ 42 ], "results": [ - 7126 + 7264 ], "results_aggregate": [ - 7109 + 7247 ], "settings": [ - 2351 + 2394 ], "swiss_no_elimination": [ 7 @@ -119630,19 +121995,19 @@ export default { 7 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "type": [ - 1528 + 1570 ], "windows": [ - 5382 + 5516 ], "windows_aggregate": [ - 5375 + 5509 ], "__typename": [ 85 @@ -119704,7 +122069,7 @@ export default { }, "tournament_stages_insert_input": { "brackets": [ - 5205 + 5248 ], "decider_best_of": [ 41 @@ -119713,7 +122078,7 @@ export default { 41 ], "e_tournament_stage_type": [ - 1533 + 1575 ], "final_map_advantage": [ 41 @@ -119722,10 +122087,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_rounds": [ 41 @@ -119737,16 +122102,16 @@ export default { 41 ], "options": [ - 3220 + 3263 ], "order": [ 41 ], "results": [ - 7123 + 7261 ], "settings": [ - 2349 + 2392 ], "swiss_no_elimination": [ 6 @@ -119755,16 +122120,16 @@ export default { 6 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "type": [ - 1527 + 1569 ], "windows": [ - 5379 + 5513 ], "__typename": [ 85 @@ -119784,10 +122149,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_rounds": [ 41 @@ -119802,7 +122167,7 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -119810,37 +122175,37 @@ export default { }, "tournament_stages_max_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119860,10 +122225,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_rounds": [ 41 @@ -119878,7 +122243,7 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -119886,37 +122251,37 @@ export default { }, "tournament_stages_min_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -119927,7 +122292,7 @@ export default { 41 ], "returning": [ - 5414 + 5548 ], "__typename": [ 85 @@ -119935,10 +122300,10 @@ export default { }, "tournament_stages_obj_rel_insert_input": { "data": [ - 5432 + 5566 ], "on_conflict": [ - 5439 + 5573 ], "__typename": [ 85 @@ -119946,13 +122311,13 @@ export default { }, "tournament_stages_on_conflict": { "constraint": [ - 5427 + 5561 ], "update_columns": [ - 5457 + 5591 ], "where": [ - 5426 + 5560 ], "__typename": [ 85 @@ -119960,67 +122325,67 @@ export default { }, "tournament_stages_order_by": { "brackets_aggregate": [ - 5204 + 5247 ], "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "e_tournament_stage_type": [ - 1535 + 1577 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "options": [ - 3222 + 3265 ], "order": [ - 3558 + 3601 ], "results_aggregate": [ - 7122 + 7260 ], "settings": [ - 3558 + 3601 ], "swiss_no_elimination": [ - 3558 + 3601 ], "third_place_match": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "windows_aggregate": [ - 5378 + 5512 ], "__typename": [ 85 @@ -120028,7 +122393,7 @@ export default { }, "tournament_stages_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -120036,7 +122401,7 @@ export default { }, "tournament_stages_prepend_input": { "settings": [ - 2349 + 2392 ], "__typename": [ 85 @@ -120059,10 +122424,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_rounds": [ 41 @@ -120077,7 +122442,7 @@ export default { 41 ], "settings": [ - 2349 + 2392 ], "swiss_no_elimination": [ 6 @@ -120086,10 +122451,10 @@ export default { 6 ], "tournament_id": [ - 6365 + 6503 ], "type": [ - 1527 + 1569 ], "__typename": [ 85 @@ -120126,28 +122491,28 @@ export default { }, "tournament_stages_stddev_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120184,28 +122549,28 @@ export default { }, "tournament_stages_stddev_pop_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120242,28 +122607,28 @@ export default { }, "tournament_stages_stddev_samp_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120271,10 +122636,10 @@ export default { }, "tournament_stages_stream_cursor_input": { "initial_value": [ - 5454 + 5588 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -120294,10 +122659,10 @@ export default { 41 ], "id": [ - 6365 + 6503 ], "match_options_id": [ - 6365 + 6503 ], "max_rounds": [ 41 @@ -120312,7 +122677,7 @@ export default { 41 ], "settings": [ - 2349 + 2392 ], "swiss_no_elimination": [ 6 @@ -120321,10 +122686,10 @@ export default { 6 ], "tournament_id": [ - 6365 + 6503 ], "type": [ - 1527 + 1569 ], "__typename": [ 85 @@ -120361,28 +122726,28 @@ export default { }, "tournament_stages_sum_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120391,28 +122756,28 @@ export default { "tournament_stages_update_column": {}, "tournament_stages_updates": { "_append": [ - 5422 + 5556 ], "_delete_at_path": [ - 5428 + 5562 ], "_delete_elem": [ - 5429 + 5563 ], "_delete_key": [ - 5430 + 5564 ], "_inc": [ - 5431 + 5565 ], "_prepend": [ - 5442 + 5576 ], "_set": [ - 5446 + 5580 ], "where": [ - 5426 + 5560 ], "__typename": [ 85 @@ -120449,28 +122814,28 @@ export default { }, "tournament_stages_var_pop_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120507,28 +122872,28 @@ export default { }, "tournament_stages_var_samp_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120565,28 +122930,28 @@ export default { }, "tournament_stages_variance_order_by": { "decider_best_of": [ - 3558 + 3601 ], "default_best_of": [ - 3558 + 3601 ], "final_map_advantage": [ - 3558 + 3601 ], "groups": [ - 3558 + 3601 ], "max_rounds": [ - 3558 + 3601 ], "max_teams": [ - 3558 + 3601 ], "min_teams": [ - 3558 + 3601 ], "order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120594,28 +122959,28 @@ export default { }, "tournament_team_invites": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by": [ - 4516 + 4559 ], "invited_by_player_steam_id": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "team": [ - 5547 + 5681 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -120623,10 +122988,10 @@ export default { }, "tournament_team_invites_aggregate": { "aggregate": [ - 5469 + 5603 ], "nodes": [ - 5465 + 5599 ], "__typename": [ 85 @@ -120634,7 +122999,7 @@ export default { }, "tournament_team_invites_aggregate_bool_exp": { "count": [ - 5468 + 5602 ], "__typename": [ 85 @@ -120642,13 +123007,13 @@ export default { }, "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 5486 + 5620 ], "distinct": [ 6 ], "filter": [ - 5474 + 5608 ], "predicate": [ 42 @@ -120659,13 +123024,13 @@ export default { }, "tournament_team_invites_aggregate_fields": { "avg": [ - 5472 + 5606 ], "count": [ 41, { "columns": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "distinct": [ @@ -120674,31 +123039,31 @@ export default { } ], "max": [ - 5478 + 5612 ], "min": [ - 5480 + 5614 ], "stddev": [ - 5488 + 5622 ], "stddev_pop": [ - 5490 + 5624 ], "stddev_samp": [ - 5492 + 5626 ], "sum": [ - 5496 + 5630 ], "var_pop": [ - 5500 + 5634 ], "var_samp": [ - 5502 + 5636 ], "variance": [ - 5504 + 5638 ], "__typename": [ 85 @@ -120706,37 +123071,37 @@ export default { }, "tournament_team_invites_aggregate_order_by": { "avg": [ - 5473 + 5607 ], "count": [ - 3558 + 3601 ], "max": [ - 5479 + 5613 ], "min": [ - 5481 + 5615 ], "stddev": [ - 5489 + 5623 ], "stddev_pop": [ - 5491 + 5625 ], "stddev_samp": [ - 5493 + 5627 ], "sum": [ - 5497 + 5631 ], "var_pop": [ - 5501 + 5635 ], "var_samp": [ - 5503 + 5637 ], "variance": [ - 5505 + 5639 ], "__typename": [ 85 @@ -120744,10 +123109,10 @@ export default { }, "tournament_team_invites_arr_rel_insert_input": { "data": [ - 5477 + 5611 ], "on_conflict": [ - 5483 + 5617 ], "__typename": [ 85 @@ -120766,10 +123131,10 @@ export default { }, "tournament_team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120777,37 +123142,37 @@ export default { }, "tournament_team_invites_bool_exp": { "_and": [ - 5474 + 5608 ], "_not": [ - 5474 + 5608 ], "_or": [ - 5474 + 5608 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "invited_by": [ - 4520 + 4563 ], "invited_by_player_steam_id": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "team": [ - 5556 + 5692 ], "tournament_team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -120816,10 +123181,10 @@ export default { "tournament_team_invites_constraint": {}, "tournament_team_invites_inc_input": { "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -120827,28 +123192,28 @@ export default { }, "tournament_team_invites_insert_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by": [ - 4527 + 4570 ], "invited_by_player_steam_id": [ - 310 + 311 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "team": [ - 5565 + 5701 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -120856,19 +123221,19 @@ export default { }, "tournament_team_invites_max_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -120876,19 +123241,19 @@ export default { }, "tournament_team_invites_max_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120896,19 +123261,19 @@ export default { }, "tournament_team_invites_min_fields": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -120916,19 +123281,19 @@ export default { }, "tournament_team_invites_min_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120939,7 +123304,7 @@ export default { 41 ], "returning": [ - 5465 + 5599 ], "__typename": [ 85 @@ -120947,13 +123312,13 @@ export default { }, "tournament_team_invites_on_conflict": { "constraint": [ - 5475 + 5609 ], "update_columns": [ - 5498 + 5632 ], "where": [ - 5474 + 5608 ], "__typename": [ 85 @@ -120961,28 +123326,28 @@ export default { }, "tournament_team_invites_order_by": { "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invited_by": [ - 4529 + 4572 ], "invited_by_player_steam_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "team": [ - 5567 + 5703 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -120990,7 +123355,7 @@ export default { }, "tournament_team_invites_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -120999,19 +123364,19 @@ export default { "tournament_team_invites_select_column": {}, "tournament_team_invites_set_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121030,10 +123395,10 @@ export default { }, "tournament_team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121052,10 +123417,10 @@ export default { }, "tournament_team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121074,10 +123439,10 @@ export default { }, "tournament_team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121085,10 +123450,10 @@ export default { }, "tournament_team_invites_stream_cursor_input": { "initial_value": [ - 5495 + 5629 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -121096,19 +123461,19 @@ export default { }, "tournament_team_invites_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121116,10 +123481,10 @@ export default { }, "tournament_team_invites_sum_fields": { "invited_by_player_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -121127,10 +123492,10 @@ export default { }, "tournament_team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121139,13 +123504,13 @@ export default { "tournament_team_invites_update_column": {}, "tournament_team_invites_updates": { "_inc": [ - 5476 + 5610 ], "_set": [ - 5487 + 5621 ], "where": [ - 5474 + 5608 ], "__typename": [ 85 @@ -121164,10 +123529,10 @@ export default { }, "tournament_team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121186,10 +123551,10 @@ export default { }, "tournament_team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121208,39 +123573,45 @@ export default { }, "tournament_team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 ] }, "tournament_team_roster": { + "checked_in_at": [ + 5196 + ], "e_team_role": [ - 1440 + 1441 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 + ], + "target_eligible": [ + 6 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team": [ - 5547 + 5681 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121248,10 +123619,10 @@ export default { }, "tournament_team_roster_aggregate": { "aggregate": [ - 5510 + 5644 ], "nodes": [ - 5506 + 5640 ], "__typename": [ 85 @@ -121259,7 +123630,7 @@ export default { }, "tournament_team_roster_aggregate_bool_exp": { "count": [ - 5509 + 5643 ], "__typename": [ 85 @@ -121267,13 +123638,13 @@ export default { }, "tournament_team_roster_aggregate_bool_exp_count": { "arguments": [ - 5527 + 5661 ], "distinct": [ 6 ], "filter": [ - 5515 + 5649 ], "predicate": [ 42 @@ -121284,13 +123655,13 @@ export default { }, "tournament_team_roster_aggregate_fields": { "avg": [ - 5513 + 5647 ], "count": [ 41, { "columns": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "distinct": [ @@ -121299,31 +123670,31 @@ export default { } ], "max": [ - 5519 + 5653 ], "min": [ - 5521 + 5655 ], "stddev": [ - 5529 + 5663 ], "stddev_pop": [ - 5531 + 5665 ], "stddev_samp": [ - 5533 + 5667 ], "sum": [ - 5537 + 5671 ], "var_pop": [ - 5541 + 5675 ], "var_samp": [ - 5543 + 5677 ], "variance": [ - 5545 + 5679 ], "__typename": [ 85 @@ -121331,37 +123702,37 @@ export default { }, "tournament_team_roster_aggregate_order_by": { "avg": [ - 5514 + 5648 ], "count": [ - 3558 + 3601 ], "max": [ - 5520 + 5654 ], "min": [ - 5522 + 5656 ], "stddev": [ - 5530 + 5664 ], "stddev_pop": [ - 5532 + 5666 ], "stddev_samp": [ - 5534 + 5668 ], "sum": [ - 5538 + 5672 ], "var_pop": [ - 5542 + 5676 ], "var_samp": [ - 5544 + 5678 ], "variance": [ - 5546 + 5680 ], "__typename": [ 85 @@ -121369,10 +123740,10 @@ export default { }, "tournament_team_roster_arr_rel_insert_input": { "data": [ - 5518 + 5652 ], "on_conflict": [ - 5524 + 5658 ], "__typename": [ 85 @@ -121388,7 +123759,7 @@ export default { }, "tournament_team_roster_avg_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121396,37 +123767,43 @@ export default { }, "tournament_team_roster_bool_exp": { "_and": [ - 5515 + 5649 ], "_not": [ - 5515 + 5649 ], "_or": [ - 5515 + 5649 + ], + "checked_in_at": [ + 5197 ], "e_team_role": [ - 1443 + 1444 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "role": [ - 1446 + 1447 + ], + "target_eligible": [ + 7 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "tournament_team": [ - 5556 + 5692 ], "tournament_team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -121435,92 +123812,107 @@ export default { "tournament_team_roster_constraint": {}, "tournament_team_roster_inc_input": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 ] }, "tournament_team_roster_insert_input": { + "checked_in_at": [ + 5196 + ], "e_team_role": [ - 1451 + 1452 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team": [ - 5565 + 5701 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 ] }, "tournament_team_roster_max_fields": { + "checked_in_at": [ + 5196 + ], "player_steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 ] }, "tournament_team_roster_max_order_by": { + "checked_in_at": [ + 3601 + ], "player_steam_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 ] }, "tournament_team_roster_min_fields": { + "checked_in_at": [ + 5196 + ], "player_steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 ] }, "tournament_team_roster_min_order_by": { + "checked_in_at": [ + 3601 + ], "player_steam_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121531,7 +123923,7 @@ export default { 41 ], "returning": [ - 5506 + 5640 ], "__typename": [ 85 @@ -121539,42 +123931,48 @@ export default { }, "tournament_team_roster_on_conflict": { "constraint": [ - 5516 + 5650 ], "update_columns": [ - 5539 + 5673 ], "where": [ - 5515 + 5649 ], "__typename": [ 85 ] }, "tournament_team_roster_order_by": { + "checked_in_at": [ + 3601 + ], "e_team_role": [ - 1453 + 1454 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "role": [ - 3558 + 3601 + ], + "target_eligible": [ + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team": [ - 5567 + 5703 ], "tournament_team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121582,10 +123980,10 @@ export default { }, "tournament_team_roster_pk_columns_input": { "player_steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121593,17 +123991,20 @@ export default { }, "tournament_team_roster_select_column": {}, "tournament_team_roster_set_input": { + "checked_in_at": [ + 5196 + ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121619,7 +124020,7 @@ export default { }, "tournament_team_roster_stddev_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121635,7 +124036,7 @@ export default { }, "tournament_team_roster_stddev_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121651,7 +124052,7 @@ export default { }, "tournament_team_roster_stddev_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121659,27 +124060,30 @@ export default { }, "tournament_team_roster_stream_cursor_input": { "initial_value": [ - 5536 + 5670 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 ] }, "tournament_team_roster_stream_cursor_value_input": { + "checked_in_at": [ + 5196 + ], "player_steam_id": [ - 310 + 311 ], "role": [ - 1445 + 1446 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121687,7 +124091,7 @@ export default { }, "tournament_team_roster_sum_fields": { "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -121695,7 +124099,7 @@ export default { }, "tournament_team_roster_sum_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121704,13 +124108,13 @@ export default { "tournament_team_roster_update_column": {}, "tournament_team_roster_updates": { "_inc": [ - 5517 + 5651 ], "_set": [ - 5528 + 5662 ], "where": [ - 5515 + 5649 ], "__typename": [ 85 @@ -121726,7 +124130,7 @@ export default { }, "tournament_team_roster_var_pop_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121742,7 +124146,7 @@ export default { }, "tournament_team_roster_var_samp_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121758,7 +124162,7 @@ export default { }, "tournament_team_roster_variance_order_by": { "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -121769,28 +124173,78 @@ export default { 6 ], "captain": [ - 4516 + 4559 ], "captain_steam_id": [ - 310 + 311 + ], + "checked_in": [ + 6 + ], + "checked_in_at": [ + 5196 ], "created_at": [ - 5153 + 5196 ], "creator": [ - 4516 + 4559 ], "eligible_at": [ - 5153 + 5196 + ], + "free_agents": [ + 5310, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "free_agents_aggregate": [ + 5311, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } ], "id": [ - 6365 + 6503 ], "invites": [ - 5465, + 5599, { "distinct_on": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -121800,19 +124254,19 @@ export default { 41 ], "order_by": [ - 5484, + 5618, "[tournament_team_invites_order_by!]" ], "where": [ - 5474 + 5608 ] } ], "invites_aggregate": [ - 5466, + 5600, { "distinct_on": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -121822,28 +124276,31 @@ export default { 41 ], "order_by": [ - 5484, + 5618, "[tournament_team_invites_order_by!]" ], "where": [ - 5474 + 5608 ] } ], + "is_drafted": [ + 6 + ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "results": [ - 7107 + 7245 ], "roster": [ - 5506, + 5640, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -121853,19 +124310,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "roster_aggregate": [ - 5507, + 5641, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -121875,11 +124332,11 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], @@ -121890,16 +124347,16 @@ export default { 85 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -121907,18 +124364,58 @@ export default { }, "tournament_teams_aggregate": { "aggregate": [ - 5551 + 5687 ], "nodes": [ - 5547 + 5681 ], "__typename": [ 85 ] }, "tournament_teams_aggregate_bool_exp": { + "bool_and": [ + 5684 + ], + "bool_or": [ + 5685 + ], "count": [ - 5550 + 5686 + ], + "__typename": [ + 85 + ] + }, + "tournament_teams_aggregate_bool_exp_bool_and": { + "arguments": [ + 5706 + ], + "distinct": [ + 6 + ], + "filter": [ + 5692 + ], + "predicate": [ + 7 + ], + "__typename": [ + 85 + ] + }, + "tournament_teams_aggregate_bool_exp_bool_or": { + "arguments": [ + 5707 + ], + "distinct": [ + 6 + ], + "filter": [ + 5692 + ], + "predicate": [ + 7 ], "__typename": [ 85 @@ -121926,13 +124423,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 5569 + 5705 ], "distinct": [ 6 ], "filter": [ - 5556 + 5692 ], "predicate": [ 42 @@ -121943,13 +124440,13 @@ export default { }, "tournament_teams_aggregate_fields": { "avg": [ - 5554 + 5690 ], "count": [ 41, { "columns": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "distinct": [ @@ -121958,31 +124455,31 @@ export default { } ], "max": [ - 5560 + 5696 ], "min": [ - 5562 + 5698 ], "stddev": [ - 5571 + 5709 ], "stddev_pop": [ - 5573 + 5711 ], "stddev_samp": [ - 5575 + 5713 ], "sum": [ - 5579 + 5717 ], "var_pop": [ - 5583 + 5721 ], "var_samp": [ - 5585 + 5723 ], "variance": [ - 5587 + 5725 ], "__typename": [ 85 @@ -121990,37 +124487,37 @@ export default { }, "tournament_teams_aggregate_order_by": { "avg": [ - 5555 + 5691 ], "count": [ - 3558 + 3601 ], "max": [ - 5561 + 5697 ], "min": [ - 5563 + 5699 ], "stddev": [ - 5572 + 5710 ], "stddev_pop": [ - 5574 + 5712 ], "stddev_samp": [ - 5576 + 5714 ], "sum": [ - 5580 + 5718 ], "var_pop": [ - 5584 + 5722 ], "var_samp": [ - 5586 + 5724 ], "variance": [ - 5588 + 5726 ], "__typename": [ 85 @@ -122028,10 +124525,10 @@ export default { }, "tournament_teams_arr_rel_insert_input": { "data": [ - 5559 + 5695 ], "on_conflict": [ - 5566 + 5702 ], "__typename": [ 85 @@ -122053,13 +124550,13 @@ export default { }, "tournament_teams_avg_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122067,55 +124564,70 @@ export default { }, "tournament_teams_bool_exp": { "_and": [ - 5556 + 5692 ], "_not": [ - 5556 + 5692 ], "_or": [ - 5556 + 5692 ], "can_manage": [ 7 ], "captain": [ - 4520 + 4563 ], "captain_steam_id": [ - 312 + 313 + ], + "checked_in": [ + 7 + ], + "checked_in_at": [ + 5197 ], "created_at": [ - 5154 + 5197 ], "creator": [ - 4520 + 4563 ], "eligible_at": [ - 5154 + 5197 + ], + "free_agents": [ + 5319 + ], + "free_agents_aggregate": [ + 5312 ], "id": [ - 6367 + 6505 ], "invites": [ - 5474 + 5608 ], "invites_aggregate": [ - 5467 + 5601 + ], + "is_drafted": [ + 7 ], "name": [ 87 ], "owner_steam_id": [ - 312 + 313 ], "results": [ - 7126 + 7264 ], "roster": [ - 5515 + 5649 ], "roster_aggregate": [ - 5508 + 5642 ], "seed": [ 42 @@ -122124,16 +124636,16 @@ export default { 87 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -122142,10 +124654,10 @@ export default { "tournament_teams_constraint": {}, "tournament_teams_inc_input": { "captain_steam_id": [ - 310 + 311 ], "owner_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -122156,37 +124668,46 @@ export default { }, "tournament_teams_insert_input": { "captain": [ - 4527 + 4570 ], "captain_steam_id": [ - 310 + 311 + ], + "checked_in_at": [ + 5196 ], "created_at": [ - 5153 + 5196 ], "creator": [ - 4527 + 4570 ], "eligible_at": [ - 5153 + 5196 + ], + "free_agents": [ + 5316 ], "id": [ - 6365 + 6503 ], "invites": [ - 5471 + 5605 + ], + "is_drafted": [ + 6 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "results": [ - 7135 + 7273 ], "roster": [ - 5512 + 5646 ], "seed": [ 41 @@ -122195,16 +124716,16 @@ export default { 85 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -122212,22 +124733,25 @@ export default { }, "tournament_teams_max_fields": { "captain_steam_id": [ - 310 + 311 + ], + "checked_in_at": [ + 5196 ], "created_at": [ - 5153 + 5196 ], "eligible_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -122236,10 +124760,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -122247,34 +124771,37 @@ export default { }, "tournament_teams_max_order_by": { "captain_steam_id": [ - 3558 + 3601 + ], + "checked_in_at": [ + 3601 ], "created_at": [ - 3558 + 3601 ], "eligible_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "short_name": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122282,22 +124809,25 @@ export default { }, "tournament_teams_min_fields": { "captain_steam_id": [ - 310 + 311 + ], + "checked_in_at": [ + 5196 ], "created_at": [ - 5153 + 5196 ], "eligible_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -122306,10 +124836,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -122317,34 +124847,37 @@ export default { }, "tournament_teams_min_order_by": { "captain_steam_id": [ - 3558 + 3601 + ], + "checked_in_at": [ + 3601 ], "created_at": [ - 3558 + 3601 ], "eligible_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "short_name": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122355,7 +124888,7 @@ export default { 41 ], "returning": [ - 5547 + 5681 ], "__typename": [ 85 @@ -122363,10 +124896,10 @@ export default { }, "tournament_teams_obj_rel_insert_input": { "data": [ - 5559 + 5695 ], "on_conflict": [ - 5566 + 5702 ], "__typename": [ 85 @@ -122374,13 +124907,13 @@ export default { }, "tournament_teams_on_conflict": { "constraint": [ - 5557 + 5693 ], "update_columns": [ - 5581 + 5719 ], "where": [ - 5556 + 5692 ], "__typename": [ 85 @@ -122388,58 +124921,70 @@ export default { }, "tournament_teams_order_by": { "can_manage": [ - 3558 + 3601 ], "captain": [ - 4529 + 4572 ], "captain_steam_id": [ - 3558 + 3601 + ], + "checked_in": [ + 3601 + ], + "checked_in_at": [ + 3601 ], "created_at": [ - 3558 + 3601 ], "creator": [ - 4529 + 4572 ], "eligible_at": [ - 3558 + 3601 + ], + "free_agents_aggregate": [ + 5315 ], "id": [ - 3558 + 3601 ], "invites_aggregate": [ - 5470 + 5604 + ], + "is_drafted": [ + 3601 ], "name": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "results": [ - 7137 + 7275 ], "roster_aggregate": [ - 5511 + 5645 ], "seed": [ - 3558 + 3601 ], "short_name": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122447,31 +124992,39 @@ export default { }, "tournament_teams_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 ] }, "tournament_teams_select_column": {}, + "tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_and_arguments_columns": {}, + "tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_or_arguments_columns": {}, "tournament_teams_set_input": { "captain_steam_id": [ - 310 + 311 + ], + "checked_in_at": [ + 5196 ], "created_at": [ - 5153 + 5196 ], "eligible_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 + ], + "is_drafted": [ + 6 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -122480,10 +125033,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -122505,13 +125058,13 @@ export default { }, "tournament_teams_stddev_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122533,13 +125086,13 @@ export default { }, "tournament_teams_stddev_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122561,13 +125114,13 @@ export default { }, "tournament_teams_stddev_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122575,10 +125128,10 @@ export default { }, "tournament_teams_stream_cursor_input": { "initial_value": [ - 5578 + 5716 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -122586,22 +125139,28 @@ export default { }, "tournament_teams_stream_cursor_value_input": { "captain_steam_id": [ - 310 + 311 + ], + "checked_in_at": [ + 5196 ], "created_at": [ - 5153 + 5196 ], "eligible_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 + ], + "is_drafted": [ + 6 ], "name": [ 85 ], "owner_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -122610,10 +125169,10 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -122621,10 +125180,10 @@ export default { }, "tournament_teams_sum_fields": { "captain_steam_id": [ - 310 + 311 ], "owner_steam_id": [ - 310 + 311 ], "seed": [ 41 @@ -122635,13 +125194,13 @@ export default { }, "tournament_teams_sum_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122650,13 +125209,13 @@ export default { "tournament_teams_update_column": {}, "tournament_teams_updates": { "_inc": [ - 5558 + 5694 ], "_set": [ - 5570 + 5708 ], "where": [ - 5556 + 5692 ], "__typename": [ 85 @@ -122678,13 +125237,13 @@ export default { }, "tournament_teams_var_pop_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122706,13 +125265,13 @@ export default { }, "tournament_teams_var_samp_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122734,13 +125293,13 @@ export default { }, "tournament_teams_variance_order_by": { "captain_steam_id": [ - 3558 + 3601 ], "owner_steam_id": [ - 3558 + 3601 ], "seed": [ - 3558 + 3601 ], "__typename": [ 85 @@ -122748,16 +125307,16 @@ export default { }, "tournaments": { "admin": [ - 4516 + 4559 ], "auto_start": [ 6 ], "award_configs": [ - 5155, + 5198, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -122767,19 +125326,19 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "award_configs_aggregate": [ - 5156, + 5199, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -122789,19 +125348,19 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "awards": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -122811,19 +125370,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "awards_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -122833,11 +125392,11 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], @@ -122865,6 +125424,9 @@ export default { "can_resume": [ 6 ], + "can_review_check_in": [ + 6 + ], "can_setup": [ 6 ], @@ -122872,10 +125434,10 @@ export default { 6 ], "categories": [ - 5243, + 5286, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -122885,19 +125447,19 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], "categories_aggregate": [ - 5244, + 5287, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -122907,16 +125469,37 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_ends_at": [ + 5196 + ], + "check_in_open": [ + 6 + ], + "check_in_opens_before_minutes": [ + 41 + ], + "check_in_required": [ + 6 + ], + "check_in_setting": [ + 689 + ], + "check_in_started": [ + 6 + ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -122973,7 +125556,51 @@ export default { 85 ], "e_tournament_status": [ - 1543 + 1585 + ], + "free_agents": [ + 5310, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "free_agents_aggregate": [ + 5311, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } ], "has_min_teams": [ 6 @@ -122982,7 +125609,10 @@ export default { 85 ], "id": [ - 6365 + 6503 + ], + "invite_only": [ + 6 ], "is_league": [ 6 @@ -122994,10 +125624,10 @@ export default { 6 ], "latitude": [ - 2004 + 2046 ], "league_season_division": [ - 2527 + 2570 ], "location": [ 85 @@ -123006,31 +125636,49 @@ export default { 85 ], "longitude": [ - 2004 + 2046 ], "match_options_id": [ - 6365 + 6503 + ], + "max_elo": [ + 41 ], "max_players_per_lineup": [ 41 ], + "meets_min_role": [ + 6 + ], + "min_elo": [ + 41 + ], "min_players_per_lineup": [ 41 ], + "min_role": [ + 1285 + ], + "missed_check_in_count": [ + 41 + ], "name": [ 85 ], "options": [ - 3200 + 3243 + ], + "organizer_registration_passcode": [ + 85 ], "organizer_steam_id": [ - 310 + 311 ], "organizer_teams": [ - 5267, + 5374, { "distinct_on": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -123040,19 +125688,19 @@ export default { 41 ], "order_by": [ - 5283, + 5390, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5274 + 5381 ] } ], "organizer_teams_aggregate": [ - 5268, + 5375, { "distinct_on": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -123062,19 +125710,19 @@ export default { 41 ], "order_by": [ - 5283, + 5390, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5274 + 5381 ] } ], "organizers": [ - 5291, + 5398, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -123084,19 +125732,19 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "organizers_aggregate": [ - 5292, + 5399, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -123106,19 +125754,19 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "player_stats": [ - 7218, + 7356, { "distinct_on": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -123128,19 +125776,19 @@ export default { 41 ], "order_by": [ - 7243, + 7381, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7237 + 7375 ] } ], "player_stats_aggregate": [ - 7219, + 7357, { "distinct_on": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -123150,19 +125798,19 @@ export default { 41 ], "order_by": [ - 7243, + 7381, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7237 + 7375 ] } ], "prizes": [ - 5332, + 5439, { "distinct_on": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "limit": [ @@ -123172,19 +125820,19 @@ export default { 41 ], "order_by": [ - 5351, + 5458, "[tournament_prizes_order_by!]" ], "where": [ - 5341 + 5448 ] } ], "prizes_aggregate": [ - 5333, + 5440, { "distinct_on": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "limit": [ @@ -123194,19 +125842,31 @@ export default { 41 ], "order_by": [ - 5351, + 5458, "[tournament_prizes_order_by!]" ], "where": [ - 5341 + 5448 ] } ], + "regions": [ + 85 + ], + "registration_passcode": [ + 85 + ], + "registration_type": [ + 1549 + ], + "registration_unlocked": [ + 6 + ], "results": [ - 7167, + 7305, { "distinct_on": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -123216,19 +125876,19 @@ export default { 41 ], "order_by": [ - 7192, + 7330, "[v_team_tournament_results_order_by!]" ], "where": [ - 7186 + 7324 ] } ], "results_aggregate": [ - 7168, + 7306, { "distinct_on": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -123238,19 +125898,19 @@ export default { 41 ], "order_by": [ - 7192, + 7330, "[v_team_tournament_results_order_by!]" ], "where": [ - 7186 + 7324 ] } ], "rosters": [ - 5506, + 5640, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -123260,19 +125920,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "rosters_aggregate": [ - 5507, + 5641, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -123282,11 +125942,11 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], @@ -123294,10 +125954,10 @@ export default { 85 ], "stages": [ - 5414, + 5548, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -123307,19 +125967,19 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "stages_aggregate": [ - 5415, + 5549, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -123329,25 +125989,25 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "start": [ - 5153 + 5196 ], "status": [ - 1548 + 1590 ], "teams": [ - 5547, + 5681, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -123357,19 +126017,19 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], "teams_aggregate": [ - 5548, + 5682, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -123379,11 +126039,11 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], @@ -123393,10 +126053,10 @@ export default { }, "tournaments_aggregate": { "aggregate": [ - 5605 + 5743 ], "nodes": [ - 5589 + 5727 ], "__typename": [ 85 @@ -123404,37 +126064,37 @@ export default { }, "tournaments_aggregate_bool_exp": { "avg": [ - 5592 + 5730 ], "bool_and": [ - 5593 + 5731 ], "bool_or": [ - 5594 + 5732 ], "corr": [ - 5595 + 5733 ], "count": [ - 5597 + 5735 ], "covar_samp": [ - 5598 + 5736 ], "max": [ - 5600 + 5738 ], "min": [ - 5601 + 5739 ], "stddev_samp": [ - 5602 + 5740 ], "sum": [ - 5603 + 5741 ], "var_samp": [ - 5604 + 5742 ], "__typename": [ 85 @@ -123442,16 +126102,16 @@ export default { }, "tournaments_aggregate_bool_exp_avg": { "arguments": [ - 5624 + 5762 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123459,13 +126119,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 5625 + 5763 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ 7 @@ -123476,13 +126136,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 5626 + 5764 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ 7 @@ -123493,16 +126153,16 @@ export default { }, "tournaments_aggregate_bool_exp_corr": { "arguments": [ - 5596 + 5734 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123510,10 +126170,10 @@ export default { }, "tournaments_aggregate_bool_exp_corr_arguments": { "X": [ - 5627 + 5765 ], "Y": [ - 5627 + 5765 ], "__typename": [ 85 @@ -123521,13 +126181,13 @@ export default { }, "tournaments_aggregate_bool_exp_count": { "arguments": [ - 5623 + 5761 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ 42 @@ -123538,16 +126198,16 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp": { "arguments": [ - 5599 + 5737 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123555,10 +126215,10 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5628 + 5766 ], "Y": [ - 5628 + 5766 ], "__typename": [ 85 @@ -123566,16 +126226,16 @@ export default { }, "tournaments_aggregate_bool_exp_max": { "arguments": [ - 5629 + 5767 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123583,16 +126243,16 @@ export default { }, "tournaments_aggregate_bool_exp_min": { "arguments": [ - 5630 + 5768 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123600,16 +126260,16 @@ export default { }, "tournaments_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5631 + 5769 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123617,16 +126277,16 @@ export default { }, "tournaments_aggregate_bool_exp_sum": { "arguments": [ - 5632 + 5770 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123634,16 +126294,16 @@ export default { }, "tournaments_aggregate_bool_exp_var_samp": { "arguments": [ - 5633 + 5771 ], "distinct": [ 6 ], "filter": [ - 5610 + 5748 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -123651,13 +126311,13 @@ export default { }, "tournaments_aggregate_fields": { "avg": [ - 5608 + 5746 ], "count": [ 41, { "columns": [ - 5623, + 5761, "[tournaments_select_column!]" ], "distinct": [ @@ -123666,31 +126326,31 @@ export default { } ], "max": [ - 5614 + 5752 ], "min": [ - 5616 + 5754 ], "stddev": [ - 5635 + 5773 ], "stddev_pop": [ - 5637 + 5775 ], "stddev_samp": [ - 5639 + 5777 ], "sum": [ - 5643 + 5781 ], "var_pop": [ - 5647 + 5785 ], "var_samp": [ - 5649 + 5787 ], "variance": [ - 5651 + 5789 ], "__typename": [ 85 @@ -123698,37 +126358,37 @@ export default { }, "tournaments_aggregate_order_by": { "avg": [ - 5609 + 5747 ], "count": [ - 3558 + 3601 ], "max": [ - 5615 + 5753 ], "min": [ - 5617 + 5755 ], "stddev": [ - 5636 + 5774 ], "stddev_pop": [ - 5638 + 5776 ], "stddev_samp": [ - 5640 + 5778 ], "sum": [ - 5644 + 5782 ], "var_pop": [ - 5648 + 5786 ], "var_samp": [ - 5650 + 5788 ], "variance": [ - 5652 + 5790 ], "__typename": [ 85 @@ -123736,28 +126396,43 @@ export default { }, "tournaments_arr_rel_insert_input": { "data": [ - 5613 + 5751 ], "on_conflict": [ - 5620 + 5758 ], "__typename": [ 85 ] }, "tournaments_avg_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -123766,14 +126441,26 @@ export default { ] }, "tournaments_avg_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -123781,31 +126468,31 @@ export default { }, "tournaments_bool_exp": { "_and": [ - 5610 + 5748 ], "_not": [ - 5610 + 5748 ], "_or": [ - 5610 + 5748 ], "admin": [ - 4520 + 4563 ], "auto_start": [ 7 ], "award_configs": [ - 5164 + 5207 ], "award_configs_aggregate": [ - 5157 + 5200 ], "awards": [ - 250 + 251 ], "awards_aggregate": [ - 243 + 244 ], "awards_enabled": [ 7 @@ -123831,6 +126518,9 @@ export default { "can_resume": [ 7 ], + "can_review_check_in": [ + 7 + ], "can_setup": [ 7 ], @@ -123838,13 +126528,34 @@ export default { 7 ], "categories": [ - 5250 + 5293 ], "categories_aggregate": [ - 5245 + 5288 + ], + "check_in_closes_before_minutes": [ + 42 + ], + "check_in_ends_at": [ + 5197 + ], + "check_in_open": [ + 7 + ], + "check_in_opens_before_minutes": [ + 42 + ], + "check_in_required": [ + 7 + ], + "check_in_setting": [ + 690 + ], + "check_in_started": [ + 7 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 @@ -123901,7 +126612,13 @@ export default { 87 ], "e_tournament_status": [ - 1546 + 1588 + ], + "free_agents": [ + 5319 + ], + "free_agents_aggregate": [ + 5312 ], "has_min_teams": [ 7 @@ -123910,7 +126627,10 @@ export default { 87 ], "id": [ - 6367 + 6505 + ], + "invite_only": [ + 7 ], "is_league": [ 7 @@ -123922,10 +126642,10 @@ export default { 7 ], "latitude": [ - 2005 + 2047 ], "league_season_division": [ - 2534 + 2577 ], "location": [ 87 @@ -123934,82 +126654,112 @@ export default { 87 ], "longitude": [ - 2005 + 2047 ], "match_options_id": [ - 6367 + 6505 + ], + "max_elo": [ + 42 ], "max_players_per_lineup": [ 42 ], + "meets_min_role": [ + 7 + ], + "min_elo": [ + 42 + ], "min_players_per_lineup": [ 42 ], + "min_role": [ + 1286 + ], + "missed_check_in_count": [ + 42 + ], "name": [ 87 ], "options": [ - 3211 + 3254 + ], + "organizer_registration_passcode": [ + 87 ], "organizer_steam_id": [ - 312 + 313 ], "organizer_teams": [ - 5274 + 5381 ], "organizer_teams_aggregate": [ - 5269 + 5376 ], "organizers": [ - 5300 + 5407 ], "organizers_aggregate": [ - 5293 + 5400 ], "player_stats": [ - 7237 + 7375 ], "player_stats_aggregate": [ - 7220 + 7358 ], "prizes": [ - 5341 + 5448 ], "prizes_aggregate": [ - 5334 + 5441 + ], + "regions": [ + 86 + ], + "registration_passcode": [ + 87 + ], + "registration_type": [ + 1550 + ], + "registration_unlocked": [ + 7 ], "results": [ - 7186 + 7324 ], "results_aggregate": [ - 7169 + 7307 ], "rosters": [ - 5515 + 5649 ], "rosters_aggregate": [ - 5508 + 5642 ], "scheduling_mode": [ 87 ], "stages": [ - 5426 + 5560 ], "stages_aggregate": [ - 5416 + 5550 ], "start": [ - 5154 + 5197 ], "status": [ - 1549 + 1591 ], "teams": [ - 5556 + 5692 ], "teams_aggregate": [ - 5549 + 5683 ], "__typename": [ 85 @@ -124017,14 +126767,26 @@ export default { }, "tournaments_constraint": {}, "tournaments_inc_input": { + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_opens_before_minutes": [ + 41 + ], "latitude": [ - 2004 + 2046 ], "longitude": [ - 2004 + 2046 + ], + "max_elo": [ + 41 + ], + "min_elo": [ + 41 ], "organizer_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -124032,16 +126794,16 @@ export default { }, "tournaments_insert_input": { "admin": [ - 4527 + 4570 ], "auto_start": [ 6 ], "award_configs": [ - 5161 + 5204 ], "awards": [ - 247 + 248 ], "awards_enabled": [ 6 @@ -124050,10 +126812,25 @@ export default { 85 ], "categories": [ - 5249 + 5292 + ], + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_ends_at": [ + 5196 + ], + "check_in_opens_before_minutes": [ + 41 + ], + "check_in_required": [ + 6 + ], + "check_in_setting": [ + 689 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -124110,22 +126887,28 @@ export default { 85 ], "e_tournament_status": [ - 1554 + 1596 + ], + "free_agents": [ + 5316 ], "homepage": [ 85 ], "id": [ - 6365 + 6503 + ], + "invite_only": [ + 6 ], "is_league": [ 6 ], "latitude": [ - 2004 + 2046 ], "league_season_division": [ - 2542 + 2585 ], "location": [ 85 @@ -124134,52 +126917,70 @@ export default { 85 ], "longitude": [ - 2004 + 2046 ], "match_options_id": [ - 6365 + 6503 + ], + "max_elo": [ + 41 + ], + "min_elo": [ + 41 + ], + "min_role": [ + 1285 ], "name": [ 85 ], "options": [ - 3220 + 3263 ], "organizer_steam_id": [ - 310 + 311 ], "organizer_teams": [ - 5273 + 5380 ], "organizers": [ - 5297 + 5404 ], "player_stats": [ - 7234 + 7372 ], "prizes": [ - 5338 + 5445 + ], + "regions": [ + 85 + ], + "registration_passcode": [ + 85 + ], + "registration_type": [ + 1549 ], "results": [ - 7183 + 7321 ], "rosters": [ - 5512 + 5646 ], "scheduling_mode": [ 85 ], "stages": [ - 5423 + 5557 ], "start": [ - 5153 + 5196 ], "status": [ - 1548 + 1590 ], "teams": [ - 5553 + 5689 ], "__typename": [ 85 @@ -124189,8 +126990,17 @@ export default { "banner": [ 85 ], + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_ends_at": [ + 5196 + ], + "check_in_opens_before_minutes": [ + 41 + ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -124208,10 +127018,10 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "latitude": [ - 2004 + 2046 ], "location": [ 85 @@ -124220,28 +127030,46 @@ export default { 85 ], "longitude": [ - 2004 + 2046 ], "match_options_id": [ - 6365 + 6503 + ], + "max_elo": [ + 41 ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 41 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "name": [ 85 ], + "organizer_registration_passcode": [ + 85 + ], "organizer_steam_id": [ - 310 + 311 + ], + "regions": [ + 85 + ], + "registration_passcode": [ + 85 ], "scheduling_mode": [ 85 ], "start": [ - 5153 + 5196 ], "__typename": [ 85 @@ -124249,55 +127077,76 @@ export default { }, "tournaments_max_order_by": { "banner": [ - 3558 + 3601 + ], + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_ends_at": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "discord_guild_id": [ - 3558 + 3601 ], "discord_role_id": [ - 3558 + 3601 ], "discord_webhook": [ - 3558 + 3601 ], "homepage": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "latitude": [ - 3558 + 3601 ], "location": [ - 3558 + 3601 ], "logo": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "name": [ - 3558 + 3601 ], "organizer_steam_id": [ - 3558 + 3601 + ], + "regions": [ + 3601 + ], + "registration_passcode": [ + 3601 ], "scheduling_mode": [ - 3558 + 3601 ], "start": [ - 3558 + 3601 ], "__typename": [ 85 @@ -124307,8 +127156,17 @@ export default { "banner": [ 85 ], + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_ends_at": [ + 5196 + ], + "check_in_opens_before_minutes": [ + 41 + ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -124326,10 +127184,10 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "latitude": [ - 2004 + 2046 ], "location": [ 85 @@ -124338,28 +127196,46 @@ export default { 85 ], "longitude": [ - 2004 + 2046 ], "match_options_id": [ - 6365 + 6503 + ], + "max_elo": [ + 41 ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 41 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "name": [ 85 ], + "organizer_registration_passcode": [ + 85 + ], "organizer_steam_id": [ - 310 + 311 + ], + "regions": [ + 85 + ], + "registration_passcode": [ + 85 ], "scheduling_mode": [ 85 ], "start": [ - 5153 + 5196 ], "__typename": [ 85 @@ -124367,55 +127243,76 @@ export default { }, "tournaments_min_order_by": { "banner": [ - 3558 + 3601 + ], + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_ends_at": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "discord_guild_id": [ - 3558 + 3601 ], "discord_role_id": [ - 3558 + 3601 ], "discord_webhook": [ - 3558 + 3601 ], "homepage": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "latitude": [ - 3558 + 3601 ], "location": [ - 3558 + 3601 ], "logo": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "name": [ - 3558 + 3601 ], "organizer_steam_id": [ - 3558 + 3601 + ], + "regions": [ + 3601 + ], + "registration_passcode": [ + 3601 ], "scheduling_mode": [ - 3558 + 3601 ], "start": [ - 3558 + 3601 ], "__typename": [ 85 @@ -124426,7 +127323,7 @@ export default { 41 ], "returning": [ - 5589 + 5727 ], "__typename": [ 85 @@ -124434,10 +127331,10 @@ export default { }, "tournaments_obj_rel_insert_input": { "data": [ - 5613 + 5751 ], "on_conflict": [ - 5620 + 5758 ], "__typename": [ 85 @@ -124445,13 +127342,13 @@ export default { }, "tournaments_on_conflict": { "constraint": [ - 5611 + 5749 ], "update_columns": [ - 5645 + 5783 ], "where": [ - 5610 + 5748 ], "__typename": [ 85 @@ -124459,193 +127356,253 @@ export default { }, "tournaments_order_by": { "admin": [ - 4529 + 4572 ], "auto_start": [ - 3558 + 3601 ], "award_configs_aggregate": [ - 5160 + 5203 ], "awards_aggregate": [ - 246 + 247 ], "awards_enabled": [ - 3558 + 3601 ], "banner": [ - 3558 + 3601 ], "can_cancel": [ - 3558 + 3601 ], "can_close_registration": [ - 3558 + 3601 ], "can_join": [ - 3558 + 3601 ], "can_open_registration": [ - 3558 + 3601 ], "can_pause": [ - 3558 + 3601 ], "can_resume": [ - 3558 + 3601 + ], + "can_review_check_in": [ + 3601 ], "can_setup": [ - 3558 + 3601 ], "can_start": [ - 3558 + 3601 ], "categories_aggregate": [ - 5248 + 5291 + ], + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_ends_at": [ + 3601 + ], + "check_in_open": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], + "check_in_required": [ + 3601 + ], + "check_in_setting": [ + 3601 + ], + "check_in_started": [ + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "discord_guild_id": [ - 3558 + 3601 ], "discord_notifications_enabled": [ - 3558 + 3601 ], "discord_notify_Canceled": [ - 3558 + 3601 ], "discord_notify_Finished": [ - 3558 + 3601 ], "discord_notify_Forfeit": [ - 3558 + 3601 ], "discord_notify_Live": [ - 3558 + 3601 ], "discord_notify_MapPaused": [ - 3558 + 3601 ], "discord_notify_PickingPlayers": [ - 3558 + 3601 ], "discord_notify_Scheduled": [ - 3558 + 3601 ], "discord_notify_Surrendered": [ - 3558 + 3601 ], "discord_notify_Tie": [ - 3558 + 3601 ], "discord_notify_Veto": [ - 3558 + 3601 ], "discord_notify_WaitingForCheckIn": [ - 3558 + 3601 ], "discord_notify_WaitingForServer": [ - 3558 + 3601 ], "discord_role_id": [ - 3558 + 3601 ], "discord_voice_enabled": [ - 3558 + 3601 ], "discord_webhook": [ - 3558 + 3601 ], "e_tournament_status": [ - 1556 + 1598 + ], + "free_agents_aggregate": [ + 5315 ], "has_min_teams": [ - 3558 + 3601 ], "homepage": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 + ], + "invite_only": [ + 3601 ], "is_league": [ - 3558 + 3601 ], "is_organizer": [ - 3558 + 3601 ], "joined_tournament": [ - 3558 + 3601 ], "latitude": [ - 3558 + 3601 ], "league_season_division": [ - 2544 + 2587 ], "location": [ - 3558 + 3601 ], "logo": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 ], "match_options_id": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 ], "max_players_per_lineup": [ - 3558 + 3601 + ], + "meets_min_role": [ + 3601 + ], + "min_elo": [ + 3601 ], "min_players_per_lineup": [ - 3558 + 3601 + ], + "min_role": [ + 3601 + ], + "missed_check_in_count": [ + 3601 ], "name": [ - 3558 + 3601 ], "options": [ - 3222 + 3265 + ], + "organizer_registration_passcode": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "organizer_teams_aggregate": [ - 5272 + 5379 ], "organizers_aggregate": [ - 5296 + 5403 ], "player_stats_aggregate": [ - 7233 + 7371 ], "prizes_aggregate": [ - 5337 + 5444 + ], + "regions": [ + 3601 + ], + "registration_passcode": [ + 3601 + ], + "registration_type": [ + 3601 + ], + "registration_unlocked": [ + 3601 ], "results_aggregate": [ - 7182 + 7320 ], "rosters_aggregate": [ - 5511 + 5645 ], "scheduling_mode": [ - 3558 + 3601 ], "stages_aggregate": [ - 5421 + 5555 ], "start": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "teams_aggregate": [ - 5552 + 5688 ], "__typename": [ 85 @@ -124653,7 +127610,7 @@ export default { }, "tournaments_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -124680,8 +127637,23 @@ export default { "banner": [ 85 ], + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_ends_at": [ + 5196 + ], + "check_in_opens_before_minutes": [ + 41 + ], + "check_in_required": [ + 6 + ], + "check_in_setting": [ + 689 + ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -124741,13 +127713,16 @@ export default { 85 ], "id": [ - 6365 + 6503 + ], + "invite_only": [ + 6 ], "is_league": [ 6 ], "latitude": [ - 2004 + 2046 ], "location": [ 85 @@ -124756,43 +127731,76 @@ export default { 85 ], "longitude": [ - 2004 + 2046 ], "match_options_id": [ - 6365 + 6503 + ], + "max_elo": [ + 41 + ], + "min_elo": [ + 41 + ], + "min_role": [ + 1285 ], "name": [ 85 ], "organizer_steam_id": [ - 310 + 311 + ], + "regions": [ + 85 + ], + "registration_passcode": [ + 85 + ], + "registration_type": [ + 1549 ], "scheduling_mode": [ 85 ], "start": [ - 5153 + 5196 ], "status": [ - 1548 + 1590 ], "__typename": [ 85 ] }, "tournaments_stddev_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -124801,32 +127809,59 @@ export default { ] }, "tournaments_stddev_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 ] }, "tournaments_stddev_pop_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -124835,32 +127870,59 @@ export default { ] }, "tournaments_stddev_pop_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 ] }, "tournaments_stddev_samp_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -124869,14 +127931,26 @@ export default { ] }, "tournaments_stddev_samp_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -124884,10 +127958,10 @@ export default { }, "tournaments_stream_cursor_input": { "initial_value": [ - 5642 + 5780 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -124903,8 +127977,23 @@ export default { "banner": [ 85 ], + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_ends_at": [ + 5196 + ], + "check_in_opens_before_minutes": [ + 41 + ], + "check_in_required": [ + 6 + ], + "check_in_setting": [ + 689 + ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -124964,13 +128053,16 @@ export default { 85 ], "id": [ - 6365 + 6503 + ], + "invite_only": [ + 6 ], "is_league": [ 6 ], "latitude": [ - 2004 + 2046 ], "location": [ 85 @@ -124979,59 +128071,104 @@ export default { 85 ], "longitude": [ - 2004 + 2046 ], "match_options_id": [ - 6365 + 6503 + ], + "max_elo": [ + 41 + ], + "min_elo": [ + 41 + ], + "min_role": [ + 1285 ], "name": [ 85 ], "organizer_steam_id": [ - 310 + 311 + ], + "regions": [ + 85 + ], + "registration_passcode": [ + 85 + ], + "registration_type": [ + 1549 ], "scheduling_mode": [ 85 ], "start": [ - 5153 + 5196 ], "status": [ - 1548 + 1590 ], "__typename": [ 85 ] }, "tournaments_sum_fields": { + "check_in_closes_before_minutes": [ + 41 + ], + "check_in_opens_before_minutes": [ + 41 + ], "latitude": [ - 2004 + 2046 ], "longitude": [ - 2004 + 2046 + ], + "max_elo": [ + 41 ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 41 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ - 310 + 311 ], "__typename": [ 85 ] }, "tournaments_sum_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125040,31 +128177,46 @@ export default { "tournaments_update_column": {}, "tournaments_updates": { "_inc": [ - 5612 + 5750 ], "_set": [ - 5634 + 5772 ], "where": [ - 5610 + 5748 ], "__typename": [ 85 ] }, "tournaments_var_pop_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -125073,32 +128225,59 @@ export default { ] }, "tournaments_var_pop_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 ] }, "tournaments_var_samp_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -125107,32 +128286,59 @@ export default { ] }, "tournaments_var_samp_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 ] }, "tournaments_variance_fields": { + "check_in_closes_before_minutes": [ + 32 + ], + "check_in_opens_before_minutes": [ + 32 + ], "latitude": [ 32 ], "longitude": [ 32 ], + "max_elo": [ + 32 + ], "max_players_per_lineup": [ 41 ], + "min_elo": [ + 32 + ], "min_players_per_lineup": [ 41 ], + "missed_check_in_count": [ + 41 + ], "organizer_steam_id": [ 32 ], @@ -125141,14 +128347,26 @@ export default { ] }, "tournaments_variance_order_by": { + "check_in_closes_before_minutes": [ + 3601 + ], + "check_in_opens_before_minutes": [ + 3601 + ], "latitude": [ - 3558 + 3601 ], "longitude": [ - 3558 + 3601 + ], + "max_elo": [ + 3601 + ], + "min_elo": [ + 3601 ], "organizer_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125156,13 +128374,13 @@ export default { }, "utility_collection_items": { "collection": [ - 5694 + 5832 ], "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "note": [ 85 @@ -125171,10 +128389,10 @@ export default { 41 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125182,10 +128400,10 @@ export default { }, "utility_collection_items_aggregate": { "aggregate": [ - 5657 + 5795 ], "nodes": [ - 5653 + 5791 ], "__typename": [ 85 @@ -125193,7 +128411,7 @@ export default { }, "utility_collection_items_aggregate_bool_exp": { "count": [ - 5656 + 5794 ], "__typename": [ 85 @@ -125201,13 +128419,13 @@ export default { }, "utility_collection_items_aggregate_bool_exp_count": { "arguments": [ - 5674 + 5812 ], "distinct": [ 6 ], "filter": [ - 5662 + 5800 ], "predicate": [ 42 @@ -125218,13 +128436,13 @@ export default { }, "utility_collection_items_aggregate_fields": { "avg": [ - 5660 + 5798 ], "count": [ 41, { "columns": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "distinct": [ @@ -125233,31 +128451,31 @@ export default { } ], "max": [ - 5666 + 5804 ], "min": [ - 5668 + 5806 ], "stddev": [ - 5676 + 5814 ], "stddev_pop": [ - 5678 + 5816 ], "stddev_samp": [ - 5680 + 5818 ], "sum": [ - 5684 + 5822 ], "var_pop": [ - 5688 + 5826 ], "var_samp": [ - 5690 + 5828 ], "variance": [ - 5692 + 5830 ], "__typename": [ 85 @@ -125265,37 +128483,37 @@ export default { }, "utility_collection_items_aggregate_order_by": { "avg": [ - 5661 + 5799 ], "count": [ - 3558 + 3601 ], "max": [ - 5667 + 5805 ], "min": [ - 5669 + 5807 ], "stddev": [ - 5677 + 5815 ], "stddev_pop": [ - 5679 + 5817 ], "stddev_samp": [ - 5681 + 5819 ], "sum": [ - 5685 + 5823 ], "var_pop": [ - 5689 + 5827 ], "var_samp": [ - 5691 + 5829 ], "variance": [ - 5693 + 5831 ], "__typename": [ 85 @@ -125303,10 +128521,10 @@ export default { }, "utility_collection_items_arr_rel_insert_input": { "data": [ - 5665 + 5803 ], "on_conflict": [ - 5671 + 5809 ], "__typename": [ 85 @@ -125322,7 +128540,7 @@ export default { }, "utility_collection_items_avg_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125330,22 +128548,22 @@ export default { }, "utility_collection_items_bool_exp": { "_and": [ - 5662 + 5800 ], "_not": [ - 5662 + 5800 ], "_or": [ - 5662 + 5800 ], "collection": [ - 5698 + 5836 ], "collection_id": [ - 6367 + 6505 ], "created_at": [ - 5154 + 5197 ], "note": [ 87 @@ -125354,10 +128572,10 @@ export default { 42 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -125374,13 +128592,13 @@ export default { }, "utility_collection_items_insert_input": { "collection": [ - 5705 + 5843 ], "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "note": [ 85 @@ -125389,10 +128607,10 @@ export default { 41 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125400,10 +128618,10 @@ export default { }, "utility_collection_items_max_fields": { "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "note": [ 85 @@ -125412,7 +128630,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125420,19 +128638,19 @@ export default { }, "utility_collection_items_max_order_by": { "collection_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "position": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125440,10 +128658,10 @@ export default { }, "utility_collection_items_min_fields": { "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "note": [ 85 @@ -125452,7 +128670,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125460,19 +128678,19 @@ export default { }, "utility_collection_items_min_order_by": { "collection_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "position": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125483,7 +128701,7 @@ export default { 41 ], "returning": [ - 5653 + 5791 ], "__typename": [ 85 @@ -125491,13 +128709,13 @@ export default { }, "utility_collection_items_on_conflict": { "constraint": [ - 5663 + 5801 ], "update_columns": [ - 5686 + 5824 ], "where": [ - 5662 + 5800 ], "__typename": [ 85 @@ -125505,25 +128723,25 @@ export default { }, "utility_collection_items_order_by": { "collection": [ - 5707 + 5845 ], "collection_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "position": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125531,10 +128749,10 @@ export default { }, "utility_collection_items_pk_columns_input": { "collection_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125543,10 +128761,10 @@ export default { "utility_collection_items_select_column": {}, "utility_collection_items_set_input": { "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "note": [ 85 @@ -125555,7 +128773,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125571,7 +128789,7 @@ export default { }, "utility_collection_items_stddev_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125587,7 +128805,7 @@ export default { }, "utility_collection_items_stddev_pop_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125603,7 +128821,7 @@ export default { }, "utility_collection_items_stddev_samp_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125611,10 +128829,10 @@ export default { }, "utility_collection_items_stream_cursor_input": { "initial_value": [ - 5683 + 5821 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -125622,10 +128840,10 @@ export default { }, "utility_collection_items_stream_cursor_value_input": { "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "note": [ 85 @@ -125634,7 +128852,7 @@ export default { 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -125650,7 +128868,7 @@ export default { }, "utility_collection_items_sum_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125659,13 +128877,13 @@ export default { "utility_collection_items_update_column": {}, "utility_collection_items_updates": { "_inc": [ - 5664 + 5802 ], "_set": [ - 5675 + 5813 ], "where": [ - 5662 + 5800 ], "__typename": [ 85 @@ -125681,7 +128899,7 @@ export default { }, "utility_collection_items_var_pop_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125697,7 +128915,7 @@ export default { }, "utility_collection_items_var_samp_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125713,7 +128931,7 @@ export default { }, "utility_collection_items_variance_order_by": { "position": [ - 3558 + 3601 ], "__typename": [ 85 @@ -125727,19 +128945,19 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "items": [ - 5653, + 5791, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -125749,19 +128967,19 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], "items_aggregate": [ - 5654, + 5792, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -125771,11 +128989,11 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], @@ -125786,22 +129004,22 @@ export default { 85 ], "owner": [ - 4516 + 4559 ], "owner_steam_id": [ - 310 + 311 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -125809,10 +129027,10 @@ export default { }, "utility_collections_aggregate": { "aggregate": [ - 5696 + 5834 ], "nodes": [ - 5694 + 5832 ], "__typename": [ 85 @@ -125820,13 +129038,13 @@ export default { }, "utility_collections_aggregate_fields": { "avg": [ - 5697 + 5835 ], "count": [ 41, { "columns": [ - 5709, + 5847, "[utility_collections_select_column!]" ], "distinct": [ @@ -125835,31 +129053,31 @@ export default { } ], "max": [ - 5702 + 5840 ], "min": [ - 5703 + 5841 ], "stddev": [ - 5711 + 5849 ], "stddev_pop": [ - 5712 + 5850 ], "stddev_samp": [ - 5713 + 5851 ], "sum": [ - 5716 + 5854 ], "var_pop": [ - 5719 + 5857 ], "var_samp": [ - 5720 + 5858 ], "variance": [ - 5721 + 5859 ], "__typename": [ 85 @@ -125875,13 +129093,13 @@ export default { }, "utility_collections_bool_exp": { "_and": [ - 5698 + 5836 ], "_not": [ - 5698 + 5836 ], "_or": [ - 5698 + 5836 ], "can_edit": [ 7 @@ -125890,19 +129108,19 @@ export default { 7 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 ], "id": [ - 6367 + 6505 ], "items": [ - 5662 + 5800 ], "items_aggregate": [ - 5655 + 5793 ], "map_name": [ 87 @@ -125911,22 +129129,22 @@ export default { 87 ], "owner": [ - 4520 + 4563 ], "owner_steam_id": [ - 312 + 313 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "updated_at": [ - 5154 + 5197 ], "visibility": [ - 1691 + 1733 ], "__typename": [ 85 @@ -125935,7 +129153,7 @@ export default { "utility_collections_constraint": {}, "utility_collections_inc_input": { "owner_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -125943,16 +129161,16 @@ export default { }, "utility_collections_insert_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "items": [ - 5659 + 5797 ], "map_name": [ 85 @@ -125961,22 +129179,22 @@ export default { 85 ], "owner": [ - 4527 + 4570 ], "owner_steam_id": [ - 310 + 311 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -125984,13 +129202,13 @@ export default { }, "utility_collections_max_fields": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -125999,13 +129217,13 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -126013,13 +129231,13 @@ export default { }, "utility_collections_min_fields": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -126028,13 +129246,13 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -126045,7 +129263,7 @@ export default { 41 ], "returning": [ - 5694 + 5832 ], "__typename": [ 85 @@ -126053,10 +129271,10 @@ export default { }, "utility_collections_obj_rel_insert_input": { "data": [ - 5701 + 5839 ], "on_conflict": [ - 5706 + 5844 ], "__typename": [ 85 @@ -126064,13 +129282,13 @@ export default { }, "utility_collections_on_conflict": { "constraint": [ - 5699 + 5837 ], "update_columns": [ - 5717 + 5855 ], "where": [ - 5698 + 5836 ], "__typename": [ 85 @@ -126078,46 +129296,46 @@ export default { }, "utility_collections_order_by": { "can_edit": [ - 3558 + 3601 ], "can_view": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "items_aggregate": [ - 5658 + 5796 ], "map_name": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "owner": [ - 4529 + 4572 ], "owner_steam_id": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "visibility": [ - 3558 + 3601 ], "__typename": [ 85 @@ -126125,7 +129343,7 @@ export default { }, "utility_collections_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -126134,13 +129352,13 @@ export default { "utility_collections_select_column": {}, "utility_collections_set_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -126149,16 +129367,16 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -126190,10 +129408,10 @@ export default { }, "utility_collections_stream_cursor_input": { "initial_value": [ - 5715 + 5853 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -126201,13 +129419,13 @@ export default { }, "utility_collections_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -126216,16 +129434,16 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -126233,7 +129451,7 @@ export default { }, "utility_collections_sum_fields": { "owner_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -126242,13 +129460,13 @@ export default { "utility_collections_update_column": {}, "utility_collections_updates": { "_inc": [ - 5700 + 5838 ], "_set": [ - 5710 + 5848 ], "where": [ - 5698 + 5836 ], "__typename": [ 85 @@ -126283,10 +129501,10 @@ export default { 85 ], "match_map_demo_id": [ - 6365 + 6503 ], "mined_at": [ - 5153 + 5196 ], "throws": [ 41 @@ -126300,10 +129518,10 @@ export default { }, "utility_demo_mines_aggregate": { "aggregate": [ - 5724 + 5862 ], "nodes": [ - 5722 + 5860 ], "__typename": [ 85 @@ -126311,13 +129529,13 @@ export default { }, "utility_demo_mines_aggregate_fields": { "avg": [ - 5725 + 5863 ], "count": [ 41, { "columns": [ - 5736, + 5874, "[utility_demo_mines_select_column!]" ], "distinct": [ @@ -126326,31 +129544,31 @@ export default { } ], "max": [ - 5730 + 5868 ], "min": [ - 5731 + 5869 ], "stddev": [ - 5738 + 5876 ], "stddev_pop": [ - 5739 + 5877 ], "stddev_samp": [ - 5740 + 5878 ], "sum": [ - 5743 + 5881 ], "var_pop": [ - 5746 + 5884 ], "var_samp": [ - 5747 + 5885 ], "variance": [ - 5748 + 5886 ], "__typename": [ 85 @@ -126369,22 +129587,22 @@ export default { }, "utility_demo_mines_bool_exp": { "_and": [ - 5726 + 5864 ], "_not": [ - 5726 + 5864 ], "_or": [ - 5726 + 5864 ], "failed_reason": [ 87 ], "match_map_demo_id": [ - 6367 + 6505 ], "mined_at": [ - 5154 + 5197 ], "throws": [ 42 @@ -126413,10 +129631,10 @@ export default { 85 ], "match_map_demo_id": [ - 6365 + 6503 ], "mined_at": [ - 5153 + 5196 ], "throws": [ 41 @@ -126433,10 +129651,10 @@ export default { 85 ], "match_map_demo_id": [ - 6365 + 6503 ], "mined_at": [ - 5153 + 5196 ], "throws": [ 41 @@ -126453,10 +129671,10 @@ export default { 85 ], "match_map_demo_id": [ - 6365 + 6503 ], "mined_at": [ - 5153 + 5196 ], "throws": [ 41 @@ -126473,7 +129691,7 @@ export default { 41 ], "returning": [ - 5722 + 5860 ], "__typename": [ 85 @@ -126481,13 +129699,13 @@ export default { }, "utility_demo_mines_on_conflict": { "constraint": [ - 5727 + 5865 ], "update_columns": [ - 5744 + 5882 ], "where": [ - 5726 + 5864 ], "__typename": [ 85 @@ -126495,19 +129713,19 @@ export default { }, "utility_demo_mines_order_by": { "failed_reason": [ - 3558 + 3601 ], "match_map_demo_id": [ - 3558 + 3601 ], "mined_at": [ - 3558 + 3601 ], "throws": [ - 3558 + 3601 ], "version": [ - 3558 + 3601 ], "__typename": [ 85 @@ -126515,7 +129733,7 @@ export default { }, "utility_demo_mines_pk_columns_input": { "match_map_demo_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -126527,10 +129745,10 @@ export default { 85 ], "match_map_demo_id": [ - 6365 + 6503 ], "mined_at": [ - 5153 + 5196 ], "throws": [ 41 @@ -126577,10 +129795,10 @@ export default { }, "utility_demo_mines_stream_cursor_input": { "initial_value": [ - 5742 + 5880 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -126591,10 +129809,10 @@ export default { 85 ], "match_map_demo_id": [ - 6365 + 6503 ], "mined_at": [ - 5153 + 5196 ], "throws": [ 41 @@ -126620,13 +129838,13 @@ export default { "utility_demo_mines_update_column": {}, "utility_demo_mines_updates": { "_inc": [ - 5728 + 5866 ], "_set": [ - 5737 + 5875 ], "where": [ - 5726 + 5864 ], "__typename": [ 85 @@ -126667,7 +129885,7 @@ export default { }, "utility_demo_throws": { "created_at": [ - 5153 + 5196 ], "flight_time_ms": [ 41 @@ -126676,13 +129894,13 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -126691,58 +129909,58 @@ export default { 85 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "thrower_steam_id": [ - 310 + 311 ], "thrown_at": [ - 5153 + 5196 ], "tick": [ 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -126750,10 +129968,10 @@ export default { }, "utility_demo_throws_aggregate": { "aggregate": [ - 5751 + 5889 ], "nodes": [ - 5749 + 5887 ], "__typename": [ 85 @@ -126761,13 +129979,13 @@ export default { }, "utility_demo_throws_aggregate_fields": { "avg": [ - 5752 + 5890 ], "count": [ 41, { "columns": [ - 5763, + 5901, "[utility_demo_throws_select_column!]" ], "distinct": [ @@ -126776,31 +129994,31 @@ export default { } ], "max": [ - 5757 + 5895 ], "min": [ - 5758 + 5896 ], "stddev": [ - 5765 + 5903 ], "stddev_pop": [ - 5766 + 5904 ], "stddev_samp": [ - 5767 + 5905 ], "sum": [ - 5770 + 5908 ], "var_pop": [ - 5773 + 5911 ], "var_samp": [ - 5774 + 5912 ], "variance": [ - 5775 + 5913 ], "__typename": [ 85 @@ -126852,16 +130070,16 @@ export default { }, "utility_demo_throws_bool_exp": { "_and": [ - 5753 + 5891 ], "_not": [ - 5753 + 5891 ], "_or": [ - 5753 + 5891 ], "created_at": [ - 5154 + 5197 ], "flight_time_ms": [ 42 @@ -126870,13 +130088,13 @@ export default { 42 ], "land_x": [ - 2005 + 2047 ], "land_y": [ - 2005 + 2047 ], "land_z": [ - 2005 + 2047 ], "lineup_bucket": [ 87 @@ -126885,58 +130103,58 @@ export default { 87 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_demo_id": [ - 6367 + 6505 ], "match_map_id": [ - 6367 + 6505 ], "origin_x": [ - 2005 + 2047 ], "origin_y": [ - 2005 + 2047 ], "origin_z": [ - 2005 + 2047 ], "round": [ 42 ], "side": [ - 1406 + 1407 ], "technique": [ - 1631 + 1673 ], "throw_strength": [ - 1651 + 1693 ], "thrower_steam_id": [ - 312 + 313 ], "thrown_at": [ - 5154 + 5197 ], "tick": [ 42 ], "utility_type": [ - 1671 + 1713 ], "view_pitch": [ - 2005 + 2047 ], "view_yaw": [ - 2005 + 2047 ], "__typename": [ 85 @@ -126951,37 +130169,37 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "thrower_steam_id": [ - 310 + 311 ], "tick": [ 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -126989,7 +130207,7 @@ export default { }, "utility_demo_throws_insert_input": { "created_at": [ - 5153 + 5196 ], "flight_time_ms": [ 41 @@ -126998,70 +130216,70 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "map_name": [ 85 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "thrower_steam_id": [ - 310 + 311 ], "thrown_at": [ - 5153 + 5196 ], "tick": [ 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -127069,7 +130287,7 @@ export default { }, "utility_demo_throws_max_fields": { "created_at": [ - 5153 + 5196 ], "flight_time_ms": [ 41 @@ -127078,13 +130296,13 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -127093,40 +130311,40 @@ export default { 85 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "thrower_steam_id": [ - 310 + 311 ], "thrown_at": [ - 5153 + 5196 ], "tick": [ 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -127134,7 +130352,7 @@ export default { }, "utility_demo_throws_min_fields": { "created_at": [ - 5153 + 5196 ], "flight_time_ms": [ 41 @@ -127143,13 +130361,13 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -127158,40 +130376,40 @@ export default { 85 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "thrower_steam_id": [ - 310 + 311 ], "thrown_at": [ - 5153 + 5196 ], "tick": [ 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -127202,7 +130420,7 @@ export default { 41 ], "returning": [ - 5749 + 5887 ], "__typename": [ 85 @@ -127210,13 +130428,13 @@ export default { }, "utility_demo_throws_on_conflict": { "constraint": [ - 5754 + 5892 ], "update_columns": [ - 5771 + 5909 ], "where": [ - 5753 + 5891 ], "__typename": [ 85 @@ -127224,82 +130442,82 @@ export default { }, "utility_demo_throws_order_by": { "created_at": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "grenade_id": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "lineup_bucket": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_demo_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "technique": [ - 3558 + 3601 ], "throw_strength": [ - 3558 + 3601 ], "thrower_steam_id": [ - 3558 + 3601 ], "thrown_at": [ - 3558 + 3601 ], "tick": [ - 3558 + 3601 ], "utility_type": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "__typename": [ 85 @@ -127310,7 +130528,7 @@ export default { 41 ], "match_map_demo_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -127319,7 +130537,7 @@ export default { "utility_demo_throws_select_column": {}, "utility_demo_throws_set_input": { "created_at": [ - 5153 + 5196 ], "flight_time_ms": [ 41 @@ -127328,64 +130546,64 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "thrower_steam_id": [ - 310 + 311 ], "thrown_at": [ - 5153 + 5196 ], "tick": [ 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -127525,10 +130743,10 @@ export default { }, "utility_demo_throws_stream_cursor_input": { "initial_value": [ - 5769 + 5907 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -127536,7 +130754,7 @@ export default { }, "utility_demo_throws_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "flight_time_ms": [ 41 @@ -127545,13 +130763,13 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -127560,52 +130778,52 @@ export default { 85 ], "match_id": [ - 6365 + 6503 ], "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "thrower_steam_id": [ - 310 + 311 ], "thrown_at": [ - 5153 + 5196 ], "tick": [ 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -127619,37 +130837,37 @@ export default { 41 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "round": [ 41 ], "thrower_steam_id": [ - 310 + 311 ], "tick": [ 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -127658,13 +130876,13 @@ export default { "utility_demo_throws_update_column": {}, "utility_demo_throws_updates": { "_inc": [ - 5755 + 5893 ], "_set": [ - 5764 + 5902 ], "where": [ - 5753 + 5891 ], "__typename": [ 85 @@ -127804,34 +131022,34 @@ export default { }, "utility_drift_results": { "created_at": [ - 5153 + 5196 ], "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "reason": [ 85 ], "scan": [ - 5835 + 5973 ], "severity": [ 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "verdict": [ 85 @@ -127842,10 +131060,10 @@ export default { }, "utility_drift_results_aggregate": { "aggregate": [ - 5790 + 5928 ], "nodes": [ - 5776 + 5914 ], "__typename": [ 85 @@ -127853,31 +131071,31 @@ export default { }, "utility_drift_results_aggregate_bool_exp": { "avg": [ - 5779 + 5917 ], "corr": [ - 5780 + 5918 ], "count": [ - 5782 + 5920 ], "covar_samp": [ - 5783 + 5921 ], "max": [ - 5785 + 5923 ], "min": [ - 5786 + 5924 ], "stddev_samp": [ - 5787 + 5925 ], "sum": [ - 5788 + 5926 ], "var_samp": [ - 5789 + 5927 ], "__typename": [ 85 @@ -127885,16 +131103,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_avg": { "arguments": [ - 5808 + 5946 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -127902,16 +131120,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_corr": { "arguments": [ - 5781 + 5919 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -127919,10 +131137,10 @@ export default { }, "utility_drift_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5809 + 5947 ], "Y": [ - 5809 + 5947 ], "__typename": [ 85 @@ -127930,13 +131148,13 @@ export default { }, "utility_drift_results_aggregate_bool_exp_count": { "arguments": [ - 5807 + 5945 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ 42 @@ -127947,16 +131165,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5784 + 5922 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -127964,10 +131182,10 @@ export default { }, "utility_drift_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5810 + 5948 ], "Y": [ - 5810 + 5948 ], "__typename": [ 85 @@ -127975,16 +131193,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_max": { "arguments": [ - 5811 + 5949 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -127992,16 +131210,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_min": { "arguments": [ - 5812 + 5950 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -128009,16 +131227,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5813 + 5951 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -128026,16 +131244,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_sum": { "arguments": [ - 5814 + 5952 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -128043,16 +131261,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5815 + 5953 ], "distinct": [ 6 ], "filter": [ - 5795 + 5933 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -128060,13 +131278,13 @@ export default { }, "utility_drift_results_aggregate_fields": { "avg": [ - 5793 + 5931 ], "count": [ 41, { "columns": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "distinct": [ @@ -128075,31 +131293,31 @@ export default { } ], "max": [ - 5799 + 5937 ], "min": [ - 5801 + 5939 ], "stddev": [ - 5817 + 5955 ], "stddev_pop": [ - 5819 + 5957 ], "stddev_samp": [ - 5821 + 5959 ], "sum": [ - 5825 + 5963 ], "var_pop": [ - 5829 + 5967 ], "var_samp": [ - 5831 + 5969 ], "variance": [ - 5833 + 5971 ], "__typename": [ 85 @@ -128107,37 +131325,37 @@ export default { }, "utility_drift_results_aggregate_order_by": { "avg": [ - 5794 + 5932 ], "count": [ - 3558 + 3601 ], "max": [ - 5800 + 5938 ], "min": [ - 5802 + 5940 ], "stddev": [ - 5818 + 5956 ], "stddev_pop": [ - 5820 + 5958 ], "stddev_samp": [ - 5822 + 5960 ], "sum": [ - 5826 + 5964 ], "var_pop": [ - 5830 + 5968 ], "var_samp": [ - 5832 + 5970 ], "variance": [ - 5834 + 5972 ], "__typename": [ 85 @@ -128145,10 +131363,10 @@ export default { }, "utility_drift_results_arr_rel_insert_input": { "data": [ - 5798 + 5936 ], "on_conflict": [ - 5804 + 5942 ], "__typename": [ 85 @@ -128170,13 +131388,13 @@ export default { }, "utility_drift_results_avg_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128184,43 +131402,43 @@ export default { }, "utility_drift_results_bool_exp": { "_and": [ - 5795 + 5933 ], "_not": [ - 5795 + 5933 ], "_or": [ - 5795 + 5933 ], "created_at": [ - 5154 + 5197 ], "distance": [ - 2005 + 2047 ], "distance_xy": [ - 2005 + 2047 ], "distance_z": [ - 2005 + 2047 ], "reason": [ 87 ], "scan": [ - 5839 + 5977 ], "severity": [ 87 ], "utility_drift_scan_id": [ - 6367 + 6505 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "verdict": [ 87 @@ -128232,13 +131450,13 @@ export default { "utility_drift_results_constraint": {}, "utility_drift_results_inc_input": { "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "__typename": [ 85 @@ -128246,34 +131464,34 @@ export default { }, "utility_drift_results_insert_input": { "created_at": [ - 5153 + 5196 ], "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "reason": [ 85 ], "scan": [ - 5846 + 5984 ], "severity": [ 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "verdict": [ 85 @@ -128284,16 +131502,16 @@ export default { }, "utility_drift_results_max_fields": { "created_at": [ - 5153 + 5196 ], "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "reason": [ 85 @@ -128302,10 +131520,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "verdict": [ 85 @@ -128316,31 +131534,31 @@ export default { }, "utility_drift_results_max_order_by": { "created_at": [ - 3558 + 3601 ], "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "reason": [ - 3558 + 3601 ], "severity": [ - 3558 + 3601 ], "utility_drift_scan_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "verdict": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128348,16 +131566,16 @@ export default { }, "utility_drift_results_min_fields": { "created_at": [ - 5153 + 5196 ], "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "reason": [ 85 @@ -128366,10 +131584,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "verdict": [ 85 @@ -128380,31 +131598,31 @@ export default { }, "utility_drift_results_min_order_by": { "created_at": [ - 3558 + 3601 ], "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "reason": [ - 3558 + 3601 ], "severity": [ - 3558 + 3601 ], "utility_drift_scan_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "verdict": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128415,7 +131633,7 @@ export default { 41 ], "returning": [ - 5776 + 5914 ], "__typename": [ 85 @@ -128423,13 +131641,13 @@ export default { }, "utility_drift_results_on_conflict": { "constraint": [ - 5796 + 5934 ], "update_columns": [ - 5827 + 5965 ], "where": [ - 5795 + 5933 ], "__typename": [ 85 @@ -128437,37 +131655,37 @@ export default { }, "utility_drift_results_order_by": { "created_at": [ - 3558 + 3601 ], "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "reason": [ - 3558 + 3601 ], "scan": [ - 5848 + 5986 ], "severity": [ - 3558 + 3601 ], "utility_drift_scan_id": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "verdict": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128475,10 +131693,10 @@ export default { }, "utility_drift_results_pk_columns_input": { "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -128495,16 +131713,16 @@ export default { "utility_drift_results_select_column_utility_drift_results_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_drift_results_set_input": { "created_at": [ - 5153 + 5196 ], "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "reason": [ 85 @@ -128513,10 +131731,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "verdict": [ 85 @@ -128541,13 +131759,13 @@ export default { }, "utility_drift_results_stddev_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128569,13 +131787,13 @@ export default { }, "utility_drift_results_stddev_pop_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128597,13 +131815,13 @@ export default { }, "utility_drift_results_stddev_samp_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128611,10 +131829,10 @@ export default { }, "utility_drift_results_stream_cursor_input": { "initial_value": [ - 5824 + 5962 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -128622,16 +131840,16 @@ export default { }, "utility_drift_results_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "reason": [ 85 @@ -128640,10 +131858,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "verdict": [ 85 @@ -128654,13 +131872,13 @@ export default { }, "utility_drift_results_sum_fields": { "distance": [ - 2004 + 2046 ], "distance_xy": [ - 2004 + 2046 ], "distance_z": [ - 2004 + 2046 ], "__typename": [ 85 @@ -128668,13 +131886,13 @@ export default { }, "utility_drift_results_sum_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128683,13 +131901,13 @@ export default { "utility_drift_results_update_column": {}, "utility_drift_results_updates": { "_inc": [ - 5797 + 5935 ], "_set": [ - 5816 + 5954 ], "where": [ - 5795 + 5933 ], "__typename": [ 85 @@ -128711,13 +131929,13 @@ export default { }, "utility_drift_results_var_pop_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128739,13 +131957,13 @@ export default { }, "utility_drift_results_var_samp_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128767,13 +131985,13 @@ export default { }, "utility_drift_results_variance_order_by": { "distance": [ - 3558 + 3601 ], "distance_xy": [ - 3558 + 3601 ], "distance_z": [ - 3558 + 3601 ], "__typename": [ 85 @@ -128784,19 +132002,19 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "finished_at": [ - 5153 + 5196 ], "from_revision": [ 85 ], "id": [ - 6365 + 6503 ], "lineups": [ 41 @@ -128805,22 +132023,22 @@ export default { 85 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by": [ - 4516 + 4559 ], "requested_by_steam_id": [ - 310 + 311 ], "results": [ - 5776, + 5914, { "distinct_on": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "limit": [ @@ -128830,19 +132048,19 @@ export default { 41 ], "order_by": [ - 5805, + 5943, "[utility_drift_results_order_by!]" ], "where": [ - 5795 + 5933 ] } ], "results_aggregate": [ - 5777, + 5915, { "distinct_on": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "limit": [ @@ -128852,11 +132070,11 @@ export default { 41 ], "order_by": [ - 5805, + 5943, "[utility_drift_results_order_by!]" ], "where": [ - 5795 + 5933 ] } ], @@ -128864,7 +132082,7 @@ export default { 41 ], "started_at": [ - 5153 + 5196 ], "status": [ 85 @@ -128879,7 +132097,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -128887,10 +132105,10 @@ export default { }, "utility_drift_scans_aggregate": { "aggregate": [ - 5837 + 5975 ], "nodes": [ - 5835 + 5973 ], "__typename": [ 85 @@ -128898,13 +132116,13 @@ export default { }, "utility_drift_scans_aggregate_fields": { "avg": [ - 5838 + 5976 ], "count": [ 41, { "columns": [ - 5850, + 5988, "[utility_drift_scans_select_column!]" ], "distinct": [ @@ -128913,31 +132131,31 @@ export default { } ], "max": [ - 5843 + 5981 ], "min": [ - 5844 + 5982 ], "stddev": [ - 5852 + 5990 ], "stddev_pop": [ - 5853 + 5991 ], "stddev_samp": [ - 5854 + 5992 ], "sum": [ - 5857 + 5995 ], "var_pop": [ - 5860 + 5998 ], "var_samp": [ - 5861 + 5999 ], "variance": [ - 5862 + 6000 ], "__typename": [ 85 @@ -128974,31 +132192,31 @@ export default { }, "utility_drift_scans_bool_exp": { "_and": [ - 5839 + 5977 ], "_not": [ - 5839 + 5977 ], "_or": [ - 5839 + 5977 ], "broken": [ 42 ], "created_at": [ - 5154 + 5197 ], "failure_reason": [ 87 ], "finished_at": [ - 5154 + 5197 ], "from_revision": [ 87 ], "id": [ - 6367 + 6505 ], "lineups": [ 42 @@ -129007,28 +132225,28 @@ export default { 87 ], "max_distance": [ - 2005 + 2047 ], "moved": [ 42 ], "requested_by": [ - 4520 + 4563 ], "requested_by_steam_id": [ - 312 + 313 ], "results": [ - 5795 + 5933 ], "results_aggregate": [ - 5778 + 5916 ], "scanned": [ 42 ], "started_at": [ - 5154 + 5197 ], "status": [ 87 @@ -129043,7 +132261,7 @@ export default { 42 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -129058,13 +132276,13 @@ export default { 41 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by_steam_id": [ - 310 + 311 ], "scanned": [ 41 @@ -129084,19 +132302,19 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "finished_at": [ - 5153 + 5196 ], "from_revision": [ 85 ], "id": [ - 6365 + 6503 ], "lineups": [ 41 @@ -129105,25 +132323,25 @@ export default { 85 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by": [ - 4527 + 4570 ], "requested_by_steam_id": [ - 310 + 311 ], "results": [ - 5792 + 5930 ], "scanned": [ 41 ], "started_at": [ - 5153 + 5196 ], "status": [ 85 @@ -129138,7 +132356,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -129149,19 +132367,19 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "finished_at": [ - 5153 + 5196 ], "from_revision": [ 85 ], "id": [ - 6365 + 6503 ], "lineups": [ 41 @@ -129170,19 +132388,19 @@ export default { 85 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by_steam_id": [ - 310 + 311 ], "scanned": [ 41 ], "started_at": [ - 5153 + 5196 ], "status": [ 85 @@ -129197,7 +132415,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -129208,19 +132426,19 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "finished_at": [ - 5153 + 5196 ], "from_revision": [ 85 ], "id": [ - 6365 + 6503 ], "lineups": [ 41 @@ -129229,19 +132447,19 @@ export default { 85 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by_steam_id": [ - 310 + 311 ], "scanned": [ 41 ], "started_at": [ - 5153 + 5196 ], "status": [ 85 @@ -129256,7 +132474,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -129267,7 +132485,7 @@ export default { 41 ], "returning": [ - 5835 + 5973 ], "__typename": [ 85 @@ -129275,10 +132493,10 @@ export default { }, "utility_drift_scans_obj_rel_insert_input": { "data": [ - 5842 + 5980 ], "on_conflict": [ - 5847 + 5985 ], "__typename": [ 85 @@ -129286,13 +132504,13 @@ export default { }, "utility_drift_scans_on_conflict": { "constraint": [ - 5840 + 5978 ], "update_columns": [ - 5858 + 5996 ], "where": [ - 5839 + 5977 ], "__typename": [ 85 @@ -129300,64 +132518,64 @@ export default { }, "utility_drift_scans_order_by": { "broken": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "failure_reason": [ - 3558 + 3601 ], "finished_at": [ - 3558 + 3601 ], "from_revision": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "lineups": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "max_distance": [ - 3558 + 3601 ], "moved": [ - 3558 + 3601 ], "requested_by": [ - 4529 + 4572 ], "requested_by_steam_id": [ - 3558 + 3601 ], "results_aggregate": [ - 5791 + 5929 ], "scanned": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "to_revision": [ - 3558 + 3601 ], "unchanged": [ - 3558 + 3601 ], "unsimulatable": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -129365,7 +132583,7 @@ export default { }, "utility_drift_scans_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -129377,19 +132595,19 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "finished_at": [ - 5153 + 5196 ], "from_revision": [ 85 ], "id": [ - 6365 + 6503 ], "lineups": [ 41 @@ -129398,19 +132616,19 @@ export default { 85 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by_steam_id": [ - 310 + 311 ], "scanned": [ 41 ], "started_at": [ - 5153 + 5196 ], "status": [ 85 @@ -129425,7 +132643,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -129520,10 +132738,10 @@ export default { }, "utility_drift_scans_stream_cursor_input": { "initial_value": [ - 5856 + 5994 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -129534,19 +132752,19 @@ export default { 41 ], "created_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "finished_at": [ - 5153 + 5196 ], "from_revision": [ 85 ], "id": [ - 6365 + 6503 ], "lineups": [ 41 @@ -129555,19 +132773,19 @@ export default { 85 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by_steam_id": [ - 310 + 311 ], "scanned": [ 41 ], "started_at": [ - 5153 + 5196 ], "status": [ 85 @@ -129582,7 +132800,7 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -129596,13 +132814,13 @@ export default { 41 ], "max_distance": [ - 2004 + 2046 ], "moved": [ 41 ], "requested_by_steam_id": [ - 310 + 311 ], "scanned": [ 41 @@ -129620,13 +132838,13 @@ export default { "utility_drift_scans_update_column": {}, "utility_drift_scans_updates": { "_inc": [ - 5841 + 5979 ], "_set": [ - 5851 + 5989 ], "where": [ - 5839 + 5977 ], "__typename": [ 85 @@ -129721,19 +132939,19 @@ export default { }, "utility_lineup_favorites": { "created_at": [ - 5153 + 5196 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -129741,10 +132959,10 @@ export default { }, "utility_lineup_favorites_aggregate": { "aggregate": [ - 5867 + 6005 ], "nodes": [ - 5863 + 6001 ], "__typename": [ 85 @@ -129752,7 +132970,7 @@ export default { }, "utility_lineup_favorites_aggregate_bool_exp": { "count": [ - 5866 + 6004 ], "__typename": [ 85 @@ -129760,13 +132978,13 @@ export default { }, "utility_lineup_favorites_aggregate_bool_exp_count": { "arguments": [ - 5884 + 6022 ], "distinct": [ 6 ], "filter": [ - 5872 + 6010 ], "predicate": [ 42 @@ -129777,13 +132995,13 @@ export default { }, "utility_lineup_favorites_aggregate_fields": { "avg": [ - 5870 + 6008 ], "count": [ 41, { "columns": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "distinct": [ @@ -129792,31 +133010,31 @@ export default { } ], "max": [ - 5876 + 6014 ], "min": [ - 5878 + 6016 ], "stddev": [ - 5886 + 6024 ], "stddev_pop": [ - 5888 + 6026 ], "stddev_samp": [ - 5890 + 6028 ], "sum": [ - 5894 + 6032 ], "var_pop": [ - 5898 + 6036 ], "var_samp": [ - 5900 + 6038 ], "variance": [ - 5902 + 6040 ], "__typename": [ 85 @@ -129824,37 +133042,37 @@ export default { }, "utility_lineup_favorites_aggregate_order_by": { "avg": [ - 5871 + 6009 ], "count": [ - 3558 + 3601 ], "max": [ - 5877 + 6015 ], "min": [ - 5879 + 6017 ], "stddev": [ - 5887 + 6025 ], "stddev_pop": [ - 5889 + 6027 ], "stddev_samp": [ - 5891 + 6029 ], "sum": [ - 5895 + 6033 ], "var_pop": [ - 5899 + 6037 ], "var_samp": [ - 5901 + 6039 ], "variance": [ - 5903 + 6041 ], "__typename": [ 85 @@ -129862,10 +133080,10 @@ export default { }, "utility_lineup_favorites_arr_rel_insert_input": { "data": [ - 5875 + 6013 ], "on_conflict": [ - 5881 + 6019 ], "__typename": [ 85 @@ -129881,7 +133099,7 @@ export default { }, "utility_lineup_favorites_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -129889,28 +133107,28 @@ export default { }, "utility_lineup_favorites_bool_exp": { "_and": [ - 5872 + 6010 ], "_not": [ - 5872 + 6010 ], "_or": [ - 5872 + 6010 ], "created_at": [ - 5154 + 5197 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -129919,7 +133137,7 @@ export default { "utility_lineup_favorites_constraint": {}, "utility_lineup_favorites_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -129927,19 +133145,19 @@ export default { }, "utility_lineup_favorites_insert_input": { "created_at": [ - 5153 + 5196 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -129947,13 +133165,13 @@ export default { }, "utility_lineup_favorites_max_fields": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -129961,13 +133179,13 @@ export default { }, "utility_lineup_favorites_max_order_by": { "created_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -129975,13 +133193,13 @@ export default { }, "utility_lineup_favorites_min_fields": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -129989,13 +133207,13 @@ export default { }, "utility_lineup_favorites_min_order_by": { "created_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130006,7 +133224,7 @@ export default { 41 ], "returning": [ - 5863 + 6001 ], "__typename": [ 85 @@ -130014,13 +133232,13 @@ export default { }, "utility_lineup_favorites_on_conflict": { "constraint": [ - 5873 + 6011 ], "update_columns": [ - 5896 + 6034 ], "where": [ - 5872 + 6010 ], "__typename": [ 85 @@ -130028,19 +133246,19 @@ export default { }, "utility_lineup_favorites_order_by": { "created_at": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130048,10 +133266,10 @@ export default { }, "utility_lineup_favorites_pk_columns_input": { "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130060,13 +133278,13 @@ export default { "utility_lineup_favorites_select_column": {}, "utility_lineup_favorites_set_input": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130082,7 +133300,7 @@ export default { }, "utility_lineup_favorites_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130098,7 +133316,7 @@ export default { }, "utility_lineup_favorites_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130114,7 +133332,7 @@ export default { }, "utility_lineup_favorites_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130122,10 +133340,10 @@ export default { }, "utility_lineup_favorites_stream_cursor_input": { "initial_value": [ - 5893 + 6031 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -130133,13 +133351,13 @@ export default { }, "utility_lineup_favorites_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130147,7 +133365,7 @@ export default { }, "utility_lineup_favorites_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -130155,7 +133373,7 @@ export default { }, "utility_lineup_favorites_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130164,13 +133382,13 @@ export default { "utility_lineup_favorites_update_column": {}, "utility_lineup_favorites_updates": { "_inc": [ - 5874 + 6012 ], "_set": [ - 5885 + 6023 ], "where": [ - 5872 + 6010 ], "__typename": [ 85 @@ -130186,7 +133404,7 @@ export default { }, "utility_lineup_favorites_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130202,7 +133420,7 @@ export default { }, "utility_lineup_favorites_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130218,7 +133436,7 @@ export default { }, "utility_lineup_favorites_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130235,37 +133453,37 @@ export default { 41 ], "last_practiced_at": [ - 5153 + 5196 ], "mastered_at": [ - 5153 + 5196 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130273,10 +133491,10 @@ export default { }, "utility_lineup_progress_aggregate": { "aggregate": [ - 5918 + 6056 ], "nodes": [ - 5904 + 6042 ], "__typename": [ 85 @@ -130284,31 +133502,31 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp": { "avg": [ - 5907 + 6045 ], "corr": [ - 5908 + 6046 ], "count": [ - 5910 + 6048 ], "covar_samp": [ - 5911 + 6049 ], "max": [ - 5913 + 6051 ], "min": [ - 5914 + 6052 ], "stddev_samp": [ - 5915 + 6053 ], "sum": [ - 5916 + 6054 ], "var_samp": [ - 5917 + 6055 ], "__typename": [ 85 @@ -130316,16 +133534,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_avg": { "arguments": [ - 5936 + 6074 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130333,16 +133551,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_corr": { "arguments": [ - 5909 + 6047 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130350,10 +133568,10 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_corr_arguments": { "X": [ - 5937 + 6075 ], "Y": [ - 5937 + 6075 ], "__typename": [ 85 @@ -130361,13 +133579,13 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_count": { "arguments": [ - 5935 + 6073 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ 42 @@ -130378,16 +133596,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_covar_samp": { "arguments": [ - 5912 + 6050 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130395,10 +133613,10 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5938 + 6076 ], "Y": [ - 5938 + 6076 ], "__typename": [ 85 @@ -130406,16 +133624,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_max": { "arguments": [ - 5939 + 6077 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130423,16 +133641,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_min": { "arguments": [ - 5940 + 6078 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130440,16 +133658,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5941 + 6079 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130457,16 +133675,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_sum": { "arguments": [ - 5942 + 6080 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130474,16 +133692,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_var_samp": { "arguments": [ - 5943 + 6081 ], "distinct": [ 6 ], "filter": [ - 5923 + 6061 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -130491,13 +133709,13 @@ export default { }, "utility_lineup_progress_aggregate_fields": { "avg": [ - 5921 + 6059 ], "count": [ 41, { "columns": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "distinct": [ @@ -130506,31 +133724,31 @@ export default { } ], "max": [ - 5927 + 6065 ], "min": [ - 5929 + 6067 ], "stddev": [ - 5945 + 6083 ], "stddev_pop": [ - 5947 + 6085 ], "stddev_samp": [ - 5949 + 6087 ], "sum": [ - 5953 + 6091 ], "var_pop": [ - 5957 + 6095 ], "var_samp": [ - 5959 + 6097 ], "variance": [ - 5961 + 6099 ], "__typename": [ 85 @@ -130538,37 +133756,37 @@ export default { }, "utility_lineup_progress_aggregate_order_by": { "avg": [ - 5922 + 6060 ], "count": [ - 3558 + 3601 ], "max": [ - 5928 + 6066 ], "min": [ - 5930 + 6068 ], "stddev": [ - 5946 + 6084 ], "stddev_pop": [ - 5948 + 6086 ], "stddev_samp": [ - 5950 + 6088 ], "sum": [ - 5954 + 6092 ], "var_pop": [ - 5958 + 6096 ], "var_samp": [ - 5960 + 6098 ], "variance": [ - 5962 + 6100 ], "__typename": [ 85 @@ -130576,10 +133794,10 @@ export default { }, "utility_lineup_progress_arr_rel_insert_input": { "data": [ - 5926 + 6064 ], "on_conflict": [ - 5932 + 6070 ], "__typename": [ 85 @@ -130619,31 +133837,31 @@ export default { }, "utility_lineup_progress_avg_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130651,13 +133869,13 @@ export default { }, "utility_lineup_progress_bool_exp": { "_and": [ - 5923 + 6061 ], "_not": [ - 5923 + 6061 ], "_or": [ - 5923 + 6061 ], "attempts": [ 42 @@ -130669,37 +133887,37 @@ export default { 42 ], "last_practiced_at": [ - 5154 + 5197 ], "mastered_at": [ - 5154 + 5197 ], "miss_along_sum": [ - 2005 + 2047 ], "miss_lateral_sum": [ - 2005 + 2047 ], "miss_samples": [ 42 ], "miss_vertical_sum": [ - 2005 + 2047 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "successes": [ 42 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -130717,19 +133935,19 @@ export default { 41 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 @@ -130749,37 +133967,37 @@ export default { 41 ], "last_practiced_at": [ - 5153 + 5196 ], "mastered_at": [ - 5153 + 5196 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130796,31 +134014,31 @@ export default { 41 ], "last_practiced_at": [ - 5153 + 5196 ], "mastered_at": [ - 5153 + 5196 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130828,40 +134046,40 @@ export default { }, "utility_lineup_progress_max_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "last_practiced_at": [ - 3558 + 3601 ], "mastered_at": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130878,31 +134096,31 @@ export default { 41 ], "last_practiced_at": [ - 5153 + 5196 ], "mastered_at": [ - 5153 + 5196 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -130910,40 +134128,40 @@ export default { }, "utility_lineup_progress_min_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "last_practiced_at": [ - 3558 + 3601 ], "mastered_at": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -130954,7 +134172,7 @@ export default { 41 ], "returning": [ - 5904 + 6042 ], "__typename": [ 85 @@ -130962,13 +134180,13 @@ export default { }, "utility_lineup_progress_on_conflict": { "constraint": [ - 5924 + 6062 ], "update_columns": [ - 5955 + 6093 ], "where": [ - 5923 + 6061 ], "__typename": [ 85 @@ -130976,46 +134194,46 @@ export default { }, "utility_lineup_progress_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "last_practiced_at": [ - 3558 + 3601 ], "mastered_at": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131023,10 +134241,10 @@ export default { }, "utility_lineup_progress_pk_columns_input": { "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -131052,31 +134270,31 @@ export default { 41 ], "last_practiced_at": [ - 5153 + 5196 ], "mastered_at": [ - 5153 + 5196 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -131116,31 +134334,31 @@ export default { }, "utility_lineup_progress_stddev_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131180,31 +134398,31 @@ export default { }, "utility_lineup_progress_stddev_pop_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131244,31 +134462,31 @@ export default { }, "utility_lineup_progress_stddev_samp_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131276,10 +134494,10 @@ export default { }, "utility_lineup_progress_stream_cursor_input": { "initial_value": [ - 5952 + 6090 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -131296,31 +134514,31 @@ export default { 41 ], "last_practiced_at": [ - 5153 + 5196 ], "mastered_at": [ - 5153 + 5196 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -131337,19 +134555,19 @@ export default { 41 ], "miss_along_sum": [ - 2004 + 2046 ], "miss_lateral_sum": [ - 2004 + 2046 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2004 + 2046 ], "steam_id": [ - 310 + 311 ], "successes": [ 41 @@ -131360,31 +134578,31 @@ export default { }, "utility_lineup_progress_sum_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131393,13 +134611,13 @@ export default { "utility_lineup_progress_update_column": {}, "utility_lineup_progress_updates": { "_inc": [ - 5925 + 6063 ], "_set": [ - 5944 + 6082 ], "where": [ - 5923 + 6061 ], "__typename": [ 85 @@ -131439,31 +134657,31 @@ export default { }, "utility_lineup_progress_var_pop_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131503,31 +134721,31 @@ export default { }, "utility_lineup_progress_var_samp_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131567,31 +134785,31 @@ export default { }, "utility_lineup_progress_variance_order_by": { "attempts": [ - 3558 + 3601 ], "best_streak": [ - 3558 + 3601 ], "current_streak": [ - 3558 + 3601 ], "miss_along_sum": [ - 3558 + 3601 ], "miss_lateral_sum": [ - 3558 + 3601 ], "miss_samples": [ - 3558 + 3601 ], "miss_vertical_sum": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "successes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131599,7 +134817,7 @@ export default { }, "utility_lineup_renders": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -131608,22 +134826,22 @@ export default { 85 ], "game_server_node": [ - 2225 + 2267 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "lineup": [ - 6113 + 6251 ], "map_name": [ 85 @@ -131632,16 +134850,16 @@ export default { 6 ], "practice_session": [ - 6319 + 6457 ], "progress": [ - 3556 + 3599 ], "requested_by": [ - 4516 + 4559 ], "requested_by_steam_id": [ - 310 + 311 ], "session_token": [ 85 @@ -131653,7 +134871,7 @@ export default { 41 ], "spec": [ - 2349, + 2392, { "path": [ 85 @@ -131664,7 +134882,7 @@ export default { 85 ], "status_history": [ - 2349, + 2392, { "path": [ 85 @@ -131672,10 +134890,10 @@ export default { } ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -131683,10 +134901,10 @@ export default { }, "utility_lineup_renders_aggregate": { "aggregate": [ - 5969 + 6107 ], "nodes": [ - 5963 + 6101 ], "__typename": [ 85 @@ -131694,13 +134912,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp": { "bool_and": [ - 5966 + 6104 ], "bool_or": [ - 5967 + 6105 ], "count": [ - 5968 + 6106 ], "__typename": [ 85 @@ -131708,13 +134926,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_bool_and": { "arguments": [ - 5992 + 6130 ], "distinct": [ 6 ], "filter": [ - 5975 + 6113 ], "predicate": [ 7 @@ -131725,13 +134943,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_bool_or": { "arguments": [ - 5993 + 6131 ], "distinct": [ 6 ], "filter": [ - 5975 + 6113 ], "predicate": [ 7 @@ -131742,13 +134960,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_count": { "arguments": [ - 5991 + 6129 ], "distinct": [ 6 ], "filter": [ - 5975 + 6113 ], "predicate": [ 42 @@ -131759,13 +134977,13 @@ export default { }, "utility_lineup_renders_aggregate_fields": { "avg": [ - 5973 + 6111 ], "count": [ 41, { "columns": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "distinct": [ @@ -131774,31 +134992,31 @@ export default { } ], "max": [ - 5982 + 6120 ], "min": [ - 5984 + 6122 ], "stddev": [ - 5995 + 6133 ], "stddev_pop": [ - 5997 + 6135 ], "stddev_samp": [ - 5999 + 6137 ], "sum": [ - 6003 + 6141 ], "var_pop": [ - 6007 + 6145 ], "var_samp": [ - 6009 + 6147 ], "variance": [ - 6011 + 6149 ], "__typename": [ 85 @@ -131806,37 +135024,37 @@ export default { }, "utility_lineup_renders_aggregate_order_by": { "avg": [ - 5974 + 6112 ], "count": [ - 3558 + 3601 ], "max": [ - 5983 + 6121 ], "min": [ - 5985 + 6123 ], "stddev": [ - 5996 + 6134 ], "stddev_pop": [ - 5998 + 6136 ], "stddev_samp": [ - 6000 + 6138 ], "sum": [ - 6004 + 6142 ], "var_pop": [ - 6008 + 6146 ], "var_samp": [ - 6010 + 6148 ], "variance": [ - 6012 + 6150 ], "__typename": [ 85 @@ -131844,10 +135062,10 @@ export default { }, "utility_lineup_renders_append_input": { "spec": [ - 2349 + 2392 ], "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -131855,10 +135073,10 @@ export default { }, "utility_lineup_renders_arr_rel_insert_input": { "data": [ - 5981 + 6119 ], "on_conflict": [ - 5987 + 6125 ], "__typename": [ 85 @@ -131883,16 +135101,16 @@ export default { }, "utility_lineup_renders_avg_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -131900,16 +135118,16 @@ export default { }, "utility_lineup_renders_bool_exp": { "_and": [ - 5975 + 6113 ], "_not": [ - 5975 + 6113 ], "_or": [ - 5975 + 6113 ], "created_at": [ - 5154 + 5197 ], "duration_ms": [ 42 @@ -131918,22 +135136,22 @@ export default { 87 ], "game_server_node": [ - 2237 + 2279 ], "game_server_node_id": [ 87 ], "id": [ - 6367 + 6505 ], "k8s_job_name": [ 87 ], "last_status_at": [ - 5154 + 5197 ], "lineup": [ - 6135 + 6273 ], "map_name": [ 87 @@ -131942,16 +135160,16 @@ export default { 7 ], "practice_session": [ - 6330 + 6468 ], "progress": [ - 3557 + 3600 ], "requested_by": [ - 4520 + 4563 ], "requested_by_steam_id": [ - 312 + 313 ], "session_token": [ 87 @@ -131963,19 +135181,19 @@ export default { 42 ], "spec": [ - 2351 + 2394 ], "status": [ 87 ], "status_history": [ - 2351 + 2394 ], "utility_lineup_id": [ - 6367 + 6505 ], "utility_practice_session_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -132020,10 +135238,10 @@ export default { 41 ], "progress": [ - 3556 + 3599 ], "requested_by_steam_id": [ - 310 + 311 ], "sort_index": [ 41 @@ -132034,7 +135252,7 @@ export default { }, "utility_lineup_renders_insert_input": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -132043,22 +135261,22 @@ export default { 85 ], "game_server_node": [ - 2249 + 2291 ], "game_server_node_id": [ 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "lineup": [ - 6147 + 6285 ], "map_name": [ 85 @@ -132067,16 +135285,16 @@ export default { 6 ], "practice_session": [ - 6339 + 6477 ], "progress": [ - 3556 + 3599 ], "requested_by": [ - 4527 + 4570 ], "requested_by_steam_id": [ - 310 + 311 ], "session_token": [ 85 @@ -132088,19 +135306,19 @@ export default { 41 ], "spec": [ - 2349 + 2392 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132108,7 +135326,7 @@ export default { }, "utility_lineup_renders_max_fields": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -132120,22 +135338,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "progress": [ - 3556 + 3599 ], "requested_by_steam_id": [ - 310 + 311 ], "session_token": [ 85 @@ -132150,10 +135368,10 @@ export default { 85 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132161,52 +135379,52 @@ export default { }, "utility_lineup_renders_max_order_by": { "created_at": [ - 3558 + 3601 ], "duration_ms": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "session_token": [ - 3558 + 3601 ], "skip_reason": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132214,7 +135432,7 @@ export default { }, "utility_lineup_renders_min_fields": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -132226,22 +135444,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "progress": [ - 3556 + 3599 ], "requested_by_steam_id": [ - 310 + 311 ], "session_token": [ 85 @@ -132256,10 +135474,10 @@ export default { 85 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132267,52 +135485,52 @@ export default { }, "utility_lineup_renders_min_order_by": { "created_at": [ - 3558 + 3601 ], "duration_ms": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "session_token": [ - 3558 + 3601 ], "skip_reason": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132323,7 +135541,7 @@ export default { 41 ], "returning": [ - 5963 + 6101 ], "__typename": [ 85 @@ -132331,13 +135549,13 @@ export default { }, "utility_lineup_renders_on_conflict": { "constraint": [ - 5976 + 6114 ], "update_columns": [ - 6005 + 6143 ], "where": [ - 5975 + 6113 ], "__typename": [ 85 @@ -132345,73 +135563,73 @@ export default { }, "utility_lineup_renders_order_by": { "created_at": [ - 3558 + 3601 ], "duration_ms": [ - 3558 + 3601 ], "error_message": [ - 3558 + 3601 ], "game_server_node": [ - 2251 + 2293 ], "game_server_node_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "k8s_job_name": [ - 3558 + 3601 ], "last_status_at": [ - 3558 + 3601 ], "lineup": [ - 6149 + 6287 ], "map_name": [ - 3558 + 3601 ], "paused": [ - 3558 + 3601 ], "practice_session": [ - 6341 + 6479 ], "progress": [ - 3558 + 3601 ], "requested_by": [ - 4529 + 4572 ], "requested_by_steam_id": [ - 3558 + 3601 ], "session_token": [ - 3558 + 3601 ], "skip_reason": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "spec": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "status_history": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132419,7 +135637,7 @@ export default { }, "utility_lineup_renders_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132427,10 +135645,10 @@ export default { }, "utility_lineup_renders_prepend_input": { "spec": [ - 2349 + 2392 ], "status_history": [ - 2349 + 2392 ], "__typename": [ 85 @@ -132441,7 +135659,7 @@ export default { "utility_lineup_renders_select_column_utility_lineup_renders_aggregate_bool_exp_bool_or_arguments_columns": {}, "utility_lineup_renders_set_input": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -132453,13 +135671,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "map_name": [ 85 @@ -132468,10 +135686,10 @@ export default { 6 ], "progress": [ - 3556 + 3599 ], "requested_by_steam_id": [ - 310 + 311 ], "session_token": [ 85 @@ -132483,19 +135701,19 @@ export default { 41 ], "spec": [ - 2349 + 2392 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132520,16 +135738,16 @@ export default { }, "utility_lineup_renders_stddev_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132554,16 +135772,16 @@ export default { }, "utility_lineup_renders_stddev_pop_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132588,16 +135806,16 @@ export default { }, "utility_lineup_renders_stddev_samp_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132605,10 +135823,10 @@ export default { }, "utility_lineup_renders_stream_cursor_input": { "initial_value": [ - 6002 + 6140 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -132616,7 +135834,7 @@ export default { }, "utility_lineup_renders_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "duration_ms": [ 41 @@ -132628,13 +135846,13 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5153 + 5196 ], "map_name": [ 85 @@ -132643,10 +135861,10 @@ export default { 6 ], "progress": [ - 3556 + 3599 ], "requested_by_steam_id": [ - 310 + 311 ], "session_token": [ 85 @@ -132658,19 +135876,19 @@ export default { 41 ], "spec": [ - 2349 + 2392 ], "status": [ 85 ], "status_history": [ - 2349 + 2392 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132681,10 +135899,10 @@ export default { 41 ], "progress": [ - 3556 + 3599 ], "requested_by_steam_id": [ - 310 + 311 ], "sort_index": [ 41 @@ -132695,16 +135913,16 @@ export default { }, "utility_lineup_renders_sum_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132713,28 +135931,28 @@ export default { "utility_lineup_renders_update_column": {}, "utility_lineup_renders_updates": { "_append": [ - 5971 + 6109 ], "_delete_at_path": [ - 5977 + 6115 ], "_delete_elem": [ - 5978 + 6116 ], "_delete_key": [ - 5979 + 6117 ], "_inc": [ - 5980 + 6118 ], "_prepend": [ - 5990 + 6128 ], "_set": [ - 5994 + 6132 ], "where": [ - 5975 + 6113 ], "__typename": [ 85 @@ -132759,16 +135977,16 @@ export default { }, "utility_lineup_renders_var_pop_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132793,16 +136011,16 @@ export default { }, "utility_lineup_renders_var_samp_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132827,16 +136045,16 @@ export default { }, "utility_lineup_renders_variance_order_by": { "duration_ms": [ - 3558 + 3601 ], "progress": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "sort_index": [ - 3558 + 3601 ], "__typename": [ 85 @@ -132844,52 +136062,52 @@ export default { }, "utility_lineup_repairs": { "created_at": [ - 5153 + 5196 ], "drift_distance": [ - 2004 + 2046 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "repaired_at": [ - 5153 + 5196 ], "repaired_utility_lineup": [ - 6113 + 6251 ], "repaired_utility_lineup_id": [ - 6365 + 6503 ], "requested_by": [ - 4516 + 4559 ], "requested_by_steam_id": [ - 310 + 311 ], "status": [ 85 ], "utility_drift_scan": [ - 5835 + 5973 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session": [ - 6319 + 6457 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -132897,10 +136115,10 @@ export default { }, "utility_lineup_repairs_aggregate": { "aggregate": [ - 6027 + 6165 ], "nodes": [ - 6013 + 6151 ], "__typename": [ 85 @@ -132908,31 +136126,31 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp": { "avg": [ - 6016 + 6154 ], "corr": [ - 6017 + 6155 ], "count": [ - 6019 + 6157 ], "covar_samp": [ - 6020 + 6158 ], "max": [ - 6022 + 6160 ], "min": [ - 6023 + 6161 ], "stddev_samp": [ - 6024 + 6162 ], "sum": [ - 6025 + 6163 ], "var_samp": [ - 6026 + 6164 ], "__typename": [ 85 @@ -132940,16 +136158,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_avg": { "arguments": [ - 6045 + 6183 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -132957,16 +136175,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_corr": { "arguments": [ - 6018 + 6156 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -132974,10 +136192,10 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_corr_arguments": { "X": [ - 6046 + 6184 ], "Y": [ - 6046 + 6184 ], "__typename": [ 85 @@ -132985,13 +136203,13 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_count": { "arguments": [ - 6044 + 6182 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ 42 @@ -133002,16 +136220,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_covar_samp": { "arguments": [ - 6021 + 6159 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -133019,10 +136237,10 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6047 + 6185 ], "Y": [ - 6047 + 6185 ], "__typename": [ 85 @@ -133030,16 +136248,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_max": { "arguments": [ - 6048 + 6186 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -133047,16 +136265,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_min": { "arguments": [ - 6049 + 6187 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -133064,16 +136282,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6050 + 6188 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -133081,16 +136299,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_sum": { "arguments": [ - 6051 + 6189 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -133098,16 +136316,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_var_samp": { "arguments": [ - 6052 + 6190 ], "distinct": [ 6 ], "filter": [ - 6032 + 6170 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -133115,13 +136333,13 @@ export default { }, "utility_lineup_repairs_aggregate_fields": { "avg": [ - 6030 + 6168 ], "count": [ 41, { "columns": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "distinct": [ @@ -133130,31 +136348,31 @@ export default { } ], "max": [ - 6036 + 6174 ], "min": [ - 6038 + 6176 ], "stddev": [ - 6054 + 6192 ], "stddev_pop": [ - 6056 + 6194 ], "stddev_samp": [ - 6058 + 6196 ], "sum": [ - 6062 + 6200 ], "var_pop": [ - 6066 + 6204 ], "var_samp": [ - 6068 + 6206 ], "variance": [ - 6070 + 6208 ], "__typename": [ 85 @@ -133162,37 +136380,37 @@ export default { }, "utility_lineup_repairs_aggregate_order_by": { "avg": [ - 6031 + 6169 ], "count": [ - 3558 + 3601 ], "max": [ - 6037 + 6175 ], "min": [ - 6039 + 6177 ], "stddev": [ - 6055 + 6193 ], "stddev_pop": [ - 6057 + 6195 ], "stddev_samp": [ - 6059 + 6197 ], "sum": [ - 6063 + 6201 ], "var_pop": [ - 6067 + 6205 ], "var_samp": [ - 6069 + 6207 ], "variance": [ - 6071 + 6209 ], "__typename": [ 85 @@ -133200,10 +136418,10 @@ export default { }, "utility_lineup_repairs_arr_rel_insert_input": { "data": [ - 6035 + 6173 ], "on_conflict": [ - 6041 + 6179 ], "__typename": [ 85 @@ -133222,10 +136440,10 @@ export default { }, "utility_lineup_repairs_avg_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133233,61 +136451,61 @@ export default { }, "utility_lineup_repairs_bool_exp": { "_and": [ - 6032 + 6170 ], "_not": [ - 6032 + 6170 ], "_or": [ - 6032 + 6170 ], "created_at": [ - 5154 + 5197 ], "drift_distance": [ - 2005 + 2047 ], "expires_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "repaired_at": [ - 5154 + 5197 ], "repaired_utility_lineup": [ - 6135 + 6273 ], "repaired_utility_lineup_id": [ - 6367 + 6505 ], "requested_by": [ - 4520 + 4563 ], "requested_by_steam_id": [ - 312 + 313 ], "status": [ 87 ], "utility_drift_scan": [ - 5839 + 5977 ], "utility_drift_scan_id": [ - 6367 + 6505 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "utility_practice_session": [ - 6330 + 6468 ], "utility_practice_session_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -133296,10 +136514,10 @@ export default { "utility_lineup_repairs_constraint": {}, "utility_lineup_repairs_inc_input": { "drift_distance": [ - 2004 + 2046 ], "requested_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -133307,52 +136525,52 @@ export default { }, "utility_lineup_repairs_insert_input": { "created_at": [ - 5153 + 5196 ], "drift_distance": [ - 2004 + 2046 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "repaired_at": [ - 5153 + 5196 ], "repaired_utility_lineup": [ - 6147 + 6285 ], "repaired_utility_lineup_id": [ - 6365 + 6503 ], "requested_by": [ - 4527 + 4570 ], "requested_by_steam_id": [ - 310 + 311 ], "status": [ 85 ], "utility_drift_scan": [ - 5846 + 5984 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session": [ - 6339 + 6477 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -133360,37 +136578,37 @@ export default { }, "utility_lineup_repairs_max_fields": { "created_at": [ - 5153 + 5196 ], "drift_distance": [ - 2004 + 2046 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "repaired_at": [ - 5153 + 5196 ], "repaired_utility_lineup_id": [ - 6365 + 6503 ], "requested_by_steam_id": [ - 310 + 311 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -133398,37 +136616,37 @@ export default { }, "utility_lineup_repairs_max_order_by": { "created_at": [ - 3558 + 3601 ], "drift_distance": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "repaired_at": [ - 3558 + 3601 ], "repaired_utility_lineup_id": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "utility_drift_scan_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133436,37 +136654,37 @@ export default { }, "utility_lineup_repairs_min_fields": { "created_at": [ - 5153 + 5196 ], "drift_distance": [ - 2004 + 2046 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "repaired_at": [ - 5153 + 5196 ], "repaired_utility_lineup_id": [ - 6365 + 6503 ], "requested_by_steam_id": [ - 310 + 311 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -133474,37 +136692,37 @@ export default { }, "utility_lineup_repairs_min_order_by": { "created_at": [ - 3558 + 3601 ], "drift_distance": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "repaired_at": [ - 3558 + 3601 ], "repaired_utility_lineup_id": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "utility_drift_scan_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133515,7 +136733,7 @@ export default { 41 ], "returning": [ - 6013 + 6151 ], "__typename": [ 85 @@ -133523,13 +136741,13 @@ export default { }, "utility_lineup_repairs_on_conflict": { "constraint": [ - 6033 + 6171 ], "update_columns": [ - 6064 + 6202 ], "where": [ - 6032 + 6170 ], "__typename": [ 85 @@ -133537,52 +136755,52 @@ export default { }, "utility_lineup_repairs_order_by": { "created_at": [ - 3558 + 3601 ], "drift_distance": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "repaired_at": [ - 3558 + 3601 ], "repaired_utility_lineup": [ - 6149 + 6287 ], "repaired_utility_lineup_id": [ - 3558 + 3601 ], "requested_by": [ - 4529 + 4572 ], "requested_by_steam_id": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "utility_drift_scan": [ - 5848 + 5986 ], "utility_drift_scan_id": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "utility_practice_session": [ - 6341 + 6479 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133590,7 +136808,7 @@ export default { }, "utility_lineup_repairs_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -133607,37 +136825,37 @@ export default { "utility_lineup_repairs_select_column_utility_lineup_repairs_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_lineup_repairs_set_input": { "created_at": [ - 5153 + 5196 ], "drift_distance": [ - 2004 + 2046 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "repaired_at": [ - 5153 + 5196 ], "repaired_utility_lineup_id": [ - 6365 + 6503 ], "requested_by_steam_id": [ - 310 + 311 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -133656,10 +136874,10 @@ export default { }, "utility_lineup_repairs_stddev_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133678,10 +136896,10 @@ export default { }, "utility_lineup_repairs_stddev_pop_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133700,10 +136918,10 @@ export default { }, "utility_lineup_repairs_stddev_samp_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133711,10 +136929,10 @@ export default { }, "utility_lineup_repairs_stream_cursor_input": { "initial_value": [ - 6061 + 6199 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -133722,37 +136940,37 @@ export default { }, "utility_lineup_repairs_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "drift_distance": [ - 2004 + 2046 ], "expires_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "repaired_at": [ - 5153 + 5196 ], "repaired_utility_lineup_id": [ - 6365 + 6503 ], "requested_by_steam_id": [ - 310 + 311 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365 + 6503 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -133760,10 +136978,10 @@ export default { }, "utility_lineup_repairs_sum_fields": { "drift_distance": [ - 2004 + 2046 ], "requested_by_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -133771,10 +136989,10 @@ export default { }, "utility_lineup_repairs_sum_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133783,13 +137001,13 @@ export default { "utility_lineup_repairs_update_column": {}, "utility_lineup_repairs_updates": { "_inc": [ - 6034 + 6172 ], "_set": [ - 6053 + 6191 ], "where": [ - 6032 + 6170 ], "__typename": [ 85 @@ -133808,10 +137026,10 @@ export default { }, "utility_lineup_repairs_var_pop_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133830,10 +137048,10 @@ export default { }, "utility_lineup_repairs_var_samp_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133852,10 +137070,10 @@ export default { }, "utility_lineup_repairs_variance_order_by": { "drift_distance": [ - 3558 + 3601 ], "requested_by_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -133863,22 +137081,22 @@ export default { }, "utility_lineup_votes": { "created_at": [ - 5153 + 5196 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -133886,10 +137104,10 @@ export default { }, "utility_lineup_votes_aggregate": { "aggregate": [ - 6076 + 6214 ], "nodes": [ - 6072 + 6210 ], "__typename": [ 85 @@ -133897,7 +137115,7 @@ export default { }, "utility_lineup_votes_aggregate_bool_exp": { "count": [ - 6075 + 6213 ], "__typename": [ 85 @@ -133905,13 +137123,13 @@ export default { }, "utility_lineup_votes_aggregate_bool_exp_count": { "arguments": [ - 6093 + 6231 ], "distinct": [ 6 ], "filter": [ - 6081 + 6219 ], "predicate": [ 42 @@ -133922,13 +137140,13 @@ export default { }, "utility_lineup_votes_aggregate_fields": { "avg": [ - 6079 + 6217 ], "count": [ 41, { "columns": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "distinct": [ @@ -133937,31 +137155,31 @@ export default { } ], "max": [ - 6085 + 6223 ], "min": [ - 6087 + 6225 ], "stddev": [ - 6095 + 6233 ], "stddev_pop": [ - 6097 + 6235 ], "stddev_samp": [ - 6099 + 6237 ], "sum": [ - 6103 + 6241 ], "var_pop": [ - 6107 + 6245 ], "var_samp": [ - 6109 + 6247 ], "variance": [ - 6111 + 6249 ], "__typename": [ 85 @@ -133969,37 +137187,37 @@ export default { }, "utility_lineup_votes_aggregate_order_by": { "avg": [ - 6080 + 6218 ], "count": [ - 3558 + 3601 ], "max": [ - 6086 + 6224 ], "min": [ - 6088 + 6226 ], "stddev": [ - 6096 + 6234 ], "stddev_pop": [ - 6098 + 6236 ], "stddev_samp": [ - 6100 + 6238 ], "sum": [ - 6104 + 6242 ], "var_pop": [ - 6108 + 6246 ], "var_samp": [ - 6110 + 6248 ], "variance": [ - 6112 + 6250 ], "__typename": [ 85 @@ -134007,10 +137225,10 @@ export default { }, "utility_lineup_votes_arr_rel_insert_input": { "data": [ - 6084 + 6222 ], "on_conflict": [ - 6090 + 6228 ], "__typename": [ 85 @@ -134029,10 +137247,10 @@ export default { }, "utility_lineup_votes_avg_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134040,31 +137258,31 @@ export default { }, "utility_lineup_votes_bool_exp": { "_and": [ - 6081 + 6219 ], "_not": [ - 6081 + 6219 ], "_or": [ - 6081 + 6219 ], "created_at": [ - 5154 + 5197 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "vote": [ - 4741 + 4784 ], "__typename": [ 85 @@ -134073,10 +137291,10 @@ export default { "utility_lineup_votes_constraint": {}, "utility_lineup_votes_inc_input": { "steam_id": [ - 310 + 311 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134084,22 +137302,22 @@ export default { }, "utility_lineup_votes_insert_input": { "created_at": [ - 5153 + 5196 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134107,16 +137325,16 @@ export default { }, "utility_lineup_votes_max_fields": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134124,16 +137342,16 @@ export default { }, "utility_lineup_votes_max_order_by": { "created_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134141,16 +137359,16 @@ export default { }, "utility_lineup_votes_min_fields": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134158,16 +137376,16 @@ export default { }, "utility_lineup_votes_min_order_by": { "created_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134178,7 +137396,7 @@ export default { 41 ], "returning": [ - 6072 + 6210 ], "__typename": [ 85 @@ -134186,13 +137404,13 @@ export default { }, "utility_lineup_votes_on_conflict": { "constraint": [ - 6082 + 6220 ], "update_columns": [ - 6105 + 6243 ], "where": [ - 6081 + 6219 ], "__typename": [ 85 @@ -134200,22 +137418,22 @@ export default { }, "utility_lineup_votes_order_by": { "created_at": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134223,10 +137441,10 @@ export default { }, "utility_lineup_votes_pk_columns_input": { "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -134235,16 +137453,16 @@ export default { "utility_lineup_votes_select_column": {}, "utility_lineup_votes_set_input": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134263,10 +137481,10 @@ export default { }, "utility_lineup_votes_stddev_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134285,10 +137503,10 @@ export default { }, "utility_lineup_votes_stddev_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134307,10 +137525,10 @@ export default { }, "utility_lineup_votes_stddev_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134318,10 +137536,10 @@ export default { }, "utility_lineup_votes_stream_cursor_input": { "initial_value": [ - 6102 + 6240 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -134329,16 +137547,16 @@ export default { }, "utility_lineup_votes_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "utility_lineup_id": [ - 6365 + 6503 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134346,10 +137564,10 @@ export default { }, "utility_lineup_votes_sum_fields": { "steam_id": [ - 310 + 311 ], "vote": [ - 4740 + 4783 ], "__typename": [ 85 @@ -134357,10 +137575,10 @@ export default { }, "utility_lineup_votes_sum_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134369,13 +137587,13 @@ export default { "utility_lineup_votes_update_column": {}, "utility_lineup_votes_updates": { "_inc": [ - 6083 + 6221 ], "_set": [ - 6094 + 6232 ], "where": [ - 6081 + 6219 ], "__typename": [ 85 @@ -134394,10 +137612,10 @@ export default { }, "utility_lineup_votes_var_pop_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134416,10 +137634,10 @@ export default { }, "utility_lineup_votes_var_samp_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134438,10 +137656,10 @@ export default { }, "utility_lineup_votes_variance_order_by": { "steam_id": [ - 3558 + 3601 ], "vote": [ - 3558 + 3601 ], "__typename": [ 85 @@ -134449,16 +137667,16 @@ export default { }, "utility_lineups": { "aim_tolerance": [ - 2004 + 2046 ], "archived_at": [ - 5153 + 5196 ], "author": [ - 4516 + 4559 ], "author_steam_id": [ - 310 + 311 ], "can_edit": [ 6 @@ -134467,10 +137685,10 @@ export default { 6 ], "collection_items": [ - 5653, + 5791, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -134480,19 +137698,19 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], "collection_items_aggregate": [ - 5654, + 5792, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -134502,11 +137720,11 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], @@ -134514,7 +137732,7 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -134529,13 +137747,13 @@ export default { 85 ], "eye_z": [ - 2004 + 2046 ], "favorited_by": [ - 5863, + 6001, { "distinct_on": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -134545,19 +137763,19 @@ export default { 41 ], "order_by": [ - 5882, + 6020, "[utility_lineup_favorites_order_by!]" ], "where": [ - 5872 + 6010 ] } ], "favorited_by_aggregate": [ - 5864, + 6002, { "distinct_on": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -134567,11 +137785,11 @@ export default { 41 ], "order_by": [ - 5882, + 6020, "[utility_lineup_favorites_order_by!]" ], "where": [ - 5872 + 6010 ] } ], @@ -134582,31 +137800,31 @@ export default { 41 ], "forked_from": [ - 6113 + 6251 ], "forked_from_utility_lineup_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "is_favorited": [ 6 @@ -134615,13 +137833,13 @@ export default { 6 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -134630,22 +137848,22 @@ export default { 85 ], "my_vote": [ - 4740 + 4783 ], "name": [ 85 ], "origin_source": [ - 1610 + 1652 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -134663,7 +137881,7 @@ export default { 85 ], "preview_rendered_at": [ - 5153 + 5196 ], "preview_thumbnail": [ 85 @@ -134675,10 +137893,10 @@ export default { 85 ], "progress": [ - 5904, + 6042, { "distinct_on": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -134688,19 +137906,19 @@ export default { 41 ], "order_by": [ - 5933, + 6071, "[utility_lineup_progress_order_by!]" ], "where": [ - 5923 + 6061 ] } ], "progress_aggregate": [ - 5905, + 6043, { "distinct_on": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -134710,31 +137928,31 @@ export default { 41 ], "order_by": [ - 5933, + 6071, "[utility_lineup_progress_order_by!]" ], "where": [ - 5923 + 6061 ] } ], "public_requested_at": [ - 5153 + 5196 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5153 + 5196 ], "public_reviewed_by": [ - 310 + 311 ], "renders": [ - 5963, + 6101, { "distinct_on": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -134744,19 +137962,19 @@ export default { 41 ], "order_by": [ - 5988, + 6126, "[utility_lineup_renders_order_by!]" ], "where": [ - 5975 + 6113 ] } ], "renders_aggregate": [ - 5964, + 6102, { "distinct_on": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -134766,19 +137984,19 @@ export default { 41 ], "order_by": [ - 5988, + 6126, "[utility_lineup_renders_order_by!]" ], "where": [ - 5975 + 6113 ] } ], "repairs": [ - 6013, + 6151, { "distinct_on": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -134788,19 +138006,19 @@ export default { 41 ], "order_by": [ - 6042, + 6180, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6032 + 6170 ] } ], "repairs_aggregate": [ - 6014, + 6152, { "distinct_on": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -134810,31 +138028,31 @@ export default { 41 ], "order_by": [ - 6042, + 6180, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6032 + 6170 ] } ], "side": [ - 1405 + 1406 ], "source_grenade_id": [ 41 ], "source_match": [ - 3342 + 3385 ], "source_match_id": [ - 6365 + 6503 ], "source_match_map": [ - 3158 + 3201 ], "source_match_map_id": [ - 6365 + 6503 ], "source_url": [ 85 @@ -134843,22 +138061,22 @@ export default { 85 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2349, + 2392, { "path": [ 85 @@ -134869,37 +138087,37 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "upvotes": [ 41 ], "utility_type": [ - 1670 + 1712 ], "verified_at": [ - 5153 + 5196 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "visibility": [ - 1690 + 1732 ], "votes": [ - 6072, + 6210, { "distinct_on": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -134909,19 +138127,19 @@ export default { 41 ], "order_by": [ - 6091, + 6229, "[utility_lineup_votes_order_by!]" ], "where": [ - 6081 + 6219 ] } ], "votes_aggregate": [ - 6073, + 6211, { "distinct_on": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -134931,11 +138149,11 @@ export default { 41 ], "order_by": [ - 6091, + 6229, "[utility_lineup_votes_order_by!]" ], "where": [ - 6081 + 6219 ] } ], @@ -134948,10 +138166,10 @@ export default { }, "utility_lineups_aggregate": { "aggregate": [ - 6129 + 6267 ], "nodes": [ - 6113 + 6251 ], "__typename": [ 85 @@ -134959,37 +138177,37 @@ export default { }, "utility_lineups_aggregate_bool_exp": { "avg": [ - 6116 + 6254 ], "bool_and": [ - 6117 + 6255 ], "bool_or": [ - 6118 + 6256 ], "corr": [ - 6119 + 6257 ], "count": [ - 6121 + 6259 ], "covar_samp": [ - 6122 + 6260 ], "max": [ - 6124 + 6262 ], "min": [ - 6125 + 6263 ], "stddev_samp": [ - 6126 + 6264 ], "sum": [ - 6127 + 6265 ], "var_samp": [ - 6128 + 6266 ], "__typename": [ 85 @@ -134997,16 +138215,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_avg": { "arguments": [ - 6153 + 6291 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135014,13 +138232,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_bool_and": { "arguments": [ - 6154 + 6292 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ 7 @@ -135031,13 +138249,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_bool_or": { "arguments": [ - 6155 + 6293 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ 7 @@ -135048,16 +138266,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_corr": { "arguments": [ - 6120 + 6258 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135065,10 +138283,10 @@ export default { }, "utility_lineups_aggregate_bool_exp_corr_arguments": { "X": [ - 6156 + 6294 ], "Y": [ - 6156 + 6294 ], "__typename": [ 85 @@ -135076,13 +138294,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_count": { "arguments": [ - 6152 + 6290 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ 42 @@ -135093,16 +138311,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_covar_samp": { "arguments": [ - 6123 + 6261 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135110,10 +138328,10 @@ export default { }, "utility_lineups_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6157 + 6295 ], "Y": [ - 6157 + 6295 ], "__typename": [ 85 @@ -135121,16 +138339,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_max": { "arguments": [ - 6158 + 6296 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135138,16 +138356,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_min": { "arguments": [ - 6159 + 6297 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135155,16 +138373,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6160 + 6298 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135172,16 +138390,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_sum": { "arguments": [ - 6161 + 6299 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135189,16 +138407,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_var_samp": { "arguments": [ - 6162 + 6300 ], "distinct": [ 6 ], "filter": [ - 6135 + 6273 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -135206,13 +138424,13 @@ export default { }, "utility_lineups_aggregate_fields": { "avg": [ - 6133 + 6271 ], "count": [ 41, { "columns": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "distinct": [ @@ -135221,31 +138439,31 @@ export default { } ], "max": [ - 6142 + 6280 ], "min": [ - 6144 + 6282 ], "stddev": [ - 6164 + 6302 ], "stddev_pop": [ - 6166 + 6304 ], "stddev_samp": [ - 6168 + 6306 ], "sum": [ - 6172 + 6310 ], "var_pop": [ - 6176 + 6314 ], "var_samp": [ - 6178 + 6316 ], "variance": [ - 6180 + 6318 ], "__typename": [ 85 @@ -135253,37 +138471,37 @@ export default { }, "utility_lineups_aggregate_order_by": { "avg": [ - 6134 + 6272 ], "count": [ - 3558 + 3601 ], "max": [ - 6143 + 6281 ], "min": [ - 6145 + 6283 ], "stddev": [ - 6165 + 6303 ], "stddev_pop": [ - 6167 + 6305 ], "stddev_samp": [ - 6169 + 6307 ], "sum": [ - 6173 + 6311 ], "var_pop": [ - 6177 + 6315 ], "var_samp": [ - 6179 + 6317 ], "variance": [ - 6181 + 6319 ], "__typename": [ 85 @@ -135291,7 +138509,7 @@ export default { }, "utility_lineups_append_input": { "trajectory_preview": [ - 2349 + 2392 ], "__typename": [ 85 @@ -135299,10 +138517,10 @@ export default { }, "utility_lineups_arr_rel_insert_input": { "data": [ - 6141 + 6279 ], "on_conflict": [ - 6148 + 6286 ], "__typename": [ 85 @@ -135355,7 +138573,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -135408,94 +138626,94 @@ export default { }, "utility_lineups_avg_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -135503,25 +138721,25 @@ export default { }, "utility_lineups_bool_exp": { "_and": [ - 6135 + 6273 ], "_not": [ - 6135 + 6273 ], "_or": [ - 6135 + 6273 ], "aim_tolerance": [ - 2005 + 2047 ], "archived_at": [ - 5154 + 5197 ], "author": [ - 4520 + 4563 ], "author_steam_id": [ - 312 + 313 ], "can_edit": [ 7 @@ -135530,16 +138748,16 @@ export default { 7 ], "collection_items": [ - 5662 + 5800 ], "collection_items_aggregate": [ - 5655 + 5793 ], "confidence": [ 87 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 @@ -135554,13 +138772,13 @@ export default { 87 ], "eye_z": [ - 2005 + 2047 ], "favorited_by": [ - 5872 + 6010 ], "favorited_by_aggregate": [ - 5865 + 6003 ], "favorites": [ 42 @@ -135569,31 +138787,31 @@ export default { 42 ], "forked_from": [ - 6135 + 6273 ], "forked_from_utility_lineup_id": [ - 6367 + 6505 ], "id": [ - 6367 + 6505 ], "initial_pos_x": [ - 2005 + 2047 ], "initial_pos_y": [ - 2005 + 2047 ], "initial_pos_z": [ - 2005 + 2047 ], "initial_vel_x": [ - 2005 + 2047 ], "initial_vel_y": [ - 2005 + 2047 ], "initial_vel_z": [ - 2005 + 2047 ], "is_favorited": [ 7 @@ -135602,13 +138820,13 @@ export default { 7 ], "land_x": [ - 2005 + 2047 ], "land_y": [ - 2005 + 2047 ], "land_z": [ - 2005 + 2047 ], "lineup_bucket": [ 87 @@ -135617,22 +138835,22 @@ export default { 87 ], "my_vote": [ - 4741 + 4784 ], "name": [ 87 ], "origin_source": [ - 1611 + 1653 ], "origin_x": [ - 2005 + 2047 ], "origin_y": [ - 2005 + 2047 ], "origin_z": [ - 2005 + 2047 ], "practice_attempts": [ 42 @@ -135650,7 +138868,7 @@ export default { 87 ], "preview_rendered_at": [ - 5154 + 5197 ], "preview_thumbnail": [ 87 @@ -135662,52 +138880,52 @@ export default { 87 ], "progress": [ - 5923 + 6061 ], "progress_aggregate": [ - 5906 + 6044 ], "public_requested_at": [ - 5154 + 5197 ], "public_review_note": [ 87 ], "public_reviewed_at": [ - 5154 + 5197 ], "public_reviewed_by": [ - 312 + 313 ], "renders": [ - 5975 + 6113 ], "renders_aggregate": [ - 5965 + 6103 ], "repairs": [ - 6032 + 6170 ], "repairs_aggregate": [ - 6015 + 6153 ], "side": [ - 1406 + 1407 ], "source_grenade_id": [ 42 ], "source_match": [ - 3353 + 3396 ], "source_match_id": [ - 6367 + 6505 ], "source_match_map": [ - 3167 + 3210 ], "source_match_map_id": [ - 6367 + 6505 ], "source_url": [ 87 @@ -135716,58 +138934,58 @@ export default { 86 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "technique": [ - 1631 + 1673 ], "throw_strength": [ - 1651 + 1693 ], "trajectory_file": [ 87 ], "trajectory_preview": [ - 2351 + 2394 ], "trajectory_size": [ 42 ], "updated_at": [ - 5154 + 5197 ], "upvotes": [ 42 ], "utility_type": [ - 1671 + 1713 ], "verified_at": [ - 5154 + 5197 ], "view_pitch": [ - 2005 + 2047 ], "view_pitch_delta": [ - 2005 + 2047 ], "view_yaw": [ - 2005 + 2047 ], "view_yaw_delta": [ - 2005 + 2047 ], "visibility": [ - 1691 + 1733 ], "votes": [ - 6081 + 6219 ], "votes_aggregate": [ - 6074 + 6212 ], "workshop_map_id": [ 87 @@ -135803,16 +139021,16 @@ export default { }, "utility_lineups_inc_input": { "aim_tolerance": [ - 2004 + 2046 ], "author_steam_id": [ - 310 + 311 ], "downvotes": [ 41 ], "eye_z": [ - 2004 + 2046 ], "favorites": [ 41 @@ -135821,40 +139039,40 @@ export default { 41 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -135869,7 +139087,7 @@ export default { 41 ], "public_reviewed_by": [ - 310 + 311 ], "source_grenade_id": [ 41 @@ -135881,16 +139099,16 @@ export default { 41 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "__typename": [ 85 @@ -135898,25 +139116,25 @@ export default { }, "utility_lineups_insert_input": { "aim_tolerance": [ - 2004 + 2046 ], "archived_at": [ - 5153 + 5196 ], "author": [ - 4527 + 4570 ], "author_steam_id": [ - 310 + 311 ], "collection_items": [ - 5659 + 5797 ], "confidence": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -135928,10 +139146,10 @@ export default { 85 ], "eye_z": [ - 2004 + 2046 ], "favorited_by": [ - 5869 + 6007 ], "favorites": [ 41 @@ -135940,43 +139158,43 @@ export default { 41 ], "forked_from": [ - 6147 + 6285 ], "forked_from_utility_lineup_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "map_name": [ 85 @@ -135985,16 +139203,16 @@ export default { 85 ], "origin_source": [ - 1610 + 1652 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -136012,49 +139230,49 @@ export default { 85 ], "preview_rendered_at": [ - 5153 + 5196 ], "preview_thumbnail": [ 85 ], "progress": [ - 5920 + 6058 ], "public_requested_at": [ - 5153 + 5196 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5153 + 5196 ], "public_reviewed_by": [ - 310 + 311 ], "renders": [ - 5972 + 6110 ], "repairs": [ - 6029 + 6167 ], "side": [ - 1405 + 1406 ], "source_grenade_id": [ 41 ], "source_match": [ - 3362 + 3405 ], "source_match_id": [ - 6365 + 6503 ], "source_match_map": [ - 3176 + 3219 ], "source_match_map_id": [ - 6365 + 6503 ], "source_url": [ 85 @@ -136063,55 +139281,55 @@ export default { 85 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2349 + 2392 ], "trajectory_size": [ 41 ], "updated_at": [ - 5153 + 5196 ], "upvotes": [ 41 ], "utility_type": [ - 1670 + 1712 ], "verified_at": [ - 5153 + 5196 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "visibility": [ - 1690 + 1732 ], "votes": [ - 6078 + 6216 ], "workshop_map_id": [ 85 @@ -136122,19 +139340,19 @@ export default { }, "utility_lineups_max_fields": { "aim_tolerance": [ - 2004 + 2046 ], "archived_at": [ - 5153 + 5196 ], "author_steam_id": [ - 310 + 311 ], "confidence": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -136149,7 +139367,7 @@ export default { 85 ], "eye_z": [ - 2004 + 2046 ], "favorites": [ 41 @@ -136158,37 +139376,37 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -136197,19 +139415,19 @@ export default { 85 ], "my_vote": [ - 4740 + 4783 ], "name": [ 85 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -136227,7 +139445,7 @@ export default { 85 ], "preview_rendered_at": [ - 5153 + 5196 ], "preview_thumbnail": [ 85 @@ -136239,25 +139457,25 @@ export default { 85 ], "public_requested_at": [ - 5153 + 5196 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5153 + 5196 ], "public_reviewed_by": [ - 310 + 311 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6365 + 6503 ], "source_match_map_id": [ - 6365 + 6503 ], "source_url": [ 85 @@ -136266,7 +139484,7 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "trajectory_file": [ 85 @@ -136275,25 +139493,25 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "upvotes": [ 41 ], "verified_at": [ - 5153 + 5196 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "workshop_map_id": [ 85 @@ -136304,169 +139522,169 @@ export default { }, "utility_lineups_max_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "archived_at": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "confidence": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "external_id": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "forked_from_utility_lineup_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "lineup_bucket": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "preview_file": [ - 3558 + 3601 ], "preview_rendered_at": [ - 3558 + 3601 ], "preview_thumbnail": [ - 3558 + 3601 ], "public_requested_at": [ - 3558 + 3601 ], "public_review_note": [ - 3558 + 3601 ], "public_reviewed_at": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "source_match_id": [ - 3558 + 3601 ], "source_match_map_id": [ - 3558 + 3601 ], "source_url": [ - 3558 + 3601 ], "tags": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "trajectory_file": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "verified_at": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -136474,19 +139692,19 @@ export default { }, "utility_lineups_min_fields": { "aim_tolerance": [ - 2004 + 2046 ], "archived_at": [ - 5153 + 5196 ], "author_steam_id": [ - 310 + 311 ], "confidence": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -136501,7 +139719,7 @@ export default { 85 ], "eye_z": [ - 2004 + 2046 ], "favorites": [ 41 @@ -136510,37 +139728,37 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -136549,19 +139767,19 @@ export default { 85 ], "my_vote": [ - 4740 + 4783 ], "name": [ 85 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -136579,7 +139797,7 @@ export default { 85 ], "preview_rendered_at": [ - 5153 + 5196 ], "preview_thumbnail": [ 85 @@ -136591,25 +139809,25 @@ export default { 85 ], "public_requested_at": [ - 5153 + 5196 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5153 + 5196 ], "public_reviewed_by": [ - 310 + 311 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6365 + 6503 ], "source_match_map_id": [ - 6365 + 6503 ], "source_url": [ 85 @@ -136618,7 +139836,7 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "trajectory_file": [ 85 @@ -136627,25 +139845,25 @@ export default { 41 ], "updated_at": [ - 5153 + 5196 ], "upvotes": [ 41 ], "verified_at": [ - 5153 + 5196 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "workshop_map_id": [ 85 @@ -136656,169 +139874,169 @@ export default { }, "utility_lineups_min_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "archived_at": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "confidence": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "external_id": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "forked_from_utility_lineup_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "lineup_bucket": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "preview_file": [ - 3558 + 3601 ], "preview_rendered_at": [ - 3558 + 3601 ], "preview_thumbnail": [ - 3558 + 3601 ], "public_requested_at": [ - 3558 + 3601 ], "public_review_note": [ - 3558 + 3601 ], "public_reviewed_at": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "source_match_id": [ - 3558 + 3601 ], "source_match_map_id": [ - 3558 + 3601 ], "source_url": [ - 3558 + 3601 ], "tags": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "trajectory_file": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "verified_at": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -136829,7 +140047,7 @@ export default { 41 ], "returning": [ - 6113 + 6251 ], "__typename": [ 85 @@ -136837,10 +140055,10 @@ export default { }, "utility_lineups_obj_rel_insert_input": { "data": [ - 6141 + 6279 ], "on_conflict": [ - 6148 + 6286 ], "__typename": [ 85 @@ -136848,13 +140066,13 @@ export default { }, "utility_lineups_on_conflict": { "constraint": [ - 6136 + 6274 ], "update_columns": [ - 6174 + 6312 ], "where": [ - 6135 + 6273 ], "__typename": [ 85 @@ -136862,247 +140080,247 @@ export default { }, "utility_lineups_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "archived_at": [ - 3558 + 3601 ], "author": [ - 4529 + 4572 ], "author_steam_id": [ - 3558 + 3601 ], "can_edit": [ - 3558 + 3601 ], "can_view": [ - 3558 + 3601 ], "collection_items_aggregate": [ - 5658 + 5796 ], "confidence": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "difficulty": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "external_id": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorited_by_aggregate": [ - 5868 + 6006 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "forked_from": [ - 6149 + 6287 ], "forked_from_utility_lineup_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "is_favorited": [ - 3558 + 3601 ], "jump_throw_bind": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "lineup_bucket": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "my_vote": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "origin_source": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "preview_file": [ - 3558 + 3601 ], "preview_rendered_at": [ - 3558 + 3601 ], "preview_thumbnail": [ - 3558 + 3601 ], "preview_thumbnail_url": [ - 3558 + 3601 ], "preview_url": [ - 3558 + 3601 ], "progress_aggregate": [ - 5919 + 6057 ], "public_requested_at": [ - 3558 + 3601 ], "public_review_note": [ - 3558 + 3601 ], "public_reviewed_at": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "renders_aggregate": [ - 5970 + 6108 ], "repairs_aggregate": [ - 6028 + 6166 ], "side": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "source_match": [ - 3364 + 3407 ], "source_match_id": [ - 3558 + 3601 ], "source_match_map": [ - 3178 + 3221 ], "source_match_map_id": [ - 3558 + 3601 ], "source_url": [ - 3558 + 3601 ], "tags": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "technique": [ - 3558 + 3601 ], "throw_strength": [ - 3558 + 3601 ], "trajectory_file": [ - 3558 + 3601 ], "trajectory_preview": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "utility_type": [ - 3558 + 3601 ], "verified_at": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "visibility": [ - 3558 + 3601 ], "votes_aggregate": [ - 6077 + 6215 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -137110,7 +140328,7 @@ export default { }, "utility_lineups_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -137118,7 +140336,7 @@ export default { }, "utility_lineups_prepend_input": { "trajectory_preview": [ - 2349 + 2392 ], "__typename": [ 85 @@ -137137,19 +140355,19 @@ export default { "utility_lineups_select_column_utility_lineups_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_lineups_set_input": { "aim_tolerance": [ - 2004 + 2046 ], "archived_at": [ - 5153 + 5196 ], "author_steam_id": [ - 310 + 311 ], "confidence": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -137161,7 +140379,7 @@ export default { 85 ], "eye_z": [ - 2004 + 2046 ], "favorites": [ 41 @@ -137170,40 +140388,40 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "map_name": [ 85 @@ -137212,16 +140430,16 @@ export default { 85 ], "origin_source": [ - 1610 + 1652 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -137239,34 +140457,34 @@ export default { 85 ], "preview_rendered_at": [ - 5153 + 5196 ], "preview_thumbnail": [ 85 ], "public_requested_at": [ - 5153 + 5196 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5153 + 5196 ], "public_reviewed_by": [ - 310 + 311 ], "side": [ - 1405 + 1406 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6365 + 6503 ], "source_match_map_id": [ - 6365 + 6503 ], "source_url": [ 85 @@ -137275,49 +140493,49 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2349 + 2392 ], "trajectory_size": [ 41 ], "updated_at": [ - 5153 + 5196 ], "upvotes": [ 41 ], "utility_type": [ - 1670 + 1712 ], "verified_at": [ - 5153 + 5196 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "visibility": [ - 1690 + 1732 ], "workshop_map_id": [ 85 @@ -137373,7 +140591,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -137426,94 +140644,94 @@ export default { }, "utility_lineups_stddev_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -137566,7 +140784,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -137619,94 +140837,94 @@ export default { }, "utility_lineups_stddev_pop_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -137759,7 +140977,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -137812,94 +141030,94 @@ export default { }, "utility_lineups_stddev_samp_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -137907,10 +141125,10 @@ export default { }, "utility_lineups_stream_cursor_input": { "initial_value": [ - 6171 + 6309 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -137918,19 +141136,19 @@ export default { }, "utility_lineups_stream_cursor_value_input": { "aim_tolerance": [ - 2004 + 2046 ], "archived_at": [ - 5153 + 5196 ], "author_steam_id": [ - 310 + 311 ], "confidence": [ 85 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 @@ -137942,7 +141160,7 @@ export default { 85 ], "eye_z": [ - 2004 + 2046 ], "favorites": [ 41 @@ -137951,40 +141169,40 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineup_bucket": [ 85 @@ -137996,16 +141214,16 @@ export default { 85 ], "origin_source": [ - 1610 + 1652 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -138023,34 +141241,34 @@ export default { 85 ], "preview_rendered_at": [ - 5153 + 5196 ], "preview_thumbnail": [ 85 ], "public_requested_at": [ - 5153 + 5196 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5153 + 5196 ], "public_reviewed_by": [ - 310 + 311 ], "side": [ - 1405 + 1406 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6365 + 6503 ], "source_match_map_id": [ - 6365 + 6503 ], "source_url": [ 85 @@ -138059,49 +141277,49 @@ export default { 85 ], "team_id": [ - 6365 + 6503 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ - 1650 + 1692 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2349 + 2392 ], "trajectory_size": [ 41 ], "updated_at": [ - 5153 + 5196 ], "upvotes": [ 41 ], "utility_type": [ - 1670 + 1712 ], "verified_at": [ - 5153 + 5196 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "visibility": [ - 1690 + 1732 ], "workshop_map_id": [ 85 @@ -138112,16 +141330,16 @@ export default { }, "utility_lineups_sum_fields": { "aim_tolerance": [ - 2004 + 2046 ], "author_steam_id": [ - 310 + 311 ], "downvotes": [ 41 ], "eye_z": [ - 2004 + 2046 ], "favorites": [ 41 @@ -138130,43 +141348,43 @@ export default { 41 ], "initial_pos_x": [ - 2004 + 2046 ], "initial_pos_y": [ - 2004 + 2046 ], "initial_pos_z": [ - 2004 + 2046 ], "initial_vel_x": [ - 2004 + 2046 ], "initial_vel_y": [ - 2004 + 2046 ], "initial_vel_z": [ - 2004 + 2046 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "practice_attempts": [ 41 @@ -138181,7 +141399,7 @@ export default { 41 ], "public_reviewed_by": [ - 310 + 311 ], "source_grenade_id": [ 41 @@ -138193,16 +141411,16 @@ export default { 41 ], "view_pitch": [ - 2004 + 2046 ], "view_pitch_delta": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "view_yaw_delta": [ - 2004 + 2046 ], "__typename": [ 85 @@ -138210,94 +141428,94 @@ export default { }, "utility_lineups_sum_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -138306,28 +141524,28 @@ export default { "utility_lineups_update_column": {}, "utility_lineups_updates": { "_append": [ - 6131 + 6269 ], "_delete_at_path": [ - 6137 + 6275 ], "_delete_elem": [ - 6138 + 6276 ], "_delete_key": [ - 6139 + 6277 ], "_inc": [ - 6140 + 6278 ], "_prepend": [ - 6151 + 6289 ], "_set": [ - 6163 + 6301 ], "where": [ - 6135 + 6273 ], "__typename": [ 85 @@ -138380,7 +141598,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -138433,94 +141651,94 @@ export default { }, "utility_lineups_var_pop_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -138573,7 +141791,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -138626,94 +141844,94 @@ export default { }, "utility_lineups_var_samp_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -138766,7 +141984,7 @@ export default { 32 ], "my_vote": [ - 4740 + 4783 ], "origin_x": [ 32 @@ -138819,94 +142037,94 @@ export default { }, "utility_lineups_variance_order_by": { "aim_tolerance": [ - 3558 + 3601 ], "author_steam_id": [ - 3558 + 3601 ], "downvotes": [ - 3558 + 3601 ], "eye_z": [ - 3558 + 3601 ], "favorites": [ - 3558 + 3601 ], "flight_time_ms": [ - 3558 + 3601 ], "initial_pos_x": [ - 3558 + 3601 ], "initial_pos_y": [ - 3558 + 3601 ], "initial_pos_z": [ - 3558 + 3601 ], "initial_vel_x": [ - 3558 + 3601 ], "initial_vel_y": [ - 3558 + 3601 ], "initial_vel_z": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "practice_attempts": [ - 3558 + 3601 ], "practice_players": [ - 3558 + 3601 ], "practice_successes": [ - 3558 + 3601 ], "preview_duration_ms": [ - 3558 + 3601 ], "public_reviewed_by": [ - 3558 + 3601 ], "source_grenade_id": [ - 3558 + 3601 ], "trajectory_size": [ - 3558 + 3601 ], "upvotes": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_pitch_delta": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "view_yaw_delta": [ - 3558 + 3601 ], "__typename": [ 85 @@ -138914,19 +142132,19 @@ export default { }, "utility_meta_lineups": { "first_seen_at": [ - 5153 + 5196 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "last_seen_at": [ - 5153 + 5196 ], "lineup_bucket": [ 85 @@ -138941,22 +142159,22 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "refreshed_at": [ - 5153 + 5196 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ 85 @@ -138968,13 +142186,13 @@ export default { 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -138982,10 +142200,10 @@ export default { }, "utility_meta_lineups_aggregate": { "aggregate": [ - 6184 + 6322 ], "nodes": [ - 6182 + 6320 ], "__typename": [ 85 @@ -138993,13 +142211,13 @@ export default { }, "utility_meta_lineups_aggregate_fields": { "avg": [ - 6185 + 6323 ], "count": [ 41, { "columns": [ - 6196, + 6334, "[utility_meta_lineups_select_column!]" ], "distinct": [ @@ -139008,31 +142226,31 @@ export default { } ], "max": [ - 6190 + 6328 ], "min": [ - 6191 + 6329 ], "stddev": [ - 6198 + 6336 ], "stddev_pop": [ - 6199 + 6337 ], "stddev_samp": [ - 6200 + 6338 ], "sum": [ - 6203 + 6341 ], "var_pop": [ - 6206 + 6344 ], "var_samp": [ - 6207 + 6345 ], "variance": [ - 6208 + 6346 ], "__typename": [ 85 @@ -139081,28 +142299,28 @@ export default { }, "utility_meta_lineups_bool_exp": { "_and": [ - 6186 + 6324 ], "_not": [ - 6186 + 6324 ], "_or": [ - 6186 + 6324 ], "first_seen_at": [ - 5154 + 5197 ], "land_x": [ - 2005 + 2047 ], "land_y": [ - 2005 + 2047 ], "land_z": [ - 2005 + 2047 ], "last_seen_at": [ - 5154 + 5197 ], "lineup_bucket": [ 87 @@ -139117,22 +142335,22 @@ export default { 42 ], "origin_x": [ - 2005 + 2047 ], "origin_y": [ - 2005 + 2047 ], "origin_z": [ - 2005 + 2047 ], "refreshed_at": [ - 5154 + 5197 ], "side": [ - 1406 + 1407 ], "technique": [ - 1631 + 1673 ], "throw_strength": [ 87 @@ -139144,13 +142362,13 @@ export default { 42 ], "utility_type": [ - 1671 + 1713 ], "view_pitch": [ - 2005 + 2047 ], "view_yaw": [ - 2005 + 2047 ], "__typename": [ 85 @@ -139159,13 +142377,13 @@ export default { "utility_meta_lineups_constraint": {}, "utility_meta_lineups_inc_input": { "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineups": [ 41 @@ -139174,13 +142392,13 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "throwers": [ 41 @@ -139189,10 +142407,10 @@ export default { 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139200,19 +142418,19 @@ export default { }, "utility_meta_lineups_insert_input": { "first_seen_at": [ - 5153 + 5196 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "last_seen_at": [ - 5153 + 5196 ], "lineup_bucket": [ 85 @@ -139227,22 +142445,22 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "refreshed_at": [ - 5153 + 5196 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ 85 @@ -139254,13 +142472,13 @@ export default { 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139268,19 +142486,19 @@ export default { }, "utility_meta_lineups_max_fields": { "first_seen_at": [ - 5153 + 5196 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "last_seen_at": [ - 5153 + 5196 ], "lineup_bucket": [ 85 @@ -139295,16 +142513,16 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "refreshed_at": [ - 5153 + 5196 ], "throw_strength": [ 85 @@ -139316,10 +142534,10 @@ export default { 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139327,19 +142545,19 @@ export default { }, "utility_meta_lineups_min_fields": { "first_seen_at": [ - 5153 + 5196 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "last_seen_at": [ - 5153 + 5196 ], "lineup_bucket": [ 85 @@ -139354,16 +142572,16 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "refreshed_at": [ - 5153 + 5196 ], "throw_strength": [ 85 @@ -139375,10 +142593,10 @@ export default { 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139389,7 +142607,7 @@ export default { 41 ], "returning": [ - 6182 + 6320 ], "__typename": [ 85 @@ -139397,13 +142615,13 @@ export default { }, "utility_meta_lineups_on_conflict": { "constraint": [ - 6187 + 6325 ], "update_columns": [ - 6204 + 6342 ], "where": [ - 6186 + 6324 ], "__typename": [ 85 @@ -139411,67 +142629,67 @@ export default { }, "utility_meta_lineups_order_by": { "first_seen_at": [ - 3558 + 3601 ], "land_x": [ - 3558 + 3601 ], "land_y": [ - 3558 + 3601 ], "land_z": [ - 3558 + 3601 ], "last_seen_at": [ - 3558 + 3601 ], "lineup_bucket": [ - 3558 + 3601 ], "lineups": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "matches": [ - 3558 + 3601 ], "origin_x": [ - 3558 + 3601 ], "origin_y": [ - 3558 + 3601 ], "origin_z": [ - 3558 + 3601 ], "refreshed_at": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "technique": [ - 3558 + 3601 ], "throw_strength": [ - 3558 + 3601 ], "throwers": [ - 3558 + 3601 ], "throws": [ - 3558 + 3601 ], "utility_type": [ - 3558 + 3601 ], "view_pitch": [ - 3558 + 3601 ], "view_yaw": [ - 3558 + 3601 ], "__typename": [ 85 @@ -139488,19 +142706,19 @@ export default { "utility_meta_lineups_select_column": {}, "utility_meta_lineups_set_input": { "first_seen_at": [ - 5153 + 5196 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "last_seen_at": [ - 5153 + 5196 ], "lineup_bucket": [ 85 @@ -139515,22 +142733,22 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "refreshed_at": [ - 5153 + 5196 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ 85 @@ -139542,13 +142760,13 @@ export default { 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139679,10 +142897,10 @@ export default { }, "utility_meta_lineups_stream_cursor_input": { "initial_value": [ - 6202 + 6340 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -139690,19 +142908,19 @@ export default { }, "utility_meta_lineups_stream_cursor_value_input": { "first_seen_at": [ - 5153 + 5196 ], "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "last_seen_at": [ - 5153 + 5196 ], "lineup_bucket": [ 85 @@ -139717,22 +142935,22 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "refreshed_at": [ - 5153 + 5196 ], "side": [ - 1405 + 1406 ], "technique": [ - 1630 + 1672 ], "throw_strength": [ 85 @@ -139744,13 +142962,13 @@ export default { 41 ], "utility_type": [ - 1670 + 1712 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139758,13 +142976,13 @@ export default { }, "utility_meta_lineups_sum_fields": { "land_x": [ - 2004 + 2046 ], "land_y": [ - 2004 + 2046 ], "land_z": [ - 2004 + 2046 ], "lineups": [ 41 @@ -139773,13 +142991,13 @@ export default { 41 ], "origin_x": [ - 2004 + 2046 ], "origin_y": [ - 2004 + 2046 ], "origin_z": [ - 2004 + 2046 ], "throwers": [ 41 @@ -139788,10 +143006,10 @@ export default { 41 ], "view_pitch": [ - 2004 + 2046 ], "view_yaw": [ - 2004 + 2046 ], "__typename": [ 85 @@ -139800,13 +143018,13 @@ export default { "utility_meta_lineups_update_column": {}, "utility_meta_lineups_updates": { "_inc": [ - 6188 + 6326 ], "_set": [ - 6197 + 6335 ], "where": [ - 6186 + 6324 ], "__typename": [ 85 @@ -139937,16 +143155,16 @@ export default { }, "utility_playbook_steps": { "assigned_player": [ - 4516 + 4559 ], "assigned_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -139955,19 +143173,19 @@ export default { 41 ], "playbook": [ - 6250 + 6388 ], "playbook_id": [ - 6365 + 6503 ], "step_order": [ 41 ], "utility_lineup": [ - 6113 + 6251 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -139975,10 +143193,10 @@ export default { }, "utility_playbook_steps_aggregate": { "aggregate": [ - 6213 + 6351 ], "nodes": [ - 6209 + 6347 ], "__typename": [ 85 @@ -139986,7 +143204,7 @@ export default { }, "utility_playbook_steps_aggregate_bool_exp": { "count": [ - 6212 + 6350 ], "__typename": [ 85 @@ -139994,13 +143212,13 @@ export default { }, "utility_playbook_steps_aggregate_bool_exp_count": { "arguments": [ - 6230 + 6368 ], "distinct": [ 6 ], "filter": [ - 6218 + 6356 ], "predicate": [ 42 @@ -140011,13 +143229,13 @@ export default { }, "utility_playbook_steps_aggregate_fields": { "avg": [ - 6216 + 6354 ], "count": [ 41, { "columns": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "distinct": [ @@ -140026,31 +143244,31 @@ export default { } ], "max": [ - 6222 + 6360 ], "min": [ - 6224 + 6362 ], "stddev": [ - 6232 + 6370 ], "stddev_pop": [ - 6234 + 6372 ], "stddev_samp": [ - 6236 + 6374 ], "sum": [ - 6240 + 6378 ], "var_pop": [ - 6244 + 6382 ], "var_samp": [ - 6246 + 6384 ], "variance": [ - 6248 + 6386 ], "__typename": [ 85 @@ -140058,37 +143276,37 @@ export default { }, "utility_playbook_steps_aggregate_order_by": { "avg": [ - 6217 + 6355 ], "count": [ - 3558 + 3601 ], "max": [ - 6223 + 6361 ], "min": [ - 6225 + 6363 ], "stddev": [ - 6233 + 6371 ], "stddev_pop": [ - 6235 + 6373 ], "stddev_samp": [ - 6237 + 6375 ], "sum": [ - 6241 + 6379 ], "var_pop": [ - 6245 + 6383 ], "var_samp": [ - 6247 + 6385 ], "variance": [ - 6249 + 6387 ], "__typename": [ 85 @@ -140096,10 +143314,10 @@ export default { }, "utility_playbook_steps_arr_rel_insert_input": { "data": [ - 6221 + 6359 ], "on_conflict": [ - 6227 + 6365 ], "__typename": [ 85 @@ -140121,13 +143339,13 @@ export default { }, "utility_playbook_steps_avg_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140135,25 +143353,25 @@ export default { }, "utility_playbook_steps_bool_exp": { "_and": [ - 6218 + 6356 ], "_not": [ - 6218 + 6356 ], "_or": [ - 6218 + 6356 ], "assigned_player": [ - 4520 + 4563 ], "assigned_steam_id": [ - 312 + 313 ], "created_at": [ - 5154 + 5197 ], "id": [ - 6367 + 6505 ], "note": [ 87 @@ -140162,19 +143380,19 @@ export default { 42 ], "playbook": [ - 6254 + 6392 ], "playbook_id": [ - 6367 + 6505 ], "step_order": [ 42 ], "utility_lineup": [ - 6135 + 6273 ], "utility_lineup_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -140183,7 +143401,7 @@ export default { "utility_playbook_steps_constraint": {}, "utility_playbook_steps_inc_input": { "assigned_steam_id": [ - 310 + 311 ], "offset_ms": [ 41 @@ -140197,16 +143415,16 @@ export default { }, "utility_playbook_steps_insert_input": { "assigned_player": [ - 4527 + 4570 ], "assigned_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -140215,19 +143433,19 @@ export default { 41 ], "playbook": [ - 6261 + 6399 ], "playbook_id": [ - 6365 + 6503 ], "step_order": [ 41 ], "utility_lineup": [ - 6147 + 6285 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -140235,13 +143453,13 @@ export default { }, "utility_playbook_steps_max_fields": { "assigned_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -140250,13 +143468,13 @@ export default { 41 ], "playbook_id": [ - 6365 + 6503 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -140264,28 +143482,28 @@ export default { }, "utility_playbook_steps_max_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "playbook_id": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140293,13 +143511,13 @@ export default { }, "utility_playbook_steps_min_fields": { "assigned_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -140308,13 +143526,13 @@ export default { 41 ], "playbook_id": [ - 6365 + 6503 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -140322,28 +143540,28 @@ export default { }, "utility_playbook_steps_min_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "playbook_id": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140354,7 +143572,7 @@ export default { 41 ], "returning": [ - 6209 + 6347 ], "__typename": [ 85 @@ -140362,13 +143580,13 @@ export default { }, "utility_playbook_steps_on_conflict": { "constraint": [ - 6219 + 6357 ], "update_columns": [ - 6242 + 6380 ], "where": [ - 6218 + 6356 ], "__typename": [ 85 @@ -140376,37 +143594,37 @@ export default { }, "utility_playbook_steps_order_by": { "assigned_player": [ - 4529 + 4572 ], "assigned_steam_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "note": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "playbook": [ - 6263 + 6401 ], "playbook_id": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "utility_lineup": [ - 6149 + 6287 ], "utility_lineup_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140414,7 +143632,7 @@ export default { }, "utility_playbook_steps_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -140423,13 +143641,13 @@ export default { "utility_playbook_steps_select_column": {}, "utility_playbook_steps_set_input": { "assigned_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -140438,13 +143656,13 @@ export default { 41 ], "playbook_id": [ - 6365 + 6503 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -140466,13 +143684,13 @@ export default { }, "utility_playbook_steps_stddev_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140494,13 +143712,13 @@ export default { }, "utility_playbook_steps_stddev_pop_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140522,13 +143740,13 @@ export default { }, "utility_playbook_steps_stddev_samp_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140536,10 +143754,10 @@ export default { }, "utility_playbook_steps_stream_cursor_input": { "initial_value": [ - 6239 + 6377 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -140547,13 +143765,13 @@ export default { }, "utility_playbook_steps_stream_cursor_value_input": { "assigned_steam_id": [ - 310 + 311 ], "created_at": [ - 5153 + 5196 ], "id": [ - 6365 + 6503 ], "note": [ 85 @@ -140562,13 +143780,13 @@ export default { 41 ], "playbook_id": [ - 6365 + 6503 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -140576,7 +143794,7 @@ export default { }, "utility_playbook_steps_sum_fields": { "assigned_steam_id": [ - 310 + 311 ], "offset_ms": [ 41 @@ -140590,13 +143808,13 @@ export default { }, "utility_playbook_steps_sum_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140605,13 +143823,13 @@ export default { "utility_playbook_steps_update_column": {}, "utility_playbook_steps_updates": { "_inc": [ - 6220 + 6358 ], "_set": [ - 6231 + 6369 ], "where": [ - 6218 + 6356 ], "__typename": [ 85 @@ -140633,13 +143851,13 @@ export default { }, "utility_playbook_steps_var_pop_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140661,13 +143879,13 @@ export default { }, "utility_playbook_steps_var_samp_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140689,13 +143907,13 @@ export default { }, "utility_playbook_steps_variance_order_by": { "assigned_steam_id": [ - 3558 + 3601 ], "offset_ms": [ - 3558 + 3601 ], "step_order": [ - 3558 + 3601 ], "__typename": [ 85 @@ -140709,13 +143927,13 @@ export default { 6 ], "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -140724,19 +143942,19 @@ export default { 85 ], "owner": [ - 4516 + 4559 ], "owner_steam_id": [ - 310 + 311 ], "side": [ - 1405 + 1406 ], "steps": [ - 6209, + 6347, { "distinct_on": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -140746,19 +143964,19 @@ export default { 41 ], "order_by": [ - 6228, + 6366, "[utility_playbook_steps_order_by!]" ], "where": [ - 6218 + 6356 ] } ], "steps_aggregate": [ - 6210, + 6348, { "distinct_on": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -140768,25 +143986,25 @@ export default { 41 ], "order_by": [ - 6228, + 6366, "[utility_playbook_steps_order_by!]" ], "where": [ - 6218 + 6356 ] } ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -140794,10 +144012,10 @@ export default { }, "utility_playbooks_aggregate": { "aggregate": [ - 6252 + 6390 ], "nodes": [ - 6250 + 6388 ], "__typename": [ 85 @@ -140805,13 +144023,13 @@ export default { }, "utility_playbooks_aggregate_fields": { "avg": [ - 6253 + 6391 ], "count": [ 41, { "columns": [ - 6265, + 6403, "[utility_playbooks_select_column!]" ], "distinct": [ @@ -140820,31 +144038,31 @@ export default { } ], "max": [ - 6258 + 6396 ], "min": [ - 6259 + 6397 ], "stddev": [ - 6267 + 6405 ], "stddev_pop": [ - 6268 + 6406 ], "stddev_samp": [ - 6269 + 6407 ], "sum": [ - 6272 + 6410 ], "var_pop": [ - 6275 + 6413 ], "var_samp": [ - 6276 + 6414 ], "variance": [ - 6277 + 6415 ], "__typename": [ 85 @@ -140860,13 +144078,13 @@ export default { }, "utility_playbooks_bool_exp": { "_and": [ - 6254 + 6392 ], "_not": [ - 6254 + 6392 ], "_or": [ - 6254 + 6392 ], "can_edit": [ 7 @@ -140875,13 +144093,13 @@ export default { 7 ], "created_at": [ - 5154 + 5197 ], "description": [ 87 ], "id": [ - 6367 + 6505 ], "map_name": [ 87 @@ -140890,31 +144108,31 @@ export default { 87 ], "owner": [ - 4520 + 4563 ], "owner_steam_id": [ - 312 + 313 ], "side": [ - 1406 + 1407 ], "steps": [ - 6218 + 6356 ], "steps_aggregate": [ - 6211 + 6349 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "updated_at": [ - 5154 + 5197 ], "visibility": [ - 1691 + 1733 ], "__typename": [ 85 @@ -140923,7 +144141,7 @@ export default { "utility_playbooks_constraint": {}, "utility_playbooks_inc_input": { "owner_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -140931,13 +144149,13 @@ export default { }, "utility_playbooks_insert_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -140946,28 +144164,28 @@ export default { 85 ], "owner": [ - 4527 + 4570 ], "owner_steam_id": [ - 310 + 311 ], "side": [ - 1405 + 1406 ], "steps": [ - 6215 + 6353 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -140975,13 +144193,13 @@ export default { }, "utility_playbooks_max_fields": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -140990,13 +144208,13 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -141004,13 +144222,13 @@ export default { }, "utility_playbooks_min_fields": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -141019,13 +144237,13 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -141036,7 +144254,7 @@ export default { 41 ], "returning": [ - 6250 + 6388 ], "__typename": [ 85 @@ -141044,10 +144262,10 @@ export default { }, "utility_playbooks_obj_rel_insert_input": { "data": [ - 6257 + 6395 ], "on_conflict": [ - 6262 + 6400 ], "__typename": [ 85 @@ -141055,13 +144273,13 @@ export default { }, "utility_playbooks_on_conflict": { "constraint": [ - 6255 + 6393 ], "update_columns": [ - 6273 + 6411 ], "where": [ - 6254 + 6392 ], "__typename": [ 85 @@ -141069,49 +144287,49 @@ export default { }, "utility_playbooks_order_by": { "can_edit": [ - 3558 + 3601 ], "can_view": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "description": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "owner": [ - 4529 + 4572 ], "owner_steam_id": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "steps_aggregate": [ - 6214 + 6352 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "visibility": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141119,7 +144337,7 @@ export default { }, "utility_playbooks_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141128,13 +144346,13 @@ export default { "utility_playbooks_select_column": {}, "utility_playbooks_set_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -141143,19 +144361,19 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "side": [ - 1405 + 1406 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -141187,10 +144405,10 @@ export default { }, "utility_playbooks_stream_cursor_input": { "initial_value": [ - 6271 + 6409 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -141198,13 +144416,13 @@ export default { }, "utility_playbooks_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "description": [ 85 ], "id": [ - 6365 + 6503 ], "map_name": [ 85 @@ -141213,19 +144431,19 @@ export default { 85 ], "owner_steam_id": [ - 310 + 311 ], "side": [ - 1405 + 1406 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "visibility": [ - 1690 + 1732 ], "__typename": [ 85 @@ -141233,7 +144451,7 @@ export default { }, "utility_playbooks_sum_fields": { "owner_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -141242,13 +144460,13 @@ export default { "utility_playbooks_update_column": {}, "utility_playbooks_updates": { "_inc": [ - 6256 + 6394 ], "_set": [ - 6266 + 6404 ], "where": [ - 6254 + 6392 ], "__typename": [ 85 @@ -141280,25 +144498,25 @@ export default { }, "utility_practice_invites": { "created_at": [ - 5153 + 5196 ], "invited_by": [ - 4516 + 4559 ], "invited_by_steam_id": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "session": [ - 6319 + 6457 ], "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141306,10 +144524,10 @@ export default { }, "utility_practice_invites_aggregate": { "aggregate": [ - 6282 + 6420 ], "nodes": [ - 6278 + 6416 ], "__typename": [ 85 @@ -141317,7 +144535,7 @@ export default { }, "utility_practice_invites_aggregate_bool_exp": { "count": [ - 6281 + 6419 ], "__typename": [ 85 @@ -141325,13 +144543,13 @@ export default { }, "utility_practice_invites_aggregate_bool_exp_count": { "arguments": [ - 6299 + 6437 ], "distinct": [ 6 ], "filter": [ - 6287 + 6425 ], "predicate": [ 42 @@ -141342,13 +144560,13 @@ export default { }, "utility_practice_invites_aggregate_fields": { "avg": [ - 6285 + 6423 ], "count": [ 41, { "columns": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "distinct": [ @@ -141357,31 +144575,31 @@ export default { } ], "max": [ - 6291 + 6429 ], "min": [ - 6293 + 6431 ], "stddev": [ - 6301 + 6439 ], "stddev_pop": [ - 6303 + 6441 ], "stddev_samp": [ - 6305 + 6443 ], "sum": [ - 6309 + 6447 ], "var_pop": [ - 6313 + 6451 ], "var_samp": [ - 6315 + 6453 ], "variance": [ - 6317 + 6455 ], "__typename": [ 85 @@ -141389,37 +144607,37 @@ export default { }, "utility_practice_invites_aggregate_order_by": { "avg": [ - 6286 + 6424 ], "count": [ - 3558 + 3601 ], "max": [ - 6292 + 6430 ], "min": [ - 6294 + 6432 ], "stddev": [ - 6302 + 6440 ], "stddev_pop": [ - 6304 + 6442 ], "stddev_samp": [ - 6306 + 6444 ], "sum": [ - 6310 + 6448 ], "var_pop": [ - 6314 + 6452 ], "var_samp": [ - 6316 + 6454 ], "variance": [ - 6318 + 6456 ], "__typename": [ 85 @@ -141427,10 +144645,10 @@ export default { }, "utility_practice_invites_arr_rel_insert_input": { "data": [ - 6290 + 6428 ], "on_conflict": [ - 6296 + 6434 ], "__typename": [ 85 @@ -141449,10 +144667,10 @@ export default { }, "utility_practice_invites_avg_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141460,34 +144678,34 @@ export default { }, "utility_practice_invites_bool_exp": { "_and": [ - 6287 + 6425 ], "_not": [ - 6287 + 6425 ], "_or": [ - 6287 + 6425 ], "created_at": [ - 5154 + 5197 ], "invited_by": [ - 4520 + 4563 ], "invited_by_steam_id": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "session": [ - 6330 + 6468 ], "steam_id": [ - 312 + 313 ], "utility_practice_session_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -141496,10 +144714,10 @@ export default { "utility_practice_invites_constraint": {}, "utility_practice_invites_inc_input": { "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -141507,25 +144725,25 @@ export default { }, "utility_practice_invites_insert_input": { "created_at": [ - 5153 + 5196 ], "invited_by": [ - 4527 + 4570 ], "invited_by_steam_id": [ - 310 + 311 ], "player": [ - 4527 + 4570 ], "session": [ - 6339 + 6477 ], "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141533,16 +144751,16 @@ export default { }, "utility_practice_invites_max_fields": { "created_at": [ - 5153 + 5196 ], "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141550,16 +144768,16 @@ export default { }, "utility_practice_invites_max_order_by": { "created_at": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141567,16 +144785,16 @@ export default { }, "utility_practice_invites_min_fields": { "created_at": [ - 5153 + 5196 ], "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141584,16 +144802,16 @@ export default { }, "utility_practice_invites_min_order_by": { "created_at": [ - 3558 + 3601 ], "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141604,7 +144822,7 @@ export default { 41 ], "returning": [ - 6278 + 6416 ], "__typename": [ 85 @@ -141612,13 +144830,13 @@ export default { }, "utility_practice_invites_on_conflict": { "constraint": [ - 6288 + 6426 ], "update_columns": [ - 6311 + 6449 ], "where": [ - 6287 + 6425 ], "__typename": [ 85 @@ -141626,25 +144844,25 @@ export default { }, "utility_practice_invites_order_by": { "created_at": [ - 3558 + 3601 ], "invited_by": [ - 4529 + 4572 ], "invited_by_steam_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "session": [ - 6341 + 6479 ], "steam_id": [ - 3558 + 3601 ], "utility_practice_session_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141652,10 +144870,10 @@ export default { }, "utility_practice_invites_pk_columns_input": { "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141664,16 +144882,16 @@ export default { "utility_practice_invites_select_column": {}, "utility_practice_invites_set_input": { "created_at": [ - 5153 + 5196 ], "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141692,10 +144910,10 @@ export default { }, "utility_practice_invites_stddev_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141714,10 +144932,10 @@ export default { }, "utility_practice_invites_stddev_pop_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141736,10 +144954,10 @@ export default { }, "utility_practice_invites_stddev_samp_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141747,10 +144965,10 @@ export default { }, "utility_practice_invites_stream_cursor_input": { "initial_value": [ - 6308 + 6446 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -141758,16 +144976,16 @@ export default { }, "utility_practice_invites_stream_cursor_value_input": { "created_at": [ - 5153 + 5196 ], "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "utility_practice_session_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -141775,10 +144993,10 @@ export default { }, "utility_practice_invites_sum_fields": { "invited_by_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -141786,10 +145004,10 @@ export default { }, "utility_practice_invites_sum_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141798,13 +145016,13 @@ export default { "utility_practice_invites_update_column": {}, "utility_practice_invites_updates": { "_inc": [ - 6289 + 6427 ], "_set": [ - 6300 + 6438 ], "where": [ - 6287 + 6425 ], "__typename": [ 85 @@ -141823,10 +145041,10 @@ export default { }, "utility_practice_invites_var_pop_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141845,10 +145063,10 @@ export default { }, "utility_practice_invites_var_samp_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141867,10 +145085,10 @@ export default { }, "utility_practice_invites_variance_order_by": { "invited_by_steam_id": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -141878,7 +145096,7 @@ export default { }, "utility_practice_sessions": { "access": [ - 1569 + 1611 ], "can_manage": [ 6 @@ -141887,10 +145105,10 @@ export default { 6 ], "collection": [ - 5694 + 5832 ], "collection_id": [ - 6365 + 6503 ], "connection_link": [ 85 @@ -141899,40 +145117,40 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "e_utility_practice_status": [ - 1584 + 1626 ], "empty_since": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5153 + 5196 ], "host": [ - 4516 + 4559 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 ], "invites": [ - 6278, + 6416, { "distinct_on": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -141942,19 +145160,19 @@ export default { 41 ], "order_by": [ - 6297, + 6435, "[utility_practice_invites_order_by!]" ], "where": [ - 6287 + 6425 ] } ], "invites_aggregate": [ - 6279, + 6417, { "distinct_on": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -141964,11 +145182,11 @@ export default { 41 ], "order_by": [ - 6297, + 6435, "[utility_practice_invites_order_by!]" ], "where": [ - 6287 + 6425 ] } ], @@ -141982,43 +145200,43 @@ export default { 6 ], "last_occupied_at": [ - 5153 + 5196 ], "map_changing_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "notify_when_ready": [ 6 ], "playbook": [ - 6250 + 6388 ], "playbook_id": [ - 6365 + 6503 ], "region": [ 85 ], "status": [ - 1589 + 1631 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -142026,10 +145244,10 @@ export default { }, "utility_practice_sessions_aggregate": { "aggregate": [ - 6325 + 6463 ], "nodes": [ - 6319 + 6457 ], "__typename": [ 85 @@ -142037,13 +145255,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp": { "bool_and": [ - 6322 + 6460 ], "bool_or": [ - 6323 + 6461 ], "count": [ - 6324 + 6462 ], "__typename": [ 85 @@ -142051,13 +145269,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_bool_and": { "arguments": [ - 6344 + 6482 ], "distinct": [ 6 ], "filter": [ - 6330 + 6468 ], "predicate": [ 7 @@ -142068,13 +145286,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_bool_or": { "arguments": [ - 6345 + 6483 ], "distinct": [ 6 ], "filter": [ - 6330 + 6468 ], "predicate": [ 7 @@ -142085,13 +145303,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_count": { "arguments": [ - 6343 + 6481 ], "distinct": [ 6 ], "filter": [ - 6330 + 6468 ], "predicate": [ 42 @@ -142102,13 +145320,13 @@ export default { }, "utility_practice_sessions_aggregate_fields": { "avg": [ - 6328 + 6466 ], "count": [ 41, { "columns": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "distinct": [ @@ -142117,31 +145335,31 @@ export default { } ], "max": [ - 6334 + 6472 ], "min": [ - 6336 + 6474 ], "stddev": [ - 6347 + 6485 ], "stddev_pop": [ - 6349 + 6487 ], "stddev_samp": [ - 6351 + 6489 ], "sum": [ - 6355 + 6493 ], "var_pop": [ - 6359 + 6497 ], "var_samp": [ - 6361 + 6499 ], "variance": [ - 6363 + 6501 ], "__typename": [ 85 @@ -142149,37 +145367,37 @@ export default { }, "utility_practice_sessions_aggregate_order_by": { "avg": [ - 6329 + 6467 ], "count": [ - 3558 + 3601 ], "max": [ - 6335 + 6473 ], "min": [ - 6337 + 6475 ], "stddev": [ - 6348 + 6486 ], "stddev_pop": [ - 6350 + 6488 ], "stddev_samp": [ - 6352 + 6490 ], "sum": [ - 6356 + 6494 ], "var_pop": [ - 6360 + 6498 ], "var_samp": [ - 6362 + 6500 ], "variance": [ - 6364 + 6502 ], "__typename": [ 85 @@ -142187,10 +145405,10 @@ export default { }, "utility_practice_sessions_arr_rel_insert_input": { "data": [ - 6333 + 6471 ], "on_conflict": [ - 6340 + 6478 ], "__typename": [ 85 @@ -142206,7 +145424,7 @@ export default { }, "utility_practice_sessions_avg_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142214,16 +145432,16 @@ export default { }, "utility_practice_sessions_bool_exp": { "_and": [ - 6330 + 6468 ], "_not": [ - 6330 + 6468 ], "_or": [ - 6330 + 6468 ], "access": [ - 1570 + 1612 ], "can_manage": [ 7 @@ -142232,10 +145450,10 @@ export default { 7 ], "collection": [ - 5698 + 5836 ], "collection_id": [ - 6367 + 6505 ], "connection_link": [ 87 @@ -142244,40 +145462,40 @@ export default { 87 ], "created_at": [ - 5154 + 5197 ], "e_utility_practice_status": [ - 1587 + 1629 ], "empty_since": [ - 5154 + 5197 ], "expires_at": [ - 5154 + 5197 ], "failure_reason": [ 87 ], "first_joined_at": [ - 5154 + 5197 ], "host": [ - 4520 + 4563 ], "host_steam_id": [ - 312 + 313 ], "id": [ - 6367 + 6505 ], "invite_code": [ 87 ], "invites": [ - 6287 + 6425 ], "invites_aggregate": [ - 6280 + 6418 ], "is_member": [ 7 @@ -142289,43 +145507,43 @@ export default { 7 ], "last_occupied_at": [ - 5154 + 5197 ], "map_changing_at": [ - 5154 + 5197 ], "map_name": [ 87 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "notify_when_ready": [ 7 ], "playbook": [ - 6254 + 6392 ], "playbook_id": [ - 6367 + 6505 ], "region": [ 87 ], "status": [ - 1590 + 1632 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "updated_at": [ - 5154 + 5197 ], "__typename": [ 85 @@ -142334,7 +145552,7 @@ export default { "utility_practice_sessions_constraint": {}, "utility_practice_sessions_inc_input": { "host_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -142342,46 +145560,46 @@ export default { }, "utility_practice_sessions_insert_input": { "access": [ - 1569 + 1611 ], "collection": [ - 5705 + 5843 ], "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "e_utility_practice_status": [ - 1595 + 1637 ], "empty_since": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5153 + 5196 ], "host": [ - 4527 + 4570 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 ], "invites": [ - 6284 + 6422 ], "is_open": [ 6 @@ -142390,43 +145608,43 @@ export default { 6 ], "last_occupied_at": [ - 5153 + 5196 ], "map_changing_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "notify_when_ready": [ 6 ], "playbook": [ - 6261 + 6399 ], "playbook_id": [ - 6365 + 6503 ], "region": [ 85 ], "status": [ - 1589 + 1631 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -142434,7 +145652,7 @@ export default { }, "utility_practice_sessions_max_fields": { "collection_id": [ - 6365 + 6503 ], "connection_link": [ 85 @@ -142443,52 +145661,52 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "empty_since": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 ], "last_occupied_at": [ - 5153 + 5196 ], "map_changing_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "playbook_id": [ - 6365 + 6503 ], "region": [ 85 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -142496,55 +145714,55 @@ export default { }, "utility_practice_sessions_max_order_by": { "collection_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "empty_since": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "failure_reason": [ - 3558 + 3601 ], "first_joined_at": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "last_occupied_at": [ - 3558 + 3601 ], "map_changing_at": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "playbook_id": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142552,7 +145770,7 @@ export default { }, "utility_practice_sessions_min_fields": { "collection_id": [ - 6365 + 6503 ], "connection_link": [ 85 @@ -142561,52 +145779,52 @@ export default { 85 ], "created_at": [ - 5153 + 5196 ], "empty_since": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 ], "last_occupied_at": [ - 5153 + 5196 ], "map_changing_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "playbook_id": [ - 6365 + 6503 ], "region": [ 85 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -142614,55 +145832,55 @@ export default { }, "utility_practice_sessions_min_order_by": { "collection_id": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "empty_since": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "failure_reason": [ - 3558 + 3601 ], "first_joined_at": [ - 3558 + 3601 ], "host_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "last_occupied_at": [ - 3558 + 3601 ], "map_changing_at": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "playbook_id": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "team_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142673,7 +145891,7 @@ export default { 41 ], "returning": [ - 6319 + 6457 ], "__typename": [ 85 @@ -142681,10 +145899,10 @@ export default { }, "utility_practice_sessions_obj_rel_insert_input": { "data": [ - 6333 + 6471 ], "on_conflict": [ - 6340 + 6478 ], "__typename": [ 85 @@ -142692,13 +145910,13 @@ export default { }, "utility_practice_sessions_on_conflict": { "constraint": [ - 6331 + 6469 ], "update_columns": [ - 6357 + 6495 ], "where": [ - 6330 + 6468 ], "__typename": [ 85 @@ -142706,106 +145924,106 @@ export default { }, "utility_practice_sessions_order_by": { "access": [ - 3558 + 3601 ], "can_manage": [ - 3558 + 3601 ], "can_view": [ - 3558 + 3601 ], "collection": [ - 5707 + 5845 ], "collection_id": [ - 3558 + 3601 ], "connection_link": [ - 3558 + 3601 ], "connection_string": [ - 3558 + 3601 ], "created_at": [ - 3558 + 3601 ], "e_utility_practice_status": [ - 1597 + 1639 ], "empty_since": [ - 3558 + 3601 ], "expires_at": [ - 3558 + 3601 ], "failure_reason": [ - 3558 + 3601 ], "first_joined_at": [ - 3558 + 3601 ], "host": [ - 4529 + 4572 ], "host_steam_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "invite_code": [ - 3558 + 3601 ], "invites_aggregate": [ - 6283 + 6421 ], "is_member": [ - 3558 + 3601 ], "is_open": [ - 3558 + 3601 ], "is_render": [ - 3558 + 3601 ], "last_occupied_at": [ - 3558 + 3601 ], "map_changing_at": [ - 3558 + 3601 ], "map_name": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "notify_when_ready": [ - 3558 + 3601 ], "playbook": [ - 6263 + 6401 ], "playbook_id": [ - 3558 + 3601 ], "region": [ - 3558 + 3601 ], "status": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "updated_at": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142813,7 +146031,7 @@ export default { }, "utility_practice_sessions_pk_columns_input": { "id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -142824,31 +146042,31 @@ export default { "utility_practice_sessions_select_column_utility_practice_sessions_aggregate_bool_exp_bool_or_arguments_columns": {}, "utility_practice_sessions_set_input": { "access": [ - 1569 + 1611 ], "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "empty_since": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -142860,34 +146078,34 @@ export default { 6 ], "last_occupied_at": [ - 5153 + 5196 ], "map_changing_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "notify_when_ready": [ 6 ], "playbook_id": [ - 6365 + 6503 ], "region": [ 85 ], "status": [ - 1589 + 1631 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -142903,7 +146121,7 @@ export default { }, "utility_practice_sessions_stddev_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142919,7 +146137,7 @@ export default { }, "utility_practice_sessions_stddev_pop_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142935,7 +146153,7 @@ export default { }, "utility_practice_sessions_stddev_samp_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -142943,10 +146161,10 @@ export default { }, "utility_practice_sessions_stream_cursor_input": { "initial_value": [ - 6354 + 6492 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -142954,31 +146172,31 @@ export default { }, "utility_practice_sessions_stream_cursor_value_input": { "access": [ - 1569 + 1611 ], "collection_id": [ - 6365 + 6503 ], "created_at": [ - 5153 + 5196 ], "empty_since": [ - 5153 + 5196 ], "expires_at": [ - 5153 + 5196 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5153 + 5196 ], "host_steam_id": [ - 310 + 311 ], "id": [ - 6365 + 6503 ], "invite_code": [ 85 @@ -142990,34 +146208,34 @@ export default { 6 ], "last_occupied_at": [ - 5153 + 5196 ], "map_changing_at": [ - 5153 + 5196 ], "map_name": [ 85 ], "match_id": [ - 6365 + 6503 ], "notify_when_ready": [ 6 ], "playbook_id": [ - 6365 + 6503 ], "region": [ 85 ], "status": [ - 1589 + 1631 ], "team_id": [ - 6365 + 6503 ], "updated_at": [ - 5153 + 5196 ], "__typename": [ 85 @@ -143025,7 +146243,7 @@ export default { }, "utility_practice_sessions_sum_fields": { "host_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -143033,7 +146251,7 @@ export default { }, "utility_practice_sessions_sum_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143042,13 +146260,13 @@ export default { "utility_practice_sessions_update_column": {}, "utility_practice_sessions_updates": { "_inc": [ - 6332 + 6470 ], "_set": [ - 6346 + 6484 ], "where": [ - 6330 + 6468 ], "__typename": [ 85 @@ -143064,7 +146282,7 @@ export default { }, "utility_practice_sessions_var_pop_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143080,7 +146298,7 @@ export default { }, "utility_practice_sessions_var_samp_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143096,7 +146314,7 @@ export default { }, "utility_practice_sessions_variance_order_by": { "host_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143105,37 +146323,37 @@ export default { "uuid": {}, "uuid_array_comparison_exp": { "_contained_in": [ - 6365 + 6503 ], "_contains": [ - 6365 + 6503 ], "_eq": [ - 6365 + 6503 ], "_gt": [ - 6365 + 6503 ], "_gte": [ - 6365 + 6503 ], "_in": [ - 6365 + 6503 ], "_is_null": [ 6 ], "_lt": [ - 6365 + 6503 ], "_lte": [ - 6365 + 6503 ], "_neq": [ - 6365 + 6503 ], "_nin": [ - 6365 + 6503 ], "__typename": [ 85 @@ -143143,31 +146361,31 @@ export default { }, "uuid_comparison_exp": { "_eq": [ - 6365 + 6503 ], "_gt": [ - 6365 + 6503 ], "_gte": [ - 6365 + 6503 ], "_in": [ - 6365 + 6503 ], "_is_null": [ 6 ], "_lt": [ - 6365 + 6503 ], "_lte": [ - 6365 + 6503 ], "_neq": [ - 6365 + 6503 ], "_nin": [ - 6365 + 6503 ], "__typename": [ 85 @@ -143181,19 +146399,19 @@ export default { 41 ], "event": [ - 1976 + 2018 ], "event_id": [ - 6365 + 6503 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -143202,10 +146420,10 @@ export default { 41 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -143213,10 +146431,10 @@ export default { }, "v_event_player_stats_aggregate": { "aggregate": [ - 6382 + 6520 ], "nodes": [ - 6368 + 6506 ], "__typename": [ 85 @@ -143224,31 +146442,31 @@ export default { }, "v_event_player_stats_aggregate_bool_exp": { "avg": [ - 6371 + 6509 ], "corr": [ - 6372 + 6510 ], "count": [ - 6374 + 6512 ], "covar_samp": [ - 6375 + 6513 ], "max": [ - 6377 + 6515 ], "min": [ - 6378 + 6516 ], "stddev_samp": [ - 6379 + 6517 ], "sum": [ - 6380 + 6518 ], "var_samp": [ - 6381 + 6519 ], "__typename": [ 85 @@ -143256,16 +146474,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 6395 + 6533 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143273,16 +146491,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 6373 + 6511 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143290,10 +146508,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 6396 + 6534 ], "Y": [ - 6396 + 6534 ], "__typename": [ 85 @@ -143301,13 +146519,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_count": { "arguments": [ - 6394 + 6532 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ 42 @@ -143318,16 +146536,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 6376 + 6514 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143335,10 +146553,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6397 + 6535 ], "Y": [ - 6397 + 6535 ], "__typename": [ 85 @@ -143346,16 +146564,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_max": { "arguments": [ - 6398 + 6536 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143363,16 +146581,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_min": { "arguments": [ - 6399 + 6537 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143380,16 +146598,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6400 + 6538 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143397,16 +146615,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 6401 + 6539 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143414,16 +146632,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 6402 + 6540 ], "distinct": [ 6 ], "filter": [ - 6387 + 6525 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -143431,13 +146649,13 @@ export default { }, "v_event_player_stats_aggregate_fields": { "avg": [ - 6385 + 6523 ], "count": [ 41, { "columns": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "distinct": [ @@ -143446,31 +146664,31 @@ export default { } ], "max": [ - 6389 + 6527 ], "min": [ - 6391 + 6529 ], "stddev": [ - 6403 + 6541 ], "stddev_pop": [ - 6405 + 6543 ], "stddev_samp": [ - 6407 + 6545 ], "sum": [ - 6411 + 6549 ], "var_pop": [ - 6413 + 6551 ], "var_samp": [ - 6415 + 6553 ], "variance": [ - 6417 + 6555 ], "__typename": [ 85 @@ -143478,37 +146696,37 @@ export default { }, "v_event_player_stats_aggregate_order_by": { "avg": [ - 6386 + 6524 ], "count": [ - 3558 + 3601 ], "max": [ - 6390 + 6528 ], "min": [ - 6392 + 6530 ], "stddev": [ - 6404 + 6542 ], "stddev_pop": [ - 6406 + 6544 ], "stddev_samp": [ - 6408 + 6546 ], "sum": [ - 6412 + 6550 ], "var_pop": [ - 6414 + 6552 ], "var_samp": [ - 6416 + 6554 ], "variance": [ - 6418 + 6556 ], "__typename": [ 85 @@ -143516,7 +146734,7 @@ export default { }, "v_event_player_stats_arr_rel_insert_input": { "data": [ - 6388 + 6526 ], "__typename": [ 85 @@ -143553,28 +146771,28 @@ export default { }, "v_event_player_stats_avg_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143582,13 +146800,13 @@ export default { }, "v_event_player_stats_bool_exp": { "_and": [ - 6387 + 6525 ], "_not": [ - 6387 + 6525 ], "_or": [ - 6387 + 6525 ], "assists": [ 42 @@ -143597,19 +146815,19 @@ export default { 42 ], "event": [ - 1980 + 2022 ], "event_id": [ - 6367 + 6505 ], "headshot_percentage": [ - 2005 + 2047 ], "headshots": [ 42 ], "kdr": [ - 2005 + 2047 ], "kills": [ 42 @@ -143618,10 +146836,10 @@ export default { 42 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -143635,19 +146853,19 @@ export default { 41 ], "event": [ - 1987 + 2029 ], "event_id": [ - 6365 + 6503 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -143656,10 +146874,10 @@ export default { 41 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -143673,16 +146891,16 @@ export default { 41 ], "event_id": [ - 6365 + 6503 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -143691,7 +146909,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -143699,31 +146917,31 @@ export default { }, "v_event_player_stats_max_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143737,16 +146955,16 @@ export default { 41 ], "event_id": [ - 6365 + 6503 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -143755,7 +146973,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -143763,31 +146981,31 @@ export default { }, "v_event_player_stats_min_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "event_id": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143795,37 +147013,37 @@ export default { }, "v_event_player_stats_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "event": [ - 1989 + 2031 ], "event_id": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143871,28 +147089,28 @@ export default { }, "v_event_player_stats_stddev_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143929,28 +147147,28 @@ export default { }, "v_event_player_stats_stddev_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -143987,28 +147205,28 @@ export default { }, "v_event_player_stats_stddev_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -144016,10 +147234,10 @@ export default { }, "v_event_player_stats_stream_cursor_input": { "initial_value": [ - 6410 + 6548 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -144033,16 +147251,16 @@ export default { 41 ], "event_id": [ - 6365 + 6503 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -144051,7 +147269,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -144065,13 +147283,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -144080,7 +147298,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -144088,28 +147306,28 @@ export default { }, "v_event_player_stats_sum_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -144146,28 +147364,28 @@ export default { }, "v_event_player_stats_var_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -144204,28 +147422,28 @@ export default { }, "v_event_player_stats_var_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -144262,28 +147480,28 @@ export default { }, "v_event_player_stats_variance_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -144338,10 +147556,10 @@ export default { }, "v_gpu_pool_status_aggregate": { "aggregate": [ - 6421 + 6559 ], "nodes": [ - 6419 + 6557 ], "__typename": [ 85 @@ -144349,13 +147567,13 @@ export default { }, "v_gpu_pool_status_aggregate_fields": { "avg": [ - 6422 + 6560 ], "count": [ 41, { "columns": [ - 6427, + 6565, "[v_gpu_pool_status_select_column!]" ], "distinct": [ @@ -144364,31 +147582,31 @@ export default { } ], "max": [ - 6424 + 6562 ], "min": [ - 6425 + 6563 ], "stddev": [ - 6428 + 6566 ], "stddev_pop": [ - 6429 + 6567 ], "stddev_samp": [ - 6430 + 6568 ], "sum": [ - 6433 + 6571 ], "var_pop": [ - 6434 + 6572 ], "var_samp": [ - 6435 + 6573 ], "variance": [ - 6436 + 6574 ], "__typename": [ 85 @@ -144431,13 +147649,13 @@ export default { }, "v_gpu_pool_status_bool_exp": { "_and": [ - 6423 + 6561 ], "_not": [ - 6423 + 6561 ], "_or": [ - 6423 + 6561 ], "demo_free_gpu_nodes": [ 42 @@ -144557,46 +147775,46 @@ export default { }, "v_gpu_pool_status_order_by": { "demo_free_gpu_nodes": [ - 3558 + 3601 ], "demo_in_progress": [ - 3558 + 3601 ], "demo_total_gpu_nodes": [ - 3558 + 3601 ], "free_gpu_nodes": [ - 3558 + 3601 ], "free_gpu_nodes_for_batch": [ - 3558 + 3601 ], "highlights_in_progress": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "live_in_progress": [ - 3558 + 3601 ], "registered_gpu_nodes": [ - 3558 + 3601 ], "rendering_total_gpu_nodes": [ - 3558 + 3601 ], "renders_paused_for_active_match": [ - 3558 + 3601 ], "streaming_free_gpu_nodes": [ - 3558 + 3601 ], "streaming_total_gpu_nodes": [ - 3558 + 3601 ], "total_gpu_nodes": [ - 3558 + 3601 ], "__typename": [ 85 @@ -144710,10 +147928,10 @@ export default { }, "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 6432 + 6570 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -144914,22 +148132,22 @@ export default { 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2709 + 2752 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "losses": [ 41 @@ -144959,13 +148177,13 @@ export default { 41 ], "season_division": [ - 2527 + 2570 ], "team_season": [ - 2667 + 2710 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -144976,10 +148194,10 @@ export default { }, "v_league_division_standings_aggregate": { "aggregate": [ - 6441 + 6579 ], "nodes": [ - 6437 + 6575 ], "__typename": [ 85 @@ -144987,7 +148205,7 @@ export default { }, "v_league_division_standings_aggregate_bool_exp": { "count": [ - 6440 + 6578 ], "__typename": [ 85 @@ -144995,13 +148213,13 @@ export default { }, "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 6453 + 6591 ], "distinct": [ 6 ], "filter": [ - 6446 + 6584 ], "predicate": [ 42 @@ -145012,13 +148230,13 @@ export default { }, "v_league_division_standings_aggregate_fields": { "avg": [ - 6444 + 6582 ], "count": [ 41, { "columns": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "distinct": [ @@ -145027,31 +148245,31 @@ export default { } ], "max": [ - 6448 + 6586 ], "min": [ - 6450 + 6588 ], "stddev": [ - 6454 + 6592 ], "stddev_pop": [ - 6456 + 6594 ], "stddev_samp": [ - 6458 + 6596 ], "sum": [ - 6462 + 6600 ], "var_pop": [ - 6464 + 6602 ], "var_samp": [ - 6466 + 6604 ], "variance": [ - 6468 + 6606 ], "__typename": [ 85 @@ -145059,37 +148277,37 @@ export default { }, "v_league_division_standings_aggregate_order_by": { "avg": [ - 6445 + 6583 ], "count": [ - 3558 + 3601 ], "max": [ - 6449 + 6587 ], "min": [ - 6451 + 6589 ], "stddev": [ - 6455 + 6593 ], "stddev_pop": [ - 6457 + 6595 ], "stddev_samp": [ - 6459 + 6597 ], "sum": [ - 6463 + 6601 ], "var_pop": [ - 6465 + 6603 ], "var_samp": [ - 6467 + 6605 ], "variance": [ - 6469 + 6607 ], "__typename": [ 85 @@ -145097,7 +148315,7 @@ export default { }, "v_league_division_standings_arr_rel_insert_input": { "data": [ - 6447 + 6585 ], "__typename": [ 85 @@ -145146,40 +148364,40 @@ export default { }, "v_league_division_standings_avg_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145187,13 +148405,13 @@ export default { }, "v_league_division_standings_bool_exp": { "_and": [ - 6446 + 6584 ], "_not": [ - 6446 + 6584 ], "_or": [ - 6446 + 6584 ], "head_to_head_match_wins": [ 42 @@ -145202,22 +148420,22 @@ export default { 42 ], "league_division_id": [ - 6367 + 6505 ], "league_season_division_id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "league_team": [ - 2712 + 2755 ], "league_team_id": [ - 6367 + 6505 ], "league_team_season_id": [ - 6367 + 6505 ], "losses": [ 42 @@ -145247,13 +148465,13 @@ export default { 42 ], "season_division": [ - 2534 + 2577 ], "team_season": [ - 2676 + 2719 ], "tournament_team_id": [ - 6367 + 6505 ], "wins": [ 42 @@ -145270,22 +148488,22 @@ export default { 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2718 + 2761 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "losses": [ 41 @@ -145315,13 +148533,13 @@ export default { 41 ], "season_division": [ - 2542 + 2585 ], "team_season": [ - 2685 + 2728 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -145338,19 +148556,19 @@ export default { 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "losses": [ 41 @@ -145380,7 +148598,7 @@ export default { 41 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -145391,58 +148609,58 @@ export default { }, "v_league_division_standings_max_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145456,19 +148674,19 @@ export default { 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "losses": [ 41 @@ -145498,7 +148716,7 @@ export default { 41 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -145509,58 +148727,58 @@ export default { }, "v_league_division_standings_min_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145568,67 +148786,67 @@ export default { }, "v_league_division_standings_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team": [ - 2720 + 2763 ], "league_team_id": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "season_division": [ - 2544 + 2587 ], "team_season": [ - 2687 + 2730 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145678,40 +148896,40 @@ export default { }, "v_league_division_standings_stddev_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145760,40 +148978,40 @@ export default { }, "v_league_division_standings_stddev_pop_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145842,40 +149060,40 @@ export default { }, "v_league_division_standings_stddev_samp_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -145883,10 +149101,10 @@ export default { }, "v_league_division_standings_stream_cursor_input": { "initial_value": [ - 6461 + 6599 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -145900,19 +149118,19 @@ export default { 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "losses": [ 41 @@ -145942,7 +149160,7 @@ export default { 41 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -145994,40 +149212,40 @@ export default { }, "v_league_division_standings_sum_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146076,40 +149294,40 @@ export default { }, "v_league_division_standings_var_pop_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146158,40 +149376,40 @@ export default { }, "v_league_division_standings_var_samp_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146240,40 +149458,40 @@ export default { }, "v_league_division_standings_variance_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "round_diff": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146287,43 +149505,43 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2709 + 2752 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "matches_played": [ 41 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -146331,10 +149549,10 @@ export default { }, "v_league_season_player_stats_aggregate": { "aggregate": [ - 6484 + 6622 ], "nodes": [ - 6470 + 6608 ], "__typename": [ 85 @@ -146342,31 +149560,31 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp": { "avg": [ - 6473 + 6611 ], "corr": [ - 6474 + 6612 ], "count": [ - 6476 + 6614 ], "covar_samp": [ - 6477 + 6615 ], "max": [ - 6479 + 6617 ], "min": [ - 6480 + 6618 ], "stddev_samp": [ - 6481 + 6619 ], "sum": [ - 6482 + 6620 ], "var_samp": [ - 6483 + 6621 ], "__typename": [ 85 @@ -146374,16 +149592,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 6497 + 6635 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146391,16 +149609,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 6475 + 6613 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146408,10 +149626,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 6498 + 6636 ], "Y": [ - 6498 + 6636 ], "__typename": [ 85 @@ -146419,13 +149637,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_count": { "arguments": [ - 6496 + 6634 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ 42 @@ -146436,16 +149654,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 6478 + 6616 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146453,10 +149671,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6499 + 6637 ], "Y": [ - 6499 + 6637 ], "__typename": [ 85 @@ -146464,16 +149682,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_max": { "arguments": [ - 6500 + 6638 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146481,16 +149699,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_min": { "arguments": [ - 6501 + 6639 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146498,16 +149716,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6502 + 6640 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146515,16 +149733,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 6503 + 6641 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146532,16 +149750,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 6504 + 6642 ], "distinct": [ 6 ], "filter": [ - 6489 + 6627 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -146549,13 +149767,13 @@ export default { }, "v_league_season_player_stats_aggregate_fields": { "avg": [ - 6487 + 6625 ], "count": [ 41, { "columns": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "distinct": [ @@ -146564,31 +149782,31 @@ export default { } ], "max": [ - 6491 + 6629 ], "min": [ - 6493 + 6631 ], "stddev": [ - 6505 + 6643 ], "stddev_pop": [ - 6507 + 6645 ], "stddev_samp": [ - 6509 + 6647 ], "sum": [ - 6513 + 6651 ], "var_pop": [ - 6515 + 6653 ], "var_samp": [ - 6517 + 6655 ], "variance": [ - 6519 + 6657 ], "__typename": [ 85 @@ -146596,37 +149814,37 @@ export default { }, "v_league_season_player_stats_aggregate_order_by": { "avg": [ - 6488 + 6626 ], "count": [ - 3558 + 3601 ], "max": [ - 6492 + 6630 ], "min": [ - 6494 + 6632 ], "stddev": [ - 6506 + 6644 ], "stddev_pop": [ - 6508 + 6646 ], "stddev_samp": [ - 6510 + 6648 ], "sum": [ - 6514 + 6652 ], "var_pop": [ - 6516 + 6654 ], "var_samp": [ - 6518 + 6656 ], "variance": [ - 6520 + 6658 ], "__typename": [ 85 @@ -146634,7 +149852,7 @@ export default { }, "v_league_season_player_stats_arr_rel_insert_input": { "data": [ - 6490 + 6628 ], "__typename": [ 85 @@ -146671,28 +149889,28 @@ export default { }, "v_league_season_player_stats_avg_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146700,13 +149918,13 @@ export default { }, "v_league_season_player_stats_bool_exp": { "_and": [ - 6489 + 6627 ], "_not": [ - 6489 + 6627 ], "_or": [ - 6489 + 6627 ], "assists": [ 42 @@ -146715,43 +149933,43 @@ export default { 42 ], "headshot_percentage": [ - 2005 + 2047 ], "headshots": [ 42 ], "kdr": [ - 2005 + 2047 ], "kills": [ 42 ], "league_division_id": [ - 6367 + 6505 ], "league_season_division_id": [ - 6367 + 6505 ], "league_season_id": [ - 6367 + 6505 ], "league_team": [ - 2712 + 2755 ], "league_team_id": [ - 6367 + 6505 ], "league_team_season_id": [ - 6367 + 6505 ], "matches_played": [ 42 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -146765,43 +149983,43 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team": [ - 2718 + 2761 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "matches_played": [ 41 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -146815,37 +150033,37 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "matches_played": [ 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -146853,43 +150071,43 @@ export default { }, "v_league_season_player_stats_max_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146903,37 +150121,37 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "matches_played": [ 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -146941,43 +150159,43 @@ export default { }, "v_league_season_player_stats_min_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team_id": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -146985,49 +150203,49 @@ export default { }, "v_league_season_player_stats_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "league_division_id": [ - 3558 + 3601 ], "league_season_division_id": [ - 3558 + 3601 ], "league_season_id": [ - 3558 + 3601 ], "league_team": [ - 2720 + 2763 ], "league_team_id": [ - 3558 + 3601 ], "league_team_season_id": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147073,28 +150291,28 @@ export default { }, "v_league_season_player_stats_stddev_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147131,28 +150349,28 @@ export default { }, "v_league_season_player_stats_stddev_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147189,28 +150407,28 @@ export default { }, "v_league_season_player_stats_stddev_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147218,10 +150436,10 @@ export default { }, "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 6512 + 6650 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -147235,37 +150453,37 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 ], "league_division_id": [ - 6365 + 6503 ], "league_season_division_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "league_team_id": [ - 6365 + 6503 ], "league_team_season_id": [ - 6365 + 6503 ], "matches_played": [ 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147279,13 +150497,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -147294,7 +150512,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147302,28 +150520,28 @@ export default { }, "v_league_season_player_stats_sum_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147360,28 +150578,28 @@ export default { }, "v_league_season_player_stats_var_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147418,28 +150636,28 @@ export default { }, "v_league_season_player_stats_var_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147476,28 +150694,28 @@ export default { }, "v_league_season_player_stats_variance_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147511,22 +150729,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147534,10 +150752,10 @@ export default { }, "v_match_captains_aggregate": { "aggregate": [ - 6523 + 6661 ], "nodes": [ - 6521 + 6659 ], "__typename": [ 85 @@ -147545,13 +150763,13 @@ export default { }, "v_match_captains_aggregate_fields": { "avg": [ - 6524 + 6662 ], "count": [ 41, { "columns": [ - 6533, + 6671, "[v_match_captains_select_column!]" ], "distinct": [ @@ -147560,31 +150778,31 @@ export default { } ], "max": [ - 6528 + 6666 ], "min": [ - 6529 + 6667 ], "stddev": [ - 6535 + 6673 ], "stddev_pop": [ - 6536 + 6674 ], "stddev_samp": [ - 6537 + 6675 ], "sum": [ - 6540 + 6678 ], "var_pop": [ - 6542 + 6680 ], "var_samp": [ - 6543 + 6681 ], "variance": [ - 6544 + 6682 ], "__typename": [ 85 @@ -147600,13 +150818,13 @@ export default { }, "v_match_captains_bool_exp": { "_and": [ - 6525 + 6663 ], "_not": [ - 6525 + 6663 ], "_or": [ - 6525 + 6663 ], "captain": [ 7 @@ -147615,22 +150833,22 @@ export default { 87 ], "id": [ - 6367 + 6505 ], "lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "placeholder_name": [ 87 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -147638,7 +150856,7 @@ export default { }, "v_match_captains_inc_input": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147652,22 +150870,22 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "lineup": [ - 3014 + 3057 ], "match_lineup_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "player": [ - 4527 + 4570 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147678,16 +150896,16 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147698,16 +150916,16 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147718,7 +150936,7 @@ export default { 41 ], "returning": [ - 6521 + 6659 ], "__typename": [ 85 @@ -147726,7 +150944,7 @@ export default { }, "v_match_captains_obj_rel_insert_input": { "data": [ - 6527 + 6665 ], "__typename": [ 85 @@ -147734,28 +150952,28 @@ export default { }, "v_match_captains_order_by": { "captain": [ - 3558 + 3601 ], "discord_id": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "placeholder_name": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -147770,16 +150988,16 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147811,10 +151029,10 @@ export default { }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 6539 + 6677 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -147828,16 +151046,16 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "placeholder_name": [ 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147845,7 +151063,7 @@ export default { }, "v_match_captains_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -147853,13 +151071,13 @@ export default { }, "v_match_captains_updates": { "_inc": [ - 6526 + 6664 ], "_set": [ - 6534 + 6672 ], "where": [ - 6525 + 6663 ], "__typename": [ 85 @@ -147894,31 +151112,31 @@ export default { 41 ], "clutcher": [ - 4516 + 4559 ], "clutcher_steam_id": [ - 310 + 311 ], "kills_in_clutch": [ 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "outcome": [ 85 @@ -147935,10 +151153,10 @@ export default { }, "v_match_clutches_aggregate": { "aggregate": [ - 6549 + 6687 ], "nodes": [ - 6545 + 6683 ], "__typename": [ 85 @@ -147946,7 +151164,7 @@ export default { }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 6548 + 6686 ], "__typename": [ 85 @@ -147954,13 +151172,13 @@ export default { }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 6561 + 6699 ], "distinct": [ 6 ], "filter": [ - 6554 + 6692 ], "predicate": [ 42 @@ -147971,13 +151189,13 @@ export default { }, "v_match_clutches_aggregate_fields": { "avg": [ - 6552 + 6690 ], "count": [ 41, { "columns": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "distinct": [ @@ -147986,31 +151204,31 @@ export default { } ], "max": [ - 6556 + 6694 ], "min": [ - 6558 + 6696 ], "stddev": [ - 6562 + 6700 ], "stddev_pop": [ - 6564 + 6702 ], "stddev_samp": [ - 6566 + 6704 ], "sum": [ - 6570 + 6708 ], "var_pop": [ - 6572 + 6710 ], "var_samp": [ - 6574 + 6712 ], "variance": [ - 6576 + 6714 ], "__typename": [ 85 @@ -148018,37 +151236,37 @@ export default { }, "v_match_clutches_aggregate_order_by": { "avg": [ - 6553 + 6691 ], "count": [ - 3558 + 3601 ], "max": [ - 6557 + 6695 ], "min": [ - 6559 + 6697 ], "stddev": [ - 6563 + 6701 ], "stddev_pop": [ - 6565 + 6703 ], "stddev_samp": [ - 6567 + 6705 ], "sum": [ - 6571 + 6709 ], "var_pop": [ - 6573 + 6711 ], "var_samp": [ - 6575 + 6713 ], "variance": [ - 6577 + 6715 ], "__typename": [ 85 @@ -148056,7 +151274,7 @@ export default { }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 6555 + 6693 ], "__typename": [ 85 @@ -148081,16 +151299,16 @@ export default { }, "v_match_clutches_avg_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148098,43 +151316,43 @@ export default { }, "v_match_clutches_bool_exp": { "_and": [ - 6554 + 6692 ], "_not": [ - 6554 + 6692 ], "_or": [ - 6554 + 6692 ], "against_count": [ 42 ], "clutcher": [ - 4520 + 4563 ], "clutcher_steam_id": [ - 312 + 313 ], "kills_in_clutch": [ 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "outcome": [ 87 @@ -148154,31 +151372,31 @@ export default { 41 ], "clutcher": [ - 4527 + 4570 ], "clutcher_steam_id": [ - 310 + 311 ], "kills_in_clutch": [ 41 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 3014 + 3057 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "outcome": [ 85 @@ -148198,19 +151416,19 @@ export default { 41 ], "clutcher_steam_id": [ - 310 + 311 ], "kills_in_clutch": [ 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "outcome": [ 85 @@ -148227,31 +151445,31 @@ export default { }, "v_match_clutches_max_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "outcome": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148262,19 +151480,19 @@ export default { 41 ], "clutcher_steam_id": [ - 310 + 311 ], "kills_in_clutch": [ 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "outcome": [ 85 @@ -148291,31 +151509,31 @@ export default { }, "v_match_clutches_min_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "outcome": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148323,43 +151541,43 @@ export default { }, "v_match_clutches_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher": [ - 4529 + 4572 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "outcome": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148385,16 +151603,16 @@ export default { }, "v_match_clutches_stddev_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148419,16 +151637,16 @@ export default { }, "v_match_clutches_stddev_pop_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148453,16 +151671,16 @@ export default { }, "v_match_clutches_stddev_samp_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148470,10 +151688,10 @@ export default { }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 6569 + 6707 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -148484,19 +151702,19 @@ export default { 41 ], "clutcher_steam_id": [ - 310 + 311 ], "kills_in_clutch": [ 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "outcome": [ 85 @@ -148516,7 +151734,7 @@ export default { 41 ], "clutcher_steam_id": [ - 310 + 311 ], "kills_in_clutch": [ 41 @@ -148530,16 +151748,16 @@ export default { }, "v_match_clutches_sum_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148564,16 +151782,16 @@ export default { }, "v_match_clutches_var_pop_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148598,16 +151816,16 @@ export default { }, "v_match_clutches_var_samp_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148632,16 +151850,16 @@ export default { }, "v_match_clutches_variance_order_by": { "against_count": [ - 3558 + 3601 ], "clutcher_steam_id": [ - 3558 + 3601 ], "kills_in_clutch": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148652,28 +151870,28 @@ export default { 85 ], "killer_steam_id": [ - 310 + 311 ], "kills": [ 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "victim_side": [ 85 ], "victim_steam_id": [ - 310 + 311 ], "weapon": [ 85 @@ -148684,10 +151902,10 @@ export default { }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 6580 + 6718 ], "nodes": [ - 6578 + 6716 ], "__typename": [ 85 @@ -148695,13 +151913,13 @@ export default { }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 6581 + 6719 ], "count": [ 41, { "columns": [ - 6586, + 6724, "[v_match_kill_pairs_select_column!]" ], "distinct": [ @@ -148710,31 +151928,31 @@ export default { } ], "max": [ - 6583 + 6721 ], "min": [ - 6584 + 6722 ], "stddev": [ - 6587 + 6725 ], "stddev_pop": [ - 6588 + 6726 ], "stddev_samp": [ - 6589 + 6727 ], "sum": [ - 6592 + 6730 ], "var_pop": [ - 6593 + 6731 ], "var_samp": [ - 6594 + 6732 ], "variance": [ - 6595 + 6733 ], "__typename": [ 85 @@ -148756,40 +151974,40 @@ export default { }, "v_match_kill_pairs_bool_exp": { "_and": [ - 6582 + 6720 ], "_not": [ - 6582 + 6720 ], "_or": [ - 6582 + 6720 ], "killer_side": [ 87 ], "killer_steam_id": [ - 312 + 313 ], "kills": [ 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "victim_side": [ 87 ], "victim_steam_id": [ - 312 + 313 ], "weapon": [ 87 @@ -148803,22 +152021,22 @@ export default { 85 ], "killer_steam_id": [ - 310 + 311 ], "kills": [ 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "victim_side": [ 85 ], "victim_steam_id": [ - 310 + 311 ], "weapon": [ 85 @@ -148832,22 +152050,22 @@ export default { 85 ], "killer_steam_id": [ - 310 + 311 ], "kills": [ 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "victim_side": [ 85 ], "victim_steam_id": [ - 310 + 311 ], "weapon": [ 85 @@ -148858,34 +152076,34 @@ export default { }, "v_match_kill_pairs_order_by": { "killer_side": [ - 3558 + 3601 ], "killer_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "victim_side": [ - 3558 + 3601 ], "victim_steam_id": [ - 3558 + 3601 ], "weapon": [ - 3558 + 3601 ], "__typename": [ 85 @@ -148936,10 +152154,10 @@ export default { }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 6591 + 6729 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -148950,22 +152168,22 @@ export default { 85 ], "killer_steam_id": [ - 310 + 311 ], "kills": [ 41 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "victim_side": [ 85 ], "victim_steam_id": [ - 310 + 311 ], "weapon": [ 85 @@ -148976,13 +152194,13 @@ export default { }, "v_match_kill_pairs_sum_fields": { "killer_steam_id": [ - 310 + 311 ], "kills": [ 41 ], "victim_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -149032,22 +152250,22 @@ export default { }, "v_match_lineup_buy_types": { "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -149067,10 +152285,10 @@ export default { }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 6598 + 6736 ], "nodes": [ - 6596 + 6734 ], "__typename": [ 85 @@ -149078,13 +152296,13 @@ export default { }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 6599 + 6737 ], "count": [ 41, { "columns": [ - 6604, + 6742, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ @@ -149093,31 +152311,31 @@ export default { } ], "max": [ - 6601 + 6739 ], "min": [ - 6602 + 6740 ], "stddev": [ - 6605 + 6743 ], "stddev_pop": [ - 6606 + 6744 ], "stddev_samp": [ - 6607 + 6745 ], "sum": [ - 6610 + 6748 ], "var_pop": [ - 6611 + 6749 ], "var_samp": [ - 6612 + 6750 ], "variance": [ - 6613 + 6751 ], "__typename": [ 85 @@ -149136,31 +152354,31 @@ export default { }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 6600 + 6738 ], "_not": [ - 6600 + 6738 ], "_or": [ - 6600 + 6738 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "matchup": [ 87 @@ -149180,13 +152398,13 @@ export default { }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -149206,13 +152424,13 @@ export default { }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -149232,34 +152450,34 @@ export default { }, "v_match_lineup_buy_types_order_by": { "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "matchup": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -149301,10 +152519,10 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 6609 + 6747 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -149312,13 +152530,13 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -149394,22 +152612,22 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "opening_attempts": [ 41 @@ -149450,10 +152668,10 @@ export default { }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 6616 + 6754 ], "nodes": [ - 6614 + 6752 ], "__typename": [ 85 @@ -149461,13 +152679,13 @@ export default { }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 6617 + 6755 ], "count": [ 41, { "columns": [ - 6622, + 6760, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ @@ -149476,31 +152694,31 @@ export default { } ], "max": [ - 6619 + 6757 ], "min": [ - 6620 + 6758 ], "stddev": [ - 6623 + 6761 ], "stddev_pop": [ - 6624 + 6762 ], "stddev_samp": [ - 6625 + 6763 ], "sum": [ - 6628 + 6766 ], "var_pop": [ - 6629 + 6767 ], "var_samp": [ - 6630 + 6768 ], "variance": [ - 6631 + 6769 ], "__typename": [ 85 @@ -149555,13 +152773,13 @@ export default { }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 6618 + 6756 ], "_not": [ - 6618 + 6756 ], "_or": [ - 6618 + 6756 ], "man_adv_rounds": [ 42 @@ -149576,22 +152794,22 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "opening_attempts": [ 42 @@ -149644,13 +152862,13 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "opening_attempts": [ 41 @@ -149703,13 +152921,13 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "opening_attempts": [ 41 @@ -149750,67 +152968,67 @@ export default { }, "v_match_lineup_map_stats_order_by": { "man_adv_rounds": [ - 3558 + 3601 ], "man_adv_wins": [ - 3558 + 3601 ], "man_dis_rounds": [ - 3558 + 3601 ], "man_dis_wins": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "opening_attempts": [ - 3558 + 3601 ], "opening_wins": [ - 3558 + 3601 ], "pistol_rounds": [ - 3558 + 3601 ], "pistol_wins": [ - 3558 + 3601 ], "round_wins": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "won_buy_eco": [ - 3558 + 3601 ], "won_buy_force": [ - 3558 + 3601 ], "won_buy_full": [ - 3558 + 3601 ], "won_buy_pistol": [ - 3558 + 3601 ], "__typename": [ 85 @@ -149960,10 +153178,10 @@ export default { }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 6627 + 6765 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -149983,13 +153201,13 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "opening_attempts": [ 41 @@ -150221,7 +153439,7 @@ export default { 6 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -150232,10 +153450,10 @@ export default { }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 6634 + 6772 ], "nodes": [ - 6632 + 6770 ], "__typename": [ 85 @@ -150243,13 +153461,13 @@ export default { }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 6635 + 6773 ], "count": [ 41, { "columns": [ - 6643, + 6781, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ @@ -150258,31 +153476,31 @@ export default { } ], "max": [ - 6639 + 6777 ], "min": [ - 6640 + 6778 ], "stddev": [ - 6645 + 6783 ], "stddev_pop": [ - 6646 + 6784 ], "stddev_samp": [ - 6647 + 6785 ], "sum": [ - 6650 + 6788 ], "var_pop": [ - 6652 + 6790 ], "var_samp": [ - 6653 + 6791 ], "variance": [ - 6654 + 6792 ], "__typename": [ 85 @@ -150298,19 +153516,19 @@ export default { }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 6636 + 6774 ], "_not": [ - 6636 + 6774 ], "_or": [ - 6636 + 6774 ], "has_backup_file": [ 7 ], "match_map_id": [ - 6367 + 6505 ], "round": [ 42 @@ -150332,7 +153550,7 @@ export default { 6 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -150343,7 +153561,7 @@ export default { }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -150354,7 +153572,7 @@ export default { }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -150368,7 +153586,7 @@ export default { 41 ], "returning": [ - 6632 + 6770 ], "__typename": [ 85 @@ -150376,13 +153594,13 @@ export default { }, "v_match_map_backup_rounds_order_by": { "has_backup_file": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -150394,7 +153612,7 @@ export default { 6 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -150429,10 +153647,10 @@ export default { }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 6649 + 6787 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -150443,7 +153661,7 @@ export default { 6 ], "match_map_id": [ - 6365 + 6503 ], "round": [ 41 @@ -150462,13 +153680,13 @@ export default { }, "v_match_map_backup_rounds_updates": { "_inc": [ - 6637 + 6775 ], "_set": [ - 6644 + 6782 ], "where": [ - 6636 + 6774 ], "__typename": [ 85 @@ -150506,28 +153724,28 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 ], "player": [ - 4516 + 4559 ], "rounds": [ 41 @@ -150536,7 +153754,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -150544,10 +153762,10 @@ export default { }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 6657 + 6795 ], "nodes": [ - 6655 + 6793 ], "__typename": [ 85 @@ -150555,13 +153773,13 @@ export default { }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 6658 + 6796 ], "count": [ 41, { "columns": [ - 6663, + 6801, "[v_match_player_buy_types_select_column!]" ], "distinct": [ @@ -150570,31 +153788,31 @@ export default { } ], "max": [ - 6660 + 6798 ], "min": [ - 6661 + 6799 ], "stddev": [ - 6664 + 6802 ], "stddev_pop": [ - 6665 + 6803 ], "stddev_samp": [ - 6666 + 6804 ], "sum": [ - 6669 + 6807 ], "var_pop": [ - 6670 + 6808 ], "var_samp": [ - 6671 + 6809 ], "variance": [ - 6672 + 6810 ], "__typename": [ 85 @@ -150619,13 +153837,13 @@ export default { }, "v_match_player_buy_types_bool_exp": { "_and": [ - 6659 + 6797 ], "_not": [ - 6659 + 6797 ], "_or": [ - 6659 + 6797 ], "deaths": [ 42 @@ -150634,28 +153852,28 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "matchup": [ 87 ], "player": [ - 4520 + 4563 ], "rounds": [ 42 @@ -150664,7 +153882,7 @@ export default { 87 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -150678,13 +153896,13 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -150696,7 +153914,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -150710,13 +153928,13 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -150728,7 +153946,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -150736,43 +153954,43 @@ export default { }, "v_match_player_buy_types_order_by": { "deaths": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "matchup": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "rounds": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -150832,10 +154050,10 @@ export default { }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 6668 + 6806 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -150849,13 +154067,13 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "matchup": [ 85 @@ -150867,7 +154085,7 @@ export default { 85 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -150884,7 +154102,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -150949,31 +154167,31 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 2996 + 3039 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "side": [ 85 ], "steam_id": [ - 310 + 311 ], "traded_deaths": [ 41 @@ -150987,10 +154205,10 @@ export default { }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 6677 + 6815 ], "nodes": [ - 6673 + 6811 ], "__typename": [ 85 @@ -150998,7 +154216,7 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 6676 + 6814 ], "__typename": [ 85 @@ -151006,13 +154224,13 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 6689 + 6827 ], "distinct": [ 6 ], "filter": [ - 6682 + 6820 ], "predicate": [ 42 @@ -151023,13 +154241,13 @@ export default { }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 6680 + 6818 ], "count": [ 41, { "columns": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ @@ -151038,31 +154256,31 @@ export default { } ], "max": [ - 6684 + 6822 ], "min": [ - 6686 + 6824 ], "stddev": [ - 6690 + 6828 ], "stddev_pop": [ - 6692 + 6830 ], "stddev_samp": [ - 6694 + 6832 ], "sum": [ - 6698 + 6836 ], "var_pop": [ - 6700 + 6838 ], "var_samp": [ - 6702 + 6840 ], "variance": [ - 6704 + 6842 ], "__typename": [ 85 @@ -151070,37 +154288,37 @@ export default { }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 6681 + 6819 ], "count": [ - 3558 + 3601 ], "max": [ - 6685 + 6823 ], "min": [ - 6687 + 6825 ], "stddev": [ - 6691 + 6829 ], "stddev_pop": [ - 6693 + 6831 ], "stddev_samp": [ - 6695 + 6833 ], "sum": [ - 6699 + 6837 ], "var_pop": [ - 6701 + 6839 ], "var_samp": [ - 6703 + 6841 ], "variance": [ - 6705 + 6843 ], "__typename": [ 85 @@ -151108,7 +154326,7 @@ export default { }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 6683 + 6821 ], "__typename": [ 85 @@ -151136,19 +154354,19 @@ export default { }, "v_match_player_opening_duels_avg_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151156,13 +154374,13 @@ export default { }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 6682 + 6820 ], "_not": [ - 6682 + 6820 ], "_or": [ - 6682 + 6820 ], "attempts": [ 42 @@ -151171,31 +154389,31 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_lineup": [ - 3005 + 3048 ], "match_lineup_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "side": [ 87 ], "steam_id": [ - 312 + 313 ], "traded_deaths": [ 42 @@ -151215,31 +154433,31 @@ export default { 41 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_lineup": [ - 3014 + 3057 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "side": [ 85 ], "steam_id": [ - 310 + 311 ], "traded_deaths": [ 41 @@ -151259,19 +154477,19 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "side": [ 85 ], "steam_id": [ - 310 + 311 ], "traded_deaths": [ 41 @@ -151285,31 +154503,31 @@ export default { }, "v_match_player_opening_duels_max_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151323,19 +154541,19 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "side": [ 85 ], "steam_id": [ - 310 + 311 ], "traded_deaths": [ 41 @@ -151349,31 +154567,31 @@ export default { }, "v_match_player_opening_duels_min_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "side": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151381,43 +154599,43 @@ export default { }, "v_match_player_opening_duels_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_lineup": [ - 3016 + 3059 ], "match_lineup_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "side": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151446,19 +154664,19 @@ export default { }, "v_match_player_opening_duels_stddev_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151486,19 +154704,19 @@ export default { }, "v_match_player_opening_duels_stddev_pop_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151526,19 +154744,19 @@ export default { }, "v_match_player_opening_duels_stddev_samp_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151546,10 +154764,10 @@ export default { }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 6697 + 6835 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -151563,19 +154781,19 @@ export default { 41 ], "match_id": [ - 6365 + 6503 ], "match_lineup_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "side": [ 85 ], "steam_id": [ - 310 + 311 ], "traded_deaths": [ 41 @@ -151595,7 +154813,7 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "traded_deaths": [ 41 @@ -151609,19 +154827,19 @@ export default { }, "v_match_player_opening_duels_sum_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151649,19 +154867,19 @@ export default { }, "v_match_player_opening_duels_var_pop_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151689,19 +154907,19 @@ export default { }, "v_match_player_opening_duels_var_samp_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151729,19 +154947,19 @@ export default { }, "v_match_player_opening_duels_variance_order_by": { "attempts": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "traded_deaths": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151749,19 +154967,19 @@ export default { }, "v_player_arch_nemesis": { "attacker_id": [ - 310 + 311 ], "kill_count": [ - 310 + 311 ], "nemsis": [ - 4516 + 4559 ], "player": [ - 4516 + 4559 ], "victim_id": [ - 310 + 311 ], "__typename": [ 85 @@ -151769,10 +154987,10 @@ export default { }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 6708 + 6846 ], "nodes": [ - 6706 + 6844 ], "__typename": [ 85 @@ -151780,13 +154998,13 @@ export default { }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 6709 + 6847 ], "count": [ 41, { "columns": [ - 6714, + 6852, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ @@ -151795,31 +155013,31 @@ export default { } ], "max": [ - 6711 + 6849 ], "min": [ - 6712 + 6850 ], "stddev": [ - 6715 + 6853 ], "stddev_pop": [ - 6716 + 6854 ], "stddev_samp": [ - 6717 + 6855 ], "sum": [ - 6720 + 6858 ], "var_pop": [ - 6721 + 6859 ], "var_samp": [ - 6722 + 6860 ], "variance": [ - 6723 + 6861 ], "__typename": [ 85 @@ -151841,28 +155059,28 @@ export default { }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 6710 + 6848 ], "_not": [ - 6710 + 6848 ], "_or": [ - 6710 + 6848 ], "attacker_id": [ - 312 + 313 ], "kill_count": [ - 312 + 313 ], "nemsis": [ - 4520 + 4563 ], "player": [ - 4520 + 4563 ], "victim_id": [ - 312 + 313 ], "__typename": [ 85 @@ -151870,13 +155088,13 @@ export default { }, "v_player_arch_nemesis_max_fields": { "attacker_id": [ - 310 + 311 ], "kill_count": [ - 310 + 311 ], "victim_id": [ - 310 + 311 ], "__typename": [ 85 @@ -151884,13 +155102,13 @@ export default { }, "v_player_arch_nemesis_min_fields": { "attacker_id": [ - 310 + 311 ], "kill_count": [ - 310 + 311 ], "victim_id": [ - 310 + 311 ], "__typename": [ 85 @@ -151898,19 +155116,19 @@ export default { }, "v_player_arch_nemesis_order_by": { "attacker_id": [ - 3558 + 3601 ], "kill_count": [ - 3558 + 3601 ], "nemsis": [ - 4529 + 4572 ], "player": [ - 4529 + 4572 ], "victim_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -151961,10 +155179,10 @@ export default { }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 6719 + 6857 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -151972,13 +155190,13 @@ export default { }, "v_player_arch_nemesis_stream_cursor_value_input": { "attacker_id": [ - 310 + 311 ], "kill_count": [ - 310 + 311 ], "victim_id": [ - 310 + 311 ], "__typename": [ 85 @@ -151986,13 +155204,13 @@ export default { }, "v_player_arch_nemesis_sum_fields": { "attacker_id": [ - 310 + 311 ], "kill_count": [ - 310 + 311 ], "victim_id": [ - 310 + 311 ], "__typename": [ 85 @@ -152042,19 +155260,19 @@ export default { }, "v_player_damage": { "avg_damage_per_round": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "total_damage": [ - 310 + 311 ], "total_rounds": [ - 310 + 311 ], "__typename": [ 85 @@ -152062,10 +155280,10 @@ export default { }, "v_player_damage_aggregate": { "aggregate": [ - 6726 + 6864 ], "nodes": [ - 6724 + 6862 ], "__typename": [ 85 @@ -152073,13 +155291,13 @@ export default { }, "v_player_damage_aggregate_fields": { "avg": [ - 6727 + 6865 ], "count": [ 41, { "columns": [ - 6732, + 6870, "[v_player_damage_select_column!]" ], "distinct": [ @@ -152088,31 +155306,31 @@ export default { } ], "max": [ - 6729 + 6867 ], "min": [ - 6730 + 6868 ], "stddev": [ - 6733 + 6871 ], "stddev_pop": [ - 6734 + 6872 ], "stddev_samp": [ - 6735 + 6873 ], "sum": [ - 6738 + 6876 ], "var_pop": [ - 6739 + 6877 ], "var_samp": [ - 6740 + 6878 ], "variance": [ - 6741 + 6879 ], "__typename": [ 85 @@ -152137,28 +155355,28 @@ export default { }, "v_player_damage_bool_exp": { "_and": [ - 6728 + 6866 ], "_not": [ - 6728 + 6866 ], "_or": [ - 6728 + 6866 ], "avg_damage_per_round": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "total_damage": [ - 312 + 313 ], "total_rounds": [ - 312 + 313 ], "__typename": [ 85 @@ -152166,16 +155384,16 @@ export default { }, "v_player_damage_max_fields": { "avg_damage_per_round": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "total_damage": [ - 310 + 311 ], "total_rounds": [ - 310 + 311 ], "__typename": [ 85 @@ -152183,16 +155401,16 @@ export default { }, "v_player_damage_min_fields": { "avg_damage_per_round": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "total_damage": [ - 310 + 311 ], "total_rounds": [ - 310 + 311 ], "__typename": [ 85 @@ -152200,19 +155418,19 @@ export default { }, "v_player_damage_order_by": { "avg_damage_per_round": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "total_damage": [ - 3558 + 3601 ], "total_rounds": [ - 3558 + 3601 ], "__typename": [ 85 @@ -152272,10 +155490,10 @@ export default { }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 6737 + 6875 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -152283,16 +155501,16 @@ export default { }, "v_player_damage_stream_cursor_value_input": { "avg_damage_per_round": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "total_damage": [ - 310 + 311 ], "total_rounds": [ - 310 + 311 ], "__typename": [ 85 @@ -152300,16 +155518,16 @@ export default { }, "v_player_damage_sum_fields": { "avg_damage_per_round": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "total_damage": [ - 310 + 311 ], "total_rounds": [ - 310 + 311 ], "__typename": [ 85 @@ -152368,7 +155586,7 @@ export default { }, "v_player_elo": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 @@ -152380,7 +155598,7 @@ export default { 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 @@ -152389,16 +155607,16 @@ export default { 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 2004 + 2046 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -152410,43 +155628,43 @@ export default { 41 ], "match": [ - 3342 + 3385 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_name": [ 85 ], "player_steam_id": [ - 310 + 311 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ 85 @@ -152460,10 +155678,10 @@ export default { }, "v_player_elo_aggregate": { "aggregate": [ - 6756 + 6894 ], "nodes": [ - 6742 + 6880 ], "__typename": [ 85 @@ -152471,31 +155689,31 @@ export default { }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 6745 + 6883 ], "corr": [ - 6746 + 6884 ], "count": [ - 6748 + 6886 ], "covar_samp": [ - 6749 + 6887 ], "max": [ - 6751 + 6889 ], "min": [ - 6752 + 6890 ], "stddev_samp": [ - 6753 + 6891 ], "sum": [ - 6754 + 6892 ], "var_samp": [ - 6755 + 6893 ], "__typename": [ 85 @@ -152503,16 +155721,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 6769 + 6907 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152520,16 +155738,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 6747 + 6885 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152537,10 +155755,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 6770 + 6908 ], "Y": [ - 6770 + 6908 ], "__typename": [ 85 @@ -152548,13 +155766,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 6768 + 6906 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ 42 @@ -152565,16 +155783,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 6750 + 6888 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152582,10 +155800,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6771 + 6909 ], "Y": [ - 6771 + 6909 ], "__typename": [ 85 @@ -152593,16 +155811,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 6772 + 6910 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152610,16 +155828,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 6773 + 6911 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152627,16 +155845,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6774 + 6912 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152644,16 +155862,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 6775 + 6913 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152661,16 +155879,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 6776 + 6914 ], "distinct": [ 6 ], "filter": [ - 6761 + 6899 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -152678,13 +155896,13 @@ export default { }, "v_player_elo_aggregate_fields": { "avg": [ - 6759 + 6897 ], "count": [ 41, { "columns": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "distinct": [ @@ -152693,31 +155911,31 @@ export default { } ], "max": [ - 6763 + 6901 ], "min": [ - 6765 + 6903 ], "stddev": [ - 6777 + 6915 ], "stddev_pop": [ - 6779 + 6917 ], "stddev_samp": [ - 6781 + 6919 ], "sum": [ - 6785 + 6923 ], "var_pop": [ - 6787 + 6925 ], "var_samp": [ - 6789 + 6927 ], "variance": [ - 6791 + 6929 ], "__typename": [ 85 @@ -152725,37 +155943,37 @@ export default { }, "v_player_elo_aggregate_order_by": { "avg": [ - 6760 + 6898 ], "count": [ - 3558 + 3601 ], "max": [ - 6764 + 6902 ], "min": [ - 6766 + 6904 ], "stddev": [ - 6778 + 6916 ], "stddev_pop": [ - 6780 + 6918 ], "stddev_samp": [ - 6782 + 6920 ], "sum": [ - 6786 + 6924 ], "var_pop": [ - 6788 + 6926 ], "var_samp": [ - 6790 + 6928 ], "variance": [ - 6792 + 6930 ], "__typename": [ 85 @@ -152763,7 +155981,7 @@ export default { }, "v_player_elo_arr_rel_insert_input": { "data": [ - 6762 + 6900 ], "__typename": [ 85 @@ -152842,70 +156060,70 @@ export default { }, "v_player_elo_avg_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -152913,16 +156131,16 @@ export default { }, "v_player_elo_bool_exp": { "_and": [ - 6761 + 6899 ], "_not": [ - 6761 + 6899 ], "_or": [ - 6761 + 6899 ], "actual_score": [ - 2005 + 2047 ], "assists": [ 42 @@ -152934,7 +156152,7 @@ export default { 42 ], "damage_percent": [ - 2005 + 2047 ], "deaths": [ 42 @@ -152943,16 +156161,16 @@ export default { 42 ], "expected_score": [ - 2005 + 2047 ], "impact": [ - 2005 + 2047 ], "k_factor": [ 42 ], "kda": [ - 2005 + 2047 ], "kills": [ 42 @@ -152964,43 +156182,43 @@ export default { 42 ], "match": [ - 3353 + 3396 ], "match_created_at": [ - 5154 + 5197 ], "match_id": [ - 6367 + 6505 ], "match_result": [ 87 ], "opponent_team_elo_avg": [ - 2005 + 2047 ], "performance_multiplier": [ - 2005 + 2047 ], "player_name": [ 87 ], "player_steam_id": [ - 312 + 313 ], "player_team_elo_avg": [ - 2005 + 2047 ], "rating_for_expected": [ - 2005 + 2047 ], "season_id": [ - 6367 + 6505 ], "series_multiplier": [ 42 ], "team_avg_kda": [ - 2005 + 2047 ], "type": [ 87 @@ -153014,7 +156232,7 @@ export default { }, "v_player_elo_insert_input": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 @@ -153026,7 +156244,7 @@ export default { 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 @@ -153035,16 +156253,16 @@ export default { 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 2004 + 2046 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -153056,43 +156274,43 @@ export default { 41 ], "match": [ - 3362 + 3405 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_name": [ 85 ], "player_steam_id": [ - 310 + 311 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ 85 @@ -153106,7 +156324,7 @@ export default { }, "v_player_elo_max_fields": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 @@ -153118,7 +156336,7 @@ export default { 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 @@ -153127,16 +156345,16 @@ export default { 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 2004 + 2046 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -153148,40 +156366,40 @@ export default { 41 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_name": [ 85 ], "player_steam_id": [ - 310 + 311 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ 85 @@ -153195,88 +156413,88 @@ export default { }, "v_player_elo_max_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "match_created_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_result": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_name": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -153284,7 +156502,7 @@ export default { }, "v_player_elo_min_fields": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 @@ -153296,7 +156514,7 @@ export default { 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 @@ -153305,16 +156523,16 @@ export default { 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 2004 + 2046 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -153326,40 +156544,40 @@ export default { 41 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_name": [ 85 ], "player_steam_id": [ - 310 + 311 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ 85 @@ -153373,88 +156591,88 @@ export default { }, "v_player_elo_min_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "match_created_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_result": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_name": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -153462,91 +156680,91 @@ export default { }, "v_player_elo_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_created_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_result": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_name": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "season_id": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -153634,70 +156852,70 @@ export default { }, "v_player_elo_stddev_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -153776,70 +156994,70 @@ export default { }, "v_player_elo_stddev_pop_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -153918,70 +157136,70 @@ export default { }, "v_player_elo_stddev_samp_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -153989,10 +157207,10 @@ export default { }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 6784 + 6922 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -154000,7 +157218,7 @@ export default { }, "v_player_elo_stream_cursor_value_input": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 @@ -154012,7 +157230,7 @@ export default { 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 @@ -154021,16 +157239,16 @@ export default { 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 2004 + 2046 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -154042,40 +157260,40 @@ export default { 41 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_name": [ 85 ], "player_steam_id": [ - 310 + 311 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "season_id": [ - 6365 + 6503 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2004 + 2046 ], "type": [ 85 @@ -154089,7 +157307,7 @@ export default { }, "v_player_elo_sum_fields": { "actual_score": [ - 2004 + 2046 ], "assists": [ 41 @@ -154101,7 +157319,7 @@ export default { 41 ], "damage_percent": [ - 2004 + 2046 ], "deaths": [ 41 @@ -154110,16 +157328,16 @@ export default { 41 ], "expected_score": [ - 2004 + 2046 ], "impact": [ - 2004 + 2046 ], "k_factor": [ 41 ], "kda": [ - 2004 + 2046 ], "kills": [ 41 @@ -154131,25 +157349,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2004 + 2046 ], "performance_multiplier": [ - 2004 + 2046 ], "player_steam_id": [ - 310 + 311 ], "player_team_elo_avg": [ - 2004 + 2046 ], "rating_for_expected": [ - 2004 + 2046 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2004 + 2046 ], "updated_elo": [ 41 @@ -154160,70 +157378,70 @@ export default { }, "v_player_elo_sum_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -154302,70 +157520,70 @@ export default { }, "v_player_elo_var_pop_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -154444,70 +157662,70 @@ export default { }, "v_player_elo_var_samp_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -154586,70 +157804,70 @@ export default { }, "v_player_elo_variance_order_by": { "actual_score": [ - 3558 + 3601 ], "assists": [ - 3558 + 3601 ], "current_elo": [ - 3558 + 3601 ], "damage": [ - 3558 + 3601 ], "damage_percent": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "elo_change": [ - 3558 + 3601 ], "expected_score": [ - 3558 + 3601 ], "impact": [ - 3558 + 3601 ], "k_factor": [ - 3558 + 3601 ], "kda": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map_losses": [ - 3558 + 3601 ], "map_wins": [ - 3558 + 3601 ], "opponent_team_elo_avg": [ - 3558 + 3601 ], "performance_multiplier": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "player_team_elo_avg": [ - 3558 + 3601 ], "rating_for_expected": [ - 3558 + 3601 ], "series_multiplier": [ - 3558 + 3601 ], "team_avg_kda": [ - 3558 + 3601 ], "updated_elo": [ - 3558 + 3601 ], "__typename": [ 85 @@ -154657,22 +157875,22 @@ export default { }, "v_player_map_losses": { "map": [ - 2834 + 2877 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -154680,10 +157898,10 @@ export default { }, "v_player_map_losses_aggregate": { "aggregate": [ - 6795 + 6933 ], "nodes": [ - 6793 + 6931 ], "__typename": [ 85 @@ -154691,13 +157909,13 @@ export default { }, "v_player_map_losses_aggregate_fields": { "avg": [ - 6796 + 6934 ], "count": [ 41, { "columns": [ - 6801, + 6939, "[v_player_map_losses_select_column!]" ], "distinct": [ @@ -154706,31 +157924,31 @@ export default { } ], "max": [ - 6798 + 6936 ], "min": [ - 6799 + 6937 ], "stddev": [ - 6802 + 6940 ], "stddev_pop": [ - 6803 + 6941 ], "stddev_samp": [ - 6804 + 6942 ], "sum": [ - 6807 + 6945 ], "var_pop": [ - 6808 + 6946 ], "var_samp": [ - 6809 + 6947 ], "variance": [ - 6810 + 6948 ], "__typename": [ 85 @@ -154746,31 +157964,31 @@ export default { }, "v_player_map_losses_bool_exp": { "_and": [ - 6797 + 6935 ], "_not": [ - 6797 + 6935 ], "_or": [ - 6797 + 6935 ], "map": [ - 2843 + 2886 ], "map_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "started_at": [ - 5154 + 5197 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -154778,16 +157996,16 @@ export default { }, "v_player_map_losses_max_fields": { "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -154795,16 +158013,16 @@ export default { }, "v_player_map_losses_min_fields": { "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -154812,22 +158030,22 @@ export default { }, "v_player_map_losses_order_by": { "map": [ - 2853 + 2896 ], "map_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -154860,10 +158078,10 @@ export default { }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 6806 + 6944 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -154871,16 +158089,16 @@ export default { }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -154888,7 +158106,7 @@ export default { }, "v_player_map_losses_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -154920,22 +158138,22 @@ export default { }, "v_player_map_wins": { "map": [ - 2834 + 2877 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -154943,10 +158161,10 @@ export default { }, "v_player_map_wins_aggregate": { "aggregate": [ - 6813 + 6951 ], "nodes": [ - 6811 + 6949 ], "__typename": [ 85 @@ -154954,13 +158172,13 @@ export default { }, "v_player_map_wins_aggregate_fields": { "avg": [ - 6814 + 6952 ], "count": [ 41, { "columns": [ - 6819, + 6957, "[v_player_map_wins_select_column!]" ], "distinct": [ @@ -154969,31 +158187,31 @@ export default { } ], "max": [ - 6816 + 6954 ], "min": [ - 6817 + 6955 ], "stddev": [ - 6820 + 6958 ], "stddev_pop": [ - 6821 + 6959 ], "stddev_samp": [ - 6822 + 6960 ], "sum": [ - 6825 + 6963 ], "var_pop": [ - 6826 + 6964 ], "var_samp": [ - 6827 + 6965 ], "variance": [ - 6828 + 6966 ], "__typename": [ 85 @@ -155009,31 +158227,31 @@ export default { }, "v_player_map_wins_bool_exp": { "_and": [ - 6815 + 6953 ], "_not": [ - 6815 + 6953 ], "_or": [ - 6815 + 6953 ], "map": [ - 2843 + 2886 ], "map_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "started_at": [ - 5154 + 5197 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -155041,16 +158259,16 @@ export default { }, "v_player_map_wins_max_fields": { "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -155058,16 +158276,16 @@ export default { }, "v_player_map_wins_min_fields": { "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -155075,22 +158293,22 @@ export default { }, "v_player_map_wins_order_by": { "map": [ - 2853 + 2896 ], "map_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "started_at": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -155123,10 +158341,10 @@ export default { }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 6824 + 6962 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -155134,16 +158352,16 @@ export default { }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "started_at": [ - 5153 + 5196 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -155151,7 +158369,7 @@ export default { }, "v_player_map_wins_sum_fields": { "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -155183,37 +158401,37 @@ export default { }, "v_player_match_head_to_head": { "attacked": [ - 4516 + 4559 ], "attacked_steam_id": [ - 310 + 311 ], "attacker": [ - 4516 + 4559 ], "attacker_steam_id": [ - 310 + 311 ], "damage_dealt": [ 41 ], "flash_count": [ - 310 + 311 ], "headshot_kills": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -155221,10 +158439,10 @@ export default { }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 6831 + 6969 ], "nodes": [ - 6829 + 6967 ], "__typename": [ 85 @@ -155232,13 +158450,13 @@ export default { }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 6832 + 6970 ], "count": [ 41, { "columns": [ - 6837, + 6975, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ @@ -155247,31 +158465,31 @@ export default { } ], "max": [ - 6834 + 6972 ], "min": [ - 6835 + 6973 ], "stddev": [ - 6838 + 6976 ], "stddev_pop": [ - 6839 + 6977 ], "stddev_samp": [ - 6840 + 6978 ], "sum": [ - 6843 + 6981 ], "var_pop": [ - 6844 + 6982 ], "var_samp": [ - 6845 + 6983 ], "variance": [ - 6846 + 6984 ], "__typename": [ 85 @@ -155305,46 +158523,46 @@ export default { }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 6833 + 6971 ], "_not": [ - 6833 + 6971 ], "_or": [ - 6833 + 6971 ], "attacked": [ - 4520 + 4563 ], "attacked_steam_id": [ - 312 + 313 ], "attacker": [ - 4520 + 4563 ], "attacker_steam_id": [ - 312 + 313 ], "damage_dealt": [ 42 ], "flash_count": [ - 312 + 313 ], "headshot_kills": [ - 312 + 313 ], "hits": [ - 312 + 313 ], "kills": [ - 312 + 313 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -155352,28 +158570,28 @@ export default { }, "v_player_match_head_to_head_max_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "damage_dealt": [ 41 ], "flash_count": [ - 310 + 311 ], "headshot_kills": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -155381,28 +158599,28 @@ export default { }, "v_player_match_head_to_head_min_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "damage_dealt": [ 41 ], "flash_count": [ - 310 + 311 ], "headshot_kills": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -155410,37 +158628,37 @@ export default { }, "v_player_match_head_to_head_order_by": { "attacked": [ - 4529 + 4572 ], "attacked_steam_id": [ - 3558 + 3601 ], "attacker": [ - 4529 + 4572 ], "attacker_steam_id": [ - 3558 + 3601 ], "damage_dealt": [ - 3558 + 3601 ], "flash_count": [ - 3558 + 3601 ], "headshot_kills": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -155527,10 +158745,10 @@ export default { }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 6842 + 6980 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -155538,28 +158756,28 @@ export default { }, "v_player_match_head_to_head_stream_cursor_value_input": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "damage_dealt": [ 41 ], "flash_count": [ - 310 + 311 ], "headshot_kills": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -155567,25 +158785,25 @@ export default { }, "v_player_match_head_to_head_sum_fields": { "attacked_steam_id": [ - 310 + 311 ], "attacker_steam_id": [ - 310 + 311 ], "damage_dealt": [ 41 ], "flash_count": [ - 310 + 311 ], "headshot_kills": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "__typename": [ 85 @@ -155671,43 +158889,43 @@ export default { }, "v_player_match_map_hltv": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -155715,10 +158933,10 @@ export default { }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 6851 + 6989 ], "nodes": [ - 6847 + 6985 ], "__typename": [ 85 @@ -155726,7 +158944,7 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 6850 + 6988 ], "__typename": [ 85 @@ -155734,13 +158952,13 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 6865 + 7003 ], "distinct": [ 6 ], "filter": [ - 6856 + 6994 ], "predicate": [ 42 @@ -155751,13 +158969,13 @@ export default { }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 6854 + 6992 ], "count": [ 41, { "columns": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ @@ -155766,31 +158984,31 @@ export default { } ], "max": [ - 6859 + 6997 ], "min": [ - 6861 + 6999 ], "stddev": [ - 6867 + 7005 ], "stddev_pop": [ - 6869 + 7007 ], "stddev_samp": [ - 6871 + 7009 ], "sum": [ - 6875 + 7013 ], "var_pop": [ - 6878 + 7016 ], "var_samp": [ - 6880 + 7018 ], "variance": [ - 6882 + 7020 ], "__typename": [ 85 @@ -155798,37 +159016,37 @@ export default { }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 6855 + 6993 ], "count": [ - 3558 + 3601 ], "max": [ - 6860 + 6998 ], "min": [ - 6862 + 7000 ], "stddev": [ - 6868 + 7006 ], "stddev_pop": [ - 6870 + 7008 ], "stddev_samp": [ - 6872 + 7010 ], "sum": [ - 6876 + 7014 ], "var_pop": [ - 6879 + 7017 ], "var_samp": [ - 6881 + 7019 ], "variance": [ - 6883 + 7021 ], "__typename": [ 85 @@ -155836,7 +159054,7 @@ export default { }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 6858 + 6996 ], "__typename": [ 85 @@ -155873,28 +159091,28 @@ export default { }, "v_player_match_map_hltv_avg_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -155902,52 +159120,52 @@ export default { }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 6856 + 6994 ], "_not": [ - 6856 + 6994 ], "_or": [ - 6856 + 6994 ], "adr": [ - 3557 + 3600 ], "apr": [ - 3557 + 3600 ], "dpr": [ - 3557 + 3600 ], "hltv_rating": [ - 3557 + 3600 ], "kast_pct": [ - 3557 + 3600 ], "kpr": [ - 3557 + 3600 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "rounds_played": [ 42 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -155955,28 +159173,28 @@ export default { }, "v_player_match_map_hltv_inc_input": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -155984,43 +159202,43 @@ export default { }, "v_player_match_map_hltv_insert_input": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match": [ - 3362 + 3405 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3176 + 3219 ], "match_map_id": [ - 6365 + 6503 ], "player": [ - 4527 + 4570 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -156028,34 +159246,34 @@ export default { }, "v_player_match_map_hltv_max_fields": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -156063,34 +159281,34 @@ export default { }, "v_player_match_map_hltv_max_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156098,34 +159316,34 @@ export default { }, "v_player_match_map_hltv_min_fields": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -156133,34 +159351,34 @@ export default { }, "v_player_match_map_hltv_min_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_map_id": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156171,7 +159389,7 @@ export default { 41 ], "returning": [ - 6847 + 6985 ], "__typename": [ 85 @@ -156179,43 +159397,43 @@ export default { }, "v_player_match_map_hltv_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156224,34 +159442,34 @@ export default { "v_player_match_map_hltv_select_column": {}, "v_player_match_map_hltv_set_input": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -156288,28 +159506,28 @@ export default { }, "v_player_match_map_hltv_stddev_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156346,28 +159564,28 @@ export default { }, "v_player_match_map_hltv_stddev_pop_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156404,28 +159622,28 @@ export default { }, "v_player_match_map_hltv_stddev_samp_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156433,10 +159651,10 @@ export default { }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 6874 + 7012 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -156444,34 +159662,34 @@ export default { }, "v_player_match_map_hltv_stream_cursor_value_input": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -156479,28 +159697,28 @@ export default { }, "v_player_match_map_hltv_sum_fields": { "adr": [ - 3556 + 3599 ], "apr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -156508,28 +159726,28 @@ export default { }, "v_player_match_map_hltv_sum_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156537,13 +159755,13 @@ export default { }, "v_player_match_map_hltv_updates": { "_inc": [ - 6857 + 6995 ], "_set": [ - 6866 + 7004 ], "where": [ - 6856 + 6994 ], "__typename": [ 85 @@ -156580,28 +159798,28 @@ export default { }, "v_player_match_map_hltv_var_pop_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156638,28 +159856,28 @@ export default { }, "v_player_match_map_hltv_var_samp_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156696,28 +159914,28 @@ export default { }, "v_player_match_map_hltv_variance_order_by": { "adr": [ - 3558 + 3601 ], "apr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -156725,52 +159943,52 @@ export default { }, "v_player_match_map_roles": { "adr": [ - 3556 + 3599 ], "awp_kills": [ 41 ], "awp_share": [ - 3556 + 3599 ], "deaths": [ 41 ], "dpr": [ - 3556 + 3599 ], "entry_rate": [ - 3556 + 3599 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kills": [ 41 ], "kpr": [ - 3556 + 3599 ], "lineup_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "match_map": [ - 3158 + 3201 ], "match_map_id": [ - 6365 + 6503 ], "open_deaths": [ 41 @@ -156782,7 +160000,7 @@ export default { 41 ], "player": [ - 4516 + 4559 ], "role": [ 85 @@ -156791,10 +160009,10 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "support_idx": [ - 3556 + 3599 ], "total_kills": [ 41 @@ -156814,10 +160032,10 @@ export default { }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 6886 + 7024 ], "nodes": [ - 6884 + 7022 ], "__typename": [ 85 @@ -156825,13 +160043,13 @@ export default { }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 6887 + 7025 ], "count": [ 41, { "columns": [ - 6892, + 7030, "[v_player_match_map_roles_select_column!]" ], "distinct": [ @@ -156840,31 +160058,31 @@ export default { } ], "max": [ - 6889 + 7027 ], "min": [ - 6890 + 7028 ], "stddev": [ - 6893 + 7031 ], "stddev_pop": [ - 6894 + 7032 ], "stddev_samp": [ - 6895 + 7033 ], "sum": [ - 6898 + 7036 ], "var_pop": [ - 6899 + 7037 ], "var_samp": [ - 6900 + 7038 ], "variance": [ - 6901 + 7039 ], "__typename": [ 85 @@ -156940,61 +160158,61 @@ export default { }, "v_player_match_map_roles_bool_exp": { "_and": [ - 6888 + 7026 ], "_not": [ - 6888 + 7026 ], "_or": [ - 6888 + 7026 ], "adr": [ - 3557 + 3600 ], "awp_kills": [ 42 ], "awp_share": [ - 3557 + 3600 ], "deaths": [ 42 ], "dpr": [ - 3557 + 3600 ], "entry_rate": [ - 3557 + 3600 ], "flash_assists": [ 42 ], "hltv_rating": [ - 3557 + 3600 ], "kast_pct": [ - 3557 + 3600 ], "kills": [ 42 ], "kpr": [ - 3557 + 3600 ], "lineup_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "match_map": [ - 3167 + 3210 ], "match_map_id": [ - 6367 + 6505 ], "open_deaths": [ 42 @@ -157006,7 +160224,7 @@ export default { 42 ], "player": [ - 4520 + 4563 ], "role": [ 87 @@ -157015,10 +160233,10 @@ export default { 42 ], "steam_id": [ - 312 + 313 ], "support_idx": [ - 3557 + 3600 ], "total_kills": [ 42 @@ -157038,46 +160256,46 @@ export default { }, "v_player_match_map_roles_max_fields": { "adr": [ - 3556 + 3599 ], "awp_kills": [ 41 ], "awp_share": [ - 3556 + 3599 ], "deaths": [ 41 ], "dpr": [ - 3556 + 3599 ], "entry_rate": [ - 3556 + 3599 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kills": [ 41 ], "kpr": [ - 3556 + 3599 ], "lineup_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "open_deaths": [ 41 @@ -157095,10 +160313,10 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "support_idx": [ - 3556 + 3599 ], "total_kills": [ 41 @@ -157118,46 +160336,46 @@ export default { }, "v_player_match_map_roles_min_fields": { "adr": [ - 3556 + 3599 ], "awp_kills": [ 41 ], "awp_share": [ - 3556 + 3599 ], "deaths": [ 41 ], "dpr": [ - 3556 + 3599 ], "entry_rate": [ - 3556 + 3599 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kills": [ 41 ], "kpr": [ - 3556 + 3599 ], "lineup_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "open_deaths": [ 41 @@ -157175,10 +160393,10 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "support_idx": [ - 3556 + 3599 ], "total_kills": [ 41 @@ -157198,88 +160416,88 @@ export default { }, "v_player_match_map_roles_order_by": { "adr": [ - 3558 + 3601 ], "awp_kills": [ - 3558 + 3601 ], "awp_share": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "entry_rate": [ - 3558 + 3601 ], "flash_assists": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "lineup_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "match_map": [ - 3178 + 3221 ], "match_map_id": [ - 3558 + 3601 ], "open_deaths": [ - 3558 + 3601 ], "open_kills": [ - 3558 + 3601 ], "opening_attempts": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "role": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "support_idx": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "trade_kill_successes": [ - 3558 + 3601 ], "traded_death_successes": [ - 3558 + 3601 ], "util_damage": [ - 3558 + 3601 ], "__typename": [ 85 @@ -157492,10 +160710,10 @@ export default { }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 6897 + 7035 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -157503,46 +160721,46 @@ export default { }, "v_player_match_map_roles_stream_cursor_value_input": { "adr": [ - 3556 + 3599 ], "awp_kills": [ 41 ], "awp_share": [ - 3556 + 3599 ], "deaths": [ 41 ], "dpr": [ - 3556 + 3599 ], "entry_rate": [ - 3556 + 3599 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kills": [ 41 ], "kpr": [ - 3556 + 3599 ], "lineup_id": [ - 6365 + 6503 ], "match_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365 + 6503 ], "open_deaths": [ 41 @@ -157560,10 +160778,10 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "support_idx": [ - 3556 + 3599 ], "total_kills": [ 41 @@ -157583,37 +160801,37 @@ export default { }, "v_player_match_map_roles_sum_fields": { "adr": [ - 3556 + 3599 ], "awp_kills": [ 41 ], "awp_share": [ - 3556 + 3599 ], "deaths": [ 41 ], "dpr": [ - 3556 + 3599 ], "entry_rate": [ - 3556 + 3599 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kills": [ 41 ], "kpr": [ - 3556 + 3599 ], "open_deaths": [ 41 @@ -157628,10 +160846,10 @@ export default { 41 ], "steam_id": [ - 310 + 311 ], "support_idx": [ - 3556 + 3599 ], "total_kills": [ 41 @@ -157864,25 +161082,25 @@ export default { 41 ], "map": [ - 2834 + 2877 ], "map_id": [ - 6365 + 6503 ], "match": [ - 3342 + 3385 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -157896,10 +161114,10 @@ export default { }, "v_player_match_performance_aggregate": { "aggregate": [ - 6904 + 7042 ], "nodes": [ - 6902 + 7040 ], "__typename": [ 85 @@ -157907,13 +161125,13 @@ export default { }, "v_player_match_performance_aggregate_fields": { "avg": [ - 6905 + 7043 ], "count": [ 41, { "columns": [ - 6910, + 7048, "[v_player_match_performance_select_column!]" ], "distinct": [ @@ -157922,31 +161140,31 @@ export default { } ], "max": [ - 6907 + 7045 ], "min": [ - 6908 + 7046 ], "stddev": [ - 6911 + 7049 ], "stddev_pop": [ - 6912 + 7050 ], "stddev_samp": [ - 6913 + 7051 ], "sum": [ - 6916 + 7054 ], "var_pop": [ - 6917 + 7055 ], "var_samp": [ - 6918 + 7056 ], "variance": [ - 6919 + 7057 ], "__typename": [ 85 @@ -157971,13 +161189,13 @@ export default { }, "v_player_match_performance_bool_exp": { "_and": [ - 6906 + 7044 ], "_not": [ - 6906 + 7044 ], "_or": [ - 6906 + 7044 ], "assists": [ 42 @@ -157989,25 +161207,25 @@ export default { 42 ], "map": [ - 2843 + 2886 ], "map_id": [ - 6367 + 6505 ], "match": [ - 3353 + 3396 ], "match_created_at": [ - 5154 + 5197 ], "match_id": [ - 6367 + 6505 ], "match_result": [ 87 ], "player_steam_id": [ - 312 + 313 ], "source": [ 87 @@ -158030,19 +161248,19 @@ export default { 41 ], "map_id": [ - 6365 + 6503 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -158065,19 +161283,19 @@ export default { 41 ], "map_id": [ - 6365 + 6503 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -158091,40 +161309,40 @@ export default { }, "v_player_match_performance_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "map": [ - 2853 + 2896 ], "map_id": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_created_at": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "match_result": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "__typename": [ 85 @@ -158184,10 +161402,10 @@ export default { }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 6915 + 7053 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -158204,19 +161422,19 @@ export default { 41 ], "map_id": [ - 6365 + 6503 ], "match_created_at": [ - 5153 + 5196 ], "match_id": [ - 6365 + 6503 ], "match_result": [ 85 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -158239,7 +161457,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -158298,34 +161516,34 @@ export default { }, "v_player_match_rating": { "adr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match": [ - 3342 + 3385 ], "match_id": [ - 6365 + 6503 ], "player": [ - 4516 + 4559 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -158333,10 +161551,10 @@ export default { }, "v_player_match_rating_aggregate": { "aggregate": [ - 6922 + 7060 ], "nodes": [ - 6920 + 7058 ], "__typename": [ 85 @@ -158344,13 +161562,13 @@ export default { }, "v_player_match_rating_aggregate_fields": { "avg": [ - 6923 + 7061 ], "count": [ 41, { "columns": [ - 6928, + 7066, "[v_player_match_rating_select_column!]" ], "distinct": [ @@ -158359,31 +161577,31 @@ export default { } ], "max": [ - 6925 + 7063 ], "min": [ - 6926 + 7064 ], "stddev": [ - 6929 + 7067 ], "stddev_pop": [ - 6930 + 7068 ], "stddev_samp": [ - 6931 + 7069 ], "sum": [ - 6934 + 7072 ], "var_pop": [ - 6935 + 7073 ], "var_samp": [ - 6936 + 7074 ], "variance": [ - 6937 + 7075 ], "__typename": [ 85 @@ -158417,43 +161635,43 @@ export default { }, "v_player_match_rating_bool_exp": { "_and": [ - 6924 + 7062 ], "_not": [ - 6924 + 7062 ], "_or": [ - 6924 + 7062 ], "adr": [ - 3557 + 3600 ], "dpr": [ - 3557 + 3600 ], "hltv_rating": [ - 3557 + 3600 ], "kast_pct": [ - 3557 + 3600 ], "kpr": [ - 3557 + 3600 ], "match": [ - 3353 + 3396 ], "match_id": [ - 6367 + 6505 ], "player": [ - 4520 + 4563 ], "rounds_played": [ 42 ], "steam_id": [ - 312 + 313 ], "__typename": [ 85 @@ -158461,28 +161679,28 @@ export default { }, "v_player_match_rating_max_fields": { "adr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -158490,28 +161708,28 @@ export default { }, "v_player_match_rating_min_fields": { "adr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -158519,34 +161737,34 @@ export default { }, "v_player_match_rating_order_by": { "adr": [ - 3558 + 3601 ], "dpr": [ - 3558 + 3601 ], "hltv_rating": [ - 3558 + 3601 ], "kast_pct": [ - 3558 + 3601 ], "kpr": [ - 3558 + 3601 ], "match": [ - 3364 + 3407 ], "match_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "rounds_played": [ - 3558 + 3601 ], "steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -158633,10 +161851,10 @@ export default { }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 6933 + 7071 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -158644,28 +161862,28 @@ export default { }, "v_player_match_rating_stream_cursor_value_input": { "adr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "match_id": [ - 6365 + 6503 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -158673,25 +161891,25 @@ export default { }, "v_player_match_rating_sum_fields": { "adr": [ - 3556 + 3599 ], "dpr": [ - 3556 + 3599 ], "hltv_rating": [ - 3556 + 3599 ], "kast_pct": [ - 3556 + 3599 ], "kpr": [ - 3556 + 3599 ], "rounds_played": [ 41 ], "steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -158777,13 +161995,13 @@ export default { }, "v_player_multi_kills": { "attacker_steam_id": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "round": [ 41 @@ -158794,10 +162012,10 @@ export default { }, "v_player_multi_kills_aggregate": { "aggregate": [ - 6942 + 7080 ], "nodes": [ - 6938 + 7076 ], "__typename": [ 85 @@ -158805,7 +162023,7 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 6941 + 7079 ], "__typename": [ 85 @@ -158813,13 +162031,13 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 6954 + 7092 ], "distinct": [ 6 ], "filter": [ - 6947 + 7085 ], "predicate": [ 42 @@ -158830,13 +162048,13 @@ export default { }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 6945 + 7083 ], "count": [ 41, { "columns": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "distinct": [ @@ -158845,31 +162063,31 @@ export default { } ], "max": [ - 6949 + 7087 ], "min": [ - 6951 + 7089 ], "stddev": [ - 6955 + 7093 ], "stddev_pop": [ - 6957 + 7095 ], "stddev_samp": [ - 6959 + 7097 ], "sum": [ - 6963 + 7101 ], "var_pop": [ - 6965 + 7103 ], "var_samp": [ - 6967 + 7105 ], "variance": [ - 6969 + 7107 ], "__typename": [ 85 @@ -158877,37 +162095,37 @@ export default { }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 6946 + 7084 ], "count": [ - 3558 + 3601 ], "max": [ - 6950 + 7088 ], "min": [ - 6952 + 7090 ], "stddev": [ - 6956 + 7094 ], "stddev_pop": [ - 6958 + 7096 ], "stddev_samp": [ - 6960 + 7098 ], "sum": [ - 6964 + 7102 ], "var_pop": [ - 6966 + 7104 ], "var_samp": [ - 6968 + 7106 ], "variance": [ - 6970 + 7108 ], "__typename": [ 85 @@ -158915,7 +162133,7 @@ export default { }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 6948 + 7086 ], "__typename": [ 85 @@ -158937,13 +162155,13 @@ export default { }, "v_player_multi_kills_avg_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -158951,22 +162169,22 @@ export default { }, "v_player_multi_kills_bool_exp": { "_and": [ - 6947 + 7085 ], "_not": [ - 6947 + 7085 ], "_or": [ - 6947 + 7085 ], "attacker_steam_id": [ - 312 + 313 ], "kills": [ - 312 + 313 ], "match_id": [ - 6367 + 6505 ], "round": [ 42 @@ -158977,13 +162195,13 @@ export default { }, "v_player_multi_kills_insert_input": { "attacker_steam_id": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "round": [ 41 @@ -158994,13 +162212,13 @@ export default { }, "v_player_multi_kills_max_fields": { "attacker_steam_id": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "round": [ 41 @@ -159011,16 +162229,16 @@ export default { }, "v_player_multi_kills_max_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159028,13 +162246,13 @@ export default { }, "v_player_multi_kills_min_fields": { "attacker_steam_id": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "round": [ 41 @@ -159045,16 +162263,16 @@ export default { }, "v_player_multi_kills_min_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159062,16 +162280,16 @@ export default { }, "v_player_multi_kills_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "match_id": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159094,13 +162312,13 @@ export default { }, "v_player_multi_kills_stddev_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159122,13 +162340,13 @@ export default { }, "v_player_multi_kills_stddev_pop_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159150,13 +162368,13 @@ export default { }, "v_player_multi_kills_stddev_samp_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159164,10 +162382,10 @@ export default { }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 6962 + 7100 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -159175,13 +162393,13 @@ export default { }, "v_player_multi_kills_stream_cursor_value_input": { "attacker_steam_id": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "match_id": [ - 6365 + 6503 ], "round": [ 41 @@ -159192,10 +162410,10 @@ export default { }, "v_player_multi_kills_sum_fields": { "attacker_steam_id": [ - 310 + 311 ], "kills": [ - 310 + 311 ], "round": [ 41 @@ -159206,13 +162424,13 @@ export default { }, "v_player_multi_kills_sum_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159234,13 +162452,13 @@ export default { }, "v_player_multi_kills_var_pop_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159262,13 +162480,13 @@ export default { }, "v_player_multi_kills_var_samp_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159290,13 +162508,13 @@ export default { }, "v_player_multi_kills_variance_order_by": { "attacker_steam_id": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "round": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159304,25 +162522,25 @@ export default { }, "v_player_queue_partners": { "first_played_at": [ - 5153 + 5196 ], "last_played_at": [ - 5153 + 5196 ], "matches_together": [ 41 ], "partner": [ - 4516 + 4559 ], "partner_steam_id": [ - 310 + 311 ], "player": [ - 4516 + 4559 ], "steam_id": [ - 310 + 311 ], "wins_together": [ 41 @@ -159333,10 +162551,10 @@ export default { }, "v_player_queue_partners_aggregate": { "aggregate": [ - 6973 + 7111 ], "nodes": [ - 6971 + 7109 ], "__typename": [ 85 @@ -159344,13 +162562,13 @@ export default { }, "v_player_queue_partners_aggregate_fields": { "avg": [ - 6974 + 7112 ], "count": [ 41, { "columns": [ - 6979, + 7117, "[v_player_queue_partners_select_column!]" ], "distinct": [ @@ -159359,31 +162577,31 @@ export default { } ], "max": [ - 6976 + 7114 ], "min": [ - 6977 + 7115 ], "stddev": [ - 6980 + 7118 ], "stddev_pop": [ - 6981 + 7119 ], "stddev_samp": [ - 6982 + 7120 ], "sum": [ - 6985 + 7123 ], "var_pop": [ - 6986 + 7124 ], "var_samp": [ - 6987 + 7125 ], "variance": [ - 6988 + 7126 ], "__typename": [ 85 @@ -159408,34 +162626,34 @@ export default { }, "v_player_queue_partners_bool_exp": { "_and": [ - 6975 + 7113 ], "_not": [ - 6975 + 7113 ], "_or": [ - 6975 + 7113 ], "first_played_at": [ - 5154 + 5197 ], "last_played_at": [ - 5154 + 5197 ], "matches_together": [ 42 ], "partner": [ - 4520 + 4563 ], "partner_steam_id": [ - 312 + 313 ], "player": [ - 4520 + 4563 ], "steam_id": [ - 312 + 313 ], "wins_together": [ 42 @@ -159446,19 +162664,19 @@ export default { }, "v_player_queue_partners_max_fields": { "first_played_at": [ - 5153 + 5196 ], "last_played_at": [ - 5153 + 5196 ], "matches_together": [ 41 ], "partner_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "wins_together": [ 41 @@ -159469,19 +162687,19 @@ export default { }, "v_player_queue_partners_min_fields": { "first_played_at": [ - 5153 + 5196 ], "last_played_at": [ - 5153 + 5196 ], "matches_together": [ 41 ], "partner_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "wins_together": [ 41 @@ -159492,28 +162710,28 @@ export default { }, "v_player_queue_partners_order_by": { "first_played_at": [ - 3558 + 3601 ], "last_played_at": [ - 3558 + 3601 ], "matches_together": [ - 3558 + 3601 ], "partner": [ - 4529 + 4572 ], "partner_steam_id": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "steam_id": [ - 3558 + 3601 ], "wins_together": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159573,10 +162791,10 @@ export default { }, "v_player_queue_partners_stream_cursor_input": { "initial_value": [ - 6984 + 7122 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -159584,19 +162802,19 @@ export default { }, "v_player_queue_partners_stream_cursor_value_input": { "first_played_at": [ - 5153 + 5196 ], "last_played_at": [ - 5153 + 5196 ], "matches_together": [ 41 ], "partner_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "wins_together": [ 41 @@ -159610,10 +162828,10 @@ export default { 41 ], "partner_steam_id": [ - 310 + 311 ], "steam_id": [ - 310 + 311 ], "wins_together": [ 41 @@ -159675,13 +162893,13 @@ export default { }, "v_player_weapon_damage": { "damage": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -159698,10 +162916,10 @@ export default { }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 6991 + 7129 ], "nodes": [ - 6989 + 7127 ], "__typename": [ 85 @@ -159709,13 +162927,13 @@ export default { }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 6992 + 7130 ], "count": [ 41, { "columns": [ - 6997, + 7135, "[v_player_weapon_damage_select_column!]" ], "distinct": [ @@ -159724,31 +162942,31 @@ export default { } ], "max": [ - 6994 + 7132 ], "min": [ - 6995 + 7133 ], "stddev": [ - 6998 + 7136 ], "stddev_pop": [ - 6999 + 7137 ], "stddev_samp": [ - 7000 + 7138 ], "sum": [ - 7003 + 7141 ], "var_pop": [ - 7004 + 7142 ], "var_samp": [ - 7005 + 7143 ], "variance": [ - 7006 + 7144 ], "__typename": [ 85 @@ -159770,22 +162988,22 @@ export default { }, "v_player_weapon_damage_bool_exp": { "_and": [ - 6993 + 7131 ], "_not": [ - 6993 + 7131 ], "_or": [ - 6993 + 7131 ], "damage": [ - 312 + 313 ], "hits": [ - 312 + 313 ], "player_steam_id": [ - 312 + 313 ], "source": [ 87 @@ -159802,13 +163020,13 @@ export default { }, "v_player_weapon_damage_max_fields": { "damage": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -159825,13 +163043,13 @@ export default { }, "v_player_weapon_damage_min_fields": { "damage": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -159848,22 +163066,22 @@ export default { }, "v_player_weapon_damage_order_by": { "damage": [ - 3558 + 3601 ], "hits": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -159914,10 +163132,10 @@ export default { }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 7002 + 7140 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -159925,13 +163143,13 @@ export default { }, "v_player_weapon_damage_stream_cursor_value_input": { "damage": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "source": [ 85 @@ -159948,13 +163166,13 @@ export default { }, "v_player_weapon_damage_sum_fields": { "damage": [ - 310 + 311 ], "hits": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -160004,13 +163222,13 @@ export default { }, "v_player_weapon_kills": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "rounds": [ - 310 + 311 ], "source": [ 85 @@ -160027,10 +163245,10 @@ export default { }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 7009 + 7147 ], "nodes": [ - 7007 + 7145 ], "__typename": [ 85 @@ -160038,13 +163256,13 @@ export default { }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 7010 + 7148 ], "count": [ 41, { "columns": [ - 7015, + 7153, "[v_player_weapon_kills_select_column!]" ], "distinct": [ @@ -160053,31 +163271,31 @@ export default { } ], "max": [ - 7012 + 7150 ], "min": [ - 7013 + 7151 ], "stddev": [ - 7016 + 7154 ], "stddev_pop": [ - 7017 + 7155 ], "stddev_samp": [ - 7018 + 7156 ], "sum": [ - 7021 + 7159 ], "var_pop": [ - 7022 + 7160 ], "var_samp": [ - 7023 + 7161 ], "variance": [ - 7024 + 7162 ], "__typename": [ 85 @@ -160099,22 +163317,22 @@ export default { }, "v_player_weapon_kills_bool_exp": { "_and": [ - 7011 + 7149 ], "_not": [ - 7011 + 7149 ], "_or": [ - 7011 + 7149 ], "kill_count": [ - 312 + 313 ], "player_steam_id": [ - 312 + 313 ], "rounds": [ - 312 + 313 ], "source": [ 87 @@ -160131,13 +163349,13 @@ export default { }, "v_player_weapon_kills_max_fields": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "rounds": [ - 310 + 311 ], "source": [ 85 @@ -160154,13 +163372,13 @@ export default { }, "v_player_weapon_kills_min_fields": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "rounds": [ - 310 + 311 ], "source": [ 85 @@ -160177,22 +163395,22 @@ export default { }, "v_player_weapon_kills_order_by": { "kill_count": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "rounds": [ - 3558 + 3601 ], "source": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "with": [ - 3558 + 3601 ], "__typename": [ 85 @@ -160243,10 +163461,10 @@ export default { }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 7020 + 7158 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -160254,13 +163472,13 @@ export default { }, "v_player_weapon_kills_stream_cursor_value_input": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "rounds": [ - 310 + 311 ], "source": [ 85 @@ -160277,13 +163495,13 @@ export default { }, "v_player_weapon_kills_sum_fields": { "kill_count": [ - 310 + 311 ], "player_steam_id": [ - 310 + 311 ], "rounds": [ - 310 + 311 ], "__typename": [ 85 @@ -160336,16 +163554,16 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "map_pool": [ - 2815 + 2858 ], "map_pool_id": [ - 6365 + 6503 ], "name": [ 85 @@ -160368,10 +163586,10 @@ export default { }, "v_pool_maps_aggregate": { "aggregate": [ - 7031 + 7169 ], "nodes": [ - 7025 + 7163 ], "__typename": [ 85 @@ -160379,13 +163597,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 7028 + 7166 ], "bool_or": [ - 7029 + 7167 ], "count": [ - 7030 + 7168 ], "__typename": [ 85 @@ -160393,13 +163611,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 7043 + 7181 ], "distinct": [ 6 ], "filter": [ - 7034 + 7172 ], "predicate": [ 7 @@ -160410,13 +163628,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 7044 + 7182 ], "distinct": [ 6 ], "filter": [ - 7034 + 7172 ], "predicate": [ 7 @@ -160427,13 +163645,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 7042 + 7180 ], "distinct": [ 6 ], "filter": [ - 7034 + 7172 ], "predicate": [ 42 @@ -160447,7 +163665,7 @@ export default { 41, { "columns": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "distinct": [ @@ -160456,10 +163674,10 @@ export default { } ], "max": [ - 7036 + 7174 ], "min": [ - 7038 + 7176 ], "__typename": [ 85 @@ -160467,13 +163685,13 @@ export default { }, "v_pool_maps_aggregate_order_by": { "count": [ - 3558 + 3601 ], "max": [ - 7037 + 7175 ], "min": [ - 7039 + 7177 ], "__typename": [ 85 @@ -160481,7 +163699,7 @@ export default { }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 7035 + 7173 ], "__typename": [ 85 @@ -160489,28 +163707,28 @@ export default { }, "v_pool_maps_bool_exp": { "_and": [ - 7034 + 7172 ], "_not": [ - 7034 + 7172 ], "_or": [ - 7034 + 7172 ], "active_pool": [ 7 ], "id": [ - 6367 + 6505 ], "label": [ 87 ], "map_pool": [ - 2818 + 2861 ], "map_pool_id": [ - 6367 + 6505 ], "name": [ 87 @@ -160536,16 +163754,16 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "map_pool": [ - 2824 + 2867 ], "map_pool_id": [ - 6365 + 6503 ], "name": [ 85 @@ -160568,13 +163786,13 @@ export default { }, "v_pool_maps_max_fields": { "id": [ - 6365 + 6503 ], "label": [ 85 ], "map_pool_id": [ - 6365 + 6503 ], "name": [ 85 @@ -160597,28 +163815,28 @@ export default { }, "v_pool_maps_max_order_by": { "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "patch": [ - 3558 + 3601 ], "poster": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -160626,13 +163844,13 @@ export default { }, "v_pool_maps_min_fields": { "id": [ - 6365 + 6503 ], "label": [ 85 ], "map_pool_id": [ - 6365 + 6503 ], "name": [ 85 @@ -160655,28 +163873,28 @@ export default { }, "v_pool_maps_min_order_by": { "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "map_pool_id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "patch": [ - 3558 + 3601 ], "poster": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -160687,7 +163905,7 @@ export default { 41 ], "returning": [ - 7025 + 7163 ], "__typename": [ 85 @@ -160695,34 +163913,34 @@ export default { }, "v_pool_maps_order_by": { "active_pool": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "label": [ - 3558 + 3601 ], "map_pool": [ - 2826 + 2869 ], "map_pool_id": [ - 3558 + 3601 ], "name": [ - 3558 + 3601 ], "patch": [ - 3558 + 3601 ], "poster": [ - 3558 + 3601 ], "type": [ - 3558 + 3601 ], "workshop_map_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -160736,13 +163954,13 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "map_pool_id": [ - 6365 + 6503 ], "name": [ 85 @@ -160765,10 +163983,10 @@ export default { }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 7047 + 7185 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -160779,13 +163997,13 @@ export default { 6 ], "id": [ - 6365 + 6503 ], "label": [ 85 ], "map_pool_id": [ - 6365 + 6503 ], "name": [ 85 @@ -160808,10 +164026,10 @@ export default { }, "v_pool_maps_updates": { "_set": [ - 7045 + 7183 ], "where": [ - 7034 + 7172 ], "__typename": [ 85 @@ -160836,10 +164054,10 @@ export default { }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 7051 + 7189 ], "nodes": [ - 7049 + 7187 ], "__typename": [ 85 @@ -160847,13 +164065,13 @@ export default { }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 7052 + 7190 ], "count": [ 41, { "columns": [ - 7057, + 7195, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ @@ -160862,31 +164080,31 @@ export default { } ], "max": [ - 7054 + 7192 ], "min": [ - 7055 + 7193 ], "stddev": [ - 7058 + 7196 ], "stddev_pop": [ - 7059 + 7197 ], "stddev_samp": [ - 7060 + 7198 ], "sum": [ - 7063 + 7201 ], "var_pop": [ - 7064 + 7202 ], "var_samp": [ - 7065 + 7203 ], "variance": [ - 7066 + 7204 ], "__typename": [ 85 @@ -160911,13 +164129,13 @@ export default { }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 7053 + 7191 ], "_not": [ - 7053 + 7191 ], "_or": [ - 7053 + 7191 ], "busy_accounts": [ 42 @@ -160971,16 +164189,16 @@ export default { }, "v_steam_account_pool_status_order_by": { "busy_accounts": [ - 3558 + 3601 ], "free_accounts": [ - 3558 + 3601 ], "id": [ - 3558 + 3601 ], "total_accounts": [ - 3558 + 3601 ], "__typename": [ 85 @@ -161040,10 +164258,10 @@ export default { }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 7062 + 7200 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -161145,7 +164363,7 @@ export default { 41 ], "avg_faceit_level": [ - 2004 + 2046 ], "avg_premier": [ 41 @@ -161160,13 +164378,13 @@ export default { 41 ], "roster_size": [ - 310 + 311 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161174,10 +164392,10 @@ export default { }, "v_team_ranks_aggregate": { "aggregate": [ - 7069 + 7207 ], "nodes": [ - 7067 + 7205 ], "__typename": [ 85 @@ -161185,13 +164403,13 @@ export default { }, "v_team_ranks_aggregate_fields": { "avg": [ - 7070 + 7208 ], "count": [ 41, { "columns": [ - 7077, + 7215, "[v_team_ranks_select_column!]" ], "distinct": [ @@ -161200,31 +164418,31 @@ export default { } ], "max": [ - 7073 + 7211 ], "min": [ - 7074 + 7212 ], "stddev": [ - 7078 + 7216 ], "stddev_pop": [ - 7079 + 7217 ], "stddev_samp": [ - 7080 + 7218 ], "sum": [ - 7083 + 7221 ], "var_pop": [ - 7084 + 7222 ], "var_samp": [ - 7085 + 7223 ], "variance": [ - 7086 + 7224 ], "__typename": [ 85 @@ -161264,13 +164482,13 @@ export default { }, "v_team_ranks_bool_exp": { "_and": [ - 7071 + 7209 ], "_not": [ - 7071 + 7209 ], "_or": [ - 7071 + 7209 ], "avg_duel_elo": [ 42 @@ -161282,7 +164500,7 @@ export default { 42 ], "avg_faceit_level": [ - 2005 + 2047 ], "avg_premier": [ 42 @@ -161297,13 +164515,13 @@ export default { 42 ], "roster_size": [ - 312 + 313 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -161320,7 +164538,7 @@ export default { 41 ], "avg_faceit_level": [ - 2004 + 2046 ], "avg_premier": [ 41 @@ -161335,13 +164553,13 @@ export default { 41 ], "roster_size": [ - 310 + 311 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161358,7 +164576,7 @@ export default { 41 ], "avg_faceit_level": [ - 2004 + 2046 ], "avg_premier": [ 41 @@ -161373,10 +164591,10 @@ export default { 41 ], "roster_size": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161393,7 +164611,7 @@ export default { 41 ], "avg_faceit_level": [ - 2004 + 2046 ], "avg_premier": [ 41 @@ -161408,10 +164626,10 @@ export default { 41 ], "roster_size": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161419,7 +164637,7 @@ export default { }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 7072 + 7210 ], "__typename": [ 85 @@ -161427,37 +164645,37 @@ export default { }, "v_team_ranks_order_by": { "avg_duel_elo": [ - 3558 + 3601 ], "avg_elo": [ - 3558 + 3601 ], "avg_faceit_elo": [ - 3558 + 3601 ], "avg_faceit_level": [ - 3558 + 3601 ], "avg_premier": [ - 3558 + 3601 ], "avg_wingman_elo": [ - 3558 + 3601 ], "max_elo": [ - 3558 + 3601 ], "min_elo": [ - 3558 + 3601 ], "roster_size": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -161562,10 +164780,10 @@ export default { }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 7082 + 7220 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -161582,7 +164800,7 @@ export default { 41 ], "avg_faceit_level": [ - 2004 + 2046 ], "avg_premier": [ 41 @@ -161597,10 +164815,10 @@ export default { 41 ], "roster_size": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161617,7 +164835,7 @@ export default { 41 ], "avg_faceit_level": [ - 2004 + 2046 ], "avg_premier": [ 41 @@ -161632,7 +164850,7 @@ export default { 41 ], "roster_size": [ - 310 + 311 ], "__typename": [ 85 @@ -161736,22 +164954,22 @@ export default { }, "v_team_reputation": { "late_cancels": [ - 310 + 311 ], "no_shows": [ - 310 + 311 ], "reliability_pct": [ - 3556 + 3599 ], "scrims_completed": [ - 310 + 311 ], "team": [ - 5104 + 5147 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161759,10 +164977,10 @@ export default { }, "v_team_reputation_aggregate": { "aggregate": [ - 7089 + 7227 ], "nodes": [ - 7087 + 7225 ], "__typename": [ 85 @@ -161770,13 +164988,13 @@ export default { }, "v_team_reputation_aggregate_fields": { "avg": [ - 7090 + 7228 ], "count": [ 41, { "columns": [ - 7097, + 7235, "[v_team_reputation_select_column!]" ], "distinct": [ @@ -161785,31 +165003,31 @@ export default { } ], "max": [ - 7093 + 7231 ], "min": [ - 7094 + 7232 ], "stddev": [ - 7098 + 7236 ], "stddev_pop": [ - 7099 + 7237 ], "stddev_samp": [ - 7100 + 7238 ], "sum": [ - 7103 + 7241 ], "var_pop": [ - 7104 + 7242 ], "var_samp": [ - 7105 + 7243 ], "variance": [ - 7106 + 7244 ], "__typename": [ 85 @@ -161834,31 +165052,31 @@ export default { }, "v_team_reputation_bool_exp": { "_and": [ - 7091 + 7229 ], "_not": [ - 7091 + 7229 ], "_or": [ - 7091 + 7229 ], "late_cancels": [ - 312 + 313 ], "no_shows": [ - 312 + 313 ], "reliability_pct": [ - 3557 + 3600 ], "scrims_completed": [ - 312 + 313 ], "team": [ - 5115 + 5158 ], "team_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -161866,22 +165084,22 @@ export default { }, "v_team_reputation_insert_input": { "late_cancels": [ - 310 + 311 ], "no_shows": [ - 310 + 311 ], "reliability_pct": [ - 3556 + 3599 ], "scrims_completed": [ - 310 + 311 ], "team": [ - 5124 + 5167 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161889,19 +165107,19 @@ export default { }, "v_team_reputation_max_fields": { "late_cancels": [ - 310 + 311 ], "no_shows": [ - 310 + 311 ], "reliability_pct": [ - 3556 + 3599 ], "scrims_completed": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161909,19 +165127,19 @@ export default { }, "v_team_reputation_min_fields": { "late_cancels": [ - 310 + 311 ], "no_shows": [ - 310 + 311 ], "reliability_pct": [ - 3556 + 3599 ], "scrims_completed": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -161929,7 +165147,7 @@ export default { }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 7092 + 7230 ], "__typename": [ 85 @@ -161937,22 +165155,22 @@ export default { }, "v_team_reputation_order_by": { "late_cancels": [ - 3558 + 3601 ], "no_shows": [ - 3558 + 3601 ], "reliability_pct": [ - 3558 + 3601 ], "scrims_completed": [ - 3558 + 3601 ], "team": [ - 5126 + 5169 ], "team_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -162012,10 +165230,10 @@ export default { }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 7102 + 7240 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -162023,19 +165241,19 @@ export default { }, "v_team_reputation_stream_cursor_value_input": { "late_cancels": [ - 310 + 311 ], "no_shows": [ - 310 + 311 ], "reliability_pct": [ - 3556 + 3599 ], "scrims_completed": [ - 310 + 311 ], "team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -162043,16 +165261,16 @@ export default { }, "v_team_reputation_sum_fields": { "late_cancels": [ - 310 + 311 ], "no_shows": [ - 310 + 311 ], "reliability_pct": [ - 3556 + 3599 ], "scrims_completed": [ - 310 + 311 ], "__typename": [ 85 @@ -162147,13 +165365,13 @@ export default { 41 ], "stage": [ - 5414 + 5548 ], "team": [ - 5547 + 5681 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -162162,10 +165380,10 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -162176,10 +165394,10 @@ export default { }, "v_team_stage_results_aggregate": { "aggregate": [ - 7121 + 7259 ], "nodes": [ - 7107 + 7245 ], "__typename": [ 85 @@ -162187,31 +165405,31 @@ export default { }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 7110 + 7248 ], "corr": [ - 7111 + 7249 ], "count": [ - 7113 + 7251 ], "covar_samp": [ - 7114 + 7252 ], "max": [ - 7116 + 7254 ], "min": [ - 7117 + 7255 ], "stddev_samp": [ - 7118 + 7256 ], "sum": [ - 7119 + 7257 ], "var_samp": [ - 7120 + 7258 ], "__typename": [ 85 @@ -162219,16 +165437,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 7140 + 7278 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162236,16 +165454,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 7112 + 7250 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162253,10 +165471,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 7141 + 7279 ], "Y": [ - 7141 + 7279 ], "__typename": [ 85 @@ -162264,13 +165482,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 7139 + 7277 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ 42 @@ -162281,16 +165499,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 7115 + 7253 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162298,10 +165516,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7142 + 7280 ], "Y": [ - 7142 + 7280 ], "__typename": [ 85 @@ -162309,16 +165527,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 7143 + 7281 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162326,16 +165544,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 7144 + 7282 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162343,16 +165561,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7145 + 7283 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162360,16 +165578,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 7146 + 7284 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162377,16 +165595,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 7147 + 7285 ], "distinct": [ 6 ], "filter": [ - 7126 + 7264 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -162394,13 +165612,13 @@ export default { }, "v_team_stage_results_aggregate_fields": { "avg": [ - 7124 + 7262 ], "count": [ 41, { "columns": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "distinct": [ @@ -162409,31 +165627,31 @@ export default { } ], "max": [ - 7130 + 7268 ], "min": [ - 7132 + 7270 ], "stddev": [ - 7149 + 7287 ], "stddev_pop": [ - 7151 + 7289 ], "stddev_samp": [ - 7153 + 7291 ], "sum": [ - 7157 + 7295 ], "var_pop": [ - 7161 + 7299 ], "var_samp": [ - 7163 + 7301 ], "variance": [ - 7165 + 7303 ], "__typename": [ 85 @@ -162441,37 +165659,37 @@ export default { }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 7125 + 7263 ], "count": [ - 3558 + 3601 ], "max": [ - 7131 + 7269 ], "min": [ - 7133 + 7271 ], "stddev": [ - 7150 + 7288 ], "stddev_pop": [ - 7152 + 7290 ], "stddev_samp": [ - 7154 + 7292 ], "sum": [ - 7158 + 7296 ], "var_pop": [ - 7162 + 7300 ], "var_samp": [ - 7164 + 7302 ], "variance": [ - 7166 + 7304 ], "__typename": [ 85 @@ -162479,10 +165697,10 @@ export default { }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 7129 + 7267 ], "on_conflict": [ - 7136 + 7274 ], "__typename": [ 85 @@ -162543,52 +165761,52 @@ export default { }, "v_team_stage_results_avg_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -162596,13 +165814,13 @@ export default { }, "v_team_stage_results_bool_exp": { "_and": [ - 7126 + 7264 ], "_not": [ - 7126 + 7264 ], "_or": [ - 7126 + 7264 ], "group_number": [ 42 @@ -162641,13 +165859,13 @@ export default { 42 ], "stage": [ - 5426 + 5560 ], "team": [ - 5556 + 5692 ], "team_kdr": [ - 2005 + 2047 ], "total_deaths": [ 42 @@ -162656,10 +165874,10 @@ export default { 42 ], "tournament_stage_id": [ - 6367 + 6505 ], "tournament_team_id": [ - 6367 + 6505 ], "wins": [ 42 @@ -162707,7 +165925,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -162760,13 +165978,13 @@ export default { 41 ], "stage": [ - 5438 + 5572 ], "team": [ - 5565 + 5701 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -162775,10 +165993,10 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -162825,7 +166043,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -162834,10 +166052,10 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -162848,58 +166066,58 @@ export default { }, "v_team_stage_results_max_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -162943,7 +166161,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -162952,10 +166170,10 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -162966,58 +166184,58 @@ export default { }, "v_team_stage_results_min_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163028,7 +166246,7 @@ export default { 41 ], "returning": [ - 7107 + 7245 ], "__typename": [ 85 @@ -163036,10 +166254,10 @@ export default { }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 7129 + 7267 ], "on_conflict": [ - 7136 + 7274 ], "__typename": [ 85 @@ -163047,13 +166265,13 @@ export default { }, "v_team_stage_results_on_conflict": { "constraint": [ - 7127 + 7265 ], "update_columns": [ - 7159 + 7297 ], "where": [ - 7126 + 7264 ], "__typename": [ 85 @@ -163061,64 +166279,64 @@ export default { }, "v_team_stage_results_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "stage": [ - 5440 + 5574 ], "team": [ - 5567 + 5703 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "tournament_stage_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163126,10 +166344,10 @@ export default { }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -163182,7 +166400,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -163191,10 +166409,10 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -163258,52 +166476,52 @@ export default { }, "v_team_stage_results_stddev_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163364,52 +166582,52 @@ export default { }, "v_team_stage_results_stddev_pop_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163470,52 +166688,52 @@ export default { }, "v_team_stage_results_stddev_samp_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163523,10 +166741,10 @@ export default { }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 7156 + 7294 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -163570,7 +166788,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -163579,10 +166797,10 @@ export default { 41 ], "tournament_stage_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -163629,7 +166847,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -163646,52 +166864,52 @@ export default { }, "v_team_stage_results_sum_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163700,13 +166918,13 @@ export default { "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 7128 + 7266 ], "_set": [ - 7148 + 7286 ], "where": [ - 7126 + 7264 ], "__typename": [ 85 @@ -163767,52 +166985,52 @@ export default { }, "v_team_stage_results_var_pop_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163873,52 +167091,52 @@ export default { }, "v_team_stage_results_var_samp_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -163979,52 +167197,52 @@ export default { }, "v_team_stage_results_variance_order_by": { "group_number": [ - 3558 + 3601 ], "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "placement": [ - 3558 + 3601 ], "rank": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -164059,10 +167277,10 @@ export default { 41 ], "team": [ - 5547 + 5681 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -164071,13 +167289,13 @@ export default { 41 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -164088,10 +167306,10 @@ export default { }, "v_team_tournament_results_aggregate": { "aggregate": [ - 7181 + 7319 ], "nodes": [ - 7167 + 7305 ], "__typename": [ 85 @@ -164099,31 +167317,31 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 7170 + 7308 ], "corr": [ - 7171 + 7309 ], "count": [ - 7173 + 7311 ], "covar_samp": [ - 7174 + 7312 ], "max": [ - 7176 + 7314 ], "min": [ - 7177 + 7315 ], "stddev_samp": [ - 7178 + 7316 ], "sum": [ - 7179 + 7317 ], "var_samp": [ - 7180 + 7318 ], "__typename": [ 85 @@ -164131,16 +167349,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 7194 + 7332 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164148,16 +167366,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 7172 + 7310 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164165,10 +167383,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 7195 + 7333 ], "Y": [ - 7195 + 7333 ], "__typename": [ 85 @@ -164176,13 +167394,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 7193 + 7331 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ 42 @@ -164193,16 +167411,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 7175 + 7313 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164210,10 +167428,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7196 + 7334 ], "Y": [ - 7196 + 7334 ], "__typename": [ 85 @@ -164221,16 +167439,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 7197 + 7335 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164238,16 +167456,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 7198 + 7336 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164255,16 +167473,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7199 + 7337 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164272,16 +167490,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 7200 + 7338 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164289,16 +167507,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 7201 + 7339 ], "distinct": [ 6 ], "filter": [ - 7186 + 7324 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -164306,13 +167524,13 @@ export default { }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 7184 + 7322 ], "count": [ 41, { "columns": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "distinct": [ @@ -164321,31 +167539,31 @@ export default { } ], "max": [ - 7188 + 7326 ], "min": [ - 7190 + 7328 ], "stddev": [ - 7202 + 7340 ], "stddev_pop": [ - 7204 + 7342 ], "stddev_samp": [ - 7206 + 7344 ], "sum": [ - 7210 + 7348 ], "var_pop": [ - 7212 + 7350 ], "var_samp": [ - 7214 + 7352 ], "variance": [ - 7216 + 7354 ], "__typename": [ 85 @@ -164353,37 +167571,37 @@ export default { }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 7185 + 7323 ], "count": [ - 3558 + 3601 ], "max": [ - 7189 + 7327 ], "min": [ - 7191 + 7329 ], "stddev": [ - 7203 + 7341 ], "stddev_pop": [ - 7205 + 7343 ], "stddev_samp": [ - 7207 + 7345 ], "sum": [ - 7211 + 7349 ], "var_pop": [ - 7213 + 7351 ], "var_samp": [ - 7215 + 7353 ], "variance": [ - 7217 + 7355 ], "__typename": [ 85 @@ -164391,7 +167609,7 @@ export default { }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 7187 + 7325 ], "__typename": [ 85 @@ -164443,43 +167661,43 @@ export default { }, "v_team_tournament_results_avg_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -164487,13 +167705,13 @@ export default { }, "v_team_tournament_results_bool_exp": { "_and": [ - 7186 + 7324 ], "_not": [ - 7186 + 7324 ], "_or": [ - 7186 + 7324 ], "head_to_head_match_wins": [ 42 @@ -164523,10 +167741,10 @@ export default { 42 ], "team": [ - 5556 + 5692 ], "team_kdr": [ - 2005 + 2047 ], "total_deaths": [ 42 @@ -164535,13 +167753,13 @@ export default { 42 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "tournament_team_id": [ - 6367 + 6505 ], "wins": [ 42 @@ -164579,10 +167797,10 @@ export default { 41 ], "team": [ - 5565 + 5701 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -164591,13 +167809,13 @@ export default { 41 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -164635,7 +167853,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -164644,10 +167862,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -164658,49 +167876,49 @@ export default { }, "v_team_tournament_results_max_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -164735,7 +167953,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -164744,10 +167962,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -164758,49 +167976,49 @@ export default { }, "v_team_tournament_results_min_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -164808,55 +168026,55 @@ export default { }, "v_team_tournament_results_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team": [ - 5567 + 5703 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "tournament_team_id": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -164917,43 +168135,43 @@ export default { }, "v_team_tournament_results_stddev_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165005,43 +168223,43 @@ export default { }, "v_team_tournament_results_stddev_pop_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165093,43 +168311,43 @@ export default { }, "v_team_tournament_results_stddev_samp_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165137,10 +168355,10 @@ export default { }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 7209 + 7347 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -165175,7 +168393,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -165184,10 +168402,10 @@ export default { 41 ], "tournament_id": [ - 6365 + 6503 ], "tournament_team_id": [ - 6365 + 6503 ], "wins": [ 41 @@ -165225,7 +168443,7 @@ export default { 41 ], "team_kdr": [ - 2004 + 2046 ], "total_deaths": [ 41 @@ -165242,43 +168460,43 @@ export default { }, "v_team_tournament_results_sum_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165330,43 +168548,43 @@ export default { }, "v_team_tournament_results_var_pop_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165418,43 +168636,43 @@ export default { }, "v_team_tournament_results_var_samp_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165506,43 +168724,43 @@ export default { }, "v_team_tournament_results_variance_order_by": { "head_to_head_match_wins": [ - 3558 + 3601 ], "head_to_head_rounds_won": [ - 3558 + 3601 ], "losses": [ - 3558 + 3601 ], "maps_lost": [ - 3558 + 3601 ], "maps_won": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "matches_remaining": [ - 3558 + 3601 ], "rounds_lost": [ - 3558 + 3601 ], "rounds_won": [ - 3558 + 3601 ], "team_kdr": [ - 3558 + 3601 ], "total_deaths": [ - 3558 + 3601 ], "total_kills": [ - 3558 + 3601 ], "wins": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165556,13 +168774,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -165571,16 +168789,16 @@ export default { 41 ], "player": [ - 4516 + 4559 ], "player_steam_id": [ - 310 + 311 ], "tournament": [ - 5589 + 5727 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -165588,10 +168806,10 @@ export default { }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 7232 + 7370 ], "nodes": [ - 7218 + 7356 ], "__typename": [ 85 @@ -165599,31 +168817,31 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 7221 + 7359 ], "corr": [ - 7222 + 7360 ], "count": [ - 7224 + 7362 ], "covar_samp": [ - 7225 + 7363 ], "max": [ - 7227 + 7365 ], "min": [ - 7228 + 7366 ], "stddev_samp": [ - 7229 + 7367 ], "sum": [ - 7230 + 7368 ], "var_samp": [ - 7231 + 7369 ], "__typename": [ 85 @@ -165631,16 +168849,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 7245 + 7383 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165648,16 +168866,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 7223 + 7361 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165665,10 +168883,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 7246 + 7384 ], "Y": [ - 7246 + 7384 ], "__typename": [ 85 @@ -165676,13 +168894,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 7244 + 7382 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ 42 @@ -165693,16 +168911,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 7226 + 7364 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165710,10 +168928,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7247 + 7385 ], "Y": [ - 7247 + 7385 ], "__typename": [ 85 @@ -165721,16 +168939,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 7248 + 7386 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165738,16 +168956,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 7249 + 7387 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165755,16 +168973,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7250 + 7388 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165772,16 +168990,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 7251 + 7389 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165789,16 +169007,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 7252 + 7390 ], "distinct": [ 6 ], "filter": [ - 7237 + 7375 ], "predicate": [ - 2005 + 2047 ], "__typename": [ 85 @@ -165806,13 +169024,13 @@ export default { }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 7235 + 7373 ], "count": [ 41, { "columns": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "distinct": [ @@ -165821,31 +169039,31 @@ export default { } ], "max": [ - 7239 + 7377 ], "min": [ - 7241 + 7379 ], "stddev": [ - 7253 + 7391 ], "stddev_pop": [ - 7255 + 7393 ], "stddev_samp": [ - 7257 + 7395 ], "sum": [ - 7261 + 7399 ], "var_pop": [ - 7263 + 7401 ], "var_samp": [ - 7265 + 7403 ], "variance": [ - 7267 + 7405 ], "__typename": [ 85 @@ -165853,37 +169071,37 @@ export default { }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 7236 + 7374 ], "count": [ - 3558 + 3601 ], "max": [ - 7240 + 7378 ], "min": [ - 7242 + 7380 ], "stddev": [ - 7254 + 7392 ], "stddev_pop": [ - 7256 + 7394 ], "stddev_samp": [ - 7258 + 7396 ], "sum": [ - 7262 + 7400 ], "var_pop": [ - 7264 + 7402 ], "var_samp": [ - 7266 + 7404 ], "variance": [ - 7268 + 7406 ], "__typename": [ 85 @@ -165891,7 +169109,7 @@ export default { }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 7238 + 7376 ], "__typename": [ 85 @@ -165928,28 +169146,28 @@ export default { }, "v_tournament_player_stats_avg_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -165957,13 +169175,13 @@ export default { }, "v_tournament_player_stats_bool_exp": { "_and": [ - 7237 + 7375 ], "_not": [ - 7237 + 7375 ], "_or": [ - 7237 + 7375 ], "assists": [ 42 @@ -165972,13 +169190,13 @@ export default { 42 ], "headshot_percentage": [ - 2005 + 2047 ], "headshots": [ 42 ], "kdr": [ - 2005 + 2047 ], "kills": [ 42 @@ -165987,16 +169205,16 @@ export default { 42 ], "player": [ - 4520 + 4563 ], "player_steam_id": [ - 312 + 313 ], "tournament": [ - 5610 + 5748 ], "tournament_id": [ - 6367 + 6505 ], "__typename": [ 85 @@ -166010,13 +169228,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -166025,16 +169243,16 @@ export default { 41 ], "player": [ - 4527 + 4570 ], "player_steam_id": [ - 310 + 311 ], "tournament": [ - 5619 + 5757 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -166048,13 +169266,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -166063,10 +169281,10 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -166074,31 +169292,31 @@ export default { }, "v_tournament_player_stats_max_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166112,13 +169330,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -166127,10 +169345,10 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -166138,31 +169356,31 @@ export default { }, "v_tournament_player_stats_min_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166170,37 +169388,37 @@ export default { }, "v_tournament_player_stats_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player": [ - 4529 + 4572 ], "player_steam_id": [ - 3558 + 3601 ], "tournament": [ - 5621 + 5759 ], "tournament_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166246,28 +169464,28 @@ export default { }, "v_tournament_player_stats_stddev_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166304,28 +169522,28 @@ export default { }, "v_tournament_player_stats_stddev_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166362,28 +169580,28 @@ export default { }, "v_tournament_player_stats_stddev_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166391,10 +169609,10 @@ export default { }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 7260 + 7398 ], "ordering": [ - 393 + 394 ], "__typename": [ 85 @@ -166408,13 +169626,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -166423,10 +169641,10 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "tournament_id": [ - 6365 + 6503 ], "__typename": [ 85 @@ -166440,13 +169658,13 @@ export default { 41 ], "headshot_percentage": [ - 2004 + 2046 ], "headshots": [ 41 ], "kdr": [ - 2004 + 2046 ], "kills": [ 41 @@ -166455,7 +169673,7 @@ export default { 41 ], "player_steam_id": [ - 310 + 311 ], "__typename": [ 85 @@ -166463,28 +169681,28 @@ export default { }, "v_tournament_player_stats_sum_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166521,28 +169739,28 @@ export default { }, "v_tournament_player_stats_var_pop_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166579,28 +169797,28 @@ export default { }, "v_tournament_player_stats_var_samp_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166637,28 +169855,28 @@ export default { }, "v_tournament_player_stats_variance_order_by": { "assists": [ - 3558 + 3601 ], "deaths": [ - 3558 + 3601 ], "headshot_percentage": [ - 3558 + 3601 ], "headshots": [ - 3558 + 3601 ], "kdr": [ - 3558 + 3601 ], "kills": [ - 3558 + 3601 ], "matches_played": [ - 3558 + 3601 ], "player_steam_id": [ - 3558 + 3601 ], "__typename": [ 85 @@ -166666,10 +169884,10 @@ export default { }, "Query": { "_map_pool": [ - 153, + 154, { "distinct_on": [ - 165, + 166, "[_map_pool_select_column!]" ], "limit": [ @@ -166679,19 +169897,19 @@ export default { 41 ], "order_by": [ - 163, + 164, "[_map_pool_order_by!]" ], "where": [ - 156 + 157 ] } ], "_map_pool_aggregate": [ - 154, + 155, { "distinct_on": [ - 165, + 166, "[_map_pool_select_column!]" ], "limit": [ @@ -166701,32 +169919,32 @@ export default { 41 ], "order_by": [ - 163, + 164, "[_map_pool_order_by!]" ], "where": [ - 156 + 157 ] } ], "_map_pool_by_pk": [ - 153, + 154, { "map_id": [ - 6365, + 6503, "uuid!" ], "map_pool_id": [ - 6365, + 6503, "uuid!" ] } ], "abandoned_matches": [ - 172, + 173, { "distinct_on": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "limit": [ @@ -166736,19 +169954,19 @@ export default { 41 ], "order_by": [ - 191, + 192, "[abandoned_matches_order_by!]" ], "where": [ - 181 + 182 ] } ], "abandoned_matches_aggregate": [ - 173, + 174, { "distinct_on": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "limit": [ @@ -166758,41 +169976,41 @@ export default { 41 ], "order_by": [ - 191, + 192, "[abandoned_matches_order_by!]" ], "where": [ - 181 + 182 ] } ], "abandoned_matches_by_pk": [ - 172, + 173, { "id": [ - 6365, + 6503, "uuid!" ] } ], "analyseUtilityPlaybookCoverage": [ - 126, + 127, { "pairs": [ - 143, + 144, "[UtilitySightlinePairInput!]!" ], "playbook_id": [ - 6365, + 6503, "uuid!" ] } ], "api_keys": [ - 213, + 214, { "distinct_on": [ - 227, + 228, "[api_keys_select_column!]" ], "limit": [ @@ -166802,19 +170020,19 @@ export default { 41 ], "order_by": [ - 225, + 226, "[api_keys_order_by!]" ], "where": [ - 217 + 218 ] } ], "api_keys_aggregate": [ - 214, + 215, { "distinct_on": [ - 227, + 228, "[api_keys_select_column!]" ], "limit": [ @@ -166824,28 +170042,28 @@ export default { 41 ], "order_by": [ - 225, + 226, "[api_keys_order_by!]" ], "where": [ - 217 + 218 ] } ], "api_keys_by_pk": [ - 213, + 214, { "id": [ - 6365, + 6503, "uuid!" ] } ], "award_recipients": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -166855,19 +170073,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "award_recipients_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -166877,28 +170095,28 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "award_recipients_by_pk": [ - 241, + 242, { "id": [ - 6365, + 6503, "uuid!" ] } ], "awards": [ - 282, + 283, { "distinct_on": [ - 297, + 298, "[awards_select_column!]" ], "limit": [ @@ -166908,19 +170126,19 @@ export default { 41 ], "order_by": [ - 295, + 296, "[awards_order_by!]" ], "where": [ - 286 + 287 ] } ], "awards_aggregate": [ - 283, + 284, { "distinct_on": [ - 297, + 298, "[awards_select_column!]" ], "limit": [ @@ -166930,28 +170148,28 @@ export default { 41 ], "order_by": [ - 295, + 296, "[awards_order_by!]" ], "where": [ - 286 + 287 ] } ], "awards_by_pk": [ - 282, + 283, { "id": [ - 6365, + 6503, "uuid!" ] } ], "chat_read_state": [ - 315, + 316, { "distinct_on": [ - 329, + 330, "[chat_read_state_select_column!]" ], "limit": [ @@ -166961,19 +170179,19 @@ export default { 41 ], "order_by": [ - 327, + 328, "[chat_read_state_order_by!]" ], "where": [ - 319 + 320 ] } ], "chat_read_state_aggregate": [ - 316, + 317, { "distinct_on": [ - 329, + 330, "[chat_read_state_select_column!]" ], "limit": [ @@ -166983,19 +170201,19 @@ export default { 41 ], "order_by": [ - 327, + 328, "[chat_read_state_order_by!]" ], "where": [ - 319 + 320 ] } ], "chat_read_state_by_pk": [ - 315, + 316, { "steam_id": [ - 310, + 311, "bigint!" ], "thread": [ @@ -167005,27 +170223,27 @@ export default { } ], "checkUtilityOneWay": [ - 124, + 125, { "lineup_id": [ - 6365, + 6503, "uuid!" ], "pairs": [ - 143, + 144, "[UtilitySightlinePairInput!]!" ] } ], "checkUtilitySightlines": [ - 142, + 143, { "lineup_id": [ - 6365, + 6503, "uuid!" ], "pairs": [ - 143, + 144, "[UtilitySightlinePairInput!]!" ], "threshold": [ @@ -167034,10 +170252,10 @@ export default { } ], "clip_render_jobs": [ - 342, + 343, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -167047,19 +170265,19 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "clip_render_jobs_aggregate": [ - 343, + 344, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -167069,28 +170287,28 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "clip_render_jobs_by_pk": [ - 342, + 343, { "id": [ - 6365, + 6503, "uuid!" ] } ], "custom_pages": [ - 394, + 395, { "distinct_on": [ - 413, + 414, "[custom_pages_select_column!]" ], "limit": [ @@ -167100,19 +170318,19 @@ export default { 41 ], "order_by": [ - 410, + 411, "[custom_pages_order_by!]" ], "where": [ - 399 + 400 ] } ], "custom_pages_aggregate": [ - 395, + 396, { "distinct_on": [ - 413, + 414, "[custom_pages_select_column!]" ], "limit": [ @@ -167122,19 +170340,19 @@ export default { 41 ], "order_by": [ - 410, + 411, "[custom_pages_order_by!]" ], "where": [ - 399 + 400 ] } ], "custom_pages_by_pk": [ - 394, + 395, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -167143,10 +170361,10 @@ export default { 20 ], "db_backups": [ - 426, + 427, { "distinct_on": [ - 440, + 441, "[db_backups_select_column!]" ], "limit": [ @@ -167156,19 +170374,19 @@ export default { 41 ], "order_by": [ - 438, + 439, "[db_backups_order_by!]" ], "where": [ - 430 + 431 ] } ], "db_backups_aggregate": [ - 427, + 428, { "distinct_on": [ - 440, + 441, "[db_backups_select_column!]" ], "limit": [ @@ -167178,28 +170396,28 @@ export default { 41 ], "order_by": [ - 438, + 439, "[db_backups_order_by!]" ], "where": [ - 430 + 431 ] } ], "db_backups_by_pk": [ - 426, + 427, { "id": [ - 6365, + 6503, "uuid!" ] } ], "direct_conversations": [ - 453, + 454, { "distinct_on": [ - 467, + 468, "[direct_conversations_select_column!]" ], "limit": [ @@ -167209,19 +170427,19 @@ export default { 41 ], "order_by": [ - 465, + 466, "[direct_conversations_order_by!]" ], "where": [ - 457 + 458 ] } ], "direct_conversations_aggregate": [ - 454, + 455, { "distinct_on": [ - 467, + 468, "[direct_conversations_select_column!]" ], "limit": [ @@ -167231,32 +170449,32 @@ export default { 41 ], "order_by": [ - 465, + 466, "[direct_conversations_order_by!]" ], "where": [ - 457 + 458 ] } ], "direct_conversations_by_pk": [ - 453, + 454, { "room_id": [ 85, "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "direct_messages": [ - 480, + 481, { "distinct_on": [ - 494, + 495, "[direct_messages_select_column!]" ], "limit": [ @@ -167266,19 +170484,19 @@ export default { 41 ], "order_by": [ - 492, + 493, "[direct_messages_order_by!]" ], "where": [ - 484 + 485 ] } ], "direct_messages_aggregate": [ - 481, + 482, { "distinct_on": [ - 494, + 495, "[direct_messages_select_column!]" ], "limit": [ @@ -167288,28 +170506,28 @@ export default { 41 ], "order_by": [ - 492, + 493, "[direct_messages_order_by!]" ], "where": [ - 484 + 485 ] } ], "direct_messages_by_pk": [ - 480, + 481, { "id": [ - 6365, + 6503, "uuid!" ] } ], "draft_game_picks": [ - 507, + 508, { "distinct_on": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "limit": [ @@ -167319,19 +170537,19 @@ export default { 41 ], "order_by": [ - 528, + 529, "[draft_game_picks_order_by!]" ], "where": [ - 518 + 519 ] } ], "draft_game_picks_aggregate": [ - 508, + 509, { "distinct_on": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "limit": [ @@ -167341,28 +170559,28 @@ export default { 41 ], "order_by": [ - 528, + 529, "[draft_game_picks_order_by!]" ], "where": [ - 518 + 519 ] } ], "draft_game_picks_by_pk": [ - 507, + 508, { "id": [ - 6365, + 6503, "uuid!" ] } ], "draft_game_players": [ - 552, + 553, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -167372,19 +170590,19 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "draft_game_players_aggregate": [ - 553, + 554, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -167394,32 +170612,32 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "draft_game_players_by_pk": [ - 552, + 553, { "draft_game_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "draft_games": [ - 597, + 598, { "distinct_on": [ - 621, + 622, "[draft_games_select_column!]" ], "limit": [ @@ -167429,19 +170647,19 @@ export default { 41 ], "order_by": [ - 619, + 620, "[draft_games_order_by!]" ], "where": [ - 608 + 609 ] } ], "draft_games_aggregate": [ - 598, + 599, { "distinct_on": [ - 621, + 622, "[draft_games_select_column!]" ], "limit": [ @@ -167451,28 +170669,28 @@ export default { 41 ], "order_by": [ - 619, + 620, "[draft_games_order_by!]" ], "where": [ - 608 + 609 ] } ], "draft_games_by_pk": [ - 597, + 598, { "id": [ - 6365, + 6503, "uuid!" ] } ], "e_award_sources": [ - 643, + 644, { "distinct_on": [ - 657, + 658, "[e_award_sources_select_column!]" ], "limit": [ @@ -167482,19 +170700,19 @@ export default { 41 ], "order_by": [ - 655, + 656, "[e_award_sources_order_by!]" ], "where": [ - 646 + 647 ] } ], "e_award_sources_aggregate": [ - 644, + 645, { "distinct_on": [ - 657, + 658, "[e_award_sources_select_column!]" ], "limit": [ @@ -167504,16 +170722,16 @@ export default { 41 ], "order_by": [ - 655, + 656, "[e_award_sources_order_by!]" ], "where": [ - 646 + 647 ] } ], "e_award_sources_by_pk": [ - 643, + 644, { "value": [ 85, @@ -167522,10 +170740,10 @@ export default { } ], "e_award_tiers": [ - 663, + 664, { "distinct_on": [ - 677, + 678, "[e_award_tiers_select_column!]" ], "limit": [ @@ -167535,19 +170753,19 @@ export default { 41 ], "order_by": [ - 675, + 676, "[e_award_tiers_order_by!]" ], "where": [ - 666 + 667 ] } ], "e_award_tiers_aggregate": [ - 664, + 665, { "distinct_on": [ - 677, + 678, "[e_award_tiers_select_column!]" ], "limit": [ @@ -167557,16 +170775,16 @@ export default { 41 ], "order_by": [ - 675, + 676, "[e_award_tiers_order_by!]" ], "where": [ - 666 + 667 ] } ], "e_award_tiers_by_pk": [ - 663, + 664, { "value": [ 85, @@ -167575,10 +170793,10 @@ export default { } ], "e_check_in_settings": [ - 683, + 684, { "distinct_on": [ - 697, + 698, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -167588,19 +170806,19 @@ export default { 41 ], "order_by": [ - 695, + 696, "[e_check_in_settings_order_by!]" ], "where": [ - 686 + 687 ] } ], "e_check_in_settings_aggregate": [ - 684, + 685, { "distinct_on": [ - 697, + 698, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -167610,16 +170828,16 @@ export default { 41 ], "order_by": [ - 695, + 696, "[e_check_in_settings_order_by!]" ], "where": [ - 686 + 687 ] } ], "e_check_in_settings_by_pk": [ - 683, + 684, { "value": [ 85, @@ -167628,10 +170846,10 @@ export default { } ], "e_draft_game_captain_selection": [ - 703, + 704, { "distinct_on": [ - 718, + 719, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -167641,19 +170859,19 @@ export default { 41 ], "order_by": [ - 716, + 717, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 706 + 707 ] } ], "e_draft_game_captain_selection_aggregate": [ - 704, + 705, { "distinct_on": [ - 718, + 719, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -167663,16 +170881,16 @@ export default { 41 ], "order_by": [ - 716, + 717, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 706 + 707 ] } ], "e_draft_game_captain_selection_by_pk": [ - 703, + 704, { "value": [ 85, @@ -167681,10 +170899,10 @@ export default { } ], "e_draft_game_draft_order": [ - 724, + 725, { "distinct_on": [ - 739, + 740, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -167694,19 +170912,19 @@ export default { 41 ], "order_by": [ - 737, + 738, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 727 + 728 ] } ], "e_draft_game_draft_order_aggregate": [ - 725, + 726, { "distinct_on": [ - 739, + 740, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -167716,16 +170934,16 @@ export default { 41 ], "order_by": [ - 737, + 738, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 727 + 728 ] } ], "e_draft_game_draft_order_by_pk": [ - 724, + 725, { "value": [ 85, @@ -167734,10 +170952,10 @@ export default { } ], "e_draft_game_mode": [ - 745, + 746, { "distinct_on": [ - 760, + 761, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -167747,19 +170965,19 @@ export default { 41 ], "order_by": [ - 758, + 759, "[e_draft_game_mode_order_by!]" ], "where": [ - 748 + 749 ] } ], "e_draft_game_mode_aggregate": [ - 746, + 747, { "distinct_on": [ - 760, + 761, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -167769,16 +170987,16 @@ export default { 41 ], "order_by": [ - 758, + 759, "[e_draft_game_mode_order_by!]" ], "where": [ - 748 + 749 ] } ], "e_draft_game_mode_by_pk": [ - 745, + 746, { "value": [ 85, @@ -167787,10 +171005,10 @@ export default { } ], "e_draft_game_player_status": [ - 766, + 767, { "distinct_on": [ - 781, + 782, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -167800,19 +171018,19 @@ export default { 41 ], "order_by": [ - 779, + 780, "[e_draft_game_player_status_order_by!]" ], "where": [ - 769 + 770 ] } ], "e_draft_game_player_status_aggregate": [ - 767, + 768, { "distinct_on": [ - 781, + 782, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -167822,16 +171040,16 @@ export default { 41 ], "order_by": [ - 779, + 780, "[e_draft_game_player_status_order_by!]" ], "where": [ - 769 + 770 ] } ], "e_draft_game_player_status_by_pk": [ - 766, + 767, { "value": [ 85, @@ -167840,10 +171058,10 @@ export default { } ], "e_draft_game_status": [ - 787, + 788, { "distinct_on": [ - 802, + 803, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -167853,19 +171071,19 @@ export default { 41 ], "order_by": [ - 800, + 801, "[e_draft_game_status_order_by!]" ], "where": [ - 790 + 791 ] } ], "e_draft_game_status_aggregate": [ - 788, + 789, { "distinct_on": [ - 802, + 803, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -167875,16 +171093,16 @@ export default { 41 ], "order_by": [ - 800, + 801, "[e_draft_game_status_order_by!]" ], "where": [ - 790 + 791 ] } ], "e_draft_game_status_by_pk": [ - 787, + 788, { "value": [ 85, @@ -167893,10 +171111,10 @@ export default { } ], "e_event_media_access": [ - 808, + 809, { "distinct_on": [ - 822, + 823, "[e_event_media_access_select_column!]" ], "limit": [ @@ -167906,19 +171124,19 @@ export default { 41 ], "order_by": [ - 820, + 821, "[e_event_media_access_order_by!]" ], "where": [ - 811 + 812 ] } ], "e_event_media_access_aggregate": [ - 809, + 810, { "distinct_on": [ - 822, + 823, "[e_event_media_access_select_column!]" ], "limit": [ @@ -167928,16 +171146,16 @@ export default { 41 ], "order_by": [ - 820, + 821, "[e_event_media_access_order_by!]" ], "where": [ - 811 + 812 ] } ], "e_event_media_access_by_pk": [ - 808, + 809, { "value": [ 85, @@ -167946,10 +171164,10 @@ export default { } ], "e_event_visibility": [ - 828, + 829, { "distinct_on": [ - 842, + 843, "[e_event_visibility_select_column!]" ], "limit": [ @@ -167959,19 +171177,19 @@ export default { 41 ], "order_by": [ - 840, + 841, "[e_event_visibility_order_by!]" ], "where": [ - 831 + 832 ] } ], "e_event_visibility_aggregate": [ - 829, + 830, { "distinct_on": [ - 842, + 843, "[e_event_visibility_select_column!]" ], "limit": [ @@ -167981,16 +171199,16 @@ export default { 41 ], "order_by": [ - 840, + 841, "[e_event_visibility_order_by!]" ], "where": [ - 831 + 832 ] } ], "e_event_visibility_by_pk": [ - 828, + 829, { "value": [ 85, @@ -167999,10 +171217,10 @@ export default { } ], "e_friend_status": [ - 848, + 849, { "distinct_on": [ - 863, + 864, "[e_friend_status_select_column!]" ], "limit": [ @@ -168012,19 +171230,19 @@ export default { 41 ], "order_by": [ - 861, + 862, "[e_friend_status_order_by!]" ], "where": [ - 851 + 852 ] } ], "e_friend_status_aggregate": [ - 849, + 850, { "distinct_on": [ - 863, + 864, "[e_friend_status_select_column!]" ], "limit": [ @@ -168034,16 +171252,16 @@ export default { 41 ], "order_by": [ - 861, + 862, "[e_friend_status_order_by!]" ], "where": [ - 851 + 852 ] } ], "e_friend_status_by_pk": [ - 848, + 849, { "value": [ 85, @@ -168052,10 +171270,10 @@ export default { } ], "e_game_cfg_types": [ - 869, + 870, { "distinct_on": [ - 883, + 884, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -168065,19 +171283,19 @@ export default { 41 ], "order_by": [ - 881, + 882, "[e_game_cfg_types_order_by!]" ], "where": [ - 872 + 873 ] } ], "e_game_cfg_types_aggregate": [ - 870, + 871, { "distinct_on": [ - 883, + 884, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -168087,16 +171305,16 @@ export default { 41 ], "order_by": [ - 881, + 882, "[e_game_cfg_types_order_by!]" ], "where": [ - 872 + 873 ] } ], "e_game_cfg_types_by_pk": [ - 869, + 870, { "value": [ 85, @@ -168105,10 +171323,10 @@ export default { } ], "e_game_plugin_channels": [ - 889, + 890, { "distinct_on": [ - 903, + 904, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -168118,19 +171336,19 @@ export default { 41 ], "order_by": [ - 901, + 902, "[e_game_plugin_channels_order_by!]" ], "where": [ - 892 + 893 ] } ], "e_game_plugin_channels_aggregate": [ - 890, + 891, { "distinct_on": [ - 903, + 904, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -168140,16 +171358,16 @@ export default { 41 ], "order_by": [ - 901, + 902, "[e_game_plugin_channels_order_by!]" ], "where": [ - 892 + 893 ] } ], "e_game_plugin_channels_by_pk": [ - 889, + 890, { "value": [ 85, @@ -168158,10 +171376,10 @@ export default { } ], "e_game_plugin_install_statuses": [ - 909, + 910, { "distinct_on": [ - 923, + 924, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -168171,19 +171389,19 @@ export default { 41 ], "order_by": [ - 921, + 922, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 912 + 913 ] } ], "e_game_plugin_install_statuses_aggregate": [ - 910, + 911, { "distinct_on": [ - 923, + 924, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -168193,16 +171411,16 @@ export default { 41 ], "order_by": [ - 921, + 922, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 912 + 913 ] } ], "e_game_plugin_install_statuses_by_pk": [ - 909, + 910, { "value": [ 85, @@ -168211,10 +171429,10 @@ export default { } ], "e_game_plugin_kinds": [ - 929, + 930, { "distinct_on": [ - 943, + 944, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -168224,19 +171442,19 @@ export default { 41 ], "order_by": [ - 941, + 942, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 932 + 933 ] } ], "e_game_plugin_kinds_aggregate": [ - 930, + 931, { "distinct_on": [ - 943, + 944, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -168246,16 +171464,16 @@ export default { 41 ], "order_by": [ - 941, + 942, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 932 + 933 ] } ], "e_game_plugin_kinds_by_pk": [ - 929, + 930, { "value": [ 85, @@ -168264,10 +171482,10 @@ export default { } ], "e_game_server_node_statuses": [ - 949, + 950, { "distinct_on": [ - 964, + 965, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -168277,19 +171495,19 @@ export default { 41 ], "order_by": [ - 962, + 963, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 952 + 953 ] } ], "e_game_server_node_statuses_aggregate": [ - 950, + 951, { "distinct_on": [ - 964, + 965, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -168299,16 +171517,16 @@ export default { 41 ], "order_by": [ - 962, + 963, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 952 + 953 ] } ], "e_game_server_node_statuses_by_pk": [ - 949, + 950, { "value": [ 85, @@ -168317,10 +171535,10 @@ export default { } ], "e_league_movement_types": [ - 970, + 971, { "distinct_on": [ - 985, + 986, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -168330,19 +171548,19 @@ export default { 41 ], "order_by": [ - 983, + 984, "[e_league_movement_types_order_by!]" ], "where": [ - 973 + 974 ] } ], "e_league_movement_types_aggregate": [ - 971, + 972, { "distinct_on": [ - 985, + 986, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -168352,16 +171570,16 @@ export default { 41 ], "order_by": [ - 983, + 984, "[e_league_movement_types_order_by!]" ], "where": [ - 973 + 974 ] } ], "e_league_movement_types_by_pk": [ - 970, + 971, { "value": [ 85, @@ -168370,10 +171588,10 @@ export default { } ], "e_league_proposal_statuses": [ - 991, + 992, { "distinct_on": [ - 1006, + 1007, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -168383,19 +171601,19 @@ export default { 41 ], "order_by": [ - 1004, + 1005, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 994 + 995 ] } ], "e_league_proposal_statuses_aggregate": [ - 992, + 993, { "distinct_on": [ - 1006, + 1007, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -168405,16 +171623,16 @@ export default { 41 ], "order_by": [ - 1004, + 1005, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 994 + 995 ] } ], "e_league_proposal_statuses_by_pk": [ - 991, + 992, { "value": [ 85, @@ -168423,10 +171641,10 @@ export default { } ], "e_league_registration_statuses": [ - 1012, + 1013, { "distinct_on": [ - 1027, + 1028, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -168436,19 +171654,19 @@ export default { 41 ], "order_by": [ - 1025, + 1026, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1015 + 1016 ] } ], "e_league_registration_statuses_aggregate": [ - 1013, + 1014, { "distinct_on": [ - 1027, + 1028, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -168458,16 +171676,16 @@ export default { 41 ], "order_by": [ - 1025, + 1026, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1015 + 1016 ] } ], "e_league_registration_statuses_by_pk": [ - 1012, + 1013, { "value": [ 85, @@ -168476,10 +171694,10 @@ export default { } ], "e_league_season_statuses": [ - 1033, + 1034, { "distinct_on": [ - 1048, + 1049, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -168489,19 +171707,19 @@ export default { 41 ], "order_by": [ - 1046, + 1047, "[e_league_season_statuses_order_by!]" ], "where": [ - 1036 + 1037 ] } ], "e_league_season_statuses_aggregate": [ - 1034, + 1035, { "distinct_on": [ - 1048, + 1049, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -168511,16 +171729,16 @@ export default { 41 ], "order_by": [ - 1046, + 1047, "[e_league_season_statuses_order_by!]" ], "where": [ - 1036 + 1037 ] } ], "e_league_season_statuses_by_pk": [ - 1033, + 1034, { "value": [ 85, @@ -168529,10 +171747,10 @@ export default { } ], "e_lobby_access": [ - 1054, + 1055, { "distinct_on": [ - 1069, + 1070, "[e_lobby_access_select_column!]" ], "limit": [ @@ -168542,19 +171760,19 @@ export default { 41 ], "order_by": [ - 1067, + 1068, "[e_lobby_access_order_by!]" ], "where": [ - 1057 + 1058 ] } ], "e_lobby_access_aggregate": [ - 1055, + 1056, { "distinct_on": [ - 1069, + 1070, "[e_lobby_access_select_column!]" ], "limit": [ @@ -168564,16 +171782,16 @@ export default { 41 ], "order_by": [ - 1067, + 1068, "[e_lobby_access_order_by!]" ], "where": [ - 1057 + 1058 ] } ], "e_lobby_access_by_pk": [ - 1054, + 1055, { "value": [ 85, @@ -168582,10 +171800,10 @@ export default { } ], "e_lobby_player_status": [ - 1075, + 1076, { "distinct_on": [ - 1089, + 1090, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -168595,19 +171813,19 @@ export default { 41 ], "order_by": [ - 1087, + 1088, "[e_lobby_player_status_order_by!]" ], "where": [ - 1078 + 1079 ] } ], "e_lobby_player_status_aggregate": [ - 1076, + 1077, { "distinct_on": [ - 1089, + 1090, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -168617,16 +171835,16 @@ export default { 41 ], "order_by": [ - 1087, + 1088, "[e_lobby_player_status_order_by!]" ], "where": [ - 1078 + 1079 ] } ], "e_lobby_player_status_by_pk": [ - 1075, + 1076, { "value": [ 85, @@ -168635,10 +171853,10 @@ export default { } ], "e_map_pool_types": [ - 1095, + 1096, { "distinct_on": [ - 1110, + 1111, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -168648,19 +171866,19 @@ export default { 41 ], "order_by": [ - 1108, + 1109, "[e_map_pool_types_order_by!]" ], "where": [ - 1098 + 1099 ] } ], "e_map_pool_types_aggregate": [ - 1096, + 1097, { "distinct_on": [ - 1110, + 1111, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -168670,16 +171888,16 @@ export default { 41 ], "order_by": [ - 1108, + 1109, "[e_map_pool_types_order_by!]" ], "where": [ - 1098 + 1099 ] } ], "e_map_pool_types_by_pk": [ - 1095, + 1096, { "value": [ 85, @@ -168688,10 +171906,10 @@ export default { } ], "e_match_clip_visibility": [ - 1116, + 1117, { "distinct_on": [ - 1130, + 1131, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -168701,19 +171919,19 @@ export default { 41 ], "order_by": [ - 1128, + 1129, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1119 + 1120 ] } ], "e_match_clip_visibility_aggregate": [ - 1117, + 1118, { "distinct_on": [ - 1130, + 1131, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -168723,16 +171941,16 @@ export default { 41 ], "order_by": [ - 1128, + 1129, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1119 + 1120 ] } ], "e_match_clip_visibility_by_pk": [ - 1116, + 1117, { "value": [ 85, @@ -168741,10 +171959,10 @@ export default { } ], "e_match_map_status": [ - 1136, + 1137, { "distinct_on": [ - 1151, + 1152, "[e_match_map_status_select_column!]" ], "limit": [ @@ -168754,19 +171972,19 @@ export default { 41 ], "order_by": [ - 1149, + 1150, "[e_match_map_status_order_by!]" ], "where": [ - 1139 + 1140 ] } ], "e_match_map_status_aggregate": [ - 1137, + 1138, { "distinct_on": [ - 1151, + 1152, "[e_match_map_status_select_column!]" ], "limit": [ @@ -168776,16 +171994,16 @@ export default { 41 ], "order_by": [ - 1149, + 1150, "[e_match_map_status_order_by!]" ], "where": [ - 1139 + 1140 ] } ], "e_match_map_status_by_pk": [ - 1136, + 1137, { "value": [ 85, @@ -168794,10 +172012,10 @@ export default { } ], "e_match_mode": [ - 1157, + 1158, { "distinct_on": [ - 1171, + 1172, "[e_match_mode_select_column!]" ], "limit": [ @@ -168807,19 +172025,19 @@ export default { 41 ], "order_by": [ - 1169, + 1170, "[e_match_mode_order_by!]" ], "where": [ - 1160 + 1161 ] } ], "e_match_mode_aggregate": [ - 1158, + 1159, { "distinct_on": [ - 1171, + 1172, "[e_match_mode_select_column!]" ], "limit": [ @@ -168829,16 +172047,16 @@ export default { 41 ], "order_by": [ - 1169, + 1170, "[e_match_mode_order_by!]" ], "where": [ - 1160 + 1161 ] } ], "e_match_mode_by_pk": [ - 1157, + 1158, { "value": [ 85, @@ -168847,10 +172065,10 @@ export default { } ], "e_match_party_sources": [ - 1177, + 1178, { "distinct_on": [ - 1191, + 1192, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -168860,19 +172078,19 @@ export default { 41 ], "order_by": [ - 1189, + 1190, "[e_match_party_sources_order_by!]" ], "where": [ - 1180 + 1181 ] } ], "e_match_party_sources_aggregate": [ - 1178, + 1179, { "distinct_on": [ - 1191, + 1192, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -168882,16 +172100,16 @@ export default { 41 ], "order_by": [ - 1189, + 1190, "[e_match_party_sources_order_by!]" ], "where": [ - 1180 + 1181 ] } ], "e_match_party_sources_by_pk": [ - 1177, + 1178, { "value": [ 85, @@ -168900,10 +172118,10 @@ export default { } ], "e_match_status": [ - 1197, + 1198, { "distinct_on": [ - 1212, + 1213, "[e_match_status_select_column!]" ], "limit": [ @@ -168913,19 +172131,19 @@ export default { 41 ], "order_by": [ - 1210, + 1211, "[e_match_status_order_by!]" ], "where": [ - 1200 + 1201 ] } ], "e_match_status_aggregate": [ - 1198, + 1199, { "distinct_on": [ - 1212, + 1213, "[e_match_status_select_column!]" ], "limit": [ @@ -168935,16 +172153,16 @@ export default { 41 ], "order_by": [ - 1210, + 1211, "[e_match_status_order_by!]" ], "where": [ - 1200 + 1201 ] } ], "e_match_status_by_pk": [ - 1197, + 1198, { "value": [ 85, @@ -168953,10 +172171,10 @@ export default { } ], "e_match_types": [ - 1218, + 1219, { "distinct_on": [ - 1233, + 1234, "[e_match_types_select_column!]" ], "limit": [ @@ -168966,19 +172184,19 @@ export default { 41 ], "order_by": [ - 1231, + 1232, "[e_match_types_order_by!]" ], "where": [ - 1221 + 1222 ] } ], "e_match_types_aggregate": [ - 1219, + 1220, { "distinct_on": [ - 1233, + 1234, "[e_match_types_select_column!]" ], "limit": [ @@ -168988,16 +172206,16 @@ export default { 41 ], "order_by": [ - 1231, + 1232, "[e_match_types_order_by!]" ], "where": [ - 1221 + 1222 ] } ], "e_match_types_by_pk": [ - 1218, + 1219, { "value": [ 85, @@ -169006,10 +172224,10 @@ export default { } ], "e_notification_types": [ - 1239, + 1240, { "distinct_on": [ - 1253, + 1254, "[e_notification_types_select_column!]" ], "limit": [ @@ -169019,19 +172237,19 @@ export default { 41 ], "order_by": [ - 1251, + 1252, "[e_notification_types_order_by!]" ], "where": [ - 1242 + 1243 ] } ], "e_notification_types_aggregate": [ - 1240, + 1241, { "distinct_on": [ - 1253, + 1254, "[e_notification_types_select_column!]" ], "limit": [ @@ -169041,16 +172259,16 @@ export default { 41 ], "order_by": [ - 1251, + 1252, "[e_notification_types_order_by!]" ], "where": [ - 1242 + 1243 ] } ], "e_notification_types_by_pk": [ - 1239, + 1240, { "value": [ 85, @@ -169059,10 +172277,10 @@ export default { } ], "e_objective_types": [ - 1259, + 1260, { "distinct_on": [ - 1273, + 1274, "[e_objective_types_select_column!]" ], "limit": [ @@ -169072,19 +172290,19 @@ export default { 41 ], "order_by": [ - 1271, + 1272, "[e_objective_types_order_by!]" ], "where": [ - 1262 + 1263 ] } ], "e_objective_types_aggregate": [ - 1260, + 1261, { "distinct_on": [ - 1273, + 1274, "[e_objective_types_select_column!]" ], "limit": [ @@ -169094,16 +172312,16 @@ export default { 41 ], "order_by": [ - 1271, + 1272, "[e_objective_types_order_by!]" ], "where": [ - 1262 + 1263 ] } ], "e_objective_types_by_pk": [ - 1259, + 1260, { "value": [ 85, @@ -169112,10 +172330,10 @@ export default { } ], "e_player_roles": [ - 1279, + 1280, { "distinct_on": [ - 1293, + 1294, "[e_player_roles_select_column!]" ], "limit": [ @@ -169125,19 +172343,19 @@ export default { 41 ], "order_by": [ - 1291, + 1292, "[e_player_roles_order_by!]" ], "where": [ - 1282 + 1283 ] } ], "e_player_roles_aggregate": [ - 1280, + 1281, { "distinct_on": [ - 1293, + 1294, "[e_player_roles_select_column!]" ], "limit": [ @@ -169147,16 +172365,16 @@ export default { 41 ], "order_by": [ - 1291, + 1292, "[e_player_roles_order_by!]" ], "where": [ - 1282 + 1283 ] } ], "e_player_roles_by_pk": [ - 1279, + 1280, { "value": [ 85, @@ -169165,10 +172383,10 @@ export default { } ], "e_plugin_runtimes": [ - 1299, + 1300, { "distinct_on": [ - 1313, + 1314, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -169178,19 +172396,19 @@ export default { 41 ], "order_by": [ - 1311, + 1312, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1302 + 1303 ] } ], "e_plugin_runtimes_aggregate": [ - 1300, + 1301, { "distinct_on": [ - 1313, + 1314, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -169200,16 +172418,16 @@ export default { 41 ], "order_by": [ - 1311, + 1312, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1302 + 1303 ] } ], "e_plugin_runtimes_by_pk": [ - 1299, + 1300, { "value": [ 85, @@ -169218,10 +172436,10 @@ export default { } ], "e_ready_settings": [ - 1319, + 1320, { "distinct_on": [ - 1333, + 1334, "[e_ready_settings_select_column!]" ], "limit": [ @@ -169231,19 +172449,19 @@ export default { 41 ], "order_by": [ - 1331, + 1332, "[e_ready_settings_order_by!]" ], "where": [ - 1322 + 1323 ] } ], "e_ready_settings_aggregate": [ - 1320, + 1321, { "distinct_on": [ - 1333, + 1334, "[e_ready_settings_select_column!]" ], "limit": [ @@ -169253,16 +172471,16 @@ export default { 41 ], "order_by": [ - 1331, + 1332, "[e_ready_settings_order_by!]" ], "where": [ - 1322 + 1323 ] } ], "e_ready_settings_by_pk": [ - 1319, + 1320, { "value": [ 85, @@ -169271,10 +172489,10 @@ export default { } ], "e_sanction_types": [ - 1339, + 1340, { "distinct_on": [ - 1354, + 1355, "[e_sanction_types_select_column!]" ], "limit": [ @@ -169284,19 +172502,19 @@ export default { 41 ], "order_by": [ - 1352, + 1353, "[e_sanction_types_order_by!]" ], "where": [ - 1342 + 1343 ] } ], "e_sanction_types_aggregate": [ - 1340, + 1341, { "distinct_on": [ - 1354, + 1355, "[e_sanction_types_select_column!]" ], "limit": [ @@ -169306,16 +172524,16 @@ export default { 41 ], "order_by": [ - 1352, + 1353, "[e_sanction_types_order_by!]" ], "where": [ - 1342 + 1343 ] } ], "e_sanction_types_by_pk": [ - 1339, + 1340, { "value": [ 85, @@ -169324,10 +172542,10 @@ export default { } ], "e_scrim_request_statuses": [ - 1360, + 1361, { "distinct_on": [ - 1374, + 1375, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -169337,19 +172555,19 @@ export default { 41 ], "order_by": [ - 1372, + 1373, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_scrim_request_statuses_aggregate": [ - 1361, + 1362, { "distinct_on": [ - 1374, + 1375, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -169359,16 +172577,16 @@ export default { 41 ], "order_by": [ - 1372, + 1373, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_scrim_request_statuses_by_pk": [ - 1360, + 1361, { "value": [ 85, @@ -169377,10 +172595,10 @@ export default { } ], "e_server_types": [ - 1380, + 1381, { "distinct_on": [ - 1394, + 1395, "[e_server_types_select_column!]" ], "limit": [ @@ -169390,19 +172608,19 @@ export default { 41 ], "order_by": [ - 1392, + 1393, "[e_server_types_order_by!]" ], "where": [ - 1383 + 1384 ] } ], "e_server_types_aggregate": [ - 1381, + 1382, { "distinct_on": [ - 1394, + 1395, "[e_server_types_select_column!]" ], "limit": [ @@ -169412,16 +172630,16 @@ export default { 41 ], "order_by": [ - 1392, + 1393, "[e_server_types_order_by!]" ], "where": [ - 1383 + 1384 ] } ], "e_server_types_by_pk": [ - 1380, + 1381, { "value": [ 85, @@ -169430,10 +172648,10 @@ export default { } ], "e_sides": [ - 1400, + 1401, { "distinct_on": [ - 1414, + 1415, "[e_sides_select_column!]" ], "limit": [ @@ -169443,19 +172661,19 @@ export default { 41 ], "order_by": [ - 1412, + 1413, "[e_sides_order_by!]" ], "where": [ - 1403 + 1404 ] } ], "e_sides_aggregate": [ - 1401, + 1402, { "distinct_on": [ - 1414, + 1415, "[e_sides_select_column!]" ], "limit": [ @@ -169465,16 +172683,16 @@ export default { 41 ], "order_by": [ - 1412, + 1413, "[e_sides_order_by!]" ], "where": [ - 1403 + 1404 ] } ], "e_sides_by_pk": [ - 1400, + 1401, { "value": [ 85, @@ -169483,10 +172701,10 @@ export default { } ], "e_system_alert_types": [ - 1420, + 1421, { "distinct_on": [ - 1434, + 1435, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -169496,19 +172714,19 @@ export default { 41 ], "order_by": [ - 1432, + 1433, "[e_system_alert_types_order_by!]" ], "where": [ - 1423 + 1424 ] } ], "e_system_alert_types_aggregate": [ - 1421, + 1422, { "distinct_on": [ - 1434, + 1435, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -169518,16 +172736,16 @@ export default { 41 ], "order_by": [ - 1432, + 1433, "[e_system_alert_types_order_by!]" ], "where": [ - 1423 + 1424 ] } ], "e_system_alert_types_by_pk": [ - 1420, + 1421, { "value": [ 85, @@ -169536,10 +172754,10 @@ export default { } ], "e_team_roles": [ - 1440, + 1441, { "distinct_on": [ - 1455, + 1456, "[e_team_roles_select_column!]" ], "limit": [ @@ -169549,19 +172767,19 @@ export default { 41 ], "order_by": [ - 1453, + 1454, "[e_team_roles_order_by!]" ], "where": [ - 1443 + 1444 ] } ], "e_team_roles_aggregate": [ - 1441, + 1442, { "distinct_on": [ - 1455, + 1456, "[e_team_roles_select_column!]" ], "limit": [ @@ -169571,16 +172789,16 @@ export default { 41 ], "order_by": [ - 1453, + 1454, "[e_team_roles_order_by!]" ], "where": [ - 1443 + 1444 ] } ], "e_team_roles_by_pk": [ - 1440, + 1441, { "value": [ 85, @@ -169589,10 +172807,10 @@ export default { } ], "e_team_roster_statuses": [ - 1461, + 1462, { "distinct_on": [ - 1475, + 1476, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -169602,19 +172820,19 @@ export default { 41 ], "order_by": [ - 1473, + 1474, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1464 + 1465 ] } ], "e_team_roster_statuses_aggregate": [ - 1462, + 1463, { "distinct_on": [ - 1475, + 1476, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -169624,16 +172842,16 @@ export default { 41 ], "order_by": [ - 1473, + 1474, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1464 + 1465 ] } ], "e_team_roster_statuses_by_pk": [ - 1461, + 1462, { "value": [ 85, @@ -169642,10 +172860,10 @@ export default { } ], "e_timeout_settings": [ - 1481, + 1482, { "distinct_on": [ - 1495, + 1496, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -169655,19 +172873,19 @@ export default { 41 ], "order_by": [ - 1493, + 1494, "[e_timeout_settings_order_by!]" ], "where": [ - 1484 + 1485 ] } ], "e_timeout_settings_aggregate": [ - 1482, + 1483, { "distinct_on": [ - 1495, + 1496, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -169677,16 +172895,16 @@ export default { 41 ], "order_by": [ - 1493, + 1494, "[e_timeout_settings_order_by!]" ], "where": [ - 1484 + 1485 ] } ], "e_timeout_settings_by_pk": [ - 1481, + 1482, { "value": [ 85, @@ -169695,10 +172913,10 @@ export default { } ], "e_tournament_categories": [ - 1501, + 1502, { "distinct_on": [ - 1516, + 1517, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -169708,19 +172926,19 @@ export default { 41 ], "order_by": [ - 1514, + 1515, "[e_tournament_categories_order_by!]" ], "where": [ - 1504 + 1505 ] } ], "e_tournament_categories_aggregate": [ - 1502, + 1503, { "distinct_on": [ - 1516, + 1517, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -169730,16 +172948,122 @@ export default { 41 ], "order_by": [ - 1514, + 1515, "[e_tournament_categories_order_by!]" ], "where": [ - 1504 + 1505 ] } ], "e_tournament_categories_by_pk": [ - 1501, + 1502, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_tournament_free_agent_statuses": [ + 1523, + { + "distinct_on": [ + 1538, + "[e_tournament_free_agent_statuses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1536, + "[e_tournament_free_agent_statuses_order_by!]" + ], + "where": [ + 1526 + ] + } + ], + "e_tournament_free_agent_statuses_aggregate": [ + 1524, + { + "distinct_on": [ + 1538, + "[e_tournament_free_agent_statuses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1536, + "[e_tournament_free_agent_statuses_order_by!]" + ], + "where": [ + 1526 + ] + } + ], + "e_tournament_free_agent_statuses_by_pk": [ + 1523, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_tournament_registration_types": [ + 1544, + { + "distinct_on": [ + 1558, + "[e_tournament_registration_types_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1556, + "[e_tournament_registration_types_order_by!]" + ], + "where": [ + 1547 + ] + } + ], + "e_tournament_registration_types_aggregate": [ + 1545, + { + "distinct_on": [ + 1558, + "[e_tournament_registration_types_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1556, + "[e_tournament_registration_types_order_by!]" + ], + "where": [ + 1547 + ] + } + ], + "e_tournament_registration_types_by_pk": [ + 1544, { "value": [ 85, @@ -169748,10 +173072,10 @@ export default { } ], "e_tournament_stage_types": [ - 1522, + 1564, { "distinct_on": [ - 1537, + 1579, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -169761,19 +173085,19 @@ export default { 41 ], "order_by": [ - 1535, + 1577, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1525 + 1567 ] } ], "e_tournament_stage_types_aggregate": [ - 1523, + 1565, { "distinct_on": [ - 1537, + 1579, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -169783,16 +173107,16 @@ export default { 41 ], "order_by": [ - 1535, + 1577, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1525 + 1567 ] } ], "e_tournament_stage_types_by_pk": [ - 1522, + 1564, { "value": [ 85, @@ -169801,10 +173125,10 @@ export default { } ], "e_tournament_status": [ - 1543, + 1585, { "distinct_on": [ - 1558, + 1600, "[e_tournament_status_select_column!]" ], "limit": [ @@ -169814,19 +173138,19 @@ export default { 41 ], "order_by": [ - 1556, + 1598, "[e_tournament_status_order_by!]" ], "where": [ - 1546 + 1588 ] } ], "e_tournament_status_aggregate": [ - 1544, + 1586, { "distinct_on": [ - 1558, + 1600, "[e_tournament_status_select_column!]" ], "limit": [ @@ -169836,16 +173160,16 @@ export default { 41 ], "order_by": [ - 1556, + 1598, "[e_tournament_status_order_by!]" ], "where": [ - 1546 + 1588 ] } ], "e_tournament_status_by_pk": [ - 1543, + 1585, { "value": [ 85, @@ -169854,10 +173178,10 @@ export default { } ], "e_utility_practice_access": [ - 1564, + 1606, { "distinct_on": [ - 1578, + 1620, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -169867,19 +173191,19 @@ export default { 41 ], "order_by": [ - 1576, + 1618, "[e_utility_practice_access_order_by!]" ], "where": [ - 1567 + 1609 ] } ], "e_utility_practice_access_aggregate": [ - 1565, + 1607, { "distinct_on": [ - 1578, + 1620, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -169889,16 +173213,16 @@ export default { 41 ], "order_by": [ - 1576, + 1618, "[e_utility_practice_access_order_by!]" ], "where": [ - 1567 + 1609 ] } ], "e_utility_practice_access_by_pk": [ - 1564, + 1606, { "value": [ 85, @@ -169907,10 +173231,10 @@ export default { } ], "e_utility_practice_statuses": [ - 1584, + 1626, { "distinct_on": [ - 1599, + 1641, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -169920,19 +173244,19 @@ export default { 41 ], "order_by": [ - 1597, + 1639, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1587 + 1629 ] } ], "e_utility_practice_statuses_aggregate": [ - 1585, + 1627, { "distinct_on": [ - 1599, + 1641, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -169942,16 +173266,16 @@ export default { 41 ], "order_by": [ - 1597, + 1639, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1587 + 1629 ] } ], "e_utility_practice_statuses_by_pk": [ - 1584, + 1626, { "value": [ 85, @@ -169960,10 +173284,10 @@ export default { } ], "e_utility_sources": [ - 1605, + 1647, { "distinct_on": [ - 1619, + 1661, "[e_utility_sources_select_column!]" ], "limit": [ @@ -169973,19 +173297,19 @@ export default { 41 ], "order_by": [ - 1617, + 1659, "[e_utility_sources_order_by!]" ], "where": [ - 1608 + 1650 ] } ], "e_utility_sources_aggregate": [ - 1606, + 1648, { "distinct_on": [ - 1619, + 1661, "[e_utility_sources_select_column!]" ], "limit": [ @@ -169995,16 +173319,16 @@ export default { 41 ], "order_by": [ - 1617, + 1659, "[e_utility_sources_order_by!]" ], "where": [ - 1608 + 1650 ] } ], "e_utility_sources_by_pk": [ - 1605, + 1647, { "value": [ 85, @@ -170013,10 +173337,10 @@ export default { } ], "e_utility_techniques": [ - 1625, + 1667, { "distinct_on": [ - 1639, + 1681, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -170026,19 +173350,19 @@ export default { 41 ], "order_by": [ - 1637, + 1679, "[e_utility_techniques_order_by!]" ], "where": [ - 1628 + 1670 ] } ], "e_utility_techniques_aggregate": [ - 1626, + 1668, { "distinct_on": [ - 1639, + 1681, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -170048,16 +173372,16 @@ export default { 41 ], "order_by": [ - 1637, + 1679, "[e_utility_techniques_order_by!]" ], "where": [ - 1628 + 1670 ] } ], "e_utility_techniques_by_pk": [ - 1625, + 1667, { "value": [ 85, @@ -170066,10 +173390,10 @@ export default { } ], "e_utility_throw_strengths": [ - 1645, + 1687, { "distinct_on": [ - 1659, + 1701, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -170079,19 +173403,19 @@ export default { 41 ], "order_by": [ - 1657, + 1699, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1648 + 1690 ] } ], "e_utility_throw_strengths_aggregate": [ - 1646, + 1688, { "distinct_on": [ - 1659, + 1701, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -170101,16 +173425,16 @@ export default { 41 ], "order_by": [ - 1657, + 1699, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1648 + 1690 ] } ], "e_utility_throw_strengths_by_pk": [ - 1645, + 1687, { "value": [ 85, @@ -170119,10 +173443,10 @@ export default { } ], "e_utility_types": [ - 1665, + 1707, { "distinct_on": [ - 1679, + 1721, "[e_utility_types_select_column!]" ], "limit": [ @@ -170132,19 +173456,19 @@ export default { 41 ], "order_by": [ - 1677, + 1719, "[e_utility_types_order_by!]" ], "where": [ - 1668 + 1710 ] } ], "e_utility_types_aggregate": [ - 1666, + 1708, { "distinct_on": [ - 1679, + 1721, "[e_utility_types_select_column!]" ], "limit": [ @@ -170154,16 +173478,16 @@ export default { 41 ], "order_by": [ - 1677, + 1719, "[e_utility_types_order_by!]" ], "where": [ - 1668 + 1710 ] } ], "e_utility_types_by_pk": [ - 1665, + 1707, { "value": [ 85, @@ -170172,10 +173496,10 @@ export default { } ], "e_utility_visibility": [ - 1685, + 1727, { "distinct_on": [ - 1699, + 1741, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -170185,19 +173509,19 @@ export default { 41 ], "order_by": [ - 1697, + 1739, "[e_utility_visibility_order_by!]" ], "where": [ - 1688 + 1730 ] } ], "e_utility_visibility_aggregate": [ - 1686, + 1728, { "distinct_on": [ - 1699, + 1741, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -170207,16 +173531,16 @@ export default { 41 ], "order_by": [ - 1697, + 1739, "[e_utility_visibility_order_by!]" ], "where": [ - 1688 + 1730 ] } ], "e_utility_visibility_by_pk": [ - 1685, + 1727, { "value": [ 85, @@ -170225,10 +173549,10 @@ export default { } ], "e_veto_pick_types": [ - 1705, + 1747, { "distinct_on": [ - 1719, + 1761, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -170238,19 +173562,19 @@ export default { 41 ], "order_by": [ - 1717, + 1759, "[e_veto_pick_types_order_by!]" ], "where": [ - 1708 + 1750 ] } ], "e_veto_pick_types_aggregate": [ - 1706, + 1748, { "distinct_on": [ - 1719, + 1761, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -170260,16 +173584,16 @@ export default { 41 ], "order_by": [ - 1717, + 1759, "[e_veto_pick_types_order_by!]" ], "where": [ - 1708 + 1750 ] } ], "e_veto_pick_types_by_pk": [ - 1705, + 1747, { "value": [ 85, @@ -170278,10 +173602,10 @@ export default { } ], "e_winning_reasons": [ - 1725, + 1767, { "distinct_on": [ - 1739, + 1781, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -170291,19 +173615,19 @@ export default { 41 ], "order_by": [ - 1737, + 1779, "[e_winning_reasons_order_by!]" ], "where": [ - 1728 + 1770 ] } ], "e_winning_reasons_aggregate": [ - 1726, + 1768, { "distinct_on": [ - 1739, + 1781, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -170313,16 +173637,16 @@ export default { 41 ], "order_by": [ - 1737, + 1779, "[e_winning_reasons_order_by!]" ], "where": [ - 1728 + 1770 ] } ], "e_winning_reasons_by_pk": [ - 1725, + 1767, { "value": [ 85, @@ -170331,10 +173655,10 @@ export default { } ], "event_match_links": [ - 1745, + 1787, { "distinct_on": [ - 1757, + 1799, "[event_match_links_select_column!]" ], "limit": [ @@ -170344,19 +173668,19 @@ export default { 41 ], "order_by": [ - 1755, + 1797, "[event_match_links_order_by!]" ], "where": [ - 1748 + 1790 ] } ], "event_match_links_aggregate": [ - 1746, + 1788, { "distinct_on": [ - 1757, + 1799, "[event_match_links_select_column!]" ], "limit": [ @@ -170366,32 +173690,32 @@ export default { 41 ], "order_by": [ - 1755, + 1797, "[event_match_links_order_by!]" ], "where": [ - 1748 + 1790 ] } ], "event_match_links_by_pk": [ - 1745, + 1787, { "event_id": [ - 6365, + 6503, "uuid!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } ], "event_media": [ - 1763, + 1805, { "distinct_on": [ - 1826, + 1868, "[event_media_select_column!]" ], "limit": [ @@ -170401,19 +173725,19 @@ export default { 41 ], "order_by": [ - 1783, + 1825, "[event_media_order_by!]" ], "where": [ - 1772 + 1814 ] } ], "event_media_aggregate": [ - 1764, + 1806, { "distinct_on": [ - 1826, + 1868, "[event_media_select_column!]" ], "limit": [ @@ -170423,28 +173747,28 @@ export default { 41 ], "order_by": [ - 1783, + 1825, "[event_media_order_by!]" ], "where": [ - 1772 + 1814 ] } ], "event_media_by_pk": [ - 1763, + 1805, { "id": [ - 6365, + 6503, "uuid!" ] } ], "event_media_players": [ - 1785, + 1827, { "distinct_on": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "limit": [ @@ -170454,19 +173778,19 @@ export default { 41 ], "order_by": [ - 1804, + 1846, "[event_media_players_order_by!]" ], "where": [ - 1794 + 1836 ] } ], "event_media_players_aggregate": [ - 1786, + 1828, { "distinct_on": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "limit": [ @@ -170476,32 +173800,32 @@ export default { 41 ], "order_by": [ - 1804, + 1846, "[event_media_players_order_by!]" ], "where": [ - 1794 + 1836 ] } ], "event_media_players_by_pk": [ - 1785, + 1827, { "media_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "event_organizers": [ - 1846, + 1888, { "distinct_on": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "limit": [ @@ -170511,19 +173835,19 @@ export default { 41 ], "order_by": [ - 1865, + 1907, "[event_organizers_order_by!]" ], "where": [ - 1855 + 1897 ] } ], "event_organizers_aggregate": [ - 1847, + 1889, { "distinct_on": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "limit": [ @@ -170533,32 +173857,32 @@ export default { 41 ], "order_by": [ - 1865, + 1907, "[event_organizers_order_by!]" ], "where": [ - 1855 + 1897 ] } ], "event_organizers_by_pk": [ - 1846, + 1888, { "event_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "event_players": [ - 1887, + 1929, { "distinct_on": [ - 1908, + 1950, "[event_players_select_column!]" ], "limit": [ @@ -170568,19 +173892,19 @@ export default { 41 ], "order_by": [ - 1906, + 1948, "[event_players_order_by!]" ], "where": [ - 1896 + 1938 ] } ], "event_players_aggregate": [ - 1888, + 1930, { "distinct_on": [ - 1908, + 1950, "[event_players_select_column!]" ], "limit": [ @@ -170590,32 +173914,32 @@ export default { 41 ], "order_by": [ - 1906, + 1948, "[event_players_order_by!]" ], "where": [ - 1896 + 1938 ] } ], "event_players_by_pk": [ - 1887, + 1929, { "event_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "event_teams": [ - 1928, + 1970, { "distinct_on": [ - 1946, + 1988, "[event_teams_select_column!]" ], "limit": [ @@ -170625,19 +173949,19 @@ export default { 41 ], "order_by": [ - 1944, + 1986, "[event_teams_order_by!]" ], "where": [ - 1935 + 1977 ] } ], "event_teams_aggregate": [ - 1929, + 1971, { "distinct_on": [ - 1946, + 1988, "[event_teams_select_column!]" ], "limit": [ @@ -170647,32 +173971,32 @@ export default { 41 ], "order_by": [ - 1944, + 1986, "[event_teams_order_by!]" ], "where": [ - 1935 + 1977 ] } ], "event_teams_by_pk": [ - 1928, + 1970, { "event_id": [ - 6365, + 6503, "uuid!" ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "event_tournaments": [ - 1952, + 1994, { "distinct_on": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "limit": [ @@ -170682,19 +174006,19 @@ export default { 41 ], "order_by": [ - 1968, + 2010, "[event_tournaments_order_by!]" ], "where": [ - 1959 + 2001 ] } ], "event_tournaments_aggregate": [ - 1953, + 1995, { "distinct_on": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "limit": [ @@ -170704,32 +174028,32 @@ export default { 41 ], "order_by": [ - 1968, + 2010, "[event_tournaments_order_by!]" ], "where": [ - 1959 + 2001 ] } ], "event_tournaments_by_pk": [ - 1952, + 1994, { "event_id": [ - 6365, + 6503, "uuid!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "events": [ - 1976, + 2018, { "distinct_on": [ - 1991, + 2033, "[events_select_column!]" ], "limit": [ @@ -170739,19 +174063,19 @@ export default { 41 ], "order_by": [ - 1989, + 2031, "[events_order_by!]" ], "where": [ - 1980 + 2022 ] } ], "events_aggregate": [ - 1977, + 2019, { "distinct_on": [ - 1991, + 2033, "[events_select_column!]" ], "limit": [ @@ -170761,25 +174085,25 @@ export default { 41 ], "order_by": [ - 1989, + 2031, "[events_order_by!]" ], "where": [ - 1980 + 2022 ] } ], "events_by_pk": [ - 1976, + 2018, { "id": [ - 6365, + 6503, "uuid!" ] } ], "findUtilityLineupsBlocking": [ - 113, + 114, { "from_x": [ 32, @@ -170818,10 +174142,10 @@ export default { } ], "friends": [ - 2006, + 2048, { "distinct_on": [ - 2020, + 2062, "[friends_select_column!]" ], "limit": [ @@ -170831,19 +174155,19 @@ export default { 41 ], "order_by": [ - 2018, + 2060, "[friends_order_by!]" ], "where": [ - 2010 + 2052 ] } ], "friends_aggregate": [ - 2007, + 2049, { "distinct_on": [ - 2020, + 2062, "[friends_select_column!]" ], "limit": [ @@ -170853,32 +174177,32 @@ export default { 41 ], "order_by": [ - 2018, + 2060, "[friends_order_by!]" ], "where": [ - 2010 + 2052 ] } ], "friends_by_pk": [ - 2006, + 2048, { "other_player_steam_id": [ - 310, + 311, "bigint!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "game_mode_plugins": [ - 2033, + 2075, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -170888,19 +174212,19 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "game_mode_plugins_aggregate": [ - 2034, + 2076, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -170910,19 +174234,19 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "game_mode_plugins_by_pk": [ - 2033, + 2075, { "game_mode_id": [ - 6365, + 6503, "uuid!" ], "plugin_slug": [ @@ -170932,10 +174256,10 @@ export default { } ], "game_modes": [ - 2083, + 2125, { "distinct_on": [ - 2096, + 2138, "[game_modes_select_column!]" ], "limit": [ @@ -170945,19 +174269,19 @@ export default { 41 ], "order_by": [ - 2094, + 2136, "[game_modes_order_by!]" ], "where": [ - 2086 + 2128 ] } ], "game_modes_aggregate": [ - 2084, + 2126, { "distinct_on": [ - 2096, + 2138, "[game_modes_select_column!]" ], "limit": [ @@ -170967,28 +174291,28 @@ export default { 41 ], "order_by": [ - 2094, + 2136, "[game_modes_order_by!]" ], "where": [ - 2086 + 2128 ] } ], "game_modes_by_pk": [ - 2083, + 2125, { "id": [ - 6365, + 6503, "uuid!" ] } ], "game_plugin_installs": [ - 2102, + 2144, { "distinct_on": [ - 2114, + 2156, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -170998,19 +174322,19 @@ export default { 41 ], "order_by": [ - 2112, + 2154, "[game_plugin_installs_order_by!]" ], "where": [ - 2105 + 2147 ] } ], "game_plugin_installs_aggregate": [ - 2103, + 2145, { "distinct_on": [ - 2114, + 2156, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -171020,16 +174344,16 @@ export default { 41 ], "order_by": [ - 2112, + 2154, "[game_plugin_installs_order_by!]" ], "where": [ - 2105 + 2147 ] } ], "game_plugin_installs_by_pk": [ - 2102, + 2144, { "plugin_slug": [ 85, @@ -171038,10 +174362,10 @@ export default { } ], "game_plugin_versions": [ - 2120, + 2162, { "distinct_on": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -171051,19 +174375,19 @@ export default { 41 ], "order_by": [ - 2141, + 2183, "[game_plugin_versions_order_by!]" ], "where": [ - 2131 + 2173 ] } ], "game_plugin_versions_aggregate": [ - 2121, + 2163, { "distinct_on": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -171073,23 +174397,23 @@ export default { 41 ], "order_by": [ - 2141, + 2183, "[game_plugin_versions_order_by!]" ], "where": [ - 2131 + 2173 ] } ], "game_plugin_versions_by_pk": [ - 2120, + 2162, { "plugin_slug": [ 85, "String!" ], "runtime": [ - 1304, + 1305, "e_plugin_runtimes_enum!" ], "version": [ @@ -171099,10 +174423,10 @@ export default { } ], "game_plugins": [ - 2165, + 2207, { "distinct_on": [ - 2184, + 2226, "[game_plugins_select_column!]" ], "limit": [ @@ -171112,19 +174436,19 @@ export default { 41 ], "order_by": [ - 2181, + 2223, "[game_plugins_order_by!]" ], "where": [ - 2170 + 2212 ] } ], "game_plugins_aggregate": [ - 2166, + 2208, { "distinct_on": [ - 2184, + 2226, "[game_plugins_select_column!]" ], "limit": [ @@ -171134,16 +174458,16 @@ export default { 41 ], "order_by": [ - 2181, + 2223, "[game_plugins_order_by!]" ], "where": [ - 2170 + 2212 ] } ], "game_plugins_by_pk": [ - 2165, + 2207, { "slug": [ 85, @@ -171152,10 +174476,10 @@ export default { } ], "game_server_node_plugins": [ - 2197, + 2239, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -171165,19 +174489,19 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "game_server_node_plugins_aggregate": [ - 2198, + 2240, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -171187,28 +174511,28 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "game_server_node_plugins_by_pk": [ - 2197, + 2239, { "id": [ - 6365, + 6503, "uuid!" ] } ], "game_server_nodes": [ - 2225, + 2267, { "distinct_on": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "limit": [ @@ -171218,19 +174542,19 @@ export default { 41 ], "order_by": [ - 2251, + 2293, "[game_server_nodes_order_by!]" ], "where": [ - 2237 + 2279 ] } ], "game_server_nodes_aggregate": [ - 2226, + 2268, { "distinct_on": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "limit": [ @@ -171240,16 +174564,16 @@ export default { 41 ], "order_by": [ - 2251, + 2293, "[game_server_nodes_order_by!]" ], "where": [ - 2237 + 2279 ] } ], "game_server_nodes_by_pk": [ - 2225, + 2267, { "id": [ 85, @@ -171258,10 +174582,10 @@ export default { } ], "game_versions": [ - 2276, + 2318, { "distinct_on": [ - 2296, + 2338, "[game_versions_select_column!]" ], "limit": [ @@ -171271,19 +174595,19 @@ export default { 41 ], "order_by": [ - 2293, + 2335, "[game_versions_order_by!]" ], "where": [ - 2281 + 2323 ] } ], "game_versions_aggregate": [ - 2277, + 2319, { "distinct_on": [ - 2296, + 2338, "[game_versions_select_column!]" ], "limit": [ @@ -171293,16 +174617,16 @@ export default { 41 ], "order_by": [ - 2293, + 2335, "[game_versions_order_by!]" ], "where": [ - 2281 + 2323 ] } ], "game_versions_by_pk": [ - 2276, + 2318, { "build_id": [ 41, @@ -171311,10 +174635,10 @@ export default { } ], "gamedata_signature_validations": [ - 2309, + 2351, { "distinct_on": [ - 2328, + 2370, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -171324,19 +174648,19 @@ export default { 41 ], "order_by": [ - 2325, + 2367, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2314 + 2356 ] } ], "gamedata_signature_validations_aggregate": [ - 2310, + 2352, { "distinct_on": [ - 2328, + 2370, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -171346,19 +174670,19 @@ export default { 41 ], "order_by": [ - 2325, + 2367, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2314 + 2356 ] } ], "gamedata_signature_validations_by_pk": [ - 2309, + 2351, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -171394,7 +174718,7 @@ export default { 37, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "target_steam_id": [ @@ -171479,14 +174803,14 @@ export default { 110 ], "get_event_leaderboard": [ - 2352, + 2395, { "args": [ - 2341, + 2383, "get_event_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171496,23 +174820,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_event_leaderboard_aggregate": [ - 2353, + 2396, { "args": [ - 2341, + 2383, "get_event_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171522,23 +174846,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_leaderboard": [ - 2352, + 2395, { "args": [ - 2342, + 2384, "get_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171548,23 +174872,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_leaderboard_aggregate": [ - 2353, + 2396, { "args": [ - 2342, + 2384, "get_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171574,23 +174898,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_league_season_leaderboard": [ - 2352, + 2395, { "args": [ - 2343, + 2385, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171600,23 +174924,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_league_season_leaderboard_aggregate": [ - 2353, + 2396, { "args": [ - 2343, + 2385, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171626,23 +174950,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_player_leaderboard_rank": [ - 3999, + 4042, { "args": [ - 2344, + 2386, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -171652,23 +174976,23 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 ] } ], "get_player_leaderboard_rank_aggregate": [ - 4000, + 4043, { "args": [ - 2344, + 2386, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -171678,19 +175002,71 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 + ] + } + ], + "get_tournament_leaderboard": [ + 5351, + { + "args": [ + 2387, + "get_tournament_leaderboard_args!" + ], + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 + ] + } + ], + "get_tournament_leaderboard_aggregate": [ + 5352, + { + "args": [ + 2387, + "get_tournament_leaderboard_args!" + ], + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 ] } ], "leaderboard_entries": [ - 2352, + 2395, { "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171700,19 +175076,19 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "leaderboard_entries_aggregate": [ - 2353, + 2396, { "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -171722,19 +175098,19 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "league_divisions": [ - 2376, + 2419, { "distinct_on": [ - 2391, + 2434, "[league_divisions_select_column!]" ], "limit": [ @@ -171744,19 +175120,19 @@ export default { 41 ], "order_by": [ - 2389, + 2432, "[league_divisions_order_by!]" ], "where": [ - 2380 + 2423 ] } ], "league_divisions_aggregate": [ - 2377, + 2420, { "distinct_on": [ - 2391, + 2434, "[league_divisions_select_column!]" ], "limit": [ @@ -171766,28 +175142,28 @@ export default { 41 ], "order_by": [ - 2389, + 2432, "[league_divisions_order_by!]" ], "where": [ - 2380 + 2423 ] } ], "league_divisions_by_pk": [ - 2376, + 2419, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_match_weeks": [ - 2404, + 2447, { "distinct_on": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "limit": [ @@ -171797,19 +175173,19 @@ export default { 41 ], "order_by": [ - 2423, + 2466, "[league_match_weeks_order_by!]" ], "where": [ - 2413 + 2456 ] } ], "league_match_weeks_aggregate": [ - 2405, + 2448, { "distinct_on": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "limit": [ @@ -171819,28 +175195,28 @@ export default { 41 ], "order_by": [ - 2423, + 2466, "[league_match_weeks_order_by!]" ], "where": [ - 2413 + 2456 ] } ], "league_match_weeks_by_pk": [ - 2404, + 2447, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_relegation_playoffs": [ - 2445, + 2488, { "distinct_on": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -171850,19 +175226,19 @@ export default { 41 ], "order_by": [ - 2464, + 2507, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2454 + 2497 ] } ], "league_relegation_playoffs_aggregate": [ - 2446, + 2489, { "distinct_on": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -171872,28 +175248,28 @@ export default { 41 ], "order_by": [ - 2464, + 2507, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2454 + 2497 ] } ], "league_relegation_playoffs_by_pk": [ - 2445, + 2488, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_scheduling_proposals": [ - 2486, + 2529, { "distinct_on": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -171903,19 +175279,19 @@ export default { 41 ], "order_by": [ - 2505, + 2548, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2495 + 2538 ] } ], "league_scheduling_proposals_aggregate": [ - 2487, + 2530, { "distinct_on": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -171925,28 +175301,28 @@ export default { 41 ], "order_by": [ - 2505, + 2548, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2495 + 2538 ] } ], "league_scheduling_proposals_by_pk": [ - 2486, + 2529, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_season_divisions": [ - 2527, + 2570, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -171956,19 +175332,19 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "league_season_divisions_aggregate": [ - 2528, + 2571, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -171978,28 +175354,28 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "league_season_divisions_by_pk": [ - 2527, + 2570, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_seasons": [ - 2552, + 2595, { "distinct_on": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "limit": [ @@ -172009,19 +175385,19 @@ export default { 41 ], "order_by": [ - 2569, + 2612, "[league_seasons_order_by!]" ], "where": [ - 2557 + 2600 ] } ], "league_seasons_aggregate": [ - 2553, + 2596, { "distinct_on": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "limit": [ @@ -172031,28 +175407,28 @@ export default { 41 ], "order_by": [ - 2569, + 2612, "[league_seasons_order_by!]" ], "where": [ - 2557 + 2600 ] } ], "league_seasons_by_pk": [ - 2552, + 2595, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_team_movements": [ - 2585, + 2628, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -172062,19 +175438,19 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "league_team_movements_aggregate": [ - 2586, + 2629, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -172084,28 +175460,28 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "league_team_movements_by_pk": [ - 2585, + 2628, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_team_rosters": [ - 2626, + 2669, { "distinct_on": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "limit": [ @@ -172115,19 +175491,19 @@ export default { 41 ], "order_by": [ - 2645, + 2688, "[league_team_rosters_order_by!]" ], "where": [ - 2635 + 2678 ] } ], "league_team_rosters_aggregate": [ - 2627, + 2670, { "distinct_on": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "limit": [ @@ -172137,32 +175513,32 @@ export default { 41 ], "order_by": [ - 2645, + 2688, "[league_team_rosters_order_by!]" ], "where": [ - 2635 + 2678 ] } ], "league_team_rosters_by_pk": [ - 2626, + 2669, { "league_team_season_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "league_team_seasons": [ - 2667, + 2710, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -172172,19 +175548,19 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "league_team_seasons_aggregate": [ - 2668, + 2711, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -172194,28 +175570,28 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "league_team_seasons_by_pk": [ - 2667, + 2710, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_teams": [ - 2709, + 2752, { "distinct_on": [ - 2722, + 2765, "[league_teams_select_column!]" ], "limit": [ @@ -172225,19 +175601,19 @@ export default { 41 ], "order_by": [ - 2720, + 2763, "[league_teams_order_by!]" ], "where": [ - 2712 + 2755 ] } ], "league_teams_aggregate": [ - 2710, + 2753, { "distinct_on": [ - 2722, + 2765, "[league_teams_select_column!]" ], "limit": [ @@ -172247,19 +175623,19 @@ export default { 41 ], "order_by": [ - 2720, + 2763, "[league_teams_order_by!]" ], "where": [ - 2712 + 2755 ] } ], "league_teams_by_pk": [ - 2709, + 2752, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -172280,10 +175656,10 @@ export default { } ], "lobbies": [ - 2728, + 2771, { "distinct_on": [ - 2741, + 2784, "[lobbies_select_column!]" ], "limit": [ @@ -172293,19 +175669,19 @@ export default { 41 ], "order_by": [ - 2739, + 2782, "[lobbies_order_by!]" ], "where": [ - 2731 + 2774 ] } ], "lobbies_aggregate": [ - 2729, + 2772, { "distinct_on": [ - 2741, + 2784, "[lobbies_select_column!]" ], "limit": [ @@ -172315,28 +175691,28 @@ export default { 41 ], "order_by": [ - 2739, + 2782, "[lobbies_order_by!]" ], "where": [ - 2731 + 2774 ] } ], "lobbies_by_pk": [ - 2728, + 2771, { "id": [ - 6365, + 6503, "uuid!" ] } ], "lobby_players": [ - 2747, + 2790, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -172346,19 +175722,19 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], "lobby_players_aggregate": [ - 2748, + 2791, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -172368,32 +175744,32 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], "lobby_players_by_pk": [ - 2747, + 2790, { "lobby_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "map_callouts": [ - 2792, + 2835, { "distinct_on": [ - 2809, + 2852, "[map_callouts_select_column!]" ], "limit": [ @@ -172403,19 +175779,19 @@ export default { 41 ], "order_by": [ - 2806, + 2849, "[map_callouts_order_by!]" ], "where": [ - 2796 + 2839 ] } ], "map_callouts_aggregate": [ - 2793, + 2836, { "distinct_on": [ - 2809, + 2852, "[map_callouts_select_column!]" ], "limit": [ @@ -172425,16 +175801,16 @@ export default { 41 ], "order_by": [ - 2806, + 2849, "[map_callouts_order_by!]" ], "where": [ - 2796 + 2839 ] } ], "map_callouts_by_pk": [ - 2792, + 2835, { "map_name": [ 85, @@ -172447,10 +175823,10 @@ export default { } ], "map_pools": [ - 2815, + 2858, { "distinct_on": [ - 2828, + 2871, "[map_pools_select_column!]" ], "limit": [ @@ -172460,19 +175836,19 @@ export default { 41 ], "order_by": [ - 2826, + 2869, "[map_pools_order_by!]" ], "where": [ - 2818 + 2861 ] } ], "map_pools_aggregate": [ - 2816, + 2859, { "distinct_on": [ - 2828, + 2871, "[map_pools_select_column!]" ], "limit": [ @@ -172482,28 +175858,28 @@ export default { 41 ], "order_by": [ - 2826, + 2869, "[map_pools_order_by!]" ], "where": [ - 2818 + 2861 ] } ], "map_pools_by_pk": [ - 2815, + 2858, { "id": [ - 6365, + 6503, "uuid!" ] } ], "maps": [ - 2834, + 2877, { "distinct_on": [ - 2855, + 2898, "[maps_select_column!]" ], "limit": [ @@ -172513,19 +175889,19 @@ export default { 41 ], "order_by": [ - 2853, + 2896, "[maps_order_by!]" ], "where": [ - 2843 + 2886 ] } ], "maps_aggregate": [ - 2835, + 2878, { "distinct_on": [ - 2855, + 2898, "[maps_select_column!]" ], "limit": [ @@ -172535,28 +175911,28 @@ export default { 41 ], "order_by": [ - 2853, + 2896, "[maps_order_by!]" ], "where": [ - 2843 + 2886 ] } ], "maps_by_pk": [ - 2834, + 2877, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_clips": [ - 2863, + 2906, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -172566,19 +175942,19 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_aggregate": [ - 2864, + 2907, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -172588,28 +175964,28 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_by_pk": [ - 2863, + 2906, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_demo_sessions": [ - 2905, + 2948, { "distinct_on": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -172619,19 +175995,19 @@ export default { 41 ], "order_by": [ - 2928, + 2971, "[match_demo_sessions_order_by!]" ], "where": [ - 2915 + 2958 ] } ], "match_demo_sessions_aggregate": [ - 2906, + 2949, { "distinct_on": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -172641,28 +176017,28 @@ export default { 41 ], "order_by": [ - 2928, + 2971, "[match_demo_sessions_order_by!]" ], "where": [ - 2915 + 2958 ] } ], "match_demo_sessions_by_pk": [ - 2905, + 2948, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_lineup_players": [ - 2951, + 2994, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -172672,19 +176048,19 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "match_lineup_players_aggregate": [ - 2952, + 2995, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -172694,28 +176070,28 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "match_lineup_players_by_pk": [ - 2951, + 2994, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_lineups": [ - 2996, + 3039, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -172725,19 +176101,19 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "match_lineups_aggregate": [ - 2997, + 3040, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -172747,28 +176123,28 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "match_lineups_by_pk": [ - 2996, + 3039, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_map_demos": [ - 3038, + 3081, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -172778,19 +176154,19 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "match_map_demos_aggregate": [ - 3039, + 3082, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -172800,28 +176176,28 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "match_map_demos_by_pk": [ - 3038, + 3081, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_map_rounds": [ - 3089, + 3132, { "distinct_on": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "limit": [ @@ -172831,19 +176207,19 @@ export default { 41 ], "order_by": [ - 3108, + 3151, "[match_map_rounds_order_by!]" ], "where": [ - 3098 + 3141 ] } ], "match_map_rounds_aggregate": [ - 3090, + 3133, { "distinct_on": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "limit": [ @@ -172853,28 +176229,28 @@ export default { 41 ], "order_by": [ - 3108, + 3151, "[match_map_rounds_order_by!]" ], "where": [ - 3098 + 3141 ] } ], "match_map_rounds_by_pk": [ - 3089, + 3132, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_map_veto_picks": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -172884,19 +176260,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_map_veto_picks_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -172906,28 +176282,28 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_map_veto_picks_by_pk": [ - 3130, + 3173, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_maps": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -172937,19 +176313,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -172959,28 +176335,28 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_by_pk": [ - 3158, + 3201, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_options": [ - 3200, + 3243, { "distinct_on": [ - 3224, + 3267, "[match_options_select_column!]" ], "limit": [ @@ -172990,19 +176366,19 @@ export default { 41 ], "order_by": [ - 3222, + 3265, "[match_options_order_by!]" ], "where": [ - 3211 + 3254 ] } ], "match_options_aggregate": [ - 3201, + 3244, { "distinct_on": [ - 3224, + 3267, "[match_options_select_column!]" ], "limit": [ @@ -173012,28 +176388,28 @@ export default { 41 ], "order_by": [ - 3222, + 3265, "[match_options_order_by!]" ], "where": [ - 3211 + 3254 ] } ], "match_options_by_pk": [ - 3200, + 3243, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_region_veto_picks": [ - 3246, + 3289, { "distinct_on": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -173043,19 +176419,19 @@ export default { 41 ], "order_by": [ - 3264, + 3307, "[match_region_veto_picks_order_by!]" ], "where": [ - 3255 + 3298 ] } ], "match_region_veto_picks_aggregate": [ - 3247, + 3290, { "distinct_on": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -173065,28 +176441,28 @@ export default { 41 ], "order_by": [ - 3264, + 3307, "[match_region_veto_picks_order_by!]" ], "where": [ - 3255 + 3298 ] } ], "match_region_veto_picks_by_pk": [ - 3246, + 3289, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_streams": [ - 3274, + 3317, { "distinct_on": [ - 3302, + 3345, "[match_streams_select_column!]" ], "limit": [ @@ -173096,19 +176472,19 @@ export default { 41 ], "order_by": [ - 3299, + 3342, "[match_streams_order_by!]" ], "where": [ - 3286 + 3329 ] } ], "match_streams_aggregate": [ - 3275, + 3318, { "distinct_on": [ - 3302, + 3345, "[match_streams_select_column!]" ], "limit": [ @@ -173118,28 +176494,28 @@ export default { 41 ], "order_by": [ - 3299, + 3342, "[match_streams_order_by!]" ], "where": [ - 3286 + 3329 ] } ], "match_streams_by_pk": [ - 3274, + 3317, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_type_cfgs": [ - 3324, + 3367, { "distinct_on": [ - 3336, + 3379, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -173149,19 +176525,19 @@ export default { 41 ], "order_by": [ - 3334, + 3377, "[match_type_cfgs_order_by!]" ], "where": [ - 3327 + 3370 ] } ], "match_type_cfgs_aggregate": [ - 3325, + 3368, { "distinct_on": [ - 3336, + 3379, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -173171,28 +176547,28 @@ export default { 41 ], "order_by": [ - 3334, + 3377, "[match_type_cfgs_order_by!]" ], "where": [ - 3327 + 3370 ] } ], "match_type_cfgs_by_pk": [ - 3324, + 3367, { "type": [ - 874, + 875, "e_game_cfg_types_enum!" ] } ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -173202,19 +176578,19 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_aggregate": [ - 3343, + 3386, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -173224,19 +176600,19 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_by_pk": [ - 3342, + 3385, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -173245,10 +176621,10 @@ export default { 49 ], "migration_hashes_hashes": [ - 3388, + 3431, { "distinct_on": [ - 3400, + 3443, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -173258,19 +176634,19 @@ export default { 41 ], "order_by": [ - 3398, + 3441, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3391 + 3434 ] } ], "migration_hashes_hashes_aggregate": [ - 3389, + 3432, { "distinct_on": [ - 3400, + 3443, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -173280,16 +176656,16 @@ export default { 41 ], "order_by": [ - 3398, + 3441, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3391 + 3434 ] } ], "migration_hashes_hashes_by_pk": [ - 3388, + 3431, { "name": [ 85, @@ -173298,10 +176674,10 @@ export default { } ], "my_friends": [ - 3406, + 3449, { "distinct_on": [ - 3431, + 3474, "[my_friends_select_column!]" ], "limit": [ @@ -173311,19 +176687,19 @@ export default { 41 ], "order_by": [ - 3429, + 3472, "[my_friends_order_by!]" ], "where": [ - 3418 + 3461 ] } ], "my_friends_aggregate": [ - 3407, + 3450, { "distinct_on": [ - 3431, + 3474, "[my_friends_select_column!]" ], "limit": [ @@ -173333,11 +176709,11 @@ export default { 41 ], "order_by": [ - 3429, + 3472, "[my_friends_order_by!]" ], "where": [ - 3418 + 3461 ] } ], @@ -173345,7 +176721,7 @@ export default { 52, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -173354,10 +176730,10 @@ export default { 52 ], "news_articles": [ - 3452, + 3495, { "distinct_on": [ - 3466, + 3509, "[news_articles_select_column!]" ], "limit": [ @@ -173367,19 +176743,19 @@ export default { 41 ], "order_by": [ - 3464, + 3507, "[news_articles_order_by!]" ], "where": [ - 3456 + 3499 ] } ], "news_articles_aggregate": [ - 3453, + 3496, { "distinct_on": [ - 3466, + 3509, "[news_articles_select_column!]" ], "limit": [ @@ -173389,28 +176765,28 @@ export default { 41 ], "order_by": [ - 3464, + 3507, "[news_articles_order_by!]" ], "where": [ - 3456 + 3499 ] } ], "news_articles_by_pk": [ - 3452, + 3495, { "id": [ - 6365, + 6503, "uuid!" ] } ], "notification_preferences": [ - 3479, + 3522, { "distinct_on": [ - 3493, + 3536, "[notification_preferences_select_column!]" ], "limit": [ @@ -173420,19 +176796,19 @@ export default { 41 ], "order_by": [ - 3491, + 3534, "[notification_preferences_order_by!]" ], "where": [ - 3483 + 3526 ] } ], "notification_preferences_aggregate": [ - 3480, + 3523, { "distinct_on": [ - 3493, + 3536, "[notification_preferences_select_column!]" ], "limit": [ @@ -173442,16 +176818,16 @@ export default { 41 ], "order_by": [ - 3491, + 3534, "[notification_preferences_order_by!]" ], "where": [ - 3483 + 3526 ] } ], "notification_preferences_by_pk": [ - 3479, + 3522, { "channel": [ 85, @@ -173462,16 +176838,16 @@ export default { "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "notifications": [ - 3506, + 3549, { "distinct_on": [ - 3534, + 3577, "[notifications_select_column!]" ], "limit": [ @@ -173481,19 +176857,19 @@ export default { 41 ], "order_by": [ - 3531, + 3574, "[notifications_order_by!]" ], "where": [ - 3518 + 3561 ] } ], "notifications_aggregate": [ - 3507, + 3550, { "distinct_on": [ - 3534, + 3577, "[notifications_select_column!]" ], "limit": [ @@ -173503,28 +176879,28 @@ export default { 41 ], "order_by": [ - 3531, + 3574, "[notifications_order_by!]" ], "where": [ - 3518 + 3561 ] } ], "notifications_by_pk": [ - 3506, + 3549, { "id": [ - 6365, + 6503, "uuid!" ] } ], "pending_match_import_players": [ - 3559, + 3602, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -173534,19 +176910,19 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "pending_match_import_players_aggregate": [ - 3560, + 3603, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -173556,32 +176932,32 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "pending_match_import_players_by_pk": [ - 3559, + 3602, { "steam_id": [ - 310, + 311, "bigint!" ], "valve_match_id": [ - 3556, + 3599, "numeric!" ] } ], "pending_match_imports": [ - 3600, + 3643, { "distinct_on": [ - 3615, + 3658, "[pending_match_imports_select_column!]" ], "limit": [ @@ -173591,19 +176967,19 @@ export default { 41 ], "order_by": [ - 3613, + 3656, "[pending_match_imports_order_by!]" ], "where": [ - 3604 + 3647 ] } ], "pending_match_imports_aggregate": [ - 3601, + 3644, { "distinct_on": [ - 3615, + 3658, "[pending_match_imports_select_column!]" ], "limit": [ @@ -173613,28 +176989,28 @@ export default { 41 ], "order_by": [ - 3613, + 3656, "[pending_match_imports_order_by!]" ], "where": [ - 3604 + 3647 ] } ], "pending_match_imports_by_pk": [ - 3600, + 3643, { "valve_match_id": [ - 3556, + 3599, "numeric!" ] } ], "player_aim_stats_demo": [ - 3628, + 3671, { "distinct_on": [ - 3642, + 3685, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -173644,19 +177020,19 @@ export default { 41 ], "order_by": [ - 3640, + 3683, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3632 + 3675 ] } ], "player_aim_stats_demo_aggregate": [ - 3629, + 3672, { "distinct_on": [ - 3642, + 3685, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -173666,32 +177042,32 @@ export default { 41 ], "order_by": [ - 3640, + 3683, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3632 + 3675 ] } ], "player_aim_stats_demo_by_pk": [ - 3628, + 3671, { "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ] } ], "player_aim_weapon_stats": [ - 3655, + 3698, { "distinct_on": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -173701,19 +177077,19 @@ export default { 41 ], "order_by": [ - 3674, + 3717, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3664 + 3707 ] } ], "player_aim_weapon_stats_aggregate": [ - 3656, + 3699, { "distinct_on": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -173723,23 +177099,23 @@ export default { 41 ], "order_by": [ - 3674, + 3717, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3664 + 3707 ] } ], "player_aim_weapon_stats_by_pk": [ - 3655, + 3698, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ], "weapon_class": [ @@ -173749,10 +177125,10 @@ export default { } ], "player_assists": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -173762,19 +177138,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_assists_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -173784,40 +177160,40 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_assists_by_pk": [ - 3696, + 3739, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_career_stats_v": [ - 3741, + 3784, { "distinct_on": [ - 3749, + 3792, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -173827,19 +177203,19 @@ export default { 41 ], "order_by": [ - 3748, + 3791, "[player_career_stats_v_order_by!]" ], "where": [ - 3745 + 3788 ] } ], "player_career_stats_v_aggregate": [ - 3742, + 3785, { "distinct_on": [ - 3749, + 3792, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -173849,19 +177225,19 @@ export default { 41 ], "order_by": [ - 3748, + 3791, "[player_career_stats_v_order_by!]" ], "where": [ - 3745 + 3788 ] } ], "player_damages": [ - 3759, + 3802, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -173871,19 +177247,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_damages_aggregate": [ - 3760, + 3803, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -173893,36 +177269,36 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_damages_by_pk": [ - 3759, + 3802, { "id": [ - 6365, + 6503, "uuid!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_elo": [ - 3800, + 3843, { "distinct_on": [ - 3814, + 3857, "[player_elo_select_column!]" ], "limit": [ @@ -173932,19 +177308,19 @@ export default { 41 ], "order_by": [ - 3812, + 3855, "[player_elo_order_by!]" ], "where": [ - 3804 + 3847 ] } ], "player_elo_aggregate": [ - 3801, + 3844, { "distinct_on": [ - 3814, + 3857, "[player_elo_select_column!]" ], "limit": [ @@ -173954,36 +177330,36 @@ export default { 41 ], "order_by": [ - 3812, + 3855, "[player_elo_order_by!]" ], "where": [ - 3804 + 3847 ] } ], "player_elo_by_pk": [ - 3800, + 3843, { "match_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ], "type": [ - 1223, + 1224, "e_match_types_enum!" ] } ], "player_faceit_rank_history": [ - 3827, + 3870, { "distinct_on": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -173993,19 +177369,19 @@ export default { 41 ], "order_by": [ - 3846, + 3889, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3836 + 3879 ] } ], "player_faceit_rank_history_aggregate": [ - 3828, + 3871, { "distinct_on": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -174015,28 +177391,28 @@ export default { 41 ], "order_by": [ - 3846, + 3889, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3836 + 3879 ] } ], "player_faceit_rank_history_by_pk": [ - 3827, + 3870, { "id": [ - 6365, + 6503, "uuid!" ] } ], "player_flashes": [ - 3868, + 3911, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -174046,19 +177422,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "player_flashes_aggregate": [ - 3869, + 3912, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -174068,40 +177444,40 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "player_flashes_by_pk": [ - 3868, + 3911, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_kills": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -174111,19 +177487,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_kills_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -174133,40 +177509,40 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_kills_by_pk": [ - 3913, + 3956, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3925, + 3968, { "distinct_on": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -174176,19 +177552,19 @@ export default { 41 ], "order_by": [ - 3944, + 3987, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3934 + 3977 ] } ], "player_kills_by_weapon_aggregate": [ - 3926, + 3969, { "distinct_on": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -174198,19 +177574,19 @@ export default { 41 ], "order_by": [ - 3944, + 3987, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3934 + 3977 ] } ], "player_kills_by_weapon_by_pk": [ - 3925, + 3968, { "player_steam_id": [ - 310, + 311, "bigint!" ], "with": [ @@ -174220,10 +177596,10 @@ export default { } ], "player_leaderboard_rank": [ - 3999, + 4042, { "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -174233,19 +177609,19 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 ] } ], "player_leaderboard_rank_aggregate": [ - 4000, + 4043, { "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -174255,19 +177631,19 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 ] } ], "player_match_map_stats": [ - 4022, + 4065, { "distinct_on": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -174277,19 +177653,19 @@ export default { 41 ], "order_by": [ - 4041, + 4084, "[player_match_map_stats_order_by!]" ], "where": [ - 4031 + 4074 ] } ], "player_match_map_stats_aggregate": [ - 4023, + 4066, { "distinct_on": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -174299,32 +177675,32 @@ export default { 41 ], "order_by": [ - 4041, + 4084, "[player_match_map_stats_order_by!]" ], "where": [ - 4031 + 4074 ] } ], "player_match_map_stats_by_pk": [ - 4022, + 4065, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "player_match_performance_v": [ - 4063, + 4106, { "distinct_on": [ - 4071, + 4114, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -174334,19 +177710,19 @@ export default { 41 ], "order_by": [ - 4070, + 4113, "[player_match_performance_v_order_by!]" ], "where": [ - 4067 + 4110 ] } ], "player_match_performance_v_aggregate": [ - 4064, + 4107, { "distinct_on": [ - 4071, + 4114, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -174356,19 +177732,19 @@ export default { 41 ], "order_by": [ - 4070, + 4113, "[player_match_performance_v_order_by!]" ], "where": [ - 4067 + 4110 ] } ], "player_match_stats_v": [ - 4081, + 4124, { "distinct_on": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -174378,19 +177754,19 @@ export default { 41 ], "order_by": [ - 4096, + 4139, "[player_match_stats_v_order_by!]" ], "where": [ - 4090 + 4133 ] } ], "player_match_stats_v_aggregate": [ - 4082, + 4125, { "distinct_on": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -174400,19 +177776,19 @@ export default { 41 ], "order_by": [ - 4096, + 4139, "[player_match_stats_v_order_by!]" ], "where": [ - 4090 + 4133 ] } ], "player_objectives": [ - 4114, + 4157, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -174422,19 +177798,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_objectives_aggregate": [ - 4115, + 4158, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -174444,36 +177820,36 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_objectives_by_pk": [ - 4114, + 4157, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_performance_v": [ - 4155, + 4198, { "distinct_on": [ - 4163, + 4206, "[player_performance_v_select_column!]" ], "limit": [ @@ -174483,19 +177859,19 @@ export default { 41 ], "order_by": [ - 4162, + 4205, "[player_performance_v_order_by!]" ], "where": [ - 4159 + 4202 ] } ], "player_performance_v_aggregate": [ - 4156, + 4199, { "distinct_on": [ - 4163, + 4206, "[player_performance_v_select_column!]" ], "limit": [ @@ -174505,19 +177881,19 @@ export default { 41 ], "order_by": [ - 4162, + 4205, "[player_performance_v_order_by!]" ], "where": [ - 4159 + 4202 ] } ], "player_premier_rank_history": [ - 4173, + 4216, { "distinct_on": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -174527,19 +177903,19 @@ export default { 41 ], "order_by": [ - 4192, + 4235, "[player_premier_rank_history_order_by!]" ], "where": [ - 4182 + 4225 ] } ], "player_premier_rank_history_aggregate": [ - 4174, + 4217, { "distinct_on": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -174549,28 +177925,28 @@ export default { 41 ], "order_by": [ - 4192, + 4235, "[player_premier_rank_history_order_by!]" ], "where": [ - 4182 + 4225 ] } ], "player_premier_rank_history_by_pk": [ - 4173, + 4216, { "id": [ - 6365, + 6503, "uuid!" ] } ], "player_sanctions": [ - 4214, + 4257, { "distinct_on": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "limit": [ @@ -174580,19 +177956,19 @@ export default { 41 ], "order_by": [ - 4233, + 4276, "[player_sanctions_order_by!]" ], "where": [ - 4223 + 4266 ] } ], "player_sanctions_aggregate": [ - 4215, + 4258, { "distinct_on": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "limit": [ @@ -174602,32 +177978,32 @@ export default { 41 ], "order_by": [ - 4233, + 4276, "[player_sanctions_order_by!]" ], "where": [ - 4223 + 4266 ] } ], "player_sanctions_by_pk": [ - 4214, + 4257, { "created_at": [ - 5153, + 5196, "timestamptz!" ], "id": [ - 6365, + 6503, "uuid!" ] } ], "player_season_stats": [ - 4255, + 4298, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -174637,19 +178013,19 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "player_season_stats_aggregate": [ - 4256, + 4299, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -174659,32 +178035,32 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "player_season_stats_by_pk": [ - 4255, + 4298, { "player_steam_id": [ - 310, + 311, "bigint!" ], "season_id": [ - 6365, + 6503, "uuid!" ] } ], "player_stats": [ - 4314, + 4357, { "distinct_on": [ - 4329, + 4372, "[player_stats_select_column!]" ], "limit": [ @@ -174694,19 +178070,19 @@ export default { 41 ], "order_by": [ - 4327, + 4370, "[player_stats_order_by!]" ], "where": [ - 4318 + 4361 ] } ], "player_stats_aggregate": [ - 4315, + 4358, { "distinct_on": [ - 4329, + 4372, "[player_stats_select_column!]" ], "limit": [ @@ -174716,28 +178092,28 @@ export default { 41 ], "order_by": [ - 4327, + 4370, "[player_stats_order_by!]" ], "where": [ - 4318 + 4361 ] } ], "player_stats_by_pk": [ - 4314, + 4357, { "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "player_steam_bot_friend": [ - 4342, + 4385, { "distinct_on": [ - 4361, + 4404, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -174747,19 +178123,19 @@ export default { 41 ], "order_by": [ - 4358, + 4401, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4347 + 4390 ] } ], "player_steam_bot_friend_aggregate": [ - 4343, + 4386, { "distinct_on": [ - 4361, + 4404, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -174769,28 +178145,28 @@ export default { 41 ], "order_by": [ - 4358, + 4401, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4347 + 4390 ] } ], "player_steam_bot_friend_by_pk": [ - 4342, + 4385, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "player_steam_match_auth": [ - 4374, + 4417, { "distinct_on": [ - 4388, + 4431, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -174800,19 +178176,19 @@ export default { 41 ], "order_by": [ - 4386, + 4429, "[player_steam_match_auth_order_by!]" ], "where": [ - 4378 + 4421 ] } ], "player_steam_match_auth_aggregate": [ - 4375, + 4418, { "distinct_on": [ - 4388, + 4431, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -174822,28 +178198,28 @@ export default { 41 ], "order_by": [ - 4386, + 4429, "[player_steam_match_auth_order_by!]" ], "where": [ - 4378 + 4421 ] } ], "player_steam_match_auth_by_pk": [ - 4374, + 4417, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "player_unused_utility": [ - 4401, + 4444, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -174853,19 +178229,19 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utility_aggregate": [ - 4402, + 4445, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -174875,32 +178251,32 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utility_by_pk": [ - 4401, + 4444, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "player_utility": [ - 4442, + 4485, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -174910,19 +178286,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "player_utility_aggregate": [ - 4443, + 4486, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -174932,36 +178308,36 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "player_utility_by_pk": [ - 4442, + 4485, { "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 4483, + 4526, { "distinct_on": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -174971,19 +178347,19 @@ export default { 41 ], "order_by": [ - 4498, + 4541, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4492 + 4535 ] } ], "player_weapon_stats_v_aggregate": [ - 4484, + 4527, { "distinct_on": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -174993,19 +178369,19 @@ export default { 41 ], "order_by": [ - 4498, + 4541, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4492 + 4535 ] } ], "players": [ - 4516, + 4559, { "distinct_on": [ - 4531, + 4574, "[players_select_column!]" ], "limit": [ @@ -175015,19 +178391,19 @@ export default { 41 ], "order_by": [ - 4529, + 4572, "[players_order_by!]" ], "where": [ - 4520 + 4563 ] } ], "players_aggregate": [ - 4517, + 4560, { "distinct_on": [ - 4531, + 4574, "[players_select_column!]" ], "limit": [ @@ -175037,28 +178413,28 @@ export default { 41 ], "order_by": [ - 4529, + 4572, "[players_order_by!]" ], "where": [ - 4520 + 4563 ] } ], "players_by_pk": [ - 4516, + 4559, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "plugin_versions": [ - 4544, + 4587, { "distinct_on": [ - 4558, + 4601, "[plugin_versions_select_column!]" ], "limit": [ @@ -175068,19 +178444,19 @@ export default { 41 ], "order_by": [ - 4556, + 4599, "[plugin_versions_order_by!]" ], "where": [ - 4548 + 4591 ] } ], "plugin_versions_aggregate": [ - 4545, + 4588, { "distinct_on": [ - 4558, + 4601, "[plugin_versions_select_column!]" ], "limit": [ @@ -175090,19 +178466,19 @@ export default { 41 ], "order_by": [ - 4556, + 4599, "[plugin_versions_order_by!]" ], "where": [ - 4548 + 4591 ] } ], "plugin_versions_by_pk": [ - 4544, + 4587, { "runtime": [ - 1304, + 1305, "e_plugin_runtimes_enum!" ], "version": [ @@ -175112,10 +178488,10 @@ export default { } ], "push_subscriptions": [ - 4571, + 4614, { "distinct_on": [ - 4585, + 4628, "[push_subscriptions_select_column!]" ], "limit": [ @@ -175125,19 +178501,19 @@ export default { 41 ], "order_by": [ - 4583, + 4626, "[push_subscriptions_order_by!]" ], "where": [ - 4575 + 4618 ] } ], "push_subscriptions_aggregate": [ - 4572, + 4615, { "distinct_on": [ - 4585, + 4628, "[push_subscriptions_select_column!]" ], "limit": [ @@ -175147,19 +178523,19 @@ export default { 41 ], "order_by": [ - 4583, + 4626, "[push_subscriptions_order_by!]" ], "where": [ - 4575 + 4618 ] } ], "push_subscriptions_by_pk": [ - 4571, + 4614, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -175181,10 +178557,10 @@ export default { } ], "role_permissions": [ - 4602, + 4645, { "distinct_on": [ - 4611, + 4654, "[role_permissions_select_column!]" ], "limit": [ @@ -175194,19 +178570,19 @@ export default { 41 ], "order_by": [ - 4610, + 4653, "[role_permissions_order_by!]" ], "where": [ - 4605 + 4648 ] } ], "role_permissions_aggregate": [ - 4603, + 4646, { "distinct_on": [ - 4611, + 4654, "[role_permissions_select_column!]" ], "limit": [ @@ -175216,19 +178592,19 @@ export default { 41 ], "order_by": [ - 4610, + 4653, "[role_permissions_order_by!]" ], "where": [ - 4605 + 4648 ] } ], "seasons": [ - 4616, + 4659, { "distinct_on": [ - 4631, + 4674, "[seasons_select_column!]" ], "limit": [ @@ -175238,19 +178614,19 @@ export default { 41 ], "order_by": [ - 4629, + 4672, "[seasons_order_by!]" ], "where": [ - 4620 + 4663 ] } ], "seasons_aggregate": [ - 4617, + 4660, { "distinct_on": [ - 4631, + 4674, "[seasons_select_column!]" ], "limit": [ @@ -175260,28 +178636,28 @@ export default { 41 ], "order_by": [ - 4629, + 4672, "[seasons_order_by!]" ], "where": [ - 4620 + 4663 ] } ], "seasons_by_pk": [ - 4616, + 4659, { "id": [ - 6365, + 6503, "uuid!" ] } ], "server_regions": [ - 4644, + 4687, { "distinct_on": [ - 4658, + 4701, "[server_regions_select_column!]" ], "limit": [ @@ -175291,19 +178667,19 @@ export default { 41 ], "order_by": [ - 4656, + 4699, "[server_regions_order_by!]" ], "where": [ - 4648 + 4691 ] } ], "server_regions_aggregate": [ - 4645, + 4688, { "distinct_on": [ - 4658, + 4701, "[server_regions_select_column!]" ], "limit": [ @@ -175313,16 +178689,16 @@ export default { 41 ], "order_by": [ - 4656, + 4699, "[server_regions_order_by!]" ], "where": [ - 4648 + 4691 ] } ], "server_regions_by_pk": [ - 4644, + 4687, { "value": [ 85, @@ -175331,10 +178707,10 @@ export default { } ], "servers": [ - 4671, + 4714, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -175344,19 +178720,19 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "servers_aggregate": [ - 4672, + 4715, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -175366,28 +178742,28 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "servers_by_pk": [ - 4671, + 4714, { "id": [ - 6365, + 6503, "uuid!" ] } ], "settings": [ - 4722, + 4765, { "distinct_on": [ - 4734, + 4777, "[settings_select_column!]" ], "limit": [ @@ -175397,19 +178773,19 @@ export default { 41 ], "order_by": [ - 4732, + 4775, "[settings_order_by!]" ], "where": [ - 4725 + 4768 ] } ], "settings_aggregate": [ - 4723, + 4766, { "distinct_on": [ - 4734, + 4777, "[settings_select_column!]" ], "limit": [ @@ -175419,16 +178795,16 @@ export default { 41 ], "order_by": [ - 4732, + 4775, "[settings_order_by!]" ], "where": [ - 4725 + 4768 ] } ], "settings_by_pk": [ - 4722, + 4765, { "name": [ 85, @@ -175440,10 +178816,10 @@ export default { 79 ], "steam_account_claims": [ - 4742, + 4785, { "distinct_on": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "limit": [ @@ -175453,19 +178829,19 @@ export default { 41 ], "order_by": [ - 4758, + 4801, "[steam_account_claims_order_by!]" ], "where": [ - 4749 + 4792 ] } ], "steam_account_claims_aggregate": [ - 4743, + 4786, { "distinct_on": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "limit": [ @@ -175475,28 +178851,28 @@ export default { 41 ], "order_by": [ - 4758, + 4801, "[steam_account_claims_order_by!]" ], "where": [ - 4749 + 4792 ] } ], "steam_account_claims_by_pk": [ - 4742, + 4785, { "id": [ - 6365, + 6503, "uuid!" ] } ], "steam_accounts": [ - 4766, + 4809, { "distinct_on": [ - 4781, + 4824, "[steam_accounts_select_column!]" ], "limit": [ @@ -175506,19 +178882,19 @@ export default { 41 ], "order_by": [ - 4779, + 4822, "[steam_accounts_order_by!]" ], "where": [ - 4770 + 4813 ] } ], "steam_accounts_aggregate": [ - 4767, + 4810, { "distinct_on": [ - 4781, + 4824, "[steam_accounts_select_column!]" ], "limit": [ @@ -175528,28 +178904,28 @@ export default { 41 ], "order_by": [ - 4779, + 4822, "[steam_accounts_order_by!]" ], "where": [ - 4770 + 4813 ] } ], "steam_accounts_by_pk": [ - 4766, + 4809, { "id": [ - 6365, + 6503, "uuid!" ] } ], "system_alerts": [ - 4794, + 4837, { "distinct_on": [ - 4808, + 4851, "[system_alerts_select_column!]" ], "limit": [ @@ -175559,19 +178935,19 @@ export default { 41 ], "order_by": [ - 4806, + 4849, "[system_alerts_order_by!]" ], "where": [ - 4798 + 4841 ] } ], "system_alerts_aggregate": [ - 4795, + 4838, { "distinct_on": [ - 4808, + 4851, "[system_alerts_select_column!]" ], "limit": [ @@ -175581,19 +178957,19 @@ export default { 41 ], "order_by": [ - 4806, + 4849, "[system_alerts_order_by!]" ], "where": [ - 4798 + 4841 ] } ], "system_alerts_by_pk": [ - 4794, + 4837, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -175602,16 +178978,16 @@ export default { 93, { "team_id": [ - 6365, + 6503, "uuid!" ] } ], "team_invites": [ - 4821, + 4864, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -175621,19 +178997,19 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "team_invites_aggregate": [ - 4822, + 4865, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -175643,28 +179019,28 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "team_invites_by_pk": [ - 4821, + 4864, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_roster": [ - 4862, + 4905, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -175674,19 +179050,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "team_roster_aggregate": [ - 4863, + 4906, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -175696,32 +179072,32 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "team_roster_by_pk": [ - 4862, + 4905, { "player_steam_id": [ - 310, + 311, "bigint!" ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_alerts": [ - 4907, + 4950, { "distinct_on": [ - 4921, + 4964, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -175731,19 +179107,19 @@ export default { 41 ], "order_by": [ - 4919, + 4962, "[team_scrim_alerts_order_by!]" ], "where": [ - 4911 + 4954 ] } ], "team_scrim_alerts_aggregate": [ - 4908, + 4951, { "distinct_on": [ - 4921, + 4964, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -175753,28 +179129,28 @@ export default { 41 ], "order_by": [ - 4919, + 4962, "[team_scrim_alerts_order_by!]" ], "where": [ - 4911 + 4954 ] } ], "team_scrim_alerts_by_pk": [ - 4907, + 4950, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_availability": [ - 4934, + 4977, { "distinct_on": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -175784,19 +179160,19 @@ export default { 41 ], "order_by": [ - 4952, + 4995, "[team_scrim_availability_order_by!]" ], "where": [ - 4943 + 4986 ] } ], "team_scrim_availability_aggregate": [ - 4935, + 4978, { "distinct_on": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -175806,28 +179182,28 @@ export default { 41 ], "order_by": [ - 4952, + 4995, "[team_scrim_availability_order_by!]" ], "where": [ - 4943 + 4986 ] } ], "team_scrim_availability_by_pk": [ - 4934, + 4977, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_request_proposals": [ - 4962, + 5005, { "distinct_on": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -175837,19 +179213,19 @@ export default { 41 ], "order_by": [ - 4981, + 5024, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4971 + 5014 ] } ], "team_scrim_request_proposals_aggregate": [ - 4963, + 5006, { "distinct_on": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -175859,28 +179235,28 @@ export default { 41 ], "order_by": [ - 4981, + 5024, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4971 + 5014 ] } ], "team_scrim_request_proposals_by_pk": [ - 4962, + 5005, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_requests": [ - 5003, + 5046, { "distinct_on": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -175890,19 +179266,19 @@ export default { 41 ], "order_by": [ - 5025, + 5068, "[team_scrim_requests_order_by!]" ], "where": [ - 5014 + 5057 ] } ], "team_scrim_requests_aggregate": [ - 5004, + 5047, { "distinct_on": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -175912,28 +179288,28 @@ export default { 41 ], "order_by": [ - 5025, + 5068, "[team_scrim_requests_order_by!]" ], "where": [ - 5014 + 5057 ] } ], "team_scrim_requests_by_pk": [ - 5003, + 5046, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_settings": [ - 5049, + 5092, { "distinct_on": [ - 5064, + 5107, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -175943,19 +179319,19 @@ export default { 41 ], "order_by": [ - 5062, + 5105, "[team_scrim_settings_order_by!]" ], "where": [ - 5053 + 5096 ] } ], "team_scrim_settings_aggregate": [ - 5050, + 5093, { "distinct_on": [ - 5064, + 5107, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -175965,28 +179341,28 @@ export default { 41 ], "order_by": [ - 5062, + 5105, "[team_scrim_settings_order_by!]" ], "where": [ - 5053 + 5096 ] } ], "team_scrim_settings_by_pk": [ - 5049, + 5092, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_suggestions": [ - 5077, + 5120, { "distinct_on": [ - 5091, + 5134, "[team_suggestions_select_column!]" ], "limit": [ @@ -175996,19 +179372,19 @@ export default { 41 ], "order_by": [ - 5089, + 5132, "[team_suggestions_order_by!]" ], "where": [ - 5081 + 5124 ] } ], "team_suggestions_aggregate": [ - 5078, + 5121, { "distinct_on": [ - 5091, + 5134, "[team_suggestions_select_column!]" ], "limit": [ @@ -176018,28 +179394,28 @@ export default { 41 ], "order_by": [ - 5089, + 5132, "[team_suggestions_order_by!]" ], "where": [ - 5081 + 5124 ] } ], "team_suggestions_by_pk": [ - 5077, + 5120, { "id": [ - 6365, + 6503, "uuid!" ] } ], "teams": [ - 5104, + 5147, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -176049,19 +179425,19 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "teams_aggregate": [ - 5105, + 5148, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -176071,31 +179447,36 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "teams_by_pk": [ - 5104, + 5147, { "id": [ - 6365, + 6503, "uuid!" ] } ], "telemetryStats": [ - 103 + 103, + { + "includeSelf": [ + 6 + ] + } ], "tournament_awards": [ - 5155, + 5198, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -176105,19 +179486,19 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "tournament_awards_aggregate": [ - 5156, + 5199, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -176127,28 +179508,28 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "tournament_awards_by_pk": [ - 5155, + 5198, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_brackets": [ - 5197, + 5240, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -176158,19 +179539,19 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], "tournament_brackets_aggregate": [ - 5198, + 5241, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -176180,28 +179561,28 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], "tournament_brackets_by_pk": [ - 5197, + 5240, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_categories": [ - 5243, + 5286, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -176211,19 +179592,19 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], "tournament_categories_aggregate": [ - 5244, + 5287, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -176233,32 +179614,129 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], "tournament_categories_by_pk": [ - 5243, + 5286, { "category": [ - 1506, + 1507, "e_tournament_categories_enum!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], + "tournament_free_agents": [ + 5310, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "tournament_free_agents_aggregate": [ + 5311, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "tournament_free_agents_by_pk": [ + 5310, + { + "id": [ + 6503, + "uuid!" + ] + } + ], + "tournament_leaderboard_entries": [ + 5351, + { + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 + ] + } + ], + "tournament_leaderboard_entries_aggregate": [ + 5352, + { + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 + ] + } + ], "tournament_organizer_teams": [ - 5267, + 5374, { "distinct_on": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -176268,19 +179746,19 @@ export default { 41 ], "order_by": [ - 5283, + 5390, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5274 + 5381 ] } ], "tournament_organizer_teams_aggregate": [ - 5268, + 5375, { "distinct_on": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -176290,32 +179768,32 @@ export default { 41 ], "order_by": [ - 5283, + 5390, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5274 + 5381 ] } ], "tournament_organizer_teams_by_pk": [ - 5267, + 5374, { "team_id": [ - 6365, + 6503, "uuid!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_organizers": [ - 5291, + 5398, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -176325,19 +179803,19 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "tournament_organizers_aggregate": [ - 5292, + 5399, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -176347,32 +179825,32 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "tournament_organizers_by_pk": [ - 5291, + 5398, { "steam_id": [ - 310, + 311, "bigint!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_prizes": [ - 5332, + 5439, { "distinct_on": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "limit": [ @@ -176382,19 +179860,19 @@ export default { 41 ], "order_by": [ - 5351, + 5458, "[tournament_prizes_order_by!]" ], "where": [ - 5341 + 5448 ] } ], "tournament_prizes_aggregate": [ - 5333, + 5440, { "distinct_on": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "limit": [ @@ -176404,28 +179882,85 @@ export default { 41 ], "order_by": [ - 5351, + 5458, "[tournament_prizes_order_by!]" ], "where": [ - 5341 + 5448 ] } ], "tournament_prizes_by_pk": [ - 5332, + 5439, { "id": [ - 6365, + 6503, + "uuid!" + ] + } + ], + "tournament_registration_unlocks": [ + 5480, + { + "distinct_on": [ + 5494, + "[tournament_registration_unlocks_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5492, + "[tournament_registration_unlocks_order_by!]" + ], + "where": [ + 5484 + ] + } + ], + "tournament_registration_unlocks_aggregate": [ + 5481, + { + "distinct_on": [ + 5494, + "[tournament_registration_unlocks_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5492, + "[tournament_registration_unlocks_order_by!]" + ], + "where": [ + 5484 + ] + } + ], + "tournament_registration_unlocks_by_pk": [ + 5480, + { + "player_steam_id": [ + 311, + "bigint!" + ], + "tournament_id": [ + 6503, "uuid!" ] } ], "tournament_stage_windows": [ - 5373, + 5507, { "distinct_on": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -176435,19 +179970,19 @@ export default { 41 ], "order_by": [ - 5392, + 5526, "[tournament_stage_windows_order_by!]" ], "where": [ - 5382 + 5516 ] } ], "tournament_stage_windows_aggregate": [ - 5374, + 5508, { "distinct_on": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -176457,28 +179992,28 @@ export default { 41 ], "order_by": [ - 5392, + 5526, "[tournament_stage_windows_order_by!]" ], "where": [ - 5382 + 5516 ] } ], "tournament_stage_windows_by_pk": [ - 5373, + 5507, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_stages": [ - 5414, + 5548, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -176488,19 +180023,19 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "tournament_stages_aggregate": [ - 5415, + 5549, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -176510,28 +180045,28 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "tournament_stages_by_pk": [ - 5414, + 5548, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_team_invites": [ - 5465, + 5599, { "distinct_on": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -176541,19 +180076,19 @@ export default { 41 ], "order_by": [ - 5484, + 5618, "[tournament_team_invites_order_by!]" ], "where": [ - 5474 + 5608 ] } ], "tournament_team_invites_aggregate": [ - 5466, + 5600, { "distinct_on": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -176563,28 +180098,28 @@ export default { 41 ], "order_by": [ - 5484, + 5618, "[tournament_team_invites_order_by!]" ], "where": [ - 5474 + 5608 ] } ], "tournament_team_invites_by_pk": [ - 5465, + 5599, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_team_roster": [ - 5506, + 5640, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -176594,19 +180129,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournament_team_roster_aggregate": [ - 5507, + 5641, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -176616,32 +180151,32 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournament_team_roster_by_pk": [ - 5506, + 5640, { "player_steam_id": [ - 310, + 311, "bigint!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_teams": [ - 5547, + 5681, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -176651,19 +180186,19 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], "tournament_teams_aggregate": [ - 5548, + 5682, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -176673,28 +180208,28 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], "tournament_teams_by_pk": [ - 5547, + 5681, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournaments": [ - 5589, + 5727, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -176704,19 +180239,19 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "tournaments_aggregate": [ - 5590, + 5728, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -176726,37 +180261,37 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "tournaments_by_pk": [ - 5589, + 5727, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utilityLineupMissPattern": [ - 123, + 124, { "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utilityMatchUtilityReport": [ - 148, + 149, { "match_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ @@ -176765,7 +180300,7 @@ export default { } ], "utilityPracticePlan": [ - 132, + 133, { "limit": [ 41 @@ -176783,22 +180318,22 @@ export default { } ], "utilityPracticeServers": [ - 134 + 135 ], "utilityPracticeWhereAmI": [ - 136 + 137 ], "utilitySolverCalibration": [ - 115, + 116, { "session_id": [ - 6365, + 6503, "uuid!" ] } ], "utilityTeamUtilityReport": [ - 147, + 148, { "limit": [ 41 @@ -176807,16 +180342,16 @@ export default { 85 ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_collection_items": [ - 5653, + 5791, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -176826,19 +180361,19 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], "utility_collection_items_aggregate": [ - 5654, + 5792, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -176848,32 +180383,32 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], "utility_collection_items_by_pk": [ - 5653, + 5791, { "collection_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_collections": [ - 5694, + 5832, { "distinct_on": [ - 5709, + 5847, "[utility_collections_select_column!]" ], "limit": [ @@ -176883,19 +180418,19 @@ export default { 41 ], "order_by": [ - 5707, + 5845, "[utility_collections_order_by!]" ], "where": [ - 5698 + 5836 ] } ], "utility_collections_aggregate": [ - 5695, + 5833, { "distinct_on": [ - 5709, + 5847, "[utility_collections_select_column!]" ], "limit": [ @@ -176905,28 +180440,28 @@ export default { 41 ], "order_by": [ - 5707, + 5845, "[utility_collections_order_by!]" ], "where": [ - 5698 + 5836 ] } ], "utility_collections_by_pk": [ - 5694, + 5832, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_demo_mines": [ - 5722, + 5860, { "distinct_on": [ - 5736, + 5874, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -176936,19 +180471,19 @@ export default { 41 ], "order_by": [ - 5734, + 5872, "[utility_demo_mines_order_by!]" ], "where": [ - 5726 + 5864 ] } ], "utility_demo_mines_aggregate": [ - 5723, + 5861, { "distinct_on": [ - 5736, + 5874, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -176958,28 +180493,28 @@ export default { 41 ], "order_by": [ - 5734, + 5872, "[utility_demo_mines_order_by!]" ], "where": [ - 5726 + 5864 ] } ], "utility_demo_mines_by_pk": [ - 5722, + 5860, { "match_map_demo_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_demo_throws": [ - 5749, + 5887, { "distinct_on": [ - 5763, + 5901, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -176989,19 +180524,19 @@ export default { 41 ], "order_by": [ - 5761, + 5899, "[utility_demo_throws_order_by!]" ], "where": [ - 5753 + 5891 ] } ], "utility_demo_throws_aggregate": [ - 5750, + 5888, { "distinct_on": [ - 5763, + 5901, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -177011,32 +180546,32 @@ export default { 41 ], "order_by": [ - 5761, + 5899, "[utility_demo_throws_order_by!]" ], "where": [ - 5753 + 5891 ] } ], "utility_demo_throws_by_pk": [ - 5749, + 5887, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_drift_results": [ - 5776, + 5914, { "distinct_on": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "limit": [ @@ -177046,19 +180581,19 @@ export default { 41 ], "order_by": [ - 5805, + 5943, "[utility_drift_results_order_by!]" ], "where": [ - 5795 + 5933 ] } ], "utility_drift_results_aggregate": [ - 5777, + 5915, { "distinct_on": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "limit": [ @@ -177068,32 +180603,32 @@ export default { 41 ], "order_by": [ - 5805, + 5943, "[utility_drift_results_order_by!]" ], "where": [ - 5795 + 5933 ] } ], "utility_drift_results_by_pk": [ - 5776, + 5914, { "utility_drift_scan_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_drift_scans": [ - 5835, + 5973, { "distinct_on": [ - 5850, + 5988, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -177103,19 +180638,19 @@ export default { 41 ], "order_by": [ - 5848, + 5986, "[utility_drift_scans_order_by!]" ], "where": [ - 5839 + 5977 ] } ], "utility_drift_scans_aggregate": [ - 5836, + 5974, { "distinct_on": [ - 5850, + 5988, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -177125,28 +180660,28 @@ export default { 41 ], "order_by": [ - 5848, + 5986, "[utility_drift_scans_order_by!]" ], "where": [ - 5839 + 5977 ] } ], "utility_drift_scans_by_pk": [ - 5835, + 5973, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_favorites": [ - 5863, + 6001, { "distinct_on": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -177156,19 +180691,19 @@ export default { 41 ], "order_by": [ - 5882, + 6020, "[utility_lineup_favorites_order_by!]" ], "where": [ - 5872 + 6010 ] } ], "utility_lineup_favorites_aggregate": [ - 5864, + 6002, { "distinct_on": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -177178,32 +180713,32 @@ export default { 41 ], "order_by": [ - 5882, + 6020, "[utility_lineup_favorites_order_by!]" ], "where": [ - 5872 + 6010 ] } ], "utility_lineup_favorites_by_pk": [ - 5863, + 6001, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_progress": [ - 5904, + 6042, { "distinct_on": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -177213,19 +180748,19 @@ export default { 41 ], "order_by": [ - 5933, + 6071, "[utility_lineup_progress_order_by!]" ], "where": [ - 5923 + 6061 ] } ], "utility_lineup_progress_aggregate": [ - 5905, + 6043, { "distinct_on": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -177235,32 +180770,32 @@ export default { 41 ], "order_by": [ - 5933, + 6071, "[utility_lineup_progress_order_by!]" ], "where": [ - 5923 + 6061 ] } ], "utility_lineup_progress_by_pk": [ - 5904, + 6042, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_renders": [ - 5963, + 6101, { "distinct_on": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -177270,19 +180805,19 @@ export default { 41 ], "order_by": [ - 5988, + 6126, "[utility_lineup_renders_order_by!]" ], "where": [ - 5975 + 6113 ] } ], "utility_lineup_renders_aggregate": [ - 5964, + 6102, { "distinct_on": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -177292,28 +180827,28 @@ export default { 41 ], "order_by": [ - 5988, + 6126, "[utility_lineup_renders_order_by!]" ], "where": [ - 5975 + 6113 ] } ], "utility_lineup_renders_by_pk": [ - 5963, + 6101, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_repairs": [ - 6013, + 6151, { "distinct_on": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -177323,19 +180858,19 @@ export default { 41 ], "order_by": [ - 6042, + 6180, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6032 + 6170 ] } ], "utility_lineup_repairs_aggregate": [ - 6014, + 6152, { "distinct_on": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -177345,28 +180880,28 @@ export default { 41 ], "order_by": [ - 6042, + 6180, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6032 + 6170 ] } ], "utility_lineup_repairs_by_pk": [ - 6013, + 6151, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_votes": [ - 6072, + 6210, { "distinct_on": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -177376,19 +180911,19 @@ export default { 41 ], "order_by": [ - 6091, + 6229, "[utility_lineup_votes_order_by!]" ], "where": [ - 6081 + 6219 ] } ], "utility_lineup_votes_aggregate": [ - 6073, + 6211, { "distinct_on": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -177398,32 +180933,32 @@ export default { 41 ], "order_by": [ - 6091, + 6229, "[utility_lineup_votes_order_by!]" ], "where": [ - 6081 + 6219 ] } ], "utility_lineup_votes_by_pk": [ - 6072, + 6210, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineups": [ - 6113, + 6251, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -177433,19 +180968,19 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_aggregate": [ - 6114, + 6252, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -177455,28 +180990,28 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_by_pk": [ - 6113, + 6251, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_meta_lineups": [ - 6182, + 6320, { "distinct_on": [ - 6196, + 6334, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -177486,19 +181021,19 @@ export default { 41 ], "order_by": [ - 6194, + 6332, "[utility_meta_lineups_order_by!]" ], "where": [ - 6186 + 6324 ] } ], "utility_meta_lineups_aggregate": [ - 6183, + 6321, { "distinct_on": [ - 6196, + 6334, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -177508,16 +181043,16 @@ export default { 41 ], "order_by": [ - 6194, + 6332, "[utility_meta_lineups_order_by!]" ], "where": [ - 6186 + 6324 ] } ], "utility_meta_lineups_by_pk": [ - 6182, + 6320, { "lineup_bucket": [ 85, @@ -177526,10 +181061,10 @@ export default { } ], "utility_playbook_steps": [ - 6209, + 6347, { "distinct_on": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -177539,19 +181074,19 @@ export default { 41 ], "order_by": [ - 6228, + 6366, "[utility_playbook_steps_order_by!]" ], "where": [ - 6218 + 6356 ] } ], "utility_playbook_steps_aggregate": [ - 6210, + 6348, { "distinct_on": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -177561,28 +181096,28 @@ export default { 41 ], "order_by": [ - 6228, + 6366, "[utility_playbook_steps_order_by!]" ], "where": [ - 6218 + 6356 ] } ], "utility_playbook_steps_by_pk": [ - 6209, + 6347, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_playbooks": [ - 6250, + 6388, { "distinct_on": [ - 6265, + 6403, "[utility_playbooks_select_column!]" ], "limit": [ @@ -177592,19 +181127,19 @@ export default { 41 ], "order_by": [ - 6263, + 6401, "[utility_playbooks_order_by!]" ], "where": [ - 6254 + 6392 ] } ], "utility_playbooks_aggregate": [ - 6251, + 6389, { "distinct_on": [ - 6265, + 6403, "[utility_playbooks_select_column!]" ], "limit": [ @@ -177614,28 +181149,28 @@ export default { 41 ], "order_by": [ - 6263, + 6401, "[utility_playbooks_order_by!]" ], "where": [ - 6254 + 6392 ] } ], "utility_playbooks_by_pk": [ - 6250, + 6388, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_practice_invites": [ - 6278, + 6416, { "distinct_on": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -177645,19 +181180,19 @@ export default { 41 ], "order_by": [ - 6297, + 6435, "[utility_practice_invites_order_by!]" ], "where": [ - 6287 + 6425 ] } ], "utility_practice_invites_aggregate": [ - 6279, + 6417, { "distinct_on": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -177667,32 +181202,32 @@ export default { 41 ], "order_by": [ - 6297, + 6435, "[utility_practice_invites_order_by!]" ], "where": [ - 6287 + 6425 ] } ], "utility_practice_invites_by_pk": [ - 6278, + 6416, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_practice_session_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_practice_sessions": [ - 6319, + 6457, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -177702,19 +181237,19 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], "utility_practice_sessions_aggregate": [ - 6320, + 6458, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -177724,28 +181259,28 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], "utility_practice_sessions_by_pk": [ - 6319, + 6457, { "id": [ - 6365, + 6503, "uuid!" ] } ], "v_event_player_stats": [ - 6368, + 6506, { "distinct_on": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -177755,19 +181290,19 @@ export default { 41 ], "order_by": [ - 6393, + 6531, "[v_event_player_stats_order_by!]" ], "where": [ - 6387 + 6525 ] } ], "v_event_player_stats_aggregate": [ - 6369, + 6507, { "distinct_on": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -177777,19 +181312,19 @@ export default { 41 ], "order_by": [ - 6393, + 6531, "[v_event_player_stats_order_by!]" ], "where": [ - 6387 + 6525 ] } ], "v_gpu_pool_status": [ - 6419, + 6557, { "distinct_on": [ - 6427, + 6565, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -177799,19 +181334,19 @@ export default { 41 ], "order_by": [ - 6426, + 6564, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6423 + 6561 ] } ], "v_gpu_pool_status_aggregate": [ - 6420, + 6558, { "distinct_on": [ - 6427, + 6565, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -177821,19 +181356,19 @@ export default { 41 ], "order_by": [ - 6426, + 6564, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6423 + 6561 ] } ], "v_league_division_standings": [ - 6437, + 6575, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -177843,19 +181378,19 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "v_league_division_standings_aggregate": [ - 6438, + 6576, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -177865,19 +181400,19 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "v_league_season_player_stats": [ - 6470, + 6608, { "distinct_on": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -177887,19 +181422,19 @@ export default { 41 ], "order_by": [ - 6495, + 6633, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6489 + 6627 ] } ], "v_league_season_player_stats_aggregate": [ - 6471, + 6609, { "distinct_on": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -177909,19 +181444,19 @@ export default { 41 ], "order_by": [ - 6495, + 6633, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6489 + 6627 ] } ], "v_match_captains": [ - 6521, + 6659, { "distinct_on": [ - 6533, + 6671, "[v_match_captains_select_column!]" ], "limit": [ @@ -177931,19 +181466,19 @@ export default { 41 ], "order_by": [ - 6532, + 6670, "[v_match_captains_order_by!]" ], "where": [ - 6525 + 6663 ] } ], "v_match_captains_aggregate": [ - 6522, + 6660, { "distinct_on": [ - 6533, + 6671, "[v_match_captains_select_column!]" ], "limit": [ @@ -177953,19 +181488,19 @@ export default { 41 ], "order_by": [ - 6532, + 6670, "[v_match_captains_order_by!]" ], "where": [ - 6525 + 6663 ] } ], "v_match_clutches": [ - 6545, + 6683, { "distinct_on": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "limit": [ @@ -177975,19 +181510,19 @@ export default { 41 ], "order_by": [ - 6560, + 6698, "[v_match_clutches_order_by!]" ], "where": [ - 6554 + 6692 ] } ], "v_match_clutches_aggregate": [ - 6546, + 6684, { "distinct_on": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "limit": [ @@ -177997,19 +181532,19 @@ export default { 41 ], "order_by": [ - 6560, + 6698, "[v_match_clutches_order_by!]" ], "where": [ - 6554 + 6692 ] } ], "v_match_kill_pairs": [ - 6578, + 6716, { "distinct_on": [ - 6586, + 6724, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -178019,19 +181554,19 @@ export default { 41 ], "order_by": [ - 6585, + 6723, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6582 + 6720 ] } ], "v_match_kill_pairs_aggregate": [ - 6579, + 6717, { "distinct_on": [ - 6586, + 6724, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -178041,19 +181576,19 @@ export default { 41 ], "order_by": [ - 6585, + 6723, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6582 + 6720 ] } ], "v_match_lineup_buy_types": [ - 6596, + 6734, { "distinct_on": [ - 6604, + 6742, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -178063,19 +181598,19 @@ export default { 41 ], "order_by": [ - 6603, + 6741, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6600 + 6738 ] } ], "v_match_lineup_buy_types_aggregate": [ - 6597, + 6735, { "distinct_on": [ - 6604, + 6742, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -178085,19 +181620,19 @@ export default { 41 ], "order_by": [ - 6603, + 6741, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6600 + 6738 ] } ], "v_match_lineup_map_stats": [ - 6614, + 6752, { "distinct_on": [ - 6622, + 6760, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -178107,19 +181642,19 @@ export default { 41 ], "order_by": [ - 6621, + 6759, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6618 + 6756 ] } ], "v_match_lineup_map_stats_aggregate": [ - 6615, + 6753, { "distinct_on": [ - 6622, + 6760, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -178129,19 +181664,19 @@ export default { 41 ], "order_by": [ - 6621, + 6759, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6618 + 6756 ] } ], "v_match_map_backup_rounds": [ - 6632, + 6770, { "distinct_on": [ - 6643, + 6781, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -178151,19 +181686,19 @@ export default { 41 ], "order_by": [ - 6642, + 6780, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6636 + 6774 ] } ], "v_match_map_backup_rounds_aggregate": [ - 6633, + 6771, { "distinct_on": [ - 6643, + 6781, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -178173,19 +181708,19 @@ export default { 41 ], "order_by": [ - 6642, + 6780, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6636 + 6774 ] } ], "v_match_player_buy_types": [ - 6655, + 6793, { "distinct_on": [ - 6663, + 6801, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -178195,19 +181730,19 @@ export default { 41 ], "order_by": [ - 6662, + 6800, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6659 + 6797 ] } ], "v_match_player_buy_types_aggregate": [ - 6656, + 6794, { "distinct_on": [ - 6663, + 6801, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -178217,19 +181752,19 @@ export default { 41 ], "order_by": [ - 6662, + 6800, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6659 + 6797 ] } ], "v_match_player_opening_duels": [ - 6673, + 6811, { "distinct_on": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -178239,19 +181774,19 @@ export default { 41 ], "order_by": [ - 6688, + 6826, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6682 + 6820 ] } ], "v_match_player_opening_duels_aggregate": [ - 6674, + 6812, { "distinct_on": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -178261,19 +181796,19 @@ export default { 41 ], "order_by": [ - 6688, + 6826, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6682 + 6820 ] } ], "v_player_arch_nemesis": [ - 6706, + 6844, { "distinct_on": [ - 6714, + 6852, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -178283,19 +181818,19 @@ export default { 41 ], "order_by": [ - 6713, + 6851, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6710 + 6848 ] } ], "v_player_arch_nemesis_aggregate": [ - 6707, + 6845, { "distinct_on": [ - 6714, + 6852, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -178305,19 +181840,19 @@ export default { 41 ], "order_by": [ - 6713, + 6851, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6710 + 6848 ] } ], "v_player_damage": [ - 6724, + 6862, { "distinct_on": [ - 6732, + 6870, "[v_player_damage_select_column!]" ], "limit": [ @@ -178327,19 +181862,19 @@ export default { 41 ], "order_by": [ - 6731, + 6869, "[v_player_damage_order_by!]" ], "where": [ - 6728 + 6866 ] } ], "v_player_damage_aggregate": [ - 6725, + 6863, { "distinct_on": [ - 6732, + 6870, "[v_player_damage_select_column!]" ], "limit": [ @@ -178349,19 +181884,19 @@ export default { 41 ], "order_by": [ - 6731, + 6869, "[v_player_damage_order_by!]" ], "where": [ - 6728 + 6866 ] } ], "v_player_elo": [ - 6742, + 6880, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -178371,19 +181906,19 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "v_player_elo_aggregate": [ - 6743, + 6881, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -178393,19 +181928,19 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "v_player_map_losses": [ - 6793, + 6931, { "distinct_on": [ - 6801, + 6939, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -178415,19 +181950,19 @@ export default { 41 ], "order_by": [ - 6800, + 6938, "[v_player_map_losses_order_by!]" ], "where": [ - 6797 + 6935 ] } ], "v_player_map_losses_aggregate": [ - 6794, + 6932, { "distinct_on": [ - 6801, + 6939, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -178437,19 +181972,19 @@ export default { 41 ], "order_by": [ - 6800, + 6938, "[v_player_map_losses_order_by!]" ], "where": [ - 6797 + 6935 ] } ], "v_player_map_wins": [ - 6811, + 6949, { "distinct_on": [ - 6819, + 6957, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -178459,19 +181994,19 @@ export default { 41 ], "order_by": [ - 6818, + 6956, "[v_player_map_wins_order_by!]" ], "where": [ - 6815 + 6953 ] } ], "v_player_map_wins_aggregate": [ - 6812, + 6950, { "distinct_on": [ - 6819, + 6957, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -178481,19 +182016,19 @@ export default { 41 ], "order_by": [ - 6818, + 6956, "[v_player_map_wins_order_by!]" ], "where": [ - 6815 + 6953 ] } ], "v_player_match_head_to_head": [ - 6829, + 6967, { "distinct_on": [ - 6837, + 6975, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -178503,19 +182038,19 @@ export default { 41 ], "order_by": [ - 6836, + 6974, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6833 + 6971 ] } ], "v_player_match_head_to_head_aggregate": [ - 6830, + 6968, { "distinct_on": [ - 6837, + 6975, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -178525,19 +182060,19 @@ export default { 41 ], "order_by": [ - 6836, + 6974, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6833 + 6971 ] } ], "v_player_match_map_hltv": [ - 6847, + 6985, { "distinct_on": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -178547,19 +182082,19 @@ export default { 41 ], "order_by": [ - 6864, + 7002, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6856 + 6994 ] } ], "v_player_match_map_hltv_aggregate": [ - 6848, + 6986, { "distinct_on": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -178569,19 +182104,19 @@ export default { 41 ], "order_by": [ - 6864, + 7002, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6856 + 6994 ] } ], "v_player_match_map_roles": [ - 6884, + 7022, { "distinct_on": [ - 6892, + 7030, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -178591,19 +182126,19 @@ export default { 41 ], "order_by": [ - 6891, + 7029, "[v_player_match_map_roles_order_by!]" ], "where": [ - 6888 + 7026 ] } ], "v_player_match_map_roles_aggregate": [ - 6885, + 7023, { "distinct_on": [ - 6892, + 7030, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -178613,19 +182148,19 @@ export default { 41 ], "order_by": [ - 6891, + 7029, "[v_player_match_map_roles_order_by!]" ], "where": [ - 6888 + 7026 ] } ], "v_player_match_performance": [ - 6902, + 7040, { "distinct_on": [ - 6910, + 7048, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -178635,19 +182170,19 @@ export default { 41 ], "order_by": [ - 6909, + 7047, "[v_player_match_performance_order_by!]" ], "where": [ - 6906 + 7044 ] } ], "v_player_match_performance_aggregate": [ - 6903, + 7041, { "distinct_on": [ - 6910, + 7048, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -178657,19 +182192,19 @@ export default { 41 ], "order_by": [ - 6909, + 7047, "[v_player_match_performance_order_by!]" ], "where": [ - 6906 + 7044 ] } ], "v_player_match_rating": [ - 6920, + 7058, { "distinct_on": [ - 6928, + 7066, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -178679,19 +182214,19 @@ export default { 41 ], "order_by": [ - 6927, + 7065, "[v_player_match_rating_order_by!]" ], "where": [ - 6924 + 7062 ] } ], "v_player_match_rating_aggregate": [ - 6921, + 7059, { "distinct_on": [ - 6928, + 7066, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -178701,19 +182236,19 @@ export default { 41 ], "order_by": [ - 6927, + 7065, "[v_player_match_rating_order_by!]" ], "where": [ - 6924 + 7062 ] } ], "v_player_multi_kills": [ - 6938, + 7076, { "distinct_on": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -178723,19 +182258,19 @@ export default { 41 ], "order_by": [ - 6953, + 7091, "[v_player_multi_kills_order_by!]" ], "where": [ - 6947 + 7085 ] } ], "v_player_multi_kills_aggregate": [ - 6939, + 7077, { "distinct_on": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -178745,19 +182280,19 @@ export default { 41 ], "order_by": [ - 6953, + 7091, "[v_player_multi_kills_order_by!]" ], "where": [ - 6947 + 7085 ] } ], "v_player_queue_partners": [ - 6971, + 7109, { "distinct_on": [ - 6979, + 7117, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -178767,19 +182302,19 @@ export default { 41 ], "order_by": [ - 6978, + 7116, "[v_player_queue_partners_order_by!]" ], "where": [ - 6975 + 7113 ] } ], "v_player_queue_partners_aggregate": [ - 6972, + 7110, { "distinct_on": [ - 6979, + 7117, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -178789,19 +182324,19 @@ export default { 41 ], "order_by": [ - 6978, + 7116, "[v_player_queue_partners_order_by!]" ], "where": [ - 6975 + 7113 ] } ], "v_player_weapon_damage": [ - 6989, + 7127, { "distinct_on": [ - 6997, + 7135, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -178811,19 +182346,19 @@ export default { 41 ], "order_by": [ - 6996, + 7134, "[v_player_weapon_damage_order_by!]" ], "where": [ - 6993 + 7131 ] } ], "v_player_weapon_damage_aggregate": [ - 6990, + 7128, { "distinct_on": [ - 6997, + 7135, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -178833,19 +182368,19 @@ export default { 41 ], "order_by": [ - 6996, + 7134, "[v_player_weapon_damage_order_by!]" ], "where": [ - 6993 + 7131 ] } ], "v_player_weapon_kills": [ - 7007, + 7145, { "distinct_on": [ - 7015, + 7153, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -178855,19 +182390,19 @@ export default { 41 ], "order_by": [ - 7014, + 7152, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7011 + 7149 ] } ], "v_player_weapon_kills_aggregate": [ - 7008, + 7146, { "distinct_on": [ - 7015, + 7153, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -178877,19 +182412,19 @@ export default { 41 ], "order_by": [ - 7014, + 7152, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7011 + 7149 ] } ], "v_pool_maps": [ - 7025, + 7163, { "distinct_on": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "limit": [ @@ -178899,19 +182434,19 @@ export default { 41 ], "order_by": [ - 7041, + 7179, "[v_pool_maps_order_by!]" ], "where": [ - 7034 + 7172 ] } ], "v_pool_maps_aggregate": [ - 7026, + 7164, { "distinct_on": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "limit": [ @@ -178921,19 +182456,19 @@ export default { 41 ], "order_by": [ - 7041, + 7179, "[v_pool_maps_order_by!]" ], "where": [ - 7034 + 7172 ] } ], "v_steam_account_pool_status": [ - 7049, + 7187, { "distinct_on": [ - 7057, + 7195, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -178943,19 +182478,19 @@ export default { 41 ], "order_by": [ - 7056, + 7194, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7053 + 7191 ] } ], "v_steam_account_pool_status_aggregate": [ - 7050, + 7188, { "distinct_on": [ - 7057, + 7195, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -178965,19 +182500,19 @@ export default { 41 ], "order_by": [ - 7056, + 7194, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7053 + 7191 ] } ], "v_team_ranks": [ - 7067, + 7205, { "distinct_on": [ - 7077, + 7215, "[v_team_ranks_select_column!]" ], "limit": [ @@ -178987,19 +182522,19 @@ export default { 41 ], "order_by": [ - 7076, + 7214, "[v_team_ranks_order_by!]" ], "where": [ - 7071 + 7209 ] } ], "v_team_ranks_aggregate": [ - 7068, + 7206, { "distinct_on": [ - 7077, + 7215, "[v_team_ranks_select_column!]" ], "limit": [ @@ -179009,19 +182544,19 @@ export default { 41 ], "order_by": [ - 7076, + 7214, "[v_team_ranks_order_by!]" ], "where": [ - 7071 + 7209 ] } ], "v_team_reputation": [ - 7087, + 7225, { "distinct_on": [ - 7097, + 7235, "[v_team_reputation_select_column!]" ], "limit": [ @@ -179031,19 +182566,19 @@ export default { 41 ], "order_by": [ - 7096, + 7234, "[v_team_reputation_order_by!]" ], "where": [ - 7091 + 7229 ] } ], "v_team_reputation_aggregate": [ - 7088, + 7226, { "distinct_on": [ - 7097, + 7235, "[v_team_reputation_select_column!]" ], "limit": [ @@ -179053,19 +182588,19 @@ export default { 41 ], "order_by": [ - 7096, + 7234, "[v_team_reputation_order_by!]" ], "where": [ - 7091 + 7229 ] } ], "v_team_stage_results": [ - 7107, + 7245, { "distinct_on": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -179075,19 +182610,19 @@ export default { 41 ], "order_by": [ - 7137, + 7275, "[v_team_stage_results_order_by!]" ], "where": [ - 7126 + 7264 ] } ], "v_team_stage_results_aggregate": [ - 7108, + 7246, { "distinct_on": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -179097,32 +182632,32 @@ export default { 41 ], "order_by": [ - 7137, + 7275, "[v_team_stage_results_order_by!]" ], "where": [ - 7126 + 7264 ] } ], "v_team_stage_results_by_pk": [ - 7107, + 7245, { "tournament_stage_id": [ - 6365, + 6503, "uuid!" ], "tournament_team_id": [ - 6365, + 6503, "uuid!" ] } ], "v_team_tournament_results": [ - 7167, + 7305, { "distinct_on": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -179132,19 +182667,19 @@ export default { 41 ], "order_by": [ - 7192, + 7330, "[v_team_tournament_results_order_by!]" ], "where": [ - 7186 + 7324 ] } ], "v_team_tournament_results_aggregate": [ - 7168, + 7306, { "distinct_on": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -179154,19 +182689,19 @@ export default { 41 ], "order_by": [ - 7192, + 7330, "[v_team_tournament_results_order_by!]" ], "where": [ - 7186 + 7324 ] } ], "v_tournament_player_stats": [ - 7218, + 7356, { "distinct_on": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -179176,19 +182711,19 @@ export default { 41 ], "order_by": [ - 7243, + 7381, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7237 + 7375 ] } ], "v_tournament_player_stats_aggregate": [ - 7219, + 7357, { "distinct_on": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -179198,16 +182733,16 @@ export default { 41 ], "order_by": [ - 7243, + 7381, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7237 + 7375 ] } ], "webPushStatus": [ - 152 + 153 ], "__typename": [ 85 @@ -179218,7 +182753,7 @@ export default { 61, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -179227,17 +182762,17 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "reset_status": [ 85 ], "scheduled_at": [ - 5153 + 5196 ], "winning_lineup_id": [ - 6365 + 6503 ] } ], @@ -179245,7 +182780,7 @@ export default { 88, { "invite_id": [ - 6365, + 6503, "uuid!" ], "type": [ @@ -179289,7 +182824,7 @@ export default { 88, { "draftGameId": [ - 6365, + 6503, "uuid!" ], "lineup": [ @@ -179325,20 +182860,20 @@ export default { "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "approve_league_season_movements": [ - 2585, + 2628, { "args": [ - 240, + 241, "approve_league_season_movements_args!" ], "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -179348,11 +182883,11 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], @@ -179360,7 +182895,7 @@ export default { 81 ], "attachDemo": [ - 150 + 151 ], "backfillSeasonElo": [ 64, @@ -179375,7 +182910,7 @@ export default { 74 ], "backfillUtilityLaunchSeeds": [ - 120, + 121, { "limit": [ 41 @@ -179386,7 +182921,7 @@ export default { 88, { "game_server_node_id": [ - 6365, + 6503, "uuid!" ] } @@ -179407,7 +182942,7 @@ export default { 88, { "game_server_node_id": [ - 6365, + 6503, "uuid!" ] } @@ -179416,7 +182951,7 @@ export default { 88, { "job_id": [ - 6365, + 6503, "uuid!" ] } @@ -179425,7 +182960,7 @@ export default { 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -179434,7 +182969,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -179452,7 +182987,7 @@ export default { 88, { "request_id": [ - 6365, + 6503, "uuid!" ] } @@ -179461,19 +182996,19 @@ export default { 88, { "render_id": [ - 6365, + 6503, "uuid!" ] } ], "changeUtilityPracticeMap": [ - 130, + 131, { "lineup_id": [ - 6365 + 6503 ], "lineup_ids": [ - 6365, + 6503, "[uuid!]" ], "map_name": [ @@ -179481,10 +183016,10 @@ export default { "String!" ], "scratch": [ - 141 + 142 ], "session_id": [ - 6365, + 6503, "uuid!" ] } @@ -179493,16 +183028,28 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } ], + "checkIntoTournament": [ + 88, + { + "tournament_id": [ + 6503, + "uuid!" + ], + "tournament_team_id": [ + 6503 + ] + } + ], "clearClipRenderBatch": [ 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -179511,7 +183058,7 @@ export default { 88 ], "clearFinishedUtilityLineupRenders": [ - 139 + 140 ], "clearPendingMatchImport": [ 57, @@ -179523,14 +183070,14 @@ export default { } ], "clone_league_season": [ - 2552, + 2595, { "args": [ - 392, + 393, "clone_league_season_args!" ], "distinct_on": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "limit": [ @@ -179540,11 +183087,20 @@ export default { 41 ], "order_by": [ - 2569, + 2612, "[league_seasons_order_by!]" ], "where": [ - 2557 + 2600 + ] + } + ], + "continueTournamentCheckIn": [ + 88, + { + "tournament_id": [ + 6503, + "uuid!" ] } ], @@ -179552,11 +183108,11 @@ export default { 88, { "proposed_scheduled_at": [ - 5153, + 5196, "timestamptz!" ], "request_id": [ - 6365, + 6503, "uuid!" ] } @@ -179577,7 +183133,7 @@ export default { 41 ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "preset": [ @@ -179612,7 +183168,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -179621,7 +183177,7 @@ export default { 17, { "settings": [ - 2349, + 2392, "jsonb!" ] } @@ -179638,7 +183194,7 @@ export default { "ScheduledLineupInput!" ], "options": [ - 2349, + 2392, "jsonb!" ], "scheduled_at": [ @@ -179667,7 +183223,7 @@ export default { 88, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -179676,7 +183232,7 @@ export default { 88, { "clip_id": [ - 6365, + 6503, "uuid!" ] } @@ -179694,7 +183250,7 @@ export default { 88, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -179728,7 +183284,7 @@ export default { 88, { "tournament_id": [ - 6365, + 6503, "uuid!" ] } @@ -179737,7 +183293,7 @@ export default { 88, { "render_id": [ - 6365, + 6503, "uuid!" ] } @@ -179746,119 +183302,119 @@ export default { 88, { "playbook_id": [ - 6365, + 6503, "uuid!" ] } ], "delete__map_pool": [ - 161, + 162, { "where": [ - 156, + 157, "_map_pool_bool_exp!" ] } ], "delete__map_pool_by_pk": [ - 153, + 154, { "map_id": [ - 6365, + 6503, "uuid!" ], "map_pool_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_abandoned_matches": [ - 189, + 190, { "where": [ - 181, + 182, "abandoned_matches_bool_exp!" ] } ], "delete_abandoned_matches_by_pk": [ - 172, + 173, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_api_keys": [ - 223, + 224, { "where": [ - 217, + 218, "api_keys_bool_exp!" ] } ], "delete_api_keys_by_pk": [ - 213, + 214, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_award_recipients": [ - 258, + 259, { "where": [ - 250, + 251, "award_recipients_bool_exp!" ] } ], "delete_award_recipients_by_pk": [ - 241, + 242, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_awards": [ - 292, + 293, { "where": [ - 286, + 287, "awards_bool_exp!" ] } ], "delete_awards_by_pk": [ - 282, + 283, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_chat_read_state": [ - 325, + 326, { "where": [ - 319, + 320, "chat_read_state_bool_exp!" ] } ], "delete_chat_read_state_by_pk": [ - 315, + 316, { "steam_id": [ - 310, + 311, "bigint!" ], "thread": [ @@ -179868,168 +183424,168 @@ export default { } ], "delete_clip_render_jobs": [ - 365, + 366, { "where": [ - 354, + 355, "clip_render_jobs_bool_exp!" ] } ], "delete_clip_render_jobs_by_pk": [ - 342, + 343, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_custom_pages": [ - 408, + 409, { "where": [ - 399, + 400, "custom_pages_bool_exp!" ] } ], "delete_custom_pages_by_pk": [ - 394, + 395, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_db_backups": [ - 436, + 437, { "where": [ - 430, + 431, "db_backups_bool_exp!" ] } ], "delete_db_backups_by_pk": [ - 426, + 427, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_direct_conversations": [ - 463, + 464, { "where": [ - 457, + 458, "direct_conversations_bool_exp!" ] } ], "delete_direct_conversations_by_pk": [ - 453, + 454, { "room_id": [ 85, "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_direct_messages": [ - 490, + 491, { "where": [ - 484, + 485, "direct_messages_bool_exp!" ] } ], "delete_direct_messages_by_pk": [ - 480, + 481, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_draft_game_picks": [ - 526, + 527, { "where": [ - 518, + 519, "draft_game_picks_bool_exp!" ] } ], "delete_draft_game_picks_by_pk": [ - 507, + 508, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_draft_game_players": [ - 571, + 572, { "where": [ - 563, + 564, "draft_game_players_bool_exp!" ] } ], "delete_draft_game_players_by_pk": [ - 552, + 553, { "draft_game_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_draft_games": [ - 616, + 617, { "where": [ - 608, + 609, "draft_games_bool_exp!" ] } ], "delete_draft_games_by_pk": [ - 597, + 598, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_e_award_sources": [ - 653, + 654, { "where": [ - 646, + 647, "e_award_sources_bool_exp!" ] } ], "delete_e_award_sources_by_pk": [ - 643, + 644, { "value": [ 85, @@ -180038,16 +183594,16 @@ export default { } ], "delete_e_award_tiers": [ - 673, + 674, { "where": [ - 666, + 667, "e_award_tiers_bool_exp!" ] } ], "delete_e_award_tiers_by_pk": [ - 663, + 664, { "value": [ 85, @@ -180056,16 +183612,16 @@ export default { } ], "delete_e_check_in_settings": [ - 693, + 694, { "where": [ - 686, + 687, "e_check_in_settings_bool_exp!" ] } ], "delete_e_check_in_settings_by_pk": [ - 683, + 684, { "value": [ 85, @@ -180074,16 +183630,16 @@ export default { } ], "delete_e_draft_game_captain_selection": [ - 713, + 714, { "where": [ - 706, + 707, "e_draft_game_captain_selection_bool_exp!" ] } ], "delete_e_draft_game_captain_selection_by_pk": [ - 703, + 704, { "value": [ 85, @@ -180092,16 +183648,16 @@ export default { } ], "delete_e_draft_game_draft_order": [ - 734, + 735, { "where": [ - 727, + 728, "e_draft_game_draft_order_bool_exp!" ] } ], "delete_e_draft_game_draft_order_by_pk": [ - 724, + 725, { "value": [ 85, @@ -180110,16 +183666,16 @@ export default { } ], "delete_e_draft_game_mode": [ - 755, + 756, { "where": [ - 748, + 749, "e_draft_game_mode_bool_exp!" ] } ], "delete_e_draft_game_mode_by_pk": [ - 745, + 746, { "value": [ 85, @@ -180128,16 +183684,16 @@ export default { } ], "delete_e_draft_game_player_status": [ - 776, + 777, { "where": [ - 769, + 770, "e_draft_game_player_status_bool_exp!" ] } ], "delete_e_draft_game_player_status_by_pk": [ - 766, + 767, { "value": [ 85, @@ -180146,16 +183702,16 @@ export default { } ], "delete_e_draft_game_status": [ - 797, + 798, { "where": [ - 790, + 791, "e_draft_game_status_bool_exp!" ] } ], "delete_e_draft_game_status_by_pk": [ - 787, + 788, { "value": [ 85, @@ -180164,16 +183720,16 @@ export default { } ], "delete_e_event_media_access": [ - 818, + 819, { "where": [ - 811, + 812, "e_event_media_access_bool_exp!" ] } ], "delete_e_event_media_access_by_pk": [ - 808, + 809, { "value": [ 85, @@ -180182,16 +183738,16 @@ export default { } ], "delete_e_event_visibility": [ - 838, + 839, { "where": [ - 831, + 832, "e_event_visibility_bool_exp!" ] } ], "delete_e_event_visibility_by_pk": [ - 828, + 829, { "value": [ 85, @@ -180200,16 +183756,16 @@ export default { } ], "delete_e_friend_status": [ - 858, + 859, { "where": [ - 851, + 852, "e_friend_status_bool_exp!" ] } ], "delete_e_friend_status_by_pk": [ - 848, + 849, { "value": [ 85, @@ -180218,16 +183774,16 @@ export default { } ], "delete_e_game_cfg_types": [ - 879, + 880, { "where": [ - 872, + 873, "e_game_cfg_types_bool_exp!" ] } ], "delete_e_game_cfg_types_by_pk": [ - 869, + 870, { "value": [ 85, @@ -180236,16 +183792,16 @@ export default { } ], "delete_e_game_plugin_channels": [ - 899, + 900, { "where": [ - 892, + 893, "e_game_plugin_channels_bool_exp!" ] } ], "delete_e_game_plugin_channels_by_pk": [ - 889, + 890, { "value": [ 85, @@ -180254,16 +183810,16 @@ export default { } ], "delete_e_game_plugin_install_statuses": [ - 919, + 920, { "where": [ - 912, + 913, "e_game_plugin_install_statuses_bool_exp!" ] } ], "delete_e_game_plugin_install_statuses_by_pk": [ - 909, + 910, { "value": [ 85, @@ -180272,16 +183828,16 @@ export default { } ], "delete_e_game_plugin_kinds": [ - 939, + 940, { "where": [ - 932, + 933, "e_game_plugin_kinds_bool_exp!" ] } ], "delete_e_game_plugin_kinds_by_pk": [ - 929, + 930, { "value": [ 85, @@ -180290,16 +183846,16 @@ export default { } ], "delete_e_game_server_node_statuses": [ - 959, + 960, { "where": [ - 952, + 953, "e_game_server_node_statuses_bool_exp!" ] } ], "delete_e_game_server_node_statuses_by_pk": [ - 949, + 950, { "value": [ 85, @@ -180308,16 +183864,16 @@ export default { } ], "delete_e_league_movement_types": [ - 980, + 981, { "where": [ - 973, + 974, "e_league_movement_types_bool_exp!" ] } ], "delete_e_league_movement_types_by_pk": [ - 970, + 971, { "value": [ 85, @@ -180326,16 +183882,16 @@ export default { } ], "delete_e_league_proposal_statuses": [ - 1001, + 1002, { "where": [ - 994, + 995, "e_league_proposal_statuses_bool_exp!" ] } ], "delete_e_league_proposal_statuses_by_pk": [ - 991, + 992, { "value": [ 85, @@ -180344,16 +183900,16 @@ export default { } ], "delete_e_league_registration_statuses": [ - 1022, + 1023, { "where": [ - 1015, + 1016, "e_league_registration_statuses_bool_exp!" ] } ], "delete_e_league_registration_statuses_by_pk": [ - 1012, + 1013, { "value": [ 85, @@ -180362,16 +183918,16 @@ export default { } ], "delete_e_league_season_statuses": [ - 1043, + 1044, { "where": [ - 1036, + 1037, "e_league_season_statuses_bool_exp!" ] } ], "delete_e_league_season_statuses_by_pk": [ - 1033, + 1034, { "value": [ 85, @@ -180380,16 +183936,16 @@ export default { } ], "delete_e_lobby_access": [ - 1064, + 1065, { "where": [ - 1057, + 1058, "e_lobby_access_bool_exp!" ] } ], "delete_e_lobby_access_by_pk": [ - 1054, + 1055, { "value": [ 85, @@ -180398,16 +183954,16 @@ export default { } ], "delete_e_lobby_player_status": [ - 1085, + 1086, { "where": [ - 1078, + 1079, "e_lobby_player_status_bool_exp!" ] } ], "delete_e_lobby_player_status_by_pk": [ - 1075, + 1076, { "value": [ 85, @@ -180416,16 +183972,16 @@ export default { } ], "delete_e_map_pool_types": [ - 1105, + 1106, { "where": [ - 1098, + 1099, "e_map_pool_types_bool_exp!" ] } ], "delete_e_map_pool_types_by_pk": [ - 1095, + 1096, { "value": [ 85, @@ -180434,16 +183990,16 @@ export default { } ], "delete_e_match_clip_visibility": [ - 1126, + 1127, { "where": [ - 1119, + 1120, "e_match_clip_visibility_bool_exp!" ] } ], "delete_e_match_clip_visibility_by_pk": [ - 1116, + 1117, { "value": [ 85, @@ -180452,16 +184008,16 @@ export default { } ], "delete_e_match_map_status": [ - 1146, + 1147, { "where": [ - 1139, + 1140, "e_match_map_status_bool_exp!" ] } ], "delete_e_match_map_status_by_pk": [ - 1136, + 1137, { "value": [ 85, @@ -180470,16 +184026,16 @@ export default { } ], "delete_e_match_mode": [ - 1167, + 1168, { "where": [ - 1160, + 1161, "e_match_mode_bool_exp!" ] } ], "delete_e_match_mode_by_pk": [ - 1157, + 1158, { "value": [ 85, @@ -180488,16 +184044,16 @@ export default { } ], "delete_e_match_party_sources": [ - 1187, + 1188, { "where": [ - 1180, + 1181, "e_match_party_sources_bool_exp!" ] } ], "delete_e_match_party_sources_by_pk": [ - 1177, + 1178, { "value": [ 85, @@ -180506,16 +184062,16 @@ export default { } ], "delete_e_match_status": [ - 1207, + 1208, { "where": [ - 1200, + 1201, "e_match_status_bool_exp!" ] } ], "delete_e_match_status_by_pk": [ - 1197, + 1198, { "value": [ 85, @@ -180524,16 +184080,16 @@ export default { } ], "delete_e_match_types": [ - 1228, + 1229, { "where": [ - 1221, + 1222, "e_match_types_bool_exp!" ] } ], "delete_e_match_types_by_pk": [ - 1218, + 1219, { "value": [ 85, @@ -180542,16 +184098,16 @@ export default { } ], "delete_e_notification_types": [ - 1249, + 1250, { "where": [ - 1242, + 1243, "e_notification_types_bool_exp!" ] } ], "delete_e_notification_types_by_pk": [ - 1239, + 1240, { "value": [ 85, @@ -180560,16 +184116,16 @@ export default { } ], "delete_e_objective_types": [ - 1269, + 1270, { "where": [ - 1262, + 1263, "e_objective_types_bool_exp!" ] } ], "delete_e_objective_types_by_pk": [ - 1259, + 1260, { "value": [ 85, @@ -180578,16 +184134,16 @@ export default { } ], "delete_e_player_roles": [ - 1289, + 1290, { "where": [ - 1282, + 1283, "e_player_roles_bool_exp!" ] } ], "delete_e_player_roles_by_pk": [ - 1279, + 1280, { "value": [ 85, @@ -180596,16 +184152,16 @@ export default { } ], "delete_e_plugin_runtimes": [ - 1309, + 1310, { "where": [ - 1302, + 1303, "e_plugin_runtimes_bool_exp!" ] } ], "delete_e_plugin_runtimes_by_pk": [ - 1299, + 1300, { "value": [ 85, @@ -180614,16 +184170,16 @@ export default { } ], "delete_e_ready_settings": [ - 1329, + 1330, { "where": [ - 1322, + 1323, "e_ready_settings_bool_exp!" ] } ], "delete_e_ready_settings_by_pk": [ - 1319, + 1320, { "value": [ 85, @@ -180632,16 +184188,16 @@ export default { } ], "delete_e_sanction_types": [ - 1349, + 1350, { "where": [ - 1342, + 1343, "e_sanction_types_bool_exp!" ] } ], "delete_e_sanction_types_by_pk": [ - 1339, + 1340, { "value": [ 85, @@ -180650,16 +184206,16 @@ export default { } ], "delete_e_scrim_request_statuses": [ - 1370, + 1371, { "where": [ - 1363, + 1364, "e_scrim_request_statuses_bool_exp!" ] } ], "delete_e_scrim_request_statuses_by_pk": [ - 1360, + 1361, { "value": [ 85, @@ -180668,16 +184224,16 @@ export default { } ], "delete_e_server_types": [ - 1390, + 1391, { "where": [ - 1383, + 1384, "e_server_types_bool_exp!" ] } ], "delete_e_server_types_by_pk": [ - 1380, + 1381, { "value": [ 85, @@ -180686,16 +184242,16 @@ export default { } ], "delete_e_sides": [ - 1410, + 1411, { "where": [ - 1403, + 1404, "e_sides_bool_exp!" ] } ], "delete_e_sides_by_pk": [ - 1400, + 1401, { "value": [ 85, @@ -180704,16 +184260,16 @@ export default { } ], "delete_e_system_alert_types": [ - 1430, + 1431, { "where": [ - 1423, + 1424, "e_system_alert_types_bool_exp!" ] } ], "delete_e_system_alert_types_by_pk": [ - 1420, + 1421, { "value": [ 85, @@ -180722,16 +184278,16 @@ export default { } ], "delete_e_team_roles": [ - 1450, + 1451, { "where": [ - 1443, + 1444, "e_team_roles_bool_exp!" ] } ], "delete_e_team_roles_by_pk": [ - 1440, + 1441, { "value": [ 85, @@ -180740,16 +184296,16 @@ export default { } ], "delete_e_team_roster_statuses": [ - 1471, + 1472, { "where": [ - 1464, + 1465, "e_team_roster_statuses_bool_exp!" ] } ], "delete_e_team_roster_statuses_by_pk": [ - 1461, + 1462, { "value": [ 85, @@ -180758,16 +184314,16 @@ export default { } ], "delete_e_timeout_settings": [ - 1491, + 1492, { "where": [ - 1484, + 1485, "e_timeout_settings_bool_exp!" ] } ], "delete_e_timeout_settings_by_pk": [ - 1481, + 1482, { "value": [ 85, @@ -180776,16 +184332,52 @@ export default { } ], "delete_e_tournament_categories": [ - 1511, + 1512, { "where": [ - 1504, + 1505, "e_tournament_categories_bool_exp!" ] } ], "delete_e_tournament_categories_by_pk": [ - 1501, + 1502, + { + "value": [ + 85, + "String!" + ] + } + ], + "delete_e_tournament_free_agent_statuses": [ + 1533, + { + "where": [ + 1526, + "e_tournament_free_agent_statuses_bool_exp!" + ] + } + ], + "delete_e_tournament_free_agent_statuses_by_pk": [ + 1523, + { + "value": [ + 85, + "String!" + ] + } + ], + "delete_e_tournament_registration_types": [ + 1554, + { + "where": [ + 1547, + "e_tournament_registration_types_bool_exp!" + ] + } + ], + "delete_e_tournament_registration_types_by_pk": [ + 1544, { "value": [ 85, @@ -180794,16 +184386,16 @@ export default { } ], "delete_e_tournament_stage_types": [ - 1532, + 1574, { "where": [ - 1525, + 1567, "e_tournament_stage_types_bool_exp!" ] } ], "delete_e_tournament_stage_types_by_pk": [ - 1522, + 1564, { "value": [ 85, @@ -180812,16 +184404,16 @@ export default { } ], "delete_e_tournament_status": [ - 1553, + 1595, { "where": [ - 1546, + 1588, "e_tournament_status_bool_exp!" ] } ], "delete_e_tournament_status_by_pk": [ - 1543, + 1585, { "value": [ 85, @@ -180830,16 +184422,16 @@ export default { } ], "delete_e_utility_practice_access": [ - 1574, + 1616, { "where": [ - 1567, + 1609, "e_utility_practice_access_bool_exp!" ] } ], "delete_e_utility_practice_access_by_pk": [ - 1564, + 1606, { "value": [ 85, @@ -180848,16 +184440,16 @@ export default { } ], "delete_e_utility_practice_statuses": [ - 1594, + 1636, { "where": [ - 1587, + 1629, "e_utility_practice_statuses_bool_exp!" ] } ], "delete_e_utility_practice_statuses_by_pk": [ - 1584, + 1626, { "value": [ 85, @@ -180866,16 +184458,16 @@ export default { } ], "delete_e_utility_sources": [ - 1615, + 1657, { "where": [ - 1608, + 1650, "e_utility_sources_bool_exp!" ] } ], "delete_e_utility_sources_by_pk": [ - 1605, + 1647, { "value": [ 85, @@ -180884,16 +184476,16 @@ export default { } ], "delete_e_utility_techniques": [ - 1635, + 1677, { "where": [ - 1628, + 1670, "e_utility_techniques_bool_exp!" ] } ], "delete_e_utility_techniques_by_pk": [ - 1625, + 1667, { "value": [ 85, @@ -180902,16 +184494,16 @@ export default { } ], "delete_e_utility_throw_strengths": [ - 1655, + 1697, { "where": [ - 1648, + 1690, "e_utility_throw_strengths_bool_exp!" ] } ], "delete_e_utility_throw_strengths_by_pk": [ - 1645, + 1687, { "value": [ 85, @@ -180920,16 +184512,16 @@ export default { } ], "delete_e_utility_types": [ - 1675, + 1717, { "where": [ - 1668, + 1710, "e_utility_types_bool_exp!" ] } ], "delete_e_utility_types_by_pk": [ - 1665, + 1707, { "value": [ 85, @@ -180938,16 +184530,16 @@ export default { } ], "delete_e_utility_visibility": [ - 1695, + 1737, { "where": [ - 1688, + 1730, "e_utility_visibility_bool_exp!" ] } ], "delete_e_utility_visibility_by_pk": [ - 1685, + 1727, { "value": [ 85, @@ -180956,16 +184548,16 @@ export default { } ], "delete_e_veto_pick_types": [ - 1715, + 1757, { "where": [ - 1708, + 1750, "e_veto_pick_types_bool_exp!" ] } ], "delete_e_veto_pick_types_by_pk": [ - 1705, + 1747, { "value": [ 85, @@ -180974,16 +184566,16 @@ export default { } ], "delete_e_winning_reasons": [ - 1735, + 1777, { "where": [ - 1728, + 1770, "e_winning_reasons_bool_exp!" ] } ], "delete_e_winning_reasons_by_pk": [ - 1725, + 1767, { "value": [ 85, @@ -180992,209 +184584,209 @@ export default { } ], "delete_event_match_links": [ - 1753, + 1795, { "where": [ - 1748, + 1790, "event_match_links_bool_exp!" ] } ], "delete_event_match_links_by_pk": [ - 1745, + 1787, { "event_id": [ - 6365, + 6503, "uuid!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_event_media": [ - 1780, + 1822, { "where": [ - 1772, + 1814, "event_media_bool_exp!" ] } ], "delete_event_media_by_pk": [ - 1763, + 1805, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_event_media_players": [ - 1802, + 1844, { "where": [ - 1794, + 1836, "event_media_players_bool_exp!" ] } ], "delete_event_media_players_by_pk": [ - 1785, + 1827, { "media_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_event_organizers": [ - 1863, + 1905, { "where": [ - 1855, + 1897, "event_organizers_bool_exp!" ] } ], "delete_event_organizers_by_pk": [ - 1846, + 1888, { "event_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_event_players": [ - 1904, + 1946, { "where": [ - 1896, + 1938, "event_players_bool_exp!" ] } ], "delete_event_players_by_pk": [ - 1887, + 1929, { "event_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_event_teams": [ - 1942, + 1984, { "where": [ - 1935, + 1977, "event_teams_bool_exp!" ] } ], "delete_event_teams_by_pk": [ - 1928, + 1970, { "event_id": [ - 6365, + 6503, "uuid!" ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_event_tournaments": [ - 1966, + 2008, { "where": [ - 1959, + 2001, "event_tournaments_bool_exp!" ] } ], "delete_event_tournaments_by_pk": [ - 1952, + 1994, { "event_id": [ - 6365, + 6503, "uuid!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_events": [ - 1986, + 2028, { "where": [ - 1980, + 2022, "events_bool_exp!" ] } ], "delete_events_by_pk": [ - 1976, + 2018, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_friends": [ - 2016, + 2058, { "where": [ - 2010, + 2052, "friends_bool_exp!" ] } ], "delete_friends_by_pk": [ - 2006, + 2048, { "other_player_steam_id": [ - 310, + 311, "bigint!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_game_mode_plugins": [ - 2056, + 2098, { "where": [ - 2045, + 2087, "game_mode_plugins_bool_exp!" ] } ], "delete_game_mode_plugins_by_pk": [ - 2033, + 2075, { "game_mode_id": [ - 6365, + 6503, "uuid!" ], "plugin_slug": [ @@ -181204,34 +184796,34 @@ export default { } ], "delete_game_modes": [ - 2091, + 2133, { "where": [ - 2086, + 2128, "game_modes_bool_exp!" ] } ], "delete_game_modes_by_pk": [ - 2083, + 2125, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_game_plugin_installs": [ - 2110, + 2152, { "where": [ - 2105, + 2147, "game_plugin_installs_bool_exp!" ] } ], "delete_game_plugin_installs_by_pk": [ - 2102, + 2144, { "plugin_slug": [ 85, @@ -181240,23 +184832,23 @@ export default { } ], "delete_game_plugin_versions": [ - 2139, + 2181, { "where": [ - 2131, + 2173, "game_plugin_versions_bool_exp!" ] } ], "delete_game_plugin_versions_by_pk": [ - 2120, + 2162, { "plugin_slug": [ 85, "String!" ], "runtime": [ - 1304, + 1305, "e_plugin_runtimes_enum!" ], "version": [ @@ -181266,16 +184858,16 @@ export default { } ], "delete_game_plugins": [ - 2178, + 2220, { "where": [ - 2170, + 2212, "game_plugins_bool_exp!" ] } ], "delete_game_plugins_by_pk": [ - 2165, + 2207, { "slug": [ 85, @@ -181284,34 +184876,34 @@ export default { } ], "delete_game_server_node_plugins": [ - 2213, + 2255, { "where": [ - 2206, + 2248, "game_server_node_plugins_bool_exp!" ] } ], "delete_game_server_node_plugins_by_pk": [ - 2197, + 2239, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_game_server_nodes": [ - 2248, + 2290, { "where": [ - 2237, + 2279, "game_server_nodes_bool_exp!" ] } ], "delete_game_server_nodes_by_pk": [ - 2225, + 2267, { "id": [ 85, @@ -181320,16 +184912,16 @@ export default { } ], "delete_game_versions": [ - 2290, + 2332, { "where": [ - 2281, + 2323, "game_versions_bool_exp!" ] } ], "delete_game_versions_by_pk": [ - 2276, + 2318, { "build_id": [ 41, @@ -181338,267 +184930,267 @@ export default { } ], "delete_gamedata_signature_validations": [ - 2323, + 2365, { "where": [ - 2314, + 2356, "gamedata_signature_validations_bool_exp!" ] } ], "delete_gamedata_signature_validations_by_pk": [ - 2309, + 2351, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_leaderboard_entries": [ - 2361, + 2404, { "where": [ - 2356, + 2399, "leaderboard_entries_bool_exp!" ] } ], "delete_league_divisions": [ - 2386, + 2429, { "where": [ - 2380, + 2423, "league_divisions_bool_exp!" ] } ], "delete_league_divisions_by_pk": [ - 2376, + 2419, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_match_weeks": [ - 2421, + 2464, { "where": [ - 2413, + 2456, "league_match_weeks_bool_exp!" ] } ], "delete_league_match_weeks_by_pk": [ - 2404, + 2447, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_relegation_playoffs": [ - 2462, + 2505, { "where": [ - 2454, + 2497, "league_relegation_playoffs_bool_exp!" ] } ], "delete_league_relegation_playoffs_by_pk": [ - 2445, + 2488, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_scheduling_proposals": [ - 2503, + 2546, { "where": [ - 2495, + 2538, "league_scheduling_proposals_bool_exp!" ] } ], "delete_league_scheduling_proposals_by_pk": [ - 2486, + 2529, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_season_divisions": [ - 2541, + 2584, { "where": [ - 2534, + 2577, "league_season_divisions_bool_exp!" ] } ], "delete_league_season_divisions_by_pk": [ - 2527, + 2570, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_seasons": [ - 2566, + 2609, { "where": [ - 2557, + 2600, "league_seasons_bool_exp!" ] } ], "delete_league_seasons_by_pk": [ - 2552, + 2595, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_team_movements": [ - 2602, + 2645, { "where": [ - 2594, + 2637, "league_team_movements_bool_exp!" ] } ], "delete_league_team_movements_by_pk": [ - 2585, + 2628, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_team_rosters": [ - 2643, + 2686, { "where": [ - 2635, + 2678, "league_team_rosters_bool_exp!" ] } ], "delete_league_team_rosters_by_pk": [ - 2626, + 2669, { "league_team_season_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_league_team_seasons": [ - 2684, + 2727, { "where": [ - 2676, + 2719, "league_team_seasons_bool_exp!" ] } ], "delete_league_team_seasons_by_pk": [ - 2667, + 2710, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_league_teams": [ - 2717, + 2760, { "where": [ - 2712, + 2755, "league_teams_bool_exp!" ] } ], "delete_league_teams_by_pk": [ - 2709, + 2752, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_lobbies": [ - 2736, + 2779, { "where": [ - 2731, + 2774, "lobbies_bool_exp!" ] } ], "delete_lobbies_by_pk": [ - 2728, + 2771, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_lobby_players": [ - 2766, + 2809, { "where": [ - 2758, + 2801, "lobby_players_bool_exp!" ] } ], "delete_lobby_players_by_pk": [ - 2747, + 2790, { "lobby_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_map_callouts": [ - 2804, + 2847, { "where": [ - 2796, + 2839, "map_callouts_bool_exp!" ] } ], "delete_map_callouts_by_pk": [ - 2792, + 2835, { "map_name": [ 85, @@ -181611,286 +185203,286 @@ export default { } ], "delete_map_pools": [ - 2823, + 2866, { "where": [ - 2818, + 2861, "map_pools_bool_exp!" ] } ], "delete_map_pools_by_pk": [ - 2815, + 2858, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_maps": [ - 2850, + 2893, { "where": [ - 2843, + 2886, "maps_bool_exp!" ] } ], "delete_maps_by_pk": [ - 2834, + 2877, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_clips": [ - 2880, + 2923, { "where": [ - 2872, + 2915, "match_clips_bool_exp!" ] } ], "delete_match_clips_by_pk": [ - 2863, + 2906, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_demo_sessions": [ - 2926, + 2969, { "where": [ - 2915, + 2958, "match_demo_sessions_bool_exp!" ] } ], "delete_match_demo_sessions_by_pk": [ - 2905, + 2948, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_lineup_players": [ - 2970, + 3013, { "where": [ - 2962, + 3005, "match_lineup_players_bool_exp!" ] } ], "delete_match_lineup_players_by_pk": [ - 2951, + 2994, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_lineups": [ - 3013, + 3056, { "where": [ - 3005, + 3048, "match_lineups_bool_exp!" ] } ], "delete_match_lineups_by_pk": [ - 2996, + 3039, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_map_demos": [ - 3061, + 3104, { "where": [ - 3050, + 3093, "match_map_demos_bool_exp!" ] } ], "delete_match_map_demos_by_pk": [ - 3038, + 3081, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_map_rounds": [ - 3106, + 3149, { "where": [ - 3098, + 3141, "match_map_rounds_bool_exp!" ] } ], "delete_match_map_rounds_by_pk": [ - 3089, + 3132, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_map_veto_picks": [ - 3146, + 3189, { "where": [ - 3139, + 3182, "match_map_veto_picks_bool_exp!" ] } ], "delete_match_map_veto_picks_by_pk": [ - 3130, + 3173, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_maps": [ - 3175, + 3218, { "where": [ - 3167, + 3210, "match_maps_bool_exp!" ] } ], "delete_match_maps_by_pk": [ - 3158, + 3201, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_options": [ - 3219, + 3262, { "where": [ - 3211, + 3254, "match_options_bool_exp!" ] } ], "delete_match_options_by_pk": [ - 3200, + 3243, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_region_veto_picks": [ - 3262, + 3305, { "where": [ - 3255, + 3298, "match_region_veto_picks_bool_exp!" ] } ], "delete_match_region_veto_picks_by_pk": [ - 3246, + 3289, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_streams": [ - 3297, + 3340, { "where": [ - 3286, + 3329, "match_streams_bool_exp!" ] } ], "delete_match_streams_by_pk": [ - 3274, + 3317, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_match_type_cfgs": [ - 3332, + 3375, { "where": [ - 3327, + 3370, "match_type_cfgs_bool_exp!" ] } ], "delete_match_type_cfgs_by_pk": [ - 3324, + 3367, { "type": [ - 874, + 875, "e_game_cfg_types_enum!" ] } ], "delete_matches": [ - 3361, + 3404, { "where": [ - 3353, + 3396, "matches_bool_exp!" ] } ], "delete_matches_by_pk": [ - 3342, + 3385, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_migration_hashes_hashes": [ - 3396, + 3439, { "where": [ - 3391, + 3434, "migration_hashes_hashes_bool_exp!" ] } ], "delete_migration_hashes_hashes_by_pk": [ - 3388, + 3431, { "name": [ 85, @@ -181899,43 +185491,43 @@ export default { } ], "delete_my_friends": [ - 3428, + 3471, { "where": [ - 3418, + 3461, "my_friends_bool_exp!" ] } ], "delete_news_articles": [ - 3462, + 3505, { "where": [ - 3456, + 3499, "news_articles_bool_exp!" ] } ], "delete_news_articles_by_pk": [ - 3452, + 3495, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_notification_preferences": [ - 3489, + 3532, { "where": [ - 3483, + 3526, "notification_preferences_bool_exp!" ] } ], "delete_notification_preferences_by_pk": [ - 3479, + 3522, { "channel": [ 85, @@ -181946,109 +185538,109 @@ export default { "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_notifications": [ - 3529, + 3572, { "where": [ - 3518, + 3561, "notifications_bool_exp!" ] } ], "delete_notifications_by_pk": [ - 3506, + 3549, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_pending_match_import_players": [ - 3576, + 3619, { "where": [ - 3568, + 3611, "pending_match_import_players_bool_exp!" ] } ], "delete_pending_match_import_players_by_pk": [ - 3559, + 3602, { "steam_id": [ - 310, + 311, "bigint!" ], "valve_match_id": [ - 3556, + 3599, "numeric!" ] } ], "delete_pending_match_imports": [ - 3610, + 3653, { "where": [ - 3604, + 3647, "pending_match_imports_bool_exp!" ] } ], "delete_pending_match_imports_by_pk": [ - 3600, + 3643, { "valve_match_id": [ - 3556, + 3599, "numeric!" ] } ], "delete_player_aim_stats_demo": [ - 3638, + 3681, { "where": [ - 3632, + 3675, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 3628, + 3671, { "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 3672, + 3715, { "where": [ - 3664, + 3707, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 3655, + 3698, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ], "weapon_class": [ @@ -182058,179 +185650,179 @@ export default { } ], "delete_player_assists": [ - 3715, + 3758, { "where": [ - 3707, + 3750, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 3696, + 3739, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "delete_player_damages": [ - 3776, + 3819, { "where": [ - 3768, + 3811, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 3759, + 3802, { "id": [ - 6365, + 6503, "uuid!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "delete_player_elo": [ - 3810, + 3853, { "where": [ - 3804, + 3847, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 3800, + 3843, { "match_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ], "type": [ - 1223, + 1224, "e_match_types_enum!" ] } ], "delete_player_faceit_rank_history": [ - 3844, + 3887, { "where": [ - 3836, + 3879, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 3827, + 3870, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_player_flashes": [ - 3887, + 3930, { "where": [ - 3879, + 3922, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 3868, + 3911, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "delete_player_kills": [ - 3973, + 4016, { "where": [ - 3924, + 3967, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 3913, + 3956, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 3942, + 3985, { "where": [ - 3934, + 3977, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 3925, + 3968, { "player_steam_id": [ - 310, + 311, "bigint!" ], "with": [ @@ -182240,258 +185832,258 @@ export default { } ], "delete_player_leaderboard_rank": [ - 4008, + 4051, { "where": [ - 4003, + 4046, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 4039, + 4082, { "where": [ - 4031, + 4074, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 4022, + 4065, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_player_objectives": [ - 4131, + 4174, { "where": [ - 4123, + 4166, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 4114, + 4157, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 4190, + 4233, { "where": [ - 4182, + 4225, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 4173, + 4216, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_player_sanctions": [ - 4231, + 4274, { "where": [ - 4223, + 4266, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 4214, + 4257, { "created_at": [ - 5153, + 5196, "timestamptz!" ], "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_player_season_stats": [ - 4282, + 4325, { "where": [ - 4274, + 4317, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 4255, + 4298, { "player_steam_id": [ - 310, + 311, "bigint!" ], "season_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_player_stats": [ - 4324, + 4367, { "where": [ - 4318, + 4361, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 4314, + 4357, { "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_player_steam_bot_friend": [ - 4356, + 4399, { "where": [ - 4347, + 4390, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 4342, + 4385, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_player_steam_match_auth": [ - 4384, + 4427, { "where": [ - 4378, + 4421, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 4374, + 4417, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_player_unused_utility": [ - 4418, + 4461, { "where": [ - 4410, + 4453, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 4401, + 4444, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_player_utility": [ - 4459, + 4502, { "where": [ - 4451, + 4494, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 4442, + 4485, { "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "delete_players": [ - 4526, + 4569, { "where": [ - 4520, + 4563, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 4516, + 4559, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "delete_plugin_versions": [ - 4554, + 4597, { "where": [ - 4548, + 4591, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 4544, + 4587, { "runtime": [ - 1304, + 1305, "e_plugin_runtimes_enum!" ], "version": [ @@ -182501,61 +186093,61 @@ export default { } ], "delete_push_subscriptions": [ - 4581, + 4624, { "where": [ - 4575, + 4618, "push_subscriptions_bool_exp!" ] } ], "delete_push_subscriptions_by_pk": [ - 4571, + 4614, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_role_permissions": [ - 4609, + 4652, { "where": [ - 4605, + 4648, "role_permissions_bool_exp!" ] } ], "delete_seasons": [ - 4626, + 4669, { "where": [ - 4620, + 4663, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 4616, + 4659, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_server_regions": [ - 4653, + 4696, { "where": [ - 4648, + 4691, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 4644, + 4687, { "value": [ 85, @@ -182564,34 +186156,34 @@ export default { } ], "delete_servers": [ - 4694, + 4737, { "where": [ - 4683, + 4726, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 4671, + 4714, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_settings": [ - 4730, + 4773, { "where": [ - 4725, + 4768, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 4722, + 4765, { "name": [ 85, @@ -182600,708 +186192,757 @@ export default { } ], "delete_steam_account_claims": [ - 4756, + 4799, { "where": [ - 4749, + 4792, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 4742, + 4785, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_steam_accounts": [ - 4776, + 4819, { "where": [ - 4770, + 4813, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 4766, + 4809, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_system_alerts": [ - 4804, + 4847, { "where": [ - 4798, + 4841, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 4794, + 4837, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_invites": [ - 4838, + 4881, { "where": [ - 4830, + 4873, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 4821, + 4864, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_roster": [ - 4881, + 4924, { "where": [ - 4873, + 4916, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 4862, + 4905, { "player_steam_id": [ - 310, + 311, "bigint!" ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 4917, + 4960, { "where": [ - 4911, + 4954, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 4907, + 4950, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_scrim_availability": [ - 4950, + 4993, { "where": [ - 4943, + 4986, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 4934, + 4977, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 4979, + 5022, { "where": [ - 4971, + 5014, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 4962, + 5005, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_scrim_requests": [ - 5022, + 5065, { "where": [ - 5014, + 5057, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 5003, + 5046, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_scrim_settings": [ - 5059, + 5102, { "where": [ - 5053, + 5096, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 5049, + 5092, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_team_suggestions": [ - 5087, + 5130, { "where": [ - 5081, + 5124, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 5077, + 5120, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_teams": [ - 5123, + 5166, { "where": [ - 5115, + 5158, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 5104, + 5147, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_awards": [ - 5172, + 5215, { "where": [ - 5164, + 5207, "tournament_awards_bool_exp!" ] } ], "delete_tournament_awards_by_pk": [ - 5155, + 5198, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_brackets": [ - 5216, + 5259, { "where": [ - 5208, + 5251, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 5197, + 5240, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_categories": [ - 5257, + 5300, { "where": [ - 5250, + 5293, "tournament_categories_bool_exp!" ] } ], "delete_tournament_categories_by_pk": [ - 5243, + 5286, { "category": [ - 1506, + 1507, "e_tournament_categories_enum!" ], "tournament_id": [ - 6365, + 6503, + "uuid!" + ] + } + ], + "delete_tournament_free_agents": [ + 5327, + { + "where": [ + 5319, + "tournament_free_agents_bool_exp!" + ] + } + ], + "delete_tournament_free_agents_by_pk": [ + 5310, + { + "id": [ + 6503, "uuid!" ] } ], + "delete_tournament_leaderboard_entries": [ + 5360, + { + "where": [ + 5355, + "tournament_leaderboard_entries_bool_exp!" + ] + } + ], "delete_tournament_organizer_teams": [ - 5281, + 5388, { "where": [ - 5274, + 5381, "tournament_organizer_teams_bool_exp!" ] } ], "delete_tournament_organizer_teams_by_pk": [ - 5267, + 5374, { "team_id": [ - 6365, + 6503, "uuid!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_organizers": [ - 5308, + 5415, { "where": [ - 5300, + 5407, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 5291, + 5398, { "steam_id": [ - 310, + 311, "bigint!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_prizes": [ - 5349, + 5456, { "where": [ - 5341, + 5448, "tournament_prizes_bool_exp!" ] } ], "delete_tournament_prizes_by_pk": [ - 5332, + 5439, { "id": [ - 6365, + 6503, + "uuid!" + ] + } + ], + "delete_tournament_registration_unlocks": [ + 5490, + { + "where": [ + 5484, + "tournament_registration_unlocks_bool_exp!" + ] + } + ], + "delete_tournament_registration_unlocks_by_pk": [ + 5480, + { + "player_steam_id": [ + 311, + "bigint!" + ], + "tournament_id": [ + 6503, "uuid!" ] } ], "delete_tournament_stage_windows": [ - 5390, + 5524, { "where": [ - 5382, + 5516, "tournament_stage_windows_bool_exp!" ] } ], "delete_tournament_stage_windows_by_pk": [ - 5373, + 5507, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_stages": [ - 5437, + 5571, { "where": [ - 5426, + 5560, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 5414, + 5548, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_team_invites": [ - 5482, + 5616, { "where": [ - 5474, + 5608, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 5465, + 5599, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_team_roster": [ - 5523, + 5657, { "where": [ - 5515, + 5649, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 5506, + 5640, { "player_steam_id": [ - 310, + 311, "bigint!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournament_teams": [ - 5564, + 5700, { "where": [ - 5556, + 5692, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 5547, + 5681, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_tournaments": [ - 5618, + 5756, { "where": [ - 5610, + 5748, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 5589, + 5727, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_collection_items": [ - 5670, + 5808, { "where": [ - 5662, + 5800, "utility_collection_items_bool_exp!" ] } ], "delete_utility_collection_items_by_pk": [ - 5653, + 5791, { "collection_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_collections": [ - 5704, + 5842, { "where": [ - 5698, + 5836, "utility_collections_bool_exp!" ] } ], "delete_utility_collections_by_pk": [ - 5694, + 5832, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_demo_mines": [ - 5732, + 5870, { "where": [ - 5726, + 5864, "utility_demo_mines_bool_exp!" ] } ], "delete_utility_demo_mines_by_pk": [ - 5722, + 5860, { "match_map_demo_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_demo_throws": [ - 5759, + 5897, { "where": [ - 5753, + 5891, "utility_demo_throws_bool_exp!" ] } ], "delete_utility_demo_throws_by_pk": [ - 5749, + 5887, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_drift_results": [ - 5803, + 5941, { "where": [ - 5795, + 5933, "utility_drift_results_bool_exp!" ] } ], "delete_utility_drift_results_by_pk": [ - 5776, + 5914, { "utility_drift_scan_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_drift_scans": [ - 5845, + 5983, { "where": [ - 5839, + 5977, "utility_drift_scans_bool_exp!" ] } ], "delete_utility_drift_scans_by_pk": [ - 5835, + 5973, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_lineup_favorites": [ - 5880, + 6018, { "where": [ - 5872, + 6010, "utility_lineup_favorites_bool_exp!" ] } ], "delete_utility_lineup_favorites_by_pk": [ - 5863, + 6001, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_lineup_progress": [ - 5931, + 6069, { "where": [ - 5923, + 6061, "utility_lineup_progress_bool_exp!" ] } ], "delete_utility_lineup_progress_by_pk": [ - 5904, + 6042, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_lineup_renders": [ - 5986, + 6124, { "where": [ - 5975, + 6113, "utility_lineup_renders_bool_exp!" ] } ], "delete_utility_lineup_renders_by_pk": [ - 5963, + 6101, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_lineup_repairs": [ - 6040, + 6178, { "where": [ - 6032, + 6170, "utility_lineup_repairs_bool_exp!" ] } ], "delete_utility_lineup_repairs_by_pk": [ - 6013, + 6151, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_lineup_votes": [ - 6089, + 6227, { "where": [ - 6081, + 6219, "utility_lineup_votes_bool_exp!" ] } ], "delete_utility_lineup_votes_by_pk": [ - 6072, + 6210, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_lineups": [ - 6146, + 6284, { "where": [ - 6135, + 6273, "utility_lineups_bool_exp!" ] } ], "delete_utility_lineups_by_pk": [ - 6113, + 6251, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_meta_lineups": [ - 6192, + 6330, { "where": [ - 6186, + 6324, "utility_meta_lineups_bool_exp!" ] } ], "delete_utility_meta_lineups_by_pk": [ - 6182, + 6320, { "lineup_bucket": [ 85, @@ -183310,135 +186951,135 @@ export default { } ], "delete_utility_playbook_steps": [ - 6226, + 6364, { "where": [ - 6218, + 6356, "utility_playbook_steps_bool_exp!" ] } ], "delete_utility_playbook_steps_by_pk": [ - 6209, + 6347, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_playbooks": [ - 6260, + 6398, { "where": [ - 6254, + 6392, "utility_playbooks_bool_exp!" ] } ], "delete_utility_playbooks_by_pk": [ - 6250, + 6388, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_practice_invites": [ - 6295, + 6433, { "where": [ - 6287, + 6425, "utility_practice_invites_bool_exp!" ] } ], "delete_utility_practice_invites_by_pk": [ - 6278, + 6416, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_practice_session_id": [ - 6365, + 6503, "uuid!" ] } ], "delete_utility_practice_sessions": [ - 6338, + 6476, { "where": [ - 6330, + 6468, "utility_practice_sessions_bool_exp!" ] } ], "delete_utility_practice_sessions_by_pk": [ - 6319, + 6457, { "id": [ - 6365, + 6503, "uuid!" ] } ], "delete_v_match_captains": [ - 6530, + 6668, { "where": [ - 6525, + 6663, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 6641, + 6779, { "where": [ - 6636, + 6774, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 6863, + 7001, { "where": [ - 6856, + 6994, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 7040, + 7178, { "where": [ - 7034, + 7172, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 7134, + 7272, { "where": [ - 7126, + 7264, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 7107, + 7245, { "tournament_stage_id": [ - 6365, + 6503, "uuid!" ], "tournament_team_id": [ - 6365, + 6503, "uuid!" ] } @@ -183447,7 +187088,7 @@ export default { 88, { "invite_id": [ - 6365, + 6503, "uuid!" ], "type": [ @@ -183464,35 +187105,57 @@ export default { "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], + "draftTournamentTeams": [ + 112, + { + "tournament_id": [ + 6503, + "uuid!" + ] + } + ], + "extendTournamentCheckIn": [ + 88, + { + "minutes": [ + 41, + "Int!" + ], + "tournament_id": [ + 6503, + "uuid!" + ] + } + ], "forfeitMatch": [ 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "winning_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "forkUtilityLineup": [ - 121, + 122, { "collection_id": [ - 6365 + 6503 ], "name": [ 85 ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } @@ -183501,7 +187164,7 @@ export default { 46, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -183525,14 +187188,14 @@ export default { 5, { "award_id": [ - 6365, + 6503, "uuid!" ], "event_id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "note": [ 85 @@ -183541,4681 +187204,4795 @@ export default { 85 ], "season_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ], "tournament_id": [ - 6365 + 6503 ] } ], "importUtilityLineups": [ - 119, + 120, { "dry_run": [ 6 ], "payload": [ - 2349, + 2392, "jsonb!" ] } ], "insert__map_pool": [ - 161, + 162, { "objects": [ - 158, + 159, "[_map_pool_insert_input!]!" ], "on_conflict": [ - 162 + 163 ] } ], "insert__map_pool_one": [ - 153, + 154, { "object": [ - 158, + 159, "_map_pool_insert_input!" ], "on_conflict": [ - 162 + 163 ] } ], "insert_abandoned_matches": [ - 189, + 190, { "objects": [ - 184, + 185, "[abandoned_matches_insert_input!]!" ], "on_conflict": [ - 190 + 191 ] } ], "insert_abandoned_matches_one": [ - 172, + 173, { "object": [ - 184, + 185, "abandoned_matches_insert_input!" ], "on_conflict": [ - 190 + 191 ] } ], "insert_api_keys": [ - 223, + 224, { "objects": [ - 220, + 221, "[api_keys_insert_input!]!" ], "on_conflict": [ - 224 + 225 ] } ], "insert_api_keys_one": [ - 213, + 214, { "object": [ - 220, + 221, "api_keys_insert_input!" ], "on_conflict": [ - 224 + 225 ] } ], "insert_award_recipients": [ - 258, + 259, { "objects": [ - 253, + 254, "[award_recipients_insert_input!]!" ], "on_conflict": [ - 259 + 260 ] } ], "insert_award_recipients_one": [ - 241, + 242, { "object": [ - 253, + 254, "award_recipients_insert_input!" ], "on_conflict": [ - 259 + 260 ] } ], "insert_awards": [ - 292, + 293, { "objects": [ - 289, + 290, "[awards_insert_input!]!" ], "on_conflict": [ - 294 + 295 ] } ], "insert_awards_one": [ - 282, + 283, { "object": [ - 289, + 290, "awards_insert_input!" ], "on_conflict": [ - 294 + 295 ] } ], "insert_chat_read_state": [ - 325, + 326, { "objects": [ - 322, + 323, "[chat_read_state_insert_input!]!" ], "on_conflict": [ - 326 + 327 ] } ], "insert_chat_read_state_one": [ - 315, + 316, { "object": [ - 322, + 323, "chat_read_state_insert_input!" ], "on_conflict": [ - 326 + 327 ] } ], "insert_clip_render_jobs": [ - 365, + 366, { "objects": [ - 360, + 361, "[clip_render_jobs_insert_input!]!" ], "on_conflict": [ - 366 + 367 ] } ], "insert_clip_render_jobs_one": [ - 342, + 343, { "object": [ - 360, + 361, "clip_render_jobs_insert_input!" ], "on_conflict": [ - 366 + 367 ] } ], "insert_custom_pages": [ - 408, + 409, { "objects": [ - 405, + 406, "[custom_pages_insert_input!]!" ], "on_conflict": [ - 409 + 410 ] } ], "insert_custom_pages_one": [ - 394, + 395, { "object": [ - 405, + 406, "custom_pages_insert_input!" ], "on_conflict": [ - 409 + 410 ] } ], "insert_db_backups": [ - 436, + 437, { "objects": [ - 433, + 434, "[db_backups_insert_input!]!" ], "on_conflict": [ - 437 + 438 ] } ], "insert_db_backups_one": [ - 426, + 427, { "object": [ - 433, + 434, "db_backups_insert_input!" ], "on_conflict": [ - 437 + 438 ] } ], "insert_direct_conversations": [ - 463, + 464, { "objects": [ - 460, + 461, "[direct_conversations_insert_input!]!" ], "on_conflict": [ - 464 + 465 ] } ], "insert_direct_conversations_one": [ - 453, + 454, { "object": [ - 460, + 461, "direct_conversations_insert_input!" ], "on_conflict": [ - 464 + 465 ] } ], "insert_direct_messages": [ - 490, + 491, { "objects": [ - 487, + 488, "[direct_messages_insert_input!]!" ], "on_conflict": [ - 491 + 492 ] } ], "insert_direct_messages_one": [ - 480, + 481, { "object": [ - 487, + 488, "direct_messages_insert_input!" ], "on_conflict": [ - 491 + 492 ] } ], "insert_draft_game_picks": [ - 526, + 527, { "objects": [ - 521, + 522, "[draft_game_picks_insert_input!]!" ], "on_conflict": [ - 527 + 528 ] } ], "insert_draft_game_picks_one": [ - 507, + 508, { "object": [ - 521, + 522, "draft_game_picks_insert_input!" ], "on_conflict": [ - 527 + 528 ] } ], "insert_draft_game_players": [ - 571, + 572, { "objects": [ - 566, + 567, "[draft_game_players_insert_input!]!" ], "on_conflict": [ - 572 + 573 ] } ], "insert_draft_game_players_one": [ - 552, + 553, { "object": [ - 566, + 567, "draft_game_players_insert_input!" ], "on_conflict": [ - 572 + 573 ] } ], "insert_draft_games": [ - 616, + 617, { "objects": [ - 611, + 612, "[draft_games_insert_input!]!" ], "on_conflict": [ - 618 + 619 ] } ], "insert_draft_games_one": [ - 597, + 598, { "object": [ - 611, + 612, "draft_games_insert_input!" ], "on_conflict": [ - 618 + 619 ] } ], "insert_e_award_sources": [ - 653, + 654, { "objects": [ - 650, + 651, "[e_award_sources_insert_input!]!" ], "on_conflict": [ - 654 + 655 ] } ], "insert_e_award_sources_one": [ - 643, + 644, { "object": [ - 650, + 651, "e_award_sources_insert_input!" ], "on_conflict": [ - 654 + 655 ] } ], "insert_e_award_tiers": [ - 673, + 674, { "objects": [ - 670, + 671, "[e_award_tiers_insert_input!]!" ], "on_conflict": [ - 674 + 675 ] } ], "insert_e_award_tiers_one": [ - 663, + 664, { "object": [ - 670, + 671, "e_award_tiers_insert_input!" ], "on_conflict": [ - 674 + 675 ] } ], "insert_e_check_in_settings": [ - 693, + 694, { "objects": [ - 690, + 691, "[e_check_in_settings_insert_input!]!" ], "on_conflict": [ - 694 + 695 ] } ], "insert_e_check_in_settings_one": [ - 683, + 684, { "object": [ - 690, + 691, "e_check_in_settings_insert_input!" ], "on_conflict": [ - 694 + 695 ] } ], "insert_e_draft_game_captain_selection": [ - 713, + 714, { "objects": [ - 710, + 711, "[e_draft_game_captain_selection_insert_input!]!" ], "on_conflict": [ - 715 + 716 ] } ], "insert_e_draft_game_captain_selection_one": [ - 703, + 704, { "object": [ - 710, + 711, "e_draft_game_captain_selection_insert_input!" ], "on_conflict": [ - 715 + 716 ] } ], "insert_e_draft_game_draft_order": [ - 734, + 735, { "objects": [ - 731, + 732, "[e_draft_game_draft_order_insert_input!]!" ], "on_conflict": [ - 736 + 737 ] } ], "insert_e_draft_game_draft_order_one": [ - 724, + 725, { "object": [ - 731, + 732, "e_draft_game_draft_order_insert_input!" ], "on_conflict": [ - 736 + 737 ] } ], "insert_e_draft_game_mode": [ - 755, + 756, { "objects": [ - 752, + 753, "[e_draft_game_mode_insert_input!]!" ], "on_conflict": [ - 757 + 758 ] } ], "insert_e_draft_game_mode_one": [ - 745, + 746, { "object": [ - 752, + 753, "e_draft_game_mode_insert_input!" ], "on_conflict": [ - 757 + 758 ] } ], "insert_e_draft_game_player_status": [ - 776, + 777, { "objects": [ - 773, + 774, "[e_draft_game_player_status_insert_input!]!" ], "on_conflict": [ - 778 + 779 ] } ], "insert_e_draft_game_player_status_one": [ - 766, + 767, { "object": [ - 773, + 774, "e_draft_game_player_status_insert_input!" ], "on_conflict": [ - 778 + 779 ] } ], "insert_e_draft_game_status": [ - 797, + 798, { "objects": [ - 794, + 795, "[e_draft_game_status_insert_input!]!" ], "on_conflict": [ - 799 + 800 ] } ], "insert_e_draft_game_status_one": [ - 787, + 788, { "object": [ - 794, + 795, "e_draft_game_status_insert_input!" ], "on_conflict": [ - 799 + 800 ] } ], "insert_e_event_media_access": [ - 818, + 819, { "objects": [ - 815, + 816, "[e_event_media_access_insert_input!]!" ], "on_conflict": [ - 819 + 820 ] } ], "insert_e_event_media_access_one": [ - 808, + 809, { "object": [ - 815, + 816, "e_event_media_access_insert_input!" ], "on_conflict": [ - 819 + 820 ] } ], "insert_e_event_visibility": [ - 838, + 839, { "objects": [ - 835, + 836, "[e_event_visibility_insert_input!]!" ], "on_conflict": [ - 839 + 840 ] } ], "insert_e_event_visibility_one": [ - 828, + 829, { "object": [ - 835, + 836, "e_event_visibility_insert_input!" ], "on_conflict": [ - 839 + 840 ] } ], "insert_e_friend_status": [ - 858, + 859, { "objects": [ - 855, + 856, "[e_friend_status_insert_input!]!" ], "on_conflict": [ - 860 + 861 ] } ], "insert_e_friend_status_one": [ - 848, + 849, { "object": [ - 855, + 856, "e_friend_status_insert_input!" ], "on_conflict": [ - 860 + 861 ] } ], "insert_e_game_cfg_types": [ - 879, + 880, { "objects": [ - 876, + 877, "[e_game_cfg_types_insert_input!]!" ], "on_conflict": [ - 880 + 881 ] } ], "insert_e_game_cfg_types_one": [ - 869, + 870, { "object": [ - 876, + 877, "e_game_cfg_types_insert_input!" ], "on_conflict": [ - 880 + 881 ] } ], "insert_e_game_plugin_channels": [ - 899, + 900, { "objects": [ - 896, + 897, "[e_game_plugin_channels_insert_input!]!" ], "on_conflict": [ - 900 + 901 ] } ], "insert_e_game_plugin_channels_one": [ - 889, + 890, { "object": [ - 896, + 897, "e_game_plugin_channels_insert_input!" ], "on_conflict": [ - 900 + 901 ] } ], "insert_e_game_plugin_install_statuses": [ - 919, + 920, { "objects": [ - 916, + 917, "[e_game_plugin_install_statuses_insert_input!]!" ], "on_conflict": [ - 920 + 921 ] } ], "insert_e_game_plugin_install_statuses_one": [ - 909, + 910, { "object": [ - 916, + 917, "e_game_plugin_install_statuses_insert_input!" ], "on_conflict": [ - 920 + 921 ] } ], "insert_e_game_plugin_kinds": [ - 939, + 940, { "objects": [ - 936, + 937, "[e_game_plugin_kinds_insert_input!]!" ], "on_conflict": [ - 940 + 941 ] } ], "insert_e_game_plugin_kinds_one": [ - 929, + 930, { "object": [ - 936, + 937, "e_game_plugin_kinds_insert_input!" ], "on_conflict": [ - 940 + 941 ] } ], "insert_e_game_server_node_statuses": [ - 959, + 960, { "objects": [ - 956, + 957, "[e_game_server_node_statuses_insert_input!]!" ], "on_conflict": [ - 961 + 962 ] } ], "insert_e_game_server_node_statuses_one": [ - 949, + 950, { "object": [ - 956, + 957, "e_game_server_node_statuses_insert_input!" ], "on_conflict": [ - 961 + 962 ] } ], "insert_e_league_movement_types": [ - 980, + 981, { "objects": [ - 977, + 978, "[e_league_movement_types_insert_input!]!" ], "on_conflict": [ - 982 + 983 ] } ], "insert_e_league_movement_types_one": [ - 970, + 971, { "object": [ - 977, + 978, "e_league_movement_types_insert_input!" ], "on_conflict": [ - 982 + 983 ] } ], "insert_e_league_proposal_statuses": [ - 1001, + 1002, { "objects": [ - 998, + 999, "[e_league_proposal_statuses_insert_input!]!" ], "on_conflict": [ - 1003 + 1004 ] } ], "insert_e_league_proposal_statuses_one": [ - 991, + 992, { "object": [ - 998, + 999, "e_league_proposal_statuses_insert_input!" ], "on_conflict": [ - 1003 + 1004 ] } ], "insert_e_league_registration_statuses": [ - 1022, + 1023, { "objects": [ - 1019, + 1020, "[e_league_registration_statuses_insert_input!]!" ], "on_conflict": [ - 1024 + 1025 ] } ], "insert_e_league_registration_statuses_one": [ - 1012, + 1013, { "object": [ - 1019, + 1020, "e_league_registration_statuses_insert_input!" ], "on_conflict": [ - 1024 + 1025 ] } ], "insert_e_league_season_statuses": [ - 1043, + 1044, { "objects": [ - 1040, + 1041, "[e_league_season_statuses_insert_input!]!" ], "on_conflict": [ - 1045 + 1046 ] } ], "insert_e_league_season_statuses_one": [ - 1033, + 1034, { "object": [ - 1040, + 1041, "e_league_season_statuses_insert_input!" ], "on_conflict": [ - 1045 + 1046 ] } ], "insert_e_lobby_access": [ - 1064, + 1065, { "objects": [ - 1061, + 1062, "[e_lobby_access_insert_input!]!" ], "on_conflict": [ - 1066 + 1067 ] } ], "insert_e_lobby_access_one": [ - 1054, + 1055, { "object": [ - 1061, + 1062, "e_lobby_access_insert_input!" ], "on_conflict": [ - 1066 + 1067 ] } ], "insert_e_lobby_player_status": [ - 1085, + 1086, { "objects": [ - 1082, + 1083, "[e_lobby_player_status_insert_input!]!" ], "on_conflict": [ - 1086 + 1087 ] } ], "insert_e_lobby_player_status_one": [ - 1075, + 1076, { "object": [ - 1082, + 1083, "e_lobby_player_status_insert_input!" ], "on_conflict": [ - 1086 + 1087 ] } ], "insert_e_map_pool_types": [ - 1105, + 1106, { "objects": [ - 1102, + 1103, "[e_map_pool_types_insert_input!]!" ], "on_conflict": [ - 1107 + 1108 ] } ], "insert_e_map_pool_types_one": [ - 1095, + 1096, { "object": [ - 1102, + 1103, "e_map_pool_types_insert_input!" ], "on_conflict": [ - 1107 + 1108 ] } ], "insert_e_match_clip_visibility": [ - 1126, + 1127, { "objects": [ - 1123, + 1124, "[e_match_clip_visibility_insert_input!]!" ], "on_conflict": [ - 1127 + 1128 ] } ], "insert_e_match_clip_visibility_one": [ - 1116, + 1117, { "object": [ - 1123, + 1124, "e_match_clip_visibility_insert_input!" ], "on_conflict": [ - 1127 + 1128 ] } ], "insert_e_match_map_status": [ - 1146, + 1147, { "objects": [ - 1143, + 1144, "[e_match_map_status_insert_input!]!" ], "on_conflict": [ - 1148 + 1149 ] } ], "insert_e_match_map_status_one": [ - 1136, + 1137, { "object": [ - 1143, + 1144, "e_match_map_status_insert_input!" ], "on_conflict": [ - 1148 + 1149 ] } ], "insert_e_match_mode": [ - 1167, + 1168, { "objects": [ - 1164, + 1165, "[e_match_mode_insert_input!]!" ], "on_conflict": [ - 1168 + 1169 ] } ], "insert_e_match_mode_one": [ - 1157, + 1158, { "object": [ - 1164, + 1165, "e_match_mode_insert_input!" ], "on_conflict": [ - 1168 + 1169 ] } ], "insert_e_match_party_sources": [ - 1187, + 1188, { "objects": [ - 1184, + 1185, "[e_match_party_sources_insert_input!]!" ], "on_conflict": [ - 1188 + 1189 ] } ], "insert_e_match_party_sources_one": [ - 1177, + 1178, { "object": [ - 1184, + 1185, "e_match_party_sources_insert_input!" ], "on_conflict": [ - 1188 + 1189 ] } ], "insert_e_match_status": [ - 1207, + 1208, { "objects": [ - 1204, + 1205, "[e_match_status_insert_input!]!" ], "on_conflict": [ - 1209 + 1210 ] } ], "insert_e_match_status_one": [ - 1197, + 1198, { "object": [ - 1204, + 1205, "e_match_status_insert_input!" ], "on_conflict": [ - 1209 + 1210 ] } ], "insert_e_match_types": [ - 1228, + 1229, { "objects": [ - 1225, + 1226, "[e_match_types_insert_input!]!" ], "on_conflict": [ - 1230 + 1231 ] } ], "insert_e_match_types_one": [ - 1218, + 1219, { "object": [ - 1225, + 1226, "e_match_types_insert_input!" ], "on_conflict": [ - 1230 + 1231 ] } ], "insert_e_notification_types": [ - 1249, + 1250, { "objects": [ - 1246, + 1247, "[e_notification_types_insert_input!]!" ], "on_conflict": [ - 1250 + 1251 ] } ], "insert_e_notification_types_one": [ - 1239, + 1240, { "object": [ - 1246, + 1247, "e_notification_types_insert_input!" ], "on_conflict": [ - 1250 + 1251 ] } ], "insert_e_objective_types": [ - 1269, + 1270, { "objects": [ - 1266, + 1267, "[e_objective_types_insert_input!]!" ], "on_conflict": [ - 1270 + 1271 ] } ], "insert_e_objective_types_one": [ - 1259, + 1260, { "object": [ - 1266, + 1267, "e_objective_types_insert_input!" ], "on_conflict": [ - 1270 + 1271 ] } ], "insert_e_player_roles": [ - 1289, + 1290, { "objects": [ - 1286, + 1287, "[e_player_roles_insert_input!]!" ], "on_conflict": [ - 1290 + 1291 ] } ], "insert_e_player_roles_one": [ - 1279, + 1280, { "object": [ - 1286, + 1287, "e_player_roles_insert_input!" ], "on_conflict": [ - 1290 + 1291 ] } ], "insert_e_plugin_runtimes": [ - 1309, + 1310, { "objects": [ - 1306, + 1307, "[e_plugin_runtimes_insert_input!]!" ], "on_conflict": [ - 1310 + 1311 ] } ], "insert_e_plugin_runtimes_one": [ - 1299, + 1300, { "object": [ - 1306, + 1307, "e_plugin_runtimes_insert_input!" ], "on_conflict": [ - 1310 + 1311 ] } ], "insert_e_ready_settings": [ - 1329, + 1330, { "objects": [ - 1326, + 1327, "[e_ready_settings_insert_input!]!" ], "on_conflict": [ - 1330 + 1331 ] } ], "insert_e_ready_settings_one": [ - 1319, + 1320, { "object": [ - 1326, + 1327, "e_ready_settings_insert_input!" ], "on_conflict": [ - 1330 + 1331 ] } ], "insert_e_sanction_types": [ - 1349, + 1350, { "objects": [ - 1346, + 1347, "[e_sanction_types_insert_input!]!" ], "on_conflict": [ - 1351 + 1352 ] } ], "insert_e_sanction_types_one": [ - 1339, + 1340, { "object": [ - 1346, + 1347, "e_sanction_types_insert_input!" ], "on_conflict": [ - 1351 + 1352 ] } ], "insert_e_scrim_request_statuses": [ - 1370, + 1371, { "objects": [ - 1367, + 1368, "[e_scrim_request_statuses_insert_input!]!" ], "on_conflict": [ - 1371 + 1372 ] } ], "insert_e_scrim_request_statuses_one": [ - 1360, + 1361, { "object": [ - 1367, + 1368, "e_scrim_request_statuses_insert_input!" ], "on_conflict": [ - 1371 + 1372 ] } ], "insert_e_server_types": [ - 1390, + 1391, { "objects": [ - 1387, + 1388, "[e_server_types_insert_input!]!" ], "on_conflict": [ - 1391 + 1392 ] } ], "insert_e_server_types_one": [ - 1380, + 1381, { "object": [ - 1387, + 1388, "e_server_types_insert_input!" ], "on_conflict": [ - 1391 + 1392 ] } ], "insert_e_sides": [ - 1410, + 1411, { "objects": [ - 1407, + 1408, "[e_sides_insert_input!]!" ], "on_conflict": [ - 1411 + 1412 ] } ], "insert_e_sides_one": [ - 1400, + 1401, { "object": [ - 1407, + 1408, "e_sides_insert_input!" ], "on_conflict": [ - 1411 + 1412 ] } ], "insert_e_system_alert_types": [ - 1430, + 1431, { "objects": [ - 1427, + 1428, "[e_system_alert_types_insert_input!]!" ], "on_conflict": [ - 1431 + 1432 ] } ], "insert_e_system_alert_types_one": [ - 1420, + 1421, { "object": [ - 1427, + 1428, "e_system_alert_types_insert_input!" ], "on_conflict": [ - 1431 + 1432 ] } ], "insert_e_team_roles": [ - 1450, + 1451, { "objects": [ - 1447, + 1448, "[e_team_roles_insert_input!]!" ], "on_conflict": [ - 1452 + 1453 ] } ], "insert_e_team_roles_one": [ - 1440, + 1441, { "object": [ - 1447, + 1448, "e_team_roles_insert_input!" ], "on_conflict": [ - 1452 + 1453 ] } ], "insert_e_team_roster_statuses": [ - 1471, + 1472, { "objects": [ - 1468, + 1469, "[e_team_roster_statuses_insert_input!]!" ], "on_conflict": [ - 1472 + 1473 ] } ], "insert_e_team_roster_statuses_one": [ - 1461, + 1462, { "object": [ - 1468, + 1469, "e_team_roster_statuses_insert_input!" ], "on_conflict": [ - 1472 + 1473 ] } ], "insert_e_timeout_settings": [ - 1491, + 1492, { "objects": [ - 1488, + 1489, "[e_timeout_settings_insert_input!]!" ], "on_conflict": [ - 1492 + 1493 ] } ], "insert_e_timeout_settings_one": [ - 1481, + 1482, { "object": [ - 1488, + 1489, "e_timeout_settings_insert_input!" ], "on_conflict": [ - 1492 + 1493 ] } ], "insert_e_tournament_categories": [ - 1511, + 1512, { "objects": [ - 1508, + 1509, "[e_tournament_categories_insert_input!]!" ], "on_conflict": [ - 1513 + 1514 ] } ], "insert_e_tournament_categories_one": [ - 1501, + 1502, { "object": [ - 1508, + 1509, "e_tournament_categories_insert_input!" ], "on_conflict": [ - 1513 + 1514 + ] + } + ], + "insert_e_tournament_free_agent_statuses": [ + 1533, + { + "objects": [ + 1530, + "[e_tournament_free_agent_statuses_insert_input!]!" + ], + "on_conflict": [ + 1535 + ] + } + ], + "insert_e_tournament_free_agent_statuses_one": [ + 1523, + { + "object": [ + 1530, + "e_tournament_free_agent_statuses_insert_input!" + ], + "on_conflict": [ + 1535 + ] + } + ], + "insert_e_tournament_registration_types": [ + 1554, + { + "objects": [ + 1551, + "[e_tournament_registration_types_insert_input!]!" + ], + "on_conflict": [ + 1555 + ] + } + ], + "insert_e_tournament_registration_types_one": [ + 1544, + { + "object": [ + 1551, + "e_tournament_registration_types_insert_input!" + ], + "on_conflict": [ + 1555 ] } ], "insert_e_tournament_stage_types": [ - 1532, + 1574, { "objects": [ - 1529, + 1571, "[e_tournament_stage_types_insert_input!]!" ], "on_conflict": [ - 1534 + 1576 ] } ], "insert_e_tournament_stage_types_one": [ - 1522, + 1564, { "object": [ - 1529, + 1571, "e_tournament_stage_types_insert_input!" ], "on_conflict": [ - 1534 + 1576 ] } ], "insert_e_tournament_status": [ - 1553, + 1595, { "objects": [ - 1550, + 1592, "[e_tournament_status_insert_input!]!" ], "on_conflict": [ - 1555 + 1597 ] } ], "insert_e_tournament_status_one": [ - 1543, + 1585, { "object": [ - 1550, + 1592, "e_tournament_status_insert_input!" ], "on_conflict": [ - 1555 + 1597 ] } ], "insert_e_utility_practice_access": [ - 1574, + 1616, { "objects": [ - 1571, + 1613, "[e_utility_practice_access_insert_input!]!" ], "on_conflict": [ - 1575 + 1617 ] } ], "insert_e_utility_practice_access_one": [ - 1564, + 1606, { "object": [ - 1571, + 1613, "e_utility_practice_access_insert_input!" ], "on_conflict": [ - 1575 + 1617 ] } ], "insert_e_utility_practice_statuses": [ - 1594, + 1636, { "objects": [ - 1591, + 1633, "[e_utility_practice_statuses_insert_input!]!" ], "on_conflict": [ - 1596 + 1638 ] } ], "insert_e_utility_practice_statuses_one": [ - 1584, + 1626, { "object": [ - 1591, + 1633, "e_utility_practice_statuses_insert_input!" ], "on_conflict": [ - 1596 + 1638 ] } ], "insert_e_utility_sources": [ - 1615, + 1657, { "objects": [ - 1612, + 1654, "[e_utility_sources_insert_input!]!" ], "on_conflict": [ - 1616 + 1658 ] } ], "insert_e_utility_sources_one": [ - 1605, + 1647, { "object": [ - 1612, + 1654, "e_utility_sources_insert_input!" ], "on_conflict": [ - 1616 + 1658 ] } ], "insert_e_utility_techniques": [ - 1635, + 1677, { "objects": [ - 1632, + 1674, "[e_utility_techniques_insert_input!]!" ], "on_conflict": [ - 1636 + 1678 ] } ], "insert_e_utility_techniques_one": [ - 1625, + 1667, { "object": [ - 1632, + 1674, "e_utility_techniques_insert_input!" ], "on_conflict": [ - 1636 + 1678 ] } ], "insert_e_utility_throw_strengths": [ - 1655, + 1697, { "objects": [ - 1652, + 1694, "[e_utility_throw_strengths_insert_input!]!" ], "on_conflict": [ - 1656 + 1698 ] } ], "insert_e_utility_throw_strengths_one": [ - 1645, + 1687, { "object": [ - 1652, + 1694, "e_utility_throw_strengths_insert_input!" ], "on_conflict": [ - 1656 + 1698 ] } ], "insert_e_utility_types": [ - 1675, + 1717, { "objects": [ - 1672, + 1714, "[e_utility_types_insert_input!]!" ], "on_conflict": [ - 1676 + 1718 ] } ], "insert_e_utility_types_one": [ - 1665, + 1707, { "object": [ - 1672, + 1714, "e_utility_types_insert_input!" ], "on_conflict": [ - 1676 + 1718 ] } ], "insert_e_utility_visibility": [ - 1695, + 1737, { "objects": [ - 1692, + 1734, "[e_utility_visibility_insert_input!]!" ], "on_conflict": [ - 1696 + 1738 ] } ], "insert_e_utility_visibility_one": [ - 1685, + 1727, { "object": [ - 1692, + 1734, "e_utility_visibility_insert_input!" ], "on_conflict": [ - 1696 + 1738 ] } ], "insert_e_veto_pick_types": [ - 1715, + 1757, { "objects": [ - 1712, + 1754, "[e_veto_pick_types_insert_input!]!" ], "on_conflict": [ - 1716 + 1758 ] } ], "insert_e_veto_pick_types_one": [ - 1705, + 1747, { "object": [ - 1712, + 1754, "e_veto_pick_types_insert_input!" ], "on_conflict": [ - 1716 + 1758 ] } ], "insert_e_winning_reasons": [ - 1735, + 1777, { "objects": [ - 1732, + 1774, "[e_winning_reasons_insert_input!]!" ], "on_conflict": [ - 1736 + 1778 ] } ], "insert_e_winning_reasons_one": [ - 1725, + 1767, { "object": [ - 1732, + 1774, "e_winning_reasons_insert_input!" ], "on_conflict": [ - 1736 + 1778 ] } ], "insert_event_match_links": [ - 1753, + 1795, { "objects": [ - 1750, + 1792, "[event_match_links_insert_input!]!" ], "on_conflict": [ - 1754 + 1796 ] } ], "insert_event_match_links_one": [ - 1745, + 1787, { "object": [ - 1750, + 1792, "event_match_links_insert_input!" ], "on_conflict": [ - 1754 + 1796 ] } ], "insert_event_media": [ - 1780, + 1822, { "objects": [ - 1775, + 1817, "[event_media_insert_input!]!" ], "on_conflict": [ - 1782 + 1824 ] } ], "insert_event_media_one": [ - 1763, + 1805, { "object": [ - 1775, + 1817, "event_media_insert_input!" ], "on_conflict": [ - 1782 + 1824 ] } ], "insert_event_media_players": [ - 1802, + 1844, { "objects": [ - 1797, + 1839, "[event_media_players_insert_input!]!" ], "on_conflict": [ - 1803 + 1845 ] } ], "insert_event_media_players_one": [ - 1785, + 1827, { "object": [ - 1797, + 1839, "event_media_players_insert_input!" ], "on_conflict": [ - 1803 + 1845 ] } ], "insert_event_organizers": [ - 1863, + 1905, { "objects": [ - 1858, + 1900, "[event_organizers_insert_input!]!" ], "on_conflict": [ - 1864 + 1906 ] } ], "insert_event_organizers_one": [ - 1846, + 1888, { "object": [ - 1858, + 1900, "event_organizers_insert_input!" ], "on_conflict": [ - 1864 + 1906 ] } ], "insert_event_players": [ - 1904, + 1946, { "objects": [ - 1899, + 1941, "[event_players_insert_input!]!" ], "on_conflict": [ - 1905 + 1947 ] } ], "insert_event_players_one": [ - 1887, + 1929, { "object": [ - 1899, + 1941, "event_players_insert_input!" ], "on_conflict": [ - 1905 + 1947 ] } ], "insert_event_teams": [ - 1942, + 1984, { "objects": [ - 1937, + 1979, "[event_teams_insert_input!]!" ], "on_conflict": [ - 1943 + 1985 ] } ], "insert_event_teams_one": [ - 1928, + 1970, { "object": [ - 1937, + 1979, "event_teams_insert_input!" ], "on_conflict": [ - 1943 + 1985 ] } ], "insert_event_tournaments": [ - 1966, + 2008, { "objects": [ - 1961, + 2003, "[event_tournaments_insert_input!]!" ], "on_conflict": [ - 1967 + 2009 ] } ], "insert_event_tournaments_one": [ - 1952, + 1994, { "object": [ - 1961, + 2003, "event_tournaments_insert_input!" ], "on_conflict": [ - 1967 + 2009 ] } ], "insert_events": [ - 1986, + 2028, { "objects": [ - 1983, + 2025, "[events_insert_input!]!" ], "on_conflict": [ - 1988 + 2030 ] } ], "insert_events_one": [ - 1976, + 2018, { "object": [ - 1983, + 2025, "events_insert_input!" ], "on_conflict": [ - 1988 + 2030 ] } ], "insert_friends": [ - 2016, + 2058, { "objects": [ - 2013, + 2055, "[friends_insert_input!]!" ], "on_conflict": [ - 2017 + 2059 ] } ], "insert_friends_one": [ - 2006, + 2048, { "object": [ - 2013, + 2055, "friends_insert_input!" ], "on_conflict": [ - 2017 + 2059 ] } ], "insert_game_mode_plugins": [ - 2056, + 2098, { "objects": [ - 2051, + 2093, "[game_mode_plugins_insert_input!]!" ], "on_conflict": [ - 2057 + 2099 ] } ], "insert_game_mode_plugins_one": [ - 2033, + 2075, { "object": [ - 2051, + 2093, "game_mode_plugins_insert_input!" ], "on_conflict": [ - 2057 + 2099 ] } ], "insert_game_modes": [ - 2091, + 2133, { "objects": [ - 2088, + 2130, "[game_modes_insert_input!]!" ], "on_conflict": [ - 2093 + 2135 ] } ], "insert_game_modes_one": [ - 2083, + 2125, { "object": [ - 2088, + 2130, "game_modes_insert_input!" ], "on_conflict": [ - 2093 + 2135 ] } ], "insert_game_plugin_installs": [ - 2110, + 2152, { "objects": [ - 2107, + 2149, "[game_plugin_installs_insert_input!]!" ], "on_conflict": [ - 2111 + 2153 ] } ], "insert_game_plugin_installs_one": [ - 2102, + 2144, { "object": [ - 2107, + 2149, "game_plugin_installs_insert_input!" ], "on_conflict": [ - 2111 + 2153 ] } ], "insert_game_plugin_versions": [ - 2139, + 2181, { "objects": [ - 2134, + 2176, "[game_plugin_versions_insert_input!]!" ], "on_conflict": [ - 2140 + 2182 ] } ], "insert_game_plugin_versions_one": [ - 2120, + 2162, { "object": [ - 2134, + 2176, "game_plugin_versions_insert_input!" ], "on_conflict": [ - 2140 + 2182 ] } ], "insert_game_plugins": [ - 2178, + 2220, { "objects": [ - 2175, + 2217, "[game_plugins_insert_input!]!" ], "on_conflict": [ - 2180 + 2222 ] } ], "insert_game_plugins_one": [ - 2165, + 2207, { "object": [ - 2175, + 2217, "game_plugins_insert_input!" ], "on_conflict": [ - 2180 + 2222 ] } ], "insert_game_server_node_plugins": [ - 2213, + 2255, { "objects": [ - 2208, + 2250, "[game_server_node_plugins_insert_input!]!" ], "on_conflict": [ - 2214 + 2256 ] } ], "insert_game_server_node_plugins_one": [ - 2197, + 2239, { "object": [ - 2208, + 2250, "game_server_node_plugins_insert_input!" ], "on_conflict": [ - 2214 + 2256 ] } ], "insert_game_server_nodes": [ - 2248, + 2290, { "objects": [ - 2243, + 2285, "[game_server_nodes_insert_input!]!" ], "on_conflict": [ - 2250 + 2292 ] } ], "insert_game_server_nodes_one": [ - 2225, + 2267, { "object": [ - 2243, + 2285, "game_server_nodes_insert_input!" ], "on_conflict": [ - 2250 + 2292 ] } ], "insert_game_versions": [ - 2290, + 2332, { "objects": [ - 2287, + 2329, "[game_versions_insert_input!]!" ], "on_conflict": [ - 2292 + 2334 ] } ], "insert_game_versions_one": [ - 2276, + 2318, { "object": [ - 2287, + 2329, "game_versions_insert_input!" ], "on_conflict": [ - 2292 + 2334 ] } ], "insert_gamedata_signature_validations": [ - 2323, + 2365, { "objects": [ - 2320, + 2362, "[gamedata_signature_validations_insert_input!]!" ], "on_conflict": [ - 2324 + 2366 ] } ], "insert_gamedata_signature_validations_one": [ - 2309, + 2351, { "object": [ - 2320, + 2362, "gamedata_signature_validations_insert_input!" ], "on_conflict": [ - 2324 + 2366 ] } ], "insert_leaderboard_entries": [ - 2361, + 2404, { "objects": [ - 2358, + 2401, "[leaderboard_entries_insert_input!]!" ] } ], "insert_leaderboard_entries_one": [ - 2352, + 2395, { "object": [ - 2358, + 2401, "leaderboard_entries_insert_input!" ] } ], "insert_league_divisions": [ - 2386, + 2429, { "objects": [ - 2383, + 2426, "[league_divisions_insert_input!]!" ], "on_conflict": [ - 2388 + 2431 ] } ], "insert_league_divisions_one": [ - 2376, + 2419, { "object": [ - 2383, + 2426, "league_divisions_insert_input!" ], "on_conflict": [ - 2388 + 2431 ] } ], "insert_league_match_weeks": [ - 2421, + 2464, { "objects": [ - 2416, + 2459, "[league_match_weeks_insert_input!]!" ], "on_conflict": [ - 2422 + 2465 ] } ], "insert_league_match_weeks_one": [ - 2404, + 2447, { "object": [ - 2416, + 2459, "league_match_weeks_insert_input!" ], "on_conflict": [ - 2422 + 2465 ] } ], "insert_league_relegation_playoffs": [ - 2462, + 2505, { "objects": [ - 2457, + 2500, "[league_relegation_playoffs_insert_input!]!" ], "on_conflict": [ - 2463 + 2506 ] } ], "insert_league_relegation_playoffs_one": [ - 2445, + 2488, { "object": [ - 2457, + 2500, "league_relegation_playoffs_insert_input!" ], "on_conflict": [ - 2463 + 2506 ] } ], "insert_league_scheduling_proposals": [ - 2503, + 2546, { "objects": [ - 2498, + 2541, "[league_scheduling_proposals_insert_input!]!" ], "on_conflict": [ - 2504 + 2547 ] } ], "insert_league_scheduling_proposals_one": [ - 2486, + 2529, { "object": [ - 2498, + 2541, "league_scheduling_proposals_insert_input!" ], "on_conflict": [ - 2504 + 2547 ] } ], "insert_league_season_divisions": [ - 2541, + 2584, { "objects": [ - 2536, + 2579, "[league_season_divisions_insert_input!]!" ], "on_conflict": [ - 2543 + 2586 ] } ], "insert_league_season_divisions_one": [ - 2527, + 2570, { "object": [ - 2536, + 2579, "league_season_divisions_insert_input!" ], "on_conflict": [ - 2543 + 2586 ] } ], "insert_league_seasons": [ - 2566, + 2609, { "objects": [ - 2563, + 2606, "[league_seasons_insert_input!]!" ], "on_conflict": [ - 2568 + 2611 ] } ], "insert_league_seasons_one": [ - 2552, + 2595, { "object": [ - 2563, + 2606, "league_seasons_insert_input!" ], "on_conflict": [ - 2568 + 2611 ] } ], "insert_league_team_movements": [ - 2602, + 2645, { "objects": [ - 2597, + 2640, "[league_team_movements_insert_input!]!" ], "on_conflict": [ - 2603 + 2646 ] } ], "insert_league_team_movements_one": [ - 2585, + 2628, { "object": [ - 2597, + 2640, "league_team_movements_insert_input!" ], "on_conflict": [ - 2603 + 2646 ] } ], "insert_league_team_rosters": [ - 2643, + 2686, { "objects": [ - 2638, + 2681, "[league_team_rosters_insert_input!]!" ], "on_conflict": [ - 2644 + 2687 ] } ], "insert_league_team_rosters_one": [ - 2626, + 2669, { "object": [ - 2638, + 2681, "league_team_rosters_insert_input!" ], "on_conflict": [ - 2644 + 2687 ] } ], "insert_league_team_seasons": [ - 2684, + 2727, { "objects": [ - 2679, + 2722, "[league_team_seasons_insert_input!]!" ], "on_conflict": [ - 2686 + 2729 ] } ], "insert_league_team_seasons_one": [ - 2667, + 2710, { "object": [ - 2679, + 2722, "league_team_seasons_insert_input!" ], "on_conflict": [ - 2686 + 2729 ] } ], "insert_league_teams": [ - 2717, + 2760, { "objects": [ - 2714, + 2757, "[league_teams_insert_input!]!" ], "on_conflict": [ - 2719 + 2762 ] } ], "insert_league_teams_one": [ - 2709, + 2752, { "object": [ - 2714, + 2757, "league_teams_insert_input!" ], "on_conflict": [ - 2719 + 2762 ] } ], "insert_lobbies": [ - 2736, + 2779, { "objects": [ - 2733, + 2776, "[lobbies_insert_input!]!" ], "on_conflict": [ - 2738 + 2781 ] } ], "insert_lobbies_one": [ - 2728, + 2771, { "object": [ - 2733, + 2776, "lobbies_insert_input!" ], "on_conflict": [ - 2738 + 2781 ] } ], "insert_lobby_players": [ - 2766, + 2809, { "objects": [ - 2761, + 2804, "[lobby_players_insert_input!]!" ], "on_conflict": [ - 2767 + 2810 ] } ], "insert_lobby_players_one": [ - 2747, + 2790, { "object": [ - 2761, + 2804, "lobby_players_insert_input!" ], "on_conflict": [ - 2767 + 2810 ] } ], "insert_map_callouts": [ - 2804, + 2847, { "objects": [ - 2801, + 2844, "[map_callouts_insert_input!]!" ], "on_conflict": [ - 2805 + 2848 ] } ], "insert_map_callouts_one": [ - 2792, + 2835, { "object": [ - 2801, + 2844, "map_callouts_insert_input!" ], "on_conflict": [ - 2805 + 2848 ] } ], "insert_map_pools": [ - 2823, + 2866, { "objects": [ - 2820, + 2863, "[map_pools_insert_input!]!" ], "on_conflict": [ - 2825 + 2868 ] } ], "insert_map_pools_one": [ - 2815, + 2858, { "object": [ - 2820, + 2863, "map_pools_insert_input!" ], "on_conflict": [ - 2825 + 2868 ] } ], "insert_maps": [ - 2850, + 2893, { "objects": [ - 2845, + 2888, "[maps_insert_input!]!" ], "on_conflict": [ - 2852 + 2895 ] } ], "insert_maps_one": [ - 2834, + 2877, { "object": [ - 2845, + 2888, "maps_insert_input!" ], "on_conflict": [ - 2852 + 2895 ] } ], "insert_match_clips": [ - 2880, + 2923, { "objects": [ - 2875, + 2918, "[match_clips_insert_input!]!" ], "on_conflict": [ - 2882 + 2925 ] } ], "insert_match_clips_one": [ - 2863, + 2906, { "object": [ - 2875, + 2918, "match_clips_insert_input!" ], "on_conflict": [ - 2882 + 2925 ] } ], "insert_match_demo_sessions": [ - 2926, + 2969, { "objects": [ - 2921, + 2964, "[match_demo_sessions_insert_input!]!" ], "on_conflict": [ - 2927 + 2970 ] } ], "insert_match_demo_sessions_one": [ - 2905, + 2948, { "object": [ - 2921, + 2964, "match_demo_sessions_insert_input!" ], "on_conflict": [ - 2927 + 2970 ] } ], "insert_match_lineup_players": [ - 2970, + 3013, { "objects": [ - 2965, + 3008, "[match_lineup_players_insert_input!]!" ], "on_conflict": [ - 2971 + 3014 ] } ], "insert_match_lineup_players_one": [ - 2951, + 2994, { "object": [ - 2965, + 3008, "match_lineup_players_insert_input!" ], "on_conflict": [ - 2971 + 3014 ] } ], "insert_match_lineups": [ - 3013, + 3056, { "objects": [ - 3008, + 3051, "[match_lineups_insert_input!]!" ], "on_conflict": [ - 3015 + 3058 ] } ], "insert_match_lineups_one": [ - 2996, + 3039, { "object": [ - 3008, + 3051, "match_lineups_insert_input!" ], "on_conflict": [ - 3015 + 3058 ] } ], "insert_match_map_demos": [ - 3061, + 3104, { "objects": [ - 3056, + 3099, "[match_map_demos_insert_input!]!" ], "on_conflict": [ - 3063 + 3106 ] } ], "insert_match_map_demos_one": [ - 3038, + 3081, { "object": [ - 3056, + 3099, "match_map_demos_insert_input!" ], "on_conflict": [ - 3063 + 3106 ] } ], "insert_match_map_rounds": [ - 3106, + 3149, { "objects": [ - 3101, + 3144, "[match_map_rounds_insert_input!]!" ], "on_conflict": [ - 3107 + 3150 ] } ], "insert_match_map_rounds_one": [ - 3089, + 3132, { "object": [ - 3101, + 3144, "match_map_rounds_insert_input!" ], "on_conflict": [ - 3107 + 3150 ] } ], "insert_match_map_veto_picks": [ - 3146, + 3189, { "objects": [ - 3141, + 3184, "[match_map_veto_picks_insert_input!]!" ], "on_conflict": [ - 3147 + 3190 ] } ], "insert_match_map_veto_picks_one": [ - 3130, + 3173, { "object": [ - 3141, + 3184, "match_map_veto_picks_insert_input!" ], "on_conflict": [ - 3147 + 3190 ] } ], "insert_match_maps": [ - 3175, + 3218, { "objects": [ - 3170, + 3213, "[match_maps_insert_input!]!" ], "on_conflict": [ - 3177 + 3220 ] } ], "insert_match_maps_one": [ - 3158, + 3201, { "object": [ - 3170, + 3213, "match_maps_insert_input!" ], "on_conflict": [ - 3177 + 3220 ] } ], "insert_match_options": [ - 3219, + 3262, { "objects": [ - 3214, + 3257, "[match_options_insert_input!]!" ], "on_conflict": [ - 3221 + 3264 ] } ], "insert_match_options_one": [ - 3200, + 3243, { "object": [ - 3214, + 3257, "match_options_insert_input!" ], "on_conflict": [ - 3221 + 3264 ] } ], "insert_match_region_veto_picks": [ - 3262, + 3305, { "objects": [ - 3257, + 3300, "[match_region_veto_picks_insert_input!]!" ], "on_conflict": [ - 3263 + 3306 ] } ], "insert_match_region_veto_picks_one": [ - 3246, + 3289, { "object": [ - 3257, + 3300, "match_region_veto_picks_insert_input!" ], "on_conflict": [ - 3263 + 3306 ] } ], "insert_match_streams": [ - 3297, + 3340, { "objects": [ - 3292, + 3335, "[match_streams_insert_input!]!" ], "on_conflict": [ - 3298 + 3341 ] } ], "insert_match_streams_one": [ - 3274, + 3317, { "object": [ - 3292, + 3335, "match_streams_insert_input!" ], "on_conflict": [ - 3298 + 3341 ] } ], "insert_match_type_cfgs": [ - 3332, + 3375, { "objects": [ - 3329, + 3372, "[match_type_cfgs_insert_input!]!" ], "on_conflict": [ - 3333 + 3376 ] } ], "insert_match_type_cfgs_one": [ - 3324, + 3367, { "object": [ - 3329, + 3372, "match_type_cfgs_insert_input!" ], "on_conflict": [ - 3333 + 3376 ] } ], "insert_matches": [ - 3361, + 3404, { "objects": [ - 3356, + 3399, "[matches_insert_input!]!" ], "on_conflict": [ - 3363 + 3406 ] } ], "insert_matches_one": [ - 3342, + 3385, { "object": [ - 3356, + 3399, "matches_insert_input!" ], "on_conflict": [ - 3363 + 3406 ] } ], "insert_migration_hashes_hashes": [ - 3396, + 3439, { "objects": [ - 3393, + 3436, "[migration_hashes_hashes_insert_input!]!" ], "on_conflict": [ - 3397 + 3440 ] } ], "insert_migration_hashes_hashes_one": [ - 3388, + 3431, { "object": [ - 3393, + 3436, "migration_hashes_hashes_insert_input!" ], "on_conflict": [ - 3397 + 3440 ] } ], "insert_my_friends": [ - 3428, + 3471, { "objects": [ - 3423, + 3466, "[my_friends_insert_input!]!" ] } ], "insert_my_friends_one": [ - 3406, + 3449, { "object": [ - 3423, + 3466, "my_friends_insert_input!" ] } ], "insert_news_articles": [ - 3462, + 3505, { "objects": [ - 3459, + 3502, "[news_articles_insert_input!]!" ], "on_conflict": [ - 3463 + 3506 ] } ], "insert_news_articles_one": [ - 3452, + 3495, { "object": [ - 3459, + 3502, "news_articles_insert_input!" ], "on_conflict": [ - 3463 + 3506 ] } ], "insert_notification_preferences": [ - 3489, + 3532, { "objects": [ - 3486, + 3529, "[notification_preferences_insert_input!]!" ], "on_conflict": [ - 3490 + 3533 ] } ], "insert_notification_preferences_one": [ - 3479, + 3522, { "object": [ - 3486, + 3529, "notification_preferences_insert_input!" ], "on_conflict": [ - 3490 + 3533 ] } ], "insert_notifications": [ - 3529, + 3572, { "objects": [ - 3524, + 3567, "[notifications_insert_input!]!" ], "on_conflict": [ - 3530 + 3573 ] } ], "insert_notifications_one": [ - 3506, + 3549, { "object": [ - 3524, + 3567, "notifications_insert_input!" ], "on_conflict": [ - 3530 + 3573 ] } ], "insert_pending_match_import_players": [ - 3576, + 3619, { "objects": [ - 3571, + 3614, "[pending_match_import_players_insert_input!]!" ], "on_conflict": [ - 3577 + 3620 ] } ], "insert_pending_match_import_players_one": [ - 3559, + 3602, { "object": [ - 3571, + 3614, "pending_match_import_players_insert_input!" ], "on_conflict": [ - 3577 + 3620 ] } ], "insert_pending_match_imports": [ - 3610, + 3653, { "objects": [ - 3607, + 3650, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 3612 + 3655 ] } ], "insert_pending_match_imports_one": [ - 3600, + 3643, { "object": [ - 3607, + 3650, "pending_match_imports_insert_input!" ], "on_conflict": [ - 3612 + 3655 ] } ], "insert_player_aim_stats_demo": [ - 3638, + 3681, { "objects": [ - 3635, + 3678, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 3639 + 3682 ] } ], "insert_player_aim_stats_demo_one": [ - 3628, + 3671, { "object": [ - 3635, + 3678, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 3639 + 3682 ] } ], "insert_player_aim_weapon_stats": [ - 3672, + 3715, { "objects": [ - 3667, + 3710, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 3673 + 3716 ] } ], "insert_player_aim_weapon_stats_one": [ - 3655, + 3698, { "object": [ - 3667, + 3710, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 3673 + 3716 ] } ], "insert_player_assists": [ - 3715, + 3758, { "objects": [ - 3710, + 3753, "[player_assists_insert_input!]!" ], "on_conflict": [ - 3716 + 3759 ] } ], "insert_player_assists_one": [ - 3696, + 3739, { "object": [ - 3710, + 3753, "player_assists_insert_input!" ], "on_conflict": [ - 3716 + 3759 ] } ], "insert_player_damages": [ - 3776, + 3819, { "objects": [ - 3771, + 3814, "[player_damages_insert_input!]!" ], "on_conflict": [ - 3777 + 3820 ] } ], "insert_player_damages_one": [ - 3759, + 3802, { "object": [ - 3771, + 3814, "player_damages_insert_input!" ], "on_conflict": [ - 3777 + 3820 ] } ], "insert_player_elo": [ - 3810, + 3853, { "objects": [ - 3807, + 3850, "[player_elo_insert_input!]!" ], "on_conflict": [ - 3811 + 3854 ] } ], "insert_player_elo_one": [ - 3800, + 3843, { "object": [ - 3807, + 3850, "player_elo_insert_input!" ], "on_conflict": [ - 3811 + 3854 ] } ], "insert_player_faceit_rank_history": [ - 3844, + 3887, { "objects": [ - 3839, + 3882, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 3845 + 3888 ] } ], "insert_player_faceit_rank_history_one": [ - 3827, + 3870, { "object": [ - 3839, + 3882, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 3845 + 3888 ] } ], "insert_player_flashes": [ - 3887, + 3930, { "objects": [ - 3882, + 3925, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 3888 + 3931 ] } ], "insert_player_flashes_one": [ - 3868, + 3911, { "object": [ - 3882, + 3925, "player_flashes_insert_input!" ], "on_conflict": [ - 3888 + 3931 ] } ], "insert_player_kills": [ - 3973, + 4016, { "objects": [ - 3968, + 4011, "[player_kills_insert_input!]!" ], "on_conflict": [ - 3974 + 4017 ] } ], "insert_player_kills_by_weapon": [ - 3942, + 3985, { "objects": [ - 3937, + 3980, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 3943 + 3986 ] } ], "insert_player_kills_by_weapon_one": [ - 3925, + 3968, { "object": [ - 3937, + 3980, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 3943 + 3986 ] } ], "insert_player_kills_one": [ - 3913, + 3956, { "object": [ - 3968, + 4011, "player_kills_insert_input!" ], "on_conflict": [ - 3974 + 4017 ] } ], "insert_player_leaderboard_rank": [ - 4008, + 4051, { "objects": [ - 4005, + 4048, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 3999, + 4042, { "object": [ - 4005, + 4048, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 4039, + 4082, { "objects": [ - 4034, + 4077, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 4040 + 4083 ] } ], "insert_player_match_map_stats_one": [ - 4022, + 4065, { "object": [ - 4034, + 4077, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 4040 + 4083 ] } ], "insert_player_objectives": [ - 4131, + 4174, { "objects": [ - 4126, + 4169, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 4132 + 4175 ] } ], "insert_player_objectives_one": [ - 4114, + 4157, { "object": [ - 4126, + 4169, "player_objectives_insert_input!" ], "on_conflict": [ - 4132 + 4175 ] } ], "insert_player_premier_rank_history": [ - 4190, + 4233, { "objects": [ - 4185, + 4228, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 4191 + 4234 ] } ], "insert_player_premier_rank_history_one": [ - 4173, + 4216, { "object": [ - 4185, + 4228, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 4191 + 4234 ] } ], "insert_player_sanctions": [ - 4231, + 4274, { "objects": [ - 4226, + 4269, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 4232 + 4275 ] } ], "insert_player_sanctions_one": [ - 4214, + 4257, { "object": [ - 4226, + 4269, "player_sanctions_insert_input!" ], "on_conflict": [ - 4232 + 4275 ] } ], "insert_player_season_stats": [ - 4282, + 4325, { "objects": [ - 4277, + 4320, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 4283 + 4326 ] } ], "insert_player_season_stats_one": [ - 4255, + 4298, { "object": [ - 4277, + 4320, "player_season_stats_insert_input!" ], "on_conflict": [ - 4283 + 4326 ] } ], "insert_player_stats": [ - 4324, + 4367, { "objects": [ - 4321, + 4364, "[player_stats_insert_input!]!" ], "on_conflict": [ - 4326 + 4369 ] } ], "insert_player_stats_one": [ - 4314, + 4357, { "object": [ - 4321, + 4364, "player_stats_insert_input!" ], "on_conflict": [ - 4326 + 4369 ] } ], "insert_player_steam_bot_friend": [ - 4356, + 4399, { "objects": [ - 4353, + 4396, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 4357 + 4400 ] } ], "insert_player_steam_bot_friend_one": [ - 4342, + 4385, { "object": [ - 4353, + 4396, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 4357 + 4400 ] } ], "insert_player_steam_match_auth": [ - 4384, + 4427, { "objects": [ - 4381, + 4424, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 4385 + 4428 ] } ], "insert_player_steam_match_auth_one": [ - 4374, + 4417, { "object": [ - 4381, + 4424, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 4385 + 4428 ] } ], "insert_player_unused_utility": [ - 4418, + 4461, { "objects": [ - 4413, + 4456, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 4419 + 4462 ] } ], "insert_player_unused_utility_one": [ - 4401, + 4444, { "object": [ - 4413, + 4456, "player_unused_utility_insert_input!" ], "on_conflict": [ - 4419 + 4462 ] } ], "insert_player_utility": [ - 4459, + 4502, { "objects": [ - 4454, + 4497, "[player_utility_insert_input!]!" ], "on_conflict": [ - 4460 + 4503 ] } ], "insert_player_utility_one": [ - 4442, + 4485, { "object": [ - 4454, + 4497, "player_utility_insert_input!" ], "on_conflict": [ - 4460 + 4503 ] } ], "insert_players": [ - 4526, + 4569, { "objects": [ - 4523, + 4566, "[players_insert_input!]!" ], "on_conflict": [ - 4528 + 4571 ] } ], "insert_players_one": [ - 4516, + 4559, { "object": [ - 4523, + 4566, "players_insert_input!" ], "on_conflict": [ - 4528 + 4571 ] } ], "insert_plugin_versions": [ - 4554, + 4597, { "objects": [ - 4551, + 4594, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 4555 + 4598 ] } ], "insert_plugin_versions_one": [ - 4544, + 4587, { "object": [ - 4551, + 4594, "plugin_versions_insert_input!" ], "on_conflict": [ - 4555 + 4598 ] } ], "insert_push_subscriptions": [ - 4581, + 4624, { "objects": [ - 4578, + 4621, "[push_subscriptions_insert_input!]!" ], "on_conflict": [ - 4582 + 4625 ] } ], "insert_push_subscriptions_one": [ - 4571, + 4614, { "object": [ - 4578, + 4621, "push_subscriptions_insert_input!" ], "on_conflict": [ - 4582 + 4625 ] } ], "insert_role_permissions": [ - 4609, + 4652, { "objects": [ - 4606, + 4649, "[role_permissions_insert_input!]!" ] } ], "insert_role_permissions_one": [ - 4602, + 4645, { "object": [ - 4606, + 4649, "role_permissions_insert_input!" ] } ], "insert_seasons": [ - 4626, + 4669, { "objects": [ - 4623, + 4666, "[seasons_insert_input!]!" ], "on_conflict": [ - 4628 + 4671 ] } ], "insert_seasons_one": [ - 4616, + 4659, { "object": [ - 4623, + 4666, "seasons_insert_input!" ], "on_conflict": [ - 4628 + 4671 ] } ], "insert_server_regions": [ - 4653, + 4696, { "objects": [ - 4650, + 4693, "[server_regions_insert_input!]!" ], "on_conflict": [ - 4655 + 4698 ] } ], "insert_server_regions_one": [ - 4644, + 4687, { "object": [ - 4650, + 4693, "server_regions_insert_input!" ], "on_conflict": [ - 4655 + 4698 ] } ], "insert_servers": [ - 4694, + 4737, { "objects": [ - 4689, + 4732, "[servers_insert_input!]!" ], "on_conflict": [ - 4696 + 4739 ] } ], "insert_servers_one": [ - 4671, + 4714, { "object": [ - 4689, + 4732, "servers_insert_input!" ], "on_conflict": [ - 4696 + 4739 ] } ], "insert_settings": [ - 4730, + 4773, { "objects": [ - 4727, + 4770, "[settings_insert_input!]!" ], "on_conflict": [ - 4731 + 4774 ] } ], "insert_settings_one": [ - 4722, + 4765, { "object": [ - 4727, + 4770, "settings_insert_input!" ], "on_conflict": [ - 4731 + 4774 ] } ], "insert_steam_account_claims": [ - 4756, + 4799, { "objects": [ - 4751, + 4794, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 4757 + 4800 ] } ], "insert_steam_account_claims_one": [ - 4742, + 4785, { "object": [ - 4751, + 4794, "steam_account_claims_insert_input!" ], "on_conflict": [ - 4757 + 4800 ] } ], "insert_steam_accounts": [ - 4776, + 4819, { "objects": [ - 4773, + 4816, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 4778 + 4821 ] } ], "insert_steam_accounts_one": [ - 4766, + 4809, { "object": [ - 4773, + 4816, "steam_accounts_insert_input!" ], "on_conflict": [ - 4778 + 4821 ] } ], "insert_system_alerts": [ - 4804, + 4847, { "objects": [ - 4801, + 4844, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 4805 + 4848 ] } ], "insert_system_alerts_one": [ - 4794, + 4837, { "object": [ - 4801, + 4844, "system_alerts_insert_input!" ], "on_conflict": [ - 4805 + 4848 ] } ], "insert_team_invites": [ - 4838, + 4881, { "objects": [ - 4833, + 4876, "[team_invites_insert_input!]!" ], "on_conflict": [ - 4839 + 4882 ] } ], "insert_team_invites_one": [ - 4821, + 4864, { "object": [ - 4833, + 4876, "team_invites_insert_input!" ], "on_conflict": [ - 4839 + 4882 ] } ], "insert_team_roster": [ - 4881, + 4924, { "objects": [ - 4876, + 4919, "[team_roster_insert_input!]!" ], "on_conflict": [ - 4882 + 4925 ] } ], "insert_team_roster_one": [ - 4862, + 4905, { "object": [ - 4876, + 4919, "team_roster_insert_input!" ], "on_conflict": [ - 4882 + 4925 ] } ], "insert_team_scrim_alerts": [ - 4917, + 4960, { "objects": [ - 4914, + 4957, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 4918 + 4961 ] } ], "insert_team_scrim_alerts_one": [ - 4907, + 4950, { "object": [ - 4914, + 4957, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 4918 + 4961 ] } ], "insert_team_scrim_availability": [ - 4950, + 4993, { "objects": [ - 4945, + 4988, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 4951 + 4994 ] } ], "insert_team_scrim_availability_one": [ - 4934, + 4977, { "object": [ - 4945, + 4988, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 4951 + 4994 ] } ], "insert_team_scrim_request_proposals": [ - 4979, + 5022, { "objects": [ - 4974, + 5017, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 4980 + 5023 ] } ], "insert_team_scrim_request_proposals_one": [ - 4962, + 5005, { "object": [ - 4974, + 5017, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 4980 + 5023 ] } ], "insert_team_scrim_requests": [ - 5022, + 5065, { "objects": [ - 5017, + 5060, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 5024 + 5067 ] } ], "insert_team_scrim_requests_one": [ - 5003, + 5046, { "object": [ - 5017, + 5060, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 5024 + 5067 ] } ], "insert_team_scrim_settings": [ - 5059, + 5102, { "objects": [ - 5056, + 5099, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 5061 + 5104 ] } ], "insert_team_scrim_settings_one": [ - 5049, + 5092, { "object": [ - 5056, + 5099, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 5061 + 5104 ] } ], "insert_team_suggestions": [ - 5087, + 5130, { "objects": [ - 5084, + 5127, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 5088 + 5131 ] } ], "insert_team_suggestions_one": [ - 5077, + 5120, { "object": [ - 5084, + 5127, "team_suggestions_insert_input!" ], "on_conflict": [ - 5088 + 5131 ] } ], "insert_teams": [ - 5123, + 5166, { "objects": [ - 5118, + 5161, "[teams_insert_input!]!" ], "on_conflict": [ - 5125 + 5168 ] } ], "insert_teams_one": [ - 5104, + 5147, { "object": [ - 5118, + 5161, "teams_insert_input!" ], "on_conflict": [ - 5125 + 5168 ] } ], "insert_tournament_awards": [ - 5172, + 5215, { "objects": [ - 5167, + 5210, "[tournament_awards_insert_input!]!" ], "on_conflict": [ - 5174 + 5217 ] } ], "insert_tournament_awards_one": [ - 5155, + 5198, { "object": [ - 5167, + 5210, "tournament_awards_insert_input!" ], "on_conflict": [ - 5174 + 5217 ] } ], "insert_tournament_brackets": [ - 5216, + 5259, { "objects": [ - 5211, + 5254, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 5218 + 5261 ] } ], "insert_tournament_brackets_one": [ - 5197, + 5240, { "object": [ - 5211, + 5254, "tournament_brackets_insert_input!" ], "on_conflict": [ - 5218 + 5261 ] } ], "insert_tournament_categories": [ - 5257, + 5300, { "objects": [ - 5252, + 5295, "[tournament_categories_insert_input!]!" ], "on_conflict": [ - 5258 + 5301 ] } ], "insert_tournament_categories_one": [ - 5243, + 5286, { "object": [ - 5252, + 5295, "tournament_categories_insert_input!" ], "on_conflict": [ - 5258 + 5301 + ] + } + ], + "insert_tournament_free_agents": [ + 5327, + { + "objects": [ + 5322, + "[tournament_free_agents_insert_input!]!" + ], + "on_conflict": [ + 5328 + ] + } + ], + "insert_tournament_free_agents_one": [ + 5310, + { + "object": [ + 5322, + "tournament_free_agents_insert_input!" + ], + "on_conflict": [ + 5328 + ] + } + ], + "insert_tournament_leaderboard_entries": [ + 5360, + { + "objects": [ + 5357, + "[tournament_leaderboard_entries_insert_input!]!" + ] + } + ], + "insert_tournament_leaderboard_entries_one": [ + 5351, + { + "object": [ + 5357, + "tournament_leaderboard_entries_insert_input!" ] } ], "insert_tournament_organizer_teams": [ - 5281, + 5388, { "objects": [ - 5276, + 5383, "[tournament_organizer_teams_insert_input!]!" ], "on_conflict": [ - 5282 + 5389 ] } ], "insert_tournament_organizer_teams_one": [ - 5267, + 5374, { "object": [ - 5276, + 5383, "tournament_organizer_teams_insert_input!" ], "on_conflict": [ - 5282 + 5389 ] } ], "insert_tournament_organizers": [ - 5308, + 5415, { "objects": [ - 5303, + 5410, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 5309 + 5416 ] } ], "insert_tournament_organizers_one": [ - 5291, + 5398, { "object": [ - 5303, + 5410, "tournament_organizers_insert_input!" ], "on_conflict": [ - 5309 + 5416 ] } ], "insert_tournament_prizes": [ - 5349, + 5456, { "objects": [ - 5344, + 5451, "[tournament_prizes_insert_input!]!" ], "on_conflict": [ - 5350 + 5457 ] } ], "insert_tournament_prizes_one": [ - 5332, + 5439, { "object": [ - 5344, + 5451, "tournament_prizes_insert_input!" ], "on_conflict": [ - 5350 + 5457 + ] + } + ], + "insert_tournament_registration_unlocks": [ + 5490, + { + "objects": [ + 5487, + "[tournament_registration_unlocks_insert_input!]!" + ], + "on_conflict": [ + 5491 + ] + } + ], + "insert_tournament_registration_unlocks_one": [ + 5480, + { + "object": [ + 5487, + "tournament_registration_unlocks_insert_input!" + ], + "on_conflict": [ + 5491 ] } ], "insert_tournament_stage_windows": [ - 5390, + 5524, { "objects": [ - 5385, + 5519, "[tournament_stage_windows_insert_input!]!" ], "on_conflict": [ - 5391 + 5525 ] } ], "insert_tournament_stage_windows_one": [ - 5373, + 5507, { "object": [ - 5385, + 5519, "tournament_stage_windows_insert_input!" ], "on_conflict": [ - 5391 + 5525 ] } ], "insert_tournament_stages": [ - 5437, + 5571, { "objects": [ - 5432, + 5566, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 5439 + 5573 ] } ], "insert_tournament_stages_one": [ - 5414, + 5548, { "object": [ - 5432, + 5566, "tournament_stages_insert_input!" ], "on_conflict": [ - 5439 + 5573 ] } ], "insert_tournament_team_invites": [ - 5482, + 5616, { "objects": [ - 5477, + 5611, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 5483 + 5617 ] } ], "insert_tournament_team_invites_one": [ - 5465, + 5599, { "object": [ - 5477, + 5611, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 5483 + 5617 ] } ], "insert_tournament_team_roster": [ - 5523, + 5657, { "objects": [ - 5518, + 5652, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 5524 + 5658 ] } ], "insert_tournament_team_roster_one": [ - 5506, + 5640, { "object": [ - 5518, + 5652, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 5524 + 5658 ] } ], "insert_tournament_teams": [ - 5564, + 5700, { "objects": [ - 5559, + 5695, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 5566 + 5702 ] } ], "insert_tournament_teams_one": [ - 5547, + 5681, { "object": [ - 5559, + 5695, "tournament_teams_insert_input!" ], "on_conflict": [ - 5566 + 5702 ] } ], "insert_tournaments": [ - 5618, + 5756, { "objects": [ - 5613, + 5751, "[tournaments_insert_input!]!" ], "on_conflict": [ - 5620 + 5758 ] } ], "insert_tournaments_one": [ - 5589, + 5727, { "object": [ - 5613, + 5751, "tournaments_insert_input!" ], "on_conflict": [ - 5620 + 5758 ] } ], "insert_utility_collection_items": [ - 5670, + 5808, { "objects": [ - 5665, + 5803, "[utility_collection_items_insert_input!]!" ], "on_conflict": [ - 5671 + 5809 ] } ], "insert_utility_collection_items_one": [ - 5653, + 5791, { "object": [ - 5665, + 5803, "utility_collection_items_insert_input!" ], "on_conflict": [ - 5671 + 5809 ] } ], "insert_utility_collections": [ - 5704, + 5842, { "objects": [ - 5701, + 5839, "[utility_collections_insert_input!]!" ], "on_conflict": [ - 5706 + 5844 ] } ], "insert_utility_collections_one": [ - 5694, + 5832, { "object": [ - 5701, + 5839, "utility_collections_insert_input!" ], "on_conflict": [ - 5706 + 5844 ] } ], "insert_utility_demo_mines": [ - 5732, + 5870, { "objects": [ - 5729, + 5867, "[utility_demo_mines_insert_input!]!" ], "on_conflict": [ - 5733 + 5871 ] } ], "insert_utility_demo_mines_one": [ - 5722, + 5860, { "object": [ - 5729, + 5867, "utility_demo_mines_insert_input!" ], "on_conflict": [ - 5733 + 5871 ] } ], "insert_utility_demo_throws": [ - 5759, + 5897, { "objects": [ - 5756, + 5894, "[utility_demo_throws_insert_input!]!" ], "on_conflict": [ - 5760 + 5898 ] } ], "insert_utility_demo_throws_one": [ - 5749, + 5887, { "object": [ - 5756, + 5894, "utility_demo_throws_insert_input!" ], "on_conflict": [ - 5760 + 5898 ] } ], "insert_utility_drift_results": [ - 5803, + 5941, { "objects": [ - 5798, + 5936, "[utility_drift_results_insert_input!]!" ], "on_conflict": [ - 5804 + 5942 ] } ], "insert_utility_drift_results_one": [ - 5776, + 5914, { "object": [ - 5798, + 5936, "utility_drift_results_insert_input!" ], "on_conflict": [ - 5804 + 5942 ] } ], "insert_utility_drift_scans": [ - 5845, + 5983, { "objects": [ - 5842, + 5980, "[utility_drift_scans_insert_input!]!" ], "on_conflict": [ - 5847 + 5985 ] } ], "insert_utility_drift_scans_one": [ - 5835, + 5973, { "object": [ - 5842, + 5980, "utility_drift_scans_insert_input!" ], "on_conflict": [ - 5847 + 5985 ] } ], "insert_utility_lineup_favorites": [ - 5880, + 6018, { "objects": [ - 5875, + 6013, "[utility_lineup_favorites_insert_input!]!" ], "on_conflict": [ - 5881 + 6019 ] } ], "insert_utility_lineup_favorites_one": [ - 5863, + 6001, { "object": [ - 5875, + 6013, "utility_lineup_favorites_insert_input!" ], "on_conflict": [ - 5881 + 6019 ] } ], "insert_utility_lineup_progress": [ - 5931, + 6069, { "objects": [ - 5926, + 6064, "[utility_lineup_progress_insert_input!]!" ], "on_conflict": [ - 5932 + 6070 ] } ], "insert_utility_lineup_progress_one": [ - 5904, + 6042, { "object": [ - 5926, + 6064, "utility_lineup_progress_insert_input!" ], "on_conflict": [ - 5932 + 6070 ] } ], "insert_utility_lineup_renders": [ - 5986, + 6124, { "objects": [ - 5981, + 6119, "[utility_lineup_renders_insert_input!]!" ], "on_conflict": [ - 5987 + 6125 ] } ], "insert_utility_lineup_renders_one": [ - 5963, + 6101, { "object": [ - 5981, + 6119, "utility_lineup_renders_insert_input!" ], "on_conflict": [ - 5987 + 6125 ] } ], "insert_utility_lineup_repairs": [ - 6040, + 6178, { "objects": [ - 6035, + 6173, "[utility_lineup_repairs_insert_input!]!" ], "on_conflict": [ - 6041 + 6179 ] } ], "insert_utility_lineup_repairs_one": [ - 6013, + 6151, { "object": [ - 6035, + 6173, "utility_lineup_repairs_insert_input!" ], "on_conflict": [ - 6041 + 6179 ] } ], "insert_utility_lineup_votes": [ - 6089, + 6227, { "objects": [ - 6084, + 6222, "[utility_lineup_votes_insert_input!]!" ], "on_conflict": [ - 6090 + 6228 ] } ], "insert_utility_lineup_votes_one": [ - 6072, + 6210, { "object": [ - 6084, + 6222, "utility_lineup_votes_insert_input!" ], "on_conflict": [ - 6090 + 6228 ] } ], "insert_utility_lineups": [ - 6146, + 6284, { "objects": [ - 6141, + 6279, "[utility_lineups_insert_input!]!" ], "on_conflict": [ - 6148 + 6286 ] } ], "insert_utility_lineups_one": [ - 6113, + 6251, { "object": [ - 6141, + 6279, "utility_lineups_insert_input!" ], "on_conflict": [ - 6148 + 6286 ] } ], "insert_utility_meta_lineups": [ - 6192, + 6330, { "objects": [ - 6189, + 6327, "[utility_meta_lineups_insert_input!]!" ], "on_conflict": [ - 6193 + 6331 ] } ], "insert_utility_meta_lineups_one": [ - 6182, + 6320, { "object": [ - 6189, + 6327, "utility_meta_lineups_insert_input!" ], "on_conflict": [ - 6193 + 6331 ] } ], "insert_utility_playbook_steps": [ - 6226, + 6364, { "objects": [ - 6221, + 6359, "[utility_playbook_steps_insert_input!]!" ], "on_conflict": [ - 6227 + 6365 ] } ], "insert_utility_playbook_steps_one": [ - 6209, + 6347, { "object": [ - 6221, + 6359, "utility_playbook_steps_insert_input!" ], "on_conflict": [ - 6227 + 6365 ] } ], "insert_utility_playbooks": [ - 6260, + 6398, { "objects": [ - 6257, + 6395, "[utility_playbooks_insert_input!]!" ], "on_conflict": [ - 6262 + 6400 ] } ], "insert_utility_playbooks_one": [ - 6250, + 6388, { "object": [ - 6257, + 6395, "utility_playbooks_insert_input!" ], "on_conflict": [ - 6262 + 6400 ] } ], "insert_utility_practice_invites": [ - 6295, + 6433, { "objects": [ - 6290, + 6428, "[utility_practice_invites_insert_input!]!" ], "on_conflict": [ - 6296 + 6434 ] } ], "insert_utility_practice_invites_one": [ - 6278, + 6416, { "object": [ - 6290, + 6428, "utility_practice_invites_insert_input!" ], "on_conflict": [ - 6296 + 6434 ] } ], "insert_utility_practice_sessions": [ - 6338, + 6476, { "objects": [ - 6333, + 6471, "[utility_practice_sessions_insert_input!]!" ], "on_conflict": [ - 6340 + 6478 ] } ], "insert_utility_practice_sessions_one": [ - 6319, + 6457, { "object": [ - 6333, + 6471, "utility_practice_sessions_insert_input!" ], "on_conflict": [ - 6340 + 6478 ] } ], "insert_v_match_captains": [ - 6530, + 6668, { "objects": [ - 6527, + 6665, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 6521, + 6659, { "object": [ - 6527, + 6665, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 6641, + 6779, { "objects": [ - 6638, + 6776, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 6632, + 6770, { "object": [ - 6638, + 6776, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 6863, + 7001, { "objects": [ - 6858, + 6996, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 6847, + 6985, { "object": [ - 6858, + 6996, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 7040, + 7178, { "objects": [ - 7035, + 7173, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 7025, + 7163, { "object": [ - 7035, + 7173, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 7134, + 7272, { "objects": [ - 7129, + 7267, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 7136 + 7274 ] } ], "insert_v_team_stage_results_one": [ - 7107, + 7245, { "object": [ - 7129, + 7267, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 7136 + 7274 ] } ], @@ -188235,7 +192012,7 @@ export default { 88, { "session_id": [ - 6365, + 6503, "uuid!" ], "steam_ids": [ @@ -188248,7 +192025,7 @@ export default { 88, { "draftGameId": [ - 6365, + 6503, "uuid!" ], "inviteCode": [ @@ -188260,7 +192037,7 @@ export default { 88, { "draftGameId": [ - 6365, + 6503, "uuid!" ], "inviteCode": [ @@ -188268,14 +192045,23 @@ export default { ] } ], + "joinTournamentAsFreeAgent": [ + 88, + { + "tournament_id": [ + 6503, + "uuid!" + ] + } + ], "joinUtilityPractice": [ - 135, + 136, { "invite_code": [ 85 ], "session_id": [ - 6365 + 6503 ] } ], @@ -188296,14 +192082,14 @@ export default { } ], "league_award_forfeit": [ - 3342, + 3385, { "args": [ - 2375, + 2418, "league_award_forfeit_args!" ], "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -188313,11 +192099,11 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], @@ -188330,11 +192116,20 @@ export default { ] } ], + "leaveTournamentAsFreeAgent": [ + 88, + { + "tournament_id": [ + 6503, + "uuid!" + ] + } + ], "leaveUtilityPractice": [ 88, { "session_id": [ - 6365, + 6503, "uuid!" ] } @@ -188359,10 +192154,10 @@ export default { 88, { "playbook_id": [ - 6365 + 6503 ], "session_id": [ - 6365, + 6503, "uuid!" ] } @@ -188397,7 +192192,7 @@ export default { 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -188409,7 +192204,7 @@ export default { 25, { "draftGameId": [ - 6365, + 6503, "uuid!" ], "inviteCode": [ @@ -188421,13 +192216,13 @@ export default { 60, { "gameModeId": [ - 6365, + 6503, "uuid!" ] } ], "purgeUtilityLineupSource": [ - 137, + 138, { "dry_run": [ 6 @@ -188445,7 +192240,7 @@ export default { 41 ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "preset": [ @@ -188471,7 +192266,20 @@ export default { 88, { "match_id": [ - 6365, + 6503, + "uuid!" + ] + } + ], + "readmitTournamentTeam": [ + 88, + { + "tournament_id": [ + 6503, + "uuid!" + ], + "tournament_team_id": [ + 6503, "uuid!" ] } @@ -188480,20 +192288,20 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } ], "recalculate_tournament_awards": [ - 241, + 242, { "args": [ - 4598, + 4641, "recalculate_tournament_awards_args!" ], "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -188503,11 +192311,11 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], @@ -188530,7 +192338,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -188554,7 +192362,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -188569,7 +192377,7 @@ export default { } ], "remineUtilityMeta": [ - 138 + 139 ], "removeFixtures": [ 88 @@ -188584,14 +192392,14 @@ export default { } ], "remove_league_team_from_season": [ - 2667, + 2710, { "args": [ - 4599, + 4642, "remove_league_team_from_season_args!" ], "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -188601,11 +192409,11 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], @@ -188630,23 +192438,23 @@ export default { } ], "renderUtilityLineupPreview": [ - 140, + 141, { "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "reorder_league_divisions": [ - 2376, + 2419, { "args": [ - 4600, + 4643, "reorder_league_divisions_args!" ], "distinct_on": [ - 2391, + 2434, "[league_divisions_select_column!]" ], "limit": [ @@ -188656,23 +192464,23 @@ export default { 41 ], "order_by": [ - 2389, + 2432, "[league_divisions_order_by!]" ], "where": [ - 2380 + 2423 ] } ], "repairUtilityLineup": [ - 145, + 146, { "session_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } @@ -188687,7 +192495,7 @@ export default { 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -188696,7 +192504,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -188709,7 +192517,7 @@ export default { "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } @@ -188718,7 +192526,7 @@ export default { 88, { "job_id": [ - 6365, + 6503, "uuid!" ] } @@ -188731,7 +192539,7 @@ export default { "Boolean!" ], "draftGameId": [ - 6365, + 6503, "uuid!" ] } @@ -188744,7 +192552,7 @@ export default { "Boolean!" ], "request_id": [ - 6365, + 6503, "uuid!" ] } @@ -188759,14 +192567,14 @@ export default { } ], "restart_league_season": [ - 2552, + 2595, { "args": [ - 4601, + 4644, "restart_league_season_args!" ], "distinct_on": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "limit": [ @@ -188776,11 +192584,11 @@ export default { 41 ], "order_by": [ - 2569, + 2612, "[league_seasons_order_by!]" ], "where": [ - 2557 + 2600 ] } ], @@ -188788,7 +192596,7 @@ export default { 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -188797,7 +192605,7 @@ export default { 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "only_failed": [ @@ -188818,7 +192626,7 @@ export default { 88, { "id": [ - 6365, + 6503, "uuid!" ] } @@ -188855,20 +192663,20 @@ export default { 85 ], "event_id": [ - 6365 + 6503 ], "id": [ - 6365 + 6503 ], "league_season_id": [ - 6365 + 6503 ], "name": [ 85, "String!" ], "season_id": [ - 6365 + 6503 ], "silhouette": [ 41 @@ -188878,7 +192686,7 @@ export default { "String!" ], "tournament_id": [ - 6365 + 6503 ] } ], @@ -188893,7 +192701,7 @@ export default { 85 ], "id": [ - 6365 + 6503 ], "teaser": [ 85 @@ -188905,10 +192713,10 @@ export default { } ], "saveUtilityLineupFromDemo": [ - 121, + 122, { "collection_id": [ - 6365 + 6503 ], "description": [ 85 @@ -188918,11 +192726,11 @@ export default { "Int!" ], "match_id": [ - 6365, + 6503, "uuid!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "name": [ @@ -188934,7 +192742,7 @@ export default { "[String!]" ], "team_id": [ - 6365 + 6503 ], "visibility": [ 85 @@ -188942,10 +192750,10 @@ export default { } ], "saveUtilityLineupFromPractice": [ - 121, + 122, { "collection_id": [ - 6365 + 6503 ], "description": [ 85 @@ -188955,7 +192763,7 @@ export default { "String!" ], "session_id": [ - 6365, + 6503, "uuid!" ], "tags": [ @@ -188963,10 +192771,10 @@ export default { "[String!]" ], "team_id": [ - 6365 + 6503 ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ], "visibility": [ @@ -188975,7 +192783,7 @@ export default { } ], "saveUtilityPlaybook": [ - 128, + 129, { "description": [ 85 @@ -188989,18 +192797,18 @@ export default { "String!" ], "playbook_id": [ - 6365 + 6503 ], "side": [ 85, "String!" ], "steps": [ - 129, + 130, "[UtilityPlaybookStepInput!]" ], "team_id": [ - 6365 + 6503 ], "visibility": [ 85 @@ -189017,11 +192825,11 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153 + 5196 ] } ], @@ -189032,24 +192840,24 @@ export default { 41 ], "from_team_id": [ - 6365, + 6503, "uuid!" ], "proposed_scheduled_at": [ - 5153, + 5196, "timestamptz!" ], "region": [ 85 ], "to_team_id": [ - 6365, + 6503, "uuid!" ] } ], "sendUtilityDrillToServer": [ - 117, + 118, { "lineup_ids": [ 85, @@ -189058,19 +192866,19 @@ export default { } ], "sendUtilityLineupToServer": [ - 122, + 123, { "lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "sendUtilityScratchToServer": [ - 122, + 123, { "lineup": [ - 141, + 142, "UtilityScratchLineupInput!" ] } @@ -189105,7 +192913,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "mode": [ @@ -189118,15 +192926,15 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "winning_lineup_id": [ - 6365, + 6503, "uuid!" ] } @@ -189135,11 +192943,11 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "winning_lineup_id": [ - 6365, + 6503, "uuid!" ] } @@ -189148,7 +192956,7 @@ export default { 52, { "id": [ - 6365, + 6503, "uuid!" ], "status": [ @@ -189161,7 +192969,7 @@ export default { 111, { "award_id": [ - 6365 + 6503 ], "custom_name": [ 85 @@ -189174,7 +192982,7 @@ export default { 41 ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } @@ -189187,7 +192995,7 @@ export default { "String!" ], "session_id": [ - 6365, + 6503, "uuid!" ] } @@ -189199,13 +193007,13 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } ], "solveUtilityLineup": [ - 145, + 146, { "from_x": [ 32 @@ -189220,7 +193028,7 @@ export default { 85 ], "session_id": [ - 6365, + 6503, "uuid!" ], "target_x": [ @@ -189251,7 +193059,7 @@ export default { "Boolean!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189264,7 +193072,7 @@ export default { "String!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189273,7 +193081,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "visible": [ @@ -189286,7 +193094,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189295,7 +193103,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189308,7 +193116,7 @@ export default { "Int!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189317,7 +193125,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "show": [ @@ -189330,7 +193138,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "slot": [ @@ -189347,7 +193155,7 @@ export default { "Boolean!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189356,7 +193164,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "mode": [ @@ -189369,16 +193177,16 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ], "server_id": [ - 6365 + 6503 ] } ], "startUtilityDriftScan": [ - 116, + 117, { "from_revision": [ 85 @@ -189393,13 +193201,13 @@ export default { } ], "startUtilityPractice": [ - 135, + 136, { "access": [ 85 ], "collection_id": [ - 6365 + 6503 ], "is_open": [ 6 @@ -189412,10 +193220,10 @@ export default { 85 ], "server_id": [ - 6365 + 6503 ], "team_id": [ - 6365 + 6503 ] } ], @@ -189423,7 +193231,7 @@ export default { 88, { "game_server_node_id": [ - 6365, + 6503, "uuid!" ] } @@ -189432,7 +193240,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189441,7 +193249,7 @@ export default { 88, { "session_id": [ - 6365, + 6503, "uuid!" ] } @@ -189450,7 +193258,7 @@ export default { 88, { "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -189472,7 +193280,7 @@ export default { 88, { "match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189490,7 +193298,7 @@ export default { 88, { "from_match_id": [ - 6365, + 6503, "uuid!" ], "mode": [ @@ -189498,7 +193306,7 @@ export default { "String!" ], "to_match_id": [ - 6365, + 6503, "uuid!" ] } @@ -189536,6 +193344,19 @@ export default { "unlinkSteamMatchHistory": [ 88 ], + "unlockTournamentRegistration": [ + 88, + { + "passcode": [ + 85, + "String!" + ], + "tournament_id": [ + 6503, + "uuid!" + ] + } + ], "unsanctionServerPlayer": [ 71, { @@ -189556,7 +193377,7 @@ export default { 88, { "clip_id": [ - 6365, + 6503, "uuid!" ], "target_steam_id": [ @@ -189577,7 +193398,7 @@ export default { 85 ], "game_server_node_id": [ - 6365 + 6503 ] } ], @@ -189585,11 +193406,11 @@ export default { 88, { "draftGameId": [ - 6365, + 6503, "uuid!" ], "settings": [ - 2349, + 2392, "jsonb!" ] } @@ -189598,7606 +193419,7774 @@ export default { 88 ], "update__map_pool": [ - 161, + 162, { "_set": [ - 166 + 167 ], "where": [ - 156, + 157, "_map_pool_bool_exp!" ] } ], "update__map_pool_by_pk": [ - 153, + 154, { "_set": [ - 166 + 167 ], "pk_columns": [ - 164, + 165, "_map_pool_pk_columns_input!" ] } ], "update__map_pool_many": [ - 161, + 162, { "updates": [ - 170, + 171, "[_map_pool_updates!]!" ] } ], "update_abandoned_matches": [ - 189, + 190, { "_inc": [ - 183 + 184 ], "_set": [ - 194 + 195 ], "where": [ - 181, + 182, "abandoned_matches_bool_exp!" ] } ], "update_abandoned_matches_by_pk": [ - 172, + 173, { "_inc": [ - 183 + 184 ], "_set": [ - 194 + 195 ], "pk_columns": [ - 192, + 193, "abandoned_matches_pk_columns_input!" ] } ], "update_abandoned_matches_many": [ - 189, + 190, { "updates": [ - 206, + 207, "[abandoned_matches_updates!]!" ] } ], "update_api_keys": [ - 223, + 224, { "_inc": [ - 219 + 220 ], "_set": [ - 228 + 229 ], "where": [ - 217, + 218, "api_keys_bool_exp!" ] } ], "update_api_keys_by_pk": [ - 213, + 214, { "_inc": [ - 219 + 220 ], "_set": [ - 228 + 229 ], "pk_columns": [ - 226, + 227, "api_keys_pk_columns_input!" ] } ], "update_api_keys_many": [ - 223, + 224, { "updates": [ - 236, + 237, "[api_keys_updates!]!" ] } ], "update_award_recipients": [ - 258, + 259, { "_inc": [ - 252 + 253 ], "_set": [ - 263 + 264 ], "where": [ - 250, + 251, "award_recipients_bool_exp!" ] } ], "update_award_recipients_by_pk": [ - 241, + 242, { "_inc": [ - 252 + 253 ], "_set": [ - 263 + 264 ], "pk_columns": [ - 261, + 262, "award_recipients_pk_columns_input!" ] } ], "update_award_recipients_many": [ - 258, + 259, { "updates": [ - 275, + 276, "[award_recipients_updates!]!" ] } ], "update_awards": [ - 292, + 293, { "_inc": [ - 288 + 289 ], "_set": [ - 298 + 299 ], "where": [ - 286, + 287, "awards_bool_exp!" ] } ], "update_awards_by_pk": [ - 282, + 283, { "_inc": [ - 288 + 289 ], "_set": [ - 298 + 299 ], "pk_columns": [ - 296, + 297, "awards_pk_columns_input!" ] } ], "update_awards_many": [ - 292, + 293, { "updates": [ - 306, + 307, "[awards_updates!]!" ] } ], "update_chat_read_state": [ - 325, + 326, { "_inc": [ - 321 + 322 ], "_set": [ - 330 + 331 ], "where": [ - 319, + 320, "chat_read_state_bool_exp!" ] } ], "update_chat_read_state_by_pk": [ - 315, + 316, { "_inc": [ - 321 + 322 ], "_set": [ - 330 + 331 ], "pk_columns": [ - 328, + 329, "chat_read_state_pk_columns_input!" ] } ], "update_chat_read_state_many": [ - 325, + 326, { "updates": [ - 338, + 339, "[chat_read_state_updates!]!" ] } ], "update_clip_render_jobs": [ - 365, + 366, { "_append": [ - 350 + 351 ], "_delete_at_path": [ - 356 + 357 ], "_delete_elem": [ - 357 + 358 ], "_delete_key": [ - 358 + 359 ], "_inc": [ - 359 + 360 ], "_prepend": [ - 369 + 370 ], "_set": [ - 373 + 374 ], "where": [ - 354, + 355, "clip_render_jobs_bool_exp!" ] } ], "update_clip_render_jobs_by_pk": [ - 342, + 343, { "_append": [ - 350 + 351 ], "_delete_at_path": [ - 356 + 357 ], "_delete_elem": [ - 357 + 358 ], "_delete_key": [ - 358 + 359 ], "_inc": [ - 359 + 360 ], "_prepend": [ - 369 + 370 ], "_set": [ - 373 + 374 ], "pk_columns": [ - 368, + 369, "clip_render_jobs_pk_columns_input!" ] } ], "update_clip_render_jobs_many": [ - 365, + 366, { "updates": [ - 385, + 386, "[clip_render_jobs_updates!]!" ] } ], "update_custom_pages": [ - 408, + 409, { "_append": [ - 397 + 398 ], "_delete_at_path": [ - 401 + 402 ], "_delete_elem": [ - 402 + 403 ], "_delete_key": [ - 403 + 404 ], "_inc": [ - 404 + 405 ], "_prepend": [ - 412 + 413 ], "_set": [ - 414 + 415 ], "where": [ - 399, + 400, "custom_pages_bool_exp!" ] } ], "update_custom_pages_by_pk": [ - 394, + 395, { "_append": [ - 397 + 398 ], "_delete_at_path": [ - 401 + 402 ], "_delete_elem": [ - 402 + 403 ], "_delete_key": [ - 403 + 404 ], "_inc": [ - 404 + 405 ], "_prepend": [ - 412 + 413 ], "_set": [ - 414 + 415 ], "pk_columns": [ - 411, + 412, "custom_pages_pk_columns_input!" ] } ], "update_custom_pages_many": [ - 408, + 409, { "updates": [ - 422, + 423, "[custom_pages_updates!]!" ] } ], "update_db_backups": [ - 436, + 437, { "_inc": [ - 432 + 433 ], "_set": [ - 441 + 442 ], "where": [ - 430, + 431, "db_backups_bool_exp!" ] } ], "update_db_backups_by_pk": [ - 426, + 427, { "_inc": [ - 432 + 433 ], "_set": [ - 441 + 442 ], "pk_columns": [ - 439, + 440, "db_backups_pk_columns_input!" ] } ], "update_db_backups_many": [ - 436, + 437, { "updates": [ - 449, + 450, "[db_backups_updates!]!" ] } ], "update_direct_conversations": [ - 463, + 464, { "_inc": [ - 459 + 460 ], "_set": [ - 468 + 469 ], "where": [ - 457, + 458, "direct_conversations_bool_exp!" ] } ], "update_direct_conversations_by_pk": [ - 453, + 454, { "_inc": [ - 459 + 460 ], "_set": [ - 468 + 469 ], "pk_columns": [ - 466, + 467, "direct_conversations_pk_columns_input!" ] } ], "update_direct_conversations_many": [ - 463, + 464, { "updates": [ - 476, + 477, "[direct_conversations_updates!]!" ] } ], "update_direct_messages": [ - 490, + 491, { "_inc": [ - 486 + 487 ], "_set": [ - 495 + 496 ], "where": [ - 484, + 485, "direct_messages_bool_exp!" ] } ], "update_direct_messages_by_pk": [ - 480, + 481, { "_inc": [ - 486 + 487 ], "_set": [ - 495 + 496 ], "pk_columns": [ - 493, + 494, "direct_messages_pk_columns_input!" ] } ], "update_direct_messages_many": [ - 490, + 491, { "updates": [ - 503, + 504, "[direct_messages_updates!]!" ] } ], "update_draft_game_picks": [ - 526, + 527, { "_inc": [ - 520 + 521 ], "_set": [ - 533 + 534 ], "where": [ - 518, + 519, "draft_game_picks_bool_exp!" ] } ], "update_draft_game_picks_by_pk": [ - 507, + 508, { "_inc": [ - 520 + 521 ], "_set": [ - 533 + 534 ], "pk_columns": [ - 529, + 530, "draft_game_picks_pk_columns_input!" ] } ], "update_draft_game_picks_many": [ - 526, + 527, { "updates": [ - 545, + 546, "[draft_game_picks_updates!]!" ] } ], "update_draft_game_players": [ - 571, + 572, { "_inc": [ - 565 + 566 ], "_set": [ - 578 + 579 ], "where": [ - 563, + 564, "draft_game_players_bool_exp!" ] } ], "update_draft_game_players_by_pk": [ - 552, + 553, { "_inc": [ - 565 + 566 ], "_set": [ - 578 + 579 ], "pk_columns": [ - 574, + 575, "draft_game_players_pk_columns_input!" ] } ], "update_draft_game_players_many": [ - 571, + 572, { "updates": [ - 590, + 591, "[draft_game_players_updates!]!" ] } ], "update_draft_games": [ - 616, + 617, { "_inc": [ - 610 + 611 ], "_set": [ - 624 + 625 ], "where": [ - 608, + 609, "draft_games_bool_exp!" ] } ], "update_draft_games_by_pk": [ - 597, + 598, { "_inc": [ - 610 + 611 ], "_set": [ - 624 + 625 ], "pk_columns": [ - 620, + 621, "draft_games_pk_columns_input!" ] } ], "update_draft_games_many": [ - 616, + 617, { "updates": [ - 636, + 637, "[draft_games_updates!]!" ] } ], "update_e_award_sources": [ - 653, + 654, { "_set": [ - 658 + 659 ], "where": [ - 646, + 647, "e_award_sources_bool_exp!" ] } ], "update_e_award_sources_by_pk": [ - 643, + 644, { "_set": [ - 658 + 659 ], "pk_columns": [ - 656, + 657, "e_award_sources_pk_columns_input!" ] } ], "update_e_award_sources_many": [ - 653, + 654, { "updates": [ - 662, + 663, "[e_award_sources_updates!]!" ] } ], "update_e_award_tiers": [ - 673, + 674, { "_set": [ - 678 + 679 ], "where": [ - 666, + 667, "e_award_tiers_bool_exp!" ] } ], "update_e_award_tiers_by_pk": [ - 663, + 664, { "_set": [ - 678 + 679 ], "pk_columns": [ - 676, + 677, "e_award_tiers_pk_columns_input!" ] } ], "update_e_award_tiers_many": [ - 673, + 674, { "updates": [ - 682, + 683, "[e_award_tiers_updates!]!" ] } ], "update_e_check_in_settings": [ - 693, + 694, { "_set": [ - 698 + 699 ], "where": [ - 686, + 687, "e_check_in_settings_bool_exp!" ] } ], "update_e_check_in_settings_by_pk": [ - 683, + 684, { "_set": [ - 698 + 699 ], "pk_columns": [ - 696, + 697, "e_check_in_settings_pk_columns_input!" ] } ], "update_e_check_in_settings_many": [ - 693, + 694, { "updates": [ - 702, + 703, "[e_check_in_settings_updates!]!" ] } ], "update_e_draft_game_captain_selection": [ - 713, + 714, { "_set": [ - 719 + 720 ], "where": [ - 706, + 707, "e_draft_game_captain_selection_bool_exp!" ] } ], "update_e_draft_game_captain_selection_by_pk": [ - 703, + 704, { "_set": [ - 719 + 720 ], "pk_columns": [ - 717, + 718, "e_draft_game_captain_selection_pk_columns_input!" ] } ], "update_e_draft_game_captain_selection_many": [ - 713, + 714, { "updates": [ - 723, + 724, "[e_draft_game_captain_selection_updates!]!" ] } ], "update_e_draft_game_draft_order": [ - 734, + 735, { "_set": [ - 740 + 741 ], "where": [ - 727, + 728, "e_draft_game_draft_order_bool_exp!" ] } ], "update_e_draft_game_draft_order_by_pk": [ - 724, + 725, { "_set": [ - 740 + 741 ], "pk_columns": [ - 738, + 739, "e_draft_game_draft_order_pk_columns_input!" ] } ], "update_e_draft_game_draft_order_many": [ - 734, + 735, { "updates": [ - 744, + 745, "[e_draft_game_draft_order_updates!]!" ] } ], "update_e_draft_game_mode": [ - 755, + 756, { "_set": [ - 761 + 762 ], "where": [ - 748, + 749, "e_draft_game_mode_bool_exp!" ] } ], "update_e_draft_game_mode_by_pk": [ - 745, + 746, { "_set": [ - 761 + 762 ], "pk_columns": [ - 759, + 760, "e_draft_game_mode_pk_columns_input!" ] } ], "update_e_draft_game_mode_many": [ - 755, + 756, { "updates": [ - 765, + 766, "[e_draft_game_mode_updates!]!" ] } ], "update_e_draft_game_player_status": [ - 776, + 777, { "_set": [ - 782 + 783 ], "where": [ - 769, + 770, "e_draft_game_player_status_bool_exp!" ] } ], "update_e_draft_game_player_status_by_pk": [ - 766, + 767, { "_set": [ - 782 + 783 ], "pk_columns": [ - 780, + 781, "e_draft_game_player_status_pk_columns_input!" ] } ], "update_e_draft_game_player_status_many": [ - 776, + 777, { "updates": [ - 786, + 787, "[e_draft_game_player_status_updates!]!" ] } ], "update_e_draft_game_status": [ - 797, + 798, { "_set": [ - 803 + 804 ], "where": [ - 790, + 791, "e_draft_game_status_bool_exp!" ] } ], "update_e_draft_game_status_by_pk": [ - 787, + 788, { "_set": [ - 803 + 804 ], "pk_columns": [ - 801, + 802, "e_draft_game_status_pk_columns_input!" ] } ], "update_e_draft_game_status_many": [ - 797, + 798, { "updates": [ - 807, + 808, "[e_draft_game_status_updates!]!" ] } ], "update_e_event_media_access": [ - 818, + 819, { "_set": [ - 823 + 824 ], "where": [ - 811, + 812, "e_event_media_access_bool_exp!" ] } ], "update_e_event_media_access_by_pk": [ - 808, + 809, { "_set": [ - 823 + 824 ], "pk_columns": [ - 821, + 822, "e_event_media_access_pk_columns_input!" ] } ], "update_e_event_media_access_many": [ - 818, + 819, { "updates": [ - 827, + 828, "[e_event_media_access_updates!]!" ] } ], "update_e_event_visibility": [ - 838, + 839, { "_set": [ - 843 + 844 ], "where": [ - 831, + 832, "e_event_visibility_bool_exp!" ] } ], "update_e_event_visibility_by_pk": [ - 828, + 829, { "_set": [ - 843 + 844 ], "pk_columns": [ - 841, + 842, "e_event_visibility_pk_columns_input!" ] } ], "update_e_event_visibility_many": [ - 838, + 839, { "updates": [ - 847, + 848, "[e_event_visibility_updates!]!" ] } ], "update_e_friend_status": [ - 858, + 859, { "_set": [ - 864 + 865 ], "where": [ - 851, + 852, "e_friend_status_bool_exp!" ] } ], "update_e_friend_status_by_pk": [ - 848, + 849, { "_set": [ - 864 + 865 ], "pk_columns": [ - 862, + 863, "e_friend_status_pk_columns_input!" ] } ], "update_e_friend_status_many": [ - 858, + 859, { "updates": [ - 868, + 869, "[e_friend_status_updates!]!" ] } ], "update_e_game_cfg_types": [ - 879, + 880, { "_set": [ - 884 + 885 ], "where": [ - 872, + 873, "e_game_cfg_types_bool_exp!" ] } ], "update_e_game_cfg_types_by_pk": [ - 869, + 870, { "_set": [ - 884 + 885 ], "pk_columns": [ - 882, + 883, "e_game_cfg_types_pk_columns_input!" ] } ], "update_e_game_cfg_types_many": [ - 879, + 880, { "updates": [ - 888, + 889, "[e_game_cfg_types_updates!]!" ] } ], "update_e_game_plugin_channels": [ - 899, + 900, { "_set": [ - 904 + 905 ], "where": [ - 892, + 893, "e_game_plugin_channels_bool_exp!" ] } ], "update_e_game_plugin_channels_by_pk": [ - 889, + 890, { "_set": [ - 904 + 905 ], "pk_columns": [ - 902, + 903, "e_game_plugin_channels_pk_columns_input!" ] } ], "update_e_game_plugin_channels_many": [ - 899, + 900, { "updates": [ - 908, + 909, "[e_game_plugin_channels_updates!]!" ] } ], "update_e_game_plugin_install_statuses": [ - 919, + 920, { "_set": [ - 924 + 925 ], "where": [ - 912, + 913, "e_game_plugin_install_statuses_bool_exp!" ] } ], "update_e_game_plugin_install_statuses_by_pk": [ - 909, + 910, { "_set": [ - 924 + 925 ], "pk_columns": [ - 922, + 923, "e_game_plugin_install_statuses_pk_columns_input!" ] } ], "update_e_game_plugin_install_statuses_many": [ - 919, + 920, { "updates": [ - 928, + 929, "[e_game_plugin_install_statuses_updates!]!" ] } ], "update_e_game_plugin_kinds": [ - 939, + 940, { "_set": [ - 944 + 945 ], "where": [ - 932, + 933, "e_game_plugin_kinds_bool_exp!" ] } ], "update_e_game_plugin_kinds_by_pk": [ - 929, + 930, { "_set": [ - 944 + 945 ], "pk_columns": [ - 942, + 943, "e_game_plugin_kinds_pk_columns_input!" ] } ], "update_e_game_plugin_kinds_many": [ - 939, + 940, { "updates": [ - 948, + 949, "[e_game_plugin_kinds_updates!]!" ] } ], "update_e_game_server_node_statuses": [ - 959, + 960, { "_set": [ - 965 + 966 ], "where": [ - 952, + 953, "e_game_server_node_statuses_bool_exp!" ] } ], "update_e_game_server_node_statuses_by_pk": [ - 949, + 950, { "_set": [ - 965 + 966 ], "pk_columns": [ - 963, + 964, "e_game_server_node_statuses_pk_columns_input!" ] } ], "update_e_game_server_node_statuses_many": [ - 959, + 960, { "updates": [ - 969, + 970, "[e_game_server_node_statuses_updates!]!" ] } ], "update_e_league_movement_types": [ - 980, + 981, { "_set": [ - 986 + 987 ], "where": [ - 973, + 974, "e_league_movement_types_bool_exp!" ] } ], "update_e_league_movement_types_by_pk": [ - 970, + 971, { "_set": [ - 986 + 987 ], "pk_columns": [ - 984, + 985, "e_league_movement_types_pk_columns_input!" ] } ], "update_e_league_movement_types_many": [ - 980, + 981, { "updates": [ - 990, + 991, "[e_league_movement_types_updates!]!" ] } ], "update_e_league_proposal_statuses": [ - 1001, + 1002, { "_set": [ - 1007 + 1008 ], "where": [ - 994, + 995, "e_league_proposal_statuses_bool_exp!" ] } ], "update_e_league_proposal_statuses_by_pk": [ - 991, + 992, { "_set": [ - 1007 + 1008 ], "pk_columns": [ - 1005, + 1006, "e_league_proposal_statuses_pk_columns_input!" ] } ], "update_e_league_proposal_statuses_many": [ - 1001, + 1002, { "updates": [ - 1011, + 1012, "[e_league_proposal_statuses_updates!]!" ] } ], "update_e_league_registration_statuses": [ - 1022, + 1023, { "_set": [ - 1028 + 1029 ], "where": [ - 1015, + 1016, "e_league_registration_statuses_bool_exp!" ] } ], "update_e_league_registration_statuses_by_pk": [ - 1012, + 1013, { "_set": [ - 1028 + 1029 ], "pk_columns": [ - 1026, + 1027, "e_league_registration_statuses_pk_columns_input!" ] } ], "update_e_league_registration_statuses_many": [ - 1022, + 1023, { "updates": [ - 1032, + 1033, "[e_league_registration_statuses_updates!]!" ] } ], "update_e_league_season_statuses": [ - 1043, + 1044, { "_set": [ - 1049 + 1050 ], "where": [ - 1036, + 1037, "e_league_season_statuses_bool_exp!" ] } ], "update_e_league_season_statuses_by_pk": [ - 1033, + 1034, { "_set": [ - 1049 + 1050 ], "pk_columns": [ - 1047, + 1048, "e_league_season_statuses_pk_columns_input!" ] } ], "update_e_league_season_statuses_many": [ - 1043, + 1044, { "updates": [ - 1053, + 1054, "[e_league_season_statuses_updates!]!" ] } ], "update_e_lobby_access": [ - 1064, + 1065, { "_set": [ - 1070 + 1071 ], "where": [ - 1057, + 1058, "e_lobby_access_bool_exp!" ] } ], "update_e_lobby_access_by_pk": [ - 1054, + 1055, { "_set": [ - 1070 + 1071 ], "pk_columns": [ - 1068, + 1069, "e_lobby_access_pk_columns_input!" ] } ], "update_e_lobby_access_many": [ - 1064, + 1065, { "updates": [ - 1074, + 1075, "[e_lobby_access_updates!]!" ] } ], "update_e_lobby_player_status": [ - 1085, + 1086, { "_set": [ - 1090 + 1091 ], "where": [ - 1078, + 1079, "e_lobby_player_status_bool_exp!" ] } ], "update_e_lobby_player_status_by_pk": [ - 1075, + 1076, { "_set": [ - 1090 + 1091 ], "pk_columns": [ - 1088, + 1089, "e_lobby_player_status_pk_columns_input!" ] } ], "update_e_lobby_player_status_many": [ - 1085, + 1086, { "updates": [ - 1094, + 1095, "[e_lobby_player_status_updates!]!" ] } ], "update_e_map_pool_types": [ - 1105, + 1106, { "_set": [ - 1111 + 1112 ], "where": [ - 1098, + 1099, "e_map_pool_types_bool_exp!" ] } ], "update_e_map_pool_types_by_pk": [ - 1095, + 1096, { "_set": [ - 1111 + 1112 ], "pk_columns": [ - 1109, + 1110, "e_map_pool_types_pk_columns_input!" ] } ], "update_e_map_pool_types_many": [ - 1105, + 1106, { "updates": [ - 1115, + 1116, "[e_map_pool_types_updates!]!" ] } ], "update_e_match_clip_visibility": [ - 1126, + 1127, { "_set": [ - 1131 + 1132 ], "where": [ - 1119, + 1120, "e_match_clip_visibility_bool_exp!" ] } ], "update_e_match_clip_visibility_by_pk": [ - 1116, + 1117, { "_set": [ - 1131 + 1132 ], "pk_columns": [ - 1129, + 1130, "e_match_clip_visibility_pk_columns_input!" ] } ], "update_e_match_clip_visibility_many": [ - 1126, + 1127, { "updates": [ - 1135, + 1136, "[e_match_clip_visibility_updates!]!" ] } ], "update_e_match_map_status": [ - 1146, + 1147, { "_set": [ - 1152 + 1153 ], "where": [ - 1139, + 1140, "e_match_map_status_bool_exp!" ] } ], "update_e_match_map_status_by_pk": [ - 1136, + 1137, { "_set": [ - 1152 + 1153 ], "pk_columns": [ - 1150, + 1151, "e_match_map_status_pk_columns_input!" ] } ], "update_e_match_map_status_many": [ - 1146, + 1147, { "updates": [ - 1156, + 1157, "[e_match_map_status_updates!]!" ] } ], "update_e_match_mode": [ - 1167, + 1168, { "_set": [ - 1172 + 1173 ], "where": [ - 1160, + 1161, "e_match_mode_bool_exp!" ] } ], "update_e_match_mode_by_pk": [ - 1157, + 1158, { "_set": [ - 1172 + 1173 ], "pk_columns": [ - 1170, + 1171, "e_match_mode_pk_columns_input!" ] } ], "update_e_match_mode_many": [ - 1167, + 1168, { "updates": [ - 1176, + 1177, "[e_match_mode_updates!]!" ] } ], "update_e_match_party_sources": [ - 1187, + 1188, { "_set": [ - 1192 + 1193 ], "where": [ - 1180, + 1181, "e_match_party_sources_bool_exp!" ] } ], "update_e_match_party_sources_by_pk": [ - 1177, + 1178, { "_set": [ - 1192 + 1193 ], "pk_columns": [ - 1190, + 1191, "e_match_party_sources_pk_columns_input!" ] } ], "update_e_match_party_sources_many": [ - 1187, + 1188, { "updates": [ - 1196, + 1197, "[e_match_party_sources_updates!]!" ] } ], "update_e_match_status": [ - 1207, + 1208, { "_set": [ - 1213 + 1214 ], "where": [ - 1200, + 1201, "e_match_status_bool_exp!" ] } ], "update_e_match_status_by_pk": [ - 1197, + 1198, { "_set": [ - 1213 + 1214 ], "pk_columns": [ - 1211, + 1212, "e_match_status_pk_columns_input!" ] } ], "update_e_match_status_many": [ - 1207, + 1208, { "updates": [ - 1217, + 1218, "[e_match_status_updates!]!" ] } ], "update_e_match_types": [ - 1228, + 1229, { "_set": [ - 1234 + 1235 ], "where": [ - 1221, + 1222, "e_match_types_bool_exp!" ] } ], "update_e_match_types_by_pk": [ - 1218, + 1219, { "_set": [ - 1234 + 1235 ], "pk_columns": [ - 1232, + 1233, "e_match_types_pk_columns_input!" ] } ], "update_e_match_types_many": [ - 1228, + 1229, { "updates": [ - 1238, + 1239, "[e_match_types_updates!]!" ] } ], "update_e_notification_types": [ - 1249, + 1250, { "_set": [ - 1254 + 1255 ], "where": [ - 1242, + 1243, "e_notification_types_bool_exp!" ] } ], "update_e_notification_types_by_pk": [ - 1239, + 1240, { "_set": [ - 1254 + 1255 ], "pk_columns": [ - 1252, + 1253, "e_notification_types_pk_columns_input!" ] } ], "update_e_notification_types_many": [ - 1249, + 1250, { "updates": [ - 1258, + 1259, "[e_notification_types_updates!]!" ] } ], "update_e_objective_types": [ - 1269, + 1270, { "_set": [ - 1274 + 1275 ], "where": [ - 1262, + 1263, "e_objective_types_bool_exp!" ] } ], "update_e_objective_types_by_pk": [ - 1259, + 1260, { "_set": [ - 1274 + 1275 ], "pk_columns": [ - 1272, + 1273, "e_objective_types_pk_columns_input!" ] } ], "update_e_objective_types_many": [ - 1269, + 1270, { "updates": [ - 1278, + 1279, "[e_objective_types_updates!]!" ] } ], "update_e_player_roles": [ - 1289, + 1290, { "_set": [ - 1294 + 1295 ], "where": [ - 1282, + 1283, "e_player_roles_bool_exp!" ] } ], "update_e_player_roles_by_pk": [ - 1279, + 1280, { "_set": [ - 1294 + 1295 ], "pk_columns": [ - 1292, + 1293, "e_player_roles_pk_columns_input!" ] } ], "update_e_player_roles_many": [ - 1289, + 1290, { "updates": [ - 1298, + 1299, "[e_player_roles_updates!]!" ] } ], "update_e_plugin_runtimes": [ - 1309, + 1310, { "_set": [ - 1314 + 1315 ], "where": [ - 1302, + 1303, "e_plugin_runtimes_bool_exp!" ] } ], "update_e_plugin_runtimes_by_pk": [ - 1299, + 1300, { "_set": [ - 1314 + 1315 ], "pk_columns": [ - 1312, + 1313, "e_plugin_runtimes_pk_columns_input!" ] } ], "update_e_plugin_runtimes_many": [ - 1309, + 1310, { "updates": [ - 1318, + 1319, "[e_plugin_runtimes_updates!]!" ] } ], "update_e_ready_settings": [ - 1329, + 1330, { "_set": [ - 1334 + 1335 ], "where": [ - 1322, + 1323, "e_ready_settings_bool_exp!" ] } ], "update_e_ready_settings_by_pk": [ - 1319, + 1320, { "_set": [ - 1334 + 1335 ], "pk_columns": [ - 1332, + 1333, "e_ready_settings_pk_columns_input!" ] } ], "update_e_ready_settings_many": [ - 1329, + 1330, { "updates": [ - 1338, + 1339, "[e_ready_settings_updates!]!" ] } ], "update_e_sanction_types": [ - 1349, + 1350, { "_set": [ - 1355 + 1356 ], "where": [ - 1342, + 1343, "e_sanction_types_bool_exp!" ] } ], "update_e_sanction_types_by_pk": [ - 1339, + 1340, { "_set": [ - 1355 + 1356 ], "pk_columns": [ - 1353, + 1354, "e_sanction_types_pk_columns_input!" ] } ], "update_e_sanction_types_many": [ - 1349, + 1350, { "updates": [ - 1359, + 1360, "[e_sanction_types_updates!]!" ] } ], "update_e_scrim_request_statuses": [ - 1370, + 1371, { "_set": [ - 1375 + 1376 ], "where": [ - 1363, + 1364, "e_scrim_request_statuses_bool_exp!" ] } ], "update_e_scrim_request_statuses_by_pk": [ - 1360, + 1361, { "_set": [ - 1375 + 1376 ], "pk_columns": [ - 1373, + 1374, "e_scrim_request_statuses_pk_columns_input!" ] } ], "update_e_scrim_request_statuses_many": [ - 1370, + 1371, { "updates": [ - 1379, + 1380, "[e_scrim_request_statuses_updates!]!" ] } ], "update_e_server_types": [ - 1390, + 1391, { "_set": [ - 1395 + 1396 ], "where": [ - 1383, + 1384, "e_server_types_bool_exp!" ] } ], "update_e_server_types_by_pk": [ - 1380, + 1381, { "_set": [ - 1395 + 1396 ], "pk_columns": [ - 1393, + 1394, "e_server_types_pk_columns_input!" ] } ], "update_e_server_types_many": [ - 1390, + 1391, { "updates": [ - 1399, + 1400, "[e_server_types_updates!]!" ] } ], "update_e_sides": [ - 1410, + 1411, { "_set": [ - 1415 + 1416 ], "where": [ - 1403, + 1404, "e_sides_bool_exp!" ] } ], "update_e_sides_by_pk": [ - 1400, + 1401, { "_set": [ - 1415 + 1416 ], "pk_columns": [ - 1413, + 1414, "e_sides_pk_columns_input!" ] } ], "update_e_sides_many": [ - 1410, + 1411, { "updates": [ - 1419, + 1420, "[e_sides_updates!]!" ] } ], "update_e_system_alert_types": [ - 1430, + 1431, { "_set": [ - 1435 + 1436 ], "where": [ - 1423, + 1424, "e_system_alert_types_bool_exp!" ] } ], "update_e_system_alert_types_by_pk": [ - 1420, + 1421, { "_set": [ - 1435 + 1436 ], "pk_columns": [ - 1433, + 1434, "e_system_alert_types_pk_columns_input!" ] } ], "update_e_system_alert_types_many": [ - 1430, + 1431, { "updates": [ - 1439, + 1440, "[e_system_alert_types_updates!]!" ] } ], "update_e_team_roles": [ - 1450, + 1451, { "_set": [ - 1456 + 1457 ], "where": [ - 1443, + 1444, "e_team_roles_bool_exp!" ] } ], "update_e_team_roles_by_pk": [ - 1440, + 1441, { "_set": [ - 1456 + 1457 ], "pk_columns": [ - 1454, + 1455, "e_team_roles_pk_columns_input!" ] } ], "update_e_team_roles_many": [ - 1450, + 1451, { "updates": [ - 1460, + 1461, "[e_team_roles_updates!]!" ] } ], "update_e_team_roster_statuses": [ - 1471, + 1472, { "_set": [ - 1476 + 1477 ], "where": [ - 1464, + 1465, "e_team_roster_statuses_bool_exp!" ] } ], "update_e_team_roster_statuses_by_pk": [ - 1461, + 1462, { "_set": [ - 1476 + 1477 ], "pk_columns": [ - 1474, + 1475, "e_team_roster_statuses_pk_columns_input!" ] } ], "update_e_team_roster_statuses_many": [ - 1471, + 1472, { "updates": [ - 1480, + 1481, "[e_team_roster_statuses_updates!]!" ] } ], "update_e_timeout_settings": [ - 1491, + 1492, { "_set": [ - 1496 + 1497 ], "where": [ - 1484, + 1485, "e_timeout_settings_bool_exp!" ] } ], "update_e_timeout_settings_by_pk": [ - 1481, + 1482, { "_set": [ - 1496 + 1497 ], "pk_columns": [ - 1494, + 1495, "e_timeout_settings_pk_columns_input!" ] } ], "update_e_timeout_settings_many": [ - 1491, + 1492, { "updates": [ - 1500, + 1501, "[e_timeout_settings_updates!]!" ] } ], "update_e_tournament_categories": [ - 1511, + 1512, { "_set": [ - 1517 + 1518 ], "where": [ - 1504, + 1505, "e_tournament_categories_bool_exp!" ] } ], "update_e_tournament_categories_by_pk": [ - 1501, + 1502, { "_set": [ - 1517 + 1518 ], "pk_columns": [ - 1515, + 1516, "e_tournament_categories_pk_columns_input!" ] } ], "update_e_tournament_categories_many": [ - 1511, + 1512, { "updates": [ - 1521, + 1522, "[e_tournament_categories_updates!]!" ] } ], + "update_e_tournament_free_agent_statuses": [ + 1533, + { + "_set": [ + 1539 + ], + "where": [ + 1526, + "e_tournament_free_agent_statuses_bool_exp!" + ] + } + ], + "update_e_tournament_free_agent_statuses_by_pk": [ + 1523, + { + "_set": [ + 1539 + ], + "pk_columns": [ + 1537, + "e_tournament_free_agent_statuses_pk_columns_input!" + ] + } + ], + "update_e_tournament_free_agent_statuses_many": [ + 1533, + { + "updates": [ + 1543, + "[e_tournament_free_agent_statuses_updates!]!" + ] + } + ], + "update_e_tournament_registration_types": [ + 1554, + { + "_set": [ + 1559 + ], + "where": [ + 1547, + "e_tournament_registration_types_bool_exp!" + ] + } + ], + "update_e_tournament_registration_types_by_pk": [ + 1544, + { + "_set": [ + 1559 + ], + "pk_columns": [ + 1557, + "e_tournament_registration_types_pk_columns_input!" + ] + } + ], + "update_e_tournament_registration_types_many": [ + 1554, + { + "updates": [ + 1563, + "[e_tournament_registration_types_updates!]!" + ] + } + ], "update_e_tournament_stage_types": [ - 1532, + 1574, { "_set": [ - 1538 + 1580 ], "where": [ - 1525, + 1567, "e_tournament_stage_types_bool_exp!" ] } ], "update_e_tournament_stage_types_by_pk": [ - 1522, + 1564, { "_set": [ - 1538 + 1580 ], "pk_columns": [ - 1536, + 1578, "e_tournament_stage_types_pk_columns_input!" ] } ], "update_e_tournament_stage_types_many": [ - 1532, + 1574, { "updates": [ - 1542, + 1584, "[e_tournament_stage_types_updates!]!" ] } ], "update_e_tournament_status": [ - 1553, + 1595, { "_set": [ - 1559 + 1601 ], "where": [ - 1546, + 1588, "e_tournament_status_bool_exp!" ] } ], "update_e_tournament_status_by_pk": [ - 1543, + 1585, { "_set": [ - 1559 + 1601 ], "pk_columns": [ - 1557, + 1599, "e_tournament_status_pk_columns_input!" ] } ], "update_e_tournament_status_many": [ - 1553, + 1595, { "updates": [ - 1563, + 1605, "[e_tournament_status_updates!]!" ] } ], "update_e_utility_practice_access": [ - 1574, + 1616, { "_set": [ - 1579 + 1621 ], "where": [ - 1567, + 1609, "e_utility_practice_access_bool_exp!" ] } ], "update_e_utility_practice_access_by_pk": [ - 1564, + 1606, { "_set": [ - 1579 + 1621 ], "pk_columns": [ - 1577, + 1619, "e_utility_practice_access_pk_columns_input!" ] } ], "update_e_utility_practice_access_many": [ - 1574, + 1616, { "updates": [ - 1583, + 1625, "[e_utility_practice_access_updates!]!" ] } ], "update_e_utility_practice_statuses": [ - 1594, + 1636, { "_set": [ - 1600 + 1642 ], "where": [ - 1587, + 1629, "e_utility_practice_statuses_bool_exp!" ] } ], "update_e_utility_practice_statuses_by_pk": [ - 1584, + 1626, { "_set": [ - 1600 + 1642 ], "pk_columns": [ - 1598, + 1640, "e_utility_practice_statuses_pk_columns_input!" ] } ], "update_e_utility_practice_statuses_many": [ - 1594, + 1636, { "updates": [ - 1604, + 1646, "[e_utility_practice_statuses_updates!]!" ] } ], "update_e_utility_sources": [ - 1615, + 1657, { "_set": [ - 1620 + 1662 ], "where": [ - 1608, + 1650, "e_utility_sources_bool_exp!" ] } ], "update_e_utility_sources_by_pk": [ - 1605, + 1647, { "_set": [ - 1620 + 1662 ], "pk_columns": [ - 1618, + 1660, "e_utility_sources_pk_columns_input!" ] } ], "update_e_utility_sources_many": [ - 1615, + 1657, { "updates": [ - 1624, + 1666, "[e_utility_sources_updates!]!" ] } ], "update_e_utility_techniques": [ - 1635, + 1677, { "_set": [ - 1640 + 1682 ], "where": [ - 1628, + 1670, "e_utility_techniques_bool_exp!" ] } ], "update_e_utility_techniques_by_pk": [ - 1625, + 1667, { "_set": [ - 1640 + 1682 ], "pk_columns": [ - 1638, + 1680, "e_utility_techniques_pk_columns_input!" ] } ], "update_e_utility_techniques_many": [ - 1635, + 1677, { "updates": [ - 1644, + 1686, "[e_utility_techniques_updates!]!" ] } ], "update_e_utility_throw_strengths": [ - 1655, + 1697, { "_set": [ - 1660 + 1702 ], "where": [ - 1648, + 1690, "e_utility_throw_strengths_bool_exp!" ] } ], "update_e_utility_throw_strengths_by_pk": [ - 1645, + 1687, { "_set": [ - 1660 + 1702 ], "pk_columns": [ - 1658, + 1700, "e_utility_throw_strengths_pk_columns_input!" ] } ], "update_e_utility_throw_strengths_many": [ - 1655, + 1697, { "updates": [ - 1664, + 1706, "[e_utility_throw_strengths_updates!]!" ] } ], "update_e_utility_types": [ - 1675, + 1717, { "_set": [ - 1680 + 1722 ], "where": [ - 1668, + 1710, "e_utility_types_bool_exp!" ] } ], "update_e_utility_types_by_pk": [ - 1665, + 1707, { "_set": [ - 1680 + 1722 ], "pk_columns": [ - 1678, + 1720, "e_utility_types_pk_columns_input!" ] } ], "update_e_utility_types_many": [ - 1675, + 1717, { "updates": [ - 1684, + 1726, "[e_utility_types_updates!]!" ] } ], "update_e_utility_visibility": [ - 1695, + 1737, { "_set": [ - 1700 + 1742 ], "where": [ - 1688, + 1730, "e_utility_visibility_bool_exp!" ] } ], "update_e_utility_visibility_by_pk": [ - 1685, + 1727, { "_set": [ - 1700 + 1742 ], "pk_columns": [ - 1698, + 1740, "e_utility_visibility_pk_columns_input!" ] } ], "update_e_utility_visibility_many": [ - 1695, + 1737, { "updates": [ - 1704, + 1746, "[e_utility_visibility_updates!]!" ] } ], "update_e_veto_pick_types": [ - 1715, + 1757, { "_set": [ - 1720 + 1762 ], "where": [ - 1708, + 1750, "e_veto_pick_types_bool_exp!" ] } ], "update_e_veto_pick_types_by_pk": [ - 1705, + 1747, { "_set": [ - 1720 + 1762 ], "pk_columns": [ - 1718, + 1760, "e_veto_pick_types_pk_columns_input!" ] } ], "update_e_veto_pick_types_many": [ - 1715, + 1757, { "updates": [ - 1724, + 1766, "[e_veto_pick_types_updates!]!" ] } ], "update_e_winning_reasons": [ - 1735, + 1777, { "_set": [ - 1740 + 1782 ], "where": [ - 1728, + 1770, "e_winning_reasons_bool_exp!" ] } ], "update_e_winning_reasons_by_pk": [ - 1725, + 1767, { "_set": [ - 1740 + 1782 ], "pk_columns": [ - 1738, + 1780, "e_winning_reasons_pk_columns_input!" ] } ], "update_e_winning_reasons_many": [ - 1735, + 1777, { "updates": [ - 1744, + 1786, "[e_winning_reasons_updates!]!" ] } ], "update_event_match_links": [ - 1753, + 1795, { "_set": [ - 1758 + 1800 ], "where": [ - 1748, + 1790, "event_match_links_bool_exp!" ] } ], "update_event_match_links_by_pk": [ - 1745, + 1787, { "_set": [ - 1758 + 1800 ], "pk_columns": [ - 1756, + 1798, "event_match_links_pk_columns_input!" ] } ], "update_event_match_links_many": [ - 1753, + 1795, { "updates": [ - 1762, + 1804, "[event_match_links_updates!]!" ] } ], "update_event_media": [ - 1780, + 1822, { "_inc": [ - 1774 + 1816 ], "_set": [ - 1827 + 1869 ], "where": [ - 1772, + 1814, "event_media_bool_exp!" ] } ], "update_event_media_by_pk": [ - 1763, + 1805, { "_inc": [ - 1774 + 1816 ], "_set": [ - 1827 + 1869 ], "pk_columns": [ - 1784, + 1826, "event_media_pk_columns_input!" ] } ], "update_event_media_many": [ - 1780, + 1822, { "updates": [ - 1839, + 1881, "[event_media_updates!]!" ] } ], "update_event_media_players": [ - 1802, + 1844, { "_inc": [ - 1796 + 1838 ], "_set": [ - 1807 + 1849 ], "where": [ - 1794, + 1836, "event_media_players_bool_exp!" ] } ], "update_event_media_players_by_pk": [ - 1785, + 1827, { "_inc": [ - 1796 + 1838 ], "_set": [ - 1807 + 1849 ], "pk_columns": [ - 1805, + 1847, "event_media_players_pk_columns_input!" ] } ], "update_event_media_players_many": [ - 1802, + 1844, { "updates": [ - 1819, + 1861, "[event_media_players_updates!]!" ] } ], "update_event_organizers": [ - 1863, + 1905, { "_inc": [ - 1857 + 1899 ], "_set": [ - 1868 + 1910 ], "where": [ - 1855, + 1897, "event_organizers_bool_exp!" ] } ], "update_event_organizers_by_pk": [ - 1846, + 1888, { "_inc": [ - 1857 + 1899 ], "_set": [ - 1868 + 1910 ], "pk_columns": [ - 1866, + 1908, "event_organizers_pk_columns_input!" ] } ], "update_event_organizers_many": [ - 1863, + 1905, { "updates": [ - 1880, + 1922, "[event_organizers_updates!]!" ] } ], "update_event_players": [ - 1904, + 1946, { "_inc": [ - 1898 + 1940 ], "_set": [ - 1909 + 1951 ], "where": [ - 1896, + 1938, "event_players_bool_exp!" ] } ], "update_event_players_by_pk": [ - 1887, + 1929, { "_inc": [ - 1898 + 1940 ], "_set": [ - 1909 + 1951 ], "pk_columns": [ - 1907, + 1949, "event_players_pk_columns_input!" ] } ], "update_event_players_many": [ - 1904, + 1946, { "updates": [ - 1921, + 1963, "[event_players_updates!]!" ] } ], "update_event_teams": [ - 1942, + 1984, { "_set": [ - 1947 + 1989 ], "where": [ - 1935, + 1977, "event_teams_bool_exp!" ] } ], "update_event_teams_by_pk": [ - 1928, + 1970, { "_set": [ - 1947 + 1989 ], "pk_columns": [ - 1945, + 1987, "event_teams_pk_columns_input!" ] } ], "update_event_teams_many": [ - 1942, + 1984, { "updates": [ - 1951, + 1993, "[event_teams_updates!]!" ] } ], "update_event_tournaments": [ - 1966, + 2008, { "_set": [ - 1971 + 2013 ], "where": [ - 1959, + 2001, "event_tournaments_bool_exp!" ] } ], "update_event_tournaments_by_pk": [ - 1952, + 1994, { "_set": [ - 1971 + 2013 ], "pk_columns": [ - 1969, + 2011, "event_tournaments_pk_columns_input!" ] } ], "update_event_tournaments_many": [ - 1966, + 2008, { "updates": [ - 1975, + 2017, "[event_tournaments_updates!]!" ] } ], "update_events": [ - 1986, + 2028, { "_inc": [ - 1982 + 2024 ], "_set": [ - 1992 + 2034 ], "where": [ - 1980, + 2022, "events_bool_exp!" ] } ], "update_events_by_pk": [ - 1976, + 2018, { "_inc": [ - 1982 + 2024 ], "_set": [ - 1992 + 2034 ], "pk_columns": [ - 1990, + 2032, "events_pk_columns_input!" ] } ], "update_events_many": [ - 1986, + 2028, { "updates": [ - 2000, + 2042, "[events_updates!]!" ] } ], "update_friends": [ - 2016, + 2058, { "_inc": [ - 2012 + 2054 ], "_set": [ - 2021 + 2063 ], "where": [ - 2010, + 2052, "friends_bool_exp!" ] } ], "update_friends_by_pk": [ - 2006, + 2048, { "_inc": [ - 2012 + 2054 ], "_set": [ - 2021 + 2063 ], "pk_columns": [ - 2019, + 2061, "friends_pk_columns_input!" ] } ], "update_friends_many": [ - 2016, + 2058, { "updates": [ - 2029, + 2071, "[friends_updates!]!" ] } ], "update_game_mode_plugins": [ - 2056, + 2098, { "_append": [ - 2041 + 2083 ], "_delete_at_path": [ - 2047 + 2089 ], "_delete_elem": [ - 2048 + 2090 ], "_delete_key": [ - 2049 + 2091 ], "_inc": [ - 2050 + 2092 ], "_prepend": [ - 2060 + 2102 ], "_set": [ - 2064 + 2106 ], "where": [ - 2045, + 2087, "game_mode_plugins_bool_exp!" ] } ], "update_game_mode_plugins_by_pk": [ - 2033, + 2075, { "_append": [ - 2041 + 2083 ], "_delete_at_path": [ - 2047 + 2089 ], "_delete_elem": [ - 2048 + 2090 ], "_delete_key": [ - 2049 + 2091 ], "_inc": [ - 2050 + 2092 ], "_prepend": [ - 2060 + 2102 ], "_set": [ - 2064 + 2106 ], "pk_columns": [ - 2059, + 2101, "game_mode_plugins_pk_columns_input!" ] } ], "update_game_mode_plugins_many": [ - 2056, + 2098, { "updates": [ - 2076, + 2118, "[game_mode_plugins_updates!]!" ] } ], "update_game_modes": [ - 2091, + 2133, { "_set": [ - 2097 + 2139 ], "where": [ - 2086, + 2128, "game_modes_bool_exp!" ] } ], "update_game_modes_by_pk": [ - 2083, + 2125, { "_set": [ - 2097 + 2139 ], "pk_columns": [ - 2095, + 2137, "game_modes_pk_columns_input!" ] } ], "update_game_modes_many": [ - 2091, + 2133, { "updates": [ - 2101, + 2143, "[game_modes_updates!]!" ] } ], "update_game_plugin_installs": [ - 2110, + 2152, { "_set": [ - 2115 + 2157 ], "where": [ - 2105, + 2147, "game_plugin_installs_bool_exp!" ] } ], "update_game_plugin_installs_by_pk": [ - 2102, + 2144, { "_set": [ - 2115 + 2157 ], "pk_columns": [ - 2113, + 2155, "game_plugin_installs_pk_columns_input!" ] } ], "update_game_plugin_installs_many": [ - 2110, + 2152, { "updates": [ - 2119, + 2161, "[game_plugin_installs_updates!]!" ] } ], "update_game_plugin_versions": [ - 2139, + 2181, { "_inc": [ - 2133 + 2175 ], "_set": [ - 2146 + 2188 ], "where": [ - 2131, + 2173, "game_plugin_versions_bool_exp!" ] } ], "update_game_plugin_versions_by_pk": [ - 2120, + 2162, { "_inc": [ - 2133 + 2175 ], "_set": [ - 2146 + 2188 ], "pk_columns": [ - 2142, + 2184, "game_plugin_versions_pk_columns_input!" ] } ], "update_game_plugin_versions_many": [ - 2139, + 2181, { "updates": [ - 2158, + 2200, "[game_plugin_versions_updates!]!" ] } ], "update_game_plugins": [ - 2178, + 2220, { "_append": [ - 2168 + 2210 ], "_delete_at_path": [ - 2172 + 2214 ], "_delete_elem": [ - 2173 + 2215 ], "_delete_key": [ - 2174 + 2216 ], "_prepend": [ - 2183 + 2225 ], "_set": [ - 2185 + 2227 ], "where": [ - 2170, + 2212, "game_plugins_bool_exp!" ] } ], "update_game_plugins_by_pk": [ - 2165, + 2207, { "_append": [ - 2168 + 2210 ], "_delete_at_path": [ - 2172 + 2214 ], "_delete_elem": [ - 2173 + 2215 ], "_delete_key": [ - 2174 + 2216 ], "_prepend": [ - 2183 + 2225 ], "_set": [ - 2185 + 2227 ], "pk_columns": [ - 2182, + 2224, "game_plugins_pk_columns_input!" ] } ], "update_game_plugins_many": [ - 2178, + 2220, { "updates": [ - 2193, + 2235, "[game_plugins_updates!]!" ] } ], "update_game_server_node_plugins": [ - 2213, + 2255, { "_set": [ - 2220 + 2262 ], "where": [ - 2206, + 2248, "game_server_node_plugins_bool_exp!" ] } ], "update_game_server_node_plugins_by_pk": [ - 2197, + 2239, { "_set": [ - 2220 + 2262 ], "pk_columns": [ - 2216, + 2258, "game_server_node_plugins_pk_columns_input!" ] } ], "update_game_server_node_plugins_many": [ - 2213, + 2255, { "updates": [ - 2224, + 2266, "[game_server_node_plugins_updates!]!" ] } ], "update_game_server_nodes": [ - 2248, + 2290, { "_append": [ - 2233 + 2275 ], "_delete_at_path": [ - 2239 + 2281 ], "_delete_elem": [ - 2240 + 2282 ], "_delete_key": [ - 2241 + 2283 ], "_inc": [ - 2242 + 2284 ], "_prepend": [ - 2253 + 2295 ], "_set": [ - 2257 + 2299 ], "where": [ - 2237, + 2279, "game_server_nodes_bool_exp!" ] } ], "update_game_server_nodes_by_pk": [ - 2225, + 2267, { "_append": [ - 2233 + 2275 ], "_delete_at_path": [ - 2239 + 2281 ], "_delete_elem": [ - 2240 + 2282 ], "_delete_key": [ - 2241 + 2283 ], "_inc": [ - 2242 + 2284 ], "_prepend": [ - 2253 + 2295 ], "_set": [ - 2257 + 2299 ], "pk_columns": [ - 2252, + 2294, "game_server_nodes_pk_columns_input!" ] } ], "update_game_server_nodes_many": [ - 2248, + 2290, { "updates": [ - 2269, + 2311, "[game_server_nodes_updates!]!" ] } ], "update_game_versions": [ - 2290, + 2332, { "_append": [ - 2279 + 2321 ], "_delete_at_path": [ - 2283 + 2325 ], "_delete_elem": [ - 2284 + 2326 ], "_delete_key": [ - 2285 + 2327 ], "_inc": [ - 2286 + 2328 ], "_prepend": [ - 2295 + 2337 ], "_set": [ - 2297 + 2339 ], "where": [ - 2281, + 2323, "game_versions_bool_exp!" ] } ], "update_game_versions_by_pk": [ - 2276, + 2318, { "_append": [ - 2279 + 2321 ], "_delete_at_path": [ - 2283 + 2325 ], "_delete_elem": [ - 2284 + 2326 ], "_delete_key": [ - 2285 + 2327 ], "_inc": [ - 2286 + 2328 ], "_prepend": [ - 2295 + 2337 ], "_set": [ - 2297 + 2339 ], "pk_columns": [ - 2294, + 2336, "game_versions_pk_columns_input!" ] } ], "update_game_versions_many": [ - 2290, + 2332, { "updates": [ - 2305, + 2347, "[game_versions_updates!]!" ] } ], "update_gamedata_signature_validations": [ - 2323, + 2365, { "_append": [ - 2312 + 2354 ], "_delete_at_path": [ - 2316 + 2358 ], "_delete_elem": [ - 2317 + 2359 ], "_delete_key": [ - 2318 + 2360 ], "_inc": [ - 2319 + 2361 ], "_prepend": [ - 2327 + 2369 ], "_set": [ - 2329 + 2371 ], "where": [ - 2314, + 2356, "gamedata_signature_validations_bool_exp!" ] } ], "update_gamedata_signature_validations_by_pk": [ - 2309, + 2351, { "_append": [ - 2312 + 2354 ], "_delete_at_path": [ - 2316 + 2358 ], "_delete_elem": [ - 2317 + 2359 ], "_delete_key": [ - 2318 + 2360 ], "_inc": [ - 2319 + 2361 ], "_prepend": [ - 2327 + 2369 ], "_set": [ - 2329 + 2371 ], "pk_columns": [ - 2326, + 2368, "gamedata_signature_validations_pk_columns_input!" ] } ], "update_gamedata_signature_validations_many": [ - 2323, + 2365, { "updates": [ - 2337, + 2379, "[gamedata_signature_validations_updates!]!" ] } ], "update_leaderboard_entries": [ - 2361, + 2404, { "_inc": [ - 2357 + 2400 ], "_set": [ - 2364 + 2407 ], "where": [ - 2356, + 2399, "leaderboard_entries_bool_exp!" ] } ], "update_leaderboard_entries_many": [ - 2361, + 2404, { "updates": [ - 2371, + 2414, "[leaderboard_entries_updates!]!" ] } ], "update_league_divisions": [ - 2386, + 2429, { "_inc": [ - 2382 + 2425 ], "_set": [ - 2392 + 2435 ], "where": [ - 2380, + 2423, "league_divisions_bool_exp!" ] } ], "update_league_divisions_by_pk": [ - 2376, + 2419, { "_inc": [ - 2382 + 2425 ], "_set": [ - 2392 + 2435 ], "pk_columns": [ - 2390, + 2433, "league_divisions_pk_columns_input!" ] } ], "update_league_divisions_many": [ - 2386, + 2429, { "updates": [ - 2400, + 2443, "[league_divisions_updates!]!" ] } ], "update_league_match_weeks": [ - 2421, + 2464, { "_inc": [ - 2415 + 2458 ], "_set": [ - 2426 + 2469 ], "where": [ - 2413, + 2456, "league_match_weeks_bool_exp!" ] } ], "update_league_match_weeks_by_pk": [ - 2404, + 2447, { "_inc": [ - 2415 + 2458 ], "_set": [ - 2426 + 2469 ], "pk_columns": [ - 2424, + 2467, "league_match_weeks_pk_columns_input!" ] } ], "update_league_match_weeks_many": [ - 2421, + 2464, { "updates": [ - 2438, + 2481, "[league_match_weeks_updates!]!" ] } ], "update_league_relegation_playoffs": [ - 2462, + 2505, { "_inc": [ - 2456 + 2499 ], "_set": [ - 2467 + 2510 ], "where": [ - 2454, + 2497, "league_relegation_playoffs_bool_exp!" ] } ], "update_league_relegation_playoffs_by_pk": [ - 2445, + 2488, { "_inc": [ - 2456 + 2499 ], "_set": [ - 2467 + 2510 ], "pk_columns": [ - 2465, + 2508, "league_relegation_playoffs_pk_columns_input!" ] } ], "update_league_relegation_playoffs_many": [ - 2462, + 2505, { "updates": [ - 2479, + 2522, "[league_relegation_playoffs_updates!]!" ] } ], "update_league_scheduling_proposals": [ - 2503, + 2546, { "_inc": [ - 2497 + 2540 ], "_set": [ - 2508 + 2551 ], "where": [ - 2495, + 2538, "league_scheduling_proposals_bool_exp!" ] } ], "update_league_scheduling_proposals_by_pk": [ - 2486, + 2529, { "_inc": [ - 2497 + 2540 ], "_set": [ - 2508 + 2551 ], "pk_columns": [ - 2506, + 2549, "league_scheduling_proposals_pk_columns_input!" ] } ], "update_league_scheduling_proposals_many": [ - 2503, + 2546, { "updates": [ - 2520, + 2563, "[league_scheduling_proposals_updates!]!" ] } ], "update_league_season_divisions": [ - 2541, + 2584, { "_set": [ - 2547 + 2590 ], "where": [ - 2534, + 2577, "league_season_divisions_bool_exp!" ] } ], "update_league_season_divisions_by_pk": [ - 2527, + 2570, { "_set": [ - 2547 + 2590 ], "pk_columns": [ - 2545, + 2588, "league_season_divisions_pk_columns_input!" ] } ], "update_league_season_divisions_many": [ - 2541, + 2584, { "updates": [ - 2551, + 2594, "[league_season_divisions_updates!]!" ] } ], "update_league_seasons": [ - 2566, + 2609, { "_append": [ - 2555 + 2598 ], "_delete_at_path": [ - 2559 + 2602 ], "_delete_elem": [ - 2560 + 2603 ], "_delete_key": [ - 2561 + 2604 ], "_inc": [ - 2562 + 2605 ], "_prepend": [ - 2571 + 2614 ], "_set": [ - 2573 + 2616 ], "where": [ - 2557, + 2600, "league_seasons_bool_exp!" ] } ], "update_league_seasons_by_pk": [ - 2552, + 2595, { "_append": [ - 2555 + 2598 ], "_delete_at_path": [ - 2559 + 2602 ], "_delete_elem": [ - 2560 + 2603 ], "_delete_key": [ - 2561 + 2604 ], "_inc": [ - 2562 + 2605 ], "_prepend": [ - 2571 + 2614 ], "_set": [ - 2573 + 2616 ], "pk_columns": [ - 2570, + 2613, "league_seasons_pk_columns_input!" ] } ], "update_league_seasons_many": [ - 2566, + 2609, { "updates": [ - 2581, + 2624, "[league_seasons_updates!]!" ] } ], "update_league_team_movements": [ - 2602, + 2645, { "_inc": [ - 2596 + 2639 ], "_set": [ - 2607 + 2650 ], "where": [ - 2594, + 2637, "league_team_movements_bool_exp!" ] } ], "update_league_team_movements_by_pk": [ - 2585, + 2628, { "_inc": [ - 2596 + 2639 ], "_set": [ - 2607 + 2650 ], "pk_columns": [ - 2605, + 2648, "league_team_movements_pk_columns_input!" ] } ], "update_league_team_movements_many": [ - 2602, + 2645, { "updates": [ - 2619, + 2662, "[league_team_movements_updates!]!" ] } ], "update_league_team_rosters": [ - 2643, + 2686, { "_inc": [ - 2637 + 2680 ], "_set": [ - 2648 + 2691 ], "where": [ - 2635, + 2678, "league_team_rosters_bool_exp!" ] } ], "update_league_team_rosters_by_pk": [ - 2626, + 2669, { "_inc": [ - 2637 + 2680 ], "_set": [ - 2648 + 2691 ], "pk_columns": [ - 2646, + 2689, "league_team_rosters_pk_columns_input!" ] } ], "update_league_team_rosters_many": [ - 2643, + 2686, { "updates": [ - 2660, + 2703, "[league_team_rosters_updates!]!" ] } ], "update_league_team_seasons": [ - 2684, + 2727, { "_inc": [ - 2678 + 2721 ], "_set": [ - 2690 + 2733 ], "where": [ - 2676, + 2719, "league_team_seasons_bool_exp!" ] } ], "update_league_team_seasons_by_pk": [ - 2667, + 2710, { "_inc": [ - 2678 + 2721 ], "_set": [ - 2690 + 2733 ], "pk_columns": [ - 2688, + 2731, "league_team_seasons_pk_columns_input!" ] } ], "update_league_team_seasons_many": [ - 2684, + 2727, { "updates": [ - 2702, + 2745, "[league_team_seasons_updates!]!" ] } ], "update_league_teams": [ - 2717, + 2760, { "_set": [ - 2723 + 2766 ], "where": [ - 2712, + 2755, "league_teams_bool_exp!" ] } ], "update_league_teams_by_pk": [ - 2709, + 2752, { "_set": [ - 2723 + 2766 ], "pk_columns": [ - 2721, + 2764, "league_teams_pk_columns_input!" ] } ], "update_league_teams_many": [ - 2717, + 2760, { "updates": [ - 2727, + 2770, "[league_teams_updates!]!" ] } ], "update_lobbies": [ - 2736, + 2779, { "_set": [ - 2742 + 2785 ], "where": [ - 2731, + 2774, "lobbies_bool_exp!" ] } ], "update_lobbies_by_pk": [ - 2728, + 2771, { "_set": [ - 2742 + 2785 ], "pk_columns": [ - 2740, + 2783, "lobbies_pk_columns_input!" ] } ], "update_lobbies_many": [ - 2736, + 2779, { "updates": [ - 2746, + 2789, "[lobbies_updates!]!" ] } ], "update_lobby_players": [ - 2766, + 2809, { "_inc": [ - 2760 + 2803 ], "_set": [ - 2773 + 2816 ], "where": [ - 2758, + 2801, "lobby_players_bool_exp!" ] } ], "update_lobby_players_by_pk": [ - 2747, + 2790, { "_inc": [ - 2760 + 2803 ], "_set": [ - 2773 + 2816 ], "pk_columns": [ - 2769, + 2812, "lobby_players_pk_columns_input!" ] } ], "update_lobby_players_many": [ - 2766, + 2809, { "updates": [ - 2785, + 2828, "[lobby_players_updates!]!" ] } ], "update_map_callouts": [ - 2804, + 2847, { "_append": [ - 2795 + 2838 ], "_delete_at_path": [ - 2798 + 2841 ], "_delete_elem": [ - 2799 + 2842 ], "_delete_key": [ - 2800 + 2843 ], "_prepend": [ - 2808 + 2851 ], "_set": [ - 2810 + 2853 ], "where": [ - 2796, + 2839, "map_callouts_bool_exp!" ] } ], "update_map_callouts_by_pk": [ - 2792, + 2835, { "_append": [ - 2795 + 2838 ], "_delete_at_path": [ - 2798 + 2841 ], "_delete_elem": [ - 2799 + 2842 ], "_delete_key": [ - 2800 + 2843 ], "_prepend": [ - 2808 + 2851 ], "_set": [ - 2810 + 2853 ], "pk_columns": [ - 2807, + 2850, "map_callouts_pk_columns_input!" ] } ], "update_map_callouts_many": [ - 2804, + 2847, { "updates": [ - 2814, + 2857, "[map_callouts_updates!]!" ] } ], "update_map_pools": [ - 2823, + 2866, { "_set": [ - 2829 + 2872 ], "where": [ - 2818, + 2861, "map_pools_bool_exp!" ] } ], "update_map_pools_by_pk": [ - 2815, + 2858, { "_set": [ - 2829 + 2872 ], "pk_columns": [ - 2827, + 2870, "map_pools_pk_columns_input!" ] } ], "update_map_pools_many": [ - 2823, + 2866, { "updates": [ - 2833, + 2876, "[map_pools_updates!]!" ] } ], "update_maps": [ - 2850, + 2893, { "_set": [ - 2858 + 2901 ], "where": [ - 2843, + 2886, "maps_bool_exp!" ] } ], "update_maps_by_pk": [ - 2834, + 2877, { "_set": [ - 2858 + 2901 ], "pk_columns": [ - 2854, + 2897, "maps_pk_columns_input!" ] } ], "update_maps_many": [ - 2850, + 2893, { "updates": [ - 2862, + 2905, "[maps_updates!]!" ] } ], "update_match_clips": [ - 2880, + 2923, { "_inc": [ - 2874 + 2917 ], "_set": [ - 2886 + 2929 ], "where": [ - 2872, + 2915, "match_clips_bool_exp!" ] } ], "update_match_clips_by_pk": [ - 2863, + 2906, { "_inc": [ - 2874 + 2917 ], "_set": [ - 2886 + 2929 ], "pk_columns": [ - 2884, + 2927, "match_clips_pk_columns_input!" ] } ], "update_match_clips_many": [ - 2880, + 2923, { "updates": [ - 2898, + 2941, "[match_clips_updates!]!" ] } ], "update_match_demo_sessions": [ - 2926, + 2969, { "_append": [ - 2911 + 2954 ], "_delete_at_path": [ - 2917 + 2960 ], "_delete_elem": [ - 2918 + 2961 ], "_delete_key": [ - 2919 + 2962 ], "_inc": [ - 2920 + 2963 ], "_prepend": [ - 2930 + 2973 ], "_set": [ - 2932 + 2975 ], "where": [ - 2915, + 2958, "match_demo_sessions_bool_exp!" ] } ], "update_match_demo_sessions_by_pk": [ - 2905, + 2948, { "_append": [ - 2911 + 2954 ], "_delete_at_path": [ - 2917 + 2960 ], "_delete_elem": [ - 2918 + 2961 ], "_delete_key": [ - 2919 + 2962 ], "_inc": [ - 2920 + 2963 ], "_prepend": [ - 2930 + 2973 ], "_set": [ - 2932 + 2975 ], "pk_columns": [ - 2929, + 2972, "match_demo_sessions_pk_columns_input!" ] } ], "update_match_demo_sessions_many": [ - 2926, + 2969, { "updates": [ - 2944, + 2987, "[match_demo_sessions_updates!]!" ] } ], "update_match_lineup_players": [ - 2970, + 3013, { "_inc": [ - 2964 + 3007 ], "_set": [ - 2977 + 3020 ], "where": [ - 2962, + 3005, "match_lineup_players_bool_exp!" ] } ], "update_match_lineup_players_by_pk": [ - 2951, + 2994, { "_inc": [ - 2964 + 3007 ], "_set": [ - 2977 + 3020 ], "pk_columns": [ - 2973, + 3016, "match_lineup_players_pk_columns_input!" ] } ], "update_match_lineup_players_many": [ - 2970, + 3013, { "updates": [ - 2989, + 3032, "[match_lineup_players_updates!]!" ] } ], "update_match_lineups": [ - 3013, + 3056, { "_inc": [ - 3007 + 3050 ], "_set": [ - 3019 + 3062 ], "where": [ - 3005, + 3048, "match_lineups_bool_exp!" ] } ], "update_match_lineups_by_pk": [ - 2996, + 3039, { "_inc": [ - 3007 + 3050 ], "_set": [ - 3019 + 3062 ], "pk_columns": [ - 3017, + 3060, "match_lineups_pk_columns_input!" ] } ], "update_match_lineups_many": [ - 3013, + 3056, { "updates": [ - 3031, + 3074, "[match_lineups_updates!]!" ] } ], "update_match_map_demos": [ - 3061, + 3104, { "_append": [ - 3046 + 3089 ], "_delete_at_path": [ - 3052 + 3095 ], "_delete_elem": [ - 3053 + 3096 ], "_delete_key": [ - 3054 + 3097 ], "_inc": [ - 3055 + 3098 ], "_prepend": [ - 3066 + 3109 ], "_set": [ - 3070 + 3113 ], "where": [ - 3050, + 3093, "match_map_demos_bool_exp!" ] } ], "update_match_map_demos_by_pk": [ - 3038, + 3081, { "_append": [ - 3046 + 3089 ], "_delete_at_path": [ - 3052 + 3095 ], "_delete_elem": [ - 3053 + 3096 ], "_delete_key": [ - 3054 + 3097 ], "_inc": [ - 3055 + 3098 ], "_prepend": [ - 3066 + 3109 ], "_set": [ - 3070 + 3113 ], "pk_columns": [ - 3065, + 3108, "match_map_demos_pk_columns_input!" ] } ], "update_match_map_demos_many": [ - 3061, + 3104, { "updates": [ - 3082, + 3125, "[match_map_demos_updates!]!" ] } ], "update_match_map_rounds": [ - 3106, + 3149, { "_inc": [ - 3100 + 3143 ], "_set": [ - 3111 + 3154 ], "where": [ - 3098, + 3141, "match_map_rounds_bool_exp!" ] } ], "update_match_map_rounds_by_pk": [ - 3089, + 3132, { "_inc": [ - 3100 + 3143 ], "_set": [ - 3111 + 3154 ], "pk_columns": [ - 3109, + 3152, "match_map_rounds_pk_columns_input!" ] } ], "update_match_map_rounds_many": [ - 3106, + 3149, { "updates": [ - 3123, + 3166, "[match_map_rounds_updates!]!" ] } ], "update_match_map_veto_picks": [ - 3146, + 3189, { "_set": [ - 3153 + 3196 ], "where": [ - 3139, + 3182, "match_map_veto_picks_bool_exp!" ] } ], "update_match_map_veto_picks_by_pk": [ - 3130, + 3173, { "_set": [ - 3153 + 3196 ], "pk_columns": [ - 3149, + 3192, "match_map_veto_picks_pk_columns_input!" ] } ], "update_match_map_veto_picks_many": [ - 3146, + 3189, { "updates": [ - 3157, + 3200, "[match_map_veto_picks_updates!]!" ] } ], "update_match_maps": [ - 3175, + 3218, { "_inc": [ - 3169 + 3212 ], "_set": [ - 3181 + 3224 ], "where": [ - 3167, + 3210, "match_maps_bool_exp!" ] } ], "update_match_maps_by_pk": [ - 3158, + 3201, { "_inc": [ - 3169 + 3212 ], "_set": [ - 3181 + 3224 ], "pk_columns": [ - 3179, + 3222, "match_maps_pk_columns_input!" ] } ], "update_match_maps_many": [ - 3175, + 3218, { "updates": [ - 3193, + 3236, "[match_maps_updates!]!" ] } ], "update_match_options": [ - 3219, + 3262, { "_inc": [ - 3213 + 3256 ], "_set": [ - 3227 + 3270 ], "where": [ - 3211, + 3254, "match_options_bool_exp!" ] } ], "update_match_options_by_pk": [ - 3200, + 3243, { "_inc": [ - 3213 + 3256 ], "_set": [ - 3227 + 3270 ], "pk_columns": [ - 3223, + 3266, "match_options_pk_columns_input!" ] } ], "update_match_options_many": [ - 3219, + 3262, { "updates": [ - 3239, + 3282, "[match_options_updates!]!" ] } ], "update_match_region_veto_picks": [ - 3262, + 3305, { "_set": [ - 3269 + 3312 ], "where": [ - 3255, + 3298, "match_region_veto_picks_bool_exp!" ] } ], "update_match_region_veto_picks_by_pk": [ - 3246, + 3289, { "_set": [ - 3269 + 3312 ], "pk_columns": [ - 3265, + 3308, "match_region_veto_picks_pk_columns_input!" ] } ], "update_match_region_veto_picks_many": [ - 3262, + 3305, { "updates": [ - 3273, + 3316, "[match_region_veto_picks_updates!]!" ] } ], "update_match_streams": [ - 3297, + 3340, { "_append": [ - 3282 + 3325 ], "_delete_at_path": [ - 3288 + 3331 ], "_delete_elem": [ - 3289 + 3332 ], "_delete_key": [ - 3290 + 3333 ], "_inc": [ - 3291 + 3334 ], "_prepend": [ - 3301 + 3344 ], "_set": [ - 3305 + 3348 ], "where": [ - 3286, + 3329, "match_streams_bool_exp!" ] } ], "update_match_streams_by_pk": [ - 3274, + 3317, { "_append": [ - 3282 + 3325 ], "_delete_at_path": [ - 3288 + 3331 ], "_delete_elem": [ - 3289 + 3332 ], "_delete_key": [ - 3290 + 3333 ], "_inc": [ - 3291 + 3334 ], "_prepend": [ - 3301 + 3344 ], "_set": [ - 3305 + 3348 ], "pk_columns": [ - 3300, + 3343, "match_streams_pk_columns_input!" ] } ], "update_match_streams_many": [ - 3297, + 3340, { "updates": [ - 3317, + 3360, "[match_streams_updates!]!" ] } ], "update_match_type_cfgs": [ - 3332, + 3375, { "_set": [ - 3337 + 3380 ], "where": [ - 3327, + 3370, "match_type_cfgs_bool_exp!" ] } ], "update_match_type_cfgs_by_pk": [ - 3324, + 3367, { "_set": [ - 3337 + 3380 ], "pk_columns": [ - 3335, + 3378, "match_type_cfgs_pk_columns_input!" ] } ], "update_match_type_cfgs_many": [ - 3332, + 3375, { "updates": [ - 3341, + 3384, "[match_type_cfgs_updates!]!" ] } ], "update_matches": [ - 3361, + 3404, { "_inc": [ - 3355 + 3398 ], "_set": [ - 3369 + 3412 ], "where": [ - 3353, + 3396, "matches_bool_exp!" ] } ], "update_matches_by_pk": [ - 3342, + 3385, { "_inc": [ - 3355 + 3398 ], "_set": [ - 3369 + 3412 ], "pk_columns": [ - 3365, + 3408, "matches_pk_columns_input!" ] } ], "update_matches_many": [ - 3361, + 3404, { "updates": [ - 3381, + 3424, "[matches_updates!]!" ] } ], "update_migration_hashes_hashes": [ - 3396, + 3439, { "_set": [ - 3401 + 3444 ], "where": [ - 3391, + 3434, "migration_hashes_hashes_bool_exp!" ] } ], "update_migration_hashes_hashes_by_pk": [ - 3388, + 3431, { "_set": [ - 3401 + 3444 ], "pk_columns": [ - 3399, + 3442, "migration_hashes_hashes_pk_columns_input!" ] } ], "update_migration_hashes_hashes_many": [ - 3396, + 3439, { "updates": [ - 3405, + 3448, "[migration_hashes_hashes_updates!]!" ] } ], "update_my_friends": [ - 3428, + 3471, { "_append": [ - 3414 + 3457 ], "_delete_at_path": [ - 3419 + 3462 ], "_delete_elem": [ - 3420 + 3463 ], "_delete_key": [ - 3421 + 3464 ], "_inc": [ - 3422 + 3465 ], "_prepend": [ - 3430 + 3473 ], "_set": [ - 3434 + 3477 ], "where": [ - 3418, + 3461, "my_friends_bool_exp!" ] } ], "update_my_friends_many": [ - 3428, + 3471, { "updates": [ - 3445, + 3488, "[my_friends_updates!]!" ] } ], "update_news_articles": [ - 3462, + 3505, { "_inc": [ - 3458 + 3501 ], "_set": [ - 3467 + 3510 ], "where": [ - 3456, + 3499, "news_articles_bool_exp!" ] } ], "update_news_articles_by_pk": [ - 3452, + 3495, { "_inc": [ - 3458 + 3501 ], "_set": [ - 3467 + 3510 ], "pk_columns": [ - 3465, + 3508, "news_articles_pk_columns_input!" ] } ], "update_news_articles_many": [ - 3462, + 3505, { "updates": [ - 3475, + 3518, "[news_articles_updates!]!" ] } ], "update_notification_preferences": [ - 3489, + 3532, { "_inc": [ - 3485 + 3528 ], "_set": [ - 3494 + 3537 ], "where": [ - 3483, + 3526, "notification_preferences_bool_exp!" ] } ], "update_notification_preferences_by_pk": [ - 3479, + 3522, { "_inc": [ - 3485 + 3528 ], "_set": [ - 3494 + 3537 ], "pk_columns": [ - 3492, + 3535, "notification_preferences_pk_columns_input!" ] } ], "update_notification_preferences_many": [ - 3489, + 3532, { "updates": [ - 3502, + 3545, "[notification_preferences_updates!]!" ] } ], "update_notifications": [ - 3529, + 3572, { "_append": [ - 3514 + 3557 ], "_delete_at_path": [ - 3520 + 3563 ], "_delete_elem": [ - 3521 + 3564 ], "_delete_key": [ - 3522 + 3565 ], "_inc": [ - 3523 + 3566 ], "_prepend": [ - 3533 + 3576 ], "_set": [ - 3537 + 3580 ], "where": [ - 3518, + 3561, "notifications_bool_exp!" ] } ], "update_notifications_by_pk": [ - 3506, + 3549, { "_append": [ - 3514 + 3557 ], "_delete_at_path": [ - 3520 + 3563 ], "_delete_elem": [ - 3521 + 3564 ], "_delete_key": [ - 3522 + 3565 ], "_inc": [ - 3523 + 3566 ], "_prepend": [ - 3533 + 3576 ], "_set": [ - 3537 + 3580 ], "pk_columns": [ - 3532, + 3575, "notifications_pk_columns_input!" ] } ], "update_notifications_many": [ - 3529, + 3572, { "updates": [ - 3549, + 3592, "[notifications_updates!]!" ] } ], "update_pending_match_import_players": [ - 3576, + 3619, { "_inc": [ - 3570 + 3613 ], "_set": [ - 3581 + 3624 ], "where": [ - 3568, + 3611, "pending_match_import_players_bool_exp!" ] } ], "update_pending_match_import_players_by_pk": [ - 3559, + 3602, { "_inc": [ - 3570 + 3613 ], "_set": [ - 3581 + 3624 ], "pk_columns": [ - 3579, + 3622, "pending_match_import_players_pk_columns_input!" ] } ], "update_pending_match_import_players_many": [ - 3576, + 3619, { "updates": [ - 3593, + 3636, "[pending_match_import_players_updates!]!" ] } ], "update_pending_match_imports": [ - 3610, + 3653, { "_inc": [ - 3606 + 3649 ], "_set": [ - 3616 + 3659 ], "where": [ - 3604, + 3647, "pending_match_imports_bool_exp!" ] } ], "update_pending_match_imports_by_pk": [ - 3600, + 3643, { "_inc": [ - 3606 + 3649 ], "_set": [ - 3616 + 3659 ], "pk_columns": [ - 3614, + 3657, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 3610, + 3653, { "updates": [ - 3624, + 3667, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 3638, + 3681, { "_inc": [ - 3634 + 3677 ], "_set": [ - 3643 + 3686 ], "where": [ - 3632, + 3675, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 3628, + 3671, { "_inc": [ - 3634 + 3677 ], "_set": [ - 3643 + 3686 ], "pk_columns": [ - 3641, + 3684, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 3638, + 3681, { "updates": [ - 3651, + 3694, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 3672, + 3715, { "_inc": [ - 3666 + 3709 ], "_set": [ - 3677 + 3720 ], "where": [ - 3664, + 3707, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 3655, + 3698, { "_inc": [ - 3666 + 3709 ], "_set": [ - 3677 + 3720 ], "pk_columns": [ - 3675, + 3718, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 3672, + 3715, { "updates": [ - 3689, + 3732, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 3715, + 3758, { "_inc": [ - 3709 + 3752 ], "_set": [ - 3722 + 3765 ], "where": [ - 3707, + 3750, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 3696, + 3739, { "_inc": [ - 3709 + 3752 ], "_set": [ - 3722 + 3765 ], "pk_columns": [ - 3718, + 3761, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 3715, + 3758, { "updates": [ - 3734, + 3777, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 3776, + 3819, { "_inc": [ - 3770 + 3813 ], "_set": [ - 3781 + 3824 ], "where": [ - 3768, + 3811, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 3759, + 3802, { "_inc": [ - 3770 + 3813 ], "_set": [ - 3781 + 3824 ], "pk_columns": [ - 3779, + 3822, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 3776, + 3819, { "updates": [ - 3793, + 3836, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 3810, + 3853, { "_inc": [ - 3806 + 3849 ], "_set": [ - 3815 + 3858 ], "where": [ - 3804, + 3847, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 3800, + 3843, { "_inc": [ - 3806 + 3849 ], "_set": [ - 3815 + 3858 ], "pk_columns": [ - 3813, + 3856, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 3810, + 3853, { "updates": [ - 3823, + 3866, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 3844, + 3887, { "_inc": [ - 3838 + 3881 ], "_set": [ - 3849 + 3892 ], "where": [ - 3836, + 3879, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 3827, + 3870, { "_inc": [ - 3838 + 3881 ], "_set": [ - 3849 + 3892 ], "pk_columns": [ - 3847, + 3890, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 3844, + 3887, { "updates": [ - 3861, + 3904, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 3887, + 3930, { "_inc": [ - 3881 + 3924 ], "_set": [ - 3894 + 3937 ], "where": [ - 3879, + 3922, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 3868, + 3911, { "_inc": [ - 3881 + 3924 ], "_set": [ - 3894 + 3937 ], "pk_columns": [ - 3890, + 3933, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 3887, + 3930, { "updates": [ - 3906, + 3949, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 3973, + 4016, { "_inc": [ - 3967 + 4010 ], "_set": [ - 3980 + 4023 ], "where": [ - 3924, + 3967, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 3913, + 3956, { "_inc": [ - 3967 + 4010 ], "_set": [ - 3980 + 4023 ], "pk_columns": [ - 3976, + 4019, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 3942, + 3985, { "_inc": [ - 3936 + 3979 ], "_set": [ - 3947 + 3990 ], "where": [ - 3934, + 3977, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 3925, + 3968, { "_inc": [ - 3936 + 3979 ], "_set": [ - 3947 + 3990 ], "pk_columns": [ - 3945, + 3988, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 3942, + 3985, { "updates": [ - 3959, + 4002, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 3973, + 4016, { "updates": [ - 3992, + 4035, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 4008, + 4051, { "_inc": [ - 4004 + 4047 ], "_set": [ - 4011 + 4054 ], "where": [ - 4003, + 4046, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 4008, + 4051, { "updates": [ - 4018, + 4061, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 4039, + 4082, { "_inc": [ - 4033 + 4076 ], "_set": [ - 4044 + 4087 ], "where": [ - 4031, + 4074, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 4022, + 4065, { "_inc": [ - 4033 + 4076 ], "_set": [ - 4044 + 4087 ], "pk_columns": [ - 4042, + 4085, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 4039, + 4082, { "updates": [ - 4056, + 4099, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 4131, + 4174, { "_inc": [ - 4125 + 4168 ], "_set": [ - 4136 + 4179 ], "where": [ - 4123, + 4166, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 4114, + 4157, { "_inc": [ - 4125 + 4168 ], "_set": [ - 4136 + 4179 ], "pk_columns": [ - 4134, + 4177, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 4131, + 4174, { "updates": [ - 4148, + 4191, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 4190, + 4233, { "_inc": [ - 4184 + 4227 ], "_set": [ - 4195 + 4238 ], "where": [ - 4182, + 4225, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 4173, + 4216, { "_inc": [ - 4184 + 4227 ], "_set": [ - 4195 + 4238 ], "pk_columns": [ - 4193, + 4236, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 4190, + 4233, { "updates": [ - 4207, + 4250, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 4231, + 4274, { "_inc": [ - 4225 + 4268 ], "_set": [ - 4236 + 4279 ], "where": [ - 4223, + 4266, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 4214, + 4257, { "_inc": [ - 4225 + 4268 ], "_set": [ - 4236 + 4279 ], "pk_columns": [ - 4234, + 4277, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 4231, + 4274, { "updates": [ - 4248, + 4291, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 4282, + 4325, { "_inc": [ - 4276 + 4319 ], "_set": [ - 4295 + 4338 ], "where": [ - 4274, + 4317, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 4255, + 4298, { "_inc": [ - 4276 + 4319 ], "_set": [ - 4295 + 4338 ], "pk_columns": [ - 4285, + 4328, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 4282, + 4325, { "updates": [ - 4307, + 4350, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 4324, + 4367, { "_inc": [ - 4320 + 4363 ], "_set": [ - 4330 + 4373 ], "where": [ - 4318, + 4361, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 4314, + 4357, { "_inc": [ - 4320 + 4363 ], "_set": [ - 4330 + 4373 ], "pk_columns": [ - 4328, + 4371, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 4324, + 4367, { "updates": [ - 4338, + 4381, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 4356, + 4399, { "_append": [ - 4345 + 4388 ], "_delete_at_path": [ - 4349 + 4392 ], "_delete_elem": [ - 4350 + 4393 ], "_delete_key": [ - 4351 + 4394 ], "_inc": [ - 4352 + 4395 ], "_prepend": [ - 4360 + 4403 ], "_set": [ - 4362 + 4405 ], "where": [ - 4347, + 4390, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 4342, + 4385, { "_append": [ - 4345 + 4388 ], "_delete_at_path": [ - 4349 + 4392 ], "_delete_elem": [ - 4350 + 4393 ], "_delete_key": [ - 4351 + 4394 ], "_inc": [ - 4352 + 4395 ], "_prepend": [ - 4360 + 4403 ], "_set": [ - 4362 + 4405 ], "pk_columns": [ - 4359, + 4402, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 4356, + 4399, { "updates": [ - 4370, + 4413, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 4384, + 4427, { "_inc": [ - 4380 + 4423 ], "_set": [ - 4389 + 4432 ], "where": [ - 4378, + 4421, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 4374, + 4417, { "_inc": [ - 4380 + 4423 ], "_set": [ - 4389 + 4432 ], "pk_columns": [ - 4387, + 4430, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 4384, + 4427, { "updates": [ - 4397, + 4440, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 4418, + 4461, { "_inc": [ - 4412 + 4455 ], "_set": [ - 4423 + 4466 ], "where": [ - 4410, + 4453, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 4401, + 4444, { "_inc": [ - 4412 + 4455 ], "_set": [ - 4423 + 4466 ], "pk_columns": [ - 4421, + 4464, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 4418, + 4461, { "updates": [ - 4435, + 4478, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 4459, + 4502, { "_inc": [ - 4453 + 4496 ], "_set": [ - 4464 + 4507 ], "where": [ - 4451, + 4494, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 4442, + 4485, { "_inc": [ - 4453 + 4496 ], "_set": [ - 4464 + 4507 ], "pk_columns": [ - 4462, + 4505, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 4459, + 4502, { "updates": [ - 4476, + 4519, "[player_utility_updates!]!" ] } ], "update_players": [ - 4526, + 4569, { "_inc": [ - 4522 + 4565 ], "_set": [ - 4532 + 4575 ], "where": [ - 4520, + 4563, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 4516, + 4559, { "_inc": [ - 4522 + 4565 ], "_set": [ - 4532 + 4575 ], "pk_columns": [ - 4530, + 4573, "players_pk_columns_input!" ] } ], "update_players_many": [ - 4526, + 4569, { "updates": [ - 4540, + 4583, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 4554, + 4597, { "_inc": [ - 4550 + 4593 ], "_set": [ - 4559 + 4602 ], "where": [ - 4548, + 4591, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 4544, + 4587, { "_inc": [ - 4550 + 4593 ], "_set": [ - 4559 + 4602 ], "pk_columns": [ - 4557, + 4600, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 4554, + 4597, { "updates": [ - 4567, + 4610, "[plugin_versions_updates!]!" ] } ], "update_push_subscriptions": [ - 4581, + 4624, { "_inc": [ - 4577 + 4620 ], "_set": [ - 4586 + 4629 ], "where": [ - 4575, + 4618, "push_subscriptions_bool_exp!" ] } ], "update_push_subscriptions_by_pk": [ - 4571, + 4614, { "_inc": [ - 4577 + 4620 ], "_set": [ - 4586 + 4629 ], "pk_columns": [ - 4584, + 4627, "push_subscriptions_pk_columns_input!" ] } ], "update_push_subscriptions_many": [ - 4581, + 4624, { "updates": [ - 4594, + 4637, "[push_subscriptions_updates!]!" ] } ], "update_role_permissions": [ - 4609, + 4652, { "_set": [ - 4612 + 4655 ], "where": [ - 4605, + 4648, "role_permissions_bool_exp!" ] } ], "update_role_permissions_many": [ - 4609, + 4652, { "updates": [ - 4615, + 4658, "[role_permissions_updates!]!" ] } ], "update_seasons": [ - 4626, + 4669, { "_inc": [ - 4622 + 4665 ], "_set": [ - 4632 + 4675 ], "where": [ - 4620, + 4663, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 4616, + 4659, { "_inc": [ - 4622 + 4665 ], "_set": [ - 4632 + 4675 ], "pk_columns": [ - 4630, + 4673, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 4626, + 4669, { "updates": [ - 4640, + 4683, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 4653, + 4696, { "_set": [ - 4659 + 4702 ], "where": [ - 4648, + 4691, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 4644, + 4687, { "_set": [ - 4659 + 4702 ], "pk_columns": [ - 4657, + 4700, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 4653, + 4696, { "updates": [ - 4667, + 4710, "[server_regions_updates!]!" ] } ], "update_servers": [ - 4694, + 4737, { "_append": [ - 4679 + 4722 ], "_delete_at_path": [ - 4685 + 4728 ], "_delete_elem": [ - 4686 + 4729 ], "_delete_key": [ - 4687 + 4730 ], "_inc": [ - 4688 + 4731 ], "_prepend": [ - 4699 + 4742 ], "_set": [ - 4703 + 4746 ], "where": [ - 4683, + 4726, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 4671, + 4714, { "_append": [ - 4679 + 4722 ], "_delete_at_path": [ - 4685 + 4728 ], "_delete_elem": [ - 4686 + 4729 ], "_delete_key": [ - 4687 + 4730 ], "_inc": [ - 4688 + 4731 ], "_prepend": [ - 4699 + 4742 ], "_set": [ - 4703 + 4746 ], "pk_columns": [ - 4698, + 4741, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 4694, + 4737, { "updates": [ - 4715, + 4758, "[servers_updates!]!" ] } ], "update_settings": [ - 4730, + 4773, { "_set": [ - 4735 + 4778 ], "where": [ - 4725, + 4768, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 4722, + 4765, { "_set": [ - 4735 + 4778 ], "pk_columns": [ - 4733, + 4776, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 4730, + 4773, { "updates": [ - 4739, + 4782, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 4756, + 4799, { "_set": [ - 4761 + 4804 ], "where": [ - 4749, + 4792, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 4742, + 4785, { "_set": [ - 4761 + 4804 ], "pk_columns": [ - 4759, + 4802, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 4756, + 4799, { "updates": [ - 4765, + 4808, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 4776, + 4819, { "_inc": [ - 4772 + 4815 ], "_set": [ - 4782 + 4825 ], "where": [ - 4770, + 4813, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 4766, + 4809, { "_inc": [ - 4772 + 4815 ], "_set": [ - 4782 + 4825 ], "pk_columns": [ - 4780, + 4823, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 4776, + 4819, { "updates": [ - 4790, + 4833, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 4804, + 4847, { "_inc": [ - 4800 + 4843 ], "_set": [ - 4809 + 4852 ], "where": [ - 4798, + 4841, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 4794, + 4837, { "_inc": [ - 4800 + 4843 ], "_set": [ - 4809 + 4852 ], "pk_columns": [ - 4807, + 4850, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 4804, + 4847, { "updates": [ - 4817, + 4860, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 4838, + 4881, { "_inc": [ - 4832 + 4875 ], "_set": [ - 4843 + 4886 ], "where": [ - 4830, + 4873, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 4821, + 4864, { "_inc": [ - 4832 + 4875 ], "_set": [ - 4843 + 4886 ], "pk_columns": [ - 4841, + 4884, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 4838, + 4881, { "updates": [ - 4855, + 4898, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 4881, + 4924, { "_inc": [ - 4875 + 4918 ], "_set": [ - 4888 + 4931 ], "where": [ - 4873, + 4916, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 4862, + 4905, { "_inc": [ - 4875 + 4918 ], "_set": [ - 4888 + 4931 ], "pk_columns": [ - 4884, + 4927, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 4881, + 4924, { "updates": [ - 4900, + 4943, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 4917, + 4960, { "_inc": [ - 4913 + 4956 ], "_set": [ - 4922 + 4965 ], "where": [ - 4911, + 4954, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 4907, + 4950, { "_inc": [ - 4913 + 4956 ], "_set": [ - 4922 + 4965 ], "pk_columns": [ - 4920, + 4963, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 4917, + 4960, { "updates": [ - 4930, + 4973, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 4950, + 4993, { "_set": [ - 4957 + 5000 ], "where": [ - 4943, + 4986, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 4934, + 4977, { "_set": [ - 4957 + 5000 ], "pk_columns": [ - 4953, + 4996, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 4950, + 4993, { "updates": [ - 4961, + 5004, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 4979, + 5022, { "_inc": [ - 4973 + 5016 ], "_set": [ - 4984 + 5027 ], "where": [ - 4971, + 5014, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 4962, + 5005, { "_inc": [ - 4973 + 5016 ], "_set": [ - 4984 + 5027 ], "pk_columns": [ - 4982, + 5025, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 4979, + 5022, { "updates": [ - 4996, + 5039, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 5022, + 5065, { "_inc": [ - 5016 + 5059 ], "_set": [ - 5030 + 5073 ], "where": [ - 5014, + 5057, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 5003, + 5046, { "_inc": [ - 5016 + 5059 ], "_set": [ - 5030 + 5073 ], "pk_columns": [ - 5026, + 5069, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 5022, + 5065, { "updates": [ - 5042, + 5085, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 5059, + 5102, { "_inc": [ - 5055 + 5098 ], "_set": [ - 5065 + 5108 ], "where": [ - 5053, + 5096, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 5049, + 5092, { "_inc": [ - 5055 + 5098 ], "_set": [ - 5065 + 5108 ], "pk_columns": [ - 5063, + 5106, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 5059, + 5102, { "updates": [ - 5073, + 5116, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 5087, + 5130, { "_inc": [ - 5083 + 5126 ], "_set": [ - 5092 + 5135 ], "where": [ - 5081, + 5124, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 5077, + 5120, { "_inc": [ - 5083 + 5126 ], "_set": [ - 5092 + 5135 ], "pk_columns": [ - 5090, + 5133, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 5087, + 5130, { "updates": [ - 5100, + 5143, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 5123, + 5166, { "_inc": [ - 5117 + 5160 ], "_set": [ - 5131 + 5174 ], "where": [ - 5115, + 5158, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 5104, + 5147, { "_inc": [ - 5117 + 5160 ], "_set": [ - 5131 + 5174 ], "pk_columns": [ - 5127, + 5170, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 5123, + 5166, { "updates": [ - 5143, + 5186, "[teams_updates!]!" ] } ], "update_tournament_awards": [ - 5172, + 5215, { "_inc": [ - 5166 + 5209 ], "_set": [ - 5178 + 5221 ], "where": [ - 5164, + 5207, "tournament_awards_bool_exp!" ] } ], "update_tournament_awards_by_pk": [ - 5155, + 5198, { "_inc": [ - 5166 + 5209 ], "_set": [ - 5178 + 5221 ], "pk_columns": [ - 5176, + 5219, "tournament_awards_pk_columns_input!" ] } ], "update_tournament_awards_many": [ - 5172, + 5215, { "updates": [ - 5190, + 5233, "[tournament_awards_updates!]!" ] } ], "update_tournament_brackets": [ - 5216, + 5259, { "_inc": [ - 5210 + 5253 ], "_set": [ - 5224 + 5267 ], "where": [ - 5208, + 5251, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 5197, + 5240, { "_inc": [ - 5210 + 5253 ], "_set": [ - 5224 + 5267 ], "pk_columns": [ - 5220, + 5263, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 5216, + 5259, { "updates": [ - 5236, + 5279, "[tournament_brackets_updates!]!" ] } ], "update_tournament_categories": [ - 5257, + 5300, { "_set": [ - 5262 + 5305 ], "where": [ - 5250, + 5293, "tournament_categories_bool_exp!" ] } ], "update_tournament_categories_by_pk": [ - 5243, + 5286, { "_set": [ - 5262 + 5305 ], "pk_columns": [ - 5260, + 5303, "tournament_categories_pk_columns_input!" ] } ], "update_tournament_categories_many": [ - 5257, + 5300, { "updates": [ - 5266, + 5309, "[tournament_categories_updates!]!" ] } ], + "update_tournament_free_agents": [ + 5327, + { + "_inc": [ + 5321 + ], + "_set": [ + 5332 + ], + "where": [ + 5319, + "tournament_free_agents_bool_exp!" + ] + } + ], + "update_tournament_free_agents_by_pk": [ + 5310, + { + "_inc": [ + 5321 + ], + "_set": [ + 5332 + ], + "pk_columns": [ + 5330, + "tournament_free_agents_pk_columns_input!" + ] + } + ], + "update_tournament_free_agents_many": [ + 5327, + { + "updates": [ + 5344, + "[tournament_free_agents_updates!]!" + ] + } + ], + "update_tournament_leaderboard_entries": [ + 5360, + { + "_inc": [ + 5356 + ], + "_set": [ + 5363 + ], + "where": [ + 5355, + "tournament_leaderboard_entries_bool_exp!" + ] + } + ], + "update_tournament_leaderboard_entries_many": [ + 5360, + { + "updates": [ + 5370, + "[tournament_leaderboard_entries_updates!]!" + ] + } + ], "update_tournament_organizer_teams": [ - 5281, + 5388, { "_set": [ - 5286 + 5393 ], "where": [ - 5274, + 5381, "tournament_organizer_teams_bool_exp!" ] } ], "update_tournament_organizer_teams_by_pk": [ - 5267, + 5374, { "_set": [ - 5286 + 5393 ], "pk_columns": [ - 5284, + 5391, "tournament_organizer_teams_pk_columns_input!" ] } ], "update_tournament_organizer_teams_many": [ - 5281, + 5388, { "updates": [ - 5290, + 5397, "[tournament_organizer_teams_updates!]!" ] } ], "update_tournament_organizers": [ - 5308, + 5415, { "_inc": [ - 5302 + 5409 ], "_set": [ - 5313 + 5420 ], "where": [ - 5300, + 5407, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 5291, + 5398, { "_inc": [ - 5302 + 5409 ], "_set": [ - 5313 + 5420 ], "pk_columns": [ - 5311, + 5418, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 5308, + 5415, { "updates": [ - 5325, + 5432, "[tournament_organizers_updates!]!" ] } ], "update_tournament_prizes": [ - 5349, + 5456, { "_inc": [ - 5343 + 5450 ], "_set": [ - 5354 + 5461 ], "where": [ - 5341, + 5448, "tournament_prizes_bool_exp!" ] } ], "update_tournament_prizes_by_pk": [ - 5332, + 5439, { "_inc": [ - 5343 + 5450 ], "_set": [ - 5354 + 5461 ], "pk_columns": [ - 5352, + 5459, "tournament_prizes_pk_columns_input!" ] } ], "update_tournament_prizes_many": [ - 5349, + 5456, { "updates": [ - 5366, + 5473, "[tournament_prizes_updates!]!" ] } ], + "update_tournament_registration_unlocks": [ + 5490, + { + "_inc": [ + 5486 + ], + "_set": [ + 5495 + ], + "where": [ + 5484, + "tournament_registration_unlocks_bool_exp!" + ] + } + ], + "update_tournament_registration_unlocks_by_pk": [ + 5480, + { + "_inc": [ + 5486 + ], + "_set": [ + 5495 + ], + "pk_columns": [ + 5493, + "tournament_registration_unlocks_pk_columns_input!" + ] + } + ], + "update_tournament_registration_unlocks_many": [ + 5490, + { + "updates": [ + 5503, + "[tournament_registration_unlocks_updates!]!" + ] + } + ], "update_tournament_stage_windows": [ - 5390, + 5524, { "_inc": [ - 5384 + 5518 ], "_set": [ - 5395 + 5529 ], "where": [ - 5382, + 5516, "tournament_stage_windows_bool_exp!" ] } ], "update_tournament_stage_windows_by_pk": [ - 5373, + 5507, { "_inc": [ - 5384 + 5518 ], "_set": [ - 5395 + 5529 ], "pk_columns": [ - 5393, + 5527, "tournament_stage_windows_pk_columns_input!" ] } ], "update_tournament_stage_windows_many": [ - 5390, + 5524, { "updates": [ - 5407, + 5541, "[tournament_stage_windows_updates!]!" ] } ], "update_tournament_stages": [ - 5437, + 5571, { "_append": [ - 5422 + 5556 ], "_delete_at_path": [ - 5428 + 5562 ], "_delete_elem": [ - 5429 + 5563 ], "_delete_key": [ - 5430 + 5564 ], "_inc": [ - 5431 + 5565 ], "_prepend": [ - 5442 + 5576 ], "_set": [ - 5446 + 5580 ], "where": [ - 5426, + 5560, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 5414, + 5548, { "_append": [ - 5422 + 5556 ], "_delete_at_path": [ - 5428 + 5562 ], "_delete_elem": [ - 5429 + 5563 ], "_delete_key": [ - 5430 + 5564 ], "_inc": [ - 5431 + 5565 ], "_prepend": [ - 5442 + 5576 ], "_set": [ - 5446 + 5580 ], "pk_columns": [ - 5441, + 5575, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 5437, + 5571, { "updates": [ - 5458, + 5592, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 5482, + 5616, { "_inc": [ - 5476 + 5610 ], "_set": [ - 5487 + 5621 ], "where": [ - 5474, + 5608, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 5465, + 5599, { "_inc": [ - 5476 + 5610 ], "_set": [ - 5487 + 5621 ], "pk_columns": [ - 5485, + 5619, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 5482, + 5616, { "updates": [ - 5499, + 5633, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 5523, + 5657, { "_inc": [ - 5517 + 5651 ], "_set": [ - 5528 + 5662 ], "where": [ - 5515, + 5649, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 5506, + 5640, { "_inc": [ - 5517 + 5651 ], "_set": [ - 5528 + 5662 ], "pk_columns": [ - 5526, + 5660, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 5523, + 5657, { "updates": [ - 5540, + 5674, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 5564, + 5700, { "_inc": [ - 5558 + 5694 ], "_set": [ - 5570 + 5708 ], "where": [ - 5556, + 5692, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 5547, + 5681, { "_inc": [ - 5558 + 5694 ], "_set": [ - 5570 + 5708 ], "pk_columns": [ - 5568, + 5704, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 5564, + 5700, { "updates": [ - 5582, + 5720, "[tournament_teams_updates!]!" ] } ], "update_tournaments": [ - 5618, + 5756, { "_inc": [ - 5612 + 5750 ], "_set": [ - 5634 + 5772 ], "where": [ - 5610, + 5748, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 5589, + 5727, { "_inc": [ - 5612 + 5750 ], "_set": [ - 5634 + 5772 ], "pk_columns": [ - 5622, + 5760, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 5618, + 5756, { "updates": [ - 5646, + 5784, "[tournaments_updates!]!" ] } ], "update_utility_collection_items": [ - 5670, + 5808, { "_inc": [ - 5664 + 5802 ], "_set": [ - 5675 + 5813 ], "where": [ - 5662, + 5800, "utility_collection_items_bool_exp!" ] } ], "update_utility_collection_items_by_pk": [ - 5653, + 5791, { "_inc": [ - 5664 + 5802 ], "_set": [ - 5675 + 5813 ], "pk_columns": [ - 5673, + 5811, "utility_collection_items_pk_columns_input!" ] } ], "update_utility_collection_items_many": [ - 5670, + 5808, { "updates": [ - 5687, + 5825, "[utility_collection_items_updates!]!" ] } ], "update_utility_collections": [ - 5704, + 5842, { "_inc": [ - 5700 + 5838 ], "_set": [ - 5710 + 5848 ], "where": [ - 5698, + 5836, "utility_collections_bool_exp!" ] } ], "update_utility_collections_by_pk": [ - 5694, + 5832, { "_inc": [ - 5700 + 5838 ], "_set": [ - 5710 + 5848 ], "pk_columns": [ - 5708, + 5846, "utility_collections_pk_columns_input!" ] } ], "update_utility_collections_many": [ - 5704, + 5842, { "updates": [ - 5718, + 5856, "[utility_collections_updates!]!" ] } ], "update_utility_demo_mines": [ - 5732, + 5870, { "_inc": [ - 5728 + 5866 ], "_set": [ - 5737 + 5875 ], "where": [ - 5726, + 5864, "utility_demo_mines_bool_exp!" ] } ], "update_utility_demo_mines_by_pk": [ - 5722, + 5860, { "_inc": [ - 5728 + 5866 ], "_set": [ - 5737 + 5875 ], "pk_columns": [ - 5735, + 5873, "utility_demo_mines_pk_columns_input!" ] } ], "update_utility_demo_mines_many": [ - 5732, + 5870, { "updates": [ - 5745, + 5883, "[utility_demo_mines_updates!]!" ] } ], "update_utility_demo_throws": [ - 5759, + 5897, { "_inc": [ - 5755 + 5893 ], "_set": [ - 5764 + 5902 ], "where": [ - 5753, + 5891, "utility_demo_throws_bool_exp!" ] } ], "update_utility_demo_throws_by_pk": [ - 5749, + 5887, { "_inc": [ - 5755 + 5893 ], "_set": [ - 5764 + 5902 ], "pk_columns": [ - 5762, + 5900, "utility_demo_throws_pk_columns_input!" ] } ], "update_utility_demo_throws_many": [ - 5759, + 5897, { "updates": [ - 5772, + 5910, "[utility_demo_throws_updates!]!" ] } ], "update_utility_drift_results": [ - 5803, + 5941, { "_inc": [ - 5797 + 5935 ], "_set": [ - 5816 + 5954 ], "where": [ - 5795, + 5933, "utility_drift_results_bool_exp!" ] } ], "update_utility_drift_results_by_pk": [ - 5776, + 5914, { "_inc": [ - 5797 + 5935 ], "_set": [ - 5816 + 5954 ], "pk_columns": [ - 5806, + 5944, "utility_drift_results_pk_columns_input!" ] } ], "update_utility_drift_results_many": [ - 5803, + 5941, { "updates": [ - 5828, + 5966, "[utility_drift_results_updates!]!" ] } ], "update_utility_drift_scans": [ - 5845, + 5983, { "_inc": [ - 5841 + 5979 ], "_set": [ - 5851 + 5989 ], "where": [ - 5839, + 5977, "utility_drift_scans_bool_exp!" ] } ], "update_utility_drift_scans_by_pk": [ - 5835, + 5973, { "_inc": [ - 5841 + 5979 ], "_set": [ - 5851 + 5989 ], "pk_columns": [ - 5849, + 5987, "utility_drift_scans_pk_columns_input!" ] } ], "update_utility_drift_scans_many": [ - 5845, + 5983, { "updates": [ - 5859, + 5997, "[utility_drift_scans_updates!]!" ] } ], "update_utility_lineup_favorites": [ - 5880, + 6018, { "_inc": [ - 5874 + 6012 ], "_set": [ - 5885 + 6023 ], "where": [ - 5872, + 6010, "utility_lineup_favorites_bool_exp!" ] } ], "update_utility_lineup_favorites_by_pk": [ - 5863, + 6001, { "_inc": [ - 5874 + 6012 ], "_set": [ - 5885 + 6023 ], "pk_columns": [ - 5883, + 6021, "utility_lineup_favorites_pk_columns_input!" ] } ], "update_utility_lineup_favorites_many": [ - 5880, + 6018, { "updates": [ - 5897, + 6035, "[utility_lineup_favorites_updates!]!" ] } ], "update_utility_lineup_progress": [ - 5931, + 6069, { "_inc": [ - 5925 + 6063 ], "_set": [ - 5944 + 6082 ], "where": [ - 5923, + 6061, "utility_lineup_progress_bool_exp!" ] } ], "update_utility_lineup_progress_by_pk": [ - 5904, + 6042, { "_inc": [ - 5925 + 6063 ], "_set": [ - 5944 + 6082 ], "pk_columns": [ - 5934, + 6072, "utility_lineup_progress_pk_columns_input!" ] } ], "update_utility_lineup_progress_many": [ - 5931, + 6069, { "updates": [ - 5956, + 6094, "[utility_lineup_progress_updates!]!" ] } ], "update_utility_lineup_renders": [ - 5986, + 6124, { "_append": [ - 5971 + 6109 ], "_delete_at_path": [ - 5977 + 6115 ], "_delete_elem": [ - 5978 + 6116 ], "_delete_key": [ - 5979 + 6117 ], "_inc": [ - 5980 + 6118 ], "_prepend": [ - 5990 + 6128 ], "_set": [ - 5994 + 6132 ], "where": [ - 5975, + 6113, "utility_lineup_renders_bool_exp!" ] } ], "update_utility_lineup_renders_by_pk": [ - 5963, + 6101, { "_append": [ - 5971 + 6109 ], "_delete_at_path": [ - 5977 + 6115 ], "_delete_elem": [ - 5978 + 6116 ], "_delete_key": [ - 5979 + 6117 ], "_inc": [ - 5980 + 6118 ], "_prepend": [ - 5990 + 6128 ], "_set": [ - 5994 + 6132 ], "pk_columns": [ - 5989, + 6127, "utility_lineup_renders_pk_columns_input!" ] } ], "update_utility_lineup_renders_many": [ - 5986, + 6124, { "updates": [ - 6006, + 6144, "[utility_lineup_renders_updates!]!" ] } ], "update_utility_lineup_repairs": [ - 6040, + 6178, { "_inc": [ - 6034 + 6172 ], "_set": [ - 6053 + 6191 ], "where": [ - 6032, + 6170, "utility_lineup_repairs_bool_exp!" ] } ], "update_utility_lineup_repairs_by_pk": [ - 6013, + 6151, { "_inc": [ - 6034 + 6172 ], "_set": [ - 6053 + 6191 ], "pk_columns": [ - 6043, + 6181, "utility_lineup_repairs_pk_columns_input!" ] } ], "update_utility_lineup_repairs_many": [ - 6040, + 6178, { "updates": [ - 6065, + 6203, "[utility_lineup_repairs_updates!]!" ] } ], "update_utility_lineup_votes": [ - 6089, + 6227, { "_inc": [ - 6083 + 6221 ], "_set": [ - 6094 + 6232 ], "where": [ - 6081, + 6219, "utility_lineup_votes_bool_exp!" ] } ], "update_utility_lineup_votes_by_pk": [ - 6072, + 6210, { "_inc": [ - 6083 + 6221 ], "_set": [ - 6094 + 6232 ], "pk_columns": [ - 6092, + 6230, "utility_lineup_votes_pk_columns_input!" ] } ], "update_utility_lineup_votes_many": [ - 6089, + 6227, { "updates": [ - 6106, + 6244, "[utility_lineup_votes_updates!]!" ] } ], "update_utility_lineups": [ - 6146, + 6284, { "_append": [ - 6131 + 6269 ], "_delete_at_path": [ - 6137 + 6275 ], "_delete_elem": [ - 6138 + 6276 ], "_delete_key": [ - 6139 + 6277 ], "_inc": [ - 6140 + 6278 ], "_prepend": [ - 6151 + 6289 ], "_set": [ - 6163 + 6301 ], "where": [ - 6135, + 6273, "utility_lineups_bool_exp!" ] } ], "update_utility_lineups_by_pk": [ - 6113, + 6251, { "_append": [ - 6131 + 6269 ], "_delete_at_path": [ - 6137 + 6275 ], "_delete_elem": [ - 6138 + 6276 ], "_delete_key": [ - 6139 + 6277 ], "_inc": [ - 6140 + 6278 ], "_prepend": [ - 6151 + 6289 ], "_set": [ - 6163 + 6301 ], "pk_columns": [ - 6150, + 6288, "utility_lineups_pk_columns_input!" ] } ], "update_utility_lineups_many": [ - 6146, + 6284, { "updates": [ - 6175, + 6313, "[utility_lineups_updates!]!" ] } ], "update_utility_meta_lineups": [ - 6192, + 6330, { "_inc": [ - 6188 + 6326 ], "_set": [ - 6197 + 6335 ], "where": [ - 6186, + 6324, "utility_meta_lineups_bool_exp!" ] } ], "update_utility_meta_lineups_by_pk": [ - 6182, + 6320, { "_inc": [ - 6188 + 6326 ], "_set": [ - 6197 + 6335 ], "pk_columns": [ - 6195, + 6333, "utility_meta_lineups_pk_columns_input!" ] } ], "update_utility_meta_lineups_many": [ - 6192, + 6330, { "updates": [ - 6205, + 6343, "[utility_meta_lineups_updates!]!" ] } ], "update_utility_playbook_steps": [ - 6226, + 6364, { "_inc": [ - 6220 + 6358 ], "_set": [ - 6231 + 6369 ], "where": [ - 6218, + 6356, "utility_playbook_steps_bool_exp!" ] } ], "update_utility_playbook_steps_by_pk": [ - 6209, + 6347, { "_inc": [ - 6220 + 6358 ], "_set": [ - 6231 + 6369 ], "pk_columns": [ - 6229, + 6367, "utility_playbook_steps_pk_columns_input!" ] } ], "update_utility_playbook_steps_many": [ - 6226, + 6364, { "updates": [ - 6243, + 6381, "[utility_playbook_steps_updates!]!" ] } ], "update_utility_playbooks": [ - 6260, + 6398, { "_inc": [ - 6256 + 6394 ], "_set": [ - 6266 + 6404 ], "where": [ - 6254, + 6392, "utility_playbooks_bool_exp!" ] } ], "update_utility_playbooks_by_pk": [ - 6250, + 6388, { "_inc": [ - 6256 + 6394 ], "_set": [ - 6266 + 6404 ], "pk_columns": [ - 6264, + 6402, "utility_playbooks_pk_columns_input!" ] } ], "update_utility_playbooks_many": [ - 6260, + 6398, { "updates": [ - 6274, + 6412, "[utility_playbooks_updates!]!" ] } ], "update_utility_practice_invites": [ - 6295, + 6433, { "_inc": [ - 6289 + 6427 ], "_set": [ - 6300 + 6438 ], "where": [ - 6287, + 6425, "utility_practice_invites_bool_exp!" ] } ], "update_utility_practice_invites_by_pk": [ - 6278, + 6416, { "_inc": [ - 6289 + 6427 ], "_set": [ - 6300 + 6438 ], "pk_columns": [ - 6298, + 6436, "utility_practice_invites_pk_columns_input!" ] } ], "update_utility_practice_invites_many": [ - 6295, + 6433, { "updates": [ - 6312, + 6450, "[utility_practice_invites_updates!]!" ] } ], "update_utility_practice_sessions": [ - 6338, + 6476, { "_inc": [ - 6332 + 6470 ], "_set": [ - 6346 + 6484 ], "where": [ - 6330, + 6468, "utility_practice_sessions_bool_exp!" ] } ], "update_utility_practice_sessions_by_pk": [ - 6319, + 6457, { "_inc": [ - 6332 + 6470 ], "_set": [ - 6346 + 6484 ], "pk_columns": [ - 6342, + 6480, "utility_practice_sessions_pk_columns_input!" ] } ], "update_utility_practice_sessions_many": [ - 6338, + 6476, { "updates": [ - 6358, + 6496, "[utility_practice_sessions_updates!]!" ] } ], "update_v_match_captains": [ - 6530, + 6668, { "_inc": [ - 6526 + 6664 ], "_set": [ - 6534 + 6672 ], "where": [ - 6525, + 6663, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 6530, + 6668, { "updates": [ - 6541, + 6679, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 6641, + 6779, { "_inc": [ - 6637 + 6775 ], "_set": [ - 6644 + 6782 ], "where": [ - 6636, + 6774, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 6641, + 6779, { "updates": [ - 6651, + 6789, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 6863, + 7001, { "_inc": [ - 6857 + 6995 ], "_set": [ - 6866 + 7004 ], "where": [ - 6856, + 6994, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 6863, + 7001, { "updates": [ - 6877, + 7015, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 7040, + 7178, { "_set": [ - 7045 + 7183 ], "where": [ - 7034, + 7172, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 7040, + 7178, { "updates": [ - 7048, + 7186, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 7134, + 7272, { "_inc": [ - 7128 + 7266 ], "_set": [ - 7148 + 7286 ], "where": [ - 7126, + 7264, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 7107, + 7245, { "_inc": [ - 7128 + 7266 ], "_set": [ - 7148 + 7286 ], "pk_columns": [ - 7138, + 7276, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 7134, + 7272, { "updates": [ - 7160, + 7298, "[v_team_stage_results_updates!]!" ] } @@ -197206,19 +201195,19 @@ export default { 88, { "game_server_node_id": [ - 6365, + 6503, "uuid!" ] } ], "watchDemo": [ - 150, + 151, { "match_map_demo_id": [ - 6365 + 6503 ], "match_map_id": [ - 6365, + 6503, "uuid!" ] } @@ -197249,10 +201238,10 @@ export default { }, "Subscription": { "_map_pool": [ - 153, + 154, { "distinct_on": [ - 165, + 166, "[_map_pool_select_column!]" ], "limit": [ @@ -197262,19 +201251,19 @@ export default { 41 ], "order_by": [ - 163, + 164, "[_map_pool_order_by!]" ], "where": [ - 156 + 157 ] } ], "_map_pool_aggregate": [ - 154, + 155, { "distinct_on": [ - 165, + 166, "[_map_pool_select_column!]" ], "limit": [ @@ -197284,48 +201273,48 @@ export default { 41 ], "order_by": [ - 163, + 164, "[_map_pool_order_by!]" ], "where": [ - 156 + 157 ] } ], "_map_pool_by_pk": [ - 153, + 154, { "map_id": [ - 6365, + 6503, "uuid!" ], "map_pool_id": [ - 6365, + 6503, "uuid!" ] } ], "_map_pool_stream": [ - 153, + 154, { "batch_size": [ 41, "Int!" ], "cursor": [ - 167, + 168, "[_map_pool_stream_cursor_input]!" ], "where": [ - 156 + 157 ] } ], "abandoned_matches": [ - 172, + 173, { "distinct_on": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "limit": [ @@ -197335,19 +201324,19 @@ export default { 41 ], "order_by": [ - 191, + 192, "[abandoned_matches_order_by!]" ], "where": [ - 181 + 182 ] } ], "abandoned_matches_aggregate": [ - 173, + 174, { "distinct_on": [ - 193, + 194, "[abandoned_matches_select_column!]" ], "limit": [ @@ -197357,44 +201346,44 @@ export default { 41 ], "order_by": [ - 191, + 192, "[abandoned_matches_order_by!]" ], "where": [ - 181 + 182 ] } ], "abandoned_matches_by_pk": [ - 172, + 173, { "id": [ - 6365, + 6503, "uuid!" ] } ], "abandoned_matches_stream": [ - 172, + 173, { "batch_size": [ 41, "Int!" ], "cursor": [ - 201, + 202, "[abandoned_matches_stream_cursor_input]!" ], "where": [ - 181 + 182 ] } ], "api_keys": [ - 213, + 214, { "distinct_on": [ - 227, + 228, "[api_keys_select_column!]" ], "limit": [ @@ -197404,19 +201393,19 @@ export default { 41 ], "order_by": [ - 225, + 226, "[api_keys_order_by!]" ], "where": [ - 217 + 218 ] } ], "api_keys_aggregate": [ - 214, + 215, { "distinct_on": [ - 227, + 228, "[api_keys_select_column!]" ], "limit": [ @@ -197426,44 +201415,44 @@ export default { 41 ], "order_by": [ - 225, + 226, "[api_keys_order_by!]" ], "where": [ - 217 + 218 ] } ], "api_keys_by_pk": [ - 213, + 214, { "id": [ - 6365, + 6503, "uuid!" ] } ], "api_keys_stream": [ - 213, + 214, { "batch_size": [ 41, "Int!" ], "cursor": [ - 232, + 233, "[api_keys_stream_cursor_input]!" ], "where": [ - 217 + 218 ] } ], "award_recipients": [ - 241, + 242, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -197473,19 +201462,19 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "award_recipients_aggregate": [ - 242, + 243, { "distinct_on": [ - 262, + 263, "[award_recipients_select_column!]" ], "limit": [ @@ -197495,44 +201484,44 @@ export default { 41 ], "order_by": [ - 260, + 261, "[award_recipients_order_by!]" ], "where": [ - 250 + 251 ] } ], "award_recipients_by_pk": [ - 241, + 242, { "id": [ - 6365, + 6503, "uuid!" ] } ], "award_recipients_stream": [ - 241, + 242, { "batch_size": [ 41, "Int!" ], "cursor": [ - 270, + 271, "[award_recipients_stream_cursor_input]!" ], "where": [ - 250 + 251 ] } ], "awards": [ - 282, + 283, { "distinct_on": [ - 297, + 298, "[awards_select_column!]" ], "limit": [ @@ -197542,19 +201531,19 @@ export default { 41 ], "order_by": [ - 295, + 296, "[awards_order_by!]" ], "where": [ - 286 + 287 ] } ], "awards_aggregate": [ - 283, + 284, { "distinct_on": [ - 297, + 298, "[awards_select_column!]" ], "limit": [ @@ -197564,44 +201553,44 @@ export default { 41 ], "order_by": [ - 295, + 296, "[awards_order_by!]" ], "where": [ - 286 + 287 ] } ], "awards_by_pk": [ - 282, + 283, { "id": [ - 6365, + 6503, "uuid!" ] } ], "awards_stream": [ - 282, + 283, { "batch_size": [ 41, "Int!" ], "cursor": [ - 302, + 303, "[awards_stream_cursor_input]!" ], "where": [ - 286 + 287 ] } ], "chat_read_state": [ - 315, + 316, { "distinct_on": [ - 329, + 330, "[chat_read_state_select_column!]" ], "limit": [ @@ -197611,19 +201600,19 @@ export default { 41 ], "order_by": [ - 327, + 328, "[chat_read_state_order_by!]" ], "where": [ - 319 + 320 ] } ], "chat_read_state_aggregate": [ - 316, + 317, { "distinct_on": [ - 329, + 330, "[chat_read_state_select_column!]" ], "limit": [ @@ -197633,19 +201622,19 @@ export default { 41 ], "order_by": [ - 327, + 328, "[chat_read_state_order_by!]" ], "where": [ - 319 + 320 ] } ], "chat_read_state_by_pk": [ - 315, + 316, { "steam_id": [ - 310, + 311, "bigint!" ], "thread": [ @@ -197655,26 +201644,26 @@ export default { } ], "chat_read_state_stream": [ - 315, + 316, { "batch_size": [ 41, "Int!" ], "cursor": [ - 334, + 335, "[chat_read_state_stream_cursor_input]!" ], "where": [ - 319 + 320 ] } ], "clip_render_jobs": [ - 342, + 343, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -197684,19 +201673,19 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "clip_render_jobs_aggregate": [ - 343, + 344, { "distinct_on": [ - 370, + 371, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -197706,44 +201695,44 @@ export default { 41 ], "order_by": [ - 367, + 368, "[clip_render_jobs_order_by!]" ], "where": [ - 354 + 355 ] } ], "clip_render_jobs_by_pk": [ - 342, + 343, { "id": [ - 6365, + 6503, "uuid!" ] } ], "clip_render_jobs_stream": [ - 342, + 343, { "batch_size": [ 41, "Int!" ], "cursor": [ - 380, + 381, "[clip_render_jobs_stream_cursor_input]!" ], "where": [ - 354 + 355 ] } ], "custom_pages": [ - 394, + 395, { "distinct_on": [ - 413, + 414, "[custom_pages_select_column!]" ], "limit": [ @@ -197753,19 +201742,19 @@ export default { 41 ], "order_by": [ - 410, + 411, "[custom_pages_order_by!]" ], "where": [ - 399 + 400 ] } ], "custom_pages_aggregate": [ - 395, + 396, { "distinct_on": [ - 413, + 414, "[custom_pages_select_column!]" ], "limit": [ @@ -197775,44 +201764,44 @@ export default { 41 ], "order_by": [ - 410, + 411, "[custom_pages_order_by!]" ], "where": [ - 399 + 400 ] } ], "custom_pages_by_pk": [ - 394, + 395, { "id": [ - 6365, + 6503, "uuid!" ] } ], "custom_pages_stream": [ - 394, + 395, { "batch_size": [ 41, "Int!" ], "cursor": [ - 418, + 419, "[custom_pages_stream_cursor_input]!" ], "where": [ - 399 + 400 ] } ], "db_backups": [ - 426, + 427, { "distinct_on": [ - 440, + 441, "[db_backups_select_column!]" ], "limit": [ @@ -197822,19 +201811,19 @@ export default { 41 ], "order_by": [ - 438, + 439, "[db_backups_order_by!]" ], "where": [ - 430 + 431 ] } ], "db_backups_aggregate": [ - 427, + 428, { "distinct_on": [ - 440, + 441, "[db_backups_select_column!]" ], "limit": [ @@ -197844,44 +201833,44 @@ export default { 41 ], "order_by": [ - 438, + 439, "[db_backups_order_by!]" ], "where": [ - 430 + 431 ] } ], "db_backups_by_pk": [ - 426, + 427, { "id": [ - 6365, + 6503, "uuid!" ] } ], "db_backups_stream": [ - 426, + 427, { "batch_size": [ 41, "Int!" ], "cursor": [ - 445, + 446, "[db_backups_stream_cursor_input]!" ], "where": [ - 430 + 431 ] } ], "direct_conversations": [ - 453, + 454, { "distinct_on": [ - 467, + 468, "[direct_conversations_select_column!]" ], "limit": [ @@ -197891,19 +201880,19 @@ export default { 41 ], "order_by": [ - 465, + 466, "[direct_conversations_order_by!]" ], "where": [ - 457 + 458 ] } ], "direct_conversations_aggregate": [ - 454, + 455, { "distinct_on": [ - 467, + 468, "[direct_conversations_select_column!]" ], "limit": [ @@ -197913,48 +201902,48 @@ export default { 41 ], "order_by": [ - 465, + 466, "[direct_conversations_order_by!]" ], "where": [ - 457 + 458 ] } ], "direct_conversations_by_pk": [ - 453, + 454, { "room_id": [ 85, "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "direct_conversations_stream": [ - 453, + 454, { "batch_size": [ 41, "Int!" ], "cursor": [ - 472, + 473, "[direct_conversations_stream_cursor_input]!" ], "where": [ - 457 + 458 ] } ], "direct_messages": [ - 480, + 481, { "distinct_on": [ - 494, + 495, "[direct_messages_select_column!]" ], "limit": [ @@ -197964,19 +201953,19 @@ export default { 41 ], "order_by": [ - 492, + 493, "[direct_messages_order_by!]" ], "where": [ - 484 + 485 ] } ], "direct_messages_aggregate": [ - 481, + 482, { "distinct_on": [ - 494, + 495, "[direct_messages_select_column!]" ], "limit": [ @@ -197986,44 +201975,44 @@ export default { 41 ], "order_by": [ - 492, + 493, "[direct_messages_order_by!]" ], "where": [ - 484 + 485 ] } ], "direct_messages_by_pk": [ - 480, + 481, { "id": [ - 6365, + 6503, "uuid!" ] } ], "direct_messages_stream": [ - 480, + 481, { "batch_size": [ 41, "Int!" ], "cursor": [ - 499, + 500, "[direct_messages_stream_cursor_input]!" ], "where": [ - 484 + 485 ] } ], "draft_game_picks": [ - 507, + 508, { "distinct_on": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "limit": [ @@ -198033,19 +202022,19 @@ export default { 41 ], "order_by": [ - 528, + 529, "[draft_game_picks_order_by!]" ], "where": [ - 518 + 519 ] } ], "draft_game_picks_aggregate": [ - 508, + 509, { "distinct_on": [ - 530, + 531, "[draft_game_picks_select_column!]" ], "limit": [ @@ -198055,44 +202044,44 @@ export default { 41 ], "order_by": [ - 528, + 529, "[draft_game_picks_order_by!]" ], "where": [ - 518 + 519 ] } ], "draft_game_picks_by_pk": [ - 507, + 508, { "id": [ - 6365, + 6503, "uuid!" ] } ], "draft_game_picks_stream": [ - 507, + 508, { "batch_size": [ 41, "Int!" ], "cursor": [ - 540, + 541, "[draft_game_picks_stream_cursor_input]!" ], "where": [ - 518 + 519 ] } ], "draft_game_players": [ - 552, + 553, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -198102,19 +202091,19 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "draft_game_players_aggregate": [ - 553, + 554, { "distinct_on": [ - 575, + 576, "[draft_game_players_select_column!]" ], "limit": [ @@ -198124,48 +202113,48 @@ export default { 41 ], "order_by": [ - 573, + 574, "[draft_game_players_order_by!]" ], "where": [ - 563 + 564 ] } ], "draft_game_players_by_pk": [ - 552, + 553, { "draft_game_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "draft_game_players_stream": [ - 552, + 553, { "batch_size": [ 41, "Int!" ], "cursor": [ - 585, + 586, "[draft_game_players_stream_cursor_input]!" ], "where": [ - 563 + 564 ] } ], "draft_games": [ - 597, + 598, { "distinct_on": [ - 621, + 622, "[draft_games_select_column!]" ], "limit": [ @@ -198175,19 +202164,19 @@ export default { 41 ], "order_by": [ - 619, + 620, "[draft_games_order_by!]" ], "where": [ - 608 + 609 ] } ], "draft_games_aggregate": [ - 598, + 599, { "distinct_on": [ - 621, + 622, "[draft_games_select_column!]" ], "limit": [ @@ -198197,44 +202186,44 @@ export default { 41 ], "order_by": [ - 619, + 620, "[draft_games_order_by!]" ], "where": [ - 608 + 609 ] } ], "draft_games_by_pk": [ - 597, + 598, { "id": [ - 6365, + 6503, "uuid!" ] } ], "draft_games_stream": [ - 597, + 598, { "batch_size": [ 41, "Int!" ], "cursor": [ - 631, + 632, "[draft_games_stream_cursor_input]!" ], "where": [ - 608 + 609 ] } ], "e_award_sources": [ - 643, + 644, { "distinct_on": [ - 657, + 658, "[e_award_sources_select_column!]" ], "limit": [ @@ -198244,19 +202233,19 @@ export default { 41 ], "order_by": [ - 655, + 656, "[e_award_sources_order_by!]" ], "where": [ - 646 + 647 ] } ], "e_award_sources_aggregate": [ - 644, + 645, { "distinct_on": [ - 657, + 658, "[e_award_sources_select_column!]" ], "limit": [ @@ -198266,16 +202255,16 @@ export default { 41 ], "order_by": [ - 655, + 656, "[e_award_sources_order_by!]" ], "where": [ - 646 + 647 ] } ], "e_award_sources_by_pk": [ - 643, + 644, { "value": [ 85, @@ -198284,26 +202273,26 @@ export default { } ], "e_award_sources_stream": [ - 643, + 644, { "batch_size": [ 41, "Int!" ], "cursor": [ - 659, + 660, "[e_award_sources_stream_cursor_input]!" ], "where": [ - 646 + 647 ] } ], "e_award_tiers": [ - 663, + 664, { "distinct_on": [ - 677, + 678, "[e_award_tiers_select_column!]" ], "limit": [ @@ -198313,19 +202302,19 @@ export default { 41 ], "order_by": [ - 675, + 676, "[e_award_tiers_order_by!]" ], "where": [ - 666 + 667 ] } ], "e_award_tiers_aggregate": [ - 664, + 665, { "distinct_on": [ - 677, + 678, "[e_award_tiers_select_column!]" ], "limit": [ @@ -198335,16 +202324,16 @@ export default { 41 ], "order_by": [ - 675, + 676, "[e_award_tiers_order_by!]" ], "where": [ - 666 + 667 ] } ], "e_award_tiers_by_pk": [ - 663, + 664, { "value": [ 85, @@ -198353,26 +202342,26 @@ export default { } ], "e_award_tiers_stream": [ - 663, + 664, { "batch_size": [ 41, "Int!" ], "cursor": [ - 679, + 680, "[e_award_tiers_stream_cursor_input]!" ], "where": [ - 666 + 667 ] } ], "e_check_in_settings": [ - 683, + 684, { "distinct_on": [ - 697, + 698, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -198382,19 +202371,19 @@ export default { 41 ], "order_by": [ - 695, + 696, "[e_check_in_settings_order_by!]" ], "where": [ - 686 + 687 ] } ], "e_check_in_settings_aggregate": [ - 684, + 685, { "distinct_on": [ - 697, + 698, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -198404,16 +202393,16 @@ export default { 41 ], "order_by": [ - 695, + 696, "[e_check_in_settings_order_by!]" ], "where": [ - 686 + 687 ] } ], "e_check_in_settings_by_pk": [ - 683, + 684, { "value": [ 85, @@ -198422,26 +202411,26 @@ export default { } ], "e_check_in_settings_stream": [ - 683, + 684, { "batch_size": [ 41, "Int!" ], "cursor": [ - 699, + 700, "[e_check_in_settings_stream_cursor_input]!" ], "where": [ - 686 + 687 ] } ], "e_draft_game_captain_selection": [ - 703, + 704, { "distinct_on": [ - 718, + 719, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -198451,19 +202440,19 @@ export default { 41 ], "order_by": [ - 716, + 717, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 706 + 707 ] } ], "e_draft_game_captain_selection_aggregate": [ - 704, + 705, { "distinct_on": [ - 718, + 719, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -198473,16 +202462,16 @@ export default { 41 ], "order_by": [ - 716, + 717, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 706 + 707 ] } ], "e_draft_game_captain_selection_by_pk": [ - 703, + 704, { "value": [ 85, @@ -198491,26 +202480,26 @@ export default { } ], "e_draft_game_captain_selection_stream": [ - 703, + 704, { "batch_size": [ 41, "Int!" ], "cursor": [ - 720, + 721, "[e_draft_game_captain_selection_stream_cursor_input]!" ], "where": [ - 706 + 707 ] } ], "e_draft_game_draft_order": [ - 724, + 725, { "distinct_on": [ - 739, + 740, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -198520,19 +202509,19 @@ export default { 41 ], "order_by": [ - 737, + 738, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 727 + 728 ] } ], "e_draft_game_draft_order_aggregate": [ - 725, + 726, { "distinct_on": [ - 739, + 740, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -198542,16 +202531,16 @@ export default { 41 ], "order_by": [ - 737, + 738, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 727 + 728 ] } ], "e_draft_game_draft_order_by_pk": [ - 724, + 725, { "value": [ 85, @@ -198560,26 +202549,26 @@ export default { } ], "e_draft_game_draft_order_stream": [ - 724, + 725, { "batch_size": [ 41, "Int!" ], "cursor": [ - 741, + 742, "[e_draft_game_draft_order_stream_cursor_input]!" ], "where": [ - 727 + 728 ] } ], "e_draft_game_mode": [ - 745, + 746, { "distinct_on": [ - 760, + 761, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -198589,19 +202578,19 @@ export default { 41 ], "order_by": [ - 758, + 759, "[e_draft_game_mode_order_by!]" ], "where": [ - 748 + 749 ] } ], "e_draft_game_mode_aggregate": [ - 746, + 747, { "distinct_on": [ - 760, + 761, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -198611,16 +202600,16 @@ export default { 41 ], "order_by": [ - 758, + 759, "[e_draft_game_mode_order_by!]" ], "where": [ - 748 + 749 ] } ], "e_draft_game_mode_by_pk": [ - 745, + 746, { "value": [ 85, @@ -198629,26 +202618,26 @@ export default { } ], "e_draft_game_mode_stream": [ - 745, + 746, { "batch_size": [ 41, "Int!" ], "cursor": [ - 762, + 763, "[e_draft_game_mode_stream_cursor_input]!" ], "where": [ - 748 + 749 ] } ], "e_draft_game_player_status": [ - 766, + 767, { "distinct_on": [ - 781, + 782, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -198658,19 +202647,19 @@ export default { 41 ], "order_by": [ - 779, + 780, "[e_draft_game_player_status_order_by!]" ], "where": [ - 769 + 770 ] } ], "e_draft_game_player_status_aggregate": [ - 767, + 768, { "distinct_on": [ - 781, + 782, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -198680,16 +202669,16 @@ export default { 41 ], "order_by": [ - 779, + 780, "[e_draft_game_player_status_order_by!]" ], "where": [ - 769 + 770 ] } ], "e_draft_game_player_status_by_pk": [ - 766, + 767, { "value": [ 85, @@ -198698,26 +202687,26 @@ export default { } ], "e_draft_game_player_status_stream": [ - 766, + 767, { "batch_size": [ 41, "Int!" ], "cursor": [ - 783, + 784, "[e_draft_game_player_status_stream_cursor_input]!" ], "where": [ - 769 + 770 ] } ], "e_draft_game_status": [ - 787, + 788, { "distinct_on": [ - 802, + 803, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -198727,19 +202716,19 @@ export default { 41 ], "order_by": [ - 800, + 801, "[e_draft_game_status_order_by!]" ], "where": [ - 790 + 791 ] } ], "e_draft_game_status_aggregate": [ - 788, + 789, { "distinct_on": [ - 802, + 803, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -198749,16 +202738,16 @@ export default { 41 ], "order_by": [ - 800, + 801, "[e_draft_game_status_order_by!]" ], "where": [ - 790 + 791 ] } ], "e_draft_game_status_by_pk": [ - 787, + 788, { "value": [ 85, @@ -198767,26 +202756,26 @@ export default { } ], "e_draft_game_status_stream": [ - 787, + 788, { "batch_size": [ 41, "Int!" ], "cursor": [ - 804, + 805, "[e_draft_game_status_stream_cursor_input]!" ], "where": [ - 790 + 791 ] } ], "e_event_media_access": [ - 808, + 809, { "distinct_on": [ - 822, + 823, "[e_event_media_access_select_column!]" ], "limit": [ @@ -198796,19 +202785,19 @@ export default { 41 ], "order_by": [ - 820, + 821, "[e_event_media_access_order_by!]" ], "where": [ - 811 + 812 ] } ], "e_event_media_access_aggregate": [ - 809, + 810, { "distinct_on": [ - 822, + 823, "[e_event_media_access_select_column!]" ], "limit": [ @@ -198818,16 +202807,16 @@ export default { 41 ], "order_by": [ - 820, + 821, "[e_event_media_access_order_by!]" ], "where": [ - 811 + 812 ] } ], "e_event_media_access_by_pk": [ - 808, + 809, { "value": [ 85, @@ -198836,26 +202825,26 @@ export default { } ], "e_event_media_access_stream": [ - 808, + 809, { "batch_size": [ 41, "Int!" ], "cursor": [ - 824, + 825, "[e_event_media_access_stream_cursor_input]!" ], "where": [ - 811 + 812 ] } ], "e_event_visibility": [ - 828, + 829, { "distinct_on": [ - 842, + 843, "[e_event_visibility_select_column!]" ], "limit": [ @@ -198865,19 +202854,19 @@ export default { 41 ], "order_by": [ - 840, + 841, "[e_event_visibility_order_by!]" ], "where": [ - 831 + 832 ] } ], "e_event_visibility_aggregate": [ - 829, + 830, { "distinct_on": [ - 842, + 843, "[e_event_visibility_select_column!]" ], "limit": [ @@ -198887,16 +202876,16 @@ export default { 41 ], "order_by": [ - 840, + 841, "[e_event_visibility_order_by!]" ], "where": [ - 831 + 832 ] } ], "e_event_visibility_by_pk": [ - 828, + 829, { "value": [ 85, @@ -198905,26 +202894,26 @@ export default { } ], "e_event_visibility_stream": [ - 828, + 829, { "batch_size": [ 41, "Int!" ], "cursor": [ - 844, + 845, "[e_event_visibility_stream_cursor_input]!" ], "where": [ - 831 + 832 ] } ], "e_friend_status": [ - 848, + 849, { "distinct_on": [ - 863, + 864, "[e_friend_status_select_column!]" ], "limit": [ @@ -198934,19 +202923,19 @@ export default { 41 ], "order_by": [ - 861, + 862, "[e_friend_status_order_by!]" ], "where": [ - 851 + 852 ] } ], "e_friend_status_aggregate": [ - 849, + 850, { "distinct_on": [ - 863, + 864, "[e_friend_status_select_column!]" ], "limit": [ @@ -198956,16 +202945,16 @@ export default { 41 ], "order_by": [ - 861, + 862, "[e_friend_status_order_by!]" ], "where": [ - 851 + 852 ] } ], "e_friend_status_by_pk": [ - 848, + 849, { "value": [ 85, @@ -198974,26 +202963,26 @@ export default { } ], "e_friend_status_stream": [ - 848, + 849, { "batch_size": [ 41, "Int!" ], "cursor": [ - 865, + 866, "[e_friend_status_stream_cursor_input]!" ], "where": [ - 851 + 852 ] } ], "e_game_cfg_types": [ - 869, + 870, { "distinct_on": [ - 883, + 884, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -199003,19 +202992,19 @@ export default { 41 ], "order_by": [ - 881, + 882, "[e_game_cfg_types_order_by!]" ], "where": [ - 872 + 873 ] } ], "e_game_cfg_types_aggregate": [ - 870, + 871, { "distinct_on": [ - 883, + 884, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -199025,16 +203014,16 @@ export default { 41 ], "order_by": [ - 881, + 882, "[e_game_cfg_types_order_by!]" ], "where": [ - 872 + 873 ] } ], "e_game_cfg_types_by_pk": [ - 869, + 870, { "value": [ 85, @@ -199043,26 +203032,26 @@ export default { } ], "e_game_cfg_types_stream": [ - 869, + 870, { "batch_size": [ 41, "Int!" ], "cursor": [ - 885, + 886, "[e_game_cfg_types_stream_cursor_input]!" ], "where": [ - 872 + 873 ] } ], "e_game_plugin_channels": [ - 889, + 890, { "distinct_on": [ - 903, + 904, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -199072,19 +203061,19 @@ export default { 41 ], "order_by": [ - 901, + 902, "[e_game_plugin_channels_order_by!]" ], "where": [ - 892 + 893 ] } ], "e_game_plugin_channels_aggregate": [ - 890, + 891, { "distinct_on": [ - 903, + 904, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -199094,16 +203083,16 @@ export default { 41 ], "order_by": [ - 901, + 902, "[e_game_plugin_channels_order_by!]" ], "where": [ - 892 + 893 ] } ], "e_game_plugin_channels_by_pk": [ - 889, + 890, { "value": [ 85, @@ -199112,26 +203101,26 @@ export default { } ], "e_game_plugin_channels_stream": [ - 889, + 890, { "batch_size": [ 41, "Int!" ], "cursor": [ - 905, + 906, "[e_game_plugin_channels_stream_cursor_input]!" ], "where": [ - 892 + 893 ] } ], "e_game_plugin_install_statuses": [ - 909, + 910, { "distinct_on": [ - 923, + 924, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -199141,19 +203130,19 @@ export default { 41 ], "order_by": [ - 921, + 922, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 912 + 913 ] } ], "e_game_plugin_install_statuses_aggregate": [ - 910, + 911, { "distinct_on": [ - 923, + 924, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -199163,16 +203152,16 @@ export default { 41 ], "order_by": [ - 921, + 922, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 912 + 913 ] } ], "e_game_plugin_install_statuses_by_pk": [ - 909, + 910, { "value": [ 85, @@ -199181,26 +203170,26 @@ export default { } ], "e_game_plugin_install_statuses_stream": [ - 909, + 910, { "batch_size": [ 41, "Int!" ], "cursor": [ - 925, + 926, "[e_game_plugin_install_statuses_stream_cursor_input]!" ], "where": [ - 912 + 913 ] } ], "e_game_plugin_kinds": [ - 929, + 930, { "distinct_on": [ - 943, + 944, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -199210,19 +203199,19 @@ export default { 41 ], "order_by": [ - 941, + 942, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 932 + 933 ] } ], "e_game_plugin_kinds_aggregate": [ - 930, + 931, { "distinct_on": [ - 943, + 944, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -199232,16 +203221,16 @@ export default { 41 ], "order_by": [ - 941, + 942, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 932 + 933 ] } ], "e_game_plugin_kinds_by_pk": [ - 929, + 930, { "value": [ 85, @@ -199250,26 +203239,26 @@ export default { } ], "e_game_plugin_kinds_stream": [ - 929, + 930, { "batch_size": [ 41, "Int!" ], "cursor": [ - 945, + 946, "[e_game_plugin_kinds_stream_cursor_input]!" ], "where": [ - 932 + 933 ] } ], "e_game_server_node_statuses": [ - 949, + 950, { "distinct_on": [ - 964, + 965, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -199279,19 +203268,19 @@ export default { 41 ], "order_by": [ - 962, + 963, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 952 + 953 ] } ], "e_game_server_node_statuses_aggregate": [ - 950, + 951, { "distinct_on": [ - 964, + 965, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -199301,16 +203290,16 @@ export default { 41 ], "order_by": [ - 962, + 963, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 952 + 953 ] } ], "e_game_server_node_statuses_by_pk": [ - 949, + 950, { "value": [ 85, @@ -199319,26 +203308,26 @@ export default { } ], "e_game_server_node_statuses_stream": [ - 949, + 950, { "batch_size": [ 41, "Int!" ], "cursor": [ - 966, + 967, "[e_game_server_node_statuses_stream_cursor_input]!" ], "where": [ - 952 + 953 ] } ], "e_league_movement_types": [ - 970, + 971, { "distinct_on": [ - 985, + 986, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -199348,19 +203337,19 @@ export default { 41 ], "order_by": [ - 983, + 984, "[e_league_movement_types_order_by!]" ], "where": [ - 973 + 974 ] } ], "e_league_movement_types_aggregate": [ - 971, + 972, { "distinct_on": [ - 985, + 986, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -199370,16 +203359,16 @@ export default { 41 ], "order_by": [ - 983, + 984, "[e_league_movement_types_order_by!]" ], "where": [ - 973 + 974 ] } ], "e_league_movement_types_by_pk": [ - 970, + 971, { "value": [ 85, @@ -199388,26 +203377,26 @@ export default { } ], "e_league_movement_types_stream": [ - 970, + 971, { "batch_size": [ 41, "Int!" ], "cursor": [ - 987, + 988, "[e_league_movement_types_stream_cursor_input]!" ], "where": [ - 973 + 974 ] } ], "e_league_proposal_statuses": [ - 991, + 992, { "distinct_on": [ - 1006, + 1007, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -199417,19 +203406,19 @@ export default { 41 ], "order_by": [ - 1004, + 1005, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 994 + 995 ] } ], "e_league_proposal_statuses_aggregate": [ - 992, + 993, { "distinct_on": [ - 1006, + 1007, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -199439,16 +203428,16 @@ export default { 41 ], "order_by": [ - 1004, + 1005, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 994 + 995 ] } ], "e_league_proposal_statuses_by_pk": [ - 991, + 992, { "value": [ 85, @@ -199457,26 +203446,26 @@ export default { } ], "e_league_proposal_statuses_stream": [ - 991, + 992, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1008, + 1009, "[e_league_proposal_statuses_stream_cursor_input]!" ], "where": [ - 994 + 995 ] } ], "e_league_registration_statuses": [ - 1012, + 1013, { "distinct_on": [ - 1027, + 1028, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -199486,19 +203475,19 @@ export default { 41 ], "order_by": [ - 1025, + 1026, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1015 + 1016 ] } ], "e_league_registration_statuses_aggregate": [ - 1013, + 1014, { "distinct_on": [ - 1027, + 1028, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -199508,16 +203497,16 @@ export default { 41 ], "order_by": [ - 1025, + 1026, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1015 + 1016 ] } ], "e_league_registration_statuses_by_pk": [ - 1012, + 1013, { "value": [ 85, @@ -199526,26 +203515,26 @@ export default { } ], "e_league_registration_statuses_stream": [ - 1012, + 1013, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1029, + 1030, "[e_league_registration_statuses_stream_cursor_input]!" ], "where": [ - 1015 + 1016 ] } ], "e_league_season_statuses": [ - 1033, + 1034, { "distinct_on": [ - 1048, + 1049, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -199555,19 +203544,19 @@ export default { 41 ], "order_by": [ - 1046, + 1047, "[e_league_season_statuses_order_by!]" ], "where": [ - 1036 + 1037 ] } ], "e_league_season_statuses_aggregate": [ - 1034, + 1035, { "distinct_on": [ - 1048, + 1049, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -199577,16 +203566,16 @@ export default { 41 ], "order_by": [ - 1046, + 1047, "[e_league_season_statuses_order_by!]" ], "where": [ - 1036 + 1037 ] } ], "e_league_season_statuses_by_pk": [ - 1033, + 1034, { "value": [ 85, @@ -199595,26 +203584,26 @@ export default { } ], "e_league_season_statuses_stream": [ - 1033, + 1034, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1050, + 1051, "[e_league_season_statuses_stream_cursor_input]!" ], "where": [ - 1036 + 1037 ] } ], "e_lobby_access": [ - 1054, + 1055, { "distinct_on": [ - 1069, + 1070, "[e_lobby_access_select_column!]" ], "limit": [ @@ -199624,19 +203613,19 @@ export default { 41 ], "order_by": [ - 1067, + 1068, "[e_lobby_access_order_by!]" ], "where": [ - 1057 + 1058 ] } ], "e_lobby_access_aggregate": [ - 1055, + 1056, { "distinct_on": [ - 1069, + 1070, "[e_lobby_access_select_column!]" ], "limit": [ @@ -199646,16 +203635,16 @@ export default { 41 ], "order_by": [ - 1067, + 1068, "[e_lobby_access_order_by!]" ], "where": [ - 1057 + 1058 ] } ], "e_lobby_access_by_pk": [ - 1054, + 1055, { "value": [ 85, @@ -199664,26 +203653,26 @@ export default { } ], "e_lobby_access_stream": [ - 1054, + 1055, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1071, + 1072, "[e_lobby_access_stream_cursor_input]!" ], "where": [ - 1057 + 1058 ] } ], "e_lobby_player_status": [ - 1075, + 1076, { "distinct_on": [ - 1089, + 1090, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -199693,19 +203682,19 @@ export default { 41 ], "order_by": [ - 1087, + 1088, "[e_lobby_player_status_order_by!]" ], "where": [ - 1078 + 1079 ] } ], "e_lobby_player_status_aggregate": [ - 1076, + 1077, { "distinct_on": [ - 1089, + 1090, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -199715,16 +203704,16 @@ export default { 41 ], "order_by": [ - 1087, + 1088, "[e_lobby_player_status_order_by!]" ], "where": [ - 1078 + 1079 ] } ], "e_lobby_player_status_by_pk": [ - 1075, + 1076, { "value": [ 85, @@ -199733,26 +203722,26 @@ export default { } ], "e_lobby_player_status_stream": [ - 1075, + 1076, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1091, + 1092, "[e_lobby_player_status_stream_cursor_input]!" ], "where": [ - 1078 + 1079 ] } ], "e_map_pool_types": [ - 1095, + 1096, { "distinct_on": [ - 1110, + 1111, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -199762,19 +203751,19 @@ export default { 41 ], "order_by": [ - 1108, + 1109, "[e_map_pool_types_order_by!]" ], "where": [ - 1098 + 1099 ] } ], "e_map_pool_types_aggregate": [ - 1096, + 1097, { "distinct_on": [ - 1110, + 1111, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -199784,16 +203773,16 @@ export default { 41 ], "order_by": [ - 1108, + 1109, "[e_map_pool_types_order_by!]" ], "where": [ - 1098 + 1099 ] } ], "e_map_pool_types_by_pk": [ - 1095, + 1096, { "value": [ 85, @@ -199802,26 +203791,26 @@ export default { } ], "e_map_pool_types_stream": [ - 1095, + 1096, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1112, + 1113, "[e_map_pool_types_stream_cursor_input]!" ], "where": [ - 1098 + 1099 ] } ], "e_match_clip_visibility": [ - 1116, + 1117, { "distinct_on": [ - 1130, + 1131, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -199831,19 +203820,19 @@ export default { 41 ], "order_by": [ - 1128, + 1129, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1119 + 1120 ] } ], "e_match_clip_visibility_aggregate": [ - 1117, + 1118, { "distinct_on": [ - 1130, + 1131, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -199853,16 +203842,16 @@ export default { 41 ], "order_by": [ - 1128, + 1129, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1119 + 1120 ] } ], "e_match_clip_visibility_by_pk": [ - 1116, + 1117, { "value": [ 85, @@ -199871,26 +203860,26 @@ export default { } ], "e_match_clip_visibility_stream": [ - 1116, + 1117, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1132, + 1133, "[e_match_clip_visibility_stream_cursor_input]!" ], "where": [ - 1119 + 1120 ] } ], "e_match_map_status": [ - 1136, + 1137, { "distinct_on": [ - 1151, + 1152, "[e_match_map_status_select_column!]" ], "limit": [ @@ -199900,19 +203889,19 @@ export default { 41 ], "order_by": [ - 1149, + 1150, "[e_match_map_status_order_by!]" ], "where": [ - 1139 + 1140 ] } ], "e_match_map_status_aggregate": [ - 1137, + 1138, { "distinct_on": [ - 1151, + 1152, "[e_match_map_status_select_column!]" ], "limit": [ @@ -199922,16 +203911,16 @@ export default { 41 ], "order_by": [ - 1149, + 1150, "[e_match_map_status_order_by!]" ], "where": [ - 1139 + 1140 ] } ], "e_match_map_status_by_pk": [ - 1136, + 1137, { "value": [ 85, @@ -199940,26 +203929,26 @@ export default { } ], "e_match_map_status_stream": [ - 1136, + 1137, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1153, + 1154, "[e_match_map_status_stream_cursor_input]!" ], "where": [ - 1139 + 1140 ] } ], "e_match_mode": [ - 1157, + 1158, { "distinct_on": [ - 1171, + 1172, "[e_match_mode_select_column!]" ], "limit": [ @@ -199969,19 +203958,19 @@ export default { 41 ], "order_by": [ - 1169, + 1170, "[e_match_mode_order_by!]" ], "where": [ - 1160 + 1161 ] } ], "e_match_mode_aggregate": [ - 1158, + 1159, { "distinct_on": [ - 1171, + 1172, "[e_match_mode_select_column!]" ], "limit": [ @@ -199991,16 +203980,16 @@ export default { 41 ], "order_by": [ - 1169, + 1170, "[e_match_mode_order_by!]" ], "where": [ - 1160 + 1161 ] } ], "e_match_mode_by_pk": [ - 1157, + 1158, { "value": [ 85, @@ -200009,26 +203998,26 @@ export default { } ], "e_match_mode_stream": [ - 1157, + 1158, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1173, + 1174, "[e_match_mode_stream_cursor_input]!" ], "where": [ - 1160 + 1161 ] } ], "e_match_party_sources": [ - 1177, + 1178, { "distinct_on": [ - 1191, + 1192, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -200038,19 +204027,19 @@ export default { 41 ], "order_by": [ - 1189, + 1190, "[e_match_party_sources_order_by!]" ], "where": [ - 1180 + 1181 ] } ], "e_match_party_sources_aggregate": [ - 1178, + 1179, { "distinct_on": [ - 1191, + 1192, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -200060,16 +204049,16 @@ export default { 41 ], "order_by": [ - 1189, + 1190, "[e_match_party_sources_order_by!]" ], "where": [ - 1180 + 1181 ] } ], "e_match_party_sources_by_pk": [ - 1177, + 1178, { "value": [ 85, @@ -200078,26 +204067,26 @@ export default { } ], "e_match_party_sources_stream": [ - 1177, + 1178, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1193, + 1194, "[e_match_party_sources_stream_cursor_input]!" ], "where": [ - 1180 + 1181 ] } ], "e_match_status": [ - 1197, + 1198, { "distinct_on": [ - 1212, + 1213, "[e_match_status_select_column!]" ], "limit": [ @@ -200107,19 +204096,19 @@ export default { 41 ], "order_by": [ - 1210, + 1211, "[e_match_status_order_by!]" ], "where": [ - 1200 + 1201 ] } ], "e_match_status_aggregate": [ - 1198, + 1199, { "distinct_on": [ - 1212, + 1213, "[e_match_status_select_column!]" ], "limit": [ @@ -200129,16 +204118,16 @@ export default { 41 ], "order_by": [ - 1210, + 1211, "[e_match_status_order_by!]" ], "where": [ - 1200 + 1201 ] } ], "e_match_status_by_pk": [ - 1197, + 1198, { "value": [ 85, @@ -200147,26 +204136,26 @@ export default { } ], "e_match_status_stream": [ - 1197, + 1198, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1214, + 1215, "[e_match_status_stream_cursor_input]!" ], "where": [ - 1200 + 1201 ] } ], "e_match_types": [ - 1218, + 1219, { "distinct_on": [ - 1233, + 1234, "[e_match_types_select_column!]" ], "limit": [ @@ -200176,19 +204165,19 @@ export default { 41 ], "order_by": [ - 1231, + 1232, "[e_match_types_order_by!]" ], "where": [ - 1221 + 1222 ] } ], "e_match_types_aggregate": [ - 1219, + 1220, { "distinct_on": [ - 1233, + 1234, "[e_match_types_select_column!]" ], "limit": [ @@ -200198,16 +204187,16 @@ export default { 41 ], "order_by": [ - 1231, + 1232, "[e_match_types_order_by!]" ], "where": [ - 1221 + 1222 ] } ], "e_match_types_by_pk": [ - 1218, + 1219, { "value": [ 85, @@ -200216,26 +204205,26 @@ export default { } ], "e_match_types_stream": [ - 1218, + 1219, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1235, + 1236, "[e_match_types_stream_cursor_input]!" ], "where": [ - 1221 + 1222 ] } ], "e_notification_types": [ - 1239, + 1240, { "distinct_on": [ - 1253, + 1254, "[e_notification_types_select_column!]" ], "limit": [ @@ -200245,19 +204234,19 @@ export default { 41 ], "order_by": [ - 1251, + 1252, "[e_notification_types_order_by!]" ], "where": [ - 1242 + 1243 ] } ], "e_notification_types_aggregate": [ - 1240, + 1241, { "distinct_on": [ - 1253, + 1254, "[e_notification_types_select_column!]" ], "limit": [ @@ -200267,16 +204256,16 @@ export default { 41 ], "order_by": [ - 1251, + 1252, "[e_notification_types_order_by!]" ], "where": [ - 1242 + 1243 ] } ], "e_notification_types_by_pk": [ - 1239, + 1240, { "value": [ 85, @@ -200285,26 +204274,26 @@ export default { } ], "e_notification_types_stream": [ - 1239, + 1240, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1255, + 1256, "[e_notification_types_stream_cursor_input]!" ], "where": [ - 1242 + 1243 ] } ], "e_objective_types": [ - 1259, + 1260, { "distinct_on": [ - 1273, + 1274, "[e_objective_types_select_column!]" ], "limit": [ @@ -200314,19 +204303,19 @@ export default { 41 ], "order_by": [ - 1271, + 1272, "[e_objective_types_order_by!]" ], "where": [ - 1262 + 1263 ] } ], "e_objective_types_aggregate": [ - 1260, + 1261, { "distinct_on": [ - 1273, + 1274, "[e_objective_types_select_column!]" ], "limit": [ @@ -200336,16 +204325,16 @@ export default { 41 ], "order_by": [ - 1271, + 1272, "[e_objective_types_order_by!]" ], "where": [ - 1262 + 1263 ] } ], "e_objective_types_by_pk": [ - 1259, + 1260, { "value": [ 85, @@ -200354,26 +204343,26 @@ export default { } ], "e_objective_types_stream": [ - 1259, + 1260, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1275, + 1276, "[e_objective_types_stream_cursor_input]!" ], "where": [ - 1262 + 1263 ] } ], "e_player_roles": [ - 1279, + 1280, { "distinct_on": [ - 1293, + 1294, "[e_player_roles_select_column!]" ], "limit": [ @@ -200383,19 +204372,19 @@ export default { 41 ], "order_by": [ - 1291, + 1292, "[e_player_roles_order_by!]" ], "where": [ - 1282 + 1283 ] } ], "e_player_roles_aggregate": [ - 1280, + 1281, { "distinct_on": [ - 1293, + 1294, "[e_player_roles_select_column!]" ], "limit": [ @@ -200405,16 +204394,16 @@ export default { 41 ], "order_by": [ - 1291, + 1292, "[e_player_roles_order_by!]" ], "where": [ - 1282 + 1283 ] } ], "e_player_roles_by_pk": [ - 1279, + 1280, { "value": [ 85, @@ -200423,26 +204412,26 @@ export default { } ], "e_player_roles_stream": [ - 1279, + 1280, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1295, + 1296, "[e_player_roles_stream_cursor_input]!" ], "where": [ - 1282 + 1283 ] } ], "e_plugin_runtimes": [ - 1299, + 1300, { "distinct_on": [ - 1313, + 1314, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -200452,19 +204441,19 @@ export default { 41 ], "order_by": [ - 1311, + 1312, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1302 + 1303 ] } ], "e_plugin_runtimes_aggregate": [ - 1300, + 1301, { "distinct_on": [ - 1313, + 1314, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -200474,16 +204463,16 @@ export default { 41 ], "order_by": [ - 1311, + 1312, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1302 + 1303 ] } ], "e_plugin_runtimes_by_pk": [ - 1299, + 1300, { "value": [ 85, @@ -200492,26 +204481,26 @@ export default { } ], "e_plugin_runtimes_stream": [ - 1299, + 1300, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1315, + 1316, "[e_plugin_runtimes_stream_cursor_input]!" ], "where": [ - 1302 + 1303 ] } ], "e_ready_settings": [ - 1319, + 1320, { "distinct_on": [ - 1333, + 1334, "[e_ready_settings_select_column!]" ], "limit": [ @@ -200521,19 +204510,19 @@ export default { 41 ], "order_by": [ - 1331, + 1332, "[e_ready_settings_order_by!]" ], "where": [ - 1322 + 1323 ] } ], "e_ready_settings_aggregate": [ - 1320, + 1321, { "distinct_on": [ - 1333, + 1334, "[e_ready_settings_select_column!]" ], "limit": [ @@ -200543,16 +204532,16 @@ export default { 41 ], "order_by": [ - 1331, + 1332, "[e_ready_settings_order_by!]" ], "where": [ - 1322 + 1323 ] } ], "e_ready_settings_by_pk": [ - 1319, + 1320, { "value": [ 85, @@ -200561,26 +204550,26 @@ export default { } ], "e_ready_settings_stream": [ - 1319, + 1320, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1335, + 1336, "[e_ready_settings_stream_cursor_input]!" ], "where": [ - 1322 + 1323 ] } ], "e_sanction_types": [ - 1339, + 1340, { "distinct_on": [ - 1354, + 1355, "[e_sanction_types_select_column!]" ], "limit": [ @@ -200590,19 +204579,19 @@ export default { 41 ], "order_by": [ - 1352, + 1353, "[e_sanction_types_order_by!]" ], "where": [ - 1342 + 1343 ] } ], "e_sanction_types_aggregate": [ - 1340, + 1341, { "distinct_on": [ - 1354, + 1355, "[e_sanction_types_select_column!]" ], "limit": [ @@ -200612,16 +204601,16 @@ export default { 41 ], "order_by": [ - 1352, + 1353, "[e_sanction_types_order_by!]" ], "where": [ - 1342 + 1343 ] } ], "e_sanction_types_by_pk": [ - 1339, + 1340, { "value": [ 85, @@ -200630,26 +204619,26 @@ export default { } ], "e_sanction_types_stream": [ - 1339, + 1340, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1356, + 1357, "[e_sanction_types_stream_cursor_input]!" ], "where": [ - 1342 + 1343 ] } ], "e_scrim_request_statuses": [ - 1360, + 1361, { "distinct_on": [ - 1374, + 1375, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -200659,19 +204648,19 @@ export default { 41 ], "order_by": [ - 1372, + 1373, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_scrim_request_statuses_aggregate": [ - 1361, + 1362, { "distinct_on": [ - 1374, + 1375, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -200681,16 +204670,16 @@ export default { 41 ], "order_by": [ - 1372, + 1373, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_scrim_request_statuses_by_pk": [ - 1360, + 1361, { "value": [ 85, @@ -200699,26 +204688,26 @@ export default { } ], "e_scrim_request_statuses_stream": [ - 1360, + 1361, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1376, + 1377, "[e_scrim_request_statuses_stream_cursor_input]!" ], "where": [ - 1363 + 1364 ] } ], "e_server_types": [ - 1380, + 1381, { "distinct_on": [ - 1394, + 1395, "[e_server_types_select_column!]" ], "limit": [ @@ -200728,19 +204717,19 @@ export default { 41 ], "order_by": [ - 1392, + 1393, "[e_server_types_order_by!]" ], "where": [ - 1383 + 1384 ] } ], "e_server_types_aggregate": [ - 1381, + 1382, { "distinct_on": [ - 1394, + 1395, "[e_server_types_select_column!]" ], "limit": [ @@ -200750,16 +204739,16 @@ export default { 41 ], "order_by": [ - 1392, + 1393, "[e_server_types_order_by!]" ], "where": [ - 1383 + 1384 ] } ], "e_server_types_by_pk": [ - 1380, + 1381, { "value": [ 85, @@ -200768,26 +204757,26 @@ export default { } ], "e_server_types_stream": [ - 1380, + 1381, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1396, + 1397, "[e_server_types_stream_cursor_input]!" ], "where": [ - 1383 + 1384 ] } ], "e_sides": [ - 1400, + 1401, { "distinct_on": [ - 1414, + 1415, "[e_sides_select_column!]" ], "limit": [ @@ -200797,19 +204786,19 @@ export default { 41 ], "order_by": [ - 1412, + 1413, "[e_sides_order_by!]" ], "where": [ - 1403 + 1404 ] } ], "e_sides_aggregate": [ - 1401, + 1402, { "distinct_on": [ - 1414, + 1415, "[e_sides_select_column!]" ], "limit": [ @@ -200819,16 +204808,16 @@ export default { 41 ], "order_by": [ - 1412, + 1413, "[e_sides_order_by!]" ], "where": [ - 1403 + 1404 ] } ], "e_sides_by_pk": [ - 1400, + 1401, { "value": [ 85, @@ -200837,26 +204826,26 @@ export default { } ], "e_sides_stream": [ - 1400, + 1401, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1416, + 1417, "[e_sides_stream_cursor_input]!" ], "where": [ - 1403 + 1404 ] } ], "e_system_alert_types": [ - 1420, + 1421, { "distinct_on": [ - 1434, + 1435, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -200866,19 +204855,19 @@ export default { 41 ], "order_by": [ - 1432, + 1433, "[e_system_alert_types_order_by!]" ], "where": [ - 1423 + 1424 ] } ], "e_system_alert_types_aggregate": [ - 1421, + 1422, { "distinct_on": [ - 1434, + 1435, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -200888,16 +204877,16 @@ export default { 41 ], "order_by": [ - 1432, + 1433, "[e_system_alert_types_order_by!]" ], "where": [ - 1423 + 1424 ] } ], "e_system_alert_types_by_pk": [ - 1420, + 1421, { "value": [ 85, @@ -200906,26 +204895,26 @@ export default { } ], "e_system_alert_types_stream": [ - 1420, + 1421, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1436, + 1437, "[e_system_alert_types_stream_cursor_input]!" ], "where": [ - 1423 + 1424 ] } ], "e_team_roles": [ - 1440, + 1441, { "distinct_on": [ - 1455, + 1456, "[e_team_roles_select_column!]" ], "limit": [ @@ -200935,19 +204924,19 @@ export default { 41 ], "order_by": [ - 1453, + 1454, "[e_team_roles_order_by!]" ], "where": [ - 1443 + 1444 ] } ], "e_team_roles_aggregate": [ - 1441, + 1442, { "distinct_on": [ - 1455, + 1456, "[e_team_roles_select_column!]" ], "limit": [ @@ -200957,16 +204946,16 @@ export default { 41 ], "order_by": [ - 1453, + 1454, "[e_team_roles_order_by!]" ], "where": [ - 1443 + 1444 ] } ], "e_team_roles_by_pk": [ - 1440, + 1441, { "value": [ 85, @@ -200975,26 +204964,26 @@ export default { } ], "e_team_roles_stream": [ - 1440, + 1441, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1457, + 1458, "[e_team_roles_stream_cursor_input]!" ], "where": [ - 1443 + 1444 ] } ], "e_team_roster_statuses": [ - 1461, + 1462, { "distinct_on": [ - 1475, + 1476, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -201004,19 +204993,19 @@ export default { 41 ], "order_by": [ - 1473, + 1474, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1464 + 1465 ] } ], "e_team_roster_statuses_aggregate": [ - 1462, + 1463, { "distinct_on": [ - 1475, + 1476, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -201026,16 +205015,16 @@ export default { 41 ], "order_by": [ - 1473, + 1474, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1464 + 1465 ] } ], "e_team_roster_statuses_by_pk": [ - 1461, + 1462, { "value": [ 85, @@ -201044,26 +205033,26 @@ export default { } ], "e_team_roster_statuses_stream": [ - 1461, + 1462, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1477, + 1478, "[e_team_roster_statuses_stream_cursor_input]!" ], "where": [ - 1464 + 1465 ] } ], "e_timeout_settings": [ - 1481, + 1482, { "distinct_on": [ - 1495, + 1496, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -201073,19 +205062,19 @@ export default { 41 ], "order_by": [ - 1493, + 1494, "[e_timeout_settings_order_by!]" ], "where": [ - 1484 + 1485 ] } ], "e_timeout_settings_aggregate": [ - 1482, + 1483, { "distinct_on": [ - 1495, + 1496, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -201095,16 +205084,16 @@ export default { 41 ], "order_by": [ - 1493, + 1494, "[e_timeout_settings_order_by!]" ], "where": [ - 1484 + 1485 ] } ], "e_timeout_settings_by_pk": [ - 1481, + 1482, { "value": [ 85, @@ -201113,26 +205102,26 @@ export default { } ], "e_timeout_settings_stream": [ - 1481, + 1482, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1497, + 1498, "[e_timeout_settings_stream_cursor_input]!" ], "where": [ - 1484 + 1485 ] } ], "e_tournament_categories": [ - 1501, + 1502, { "distinct_on": [ - 1516, + 1517, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -201142,19 +205131,19 @@ export default { 41 ], "order_by": [ - 1514, + 1515, "[e_tournament_categories_order_by!]" ], "where": [ - 1504 + 1505 ] } ], "e_tournament_categories_aggregate": [ - 1502, + 1503, { "distinct_on": [ - 1516, + 1517, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -201164,16 +205153,16 @@ export default { 41 ], "order_by": [ - 1514, + 1515, "[e_tournament_categories_order_by!]" ], "where": [ - 1504 + 1505 ] } ], "e_tournament_categories_by_pk": [ - 1501, + 1502, { "value": [ 85, @@ -201182,26 +205171,164 @@ export default { } ], "e_tournament_categories_stream": [ - 1501, + 1502, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1518, + 1519, "[e_tournament_categories_stream_cursor_input]!" ], "where": [ - 1504 + 1505 + ] + } + ], + "e_tournament_free_agent_statuses": [ + 1523, + { + "distinct_on": [ + 1538, + "[e_tournament_free_agent_statuses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1536, + "[e_tournament_free_agent_statuses_order_by!]" + ], + "where": [ + 1526 + ] + } + ], + "e_tournament_free_agent_statuses_aggregate": [ + 1524, + { + "distinct_on": [ + 1538, + "[e_tournament_free_agent_statuses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1536, + "[e_tournament_free_agent_statuses_order_by!]" + ], + "where": [ + 1526 + ] + } + ], + "e_tournament_free_agent_statuses_by_pk": [ + 1523, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_tournament_free_agent_statuses_stream": [ + 1523, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 1540, + "[e_tournament_free_agent_statuses_stream_cursor_input]!" + ], + "where": [ + 1526 + ] + } + ], + "e_tournament_registration_types": [ + 1544, + { + "distinct_on": [ + 1558, + "[e_tournament_registration_types_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1556, + "[e_tournament_registration_types_order_by!]" + ], + "where": [ + 1547 + ] + } + ], + "e_tournament_registration_types_aggregate": [ + 1545, + { + "distinct_on": [ + 1558, + "[e_tournament_registration_types_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1556, + "[e_tournament_registration_types_order_by!]" + ], + "where": [ + 1547 + ] + } + ], + "e_tournament_registration_types_by_pk": [ + 1544, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_tournament_registration_types_stream": [ + 1544, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 1560, + "[e_tournament_registration_types_stream_cursor_input]!" + ], + "where": [ + 1547 ] } ], "e_tournament_stage_types": [ - 1522, + 1564, { "distinct_on": [ - 1537, + 1579, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -201211,19 +205338,19 @@ export default { 41 ], "order_by": [ - 1535, + 1577, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1525 + 1567 ] } ], "e_tournament_stage_types_aggregate": [ - 1523, + 1565, { "distinct_on": [ - 1537, + 1579, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -201233,16 +205360,16 @@ export default { 41 ], "order_by": [ - 1535, + 1577, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1525 + 1567 ] } ], "e_tournament_stage_types_by_pk": [ - 1522, + 1564, { "value": [ 85, @@ -201251,26 +205378,26 @@ export default { } ], "e_tournament_stage_types_stream": [ - 1522, + 1564, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1539, + 1581, "[e_tournament_stage_types_stream_cursor_input]!" ], "where": [ - 1525 + 1567 ] } ], "e_tournament_status": [ - 1543, + 1585, { "distinct_on": [ - 1558, + 1600, "[e_tournament_status_select_column!]" ], "limit": [ @@ -201280,19 +205407,19 @@ export default { 41 ], "order_by": [ - 1556, + 1598, "[e_tournament_status_order_by!]" ], "where": [ - 1546 + 1588 ] } ], "e_tournament_status_aggregate": [ - 1544, + 1586, { "distinct_on": [ - 1558, + 1600, "[e_tournament_status_select_column!]" ], "limit": [ @@ -201302,16 +205429,16 @@ export default { 41 ], "order_by": [ - 1556, + 1598, "[e_tournament_status_order_by!]" ], "where": [ - 1546 + 1588 ] } ], "e_tournament_status_by_pk": [ - 1543, + 1585, { "value": [ 85, @@ -201320,26 +205447,26 @@ export default { } ], "e_tournament_status_stream": [ - 1543, + 1585, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1560, + 1602, "[e_tournament_status_stream_cursor_input]!" ], "where": [ - 1546 + 1588 ] } ], "e_utility_practice_access": [ - 1564, + 1606, { "distinct_on": [ - 1578, + 1620, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -201349,19 +205476,19 @@ export default { 41 ], "order_by": [ - 1576, + 1618, "[e_utility_practice_access_order_by!]" ], "where": [ - 1567 + 1609 ] } ], "e_utility_practice_access_aggregate": [ - 1565, + 1607, { "distinct_on": [ - 1578, + 1620, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -201371,16 +205498,16 @@ export default { 41 ], "order_by": [ - 1576, + 1618, "[e_utility_practice_access_order_by!]" ], "where": [ - 1567 + 1609 ] } ], "e_utility_practice_access_by_pk": [ - 1564, + 1606, { "value": [ 85, @@ -201389,26 +205516,26 @@ export default { } ], "e_utility_practice_access_stream": [ - 1564, + 1606, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1580, + 1622, "[e_utility_practice_access_stream_cursor_input]!" ], "where": [ - 1567 + 1609 ] } ], "e_utility_practice_statuses": [ - 1584, + 1626, { "distinct_on": [ - 1599, + 1641, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -201418,19 +205545,19 @@ export default { 41 ], "order_by": [ - 1597, + 1639, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1587 + 1629 ] } ], "e_utility_practice_statuses_aggregate": [ - 1585, + 1627, { "distinct_on": [ - 1599, + 1641, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -201440,16 +205567,16 @@ export default { 41 ], "order_by": [ - 1597, + 1639, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1587 + 1629 ] } ], "e_utility_practice_statuses_by_pk": [ - 1584, + 1626, { "value": [ 85, @@ -201458,26 +205585,26 @@ export default { } ], "e_utility_practice_statuses_stream": [ - 1584, + 1626, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1601, + 1643, "[e_utility_practice_statuses_stream_cursor_input]!" ], "where": [ - 1587 + 1629 ] } ], "e_utility_sources": [ - 1605, + 1647, { "distinct_on": [ - 1619, + 1661, "[e_utility_sources_select_column!]" ], "limit": [ @@ -201487,19 +205614,19 @@ export default { 41 ], "order_by": [ - 1617, + 1659, "[e_utility_sources_order_by!]" ], "where": [ - 1608 + 1650 ] } ], "e_utility_sources_aggregate": [ - 1606, + 1648, { "distinct_on": [ - 1619, + 1661, "[e_utility_sources_select_column!]" ], "limit": [ @@ -201509,16 +205636,16 @@ export default { 41 ], "order_by": [ - 1617, + 1659, "[e_utility_sources_order_by!]" ], "where": [ - 1608 + 1650 ] } ], "e_utility_sources_by_pk": [ - 1605, + 1647, { "value": [ 85, @@ -201527,26 +205654,26 @@ export default { } ], "e_utility_sources_stream": [ - 1605, + 1647, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1621, + 1663, "[e_utility_sources_stream_cursor_input]!" ], "where": [ - 1608 + 1650 ] } ], "e_utility_techniques": [ - 1625, + 1667, { "distinct_on": [ - 1639, + 1681, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -201556,19 +205683,19 @@ export default { 41 ], "order_by": [ - 1637, + 1679, "[e_utility_techniques_order_by!]" ], "where": [ - 1628 + 1670 ] } ], "e_utility_techniques_aggregate": [ - 1626, + 1668, { "distinct_on": [ - 1639, + 1681, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -201578,16 +205705,16 @@ export default { 41 ], "order_by": [ - 1637, + 1679, "[e_utility_techniques_order_by!]" ], "where": [ - 1628 + 1670 ] } ], "e_utility_techniques_by_pk": [ - 1625, + 1667, { "value": [ 85, @@ -201596,26 +205723,26 @@ export default { } ], "e_utility_techniques_stream": [ - 1625, + 1667, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1641, + 1683, "[e_utility_techniques_stream_cursor_input]!" ], "where": [ - 1628 + 1670 ] } ], "e_utility_throw_strengths": [ - 1645, + 1687, { "distinct_on": [ - 1659, + 1701, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -201625,19 +205752,19 @@ export default { 41 ], "order_by": [ - 1657, + 1699, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1648 + 1690 ] } ], "e_utility_throw_strengths_aggregate": [ - 1646, + 1688, { "distinct_on": [ - 1659, + 1701, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -201647,16 +205774,16 @@ export default { 41 ], "order_by": [ - 1657, + 1699, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1648 + 1690 ] } ], "e_utility_throw_strengths_by_pk": [ - 1645, + 1687, { "value": [ 85, @@ -201665,26 +205792,26 @@ export default { } ], "e_utility_throw_strengths_stream": [ - 1645, + 1687, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1661, + 1703, "[e_utility_throw_strengths_stream_cursor_input]!" ], "where": [ - 1648 + 1690 ] } ], "e_utility_types": [ - 1665, + 1707, { "distinct_on": [ - 1679, + 1721, "[e_utility_types_select_column!]" ], "limit": [ @@ -201694,19 +205821,19 @@ export default { 41 ], "order_by": [ - 1677, + 1719, "[e_utility_types_order_by!]" ], "where": [ - 1668 + 1710 ] } ], "e_utility_types_aggregate": [ - 1666, + 1708, { "distinct_on": [ - 1679, + 1721, "[e_utility_types_select_column!]" ], "limit": [ @@ -201716,16 +205843,16 @@ export default { 41 ], "order_by": [ - 1677, + 1719, "[e_utility_types_order_by!]" ], "where": [ - 1668 + 1710 ] } ], "e_utility_types_by_pk": [ - 1665, + 1707, { "value": [ 85, @@ -201734,26 +205861,26 @@ export default { } ], "e_utility_types_stream": [ - 1665, + 1707, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1681, + 1723, "[e_utility_types_stream_cursor_input]!" ], "where": [ - 1668 + 1710 ] } ], "e_utility_visibility": [ - 1685, + 1727, { "distinct_on": [ - 1699, + 1741, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -201763,19 +205890,19 @@ export default { 41 ], "order_by": [ - 1697, + 1739, "[e_utility_visibility_order_by!]" ], "where": [ - 1688 + 1730 ] } ], "e_utility_visibility_aggregate": [ - 1686, + 1728, { "distinct_on": [ - 1699, + 1741, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -201785,16 +205912,16 @@ export default { 41 ], "order_by": [ - 1697, + 1739, "[e_utility_visibility_order_by!]" ], "where": [ - 1688 + 1730 ] } ], "e_utility_visibility_by_pk": [ - 1685, + 1727, { "value": [ 85, @@ -201803,26 +205930,26 @@ export default { } ], "e_utility_visibility_stream": [ - 1685, + 1727, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1701, + 1743, "[e_utility_visibility_stream_cursor_input]!" ], "where": [ - 1688 + 1730 ] } ], "e_veto_pick_types": [ - 1705, + 1747, { "distinct_on": [ - 1719, + 1761, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -201832,19 +205959,19 @@ export default { 41 ], "order_by": [ - 1717, + 1759, "[e_veto_pick_types_order_by!]" ], "where": [ - 1708 + 1750 ] } ], "e_veto_pick_types_aggregate": [ - 1706, + 1748, { "distinct_on": [ - 1719, + 1761, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -201854,16 +205981,16 @@ export default { 41 ], "order_by": [ - 1717, + 1759, "[e_veto_pick_types_order_by!]" ], "where": [ - 1708 + 1750 ] } ], "e_veto_pick_types_by_pk": [ - 1705, + 1747, { "value": [ 85, @@ -201872,26 +205999,26 @@ export default { } ], "e_veto_pick_types_stream": [ - 1705, + 1747, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1721, + 1763, "[e_veto_pick_types_stream_cursor_input]!" ], "where": [ - 1708 + 1750 ] } ], "e_winning_reasons": [ - 1725, + 1767, { "distinct_on": [ - 1739, + 1781, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -201901,19 +206028,19 @@ export default { 41 ], "order_by": [ - 1737, + 1779, "[e_winning_reasons_order_by!]" ], "where": [ - 1728 + 1770 ] } ], "e_winning_reasons_aggregate": [ - 1726, + 1768, { "distinct_on": [ - 1739, + 1781, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -201923,16 +206050,16 @@ export default { 41 ], "order_by": [ - 1737, + 1779, "[e_winning_reasons_order_by!]" ], "where": [ - 1728 + 1770 ] } ], "e_winning_reasons_by_pk": [ - 1725, + 1767, { "value": [ 85, @@ -201941,26 +206068,26 @@ export default { } ], "e_winning_reasons_stream": [ - 1725, + 1767, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1741, + 1783, "[e_winning_reasons_stream_cursor_input]!" ], "where": [ - 1728 + 1770 ] } ], "event_match_links": [ - 1745, + 1787, { "distinct_on": [ - 1757, + 1799, "[event_match_links_select_column!]" ], "limit": [ @@ -201970,19 +206097,19 @@ export default { 41 ], "order_by": [ - 1755, + 1797, "[event_match_links_order_by!]" ], "where": [ - 1748 + 1790 ] } ], "event_match_links_aggregate": [ - 1746, + 1788, { "distinct_on": [ - 1757, + 1799, "[event_match_links_select_column!]" ], "limit": [ @@ -201992,48 +206119,48 @@ export default { 41 ], "order_by": [ - 1755, + 1797, "[event_match_links_order_by!]" ], "where": [ - 1748 + 1790 ] } ], "event_match_links_by_pk": [ - 1745, + 1787, { "event_id": [ - 6365, + 6503, "uuid!" ], "match_id": [ - 6365, + 6503, "uuid!" ] } ], "event_match_links_stream": [ - 1745, + 1787, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1759, + 1801, "[event_match_links_stream_cursor_input]!" ], "where": [ - 1748 + 1790 ] } ], "event_media": [ - 1763, + 1805, { "distinct_on": [ - 1826, + 1868, "[event_media_select_column!]" ], "limit": [ @@ -202043,19 +206170,19 @@ export default { 41 ], "order_by": [ - 1783, + 1825, "[event_media_order_by!]" ], "where": [ - 1772 + 1814 ] } ], "event_media_aggregate": [ - 1764, + 1806, { "distinct_on": [ - 1826, + 1868, "[event_media_select_column!]" ], "limit": [ @@ -202065,28 +206192,28 @@ export default { 41 ], "order_by": [ - 1783, + 1825, "[event_media_order_by!]" ], "where": [ - 1772 + 1814 ] } ], "event_media_by_pk": [ - 1763, + 1805, { "id": [ - 6365, + 6503, "uuid!" ] } ], "event_media_players": [ - 1785, + 1827, { "distinct_on": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "limit": [ @@ -202096,19 +206223,19 @@ export default { 41 ], "order_by": [ - 1804, + 1846, "[event_media_players_order_by!]" ], "where": [ - 1794 + 1836 ] } ], "event_media_players_aggregate": [ - 1786, + 1828, { "distinct_on": [ - 1806, + 1848, "[event_media_players_select_column!]" ], "limit": [ @@ -202118,64 +206245,64 @@ export default { 41 ], "order_by": [ - 1804, + 1846, "[event_media_players_order_by!]" ], "where": [ - 1794 + 1836 ] } ], "event_media_players_by_pk": [ - 1785, + 1827, { "media_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "event_media_players_stream": [ - 1785, + 1827, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1814, + 1856, "[event_media_players_stream_cursor_input]!" ], "where": [ - 1794 + 1836 ] } ], "event_media_stream": [ - 1763, + 1805, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1834, + 1876, "[event_media_stream_cursor_input]!" ], "where": [ - 1772 + 1814 ] } ], "event_organizers": [ - 1846, + 1888, { "distinct_on": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "limit": [ @@ -202185,19 +206312,19 @@ export default { 41 ], "order_by": [ - 1865, + 1907, "[event_organizers_order_by!]" ], "where": [ - 1855 + 1897 ] } ], "event_organizers_aggregate": [ - 1847, + 1889, { "distinct_on": [ - 1867, + 1909, "[event_organizers_select_column!]" ], "limit": [ @@ -202207,48 +206334,48 @@ export default { 41 ], "order_by": [ - 1865, + 1907, "[event_organizers_order_by!]" ], "where": [ - 1855 + 1897 ] } ], "event_organizers_by_pk": [ - 1846, + 1888, { "event_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "event_organizers_stream": [ - 1846, + 1888, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1875, + 1917, "[event_organizers_stream_cursor_input]!" ], "where": [ - 1855 + 1897 ] } ], "event_players": [ - 1887, + 1929, { "distinct_on": [ - 1908, + 1950, "[event_players_select_column!]" ], "limit": [ @@ -202258,19 +206385,19 @@ export default { 41 ], "order_by": [ - 1906, + 1948, "[event_players_order_by!]" ], "where": [ - 1896 + 1938 ] } ], "event_players_aggregate": [ - 1888, + 1930, { "distinct_on": [ - 1908, + 1950, "[event_players_select_column!]" ], "limit": [ @@ -202280,48 +206407,48 @@ export default { 41 ], "order_by": [ - 1906, + 1948, "[event_players_order_by!]" ], "where": [ - 1896 + 1938 ] } ], "event_players_by_pk": [ - 1887, + 1929, { "event_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "event_players_stream": [ - 1887, + 1929, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1916, + 1958, "[event_players_stream_cursor_input]!" ], "where": [ - 1896 + 1938 ] } ], "event_teams": [ - 1928, + 1970, { "distinct_on": [ - 1946, + 1988, "[event_teams_select_column!]" ], "limit": [ @@ -202331,19 +206458,19 @@ export default { 41 ], "order_by": [ - 1944, + 1986, "[event_teams_order_by!]" ], "where": [ - 1935 + 1977 ] } ], "event_teams_aggregate": [ - 1929, + 1971, { "distinct_on": [ - 1946, + 1988, "[event_teams_select_column!]" ], "limit": [ @@ -202353,48 +206480,48 @@ export default { 41 ], "order_by": [ - 1944, + 1986, "[event_teams_order_by!]" ], "where": [ - 1935 + 1977 ] } ], "event_teams_by_pk": [ - 1928, + 1970, { "event_id": [ - 6365, + 6503, "uuid!" ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "event_teams_stream": [ - 1928, + 1970, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1948, + 1990, "[event_teams_stream_cursor_input]!" ], "where": [ - 1935 + 1977 ] } ], "event_tournaments": [ - 1952, + 1994, { "distinct_on": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "limit": [ @@ -202404,19 +206531,19 @@ export default { 41 ], "order_by": [ - 1968, + 2010, "[event_tournaments_order_by!]" ], "where": [ - 1959 + 2001 ] } ], "event_tournaments_aggregate": [ - 1953, + 1995, { "distinct_on": [ - 1970, + 2012, "[event_tournaments_select_column!]" ], "limit": [ @@ -202426,48 +206553,48 @@ export default { 41 ], "order_by": [ - 1968, + 2010, "[event_tournaments_order_by!]" ], "where": [ - 1959 + 2001 ] } ], "event_tournaments_by_pk": [ - 1952, + 1994, { "event_id": [ - 6365, + 6503, "uuid!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "event_tournaments_stream": [ - 1952, + 1994, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1972, + 2014, "[event_tournaments_stream_cursor_input]!" ], "where": [ - 1959 + 2001 ] } ], "events": [ - 1976, + 2018, { "distinct_on": [ - 1991, + 2033, "[events_select_column!]" ], "limit": [ @@ -202477,19 +206604,19 @@ export default { 41 ], "order_by": [ - 1989, + 2031, "[events_order_by!]" ], "where": [ - 1980 + 2022 ] } ], "events_aggregate": [ - 1977, + 2019, { "distinct_on": [ - 1991, + 2033, "[events_select_column!]" ], "limit": [ @@ -202499,44 +206626,44 @@ export default { 41 ], "order_by": [ - 1989, + 2031, "[events_order_by!]" ], "where": [ - 1980 + 2022 ] } ], "events_by_pk": [ - 1976, + 2018, { "id": [ - 6365, + 6503, "uuid!" ] } ], "events_stream": [ - 1976, + 2018, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1996, + 2038, "[events_stream_cursor_input]!" ], "where": [ - 1980 + 2022 ] } ], "friends": [ - 2006, + 2048, { "distinct_on": [ - 2020, + 2062, "[friends_select_column!]" ], "limit": [ @@ -202546,19 +206673,19 @@ export default { 41 ], "order_by": [ - 2018, + 2060, "[friends_order_by!]" ], "where": [ - 2010 + 2052 ] } ], "friends_aggregate": [ - 2007, + 2049, { "distinct_on": [ - 2020, + 2062, "[friends_select_column!]" ], "limit": [ @@ -202568,48 +206695,48 @@ export default { 41 ], "order_by": [ - 2018, + 2060, "[friends_order_by!]" ], "where": [ - 2010 + 2052 ] } ], "friends_by_pk": [ - 2006, + 2048, { "other_player_steam_id": [ - 310, + 311, "bigint!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "friends_stream": [ - 2006, + 2048, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2025, + 2067, "[friends_stream_cursor_input]!" ], "where": [ - 2010 + 2052 ] } ], "game_mode_plugins": [ - 2033, + 2075, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -202619,19 +206746,19 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "game_mode_plugins_aggregate": [ - 2034, + 2076, { "distinct_on": [ - 2061, + 2103, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -202641,19 +206768,19 @@ export default { 41 ], "order_by": [ - 2058, + 2100, "[game_mode_plugins_order_by!]" ], "where": [ - 2045 + 2087 ] } ], "game_mode_plugins_by_pk": [ - 2033, + 2075, { "game_mode_id": [ - 6365, + 6503, "uuid!" ], "plugin_slug": [ @@ -202663,26 +206790,26 @@ export default { } ], "game_mode_plugins_stream": [ - 2033, + 2075, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2071, + 2113, "[game_mode_plugins_stream_cursor_input]!" ], "where": [ - 2045 + 2087 ] } ], "game_modes": [ - 2083, + 2125, { "distinct_on": [ - 2096, + 2138, "[game_modes_select_column!]" ], "limit": [ @@ -202692,19 +206819,19 @@ export default { 41 ], "order_by": [ - 2094, + 2136, "[game_modes_order_by!]" ], "where": [ - 2086 + 2128 ] } ], "game_modes_aggregate": [ - 2084, + 2126, { "distinct_on": [ - 2096, + 2138, "[game_modes_select_column!]" ], "limit": [ @@ -202714,44 +206841,44 @@ export default { 41 ], "order_by": [ - 2094, + 2136, "[game_modes_order_by!]" ], "where": [ - 2086 + 2128 ] } ], "game_modes_by_pk": [ - 2083, + 2125, { "id": [ - 6365, + 6503, "uuid!" ] } ], "game_modes_stream": [ - 2083, + 2125, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2098, + 2140, "[game_modes_stream_cursor_input]!" ], "where": [ - 2086 + 2128 ] } ], "game_plugin_installs": [ - 2102, + 2144, { "distinct_on": [ - 2114, + 2156, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -202761,19 +206888,19 @@ export default { 41 ], "order_by": [ - 2112, + 2154, "[game_plugin_installs_order_by!]" ], "where": [ - 2105 + 2147 ] } ], "game_plugin_installs_aggregate": [ - 2103, + 2145, { "distinct_on": [ - 2114, + 2156, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -202783,16 +206910,16 @@ export default { 41 ], "order_by": [ - 2112, + 2154, "[game_plugin_installs_order_by!]" ], "where": [ - 2105 + 2147 ] } ], "game_plugin_installs_by_pk": [ - 2102, + 2144, { "plugin_slug": [ 85, @@ -202801,26 +206928,26 @@ export default { } ], "game_plugin_installs_stream": [ - 2102, + 2144, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2116, + 2158, "[game_plugin_installs_stream_cursor_input]!" ], "where": [ - 2105 + 2147 ] } ], "game_plugin_versions": [ - 2120, + 2162, { "distinct_on": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -202830,19 +206957,19 @@ export default { 41 ], "order_by": [ - 2141, + 2183, "[game_plugin_versions_order_by!]" ], "where": [ - 2131 + 2173 ] } ], "game_plugin_versions_aggregate": [ - 2121, + 2163, { "distinct_on": [ - 2143, + 2185, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -202852,23 +206979,23 @@ export default { 41 ], "order_by": [ - 2141, + 2183, "[game_plugin_versions_order_by!]" ], "where": [ - 2131 + 2173 ] } ], "game_plugin_versions_by_pk": [ - 2120, + 2162, { "plugin_slug": [ 85, "String!" ], "runtime": [ - 1304, + 1305, "e_plugin_runtimes_enum!" ], "version": [ @@ -202878,26 +207005,26 @@ export default { } ], "game_plugin_versions_stream": [ - 2120, + 2162, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2153, + 2195, "[game_plugin_versions_stream_cursor_input]!" ], "where": [ - 2131 + 2173 ] } ], "game_plugins": [ - 2165, + 2207, { "distinct_on": [ - 2184, + 2226, "[game_plugins_select_column!]" ], "limit": [ @@ -202907,19 +207034,19 @@ export default { 41 ], "order_by": [ - 2181, + 2223, "[game_plugins_order_by!]" ], "where": [ - 2170 + 2212 ] } ], "game_plugins_aggregate": [ - 2166, + 2208, { "distinct_on": [ - 2184, + 2226, "[game_plugins_select_column!]" ], "limit": [ @@ -202929,16 +207056,16 @@ export default { 41 ], "order_by": [ - 2181, + 2223, "[game_plugins_order_by!]" ], "where": [ - 2170 + 2212 ] } ], "game_plugins_by_pk": [ - 2165, + 2207, { "slug": [ 85, @@ -202947,26 +207074,26 @@ export default { } ], "game_plugins_stream": [ - 2165, + 2207, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2189, + 2231, "[game_plugins_stream_cursor_input]!" ], "where": [ - 2170 + 2212 ] } ], "game_server_node_plugins": [ - 2197, + 2239, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -202976,19 +207103,19 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "game_server_node_plugins_aggregate": [ - 2198, + 2240, { "distinct_on": [ - 2217, + 2259, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -202998,44 +207125,44 @@ export default { 41 ], "order_by": [ - 2215, + 2257, "[game_server_node_plugins_order_by!]" ], "where": [ - 2206 + 2248 ] } ], "game_server_node_plugins_by_pk": [ - 2197, + 2239, { "id": [ - 6365, + 6503, "uuid!" ] } ], "game_server_node_plugins_stream": [ - 2197, + 2239, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2221, + 2263, "[game_server_node_plugins_stream_cursor_input]!" ], "where": [ - 2206 + 2248 ] } ], "game_server_nodes": [ - 2225, + 2267, { "distinct_on": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "limit": [ @@ -203045,19 +207172,19 @@ export default { 41 ], "order_by": [ - 2251, + 2293, "[game_server_nodes_order_by!]" ], "where": [ - 2237 + 2279 ] } ], "game_server_nodes_aggregate": [ - 2226, + 2268, { "distinct_on": [ - 2254, + 2296, "[game_server_nodes_select_column!]" ], "limit": [ @@ -203067,16 +207194,16 @@ export default { 41 ], "order_by": [ - 2251, + 2293, "[game_server_nodes_order_by!]" ], "where": [ - 2237 + 2279 ] } ], "game_server_nodes_by_pk": [ - 2225, + 2267, { "id": [ 85, @@ -203085,26 +207212,26 @@ export default { } ], "game_server_nodes_stream": [ - 2225, + 2267, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2264, + 2306, "[game_server_nodes_stream_cursor_input]!" ], "where": [ - 2237 + 2279 ] } ], "game_versions": [ - 2276, + 2318, { "distinct_on": [ - 2296, + 2338, "[game_versions_select_column!]" ], "limit": [ @@ -203114,19 +207241,19 @@ export default { 41 ], "order_by": [ - 2293, + 2335, "[game_versions_order_by!]" ], "where": [ - 2281 + 2323 ] } ], "game_versions_aggregate": [ - 2277, + 2319, { "distinct_on": [ - 2296, + 2338, "[game_versions_select_column!]" ], "limit": [ @@ -203136,16 +207263,16 @@ export default { 41 ], "order_by": [ - 2293, + 2335, "[game_versions_order_by!]" ], "where": [ - 2281 + 2323 ] } ], "game_versions_by_pk": [ - 2276, + 2318, { "build_id": [ 41, @@ -203154,26 +207281,26 @@ export default { } ], "game_versions_stream": [ - 2276, + 2318, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2301, + 2343, "[game_versions_stream_cursor_input]!" ], "where": [ - 2281 + 2323 ] } ], "gamedata_signature_validations": [ - 2309, + 2351, { "distinct_on": [ - 2328, + 2370, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -203183,19 +207310,19 @@ export default { 41 ], "order_by": [ - 2325, + 2367, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2314 + 2356 ] } ], "gamedata_signature_validations_aggregate": [ - 2310, + 2352, { "distinct_on": [ - 2328, + 2370, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -203205,48 +207332,48 @@ export default { 41 ], "order_by": [ - 2325, + 2367, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2314 + 2356 ] } ], "gamedata_signature_validations_by_pk": [ - 2309, + 2351, { "id": [ - 6365, + 6503, "uuid!" ] } ], "gamedata_signature_validations_stream": [ - 2309, + 2351, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2333, + 2375, "[gamedata_signature_validations_stream_cursor_input]!" ], "where": [ - 2314 + 2356 ] } ], "get_event_leaderboard": [ - 2352, + 2395, { "args": [ - 2341, + 2383, "get_event_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203256,23 +207383,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_event_leaderboard_aggregate": [ - 2353, + 2396, { "args": [ - 2341, + 2383, "get_event_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203282,23 +207409,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_leaderboard": [ - 2352, + 2395, { "args": [ - 2342, + 2384, "get_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203308,23 +207435,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_leaderboard_aggregate": [ - 2353, + 2396, { "args": [ - 2342, + 2384, "get_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203334,23 +207461,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_league_season_leaderboard": [ - 2352, + 2395, { "args": [ - 2343, + 2385, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203360,23 +207487,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_league_season_leaderboard_aggregate": [ - 2353, + 2396, { "args": [ - 2343, + 2385, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203386,23 +207513,23 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "get_player_leaderboard_rank": [ - 3999, + 4042, { "args": [ - 2344, + 2386, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -203412,23 +207539,23 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 ] } ], "get_player_leaderboard_rank_aggregate": [ - 4000, + 4043, { "args": [ - 2344, + 2386, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -203438,19 +207565,71 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 + ] + } + ], + "get_tournament_leaderboard": [ + 5351, + { + "args": [ + 2387, + "get_tournament_leaderboard_args!" + ], + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 + ] + } + ], + "get_tournament_leaderboard_aggregate": [ + 5352, + { + "args": [ + 2387, + "get_tournament_leaderboard_args!" + ], + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 ] } ], "leaderboard_entries": [ - 2352, + 2395, { "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203460,19 +207639,19 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "leaderboard_entries_aggregate": [ - 2353, + 2396, { "distinct_on": [ - 2363, + 2406, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -203482,35 +207661,35 @@ export default { 41 ], "order_by": [ - 2362, + 2405, "[leaderboard_entries_order_by!]" ], "where": [ - 2356 + 2399 ] } ], "leaderboard_entries_stream": [ - 2352, + 2395, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2368, + 2411, "[leaderboard_entries_stream_cursor_input]!" ], "where": [ - 2356 + 2399 ] } ], "league_divisions": [ - 2376, + 2419, { "distinct_on": [ - 2391, + 2434, "[league_divisions_select_column!]" ], "limit": [ @@ -203520,19 +207699,19 @@ export default { 41 ], "order_by": [ - 2389, + 2432, "[league_divisions_order_by!]" ], "where": [ - 2380 + 2423 ] } ], "league_divisions_aggregate": [ - 2377, + 2420, { "distinct_on": [ - 2391, + 2434, "[league_divisions_select_column!]" ], "limit": [ @@ -203542,44 +207721,44 @@ export default { 41 ], "order_by": [ - 2389, + 2432, "[league_divisions_order_by!]" ], "where": [ - 2380 + 2423 ] } ], "league_divisions_by_pk": [ - 2376, + 2419, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_divisions_stream": [ - 2376, + 2419, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2396, + 2439, "[league_divisions_stream_cursor_input]!" ], "where": [ - 2380 + 2423 ] } ], "league_match_weeks": [ - 2404, + 2447, { "distinct_on": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "limit": [ @@ -203589,19 +207768,19 @@ export default { 41 ], "order_by": [ - 2423, + 2466, "[league_match_weeks_order_by!]" ], "where": [ - 2413 + 2456 ] } ], "league_match_weeks_aggregate": [ - 2405, + 2448, { "distinct_on": [ - 2425, + 2468, "[league_match_weeks_select_column!]" ], "limit": [ @@ -203611,44 +207790,44 @@ export default { 41 ], "order_by": [ - 2423, + 2466, "[league_match_weeks_order_by!]" ], "where": [ - 2413 + 2456 ] } ], "league_match_weeks_by_pk": [ - 2404, + 2447, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_match_weeks_stream": [ - 2404, + 2447, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2433, + 2476, "[league_match_weeks_stream_cursor_input]!" ], "where": [ - 2413 + 2456 ] } ], "league_relegation_playoffs": [ - 2445, + 2488, { "distinct_on": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -203658,19 +207837,19 @@ export default { 41 ], "order_by": [ - 2464, + 2507, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2454 + 2497 ] } ], "league_relegation_playoffs_aggregate": [ - 2446, + 2489, { "distinct_on": [ - 2466, + 2509, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -203680,44 +207859,44 @@ export default { 41 ], "order_by": [ - 2464, + 2507, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2454 + 2497 ] } ], "league_relegation_playoffs_by_pk": [ - 2445, + 2488, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_relegation_playoffs_stream": [ - 2445, + 2488, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2474, + 2517, "[league_relegation_playoffs_stream_cursor_input]!" ], "where": [ - 2454 + 2497 ] } ], "league_scheduling_proposals": [ - 2486, + 2529, { "distinct_on": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -203727,19 +207906,19 @@ export default { 41 ], "order_by": [ - 2505, + 2548, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2495 + 2538 ] } ], "league_scheduling_proposals_aggregate": [ - 2487, + 2530, { "distinct_on": [ - 2507, + 2550, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -203749,44 +207928,44 @@ export default { 41 ], "order_by": [ - 2505, + 2548, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2495 + 2538 ] } ], "league_scheduling_proposals_by_pk": [ - 2486, + 2529, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_scheduling_proposals_stream": [ - 2486, + 2529, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2515, + 2558, "[league_scheduling_proposals_stream_cursor_input]!" ], "where": [ - 2495 + 2538 ] } ], "league_season_divisions": [ - 2527, + 2570, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -203796,19 +207975,19 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "league_season_divisions_aggregate": [ - 2528, + 2571, { "distinct_on": [ - 2546, + 2589, "[league_season_divisions_select_column!]" ], "limit": [ @@ -203818,44 +207997,44 @@ export default { 41 ], "order_by": [ - 2544, + 2587, "[league_season_divisions_order_by!]" ], "where": [ - 2534 + 2577 ] } ], "league_season_divisions_by_pk": [ - 2527, + 2570, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_season_divisions_stream": [ - 2527, + 2570, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2548, + 2591, "[league_season_divisions_stream_cursor_input]!" ], "where": [ - 2534 + 2577 ] } ], "league_seasons": [ - 2552, + 2595, { "distinct_on": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "limit": [ @@ -203865,19 +208044,19 @@ export default { 41 ], "order_by": [ - 2569, + 2612, "[league_seasons_order_by!]" ], "where": [ - 2557 + 2600 ] } ], "league_seasons_aggregate": [ - 2553, + 2596, { "distinct_on": [ - 2572, + 2615, "[league_seasons_select_column!]" ], "limit": [ @@ -203887,44 +208066,44 @@ export default { 41 ], "order_by": [ - 2569, + 2612, "[league_seasons_order_by!]" ], "where": [ - 2557 + 2600 ] } ], "league_seasons_by_pk": [ - 2552, + 2595, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_seasons_stream": [ - 2552, + 2595, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2577, + 2620, "[league_seasons_stream_cursor_input]!" ], "where": [ - 2557 + 2600 ] } ], "league_team_movements": [ - 2585, + 2628, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -203934,19 +208113,19 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "league_team_movements_aggregate": [ - 2586, + 2629, { "distinct_on": [ - 2606, + 2649, "[league_team_movements_select_column!]" ], "limit": [ @@ -203956,44 +208135,44 @@ export default { 41 ], "order_by": [ - 2604, + 2647, "[league_team_movements_order_by!]" ], "where": [ - 2594 + 2637 ] } ], "league_team_movements_by_pk": [ - 2585, + 2628, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_team_movements_stream": [ - 2585, + 2628, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2614, + 2657, "[league_team_movements_stream_cursor_input]!" ], "where": [ - 2594 + 2637 ] } ], "league_team_rosters": [ - 2626, + 2669, { "distinct_on": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "limit": [ @@ -204003,19 +208182,19 @@ export default { 41 ], "order_by": [ - 2645, + 2688, "[league_team_rosters_order_by!]" ], "where": [ - 2635 + 2678 ] } ], "league_team_rosters_aggregate": [ - 2627, + 2670, { "distinct_on": [ - 2647, + 2690, "[league_team_rosters_select_column!]" ], "limit": [ @@ -204025,48 +208204,48 @@ export default { 41 ], "order_by": [ - 2645, + 2688, "[league_team_rosters_order_by!]" ], "where": [ - 2635 + 2678 ] } ], "league_team_rosters_by_pk": [ - 2626, + 2669, { "league_team_season_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "league_team_rosters_stream": [ - 2626, + 2669, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2655, + 2698, "[league_team_rosters_stream_cursor_input]!" ], "where": [ - 2635 + 2678 ] } ], "league_team_seasons": [ - 2667, + 2710, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -204076,19 +208255,19 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "league_team_seasons_aggregate": [ - 2668, + 2711, { "distinct_on": [ - 2689, + 2732, "[league_team_seasons_select_column!]" ], "limit": [ @@ -204098,44 +208277,44 @@ export default { 41 ], "order_by": [ - 2687, + 2730, "[league_team_seasons_order_by!]" ], "where": [ - 2676 + 2719 ] } ], "league_team_seasons_by_pk": [ - 2667, + 2710, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_team_seasons_stream": [ - 2667, + 2710, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2697, + 2740, "[league_team_seasons_stream_cursor_input]!" ], "where": [ - 2676 + 2719 ] } ], "league_teams": [ - 2709, + 2752, { "distinct_on": [ - 2722, + 2765, "[league_teams_select_column!]" ], "limit": [ @@ -204145,19 +208324,19 @@ export default { 41 ], "order_by": [ - 2720, + 2763, "[league_teams_order_by!]" ], "where": [ - 2712 + 2755 ] } ], "league_teams_aggregate": [ - 2710, + 2753, { "distinct_on": [ - 2722, + 2765, "[league_teams_select_column!]" ], "limit": [ @@ -204167,44 +208346,44 @@ export default { 41 ], "order_by": [ - 2720, + 2763, "[league_teams_order_by!]" ], "where": [ - 2712 + 2755 ] } ], "league_teams_by_pk": [ - 2709, + 2752, { "id": [ - 6365, + 6503, "uuid!" ] } ], "league_teams_stream": [ - 2709, + 2752, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2724, + 2767, "[league_teams_stream_cursor_input]!" ], "where": [ - 2712 + 2755 ] } ], "lobbies": [ - 2728, + 2771, { "distinct_on": [ - 2741, + 2784, "[lobbies_select_column!]" ], "limit": [ @@ -204214,19 +208393,19 @@ export default { 41 ], "order_by": [ - 2739, + 2782, "[lobbies_order_by!]" ], "where": [ - 2731 + 2774 ] } ], "lobbies_aggregate": [ - 2729, + 2772, { "distinct_on": [ - 2741, + 2784, "[lobbies_select_column!]" ], "limit": [ @@ -204236,44 +208415,44 @@ export default { 41 ], "order_by": [ - 2739, + 2782, "[lobbies_order_by!]" ], "where": [ - 2731 + 2774 ] } ], "lobbies_by_pk": [ - 2728, + 2771, { "id": [ - 6365, + 6503, "uuid!" ] } ], "lobbies_stream": [ - 2728, + 2771, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2743, + 2786, "[lobbies_stream_cursor_input]!" ], "where": [ - 2731 + 2774 ] } ], "lobby_players": [ - 2747, + 2790, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -204283,19 +208462,19 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], "lobby_players_aggregate": [ - 2748, + 2791, { "distinct_on": [ - 2770, + 2813, "[lobby_players_select_column!]" ], "limit": [ @@ -204305,48 +208484,48 @@ export default { 41 ], "order_by": [ - 2768, + 2811, "[lobby_players_order_by!]" ], "where": [ - 2758 + 2801 ] } ], "lobby_players_by_pk": [ - 2747, + 2790, { "lobby_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "lobby_players_stream": [ - 2747, + 2790, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2780, + 2823, "[lobby_players_stream_cursor_input]!" ], "where": [ - 2758 + 2801 ] } ], "map_callouts": [ - 2792, + 2835, { "distinct_on": [ - 2809, + 2852, "[map_callouts_select_column!]" ], "limit": [ @@ -204356,19 +208535,19 @@ export default { 41 ], "order_by": [ - 2806, + 2849, "[map_callouts_order_by!]" ], "where": [ - 2796 + 2839 ] } ], "map_callouts_aggregate": [ - 2793, + 2836, { "distinct_on": [ - 2809, + 2852, "[map_callouts_select_column!]" ], "limit": [ @@ -204378,16 +208557,16 @@ export default { 41 ], "order_by": [ - 2806, + 2849, "[map_callouts_order_by!]" ], "where": [ - 2796 + 2839 ] } ], "map_callouts_by_pk": [ - 2792, + 2835, { "map_name": [ 85, @@ -204400,26 +208579,26 @@ export default { } ], "map_callouts_stream": [ - 2792, + 2835, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2811, + 2854, "[map_callouts_stream_cursor_input]!" ], "where": [ - 2796 + 2839 ] } ], "map_pools": [ - 2815, + 2858, { "distinct_on": [ - 2828, + 2871, "[map_pools_select_column!]" ], "limit": [ @@ -204429,19 +208608,19 @@ export default { 41 ], "order_by": [ - 2826, + 2869, "[map_pools_order_by!]" ], "where": [ - 2818 + 2861 ] } ], "map_pools_aggregate": [ - 2816, + 2859, { "distinct_on": [ - 2828, + 2871, "[map_pools_select_column!]" ], "limit": [ @@ -204451,44 +208630,44 @@ export default { 41 ], "order_by": [ - 2826, + 2869, "[map_pools_order_by!]" ], "where": [ - 2818 + 2861 ] } ], "map_pools_by_pk": [ - 2815, + 2858, { "id": [ - 6365, + 6503, "uuid!" ] } ], "map_pools_stream": [ - 2815, + 2858, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2830, + 2873, "[map_pools_stream_cursor_input]!" ], "where": [ - 2818 + 2861 ] } ], "maps": [ - 2834, + 2877, { "distinct_on": [ - 2855, + 2898, "[maps_select_column!]" ], "limit": [ @@ -204498,19 +208677,19 @@ export default { 41 ], "order_by": [ - 2853, + 2896, "[maps_order_by!]" ], "where": [ - 2843 + 2886 ] } ], "maps_aggregate": [ - 2835, + 2878, { "distinct_on": [ - 2855, + 2898, "[maps_select_column!]" ], "limit": [ @@ -204520,44 +208699,44 @@ export default { 41 ], "order_by": [ - 2853, + 2896, "[maps_order_by!]" ], "where": [ - 2843 + 2886 ] } ], "maps_by_pk": [ - 2834, + 2877, { "id": [ - 6365, + 6503, "uuid!" ] } ], "maps_stream": [ - 2834, + 2877, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2859, + 2902, "[maps_stream_cursor_input]!" ], "where": [ - 2843 + 2886 ] } ], "match_clips": [ - 2863, + 2906, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -204567,19 +208746,19 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_aggregate": [ - 2864, + 2907, { "distinct_on": [ - 2885, + 2928, "[match_clips_select_column!]" ], "limit": [ @@ -204589,44 +208768,44 @@ export default { 41 ], "order_by": [ - 2883, + 2926, "[match_clips_order_by!]" ], "where": [ - 2872 + 2915 ] } ], "match_clips_by_pk": [ - 2863, + 2906, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_clips_stream": [ - 2863, + 2906, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2893, + 2936, "[match_clips_stream_cursor_input]!" ], "where": [ - 2872 + 2915 ] } ], "match_demo_sessions": [ - 2905, + 2948, { "distinct_on": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -204636,19 +208815,19 @@ export default { 41 ], "order_by": [ - 2928, + 2971, "[match_demo_sessions_order_by!]" ], "where": [ - 2915 + 2958 ] } ], "match_demo_sessions_aggregate": [ - 2906, + 2949, { "distinct_on": [ - 2931, + 2974, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -204658,44 +208837,44 @@ export default { 41 ], "order_by": [ - 2928, + 2971, "[match_demo_sessions_order_by!]" ], "where": [ - 2915 + 2958 ] } ], "match_demo_sessions_by_pk": [ - 2905, + 2948, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_demo_sessions_stream": [ - 2905, + 2948, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2939, + 2982, "[match_demo_sessions_stream_cursor_input]!" ], "where": [ - 2915 + 2958 ] } ], "match_lineup_players": [ - 2951, + 2994, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -204705,19 +208884,19 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "match_lineup_players_aggregate": [ - 2952, + 2995, { "distinct_on": [ - 2974, + 3017, "[match_lineup_players_select_column!]" ], "limit": [ @@ -204727,44 +208906,44 @@ export default { 41 ], "order_by": [ - 2972, + 3015, "[match_lineup_players_order_by!]" ], "where": [ - 2962 + 3005 ] } ], "match_lineup_players_by_pk": [ - 2951, + 2994, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_lineup_players_stream": [ - 2951, + 2994, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2984, + 3027, "[match_lineup_players_stream_cursor_input]!" ], "where": [ - 2962 + 3005 ] } ], "match_lineups": [ - 2996, + 3039, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -204774,19 +208953,19 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "match_lineups_aggregate": [ - 2997, + 3040, { "distinct_on": [ - 3018, + 3061, "[match_lineups_select_column!]" ], "limit": [ @@ -204796,44 +208975,44 @@ export default { 41 ], "order_by": [ - 3016, + 3059, "[match_lineups_order_by!]" ], "where": [ - 3005 + 3048 ] } ], "match_lineups_by_pk": [ - 2996, + 3039, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_lineups_stream": [ - 2996, + 3039, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3026, + 3069, "[match_lineups_stream_cursor_input]!" ], "where": [ - 3005 + 3048 ] } ], "match_map_demos": [ - 3038, + 3081, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -204843,19 +209022,19 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "match_map_demos_aggregate": [ - 3039, + 3082, { "distinct_on": [ - 3067, + 3110, "[match_map_demos_select_column!]" ], "limit": [ @@ -204865,44 +209044,44 @@ export default { 41 ], "order_by": [ - 3064, + 3107, "[match_map_demos_order_by!]" ], "where": [ - 3050 + 3093 ] } ], "match_map_demos_by_pk": [ - 3038, + 3081, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_map_demos_stream": [ - 3038, + 3081, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3077, + 3120, "[match_map_demos_stream_cursor_input]!" ], "where": [ - 3050 + 3093 ] } ], "match_map_rounds": [ - 3089, + 3132, { "distinct_on": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "limit": [ @@ -204912,19 +209091,19 @@ export default { 41 ], "order_by": [ - 3108, + 3151, "[match_map_rounds_order_by!]" ], "where": [ - 3098 + 3141 ] } ], "match_map_rounds_aggregate": [ - 3090, + 3133, { "distinct_on": [ - 3110, + 3153, "[match_map_rounds_select_column!]" ], "limit": [ @@ -204934,44 +209113,44 @@ export default { 41 ], "order_by": [ - 3108, + 3151, "[match_map_rounds_order_by!]" ], "where": [ - 3098 + 3141 ] } ], "match_map_rounds_by_pk": [ - 3089, + 3132, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_map_rounds_stream": [ - 3089, + 3132, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3118, + 3161, "[match_map_rounds_stream_cursor_input]!" ], "where": [ - 3098 + 3141 ] } ], "match_map_veto_picks": [ - 3130, + 3173, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -204981,19 +209160,19 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_map_veto_picks_aggregate": [ - 3131, + 3174, { "distinct_on": [ - 3150, + 3193, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -205003,44 +209182,44 @@ export default { 41 ], "order_by": [ - 3148, + 3191, "[match_map_veto_picks_order_by!]" ], "where": [ - 3139 + 3182 ] } ], "match_map_veto_picks_by_pk": [ - 3130, + 3173, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_map_veto_picks_stream": [ - 3130, + 3173, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3154, + 3197, "[match_map_veto_picks_stream_cursor_input]!" ], "where": [ - 3139 + 3182 ] } ], "match_maps": [ - 3158, + 3201, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -205050,19 +209229,19 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_aggregate": [ - 3159, + 3202, { "distinct_on": [ - 3180, + 3223, "[match_maps_select_column!]" ], "limit": [ @@ -205072,44 +209251,44 @@ export default { 41 ], "order_by": [ - 3178, + 3221, "[match_maps_order_by!]" ], "where": [ - 3167 + 3210 ] } ], "match_maps_by_pk": [ - 3158, + 3201, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_maps_stream": [ - 3158, + 3201, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3188, + 3231, "[match_maps_stream_cursor_input]!" ], "where": [ - 3167 + 3210 ] } ], "match_options": [ - 3200, + 3243, { "distinct_on": [ - 3224, + 3267, "[match_options_select_column!]" ], "limit": [ @@ -205119,19 +209298,19 @@ export default { 41 ], "order_by": [ - 3222, + 3265, "[match_options_order_by!]" ], "where": [ - 3211 + 3254 ] } ], "match_options_aggregate": [ - 3201, + 3244, { "distinct_on": [ - 3224, + 3267, "[match_options_select_column!]" ], "limit": [ @@ -205141,44 +209320,44 @@ export default { 41 ], "order_by": [ - 3222, + 3265, "[match_options_order_by!]" ], "where": [ - 3211 + 3254 ] } ], "match_options_by_pk": [ - 3200, + 3243, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_options_stream": [ - 3200, + 3243, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3234, + 3277, "[match_options_stream_cursor_input]!" ], "where": [ - 3211 + 3254 ] } ], "match_region_veto_picks": [ - 3246, + 3289, { "distinct_on": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -205188,19 +209367,19 @@ export default { 41 ], "order_by": [ - 3264, + 3307, "[match_region_veto_picks_order_by!]" ], "where": [ - 3255 + 3298 ] } ], "match_region_veto_picks_aggregate": [ - 3247, + 3290, { "distinct_on": [ - 3266, + 3309, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -205210,44 +209389,44 @@ export default { 41 ], "order_by": [ - 3264, + 3307, "[match_region_veto_picks_order_by!]" ], "where": [ - 3255 + 3298 ] } ], "match_region_veto_picks_by_pk": [ - 3246, + 3289, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_region_veto_picks_stream": [ - 3246, + 3289, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3270, + 3313, "[match_region_veto_picks_stream_cursor_input]!" ], "where": [ - 3255 + 3298 ] } ], "match_streams": [ - 3274, + 3317, { "distinct_on": [ - 3302, + 3345, "[match_streams_select_column!]" ], "limit": [ @@ -205257,19 +209436,19 @@ export default { 41 ], "order_by": [ - 3299, + 3342, "[match_streams_order_by!]" ], "where": [ - 3286 + 3329 ] } ], "match_streams_aggregate": [ - 3275, + 3318, { "distinct_on": [ - 3302, + 3345, "[match_streams_select_column!]" ], "limit": [ @@ -205279,44 +209458,44 @@ export default { 41 ], "order_by": [ - 3299, + 3342, "[match_streams_order_by!]" ], "where": [ - 3286 + 3329 ] } ], "match_streams_by_pk": [ - 3274, + 3317, { "id": [ - 6365, + 6503, "uuid!" ] } ], "match_streams_stream": [ - 3274, + 3317, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3312, + 3355, "[match_streams_stream_cursor_input]!" ], "where": [ - 3286 + 3329 ] } ], "match_type_cfgs": [ - 3324, + 3367, { "distinct_on": [ - 3336, + 3379, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -205326,19 +209505,19 @@ export default { 41 ], "order_by": [ - 3334, + 3377, "[match_type_cfgs_order_by!]" ], "where": [ - 3327 + 3370 ] } ], "match_type_cfgs_aggregate": [ - 3325, + 3368, { "distinct_on": [ - 3336, + 3379, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -205348,44 +209527,44 @@ export default { 41 ], "order_by": [ - 3334, + 3377, "[match_type_cfgs_order_by!]" ], "where": [ - 3327 + 3370 ] } ], "match_type_cfgs_by_pk": [ - 3324, + 3367, { "type": [ - 874, + 875, "e_game_cfg_types_enum!" ] } ], "match_type_cfgs_stream": [ - 3324, + 3367, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3338, + 3381, "[match_type_cfgs_stream_cursor_input]!" ], "where": [ - 3327 + 3370 ] } ], "matches": [ - 3342, + 3385, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -205395,19 +209574,19 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_aggregate": [ - 3343, + 3386, { "distinct_on": [ - 3366, + 3409, "[matches_select_column!]" ], "limit": [ @@ -205417,44 +209596,44 @@ export default { 41 ], "order_by": [ - 3364, + 3407, "[matches_order_by!]" ], "where": [ - 3353 + 3396 ] } ], "matches_by_pk": [ - 3342, + 3385, { "id": [ - 6365, + 6503, "uuid!" ] } ], "matches_stream": [ - 3342, + 3385, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3376, + 3419, "[matches_stream_cursor_input]!" ], "where": [ - 3353 + 3396 ] } ], "migration_hashes_hashes": [ - 3388, + 3431, { "distinct_on": [ - 3400, + 3443, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -205464,19 +209643,19 @@ export default { 41 ], "order_by": [ - 3398, + 3441, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3391 + 3434 ] } ], "migration_hashes_hashes_aggregate": [ - 3389, + 3432, { "distinct_on": [ - 3400, + 3443, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -205486,16 +209665,16 @@ export default { 41 ], "order_by": [ - 3398, + 3441, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3391 + 3434 ] } ], "migration_hashes_hashes_by_pk": [ - 3388, + 3431, { "name": [ 85, @@ -205504,26 +209683,26 @@ export default { } ], "migration_hashes_hashes_stream": [ - 3388, + 3431, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3402, + 3445, "[migration_hashes_hashes_stream_cursor_input]!" ], "where": [ - 3391 + 3434 ] } ], "my_friends": [ - 3406, + 3449, { "distinct_on": [ - 3431, + 3474, "[my_friends_select_column!]" ], "limit": [ @@ -205533,19 +209712,19 @@ export default { 41 ], "order_by": [ - 3429, + 3472, "[my_friends_order_by!]" ], "where": [ - 3418 + 3461 ] } ], "my_friends_aggregate": [ - 3407, + 3450, { "distinct_on": [ - 3431, + 3474, "[my_friends_select_column!]" ], "limit": [ @@ -205555,35 +209734,35 @@ export default { 41 ], "order_by": [ - 3429, + 3472, "[my_friends_order_by!]" ], "where": [ - 3418 + 3461 ] } ], "my_friends_stream": [ - 3406, + 3449, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3441, + 3484, "[my_friends_stream_cursor_input]!" ], "where": [ - 3418 + 3461 ] } ], "news_articles": [ - 3452, + 3495, { "distinct_on": [ - 3466, + 3509, "[news_articles_select_column!]" ], "limit": [ @@ -205593,19 +209772,19 @@ export default { 41 ], "order_by": [ - 3464, + 3507, "[news_articles_order_by!]" ], "where": [ - 3456 + 3499 ] } ], "news_articles_aggregate": [ - 3453, + 3496, { "distinct_on": [ - 3466, + 3509, "[news_articles_select_column!]" ], "limit": [ @@ -205615,44 +209794,44 @@ export default { 41 ], "order_by": [ - 3464, + 3507, "[news_articles_order_by!]" ], "where": [ - 3456 + 3499 ] } ], "news_articles_by_pk": [ - 3452, + 3495, { "id": [ - 6365, + 6503, "uuid!" ] } ], "news_articles_stream": [ - 3452, + 3495, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3471, + 3514, "[news_articles_stream_cursor_input]!" ], "where": [ - 3456 + 3499 ] } ], "notification_preferences": [ - 3479, + 3522, { "distinct_on": [ - 3493, + 3536, "[notification_preferences_select_column!]" ], "limit": [ @@ -205662,19 +209841,19 @@ export default { 41 ], "order_by": [ - 3491, + 3534, "[notification_preferences_order_by!]" ], "where": [ - 3483 + 3526 ] } ], "notification_preferences_aggregate": [ - 3480, + 3523, { "distinct_on": [ - 3493, + 3536, "[notification_preferences_select_column!]" ], "limit": [ @@ -205684,16 +209863,16 @@ export default { 41 ], "order_by": [ - 3491, + 3534, "[notification_preferences_order_by!]" ], "where": [ - 3483 + 3526 ] } ], "notification_preferences_by_pk": [ - 3479, + 3522, { "channel": [ 85, @@ -205704,32 +209883,32 @@ export default { "String!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "notification_preferences_stream": [ - 3479, + 3522, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3498, + 3541, "[notification_preferences_stream_cursor_input]!" ], "where": [ - 3483 + 3526 ] } ], "notifications": [ - 3506, + 3549, { "distinct_on": [ - 3534, + 3577, "[notifications_select_column!]" ], "limit": [ @@ -205739,19 +209918,19 @@ export default { 41 ], "order_by": [ - 3531, + 3574, "[notifications_order_by!]" ], "where": [ - 3518 + 3561 ] } ], "notifications_aggregate": [ - 3507, + 3550, { "distinct_on": [ - 3534, + 3577, "[notifications_select_column!]" ], "limit": [ @@ -205761,44 +209940,44 @@ export default { 41 ], "order_by": [ - 3531, + 3574, "[notifications_order_by!]" ], "where": [ - 3518 + 3561 ] } ], "notifications_by_pk": [ - 3506, + 3549, { "id": [ - 6365, + 6503, "uuid!" ] } ], "notifications_stream": [ - 3506, + 3549, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3544, + 3587, "[notifications_stream_cursor_input]!" ], "where": [ - 3518 + 3561 ] } ], "pending_match_import_players": [ - 3559, + 3602, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -205808,19 +209987,19 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "pending_match_import_players_aggregate": [ - 3560, + 3603, { "distinct_on": [ - 3580, + 3623, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -205830,48 +210009,48 @@ export default { 41 ], "order_by": [ - 3578, + 3621, "[pending_match_import_players_order_by!]" ], "where": [ - 3568 + 3611 ] } ], "pending_match_import_players_by_pk": [ - 3559, + 3602, { "steam_id": [ - 310, + 311, "bigint!" ], "valve_match_id": [ - 3556, + 3599, "numeric!" ] } ], "pending_match_import_players_stream": [ - 3559, + 3602, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3588, + 3631, "[pending_match_import_players_stream_cursor_input]!" ], "where": [ - 3568 + 3611 ] } ], "pending_match_imports": [ - 3600, + 3643, { "distinct_on": [ - 3615, + 3658, "[pending_match_imports_select_column!]" ], "limit": [ @@ -205881,19 +210060,19 @@ export default { 41 ], "order_by": [ - 3613, + 3656, "[pending_match_imports_order_by!]" ], "where": [ - 3604 + 3647 ] } ], "pending_match_imports_aggregate": [ - 3601, + 3644, { "distinct_on": [ - 3615, + 3658, "[pending_match_imports_select_column!]" ], "limit": [ @@ -205903,44 +210082,44 @@ export default { 41 ], "order_by": [ - 3613, + 3656, "[pending_match_imports_order_by!]" ], "where": [ - 3604 + 3647 ] } ], "pending_match_imports_by_pk": [ - 3600, + 3643, { "valve_match_id": [ - 3556, + 3599, "numeric!" ] } ], "pending_match_imports_stream": [ - 3600, + 3643, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3620, + 3663, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 3604 + 3647 ] } ], "player_aim_stats_demo": [ - 3628, + 3671, { "distinct_on": [ - 3642, + 3685, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -205950,19 +210129,19 @@ export default { 41 ], "order_by": [ - 3640, + 3683, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3632 + 3675 ] } ], "player_aim_stats_demo_aggregate": [ - 3629, + 3672, { "distinct_on": [ - 3642, + 3685, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -205972,48 +210151,48 @@ export default { 41 ], "order_by": [ - 3640, + 3683, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3632 + 3675 ] } ], "player_aim_stats_demo_by_pk": [ - 3628, + 3671, { "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 3628, + 3671, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3647, + 3690, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 3632 + 3675 ] } ], "player_aim_weapon_stats": [ - 3655, + 3698, { "distinct_on": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -206023,19 +210202,19 @@ export default { 41 ], "order_by": [ - 3674, + 3717, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3664 + 3707 ] } ], "player_aim_weapon_stats_aggregate": [ - 3656, + 3699, { "distinct_on": [ - 3676, + 3719, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -206045,23 +210224,23 @@ export default { 41 ], "order_by": [ - 3674, + 3717, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3664 + 3707 ] } ], "player_aim_weapon_stats_by_pk": [ - 3655, + 3698, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ], "weapon_class": [ @@ -206071,26 +210250,26 @@ export default { } ], "player_aim_weapon_stats_stream": [ - 3655, + 3698, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3684, + 3727, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 3664 + 3707 ] } ], "player_assists": [ - 3696, + 3739, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -206100,19 +210279,19 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_assists_aggregate": [ - 3697, + 3740, { "distinct_on": [ - 3719, + 3762, "[player_assists_select_column!]" ], "limit": [ @@ -206122,56 +210301,56 @@ export default { 41 ], "order_by": [ - 3717, + 3760, "[player_assists_order_by!]" ], "where": [ - 3707 + 3750 ] } ], "player_assists_by_pk": [ - 3696, + 3739, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_assists_stream": [ - 3696, + 3739, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3729, + 3772, "[player_assists_stream_cursor_input]!" ], "where": [ - 3707 + 3750 ] } ], "player_career_stats_v": [ - 3741, + 3784, { "distinct_on": [ - 3749, + 3792, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -206181,19 +210360,19 @@ export default { 41 ], "order_by": [ - 3748, + 3791, "[player_career_stats_v_order_by!]" ], "where": [ - 3745 + 3788 ] } ], "player_career_stats_v_aggregate": [ - 3742, + 3785, { "distinct_on": [ - 3749, + 3792, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -206203,35 +210382,35 @@ export default { 41 ], "order_by": [ - 3748, + 3791, "[player_career_stats_v_order_by!]" ], "where": [ - 3745 + 3788 ] } ], "player_career_stats_v_stream": [ - 3741, + 3784, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3753, + 3796, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 3745 + 3788 ] } ], "player_damages": [ - 3759, + 3802, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -206241,19 +210420,19 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_damages_aggregate": [ - 3760, + 3803, { "distinct_on": [ - 3780, + 3823, "[player_damages_select_column!]" ], "limit": [ @@ -206263,52 +210442,52 @@ export default { 41 ], "order_by": [ - 3778, + 3821, "[player_damages_order_by!]" ], "where": [ - 3768 + 3811 ] } ], "player_damages_by_pk": [ - 3759, + 3802, { "id": [ - 6365, + 6503, "uuid!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_damages_stream": [ - 3759, + 3802, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3788, + 3831, "[player_damages_stream_cursor_input]!" ], "where": [ - 3768 + 3811 ] } ], "player_elo": [ - 3800, + 3843, { "distinct_on": [ - 3814, + 3857, "[player_elo_select_column!]" ], "limit": [ @@ -206318,19 +210497,19 @@ export default { 41 ], "order_by": [ - 3812, + 3855, "[player_elo_order_by!]" ], "where": [ - 3804 + 3847 ] } ], "player_elo_aggregate": [ - 3801, + 3844, { "distinct_on": [ - 3814, + 3857, "[player_elo_select_column!]" ], "limit": [ @@ -206340,52 +210519,52 @@ export default { 41 ], "order_by": [ - 3812, + 3855, "[player_elo_order_by!]" ], "where": [ - 3804 + 3847 ] } ], "player_elo_by_pk": [ - 3800, + 3843, { "match_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ], "type": [ - 1223, + 1224, "e_match_types_enum!" ] } ], "player_elo_stream": [ - 3800, + 3843, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3819, + 3862, "[player_elo_stream_cursor_input]!" ], "where": [ - 3804 + 3847 ] } ], "player_faceit_rank_history": [ - 3827, + 3870, { "distinct_on": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -206395,19 +210574,19 @@ export default { 41 ], "order_by": [ - 3846, + 3889, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3836 + 3879 ] } ], "player_faceit_rank_history_aggregate": [ - 3828, + 3871, { "distinct_on": [ - 3848, + 3891, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -206417,44 +210596,44 @@ export default { 41 ], "order_by": [ - 3846, + 3889, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3836 + 3879 ] } ], "player_faceit_rank_history_by_pk": [ - 3827, + 3870, { "id": [ - 6365, + 6503, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 3827, + 3870, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3856, + 3899, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 3836 + 3879 ] } ], "player_flashes": [ - 3868, + 3911, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -206464,19 +210643,19 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "player_flashes_aggregate": [ - 3869, + 3912, { "distinct_on": [ - 3891, + 3934, "[player_flashes_select_column!]" ], "limit": [ @@ -206486,56 +210665,56 @@ export default { 41 ], "order_by": [ - 3889, + 3932, "[player_flashes_order_by!]" ], "where": [ - 3879 + 3922 ] } ], "player_flashes_by_pk": [ - 3868, + 3911, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_flashes_stream": [ - 3868, + 3911, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3901, + 3944, "[player_flashes_stream_cursor_input]!" ], "where": [ - 3879 + 3922 ] } ], "player_kills": [ - 3913, + 3956, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -206545,19 +210724,19 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_kills_aggregate": [ - 3914, + 3957, { "distinct_on": [ - 3977, + 4020, "[player_kills_select_column!]" ], "limit": [ @@ -206567,40 +210746,40 @@ export default { 41 ], "order_by": [ - 3975, + 4018, "[player_kills_order_by!]" ], "where": [ - 3924 + 3967 ] } ], "player_kills_by_pk": [ - 3913, + 3956, { "attacked_steam_id": [ - 310, + 311, "bigint!" ], "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3925, + 3968, { "distinct_on": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -206610,19 +210789,19 @@ export default { 41 ], "order_by": [ - 3944, + 3987, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3934 + 3977 ] } ], "player_kills_by_weapon_aggregate": [ - 3926, + 3969, { "distinct_on": [ - 3946, + 3989, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -206632,19 +210811,19 @@ export default { 41 ], "order_by": [ - 3944, + 3987, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3934 + 3977 ] } ], "player_kills_by_weapon_by_pk": [ - 3925, + 3968, { "player_steam_id": [ - 310, + 311, "bigint!" ], "with": [ @@ -206654,42 +210833,42 @@ export default { } ], "player_kills_by_weapon_stream": [ - 3925, + 3968, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3954, + 3997, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 3934 + 3977 ] } ], "player_kills_stream": [ - 3913, + 3956, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3987, + 4030, "[player_kills_stream_cursor_input]!" ], "where": [ - 3924 + 3967 ] } ], "player_leaderboard_rank": [ - 3999, + 4042, { "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -206699,19 +210878,19 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 ] } ], "player_leaderboard_rank_aggregate": [ - 4000, + 4043, { "distinct_on": [ - 4010, + 4053, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -206721,35 +210900,35 @@ export default { 41 ], "order_by": [ - 4009, + 4052, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4003 + 4046 ] } ], "player_leaderboard_rank_stream": [ - 3999, + 4042, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4015, + 4058, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 4003 + 4046 ] } ], "player_match_map_stats": [ - 4022, + 4065, { "distinct_on": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -206759,19 +210938,19 @@ export default { 41 ], "order_by": [ - 4041, + 4084, "[player_match_map_stats_order_by!]" ], "where": [ - 4031 + 4074 ] } ], "player_match_map_stats_aggregate": [ - 4023, + 4066, { "distinct_on": [ - 4043, + 4086, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -206781,48 +210960,48 @@ export default { 41 ], "order_by": [ - 4041, + 4084, "[player_match_map_stats_order_by!]" ], "where": [ - 4031 + 4074 ] } ], "player_match_map_stats_by_pk": [ - 4022, + 4065, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "steam_id": [ - 310, + 311, "bigint!" ] } ], "player_match_map_stats_stream": [ - 4022, + 4065, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4051, + 4094, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 4031 + 4074 ] } ], "player_match_performance_v": [ - 4063, + 4106, { "distinct_on": [ - 4071, + 4114, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -206832,19 +211011,19 @@ export default { 41 ], "order_by": [ - 4070, + 4113, "[player_match_performance_v_order_by!]" ], "where": [ - 4067 + 4110 ] } ], "player_match_performance_v_aggregate": [ - 4064, + 4107, { "distinct_on": [ - 4071, + 4114, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -206854,35 +211033,35 @@ export default { 41 ], "order_by": [ - 4070, + 4113, "[player_match_performance_v_order_by!]" ], "where": [ - 4067 + 4110 ] } ], "player_match_performance_v_stream": [ - 4063, + 4106, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4075, + 4118, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 4067 + 4110 ] } ], "player_match_stats_v": [ - 4081, + 4124, { "distinct_on": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -206892,19 +211071,19 @@ export default { 41 ], "order_by": [ - 4096, + 4139, "[player_match_stats_v_order_by!]" ], "where": [ - 4090 + 4133 ] } ], "player_match_stats_v_aggregate": [ - 4082, + 4125, { "distinct_on": [ - 4097, + 4140, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -206914,35 +211093,35 @@ export default { 41 ], "order_by": [ - 4096, + 4139, "[player_match_stats_v_order_by!]" ], "where": [ - 4090 + 4133 ] } ], "player_match_stats_v_stream": [ - 4081, + 4124, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4104, + 4147, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 4090 + 4133 ] } ], "player_objectives": [ - 4114, + 4157, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -206952,19 +211131,19 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_objectives_aggregate": [ - 4115, + 4158, { "distinct_on": [ - 4135, + 4178, "[player_objectives_select_column!]" ], "limit": [ @@ -206974,52 +211153,52 @@ export default { 41 ], "order_by": [ - 4133, + 4176, "[player_objectives_order_by!]" ], "where": [ - 4123 + 4166 ] } ], "player_objectives_by_pk": [ - 4114, + 4157, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_objectives_stream": [ - 4114, + 4157, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4143, + 4186, "[player_objectives_stream_cursor_input]!" ], "where": [ - 4123 + 4166 ] } ], "player_performance_v": [ - 4155, + 4198, { "distinct_on": [ - 4163, + 4206, "[player_performance_v_select_column!]" ], "limit": [ @@ -207029,19 +211208,19 @@ export default { 41 ], "order_by": [ - 4162, + 4205, "[player_performance_v_order_by!]" ], "where": [ - 4159 + 4202 ] } ], "player_performance_v_aggregate": [ - 4156, + 4199, { "distinct_on": [ - 4163, + 4206, "[player_performance_v_select_column!]" ], "limit": [ @@ -207051,35 +211230,35 @@ export default { 41 ], "order_by": [ - 4162, + 4205, "[player_performance_v_order_by!]" ], "where": [ - 4159 + 4202 ] } ], "player_performance_v_stream": [ - 4155, + 4198, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4167, + 4210, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 4159 + 4202 ] } ], "player_premier_rank_history": [ - 4173, + 4216, { "distinct_on": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -207089,19 +211268,19 @@ export default { 41 ], "order_by": [ - 4192, + 4235, "[player_premier_rank_history_order_by!]" ], "where": [ - 4182 + 4225 ] } ], "player_premier_rank_history_aggregate": [ - 4174, + 4217, { "distinct_on": [ - 4194, + 4237, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -207111,44 +211290,44 @@ export default { 41 ], "order_by": [ - 4192, + 4235, "[player_premier_rank_history_order_by!]" ], "where": [ - 4182 + 4225 ] } ], "player_premier_rank_history_by_pk": [ - 4173, + 4216, { "id": [ - 6365, + 6503, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 4173, + 4216, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4202, + 4245, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 4182 + 4225 ] } ], "player_sanctions": [ - 4214, + 4257, { "distinct_on": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "limit": [ @@ -207158,19 +211337,19 @@ export default { 41 ], "order_by": [ - 4233, + 4276, "[player_sanctions_order_by!]" ], "where": [ - 4223 + 4266 ] } ], "player_sanctions_aggregate": [ - 4215, + 4258, { "distinct_on": [ - 4235, + 4278, "[player_sanctions_select_column!]" ], "limit": [ @@ -207180,48 +211359,48 @@ export default { 41 ], "order_by": [ - 4233, + 4276, "[player_sanctions_order_by!]" ], "where": [ - 4223 + 4266 ] } ], "player_sanctions_by_pk": [ - 4214, + 4257, { "created_at": [ - 5153, + 5196, "timestamptz!" ], "id": [ - 6365, + 6503, "uuid!" ] } ], "player_sanctions_stream": [ - 4214, + 4257, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4243, + 4286, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 4223 + 4266 ] } ], "player_season_stats": [ - 4255, + 4298, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -207231,19 +211410,19 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "player_season_stats_aggregate": [ - 4256, + 4299, { "distinct_on": [ - 4286, + 4329, "[player_season_stats_select_column!]" ], "limit": [ @@ -207253,48 +211432,48 @@ export default { 41 ], "order_by": [ - 4284, + 4327, "[player_season_stats_order_by!]" ], "where": [ - 4274 + 4317 ] } ], "player_season_stats_by_pk": [ - 4255, + 4298, { "player_steam_id": [ - 310, + 311, "bigint!" ], "season_id": [ - 6365, + 6503, "uuid!" ] } ], "player_season_stats_stream": [ - 4255, + 4298, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4302, + 4345, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 4274 + 4317 ] } ], "player_stats": [ - 4314, + 4357, { "distinct_on": [ - 4329, + 4372, "[player_stats_select_column!]" ], "limit": [ @@ -207304,19 +211483,19 @@ export default { 41 ], "order_by": [ - 4327, + 4370, "[player_stats_order_by!]" ], "where": [ - 4318 + 4361 ] } ], "player_stats_aggregate": [ - 4315, + 4358, { "distinct_on": [ - 4329, + 4372, "[player_stats_select_column!]" ], "limit": [ @@ -207326,44 +211505,44 @@ export default { 41 ], "order_by": [ - 4327, + 4370, "[player_stats_order_by!]" ], "where": [ - 4318 + 4361 ] } ], "player_stats_by_pk": [ - 4314, + 4357, { "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "player_stats_stream": [ - 4314, + 4357, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4334, + 4377, "[player_stats_stream_cursor_input]!" ], "where": [ - 4318 + 4361 ] } ], "player_steam_bot_friend": [ - 4342, + 4385, { "distinct_on": [ - 4361, + 4404, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -207373,19 +211552,19 @@ export default { 41 ], "order_by": [ - 4358, + 4401, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4347 + 4390 ] } ], "player_steam_bot_friend_aggregate": [ - 4343, + 4386, { "distinct_on": [ - 4361, + 4404, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -207395,44 +211574,44 @@ export default { 41 ], "order_by": [ - 4358, + 4401, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4347 + 4390 ] } ], "player_steam_bot_friend_by_pk": [ - 4342, + 4385, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "player_steam_bot_friend_stream": [ - 4342, + 4385, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4366, + 4409, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 4347 + 4390 ] } ], "player_steam_match_auth": [ - 4374, + 4417, { "distinct_on": [ - 4388, + 4431, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -207442,19 +211621,19 @@ export default { 41 ], "order_by": [ - 4386, + 4429, "[player_steam_match_auth_order_by!]" ], "where": [ - 4378 + 4421 ] } ], "player_steam_match_auth_aggregate": [ - 4375, + 4418, { "distinct_on": [ - 4388, + 4431, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -207464,44 +211643,44 @@ export default { 41 ], "order_by": [ - 4386, + 4429, "[player_steam_match_auth_order_by!]" ], "where": [ - 4378 + 4421 ] } ], "player_steam_match_auth_by_pk": [ - 4374, + 4417, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "player_steam_match_auth_stream": [ - 4374, + 4417, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4393, + 4436, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 4378 + 4421 ] } ], "player_unused_utility": [ - 4401, + 4444, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -207511,19 +211690,19 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utility_aggregate": [ - 4402, + 4445, { "distinct_on": [ - 4422, + 4465, "[player_unused_utility_select_column!]" ], "limit": [ @@ -207533,48 +211712,48 @@ export default { 41 ], "order_by": [ - 4420, + 4463, "[player_unused_utility_order_by!]" ], "where": [ - 4410 + 4453 ] } ], "player_unused_utility_by_pk": [ - 4401, + 4444, { "match_map_id": [ - 6365, + 6503, "uuid!" ], "player_steam_id": [ - 310, + 311, "bigint!" ] } ], "player_unused_utility_stream": [ - 4401, + 4444, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4430, + 4473, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 4410 + 4453 ] } ], "player_utility": [ - 4442, + 4485, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -207584,19 +211763,19 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "player_utility_aggregate": [ - 4443, + 4486, { "distinct_on": [ - 4463, + 4506, "[player_utility_select_column!]" ], "limit": [ @@ -207606,52 +211785,52 @@ export default { 41 ], "order_by": [ - 4461, + 4504, "[player_utility_order_by!]" ], "where": [ - 4451 + 4494 ] } ], "player_utility_by_pk": [ - 4442, + 4485, { "attacker_steam_id": [ - 310, + 311, "bigint!" ], "match_map_id": [ - 6365, + 6503, "uuid!" ], "time": [ - 5153, + 5196, "timestamptz!" ] } ], "player_utility_stream": [ - 4442, + 4485, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4471, + 4514, "[player_utility_stream_cursor_input]!" ], "where": [ - 4451 + 4494 ] } ], "player_weapon_stats_v": [ - 4483, + 4526, { "distinct_on": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -207661,19 +211840,19 @@ export default { 41 ], "order_by": [ - 4498, + 4541, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4492 + 4535 ] } ], "player_weapon_stats_v_aggregate": [ - 4484, + 4527, { "distinct_on": [ - 4499, + 4542, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -207683,35 +211862,35 @@ export default { 41 ], "order_by": [ - 4498, + 4541, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4492 + 4535 ] } ], "player_weapon_stats_v_stream": [ - 4483, + 4526, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4506, + 4549, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 4492 + 4535 ] } ], "players": [ - 4516, + 4559, { "distinct_on": [ - 4531, + 4574, "[players_select_column!]" ], "limit": [ @@ -207721,19 +211900,19 @@ export default { 41 ], "order_by": [ - 4529, + 4572, "[players_order_by!]" ], "where": [ - 4520 + 4563 ] } ], "players_aggregate": [ - 4517, + 4560, { "distinct_on": [ - 4531, + 4574, "[players_select_column!]" ], "limit": [ @@ -207743,44 +211922,44 @@ export default { 41 ], "order_by": [ - 4529, + 4572, "[players_order_by!]" ], "where": [ - 4520 + 4563 ] } ], "players_by_pk": [ - 4516, + 4559, { "steam_id": [ - 310, + 311, "bigint!" ] } ], "players_stream": [ - 4516, + 4559, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4536, + 4579, "[players_stream_cursor_input]!" ], "where": [ - 4520 + 4563 ] } ], "plugin_versions": [ - 4544, + 4587, { "distinct_on": [ - 4558, + 4601, "[plugin_versions_select_column!]" ], "limit": [ @@ -207790,19 +211969,19 @@ export default { 41 ], "order_by": [ - 4556, + 4599, "[plugin_versions_order_by!]" ], "where": [ - 4548 + 4591 ] } ], "plugin_versions_aggregate": [ - 4545, + 4588, { "distinct_on": [ - 4558, + 4601, "[plugin_versions_select_column!]" ], "limit": [ @@ -207812,19 +211991,19 @@ export default { 41 ], "order_by": [ - 4556, + 4599, "[plugin_versions_order_by!]" ], "where": [ - 4548 + 4591 ] } ], "plugin_versions_by_pk": [ - 4544, + 4587, { "runtime": [ - 1304, + 1305, "e_plugin_runtimes_enum!" ], "version": [ @@ -207834,26 +212013,26 @@ export default { } ], "plugin_versions_stream": [ - 4544, + 4587, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4563, + 4606, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 4548 + 4591 ] } ], "push_subscriptions": [ - 4571, + 4614, { "distinct_on": [ - 4585, + 4628, "[push_subscriptions_select_column!]" ], "limit": [ @@ -207863,19 +212042,19 @@ export default { 41 ], "order_by": [ - 4583, + 4626, "[push_subscriptions_order_by!]" ], "where": [ - 4575 + 4618 ] } ], "push_subscriptions_aggregate": [ - 4572, + 4615, { "distinct_on": [ - 4585, + 4628, "[push_subscriptions_select_column!]" ], "limit": [ @@ -207885,44 +212064,44 @@ export default { 41 ], "order_by": [ - 4583, + 4626, "[push_subscriptions_order_by!]" ], "where": [ - 4575 + 4618 ] } ], "push_subscriptions_by_pk": [ - 4571, + 4614, { "id": [ - 6365, + 6503, "uuid!" ] } ], "push_subscriptions_stream": [ - 4571, + 4614, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4590, + 4633, "[push_subscriptions_stream_cursor_input]!" ], "where": [ - 4575 + 4618 ] } ], "role_permissions": [ - 4602, + 4645, { "distinct_on": [ - 4611, + 4654, "[role_permissions_select_column!]" ], "limit": [ @@ -207932,19 +212111,19 @@ export default { 41 ], "order_by": [ - 4610, + 4653, "[role_permissions_order_by!]" ], "where": [ - 4605 + 4648 ] } ], "role_permissions_aggregate": [ - 4603, + 4646, { "distinct_on": [ - 4611, + 4654, "[role_permissions_select_column!]" ], "limit": [ @@ -207954,35 +212133,35 @@ export default { 41 ], "order_by": [ - 4610, + 4653, "[role_permissions_order_by!]" ], "where": [ - 4605 + 4648 ] } ], "role_permissions_stream": [ - 4602, + 4645, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4613, + 4656, "[role_permissions_stream_cursor_input]!" ], "where": [ - 4605 + 4648 ] } ], "seasons": [ - 4616, + 4659, { "distinct_on": [ - 4631, + 4674, "[seasons_select_column!]" ], "limit": [ @@ -207992,19 +212171,19 @@ export default { 41 ], "order_by": [ - 4629, + 4672, "[seasons_order_by!]" ], "where": [ - 4620 + 4663 ] } ], "seasons_aggregate": [ - 4617, + 4660, { "distinct_on": [ - 4631, + 4674, "[seasons_select_column!]" ], "limit": [ @@ -208014,44 +212193,44 @@ export default { 41 ], "order_by": [ - 4629, + 4672, "[seasons_order_by!]" ], "where": [ - 4620 + 4663 ] } ], "seasons_by_pk": [ - 4616, + 4659, { "id": [ - 6365, + 6503, "uuid!" ] } ], "seasons_stream": [ - 4616, + 4659, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4636, + 4679, "[seasons_stream_cursor_input]!" ], "where": [ - 4620 + 4663 ] } ], "server_regions": [ - 4644, + 4687, { "distinct_on": [ - 4658, + 4701, "[server_regions_select_column!]" ], "limit": [ @@ -208061,19 +212240,19 @@ export default { 41 ], "order_by": [ - 4656, + 4699, "[server_regions_order_by!]" ], "where": [ - 4648 + 4691 ] } ], "server_regions_aggregate": [ - 4645, + 4688, { "distinct_on": [ - 4658, + 4701, "[server_regions_select_column!]" ], "limit": [ @@ -208083,16 +212262,16 @@ export default { 41 ], "order_by": [ - 4656, + 4699, "[server_regions_order_by!]" ], "where": [ - 4648 + 4691 ] } ], "server_regions_by_pk": [ - 4644, + 4687, { "value": [ 85, @@ -208101,26 +212280,26 @@ export default { } ], "server_regions_stream": [ - 4644, + 4687, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4663, + 4706, "[server_regions_stream_cursor_input]!" ], "where": [ - 4648 + 4691 ] } ], "servers": [ - 4671, + 4714, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -208130,19 +212309,19 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "servers_aggregate": [ - 4672, + 4715, { "distinct_on": [ - 4700, + 4743, "[servers_select_column!]" ], "limit": [ @@ -208152,44 +212331,44 @@ export default { 41 ], "order_by": [ - 4697, + 4740, "[servers_order_by!]" ], "where": [ - 4683 + 4726 ] } ], "servers_by_pk": [ - 4671, + 4714, { "id": [ - 6365, + 6503, "uuid!" ] } ], "servers_stream": [ - 4671, + 4714, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4710, + 4753, "[servers_stream_cursor_input]!" ], "where": [ - 4683 + 4726 ] } ], "settings": [ - 4722, + 4765, { "distinct_on": [ - 4734, + 4777, "[settings_select_column!]" ], "limit": [ @@ -208199,19 +212378,19 @@ export default { 41 ], "order_by": [ - 4732, + 4775, "[settings_order_by!]" ], "where": [ - 4725 + 4768 ] } ], "settings_aggregate": [ - 4723, + 4766, { "distinct_on": [ - 4734, + 4777, "[settings_select_column!]" ], "limit": [ @@ -208221,16 +212400,16 @@ export default { 41 ], "order_by": [ - 4732, + 4775, "[settings_order_by!]" ], "where": [ - 4725 + 4768 ] } ], "settings_by_pk": [ - 4722, + 4765, { "name": [ 85, @@ -208239,26 +212418,26 @@ export default { } ], "settings_stream": [ - 4722, + 4765, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4736, + 4779, "[settings_stream_cursor_input]!" ], "where": [ - 4725 + 4768 ] } ], "steam_account_claims": [ - 4742, + 4785, { "distinct_on": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "limit": [ @@ -208268,19 +212447,19 @@ export default { 41 ], "order_by": [ - 4758, + 4801, "[steam_account_claims_order_by!]" ], "where": [ - 4749 + 4792 ] } ], "steam_account_claims_aggregate": [ - 4743, + 4786, { "distinct_on": [ - 4760, + 4803, "[steam_account_claims_select_column!]" ], "limit": [ @@ -208290,44 +212469,44 @@ export default { 41 ], "order_by": [ - 4758, + 4801, "[steam_account_claims_order_by!]" ], "where": [ - 4749 + 4792 ] } ], "steam_account_claims_by_pk": [ - 4742, + 4785, { "id": [ - 6365, + 6503, "uuid!" ] } ], "steam_account_claims_stream": [ - 4742, + 4785, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4762, + 4805, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 4749 + 4792 ] } ], "steam_accounts": [ - 4766, + 4809, { "distinct_on": [ - 4781, + 4824, "[steam_accounts_select_column!]" ], "limit": [ @@ -208337,19 +212516,19 @@ export default { 41 ], "order_by": [ - 4779, + 4822, "[steam_accounts_order_by!]" ], "where": [ - 4770 + 4813 ] } ], "steam_accounts_aggregate": [ - 4767, + 4810, { "distinct_on": [ - 4781, + 4824, "[steam_accounts_select_column!]" ], "limit": [ @@ -208359,44 +212538,44 @@ export default { 41 ], "order_by": [ - 4779, + 4822, "[steam_accounts_order_by!]" ], "where": [ - 4770 + 4813 ] } ], "steam_accounts_by_pk": [ - 4766, + 4809, { "id": [ - 6365, + 6503, "uuid!" ] } ], "steam_accounts_stream": [ - 4766, + 4809, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4786, + 4829, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 4770 + 4813 ] } ], "system_alerts": [ - 4794, + 4837, { "distinct_on": [ - 4808, + 4851, "[system_alerts_select_column!]" ], "limit": [ @@ -208406,19 +212585,19 @@ export default { 41 ], "order_by": [ - 4806, + 4849, "[system_alerts_order_by!]" ], "where": [ - 4798 + 4841 ] } ], "system_alerts_aggregate": [ - 4795, + 4838, { "distinct_on": [ - 4808, + 4851, "[system_alerts_select_column!]" ], "limit": [ @@ -208428,44 +212607,44 @@ export default { 41 ], "order_by": [ - 4806, + 4849, "[system_alerts_order_by!]" ], "where": [ - 4798 + 4841 ] } ], "system_alerts_by_pk": [ - 4794, + 4837, { "id": [ - 6365, + 6503, "uuid!" ] } ], "system_alerts_stream": [ - 4794, + 4837, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4813, + 4856, "[system_alerts_stream_cursor_input]!" ], "where": [ - 4798 + 4841 ] } ], "team_invites": [ - 4821, + 4864, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -208475,19 +212654,19 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "team_invites_aggregate": [ - 4822, + 4865, { "distinct_on": [ - 4842, + 4885, "[team_invites_select_column!]" ], "limit": [ @@ -208497,44 +212676,44 @@ export default { 41 ], "order_by": [ - 4840, + 4883, "[team_invites_order_by!]" ], "where": [ - 4830 + 4873 ] } ], "team_invites_by_pk": [ - 4821, + 4864, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_invites_stream": [ - 4821, + 4864, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4850, + 4893, "[team_invites_stream_cursor_input]!" ], "where": [ - 4830 + 4873 ] } ], "team_roster": [ - 4862, + 4905, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -208544,19 +212723,19 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "team_roster_aggregate": [ - 4863, + 4906, { "distinct_on": [ - 4885, + 4928, "[team_roster_select_column!]" ], "limit": [ @@ -208566,48 +212745,48 @@ export default { 41 ], "order_by": [ - 4883, + 4926, "[team_roster_order_by!]" ], "where": [ - 4873 + 4916 ] } ], "team_roster_by_pk": [ - 4862, + 4905, { "player_steam_id": [ - 310, + 311, "bigint!" ], "team_id": [ - 6365, + 6503, "uuid!" ] } ], "team_roster_stream": [ - 4862, + 4905, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4895, + 4938, "[team_roster_stream_cursor_input]!" ], "where": [ - 4873 + 4916 ] } ], "team_scrim_alerts": [ - 4907, + 4950, { "distinct_on": [ - 4921, + 4964, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -208617,19 +212796,19 @@ export default { 41 ], "order_by": [ - 4919, + 4962, "[team_scrim_alerts_order_by!]" ], "where": [ - 4911 + 4954 ] } ], "team_scrim_alerts_aggregate": [ - 4908, + 4951, { "distinct_on": [ - 4921, + 4964, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -208639,44 +212818,44 @@ export default { 41 ], "order_by": [ - 4919, + 4962, "[team_scrim_alerts_order_by!]" ], "where": [ - 4911 + 4954 ] } ], "team_scrim_alerts_by_pk": [ - 4907, + 4950, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 4907, + 4950, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4926, + 4969, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 4911 + 4954 ] } ], "team_scrim_availability": [ - 4934, + 4977, { "distinct_on": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -208686,19 +212865,19 @@ export default { 41 ], "order_by": [ - 4952, + 4995, "[team_scrim_availability_order_by!]" ], "where": [ - 4943 + 4986 ] } ], "team_scrim_availability_aggregate": [ - 4935, + 4978, { "distinct_on": [ - 4954, + 4997, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -208708,44 +212887,44 @@ export default { 41 ], "order_by": [ - 4952, + 4995, "[team_scrim_availability_order_by!]" ], "where": [ - 4943 + 4986 ] } ], "team_scrim_availability_by_pk": [ - 4934, + 4977, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_availability_stream": [ - 4934, + 4977, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4958, + 5001, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 4943 + 4986 ] } ], "team_scrim_request_proposals": [ - 4962, + 5005, { "distinct_on": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -208755,19 +212934,19 @@ export default { 41 ], "order_by": [ - 4981, + 5024, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4971 + 5014 ] } ], "team_scrim_request_proposals_aggregate": [ - 4963, + 5006, { "distinct_on": [ - 4983, + 5026, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -208777,44 +212956,44 @@ export default { 41 ], "order_by": [ - 4981, + 5024, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 4971 + 5014 ] } ], "team_scrim_request_proposals_by_pk": [ - 4962, + 5005, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 4962, + 5005, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4991, + 5034, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 4971 + 5014 ] } ], "team_scrim_requests": [ - 5003, + 5046, { "distinct_on": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -208824,19 +213003,19 @@ export default { 41 ], "order_by": [ - 5025, + 5068, "[team_scrim_requests_order_by!]" ], "where": [ - 5014 + 5057 ] } ], "team_scrim_requests_aggregate": [ - 5004, + 5047, { "distinct_on": [ - 5027, + 5070, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -208846,44 +213025,44 @@ export default { 41 ], "order_by": [ - 5025, + 5068, "[team_scrim_requests_order_by!]" ], "where": [ - 5014 + 5057 ] } ], "team_scrim_requests_by_pk": [ - 5003, + 5046, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_requests_stream": [ - 5003, + 5046, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5037, + 5080, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 5014 + 5057 ] } ], "team_scrim_settings": [ - 5049, + 5092, { "distinct_on": [ - 5064, + 5107, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -208893,19 +213072,19 @@ export default { 41 ], "order_by": [ - 5062, + 5105, "[team_scrim_settings_order_by!]" ], "where": [ - 5053 + 5096 ] } ], "team_scrim_settings_aggregate": [ - 5050, + 5093, { "distinct_on": [ - 5064, + 5107, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -208915,44 +213094,44 @@ export default { 41 ], "order_by": [ - 5062, + 5105, "[team_scrim_settings_order_by!]" ], "where": [ - 5053 + 5096 ] } ], "team_scrim_settings_by_pk": [ - 5049, + 5092, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_scrim_settings_stream": [ - 5049, + 5092, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5069, + 5112, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 5053 + 5096 ] } ], "team_suggestions": [ - 5077, + 5120, { "distinct_on": [ - 5091, + 5134, "[team_suggestions_select_column!]" ], "limit": [ @@ -208962,19 +213141,19 @@ export default { 41 ], "order_by": [ - 5089, + 5132, "[team_suggestions_order_by!]" ], "where": [ - 5081 + 5124 ] } ], "team_suggestions_aggregate": [ - 5078, + 5121, { "distinct_on": [ - 5091, + 5134, "[team_suggestions_select_column!]" ], "limit": [ @@ -208984,44 +213163,44 @@ export default { 41 ], "order_by": [ - 5089, + 5132, "[team_suggestions_order_by!]" ], "where": [ - 5081 + 5124 ] } ], "team_suggestions_by_pk": [ - 5077, + 5120, { "id": [ - 6365, + 6503, "uuid!" ] } ], "team_suggestions_stream": [ - 5077, + 5120, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5096, + 5139, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 5081 + 5124 ] } ], "teams": [ - 5104, + 5147, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -209031,19 +213210,19 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "teams_aggregate": [ - 5105, + 5148, { "distinct_on": [ - 5128, + 5171, "[teams_select_column!]" ], "limit": [ @@ -209053,44 +213232,44 @@ export default { 41 ], "order_by": [ - 5126, + 5169, "[teams_order_by!]" ], "where": [ - 5115 + 5158 ] } ], "teams_by_pk": [ - 5104, + 5147, { "id": [ - 6365, + 6503, "uuid!" ] } ], "teams_stream": [ - 5104, + 5147, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5138, + 5181, "[teams_stream_cursor_input]!" ], "where": [ - 5115 + 5158 ] } ], "tournament_awards": [ - 5155, + 5198, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -209100,19 +213279,19 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "tournament_awards_aggregate": [ - 5156, + 5199, { "distinct_on": [ - 5177, + 5220, "[tournament_awards_select_column!]" ], "limit": [ @@ -209122,44 +213301,44 @@ export default { 41 ], "order_by": [ - 5175, + 5218, "[tournament_awards_order_by!]" ], "where": [ - 5164 + 5207 ] } ], "tournament_awards_by_pk": [ - 5155, + 5198, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_awards_stream": [ - 5155, + 5198, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5185, + 5228, "[tournament_awards_stream_cursor_input]!" ], "where": [ - 5164 + 5207 ] } ], "tournament_brackets": [ - 5197, + 5240, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -209169,19 +213348,19 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], "tournament_brackets_aggregate": [ - 5198, + 5241, { "distinct_on": [ - 5221, + 5264, "[tournament_brackets_select_column!]" ], "limit": [ @@ -209191,44 +213370,44 @@ export default { 41 ], "order_by": [ - 5219, + 5262, "[tournament_brackets_order_by!]" ], "where": [ - 5208 + 5251 ] } ], "tournament_brackets_by_pk": [ - 5197, + 5240, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_brackets_stream": [ - 5197, + 5240, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5231, + 5274, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 5208 + 5251 ] } ], "tournament_categories": [ - 5243, + 5286, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -209238,19 +213417,19 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], "tournament_categories_aggregate": [ - 5244, + 5287, { "distinct_on": [ - 5261, + 5304, "[tournament_categories_select_column!]" ], "limit": [ @@ -209260,48 +213439,177 @@ export default { 41 ], "order_by": [ - 5259, + 5302, "[tournament_categories_order_by!]" ], "where": [ - 5250 + 5293 ] } ], "tournament_categories_by_pk": [ - 5243, + 5286, { "category": [ - 1506, + 1507, "e_tournament_categories_enum!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_categories_stream": [ - 5243, + 5286, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5263, + 5306, "[tournament_categories_stream_cursor_input]!" ], "where": [ - 5250 + 5293 + ] + } + ], + "tournament_free_agents": [ + 5310, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "tournament_free_agents_aggregate": [ + 5311, + { + "distinct_on": [ + 5331, + "[tournament_free_agents_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5329, + "[tournament_free_agents_order_by!]" + ], + "where": [ + 5319 + ] + } + ], + "tournament_free_agents_by_pk": [ + 5310, + { + "id": [ + 6503, + "uuid!" + ] + } + ], + "tournament_free_agents_stream": [ + 5310, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5339, + "[tournament_free_agents_stream_cursor_input]!" + ], + "where": [ + 5319 + ] + } + ], + "tournament_leaderboard_entries": [ + 5351, + { + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 + ] + } + ], + "tournament_leaderboard_entries_aggregate": [ + 5352, + { + "distinct_on": [ + 5362, + "[tournament_leaderboard_entries_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5361, + "[tournament_leaderboard_entries_order_by!]" + ], + "where": [ + 5355 + ] + } + ], + "tournament_leaderboard_entries_stream": [ + 5351, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5367, + "[tournament_leaderboard_entries_stream_cursor_input]!" + ], + "where": [ + 5355 ] } ], "tournament_organizer_teams": [ - 5267, + 5374, { "distinct_on": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -209311,19 +213619,19 @@ export default { 41 ], "order_by": [ - 5283, + 5390, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5274 + 5381 ] } ], "tournament_organizer_teams_aggregate": [ - 5268, + 5375, { "distinct_on": [ - 5285, + 5392, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -209333,48 +213641,48 @@ export default { 41 ], "order_by": [ - 5283, + 5390, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5274 + 5381 ] } ], "tournament_organizer_teams_by_pk": [ - 5267, + 5374, { "team_id": [ - 6365, + 6503, "uuid!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_organizer_teams_stream": [ - 5267, + 5374, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5287, + 5394, "[tournament_organizer_teams_stream_cursor_input]!" ], "where": [ - 5274 + 5381 ] } ], "tournament_organizers": [ - 5291, + 5398, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -209384,19 +213692,19 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "tournament_organizers_aggregate": [ - 5292, + 5399, { "distinct_on": [ - 5312, + 5419, "[tournament_organizers_select_column!]" ], "limit": [ @@ -209406,48 +213714,48 @@ export default { 41 ], "order_by": [ - 5310, + 5417, "[tournament_organizers_order_by!]" ], "where": [ - 5300 + 5407 ] } ], "tournament_organizers_by_pk": [ - 5291, + 5398, { "steam_id": [ - 310, + 311, "bigint!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_organizers_stream": [ - 5291, + 5398, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5320, + 5427, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 5300 + 5407 ] } ], "tournament_prizes": [ - 5332, + 5439, { "distinct_on": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "limit": [ @@ -209457,19 +213765,19 @@ export default { 41 ], "order_by": [ - 5351, + 5458, "[tournament_prizes_order_by!]" ], "where": [ - 5341 + 5448 ] } ], "tournament_prizes_aggregate": [ - 5333, + 5440, { "distinct_on": [ - 5353, + 5460, "[tournament_prizes_select_column!]" ], "limit": [ @@ -209479,44 +213787,117 @@ export default { 41 ], "order_by": [ - 5351, + 5458, "[tournament_prizes_order_by!]" ], "where": [ - 5341 + 5448 ] } ], "tournament_prizes_by_pk": [ - 5332, + 5439, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_prizes_stream": [ - 5332, + 5439, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5361, + 5468, "[tournament_prizes_stream_cursor_input]!" ], "where": [ - 5341 + 5448 + ] + } + ], + "tournament_registration_unlocks": [ + 5480, + { + "distinct_on": [ + 5494, + "[tournament_registration_unlocks_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5492, + "[tournament_registration_unlocks_order_by!]" + ], + "where": [ + 5484 + ] + } + ], + "tournament_registration_unlocks_aggregate": [ + 5481, + { + "distinct_on": [ + 5494, + "[tournament_registration_unlocks_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5492, + "[tournament_registration_unlocks_order_by!]" + ], + "where": [ + 5484 + ] + } + ], + "tournament_registration_unlocks_by_pk": [ + 5480, + { + "player_steam_id": [ + 311, + "bigint!" + ], + "tournament_id": [ + 6503, + "uuid!" + ] + } + ], + "tournament_registration_unlocks_stream": [ + 5480, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5499, + "[tournament_registration_unlocks_stream_cursor_input]!" + ], + "where": [ + 5484 ] } ], "tournament_stage_windows": [ - 5373, + 5507, { "distinct_on": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -209526,19 +213907,19 @@ export default { 41 ], "order_by": [ - 5392, + 5526, "[tournament_stage_windows_order_by!]" ], "where": [ - 5382 + 5516 ] } ], "tournament_stage_windows_aggregate": [ - 5374, + 5508, { "distinct_on": [ - 5394, + 5528, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -209548,44 +213929,44 @@ export default { 41 ], "order_by": [ - 5392, + 5526, "[tournament_stage_windows_order_by!]" ], "where": [ - 5382 + 5516 ] } ], "tournament_stage_windows_by_pk": [ - 5373, + 5507, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_stage_windows_stream": [ - 5373, + 5507, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5402, + 5536, "[tournament_stage_windows_stream_cursor_input]!" ], "where": [ - 5382 + 5516 ] } ], "tournament_stages": [ - 5414, + 5548, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -209595,19 +213976,19 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "tournament_stages_aggregate": [ - 5415, + 5549, { "distinct_on": [ - 5443, + 5577, "[tournament_stages_select_column!]" ], "limit": [ @@ -209617,44 +213998,44 @@ export default { 41 ], "order_by": [ - 5440, + 5574, "[tournament_stages_order_by!]" ], "where": [ - 5426 + 5560 ] } ], "tournament_stages_by_pk": [ - 5414, + 5548, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_stages_stream": [ - 5414, + 5548, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5453, + 5587, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 5426 + 5560 ] } ], "tournament_team_invites": [ - 5465, + 5599, { "distinct_on": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -209664,19 +214045,19 @@ export default { 41 ], "order_by": [ - 5484, + 5618, "[tournament_team_invites_order_by!]" ], "where": [ - 5474 + 5608 ] } ], "tournament_team_invites_aggregate": [ - 5466, + 5600, { "distinct_on": [ - 5486, + 5620, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -209686,44 +214067,44 @@ export default { 41 ], "order_by": [ - 5484, + 5618, "[tournament_team_invites_order_by!]" ], "where": [ - 5474 + 5608 ] } ], "tournament_team_invites_by_pk": [ - 5465, + 5599, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_team_invites_stream": [ - 5465, + 5599, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5494, + 5628, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 5474 + 5608 ] } ], "tournament_team_roster": [ - 5506, + 5640, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -209733,19 +214114,19 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournament_team_roster_aggregate": [ - 5507, + 5641, { "distinct_on": [ - 5527, + 5661, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -209755,48 +214136,48 @@ export default { 41 ], "order_by": [ - 5525, + 5659, "[tournament_team_roster_order_by!]" ], "where": [ - 5515 + 5649 ] } ], "tournament_team_roster_by_pk": [ - 5506, + 5640, { "player_steam_id": [ - 310, + 311, "bigint!" ], "tournament_id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_team_roster_stream": [ - 5506, + 5640, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5535, + 5669, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 5515 + 5649 ] } ], "tournament_teams": [ - 5547, + 5681, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -209806,19 +214187,19 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], "tournament_teams_aggregate": [ - 5548, + 5682, { "distinct_on": [ - 5569, + 5705, "[tournament_teams_select_column!]" ], "limit": [ @@ -209828,44 +214209,44 @@ export default { 41 ], "order_by": [ - 5567, + 5703, "[tournament_teams_order_by!]" ], "where": [ - 5556 + 5692 ] } ], "tournament_teams_by_pk": [ - 5547, + 5681, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournament_teams_stream": [ - 5547, + 5681, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5577, + 5715, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 5556 + 5692 ] } ], "tournaments": [ - 5589, + 5727, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -209875,19 +214256,19 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "tournaments_aggregate": [ - 5590, + 5728, { "distinct_on": [ - 5623, + 5761, "[tournaments_select_column!]" ], "limit": [ @@ -209897,44 +214278,44 @@ export default { 41 ], "order_by": [ - 5621, + 5759, "[tournaments_order_by!]" ], "where": [ - 5610 + 5748 ] } ], "tournaments_by_pk": [ - 5589, + 5727, { "id": [ - 6365, + 6503, "uuid!" ] } ], "tournaments_stream": [ - 5589, + 5727, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5641, + 5779, "[tournaments_stream_cursor_input]!" ], "where": [ - 5610 + 5748 ] } ], "utility_collection_items": [ - 5653, + 5791, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -209944,19 +214325,19 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], "utility_collection_items_aggregate": [ - 5654, + 5792, { "distinct_on": [ - 5674, + 5812, "[utility_collection_items_select_column!]" ], "limit": [ @@ -209966,48 +214347,48 @@ export default { 41 ], "order_by": [ - 5672, + 5810, "[utility_collection_items_order_by!]" ], "where": [ - 5662 + 5800 ] } ], "utility_collection_items_by_pk": [ - 5653, + 5791, { "collection_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_collection_items_stream": [ - 5653, + 5791, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5682, + 5820, "[utility_collection_items_stream_cursor_input]!" ], "where": [ - 5662 + 5800 ] } ], "utility_collections": [ - 5694, + 5832, { "distinct_on": [ - 5709, + 5847, "[utility_collections_select_column!]" ], "limit": [ @@ -210017,19 +214398,19 @@ export default { 41 ], "order_by": [ - 5707, + 5845, "[utility_collections_order_by!]" ], "where": [ - 5698 + 5836 ] } ], "utility_collections_aggregate": [ - 5695, + 5833, { "distinct_on": [ - 5709, + 5847, "[utility_collections_select_column!]" ], "limit": [ @@ -210039,44 +214420,44 @@ export default { 41 ], "order_by": [ - 5707, + 5845, "[utility_collections_order_by!]" ], "where": [ - 5698 + 5836 ] } ], "utility_collections_by_pk": [ - 5694, + 5832, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_collections_stream": [ - 5694, + 5832, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5714, + 5852, "[utility_collections_stream_cursor_input]!" ], "where": [ - 5698 + 5836 ] } ], "utility_demo_mines": [ - 5722, + 5860, { "distinct_on": [ - 5736, + 5874, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -210086,19 +214467,19 @@ export default { 41 ], "order_by": [ - 5734, + 5872, "[utility_demo_mines_order_by!]" ], "where": [ - 5726 + 5864 ] } ], "utility_demo_mines_aggregate": [ - 5723, + 5861, { "distinct_on": [ - 5736, + 5874, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -210108,44 +214489,44 @@ export default { 41 ], "order_by": [ - 5734, + 5872, "[utility_demo_mines_order_by!]" ], "where": [ - 5726 + 5864 ] } ], "utility_demo_mines_by_pk": [ - 5722, + 5860, { "match_map_demo_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_demo_mines_stream": [ - 5722, + 5860, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5741, + 5879, "[utility_demo_mines_stream_cursor_input]!" ], "where": [ - 5726 + 5864 ] } ], "utility_demo_throws": [ - 5749, + 5887, { "distinct_on": [ - 5763, + 5901, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -210155,19 +214536,19 @@ export default { 41 ], "order_by": [ - 5761, + 5899, "[utility_demo_throws_order_by!]" ], "where": [ - 5753 + 5891 ] } ], "utility_demo_throws_aggregate": [ - 5750, + 5888, { "distinct_on": [ - 5763, + 5901, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -210177,48 +214558,48 @@ export default { 41 ], "order_by": [ - 5761, + 5899, "[utility_demo_throws_order_by!]" ], "where": [ - 5753 + 5891 ] } ], "utility_demo_throws_by_pk": [ - 5749, + 5887, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_demo_throws_stream": [ - 5749, + 5887, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5768, + 5906, "[utility_demo_throws_stream_cursor_input]!" ], "where": [ - 5753 + 5891 ] } ], "utility_drift_results": [ - 5776, + 5914, { "distinct_on": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "limit": [ @@ -210228,19 +214609,19 @@ export default { 41 ], "order_by": [ - 5805, + 5943, "[utility_drift_results_order_by!]" ], "where": [ - 5795 + 5933 ] } ], "utility_drift_results_aggregate": [ - 5777, + 5915, { "distinct_on": [ - 5807, + 5945, "[utility_drift_results_select_column!]" ], "limit": [ @@ -210250,48 +214631,48 @@ export default { 41 ], "order_by": [ - 5805, + 5943, "[utility_drift_results_order_by!]" ], "where": [ - 5795 + 5933 ] } ], "utility_drift_results_by_pk": [ - 5776, + 5914, { "utility_drift_scan_id": [ - 6365, + 6503, "uuid!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_drift_results_stream": [ - 5776, + 5914, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5823, + 5961, "[utility_drift_results_stream_cursor_input]!" ], "where": [ - 5795 + 5933 ] } ], "utility_drift_scans": [ - 5835, + 5973, { "distinct_on": [ - 5850, + 5988, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -210301,19 +214682,19 @@ export default { 41 ], "order_by": [ - 5848, + 5986, "[utility_drift_scans_order_by!]" ], "where": [ - 5839 + 5977 ] } ], "utility_drift_scans_aggregate": [ - 5836, + 5974, { "distinct_on": [ - 5850, + 5988, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -210323,44 +214704,44 @@ export default { 41 ], "order_by": [ - 5848, + 5986, "[utility_drift_scans_order_by!]" ], "where": [ - 5839 + 5977 ] } ], "utility_drift_scans_by_pk": [ - 5835, + 5973, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_drift_scans_stream": [ - 5835, + 5973, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5855, + 5993, "[utility_drift_scans_stream_cursor_input]!" ], "where": [ - 5839 + 5977 ] } ], "utility_lineup_favorites": [ - 5863, + 6001, { "distinct_on": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -210370,19 +214751,19 @@ export default { 41 ], "order_by": [ - 5882, + 6020, "[utility_lineup_favorites_order_by!]" ], "where": [ - 5872 + 6010 ] } ], "utility_lineup_favorites_aggregate": [ - 5864, + 6002, { "distinct_on": [ - 5884, + 6022, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -210392,48 +214773,48 @@ export default { 41 ], "order_by": [ - 5882, + 6020, "[utility_lineup_favorites_order_by!]" ], "where": [ - 5872 + 6010 ] } ], "utility_lineup_favorites_by_pk": [ - 5863, + 6001, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_favorites_stream": [ - 5863, + 6001, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5892, + 6030, "[utility_lineup_favorites_stream_cursor_input]!" ], "where": [ - 5872 + 6010 ] } ], "utility_lineup_progress": [ - 5904, + 6042, { "distinct_on": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -210443,19 +214824,19 @@ export default { 41 ], "order_by": [ - 5933, + 6071, "[utility_lineup_progress_order_by!]" ], "where": [ - 5923 + 6061 ] } ], "utility_lineup_progress_aggregate": [ - 5905, + 6043, { "distinct_on": [ - 5935, + 6073, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -210465,48 +214846,48 @@ export default { 41 ], "order_by": [ - 5933, + 6071, "[utility_lineup_progress_order_by!]" ], "where": [ - 5923 + 6061 ] } ], "utility_lineup_progress_by_pk": [ - 5904, + 6042, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_progress_stream": [ - 5904, + 6042, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5951, + 6089, "[utility_lineup_progress_stream_cursor_input]!" ], "where": [ - 5923 + 6061 ] } ], "utility_lineup_renders": [ - 5963, + 6101, { "distinct_on": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -210516,19 +214897,19 @@ export default { 41 ], "order_by": [ - 5988, + 6126, "[utility_lineup_renders_order_by!]" ], "where": [ - 5975 + 6113 ] } ], "utility_lineup_renders_aggregate": [ - 5964, + 6102, { "distinct_on": [ - 5991, + 6129, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -210538,44 +214919,44 @@ export default { 41 ], "order_by": [ - 5988, + 6126, "[utility_lineup_renders_order_by!]" ], "where": [ - 5975 + 6113 ] } ], "utility_lineup_renders_by_pk": [ - 5963, + 6101, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_renders_stream": [ - 5963, + 6101, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6001, + 6139, "[utility_lineup_renders_stream_cursor_input]!" ], "where": [ - 5975 + 6113 ] } ], "utility_lineup_repairs": [ - 6013, + 6151, { "distinct_on": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -210585,19 +214966,19 @@ export default { 41 ], "order_by": [ - 6042, + 6180, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6032 + 6170 ] } ], "utility_lineup_repairs_aggregate": [ - 6014, + 6152, { "distinct_on": [ - 6044, + 6182, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -210607,44 +214988,44 @@ export default { 41 ], "order_by": [ - 6042, + 6180, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6032 + 6170 ] } ], "utility_lineup_repairs_by_pk": [ - 6013, + 6151, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_repairs_stream": [ - 6013, + 6151, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6060, + 6198, "[utility_lineup_repairs_stream_cursor_input]!" ], "where": [ - 6032 + 6170 ] } ], "utility_lineup_votes": [ - 6072, + 6210, { "distinct_on": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -210654,19 +215035,19 @@ export default { 41 ], "order_by": [ - 6091, + 6229, "[utility_lineup_votes_order_by!]" ], "where": [ - 6081 + 6219 ] } ], "utility_lineup_votes_aggregate": [ - 6073, + 6211, { "distinct_on": [ - 6093, + 6231, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -210676,48 +215057,48 @@ export default { 41 ], "order_by": [ - 6091, + 6229, "[utility_lineup_votes_order_by!]" ], "where": [ - 6081 + 6219 ] } ], "utility_lineup_votes_by_pk": [ - 6072, + 6210, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_lineup_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineup_votes_stream": [ - 6072, + 6210, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6101, + 6239, "[utility_lineup_votes_stream_cursor_input]!" ], "where": [ - 6081 + 6219 ] } ], "utility_lineups": [ - 6113, + 6251, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -210727,19 +215108,19 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_aggregate": [ - 6114, + 6252, { "distinct_on": [ - 6152, + 6290, "[utility_lineups_select_column!]" ], "limit": [ @@ -210749,44 +215130,44 @@ export default { 41 ], "order_by": [ - 6149, + 6287, "[utility_lineups_order_by!]" ], "where": [ - 6135 + 6273 ] } ], "utility_lineups_by_pk": [ - 6113, + 6251, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_lineups_stream": [ - 6113, + 6251, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6170, + 6308, "[utility_lineups_stream_cursor_input]!" ], "where": [ - 6135 + 6273 ] } ], "utility_meta_lineups": [ - 6182, + 6320, { "distinct_on": [ - 6196, + 6334, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -210796,19 +215177,19 @@ export default { 41 ], "order_by": [ - 6194, + 6332, "[utility_meta_lineups_order_by!]" ], "where": [ - 6186 + 6324 ] } ], "utility_meta_lineups_aggregate": [ - 6183, + 6321, { "distinct_on": [ - 6196, + 6334, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -210818,16 +215199,16 @@ export default { 41 ], "order_by": [ - 6194, + 6332, "[utility_meta_lineups_order_by!]" ], "where": [ - 6186 + 6324 ] } ], "utility_meta_lineups_by_pk": [ - 6182, + 6320, { "lineup_bucket": [ 85, @@ -210836,26 +215217,26 @@ export default { } ], "utility_meta_lineups_stream": [ - 6182, + 6320, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6201, + 6339, "[utility_meta_lineups_stream_cursor_input]!" ], "where": [ - 6186 + 6324 ] } ], "utility_playbook_steps": [ - 6209, + 6347, { "distinct_on": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -210865,19 +215246,19 @@ export default { 41 ], "order_by": [ - 6228, + 6366, "[utility_playbook_steps_order_by!]" ], "where": [ - 6218 + 6356 ] } ], "utility_playbook_steps_aggregate": [ - 6210, + 6348, { "distinct_on": [ - 6230, + 6368, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -210887,44 +215268,44 @@ export default { 41 ], "order_by": [ - 6228, + 6366, "[utility_playbook_steps_order_by!]" ], "where": [ - 6218 + 6356 ] } ], "utility_playbook_steps_by_pk": [ - 6209, + 6347, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_playbook_steps_stream": [ - 6209, + 6347, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6238, + 6376, "[utility_playbook_steps_stream_cursor_input]!" ], "where": [ - 6218 + 6356 ] } ], "utility_playbooks": [ - 6250, + 6388, { "distinct_on": [ - 6265, + 6403, "[utility_playbooks_select_column!]" ], "limit": [ @@ -210934,19 +215315,19 @@ export default { 41 ], "order_by": [ - 6263, + 6401, "[utility_playbooks_order_by!]" ], "where": [ - 6254 + 6392 ] } ], "utility_playbooks_aggregate": [ - 6251, + 6389, { "distinct_on": [ - 6265, + 6403, "[utility_playbooks_select_column!]" ], "limit": [ @@ -210956,44 +215337,44 @@ export default { 41 ], "order_by": [ - 6263, + 6401, "[utility_playbooks_order_by!]" ], "where": [ - 6254 + 6392 ] } ], "utility_playbooks_by_pk": [ - 6250, + 6388, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_playbooks_stream": [ - 6250, + 6388, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6270, + 6408, "[utility_playbooks_stream_cursor_input]!" ], "where": [ - 6254 + 6392 ] } ], "utility_practice_invites": [ - 6278, + 6416, { "distinct_on": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -211003,19 +215384,19 @@ export default { 41 ], "order_by": [ - 6297, + 6435, "[utility_practice_invites_order_by!]" ], "where": [ - 6287 + 6425 ] } ], "utility_practice_invites_aggregate": [ - 6279, + 6417, { "distinct_on": [ - 6299, + 6437, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -211025,48 +215406,48 @@ export default { 41 ], "order_by": [ - 6297, + 6435, "[utility_practice_invites_order_by!]" ], "where": [ - 6287 + 6425 ] } ], "utility_practice_invites_by_pk": [ - 6278, + 6416, { "steam_id": [ - 310, + 311, "bigint!" ], "utility_practice_session_id": [ - 6365, + 6503, "uuid!" ] } ], "utility_practice_invites_stream": [ - 6278, + 6416, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6307, + 6445, "[utility_practice_invites_stream_cursor_input]!" ], "where": [ - 6287 + 6425 ] } ], "utility_practice_sessions": [ - 6319, + 6457, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -211076,19 +215457,19 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], "utility_practice_sessions_aggregate": [ - 6320, + 6458, { "distinct_on": [ - 6343, + 6481, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -211098,44 +215479,44 @@ export default { 41 ], "order_by": [ - 6341, + 6479, "[utility_practice_sessions_order_by!]" ], "where": [ - 6330 + 6468 ] } ], "utility_practice_sessions_by_pk": [ - 6319, + 6457, { "id": [ - 6365, + 6503, "uuid!" ] } ], "utility_practice_sessions_stream": [ - 6319, + 6457, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6353, + 6491, "[utility_practice_sessions_stream_cursor_input]!" ], "where": [ - 6330 + 6468 ] } ], "v_event_player_stats": [ - 6368, + 6506, { "distinct_on": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -211145,19 +215526,19 @@ export default { 41 ], "order_by": [ - 6393, + 6531, "[v_event_player_stats_order_by!]" ], "where": [ - 6387 + 6525 ] } ], "v_event_player_stats_aggregate": [ - 6369, + 6507, { "distinct_on": [ - 6394, + 6532, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -211167,35 +215548,35 @@ export default { 41 ], "order_by": [ - 6393, + 6531, "[v_event_player_stats_order_by!]" ], "where": [ - 6387 + 6525 ] } ], "v_event_player_stats_stream": [ - 6368, + 6506, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6409, + 6547, "[v_event_player_stats_stream_cursor_input]!" ], "where": [ - 6387 + 6525 ] } ], "v_gpu_pool_status": [ - 6419, + 6557, { "distinct_on": [ - 6427, + 6565, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -211205,19 +215586,19 @@ export default { 41 ], "order_by": [ - 6426, + 6564, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6423 + 6561 ] } ], "v_gpu_pool_status_aggregate": [ - 6420, + 6558, { "distinct_on": [ - 6427, + 6565, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -211227,35 +215608,35 @@ export default { 41 ], "order_by": [ - 6426, + 6564, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6423 + 6561 ] } ], "v_gpu_pool_status_stream": [ - 6419, + 6557, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6431, + 6569, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 6423 + 6561 ] } ], "v_league_division_standings": [ - 6437, + 6575, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -211265,19 +215646,19 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "v_league_division_standings_aggregate": [ - 6438, + 6576, { "distinct_on": [ - 6453, + 6591, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -211287,35 +215668,35 @@ export default { 41 ], "order_by": [ - 6452, + 6590, "[v_league_division_standings_order_by!]" ], "where": [ - 6446 + 6584 ] } ], "v_league_division_standings_stream": [ - 6437, + 6575, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6460, + 6598, "[v_league_division_standings_stream_cursor_input]!" ], "where": [ - 6446 + 6584 ] } ], "v_league_season_player_stats": [ - 6470, + 6608, { "distinct_on": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -211325,19 +215706,19 @@ export default { 41 ], "order_by": [ - 6495, + 6633, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6489 + 6627 ] } ], "v_league_season_player_stats_aggregate": [ - 6471, + 6609, { "distinct_on": [ - 6496, + 6634, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -211347,35 +215728,35 @@ export default { 41 ], "order_by": [ - 6495, + 6633, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6489 + 6627 ] } ], "v_league_season_player_stats_stream": [ - 6470, + 6608, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6511, + 6649, "[v_league_season_player_stats_stream_cursor_input]!" ], "where": [ - 6489 + 6627 ] } ], "v_match_captains": [ - 6521, + 6659, { "distinct_on": [ - 6533, + 6671, "[v_match_captains_select_column!]" ], "limit": [ @@ -211385,19 +215766,19 @@ export default { 41 ], "order_by": [ - 6532, + 6670, "[v_match_captains_order_by!]" ], "where": [ - 6525 + 6663 ] } ], "v_match_captains_aggregate": [ - 6522, + 6660, { "distinct_on": [ - 6533, + 6671, "[v_match_captains_select_column!]" ], "limit": [ @@ -211407,35 +215788,35 @@ export default { 41 ], "order_by": [ - 6532, + 6670, "[v_match_captains_order_by!]" ], "where": [ - 6525 + 6663 ] } ], "v_match_captains_stream": [ - 6521, + 6659, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6538, + 6676, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 6525 + 6663 ] } ], "v_match_clutches": [ - 6545, + 6683, { "distinct_on": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "limit": [ @@ -211445,19 +215826,19 @@ export default { 41 ], "order_by": [ - 6560, + 6698, "[v_match_clutches_order_by!]" ], "where": [ - 6554 + 6692 ] } ], "v_match_clutches_aggregate": [ - 6546, + 6684, { "distinct_on": [ - 6561, + 6699, "[v_match_clutches_select_column!]" ], "limit": [ @@ -211467,35 +215848,35 @@ export default { 41 ], "order_by": [ - 6560, + 6698, "[v_match_clutches_order_by!]" ], "where": [ - 6554 + 6692 ] } ], "v_match_clutches_stream": [ - 6545, + 6683, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6568, + 6706, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 6554 + 6692 ] } ], "v_match_kill_pairs": [ - 6578, + 6716, { "distinct_on": [ - 6586, + 6724, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -211505,19 +215886,19 @@ export default { 41 ], "order_by": [ - 6585, + 6723, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6582 + 6720 ] } ], "v_match_kill_pairs_aggregate": [ - 6579, + 6717, { "distinct_on": [ - 6586, + 6724, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -211527,35 +215908,35 @@ export default { 41 ], "order_by": [ - 6585, + 6723, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6582 + 6720 ] } ], "v_match_kill_pairs_stream": [ - 6578, + 6716, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6590, + 6728, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 6582 + 6720 ] } ], "v_match_lineup_buy_types": [ - 6596, + 6734, { "distinct_on": [ - 6604, + 6742, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -211565,19 +215946,19 @@ export default { 41 ], "order_by": [ - 6603, + 6741, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6600 + 6738 ] } ], "v_match_lineup_buy_types_aggregate": [ - 6597, + 6735, { "distinct_on": [ - 6604, + 6742, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -211587,35 +215968,35 @@ export default { 41 ], "order_by": [ - 6603, + 6741, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6600 + 6738 ] } ], "v_match_lineup_buy_types_stream": [ - 6596, + 6734, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6608, + 6746, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 6600 + 6738 ] } ], "v_match_lineup_map_stats": [ - 6614, + 6752, { "distinct_on": [ - 6622, + 6760, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -211625,19 +216006,19 @@ export default { 41 ], "order_by": [ - 6621, + 6759, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6618 + 6756 ] } ], "v_match_lineup_map_stats_aggregate": [ - 6615, + 6753, { "distinct_on": [ - 6622, + 6760, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -211647,35 +216028,35 @@ export default { 41 ], "order_by": [ - 6621, + 6759, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6618 + 6756 ] } ], "v_match_lineup_map_stats_stream": [ - 6614, + 6752, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6626, + 6764, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 6618 + 6756 ] } ], "v_match_map_backup_rounds": [ - 6632, + 6770, { "distinct_on": [ - 6643, + 6781, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -211685,19 +216066,19 @@ export default { 41 ], "order_by": [ - 6642, + 6780, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6636 + 6774 ] } ], "v_match_map_backup_rounds_aggregate": [ - 6633, + 6771, { "distinct_on": [ - 6643, + 6781, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -211707,35 +216088,35 @@ export default { 41 ], "order_by": [ - 6642, + 6780, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6636 + 6774 ] } ], "v_match_map_backup_rounds_stream": [ - 6632, + 6770, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6648, + 6786, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 6636 + 6774 ] } ], "v_match_player_buy_types": [ - 6655, + 6793, { "distinct_on": [ - 6663, + 6801, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -211745,19 +216126,19 @@ export default { 41 ], "order_by": [ - 6662, + 6800, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6659 + 6797 ] } ], "v_match_player_buy_types_aggregate": [ - 6656, + 6794, { "distinct_on": [ - 6663, + 6801, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -211767,35 +216148,35 @@ export default { 41 ], "order_by": [ - 6662, + 6800, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6659 + 6797 ] } ], "v_match_player_buy_types_stream": [ - 6655, + 6793, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6667, + 6805, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 6659 + 6797 ] } ], "v_match_player_opening_duels": [ - 6673, + 6811, { "distinct_on": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -211805,19 +216186,19 @@ export default { 41 ], "order_by": [ - 6688, + 6826, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6682 + 6820 ] } ], "v_match_player_opening_duels_aggregate": [ - 6674, + 6812, { "distinct_on": [ - 6689, + 6827, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -211827,35 +216208,35 @@ export default { 41 ], "order_by": [ - 6688, + 6826, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6682 + 6820 ] } ], "v_match_player_opening_duels_stream": [ - 6673, + 6811, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6696, + 6834, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 6682 + 6820 ] } ], "v_player_arch_nemesis": [ - 6706, + 6844, { "distinct_on": [ - 6714, + 6852, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -211865,19 +216246,19 @@ export default { 41 ], "order_by": [ - 6713, + 6851, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6710 + 6848 ] } ], "v_player_arch_nemesis_aggregate": [ - 6707, + 6845, { "distinct_on": [ - 6714, + 6852, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -211887,35 +216268,35 @@ export default { 41 ], "order_by": [ - 6713, + 6851, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6710 + 6848 ] } ], "v_player_arch_nemesis_stream": [ - 6706, + 6844, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6718, + 6856, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 6710 + 6848 ] } ], "v_player_damage": [ - 6724, + 6862, { "distinct_on": [ - 6732, + 6870, "[v_player_damage_select_column!]" ], "limit": [ @@ -211925,19 +216306,19 @@ export default { 41 ], "order_by": [ - 6731, + 6869, "[v_player_damage_order_by!]" ], "where": [ - 6728 + 6866 ] } ], "v_player_damage_aggregate": [ - 6725, + 6863, { "distinct_on": [ - 6732, + 6870, "[v_player_damage_select_column!]" ], "limit": [ @@ -211947,35 +216328,35 @@ export default { 41 ], "order_by": [ - 6731, + 6869, "[v_player_damage_order_by!]" ], "where": [ - 6728 + 6866 ] } ], "v_player_damage_stream": [ - 6724, + 6862, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6736, + 6874, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 6728 + 6866 ] } ], "v_player_elo": [ - 6742, + 6880, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -211985,19 +216366,19 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "v_player_elo_aggregate": [ - 6743, + 6881, { "distinct_on": [ - 6768, + 6906, "[v_player_elo_select_column!]" ], "limit": [ @@ -212007,35 +216388,35 @@ export default { 41 ], "order_by": [ - 6767, + 6905, "[v_player_elo_order_by!]" ], "where": [ - 6761 + 6899 ] } ], "v_player_elo_stream": [ - 6742, + 6880, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6783, + 6921, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 6761 + 6899 ] } ], "v_player_map_losses": [ - 6793, + 6931, { "distinct_on": [ - 6801, + 6939, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -212045,19 +216426,19 @@ export default { 41 ], "order_by": [ - 6800, + 6938, "[v_player_map_losses_order_by!]" ], "where": [ - 6797 + 6935 ] } ], "v_player_map_losses_aggregate": [ - 6794, + 6932, { "distinct_on": [ - 6801, + 6939, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -212067,35 +216448,35 @@ export default { 41 ], "order_by": [ - 6800, + 6938, "[v_player_map_losses_order_by!]" ], "where": [ - 6797 + 6935 ] } ], "v_player_map_losses_stream": [ - 6793, + 6931, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6805, + 6943, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 6797 + 6935 ] } ], "v_player_map_wins": [ - 6811, + 6949, { "distinct_on": [ - 6819, + 6957, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -212105,19 +216486,19 @@ export default { 41 ], "order_by": [ - 6818, + 6956, "[v_player_map_wins_order_by!]" ], "where": [ - 6815 + 6953 ] } ], "v_player_map_wins_aggregate": [ - 6812, + 6950, { "distinct_on": [ - 6819, + 6957, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -212127,35 +216508,35 @@ export default { 41 ], "order_by": [ - 6818, + 6956, "[v_player_map_wins_order_by!]" ], "where": [ - 6815 + 6953 ] } ], "v_player_map_wins_stream": [ - 6811, + 6949, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6823, + 6961, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 6815 + 6953 ] } ], "v_player_match_head_to_head": [ - 6829, + 6967, { "distinct_on": [ - 6837, + 6975, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -212165,19 +216546,19 @@ export default { 41 ], "order_by": [ - 6836, + 6974, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6833 + 6971 ] } ], "v_player_match_head_to_head_aggregate": [ - 6830, + 6968, { "distinct_on": [ - 6837, + 6975, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -212187,35 +216568,35 @@ export default { 41 ], "order_by": [ - 6836, + 6974, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6833 + 6971 ] } ], "v_player_match_head_to_head_stream": [ - 6829, + 6967, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6841, + 6979, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 6833 + 6971 ] } ], "v_player_match_map_hltv": [ - 6847, + 6985, { "distinct_on": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -212225,19 +216606,19 @@ export default { 41 ], "order_by": [ - 6864, + 7002, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6856 + 6994 ] } ], "v_player_match_map_hltv_aggregate": [ - 6848, + 6986, { "distinct_on": [ - 6865, + 7003, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -212247,35 +216628,35 @@ export default { 41 ], "order_by": [ - 6864, + 7002, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6856 + 6994 ] } ], "v_player_match_map_hltv_stream": [ - 6847, + 6985, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6873, + 7011, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 6856 + 6994 ] } ], "v_player_match_map_roles": [ - 6884, + 7022, { "distinct_on": [ - 6892, + 7030, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -212285,19 +216666,19 @@ export default { 41 ], "order_by": [ - 6891, + 7029, "[v_player_match_map_roles_order_by!]" ], "where": [ - 6888 + 7026 ] } ], "v_player_match_map_roles_aggregate": [ - 6885, + 7023, { "distinct_on": [ - 6892, + 7030, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -212307,35 +216688,35 @@ export default { 41 ], "order_by": [ - 6891, + 7029, "[v_player_match_map_roles_order_by!]" ], "where": [ - 6888 + 7026 ] } ], "v_player_match_map_roles_stream": [ - 6884, + 7022, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6896, + 7034, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 6888 + 7026 ] } ], "v_player_match_performance": [ - 6902, + 7040, { "distinct_on": [ - 6910, + 7048, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -212345,19 +216726,19 @@ export default { 41 ], "order_by": [ - 6909, + 7047, "[v_player_match_performance_order_by!]" ], "where": [ - 6906 + 7044 ] } ], "v_player_match_performance_aggregate": [ - 6903, + 7041, { "distinct_on": [ - 6910, + 7048, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -212367,35 +216748,35 @@ export default { 41 ], "order_by": [ - 6909, + 7047, "[v_player_match_performance_order_by!]" ], "where": [ - 6906 + 7044 ] } ], "v_player_match_performance_stream": [ - 6902, + 7040, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6914, + 7052, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 6906 + 7044 ] } ], "v_player_match_rating": [ - 6920, + 7058, { "distinct_on": [ - 6928, + 7066, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -212405,19 +216786,19 @@ export default { 41 ], "order_by": [ - 6927, + 7065, "[v_player_match_rating_order_by!]" ], "where": [ - 6924 + 7062 ] } ], "v_player_match_rating_aggregate": [ - 6921, + 7059, { "distinct_on": [ - 6928, + 7066, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -212427,35 +216808,35 @@ export default { 41 ], "order_by": [ - 6927, + 7065, "[v_player_match_rating_order_by!]" ], "where": [ - 6924 + 7062 ] } ], "v_player_match_rating_stream": [ - 6920, + 7058, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6932, + 7070, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 6924 + 7062 ] } ], "v_player_multi_kills": [ - 6938, + 7076, { "distinct_on": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -212465,19 +216846,19 @@ export default { 41 ], "order_by": [ - 6953, + 7091, "[v_player_multi_kills_order_by!]" ], "where": [ - 6947 + 7085 ] } ], "v_player_multi_kills_aggregate": [ - 6939, + 7077, { "distinct_on": [ - 6954, + 7092, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -212487,35 +216868,35 @@ export default { 41 ], "order_by": [ - 6953, + 7091, "[v_player_multi_kills_order_by!]" ], "where": [ - 6947 + 7085 ] } ], "v_player_multi_kills_stream": [ - 6938, + 7076, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6961, + 7099, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 6947 + 7085 ] } ], "v_player_queue_partners": [ - 6971, + 7109, { "distinct_on": [ - 6979, + 7117, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -212525,19 +216906,19 @@ export default { 41 ], "order_by": [ - 6978, + 7116, "[v_player_queue_partners_order_by!]" ], "where": [ - 6975 + 7113 ] } ], "v_player_queue_partners_aggregate": [ - 6972, + 7110, { "distinct_on": [ - 6979, + 7117, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -212547,35 +216928,35 @@ export default { 41 ], "order_by": [ - 6978, + 7116, "[v_player_queue_partners_order_by!]" ], "where": [ - 6975 + 7113 ] } ], "v_player_queue_partners_stream": [ - 6971, + 7109, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6983, + 7121, "[v_player_queue_partners_stream_cursor_input]!" ], "where": [ - 6975 + 7113 ] } ], "v_player_weapon_damage": [ - 6989, + 7127, { "distinct_on": [ - 6997, + 7135, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -212585,19 +216966,19 @@ export default { 41 ], "order_by": [ - 6996, + 7134, "[v_player_weapon_damage_order_by!]" ], "where": [ - 6993 + 7131 ] } ], "v_player_weapon_damage_aggregate": [ - 6990, + 7128, { "distinct_on": [ - 6997, + 7135, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -212607,35 +216988,35 @@ export default { 41 ], "order_by": [ - 6996, + 7134, "[v_player_weapon_damage_order_by!]" ], "where": [ - 6993 + 7131 ] } ], "v_player_weapon_damage_stream": [ - 6989, + 7127, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7001, + 7139, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 6993 + 7131 ] } ], "v_player_weapon_kills": [ - 7007, + 7145, { "distinct_on": [ - 7015, + 7153, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -212645,19 +217026,19 @@ export default { 41 ], "order_by": [ - 7014, + 7152, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7011 + 7149 ] } ], "v_player_weapon_kills_aggregate": [ - 7008, + 7146, { "distinct_on": [ - 7015, + 7153, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -212667,35 +217048,35 @@ export default { 41 ], "order_by": [ - 7014, + 7152, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7011 + 7149 ] } ], "v_player_weapon_kills_stream": [ - 7007, + 7145, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7019, + 7157, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 7011 + 7149 ] } ], "v_pool_maps": [ - 7025, + 7163, { "distinct_on": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "limit": [ @@ -212705,19 +217086,19 @@ export default { 41 ], "order_by": [ - 7041, + 7179, "[v_pool_maps_order_by!]" ], "where": [ - 7034 + 7172 ] } ], "v_pool_maps_aggregate": [ - 7026, + 7164, { "distinct_on": [ - 7042, + 7180, "[v_pool_maps_select_column!]" ], "limit": [ @@ -212727,35 +217108,35 @@ export default { 41 ], "order_by": [ - 7041, + 7179, "[v_pool_maps_order_by!]" ], "where": [ - 7034 + 7172 ] } ], "v_pool_maps_stream": [ - 7025, + 7163, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7046, + 7184, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 7034 + 7172 ] } ], "v_steam_account_pool_status": [ - 7049, + 7187, { "distinct_on": [ - 7057, + 7195, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -212765,19 +217146,19 @@ export default { 41 ], "order_by": [ - 7056, + 7194, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7053 + 7191 ] } ], "v_steam_account_pool_status_aggregate": [ - 7050, + 7188, { "distinct_on": [ - 7057, + 7195, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -212787,35 +217168,35 @@ export default { 41 ], "order_by": [ - 7056, + 7194, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7053 + 7191 ] } ], "v_steam_account_pool_status_stream": [ - 7049, + 7187, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7061, + 7199, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 7053 + 7191 ] } ], "v_team_ranks": [ - 7067, + 7205, { "distinct_on": [ - 7077, + 7215, "[v_team_ranks_select_column!]" ], "limit": [ @@ -212825,19 +217206,19 @@ export default { 41 ], "order_by": [ - 7076, + 7214, "[v_team_ranks_order_by!]" ], "where": [ - 7071 + 7209 ] } ], "v_team_ranks_aggregate": [ - 7068, + 7206, { "distinct_on": [ - 7077, + 7215, "[v_team_ranks_select_column!]" ], "limit": [ @@ -212847,35 +217228,35 @@ export default { 41 ], "order_by": [ - 7076, + 7214, "[v_team_ranks_order_by!]" ], "where": [ - 7071 + 7209 ] } ], "v_team_ranks_stream": [ - 7067, + 7205, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7081, + 7219, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 7071 + 7209 ] } ], "v_team_reputation": [ - 7087, + 7225, { "distinct_on": [ - 7097, + 7235, "[v_team_reputation_select_column!]" ], "limit": [ @@ -212885,19 +217266,19 @@ export default { 41 ], "order_by": [ - 7096, + 7234, "[v_team_reputation_order_by!]" ], "where": [ - 7091 + 7229 ] } ], "v_team_reputation_aggregate": [ - 7088, + 7226, { "distinct_on": [ - 7097, + 7235, "[v_team_reputation_select_column!]" ], "limit": [ @@ -212907,35 +217288,35 @@ export default { 41 ], "order_by": [ - 7096, + 7234, "[v_team_reputation_order_by!]" ], "where": [ - 7091 + 7229 ] } ], "v_team_reputation_stream": [ - 7087, + 7225, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7101, + 7239, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 7091 + 7229 ] } ], "v_team_stage_results": [ - 7107, + 7245, { "distinct_on": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -212945,19 +217326,19 @@ export default { 41 ], "order_by": [ - 7137, + 7275, "[v_team_stage_results_order_by!]" ], "where": [ - 7126 + 7264 ] } ], "v_team_stage_results_aggregate": [ - 7108, + 7246, { "distinct_on": [ - 7139, + 7277, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -212967,48 +217348,48 @@ export default { 41 ], "order_by": [ - 7137, + 7275, "[v_team_stage_results_order_by!]" ], "where": [ - 7126 + 7264 ] } ], "v_team_stage_results_by_pk": [ - 7107, + 7245, { "tournament_stage_id": [ - 6365, + 6503, "uuid!" ], "tournament_team_id": [ - 6365, + 6503, "uuid!" ] } ], "v_team_stage_results_stream": [ - 7107, + 7245, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7155, + 7293, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 7126 + 7264 ] } ], "v_team_tournament_results": [ - 7167, + 7305, { "distinct_on": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -213018,19 +217399,19 @@ export default { 41 ], "order_by": [ - 7192, + 7330, "[v_team_tournament_results_order_by!]" ], "where": [ - 7186 + 7324 ] } ], "v_team_tournament_results_aggregate": [ - 7168, + 7306, { "distinct_on": [ - 7193, + 7331, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -213040,35 +217421,35 @@ export default { 41 ], "order_by": [ - 7192, + 7330, "[v_team_tournament_results_order_by!]" ], "where": [ - 7186 + 7324 ] } ], "v_team_tournament_results_stream": [ - 7167, + 7305, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7208, + 7346, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 7186 + 7324 ] } ], "v_tournament_player_stats": [ - 7218, + 7356, { "distinct_on": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -213078,19 +217459,19 @@ export default { 41 ], "order_by": [ - 7243, + 7381, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7237 + 7375 ] } ], "v_tournament_player_stats_aggregate": [ - 7219, + 7357, { "distinct_on": [ - 7244, + 7382, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -213100,27 +217481,27 @@ export default { 41 ], "order_by": [ - 7243, + 7381, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7237 + 7375 ] } ], "v_tournament_player_stats_stream": [ - 7218, + 7356, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7259, + 7397, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 7237 + 7375 ] } ], diff --git a/src/telemetry/telemetry.controller.ts b/src/telemetry/telemetry.controller.ts index a6da35acc..63bfeb8b3 100644 --- a/src/telemetry/telemetry.controller.ts +++ b/src/telemetry/telemetry.controller.ts @@ -22,8 +22,12 @@ export class TelemetryController { ); } + // Defaults to the whole fleet, 5stack.gg included: it reports like any other + // panel and its history is fleet history. The page passes false to set the + // flagship aside, which is the only view that answers what everybody else is + // running. @HasuraAction() - public async telemetryStats() { - return await this.telemetryService.getFleetStats(); + public async telemetryStats(data: { includeSelf?: boolean }) { + return await this.telemetryService.getFleetStats(data?.includeSelf ?? true); } } diff --git a/src/telemetry/telemetry.service.ts b/src/telemetry/telemetry.service.ts index a9ae6f9dc..1617a21a2 100644 --- a/src/telemetry/telemetry.service.ts +++ b/src/telemetry/telemetry.service.ts @@ -215,12 +215,14 @@ export class TelemetryService { this.redis = this.redisManagerService.getConnection(); } - async send() { - // The panel receiving the reports would otherwise report to itself. - if (this.appConfig.webDomain.includes("://5stack.gg")) { - return; - } + // The panel the whole fleet reports to. It is a panel like any other and its + // counts belong in the fleet, but it is the one install that cannot get them + // there over the wire. + private isReceivingPanel() { + return this.appConfig.webDomain.includes("://5stack.gg"); + } + async send() { let payload: TelemetryPayload; try { @@ -230,6 +232,15 @@ export class TelemetryService { return; } + // Handed to the same ingest every other panel goes through -- sanitize and + // all -- rather than POSTed to itself. A loopback request would land on the + // public route's per-address throttle and arrive with no country header, + // and the flagship is exactly the install a dropped report is worst on. + if (this.isReceivingPanel()) { + await this.record(null, null, payload); + return; + } + try { await fetch("https://5stack.gg/telemetry", { method: "POST", @@ -396,7 +407,7 @@ export class TelemetryService { return Object.fromEntries(rows.map((row) => [row.plugin_slug, row.nodes])); } - async record(ip: string, country: string, data: unknown) { + async record(ip: string | null, country: string | null, data: unknown) { const payload = TelemetryService.sanitize(data); // Panels older than the payload rollout POST an empty body forever. They @@ -416,7 +427,7 @@ export class TelemetryService { // SCAN rather than KEYS: this runs on a per-minute poll, and KEYS walks the // whole keyspace in one blocking command that stalls every other client. - async getOnlineSystemsCount(): Promise { + async getOnlineSystemsCount(includeSelf = true): Promise { let cursor = "0"; // SCAN can hand back the same key on more than one pass, so count distinct. const seen = new Set(); @@ -435,6 +446,18 @@ export class TelemetryService { } } while (cursor !== "0"); + // The receiving panel keeps its own heartbeat under its install id like + // everyone else, so filtering it out of the totals has to take it out of + // the badge too -- otherwise the filtered page is one panel short of its + // own online count. + if (!includeSelf) { + const installId = await this.selfInstallId(false); + + if (installId) { + seen.delete(`online_system:${installId}`); + } + } + return seen.size; } @@ -442,11 +465,14 @@ export class TelemetryService { // Hasura action handler cannot see the GraphQL selection set — so the // aggregates are cached and only the Redis-backed online count runs per call. // Panels report hourly, so nothing here goes stale within the TTL. - async getFleetStats() { + async getFleetStats(includeSelf = true) { + const self = await this.selfInstallId(includeSelf); + const aggregates = await this.cache.remember( // Versioned: a cached blob from the previous shape would leave the page - // missing every field added since, for as long as the TTL lasts. - "telemetry:fleet:v3", + // missing every field added since, for as long as the TTL lasts. Keyed on + // the filter too, so the two views cannot serve each other's numbers. + `telemetry:fleet:v4:${includeSelf ? "all" : "others"}`, async () => { const [ installs, @@ -458,14 +484,14 @@ export class TelemetryService { distribution, utility, ] = await Promise.all([ - this.getInstallCounts(), - this.getFleetTotals(), - this.getFeatureAdoption(), - this.getInstallGrowth(), - this.getFleetActivity(), - this.getMatchComposition(), - this.getFleetDistribution(), - this.getUtilityComposition(), + this.getInstallCounts(self), + this.getFleetTotals(self), + this.getFeatureAdoption(self), + this.getInstallGrowth(self), + this.getFleetActivity(self), + this.getMatchComposition(self), + this.getFleetDistribution(self), + this.getUtilityComposition(self), ]); return { @@ -483,12 +509,45 @@ export class TelemetryService { ); return { - online: await this.getOnlineSystemsCount(), + online: await this.getOnlineSystemsCount(includeSelf), ...aggregates, }; } - private async getInstallCounts() { + // 5stack.gg reports like every other panel now, and it is far and away the + // largest install on the page -- big enough that its history reads as the + // fleet's rather than as one panel's. This is what the page's filter turns + // off, and every aggregate takes it so a filtered view is filtered all the + // way down instead of in the headline alone. + // + // Null when the flagship is being counted like everything else. On any panel + // but the receiving one this excludes an install id that is not in the table + // to begin with, which is the no-op it should be. + private async selfInstallId(includeSelf: boolean) { + if (includeSelf) { + return null; + } + + const installId = await this.getInstallId(); + + // The id is interpolated rather than bound: the aggregates take no + // parameters and every one of them would need its own placeholder number. + // Safe because it is a uuid this panel generated in its own settings row, + // and the shape is checked here rather than trusted. + return TelemetryService.Uuid.test(installId) ? installId : null; + } + + private static readonly Uuid = + /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i; + + // `true` rather than an empty string so callers can always append it with + // AND, including the queries that have nothing else to filter on. The column + // is spelled out per call site because half of these queries alias the table. + private static excluding(self: string | null, column = "install_id") { + return self ? `${column} <> '${self}'::uuid` : "true"; + } + + private async getInstallCounts(self: string | null) { const [row] = await this.postgres.query>>( `SELECT count(*) AS total, @@ -498,7 +557,8 @@ export class TelemetryService { count(*) FILTER (WHERE first_seen_at >= now() - interval '30 days') AS new30d, count(*) FILTER (WHERE first_seen_at < now() - interval '180 days' AND last_seen_at >= now() - interval '7 days') AS retained180d - FROM public.telemetry_installs`, + FROM public.telemetry_installs + WHERE ${TelemetryService.excluding(self)}`, ); return TelemetryService.toIntegers(row, [ @@ -511,43 +571,61 @@ export class TelemetryService { ]); } - // Summed across the latest payload of every install seen in the last 30 days. - // Installs that have gone dark are excluded so the fleet picture does not keep - // counting servers that were torn down a year ago. `panels` is that same set - // counted, so the page can say which denominator every total is over. - private async getFleetTotals() { + // Summed across the latest payload of every install that ever reported one. + // + // A panel that has gone dark still played the matches it played, so nothing + // cumulative is held to a window -- dropping a dark install took its whole + // all-time counter out of the fleet, which is why the totals read far below + // what the panels behind them have actually run. + // + // Only two kinds of column keep the window, via a per-column FILTER: + // point-in-time state, because a node torn down a year ago is not capacity + // and a build nobody runs is not the fleet; and the rolling windows, because + // a dark panel's "last 7 days" ended whenever it stopped reporting and + // summing it into today's would date the number to nothing. + // + // So the two totals are over two different denominators, and the page has to + // say which: `panels` counts the ones still checking in, and installs.total + // (getInstallCounts) is the set every cumulative number is summed over. + private static readonly RecentPanel = + "last_seen_at >= now() - interval '30 days'"; + + private async getFleetTotals(self: string | null) { + const recent = `FILTER (WHERE ${TelemetryService.RecentPanel})`; + const [row] = await this.postgres.query>>( `SELECT - count(*) AS panels, - coalesce(sum((payload->'nodes'->>'total')::numeric), 0) AS "gameServerNodes", - coalesce(sum((payload->'nodes'->>'enabled')::numeric), 0) AS "gameServerNodesEnabled", - coalesce(sum((payload->'nodes'->>'online')::numeric), 0) AS "gameServerNodesOnline", + count(*) ${recent} AS panels, + coalesce(sum((payload->'nodes'->>'total')::numeric) ${recent}, 0) AS "gameServerNodes", + coalesce(sum((payload->'nodes'->>'enabled')::numeric) ${recent}, 0) AS "gameServerNodesEnabled", + coalesce(sum((payload->'nodes'->>'online')::numeric) ${recent}, 0) AS "gameServerNodesOnline", -- Regions are named per panel, so this is how many each has stood up -- rather than how many distinct regions the fleet covers. - coalesce(sum((payload->'nodes'->>'regions')::numeric), 0) AS regions, - coalesce(sum((payload->'nodes'->>'gpu')::numeric), 0) AS "gpuNodes", - coalesce(sum((payload->'servers'->>'total')::numeric), 0) AS servers, - coalesce(sum((payload->'servers'->>'enabled')::numeric), 0) AS "serversEnabled", - coalesce(sum((payload->'servers'->>'dedicated')::numeric), 0) AS "dedicatedServers", - coalesce(sum((payload->'servers'->>'public')::numeric), 0) AS "publicServers", + coalesce(sum((payload->'nodes'->>'regions')::numeric) ${recent}, 0) AS regions, + coalesce(sum((payload->'nodes'->>'gpu')::numeric) ${recent}, 0) AS "gpuNodes", + coalesce(sum((payload->'servers'->>'total')::numeric) ${recent}, 0) AS servers, + coalesce(sum((payload->'servers'->>'enabled')::numeric) ${recent}, 0) AS "serversEnabled", + coalesce(sum((payload->'servers'->>'dedicated')::numeric) ${recent}, 0) AS "dedicatedServers", + coalesce(sum((payload->'servers'->>'public')::numeric) ${recent}, 0) AS "publicServers", coalesce(sum((payload->'matches'->>'total')::numeric), 0) AS matches, coalesce(sum((payload->'matches'->>'created')::numeric), 0) AS "matchesCreated", - coalesce(sum((payload->'matches'->>'week')::numeric), 0) AS "matchesWeek", - coalesce(sum((payload->'matches'->>'month')::numeric), 0) AS "matchesMonth", - coalesce(sum((payload->'matches'->>'year')::numeric), 0) AS "matchesYear", + coalesce(sum((payload->'matches'->>'week')::numeric) ${recent}, 0) AS "matchesWeek", + coalesce(sum((payload->'matches'->>'month')::numeric) ${recent}, 0) AS "matchesMonth", + coalesce(sum((payload->'matches'->>'year')::numeric) ${recent}, 0) AS "matchesYear", -- A field added after a panel's build reports nothing, and summing -- that to zero reads as "no match ever finished". Count who actually -- supplied it so the page can say "not reported yet" instead. count(*) FILTER (WHERE payload->'matches'->>'finished' IS NOT NULL) AS "outcomesReported", coalesce(sum((payload->'matches'->>'finished')::numeric), 0) AS "matchesFinished", coalesce(sum((payload->'matches'->>'abandoned')::numeric), 0) AS "matchesAbandoned", - coalesce(sum((payload->'matches'->>'live')::numeric), 0) AS "matchesLive", + -- Live Now is the one match column that is state rather than history. + coalesce(sum((payload->'matches'->>'live')::numeric) ${recent}, 0) AS "matchesLive", coalesce(sum((payload->'matches'->>'tournament')::numeric), 0) AS "matchesTournament", coalesce(sum((payload->'matches'->>'league')::numeric), 0) AS "matchesLeague", coalesce(sum((payload->'matches'->>'scrim')::numeric), 0) AS "matchesScrim", coalesce(sum((payload->'matches'->'external'->>'total')::numeric), 0) AS "matchesImported", - coalesce(sum((payload->'matches'->'external'->>'month')::numeric), 0) AS "matchesImportedMonth", - coalesce(sum((payload->'matches'->'external'->>'year')::numeric), 0) AS "matchesImportedYear", + coalesce(sum((payload->'matches'->'external'->>'month')::numeric) ${recent}, 0) AS "matchesImportedMonth", + coalesce(sum((payload->'matches'->'external'->>'year')::numeric) ${recent}, 0) AS "matchesImportedYear", coalesce(sum((payload->'matches'->>'maps_played')::numeric), 0) AS "mapsPlayed", coalesce(sum((payload->'players'->>'known')::numeric), 0) AS "playersKnown", coalesce(sum((payload->'players'->>'registered')::numeric), 0) AS "playersRegistered", @@ -556,8 +634,8 @@ export class TelemetryService { WHERE payload->'players'->>'appearances' IS NOT NULL ) AS "appearancesReported", coalesce(sum((payload->'players'->>'appearances')::numeric), 0) AS "playerAppearances", - coalesce(sum((payload->'players'->>'active_7d')::numeric), 0) AS "playersActive7d", - coalesce(sum((payload->'players'->>'active_30d')::numeric), 0) AS "playersActive30d", + coalesce(sum((payload->'players'->>'active_7d')::numeric) ${recent}, 0) AS "playersActive7d", + coalesce(sum((payload->'players'->>'active_30d')::numeric) ${recent}, 0) AS "playersActive30d", coalesce(sum((payload->'players'->>'teams')::numeric), 0) AS teams, -- Same absent-vs-zero split as the match outcomes above: this whole @@ -578,12 +656,18 @@ export class TelemetryService { -- Same "reported vs zero" split the match outcomes use: a panel too old -- to send this section is not a panel running no plugins. - count(*) FILTER (WHERE jsonb_typeof(payload->'plugins') = 'object') AS "pluginsReported", - coalesce(sum((payload->'plugins'->>'requested')::numeric), 0) AS "pluginsRequested", - coalesce(sum((payload->'plugins'->>'manual')::numeric), 0) AS "pluginsManual", - coalesce(sum((payload->'plugins'->>'modes')::numeric), 0) AS "gameModes", - coalesce(sum((payload->'plugins'->>'modes_enabled')::numeric), 0) AS "gameModesEnabled", - coalesce(sum((payload->'plugins'->>'modes_unranked')::numeric), 0) AS "gameModesUnranked", + -- Windowed with the rest of the point-in-time state: what a panel had + -- on disk before it went dark is not what the fleet runs today, and + -- the directory's whole job is to rank what anybody is running now. + count(*) FILTER ( + WHERE jsonb_typeof(payload->'plugins') = 'object' + AND ${TelemetryService.RecentPanel} + ) AS "pluginsReported", + coalesce(sum((payload->'plugins'->>'requested')::numeric) ${recent}, 0) AS "pluginsRequested", + coalesce(sum((payload->'plugins'->>'manual')::numeric) ${recent}, 0) AS "pluginsManual", + coalesce(sum((payload->'plugins'->>'modes')::numeric) ${recent}, 0) AS "gameModes", + coalesce(sum((payload->'plugins'->>'modes_enabled')::numeric) ${recent}, 0) AS "gameModesEnabled", + coalesce(sum((payload->'plugins'->>'modes_unranked')::numeric) ${recent}, 0) AS "gameModesUnranked", -- Installs per plugin across the fleet, and how many separate panels -- run each. The panel count is the honest popularity signal: one -- operator with forty nodes is not forty operators. @@ -600,12 +684,13 @@ export class TelemetryService { coalesce(i.payload->'plugins'->'by_slug', '{}'::jsonb) ) AS entry WHERE i.last_seen_at >= now() - interval '30 days' + AND ${TelemetryService.excluding(self, "i.install_id")} GROUP BY entry.key ) ranked ) AS "pluginsBySlug" FROM public.telemetry_installs - WHERE last_seen_at >= now() - interval '30 days' - AND payload ? 'matches'`, + WHERE payload ? 'matches' + AND ${TelemetryService.excluding(self)}`, ); const totals = TelemetryService.toIntegers(row, [ @@ -672,10 +757,10 @@ export class TelemetryService { // Both breakdowns live in the payload already; nothing read them before, so // the page could say how many matches ran but never what kind they were. - private async getMatchComposition() { + private async getMatchComposition(self: string | null) { const [types, sources] = await Promise.all([ - this.sumCountMap("matches", "by_type"), - this.sumCountMap("matches", "by_source"), + this.sumCountMap("matches", "by_type", self), + this.sumCountMap("matches", "by_source", self), ]); return { @@ -694,11 +779,11 @@ export class TelemetryService { // window as the fleet totals. Kept out of getFleetTotals because that query // is already one statement per panel column, and this whole block is absent // from most of the fleet until panels update. - private async getUtilityComposition() { + private async getUtilityComposition(self: string | null) { const [totals, types, sources] = await Promise.all([ - this.getUtilityTotals(), - this.sumCountMap("utility", "by_type"), - this.sumCountMap("utility", "by_source"), + this.getUtilityTotals(self), + this.sumCountMap("utility", "by_type", self), + this.sumCountMap("utility", "by_source", self), ]); return { @@ -749,20 +834,27 @@ export class TelemetryService { "repairs", ] as const; - private async getUtilityTotals() { + // Rolling windows rather than all-time counts, so they are the only utility + // fields a dark panel cannot contribute to -- see getFleetTotals. + private static readonly UtilityWindowFields = new Set(["week", "month"]); + + private async getUtilityTotals(self: string | null) { // Every field is summed the same way, so the column list is generated from // the payload's own field names rather than written out twice. - const sums = TelemetryService.UtilityFields.map( - (field) => - `coalesce(sum((payload->'utility'->>'${field}')::numeric), 0) AS "${TelemetryService.camel(field)}"`, - ).join(",\n "); + const sums = TelemetryService.UtilityFields.map((field) => { + const filter = TelemetryService.UtilityWindowFields.has(field) + ? ` FILTER (WHERE ${TelemetryService.RecentPanel})` + : ""; + + return `coalesce(sum((payload->'utility'->>'${field}')::numeric)${filter}, 0) AS "${TelemetryService.camel(field)}"`; + }).join(",\n "); const [row] = await this.postgres.query>>( `SELECT count(*) FILTER (WHERE jsonb_typeof(payload->'utility') = 'object') AS reported, ${sums} FROM public.telemetry_installs - WHERE last_seen_at >= now() - interval '30 days'`, + WHERE ${TelemetryService.excluding(self)}`, ); return TelemetryService.toIntegers(row, [ @@ -775,7 +867,11 @@ export class TelemetryService { return field.replace(/_([a-z])/g, (_, letter) => letter.toUpperCase()); } - private async sumCountMap(section: string, field: string) { + private async sumCountMap( + section: string, + field: string, + self: string | null, + ) { const rows = await this.postgres.query>>( `SELECT e.key AS name, @@ -784,8 +880,10 @@ export class TelemetryService { LATERAL jsonb_each( coalesce(i.payload->'${section}'->'${field}', '{}'::jsonb) ) e(key, value) - WHERE i.last_seen_at >= now() - interval '30 days' - AND jsonb_typeof(e.value) = 'number' + -- Unwindowed, like the totals these break down: a mix that drops the + -- dark panels no longer adds up to the number it sits under. + WHERE jsonb_typeof(e.value) = 'number' + AND ${TelemetryService.excluding(self, "i.install_id")} GROUP BY e.key ORDER BY total DESC, e.key ASC`, ); @@ -798,11 +896,11 @@ export class TelemetryService { // Version and country are promoted to columns on arrival; the plugin runtime // only ever lands in the payload, so it has to be read back out of the json. - private async getFleetDistribution() { + private async getFleetDistribution(self: string | null) { const [versions, runtimes, countries] = await Promise.all([ - this.getVersionAdoption(), - this.countInstallsBy("payload->>'plugin_runtime'"), - this.countInstallsBy("country"), + this.getVersionAdoption(self), + this.countInstallsBy("payload->>'plugin_runtime'", self), + this.countInstallsBy("country", self), ]); return { @@ -821,7 +919,7 @@ export class TelemetryService { // A commit sha does not sort, so "newest" is decided by when each build first // showed up in anybody's report. Ranking that way turns a list of hashes -- // which says nothing on its own -- into how far behind the fleet is running. - private async getVersionAdoption() { + private async getVersionAdoption(self: string | null) { const rows = await this.postgres.query>>( `WITH seen AS ( SELECT @@ -829,6 +927,7 @@ export class TelemetryService { min(day) AS since FROM public.telemetry_snapshots WHERE coalesce(payload->>'panel_version', '') <> '' + AND ${TelemetryService.excluding(self)} GROUP BY 1 ), -- A build nobody is running any more is history, not fleet state. @@ -838,6 +937,7 @@ export class TelemetryService { JOIN public.telemetry_installs i ON i.panel_version = s.version AND i.last_seen_at >= now() - interval '30 days' + AND ${TelemetryService.excluding(self, "i.install_id")} GROUP BY 1, 2 ) -- Ranked after the dead builds are dropped, not before. Ranking over @@ -862,11 +962,12 @@ export class TelemetryService { })); } - private async countInstallsBy(expression: string) { + private async countInstallsBy(expression: string, self: string | null) { const rows = await this.postgres.query>>( `SELECT ${expression} AS name, count(*) AS installs FROM public.telemetry_installs WHERE last_seen_at >= now() - interval '30 days' + AND ${TelemetryService.excluding(self)} AND ${expression} IS NOT NULL AND ${expression} <> '' GROUP BY 1 @@ -880,7 +981,7 @@ export class TelemetryService { })); } - private async getFeatureAdoption() { + private async getFeatureAdoption(self: string | null) { const rows = await this.postgres.query>>( `SELECT f.key AS key, @@ -898,6 +999,7 @@ export class TelemetryService { FROM public.telemetry_installs i, LATERAL jsonb_each(coalesce(i.payload->'features', '{}'::jsonb)) f(key, value) WHERE i.last_seen_at >= now() - interval '30 days' + AND ${TelemetryService.excluding(self, "i.install_id")} GROUP BY f.key ORDER BY total DESC, f.key ASC`, ); @@ -979,12 +1081,13 @@ export class TelemetryService { return flagged > 0 ? "detected" : "always"; } - private async getInstallGrowth() { + private async getInstallGrowth(self: string | null) { const rows = await this.postgres.query>>( `SELECT to_char(date_trunc('month', first_seen_at), 'YYYY-MM') AS month, count(*) AS installs FROM public.telemetry_installs + WHERE ${TelemetryService.excluding(self)} GROUP BY 1 ORDER BY 1 ASC`, ); @@ -999,7 +1102,7 @@ export class TelemetryService { // a missed heartbeat shifts a day's matches onto the next report rather than // losing them. GREATEST clamps the negative delta a wiped or restored // database would otherwise contribute. - private async getFleetActivity() { + private async getFleetActivity(self: string | null) { const rows = await this.postgres.query>>( `WITH daily AS ( SELECT @@ -1014,6 +1117,7 @@ export class TelemetryService { -- directly pins the left edge of the line to zero every day. WHERE day >= current_date - 97 AND payload ? 'matches' + AND ${TelemetryService.excluding(self)} ) SELECT to_char(day, 'YYYY-MM-DD') AS day, @@ -1047,7 +1151,7 @@ export class TelemetryService { return values; } - private async persist(payload: TelemetryPayload, country: string) { + private async persist(payload: TelemetryPayload, country: string | null) { await this.postgres.query( `INSERT INTO public.telemetry_installs (install_id, first_seen_at, last_seen_at, installed_at, panel_version, schema_version, country, payload) diff --git a/test/telemetry.spec.ts b/test/telemetry.spec.ts index 9a429323b..1f6ebf7d5 100644 --- a/test/telemetry.spec.ts +++ b/test/telemetry.spec.ts @@ -79,7 +79,23 @@ describe("telemetry (SQL-driven)", () => { await postgres.query( `UPDATE matches SET started_at = now(), status = 'Live', match_options_id = $2 WHERE id = $1`, - [ran.matchId, await fx.matchOptions({ type: "Wingman" })], + [ran.matchId, await fx.matchOptions({ type: "Wingman", bestOf: 3 })], + ); + + // A Bo3 materializes a row per map the moment the series is set up, so + // the third here is a map nobody played. Going through an UPDATE rather + // than inserting them Finished runs the real update_match_state path. + for (const order of [2, 3]) { + await postgres.query( + `INSERT INTO match_maps (match_id, map_id, "order") + SELECT $1, id, $2 FROM maps ORDER BY name LIMIT 1`, + [ran.matchId, order], + ); + } + await postgres.query( + `UPDATE match_maps SET status = 'Finished' + WHERE match_id = $1 AND "order" <= 2`, + [ran.matchId], ); // Never started: must land in `created` but not in `total` or the windows. @@ -96,6 +112,13 @@ describe("telemetry (SQL-driven)", () => { [imported.matchId, "faceit-1", await fx.matchOptions()], ); + // The import's map finished too. `maps_played` leads the fleet page, so + // it has to split hosted from imported the same way the match counts do. + await postgres.query( + "UPDATE match_maps SET status = 'Finished' WHERE id = $1", + [imported.mapId], + ); + // A demo played on a 5stack server and imported back in keeps // source = '5stack'; external_id is the only thing separating it. const reimported = await fx.bareMatch(new Date().toISOString()); @@ -236,6 +259,12 @@ describe("telemetry (SQL-driven)", () => { expect(payload.matches.year).toBe(1); }); + it("counts a finished map of a hosted match, and nothing else, as played", () => { + // Two of the Bo3's three maps finished. The third was never played, and + // the imported match's map finished on somebody else's server. + expect(payload.matches.maps_played).toBe(2); + }); + it("keeps imported matches out of the matches the panel ran", () => { expect(payload.matches.external.total).toBe(2); expect(payload.matches.external.week).toBe(2); @@ -640,6 +669,46 @@ describe("telemetry (SQL-driven)", () => { }); }); + describe("send", () => { + // The panel every other panel reports to is a panel too, and it is the one + // install that cannot get its counts there over the wire. + it("records the receiving panel's own payload rather than posting it", async () => { + const flagship = new TelemetryService( + new Logger("TelemetryFlagship"), + { getConnection: () => redis } as never, + { get: () => ({ webDomain: "https://5stack.gg" }) } as never, + postgres, + { getPanelVersion: async () => "abcdef1234567890" } as never, + { + remember: async (_key: string, callback: () => Promise) => + await callback(), + } as never, + ); + + const post = jest + .spyOn(global, "fetch") + .mockRejectedValue(new Error("the receiving panel must not post")); + + try { + await flagship.send(); + + expect(post).not.toHaveBeenCalled(); + + const rows = await postgres.query>( + `SELECT (payload->'matches'->>'total')::int AS matches + FROM telemetry_installs`, + ); + + // Its own collect(), through the same sanitize every report goes + // through -- the one hosted match seeded above. + expect(rows).toHaveLength(1); + expect(rows[0].matches).toBe(1); + } finally { + post.mockRestore(); + } + }); + }); + describe("getFleetStats", () => { const installA = "aaaaaaaa-0000-4000-8000-000000000001"; const installB = "bbbbbbbb-0000-4000-8000-000000000002"; @@ -782,6 +851,66 @@ describe("telemetry (SQL-driven)", () => { expect(stats.totals.matchesLive).toBe(4); }); + // The flagship is counted by default -- it runs matches like anybody else. + // But it dwarfs a typical install, so the page can set it aside to answer + // what everybody else is running, and that has to hold all the way down + // rather than in the headline alone. + it("can leave the receiving panel's own install out of every aggregate", async () => { + await postgres.query( + `INSERT INTO settings (name, value) VALUES ('telemetry_install_id', $1) + ON CONFLICT (name) DO UPDATE SET value = EXCLUDED.value`, + [installA], + ); + + const stats = await service.getFleetStats(false); + + expect(stats.installs.total).toBe(1); + expect(stats.totals.panels).toBe(1); + expect(stats.totals.matches).toBe(250); + expect(stats.totals.mapsPlayed).toBe(500); + // The breakdowns and the distributions, not just the totals. + expect( + stats.matchTypes.find(({ type }) => type === "Competitive")?.matches, + ).toBe(250); + expect(stats.countries.map(({ country }) => country)).toEqual(["DE"]); + expect(stats.growth.at(-1)?.installs).toBe(1); + + // And unfiltered it is the whole fleet again. + expect((await service.getFleetStats(true)).totals.matches).toBe(350); + }); + + // The matches a panel ran do not stop having happened when it stops + // reporting, and holding the all-time counters to a window was reading the + // fleet far below what it had actually played. + it("keeps a dark install's history but not its capacity", async () => { + await postgres.query( + "UPDATE telemetry_installs SET last_seen_at = now() - interval '90 days' WHERE install_id = $1", + [installB], + ); + + const stats = await service.getFleetStats(); + + // B's 250 matches and its 500 maps are still in the fleet's history. + expect(stats.totals.matches).toBe(350); + expect(stats.totals.mapsPlayed).toBe(700); + expect(stats.totals.matchesCreated).toBe(350); + expect(stats.totals.playersKnown).toBe(400); + expect(stats.totals.playerAppearances).toBe(1400); + // The mixes break down the totals above, so they have to match them. + expect( + stats.matchTypes.find(({ type }) => type === "Competitive")?.matches, + ).toBe(350); + + // Its servers were torn down with it, and its "last 7 days" ended three + // months ago -- neither is fleet state today. + expect(stats.totals.panels).toBe(1); + expect(stats.totals.servers).toBe(4); + expect(stats.totals.gameServerNodesOnline).toBe(1); + expect(stats.totals.matchesWeek).toBe(5); + expect(stats.totals.playersActive7d).toBe(5); + expect(stats.totals.matchesLive).toBe(2); + }); + // A sha does not sort, so the only thing that says which build is current // is when each one first turned up. it("ranks builds by first appearance so the fleet's lag is readable", async () => { From 31ed4e5139152d90161d8449d48426746d586bd9 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 29 Aug 2026 20:53:39 -0400 Subject: [PATCH 03/17] fix: QA seed cleanup matched every real player instead of none --- scripts/seed-tournament-qa.mjs | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/scripts/seed-tournament-qa.mjs b/scripts/seed-tournament-qa.mjs index 97616796f..cbb185abb 100644 --- a/scripts/seed-tournament-qa.mjs +++ b/scripts/seed-tournament-qa.mjs @@ -6,13 +6,18 @@ // node seed-tournament-qa.mjs seed (wipes previous [QA] data first) // node seed-tournament-qa.mjs --clean remove all [QA] data and exit // -// Everything it creates is prefixed "[QA]" and owned by synthetic players in a -// reserved steam-id block, so a wipe can never touch real data. +// Everything it creates is prefixed "[QA]" and owned by synthetic players whose +// steam ids sit above the entire real Steam64 individual range. Cleanup requires +// BOTH, so it cannot reach a real account. import pg from "pg"; const PREFIX = "[QA]"; -const STEAM_BASE = 76500000000000000n; // reserved block for synthetic players +// Above the entire Steam64 individual-account space. The universe of real IDs is +// 76561197960265728 .. 76561197960265728 + 2^32 (= 76561202255233024), so a base +// BELOW that range -- as an earlier version of this file had -- makes the cleanup +// predicate match every real account instead of none of them. +const STEAM_BASE = 76600000000000000n; const pool = new pg.Pool({ user: process.env.POSTGRES_USER || "hasura", @@ -55,7 +60,13 @@ async function clean(client) { [PREFIX + "%"], ); await client.query("DELETE FROM tournaments WHERE name LIKE $1", [PREFIX + "%"]); - await client.query("DELETE FROM players WHERE steam_id >= $1", [STEAM_BASE.toString()]); + // Both conditions on purpose: the id range alone is one typo away from matching + // real accounts, and players cascade to 26 tables. The name prefix is the thing + // this script actually controls. + await client.query( + "DELETE FROM players WHERE steam_id >= $1 AND name LIKE $2", + [STEAM_BASE.toString(), PREFIX + "%"], + ); } // Seeding a bracket schedules matches, and tbi_match -> sanitize_match_options_regions From 3fc3435b867bc76d8d7dd533333df868d207eea9 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 29 Aug 2026 21:17:53 -0400 Subject: [PATCH 04/17] fix: tournament check-in self-cancel, draft waitlisting, roll-up and passcode oracle --- .../tournaments/assign_seeds_to_teams.sql | 13 +- .../draft_tournament_free_agent_teams.sql | 28 +- .../tournaments/tournament_check_in.sql | 46 +- .../tournaments/tournament_has_min_teams.sql | 7 +- hasura/triggers/tournament_free_agents.sql | 16 + hasura/triggers/tournament_team_roster.sql | 9 +- hasura/triggers/tournament_teams.sql | 6 + hasura/triggers/tournaments.sql | 6 +- src/matches/jobs/ProcessTournamentCheckIn.ts | 6 + .../tournaments.controller.spec.ts | 71 +- src/tournaments/tournaments.controller.ts | 90 ++- src/tournaments/tournaments.module.ts | 2 + ...ournament-check-in-and-free-agents.spec.ts | 628 ++++++++++++++++-- 13 files changed, 816 insertions(+), 112 deletions(-) diff --git a/hasura/functions/tournaments/assign_seeds_to_teams.sql b/hasura/functions/tournaments/assign_seeds_to_teams.sql index 6a646bca1..1288ce824 100644 --- a/hasura/functions/tournaments/assign_seeds_to_teams.sql +++ b/hasura/functions/tournaments/assign_seeds_to_teams.sql @@ -18,12 +18,13 @@ DECLARE BEGIN min_players := tournament_min_players_per_lineup(tournament); - -- Gated on the window having OPENED, not just on the setting: seeding can be - -- run while registration is still open (an organizer closing early, a stage - -- rebuild), and nobody is a no-show for a prompt that has not appeared yet. - -- Without this every team would be stripped of its seed the moment an - -- organizer touched a check-in tournament before T-minus-opens. - _check_in_gate := tournament.check_in_required AND tournament_check_in_started(tournament); + -- Gated on check_in_ends_at, which is stamped only when a window actually + -- opened -- not on the derived "the clock has passed start - opens_before". + -- Seeding runs in situations where no window ever opened (an organizer who + -- closed registration early, a stage rebuild), and nobody is a no-show for + -- a prompt that never appeared: with the derived form every team in such a + -- tournament loses its seed the moment the clock crosses the threshold. + _check_in_gate := tournament_check_in_window_opened(tournament); UPDATE tournament_teams tt SET eligible_at = CASE diff --git a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql index dd78bd3a3..fd6b6830c 100644 --- a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql +++ b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql @@ -67,6 +67,13 @@ BEGIN -- A free agent who also ended up on a registered roster is skipped rather -- than drafted: tournament_team_roster is unique per (tournament, player), -- so drafting them would abort the whole transition on a key violation. + -- + -- Owning a team counts as being in the tournament even with no roster row. + -- tournament_teams is UNIQUE (owner_steam_id, tournament_id) and every + -- generated team takes its top-rated player as owner, so drafting one of + -- these would raise a duplicate key -- inside tau_tournaments, which rolls + -- the entire RegistrationOpen -> RegistrationClosed transition back and + -- fails identically on every retry, with no way for the organizer out. SELECT array_agg(fa.id ORDER BY fa.created_at, fa.id) INTO _pool FROM public.tournament_free_agents fa @@ -80,6 +87,12 @@ BEGIN FROM public.tournament_team_roster ttr WHERE ttr.tournament_id = _tournament_id AND ttr.player_steam_id = fa.player_steam_id + ) + AND NOT EXISTS ( + SELECT 1 + FROM public.tournament_teams tt + WHERE tt.tournament_id = _tournament_id + AND tt.owner_steam_id = fa.player_steam_id ); _eligible := COALESCE(array_length(_pool, 1), 0); @@ -96,6 +109,17 @@ BEGIN _teams := GREATEST(_max_teams - _existing_teams, 0); END IF; + -- Before any status write, never after: waitlisting is one way (the pool + -- only re-admits a waitlisted agent who has checked in, which needs + -- check_in_required), so a draft that creates nothing must leave the pool + -- exactly as it found it. Otherwise an organizer clicking "Draft Teams" on + -- three early signups buries all three permanently, and the seven who + -- register afterwards take the team those three were queued for -- the + -- precise inversion the created_at rule exists to prevent. + IF _teams < 1 THEN + RETURN 0; + END IF; + _selected := _teams * _team_size; -- Everyone past the cut waits. created_at is untouched, so a later pass @@ -105,10 +129,6 @@ BEGIN tournament_team_id = NULL WHERE fa.id = ANY(_pool[(_selected + 1):_eligible]); - IF _teams < 1 THEN - RETURN 0; - END IF; - -- Stage 2: assignment. The shuffle exists only so equal-rated players do not -- always land on the same side of the snake; it never reorders the pool. WITH selected AS MATERIALIZED ( diff --git a/hasura/functions/tournaments/tournament_check_in.sql b/hasura/functions/tournaments/tournament_check_in.sql index 6b9854230..49481a2ad 100644 --- a/hasura/functions/tournaments/tournament_check_in.sql +++ b/hasura/functions/tournaments/tournament_check_in.sql @@ -29,23 +29,61 @@ AS $$ ); $$; +-- Whether a check-in window was ever actually OPENED, which is not the same +-- question as tournament_check_in_started: that one also answers true the +-- moment the clock passes start - opens_before, whether or not anything opened. +-- Only ProcessTournamentCheckIn (or an organizer extending) stamps +-- check_in_ends_at, so this is the only honest basis for treating a team as a +-- no-show. Nobody misses a prompt that never appeared: with the derived form, +-- an organizer who closed registration early -- so the open pass, which only +-- fires on RegistrationOpen, never ran -- would watch a fully rostered field +-- drop to zero eligible teams and self-cancel as CancelledMinTeams. +CREATE OR REPLACE FUNCTION public.tournament_check_in_window_opened(tournament public.tournaments) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT tournament.check_in_required AND tournament.check_in_ends_at IS NOT NULL; +$$; + +-- Whether the team could be seeded at all, check-in aside -- the same roster +-- test assign_seeds_to_teams applies. Deliberately not eligible_at: that column +-- is recomputed with the check-in gate folded in, so a single re-admit (which +-- re-runs the seeding) would silently shrink any count built on it. +CREATE OR REPLACE FUNCTION public.tournament_team_lineup_filled(team public.tournament_teams) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT ( + SELECT COUNT(*) + FROM public.tournament_team_roster ttr + WHERE ttr.tournament_team_id = team.id + ) >= public.tournament_min_players_per_lineup(t) + FROM public.tournaments t + WHERE t.id = team.tournament_id; +$$; + -- How many registered teams missed a required check-in. The web review panel --- reads this instead of re-deriving "required AND started AND checked_in_at IS --- NULL" client-side, which is the rule that would drift first. +-- reads this instead of re-deriving "window opened AND checked_in_at IS NULL" +-- client-side, which is the rule that would drift first. Only teams that would +-- otherwise have been seeded count: a half-filled roster is not seedable with +-- or without a check-in, so counting it would report a no-show that changes +-- nothing and hold the tournament for a review with nothing to decide. CREATE OR REPLACE FUNCTION public.tournament_missed_check_in_count(tournament public.tournaments) RETURNS integer LANGUAGE sql STABLE AS $$ SELECT CASE - WHEN NOT tournament.check_in_required - OR NOT public.tournament_check_in_started(tournament) + WHEN NOT public.tournament_check_in_window_opened(tournament) THEN 0 ELSE ( SELECT COUNT(*)::int FROM public.tournament_teams tt WHERE tt.tournament_id = tournament.id AND tt.checked_in_at IS NULL + AND public.tournament_team_lineup_filled(tt) ) END; $$; diff --git a/hasura/functions/tournaments/tournament_has_min_teams.sql b/hasura/functions/tournaments/tournament_has_min_teams.sql index 08eaa4cac..7cfb9f3a8 100644 --- a/hasura/functions/tournaments/tournament_has_min_teams.sql +++ b/hasura/functions/tournaments/tournament_has_min_teams.sql @@ -23,14 +23,17 @@ BEGIN -- assign_seeds_to_teams is what folds a missed check-in into it -- so before -- that has run a no-show still looks eligible here. Applying the same gate -- keeps the CancelledMinTeams safety net honest when a tournament proceeds - -- out of CheckInReview. Constant true when check-in is off or has not opened. + -- out of CheckInReview. The gate is check_in_ends_at, the same one + -- assign_seeds_to_teams uses: a tournament whose window never opened must + -- count every team, or a healthy field would cancel itself for missing a + -- prompt nobody was ever shown. SELECT COUNT(tt.*) INTO total_teams FROM tournament_teams tt WHERE tt.tournament_id = tournament.id and tt.eligible_at is not null and ( - not (tournament.check_in_required and tournament_check_in_started(tournament)) + not tournament_check_in_window_opened(tournament) or tt.checked_in_at is not null ); diff --git a/hasura/triggers/tournament_free_agents.sql b/hasura/triggers/tournament_free_agents.sql index 45c4c880d..ec3a44b6d 100644 --- a/hasura/triggers/tournament_free_agents.sql +++ b/hasura/triggers/tournament_free_agents.sql @@ -36,6 +36,22 @@ BEGIN MESSAGE = 'Player does not meet this tournament''s entry requirements'; END IF; + -- A team owner is already in the tournament. The draft makes its top-rated + -- player the generated team's owner, and tournament_teams is + -- UNIQUE (owner_steam_id, tournament_id), so letting an owner into the pool + -- sets up a duplicate key that aborts the whole registration-close + -- transition. The draft skips them too; this only refuses the join outright + -- so the pool never shows a slot that could not be honoured. + IF EXISTS ( + SELECT 1 + FROM public.tournament_teams tt + WHERE tt.tournament_id = NEW.tournament_id + AND tt.owner_steam_id = NEW.player_steam_id + ) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'You already have a team in this tournament'; + END IF; + -- Registering after the window opened counts as present: nobody can confirm -- a prompt they were never shown, and the close pass waitlists no-shows. IF NEW.checked_in_at IS NULL AND public.tournament_check_in_open(_tournament) THEN diff --git a/hasura/triggers/tournament_team_roster.sql b/hasura/triggers/tournament_team_roster.sql index 08cb6b20e..47e9791f8 100644 --- a/hasura/triggers/tournament_team_roster.sql +++ b/hasura/triggers/tournament_team_roster.sql @@ -166,7 +166,14 @@ BEGIN SET checked_in_at = now() WHERE tt.id = NEW.tournament_team_id AND tt.checked_in_at IS NULL; - ELSE + + -- Clearing is only ever a WITHDRAWN confirmation breaking a roll-up that + -- was already satisfied -- this row went from stamped to NULL, so the count + -- was _checked_in + 1 a moment ago. A player CHECKING IN can only raise the + -- count, and reacting to that would let the first player to confirm wipe a + -- team the registration auto-stamp or an organizer re-admit had already + -- checked in: they would harm their own team by doing what the UI asked. + ELSIF NEW.checked_in_at IS NULL AND _checked_in + 1 >= _min_players THEN UPDATE public.tournament_teams tt SET checked_in_at = NULL WHERE tt.id = NEW.tournament_team_id diff --git a/hasura/triggers/tournament_teams.sql b/hasura/triggers/tournament_teams.sql index 89da23af4..6459ca823 100644 --- a/hasura/triggers/tournament_teams.sql +++ b/hasura/triggers/tournament_teams.sql @@ -93,10 +93,16 @@ BEGIN _session := nullif(current_setting('hasura.user', true), '')::json; + -- Check-in tournaments only. Withdrawing from a drawn bracket was open to + -- every player before this feature existed, and check-in is the only thing + -- that changed: a tournament with check_in_required false must behave + -- exactly as it did. + -- -- A session with no role is an internal write (a cascade, a job, a test -- harness that reset hasura.user). Those were unrestricted before this -- guard existed and stay unrestricted, so only a real request is gated. IF (_session ->> 'x-hasura-role') IS NOT NULL + AND tournament.check_in_required AND tournament.status IN ('RegistrationClosed', 'Live', 'Paused') AND NOT is_tournament_organizer(tournament, _session) THEN RAISE EXCEPTION 'Cannot withdraw a team once the bracket has been drawn' USING ERRCODE = '22000'; diff --git a/hasura/triggers/tournaments.sql b/hasura/triggers/tournaments.sql index a9e8817b0..b5f74a2dd 100644 --- a/hasura/triggers/tournaments.sql +++ b/hasura/triggers/tournaments.sql @@ -28,8 +28,12 @@ BEGIN PERFORM draft_tournament_free_agent_teams(NEW.id); END IF; - PERFORM update_tournament_stages(NEW.id); + -- Seed before sizing: update_tournament_stages reads eligible_at and + -- assign_seeds_to_teams is what writes it, so sizing first builds the + -- bracket from a count that still counts every no-show and pads the + -- difference with first-round byes. PERFORM assign_seeds_to_teams(NEW); + PERFORM update_tournament_stages(NEW.id); SELECT id INTO first_stage_id FROM tournament_stages diff --git a/src/matches/jobs/ProcessTournamentCheckIn.ts b/src/matches/jobs/ProcessTournamentCheckIn.ts index 6e4a76837..56486074d 100644 --- a/src/matches/jobs/ProcessTournamentCheckIn.ts +++ b/src/matches/jobs/ProcessTournamentCheckIn.ts @@ -152,6 +152,11 @@ export class ProcessTournamentCheckIn extends WorkerHost { // One statement decides the destination and claims the tournament: a manual // "Close Registration" click racing this tick loses the WHERE and neither // side acts twice. + // + // Only a team that would otherwise have been seeded can be a no-show. An + // abandoned half-registration is not seedable whether it confirms or not, + // so counting it would hold every check-in tournament in CheckInReview and + // page the organizer over a decision that changes nothing. const closed = await this.postgres.query>( `UPDATE tournaments t SET status = CASE @@ -159,6 +164,7 @@ export class ProcessTournamentCheckIn extends WorkerHost { SELECT 1 FROM tournament_teams tt WHERE tt.tournament_id = t.id AND tt.checked_in_at IS NULL + AND tournament_team_lineup_filled(tt) ) THEN 'CheckInReview' ELSE 'RegistrationClosed' END diff --git a/src/tournaments/tournaments.controller.spec.ts b/src/tournaments/tournaments.controller.spec.ts index 783db58fb..48c671dbd 100644 --- a/src/tournaments/tournaments.controller.spec.ts +++ b/src/tournaments/tournaments.controller.spec.ts @@ -15,6 +15,13 @@ describe("TournamentsController registration and check-in actions", () => { const tournamentVoice = {}; const notifications = { notifyPlayers: jest.fn() }; const postgres = { query: jest.fn() }; + const redisExec = jest.fn(); + const redis = { + multi: () => ({ + incr: () => ({ expire: () => ({ exec: redisExec }) }), + }), + }; + const redisManager = { getConnection: () => redis }; let controller: TournamentsController; let tournamentRow: Record | undefined; @@ -62,6 +69,7 @@ describe("TournamentsController registration and check-in actions", () => { beforeEach(() => { jest.clearAllMocks(); + redisExec.mockResolvedValue([[null, 1]]); tournamentRow = tournament(); teamRow = { id: "team-1", can_manage: false, is_captain: false }; rosterStamped = []; @@ -139,6 +147,7 @@ describe("TournamentsController registration and check-in actions", () => { tournamentVoice as any, notifications as any, postgres as any, + redisManager as any, ); }); @@ -314,7 +323,10 @@ describe("TournamentsController registration and check-in actions", () => { ).rejects.toThrow(/live/i); }); - it("stamps the team and re-runs seeding", async () => { + // Seeding alone leaves a re-admitted team with a seed and no bracket slot + // once "continue without them" has already drawn the bracket, so all three + // steps have to run -- the same sequence tau_tournaments uses. + it("stamps the team and rebuilds the bracket around it", async () => { tournamentRow = tournament({ is_organizer: true }); await expect( @@ -325,9 +337,33 @@ describe("TournamentsController registration and check-in actions", () => { }), ).resolves.toEqual({ success: true }); + expect( + statements.some((sql) => sql.includes("update_tournament_stages")), + ).toBe(true); expect( statements.some((sql) => sql.includes("assign_seeds_to_teams")), ).toBe(true); + expect(statements.some((sql) => sql.includes("seed_stage"))).toBe(true); + }); + + it("rebuilds the bracket after registration has already closed", async () => { + tournamentRow = tournament({ + is_organizer: true, + status: "RegistrationClosed", + }); + + await expect( + controller.readmitTournamentTeam({ + user: organizer, + tournament_id: "tournament-1", + tournament_team_id: "team-1", + }), + ).resolves.toEqual({ success: true }); + + expect( + statements.some((sql) => sql.includes("update_tournament_stages")), + ).toBe(true); + expect(statements.some((sql) => sql.includes("seed_stage"))).toBe(true); }); }); @@ -485,6 +521,8 @@ describe("TournamentsController registration and check-in actions", () => { ).rejects.toThrow(/live/i); }); + // update_tournament_stages sizes the bracket from eligible_at, and + // assign_seeds_to_teams is what writes it, so the seeding has to come first. it("drafts and rebuilds the bracket in the trigger's order", async () => { tournamentRow = tournament({ is_organizer: true, @@ -500,8 +538,8 @@ describe("TournamentsController registration and check-in actions", () => { const order = [ "draft_tournament_free_agent_teams", - "update_tournament_stages", "assign_seeds_to_teams", + "update_tournament_stages", "seed_stage", ].map((fragment) => statements.findIndex((sql) => sql.includes(fragment)), @@ -611,7 +649,9 @@ describe("TournamentsController registration and check-in actions", () => { }); describe("unlockTournamentRegistration", () => { - it("refuses a tournament with no passcode", async () => { + // "No passcode set" and "wrong passcode" must not be told apart: the + // distinction is half the search space handed to a guesser for free. + it("refuses a tournament with no passcode indistinguishably", async () => { passcodeRow = { status: "RegistrationOpen", has_passcode: false, @@ -624,7 +664,28 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", passcode: "hunter2", }), - ).rejects.toThrow(/does not use a passcode/i); + ).rejects.toThrow(/^incorrect passcode$/i); + }); + + it("throttles a guesser before the database is even asked", async () => { + passcodeRow = { + status: "RegistrationOpen", + has_passcode: true, + matches: false, + }; + redisExec.mockResolvedValue([ + [null, TournamentsController.PASSCODE_ATTEMPTS_PER_MINUTE + 1], + ]); + + await expect( + controller.unlockTournamentRegistration({ + user: player, + tournament_id: "tournament-1", + passcode: "nope", + }), + ).rejects.toThrow(/too many passcode attempts/i); + + expect(statements).toHaveLength(0); }); it("refuses a wrong passcode", async () => { @@ -640,7 +701,7 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", passcode: "nope", }), - ).rejects.toThrow(/incorrect passcode/i); + ).rejects.toThrow(/^incorrect passcode$/i); }); it("records the unlock on a match", async () => { diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index 371f30620..a73d13034 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -1,4 +1,5 @@ import { Controller, Logger } from "@nestjs/common"; +import { Redis } from "ioredis"; import { HasuraAction, HasuraEvent } from "../hasura/hasura.controller"; import { HasuraService } from "../hasura/hasura.service"; import { HasuraEventData } from "../hasura/types/HasuraEventData"; @@ -9,6 +10,7 @@ import { DiscordTournamentVoiceService } from "../discord-bot/discord-tournament import { tournaments_set_input } from "../../generated"; import { NotificationsService } from "../notifications/notifications.service"; import { PostgresService } from "../postgres/postgres.service"; +import { RedisManagerService } from "../redis/redis-manager/redis-manager.service"; // These tables are newer than the generated GraphQL types; event payloads are // typed locally (mirrors the leagues controller). @@ -50,6 +52,8 @@ type CheckInTeam = { @Controller("tournaments") export class TournamentsController { + private readonly redis: Redis; + constructor( private readonly logger: Logger, private readonly hasura: HasuraService, @@ -58,7 +62,10 @@ export class TournamentsController { private readonly tournamentVoice: DiscordTournamentVoiceService, private readonly notifications: NotificationsService, private readonly postgres: PostgresService, - ) {} + private readonly redisManager: RedisManagerService, + ) { + this.redis = this.redisManager.getConnection(); + } private async announceRegistrationOpen( tournamentId: string, @@ -637,12 +644,7 @@ export class TournamentsController { throw Error("team is not registered for this tournament"); } - // assign_seeds_to_teams recomputes eligibility from scratch every run, so - // the stamp above only takes effect once it has run again. - await this.postgres.query( - `SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1::uuid`, - [tournament_id], - ); + await this.reseedTournament(tournament_id); this.logger.log( `[${tournament_id}] re-admitted team ${tournament_team_id} after a missed check-in`, @@ -790,27 +792,40 @@ export class TournamentsController { tournament_id, ]); - // The same order tau_tournaments uses: the bracket is sized from the live - // team count, so seeding before the draft would build it for zero teams. - await this.postgres.query(`SELECT update_tournament_stages($1::uuid)`, [ - tournament_id, - ]); + await this.reseedTournament(tournament_id); + + this.logger.log( + `[${tournament_id}] drafted ${drafted.teams_created} free agent teams`, + ); + + return { teams_created: drafted.teams_created }; + } + + // All three, in this order. Stamping checked_in_at is not enough on its own: + // assign_seeds_to_teams recomputes eligibility from scratch, the bracket is + // SIZED by update_tournament_stages from the eligible count, and the slots are + // filled by seed_stage. Run the seeding alone after "continue without them" + // already drew the bracket and a re-admitted team gets eligible_at and a seed + // with nowhere to play -- a seeded entrant that never appears in a match. + // + // Seeding runs FIRST because update_tournament_stages sizes the bracket from + // eligible_at, and assign_seeds_to_teams is what writes it. The other way + // round the bracket is built from the count as it stood before the re-admit, + // so the team just let back in is seeded past the last slot that exists. + private async reseedTournament(tournamentId: string) { await this.postgres.query( `SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1::uuid`, - [tournament_id], + [tournamentId], ); + await this.postgres.query(`SELECT update_tournament_stages($1::uuid)`, [ + tournamentId, + ]); await this.postgres.query( `SELECT seed_stage(ts.id) FROM tournament_stages ts WHERE ts.tournament_id = $1::uuid AND ts."order" = 1`, - [tournament_id], - ); - - this.logger.log( - `[${tournament_id}] drafted ${drafted.teams_created} free agent teams`, + [tournamentId], ); - - return { teams_created: drafted.teams_created }; } @HasuraAction() @@ -888,6 +903,31 @@ export class TournamentsController { throw Error("this tournament is invite only"); } + // A passcode is a bearer credential and the action takes an arbitrary + // tournament id, so every logged-in player can guess against every + // tournament. Keyed per caller, and the minute is part of the key rather than + // a refreshed TTL -- re-setting the TTL on each attempt would push the window + // ahead of somebody who never stops and lock them out for good. + public static readonly PASSCODE_ATTEMPTS_PER_MINUTE = 5; + + private async assertPasscodeRateLimit(steamId: string): Promise { + const key = `tournament-passcode:${steamId}:${Math.floor( + Date.now() / 60000, + )}`; + // INCR rather than get-then-put: guesses fired concurrently all read the + // same pre-increment value, and a limit that only counts the attempts that + // happened to be serialised is not a limit. EXPIRE has to follow INCR -- + // on a key that does not exist yet it does nothing, which would leave the + // counter with no TTL at all. + const result = await this.redis.multi().incr(key).expire(key, 120).exec(); + + const count = Number(result?.[0]?.[1] ?? 0); + + if (count > TournamentsController.PASSCODE_ATTEMPTS_PER_MINUTE) { + throw Error("too many passcode attempts, try again in a minute"); + } + } + @HasuraAction() public async unlockTournamentRegistration(data: { user: User; @@ -896,6 +936,8 @@ export class TournamentsController { }) { const { tournament_id, passcode } = data; + await this.assertPasscodeRateLimit(data.user.steam_id); + // Compared in SQL so the passcode never has to be read back out of the // database and into a log or an error message. const [tournament] = await this.postgres.query< @@ -917,11 +959,9 @@ export class TournamentsController { throw Error("registration is not open"); } - if (!tournament.has_passcode) { - throw Error("this tournament does not use a passcode"); - } - - if (!tournament.matches) { + // One message for both. "No passcode set" and "wrong passcode" told apart + // is half the search space handed over for free. + if (!tournament.has_passcode || !tournament.matches) { throw Error("incorrect passcode"); } diff --git a/src/tournaments/tournaments.module.ts b/src/tournaments/tournaments.module.ts index 158501430..9c7aa6f73 100644 --- a/src/tournaments/tournaments.module.ts +++ b/src/tournaments/tournaments.module.ts @@ -7,6 +7,7 @@ import { DiscordTournamentVoiceModule } from "../discord-bot/discord-tournament- import { loggerFactory } from "../utilities/LoggerFactory"; import { NotificationsModule } from "../notifications/notifications.module"; import { PostgresModule } from "../postgres/postgres.module"; +import { RedisModule } from "../redis/redis.module"; @Module({ imports: [ @@ -16,6 +17,7 @@ import { PostgresModule } from "../postgres/postgres.module"; DiscordTournamentVoiceModule, NotificationsModule, PostgresModule, + RedisModule, ], controllers: [TournamentsController], providers: [loggerFactory()], diff --git a/test/tournament-check-in-and-free-agents.spec.ts b/test/tournament-check-in-and-free-agents.spec.ts index 6c4049da8..384c233f1 100644 --- a/test/tournament-check-in-and-free-agents.spec.ts +++ b/test/tournament-check-in-and-free-agents.spec.ts @@ -1,4 +1,7 @@ +import { Logger } from "@nestjs/common"; import { PostgresService } from "./../src/postgres/postgres.service"; +import { TournamentsController } from "./../src/tournaments/tournaments.controller"; +import { ProcessTournamentCheckIn } from "./../src/matches/jobs/ProcessTournamentCheckIn"; import { Fixtures } from "./utils/fixtures"; import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; @@ -90,6 +93,54 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", [tournamentId, steamId, createdAt ?? null], ); + const registerTeam = async ( + tournamentId: string, + name: string, + players: Array, + ) => { + const [team] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3) RETURNING id`, + [tournamentId, name, players[0]], + ); + + for (const player of players) { + // tbi_tournament_team_roster reads hasura.user unconditionally, so a + // roster insert has to arrive with a session like a real request. + await runAsUser(postgres, player, "admin", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3) ON CONFLICT DO NOTHING`, + [team.id, player, tournamentId], + ), + ); + } + + return team.id; + }; + + const teamCheckedIn = async (teamId: string) => { + const [row] = await postgres.query>( + "SELECT checked_in_at FROM tournament_teams WHERE id = $1", + [teamId], + ); + return row.checked_in_at !== null; + }; + + const confirmPlayer = (teamId: string, steamId: string) => + postgres.query( + `UPDATE tournament_team_roster SET checked_in_at = now() + WHERE tournament_team_id = $1 AND player_steam_id = $2`, + [teamId, steamId], + ); + + const withdrawPlayer = (teamId: string, steamId: string) => + postgres.query( + `UPDATE tournament_team_roster SET checked_in_at = NULL + WHERE tournament_team_id = $1 AND player_steam_id = $2`, + [teamId, steamId], + ); + describe("registration requirements", () => { it("rejects a roster addition for a player below min_role", async () => { const t = await createTournament({ @@ -226,54 +277,82 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", expect(team.checked_in_at).not.toBeNull(); }); + // The team is registered BEFORE the window opens so nothing auto-stamps it: + // its checked_in_at is then the roll-up's work and nothing else. Registered + // inside the window instead, the team starts out stamped and the roll-up + // could be deleted outright without the assertions noticing. it("rolls per-player confirmations up into the team in Players mode", async () => { const t = await createTournament({ - start: "30 minutes", + start: "3 days", columns: { check_in_required: true, check_in_setting: "Players" }, }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const [owner, mate] = await fx.players(2); + const teamId = await registerTeam(t.id, "Roster", [owner, mate]); + expect(await teamCheckedIn(teamId)).toBe(false); + await postgres.query( - "UPDATE tournaments SET status = 'RegistrationOpen' WHERE id = $1", + "UPDATE tournaments SET start = now() + interval '30 minutes' WHERE id = $1", [t.id], ); - const owner = await fx.player(); - const mate = await fx.player(); - const [team] = await postgres.query>( - `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id, checked_in_at) - VALUES ($1, 'Roster', $2, $2, NULL) RETURNING id`, - [t.id, owner], - ); - for (const player of [owner, mate]) { - await runAsUser(postgres, player, "admin", (query) => - query( - `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) - VALUES ($1, $2, $3) ON CONFLICT DO NOTHING`, - [team.id, player, t.id], - ), - ); - } + // Wingman fields two, so one confirmation is not enough. + await confirmPlayer(teamId, owner); + expect(await teamCheckedIn(teamId)).toBe(false); - const teamCheckedIn = async () => { - const [row] = await postgres.query< - Array<{ checked_in_at: Date | null }> - >("SELECT checked_in_at FROM tournament_teams WHERE id = $1", [ - team.id, - ]); - return row.checked_in_at !== null; - }; + await confirmPlayer(teamId, mate); + expect(await teamCheckedIn(teamId)).toBe(true); - // Wingman fields two, so one confirmation is not enough. - await postgres.query( - "UPDATE tournament_team_roster SET checked_in_at = now() WHERE tournament_team_id = $1 AND player_steam_id = $2", - [team.id, owner], - ); - expect(await teamCheckedIn()).toBe(false); + // Withdrawing a confirmation from a satisfied roll-up is the only thing + // that may take the team back out. + await withdrawPlayer(teamId, mate); + expect(await teamCheckedIn(teamId)).toBe(false); + + await confirmPlayer(teamId, mate); + expect(await teamCheckedIn(teamId)).toBe(true); + }); + + // The registration auto-stamp and the per-player roll-up meet here: a team + // that signed up mid-window is already checked in, and the first player to + // do what the UI asked used to wipe it -- one confirmation being below the + // minimum lineup. The same branch silently reversed an organizer re-admit. + it("never lets the first player to confirm un-check their own team", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true, check_in_setting: "Players" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const players = await fx.players(2); + const teamId = await registerTeam(t.id, "Auto", players); + expect(await teamCheckedIn(teamId)).toBe(true); + + await confirmPlayer(teamId, players[0]); + expect(await teamCheckedIn(teamId)).toBe(true); + }); + + it("never lets a withdrawal reverse an organizer re-admit", async () => { + const t = await createTournament({ + start: "3 days", + columns: { check_in_required: true, check_in_setting: "Players" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const players = await fx.players(2); + const teamId = await registerTeam(t.id, "Missed", players); + + // One player confirmed, the team never reached the bar, the organizer + // re-admitted it anyway. Losing that one confirmation is not a drop from + // a satisfied roll-up, so the re-admission stands. + await confirmPlayer(teamId, players[0]); await postgres.query( - "UPDATE tournament_team_roster SET checked_in_at = now() WHERE tournament_team_id = $1 AND player_steam_id = $2", - [team.id, mate], + "UPDATE tournament_teams SET checked_in_at = now() WHERE id = $1", + [teamId], ); - expect(await teamCheckedIn()).toBe(true); + + await withdrawPlayer(teamId, players[0]); + expect(await teamCheckedIn(teamId)).toBe(true); }); it("drops a no-show from seeding without deleting it, and re-admits on demand", async () => { @@ -286,37 +365,15 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", [t.id], ); - const showed = await fx.player(); - const mate = await fx.player(); - const noShow = await fx.player(); - const noShowMate = await fx.player(); + await registerTeam(t.id, "A", await fx.players(2)); + const teamB = { id: await registerTeam(t.id, "B", await fx.players(2)) }; - const [teamA] = await postgres.query>( - `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) - VALUES ($1, 'A', $2, $2) RETURNING id`, - [t.id, showed], + // The exclusion keys off check_in_ends_at, which only a real opened + // window ever stamps; without it nobody can be a no-show. + await postgres.query( + "UPDATE tournaments SET check_in_ends_at = now() + interval '10 minutes' WHERE id = $1", + [t.id], ); - const [teamB] = await postgres.query>( - `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) - VALUES ($1, 'B', $2, $2) RETURNING id`, - [t.id, noShow], - ); - for (const [team, players] of [ - [teamA.id, [showed, mate]], - [teamB.id, [noShow, noShowMate]], - ] as Array<[string, Array]>) { - for (const player of players) { - // tbi_tournament_team_roster reads hasura.user unconditionally, so a - // roster insert has to arrive with a session like a real request. - await runAsUser(postgres, player, "admin", (query) => - query( - `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) - VALUES ($1, $2, $3) ON CONFLICT DO NOTHING`, - [team, player, t.id], - ), - ); - } - } // Both were auto-stamped on insert (the window is open); clear B to make // it a genuine no-show. @@ -705,4 +762,447 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", expect(rows).toHaveLength(0); }); }); + + // Every case below was a live defect: the suite above stayed green through + // all of them. + describe("check-in windows that never opened", () => { + // check_in_ends_at is stamped only by the open pass, which fires on + // RegistrationOpen alone. An organizer who closes registration early + // therefore leaves it NULL for good -- and the derived + // "clock is past start - opens_before" said "check-in has started" anyway. + const fullField = async (start: string) => { + const t = await createTournament({ + start, + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + for (let i = 1; i <= 4; i++) { + await registerTeam(t.id, `T${i}`, await fx.players(2)); + } + + return t; + }; + + it("does not cancel a fully rostered field when no window ever opened", async () => { + const t = await fullField("3 days"); + + await postgres.query( + "UPDATE tournaments SET start = now() + interval '30 minutes' WHERE id = $1", + [t.id], + ); + + const [gate] = await postgres.query< + Array<{ started: boolean; opened: boolean; min_teams: boolean }> + >( + `SELECT tournament_check_in_started(t) AS started, + tournament_check_in_window_opened(t) AS opened, + tournament_has_min_teams(t) AS min_teams + FROM tournaments t WHERE t.id = $1`, + [t.id], + ); + expect(gate.started).toBe(true); + expect(gate.opened).toBe(false); + expect(gate.min_teams).toBe(true); + + await postgres.query( + "SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1", + [t.id], + ); + const seeded = await postgres.query>( + "SELECT seed FROM tournament_teams WHERE tournament_id = $1", + [t.id], + ); + expect(seeded).toHaveLength(4); + expect(seeded.every((row) => row.seed !== null)).toBe(true); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + await setStatus(t.id, t.organizer, "Live"); + + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(row.status).toBe("Live"); + }); + + it("still excludes no-shows once a window really opened", async () => { + const t = await fullField("3 days"); + + await postgres.query( + `UPDATE tournaments + SET start = now() + interval '30 minutes', + check_in_ends_at = now() + interval '10 minutes' + WHERE id = $1`, + [t.id], + ); + + const [gate] = await postgres.query>( + "SELECT tournament_has_min_teams(t) AS min_teams FROM tournaments t WHERE t.id = $1", + [t.id], + ); + expect(gate.min_teams).toBe(false); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + await setStatus(t.id, t.organizer, "Live"); + + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [t.id], + ); + expect(row.status).toBe("CancelledMinTeams"); + }); + + // The withdrawal block arrived with check-in but applied to every + // tournament, and the Hasura delete permission only ever excluded the + // terminal statuses. + it("leaves team withdrawal alone on a tournament without check-in", async () => { + const t = await createTournament(); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const players = await fx.players(2); + const teamId = await registerTeam(t.id, "Leaver", players); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + + await expect( + runAsUser(postgres, players[0], "user", (query) => + query("DELETE FROM tournament_teams WHERE id = $1", [teamId]), + ), + ).resolves.not.toThrow(); + }); + + it("blocks the same withdrawal once check-in is required", async () => { + const t = await createTournament({ + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const players = await fx.players(2); + const teamId = await registerTeam(t.id, "Leaver", players); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + + await expect( + runAsUser(postgres, players[0], "user", (query) => + query("DELETE FROM tournament_teams WHERE id = $1", [teamId]), + ), + ).rejects.toThrow(/bracket has been drawn/i); + }); + }); + + // update_tournament_stages sizes the bracket from eligible_at and + // assign_seeds_to_teams is what writes it, so the seeding has to run first -- + // the other order builds the bracket from a count that still includes every + // no-show and pads the difference with first-round byes. + describe("bracket sizing", () => { + it("builds the bracket for the teams that checked in", async () => { + const t = await createTournament({ + start: "3 days", + maxTeams: 8, + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const teams: Array = []; + for (let i = 1; i <= 8; i++) { + teams.push(await registerTeam(t.id, `T${i}`, await fx.players(2))); + } + + await postgres.query( + `UPDATE tournaments + SET start = now() + interval '30 minutes', + check_in_ends_at = now() + interval '10 minutes' + WHERE id = $1`, + [t.id], + ); + await postgres.query( + "UPDATE tournament_teams SET checked_in_at = now() WHERE id = ANY($1::uuid[])", + [teams.slice(0, 4)], + ); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + + // Four teams is two first-round matches. Sized for eight it would be four, + // half of them byes, plus a round nobody plays. + const [round] = await postgres.query>( + `SELECT COUNT(*)::text AS matches + FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = $1 AND ts."order" = 1 AND tb.round = 1`, + [t.id], + ); + expect(Number(round.matches)).toBe(2); + }); + }); + + describe("a draft that creates nothing", () => { + it("leaves the pool exactly as it found it", async () => { + const t = await createTournament({ + columns: { registration_type: "free_agents" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const first = await fx.player(); + await registerFreeAgent( + t.id, + first, + new Date(Date.now() - 3_600_000).toISOString(), + ); + + const [empty] = await postgres.query>( + "SELECT draft_tournament_free_agent_teams($1) AS created", + [t.id], + ); + expect(empty.created).toBe(0); + + // Waitlisting is one-way without check-in, so burying the earliest + // signups here hands their slot to whoever registers next. + const [untouched] = await postgres.query>( + "SELECT status FROM tournament_free_agents WHERE tournament_id = $1", + [t.id], + ); + expect(untouched.status).toBe("registered"); + + await registerFreeAgent(t.id, await fx.player()); + + const [drafted] = await postgres.query>( + "SELECT draft_tournament_free_agent_teams($1) AS created", + [t.id], + ); + expect(drafted.created).toBe(1); + + const agents = await postgres.query< + Array<{ player_steam_id: string; status: string }> + >( + "SELECT player_steam_id, status FROM tournament_free_agents WHERE tournament_id = $1 ORDER BY created_at", + [t.id], + ); + expect(agents.map((agent) => agent.status)).toEqual([ + "drafted", + "drafted", + ]); + expect(agents[0].player_steam_id).toBe(first); + }); + }); + + describe("a free agent who also owns a team", () => { + it("does not stall the close of registration", async () => { + const t = await createTournament({ + columns: { registration_type: "both" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + // Pool first, team second: no trigger can catch that order, so the draft + // is what has to skip them. tournament_teams is + // UNIQUE (owner_steam_id, tournament_id) and the draft makes its top-rated + // pick the generated team's owner, so drafting this player raises inside + // tau_tournaments and rolls the whole transition back -- identically on + // every retry, with no way out for the organizer. + const owner = await fx.player(); + await registerFreeAgent( + t.id, + owner, + new Date(Date.now() - 3_600_000).toISOString(), + ); + await postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Owned', $2, $2)`, + [t.id, owner], + ); + + for (const agent of await fx.players(2)) { + await registerFreeAgent(t.id, agent); + } + + await expect( + setStatus(t.id, t.organizer, "RegistrationClosed"), + ).resolves.not.toThrow(); + + const [pooled] = await postgres.query>( + `SELECT status FROM tournament_free_agents + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, owner], + ); + expect(pooled.status).toBe("registered"); + + const rostered = await postgres.query>( + `SELECT player_steam_id FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, owner], + ); + expect(rostered).toHaveLength(0); + + const drafted = await postgres.query>( + "SELECT id FROM tournament_teams WHERE tournament_id = $1 AND is_drafted", + [t.id], + ); + expect(drafted).toHaveLength(1); + }); + + it("refuses the pool join when the team came first", async () => { + const t = await createTournament({ + columns: { registration_type: "both" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const owner = await fx.player(); + await postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Owned', $2, $2)`, + [t.id, owner], + ); + + await expect(registerFreeAgent(t.id, owner)).rejects.toThrow( + /already have a team/i, + ); + }); + }); + + // The action and the job carry rules no trigger can enforce (their writes run + // on a pooled connection with no hasura.user), so they are exercised against + // the real schema rather than a statement mock. + describe("check-in action and job on the real schema", () => { + const notifications = { notifyPlayers: jest.fn() }; + + const controller = () => + new TournamentsController( + new Logger("TournamentCheckInActionTest"), + {} as never, + {} as never, + {} as never, + {} as never, + notifications as never, + postgres, + { getConnection: () => ({}) } as never, + ); + + const job = () => + new ProcessTournamentCheckIn( + new Logger("TournamentCheckInJobTest"), + postgres, + notifications as never, + ); + + const bracketSlots = (tournamentId: string, teamId: string) => + postgres.query>( + `SELECT tb.id FROM tournament_brackets tb + JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = $1 + AND $2::uuid IN (tb.tournament_team_id_1, tb.tournament_team_id_2)`, + [tournamentId, teamId], + ); + + const status = async (tournamentId: string) => { + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [tournamentId], + ); + return row.status; + }; + + // Re-admission is allowed after "continue without them" has already drawn + // the bracket, and a seed with no slot is a team that shows on the entrant + // list and never plays. + it("gives a re-admitted team a bracket slot, not just a seed", async () => { + const t = await createTournament({ + start: "3 days", + maxTeams: 4, + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const teams: Array = []; + for (let i = 1; i <= 4; i++) { + teams.push(await registerTeam(t.id, `T${i}`, await fx.players(2))); + } + + await postgres.query( + `UPDATE tournaments + SET start = now() + interval '30 minutes', + check_in_ends_at = now() + interval '10 minutes' + WHERE id = $1`, + [t.id], + ); + await postgres.query( + `UPDATE tournament_teams SET checked_in_at = now() + WHERE tournament_id = $1 AND id <> $2`, + [t.id, teams[3]], + ); + + await setStatus(t.id, t.organizer, "RegistrationClosed"); + expect(await bracketSlots(t.id, teams[3])).toHaveLength(0); + + await controller().readmitTournamentTeam({ + user: { name: "Organizer", role: "user", steam_id: t.organizer }, + tournament_id: t.id, + tournament_team_id: teams[3], + }); + + const [readmitted] = await postgres.query>( + "SELECT seed FROM tournament_teams WHERE id = $1", + [teams[3]], + ); + expect(readmitted.seed).not.toBeNull(); + expect((await bracketSlots(t.id, teams[3])).length).toBeGreaterThan(0); + }); + + // A team holding half a lineup is not seedable with or without a + // confirmation, so it cannot be a no-show -- one abandoned registration + // would otherwise page the organizer on every check-in tournament. + const closingField = async (strandedRoster: number) => { + const t = await createTournament({ + start: "3 days", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const confirmed = await registerTeam(t.id, "Full", await fx.players(2)); + await registerTeam(t.id, "Partial", await fx.players(strandedRoster)); + + await postgres.query( + `UPDATE tournaments + SET start = now() + interval '10 minutes', + check_in_ends_at = now() - interval '1 minute' + WHERE id = $1`, + [t.id], + ); + await postgres.query( + "UPDATE tournament_teams SET checked_in_at = now() WHERE id = $1", + [confirmed], + ); + + return t; + }; + + it("does not hold a tournament for a half-finished registration", async () => { + const t = await closingField(1); + + const [count] = await postgres.query>( + `SELECT tournament_missed_check_in_count(t) AS missed + FROM tournaments t WHERE t.id = $1`, + [t.id], + ); + expect(count.missed).toBe(0); + + await job().process(); + + expect(await status(t.id)).toBe("RegistrationClosed"); + }); + + it("still holds a tournament for a team that could have been seeded", async () => { + const t = await closingField(2); + + const [count] = await postgres.query>( + `SELECT tournament_missed_check_in_count(t) AS missed + FROM tournaments t WHERE t.id = $1`, + [t.id], + ); + expect(count.missed).toBe(1); + + await job().process(); + + expect(await status(t.id)).toBe("CheckInReview"); + }); + }); }); From b409383308ad328b18af5712bfb45250b60c3fa4 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Aug 2026 09:15:04 -0400 Subject: [PATCH 05/17] feature: tournament invites --- generated/schema.ts | 3 +- hasura/enums/notification-types.sql | 1 + .../tables/public_tournament_invites.yaml | 67 ++++ .../databases/default/tables/tables.yaml | 1 + .../1883000000000_tournament_invites/down.sql | 3 + .../1883000000000_tournament_invites/up.sql | 29 ++ hasura/triggers/tournament_invites.sql | 33 ++ src/invites/invites.controller.ts | 138 ++++++- .../preferences/notification-categories.ts | 8 +- .../push/notification-delivery.ts | 1 + test/tournament-invites.spec.ts | 351 ++++++++++++++++++ 11 files changed, 627 insertions(+), 8 deletions(-) create mode 100644 hasura/metadata/databases/default/tables/public_tournament_invites.yaml create mode 100644 hasura/migrations/default/1883000000000_tournament_invites/down.sql create mode 100644 hasura/migrations/default/1883000000000_tournament_invites/up.sql create mode 100644 hasura/triggers/tournament_invites.sql create mode 100644 test/tournament-invites.spec.ts diff --git a/generated/schema.ts b/generated/schema.ts index 8a054164d..1c72d17fe 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -5468,7 +5468,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 = 'AwardGranted' | 'ChatMessage' | 'ClipReady' | 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'DraftInvite' | 'EloRecompute' | 'EventReminder' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchChatMessage' | 'MatchImported' | 'MatchStatsReady' | 'MatchStatusChange' | 'MatchSupport' | 'NadeDriftScanFinished' | 'NadePracticeInvite' | 'NadePracticeReady' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'NewsPublished' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'SeasonEnded' | 'StorageScan' | 'TeamInvite' | 'TournamentCheckInClosing' | 'TournamentCheckInMissed' | 'TournamentCheckInOpen' | 'TournamentCreated' | 'TournamentReminder' | 'TournamentTeamInvite' | 'UtilityDriftScanFinished' | 'UtilityPracticeInvite' | 'UtilityPracticeReady' +export type e_notification_types_enum = 'AwardGranted' | 'ChatMessage' | 'ClipReady' | 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'DraftInvite' | 'EloRecompute' | 'EventReminder' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchChatMessage' | 'MatchImported' | 'MatchStatsReady' | 'MatchStatusChange' | 'MatchSupport' | 'NadeDriftScanFinished' | 'NadePracticeInvite' | 'NadePracticeReady' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'NewsPublished' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'SeasonEnded' | 'StorageScan' | 'TeamInvite' | 'TournamentCheckInClosing' | 'TournamentCheckInMissed' | 'TournamentCheckInOpen' | 'TournamentCreated' | 'TournamentInvite' | 'TournamentReminder' | 'TournamentTeamInvite' | 'UtilityDriftScanFinished' | 'UtilityPracticeInvite' | 'UtilityPracticeReady' /** aggregate max on columns */ @@ -147326,6 +147326,7 @@ export const enumENotificationTypesEnum = { TournamentCheckInMissed: 'TournamentCheckInMissed' as const, TournamentCheckInOpen: 'TournamentCheckInOpen' as const, TournamentCreated: 'TournamentCreated' as const, + TournamentInvite: 'TournamentInvite' as const, TournamentReminder: 'TournamentReminder' as const, TournamentTeamInvite: 'TournamentTeamInvite' as const, UtilityDriftScanFinished: 'UtilityDriftScanFinished' as const, diff --git a/hasura/enums/notification-types.sql b/hasura/enums/notification-types.sql index e474ed49e..9cd04a877 100644 --- a/hasura/enums/notification-types.sql +++ b/hasura/enums/notification-types.sql @@ -39,6 +39,7 @@ INSERT INTO e_notification_types ("value", "description") VALUES ('NewsPublished', 'A news article was published'), ('TeamInvite', 'You were invited to a team'), ('TournamentTeamInvite', 'You were invited to play in a tournament'), + ('TournamentInvite', 'You were invited to register for a tournament'), ('DraftInvite', 'You were invited to a draft lobby'), ('MatchStatsReady', 'Stats for a match you played are ready'), ('ClipReady', 'A clip you requested finished rendering'), diff --git a/hasura/metadata/databases/default/tables/public_tournament_invites.yaml b/hasura/metadata/databases/default/tables/public_tournament_invites.yaml new file mode 100644 index 000000000..2c4395d47 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_invites.yaml @@ -0,0 +1,67 @@ +table: + name: tournament_invites + schema: public +event_triggers: + - name: tournament_invite_events + definition: + enable_manual: false + insert: + columns: '*' + retry_conf: + interval_sec: 10 + num_retries: 3 + timeout_sec: 60 + webhook: '{{HASURA_GRAPHQL_EVENT_HOOK}}' +object_relationships: + - name: invited_by + using: + foreign_key_constraint_on: invited_by_player_steam_id + - name: player + using: + foreign_key_constraint_on: steam_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +insert_permissions: + - role: user + permission: + check: + tournament: + is_organizer: + _eq: true + set: + invited_by_player_steam_id: x-hasura-user-id + columns: + - steam_id + - tournament_id + comment: A tournament_organizer by role and a plain user who owns the tournament are the same + person here, so one block covers both and every role above it inherits it +select_permissions: + - role: user + permission: + columns: + - created_at + - id + - invited_by_player_steam_id + - steam_id + - tournament_id + filter: + _or: + - steam_id: + _eq: X-Hasura-User-Id + - tournament: + is_organizer: + _eq: true + allow_aggregations: true + comment: "" +delete_permissions: + - role: user + permission: + filter: + _or: + - steam_id: + _eq: X-Hasura-User-Id + - tournament: + is_organizer: + _eq: true + comment: "" diff --git a/hasura/metadata/databases/default/tables/tables.yaml b/hasura/metadata/databases/default/tables/tables.yaml index e617380c7..51d3cc392 100644 --- a/hasura/metadata/databases/default/tables/tables.yaml +++ b/hasura/metadata/databases/default/tables/tables.yaml @@ -186,6 +186,7 @@ - "!include public_tournament_brackets.yaml" - "!include public_tournament_categories.yaml" - "!include public_tournament_free_agents.yaml" +- "!include public_tournament_invites.yaml" - "!include public_tournament_leaderboard_entries.yaml" - "!include public_tournament_organizer_teams.yaml" - "!include public_tournament_organizers.yaml" diff --git a/hasura/migrations/default/1883000000000_tournament_invites/down.sql b/hasura/migrations/default/1883000000000_tournament_invites/down.sql new file mode 100644 index 000000000..1d150d32d --- /dev/null +++ b/hasura/migrations/default/1883000000000_tournament_invites/down.sql @@ -0,0 +1,3 @@ +DELETE FROM public.e_notification_types WHERE value = 'TournamentInvite'; + +DROP TABLE IF EXISTS public.tournament_invites; diff --git a/hasura/migrations/default/1883000000000_tournament_invites/up.sql b/hasura/migrations/default/1883000000000_tournament_invites/up.sql new file mode 100644 index 000000000..c8d337b80 --- /dev/null +++ b/hasura/migrations/default/1883000000000_tournament_invites/up.sql @@ -0,0 +1,29 @@ +-- The missing half of invite_only. Before this, "invite only" meant +-- "passcode only": tournament_registration_unlocks was reachable through +-- unlockTournamentRegistration alone, so an organizer who never handed out a +-- code locked everyone out and had no way to let anyone in. +-- +-- Keyed on steam_id rather than on a team, like every other invite table on the +-- platform: the invite has to work whether the player brings a registered team +-- or enters the free-agent pool. +CREATE TABLE IF NOT EXISTS public.tournament_invites ( + id uuid NOT NULL DEFAULT gen_random_uuid(), + tournament_id uuid NOT NULL REFERENCES public.tournaments (id) ON UPDATE CASCADE ON DELETE CASCADE, + steam_id bigint NOT NULL REFERENCES public.players (steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + invited_by_player_steam_id bigint NOT NULL REFERENCES public.players (steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + created_at timestamptz NOT NULL DEFAULT now(), + PRIMARY KEY (id), + UNIQUE (tournament_id, steam_id) +); + +CREATE INDEX IF NOT EXISTS idx_tournament_invites_steam_id + ON public.tournament_invites (steam_id); + +-- Repeated in hasura/enums/notification-types.sql; enums are applied after +-- migrations, so both exist on purpose. The notification specs scrape every +-- quoted value-then-description pair out of any up.sql that mentions +-- e_notification_types and treat it as a notification type -- nothing else in +-- this file has that shape, so the table DDL above can share the migration. +INSERT INTO public.e_notification_types ("value", "description") VALUES + ('TournamentInvite', 'You were invited to register for a tournament') +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; diff --git a/hasura/triggers/tournament_invites.sql b/hasura/triggers/tournament_invites.sql new file mode 100644 index 000000000..d42c1a963 --- /dev/null +++ b/hasura/triggers/tournament_invites.sql @@ -0,0 +1,33 @@ +CREATE OR REPLACE FUNCTION public.tbi_tournament_invites() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +DECLARE + _tournament public.tournaments; + _session json; +BEGIN + SELECT * INTO _tournament + FROM public.tournaments + WHERE id = NEW.tournament_id; + + _session := nullif(current_setting('hasura.user', true), '')::json; + + -- A session with no role is an internal write (a cascade, a job, the accept + -- action) and stays unrestricted, the same shape tbi_tournament_team uses. + -- Only a real request is gated. + -- + -- The metadata insert rule says the same thing for the GraphQL path, but + -- what an accepted invite writes is a tournament_registration_unlocks row, + -- which IS the invite-only gate -- worth stating once more where no path + -- can route around it. + IF (_session ->> 'x-hasura-role') IS NOT NULL + AND NOT public.is_tournament_organizer(_tournament, _session) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Only a tournament organizer can invite players'; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbi_tournament_invites ON public.tournament_invites; +CREATE TRIGGER tbi_tournament_invites BEFORE INSERT ON public.tournament_invites FOR EACH ROW EXECUTE FUNCTION public.tbi_tournament_invites(); diff --git a/src/invites/invites.controller.ts b/src/invites/invites.controller.ts index b9832e97e..c0e3a538e 100644 --- a/src/invites/invites.controller.ts +++ b/src/invites/invites.controller.ts @@ -103,6 +103,44 @@ export class InvitesController { }); } + @HasuraEvent() + public async tournament_invite_events(data: HasuraEventData<{ id: string }>) { + if (data.op !== "INSERT") { + return; + } + + const [invite] = await this.postgres.query< + Array<{ + steam_id: string; + tournament_name: string; + tournament_logo: string | null; + invited_by: string; + }> + >( + `SELECT ti.steam_id::text AS steam_id, + tour.name AS tournament_name, + tour.logo AS tournament_logo, + COALESCE(p.name, 'Someone') AS invited_by + FROM public.tournament_invites ti + JOIN public.tournaments tour ON tour.id = ti.tournament_id + LEFT JOIN public.players p ON p.steam_id = ti.invited_by_player_steam_id + WHERE ti.id = $1::uuid`, + [data.new.id], + ); + + if (!invite) { + return; + } + + await this.notifyInvited("TournamentInvite", { + steamId: invite.steam_id, + title: "Tournament Invite", + body: `${NotificationsService.escapeHtml(invite.invited_by)} invited you to register for ${NotificationsService.escapeHtml(invite.tournament_name)}.`, + entityId: data.new.id, + icon: invite.tournament_logo, + }); + } + public async notifyInvited( type: e_notification_types_enum, invite: { @@ -138,11 +176,22 @@ export class InvitesController { }) { const { invite_id, user, type } = data; - if (type === "team") { - return await this.acceptTeamInvite(invite_id, user); + switch (type) { + case "team": + return await this.acceptTeamInvite(invite_id, user); + // "tournament" has meant the tournament TEAM invite since long before + // tournament_invites existed and deployed clients still send it, so the + // new table gets its own key rather than stealing that one. + case "tournament": + case "tournament-team": + return await this.acceptTournamentTeamInvite(invite_id, user); + case "tournament-registration": + return await this.acceptTournamentInvite(invite_id, user); } - return await this.acceptTournamentTeamInvite(invite_id, user); + // This used to fall through to the tournament-team branch, which turned a + // typo into a lookup against the wrong table. + throw Error(`unknown invite type ${type}`); } private async acceptTeamInvite(invite_id: string, user: User) { @@ -250,6 +299,56 @@ export class InvitesController { }; } + // Steam ids are read back as text for the same reason the event handlers do + // it: a bigint that round-trips through JSON stops being exact well below a + // steam id. + private async findTournamentInvite(invite_id: string) { + const [invite] = await this.postgres.query< + Array<{ tournament_id: string; steam_id: string }> + >( + `SELECT tournament_id, steam_id::text AS steam_id + FROM public.tournament_invites + WHERE id = $1::uuid`, + [invite_id], + ); + + if (!invite) { + throw Error("unable to find tournament invite"); + } + + return invite; + } + + private async acceptTournamentInvite(invite_id: string, user: User) { + const invite = await this.findTournamentInvite(invite_id); + + if (invite.steam_id !== user.steam_id) { + return { + success: false, + }; + } + + // An unlock row is what tbi_tournament_team and tbi_tournament_free_agents + // already check, so the invite grants exactly what the passcode grants + // rather than becoming a second gate they would both have to learn about. + // ON CONFLICT because the player may have redeemed a passcode first. + await this.postgres.query( + `INSERT INTO public.tournament_registration_unlocks (tournament_id, player_steam_id) + VALUES ($1::uuid, $2::bigint) + ON CONFLICT DO NOTHING`, + [invite.tournament_id, invite.steam_id], + ); + + await this.postgres.query( + "DELETE FROM public.tournament_invites WHERE id = $1::uuid", + [invite_id], + ); + + return { + success: true, + }; + } + @HasuraAction() public async denyInvite(data: { user: User; @@ -258,11 +357,17 @@ export class InvitesController { }) { const { invite_id, user, type } = data; - if (type === "team") { - return this.denyTeamInvite(invite_id, user); + switch (type) { + case "team": + return this.denyTeamInvite(invite_id, user); + case "tournament": + case "tournament-team": + return this.denyTournamentTeamInvite(invite_id, user); + case "tournament-registration": + return this.denyTournamentInvite(invite_id, user); } - return this.denyTournamentTeamInvite(invite_id, user); + throw Error(`unknown invite type ${type}`); } public async denyTeamInvite(invite_id: string, user: User) { @@ -337,4 +442,25 @@ export class InvitesController { success: true, }; } + + public async denyTournamentInvite(invite_id: string, user: User) { + const invite = await this.findTournamentInvite(invite_id); + + if (invite.steam_id !== user.steam_id) { + return { + success: false, + }; + } + + // Only the invite goes; a declined invite never granted an unlock, and + // deleting one here would revoke a passcode the player redeemed themselves. + await this.postgres.query( + "DELETE FROM public.tournament_invites WHERE id = $1::uuid", + [invite_id], + ); + + return { + success: true, + }; + } } diff --git a/src/notifications/preferences/notification-categories.ts b/src/notifications/preferences/notification-categories.ts index ef247d40a..4027c41a9 100644 --- a/src/notifications/preferences/notification-categories.ts +++ b/src/notifications/preferences/notification-categories.ts @@ -53,7 +53,12 @@ export const PUSH_CATEGORIES: Record = { "LeagueRosterUndersized", ], teams: ["FormTeamSuggestion"], - invites: ["TeamInvite", "TournamentTeamInvite", "DraftInvite"], + invites: [ + "TeamInvite", + "TournamentTeamInvite", + "TournamentInvite", + "DraftInvite", + ], utility: ["UtilityPracticeInvite", "UtilityPracticeReady"], account: ["NameChangeApproved", "NameChangeDenied", "PlayerSanctioned", "AwardGranted"], news: ["NewsPublished"], @@ -104,6 +109,7 @@ export const IN_APP_KEYS: PreferenceKey[] = [ { key: "MatchChatMessage", defaultEnabled: true }, { key: "TeamInvite", defaultEnabled: true }, { key: "TournamentTeamInvite", defaultEnabled: true }, + { key: "TournamentInvite", defaultEnabled: true }, { key: "DraftInvite", defaultEnabled: true }, { key: "MatchImported", defaultEnabled: true }, { key: "MatchStatsReady", defaultEnabled: true }, diff --git a/src/notifications/push/notification-delivery.ts b/src/notifications/push/notification-delivery.ts index 545e50e6d..02e7c029c 100644 --- a/src/notifications/push/notification-delivery.ts +++ b/src/notifications/push/notification-delivery.ts @@ -39,6 +39,7 @@ const DELIVERY_POLICIES: Record = { "instant-unseen": [ "TeamInvite", "TournamentTeamInvite", + "TournamentInvite", "DraftInvite", "MatchImported", "MatchStatsReady", diff --git a/test/tournament-invites.spec.ts b/test/tournament-invites.spec.ts new file mode 100644 index 000000000..fd54d41b7 --- /dev/null +++ b/test/tournament-invites.spec.ts @@ -0,0 +1,351 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { InvitesController } from "./../src/invites/invites.controller"; +import { User } from "./../src/auth/types/User"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// tournament_invites is the other half of invite_only: the passcode was the +// only way into a locked tournament, so an organizer who never handed a code +// out had no mechanism at all. Accepting writes the same +// tournament_registration_unlocks row unlockTournamentRegistration writes, so +// both paths meet at one grant the join triggers already check. +describe("tournament invites (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + const notifications = { notifyPlayers: jest.fn() }; + + const controller = () => + new InvitesController( + new Logger("TournamentInvitesTest"), + {} as never, + postgres, + notifications as never, + ); + + const asUser = (steamId: string): User => ({ + name: "Player", + role: "user", + steam_id: steamId, + }); + + beforeAll(async () => { + db = await bootMigratedDb("TournamentInvitesTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561193600000000n); + await fx.region("TestInv"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + notifications.notifyPlayers.mockReset(); + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const createTournament = async ({ + columns = {} as Record, + } = {}) => { + const organizer = await fx.player(); + const [options] = await postgres.query>( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions, number_of_substitutes) + SELECT 8, 1, 'Wingman', id, false, true, '{TestInv}', 0 + FROM map_pools WHERE type = 'Wingman' AND seed = true RETURNING id`, + ); + + const names = Object.keys(columns); + const extraCols = names.map((name) => `, "${name}"`).join(""); + const extraVals = names.map((_, index) => `, $${index + 4}`).join(""); + + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status${extraCols}) + VALUES ($1, now() + interval '1 day', $2, $3, 'Setup'${extraVals}) RETURNING id`, + [ + fx.nextName("cup"), + organizer, + options.id, + ...names.map((name) => columns[name]), + ], + ); + await postgres.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, 4, 8)`, + [tournament.id], + ); + + return { id: tournament.id, organizer }; + }; + + const setStatus = (tournamentId: string, actor: string, status: string) => + runAsUser(postgres, actor, "admin", (query) => + query("UPDATE tournaments SET status = $1 WHERE id = $2", [ + status, + tournamentId, + ]), + ); + + // The invite arrives as a plain GraphQL insert from the organizer's session, + // which is the only path the trigger guard has to answer for. + const invite = ( + tournamentId: string, + steamId: string, + actor: string, + role = "user", + ) => + runAsUser(postgres, actor, role, async (query) => { + const [row] = (await query( + `INSERT INTO tournament_invites (tournament_id, steam_id, invited_by_player_steam_id) + VALUES ($1, $2, $3) RETURNING id`, + [tournamentId, steamId, actor], + )) as Array<{ id: string }>; + return row.id; + }); + + const inviteCount = async (tournamentId: string) => { + const [row] = await postgres.query>( + "SELECT count(*)::text AS count FROM tournament_invites WHERE tournament_id = $1", + [tournamentId], + ); + return Number(row.count); + }; + + const unlocked = async (tournamentId: string, steamId: string) => { + const [row] = await postgres.query>( + "SELECT tournament_registration_unlocked($1, $2) AS unlocked", + [tournamentId, steamId], + ); + return row.unlocked; + }; + + const registerTeam = (tournamentId: string, owner: string) => + runAsUser(postgres, owner, "user", (query) => + query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3)`, + [tournamentId, fx.nextName("pickup"), owner], + ), + ); + + const registerFreeAgent = (tournamentId: string, steamId: string) => + runAsUser(postgres, steamId, "user", (query) => + query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id) + VALUES ($1, $2)`, + [tournamentId, steamId], + ), + ); + + describe("creating an invite", () => { + it("lets the tournament's own organizer invite a player", async () => { + const t = await createTournament(); + const player = await fx.player(); + + const id = await invite(t.id, player, t.organizer); + + expect(id).toBeTruthy(); + expect(await inviteCount(t.id)).toBe(1); + }); + + it("lets the tournament_organizer role invite for a tournament it does not own", async () => { + const t = await createTournament(); + const staff = await fx.player(); + const player = await fx.player(); + + await invite(t.id, player, staff, "tournament_organizer"); + + expect(await inviteCount(t.id)).toBe(1); + }); + + it("refuses an invite from a player who does not run the tournament", async () => { + const t = await createTournament(); + const outsider = await fx.player(); + const player = await fx.player(); + + await expect(invite(t.id, player, outsider)).rejects.toThrow( + /organizer can invite/i, + ); + }); + + it("keeps one invite per player per tournament", async () => { + const t = await createTournament(); + const player = await fx.player(); + await invite(t.id, player, t.organizer); + + await expect(invite(t.id, player, t.organizer)).rejects.toThrow( + /duplicate key/i, + ); + }); + + it("does not survive its tournament", async () => { + const t = await createTournament(); + await invite(t.id, await fx.player(), t.organizer); + + await postgres.query("DELETE FROM tournaments WHERE id = $1", [t.id]); + + const [row] = await postgres.query>( + "SELECT count(*)::text AS count FROM tournament_invites", + ); + expect(Number(row.count)).toBe(0); + }); + }); + + describe("accepting and denying", () => { + it("grants registration access and consumes the invite", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const player = await fx.player(); + const id = await invite(t.id, player, t.organizer); + + const result = await controller().acceptInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }); + + expect(result).toEqual({ success: true }); + expect(await unlocked(t.id, player)).toBe(true); + expect(await inviteCount(t.id)).toBe(0); + }); + + it("stays a no-op when the player already redeemed the passcode", async () => { + const t = await createTournament({ + columns: { invite_only: true, registration_passcode: "letmein" }, + }); + const player = await fx.player(); + await postgres.query( + `INSERT INTO tournament_registration_unlocks (tournament_id, player_steam_id) + VALUES ($1, $2)`, + [t.id, player], + ); + const id = await invite(t.id, player, t.organizer); + + await expect( + controller().acceptInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }), + ).resolves.toEqual({ success: true }); + expect(await unlocked(t.id, player)).toBe(true); + }); + + it("refuses to let anyone but the invitee accept", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const player = await fx.player(); + const thief = await fx.player(); + const id = await invite(t.id, player, t.organizer); + + const result = await controller().acceptInvite({ + user: asUser(thief), + invite_id: id, + type: "tournament-registration", + }); + + expect(result).toEqual({ success: false }); + expect(await unlocked(t.id, thief)).toBe(false); + expect(await inviteCount(t.id)).toBe(1); + }); + + it("drops the invite on deny and grants nothing", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const player = await fx.player(); + const id = await invite(t.id, player, t.organizer); + + const result = await controller().denyInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }); + + expect(result).toEqual({ success: true }); + expect(await inviteCount(t.id)).toBe(0); + expect(await unlocked(t.id, player)).toBe(false); + }); + + // The dispatch used to treat everything that was not "team" as a + // tournament-team invite, so a typo silently looked up the wrong table. + it("refuses an invite type it does not know", async () => { + await expect( + controller().acceptInvite({ + user: asUser(await fx.player()), + invite_id: "00000000-0000-0000-0000-000000000000", + type: "tournament-registrations", + }), + ).rejects.toThrow(/unknown invite type/i); + + await expect( + controller().denyInvite({ + user: asUser(await fx.player()), + invite_id: "00000000-0000-0000-0000-000000000000", + type: "nope", + }), + ).rejects.toThrow(/unknown invite type/i); + }); + + it("notifies the invited player", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const player = await fx.player(); + const id = await invite(t.id, player, t.organizer); + + await controller().tournament_invite_events({ + op: "INSERT", + old: { id }, + new: { id }, + }); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentInvite", + expect.objectContaining({ entity_id: id, steamIds: [player] }), + ); + }); + }); + + describe("registering into an invite-only tournament", () => { + it("lets an invited player register a team once they accept", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const player = await fx.player(); + + await expect(registerTeam(t.id, player)).rejects.toThrow(/invite only/i); + + const id = await invite(t.id, player, t.organizer); + await controller().acceptInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }); + + await expect(registerTeam(t.id, player)).resolves.toBeDefined(); + }); + + // Same unlock row, other join path: an invite has to work for a player who + // brings no team at all. + it("lets an invited player join the free agent pool once they accept", async () => { + const t = await createTournament({ + columns: { invite_only: true, registration_type: "free_agents" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const player = await fx.player(); + + await expect(registerFreeAgent(t.id, player)).rejects.toThrow( + /invite only/i, + ); + + const id = await invite(t.id, player, t.organizer); + await controller().acceptInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }); + + await expect(registerFreeAgent(t.id, player)).resolves.toBeDefined(); + }); + }); +}); From 9fbf4951215384e14f685f81f2d107d94a52dea7 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Aug 2026 09:24:21 -0400 Subject: [PATCH 06/17] feature: configurable sanctions policy with tournament no-show source --- hasura/enums/sanction-scopes.sql | 5 + hasura/enums/sanction-sources.sql | 17 + .../get_player_matchmaking_cooldown.sql | 44 +- .../functions/sanctions/sanction_policy.sql | 427 ++++++++++ .../player_meets_tournament_requirements.sql | 8 + .../tables/public_e_sanction_scopes.yaml | 11 + .../tables/public_e_sanction_sources.yaml | 21 + .../default/tables/public_players.yaml | 9 + .../tables/public_tournament_no_shows.yaml | 43 + .../databases/default/tables/tables.yaml | 3 + .../1882000000000_sanctions_policy/down.sql | 26 + .../1882000000000_sanctions_policy/up.sql | 155 ++++ src/hasura/hasura.service.ts | 23 + src/postgres/postgres.service.ts | 1 + src/sanctions/sanction-policy.service.spec.ts | 142 ++++ src/sanctions/sanction-policy.service.ts | 168 ++++ src/sanctions/sanctions.module.ts | 4 +- src/steam-match-history/steam-bans.service.ts | 68 +- test/sanctions-policy.spec.ts | 790 ++++++++++++++++++ 19 files changed, 1922 insertions(+), 43 deletions(-) create mode 100644 hasura/enums/sanction-scopes.sql create mode 100644 hasura/enums/sanction-sources.sql create mode 100644 hasura/functions/sanctions/sanction_policy.sql create mode 100644 hasura/metadata/databases/default/tables/public_e_sanction_scopes.yaml create mode 100644 hasura/metadata/databases/default/tables/public_e_sanction_sources.yaml create mode 100644 hasura/metadata/databases/default/tables/public_tournament_no_shows.yaml create mode 100644 hasura/migrations/default/1882000000000_sanctions_policy/down.sql create mode 100644 hasura/migrations/default/1882000000000_sanctions_policy/up.sql create mode 100644 src/sanctions/sanction-policy.service.spec.ts create mode 100644 src/sanctions/sanction-policy.service.ts create mode 100644 test/sanctions-policy.spec.ts diff --git a/hasura/enums/sanction-scopes.sql b/hasura/enums/sanction-scopes.sql new file mode 100644 index 000000000..761930cb4 --- /dev/null +++ b/hasura/enums/sanction-scopes.sql @@ -0,0 +1,5 @@ +insert into e_sanction_scopes ("value", "description") values + ('matchmaking', 'Bars the player from queueing and from draft lobbies'), + ('tournaments', 'Bars the player from joining a tournament roster or free agent pool'), + ('both', 'Bars the player from matchmaking and tournaments') +on conflict(value) do update set "description" = EXCLUDED."description" diff --git a/hasura/enums/sanction-sources.sql b/hasura/enums/sanction-sources.sql new file mode 100644 index 000000000..39a3c5571 --- /dev/null +++ b/hasura/enums/sanction-sources.sql @@ -0,0 +1,17 @@ +-- The default_* columns are the shipped policy, not operator data: the settings +-- rows an operator edits are seeded from these once and never reset, so a +-- release is free to correct a default here without touching a live install. +insert into e_sanction_sources + ("value", "description", default_enabled, default_threshold, default_window_days, default_durations, default_scope, writes_platform_ban) +values + ('match_abandon', 'A player left or never connected to a match they were rostered for', true, 1, 7, '10,60,120,240,480,960,1920', 'matchmaking', false), + ('vac_ban', 'Steam reports a VAC or game ban on the player''s account', true, 1, 0, '0', 'both', true), + ('tournament_no_show', 'A team missed a required tournament check-in', true, 3, 30, '10080', 'tournaments', false) +on conflict(value) do update set + "description" = EXCLUDED."description", + default_enabled = EXCLUDED.default_enabled, + default_threshold = EXCLUDED.default_threshold, + default_window_days = EXCLUDED.default_window_days, + default_durations = EXCLUDED.default_durations, + default_scope = EXCLUDED.default_scope, + writes_platform_ban = EXCLUDED.writes_platform_ban diff --git a/hasura/functions/players/get_player_matchmaking_cooldown.sql b/hasura/functions/players/get_player_matchmaking_cooldown.sql index 5962b168a..44014a635 100644 --- a/hasura/functions/players/get_player_matchmaking_cooldown.sql +++ b/hasura/functions/players/get_player_matchmaking_cooldown.sql @@ -1,44 +1,30 @@ +-- The matchmaking half of the sanctions policy. The escalation ladder, the decay +-- window and whether this fires at all now live in settings (see +-- hasura/functions/sanctions/sanction_policy.sql); the shipped defaults for +-- match_abandon reproduce exactly what was hardcoded here before -- a 7 day +-- window and the 10/60/120/240/480/960/1920 minute ladder, counted from the last +-- abandon -- so turning the policy on changes nothing until an operator edits it. +-- +-- The window is still counted rather than the rows being deleted. The escalation +-- used to be forgiven by CleanAbandonedMatches deleting the rows, which made the +-- record too short-lived to recompute elo from: a leaver penalty applied at match +-- time silently vanished from any later recompute. CREATE OR REPLACE FUNCTION get_player_matchmaking_cooldown(player public.players, hasura_session json) RETURNS TIMESTAMP WITH TIME ZONE AS $$ DECLARE - abandoned_count INTEGER; - last_abandoned_time TIMESTAMP WITH TIME ZONE; - minutes_since_last_abandoned INTEGER; - cooldown_duration INTEGER; cooldown_time TIMESTAMP WITH TIME ZONE; - cooldown_durations INTEGER[] := ARRAY[10, 60, 120, 240, 480, 960, 1920]; BEGIN IF (hasura_session ->> 'x-hasura-user-id')::bigint != player.steam_id::bigint THEN RETURN NULL; END IF; - -- Windowed rather than counting every row ever. The escalation used to be - -- forgiven by CleanAbandonedMatches deleting the rows, which made the - -- record too short-lived to recompute elo from -- a leaver penalty applied - -- at match time silently vanished from any later recompute. The window - -- keeps the same forgiveness while the rows stay put. - SELECT COUNT(*) INTO abandoned_count - FROM abandoned_matches - WHERE steam_id = player.steam_id - AND abandoned_at > NOW() - INTERVAL '7 days'; + cooldown_time := public.player_sanction_expiry(player.steam_id, 'matchmaking'); - IF abandoned_count > 0 THEN - SELECT abandoned_at - INTO last_abandoned_time - FROM abandoned_matches - WHERE steam_id = player.steam_id - AND abandoned_at > NOW() - INTERVAL '7 days' - ORDER BY abandoned_at DESC - LIMIT 1; - - cooldown_time := last_abandoned_time + (cooldown_durations[LEAST(abandoned_count, array_length(cooldown_durations, 1))] * INTERVAL '1 minute'); - - IF cooldown_time > NOW() THEN - RETURN cooldown_time; - END IF; + IF cooldown_time > NOW() THEN + RETURN cooldown_time; END IF; RETURN NULL; END; -$$ LANGUAGE plpgsql stable; \ No newline at end of file +$$ LANGUAGE plpgsql stable; diff --git a/hasura/functions/sanctions/sanction_policy.sql b/hasura/functions/sanctions/sanction_policy.sql new file mode 100644 index 000000000..e040d1e61 --- /dev/null +++ b/hasura/functions/sanctions/sanction_policy.sql @@ -0,0 +1,427 @@ +-- The configurable sanctions policy. +-- +-- Every automatic sanction on the platform is described by five numbers held in +-- `public.settings` under `public.sanction__`: enabled, +-- threshold, window_days, durations and scope. The `public.` prefix is the ACL +-- (guest may read a public.% setting), which is what lets the UI tell a player +-- why they are on cooldown instead of just that they are. +-- +-- Nothing here reads a hardcoded number. A missing or unparseable settings row +-- falls back to `e_sanction_sources.default_*`, never to "no sanction": a +-- deleted row or a typo must not silently switch enforcement off. +-- +-- Ordering note: apply() walks hasura/functions alphabetically, so this file +-- runs after players/ and before tournaments/. Everything below is plpgsql or +-- only calls functions defined above it, so nothing resolves a body at CREATE +-- time against a function that does not exist yet. + +CREATE OR REPLACE FUNCTION public.sanction_policy_enabled(_source text) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT COALESCE( + ( + SELECT s.value = 'true' + FROM public.settings s + WHERE s.name = 'public.sanction_' || _source || '_enabled' + ), + src.default_enabled + ) + FROM public.e_sanction_sources src + WHERE src.value = _source; +$$; + +-- Clamped to 1: a threshold of 0 would mean "fires with no occurrences at all", +-- which would ban the entire player base the moment it was typed. +-- +-- plpgsql rather than sql, here and below, purely for creation order: a sql body +-- is resolved at CREATE time and get_int_setting/get_setting live in +-- hasura/functions/settings, which apply() reaches after this directory. +CREATE OR REPLACE FUNCTION public.sanction_policy_threshold(_source text) +RETURNS integer +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _default integer; +BEGIN + SELECT src.default_threshold + INTO _default + FROM public.e_sanction_sources src + WHERE src.value = _source; + + IF _default IS NULL THEN + RETURN NULL; + END IF; + + RETURN GREATEST( + 1, + public.get_int_setting( + 'public.sanction_' || _source || '_threshold', + _default + ) + ); +END; +$$; + +-- How far back occurrences count. 0 means the source never decays -- what a VAC +-- ban needs, and what the leaver window explicitly does not. +CREATE OR REPLACE FUNCTION public.sanction_policy_window_days(_source text) +RETURNS integer +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _default integer; +BEGIN + SELECT src.default_window_days + INTO _default + FROM public.e_sanction_sources src + WHERE src.value = _source; + + IF _default IS NULL THEN + RETURN NULL; + END IF; + + RETURN GREATEST( + 0, + public.get_int_setting( + 'public.sanction_' || _source || '_window_days', + _default + ) + ); +END; +$$; + +-- The escalation ladder, in minutes, indexed by occurrence count clamped to its +-- length. A single entry is a flat penalty; 0 means the sanction never lifts. +CREATE OR REPLACE FUNCTION public.sanction_policy_durations(_source text) +RETURNS integer[] +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _default text; + _raw text; + _parsed integer[]; +BEGIN + SELECT src.default_durations + INTO _default + FROM public.e_sanction_sources src + WHERE src.value = _source; + + IF _default IS NULL THEN + RETURN NULL; + END IF; + + _raw := public.get_setting( + 'public.sanction_' || _source || '_durations', + _default + ); + + -- A ladder that does not parse falls back to the shipped one rather than to + -- an empty array: a stray character in the settings field would otherwise + -- disable the sanction without saying so anywhere. + IF _raw !~ '^\s*\d+\s*(,\s*\d+\s*)*$' THEN + _raw := _default; + END IF; + + SELECT array_agg(trim(part)::integer ORDER BY position) + INTO _parsed + FROM regexp_split_to_table(_raw, ',') + WITH ORDINALITY AS entry(part, position); + + RETURN _parsed; +END; +$$; + +-- Joined against the scope enum so a value that is not one of the three falls +-- back to the shipped scope instead of matching nothing and quietly disabling +-- the source everywhere. +CREATE OR REPLACE FUNCTION public.sanction_policy_scope(_source text) +RETURNS text +LANGUAGE sql +STABLE +AS $$ + SELECT COALESCE( + ( + SELECT sc.value + FROM public.settings s + JOIN public.e_sanction_scopes sc ON sc.value = s.value + WHERE s.name = 'public.sanction_' || _source || '_scope' + ), + src.default_scope + ) + FROM public.e_sanction_sources src + WHERE src.value = _source; +$$; + +CREATE OR REPLACE FUNCTION public.sanction_policy_covers(_source text, _scope text) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT public.sanction_policy_scope(_source) IN ('both', _scope); +$$; + +-- Occurrence count and the most recent occurrence, per source, already narrowed +-- to the source's decay window. Every source answers the same two questions; +-- only the table they are asked of differs. +CREATE OR REPLACE FUNCTION public.sanction_occurrences(_source text, _steam_id bigint) +RETURNS TABLE (occurrence_count integer, last_occurred_at timestamptz) +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _window integer; + _cutoff timestamptz; +BEGIN + _window := public.sanction_policy_window_days(_source); + + IF _window IS NULL THEN + RETURN; + END IF; + + _cutoff := CASE + WHEN _window > 0 THEN now() - make_interval(days => _window) + ELSE '-infinity'::timestamptz + END; + + IF _source = 'match_abandon' THEN + RETURN QUERY + SELECT COUNT(*)::integer, MAX(am.abandoned_at) + FROM public.abandoned_matches am + WHERE am.steam_id = _steam_id + AND am.abandoned_at > _cutoff; + ELSIF _source = 'tournament_no_show' THEN + RETURN QUERY + SELECT COUNT(*)::integer, MAX(ns.occurred_at) + FROM public.tournament_no_shows ns + WHERE ns.player_steam_id = _steam_id + AND ns.occurred_at > _cutoff; + ELSIF _source = 'vac_ban' THEN + -- Steam is the record here, not a table of ours: the occurrence count + -- is how many VAC bans the account carries and the occurrence time is + -- derived from days_since_last_ban, both refreshed by SteamBansService + -- before it decides anything. + RETURN QUERY + SELECT GREATEST(p.vac_ban_count, 1), + now() - make_interval(days => COALESCE(p.days_since_last_ban, 0)) + FROM public.players p + WHERE p.steam_id = _steam_id + AND (p.vac_banned OR p.vac_ban_count > 0) + AND now() - make_interval(days => COALESCE(p.days_since_last_ban, 0)) > _cutoff; + END IF; + + RETURN; +END; +$$; + +-- When a sanction earned by `_count` occurrences ending at `_last_occurred_at` +-- lifts, or NULL when the policy does not fire at all. +-- +-- The clock runs from the last occurrence rather than from now(), which is what +-- the leaver cooldown has always done: a penalty computed twice for the same +-- record must land on the same instant, or every recount would extend it. +-- 'infinity' is how a ladder entry of 0 -- a sanction with no end -- comes back. +CREATE OR REPLACE FUNCTION public.sanction_expiry( + _source text, + _count integer, + _last_occurred_at timestamptz +) +RETURNS timestamptz +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _durations integer[]; + _minutes integer; +BEGIN + IF _count IS NULL OR _count < 1 OR _last_occurred_at IS NULL THEN + RETURN NULL; + END IF; + + IF NOT COALESCE(public.sanction_policy_enabled(_source), false) THEN + RETURN NULL; + END IF; + + IF _count < public.sanction_policy_threshold(_source) THEN + RETURN NULL; + END IF; + + _durations := public.sanction_policy_durations(_source); + + IF _durations IS NULL OR array_length(_durations, 1) IS NULL THEN + RETURN NULL; + END IF; + + _minutes := _durations[LEAST(_count, array_length(_durations, 1))]; + + IF _minutes = 0 THEN + RETURN 'infinity'::timestamptz; + END IF; + + RETURN _last_occurred_at + make_interval(mins => _minutes); +END; +$$; + +-- player_sanctions spells "permanent" as a NULL remove_sanction_date, and every +-- reader of that table -- is_banned, banned_until, the game plugins -- already +-- understands that spelling and none of them understand infinity. +CREATE OR REPLACE FUNCTION public.sanction_remove_date( + _source text, + _count integer, + _last_occurred_at timestamptz +) +RETURNS timestamptz +LANGUAGE sql +STABLE +AS $$ + SELECT NULLIF( + public.sanction_expiry(_source, _count, _last_occurred_at), + 'infinity'::timestamptz + ); +$$; + +CREATE OR REPLACE FUNCTION public.player_source_sanction_expiry(_source text, _steam_id bigint) +RETURNS timestamptz +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _occurrences record; +BEGIN + SELECT * INTO _occurrences FROM public.sanction_occurrences(_source, _steam_id); + + IF NOT FOUND OR COALESCE(_occurrences.occurrence_count, 0) = 0 THEN + RETURN NULL; + END IF; + + RETURN public.sanction_expiry( + _source, + _occurrences.occurrence_count, + _occurrences.last_occurred_at + ); +END; +$$; + +-- The one gate every scoped caller asks: when, if ever, is this player allowed +-- back into `_scope`. NULL means never sanctioned or already served. +CREATE OR REPLACE FUNCTION public.player_sanction_expiry(_steam_id bigint, _scope text) +RETURNS timestamptz +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + _source record; + _expiry timestamptz; + _latest timestamptz; +BEGIN + IF _steam_id IS NULL THEN + RETURN NULL; + END IF; + + FOR _source IN + SELECT value, writes_platform_ban FROM public.e_sanction_sources + LOOP + IF NOT COALESCE(public.sanction_policy_covers(_source.value, _scope), false) THEN + CONTINUE; + END IF; + + -- A source that writes a real player_sanctions ban and is scoped to the + -- whole platform is already enforced by is_banned() everywhere. Counting + -- it again here would put an end date on the matchmaking cooldown field + -- for a ban that has none -- and would show a cooldown where, before any + -- of this was configurable, there was none to show. + IF _source.writes_platform_ban + AND public.sanction_policy_scope(_source.value) = 'both' THEN + CONTINUE; + END IF; + + _expiry := public.player_source_sanction_expiry(_source.value, _steam_id); + + IF _expiry IS NOT NULL AND (_latest IS NULL OR _expiry > _latest) THEN + _latest := _expiry; + END IF; + END LOOP; + + RETURN _latest; +END; +$$; + +-- Computed-field shape, for the profile and the tournament join screen. Mirrors +-- get_player_matchmaking_cooldown: only the player themselves may see it, and it +-- reads NULL once the sanction has been served. +CREATE OR REPLACE FUNCTION public.get_player_tournament_cooldown( + player public.players, + hasura_session json +) +RETURNS timestamptz +LANGUAGE plpgsql +STABLE +AS $$ +DECLARE + cooldown_time timestamptz; +BEGIN + IF (hasura_session ->> 'x-hasura-user-id')::bigint IS DISTINCT FROM player.steam_id::bigint THEN + RETURN NULL; + END IF; + + cooldown_time := public.player_sanction_expiry(player.steam_id, 'tournaments'); + + IF cooldown_time > now() THEN + RETURN cooldown_time; + END IF; + + RETURN NULL; +END; +$$; + +-- Records one no-show occurrence per rostered player of every team that missed a +-- required check-in, and the entry point the check-in job calls. +-- +-- Only teams that could actually have been seeded count, the same rule +-- tournament_missed_check_in_count applies: a half-filled roster was never going +-- to play whether it confirmed or not, so penalising it would punish players for +-- a registration that was already dead. +CREATE OR REPLACE FUNCTION public.record_tournament_no_shows(_tournament_id uuid) +RETURNS integer +LANGUAGE plpgsql +AS $$ +DECLARE + _tournament public.tournaments; + _recorded integer; +BEGIN + IF NOT COALESCE(public.sanction_policy_enabled('tournament_no_show'), false) THEN + RETURN 0; + END IF; + + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = _tournament_id; + + IF NOT FOUND THEN + RETURN 0; + END IF; + + -- Nobody misses a prompt that never appeared. Without an opened window there + -- was no check-in to miss, and every rostered player in the tournament would + -- be penalised for the organizer closing registration early. + IF NOT public.tournament_check_in_window_opened(_tournament) THEN + RETURN 0; + END IF; + + INSERT INTO public.tournament_no_shows + (tournament_id, tournament_team_id, player_steam_id) + SELECT tt.tournament_id, tt.id, ttr.player_steam_id + FROM public.tournament_teams tt + JOIN public.tournament_team_roster ttr ON ttr.tournament_team_id = tt.id + WHERE tt.tournament_id = _tournament_id + AND tt.checked_in_at IS NULL + AND public.tournament_team_lineup_filled(tt) + ON CONFLICT (tournament_id, player_steam_id) DO NOTHING; + + GET DIAGNOSTICS _recorded = ROW_COUNT; + + RETURN _recorded; +END; +$$; diff --git a/hasura/functions/tournaments/player_meets_tournament_requirements.sql b/hasura/functions/tournaments/player_meets_tournament_requirements.sql index fb7ceb73e..1077f6a54 100644 --- a/hasura/functions/tournaments/player_meets_tournament_requirements.sql +++ b/hasura/functions/tournaments/player_meets_tournament_requirements.sql @@ -75,6 +75,14 @@ BEGIN RETURN false; END IF; + -- The tournaments half of the sanctions policy. Checked on the way IN only: + -- this gate runs on roster and free-agent inserts, so a player who earns a + -- tournament ban keeps the place they already hold rather than being pulled + -- out of a bracket mid-run. + IF public.player_sanction_expiry(player_steam_id, 'tournaments') > now() THEN + RETURN false; + END IF; + IF _tournament.min_elo IS NULL AND _tournament.max_elo IS NULL THEN RETURN true; END IF; diff --git a/hasura/metadata/databases/default/tables/public_e_sanction_scopes.yaml b/hasura/metadata/databases/default/tables/public_e_sanction_scopes.yaml new file mode 100644 index 000000000..131fedf53 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_sanction_scopes.yaml @@ -0,0 +1,11 @@ +table: + name: e_sanction_scopes + schema: public +select_permissions: + - role: guest + permission: + columns: + - value + - description + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_e_sanction_sources.yaml b/hasura/metadata/databases/default/tables/public_e_sanction_sources.yaml new file mode 100644 index 000000000..b983254fe --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_e_sanction_sources.yaml @@ -0,0 +1,21 @@ +table: + name: e_sanction_sources + schema: public +object_relationships: + - name: e_sanction_scope + using: + foreign_key_constraint_on: default_scope +select_permissions: + - role: guest + permission: + columns: + - value + - description + - default_enabled + - default_threshold + - default_window_days + - default_durations + - default_scope + - writes_platform_ban + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/public_players.yaml b/hasura/metadata/databases/default/tables/public_players.yaml index 05a81c8fa..3bc55e483 100644 --- a/hasura/metadata/databases/default/tables/public_players.yaml +++ b/hasura/metadata/databases/default/tables/public_players.yaml @@ -397,6 +397,12 @@ computed_fields: function: name: get_player_teams schema: public + - name: tournament_cooldown + definition: + function: + name: get_player_tournament_cooldown + schema: public + session_argument: hasura_session - name: total_matches definition: function: @@ -464,6 +470,7 @@ select_permissions: - losses_wingman - matchmaking_cooldown - peak_elo + - tournament_cooldown - total_matches - wins - wins_competitive @@ -517,6 +524,7 @@ select_permissions: - losses_wingman - matchmaking_cooldown - peak_elo + - tournament_cooldown - total_matches - wins - wins_competitive @@ -569,6 +577,7 @@ select_permissions: - losses_wingman - matchmaking_cooldown - peak_elo + - tournament_cooldown - total_matches - wins - wins_competitive diff --git a/hasura/metadata/databases/default/tables/public_tournament_no_shows.yaml b/hasura/metadata/databases/default/tables/public_tournament_no_shows.yaml new file mode 100644 index 000000000..5f3b3533d --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_no_shows.yaml @@ -0,0 +1,43 @@ +table: + name: tournament_no_shows + schema: public +object_relationships: + - name: tournament + using: + foreign_key_constraint_on: tournament_id + - name: tournament_team + using: + foreign_key_constraint_on: tournament_team_id + - name: player + using: + foreign_key_constraint_on: player_steam_id +select_permissions: + - role: user + permission: + columns: + - id + - tournament_id + - tournament_team_id + - player_steam_id + - occurred_at + filter: + player_steam_id: + _eq: X-Hasura-User-Id + allow_aggregations: true + comment: "" + - role: tournament_organizer + permission: + columns: + - id + - tournament_id + - tournament_team_id + - player_steam_id + - occurred_at + filter: {} + allow_aggregations: true + comment: "" +delete_permissions: + - role: tournament_organizer + permission: + filter: {} + comment: "" diff --git a/hasura/metadata/databases/default/tables/tables.yaml b/hasura/metadata/databases/default/tables/tables.yaml index 51d3cc392..aa5cb59b3 100644 --- a/hasura/metadata/databases/default/tables/tables.yaml +++ b/hasura/metadata/databases/default/tables/tables.yaml @@ -53,6 +53,8 @@ - "!include public_e_player_roles.yaml" - "!include public_e_plugin_runtimes.yaml" - "!include public_e_ready_settings.yaml" +- "!include public_e_sanction_scopes.yaml" +- "!include public_e_sanction_sources.yaml" - "!include public_e_sanction_types.yaml" - "!include public_e_scrim_request_statuses.yaml" - "!include public_e_server_types.yaml" @@ -188,6 +190,7 @@ - "!include public_tournament_free_agents.yaml" - "!include public_tournament_invites.yaml" - "!include public_tournament_leaderboard_entries.yaml" +- "!include public_tournament_no_shows.yaml" - "!include public_tournament_organizer_teams.yaml" - "!include public_tournament_organizers.yaml" - "!include public_tournament_prizes.yaml" diff --git a/hasura/migrations/default/1882000000000_sanctions_policy/down.sql b/hasura/migrations/default/1882000000000_sanctions_policy/down.sql new file mode 100644 index 000000000..24e2854e6 --- /dev/null +++ b/hasura/migrations/default/1882000000000_sanctions_policy/down.sql @@ -0,0 +1,26 @@ +INSERT INTO public.settings (name, value) +SELECT 'public.steam_ban_enforcement_enabled', s.value + FROM public.settings s + WHERE s.name = 'public.sanction_vac_ban_enabled' +ON CONFLICT (name) DO NOTHING; + +DELETE FROM public.settings WHERE name LIKE 'public.sanction\_%'; + +DROP FUNCTION IF EXISTS public.player_sanction_expiry(bigint, text); +DROP FUNCTION IF EXISTS public.player_source_sanction_expiry(text, bigint); +DROP FUNCTION IF EXISTS public.record_tournament_no_shows(uuid); +DROP FUNCTION IF EXISTS public.sanction_remove_date(text, integer, timestamptz); +DROP FUNCTION IF EXISTS public.sanction_expiry(text, integer, timestamptz); +DROP FUNCTION IF EXISTS public.sanction_occurrences(text, bigint); +DROP FUNCTION IF EXISTS public.sanction_policy_covers(text, text); +DROP FUNCTION IF EXISTS public.sanction_policy_scope(text); +DROP FUNCTION IF EXISTS public.sanction_policy_durations(text); +DROP FUNCTION IF EXISTS public.sanction_policy_window_days(text); +DROP FUNCTION IF EXISTS public.sanction_policy_threshold(text); +DROP FUNCTION IF EXISTS public.sanction_policy_enabled(text); + +DROP TABLE IF EXISTS public.tournament_no_shows; +DROP TABLE IF EXISTS public.e_sanction_sources; +DROP TABLE IF EXISTS public.e_sanction_scopes; + +DROP INDEX IF EXISTS public.idx_abandoned_matches_steam_id; diff --git a/hasura/migrations/default/1882000000000_sanctions_policy/up.sql b/hasura/migrations/default/1882000000000_sanctions_policy/up.sql new file mode 100644 index 000000000..525f4a80e --- /dev/null +++ b/hasura/migrations/default/1882000000000_sanctions_policy/up.sql @@ -0,0 +1,155 @@ +CREATE TABLE IF NOT EXISTS public.e_sanction_scopes ( + value text NOT NULL PRIMARY KEY, + description text NOT NULL +); + +INSERT INTO public.e_sanction_scopes ("value", "description") VALUES + ('matchmaking', 'Bars the player from queueing and from draft lobbies'), + ('tournaments', 'Bars the player from joining a tournament roster or free agent pool'), + ('both', 'Bars the player from matchmaking and tournaments') +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; + +-- The shipped policy lives on the enum row rather than in application code so a +-- settings row that is missing (fresh database, an operator deleting one) can +-- never resolve to "no sanction" -- the resolver falls back to the default the +-- source was designed with instead. Repeated in hasura/enums/sanction-sources.sql, +-- which is re-applied every boot; this copy exists so the columns and the FKs +-- are in place before the enum file runs. +CREATE TABLE IF NOT EXISTS public.e_sanction_sources ( + value text NOT NULL PRIMARY KEY, + description text NOT NULL, + default_enabled boolean NOT NULL DEFAULT true, + default_threshold integer NOT NULL DEFAULT 1, + default_window_days integer NOT NULL DEFAULT 0, + default_durations text NOT NULL DEFAULT '0', + default_scope text NOT NULL DEFAULT 'both', + writes_platform_ban boolean NOT NULL DEFAULT false +); + +-- Minutes, escalating: the Nth occurrence picks the Nth entry, clamped to the +-- last one. 0 means the sanction never lifts on its own. +COMMENT ON COLUMN public.e_sanction_sources.default_durations IS 'Comma separated ban durations in minutes, indexed by occurrence count'; + +-- True when the source writes a real player_sanctions ban rather than a scoped +-- cooldown. Such a ban is enforced by is_banned() across the whole platform, so +-- it is deliberately left out of the scoped cooldown when its scope is 'both'. +COMMENT ON COLUMN public.e_sanction_sources.writes_platform_ban IS 'Source issues a player_sanctions ban row instead of a scoped cooldown'; + +DO $$ +BEGIN + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'e_sanction_sources_default_scope_fkey') THEN + ALTER TABLE public.e_sanction_sources + ADD CONSTRAINT e_sanction_sources_default_scope_fkey + FOREIGN KEY (default_scope) + REFERENCES public.e_sanction_scopes (value) + ON UPDATE CASCADE ON DELETE RESTRICT; + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'e_sanction_sources_default_threshold_check') THEN + ALTER TABLE public.e_sanction_sources + ADD CONSTRAINT e_sanction_sources_default_threshold_check + CHECK (default_threshold >= 1); + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'e_sanction_sources_default_window_days_check') THEN + ALTER TABLE public.e_sanction_sources + ADD CONSTRAINT e_sanction_sources_default_window_days_check + CHECK (default_window_days >= 0); + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'e_sanction_sources_default_durations_check') THEN + ALTER TABLE public.e_sanction_sources + ADD CONSTRAINT e_sanction_sources_default_durations_check + CHECK (default_durations ~ '^\d+(,\d+)*$'); + END IF; +END +$$; + +-- match_abandon and vac_ban reproduce what the platform already did before any +-- of this was configurable: the 7-day windowed escalating leaver cooldown from +-- get_player_matchmaking_cooldown, and the permanent platform-wide VAC ban from +-- SteamBansService. Turning the policy on must change nothing until an operator +-- edits it. +-- +-- tournament_no_show is new, and is deliberately the gentlest of the three: +-- missing a tournament you signed up for is a scheduling failure, not the same +-- as abandoning a live match and ruining it for nine other people. A first +-- offence is never punished -- real life happens -- so it takes three inside a +-- 30 day window, and it bars tournaments only, never matchmaking. +INSERT INTO public.e_sanction_sources + ("value", "description", default_enabled, default_threshold, default_window_days, default_durations, default_scope, writes_platform_ban) +VALUES + ('match_abandon', 'A player left or never connected to a match they were rostered for', true, 1, 7, '10,60,120,240,480,960,1920', 'matchmaking', false), + ('vac_ban', 'Steam reports a VAC or game ban on the player''s account', true, 1, 0, '0', 'both', true), + ('tournament_no_show', 'A team missed a required tournament check-in', true, 3, 30, '10080', 'tournaments', false) +ON CONFLICT (value) DO UPDATE SET "description" = EXCLUDED."description"; + +-- One row per player per tournament they were held out of. The tournament, not +-- the team, is the unit: a captain re-forming the same roster under a new team +-- must not buy a fresh set of occurrences. +CREATE TABLE IF NOT EXISTS public.tournament_no_shows ( + id uuid NOT NULL DEFAULT gen_random_uuid() PRIMARY KEY, + tournament_id uuid NOT NULL, + tournament_team_id uuid, + player_steam_id bigint NOT NULL, + occurred_at timestamptz NOT NULL DEFAULT now() +); + +DO $$ +BEGIN + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournament_no_shows_tournament_id_fkey') THEN + ALTER TABLE public.tournament_no_shows + ADD CONSTRAINT tournament_no_shows_tournament_id_fkey + FOREIGN KEY (tournament_id) + REFERENCES public.tournaments (id) + ON UPDATE CASCADE ON DELETE CASCADE; + END IF; + + -- Nullable and SET NULL rather than CASCADE: a team can be removed from the + -- bracket after the fact, and the players still missed the check-in. + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournament_no_shows_tournament_team_id_fkey') THEN + ALTER TABLE public.tournament_no_shows + ADD CONSTRAINT tournament_no_shows_tournament_team_id_fkey + FOREIGN KEY (tournament_team_id) + REFERENCES public.tournament_teams (id) + ON UPDATE CASCADE ON DELETE SET NULL; + END IF; + + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournament_no_shows_player_steam_id_fkey') THEN + ALTER TABLE public.tournament_no_shows + ADD CONSTRAINT tournament_no_shows_player_steam_id_fkey + FOREIGN KEY (player_steam_id) + REFERENCES public.players (steam_id) + ON UPDATE CASCADE ON DELETE CASCADE; + END IF; + + -- abandoned_matches has no such constraint and CancelExpiredMatches has to + -- order its writes around that. Here the constraint is the guard: a second + -- close pass, or an organizer re-running a review, cannot double a player's + -- count and so cannot double their ban. + IF NOT EXISTS (SELECT 1 FROM pg_constraint WHERE conname = 'tournament_no_shows_tournament_player_key') THEN + ALTER TABLE public.tournament_no_shows + ADD CONSTRAINT tournament_no_shows_tournament_player_key + UNIQUE (tournament_id, player_steam_id); + END IF; +END +$$; + +CREATE INDEX IF NOT EXISTS idx_tournament_no_shows_player + ON public.tournament_no_shows (player_steam_id, occurred_at); + +-- The leaver cooldown counts and orders these rows on every player row Hasura +-- renders; the table only ever had an unindexed FK to players. +CREATE INDEX IF NOT EXISTS idx_abandoned_matches_steam_id + ON public.abandoned_matches (steam_id, abandoned_at); + +-- Carries an operator's explicit "off" across the rename. Runs before +-- HasuraService.updateSettings() seeds the defaults, so the migrated value wins +-- the ON CONFLICT DO NOTHING there. +INSERT INTO public.settings (name, value) +SELECT 'public.sanction_vac_ban_enabled', s.value + FROM public.settings s + WHERE s.name = 'public.steam_ban_enforcement_enabled' +ON CONFLICT (name) DO NOTHING; + +DELETE FROM public.settings WHERE name = 'public.steam_ban_enforcement_enabled'; diff --git a/src/hasura/hasura.service.ts b/src/hasura/hasura.service.ts index c76b5a854..31de6b01d 100644 --- a/src/hasura/hasura.service.ts +++ b/src/hasura/hasura.service.ts @@ -273,6 +273,29 @@ export class HasuraService { await this.postgresService.query( "insert into settings (name, value) values ('public.utility_import_enabled', 'false') on conflict (name) do nothing", ); + + await this.seedSanctionPolicySettings(); + } + + // The Sanctions policy: five rows per automatic sanction source. The shipped + // values live on e_sanction_sources (applied from hasura/enums before this + // runs), so adding a source is one enum row rather than five more statements + // here, and a release can correct a default without reaching into a live + // install. `do nothing` is what keeps an operator's edit across a redeploy. + private async seedSanctionPolicySettings() { + await this.postgresService.query( + `insert into settings (name, value) + select 'public.sanction_' || value || '_enabled', default_enabled::text from e_sanction_sources + union all + select 'public.sanction_' || value || '_threshold', default_threshold::text from e_sanction_sources + union all + select 'public.sanction_' || value || '_window_days', default_window_days::text from e_sanction_sources + union all + select 'public.sanction_' || value || '_durations', default_durations from e_sanction_sources + union all + select 'public.sanction_' || value || '_scope', default_scope from e_sanction_sources + on conflict (name) do nothing`, + ); } private async applyMigrations(path: string): Promise { diff --git a/src/postgres/postgres.service.ts b/src/postgres/postgres.service.ts index c2fd6fe4b..5b02718c3 100644 --- a/src/postgres/postgres.service.ts +++ b/src/postgres/postgres.service.ts @@ -35,6 +35,7 @@ export class PostgresService { | Array | Array | Array + | Array | Array >, ): Promise { diff --git a/src/sanctions/sanction-policy.service.spec.ts b/src/sanctions/sanction-policy.service.spec.ts new file mode 100644 index 000000000..1acd40a2f --- /dev/null +++ b/src/sanctions/sanction-policy.service.spec.ts @@ -0,0 +1,142 @@ +import { + SanctionPolicy, + SanctionPolicyService, +} from "./sanction-policy.service"; + +// The ladder / threshold arithmetic, exercised without a database. The SQL that +// actually runs in production lives in +// hasura/functions/sanctions/sanction_policy.sql and is covered against a real +// Postgres by test/sanctions-policy.spec.ts; this suite pins the shape of the +// rule itself. +describe("SanctionPolicyService", () => { + const policy = (over: Partial = {}): SanctionPolicy => ({ + source: "match_abandon", + enabled: true, + threshold: 1, + windowDays: 7, + durations: [10, 60, 120, 240, 480, 960, 1920], + scope: "matchmaking", + writesPlatformBan: false, + ...over, + }); + + const last = new Date("2026-01-01T00:00:00.000Z"); + + const minutesAfter = (expiry: Date | number | null) => + expiry instanceof Date + ? (expiry.getTime() - last.getTime()) / 60000 + : expiry; + + describe("settingName", () => { + it("builds the public.-prefixed name the settings ACL keys off", () => { + expect( + SanctionPolicyService.settingName("match_abandon", "enabled"), + ).toBe("public.sanction_match_abandon_enabled"); + expect( + SanctionPolicyService.settingName("tournament_no_show", "window_days"), + ).toBe("public.sanction_tournament_no_show_window_days"); + }); + }); + + describe("resolveExpiry", () => { + it("reproduces the hardcoded leaver ladder for every rung", () => { + const shipped = policy(); + + expect( + [1, 2, 3, 4, 5, 6, 7].map((count) => + minutesAfter( + SanctionPolicyService.resolveExpiry(shipped, count, last), + ), + ), + ).toEqual([10, 60, 120, 240, 480, 960, 1920]); + }); + + it("clamps past the end of the ladder rather than escalating forever", () => { + const shipped = policy(); + + expect( + minutesAfter(SanctionPolicyService.resolveExpiry(shipped, 40, last)), + ).toBe(1920); + }); + + it("runs the clock from the last occurrence, not from now", () => { + const expiry = SanctionPolicyService.resolveExpiry(policy(), 1, last); + + expect(expiry).toEqual(new Date("2026-01-01T00:10:00.000Z")); + }); + + it("never fires while the count is below the threshold", () => { + const noShow = policy({ + source: "tournament_no_show", + threshold: 3, + windowDays: 30, + durations: [10080], + scope: "tournaments", + }); + + expect(SanctionPolicyService.resolveExpiry(noShow, 1, last)).toBeNull(); + expect(SanctionPolicyService.resolveExpiry(noShow, 2, last)).toBeNull(); + expect( + minutesAfter(SanctionPolicyService.resolveExpiry(noShow, 3, last)), + ).toBe(10080); + }); + + it("never fires when the source is disabled, however many occurrences", () => { + const off = policy({ enabled: false }); + + expect(SanctionPolicyService.resolveExpiry(off, 1, last)).toBeNull(); + expect(SanctionPolicyService.resolveExpiry(off, 99, last)).toBeNull(); + }); + + it("treats a zero duration as a sanction with no end", () => { + const vac = policy({ + source: "vac_ban", + windowDays: 0, + durations: [0], + scope: "both", + writesPlatformBan: true, + }); + + expect(SanctionPolicyService.resolveExpiry(vac, 1, last)).toBe(Infinity); + }); + + it("does not fire on zero or negative occurrence counts", () => { + expect(SanctionPolicyService.resolveExpiry(policy(), 0, last)).toBeNull(); + expect( + SanctionPolicyService.resolveExpiry(policy(), -1, last), + ).toBeNull(); + }); + + it("does not fire on an empty ladder", () => { + expect( + SanctionPolicyService.resolveExpiry(policy({ durations: [] }), 5, last), + ).toBeNull(); + }); + }); + + describe("covers", () => { + it("matches only the scope it was given, or both", () => { + expect( + SanctionPolicyService.covers( + policy({ scope: "matchmaking" }), + "matchmaking", + ), + ).toBe(true); + expect( + SanctionPolicyService.covers( + policy({ scope: "matchmaking" }), + "tournaments", + ), + ).toBe(false); + expect( + SanctionPolicyService.covers(policy({ scope: "both" }), "tournaments"), + ).toBe(true); + expect( + SanctionPolicyService.covers( + policy({ scope: "tournaments" }), + "matchmaking", + ), + ).toBe(false); + }); + }); +}); diff --git a/src/sanctions/sanction-policy.service.ts b/src/sanctions/sanction-policy.service.ts new file mode 100644 index 000000000..73c599def --- /dev/null +++ b/src/sanctions/sanction-policy.service.ts @@ -0,0 +1,168 @@ +import { Injectable, Logger } from "@nestjs/common"; +import { PostgresService } from "src/postgres/postgres.service"; + +export type SanctionSource = "match_abandon" | "vac_ban" | "tournament_no_show"; + +export type SanctionScope = "matchmaking" | "tournaments" | "both"; + +export type SanctionPolicy = { + source: string; + enabled: boolean; + threshold: number; + windowDays: number; + durations: Array; + scope: SanctionScope; + writesPlatformBan: boolean; +}; + +// Reads and applies the configurable sanctions policy. The policy itself lives +// in `public.settings` and is resolved by the SQL in +// hasura/functions/sanctions/sanction_policy.sql -- this service never keeps a +// second copy of a threshold or a duration, it only asks. +@Injectable() +export class SanctionPolicyService { + public static readonly SETTING_PREFIX = "public.sanction_"; + + public static readonly FIELDS = [ + "enabled", + "threshold", + "window_days", + "durations", + "scope", + ] as const; + + constructor( + private readonly logger: Logger, + private readonly postgres: PostgresService, + ) {} + + public static settingName( + source: string, + field: (typeof SanctionPolicyService.FIELDS)[number], + ): string { + return `${SanctionPolicyService.SETTING_PREFIX}${source}_${field}`; + } + + public async getPolicies(): Promise> { + const rows = await this.postgres.query< + Array<{ + source: string; + enabled: boolean; + threshold: number; + window_days: number; + durations: Array; + scope: SanctionScope; + writes_platform_ban: boolean; + }> + >( + `SELECT src.value AS source, + public.sanction_policy_enabled(src.value) AS enabled, + public.sanction_policy_threshold(src.value) AS threshold, + public.sanction_policy_window_days(src.value) AS window_days, + public.sanction_policy_durations(src.value) AS durations, + public.sanction_policy_scope(src.value) AS scope, + src.writes_platform_ban + FROM public.e_sanction_sources src + ORDER BY src.value`, + ); + + return rows.map((row) => ({ + source: row.source, + enabled: row.enabled, + threshold: row.threshold, + windowDays: row.window_days, + durations: row.durations ?? [], + scope: row.scope, + writesPlatformBan: row.writes_platform_ban, + })); + } + + public async getPolicy(source: string): Promise { + const policies = await this.getPolicies(); + + return policies.find((policy) => policy.source === source); + } + + // The same arithmetic public.sanction_expiry does, for callers that already + // hold the policy and do not want a round trip. `null` means the policy does + // not fire; `Infinity` means it never lifts, which player_sanctions spells as + // a NULL remove_sanction_date. + public static resolveExpiry( + policy: SanctionPolicy, + occurrences: number, + lastOccurredAt: Date, + ): Date | number | null { + if (!policy.enabled) { + return null; + } + + if (!Number.isFinite(occurrences) || occurrences < 1) { + return null; + } + + if (occurrences < policy.threshold) { + return null; + } + + if (policy.durations.length === 0) { + return null; + } + + const minutes = + policy.durations[Math.min(occurrences, policy.durations.length) - 1]; + + if (minutes === 0) { + return Infinity; + } + + return new Date(lastOccurredAt.getTime() + minutes * 60 * 1000); + } + + public static covers(policy: SanctionPolicy, scope: SanctionScope): boolean { + return policy.scope === "both" || policy.scope === scope; + } + + public async playerSanctionExpiry( + steamId: string, + scope: SanctionScope, + ): Promise { + const rows = await this.postgres.query>( + `SELECT public.player_sanction_expiry($1::bigint, $2) AS expiry`, + [steamId, scope], + ); + + return rows.at(0)?.expiry ?? null; + } + + // Called when a tournament's check-in window closes. Records one occurrence + // per rostered player of every team that missed it, and is safe to call again + // for the same tournament -- the unique constraint on tournament_no_shows is + // what stops a second pass from doubling anybody's count. + public async recordTournamentNoShows(tournamentId: string): Promise { + try { + const rows = await this.postgres.query>( + `SELECT public.record_tournament_no_shows($1::uuid) AS recorded`, + [tournamentId], + ); + + const recorded = rows.at(0)?.recorded ?? 0; + + if (recorded > 0) { + this.logger.log( + `recorded ${recorded} tournament no-show(s) for ${tournamentId}`, + ); + } + + return recorded; + } catch (error) { + // Holding the tournament for review is what actually matters; never lose + // that because the bookkeeping behind a future ban failed. + this.logger.warn( + `unable to record tournament no-shows for ${tournamentId}`, + error, + ); + + return 0; + } + } +} diff --git a/src/sanctions/sanctions.module.ts b/src/sanctions/sanctions.module.ts index 0ad6f3a3e..6854eac81 100644 --- a/src/sanctions/sanctions.module.ts +++ b/src/sanctions/sanctions.module.ts @@ -11,11 +11,13 @@ import { DedicatedServersModule } from "src/dedicated-servers/dedicated-servers. import { loggerFactory } from "src/utilities/LoggerFactory"; import { MatchServerMiddlewareMiddleware } from "src/matches/match-server-middleware/match-server-middleware.middleware"; import { SanctionsService } from "./sanctions.service"; +import { SanctionPolicyService } from "./sanction-policy.service"; import { SanctionsController } from "./sanctions.controller"; @Module({ imports: [HasuraModule, PostgresModule, RconModule, DedicatedServersModule], - providers: [SanctionsService, loggerFactory()], + providers: [SanctionsService, SanctionPolicyService, loggerFactory()], + exports: [SanctionPolicyService], controllers: [SanctionsController], }) export class SanctionsModule implements NestModule { diff --git a/src/steam-match-history/steam-bans.service.ts b/src/steam-match-history/steam-bans.service.ts index fec576aa9..a45e357b1 100644 --- a/src/steam-match-history/steam-bans.service.ts +++ b/src/steam-match-history/steam-bans.service.ts @@ -348,11 +348,25 @@ export class SteamBansService { } private async applyAutoBans(bans: SteamBan[]): Promise { + if (!(await this.writesPlatformBan())) { + this.logger.log( + `steam-bans: ${bans.length} flagged player(s) left to the scoped ` + + `cooldown; the vac_ban sanction is not scoped to the whole platform`, + ); + return; + } + const flaggedIds = bans.map((ban) => ban.SteamId); const flaggedDays = bans.map((ban) => ban.DaysSinceLastBan ?? 0); - const needsBan = await this.postgres.query>( - `SELECT p.steam_id::text AS steam_id + const needsBan = await this.postgres.query< + Array<{ steam_id: string; remove_sanction_date: Date | null }> + >( + `SELECT p.steam_id::text AS steam_id, + NULLIF( + public.player_source_sanction_expiry('vac_ban', p.steam_id), + 'infinity'::timestamptz + ) AS remove_sanction_date FROM public.players p JOIN UNNEST($1::bigint[], $2::int[]) AS f(steam_id, days_since_last_ban) ON p.steam_id = f.steam_id @@ -373,7 +387,12 @@ export class SteamBansService { AND ps.sanctioned_by_steam_id IS NULL AND ps.deleted_at IS NOT NULL AND ps.deleted_at::date >= (now() - (f.days_since_last_ban || ' days')::interval)::date - )`, + ) + -- The policy decides whether this ban happens at all: NULL here means + -- the vac_ban source is off, or its threshold or decay window says + -- this account has not earned one. With the shipped defaults it is + -- never NULL for a flagged account. + AND public.player_source_sanction_expiry('vac_ban', p.steam_id) IS NOT NULL`, [flaggedIds, flaggedDays], ); @@ -384,36 +403,43 @@ export class SteamBansService { const byId = new Map(bans.map((ban) => [ban.SteamId, ban])); const ids = needsBan.map((row) => row.steam_id); const reasons = ids.map((id) => SteamBansService.banReason(byId.get(id))); + // NULL is how player_sanctions spells a ban with no end date, which is what + // the shipped ladder ('0') resolves to. + const removeDates = needsBan.map((row) => row.remove_sanction_date); const reactivated = await this.postgres.query>( `UPDATE public.player_sanctions ps - SET remove_sanction_date = NULL, reason = v.reason - FROM UNNEST($1::bigint[], $2::text[]) AS v(steam_id, reason) + SET remove_sanction_date = v.remove_sanction_date, reason = v.reason + FROM UNNEST($1::bigint[], $2::text[], $3::timestamptz[]) + AS v(steam_id, reason, remove_sanction_date) WHERE ps.player_steam_id = v.steam_id AND ps.type = 'ban' AND ps.sanctioned_by_steam_id IS NULL AND ps.deleted_at IS NULL RETURNING ps.player_steam_id::text AS steam_id`, - [ids, reasons], + [ids, reasons, removeDates], ); const reactivatedIds = new Set(reactivated.map((row) => row.steam_id)); const freshIds: string[] = []; const freshReasons: string[] = []; + const freshRemoveDates: Array = []; ids.forEach((id, index) => { if (!reactivatedIds.has(id)) { freshIds.push(id); freshReasons.push(reasons[index]); + freshRemoveDates.push(removeDates[index]); } }); if (freshIds.length > 0) { await this.postgres.query( `INSERT INTO public.player_sanctions - (player_steam_id, type, sanctioned_by_steam_id, reason) - SELECT v.steam_id, 'ban', NULL, v.reason - FROM UNNEST($1::bigint[], $2::text[]) AS v(steam_id, reason)`, - [freshIds, freshReasons], + (player_steam_id, type, sanctioned_by_steam_id, reason, remove_sanction_date) + SELECT v.steam_id, 'ban', NULL, v.reason, v.remove_sanction_date + FROM UNNEST($1::bigint[], $2::text[], $3::timestamptz[]) + AS v(steam_id, reason, remove_sanction_date)`, + [freshIds, freshReasons, freshRemoveDates], ); } @@ -456,10 +482,26 @@ export class SteamBansService { return `Auto: Steam ${ban.NumberOfVACBans} VAC ban(s), last ${ban.DaysSinceLastBan}d ago`; } + // Part of the configurable sanctions policy (the `vac_ban` source). Its + // shipped defaults reproduce what this service did when the numbers were + // hardcoded: enabled, fires on the first VAC ban, never decays, never lifts, + // and bars the whole platform. private async isEnforcementEnabled(): Promise { - const rows = await this.postgres.query>( - `SELECT value FROM public.settings WHERE name = 'public.steam_ban_enforcement_enabled' LIMIT 1`, + const rows = await this.postgres.query>( + `SELECT COALESCE(public.sanction_policy_enabled('vac_ban'), true) AS enabled`, + ); + return rows.at(0)?.enabled !== false; + } + + // A player_sanctions ban is enforced by is_banned() across the whole platform, + // so it is only an honest way to carry this source when the operator has left + // the scope at "both". Narrowed to one surface, the ban row is skipped and the + // scoped cooldown (public.player_sanction_expiry) does the gating instead -- + // reading the same players.vac_banned flag storeBans keeps up to date. + private async writesPlatformBan(): Promise { + const rows = await this.postgres.query>( + `SELECT public.sanction_policy_scope('vac_ban') = 'both' AS platform`, ); - return rows.at(0)?.value !== "false"; + return rows.at(0)?.platform !== false; } } diff --git a/test/sanctions-policy.spec.ts b/test/sanctions-policy.spec.ts new file mode 100644 index 000000000..11f5fd543 --- /dev/null +++ b/test/sanctions-policy.spec.ts @@ -0,0 +1,790 @@ +import { PostgresService } from "./../src/postgres/postgres.service"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// The configurable sanctions policy, against a real database. +// +// The most important thing here is the first block: the shipped defaults must +// reproduce, exactly, what the platform did when these numbers were hardcoded -- +// the 7 day windowed escalating leaver cooldown and the permanent platform-wide +// VAC ban. If that drifts, an upgrade silently re-sentences everybody. +describe("sanctions policy (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + // The ladder that lived in get_player_matchmaking_cooldown before the policy + // existed, in minutes, indexed by abandon count. + const HARDCODED_LADDER = [10, 60, 120, 240, 480, 960, 1920]; + + beforeAll(async () => { + db = await bootMigratedDb("SanctionsPolicyTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561196100000000n); + await fx.region("TestSanctions"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM abandoned_matches"); + await postgres.query("DELETE FROM player_sanctions"); + await postgres.query("DELETE FROM players"); + await postgres.query( + "DELETE FROM settings WHERE name LIKE 'public.sanction\\_%'", + ); + await reseedPolicySettings(); + }); + + // The same statement HasuraService.updateSettings() runs at boot. + const reseedPolicySettings = () => + postgres.query( + `insert into settings (name, value) + select 'public.sanction_' || value || '_enabled', default_enabled::text from e_sanction_sources + union all + select 'public.sanction_' || value || '_threshold', default_threshold::text from e_sanction_sources + union all + select 'public.sanction_' || value || '_window_days', default_window_days::text from e_sanction_sources + union all + select 'public.sanction_' || value || '_durations', default_durations from e_sanction_sources + union all + select 'public.sanction_' || value || '_scope', default_scope from e_sanction_sources + on conflict (name) do nothing`, + ); + + const setSetting = (name: string, value: string) => + postgres.query( + "INSERT INTO settings (name, value) VALUES ($1, $2) ON CONFLICT (name) DO UPDATE SET value = $2", + [name, value], + ); + + const abandon = (steamId: string, agoInterval = "0 seconds") => + postgres.query( + `INSERT INTO abandoned_matches (steam_id, abandoned_at) + VALUES ($1::bigint, now() - $2::interval)`, + [steamId, agoInterval], + ); + + const createTournament = async ( + start = "1 day", + { type = "Competitive", checkIn = false } = {}, + ) => { + const organizer = await fx.player(); + const options = await fx.matchOptions({ + type, + regions: ["TestSanctions"], + }); + const [tournament] = await postgres.query>( + `INSERT INTO tournaments + (name, start, organizer_steam_id, match_options_id, status, check_in_required) + VALUES ($1, now() + $2::interval, $3::bigint, $4::uuid, 'Setup', $5) RETURNING id`, + [fx.nextName("cup"), start, organizer, options, checkIn], + ); + return tournament.id; + }; + + // Stamping check_in_ends_at is what ProcessTournamentCheckIn does to open the + // window; record_tournament_no_shows refuses to record anything without it. + const openCheckInWindow = (tournamentId: string) => + postgres.query( + "UPDATE tournaments SET check_in_ends_at = now() - interval '1 minute' WHERE id = $1::uuid", + [tournamentId], + ); + + const registerTeam = async (tournamentId: string, players: Array) => { + const [team] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1::uuid, $2, $3::bigint, $3::bigint) RETURNING id`, + [tournamentId, fx.nextName("roster"), players[0]], + ); + + for (const player of players) { + // tbi_tournament_team_roster reads hasura.user unconditionally, so a + // roster insert has to arrive with a session like a real request. + await runAsUser(postgres, player, "admin", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1::uuid, $2::bigint, $3::uuid) ON CONFLICT DO NOTHING`, + [team.id, player, tournamentId], + ), + ); + } + + return team.id; + }; + + const recordNoShows = async (tournamentId: string) => { + const [row] = await postgres.query>( + "SELECT public.record_tournament_no_shows($1::uuid) AS recorded", + [tournamentId], + ); + return row.recorded; + }; + + // tournament_no_shows keys on a tournament, so each occurrence needs its own + // one; the arithmetic under test only ever reads occurred_at. + const noShow = async (steamId: string, agoInterval = "0 seconds") => { + const tournamentId = await createTournament(); + await postgres.query( + `INSERT INTO tournament_no_shows (tournament_id, player_steam_id, occurred_at) + VALUES ($1::uuid, $2::bigint, now() - $3::interval)`, + [tournamentId, steamId, agoInterval], + ); + return tournamentId; + }; + + const expiry = async ( + steamId: string, + scope: "matchmaking" | "tournaments", + ) => { + const [row] = await postgres.query>( + "SELECT public.player_sanction_expiry($1::bigint, $2) AS expiry", + [steamId, scope], + ); + return row.expiry; + }; + + const matchmakingCooldown = (steamId: string) => + runAsUser(postgres, steamId, "user", async (query) => { + const rows = (await query( + `SELECT public.get_player_matchmaking_cooldown(p, $1::json) AS cooldown + FROM players p WHERE p.steam_id = $2::bigint`, + [ + JSON.stringify({ + "x-hasura-user-id": steamId, + "x-hasura-role": "user", + }), + steamId, + ], + )) as Array<{ cooldown: Date | null }>; + return rows[0].cooldown; + }); + + const minutesBetween = (from: Date, to: Date) => + Math.round((to.getTime() - from.getTime()) / 60000); + + describe("shipped defaults reproduce the previous hardcoded behaviour", () => { + // Pins the settings inventory the web app builds its Sanctions page from, + // name for name and value for value. A rename here is a broken UI there. + it("seeds exactly the documented settings", async () => { + const rows = await postgres.query>( + "SELECT name, value FROM settings WHERE name LIKE 'public.sanction\\_%' ORDER BY name", + ); + + expect( + Object.fromEntries(rows.map((row) => [row.name, row.value])), + ).toEqual({ + "public.sanction_match_abandon_enabled": "true", + "public.sanction_match_abandon_threshold": "1", + "public.sanction_match_abandon_window_days": "7", + "public.sanction_match_abandon_durations": "10,60,120,240,480,960,1920", + "public.sanction_match_abandon_scope": "matchmaking", + "public.sanction_vac_ban_enabled": "true", + "public.sanction_vac_ban_threshold": "1", + "public.sanction_vac_ban_window_days": "0", + "public.sanction_vac_ban_durations": "0", + "public.sanction_vac_ban_scope": "both", + "public.sanction_tournament_no_show_enabled": "true", + "public.sanction_tournament_no_show_threshold": "3", + "public.sanction_tournament_no_show_window_days": "30", + "public.sanction_tournament_no_show_durations": "10080", + "public.sanction_tournament_no_show_scope": "tournaments", + }); + }); + + it("ships the scopes the settings page offers", async () => { + const rows = await postgres.query>( + "SELECT value FROM e_sanction_scopes ORDER BY value", + ); + + expect(rows.map((row) => row.value)).toEqual([ + "both", + "matchmaking", + "tournaments", + ]); + }); + + it("ships the sources the platform actually has", async () => { + const rows = await postgres.query>( + "SELECT value FROM e_sanction_sources ORDER BY value", + ); + + expect(rows.map((row) => row.value)).toEqual([ + "match_abandon", + "tournament_no_show", + "vac_ban", + ]); + }); + + it("reproduces the hardcoded leaver ladder rung for rung", async () => { + const player = await fx.player(); + + for (let count = 1; count <= HARDCODED_LADDER.length; count++) { + await abandon(player); + + const [row] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_abandoned_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + + const cooldown = await matchmakingCooldown(player); + + expect(cooldown).not.toBeNull(); + expect(minutesBetween(row.last_abandoned_at, cooldown!)).toBe( + HARDCODED_LADDER[count - 1], + ); + } + }); + + it("clamps past the end of the ladder instead of escalating forever", async () => { + const player = await fx.player(); + + for (let i = 0; i < HARDCODED_LADDER.length + 3; i++) { + await abandon(player); + } + + const [row] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_abandoned_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + + const cooldown = await matchmakingCooldown(player); + + expect(minutesBetween(row.last_abandoned_at, cooldown!)).toBe(1920); + }); + + it("forgives abandons older than the 7 day window", async () => { + const player = await fx.player(); + + await abandon(player, "8 days"); + await abandon(player, "9 days"); + await abandon(player, "10 days"); + + expect(await matchmakingCooldown(player)).toBeNull(); + + // A fresh one is a first offence again, not a fourth. + await abandon(player); + + const cooldown = await matchmakingCooldown(player); + const [row] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_abandoned_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + + expect(minutesBetween(row.last_abandoned_at, cooldown!)).toBe(10); + }); + + it("still hides another player's cooldown from the session", async () => { + const player = await fx.player(); + const other = await fx.player(); + + await abandon(player); + + const cooldown = await runAsUser( + postgres, + other, + "user", + async (query) => { + const rows = (await query( + `SELECT public.get_player_matchmaking_cooldown(p, $1::json) AS cooldown + FROM players p WHERE p.steam_id = $2::bigint`, + [ + JSON.stringify({ + "x-hasura-user-id": other, + "x-hasura-role": "user", + }), + player, + ], + )) as Array<{ cooldown: Date | null }>; + return rows[0].cooldown; + }, + ); + + expect(cooldown).toBeNull(); + }); + + it("keeps the leaver cooldown off the tournaments surface", async () => { + const player = await fx.player(); + + await abandon(player); + + expect(await expiry(player, "matchmaking")).not.toBeNull(); + expect(await expiry(player, "tournaments")).toBeNull(); + }); + + it("keeps a platform-wide VAC ban out of the matchmaking cooldown", async () => { + const player = await fx.player(); + + await postgres.query( + `UPDATE players SET vac_banned = true, vac_ban_count = 1, days_since_last_ban = 3 + WHERE steam_id = $1::bigint`, + [player], + ); + + // is_banned() is what enforces it; a cooldown with an end date would be a + // lie about a ban that has none. + expect(await matchmakingCooldown(player)).toBeNull(); + expect(await expiry(player, "tournaments")).toBeNull(); + }); + + it("resolves the VAC ban as permanent, which player_sanctions spells as NULL", async () => { + const player = await fx.player(); + + await postgres.query( + `UPDATE players SET vac_banned = true, vac_ban_count = 2, days_since_last_ban = 40 + WHERE steam_id = $1::bigint`, + [player], + ); + + const [row] = await postgres.query< + Array<{ raw: string | null; remove_date: Date | null }> + >( + `SELECT public.player_source_sanction_expiry('vac_ban', $1::bigint)::text AS raw, + public.sanction_remove_date('vac_ban', 1, now()) AS remove_date`, + [player], + ); + + expect(row.raw).toBe("infinity"); + expect(row.remove_date).toBeNull(); + }); + }); + + describe("threshold and window arithmetic", () => { + it("does not punish a first or second tournament no-show", async () => { + const player = await fx.player(); + + await noShow(player); + expect(await expiry(player, "tournaments")).toBeNull(); + + await noShow(player); + expect(await expiry(player, "tournaments")).toBeNull(); + }); + + it("bans for 7 days on the third no-show, counted from the last one", async () => { + const player = await fx.player(); + + await noShow(player, "10 days"); + await noShow(player, "5 days"); + await noShow(player); + + const [row] = await postgres.query>( + "SELECT MAX(occurred_at) AS last_at FROM tournament_no_shows WHERE player_steam_id = $1::bigint", + [player], + ); + + const tournaments = await expiry(player, "tournaments"); + + expect(tournaments).not.toBeNull(); + expect(minutesBetween(row.last_at, tournaments!)).toBe(7 * 24 * 60); + }); + + it("never touches matchmaking for a tournament no-show", async () => { + const player = await fx.player(); + + await noShow(player); + await noShow(player); + await noShow(player); + + expect(await expiry(player, "tournaments")).not.toBeNull(); + expect(await expiry(player, "matchmaking")).toBeNull(); + expect(await matchmakingCooldown(player)).toBeNull(); + }); + + it("decays no-shows out of the 30 day window", async () => { + const player = await fx.player(); + + await noShow(player, "40 days"); + await noShow(player, "35 days"); + await noShow(player, "31 days"); + + expect(await expiry(player, "tournaments")).toBeNull(); + }); + + it("honours an edited window", async () => { + const player = await fx.player(); + + await abandon(player, "10 days"); + await abandon(player); + + const lastAbandon = async () => { + const [row] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + return row.last_at; + }; + + // The shipped 7 day window sees one abandon: first rung. + expect( + minutesBetween( + await lastAbandon(), + (await matchmakingCooldown(player))!, + ), + ).toBe(10); + + await setSetting("public.sanction_match_abandon_window_days", "30"); + + // A 30 day window sees both: second rung. + expect( + minutesBetween( + await lastAbandon(), + (await matchmakingCooldown(player))!, + ), + ).toBe(60); + }); + + it("honours an edited threshold", async () => { + const player = await fx.player(); + + await setSetting("public.sanction_match_abandon_threshold", "3"); + + await abandon(player); + expect(await matchmakingCooldown(player)).toBeNull(); + + await abandon(player); + expect(await matchmakingCooldown(player)).toBeNull(); + + await abandon(player); + expect(await matchmakingCooldown(player)).not.toBeNull(); + }); + + it("honours an edited ladder", async () => { + const player = await fx.player(); + + await setSetting("public.sanction_match_abandon_durations", "5,15"); + await abandon(player); + + const first = await matchmakingCooldown(player); + const [firstRow] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + expect(minutesBetween(firstRow.last_at, first!)).toBe(5); + + await abandon(player); + + const second = await matchmakingCooldown(player); + const [secondRow] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + expect(minutesBetween(secondRow.last_at, second!)).toBe(15); + }); + + it("honours an edited scope", async () => { + const player = await fx.player(); + + await abandon(player); + expect(await expiry(player, "tournaments")).toBeNull(); + + await setSetting("public.sanction_match_abandon_scope", "both"); + + expect(await expiry(player, "tournaments")).not.toBeNull(); + expect(await expiry(player, "matchmaking")).not.toBeNull(); + }); + + it("clamps a nonsense threshold rather than banning everyone", async () => { + await setSetting("public.sanction_match_abandon_threshold", "0"); + + const [row] = await postgres.query>( + "SELECT public.sanction_policy_threshold('match_abandon') AS threshold", + ); + + expect(row.threshold).toBe(1); + }); + + it("falls back to the shipped values when a settings row is garbage", async () => { + await setSetting( + "public.sanction_match_abandon_durations", + "not,minutes", + ); + await setSetting("public.sanction_match_abandon_threshold", "abc"); + await setSetting("public.sanction_match_abandon_scope", "everywhere"); + + const [row] = await postgres.query< + Array<{ durations: Array; threshold: number; scope: string }> + >( + `SELECT public.sanction_policy_durations('match_abandon') AS durations, + public.sanction_policy_threshold('match_abandon') AS threshold, + public.sanction_policy_scope('match_abandon') AS scope`, + ); + + expect(row.durations).toEqual(HARDCODED_LADDER); + expect(row.threshold).toBe(1); + expect(row.scope).toBe("matchmaking"); + }); + + it("falls back to the shipped values when the settings rows are missing entirely", async () => { + const player = await fx.player(); + + await postgres.query( + "DELETE FROM settings WHERE name LIKE 'public.sanction\\_%'", + ); + + await abandon(player); + + const cooldown = await matchmakingCooldown(player); + const [row] = await postgres.query>( + "SELECT MAX(abandoned_at) AS last_at FROM abandoned_matches WHERE steam_id = $1::bigint", + [player], + ); + + expect(minutesBetween(row.last_at, cooldown!)).toBe(10); + }); + }); + + describe("a disabled sanction never fires", () => { + it("stops the leaver cooldown dead", async () => { + const player = await fx.player(); + + for (let i = 0; i < 5; i++) { + await abandon(player); + } + + expect(await matchmakingCooldown(player)).not.toBeNull(); + + await setSetting("public.sanction_match_abandon_enabled", "false"); + + expect(await matchmakingCooldown(player)).toBeNull(); + expect(await expiry(player, "matchmaking")).toBeNull(); + }); + + it("stops the tournament no-show ban, however many occurrences", async () => { + const player = await fx.player(); + + await setSetting("public.sanction_tournament_no_show_enabled", "false"); + + for (let i = 0; i < 10; i++) { + await noShow(player); + } + + expect(await expiry(player, "tournaments")).toBeNull(); + }); + + it("records no occurrences at all once the no-show source is off", async () => { + await setSetting("public.sanction_tournament_no_show_enabled", "false"); + + const [row] = await postgres.query>( + "SELECT public.record_tournament_no_shows(gen_random_uuid()) AS recorded", + ); + + expect(row.recorded).toBe(0); + }); + + it("reports the VAC source as disabled to the ban service", async () => { + await setSetting("public.sanction_vac_ban_enabled", "false"); + + const [row] = await postgres.query>( + "SELECT COALESCE(public.sanction_policy_enabled('vac_ban'), true) AS enabled", + ); + + expect(row.enabled).toBe(false); + }); + + it("stops a disabled VAC source from resolving any ban date", async () => { + const player = await fx.player(); + + await postgres.query( + `UPDATE players SET vac_banned = true, vac_ban_count = 1, days_since_last_ban = 1 + WHERE steam_id = $1::bigint`, + [player], + ); + + await setSetting("public.sanction_vac_ban_enabled", "false"); + + const [row] = await postgres.query>( + "SELECT public.player_source_sanction_expiry('vac_ban', $1::bigint) AS resolved", + [player], + ); + + expect(row.resolved).toBeNull(); + }); + }); + + // The entry point ProcessTournamentCheckIn calls when a window closes: + // SELECT public.record_tournament_no_shows($1::uuid) + describe("recording tournament no-shows", () => { + const wingmanCup = async () => { + const tournamentId = await createTournament("1 day", { + type: "Wingman", + checkIn: true, + }); + await openCheckInWindow(tournamentId); + return tournamentId; + }; + + const occurrencesFor = async (steamId: string) => { + const [row] = await postgres.query>( + "SELECT count(*)::text AS count FROM tournament_no_shows WHERE player_steam_id = $1::bigint", + [steamId], + ); + return Number(row.count); + }; + + it("records one occurrence per rostered player of a team that missed check-in", async () => { + const tournamentId = await wingmanCup(); + const players = await fx.players(2); + await registerTeam(tournamentId, players); + + expect(await recordNoShows(tournamentId)).toBe(2); + + for (const player of players) { + expect(await occurrencesFor(player)).toBe(1); + } + }); + + it("is idempotent, so a second close pass cannot double a ban", async () => { + const tournamentId = await wingmanCup(); + const players = await fx.players(2); + await registerTeam(tournamentId, players); + + expect(await recordNoShows(tournamentId)).toBe(2); + expect(await recordNoShows(tournamentId)).toBe(0); + expect(await occurrencesFor(players[0])).toBe(1); + }); + + it("leaves a team that checked in alone", async () => { + const tournamentId = await wingmanCup(); + const players = await fx.players(2); + const teamId = await registerTeam(tournamentId, players); + + await postgres.query( + "UPDATE tournament_teams SET checked_in_at = now() WHERE id = $1::uuid", + [teamId], + ); + + expect(await recordNoShows(tournamentId)).toBe(0); + }); + + it("leaves a roster that was never seedable alone", async () => { + const tournamentId = await wingmanCup(); + const players = await fx.players(1); + await registerTeam(tournamentId, players); + + expect(await recordNoShows(tournamentId)).toBe(0); + }); + + it("records nothing when the check-in window never opened", async () => { + const tournamentId = await createTournament("1 day", { + type: "Wingman", + checkIn: true, + }); + const players = await fx.players(2); + await registerTeam(tournamentId, players); + + expect(await recordNoShows(tournamentId)).toBe(0); + }); + + it("records nothing for a tournament that does not exist", async () => { + const [row] = await postgres.query>( + "SELECT public.record_tournament_no_shows(gen_random_uuid()) AS recorded", + ); + + expect(row.recorded).toBe(0); + }); + + it("bans the roster on the third tournament they no-show", async () => { + const players = await fx.players(2); + + for (let i = 0; i < 3; i++) { + const tournamentId = await wingmanCup(); + await registerTeam(tournamentId, players); + await recordNoShows(tournamentId); + } + + for (const player of players) { + expect(await expiry(player, "tournaments")).not.toBeNull(); + expect(await expiry(player, "matchmaking")).toBeNull(); + } + }); + + it("exposes the ban through the player's own tournament_cooldown field", async () => { + const players = await fx.players(2); + + for (let i = 0; i < 3; i++) { + const tournamentId = await wingmanCup(); + await registerTeam(tournamentId, players); + await recordNoShows(tournamentId); + } + + const own = await runAsUser( + postgres, + players[0], + "user", + async (query) => { + const rows = (await query( + `SELECT public.get_player_tournament_cooldown(p, $1::json) AS cooldown + FROM players p WHERE p.steam_id = $2::bigint`, + [ + JSON.stringify({ + "x-hasura-user-id": players[0], + "x-hasura-role": "user", + }), + players[0], + ], + )) as Array<{ cooldown: Date | null }>; + return rows[0].cooldown; + }, + ); + + expect(own).not.toBeNull(); + + const someoneElse = await runAsUser( + postgres, + players[1], + "user", + async (query) => { + const rows = (await query( + `SELECT public.get_player_tournament_cooldown(p, $1::json) AS cooldown + FROM players p WHERE p.steam_id = $2::bigint`, + [ + JSON.stringify({ + "x-hasura-user-id": players[1], + "x-hasura-role": "user", + }), + players[0], + ], + )) as Array<{ cooldown: Date | null }>; + return rows[0].cooldown; + }, + ); + + expect(someoneElse).toBeNull(); + }); + }); + + describe("tournament join gate", () => { + it("blocks a sanctioned player from joining and lets them back afterwards", async () => { + const player = await fx.player(); + const tournamentId = await createTournament("2 days"); + + const meets = async () => { + const [row] = await postgres.query>( + "SELECT player_meets_tournament_requirements($1::uuid, $2::bigint) AS ok", + [tournamentId, player], + ); + return row.ok; + }; + + expect(await meets()).toBe(true); + + await noShow(player); + await noShow(player); + await noShow(player); + + expect(await meets()).toBe(false); + + // Served: the last occurrence is older than the 7 day ban. + await postgres.query( + "UPDATE tournament_no_shows SET occurred_at = now() - interval '8 days' WHERE player_steam_id = $1::bigint", + [player], + ); + + expect(await meets()).toBe(true); + }); + }); +}); From d30d066d3bc8af333f732ba459b037ded5173c57 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Aug 2026 09:27:21 -0400 Subject: [PATCH 07/17] feature: hold tournament matches until the tournament starts and promote waitlisted free agents --- .../promote_tournament_free_agent.sql | 147 ++++++ .../tournaments/schedule_tournament_match.sql | 16 +- .../tournament_match_is_pre_start.sql | 29 + hasura/triggers/matches.sql | 12 + hasura/triggers/tournament_free_agents.sql | 72 +++ hasura/triggers/tournaments.sql | 21 + .../jobs/CheckForScheduledMatches.spec.ts | 43 ++ src/matches/jobs/CheckForScheduledMatches.ts | 21 + src/tournaments/tournaments.controller.ts | 15 +- test/tournament-free-agent-promotion.spec.ts | 497 ++++++++++++++++++ test/tournament-pre-start-matches.spec.ts | 352 +++++++++++++ 11 files changed, 1222 insertions(+), 3 deletions(-) create mode 100644 hasura/functions/tournaments/promote_tournament_free_agent.sql create mode 100644 hasura/functions/tournaments/tournament_match_is_pre_start.sql create mode 100644 src/matches/jobs/CheckForScheduledMatches.spec.ts create mode 100644 test/tournament-free-agent-promotion.spec.ts create mode 100644 test/tournament-pre-start-matches.spec.ts diff --git a/hasura/functions/tournaments/promote_tournament_free_agent.sql b/hasura/functions/tournaments/promote_tournament_free_agent.sql new file mode 100644 index 000000000..371693b67 --- /dev/null +++ b/hasura/functions/tournaments/promote_tournament_free_agent.sql @@ -0,0 +1,147 @@ +-- Fills one vacated slot on a drafted pickup team from the waitlist. Returns the +-- promoted player's steam id, or NULL when nothing was promoted. +-- +-- Waitlisting used to be a one-way door: a drafted free agent who left took +-- their team below min_players_per_lineup, the team was dropped at seeding, and +-- the waitlisted players sat there while the bracket shrank. +-- +-- SIGN-UP ORDER DECIDES, exactly like the draft's selection stage -- created_at +-- ascending, never ELO. The draft only lets ELO decide which team a selected +-- player lands on; letting it decide who plays at all is the one thing a +-- first-come pool must not do, and a promotion is a selection. +CREATE OR REPLACE FUNCTION public.promote_tournament_free_agent( + _tournament_id uuid, + _tournament_team_id uuid +) +RETURNS bigint +LANGUAGE plpgsql +AS $$ +DECLARE + _tournament public.tournaments; + _promoted public.tournament_free_agents; + _team_size int; + _roster_count int; + _check_in_closed boolean; +BEGIN + IF _tournament_id IS NULL OR _tournament_team_id IS NULL THEN + RETURN NULL; + END IF; + + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = _tournament_id; + + IF NOT FOUND THEN + RETURN NULL; + END IF; + + IF _tournament.registration_type = 'teams' THEN + RETURN NULL; + END IF; + + -- Once the bracket is in play the seeds are drawn, servers are being + -- reserved and lineups are already built from the roster as it stands. + -- Swapping a stranger in mid-tournament is a different, riskier feature. + IF _tournament.status NOT IN ('Setup', 'RegistrationOpen', 'RegistrationClosed', 'CheckInReview') THEN + RETURN NULL; + END IF; + + -- Serializes the pick-then-write against another departure on the same + -- tournament. Without it two simultaneous leaves both read the waitlist + -- before either writes, and both promote the same player -- one of them + -- into a unique-key violation that rolls a legitimate departure back. + -- Transaction scoped, so it is released with the commit either way. + PERFORM pg_advisory_xact_lock( + hashtext('tournament_free_agent_promotion'), + hashtext(_tournament_id::text) + ); + + -- The team may already be gone: deleting a tournament_teams row cascades + -- into its roster, and the parent is removed before the children, so this + -- runs with no slot left to fill. + IF NOT EXISTS ( + SELECT 1 FROM public.tournament_teams tt + WHERE tt.id = _tournament_team_id AND tt.tournament_id = _tournament_id + ) THEN + RETURN NULL; + END IF; + + _team_size := COALESCE( + public.tournament_min_players_per_lineup(_tournament), + public.tournament_max_players_per_lineup(_tournament) + ); + + IF _team_size IS NULL OR _team_size < 1 THEN + RETURN NULL; + END IF; + + SELECT COUNT(*) INTO _roster_count + FROM public.tournament_team_roster ttr + WHERE ttr.tournament_team_id = _tournament_team_id; + + -- Idempotent: only a team actually short of a lineup has a slot on offer, so + -- re-running against a full team promotes nobody rather than over-filling it. + IF _roster_count >= _team_size THEN + RETURN NULL; + END IF; + + -- Stricter than "not ahead of someone who did check in": once the window has + -- closed a waitlisted no-show is not eligible at all, which is the same rule + -- the draft's own pool applies. Promoting someone who never confirmed puts a + -- player who is not there into a match, and the close pass has already + -- waitlisted every free agent who missed the prompt. + _check_in_closed := _tournament.check_in_required + AND public.tournament_check_in_window_opened(_tournament) + AND NOT public.tournament_check_in_open(_tournament); + + SELECT fa.* INTO _promoted + FROM public.tournament_free_agents fa + WHERE fa.tournament_id = _tournament_id + AND fa.status = 'waitlisted' + AND (NOT _check_in_closed OR fa.checked_in_at IS NOT NULL) + AND public.player_meets_tournament_requirements(_tournament_id, fa.player_steam_id) + -- Already playing, under either identity. The roster key is unique per + -- (tournament, player) so the insert below would abort the caller's whole + -- statement, and owning a team collides with + -- UNIQUE (owner_steam_id, tournament_id) -- the collision that hard-stalled + -- the draft once already. + AND NOT EXISTS ( + SELECT 1 FROM public.tournament_team_roster ttr + WHERE ttr.tournament_id = _tournament_id + AND ttr.player_steam_id = fa.player_steam_id + ) + AND NOT EXISTS ( + SELECT 1 FROM public.tournament_teams tt + WHERE tt.tournament_id = _tournament_id + AND tt.owner_steam_id = fa.player_steam_id + ) + ORDER BY fa.created_at, fa.id + LIMIT 1; + + IF NOT FOUND THEN + RETURN NULL; + END IF; + + -- tbi_tournament_team_roster redirects a non-organizer insert on a pickup + -- team into an INVITE nobody sent; the same GUC the draft uses marks this as + -- the system path. Transaction local, so an error rolls it back. + PERFORM set_config('fivestack.free_agent_draft', 'true', true); + + -- Their own confirmation carries over rather than being re-asked for: in + -- Players mode the team-level rollup counts roster rows, and a promoted + -- player who checked in as a free agent has already done what was asked. + INSERT INTO public.tournament_team_roster ( + tournament_team_id, player_steam_id, tournament_id, role, checked_in_at + ) + VALUES ( + _tournament_team_id, _promoted.player_steam_id, _tournament_id, 'Member', _promoted.checked_in_at + ); + + UPDATE public.tournament_free_agents fa + SET status = 'drafted', + tournament_team_id = _tournament_team_id + WHERE fa.id = _promoted.id; + + PERFORM set_config('fivestack.free_agent_draft', 'false', true); + + RETURN _promoted.player_steam_id; +END; +$$; diff --git a/hasura/functions/tournaments/schedule_tournament_match.sql b/hasura/functions/tournaments/schedule_tournament_match.sql index ec42d7657..d9b698da4 100644 --- a/hasura/functions/tournaments/schedule_tournament_match.sql +++ b/hasura/functions/tournaments/schedule_tournament_match.sql @@ -138,7 +138,13 @@ CREATE OR REPLACE FUNCTION public.schedule_tournament_match(bracket public.tourn 'PickingPlayers', tournament.organizer_steam_id, _match_options_id, - GREATEST(COALESCE(bracket.scheduled_at, now()), now()) + -- The tournament's own start is the fallback, not now(). cancels_at is + -- derived from this timestamp, so a round-1 match materialized at + -- 18:45 for a 19:00 tournament used to get an 18:50 no-show deadline + -- -- ten minutes before the tournament even begins. The outer GREATEST + -- keeps an already-underway tournament (and therefore every later + -- round) on exactly its current timing. + GREATEST(COALESCE(bracket.scheduled_at, tournament."start", now()), now()) ) RETURNING lineup_1_id, lineup_2_id INTO _lineup_1_id, _lineup_2_id; @@ -223,10 +229,18 @@ CREATE OR REPLACE FUNCTION public.schedule_tournament_match(bracket public.tourn -- 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. + -- + -- Same shape for a bracket materialized before its tournament starts: the + -- draw is published at RegistrationClosed / CheckInReview so teams can see + -- who they play, which must not make the match playable an hour early. + -- tbu_matches refuses the transition anyway; parking it here means the row + -- never briefly exists in a playable status at all. UPDATE matches SET status = CASE WHEN current_setting('fivestack.schedule_as_pending', true) = 'true' THEN 'Scheduled' + WHEN tournament_match_is_pre_start(_match_id) + THEN 'Scheduled' ELSE 'WaitingForCheckIn' END WHERE id = _match_id; diff --git a/hasura/functions/tournaments/tournament_match_is_pre_start.sql b/hasura/functions/tournaments/tournament_match_is_pre_start.sql new file mode 100644 index 000000000..f4b45926e --- /dev/null +++ b/hasura/functions/tournaments/tournament_match_is_pre_start.sql @@ -0,0 +1,29 @@ +-- Round 1 is materialized while the tournament is still RegistrationClosed (and +-- now CheckInReview) on purpose: the draw, the seeds and the opponents have to +-- be visible so teams can prepare. Materializing them also opened check-in, +-- veto and the join/start flow, so a 12:20 tournament whose registration closed +-- at 12:15 was fully playable at 12:15. +-- +-- Deliberately narrow. Only those two holding statuses, and only while `start` +-- is still ahead: +-- * Live (or an organizer starting early) makes this false immediately, so +-- nothing has to be released by hand; +-- * every later round is materialized once the tournament is already running +-- and keeps its current immediate behaviour; +-- * a league fixture plays while its season tournament is Live, so it is +-- never gated either. +CREATE OR REPLACE FUNCTION public.tournament_match_is_pre_start(_match_id uuid) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT EXISTS ( + SELECT 1 + FROM public.tournament_brackets tb + INNER JOIN public.tournament_stages ts ON ts.id = tb.tournament_stage_id + INNER JOIN public.tournaments t ON t.id = ts.tournament_id + WHERE tb.match_id = _match_id + AND t.status IN ('RegistrationClosed', 'CheckInReview') + AND t."start" > now() + ); +$$; diff --git a/hasura/triggers/matches.sql b/hasura/triggers/matches.sql index 181ddd675..6998f284e 100644 --- a/hasura/triggers/matches.sql +++ b/hasura/triggers/matches.sql @@ -286,6 +286,18 @@ DECLARE _auto_cancel_duration_override integer; _veto_pick_timeout integer; BEGIN + -- The single gate for "materialized early, not playable yet". It lives here + -- rather than on each caller because every route onto the playable ladder + -- has to be refused, not just the scheduler: an organizer pressing start, a + -- lineup-ready cascade and CheckForScheduledMatches all arrive as an UPDATE + -- on this row. Terminal statuses are untouched on purpose -- cancelling, a + -- tournament reset and deleting a match must keep working. + IF OLD.status = 'Scheduled' + AND NEW.status IN ('WaitingForCheckIn', 'Veto', 'WaitingForServer', 'Live') + AND tournament_match_is_pre_start(NEW.id) THEN + NEW.status = 'Scheduled'; + END IF; + SELECT auto_cancellation, auto_cancel_duration INTO _auto_cancellation, _auto_cancel_duration_override FROM resolve_match_auto_cancel(NEW.id); _auto_cancel_duration := COALESCE(_auto_cancel_duration_override, get_int_setting('auto_cancel_duration', 15))::text || ' minutes'; diff --git a/hasura/triggers/tournament_free_agents.sql b/hasura/triggers/tournament_free_agents.sql index ec3a44b6d..b51144837 100644 --- a/hasura/triggers/tournament_free_agents.sql +++ b/hasura/triggers/tournament_free_agents.sql @@ -67,3 +67,75 @@ CREATE TRIGGER tbi_tournament_free_agents BEFORE INSERT ON public.tournament_free_agents FOR EACH ROW EXECUTE FUNCTION public.tbi_tournament_free_agents(); + +-- Leaving the pool has to give the slot up too. The roster row is what the +-- seeding, the lineups and the team page actually read, so a drafted agent who +-- deleted only their pool row stayed on the team while the waitlist behind them +-- never moved. Deleting it here is also what runs the promotion, via +-- tad_tournament_team_roster_free_agents below -- one path, not two. +CREATE OR REPLACE FUNCTION public.tad_tournament_free_agents() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF OLD.status <> 'drafted' OR OLD.tournament_team_id IS NULL THEN + RETURN OLD; + END IF; + + -- The tournament itself is on its way out; the roster rows are cascading + -- anyway and there is nothing left to promote into. + IF NOT EXISTS (SELECT 1 FROM public.tournaments t WHERE t.id = OLD.tournament_id) THEN + RETURN OLD; + END IF; + + DELETE FROM public.tournament_team_roster ttr + WHERE ttr.tournament_id = OLD.tournament_id + AND ttr.player_steam_id = OLD.player_steam_id + AND ttr.tournament_team_id = OLD.tournament_team_id; + + RETURN OLD; +END; +$$; + +DROP TRIGGER IF EXISTS tad_tournament_free_agents ON public.tournament_free_agents; +CREATE TRIGGER tad_tournament_free_agents + AFTER DELETE ON public.tournament_free_agents + FOR EACH ROW + EXECUTE FUNCTION public.tad_tournament_free_agents(); + +-- Lives with the free agents rather than in tournament_team_roster.sql because +-- it is entirely the pool's business: it exists so a vacated drafted slot is +-- refilled from the waitlist, whichever route emptied it -- the leave action, +-- an organizer removing the player, or a pool row deleted straight through +-- Hasura. +CREATE OR REPLACE FUNCTION public.tad_tournament_team_roster_free_agents() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF NOT EXISTS ( + SELECT 1 FROM public.tournament_free_agents fa + WHERE fa.tournament_id = OLD.tournament_id + ) THEN + RETURN OLD; + END IF; + + -- A pool row left pointing at a team the player is no longer on hides them + -- from the waitlist and from the pool alike. Withdrawn, not waitlisted: they + -- were removed from the tournament, not passed over by the draft. + UPDATE public.tournament_free_agents fa + SET status = 'withdrawn', + tournament_team_id = NULL + WHERE fa.tournament_id = OLD.tournament_id + AND fa.player_steam_id = OLD.player_steam_id + AND fa.status = 'drafted'; + + PERFORM public.promote_tournament_free_agent(OLD.tournament_id, OLD.tournament_team_id); + + RETURN OLD; +END; +$$; + +DROP TRIGGER IF EXISTS tad_tournament_team_roster_free_agents ON public.tournament_team_roster; +CREATE TRIGGER tad_tournament_team_roster_free_agents + AFTER DELETE ON public.tournament_team_roster + FOR EACH ROW + EXECUTE FUNCTION public.tad_tournament_team_roster_free_agents(); diff --git a/hasura/triggers/tournaments.sql b/hasura/triggers/tournaments.sql index b5f74a2dd..994c4275f 100644 --- a/hasura/triggers/tournaments.sql +++ b/hasura/triggers/tournaments.sql @@ -45,6 +45,27 @@ BEGIN END IF; END IF; + -- Round 1 is materialized at RegistrationClosed and parked as 'Scheduled' + -- by tournament_match_is_pre_start. Releasing it here rather than leaving it + -- to CheckForScheduledMatches saves up to a minute of dead time at kickoff, + -- and covers an organizer who starts the tournament early. + -- + -- Bounded to matches due around the tournament's own kickoff, using the same + -- 15-minute lead that job uses: a bracket carrying its own explicit, later + -- schedule -- a league fixture, an admin-mode bracket -- must keep waiting + -- for its own time rather than all going live at once. + IF NEW.status = 'Live' AND OLD.status IS DISTINCT FROM 'Live' THEN + UPDATE matches m + SET status = 'WaitingForCheckIn' + FROM tournament_brackets tb + INNER JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE tb.match_id = m.id + AND ts.tournament_id = NEW.id + AND m.status = 'Scheduled' + AND m.scheduled_at IS NOT NULL + AND m.scheduled_at <= GREATEST(NEW."start", now()) + interval '15 minutes'; + END IF; + -- When tournament resumes from Paused, schedule all ready brackets (only if auto_start) IF ( NEW.status IS DISTINCT FROM OLD.status AND diff --git a/src/matches/jobs/CheckForScheduledMatches.spec.ts b/src/matches/jobs/CheckForScheduledMatches.spec.ts new file mode 100644 index 000000000..3cef6e5b5 --- /dev/null +++ b/src/matches/jobs/CheckForScheduledMatches.spec.ts @@ -0,0 +1,43 @@ +import { CheckForScheduledMatches } from "./CheckForScheduledMatches"; + +// The only thing this job does is build a where clause, and the clause is what +// broke: tbu_matches forces a pre-start tournament match straight back to +// 'Scheduled', so selecting one produces an affected row for an UPDATE that +// changed nothing -- and "N matches started" every single minute. +describe("CheckForScheduledMatches", () => { + const logger = { log: jest.fn(), warn: jest.fn(), error: jest.fn() }; + const hasura = { mutation: jest.fn() }; + + let job: CheckForScheduledMatches; + + beforeEach(() => { + jest.clearAllMocks(); + hasura.mutation.mockResolvedValue({ update_matches: { affected_rows: 2 } }); + job = new CheckForScheduledMatches(logger as never, hasura as never); + }); + + const whereClauses = () => + hasura.mutation.mock.calls[0][0].update_matches.__args.where._and; + + it("starts due matches but leaves out one whose tournament has not started", async () => { + await expect(job.process()).resolves.toBe(2); + expect(logger.log).toHaveBeenCalledWith("2 matches started"); + + const clauses = whereClauses(); + expect(clauses).toContainEqual({ status: { _eq: "Scheduled" } }); + expect(hasura.mutation.mock.calls[0][0].update_matches.__args._set).toEqual( + { status: "WaitingForCheckIn" }, + ); + + const excluded = clauses.find( + (clause: Record) => clause._not, + ); + expect(excluded).toBeDefined(); + + const tournament = excluded._not.tournament_brackets.stage.tournament; + expect(tournament.status).toEqual({ + _in: ["RegistrationClosed", "CheckInReview"], + }); + expect(tournament.start._gt).toBeInstanceOf(Date); + }); +}); diff --git a/src/matches/jobs/CheckForScheduledMatches.ts b/src/matches/jobs/CheckForScheduledMatches.ts index 050b3460d..0efdb8a72 100644 --- a/src/matches/jobs/CheckForScheduledMatches.ts +++ b/src/matches/jobs/CheckForScheduledMatches.ts @@ -36,6 +36,27 @@ export class CheckForScheduledMatches extends WorkerHost { _eq: "Scheduled", }, }, + // Mirrors tournament_match_is_pre_start. A round-1 match + // materialized before its tournament starts is parked, and + // tbu_matches forces it straight back to Scheduled -- so without + // this the UPDATE still reports an affected row and the job logs + // "N matches started" for a no-op every single pass. + { + _not: { + tournament_brackets: { + stage: { + tournament: { + status: { + _in: ["RegistrationClosed", "CheckInReview"], + }, + start: { + _gt: new Date(), + }, + }, + }, + }, + }, + }, ], }, _set: { diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index a73d13034..d4979e0fe 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -877,10 +877,12 @@ export class TournamentsController { throw Error("the free agent pool is closed"); } - const removed = await this.postgres.query>( + const removed = await this.postgres.query< + Array<{ id: string; status: string }> + >( `DELETE FROM tournament_free_agents WHERE tournament_id = $1::uuid AND player_steam_id = $2::bigint - RETURNING id::text AS id`, + RETURNING id::text AS id, status`, [tournament_id, data.user.steam_id], ); @@ -888,6 +890,15 @@ export class TournamentsController { throw Error("you are not in this tournament's free agent pool"); } + // Giving up a drafted slot drops the roster row and pulls the earliest + // waitlisted agent into it (tad_tournament_free_agents). Both the team that + // lost a player and the one that gained one need eligible_at and their seed + // recomputed -- check_team_eligibility restores eligibility on the roster + // write but never gives the seed back. + if (removed[0].status === "drafted") { + await this.reseedTournament(tournament_id); + } + return { success: true }; } diff --git a/test/tournament-free-agent-promotion.spec.ts b/test/tournament-free-agent-promotion.spec.ts new file mode 100644 index 000000000..2a8e35b0a --- /dev/null +++ b/test/tournament-free-agent-promotion.spec.ts @@ -0,0 +1,497 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { TournamentsController } from "./../src/tournaments/tournaments.controller"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// Waitlisting used to be a one-way door: a drafted free agent who left took +// their pickup team below the minimum lineup, the team was dropped at seeding, +// and the waitlist behind them never moved. +describe("free agent waitlist promotion (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + beforeAll(async () => { + db = await bootMigratedDb("TournamentFreeAgentPromotionTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561198200000000n); + await fx.region("TestFA"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const createTournament = async ({ + start = "3 days", + maxTeams = 4, + // A stage refuses fewer than four teams per group, so four is the floor for + // every pool in this suite. + minTeams = 4, + columns = {} as Record, + } = {}) => { + const organizer = await fx.player(); + const [options] = await postgres.query>( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions, number_of_substitutes) + SELECT 8, 1, 'Wingman', id, false, true, '{TestFA}', 0 + FROM map_pools WHERE type = 'Wingman' AND seed = true RETURNING id`, + ); + + const names = Object.keys(columns); + const extraCols = names.map((name) => `, "${name}"`).join(""); + const extraVals = names.map((_, i) => `, $${i + 5}`).join(""); + + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status, registration_type${extraCols}) + VALUES ($1, now() + $2::interval, $3, $4, 'Setup', 'free_agents'${extraVals}) RETURNING id`, + [ + fx.nextName("pool"), + start, + organizer, + options.id, + ...names.map((name) => columns[name]), + ], + ); + + await postgres.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, $2, $3)`, + [tournament.id, minTeams, maxTeams], + ); + + return { id: tournament.id, organizer }; + }; + + const setStatus = ( + tournamentId: string, + actor: string, + status: string, + role = "admin", + ) => + runAsUser(postgres, actor, role, (query) => + query("UPDATE tournaments SET status = $1 WHERE id = $2", [ + status, + tournamentId, + ]), + ); + + const registerFreeAgent = ( + tournamentId: string, + steamId: string, + createdAt: string, + ) => + postgres.query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id, created_at) + VALUES ($1, $2, $3::timestamptz)`, + [tournamentId, steamId, createdAt], + ); + + // A drafted pool: `agents` signups a minute apart, drafted into pickup teams + // of two. Whoever is past the cut is waitlisted, oldest signup first. + const draftedPool = async ({ + agents = 10, + maxTeams = 4, + minTeams = 4, + columns = {} as Record, + signupOrder, + }: { + agents?: number; + maxTeams?: number; + minTeams?: number; + columns?: Record; + signupOrder?: Array; + } = {}) => { + const t = await createTournament({ maxTeams, minTeams, columns }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const players: Array = []; + for (let i = 0; i < agents; i++) { + players.push(await fx.player()); + } + + // created_at is what decides, so the insert order is deliberately allowed to + // differ from it. + const order = signupOrder ?? players.map((_, index) => index); + const base = Date.now() - agents * 60_000; + for (const index of order) { + await registerFreeAgent( + t.id, + players[index], + new Date(base + index * 60_000).toISOString(), + ); + } + + await postgres.query("SELECT draft_tournament_free_agent_teams($1)", [ + t.id, + ]); + + return { ...t, players }; + }; + + type Agent = { + player_steam_id: string; + status: string; + tournament_team_id: string | null; + }; + + const agents = (tournamentId: string) => + postgres.query>( + `SELECT player_steam_id, status, tournament_team_id + FROM tournament_free_agents + WHERE tournament_id = $1 + ORDER BY created_at, id`, + [tournamentId], + ); + + const roster = (teamId: string) => + postgres.query>( + `SELECT player_steam_id FROM tournament_team_roster + WHERE tournament_team_id = $1 ORDER BY player_steam_id`, + [teamId], + ); + + const teamOf = async (tournamentId: string, steamId: string) => { + const [row] = await postgres.query>( + `SELECT tournament_team_id FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [tournamentId, steamId], + ); + return row?.tournament_team_id ?? null; + }; + + const removeFromRoster = (tournamentId: string, steamId: string) => + postgres.query( + `DELETE FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [tournamentId, steamId], + ); + + // The draft's ELO snake decides which generated team a selected player lands + // on, so nothing about the pool order says who shares a team with whom. One + // player per team, read back from the roster. + const onePerTeam = (tournamentId: string) => + postgres.query< + Array<{ player_steam_id: string; tournament_team_id: string }> + >( + `SELECT DISTINCT ON (ttr.tournament_team_id) + ttr.player_steam_id, ttr.tournament_team_id + FROM tournament_team_roster ttr + WHERE ttr.tournament_id = $1 + ORDER BY ttr.tournament_team_id, ttr.player_steam_id`, + [tournamentId], + ); + + describe("a drafted slot opening up", () => { + it("hands it to the earliest-registered waitlisted agent", async () => { + const t = await draftedPool(); + const leaver = t.players[0]; + const team = await teamOf(t.id, leaver); + expect(team).not.toBeNull(); + + await removeFromRoster(t.id, leaver); + + // players[8] signed up before players[9]; the team is whole again. + const filled = await roster(team!); + expect(filled).toHaveLength(2); + expect(filled.map((row) => row.player_steam_id)).toContain(t.players[8]); + + const pool = await agents(t.id); + const promoted = pool.find( + (agent) => agent.player_steam_id === t.players[8], + ); + expect(promoted!.status).toBe("drafted"); + expect(promoted!.tournament_team_id).toBe(team); + + // The one who left is out of the pool rather than left pointing at a team + // they are no longer on. + const departed = pool.find((agent) => agent.player_steam_id === leaver); + expect(departed!.status).toBe("withdrawn"); + expect(departed!.tournament_team_id).toBeNull(); + + // The one behind them keeps waiting, in order. + const waiting = pool.find( + (agent) => agent.player_steam_id === t.players[9], + ); + expect(waiting!.status).toBe("waitlisted"); + }); + + // Sign-up order is the whole promise of a first-come pool; the row that + // happened to be INSERTED first is not the one that signed up first. + it("goes by sign-up time, not by the order the rows were written", async () => { + const t = await draftedPool({ + // players[9] (the later signup) is written to the pool before + // players[8] (the earlier one). + signupOrder: [0, 1, 2, 3, 4, 5, 6, 7, 9, 8], + }); + + const team = await teamOf(t.id, t.players[0]); + await removeFromRoster(t.id, t.players[0]); + + expect(await teamOf(t.id, t.players[8])).toBe(team); + expect(await teamOf(t.id, t.players[9])).toBeNull(); + }); + + it("does nothing when the team is already whole", async () => { + const t = await draftedPool(); + const team = await teamOf(t.id, t.players[0]); + + const [attempt] = await postgres.query< + Array<{ promoted: string | null }> + >("SELECT promote_tournament_free_agent($1, $2) AS promoted", [ + t.id, + team, + ]); + expect(attempt.promoted).toBeNull(); + + const pool = await agents(t.id); + expect( + pool.filter((agent) => agent.status === "waitlisted"), + ).toHaveLength(2); + }); + }); + + describe("who is skipped", () => { + it("skips a waitlisted agent already on a roster in this tournament", async () => { + const t = await draftedPool(); + + // A separate team picked them up directly; the roster key is unique per + // (tournament, player), so drafting them again would abort the caller's + // whole statement. + const outsider = await fx.player(); + const [other] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Outsiders', $2, $2) RETURNING id`, + [t.id, outsider], + ); + await runAsUser(postgres, t.organizer, "admin", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3)`, + [other.id, t.players[8], t.id], + ), + ); + + const team = await teamOf(t.id, t.players[0]); + await removeFromRoster(t.id, t.players[0]); + + expect(await teamOf(t.id, t.players[9])).toBe(team); + }); + + // tournament_teams is UNIQUE (owner_steam_id, tournament_id) and every + // pickup team takes one of its own players as owner -- the collision that + // hard-stalled the draft once already. + it("skips a waitlisted agent who owns a team in this tournament", async () => { + const t = await draftedPool(); + + await postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Owned', $2, $2)`, + [t.id, t.players[8]], + ); + + const team = await teamOf(t.id, t.players[0]); + await removeFromRoster(t.id, t.players[0]); + + expect(await teamOf(t.id, t.players[9])).toBe(team); + expect(await teamOf(t.id, t.players[8])).toBeNull(); + }); + + it("skips a waitlisted agent who no longer meets the entry requirements", async () => { + const t = await draftedPool(); + + await postgres.query( + "UPDATE players SET role = 'verified_user' WHERE steam_id = $1", + [t.players[9]], + ); + await postgres.query( + "UPDATE tournaments SET min_role = 'verified_user' WHERE id = $1", + [t.id], + ); + + const team = await teamOf(t.id, t.players[0]); + await removeFromRoster(t.id, t.players[0]); + + expect(await teamOf(t.id, t.players[8])).toBeNull(); + expect(await teamOf(t.id, t.players[9])).toBe(team); + }); + + // The close pass waitlists every free agent who missed the prompt, so after + // the window shuts the waitlist is a mix of "passed over" and "never showed + // up". Promoting the second kind puts a player who is not there into a game. + it("never promotes a no-show once the check-in window has closed", async () => { + const t = await draftedPool({ columns: { check_in_required: true } }); + + // One statement: the schedule freeze is evaluated against OLD, which has + // not started check-in yet. + await postgres.query( + `UPDATE tournaments + SET start = now() + interval '20 minutes', + check_in_ends_at = now() - interval '1 minute' + WHERE id = $1`, + [t.id], + ); + await postgres.query( + `UPDATE tournament_free_agents SET checked_in_at = now() + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, t.players[9]], + ); + + const team = await teamOf(t.id, t.players[0]); + await removeFromRoster(t.id, t.players[0]); + + expect(await teamOf(t.id, t.players[8])).toBeNull(); + expect(await teamOf(t.id, t.players[9])).toBe(team); + }); + + it("stops once the bracket is in play", async () => { + // Six teams, so the field still clears the four-team floor with one of + // them left short. + const t = await draftedPool({ agents: 14, maxTeams: 6 }); + const [a, b] = await onePerTeam(t.id); + const shortA = a.tournament_team_id; + const shortB = b.tournament_team_id; + + // Emptied first so these two removals leave real vacancies, then put back. + const waiting = await postgres.query>( + `SELECT id FROM tournament_free_agents + WHERE tournament_id = $1 AND status = 'waitlisted'`, + [t.id], + ); + const waitingIds = waiting.map((row) => row.id); + await postgres.query( + "UPDATE tournament_free_agents SET status = 'withdrawn' WHERE id = ANY($1::uuid[])", + [waitingIds], + ); + await removeFromRoster(t.id, a.player_steam_id); + await removeFromRoster(t.id, b.player_steam_id); + await postgres.query( + "UPDATE tournament_free_agents SET status = 'waitlisted' WHERE id = ANY($1::uuid[])", + [waitingIds], + ); + + const [before] = await postgres.query>( + "SELECT promote_tournament_free_agent($1, $2) AS promoted", + [t.id, shortA], + ); + expect(before.promoted).not.toBeNull(); + + await setStatus(t.id, t.organizer, "Live"); + + const [after] = await postgres.query>( + "SELECT promote_tournament_free_agent($1, $2) AS promoted", + [t.id, shortB], + ); + expect(after.promoted).toBeNull(); + }); + }); + + describe("more than one departure", () => { + it("gives each vacancy a different player", async () => { + const t = await draftedPool(); + const team = (await teamOf(t.id, t.players[0]))!; + const original = await roster(team); + + for (const row of original) { + await removeFromRoster(t.id, row.player_steam_id); + } + + // Both waitlisted agents landed, in sign-up order, and neither was + // promoted twice. + expect(await roster(team)).toEqual([ + { player_steam_id: t.players[8] }, + { player_steam_id: t.players[9] }, + ]); + }); + + // Two departures landing at once must not both read the waitlist before + // either writes to it: the second promotion would collide on the roster's + // unique key and roll a legitimate departure back. + it("survives two departures arriving together", async () => { + const t = await draftedPool(); + const [a, b] = await onePerTeam(t.id); + + await Promise.all( + [a, b].map((leaver) => + runAsUser(postgres, t.organizer, "admin", (query) => + query( + `DELETE FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, leaver.player_steam_id], + ), + ), + ), + ); + + const promoted = [ + await teamOf(t.id, t.players[8]), + await teamOf(t.id, t.players[9]), + ]; + expect(promoted).toContain(a.tournament_team_id); + expect(promoted).toContain(b.tournament_team_id); + }); + }); + + describe("leaveTournamentAsFreeAgent", () => { + const controller = () => + new TournamentsController( + new Logger("FreeAgentPromotionActionTest"), + {} as never, + {} as never, + {} as never, + {} as never, + { notifyPlayers: jest.fn() } as never, + postgres, + { getConnection: () => ({}) } as never, + ); + + it("gives the slot up and re-seeds the team that was filled", async () => { + const t = await draftedPool(); + const leaver = t.players[0]; + const team = await teamOf(t.id, leaver); + + await controller().leaveTournamentAsFreeAgent({ + user: { steam_id: leaver, role: "user" } as never, + tournament_id: t.id, + }); + + // The roster row goes with the pool row -- otherwise the team looks whole + // and nothing is ever promoted. + expect(await teamOf(t.id, leaver)).toBeNull(); + expect(await teamOf(t.id, t.players[8])).toBe(team); + + // check_team_eligibility restores eligible_at on the roster write but + // never gives the seed back; only the re-seed does. + const [seeded] = await postgres.query< + Array<{ seed: number | null; eligible_at: Date | null }> + >("SELECT seed, eligible_at FROM tournament_teams WHERE id = $1", [team]); + expect(seeded.eligible_at).not.toBeNull(); + expect(seeded.seed).not.toBeNull(); + + // The same action from someone who was never drafted stays a plain + // withdrawal: nothing to give up, nobody to promote. + const other = await draftedPool(); + await controller().leaveTournamentAsFreeAgent({ + user: { steam_id: other.players[9], role: "user" } as never, + tournament_id: other.id, + }); + + const pool = await agents(other.id); + expect(pool).toHaveLength(9); + expect(pool.filter((agent) => agent.status === "drafted")).toHaveLength( + 8, + ); + expect( + pool.filter((agent) => agent.status === "waitlisted"), + ).toHaveLength(1); + }); + }); +}); diff --git a/test/tournament-pre-start-matches.spec.ts b/test/tournament-pre-start-matches.spec.ts new file mode 100644 index 000000000..783b80605 --- /dev/null +++ b/test/tournament-pre-start-matches.spec.ts @@ -0,0 +1,352 @@ +import { PostgresService } from "./../src/postgres/postgres.service"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// Round 1 is materialized while the tournament is still RegistrationClosed (or +// held in CheckInReview) so the draw is visible -- which also handed every team +// a joinable, vetoable, startable match hours before the tournament began, and +// gave it a no-show deadline derived from the moment the bracket was drawn. +describe("tournament matches before the tournament starts (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + beforeAll(async () => { + db = await bootMigratedDb("TournamentPreStartTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561198100000000n); + await fx.region("TestPS"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const createTournament = async ({ + start = "2 hours", + autoStart = true, + columns = {} as Record, + } = {}) => { + const organizer = await fx.player(); + const [options] = await postgres.query>( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions, number_of_substitutes) + SELECT 8, 1, 'Wingman', id, false, true, '{TestPS}', 0 + FROM map_pools WHERE type = 'Wingman' AND seed = true RETURNING id`, + ); + + const names = Object.keys(columns); + const extraCols = names.map((name) => `, "${name}"`).join(""); + const extraVals = names.map((_, i) => `, $${i + 6}`).join(""); + + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status, auto_start${extraCols}) + VALUES ($1, now() + $2::interval, $3, $4, 'Setup', $5${extraVals}) RETURNING id`, + [ + fx.nextName("cup"), + start, + organizer, + options.id, + autoStart, + ...names.map((name) => columns[name]), + ], + ); + + await postgres.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, 4, 4)`, + [tournament.id], + ); + + return { id: tournament.id, organizer }; + }; + + const setStatus = ( + tournamentId: string, + actor: string, + status: string, + role = "admin", + ) => + runAsUser(postgres, actor, role, (query) => + query("UPDATE tournaments SET status = $1 WHERE id = $2", [ + status, + tournamentId, + ]), + ); + + const registerTeam = async (tournamentId: string, name: string) => { + const players = await fx.players(2); + const [team] = await postgres.query>( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3) RETURNING id`, + [tournamentId, name, players[0]], + ); + + for (const player of players) { + await runAsUser(postgres, player, "admin", (query) => + query( + `INSERT INTO tournament_team_roster (tournament_team_id, player_steam_id, tournament_id) + VALUES ($1, $2, $3)`, + [team.id, player, tournamentId], + ), + ); + } + + return team.id; + }; + + type TournamentMatch = { + id: string; + status: string; + scheduled_at: Date | null; + cancels_at: Date | null; + start: Date; + }; + + const tournamentMatches = (tournamentId: string) => + postgres.query>( + `SELECT m.id, m.status, m.scheduled_at, m.cancels_at, t."start" + FROM matches m + INNER JOIN tournament_brackets tb ON tb.match_id = m.id + INNER JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + INNER JOIN tournaments t ON t.id = ts.tournament_id + WHERE ts.tournament_id = $1 + ORDER BY tb.round, tb.match_number`, + [tournamentId], + ); + + const matchStatus = async (matchId: string) => { + const [row] = await postgres.query>( + "SELECT status FROM matches WHERE id = $1", + [matchId], + ); + return row.status; + }; + + // Registration through the seeded bracket with four full teams. + const closedCup = async ( + options: Parameters[0] = {}, + ) => { + const t = await createTournament(options); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + for (let i = 1; i <= 4; i++) { + await registerTeam(t.id, `T${i}`); + } + await setStatus(t.id, t.organizer, "RegistrationClosed"); + return t; + }; + + describe("materialized early", () => { + it("parks the round it drew without hiding the draw", async () => { + const t = await closedCup(); + + const matches = await tournamentMatches(t.id); + expect(matches).toHaveLength(2); + expect(matches.map((match) => match.status)).toEqual([ + "Scheduled", + "Scheduled", + ]); + // Nothing is counting down yet either -- the auto-cancel timer belongs to + // the check-in window, and the window has not opened. + expect(matches.every((match) => match.cancels_at === null)).toBe(true); + + // The whole point of drawing early: the bracket, the seeds and the + // opponents are published, they are just not playable. + const brackets = await postgres.query< + Array<{ tournament_team_id_1: string | null; match_id: string | null }> + >( + `SELECT tb.tournament_team_id_1, tb.match_id + FROM tournament_brackets tb + INNER JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = $1 AND tb.round = 1`, + [t.id], + ); + expect(brackets).toHaveLength(2); + expect( + brackets.every( + (bracket) => + bracket.tournament_team_id_1 !== null && bracket.match_id !== null, + ), + ).toBe(true); + }); + + it("takes its no-show deadline from the tournament start, not the draw", async () => { + const t = await closedCup(); + + const [match] = await tournamentMatches(t.id); + // GREATEST(..., now()) keeps a running tournament on its current timing, + // so this is an exact match rather than an approximation. + expect(match.scheduled_at).toEqual(match.start); + + await setStatus(t.id, t.organizer, "Live"); + + const [released] = await tournamentMatches(t.id); + expect(released.cancels_at).not.toBeNull(); + expect(released.cancels_at!.getTime()).toBeGreaterThan( + match.start.getTime(), + ); + }); + }); + + describe("the gate refuses every route", () => { + it("refuses the scheduler, an organizer and a raw write alike", async () => { + const t = await closedCup(); + const [match] = await tournamentMatches(t.id); + + for (const status of [ + "WaitingForCheckIn", + "Veto", + "WaitingForServer", + "Live", + ]) { + await postgres.query("UPDATE matches SET status = $1 WHERE id = $2", [ + status, + match.id, + ]); + expect(await matchStatus(match.id)).toBe("Scheduled"); + } + + await runAsUser(postgres, t.organizer, "admin", (query) => + query("UPDATE matches SET status = 'Live' WHERE id = $1", [match.id]), + ); + expect(await matchStatus(match.id)).toBe("Scheduled"); + }); + + // Only the playable ladder is gated. A gate that swallowed the terminal + // statuses too would leave cancellation, the tournament reset and match + // deletion with no way out of 'Scheduled'. + it("leaves cancellation and deletion alone", async () => { + const t = await closedCup(); + const [first, second] = await tournamentMatches(t.id); + expect(first.status).toBe("Scheduled"); + + await postgres.query( + "UPDATE matches SET status = 'Canceled' WHERE id = $1", + [first.id], + ); + expect(await matchStatus(first.id)).toBe("Canceled"); + + await postgres.query("DELETE FROM matches WHERE id = $1", [second.id]); + const remaining = await postgres.query>( + "SELECT id FROM matches WHERE id = $1", + [second.id], + ); + expect(remaining).toHaveLength(0); + }); + }); + + describe("release", () => { + it("releases the parked round the moment the tournament goes live", async () => { + const t = await closedCup(); + const parked = await tournamentMatches(t.id); + expect(parked.map((match) => match.status)).toEqual([ + "Scheduled", + "Scheduled", + ]); + + await setStatus(t.id, t.organizer, "Live"); + + const released = await tournamentMatches(t.id); + expect(released.map((match) => match.status)).toEqual([ + "WaitingForCheckIn", + "WaitingForCheckIn", + ]); + }); + + // A league fixture or an admin-mode bracket carries its own kickoff. Going + // live must not drag the whole season onto the same minute. + it("leaves a bracket with its own far-later schedule parked", async () => { + const t = await createTournament({ autoStart: false }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + for (let i = 1; i <= 4; i++) { + await registerTeam(t.id, `T${i}`); + } + await setStatus(t.id, t.organizer, "RegistrationClosed"); + + // auto_start is off, so the bracket exists with no match yet and the + // organizer's own schedule can be written before it is materialized. + await postgres.query( + `UPDATE tournament_brackets tb + SET scheduled_at = now() + interval '3 days' + FROM tournament_stages ts + WHERE ts.id = tb.tournament_stage_id + AND ts.tournament_id = $1 + AND tb.round = 1`, + [t.id], + ); + await postgres.query( + `SELECT schedule_tournament_match(tb) + FROM tournament_brackets tb + INNER JOIN tournament_stages ts ON ts.id = tb.tournament_stage_id + WHERE ts.tournament_id = $1 AND tb.round = 1`, + [t.id], + ); + + const parked = await tournamentMatches(t.id); + expect(parked).toHaveLength(2); + expect(parked.every((match) => match.status === "Scheduled")).toBe(true); + + await setStatus(t.id, t.organizer, "Live"); + + const after = await tournamentMatches(t.id); + expect(after.every((match) => match.status === "Scheduled")).toBe(true); + }); + + it("never gates a tournament that is already running", async () => { + const t = await closedCup(); + await setStatus(t.id, t.organizer, "Live"); + + const [match] = await tournamentMatches(t.id); + const [gate] = await postgres.query>( + "SELECT tournament_match_is_pre_start($1) AS pre_start", + [match.id], + ); + expect(gate.pre_start).toBe(false); + + await postgres.query("UPDATE matches SET status = 'Veto' WHERE id = $1", [ + match.id, + ]); + expect(await matchStatus(match.id)).toBe("Veto"); + }); + }); + + // A tournament held for organizer review has registration behind it and its + // start ahead of it, and re-admitting a team re-runs the seeding -- which + // materializes round 1 while the organizer is still deciding. + describe("held in CheckInReview", () => { + it("parks a round drawn while the organizer is still deciding", async () => { + const t = await createTournament({ + start: "2 hours", + columns: { check_in_required: true }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + for (let i = 1; i <= 4; i++) { + await registerTeam(t.id, `T${i}`); + } + await setStatus(t.id, t.organizer, "CheckInReview"); + + // Exactly what readmitTournamentTeam runs. + await postgres.query( + "SELECT assign_seeds_to_teams(t) FROM tournaments t WHERE t.id = $1", + [t.id], + ); + await postgres.query("SELECT update_tournament_stages($1)", [t.id]); + await postgres.query( + `SELECT seed_stage(ts.id) FROM tournament_stages ts + WHERE ts.tournament_id = $1 AND ts."order" = 1`, + [t.id], + ); + + const matches = await tournamentMatches(t.id); + expect(matches).toHaveLength(2); + expect(matches.every((match) => match.status === "Scheduled")).toBe(true); + }); + }); +}); From 05c9934d20cc62e212c689b2881a8fa157b746ad Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Aug 2026 09:30:47 -0400 Subject: [PATCH 08/17] feature: record tournament no-shows against the sanctions policy --- src/matches/jobs/ProcessTournamentCheckIn.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/matches/jobs/ProcessTournamentCheckIn.ts b/src/matches/jobs/ProcessTournamentCheckIn.ts index 56486074d..e79f2fadd 100644 --- a/src/matches/jobs/ProcessTournamentCheckIn.ts +++ b/src/matches/jobs/ProcessTournamentCheckIn.ts @@ -177,6 +177,25 @@ export class ProcessTournamentCheckIn extends WorkerHost { ); for (const tournament of closed) { + // Before the CheckInReview filter on purpose: a tournament where every + // team showed up closes straight to RegistrationClosed, and the recorder + // has to see that too -- it no-ops there rather than being skipped. + // Idempotent and self-disabling, so a repeated close pass cannot double + // a sanction and a disabled policy costs nothing. + try { + await this.postgres.query( + "SELECT public.record_tournament_no_shows($1::uuid)", + [tournament.id], + ); + } catch (error) { + // A sanction-policy failure must never strand the tournament in a + // half-closed state -- the status flip has already committed. + this.logger.error( + `[${tournament.id}] failed to record tournament no-shows`, + error, + ); + } + if (tournament.status !== "CheckInReview") { continue; } From 93e52ecc3094d102acaa21effde272d019458185 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Aug 2026 10:24:54 -0400 Subject: [PATCH 09/17] feature: free agent parties sign up and draft together --- generated/schema.ts | 3 +- hasura/enums/notification-types.sql | 3 +- .../draft_tournament_free_agent_teams.sql | 222 ++++-- .../promote_tournament_free_agent.sql | 116 ++- .../tournament_free_agent_parties.sql | 56 ++ hasura/metadata/actions.graphql | 1 + hasura/metadata/actions.yaml | 2 +- .../tables/public_tournament_free_agents.yaml | 3 + .../down.sql | 4 + .../up.sql | 10 + .../down.sql | 1 + .../up.sql | 4 + hasura/triggers/tournament_free_agents.sql | 72 ++ .../preferences/notification-categories.ts | 1 + .../push/notification-delivery.ts | 1 + .../tournaments.controller.spec.ts | 169 +++++ src/tournaments/tournaments.controller.ts | 203 +++++ test/tournament-free-agent-parties.spec.ts | 714 ++++++++++++++++++ 18 files changed, 1500 insertions(+), 85 deletions(-) create mode 100644 hasura/functions/tournaments/tournament_free_agent_parties.sql create mode 100644 hasura/migrations/default/1884000000000_tournament_free_agent_parties/down.sql create mode 100644 hasura/migrations/default/1884000000000_tournament_free_agent_parties/up.sql create mode 100644 hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/down.sql create mode 100644 hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/up.sql create mode 100644 test/tournament-free-agent-parties.spec.ts diff --git a/generated/schema.ts b/generated/schema.ts index 1c72d17fe..1cb0bfebd 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -5468,7 +5468,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 = 'AwardGranted' | 'ChatMessage' | 'ClipReady' | 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'DraftInvite' | 'EloRecompute' | 'EventReminder' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchChatMessage' | 'MatchImported' | 'MatchStatsReady' | 'MatchStatusChange' | 'MatchSupport' | 'NadeDriftScanFinished' | 'NadePracticeInvite' | 'NadePracticeReady' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'NewsPublished' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'SeasonEnded' | 'StorageScan' | 'TeamInvite' | 'TournamentCheckInClosing' | 'TournamentCheckInMissed' | 'TournamentCheckInOpen' | 'TournamentCreated' | 'TournamentInvite' | 'TournamentReminder' | 'TournamentTeamInvite' | 'UtilityDriftScanFinished' | 'UtilityPracticeInvite' | 'UtilityPracticeReady' +export type e_notification_types_enum = 'AwardGranted' | 'ChatMessage' | 'ClipReady' | 'DedicatedServerRconStatus' | 'DedicatedServerStatus' | 'DraftInvite' | 'EloRecompute' | 'EventReminder' | 'FormTeamSuggestion' | 'GameNodeStatus' | 'GameUpdate' | 'LeagueMatchUnscheduled' | 'LeagueProposalAccepted' | 'LeagueProposalDeclined' | 'LeagueProposalReceived' | 'LeagueRegistrationDecision' | 'LeagueRosterUndersized' | 'MatchAbandoned' | 'MatchChatMessage' | 'MatchImported' | 'MatchStatsReady' | 'MatchStatusChange' | 'MatchSupport' | 'NadeDriftScanFinished' | 'NadePracticeInvite' | 'NadePracticeReady' | 'NameChangeApproved' | 'NameChangeDenied' | 'NameChangeRequest' | 'NewsPublished' | 'PlayerReindex' | 'PlayerSanctioned' | 'ScrimAlertMatch' | 'ScrimMatchCanceled' | 'ScrimMatchScheduled' | 'ScrimRequestAccepted' | 'ScrimRequestCountered' | 'ScrimRequestDeclined' | 'ScrimRequestExpired' | 'ScrimRequestReceived' | 'ScrimTimeChanged' | 'SeasonEnded' | 'StorageScan' | 'TeamInvite' | 'TournamentCheckInClosing' | 'TournamentCheckInMissed' | 'TournamentCheckInOpen' | 'TournamentCreated' | 'TournamentInvite' | 'TournamentPartySignup' | 'TournamentReminder' | 'TournamentTeamInvite' | 'UtilityDriftScanFinished' | 'UtilityPracticeInvite' | 'UtilityPracticeReady' /** aggregate max on columns */ @@ -147327,6 +147327,7 @@ export const enumENotificationTypesEnum = { TournamentCheckInOpen: 'TournamentCheckInOpen' as const, TournamentCreated: 'TournamentCreated' as const, TournamentInvite: 'TournamentInvite' as const, + TournamentPartySignup: 'TournamentPartySignup' as const, TournamentReminder: 'TournamentReminder' as const, TournamentTeamInvite: 'TournamentTeamInvite' as const, UtilityDriftScanFinished: 'UtilityDriftScanFinished' as const, diff --git a/hasura/enums/notification-types.sql b/hasura/enums/notification-types.sql index 9cd04a877..4cd7a5b07 100644 --- a/hasura/enums/notification-types.sql +++ b/hasura/enums/notification-types.sql @@ -48,6 +48,7 @@ INSERT INTO e_notification_types ("value", "description") VALUES ('SeasonEnded', 'A season has ended'), ('UtilityPracticeInvite', 'You were invited to a utility practice session'), ('UtilityPracticeReady', 'Your utility practice server is ready'), - ('UtilityDriftScanFinished', 'A utility drift scan finished') + ('UtilityDriftScanFinished', 'A utility drift scan finished'), + ('TournamentPartySignup', 'Your lobby was signed up for a tournament as a free agent party') ON CONFLICT("value") DO UPDATE SET "description" = EXCLUDED."description"; diff --git a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql index fd6b6830c..97123d0be 100644 --- a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql +++ b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql @@ -6,6 +6,12 @@ -- 2. Assignment -- which team a selected player lands on -- is decided by ELO. -- Collapsing them would let a late high-ELO signup take the slot of someone who -- registered hours earlier, which is the one thing a first-come pool must not do. +-- +-- Both stages work on UNITS, not players. A unit is everyone sharing a party_id +-- (the lobby they signed up from), or a single agent with no party. A unit is +-- indivisible and its priority is its EARLIEST member's signup: joining a party +-- can neither buy a late signup an earlier place nor cost the early member the +-- place they already held. CREATE OR REPLACE FUNCTION public.draft_tournament_free_agent_teams(_tournament_id uuid) RETURNS integer LANGUAGE plpgsql @@ -14,16 +20,32 @@ DECLARE _tournament public.tournaments; _team_size int; _max_teams int; - _pool uuid[]; - _eligible int; - _teams int; - _selected int; _existing_teams int; + _pool_ids uuid[]; + _unit_keys text[]; + _unit_sizes int[]; + _unit_elos numeric[]; + _unit_count int; + _unit_team int[]; + _elo_order int[]; + _teams int; + _packed boolean := false; + _bin_room int[]; + _bin_totals numeric[]; + _slot_bin int[]; + _slot_size int[]; + _slot_used boolean[]; + _slot_count int; + _best int; + _selected_keys text[] := '{}'; + _selected_teams int[] := '{}'; _steam_ids bigint[]; _team_indexes int[]; _team_ids uuid[] := '{}'; _team_index int; _slot int; + _unit int; + _bin int; _owner bigint; _new_team_id uuid; BEGIN @@ -62,8 +84,6 @@ BEGIN FROM public.tournament_teams tt WHERE tt.tournament_id = _tournament_id; - -- Stage 1: selection. created_at ASC and nothing else. - -- -- A free agent who also ended up on a registered roster is skipped rather -- than drafted: tournament_team_roster is unique per (tournament, player), -- so drafting them would abort the whole transition on a key violation. @@ -74,8 +94,12 @@ BEGIN -- these would raise a duplicate key -- inside tau_tournaments, which rolls -- the entire RegistrationOpen -> RegistrationClosed transition back and -- fails identically on every retry, with no way for the organizer out. + -- + -- Both guards are PER MEMBER: an ineligible member shrinks their party by + -- one rather than knocking the whole party out. The rest of the party did + -- nothing wrong. SELECT array_agg(fa.id ORDER BY fa.created_at, fa.id) - INTO _pool + INTO _pool_ids FROM public.tournament_free_agents fa WHERE fa.tournament_id = _tournament_id AND ( @@ -95,20 +119,83 @@ BEGIN AND tt.owner_steam_id = fa.player_steam_id ); - _eligible := COALESCE(array_length(_pool, 1), 0); - - IF _eligible = 0 THEN + IF _pool_ids IS NULL THEN RETURN 0; END IF; - _teams := _eligible / _team_size; + -- Stage 1: selection. Units in priority order -- earliest member first, so + -- a party queues where its founder queued. + WITH pooled AS ( + SELECT fa.id, + fa.created_at, + COALESCE(fa.party_id::text, 'solo:' || fa.id::text) AS unit_key, + COALESCE(public.get_tournament_player_elo(_tournament_id, fa.player_steam_id), 5000) AS elo + FROM public.tournament_free_agents fa + WHERE fa.id = ANY(_pool_ids) + ), + units AS ( + SELECT p.unit_key, + COUNT(*)::int AS size, + MIN(p.created_at) AS first_at, + MIN(p.id::text) AS first_id, + SUM(p.elo) AS elo + FROM pooled p + GROUP BY p.unit_key + ) + SELECT array_agg(u.unit_key ORDER BY u.first_at, u.first_id), + array_agg(u.size ORDER BY u.first_at, u.first_id), + array_agg(u.elo ORDER BY u.first_at, u.first_id) + INTO _unit_keys, _unit_sizes, _unit_elos + FROM units u; + + _unit_count := array_length(_unit_keys, 1); + + _teams := array_length(_pool_ids, 1) / _team_size; -- The cap is the bracket's remaining room, not its total size: in 'both' -- mode the teams that registered normally have already taken their slots. - IF _max_teams IS NOT NULL AND _teams > GREATEST(_max_teams - _existing_teams, 0) THEN - _teams := GREATEST(_max_teams - _existing_teams, 0); + IF _max_teams IS NOT NULL THEN + _teams := LEAST(_teams, GREATEST(_max_teams - _existing_teams, 0)); END IF; + -- Pack the units into _teams bins of _team_size, first fit, in priority + -- order. A unit that fits nowhere is SKIPPED and the walk continues, so a + -- five-stack arriving early cannot strand four slots in a Wingman draft and + -- the duos behind it still get in. That is a deliberate departure from + -- strict priority -- the alternative is either splitting the party or + -- throwing away capacity the rest of the pool could have used. + -- + -- The bins are a feasibility device, not the teams: a set of units whose + -- sizes merely SUM to the capacity is not necessarily playable (4+4+2 into + -- two teams of five sums right and packs nowhere). Only an exact pack is + -- accepted, and the bracket shrinks by a team and is retried until one is + -- found. What survives is the multiset of unit sizes per team, which is + -- what stage 2 fills. + WHILE _teams >= 1 AND NOT _packed LOOP + _bin_room := array_fill(_team_size, ARRAY[_teams]); + _slot_bin := '{}'; + _slot_size := '{}'; + _unit_team := array_fill(0, ARRAY[_unit_count]); + + FOR _unit IN 1.._unit_count LOOP + FOR _bin IN 1.._teams LOOP + IF _bin_room[_bin] >= _unit_sizes[_unit] THEN + _bin_room[_bin] := _bin_room[_bin] - _unit_sizes[_unit]; + _slot_bin := array_append(_slot_bin, _bin); + _slot_size := array_append(_slot_size, _unit_sizes[_unit]); + _unit_team[_unit] := _bin; + EXIT; + END IF; + END LOOP; + END LOOP; + + _packed := NOT EXISTS (SELECT 1 FROM unnest(_bin_room) AS room WHERE room <> 0); + + IF NOT _packed THEN + _teams := _teams - 1; + END IF; + END LOOP; + -- Before any status write, never after: waitlisting is one way (the pool -- only re-admits a waitlisted agent who has checked in, which needs -- check_in_required), so a draft that creates nothing must leave the pool @@ -116,50 +203,89 @@ BEGIN -- three early signups buries all three permanently, and the seven who -- register afterwards take the team those three were queued for -- the -- precise inversion the created_at rule exists to prevent. - IF _teams < 1 THEN + IF NOT _packed THEN RETURN 0; END IF; - _selected := _teams * _team_size; + -- Stage 2: assignment. Strongest unit first into the team with the lowest + -- running total that still has a free slot OF THAT SIZE. Restricting to a + -- slot of the unit's own size is what keeps the teams exact: stage 1 built + -- the slots out of these very units, so the number of unplaced units of any + -- size always equals the number of free slots of that size and every unit + -- is guaranteed a home. + -- + -- The shuffle exists only so equal-rated units do not always land on the + -- same side of the draft; it never reorders the pool. Drawn once per unit + -- and stored, not called from the ORDER BY: a volatile function + -- re-evaluated mid-sort gives an undefined order rather than a shuffle. + WITH shuffled AS MATERIALIZED ( + SELECT unit, random() AS shuffle + FROM generate_series(1, _unit_count) AS unit + ) + SELECT array_agg(s.unit ORDER BY _unit_elos[s.unit] DESC, s.shuffle) + INTO _elo_order + FROM shuffled s; + + _slot_count := array_length(_slot_bin, 1); + _slot_used := array_fill(false, ARRAY[_slot_count]); + _bin_totals := array_fill(0::numeric, ARRAY[_teams]); + + FOREACH _unit IN ARRAY _elo_order LOOP + IF _unit_team[_unit] = 0 THEN + CONTINUE; + END IF; + + _best := NULL; - -- Everyone past the cut waits. created_at is untouched, so a later pass - -- still honours the order they signed up in. + FOR _slot IN 1.._slot_count LOOP + IF NOT _slot_used[_slot] + AND _slot_size[_slot] = _unit_sizes[_unit] + AND ( + _best IS NULL + OR _bin_totals[_slot_bin[_slot]] < _bin_totals[_slot_bin[_best]] + ) THEN + _best := _slot; + END IF; + END LOOP; + + _slot_used[_best] := true; + _unit_team[_unit] := _slot_bin[_best]; + _bin_totals[_slot_bin[_best]] := _bin_totals[_slot_bin[_best]] + _unit_elos[_unit]; + END LOOP; + + FOR _unit IN 1.._unit_count LOOP + IF _unit_team[_unit] > 0 THEN + _selected_keys := array_append(_selected_keys, _unit_keys[_unit]); + _selected_teams := array_append(_selected_teams, _unit_team[_unit]); + END IF; + END LOOP; + + -- Everyone in a unit that was passed over waits, together. created_at is + -- untouched, so a later pass still honours the order they signed up in and + -- the party is still one unit when it does. UPDATE public.tournament_free_agents fa SET status = 'waitlisted', tournament_team_id = NULL - WHERE fa.id = ANY(_pool[(_selected + 1):_eligible]); - - -- Stage 2: assignment. The shuffle exists only so equal-rated players do not - -- always land on the same side of the snake; it never reorders the pool. - WITH selected AS MATERIALIZED ( - SELECT - fa.player_steam_id, - COALESCE(public.get_tournament_player_elo(_tournament_id, fa.player_steam_id), 5000) AS elo, - -- Drawn once per player and stored, not called from the ORDER BY: - -- a volatile function re-evaluated mid-sort gives an undefined order - -- rather than a shuffle. - random() AS shuffle - FROM public.tournament_free_agents fa - WHERE fa.id = ANY(_pool[1:_selected]) - ), - ordered AS ( - SELECT s.*, ROW_NUMBER() OVER (ORDER BY s.elo DESC, s.shuffle) AS pick - FROM selected s + WHERE fa.id = ANY(_pool_ids) + AND COALESCE(fa.party_id::text, 'solo:' || fa.id::text) <> ALL(_selected_keys); + + WITH placement AS ( + SELECT unnest(_selected_keys) AS unit_key, + unnest(_selected_teams) AS team_index ), - snake AS ( - SELECT - o.*, - CASE WHEN ((o.pick - 1) / _teams) % 2 = 0 - THEN ((o.pick - 1) % _teams) + 1 - ELSE _teams - ((o.pick - 1) % _teams) - END::int AS team_index - FROM ordered o + drafted AS ( + SELECT fa.player_steam_id, + p.team_index, + COALESCE(public.get_tournament_player_elo(_tournament_id, fa.player_steam_id), 5000) AS elo + FROM public.tournament_free_agents fa + JOIN placement p + ON p.unit_key = COALESCE(fa.party_id::text, 'solo:' || fa.id::text) + WHERE fa.id = ANY(_pool_ids) ) - SELECT - array_agg(s.player_steam_id ORDER BY s.team_index, s.elo DESC, s.player_steam_id), - array_agg(s.team_index ORDER BY s.team_index, s.elo DESC, s.player_steam_id) - INTO _steam_ids, _team_indexes - FROM snake s; + SELECT array_agg(d.player_steam_id ORDER BY d.team_index, d.elo DESC, d.player_steam_id), + array_agg(d.team_index ORDER BY d.team_index, d.elo DESC, d.player_steam_id) + INTO _steam_ids, _team_indexes + FROM drafted d; -- tbi_tournament_team_roster redirects a non-organizer insert on a pickup -- team into an INVITE. These players never invited each other, so the diff --git a/hasura/functions/tournaments/promote_tournament_free_agent.sql b/hasura/functions/tournaments/promote_tournament_free_agent.sql index 371693b67..0e702c7c4 100644 --- a/hasura/functions/tournaments/promote_tournament_free_agent.sql +++ b/hasura/functions/tournaments/promote_tournament_free_agent.sql @@ -1,5 +1,5 @@ --- Fills one vacated slot on a drafted pickup team from the waitlist. Returns the --- promoted player's steam id, or NULL when nothing was promoted. +-- Fills the vacated slots on a drafted pickup team from the waitlist. Returns +-- the promoted players' steam ids, or NULL when nothing was promoted. -- -- Waitlisting used to be a one-way door: a drafted free agent who left took -- their team below min_players_per_lineup, the team was dropped at seeding, and @@ -9,19 +9,26 @@ -- ascending, never ELO. The draft only lets ELO decide which team a selected -- player lands on; letting it decide who plays at all is the one thing a -- first-come pool must not do, and a promotion is a selection. +-- +-- Returns an array rather than one id because the waitlist is made of UNITS: a +-- party promotes whole or not at all, so one call can fill more than one slot. +DROP FUNCTION IF EXISTS public.promote_tournament_free_agent(uuid, uuid); + CREATE OR REPLACE FUNCTION public.promote_tournament_free_agent( _tournament_id uuid, _tournament_team_id uuid ) -RETURNS bigint +RETURNS bigint[] LANGUAGE plpgsql AS $$ DECLARE _tournament public.tournaments; - _promoted public.tournament_free_agents; _team_size int; _roster_count int; + _free_slots int; _check_in_closed boolean; + _promoted_ids uuid[]; + _promoted bigint[]; BEGIN IF _tournament_id IS NULL OR _tournament_team_id IS NULL THEN RETURN NULL; @@ -77,9 +84,11 @@ BEGIN FROM public.tournament_team_roster ttr WHERE ttr.tournament_team_id = _tournament_team_id; + _free_slots := _team_size - _roster_count; + -- Idempotent: only a team actually short of a lineup has a slot on offer, so -- re-running against a full team promotes nobody rather than over-filling it. - IF _roster_count >= _team_size THEN + IF _free_slots < 1 THEN RETURN NULL; END IF; @@ -92,34 +101,68 @@ BEGIN AND public.tournament_check_in_window_opened(_tournament) AND NOT public.tournament_check_in_open(_tournament); - SELECT fa.* INTO _promoted - FROM public.tournament_free_agents fa - WHERE fa.tournament_id = _tournament_id - AND fa.status = 'waitlisted' - AND (NOT _check_in_closed OR fa.checked_in_at IS NOT NULL) - AND public.player_meets_tournament_requirements(_tournament_id, fa.player_steam_id) - -- Already playing, under either identity. The roster key is unique per - -- (tournament, player) so the insert below would abort the caller's whole - -- statement, and owning a team collides with - -- UNIQUE (owner_steam_id, tournament_id) -- the collision that hard-stalled - -- the draft once already. - AND NOT EXISTS ( - SELECT 1 FROM public.tournament_team_roster ttr - WHERE ttr.tournament_id = _tournament_id - AND ttr.player_steam_id = fa.player_steam_id - ) - AND NOT EXISTS ( - SELECT 1 FROM public.tournament_teams tt - WHERE tt.tournament_id = _tournament_id - AND tt.owner_steam_id = fa.player_steam_id - ) - ORDER BY fa.created_at, fa.id - LIMIT 1; + WITH eligible AS ( + SELECT fa.id, + fa.created_at, + COALESCE(fa.party_id::text, 'solo:' || fa.id::text) AS unit_key + FROM public.tournament_free_agents fa + WHERE fa.tournament_id = _tournament_id + AND fa.status = 'waitlisted' + AND (NOT _check_in_closed OR fa.checked_in_at IS NOT NULL) + AND public.player_meets_tournament_requirements(_tournament_id, fa.player_steam_id) + -- Already playing, under either identity. The roster key is unique per + -- (tournament, player) so the insert below would abort the caller's whole + -- statement, and owning a team collides with + -- UNIQUE (owner_steam_id, tournament_id) -- the collision that hard-stalled + -- the draft once already. Per member: an ineligible member shrinks + -- their party, it does not disqualify the party. + AND NOT EXISTS ( + SELECT 1 FROM public.tournament_team_roster ttr + WHERE ttr.tournament_id = _tournament_id + AND ttr.player_steam_id = fa.player_steam_id + ) + AND NOT EXISTS ( + SELECT 1 FROM public.tournament_teams tt + WHERE tt.tournament_id = _tournament_id + AND tt.owner_steam_id = fa.player_steam_id + ) + ), + units AS ( + SELECT e.unit_key, + COUNT(*)::int AS size, + MIN(e.created_at) AS first_at, + MIN(e.id::text) AS first_id + FROM eligible e + GROUP BY e.unit_key + ), + -- Units that fit the gap whole come first (false sorts before true), and + -- within each group the earliest signup wins. A solo is a unit of one, so a + -- single vacancy naturally goes to the earliest solo ahead of any party. + -- + -- The second group is the deliberate compromise: when EVERY waitlisted unit + -- is a party too big for the gap, the earliest party is split and its + -- earliest members take the slots. Splitting a party is bad; leaving the + -- slot empty is worse for that same party, because a team below the minimum + -- lineup is cut at seeding and the whole bracket they are waiting on + -- shrinks. The members left behind keep their party_id, so they stay one + -- unit with their original priority and are first in line for the next gap. + pick AS ( + SELECT u.unit_key + FROM units u + ORDER BY (u.size > _free_slots), u.first_at, u.first_id + LIMIT 1 + ) + SELECT array_agg(e.id ORDER BY e.created_at, e.id) + INTO _promoted_ids + FROM eligible e + JOIN pick p ON p.unit_key = e.unit_key; - IF NOT FOUND THEN + IF _promoted_ids IS NULL THEN RETURN NULL; END IF; + _promoted_ids := _promoted_ids[1:_free_slots]; + -- tbi_tournament_team_roster redirects a non-organizer insert on a pickup -- team into an INVITE nobody sent; the same GUC the draft uses marks this as -- the system path. Transaction local, so an error rolls it back. @@ -131,17 +174,22 @@ BEGIN INSERT INTO public.tournament_team_roster ( tournament_team_id, player_steam_id, tournament_id, role, checked_in_at ) - VALUES ( - _tournament_team_id, _promoted.player_steam_id, _tournament_id, 'Member', _promoted.checked_in_at - ); + SELECT _tournament_team_id, fa.player_steam_id, _tournament_id, 'Member', fa.checked_in_at + FROM public.tournament_free_agents fa + WHERE fa.id = ANY(_promoted_ids); UPDATE public.tournament_free_agents fa SET status = 'drafted', tournament_team_id = _tournament_team_id - WHERE fa.id = _promoted.id; + WHERE fa.id = ANY(_promoted_ids); + + SELECT array_agg(fa.player_steam_id ORDER BY fa.created_at, fa.id) + INTO _promoted + FROM public.tournament_free_agents fa + WHERE fa.id = ANY(_promoted_ids); PERFORM set_config('fivestack.free_agent_draft', 'false', true); - RETURN _promoted.player_steam_id; + RETURN _promoted; END; $$; diff --git a/hasura/functions/tournaments/tournament_free_agent_parties.sql b/hasura/functions/tournaments/tournament_free_agent_parties.sql new file mode 100644 index 000000000..9e4c2b8b9 --- /dev/null +++ b/hasura/functions/tournaments/tournament_free_agent_parties.sql @@ -0,0 +1,56 @@ +-- A party is the set of free agents in one tournament sharing a party_id: the +-- id of the 5stack lobby they signed up from. Membership of that lobby is the +-- consent -- the lobby captain already queues the whole lobby into matchmaking, +-- so signing the same lobby up for a draft needs no second mechanism. + +-- Caps a party at the tournament's team size. The draft places a party on ONE +-- team, so a party that cannot fit a team could never be honoured: it would sit +-- in the pool being skipped by every draft forever while its members believed +-- they were entered. +-- +-- _agent_id is excluded from the count so an UPDATE that only moves a row +-- between parties is not measured against itself. +CREATE OR REPLACE FUNCTION public.tournament_free_agent_party_fits( + _tournament_id uuid, + _party_id uuid, + _agent_id uuid +) +RETURNS boolean +LANGUAGE plpgsql STABLE +AS $$ +DECLARE + _tournament public.tournaments; + _team_size int; + _party_size int; +BEGIN + IF _party_id IS NULL THEN + RETURN true; + END IF; + + SELECT * INTO _tournament FROM public.tournaments t WHERE t.id = _tournament_id; + + IF NOT FOUND THEN + RETURN true; + END IF; + + _team_size := COALESCE( + public.tournament_min_players_per_lineup(_tournament), + public.tournament_max_players_per_lineup(_tournament) + ); + + -- A format with no lineup size has no cap to enforce; the draft refuses to + -- run on one anyway. + IF _team_size IS NULL OR _team_size < 1 THEN + RETURN true; + END IF; + + SELECT COUNT(*) INTO _party_size + FROM public.tournament_free_agents fa + WHERE fa.tournament_id = _tournament_id + AND fa.party_id = _party_id + AND fa.status <> 'withdrawn' + AND fa.id IS DISTINCT FROM _agent_id; + + RETURN _party_size + 1 <= _team_size; +END; +$$; diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index d520ea695..fc2bd0280 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -2574,6 +2574,7 @@ type Mutation { type Mutation { joinTournamentAsFreeAgent( tournament_id: uuid! + with_party: Boolean ): SuccessOutput } diff --git a/hasura/metadata/actions.yaml b/hasura/metadata/actions.yaml index 0b2e61db1..704be57d3 100644 --- a/hasura/metadata/actions.yaml +++ b/hasura/metadata/actions.yaml @@ -1919,7 +1919,7 @@ actions: - role: streamer - role: verified_user - role: user - comment: Register alone for a tournament that drafts teams + comment: Register for a tournament that drafts teams, alone or with your lobby - name: leaveTournamentAsFreeAgent definition: kind: synchronous diff --git a/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml b/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml index 225da9462..8275d334c 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_free_agents.yaml @@ -60,6 +60,7 @@ insert_permissions: - Finished columns: - checked_in_at + - party_id - player_steam_id - status - tournament_id @@ -72,6 +73,7 @@ select_permissions: - checked_in_at - created_at - id + - party_id - player_steam_id - status - tournament_id @@ -84,6 +86,7 @@ update_permissions: permission: columns: - checked_in_at + - party_id - status - tournament_team_id filter: diff --git a/hasura/migrations/default/1884000000000_tournament_free_agent_parties/down.sql b/hasura/migrations/default/1884000000000_tournament_free_agent_parties/down.sql new file mode 100644 index 000000000..488f7362b --- /dev/null +++ b/hasura/migrations/default/1884000000000_tournament_free_agent_parties/down.sql @@ -0,0 +1,4 @@ +DROP INDEX IF EXISTS public.idx_tournament_free_agents_party; + +ALTER TABLE public.tournament_free_agents + DROP COLUMN IF EXISTS party_id; diff --git a/hasura/migrations/default/1884000000000_tournament_free_agent_parties/up.sql b/hasura/migrations/default/1884000000000_tournament_free_agent_parties/up.sql new file mode 100644 index 000000000..5b2eec570 --- /dev/null +++ b/hasura/migrations/default/1884000000000_tournament_free_agent_parties/up.sql @@ -0,0 +1,10 @@ +-- The 5stack matchmaking lobby the signup came from. No FK: tad_lobby_players +-- deletes the lobby row once its last member leaves, which would blank out a +-- party that is still queued for a tournament days later. Same call +-- match_lineup_players.party_id already makes. +ALTER TABLE public.tournament_free_agents + ADD COLUMN IF NOT EXISTS party_id uuid; + +CREATE INDEX IF NOT EXISTS idx_tournament_free_agents_party + ON public.tournament_free_agents (tournament_id, party_id) + WHERE party_id IS NOT NULL; diff --git a/hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/down.sql b/hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/down.sql new file mode 100644 index 000000000..4a9bec1b2 --- /dev/null +++ b/hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/down.sql @@ -0,0 +1 @@ +DELETE FROM public.e_notification_types WHERE "value" = 'TournamentPartySignup'; diff --git a/hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/up.sql b/hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/up.sql new file mode 100644 index 000000000..dc3e761a3 --- /dev/null +++ b/hasura/migrations/default/1884000000100_tournament_free_agent_party_notification/up.sql @@ -0,0 +1,4 @@ +INSERT INTO public.e_notification_types ("value", "description") VALUES + ('TournamentPartySignup', 'Your lobby was signed up for a tournament as a free agent party') +ON CONFLICT ("value") DO UPDATE + SET "description" = EXCLUDED."description"; diff --git a/hasura/triggers/tournament_free_agents.sql b/hasura/triggers/tournament_free_agents.sql index b51144837..3d3df671f 100644 --- a/hasura/triggers/tournament_free_agents.sql +++ b/hasura/triggers/tournament_free_agents.sql @@ -52,6 +52,11 @@ BEGIN MESSAGE = 'You already have a team in this tournament'; END IF; + IF NOT public.tournament_free_agent_party_fits(NEW.tournament_id, NEW.party_id, NEW.id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'That party is already the size of a full team'; + END IF; + -- Registering after the window opened counts as present: nobody can confirm -- a prompt they were never shown, and the close pass waitlists no-shows. IF NEW.checked_in_at IS NULL AND public.tournament_check_in_open(_tournament) THEN @@ -68,6 +73,73 @@ CREATE TRIGGER tbi_tournament_free_agents FOR EACH ROW EXECUTE FUNCTION public.tbi_tournament_free_agents(); +-- Only a party_id that actually MOVES is re-measured. The draft rewrites status +-- and tournament_team_id on every row it touches, and re-counting a party on +-- each of those is work that can never find anything: a party only grows on an +-- insert or on a row joining it. +CREATE OR REPLACE FUNCTION public.tbu_tournament_free_agents() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF NEW.party_id IS NOT NULL + AND NEW.party_id IS DISTINCT FROM OLD.party_id + AND NOT public.tournament_free_agent_party_fits(NEW.tournament_id, NEW.party_id, NEW.id) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'That party is already the size of a full team'; + END IF; + + RETURN NEW; +END; +$$; + +DROP TRIGGER IF EXISTS tbu_tournament_free_agents ON public.tournament_free_agents; +CREATE TRIGGER tbu_tournament_free_agents + BEFORE UPDATE ON public.tournament_free_agents + FOR EACH ROW + EXECUTE FUNCTION public.tbu_tournament_free_agents(); + +-- A party of one is just a free agent. Left standing it shows the web a party +-- with nobody in it, and tells the last member they are still signed up "with" +-- someone who has gone. +CREATE OR REPLACE FUNCTION public.tadu_tournament_free_agents_party() RETURNS TRIGGER + LANGUAGE plpgsql + AS $$ +BEGIN + IF OLD.party_id IS NULL THEN + RETURN NULL; + END IF; + + IF TG_OP = 'UPDATE' AND NEW.party_id IS NOT DISTINCT FROM OLD.party_id THEN + RETURN NULL; + END IF; + + -- Drafted rows are left alone: after the draft the party_id is the record of + -- who signed up with whom, not a queue position. Clearing the survivor's + -- party_id re-enters this trigger with a party that no longer exists, where + -- the count is 0 and nothing matches -- so it stops after one pass. + UPDATE public.tournament_free_agents fa + SET party_id = NULL + WHERE fa.tournament_id = OLD.tournament_id + AND fa.party_id = OLD.party_id + AND fa.status IN ('registered', 'waitlisted') + AND ( + SELECT COUNT(*) + FROM public.tournament_free_agents other + WHERE other.tournament_id = OLD.tournament_id + AND other.party_id = OLD.party_id + AND other.status <> 'withdrawn' + ) = 1; + + RETURN NULL; +END; +$$; + +DROP TRIGGER IF EXISTS tadu_tournament_free_agents_party ON public.tournament_free_agents; +CREATE TRIGGER tadu_tournament_free_agents_party + AFTER UPDATE OF party_id OR DELETE ON public.tournament_free_agents + FOR EACH ROW + EXECUTE FUNCTION public.tadu_tournament_free_agents_party(); + -- Leaving the pool has to give the slot up too. The roster row is what the -- seeding, the lineups and the team page actually read, so a drafted agent who -- deleted only their pool row stayed on the team while the waitlist behind them diff --git a/src/notifications/preferences/notification-categories.ts b/src/notifications/preferences/notification-categories.ts index 4027c41a9..185fdc950 100644 --- a/src/notifications/preferences/notification-categories.ts +++ b/src/notifications/preferences/notification-categories.ts @@ -30,6 +30,7 @@ export const PUSH_CATEGORIES: Record = { "TournamentCheckInOpen", "TournamentCheckInClosing", "TournamentCheckInMissed", + "TournamentPartySignup", ], events: ["EventReminder"], seasons: ["SeasonEnded"], diff --git a/src/notifications/push/notification-delivery.ts b/src/notifications/push/notification-delivery.ts index 02e7c029c..9d78f7052 100644 --- a/src/notifications/push/notification-delivery.ts +++ b/src/notifications/push/notification-delivery.ts @@ -52,6 +52,7 @@ const DELIVERY_POLICIES: Record = { "TournamentCheckInOpen", "TournamentCheckInClosing", "TournamentCheckInMissed", + "TournamentPartySignup", "EventReminder", "SeasonEnded", "FormTeamSuggestion", diff --git a/src/tournaments/tournaments.controller.spec.ts b/src/tournaments/tournaments.controller.spec.ts index 48c671dbd..68e41fecc 100644 --- a/src/tournaments/tournaments.controller.spec.ts +++ b/src/tournaments/tournaments.controller.spec.ts @@ -35,6 +35,9 @@ describe("TournamentsController registration and check-in actions", () => { let eligible: boolean; let passcodeRow: Record | undefined; let draftedTeams: number; + let lobbyRow: Record | undefined; + let lobbyMembers: Rows; + let sizingRow: Record | undefined; let statements: Array; const player: User = { @@ -49,6 +52,23 @@ describe("TournamentsController registration and check-in actions", () => { steam_id: "76561190000000099", }; + const friend: User = { + name: "Friend", + role: "user", + steam_id: "76561190000000002", + }; + + const lobbyMember = (overrides: Record = {}) => ({ + steam_id: friend.steam_id, + name: "Friend", + eligible: true, + unlocked: true, + rostered: false, + owns_team: false, + pool_status: null as string | null, + ...overrides, + }); + const tournament = (overrides: Record = {}) => ({ id: "tournament-1", name: "Cup", @@ -81,11 +101,28 @@ describe("TournamentsController registration and check-in actions", () => { eligible = true; passcodeRow = undefined; draftedTeams = 2; + lobbyRow = { lobby_id: "lobby-1", captain: true }; + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + lobbyMember({ steam_id: friend.steam_id, name: "Friend" }), + ]; + sizingRow = { team_size: 5, carried_over: "0" }; statements = []; postgres.query.mockImplementation(async (sql: string) => { statements.push(sql); + // Before the generic routes: the lobby member lookup resolves every gate + // in one statement, so it matches several of them. + if (sql.includes("FROM lobby_players lp")) { + return lobbyMembers; + } + if (sql.includes("FROM lobby_players")) { + return lobbyRow ? [lobbyRow] : []; + } + if (sql.includes("tournament_min_players_per_lineup")) { + return sizingRow ? [sizingRow] : []; + } if (sql.includes("is_tournament_organizer(t, $2::json)")) { return tournamentRow ? [tournamentRow] : []; } @@ -615,6 +652,138 @@ describe("TournamentsController registration and check-in actions", () => { }); }); + // Signing up "with a friend" reuses the matchmaking lobby rather than + // inventing an invite: the captain already queues this exact roster into a + // live match, so there is nothing new to consent to. + describe("joinTournamentAsFreeAgent with a lobby", () => { + beforeEach(() => { + tournamentRow = tournament({ registration_type: "free_agents" }); + }); + + const join = () => + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + with_party: true, + }); + + it("refuses when the caller is in no lobby", async () => { + lobbyRow = undefined; + + await expect(join()).rejects.toThrow(/not in a lobby/i); + }); + + it("refuses when the caller is not the lobby captain", async () => { + lobbyRow = { lobby_id: "lobby-1", captain: false }; + + await expect(join()).rejects.toThrow(/captain of this lobby/i); + }); + + it("refuses a lobby larger than the team it would be drafted onto", async () => { + sizingRow = { team_size: 1, carried_over: "0" }; + + await expect(join()).rejects.toThrow( + /cannot be drafted onto a team of 1/i, + ); + }); + + // Members who signed up from this lobby and then left it still hold the + // party's id, so the cap is measured on the pool, not on the lobby. + it("counts members who already hold the party id towards the cap", async () => { + sizingRow = { team_size: 2, carried_over: "1" }; + + await expect(join()).rejects.toThrow(/a party of 3/i); + }); + + it("names the member who fails the entry requirements", async () => { + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + lobbyMember({ name: "Friend", eligible: false }), + ]; + + await expect(join()).rejects.toThrow(/Friend does not meet/i); + }); + + it("names a member who already has a team in the tournament", async () => { + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + lobbyMember({ name: "Friend", owns_team: true }), + ]; + + await expect(join()).rejects.toThrow(/Friend already has a team/i); + }); + + // The invite gate is per player: the captain being unlocked says nothing + // about the people they are bringing. + it("requires every member to be unlocked on an invite only tournament", async () => { + tournamentRow = tournament({ + registration_type: "free_agents", + invite_only: true, + unlocked: true, + }); + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + lobbyMember({ name: "Friend", unlocked: false }), + ]; + + await expect(join()).rejects.toThrow(/Friend has not been invited/i); + }); + + it("lets an un-unlocked member in when the tournament is open to all", async () => { + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + lobbyMember({ name: "Friend", unlocked: false }), + ]; + + await expect(join()).resolves.toEqual({ success: true }); + }); + + it("refuses a member the pool has already acted on", async () => { + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + lobbyMember({ name: "Friend", pool_status: "waitlisted" }), + ]; + + await expect(join()).rejects.toThrow(/Friend is already committed/i); + }); + + it("enters the whole lobby under the lobby's id and tells the others", async () => { + await expect(join()).resolves.toEqual({ success: true }); + + const insert = statements.find((sql) => + sql.includes("INSERT INTO tournament_free_agents"), + ); + expect(insert).toContain("party_id"); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentPartySignup", + expect.objectContaining({ steamIds: [friend.steam_id] }), + ); + }); + + it("does not notify a captain signing up on their own", async () => { + lobbyMembers = [ + lobbyMember({ steam_id: player.steam_id, name: "Player" }), + ]; + + await expect(join()).resolves.toEqual({ success: true }); + expect(notifications.notifyPlayers).not.toHaveBeenCalled(); + }); + + it("never looks at a lobby when the party was not asked for", async () => { + await expect( + controller.joinTournamentAsFreeAgent({ + user: player, + tournament_id: "tournament-1", + }), + ).resolves.toEqual({ success: true }); + + expect(statements.some((sql) => sql.includes("lobby_players"))).toBe( + false, + ); + }); + }); + describe("leaveTournamentAsFreeAgent", () => { it("refuses once registration has closed", async () => { tournamentRow = tournament({ status: "RegistrationClosed" }); diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index d4979e0fe..ffec359ef 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -50,6 +50,18 @@ type CheckInTeam = { is_captain: boolean; }; +// One accepted member of the lobby being signed up as a free agent party, with +// every gate the pool applies to them resolved in the same round trip. +type LobbyPartyMember = { + steam_id: string; + name: string; + eligible: boolean; + unlocked: boolean; + rostered: boolean; + owns_team: boolean; + pool_status: string | null; +}; + @Controller("tournaments") export class TournamentsController { private readonly redis: Redis; @@ -832,6 +844,7 @@ export class TournamentsController { public async joinTournamentAsFreeAgent(data: { user: User; tournament_id: string; + with_party?: boolean; }) { const { tournament_id } = data; const tournament = await this.getTournamentAccess(tournament_id, data.user); @@ -855,6 +868,10 @@ export class TournamentsController { throw Error("you do not meet this tournament's entry requirements"); } + if (data.with_party) { + return await this.joinFreeAgentPoolWithLobby(tournament, data.user); + } + await this.postgres.query( `INSERT INTO tournament_free_agents (tournament_id, player_steam_id) VALUES ($1::uuid, $2::bigint) @@ -865,6 +882,192 @@ export class TournamentsController { return { success: true }; } + private static freeAgentPartyBlocker( + member: LobbyPartyMember, + requireUnlock: boolean, + ): string | null { + if (member.owns_team) { + return "already has a team in this tournament"; + } + + if (member.rostered) { + return "is already on a roster in this tournament"; + } + + if (!member.eligible) { + return "does not meet this tournament's entry requirements"; + } + + // The invite-only gate is per player, like the passcode and the invite it + // grants: the captain being unlocked says nothing about their friends. + if (requireUnlock && !member.unlocked) { + return "has not been invited to this tournament"; + } + + // Anything past 'registered' is a commitment the pool has already acted on + // -- a draft has placed them, passed them over, or they were removed. Folding + // such a row into a new party silently would build a party that the draft + // then treats as smaller than the lobby that formed it. + if (member.pool_status !== null && member.pool_status !== "registered") { + return "is already committed in this tournament"; + } + + return null; + } + + // Signing the lobby up IS the party: everyone accepted into it is entered + // together under the lobby's id, and the draft keeps them on one team. There + // is no invite to accept because there is nothing new to consent to -- the + // captain already queues this exact roster into matchmaking, which commits + // them to a live match rather than a signup. + private async joinFreeAgentPoolWithLobby( + tournament: TournamentAccess, + user: User, + ) { + const [lobby] = await this.postgres.query< + Array<{ lobby_id: string; captain: boolean }> + >( + `SELECT lobby_id::text AS lobby_id, captain + FROM lobby_players + WHERE steam_id = $1::bigint AND status = 'Accepted'`, + [user.steam_id], + ); + + if (!lobby) { + throw Error("you are not in a lobby"); + } + + if (!lobby.captain) { + throw Error("you are not the captain of this lobby"); + } + + const members = await this.postgres.query>( + `SELECT lp.steam_id::text AS steam_id, + COALESCE(p.name, 'A player') AS name, + player_meets_tournament_requirements($1::uuid, lp.steam_id) AS eligible, + tournament_registration_unlocked($1::uuid, lp.steam_id) AS unlocked, + EXISTS ( + SELECT 1 FROM tournament_team_roster ttr + WHERE ttr.tournament_id = $1::uuid + AND ttr.player_steam_id = lp.steam_id + ) AS rostered, + EXISTS ( + SELECT 1 FROM tournament_teams tt + WHERE tt.tournament_id = $1::uuid + AND tt.owner_steam_id = lp.steam_id + ) AS owns_team, + fa.status AS pool_status + FROM lobby_players lp + JOIN players p ON p.steam_id = lp.steam_id + LEFT JOIN tournament_free_agents fa + ON fa.tournament_id = $1::uuid AND fa.player_steam_id = lp.steam_id + WHERE lp.lobby_id = $2::uuid AND lp.status = 'Accepted' + ORDER BY lp.captain DESC, lp.steam_id`, + [tournament.id, lobby.lobby_id], + ); + + if (members.length === 0) { + throw Error("you are not in a lobby"); + } + + const steamIds = members.map((member) => member.steam_id); + + for (const member of members) { + const blocker = TournamentsController.freeAgentPartyBlocker( + member, + tournament.invite_only, + ); + + if (blocker) { + throw Error(`${member.name} ${blocker}`); + } + } + + const [sizing] = await this.postgres.query< + Array<{ team_size: number | null; carried_over: string }> + >( + `SELECT COALESCE( + tournament_min_players_per_lineup(t), + tournament_max_players_per_lineup(t) + ) AS team_size, + ( + SELECT COUNT(*) + FROM tournament_free_agents fa + WHERE fa.tournament_id = t.id + AND fa.party_id = $2::uuid + AND fa.status <> 'withdrawn' + AND fa.player_steam_id <> ALL($3::bigint[]) + )::text AS carried_over + FROM tournaments t + WHERE t.id = $1::uuid`, + [tournament.id, lobby.lobby_id, steamIds], + ); + + // Members who signed up from this lobby and have since left it still hold + // the party's id, so the cap is measured on the pool rather than on the + // lobby: a lobby that has churned can be larger than any team it drafts on. + const partySize = members.length + Number(sizing?.carried_over ?? 0); + const teamSize = sizing?.team_size ?? null; + + if (teamSize !== null && partySize > teamSize) { + throw Error( + `a party of ${partySize} cannot be drafted onto a team of ${teamSize}`, + ); + } + + await this.postgres.query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id, party_id) + SELECT $1::uuid, member.steam_id, $2::uuid + FROM unnest($3::bigint[]) AS member(steam_id) + ON CONFLICT (tournament_id, player_steam_id) + DO UPDATE SET party_id = EXCLUDED.party_id + WHERE tournament_free_agents.status = 'registered'`, + [tournament.id, lobby.lobby_id, steamIds], + ); + + await this.announceFreeAgentParty( + tournament, + user, + steamIds.filter((steamId) => steamId !== user.steam_id), + ); + + return { success: true }; + } + + private async announceFreeAgentParty( + tournament: TournamentAccess, + captain: User, + steamIds: Array, + ) { + if (steamIds.length === 0) { + return; + } + + try { + await this.notifications.notifyPlayers("TournamentPartySignup", { + title: "Signed up with your lobby", + message: `${NotificationsService.escapeHtml( + captain.name, + )} signed your lobby up for ${NotificationsService.escapeHtml( + tournament.name, + )}. You will be drafted onto the same team.`, + role: "user", + entity_id: tournament.id, + steamIds, + data: { image: tournament.banner ?? tournament.logo }, + }); + } catch (error) { + // The signup is already written; a lost notification must not surface as + // a failed registration to the captain who sent it. + this.logger.warn( + `[${tournament.id}] unable to announce free agent party`, + error, + ); + } + } + @HasuraAction() public async leaveTournamentAsFreeAgent(data: { user: User; diff --git a/test/tournament-free-agent-parties.spec.ts b/test/tournament-free-agent-parties.spec.ts new file mode 100644 index 000000000..1195e2f8f --- /dev/null +++ b/test/tournament-free-agent-parties.spec.ts @@ -0,0 +1,714 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { TournamentsController } from "./../src/tournaments/tournaments.controller"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// "Sign up with a friend, get drafted onto the same team." A party is every +// free agent in a tournament sharing a party_id -- the id of the 5stack lobby +// they signed up from. The draft treats it as one indivisible unit in BOTH of +// its stages, and the waitlist promotes it the same way. +describe("free agent parties (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + beforeAll(async () => { + db = await bootMigratedDb("TournamentFreeAgentPartyTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561198300000000n); + await fx.region("TestFAP"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const createTournament = async ({ + type = "Wingman", + maxTeams = 4, + // A stage refuses fewer than four teams per group, so four is the floor for + // every pool in this suite. + minTeams = 4, + columns = {} as Record, + } = {}) => { + const organizer = await fx.player(); + const optionsId = await fx.matchOptions({ type, regions: ["TestFAP"] }); + + const names = Object.keys(columns); + const extraCols = names.map((name) => `, "${name}"`).join(""); + const extraVals = names.map((_, i) => `, $${i + 5}`).join(""); + + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status, registration_type${extraCols}) + VALUES ($1, now() + $2::interval, $3, $4, 'Setup', 'free_agents'${extraVals}) RETURNING id`, + [ + fx.nextName("party"), + "3 days", + organizer, + optionsId, + ...names.map((name) => columns[name]), + ], + ); + + await postgres.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, $2, $3)`, + [tournament.id, minTeams, maxTeams], + ); + + await runAsUser(postgres, organizer, "admin", (query) => + query( + "UPDATE tournaments SET status = 'RegistrationOpen' WHERE id = $1", + [tournament.id], + ), + ); + + return { id: tournament.id, organizer }; + }; + + // Minutes ago, so a signup order can be written in any insert order. + const at = (minutesAgo: number) => + new Date(Date.now() - minutesAgo * 60_000).toISOString(); + + const register = async ( + tournamentId: string, + steamId: string, + minutesAgo: number, + partyId?: string | null, + ) => { + await postgres.query( + `INSERT INTO tournament_free_agents (tournament_id, player_steam_id, created_at, party_id) + VALUES ($1, $2, $3::timestamptz, $4::uuid)`, + [tournamentId, steamId, at(minutesAgo), partyId ?? null], + ); + return steamId; + }; + + const newPartyId = async () => { + const [row] = await postgres.query>( + "SELECT gen_random_uuid()::text AS id", + ); + return row.id; + }; + + const draft = async (tournamentId: string) => { + const [row] = await postgres.query>( + "SELECT draft_tournament_free_agent_teams($1) AS created", + [tournamentId], + ); + return Number(row.created); + }; + + const teamOf = async (tournamentId: string, steamId: string) => { + const [row] = await postgres.query>( + `SELECT tournament_team_id FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [tournamentId, steamId], + ); + return row?.tournament_team_id ?? null; + }; + + type Agent = { + player_steam_id: string; + status: string; + party_id: string | null; + tournament_team_id: string | null; + }; + + const agent = async (tournamentId: string, steamId: string) => { + const [row] = await postgres.query>( + `SELECT player_steam_id, status, party_id::text AS party_id, tournament_team_id + FROM tournament_free_agents + WHERE tournament_id = $1 AND player_steam_id = $2`, + [tournamentId, steamId], + ); + return row; + }; + + const statusOf = async (tournamentId: string, steamId: string) => + (await agent(tournamentId, steamId))?.status ?? null; + + const rosterSize = async (teamId: string) => { + const [row] = await postgres.query>( + "SELECT count(*)::text AS count FROM tournament_team_roster WHERE tournament_team_id = $1", + [teamId], + ); + return Number(row.count); + }; + + // Standing Competitive/Wingman ratings, hung off one finished match so + // get_tournament_player_elo has something to read. + const seedElo = async ( + ratings: Record, + type = "Competitive", + ) => { + const { matchId } = await fx.bareMatch(); + for (const [steamId, current] of Object.entries(ratings)) { + await postgres.query( + `INSERT INTO player_elo (steam_id, match_id, "type", current, change, created_at) + VALUES ($1, $2, $3, $4, 0, now() - interval '30 days')`, + [steamId, matchId, type, current], + ); + } + }; + + describe("selection: priority is the earliest member's signup", () => { + // The whole promise of a first-come pool. A party sits EXACTLY where its + // founder sat: the newcomer rides along, and the founder is not pushed back + // for having taken someone with them. + it("queues a party where its founder queued, not where its newest member did", async () => { + const t = await createTournament({ maxTeams: 3 }); + const party = await newPartyId(); + + const early = [ + await register(t.id, await fx.player(), 20), + await register(t.id, await fx.player(), 19), + await register(t.id, await fx.player(), 18), + ]; + const founder = await register(t.id, await fx.player(), 17, party); + const middle = await register(t.id, await fx.player(), 16); + const late = await register(t.id, await fx.player(), 15); + const newcomer = await register(t.id, await fx.player(), 1, party); + + expect(await draft(t.id)).toBe(3); + + // Everyone who signed up before the founder is in: the party did not + // sort ahead of them on the strength of nothing. + for (const steamId of early) { + expect(await statusOf(t.id, steamId)).toBe("drafted"); + } + + // The newcomer signed up 14 minutes after `late` and is in while `late` + // waits, because the unit's priority is the founder's 17-minutes-ago. + expect(await statusOf(t.id, newcomer)).toBe("drafted"); + expect(await statusOf(t.id, middle)).toBe("drafted"); + expect(await statusOf(t.id, late)).toBe("waitlisted"); + + expect(await teamOf(t.id, newcomer)).toBe(await teamOf(t.id, founder)); + }); + + it("waitlists a party that misses the cut as one unit, never in pieces", async () => { + const t = await createTournament({ type: "Competitive", maxTeams: 1 }); + const party = await newPartyId(); + + const solos = [ + await register(t.id, await fx.player(), 30), + await register(t.id, await fx.player(), 29), + ]; + const partied = [ + await register(t.id, await fx.player(), 28, party), + await register(t.id, await fx.player(), 27, party), + await register(t.id, await fx.player(), 26, party), + await register(t.id, await fx.player(), 25, party), + ]; + const fillers = [ + await register(t.id, await fx.player(), 20), + await register(t.id, await fx.player(), 19), + await register(t.id, await fx.player(), 18), + ]; + + // One team of five. The four-stack is third in line but only three slots + // are left by the time it is reached, so it is skipped and the three + // later solos take the remainder rather than the capacity being stranded. + expect(await draft(t.id)).toBe(1); + + for (const steamId of [...solos, ...fillers]) { + expect(await statusOf(t.id, steamId)).toBe("drafted"); + } + + for (const steamId of partied) { + expect(await statusOf(t.id, steamId)).toBe("waitlisted"); + expect(await teamOf(t.id, steamId)).toBeNull(); + } + }); + }); + + describe("assignment: a party stays on one team", () => { + it("keeps a pair and a trio each whole, with exact team sizes", async () => { + const t = await createTournament({ type: "Competitive", maxTeams: 2 }); + const pair = await newPartyId(); + const trio = await newPartyId(); + + const paired = [ + await register(t.id, await fx.player(), 30, pair), + await register(t.id, await fx.player(), 29, pair), + ]; + const trioed = [ + await register(t.id, await fx.player(), 28, trio), + await register(t.id, await fx.player(), 27, trio), + await register(t.id, await fx.player(), 26, trio), + ]; + const solos: Array = []; + for (let i = 0; i < 5; i++) { + solos.push(await register(t.id, await fx.player(), 25 - i)); + } + + expect(await draft(t.id)).toBe(2); + + const pairTeam = await teamOf(t.id, paired[0]); + expect(await teamOf(t.id, paired[1])).toBe(pairTeam); + + const trioTeam = await teamOf(t.id, trioed[0]); + expect(trioTeam).not.toBeNull(); + for (const steamId of trioed) { + expect(await teamOf(t.id, steamId)).toBe(trioTeam); + } + + const teams = await postgres.query>( + "SELECT id FROM tournament_teams WHERE tournament_id = $1", + [t.id], + ); + expect(teams).toHaveLength(2); + for (const team of teams) { + expect(await rosterSize(team.id)).toBe(5); + } + + for (const steamId of solos) { + expect(await statusOf(t.id, steamId)).toBe("drafted"); + } + }); + + it("still balances the teams with a top-heavy party in the pool", async () => { + const t = await createTournament({ type: "Competitive", maxTeams: 2 }); + const party = await newPartyId(); + + const ratings: Record = {}; + const partied = [ + await register(t.id, await fx.player(), 40, party), + await register(t.id, await fx.player(), 39, party), + ]; + ratings[partied[0]] = 7000; + ratings[partied[1]] = 7000; + + const soloRatings = [6000, 5500, 5000, 4500, 4000, 3500, 3000, 2000]; + for (const [index, rating] of soloRatings.entries()) { + const steamId = await register(t.id, await fx.player(), 38 - index); + ratings[steamId] = rating; + } + + await seedElo(ratings); + + expect(await draft(t.id)).toBe(2); + + const totals = await postgres.query>( + `SELECT SUM(get_tournament_player_elo($1, ttr.player_steam_id))::text AS total + FROM tournament_team_roster ttr + WHERE ttr.tournament_id = $1 + GROUP BY ttr.tournament_team_id`, + [t.id], + ); + + expect(totals).toHaveLength(2); + + const [a, b] = totals.map((row) => Number(row.total)); + // The pair is 14000 of the pool's 47500 and cannot be split, so perfect + // balance is impossible; the greedy fill still lands inside a single + // player's worth of rating. + expect(Math.abs(a - b)).toBeLessThanOrEqual(1000); + }); + }); + + describe("the party size cap", () => { + it("refuses a signup that would push a party past the team size", async () => { + const t = await createTournament(); + const party = await newPartyId(); + + await register(t.id, await fx.player(), 10, party); + await register(t.id, await fx.player(), 9, party); + + await expect(register(t.id, await fx.player(), 8, party)).rejects.toThrow( + /size of a full team/i, + ); + }); + + it("refuses moving a third player into a full party", async () => { + const t = await createTournament(); + const party = await newPartyId(); + + await register(t.id, await fx.player(), 10, party); + await register(t.id, await fx.player(), 9, party); + const outsider = await register(t.id, await fx.player(), 8); + + await expect( + postgres.query( + `UPDATE tournament_free_agents SET party_id = $1::uuid + WHERE tournament_id = $2 AND player_steam_id = $3`, + [party, t.id, outsider], + ), + ).rejects.toThrow(/size of a full team/i); + }); + }); + + describe("leaving before the draft", () => { + it("dissolves a party that is down to one member", async () => { + const t = await createTournament(); + const party = await newPartyId(); + + const leaver = await register(t.id, await fx.player(), 10, party); + const stayer = await register(t.id, await fx.player(), 9, party); + + await postgres.query( + `DELETE FROM tournament_free_agents + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, leaver], + ); + + expect((await agent(t.id, stayer)).party_id).toBeNull(); + }); + + it("leaves a larger party intact, minus the member who left", async () => { + const t = await createTournament({ type: "Competitive" }); + const party = await newPartyId(); + + const leaver = await register(t.id, await fx.player(), 10, party); + const rest = [ + await register(t.id, await fx.player(), 9, party), + await register(t.id, await fx.player(), 8, party), + ]; + + await postgres.query( + `DELETE FROM tournament_free_agents + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, leaver], + ); + + for (const steamId of rest) { + expect((await agent(t.id, steamId)).party_id).toBe(party); + } + }); + }); + + describe("waitlist promotion", () => { + // Four solos drafted into two Wingman teams, with a waitlisted party of two + // and (optionally) a waitlisted solo behind them. + const draftedWithWaitlist = async ({ trailingSolo = true } = {}) => { + const t = await createTournament({ maxTeams: 2 }); + const party = await newPartyId(); + + const drafted: Array = []; + for (let i = 0; i < 4; i++) { + drafted.push(await register(t.id, await fx.player(), 40 - i)); + } + + const partied = [ + await register(t.id, await fx.player(), 30, party), + await register(t.id, await fx.player(), 29, party), + ]; + + const solo = trailingSolo + ? await register(t.id, await fx.player(), 20) + : null; + + expect(await draft(t.id)).toBe(2); + + for (const steamId of partied) { + expect(await statusOf(t.id, steamId)).toBe("waitlisted"); + } + + return { ...t, party, drafted, partied, solo }; + }; + + it("gives a single vacancy to a later solo rather than splitting a party", async () => { + const t = await draftedWithWaitlist(); + const team = (await teamOf(t.id, t.drafted[0]))!; + + await postgres.query( + `DELETE FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, t.drafted[0]], + ); + + expect(await teamOf(t.id, t.solo!)).toBe(team); + for (const steamId of t.partied) { + expect(await statusOf(t.id, steamId)).toBe("waitlisted"); + } + }); + + it("promotes a waitlisted party whole when the gap fits it", async () => { + const t = await draftedWithWaitlist(); + const team = (await teamOf(t.id, t.drafted[0]))!; + + // Both roster rows in one statement: AFTER ROW triggers run at the end of + // it, so the promotion sees a gap of two rather than two gaps of one. + await postgres.query( + "DELETE FROM tournament_team_roster WHERE tournament_team_id = $1", + [team], + ); + + for (const steamId of t.partied) { + expect(await teamOf(t.id, steamId)).toBe(team); + expect(await statusOf(t.id, steamId)).toBe("drafted"); + } + }); + + // The deliberate compromise. A slot nobody can fill drops the team below the + // minimum lineup and it is cut at seeding, which costs the waiting party the + // bracket they are waiting on. + it("splits the earliest party only when nothing else can fill the slot", async () => { + const t = await draftedWithWaitlist({ trailingSolo: false }); + const team = (await teamOf(t.id, t.drafted[0]))!; + + await postgres.query( + `DELETE FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, t.drafted[0]], + ); + + expect(await teamOf(t.id, t.partied[0])).toBe(team); + + // The one left behind keeps the party id, so they stay a unit with their + // original priority and take the next gap that opens anywhere. + const remaining = await agent(t.id, t.partied[1]); + expect(remaining.status).toBe("waitlisted"); + expect(remaining.party_id).toBe(t.party); + + // The ELO pass decides which generated team each drafted solo lands on, + // so the other team has to be looked up rather than assumed. + const [elsewhere] = await postgres.query< + Array<{ tournament_team_id: string; player_steam_id: string }> + >( + `SELECT tournament_team_id, player_steam_id + FROM tournament_team_roster + WHERE tournament_id = $1 AND tournament_team_id <> $2 + LIMIT 1`, + [t.id, team], + ); + const other = elsewhere.tournament_team_id; + + await postgres.query( + `DELETE FROM tournament_team_roster + WHERE tournament_id = $1 AND player_steam_id = $2`, + [t.id, elsewhere.player_steam_id], + ); + + expect(await teamOf(t.id, t.partied[1])).toBe(other); + }); + }); + + describe("check-in", () => { + // check_in_setting = 'Players' makes every rostered player confirm for + // themselves. A drafted party member is an ordinary roster row and gets no + // special treatment from the roll-up. + it("counts party members individually in Players mode", async () => { + const t = await createTournament({ + maxTeams: 2, + columns: { check_in_required: true, check_in_setting: "Players" }, + }); + const party = await newPartyId(); + + const partied = [ + await register(t.id, await fx.player(), 40, party), + await register(t.id, await fx.player(), 39, party), + ]; + await register(t.id, await fx.player(), 38); + await register(t.id, await fx.player(), 37); + + expect(await draft(t.id)).toBe(2); + + const team = (await teamOf(t.id, partied[0]))!; + expect(await teamOf(t.id, partied[1])).toBe(team); + + const teamCheckedIn = async () => { + const [row] = await postgres.query< + Array<{ checked_in_at: string | null }> + >("SELECT checked_in_at FROM tournament_teams WHERE id = $1", [team]); + return row.checked_in_at !== null; + }; + + await postgres.query( + `UPDATE tournament_teams SET checked_in_at = NULL WHERE id = $1`, + [team], + ); + await postgres.query( + `UPDATE tournament_team_roster SET checked_in_at = NULL + WHERE tournament_team_id = $1`, + [team], + ); + + await postgres.query( + `UPDATE tournament_team_roster SET checked_in_at = now() + WHERE tournament_team_id = $1 AND player_steam_id = $2`, + [team, partied[0]], + ); + expect(await teamCheckedIn()).toBe(false); + + await postgres.query( + `UPDATE tournament_team_roster SET checked_in_at = now() + WHERE tournament_team_id = $1 AND player_steam_id = $2`, + [team, partied[1]], + ); + expect(await teamCheckedIn()).toBe(true); + }); + }); + + describe("the guards the draft already had", () => { + it("shrinks a party by an ineligible member instead of dropping it", async () => { + const t = await createTournament({ type: "Competitive", maxTeams: 2 }); + const party = await newPartyId(); + + const partied = [ + await register(t.id, await fx.player(), 40, party), + await register(t.id, await fx.player(), 39, party), + await register(t.id, await fx.player(), 38, party), + ]; + for (let i = 0; i < 3; i++) { + await register(t.id, await fx.player(), 37 - i); + } + + // Owning a team is the collision that hard-stalled the whole + // RegistrationClosed transition once already: the draft has to skip this + // member, and only this member. + await postgres.query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, 'Owned', $2, $2)`, + [t.id, partied[2]], + ); + + // Five drafted: the two remaining party members plus the three solos, on + // the one team the bracket has room for beside the owner's. + expect(await draft(t.id)).toBe(1); + + const team = await teamOf(t.id, partied[0]); + expect(team).not.toBeNull(); + expect(await teamOf(t.id, partied[1])).toBe(team); + expect(await teamOf(t.id, partied[2])).toBeNull(); + expect(await statusOf(t.id, partied[2])).toBe("registered"); + }); + + it("stays idempotent once the teams are drafted", async () => { + const t = await createTournament({ maxTeams: 2 }); + const party = await newPartyId(); + + await register(t.id, await fx.player(), 40, party); + await register(t.id, await fx.player(), 39, party); + await register(t.id, await fx.player(), 38); + await register(t.id, await fx.player(), 37); + + expect(await draft(t.id)).toBe(2); + expect(await draft(t.id)).toBe(0); + }); + }); + + // The action is the only way a party is ever formed: party_id is not in the + // user role's insert columns, so nobody can put themselves into someone + // else's party through GraphQL. + describe("joinTournamentAsFreeAgent with a lobby", () => { + const notifyPlayers = jest.fn(); + + const controller = () => + new TournamentsController( + new Logger("FreeAgentPartyActionTest"), + {} as never, + {} as never, + {} as never, + {} as never, + { notifyPlayers } as never, + postgres, + { getConnection: () => ({}) } as never, + ); + + const createLobby = async (captain: string, mates: Array) => { + const lobbyId = await runAsUser( + postgres, + captain, + "user", + async (query) => { + const [row] = (await query( + "INSERT INTO lobbies (access) VALUES ('Private') RETURNING id", + )) as Array<{ id: string }>; + return row.id; + }, + ); + + for (const mate of mates) { + await postgres.query( + "INSERT INTO lobby_players (lobby_id, steam_id, status) VALUES ($1, $2, 'Accepted')", + [lobbyId, mate], + ); + } + + return lobbyId; + }; + + const join = (tournamentId: string, steamId: string) => + controller().joinTournamentAsFreeAgent({ + user: { steam_id: steamId, name: "Captain", role: "user" } as never, + tournament_id: tournamentId, + with_party: true, + }); + + beforeEach(() => notifyPlayers.mockReset()); + + it("enters the whole lobby under the lobby id and drafts them together", async () => { + const t = await createTournament({ maxTeams: 2 }); + const captain = await fx.player(); + const mate = await fx.player(); + const lobbyId = await createLobby(captain, [mate]); + + await expect(join(t.id, captain)).resolves.toEqual({ success: true }); + + expect((await agent(t.id, captain)).party_id).toBe(lobbyId); + expect((await agent(t.id, mate)).party_id).toBe(lobbyId); + expect(notifyPlayers).toHaveBeenCalledWith( + "TournamentPartySignup", + expect.objectContaining({ steamIds: [mate] }), + ); + + await register(t.id, await fx.player(), 1); + await register(t.id, await fx.player(), 1); + + expect(await draft(t.id)).toBe(2); + expect(await teamOf(t.id, mate)).toBe(await teamOf(t.id, captain)); + }); + + it("folds a friend who already signed up alone into the party", async () => { + const t = await createTournament({ maxTeams: 2 }); + const captain = await fx.player(); + const mate = await register(t.id, await fx.player(), 30); + await createLobby(captain, [mate]); + + await expect(join(t.id, captain)).resolves.toEqual({ success: true }); + + const captainRow = await agent(t.id, captain); + expect((await agent(t.id, mate)).party_id).toBe(captainRow.party_id); + expect(captainRow.party_id).not.toBeNull(); + }); + + it("refuses a lobby that could never fit one drafted team", async () => { + const t = await createTournament({ maxTeams: 2 }); + const captain = await fx.player(); + const lobbyId = await createLobby(captain, [ + await fx.player(), + await fx.player(), + ]); + + await expect(join(t.id, captain)).rejects.toThrow( + /cannot be drafted onto a team of 2/i, + ); + + const [entered] = await postgres.query>( + "SELECT count(*)::text AS count FROM tournament_free_agents WHERE party_id = $1", + [lobbyId], + ); + expect(Number(entered.count)).toBe(0); + }); + + it("refuses when the caller is not the lobby captain", async () => { + const t = await createTournament({ maxTeams: 2 }); + const captain = await fx.player(); + const mate = await fx.player(); + await createLobby(captain, [mate]); + + await expect(join(t.id, mate)).rejects.toThrow(/captain of this lobby/i); + }); + }); +}); From b6fcfaade87b08d24611860563952a7036b62a49 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sun, 30 Aug 2026 22:08:18 -0400 Subject: [PATCH 10/17] wip --- generated/schema.graphql | 1769 +- generated/schema.ts | 2230 +- generated/types.ts | 66406 +++++++++++++++++++------------------ 3 files changed, 38358 insertions(+), 32047 deletions(-) diff --git a/generated/schema.graphql b/generated/schema.graphql index 1aeec217b..cdafd42d3 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -13212,6 +13212,12 @@ enum e_notification_types_enum { """Registration opened for a tournament""" TournamentCreated + """You were invited to register for a tournament""" + TournamentInvite + + """Your lobby was signed up for a tournament as a free agent party""" + TournamentPartySignup + """A tournament you are registered for starts soon""" TournamentReminder @@ -14093,6 +14099,487 @@ input e_ready_settings_updates { where: e_ready_settings_bool_exp! } +""" +columns and relationships of "e_sanction_scopes" +""" +type e_sanction_scopes { + description: String! + value: String! +} + +""" +aggregated selection of "e_sanction_scopes" +""" +type e_sanction_scopes_aggregate { + aggregate: e_sanction_scopes_aggregate_fields + nodes: [e_sanction_scopes!]! +} + +""" +aggregate fields of "e_sanction_scopes" +""" +type e_sanction_scopes_aggregate_fields { + count(columns: [e_sanction_scopes_select_column!], distinct: Boolean): Int! + max: e_sanction_scopes_max_fields + min: e_sanction_scopes_min_fields +} + +""" +Boolean expression to filter rows from the table "e_sanction_scopes". All fields are combined with a logical 'AND'. +""" +input e_sanction_scopes_bool_exp { + _and: [e_sanction_scopes_bool_exp!] + _not: e_sanction_scopes_bool_exp + _or: [e_sanction_scopes_bool_exp!] + description: String_comparison_exp + value: String_comparison_exp +} + +""" +unique or primary key constraints on table "e_sanction_scopes" +""" +enum e_sanction_scopes_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_sanction_scopes_pkey +} + +""" +input type for inserting data into table "e_sanction_scopes" +""" +input e_sanction_scopes_insert_input { + description: String + value: String +} + +"""aggregate max on columns""" +type e_sanction_scopes_max_fields { + description: String + value: String +} + +"""aggregate min on columns""" +type e_sanction_scopes_min_fields { + description: String + value: String +} + +""" +response of any mutation on the table "e_sanction_scopes" +""" +type e_sanction_scopes_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [e_sanction_scopes!]! +} + +""" +input type for inserting object relation for remote table "e_sanction_scopes" +""" +input e_sanction_scopes_obj_rel_insert_input { + data: e_sanction_scopes_insert_input! + + """upsert condition""" + on_conflict: e_sanction_scopes_on_conflict +} + +""" +on_conflict condition type for table "e_sanction_scopes" +""" +input e_sanction_scopes_on_conflict { + constraint: e_sanction_scopes_constraint! + update_columns: [e_sanction_scopes_update_column!]! = [] + where: e_sanction_scopes_bool_exp +} + +"""Ordering options when selecting data from "e_sanction_scopes".""" +input e_sanction_scopes_order_by { + description: order_by + value: order_by +} + +"""primary key columns input for table: e_sanction_scopes""" +input e_sanction_scopes_pk_columns_input { + value: String! +} + +""" +select columns of table "e_sanction_scopes" +""" +enum e_sanction_scopes_select_column { + """column name""" + description + + """column name""" + value +} + +""" +input type for updating data in table "e_sanction_scopes" +""" +input e_sanction_scopes_set_input { + description: String + value: String +} + +""" +Streaming cursor of the table "e_sanction_scopes" +""" +input e_sanction_scopes_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_sanction_scopes_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input e_sanction_scopes_stream_cursor_value_input { + description: String + value: String +} + +""" +update columns of table "e_sanction_scopes" +""" +enum e_sanction_scopes_update_column { + """column name""" + description + + """column name""" + value +} + +input e_sanction_scopes_updates { + """sets the columns of the filtered rows to the given values""" + _set: e_sanction_scopes_set_input + + """filter the rows which have to be updated""" + where: e_sanction_scopes_bool_exp! +} + +""" +columns and relationships of "e_sanction_sources" +""" +type e_sanction_sources { + """Comma separated ban durations in minutes, indexed by occurrence count""" + default_durations: String! + default_enabled: Boolean! + default_scope: String! + default_threshold: Int! + default_window_days: Int! + description: String! + + """An object relationship""" + e_sanction_scope: e_sanction_scopes! + value: String! + + """Source issues a player_sanctions ban row instead of a scoped cooldown""" + writes_platform_ban: Boolean! +} + +""" +aggregated selection of "e_sanction_sources" +""" +type e_sanction_sources_aggregate { + aggregate: e_sanction_sources_aggregate_fields + nodes: [e_sanction_sources!]! +} + +""" +aggregate fields of "e_sanction_sources" +""" +type e_sanction_sources_aggregate_fields { + avg: e_sanction_sources_avg_fields + count(columns: [e_sanction_sources_select_column!], distinct: Boolean): Int! + max: e_sanction_sources_max_fields + min: e_sanction_sources_min_fields + stddev: e_sanction_sources_stddev_fields + stddev_pop: e_sanction_sources_stddev_pop_fields + stddev_samp: e_sanction_sources_stddev_samp_fields + sum: e_sanction_sources_sum_fields + var_pop: e_sanction_sources_var_pop_fields + var_samp: e_sanction_sources_var_samp_fields + variance: e_sanction_sources_variance_fields +} + +"""aggregate avg on columns""" +type e_sanction_sources_avg_fields { + default_threshold: Float + default_window_days: Float +} + +""" +Boolean expression to filter rows from the table "e_sanction_sources". All fields are combined with a logical 'AND'. +""" +input e_sanction_sources_bool_exp { + _and: [e_sanction_sources_bool_exp!] + _not: e_sanction_sources_bool_exp + _or: [e_sanction_sources_bool_exp!] + default_durations: String_comparison_exp + default_enabled: Boolean_comparison_exp + default_scope: String_comparison_exp + default_threshold: Int_comparison_exp + default_window_days: Int_comparison_exp + description: String_comparison_exp + e_sanction_scope: e_sanction_scopes_bool_exp + value: String_comparison_exp + writes_platform_ban: Boolean_comparison_exp +} + +""" +unique or primary key constraints on table "e_sanction_sources" +""" +enum e_sanction_sources_constraint { + """ + unique or primary key constraint on columns "value" + """ + e_sanction_sources_pkey +} + +""" +input type for incrementing numeric columns in table "e_sanction_sources" +""" +input e_sanction_sources_inc_input { + default_threshold: Int + default_window_days: Int +} + +""" +input type for inserting data into table "e_sanction_sources" +""" +input e_sanction_sources_insert_input { + """Comma separated ban durations in minutes, indexed by occurrence count""" + default_durations: String + default_enabled: Boolean + default_scope: String + default_threshold: Int + default_window_days: Int + description: String + e_sanction_scope: e_sanction_scopes_obj_rel_insert_input + value: String + + """Source issues a player_sanctions ban row instead of a scoped cooldown""" + writes_platform_ban: Boolean +} + +"""aggregate max on columns""" +type e_sanction_sources_max_fields { + """Comma separated ban durations in minutes, indexed by occurrence count""" + default_durations: String + default_scope: String + default_threshold: Int + default_window_days: Int + description: String + value: String +} + +"""aggregate min on columns""" +type e_sanction_sources_min_fields { + """Comma separated ban durations in minutes, indexed by occurrence count""" + default_durations: String + default_scope: String + default_threshold: Int + default_window_days: Int + description: String + value: String +} + +""" +response of any mutation on the table "e_sanction_sources" +""" +type e_sanction_sources_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [e_sanction_sources!]! +} + +""" +on_conflict condition type for table "e_sanction_sources" +""" +input e_sanction_sources_on_conflict { + constraint: e_sanction_sources_constraint! + update_columns: [e_sanction_sources_update_column!]! = [] + where: e_sanction_sources_bool_exp +} + +"""Ordering options when selecting data from "e_sanction_sources".""" +input e_sanction_sources_order_by { + default_durations: order_by + default_enabled: order_by + default_scope: order_by + default_threshold: order_by + default_window_days: order_by + description: order_by + e_sanction_scope: e_sanction_scopes_order_by + value: order_by + writes_platform_ban: order_by +} + +"""primary key columns input for table: e_sanction_sources""" +input e_sanction_sources_pk_columns_input { + value: String! +} + +""" +select columns of table "e_sanction_sources" +""" +enum e_sanction_sources_select_column { + """column name""" + default_durations + + """column name""" + default_enabled + + """column name""" + default_scope + + """column name""" + default_threshold + + """column name""" + default_window_days + + """column name""" + description + + """column name""" + value + + """column name""" + writes_platform_ban +} + +""" +input type for updating data in table "e_sanction_sources" +""" +input e_sanction_sources_set_input { + """Comma separated ban durations in minutes, indexed by occurrence count""" + default_durations: String + default_enabled: Boolean + default_scope: String + default_threshold: Int + default_window_days: Int + description: String + value: String + + """Source issues a player_sanctions ban row instead of a scoped cooldown""" + writes_platform_ban: Boolean +} + +"""aggregate stddev on columns""" +type e_sanction_sources_stddev_fields { + default_threshold: Float + default_window_days: Float +} + +"""aggregate stddev_pop on columns""" +type e_sanction_sources_stddev_pop_fields { + default_threshold: Float + default_window_days: Float +} + +"""aggregate stddev_samp on columns""" +type e_sanction_sources_stddev_samp_fields { + default_threshold: Float + default_window_days: Float +} + +""" +Streaming cursor of the table "e_sanction_sources" +""" +input e_sanction_sources_stream_cursor_input { + """Stream column input with initial value""" + initial_value: e_sanction_sources_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input e_sanction_sources_stream_cursor_value_input { + """Comma separated ban durations in minutes, indexed by occurrence count""" + default_durations: String + default_enabled: Boolean + default_scope: String + default_threshold: Int + default_window_days: Int + description: String + value: String + + """Source issues a player_sanctions ban row instead of a scoped cooldown""" + writes_platform_ban: Boolean +} + +"""aggregate sum on columns""" +type e_sanction_sources_sum_fields { + default_threshold: Int + default_window_days: Int +} + +""" +update columns of table "e_sanction_sources" +""" +enum e_sanction_sources_update_column { + """column name""" + default_durations + + """column name""" + default_enabled + + """column name""" + default_scope + + """column name""" + default_threshold + + """column name""" + default_window_days + + """column name""" + description + + """column name""" + value + + """column name""" + writes_platform_ban +} + +input e_sanction_sources_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: e_sanction_sources_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: e_sanction_sources_set_input + + """filter the rows which have to be updated""" + where: e_sanction_sources_bool_exp! +} + +"""aggregate var_pop on columns""" +type e_sanction_sources_var_pop_fields { + default_threshold: Float + default_window_days: Float +} + +"""aggregate var_samp on columns""" +type e_sanction_sources_var_samp_fields { + default_threshold: Float + default_window_days: Float +} + +"""aggregate variance on columns""" +type e_sanction_sources_variance_fields { + default_threshold: Float + default_window_days: Float +} + """ columns and relationships of "e_sanction_types" """ @@ -44566,6 +45053,32 @@ type mutation_root { """ delete_e_ready_settings_by_pk(value: String!): e_ready_settings + """ + delete data from the table: "e_sanction_scopes" + """ + delete_e_sanction_scopes( + """filter the rows which have to be deleted""" + where: e_sanction_scopes_bool_exp! + ): e_sanction_scopes_mutation_response + + """ + delete single row from the table: "e_sanction_scopes" + """ + delete_e_sanction_scopes_by_pk(value: String!): e_sanction_scopes + + """ + delete data from the table: "e_sanction_sources" + """ + delete_e_sanction_sources( + """filter the rows which have to be deleted""" + where: e_sanction_sources_bool_exp! + ): e_sanction_sources_mutation_response + + """ + delete single row from the table: "e_sanction_sources" + """ + delete_e_sanction_sources_by_pk(value: String!): e_sanction_sources + """ delete data from the table: "e_sanction_types" """ @@ -46106,6 +46619,19 @@ type mutation_root { """ delete_tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + """ + delete data from the table: "tournament_invites" + """ + delete_tournament_invites( + """filter the rows which have to be deleted""" + where: tournament_invites_bool_exp! + ): tournament_invites_mutation_response + + """ + delete single row from the table: "tournament_invites" + """ + delete_tournament_invites_by_pk(id: uuid!): tournament_invites + """ delete data from the table: "tournament_leaderboard_entries" """ @@ -46114,6 +46640,19 @@ type mutation_root { where: tournament_leaderboard_entries_bool_exp! ): tournament_leaderboard_entries_mutation_response + """ + delete data from the table: "tournament_no_shows" + """ + delete_tournament_no_shows( + """filter the rows which have to be deleted""" + where: tournament_no_shows_bool_exp! + ): tournament_no_shows_mutation_response + + """ + delete single row from the table: "tournament_no_shows" + """ + delete_tournament_no_shows_by_pk(id: uuid!): tournament_no_shows + """ delete data from the table: "tournament_organizer_teams" """ @@ -47593,6 +48132,50 @@ type mutation_root { on_conflict: e_ready_settings_on_conflict ): e_ready_settings + """ + insert data into the table: "e_sanction_scopes" + """ + insert_e_sanction_scopes( + """the rows to be inserted""" + objects: [e_sanction_scopes_insert_input!]! + + """upsert condition""" + on_conflict: e_sanction_scopes_on_conflict + ): e_sanction_scopes_mutation_response + + """ + insert a single row into the table: "e_sanction_scopes" + """ + insert_e_sanction_scopes_one( + """the row to be inserted""" + object: e_sanction_scopes_insert_input! + + """upsert condition""" + on_conflict: e_sanction_scopes_on_conflict + ): e_sanction_scopes + + """ + insert data into the table: "e_sanction_sources" + """ + insert_e_sanction_sources( + """the rows to be inserted""" + objects: [e_sanction_sources_insert_input!]! + + """upsert condition""" + on_conflict: e_sanction_sources_on_conflict + ): e_sanction_sources_mutation_response + + """ + insert a single row into the table: "e_sanction_sources" + """ + insert_e_sanction_sources_one( + """the row to be inserted""" + object: e_sanction_sources_insert_input! + + """upsert condition""" + on_conflict: e_sanction_sources_on_conflict + ): e_sanction_sources + """ insert data into the table: "e_sanction_types" """ @@ -50209,6 +50792,28 @@ type mutation_root { on_conflict: tournament_free_agents_on_conflict ): tournament_free_agents + """ + insert data into the table: "tournament_invites" + """ + insert_tournament_invites( + """the rows to be inserted""" + objects: [tournament_invites_insert_input!]! + + """upsert condition""" + on_conflict: tournament_invites_on_conflict + ): tournament_invites_mutation_response + + """ + insert a single row into the table: "tournament_invites" + """ + insert_tournament_invites_one( + """the row to be inserted""" + object: tournament_invites_insert_input! + + """upsert condition""" + on_conflict: tournament_invites_on_conflict + ): tournament_invites + """ insert data into the table: "tournament_leaderboard_entries" """ @@ -50225,6 +50830,28 @@ type mutation_root { object: tournament_leaderboard_entries_insert_input! ): tournament_leaderboard_entries + """ + insert data into the table: "tournament_no_shows" + """ + insert_tournament_no_shows( + """the rows to be inserted""" + objects: [tournament_no_shows_insert_input!]! + + """upsert condition""" + on_conflict: tournament_no_shows_on_conflict + ): tournament_no_shows_mutation_response + + """ + insert a single row into the table: "tournament_no_shows" + """ + insert_tournament_no_shows_one( + """the row to be inserted""" + object: tournament_no_shows_insert_input! + + """upsert condition""" + on_conflict: tournament_no_shows_on_conflict + ): tournament_no_shows + """ insert data into the table: "tournament_organizer_teams" """ @@ -50917,8 +51544,8 @@ type mutation_root { """joinDraftGameAsParty""" joinDraftGameAsParty(draftGameId: uuid!, inviteCode: String): SuccessOutput - """Register alone for a tournament that drafts teams""" - joinTournamentAsFreeAgent(tournament_id: uuid!): SuccessOutput + """Register for a tournament that drafts teams, alone or with your lobby""" + joinTournamentAsFreeAgent(tournament_id: uuid!, with_party: Boolean): SuccessOutput """Join a utility practice session""" joinUtilityPractice(invite_code: String, session_id: uuid): UtilityPracticeSessionOutput @@ -52806,6 +53433,68 @@ type mutation_root { updates: [e_ready_settings_updates!]! ): [e_ready_settings_mutation_response] + """ + update data of the table: "e_sanction_scopes" + """ + update_e_sanction_scopes( + """sets the columns of the filtered rows to the given values""" + _set: e_sanction_scopes_set_input + + """filter the rows which have to be updated""" + where: e_sanction_scopes_bool_exp! + ): e_sanction_scopes_mutation_response + + """ + update single row of the table: "e_sanction_scopes" + """ + update_e_sanction_scopes_by_pk( + """sets the columns of the filtered rows to the given values""" + _set: e_sanction_scopes_set_input + pk_columns: e_sanction_scopes_pk_columns_input! + ): e_sanction_scopes + + """ + update multiples rows of table: "e_sanction_scopes" + """ + update_e_sanction_scopes_many( + """updates to execute, in order""" + updates: [e_sanction_scopes_updates!]! + ): [e_sanction_scopes_mutation_response] + + """ + update data of the table: "e_sanction_sources" + """ + update_e_sanction_sources( + """increments the numeric columns with given value of the filtered values""" + _inc: e_sanction_sources_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: e_sanction_sources_set_input + + """filter the rows which have to be updated""" + where: e_sanction_sources_bool_exp! + ): e_sanction_sources_mutation_response + + """ + update single row of the table: "e_sanction_sources" + """ + update_e_sanction_sources_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: e_sanction_sources_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: e_sanction_sources_set_input + pk_columns: e_sanction_sources_pk_columns_input! + ): e_sanction_sources + + """ + update multiples rows of table: "e_sanction_sources" + """ + update_e_sanction_sources_many( + """updates to execute, in order""" + updates: [e_sanction_sources_updates!]! + ): [e_sanction_sources_mutation_response] + """ update data of the table: "e_sanction_types" """ @@ -57138,6 +57827,40 @@ type mutation_root { updates: [tournament_free_agents_updates!]! ): [tournament_free_agents_mutation_response] + """ + update data of the table: "tournament_invites" + """ + update_tournament_invites( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invites_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invites_set_input + + """filter the rows which have to be updated""" + where: tournament_invites_bool_exp! + ): tournament_invites_mutation_response + + """ + update single row of the table: "tournament_invites" + """ + update_tournament_invites_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invites_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invites_set_input + pk_columns: tournament_invites_pk_columns_input! + ): tournament_invites + + """ + update multiples rows of table: "tournament_invites" + """ + update_tournament_invites_many( + """updates to execute, in order""" + updates: [tournament_invites_updates!]! + ): [tournament_invites_mutation_response] + """ update data of the table: "tournament_leaderboard_entries" """ @@ -57160,6 +57883,40 @@ type mutation_root { updates: [tournament_leaderboard_entries_updates!]! ): [tournament_leaderboard_entries_mutation_response] + """ + update data of the table: "tournament_no_shows" + """ + update_tournament_no_shows( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_no_shows_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_no_shows_set_input + + """filter the rows which have to be updated""" + where: tournament_no_shows_bool_exp! + ): tournament_no_shows_mutation_response + + """ + update single row of the table: "tournament_no_shows" + """ + update_tournament_no_shows_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_no_shows_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_no_shows_set_input + pk_columns: tournament_no_shows_pk_columns_input! + ): tournament_no_shows + + """ + update multiples rows of table: "tournament_no_shows" + """ + update_tournament_no_shows_many( + """updates to execute, in order""" + updates: [tournament_no_shows_updates!]! + ): [tournament_no_shows_mutation_response] + """ update data of the table: "tournament_organizer_teams" """ @@ -78527,6 +79284,11 @@ type players { """ total_matches: Int + """ + A computed field, executes function "get_player_tournament_cooldown" + """ + tournament_cooldown: timestamptz + """An array relationship""" tournament_organizers( """distinct select on columns""" @@ -78936,6 +79698,7 @@ input players_bool_exp { team_members_aggregate: team_roster_aggregate_bool_exp teams: teams_bool_exp total_matches: Int_comparison_exp + tournament_cooldown: timestamptz_comparison_exp tournament_organizers: tournament_organizers_bool_exp tournament_organizers_aggregate: tournament_organizers_aggregate_bool_exp tournament_rosters: tournament_team_roster_bool_exp @@ -79130,6 +79893,11 @@ type players_max_fields { A computed field, executes function "get_total_player_matches" """ total_matches: Int + + """ + A computed field, executes function "get_player_tournament_cooldown" + """ + tournament_cooldown: timestamptz vac_ban_count: Int """ @@ -79219,6 +79987,11 @@ type players_min_fields { A computed field, executes function "get_total_player_matches" """ total_matches: Int + + """ + A computed field, executes function "get_player_tournament_cooldown" + """ + tournament_cooldown: timestamptz vac_ban_count: Int """ @@ -79358,6 +80131,7 @@ input players_order_by { team_members_aggregate: team_roster_aggregate_order_by teams_aggregate: teams_aggregate_order_by total_matches: order_by + tournament_cooldown: order_by tournament_organizers_aggregate: tournament_organizers_aggregate_order_by tournament_rosters_aggregate: tournament_team_roster_aggregate_order_by tournaments_aggregate: tournaments_aggregate_order_by @@ -82717,6 +83491,96 @@ type query_root { """ e_ready_settings_by_pk(value: String!): e_ready_settings + """ + fetch data from the table: "e_sanction_scopes" + """ + e_sanction_scopes( + """distinct select on columns""" + distinct_on: [e_sanction_scopes_select_column!] + + """limit the number of rows returned""" + 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_sanction_scopes_order_by!] + + """filter the rows returned""" + where: e_sanction_scopes_bool_exp + ): [e_sanction_scopes!]! + + """ + fetch aggregated fields from the table: "e_sanction_scopes" + """ + e_sanction_scopes_aggregate( + """distinct select on columns""" + distinct_on: [e_sanction_scopes_select_column!] + + """limit the number of rows returned""" + 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_sanction_scopes_order_by!] + + """filter the rows returned""" + where: e_sanction_scopes_bool_exp + ): e_sanction_scopes_aggregate! + + """ + fetch data from the table: "e_sanction_scopes" using primary key columns + """ + e_sanction_scopes_by_pk(value: String!): e_sanction_scopes + + """ + fetch data from the table: "e_sanction_sources" + """ + e_sanction_sources( + """distinct select on columns""" + distinct_on: [e_sanction_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_sanction_sources_order_by!] + + """filter the rows returned""" + where: e_sanction_sources_bool_exp + ): [e_sanction_sources!]! + + """ + fetch aggregated fields from the table: "e_sanction_sources" + """ + e_sanction_sources_aggregate( + """distinct select on columns""" + distinct_on: [e_sanction_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_sanction_sources_order_by!] + + """filter the rows returned""" + where: e_sanction_sources_bool_exp + ): e_sanction_sources_aggregate! + + """ + fetch data from the table: "e_sanction_sources" using primary key columns + """ + e_sanction_sources_by_pk(value: String!): e_sanction_sources + """ fetch data from the table: "e_sanction_types" """ @@ -88443,6 +89307,51 @@ type query_root { """ tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + """ + fetch data from the table: "tournament_invites" + """ + tournament_invites( + """distinct select on columns""" + distinct_on: [tournament_invites_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_invites_order_by!] + + """filter the rows returned""" + where: tournament_invites_bool_exp + ): [tournament_invites!]! + + """ + fetch aggregated fields from the table: "tournament_invites" + """ + tournament_invites_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invites_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_invites_order_by!] + + """filter the rows returned""" + where: tournament_invites_bool_exp + ): tournament_invites_aggregate! + + """ + fetch data from the table: "tournament_invites" using primary key columns + """ + tournament_invites_by_pk(id: uuid!): tournament_invites + """ fetch data from the table: "tournament_leaderboard_entries" """ @@ -88483,6 +89392,51 @@ type query_root { where: tournament_leaderboard_entries_bool_exp ): tournament_leaderboard_entries_aggregate! + """ + fetch data from the table: "tournament_no_shows" + """ + tournament_no_shows( + """distinct select on columns""" + distinct_on: [tournament_no_shows_select_column!] + + """limit the number of rows returned""" + 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_no_shows_order_by!] + + """filter the rows returned""" + where: tournament_no_shows_bool_exp + ): [tournament_no_shows!]! + + """ + fetch aggregated fields from the table: "tournament_no_shows" + """ + tournament_no_shows_aggregate( + """distinct select on columns""" + distinct_on: [tournament_no_shows_select_column!] + + """limit the number of rows returned""" + 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_no_shows_order_by!] + + """filter the rows returned""" + where: tournament_no_shows_bool_exp + ): tournament_no_shows_aggregate! + + """ + fetch data from the table: "tournament_no_shows" using primary key columns + """ + tournament_no_shows_by_pk(id: uuid!): tournament_no_shows + """ fetch data from the table: "tournament_organizer_teams" """ @@ -96518,6 +97472,124 @@ type subscription_root { where: e_ready_settings_bool_exp ): [e_ready_settings!]! + """ + fetch data from the table: "e_sanction_scopes" + """ + e_sanction_scopes( + """distinct select on columns""" + distinct_on: [e_sanction_scopes_select_column!] + + """limit the number of rows returned""" + 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_sanction_scopes_order_by!] + + """filter the rows returned""" + where: e_sanction_scopes_bool_exp + ): [e_sanction_scopes!]! + + """ + fetch aggregated fields from the table: "e_sanction_scopes" + """ + e_sanction_scopes_aggregate( + """distinct select on columns""" + distinct_on: [e_sanction_scopes_select_column!] + + """limit the number of rows returned""" + 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_sanction_scopes_order_by!] + + """filter the rows returned""" + where: e_sanction_scopes_bool_exp + ): e_sanction_scopes_aggregate! + + """ + fetch data from the table: "e_sanction_scopes" using primary key columns + """ + e_sanction_scopes_by_pk(value: String!): e_sanction_scopes + + """ + fetch data from the table in a streaming manner: "e_sanction_scopes" + """ + e_sanction_scopes_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_scopes_stream_cursor_input]! + + """filter the rows returned""" + where: e_sanction_scopes_bool_exp + ): [e_sanction_scopes!]! + + """ + fetch data from the table: "e_sanction_sources" + """ + e_sanction_sources( + """distinct select on columns""" + distinct_on: [e_sanction_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_sanction_sources_order_by!] + + """filter the rows returned""" + where: e_sanction_sources_bool_exp + ): [e_sanction_sources!]! + + """ + fetch aggregated fields from the table: "e_sanction_sources" + """ + e_sanction_sources_aggregate( + """distinct select on columns""" + distinct_on: [e_sanction_sources_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [e_sanction_sources_order_by!] + + """filter the rows returned""" + where: e_sanction_sources_bool_exp + ): e_sanction_sources_aggregate! + + """ + fetch data from the table: "e_sanction_sources" using primary key columns + """ + e_sanction_sources_by_pk(value: String!): e_sanction_sources + + """ + fetch data from the table in a streaming manner: "e_sanction_sources" + """ + e_sanction_sources_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [e_sanction_sources_stream_cursor_input]! + + """filter the rows returned""" + where: e_sanction_sources_bool_exp + ): [e_sanction_sources!]! + """ fetch data from the table: "e_sanction_types" """ @@ -103916,6 +104988,65 @@ type subscription_root { where: tournament_free_agents_bool_exp ): [tournament_free_agents!]! + """ + fetch data from the table: "tournament_invites" + """ + tournament_invites( + """distinct select on columns""" + distinct_on: [tournament_invites_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_invites_order_by!] + + """filter the rows returned""" + where: tournament_invites_bool_exp + ): [tournament_invites!]! + + """ + fetch aggregated fields from the table: "tournament_invites" + """ + tournament_invites_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invites_select_column!] + + """limit the number of rows returned""" + limit: Int + + """skip the first n rows. Use only with order_by""" + offset: Int + + """sort the rows by one or more columns""" + order_by: [tournament_invites_order_by!] + + """filter the rows returned""" + where: tournament_invites_bool_exp + ): tournament_invites_aggregate! + + """ + fetch data from the table: "tournament_invites" using primary key columns + """ + tournament_invites_by_pk(id: uuid!): tournament_invites + + """ + fetch data from the table in a streaming manner: "tournament_invites" + """ + tournament_invites_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_invites_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_invites_bool_exp + ): [tournament_invites!]! + """ fetch data from the table: "tournament_leaderboard_entries" """ @@ -103970,6 +105101,65 @@ type subscription_root { where: tournament_leaderboard_entries_bool_exp ): [tournament_leaderboard_entries!]! + """ + fetch data from the table: "tournament_no_shows" + """ + tournament_no_shows( + """distinct select on columns""" + distinct_on: [tournament_no_shows_select_column!] + + """limit the number of rows returned""" + 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_no_shows_order_by!] + + """filter the rows returned""" + where: tournament_no_shows_bool_exp + ): [tournament_no_shows!]! + + """ + fetch aggregated fields from the table: "tournament_no_shows" + """ + tournament_no_shows_aggregate( + """distinct select on columns""" + distinct_on: [tournament_no_shows_select_column!] + + """limit the number of rows returned""" + 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_no_shows_order_by!] + + """filter the rows returned""" + where: tournament_no_shows_bool_exp + ): tournament_no_shows_aggregate! + + """ + fetch data from the table: "tournament_no_shows" using primary key columns + """ + tournament_no_shows_by_pk(id: uuid!): tournament_no_shows + + """ + fetch data from the table in a streaming manner: "tournament_no_shows" + """ + tournament_no_shows_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_no_shows_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_no_shows_bool_exp + ): [tournament_no_shows!]! + """ fetch data from the table: "tournament_organizer_teams" """ @@ -113197,6 +114387,7 @@ type tournament_free_agents { """An object relationship""" e_tournament_free_agent_status: e_tournament_free_agent_statuses! id: uuid! + party_id: uuid """An object relationship""" player: players! @@ -113298,6 +114489,7 @@ input tournament_free_agents_bool_exp { created_at: timestamptz_comparison_exp e_tournament_free_agent_status: e_tournament_free_agent_statuses_bool_exp id: uuid_comparison_exp + party_id: uuid_comparison_exp player: players_bool_exp player_steam_id: bigint_comparison_exp status: e_tournament_free_agent_statuses_enum_comparison_exp @@ -113339,6 +114531,7 @@ input tournament_free_agents_insert_input { created_at: timestamptz e_tournament_free_agent_status: e_tournament_free_agent_statuses_obj_rel_insert_input id: uuid + party_id: uuid player: players_obj_rel_insert_input player_steam_id: bigint status: e_tournament_free_agent_statuses_enum @@ -113355,6 +114548,7 @@ type tournament_free_agents_max_fields { """Registration priority: decides who makes the cut""" created_at: timestamptz id: uuid + party_id: uuid player_steam_id: bigint tournament_id: uuid tournament_team_id: uuid @@ -113369,6 +114563,7 @@ input tournament_free_agents_max_order_by { """Registration priority: decides who makes the cut""" created_at: order_by id: order_by + party_id: order_by player_steam_id: order_by tournament_id: order_by tournament_team_id: order_by @@ -113381,6 +114576,7 @@ type tournament_free_agents_min_fields { """Registration priority: decides who makes the cut""" created_at: timestamptz id: uuid + party_id: uuid player_steam_id: bigint tournament_id: uuid tournament_team_id: uuid @@ -113395,6 +114591,7 @@ input tournament_free_agents_min_order_by { """Registration priority: decides who makes the cut""" created_at: order_by id: order_by + party_id: order_by player_steam_id: order_by tournament_id: order_by tournament_team_id: order_by @@ -113426,6 +114623,7 @@ input tournament_free_agents_order_by { created_at: order_by e_tournament_free_agent_status: e_tournament_free_agent_statuses_order_by id: order_by + party_id: order_by player: players_order_by player_steam_id: order_by status: order_by @@ -113453,6 +114651,9 @@ enum tournament_free_agents_select_column { """column name""" id + """column name""" + party_id + """column name""" player_steam_id @@ -113475,6 +114676,7 @@ input tournament_free_agents_set_input { """Registration priority: decides who makes the cut""" created_at: timestamptz id: uuid + party_id: uuid player_steam_id: bigint status: e_tournament_free_agent_statuses_enum tournament_id: uuid @@ -113535,6 +114737,7 @@ input tournament_free_agents_stream_cursor_value_input { """Registration priority: decides who makes the cut""" created_at: timestamptz id: uuid + party_id: uuid player_steam_id: bigint status: e_tournament_free_agent_statuses_enum tournament_id: uuid @@ -113566,6 +114769,9 @@ enum tournament_free_agents_update_column { """column name""" id + """column name""" + party_id + """column name""" player_steam_id @@ -113626,6 +114832,290 @@ input tournament_free_agents_variance_order_by { player_steam_id: order_by } +""" +columns and relationships of "tournament_invites" +""" +type tournament_invites { + created_at: timestamptz! + id: uuid! + + """An object relationship""" + invited_by: players! + invited_by_player_steam_id: bigint! + + """An object relationship""" + player: players! + steam_id: bigint! + + """An object relationship""" + tournament: tournaments! + tournament_id: uuid! +} + +""" +aggregated selection of "tournament_invites" +""" +type tournament_invites_aggregate { + aggregate: tournament_invites_aggregate_fields + nodes: [tournament_invites!]! +} + +""" +aggregate fields of "tournament_invites" +""" +type tournament_invites_aggregate_fields { + avg: tournament_invites_avg_fields + count(columns: [tournament_invites_select_column!], distinct: Boolean): Int! + max: tournament_invites_max_fields + min: tournament_invites_min_fields + stddev: tournament_invites_stddev_fields + stddev_pop: tournament_invites_stddev_pop_fields + stddev_samp: tournament_invites_stddev_samp_fields + sum: tournament_invites_sum_fields + var_pop: tournament_invites_var_pop_fields + var_samp: tournament_invites_var_samp_fields + variance: tournament_invites_variance_fields +} + +"""aggregate avg on columns""" +type tournament_invites_avg_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + +""" +Boolean expression to filter rows from the table "tournament_invites". All fields are combined with a logical 'AND'. +""" +input tournament_invites_bool_exp { + _and: [tournament_invites_bool_exp!] + _not: tournament_invites_bool_exp + _or: [tournament_invites_bool_exp!] + created_at: timestamptz_comparison_exp + id: uuid_comparison_exp + invited_by: players_bool_exp + invited_by_player_steam_id: bigint_comparison_exp + player: players_bool_exp + steam_id: bigint_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_invites" +""" +enum tournament_invites_constraint { + """ + unique or primary key constraint on columns "id" + """ + tournament_invites_pkey + + """ + unique or primary key constraint on columns "steam_id", "tournament_id" + """ + tournament_invites_tournament_id_steam_id_key +} + +""" +input type for incrementing numeric columns in table "tournament_invites" +""" +input tournament_invites_inc_input { + invited_by_player_steam_id: bigint + steam_id: bigint +} + +""" +input type for inserting data into table "tournament_invites" +""" +input tournament_invites_insert_input { + created_at: timestamptz + id: uuid + invited_by: players_obj_rel_insert_input + invited_by_player_steam_id: bigint + player: players_obj_rel_insert_input + steam_id: bigint + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid +} + +"""aggregate max on columns""" +type tournament_invites_max_fields { + created_at: timestamptz + id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_id: uuid +} + +"""aggregate min on columns""" +type tournament_invites_min_fields { + created_at: timestamptz + id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_id: uuid +} + +""" +response of any mutation on the table "tournament_invites" +""" +type tournament_invites_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_invites!]! +} + +""" +on_conflict condition type for table "tournament_invites" +""" +input tournament_invites_on_conflict { + constraint: tournament_invites_constraint! + update_columns: [tournament_invites_update_column!]! = [] + where: tournament_invites_bool_exp +} + +"""Ordering options when selecting data from "tournament_invites".""" +input tournament_invites_order_by { + created_at: order_by + id: order_by + invited_by: players_order_by + invited_by_player_steam_id: order_by + player: players_order_by + steam_id: order_by + tournament: tournaments_order_by + tournament_id: order_by +} + +"""primary key columns input for table: tournament_invites""" +input tournament_invites_pk_columns_input { + id: uuid! +} + +""" +select columns of table "tournament_invites" +""" +enum tournament_invites_select_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + invited_by_player_steam_id + + """column name""" + steam_id + + """column name""" + tournament_id +} + +""" +input type for updating data in table "tournament_invites" +""" +input tournament_invites_set_input { + created_at: timestamptz + id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_id: uuid +} + +"""aggregate stddev on columns""" +type tournament_invites_stddev_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + +"""aggregate stddev_pop on columns""" +type tournament_invites_stddev_pop_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + +"""aggregate stddev_samp on columns""" +type tournament_invites_stddev_samp_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + +""" +Streaming cursor of the table "tournament_invites" +""" +input tournament_invites_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_invites_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_invites_stream_cursor_value_input { + created_at: timestamptz + id: uuid + invited_by_player_steam_id: bigint + steam_id: bigint + tournament_id: uuid +} + +"""aggregate sum on columns""" +type tournament_invites_sum_fields { + invited_by_player_steam_id: bigint + steam_id: bigint +} + +""" +update columns of table "tournament_invites" +""" +enum tournament_invites_update_column { + """column name""" + created_at + + """column name""" + id + + """column name""" + invited_by_player_steam_id + + """column name""" + steam_id + + """column name""" + tournament_id +} + +input tournament_invites_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invites_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invites_set_input + + """filter the rows which have to be updated""" + where: tournament_invites_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_invites_var_pop_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + +"""aggregate var_samp on columns""" +type tournament_invites_var_samp_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + +"""aggregate variance on columns""" +type tournament_invites_variance_fields { + invited_by_player_steam_id: Float + steam_id: Float +} + """ columns and relationships of "tournament_leaderboard_entries" """ @@ -114026,6 +115516,281 @@ type tournament_leaderboard_entries_variance_fields { rounds_played: Float } +""" +columns and relationships of "tournament_no_shows" +""" +type tournament_no_shows { + id: uuid! + occurred_at: timestamptz! + + """An object relationship""" + player: players! + player_steam_id: bigint! + + """An object relationship""" + tournament: tournaments! + tournament_id: uuid! + + """An object relationship""" + tournament_team: tournament_teams + tournament_team_id: uuid +} + +""" +aggregated selection of "tournament_no_shows" +""" +type tournament_no_shows_aggregate { + aggregate: tournament_no_shows_aggregate_fields + nodes: [tournament_no_shows!]! +} + +""" +aggregate fields of "tournament_no_shows" +""" +type tournament_no_shows_aggregate_fields { + avg: tournament_no_shows_avg_fields + count(columns: [tournament_no_shows_select_column!], distinct: Boolean): Int! + max: tournament_no_shows_max_fields + min: tournament_no_shows_min_fields + stddev: tournament_no_shows_stddev_fields + stddev_pop: tournament_no_shows_stddev_pop_fields + stddev_samp: tournament_no_shows_stddev_samp_fields + sum: tournament_no_shows_sum_fields + var_pop: tournament_no_shows_var_pop_fields + var_samp: tournament_no_shows_var_samp_fields + variance: tournament_no_shows_variance_fields +} + +"""aggregate avg on columns""" +type tournament_no_shows_avg_fields { + player_steam_id: Float +} + +""" +Boolean expression to filter rows from the table "tournament_no_shows". All fields are combined with a logical 'AND'. +""" +input tournament_no_shows_bool_exp { + _and: [tournament_no_shows_bool_exp!] + _not: tournament_no_shows_bool_exp + _or: [tournament_no_shows_bool_exp!] + id: uuid_comparison_exp + occurred_at: timestamptz_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp + tournament_team: tournament_teams_bool_exp + tournament_team_id: uuid_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_no_shows" +""" +enum tournament_no_shows_constraint { + """ + unique or primary key constraint on columns "id" + """ + tournament_no_shows_pkey + + """ + unique or primary key constraint on columns "player_steam_id", "tournament_id" + """ + tournament_no_shows_tournament_player_key +} + +""" +input type for incrementing numeric columns in table "tournament_no_shows" +""" +input tournament_no_shows_inc_input { + player_steam_id: bigint +} + +""" +input type for inserting data into table "tournament_no_shows" +""" +input tournament_no_shows_insert_input { + id: uuid + occurred_at: timestamptz + player: players_obj_rel_insert_input + player_steam_id: bigint + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid + tournament_team: tournament_teams_obj_rel_insert_input + tournament_team_id: uuid +} + +"""aggregate max on columns""" +type tournament_no_shows_max_fields { + id: uuid + occurred_at: timestamptz + player_steam_id: bigint + tournament_id: uuid + tournament_team_id: uuid +} + +"""aggregate min on columns""" +type tournament_no_shows_min_fields { + id: uuid + occurred_at: timestamptz + player_steam_id: bigint + tournament_id: uuid + tournament_team_id: uuid +} + +""" +response of any mutation on the table "tournament_no_shows" +""" +type tournament_no_shows_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_no_shows!]! +} + +""" +on_conflict condition type for table "tournament_no_shows" +""" +input tournament_no_shows_on_conflict { + constraint: tournament_no_shows_constraint! + update_columns: [tournament_no_shows_update_column!]! = [] + where: tournament_no_shows_bool_exp +} + +"""Ordering options when selecting data from "tournament_no_shows".""" +input tournament_no_shows_order_by { + id: order_by + occurred_at: order_by + player: players_order_by + player_steam_id: order_by + tournament: tournaments_order_by + tournament_id: order_by + tournament_team: tournament_teams_order_by + tournament_team_id: order_by +} + +"""primary key columns input for table: tournament_no_shows""" +input tournament_no_shows_pk_columns_input { + id: uuid! +} + +""" +select columns of table "tournament_no_shows" +""" +enum tournament_no_shows_select_column { + """column name""" + id + + """column name""" + occurred_at + + """column name""" + player_steam_id + + """column name""" + tournament_id + + """column name""" + tournament_team_id +} + +""" +input type for updating data in table "tournament_no_shows" +""" +input tournament_no_shows_set_input { + id: uuid + occurred_at: timestamptz + player_steam_id: bigint + tournament_id: uuid + tournament_team_id: uuid +} + +"""aggregate stddev on columns""" +type tournament_no_shows_stddev_fields { + player_steam_id: Float +} + +"""aggregate stddev_pop on columns""" +type tournament_no_shows_stddev_pop_fields { + player_steam_id: Float +} + +"""aggregate stddev_samp on columns""" +type tournament_no_shows_stddev_samp_fields { + player_steam_id: Float +} + +""" +Streaming cursor of the table "tournament_no_shows" +""" +input tournament_no_shows_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_no_shows_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_no_shows_stream_cursor_value_input { + id: uuid + occurred_at: timestamptz + player_steam_id: bigint + tournament_id: uuid + tournament_team_id: uuid +} + +"""aggregate sum on columns""" +type tournament_no_shows_sum_fields { + player_steam_id: bigint +} + +""" +update columns of table "tournament_no_shows" +""" +enum tournament_no_shows_update_column { + """column name""" + id + + """column name""" + occurred_at + + """column name""" + player_steam_id + + """column name""" + tournament_id + + """column name""" + tournament_team_id +} + +input tournament_no_shows_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_no_shows_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_no_shows_set_input + + """filter the rows which have to be updated""" + where: tournament_no_shows_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_no_shows_var_pop_fields { + player_steam_id: Float +} + +"""aggregate var_samp on columns""" +type tournament_no_shows_var_samp_fields { + player_steam_id: Float +} + +"""aggregate variance on columns""" +type tournament_no_shows_variance_fields { + player_steam_id: Float +} + """ columns and relationships of "tournament_organizer_teams" """ diff --git a/generated/schema.ts b/generated/schema.ts index 1cb0bfebd..e3241a5a3 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -5769,6 +5769,224 @@ export type e_ready_settings_select_column = 'description' | 'value' export type e_ready_settings_update_column = 'description' | 'value' +/** columns and relationships of "e_sanction_scopes" */ +export interface e_sanction_scopes { + description: Scalars['String'] + value: Scalars['String'] + __typename: 'e_sanction_scopes' +} + + +/** aggregated selection of "e_sanction_scopes" */ +export interface e_sanction_scopes_aggregate { + aggregate: (e_sanction_scopes_aggregate_fields | null) + nodes: e_sanction_scopes[] + __typename: 'e_sanction_scopes_aggregate' +} + + +/** aggregate fields of "e_sanction_scopes" */ +export interface e_sanction_scopes_aggregate_fields { + count: Scalars['Int'] + max: (e_sanction_scopes_max_fields | null) + min: (e_sanction_scopes_min_fields | null) + __typename: 'e_sanction_scopes_aggregate_fields' +} + + +/** unique or primary key constraints on table "e_sanction_scopes" */ +export type e_sanction_scopes_constraint = 'e_sanction_scopes_pkey' + + +/** aggregate max on columns */ +export interface e_sanction_scopes_max_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_sanction_scopes_max_fields' +} + + +/** aggregate min on columns */ +export interface e_sanction_scopes_min_fields { + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_sanction_scopes_min_fields' +} + + +/** response of any mutation on the table "e_sanction_scopes" */ +export interface e_sanction_scopes_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_sanction_scopes[] + __typename: 'e_sanction_scopes_mutation_response' +} + + +/** select columns of table "e_sanction_scopes" */ +export type e_sanction_scopes_select_column = 'description' | 'value' + + +/** update columns of table "e_sanction_scopes" */ +export type e_sanction_scopes_update_column = 'description' | 'value' + + +/** columns and relationships of "e_sanction_sources" */ +export interface e_sanction_sources { + /** Comma separated ban durations in minutes, indexed by occurrence count */ + default_durations: Scalars['String'] + default_enabled: Scalars['Boolean'] + default_scope: Scalars['String'] + default_threshold: Scalars['Int'] + default_window_days: Scalars['Int'] + description: Scalars['String'] + /** An object relationship */ + e_sanction_scope: e_sanction_scopes + value: Scalars['String'] + /** Source issues a player_sanctions ban row instead of a scoped cooldown */ + writes_platform_ban: Scalars['Boolean'] + __typename: 'e_sanction_sources' +} + + +/** aggregated selection of "e_sanction_sources" */ +export interface e_sanction_sources_aggregate { + aggregate: (e_sanction_sources_aggregate_fields | null) + nodes: e_sanction_sources[] + __typename: 'e_sanction_sources_aggregate' +} + + +/** aggregate fields of "e_sanction_sources" */ +export interface e_sanction_sources_aggregate_fields { + avg: (e_sanction_sources_avg_fields | null) + count: Scalars['Int'] + max: (e_sanction_sources_max_fields | null) + min: (e_sanction_sources_min_fields | null) + stddev: (e_sanction_sources_stddev_fields | null) + stddev_pop: (e_sanction_sources_stddev_pop_fields | null) + stddev_samp: (e_sanction_sources_stddev_samp_fields | null) + sum: (e_sanction_sources_sum_fields | null) + var_pop: (e_sanction_sources_var_pop_fields | null) + var_samp: (e_sanction_sources_var_samp_fields | null) + variance: (e_sanction_sources_variance_fields | null) + __typename: 'e_sanction_sources_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface e_sanction_sources_avg_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_avg_fields' +} + + +/** unique or primary key constraints on table "e_sanction_sources" */ +export type e_sanction_sources_constraint = 'e_sanction_sources_pkey' + + +/** aggregate max on columns */ +export interface e_sanction_sources_max_fields { + /** Comma separated ban durations in minutes, indexed by occurrence count */ + default_durations: (Scalars['String'] | null) + default_scope: (Scalars['String'] | null) + default_threshold: (Scalars['Int'] | null) + default_window_days: (Scalars['Int'] | null) + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_sanction_sources_max_fields' +} + + +/** aggregate min on columns */ +export interface e_sanction_sources_min_fields { + /** Comma separated ban durations in minutes, indexed by occurrence count */ + default_durations: (Scalars['String'] | null) + default_scope: (Scalars['String'] | null) + default_threshold: (Scalars['Int'] | null) + default_window_days: (Scalars['Int'] | null) + description: (Scalars['String'] | null) + value: (Scalars['String'] | null) + __typename: 'e_sanction_sources_min_fields' +} + + +/** response of any mutation on the table "e_sanction_sources" */ +export interface e_sanction_sources_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: e_sanction_sources[] + __typename: 'e_sanction_sources_mutation_response' +} + + +/** select columns of table "e_sanction_sources" */ +export type e_sanction_sources_select_column = 'default_durations' | 'default_enabled' | 'default_scope' | 'default_threshold' | 'default_window_days' | 'description' | 'value' | 'writes_platform_ban' + + +/** aggregate stddev on columns */ +export interface e_sanction_sources_stddev_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface e_sanction_sources_stddev_pop_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface e_sanction_sources_stddev_samp_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface e_sanction_sources_sum_fields { + default_threshold: (Scalars['Int'] | null) + default_window_days: (Scalars['Int'] | null) + __typename: 'e_sanction_sources_sum_fields' +} + + +/** update columns of table "e_sanction_sources" */ +export type e_sanction_sources_update_column = 'default_durations' | 'default_enabled' | 'default_scope' | 'default_threshold' | 'default_window_days' | 'description' | 'value' | 'writes_platform_ban' + + +/** aggregate var_pop on columns */ +export interface e_sanction_sources_var_pop_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface e_sanction_sources_var_samp_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface e_sanction_sources_variance_fields { + default_threshold: (Scalars['Float'] | null) + default_window_days: (Scalars['Float'] | null) + __typename: 'e_sanction_sources_variance_fields' +} + + /** columns and relationships of "e_sanction_types" */ export interface e_sanction_types { description: Scalars['String'] @@ -15057,6 +15275,14 @@ export interface mutation_root { 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_scopes" */ + delete_e_sanction_scopes: (e_sanction_scopes_mutation_response | null) + /** delete single row from the table: "e_sanction_scopes" */ + delete_e_sanction_scopes_by_pk: (e_sanction_scopes | null) + /** delete data from the table: "e_sanction_sources" */ + delete_e_sanction_sources: (e_sanction_sources_mutation_response | null) + /** delete single row from the table: "e_sanction_sources" */ + delete_e_sanction_sources_by_pk: (e_sanction_sources | 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" */ @@ -15529,8 +15755,16 @@ export interface mutation_root { delete_tournament_free_agents: (tournament_free_agents_mutation_response | null) /** delete single row from the table: "tournament_free_agents" */ delete_tournament_free_agents_by_pk: (tournament_free_agents | null) + /** delete data from the table: "tournament_invites" */ + delete_tournament_invites: (tournament_invites_mutation_response | null) + /** delete single row from the table: "tournament_invites" */ + delete_tournament_invites_by_pk: (tournament_invites | null) /** delete data from the table: "tournament_leaderboard_entries" */ delete_tournament_leaderboard_entries: (tournament_leaderboard_entries_mutation_response | null) + /** delete data from the table: "tournament_no_shows" */ + delete_tournament_no_shows: (tournament_no_shows_mutation_response | null) + /** delete single row from the table: "tournament_no_shows" */ + delete_tournament_no_shows_by_pk: (tournament_no_shows | null) /** delete data from the table: "tournament_organizer_teams" */ delete_tournament_organizer_teams: (tournament_organizer_teams_mutation_response | null) /** delete single row from the table: "tournament_organizer_teams" */ @@ -15861,6 +16095,14 @@ export interface mutation_root { insert_e_ready_settings: (e_ready_settings_mutation_response | null) /** insert a single row into the table: "e_ready_settings" */ insert_e_ready_settings_one: (e_ready_settings | null) + /** insert data into the table: "e_sanction_scopes" */ + insert_e_sanction_scopes: (e_sanction_scopes_mutation_response | null) + /** insert a single row into the table: "e_sanction_scopes" */ + insert_e_sanction_scopes_one: (e_sanction_scopes | null) + /** insert data into the table: "e_sanction_sources" */ + insert_e_sanction_sources: (e_sanction_sources_mutation_response | null) + /** insert a single row into the table: "e_sanction_sources" */ + insert_e_sanction_sources_one: (e_sanction_sources | null) /** insert data into the table: "e_sanction_types" */ insert_e_sanction_types: (e_sanction_types_mutation_response | null) /** insert a single row into the table: "e_sanction_types" */ @@ -16341,10 +16583,18 @@ export interface mutation_root { insert_tournament_free_agents: (tournament_free_agents_mutation_response | null) /** insert a single row into the table: "tournament_free_agents" */ insert_tournament_free_agents_one: (tournament_free_agents | null) + /** insert data into the table: "tournament_invites" */ + insert_tournament_invites: (tournament_invites_mutation_response | null) + /** insert a single row into the table: "tournament_invites" */ + insert_tournament_invites_one: (tournament_invites | null) /** insert data into the table: "tournament_leaderboard_entries" */ insert_tournament_leaderboard_entries: (tournament_leaderboard_entries_mutation_response | null) /** insert a single row into the table: "tournament_leaderboard_entries" */ insert_tournament_leaderboard_entries_one: (tournament_leaderboard_entries | null) + /** insert data into the table: "tournament_no_shows" */ + insert_tournament_no_shows: (tournament_no_shows_mutation_response | null) + /** insert a single row into the table: "tournament_no_shows" */ + insert_tournament_no_shows_one: (tournament_no_shows | null) /** insert data into the table: "tournament_organizer_teams" */ insert_tournament_organizer_teams: (tournament_organizer_teams_mutation_response | null) /** insert a single row into the table: "tournament_organizer_teams" */ @@ -16481,7 +16731,7 @@ export interface mutation_root { joinDraftGame: (SuccessOutput | null) /** joinDraftGameAsParty */ joinDraftGameAsParty: (SuccessOutput | null) - /** Register alone for a tournament that drafts teams */ + /** Register for a tournament that drafts teams, alone or with your lobby */ joinTournamentAsFreeAgent: (SuccessOutput | null) /** Join a utility practice session */ joinUtilityPractice: (UtilityPracticeSessionOutput | null) @@ -16950,6 +17200,18 @@ export interface mutation_root { update_e_ready_settings_by_pk: (e_ready_settings | null) /** update multiples rows of table: "e_ready_settings" */ update_e_ready_settings_many: ((e_ready_settings_mutation_response | null)[] | null) + /** update data of the table: "e_sanction_scopes" */ + update_e_sanction_scopes: (e_sanction_scopes_mutation_response | null) + /** update single row of the table: "e_sanction_scopes" */ + update_e_sanction_scopes_by_pk: (e_sanction_scopes | null) + /** update multiples rows of table: "e_sanction_scopes" */ + update_e_sanction_scopes_many: ((e_sanction_scopes_mutation_response | null)[] | null) + /** update data of the table: "e_sanction_sources" */ + update_e_sanction_sources: (e_sanction_sources_mutation_response | null) + /** update single row of the table: "e_sanction_sources" */ + update_e_sanction_sources_by_pk: (e_sanction_sources | null) + /** update multiples rows of table: "e_sanction_sources" */ + update_e_sanction_sources_many: ((e_sanction_sources_mutation_response | null)[] | null) /** update data of the table: "e_sanction_types" */ update_e_sanction_types: (e_sanction_types_mutation_response | null) /** update single row of the table: "e_sanction_types" */ @@ -17662,10 +17924,22 @@ export interface mutation_root { update_tournament_free_agents_by_pk: (tournament_free_agents | null) /** update multiples rows of table: "tournament_free_agents" */ update_tournament_free_agents_many: ((tournament_free_agents_mutation_response | null)[] | null) + /** update data of the table: "tournament_invites" */ + update_tournament_invites: (tournament_invites_mutation_response | null) + /** update single row of the table: "tournament_invites" */ + update_tournament_invites_by_pk: (tournament_invites | null) + /** update multiples rows of table: "tournament_invites" */ + update_tournament_invites_many: ((tournament_invites_mutation_response | null)[] | null) /** update data of the table: "tournament_leaderboard_entries" */ update_tournament_leaderboard_entries: (tournament_leaderboard_entries_mutation_response | null) /** update multiples rows of table: "tournament_leaderboard_entries" */ update_tournament_leaderboard_entries_many: ((tournament_leaderboard_entries_mutation_response | null)[] | null) + /** update data of the table: "tournament_no_shows" */ + update_tournament_no_shows: (tournament_no_shows_mutation_response | null) + /** update single row of the table: "tournament_no_shows" */ + update_tournament_no_shows_by_pk: (tournament_no_shows | null) + /** update multiples rows of table: "tournament_no_shows" */ + update_tournament_no_shows_many: ((tournament_no_shows_mutation_response | null)[] | null) /** update data of the table: "tournament_organizer_teams" */ update_tournament_organizer_teams: (tournament_organizer_teams_mutation_response | null) /** update single row of the table: "tournament_organizer_teams" */ @@ -25575,6 +25849,8 @@ export interface players { teams: (teams[] | null) /** A computed field, executes function "get_total_player_matches" */ total_matches: (Scalars['Int'] | null) + /** A computed field, executes function "get_player_tournament_cooldown" */ + tournament_cooldown: (Scalars['timestamptz'] | null) /** An array relationship */ tournament_organizers: tournament_organizers[] /** An aggregate relationship */ @@ -25711,6 +25987,8 @@ export interface players_max_fields { steam_id: (Scalars['bigint'] | null) /** A computed field, executes function "get_total_player_matches" */ total_matches: (Scalars['Int'] | null) + /** A computed field, executes function "get_player_tournament_cooldown" */ + tournament_cooldown: (Scalars['timestamptz'] | null) vac_ban_count: (Scalars['Int'] | null) /** A computed field, executes function "get_total_player_wins" */ wins: (Scalars['Int'] | null) @@ -25766,6 +26044,8 @@ export interface players_min_fields { steam_id: (Scalars['bigint'] | null) /** A computed field, executes function "get_total_player_matches" */ total_matches: (Scalars['Int'] | null) + /** A computed field, executes function "get_player_tournament_cooldown" */ + tournament_cooldown: (Scalars['timestamptz'] | null) vac_ban_count: (Scalars['Int'] | null) /** A computed field, executes function "get_total_player_wins" */ wins: (Scalars['Int'] | null) @@ -26585,6 +26865,18 @@ export interface query_root { e_ready_settings_aggregate: e_ready_settings_aggregate /** fetch data from the table: "e_ready_settings" using primary key columns */ e_ready_settings_by_pk: (e_ready_settings | null) + /** fetch data from the table: "e_sanction_scopes" */ + e_sanction_scopes: e_sanction_scopes[] + /** fetch aggregated fields from the table: "e_sanction_scopes" */ + e_sanction_scopes_aggregate: e_sanction_scopes_aggregate + /** fetch data from the table: "e_sanction_scopes" using primary key columns */ + e_sanction_scopes_by_pk: (e_sanction_scopes | null) + /** fetch data from the table: "e_sanction_sources" */ + e_sanction_sources: e_sanction_sources[] + /** fetch aggregated fields from the table: "e_sanction_sources" */ + e_sanction_sources_aggregate: e_sanction_sources_aggregate + /** fetch data from the table: "e_sanction_sources" using primary key columns */ + e_sanction_sources_by_pk: (e_sanction_sources | null) /** fetch data from the table: "e_sanction_types" */ e_sanction_types: e_sanction_types[] /** fetch aggregated fields from the table: "e_sanction_types" */ @@ -27388,10 +27680,22 @@ export interface query_root { tournament_free_agents_aggregate: tournament_free_agents_aggregate /** fetch data from the table: "tournament_free_agents" using primary key columns */ tournament_free_agents_by_pk: (tournament_free_agents | null) + /** fetch data from the table: "tournament_invites" */ + tournament_invites: tournament_invites[] + /** fetch aggregated fields from the table: "tournament_invites" */ + tournament_invites_aggregate: tournament_invites_aggregate + /** fetch data from the table: "tournament_invites" using primary key columns */ + tournament_invites_by_pk: (tournament_invites | null) /** fetch data from the table: "tournament_leaderboard_entries" */ tournament_leaderboard_entries: tournament_leaderboard_entries[] /** fetch aggregated fields from the table: "tournament_leaderboard_entries" */ tournament_leaderboard_entries_aggregate: tournament_leaderboard_entries_aggregate + /** fetch data from the table: "tournament_no_shows" */ + tournament_no_shows: tournament_no_shows[] + /** fetch aggregated fields from the table: "tournament_no_shows" */ + tournament_no_shows_aggregate: tournament_no_shows_aggregate + /** fetch data from the table: "tournament_no_shows" using primary key columns */ + tournament_no_shows_by_pk: (tournament_no_shows | null) /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams: tournament_organizer_teams[] /** fetch aggregated fields from the table: "tournament_organizer_teams" */ @@ -29023,6 +29327,22 @@ export interface subscription_root { e_ready_settings_by_pk: (e_ready_settings | null) /** fetch data from the table in a streaming manner: "e_ready_settings" */ e_ready_settings_stream: e_ready_settings[] + /** fetch data from the table: "e_sanction_scopes" */ + e_sanction_scopes: e_sanction_scopes[] + /** fetch aggregated fields from the table: "e_sanction_scopes" */ + e_sanction_scopes_aggregate: e_sanction_scopes_aggregate + /** fetch data from the table: "e_sanction_scopes" using primary key columns */ + e_sanction_scopes_by_pk: (e_sanction_scopes | null) + /** fetch data from the table in a streaming manner: "e_sanction_scopes" */ + e_sanction_scopes_stream: e_sanction_scopes[] + /** fetch data from the table: "e_sanction_sources" */ + e_sanction_sources: e_sanction_sources[] + /** fetch aggregated fields from the table: "e_sanction_sources" */ + e_sanction_sources_aggregate: e_sanction_sources_aggregate + /** fetch data from the table: "e_sanction_sources" using primary key columns */ + e_sanction_sources_by_pk: (e_sanction_sources | null) + /** fetch data from the table in a streaming manner: "e_sanction_sources" */ + e_sanction_sources_stream: e_sanction_sources[] /** fetch data from the table: "e_sanction_types" */ e_sanction_types: e_sanction_types[] /** fetch aggregated fields from the table: "e_sanction_types" */ @@ -30025,12 +30345,28 @@ export interface subscription_root { tournament_free_agents_by_pk: (tournament_free_agents | null) /** fetch data from the table in a streaming manner: "tournament_free_agents" */ tournament_free_agents_stream: tournament_free_agents[] + /** fetch data from the table: "tournament_invites" */ + tournament_invites: tournament_invites[] + /** fetch aggregated fields from the table: "tournament_invites" */ + tournament_invites_aggregate: tournament_invites_aggregate + /** fetch data from the table: "tournament_invites" using primary key columns */ + tournament_invites_by_pk: (tournament_invites | null) + /** fetch data from the table in a streaming manner: "tournament_invites" */ + tournament_invites_stream: tournament_invites[] /** fetch data from the table: "tournament_leaderboard_entries" */ tournament_leaderboard_entries: tournament_leaderboard_entries[] /** fetch aggregated fields from the table: "tournament_leaderboard_entries" */ tournament_leaderboard_entries_aggregate: tournament_leaderboard_entries_aggregate /** fetch data from the table in a streaming manner: "tournament_leaderboard_entries" */ tournament_leaderboard_entries_stream: tournament_leaderboard_entries[] + /** fetch data from the table: "tournament_no_shows" */ + tournament_no_shows: tournament_no_shows[] + /** fetch aggregated fields from the table: "tournament_no_shows" */ + tournament_no_shows_aggregate: tournament_no_shows_aggregate + /** fetch data from the table: "tournament_no_shows" using primary key columns */ + tournament_no_shows_by_pk: (tournament_no_shows | null) + /** fetch data from the table in a streaming manner: "tournament_no_shows" */ + tournament_no_shows_stream: tournament_no_shows[] /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams: tournament_organizer_teams[] /** fetch aggregated fields from the table: "tournament_organizer_teams" */ @@ -32442,6 +32778,7 @@ export interface tournament_free_agents { /** An object relationship */ e_tournament_free_agent_status: e_tournament_free_agent_statuses id: Scalars['uuid'] + party_id: (Scalars['uuid'] | null) /** An object relationship */ player: players player_steam_id: Scalars['bigint'] @@ -32498,6 +32835,7 @@ export interface tournament_free_agents_max_fields { /** Registration priority: decides who makes the cut */ created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) + party_id: (Scalars['uuid'] | null) player_steam_id: (Scalars['bigint'] | null) tournament_id: (Scalars['uuid'] | null) tournament_team_id: (Scalars['uuid'] | null) @@ -32511,6 +32849,7 @@ export interface tournament_free_agents_min_fields { /** Registration priority: decides who makes the cut */ created_at: (Scalars['timestamptz'] | null) id: (Scalars['uuid'] | null) + party_id: (Scalars['uuid'] | null) player_steam_id: (Scalars['bigint'] | null) tournament_id: (Scalars['uuid'] | null) tournament_team_id: (Scalars['uuid'] | null) @@ -32529,7 +32868,7 @@ export interface tournament_free_agents_mutation_response { /** select columns of table "tournament_free_agents" */ -export type tournament_free_agents_select_column = 'checked_in_at' | 'created_at' | 'id' | 'player_steam_id' | 'status' | 'tournament_id' | 'tournament_team_id' +export type tournament_free_agents_select_column = 'checked_in_at' | 'created_at' | 'id' | 'party_id' | 'player_steam_id' | 'status' | 'tournament_id' | 'tournament_team_id' /** aggregate stddev on columns */ @@ -32561,7 +32900,7 @@ export interface tournament_free_agents_sum_fields { /** update columns of table "tournament_free_agents" */ -export type tournament_free_agents_update_column = 'checked_in_at' | 'created_at' | 'id' | 'player_steam_id' | 'status' | 'tournament_id' | 'tournament_team_id' +export type tournament_free_agents_update_column = 'checked_in_at' | 'created_at' | 'id' | 'party_id' | 'player_steam_id' | 'status' | 'tournament_id' | 'tournament_team_id' /** aggregate var_pop on columns */ @@ -32585,6 +32924,156 @@ export interface tournament_free_agents_variance_fields { } +/** columns and relationships of "tournament_invites" */ +export interface tournament_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 */ + tournament: tournaments + tournament_id: Scalars['uuid'] + __typename: 'tournament_invites' +} + + +/** aggregated selection of "tournament_invites" */ +export interface tournament_invites_aggregate { + aggregate: (tournament_invites_aggregate_fields | null) + nodes: tournament_invites[] + __typename: 'tournament_invites_aggregate' +} + + +/** aggregate fields of "tournament_invites" */ +export interface tournament_invites_aggregate_fields { + avg: (tournament_invites_avg_fields | null) + count: Scalars['Int'] + max: (tournament_invites_max_fields | null) + min: (tournament_invites_min_fields | null) + stddev: (tournament_invites_stddev_fields | null) + stddev_pop: (tournament_invites_stddev_pop_fields | null) + stddev_samp: (tournament_invites_stddev_samp_fields | null) + sum: (tournament_invites_sum_fields | null) + var_pop: (tournament_invites_var_pop_fields | null) + var_samp: (tournament_invites_var_samp_fields | null) + variance: (tournament_invites_variance_fields | null) + __typename: 'tournament_invites_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_invites_avg_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_invites" */ +export type tournament_invites_constraint = 'tournament_invites_pkey' | 'tournament_invites_tournament_id_steam_id_key' + + +/** aggregate max on columns */ +export interface tournament_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_id: (Scalars['uuid'] | null) + __typename: 'tournament_invites_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_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_id: (Scalars['uuid'] | null) + __typename: 'tournament_invites_min_fields' +} + + +/** response of any mutation on the table "tournament_invites" */ +export interface tournament_invites_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_invites[] + __typename: 'tournament_invites_mutation_response' +} + + +/** select columns of table "tournament_invites" */ +export type tournament_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_id' + + +/** aggregate stddev on columns */ +export interface tournament_invites_stddev_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_invites_stddev_pop_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_invites_stddev_samp_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_invites_sum_fields { + invited_by_player_steam_id: (Scalars['bigint'] | null) + steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_invites_sum_fields' +} + + +/** update columns of table "tournament_invites" */ +export type tournament_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_id' + + +/** aggregate var_pop on columns */ +export interface tournament_invites_var_pop_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_invites_var_samp_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_invites_variance_fields { + invited_by_player_steam_id: (Scalars['Float'] | null) + steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invites_variance_fields' +} + + /** columns and relationships of "tournament_leaderboard_entries" */ export interface tournament_leaderboard_entries { adr: Scalars['float8'] @@ -32808,6 +33297,148 @@ export interface tournament_leaderboard_entries_variance_fields { } +/** columns and relationships of "tournament_no_shows" */ +export interface tournament_no_shows { + id: Scalars['uuid'] + occurred_at: Scalars['timestamptz'] + /** An object relationship */ + player: players + player_steam_id: Scalars['bigint'] + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + /** An object relationship */ + tournament_team: (tournament_teams | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_no_shows' +} + + +/** aggregated selection of "tournament_no_shows" */ +export interface tournament_no_shows_aggregate { + aggregate: (tournament_no_shows_aggregate_fields | null) + nodes: tournament_no_shows[] + __typename: 'tournament_no_shows_aggregate' +} + + +/** aggregate fields of "tournament_no_shows" */ +export interface tournament_no_shows_aggregate_fields { + avg: (tournament_no_shows_avg_fields | null) + count: Scalars['Int'] + max: (tournament_no_shows_max_fields | null) + min: (tournament_no_shows_min_fields | null) + stddev: (tournament_no_shows_stddev_fields | null) + stddev_pop: (tournament_no_shows_stddev_pop_fields | null) + stddev_samp: (tournament_no_shows_stddev_samp_fields | null) + sum: (tournament_no_shows_sum_fields | null) + var_pop: (tournament_no_shows_var_pop_fields | null) + var_samp: (tournament_no_shows_var_samp_fields | null) + variance: (tournament_no_shows_variance_fields | null) + __typename: 'tournament_no_shows_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_no_shows_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_no_shows" */ +export type tournament_no_shows_constraint = 'tournament_no_shows_pkey' | 'tournament_no_shows_tournament_player_key' + + +/** aggregate max on columns */ +export interface tournament_no_shows_max_fields { + id: (Scalars['uuid'] | null) + occurred_at: (Scalars['timestamptz'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_no_shows_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_no_shows_min_fields { + id: (Scalars['uuid'] | null) + occurred_at: (Scalars['timestamptz'] | null) + player_steam_id: (Scalars['bigint'] | null) + tournament_id: (Scalars['uuid'] | null) + tournament_team_id: (Scalars['uuid'] | null) + __typename: 'tournament_no_shows_min_fields' +} + + +/** response of any mutation on the table "tournament_no_shows" */ +export interface tournament_no_shows_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_no_shows[] + __typename: 'tournament_no_shows_mutation_response' +} + + +/** select columns of table "tournament_no_shows" */ +export type tournament_no_shows_select_column = 'id' | 'occurred_at' | 'player_steam_id' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate stddev on columns */ +export interface tournament_no_shows_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_no_shows_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_no_shows_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_no_shows_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_no_shows_sum_fields' +} + + +/** update columns of table "tournament_no_shows" */ +export type tournament_no_shows_update_column = 'id' | 'occurred_at' | 'player_steam_id' | 'tournament_id' | 'tournament_team_id' + + +/** aggregate var_pop on columns */ +export interface tournament_no_shows_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_no_shows_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_no_shows_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_no_shows_variance_fields' +} + + /** columns and relationships of "tournament_organizer_teams" */ export interface tournament_organizer_teams { created_at: Scalars['timestamptz'] @@ -53127,6 +53758,328 @@ _set?: (e_ready_settings_set_input | null), where: e_ready_settings_bool_exp} +/** columns and relationships of "e_sanction_scopes" */ +export interface e_sanction_scopesGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "e_sanction_scopes" */ +export interface e_sanction_scopes_aggregateGenqlSelection{ + aggregate?: e_sanction_scopes_aggregate_fieldsGenqlSelection + nodes?: e_sanction_scopesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "e_sanction_scopes" */ +export interface e_sanction_scopes_aggregate_fieldsGenqlSelection{ + count?: { __args: {columns?: (e_sanction_scopes_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_sanction_scopes_max_fieldsGenqlSelection + min?: e_sanction_scopes_min_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "e_sanction_scopes". All fields are combined with a logical 'AND'. */ +export interface e_sanction_scopes_bool_exp {_and?: (e_sanction_scopes_bool_exp[] | null),_not?: (e_sanction_scopes_bool_exp | null),_or?: (e_sanction_scopes_bool_exp[] | null),description?: (String_comparison_exp | null),value?: (String_comparison_exp | null)} + + +/** input type for inserting data into table "e_sanction_scopes" */ +export interface e_sanction_scopes_insert_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** aggregate max on columns */ +export interface e_sanction_scopes_max_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface e_sanction_scopes_min_fieldsGenqlSelection{ + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "e_sanction_scopes" */ +export interface e_sanction_scopes_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_sanction_scopesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "e_sanction_scopes" */ +export interface e_sanction_scopes_obj_rel_insert_input {data: e_sanction_scopes_insert_input, +/** upsert condition */ +on_conflict?: (e_sanction_scopes_on_conflict | null)} + + +/** on_conflict condition type for table "e_sanction_scopes" */ +export interface e_sanction_scopes_on_conflict {constraint: e_sanction_scopes_constraint,update_columns?: e_sanction_scopes_update_column[],where?: (e_sanction_scopes_bool_exp | null)} + + +/** Ordering options when selecting data from "e_sanction_scopes". */ +export interface e_sanction_scopes_order_by {description?: (order_by | null),value?: (order_by | null)} + + +/** primary key columns input for table: e_sanction_scopes */ +export interface e_sanction_scopes_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_sanction_scopes" */ +export interface e_sanction_scopes_set_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + + +/** Streaming cursor of the table "e_sanction_scopes" */ +export interface e_sanction_scopes_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_sanction_scopes_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_sanction_scopes_stream_cursor_value_input {description?: (Scalars['String'] | null),value?: (Scalars['String'] | null)} + +export interface e_sanction_scopes_updates { +/** sets the columns of the filtered rows to the given values */ +_set?: (e_sanction_scopes_set_input | null), +/** filter the rows which have to be updated */ +where: e_sanction_scopes_bool_exp} + + +/** columns and relationships of "e_sanction_sources" */ +export interface e_sanction_sourcesGenqlSelection{ + /** Comma separated ban durations in minutes, indexed by occurrence count */ + default_durations?: boolean | number + default_enabled?: boolean | number + default_scope?: boolean | number + default_threshold?: boolean | number + default_window_days?: boolean | number + description?: boolean | number + /** An object relationship */ + e_sanction_scope?: e_sanction_scopesGenqlSelection + value?: boolean | number + /** Source issues a player_sanctions ban row instead of a scoped cooldown */ + writes_platform_ban?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "e_sanction_sources" */ +export interface e_sanction_sources_aggregateGenqlSelection{ + aggregate?: e_sanction_sources_aggregate_fieldsGenqlSelection + nodes?: e_sanction_sourcesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "e_sanction_sources" */ +export interface e_sanction_sources_aggregate_fieldsGenqlSelection{ + avg?: e_sanction_sources_avg_fieldsGenqlSelection + count?: { __args: {columns?: (e_sanction_sources_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: e_sanction_sources_max_fieldsGenqlSelection + min?: e_sanction_sources_min_fieldsGenqlSelection + stddev?: e_sanction_sources_stddev_fieldsGenqlSelection + stddev_pop?: e_sanction_sources_stddev_pop_fieldsGenqlSelection + stddev_samp?: e_sanction_sources_stddev_samp_fieldsGenqlSelection + sum?: e_sanction_sources_sum_fieldsGenqlSelection + var_pop?: e_sanction_sources_var_pop_fieldsGenqlSelection + var_samp?: e_sanction_sources_var_samp_fieldsGenqlSelection + variance?: e_sanction_sources_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface e_sanction_sources_avg_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "e_sanction_sources". All fields are combined with a logical 'AND'. */ +export interface e_sanction_sources_bool_exp {_and?: (e_sanction_sources_bool_exp[] | null),_not?: (e_sanction_sources_bool_exp | null),_or?: (e_sanction_sources_bool_exp[] | null),default_durations?: (String_comparison_exp | null),default_enabled?: (Boolean_comparison_exp | null),default_scope?: (String_comparison_exp | null),default_threshold?: (Int_comparison_exp | null),default_window_days?: (Int_comparison_exp | null),description?: (String_comparison_exp | null),e_sanction_scope?: (e_sanction_scopes_bool_exp | null),value?: (String_comparison_exp | null),writes_platform_ban?: (Boolean_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "e_sanction_sources" */ +export interface e_sanction_sources_inc_input {default_threshold?: (Scalars['Int'] | null),default_window_days?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "e_sanction_sources" */ +export interface e_sanction_sources_insert_input { +/** Comma separated ban durations in minutes, indexed by occurrence count */ +default_durations?: (Scalars['String'] | null),default_enabled?: (Scalars['Boolean'] | null),default_scope?: (Scalars['String'] | null),default_threshold?: (Scalars['Int'] | null),default_window_days?: (Scalars['Int'] | null),description?: (Scalars['String'] | null),e_sanction_scope?: (e_sanction_scopes_obj_rel_insert_input | null),value?: (Scalars['String'] | null), +/** Source issues a player_sanctions ban row instead of a scoped cooldown */ +writes_platform_ban?: (Scalars['Boolean'] | null)} + + +/** aggregate max on columns */ +export interface e_sanction_sources_max_fieldsGenqlSelection{ + /** Comma separated ban durations in minutes, indexed by occurrence count */ + default_durations?: boolean | number + default_scope?: boolean | number + default_threshold?: boolean | number + default_window_days?: boolean | number + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface e_sanction_sources_min_fieldsGenqlSelection{ + /** Comma separated ban durations in minutes, indexed by occurrence count */ + default_durations?: boolean | number + default_scope?: boolean | number + default_threshold?: boolean | number + default_window_days?: boolean | number + description?: boolean | number + value?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "e_sanction_sources" */ +export interface e_sanction_sources_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: e_sanction_sourcesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "e_sanction_sources" */ +export interface e_sanction_sources_on_conflict {constraint: e_sanction_sources_constraint,update_columns?: e_sanction_sources_update_column[],where?: (e_sanction_sources_bool_exp | null)} + + +/** Ordering options when selecting data from "e_sanction_sources". */ +export interface e_sanction_sources_order_by {default_durations?: (order_by | null),default_enabled?: (order_by | null),default_scope?: (order_by | null),default_threshold?: (order_by | null),default_window_days?: (order_by | null),description?: (order_by | null),e_sanction_scope?: (e_sanction_scopes_order_by | null),value?: (order_by | null),writes_platform_ban?: (order_by | null)} + + +/** primary key columns input for table: e_sanction_sources */ +export interface e_sanction_sources_pk_columns_input {value: Scalars['String']} + + +/** input type for updating data in table "e_sanction_sources" */ +export interface e_sanction_sources_set_input { +/** Comma separated ban durations in minutes, indexed by occurrence count */ +default_durations?: (Scalars['String'] | null),default_enabled?: (Scalars['Boolean'] | null),default_scope?: (Scalars['String'] | null),default_threshold?: (Scalars['Int'] | null),default_window_days?: (Scalars['Int'] | null),description?: (Scalars['String'] | null),value?: (Scalars['String'] | null), +/** Source issues a player_sanctions ban row instead of a scoped cooldown */ +writes_platform_ban?: (Scalars['Boolean'] | null)} + + +/** aggregate stddev on columns */ +export interface e_sanction_sources_stddev_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface e_sanction_sources_stddev_pop_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface e_sanction_sources_stddev_samp_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "e_sanction_sources" */ +export interface e_sanction_sources_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: e_sanction_sources_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface e_sanction_sources_stream_cursor_value_input { +/** Comma separated ban durations in minutes, indexed by occurrence count */ +default_durations?: (Scalars['String'] | null),default_enabled?: (Scalars['Boolean'] | null),default_scope?: (Scalars['String'] | null),default_threshold?: (Scalars['Int'] | null),default_window_days?: (Scalars['Int'] | null),description?: (Scalars['String'] | null),value?: (Scalars['String'] | null), +/** Source issues a player_sanctions ban row instead of a scoped cooldown */ +writes_platform_ban?: (Scalars['Boolean'] | null)} + + +/** aggregate sum on columns */ +export interface e_sanction_sources_sum_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface e_sanction_sources_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (e_sanction_sources_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (e_sanction_sources_set_input | null), +/** filter the rows which have to be updated */ +where: e_sanction_sources_bool_exp} + + +/** aggregate var_pop on columns */ +export interface e_sanction_sources_var_pop_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface e_sanction_sources_var_samp_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface e_sanction_sources_variance_fieldsGenqlSelection{ + default_threshold?: boolean | number + default_window_days?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** columns and relationships of "e_sanction_types" */ export interface e_sanction_typesGenqlSelection{ description?: boolean | number @@ -69271,6 +70224,18 @@ export interface mutation_rootGenqlSelection{ where: e_ready_settings_bool_exp} }) /** delete single row from the table: "e_ready_settings" */ delete_e_ready_settings_by_pk?: (e_ready_settingsGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_sanction_scopes" */ + delete_e_sanction_scopes?: (e_sanction_scopes_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_sanction_scopes_bool_exp} }) + /** delete single row from the table: "e_sanction_scopes" */ + delete_e_sanction_scopes_by_pk?: (e_sanction_scopesGenqlSelection & { __args: {value: Scalars['String']} }) + /** delete data from the table: "e_sanction_sources" */ + delete_e_sanction_sources?: (e_sanction_sources_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: e_sanction_sources_bool_exp} }) + /** delete single row from the table: "e_sanction_sources" */ + delete_e_sanction_sources_by_pk?: (e_sanction_sourcesGenqlSelection & { __args: {value: Scalars['String']} }) /** delete data from the table: "e_sanction_types" */ delete_e_sanction_types?: (e_sanction_types_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -69983,10 +70948,22 @@ export interface mutation_rootGenqlSelection{ where: tournament_free_agents_bool_exp} }) /** delete single row from the table: "tournament_free_agents" */ delete_tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "tournament_invites" */ + delete_tournament_invites?: (tournament_invites_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_invites_bool_exp} }) + /** delete single row from the table: "tournament_invites" */ + delete_tournament_invites_by_pk?: (tournament_invitesGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "tournament_leaderboard_entries" */ delete_tournament_leaderboard_entries?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ where: tournament_leaderboard_entries_bool_exp} }) + /** delete data from the table: "tournament_no_shows" */ + delete_tournament_no_shows?: (tournament_no_shows_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_no_shows_bool_exp} }) + /** delete single row from the table: "tournament_no_shows" */ + delete_tournament_no_shows_by_pk?: (tournament_no_showsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "tournament_organizer_teams" */ delete_tournament_organizer_teams?: (tournament_organizer_teams_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -70765,6 +71742,30 @@ export interface mutation_rootGenqlSelection{ object: e_ready_settings_insert_input, /** upsert condition */ on_conflict?: (e_ready_settings_on_conflict | null)} }) + /** insert data into the table: "e_sanction_scopes" */ + insert_e_sanction_scopes?: (e_sanction_scopes_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_sanction_scopes_insert_input[], + /** upsert condition */ + on_conflict?: (e_sanction_scopes_on_conflict | null)} }) + /** insert a single row into the table: "e_sanction_scopes" */ + insert_e_sanction_scopes_one?: (e_sanction_scopesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_sanction_scopes_insert_input, + /** upsert condition */ + on_conflict?: (e_sanction_scopes_on_conflict | null)} }) + /** insert data into the table: "e_sanction_sources" */ + insert_e_sanction_sources?: (e_sanction_sources_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: e_sanction_sources_insert_input[], + /** upsert condition */ + on_conflict?: (e_sanction_sources_on_conflict | null)} }) + /** insert a single row into the table: "e_sanction_sources" */ + insert_e_sanction_sources_one?: (e_sanction_sourcesGenqlSelection & { __args: { + /** the row to be inserted */ + object: e_sanction_sources_insert_input, + /** upsert condition */ + on_conflict?: (e_sanction_sources_on_conflict | null)} }) /** insert data into the table: "e_sanction_types" */ insert_e_sanction_types?: (e_sanction_types_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -72189,6 +73190,18 @@ export interface mutation_rootGenqlSelection{ object: tournament_free_agents_insert_input, /** upsert condition */ on_conflict?: (tournament_free_agents_on_conflict | null)} }) + /** insert data into the table: "tournament_invites" */ + insert_tournament_invites?: (tournament_invites_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_invites_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_invites_on_conflict | null)} }) + /** insert a single row into the table: "tournament_invites" */ + insert_tournament_invites_one?: (tournament_invitesGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_invites_insert_input, + /** upsert condition */ + on_conflict?: (tournament_invites_on_conflict | null)} }) /** insert data into the table: "tournament_leaderboard_entries" */ insert_tournament_leaderboard_entries?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -72197,6 +73210,18 @@ export interface mutation_rootGenqlSelection{ insert_tournament_leaderboard_entries_one?: (tournament_leaderboard_entriesGenqlSelection & { __args: { /** the row to be inserted */ object: tournament_leaderboard_entries_insert_input} }) + /** insert data into the table: "tournament_no_shows" */ + insert_tournament_no_shows?: (tournament_no_shows_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_no_shows_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_no_shows_on_conflict | null)} }) + /** insert a single row into the table: "tournament_no_shows" */ + insert_tournament_no_shows_one?: (tournament_no_showsGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_no_shows_insert_input, + /** upsert condition */ + on_conflict?: (tournament_no_shows_on_conflict | null)} }) /** insert data into the table: "tournament_organizer_teams" */ insert_tournament_organizer_teams?: (tournament_organizer_teams_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -72573,8 +73598,8 @@ export interface mutation_rootGenqlSelection{ joinDraftGame?: (SuccessOutputGenqlSelection & { __args: {draftGameId: Scalars['uuid'], inviteCode?: (Scalars['String'] | null)} }) /** joinDraftGameAsParty */ joinDraftGameAsParty?: (SuccessOutputGenqlSelection & { __args: {draftGameId: Scalars['uuid'], inviteCode?: (Scalars['String'] | null)} }) - /** Register alone for a tournament that drafts teams */ - joinTournamentAsFreeAgent?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid']} }) + /** Register for a tournament that drafts teams, alone or with your lobby */ + joinTournamentAsFreeAgent?: (SuccessOutputGenqlSelection & { __args: {tournament_id: Scalars['uuid'], with_party?: (Scalars['Boolean'] | null)} }) /** Join a utility practice session */ joinUtilityPractice?: (UtilityPracticeSessionOutputGenqlSelection & { __args?: {invite_code?: (Scalars['String'] | null), session_id?: (Scalars['uuid'] | null)} }) kickServerPlayer?: (KickResultGenqlSelection & { __args: {reason?: (Scalars['String'] | null), serverId: Scalars['String'], steam_id: Scalars['String']} }) @@ -73578,6 +74603,38 @@ export interface mutation_rootGenqlSelection{ update_e_ready_settings_many?: (e_ready_settings_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: e_ready_settings_updates[]} }) + /** update data of the table: "e_sanction_scopes" */ + update_e_sanction_scopes?: (e_sanction_scopes_mutation_responseGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_sanction_scopes_set_input | null), + /** filter the rows which have to be updated */ + where: e_sanction_scopes_bool_exp} }) + /** update single row of the table: "e_sanction_scopes" */ + update_e_sanction_scopes_by_pk?: (e_sanction_scopesGenqlSelection & { __args: { + /** sets the columns of the filtered rows to the given values */ + _set?: (e_sanction_scopes_set_input | null), pk_columns: e_sanction_scopes_pk_columns_input} }) + /** update multiples rows of table: "e_sanction_scopes" */ + update_e_sanction_scopes_many?: (e_sanction_scopes_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_sanction_scopes_updates[]} }) + /** update data of the table: "e_sanction_sources" */ + update_e_sanction_sources?: (e_sanction_sources_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (e_sanction_sources_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (e_sanction_sources_set_input | null), + /** filter the rows which have to be updated */ + where: e_sanction_sources_bool_exp} }) + /** update single row of the table: "e_sanction_sources" */ + update_e_sanction_sources_by_pk?: (e_sanction_sourcesGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (e_sanction_sources_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (e_sanction_sources_set_input | null), pk_columns: e_sanction_sources_pk_columns_input} }) + /** update multiples rows of table: "e_sanction_sources" */ + update_e_sanction_sources_many?: (e_sanction_sources_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: e_sanction_sources_updates[]} }) /** update data of the table: "e_sanction_types" */ update_e_sanction_types?: (e_sanction_types_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -75806,6 +76863,24 @@ export interface mutation_rootGenqlSelection{ update_tournament_free_agents_many?: (tournament_free_agents_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_free_agents_updates[]} }) + /** update data of the table: "tournament_invites" */ + update_tournament_invites?: (tournament_invites_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_invites_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_invites_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_invites_bool_exp} }) + /** update single row of the table: "tournament_invites" */ + update_tournament_invites_by_pk?: (tournament_invitesGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_invites_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_invites_set_input | null), pk_columns: tournament_invites_pk_columns_input} }) + /** update multiples rows of table: "tournament_invites" */ + update_tournament_invites_many?: (tournament_invites_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_invites_updates[]} }) /** update data of the table: "tournament_leaderboard_entries" */ update_tournament_leaderboard_entries?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { /** increments the numeric columns with given value of the filtered values */ @@ -75818,6 +76893,24 @@ export interface mutation_rootGenqlSelection{ update_tournament_leaderboard_entries_many?: (tournament_leaderboard_entries_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_leaderboard_entries_updates[]} }) + /** update data of the table: "tournament_no_shows" */ + update_tournament_no_shows?: (tournament_no_shows_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_no_shows_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_no_shows_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_no_shows_bool_exp} }) + /** update single row of the table: "tournament_no_shows" */ + update_tournament_no_shows_by_pk?: (tournament_no_showsGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_no_shows_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_no_shows_set_input | null), pk_columns: tournament_no_shows_pk_columns_input} }) + /** update multiples rows of table: "tournament_no_shows" */ + update_tournament_no_shows_many?: (tournament_no_shows_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_no_shows_updates[]} }) /** update data of the table: "tournament_organizer_teams" */ update_tournament_organizer_teams?: (tournament_organizer_teams_mutation_responseGenqlSelection & { __args: { /** sets the columns of the filtered rows to the given values */ @@ -87427,6 +88520,8 @@ export interface playersGenqlSelection{ where?: (teams_bool_exp | null)} }) /** A computed field, executes function "get_total_player_matches" */ total_matches?: boolean | number + /** A computed field, executes function "get_player_tournament_cooldown" */ + tournament_cooldown?: boolean | number /** An array relationship */ tournament_organizers?: (tournament_organizersGenqlSelection & { __args?: { /** distinct select on columns */ @@ -87622,7 +88717,7 @@ export interface players_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "players". All fields are combined with a logical 'AND'. */ -export interface players_bool_exp {_and?: (players_bool_exp[] | null),_not?: (players_bool_exp | null),_or?: (players_bool_exp[] | null),abandoned_matches?: (abandoned_matches_bool_exp | null),abandoned_matches_aggregate?: (abandoned_matches_aggregate_bool_exp | null),aim_weapon_stats?: (player_aim_weapon_stats_bool_exp | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_bool_exp | null),assists?: (player_assists_bool_exp | null),assists_aggregate?: (player_assists_aggregate_bool_exp | null),assited_by_players?: (player_assists_bool_exp | null),assited_by_players_aggregate?: (player_assists_aggregate_bool_exp | null),avatar_url?: (String_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),banned_until?: (timestamptz_comparison_exp | null),coach_lineups?: (match_lineups_bool_exp | null),coach_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),country?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_lobby_id?: (uuid_comparison_exp | null),custom_avatar_url?: (String_comparison_exp | null),damage_dealt?: (player_damages_bool_exp | null),damage_dealt_aggregate?: (player_damages_aggregate_bool_exp | null),damage_taken?: (player_damages_bool_exp | null),damage_taken_aggregate?: (player_damages_aggregate_bool_exp | null),days_since_last_ban?: (Int_comparison_exp | null),deaths?: (player_kills_bool_exp | null),deaths_aggregate?: (player_kills_aggregate_bool_exp | null),discord_id?: (String_comparison_exp | null),draft_game_players?: (draft_game_players_bool_exp | null),draft_game_players_aggregate?: (draft_game_players_aggregate_bool_exp | null),elo?: (jsonb_comparison_exp | null),elo_history?: (v_player_elo_bool_exp | null),elo_history_aggregate?: (v_player_elo_aggregate_bool_exp | null),faceit_elo?: (Int_comparison_exp | null),faceit_nickname?: (String_comparison_exp | null),faceit_player_id?: (String_comparison_exp | null),faceit_rank_history?: (player_faceit_rank_history_bool_exp | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_bool_exp | null),faceit_skill_level?: (Int_comparison_exp | null),faceit_updated_at?: (timestamptz_comparison_exp | null),faceit_url?: (String_comparison_exp | null),flashed_by_players?: (player_flashes_bool_exp | null),flashed_by_players_aggregate?: (player_flashes_aggregate_bool_exp | null),flashed_players?: (player_flashes_bool_exp | null),flashed_players_aggregate?: (player_flashes_aggregate_bool_exp | null),friends?: (my_friends_bool_exp | null),friends_aggregate?: (my_friends_aggregate_bool_exp | null),game_ban_count?: (Int_comparison_exp | null),invited_players?: (team_invites_bool_exp | null),invited_players_aggregate?: (team_invites_aggregate_bool_exp | null),is_admin_sanctioned?: (Boolean_comparison_exp | null),is_banned?: (Boolean_comparison_exp | null),is_gagged?: (Boolean_comparison_exp | null),is_in_another_match?: (Boolean_comparison_exp | null),is_in_draft?: (Boolean_comparison_exp | null),is_in_lobby?: (Boolean_comparison_exp | null),is_muted?: (Boolean_comparison_exp | null),is_registered?: (Boolean_comparison_exp | null),kills?: (player_kills_bool_exp | null),kills_aggregate?: (player_kills_aggregate_bool_exp | null),kills_by_weapons?: (player_kills_by_weapon_bool_exp | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_bool_exp | null),language?: (String_comparison_exp | null),last_read_news_at?: (timestamptz_comparison_exp | null),last_sign_in_at?: (timestamptz_comparison_exp | null),lobby_players?: (lobby_players_bool_exp | null),lobby_players_aggregate?: (lobby_players_aggregate_bool_exp | null),losses?: (Int_comparison_exp | null),losses_competitive?: (Int_comparison_exp | null),losses_duel?: (Int_comparison_exp | null),losses_wingman?: (Int_comparison_exp | null),match_map_hltv?: (v_player_match_map_hltv_bool_exp | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_bool_exp | null),match_map_stats?: (player_match_map_stats_bool_exp | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_bool_exp | null),match_stats?: (player_match_stats_v_bool_exp | null),match_stats_aggregate?: (player_match_stats_v_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),matchmaking_cooldown?: (timestamptz_comparison_exp | null),multi_kills?: (v_player_multi_kills_bool_exp | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_bool_exp | null),name?: (String_comparison_exp | null),name_registered?: (Boolean_comparison_exp | null),notification_timezone?: (String_comparison_exp | null),notifications?: (notifications_bool_exp | null),notifications_aggregate?: (notifications_aggregate_bool_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),owned_teams?: (teams_bool_exp | null),owned_teams_aggregate?: (teams_aggregate_bool_exp | null),peak_elo?: (jsonb_comparison_exp | null),pending_match_imports?: (pending_match_import_players_bool_exp | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),player_lineup?: (match_lineup_players_bool_exp | null),player_lineup_aggregate?: (match_lineup_players_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),premier_rank?: (Int_comparison_exp | null),premier_rank_history?: (player_premier_rank_history_bool_exp | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_bool_exp | null),premier_rank_updated_at?: (timestamptz_comparison_exp | null),profile_url?: (String_comparison_exp | null),quiet_hours_end?: (time_comparison_exp | null),quiet_hours_start?: (time_comparison_exp | null),role?: (e_player_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),sanctions?: (player_sanctions_bool_exp | null),sanctions_aggregate?: (player_sanctions_aggregate_bool_exp | null),season_stats?: (player_season_stats_bool_exp | null),season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),show_match_ready_modal?: (Boolean_comparison_exp | null),stats?: (player_stats_bool_exp | null),steam_bans_checked_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_invites?: (team_invites_bool_exp | null),team_invites_aggregate?: (team_invites_aggregate_bool_exp | null),team_members?: (team_roster_bool_exp | null),team_members_aggregate?: (team_roster_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),total_matches?: (Int_comparison_exp | null),tournament_organizers?: (tournament_organizers_bool_exp | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),tournament_rosters?: (tournament_team_roster_bool_exp | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),utility_thrown?: (player_utility_bool_exp | null),utility_thrown_aggregate?: (player_utility_aggregate_bool_exp | null),vac_ban_count?: (Int_comparison_exp | null),vac_banned?: (Boolean_comparison_exp | null),weapon_stats?: (player_weapon_stats_v_bool_exp | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_bool_exp | null),wins?: (Int_comparison_exp | null),wins_competitive?: (Int_comparison_exp | null),wins_duel?: (Int_comparison_exp | null),wins_wingman?: (Int_comparison_exp | null)} +export interface players_bool_exp {_and?: (players_bool_exp[] | null),_not?: (players_bool_exp | null),_or?: (players_bool_exp[] | null),abandoned_matches?: (abandoned_matches_bool_exp | null),abandoned_matches_aggregate?: (abandoned_matches_aggregate_bool_exp | null),aim_weapon_stats?: (player_aim_weapon_stats_bool_exp | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_bool_exp | null),assists?: (player_assists_bool_exp | null),assists_aggregate?: (player_assists_aggregate_bool_exp | null),assited_by_players?: (player_assists_bool_exp | null),assited_by_players_aggregate?: (player_assists_aggregate_bool_exp | null),avatar_url?: (String_comparison_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),banned_until?: (timestamptz_comparison_exp | null),coach_lineups?: (match_lineups_bool_exp | null),coach_lineups_aggregate?: (match_lineups_aggregate_bool_exp | null),country?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),current_lobby_id?: (uuid_comparison_exp | null),custom_avatar_url?: (String_comparison_exp | null),damage_dealt?: (player_damages_bool_exp | null),damage_dealt_aggregate?: (player_damages_aggregate_bool_exp | null),damage_taken?: (player_damages_bool_exp | null),damage_taken_aggregate?: (player_damages_aggregate_bool_exp | null),days_since_last_ban?: (Int_comparison_exp | null),deaths?: (player_kills_bool_exp | null),deaths_aggregate?: (player_kills_aggregate_bool_exp | null),discord_id?: (String_comparison_exp | null),draft_game_players?: (draft_game_players_bool_exp | null),draft_game_players_aggregate?: (draft_game_players_aggregate_bool_exp | null),elo?: (jsonb_comparison_exp | null),elo_history?: (v_player_elo_bool_exp | null),elo_history_aggregate?: (v_player_elo_aggregate_bool_exp | null),faceit_elo?: (Int_comparison_exp | null),faceit_nickname?: (String_comparison_exp | null),faceit_player_id?: (String_comparison_exp | null),faceit_rank_history?: (player_faceit_rank_history_bool_exp | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_bool_exp | null),faceit_skill_level?: (Int_comparison_exp | null),faceit_updated_at?: (timestamptz_comparison_exp | null),faceit_url?: (String_comparison_exp | null),flashed_by_players?: (player_flashes_bool_exp | null),flashed_by_players_aggregate?: (player_flashes_aggregate_bool_exp | null),flashed_players?: (player_flashes_bool_exp | null),flashed_players_aggregate?: (player_flashes_aggregate_bool_exp | null),friends?: (my_friends_bool_exp | null),friends_aggregate?: (my_friends_aggregate_bool_exp | null),game_ban_count?: (Int_comparison_exp | null),invited_players?: (team_invites_bool_exp | null),invited_players_aggregate?: (team_invites_aggregate_bool_exp | null),is_admin_sanctioned?: (Boolean_comparison_exp | null),is_banned?: (Boolean_comparison_exp | null),is_gagged?: (Boolean_comparison_exp | null),is_in_another_match?: (Boolean_comparison_exp | null),is_in_draft?: (Boolean_comparison_exp | null),is_in_lobby?: (Boolean_comparison_exp | null),is_muted?: (Boolean_comparison_exp | null),is_registered?: (Boolean_comparison_exp | null),kills?: (player_kills_bool_exp | null),kills_aggregate?: (player_kills_aggregate_bool_exp | null),kills_by_weapons?: (player_kills_by_weapon_bool_exp | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_bool_exp | null),language?: (String_comparison_exp | null),last_read_news_at?: (timestamptz_comparison_exp | null),last_sign_in_at?: (timestamptz_comparison_exp | null),lobby_players?: (lobby_players_bool_exp | null),lobby_players_aggregate?: (lobby_players_aggregate_bool_exp | null),losses?: (Int_comparison_exp | null),losses_competitive?: (Int_comparison_exp | null),losses_duel?: (Int_comparison_exp | null),losses_wingman?: (Int_comparison_exp | null),match_map_hltv?: (v_player_match_map_hltv_bool_exp | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_bool_exp | null),match_map_stats?: (player_match_map_stats_bool_exp | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_bool_exp | null),match_stats?: (player_match_stats_v_bool_exp | null),match_stats_aggregate?: (player_match_stats_v_aggregate_bool_exp | null),matches?: (matches_bool_exp | null),matchmaking_cooldown?: (timestamptz_comparison_exp | null),multi_kills?: (v_player_multi_kills_bool_exp | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_bool_exp | null),name?: (String_comparison_exp | null),name_registered?: (Boolean_comparison_exp | null),notification_timezone?: (String_comparison_exp | null),notifications?: (notifications_bool_exp | null),notifications_aggregate?: (notifications_aggregate_bool_exp | null),objectives?: (player_objectives_bool_exp | null),objectives_aggregate?: (player_objectives_aggregate_bool_exp | null),owned_teams?: (teams_bool_exp | null),owned_teams_aggregate?: (teams_aggregate_bool_exp | null),peak_elo?: (jsonb_comparison_exp | null),pending_match_imports?: (pending_match_import_players_bool_exp | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_bool_exp | null),player_lineup?: (match_lineup_players_bool_exp | null),player_lineup_aggregate?: (match_lineup_players_aggregate_bool_exp | null),player_unused_utilities?: (player_unused_utility_bool_exp | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_bool_exp | null),premier_rank?: (Int_comparison_exp | null),premier_rank_history?: (player_premier_rank_history_bool_exp | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_bool_exp | null),premier_rank_updated_at?: (timestamptz_comparison_exp | null),profile_url?: (String_comparison_exp | null),quiet_hours_end?: (time_comparison_exp | null),quiet_hours_start?: (time_comparison_exp | null),role?: (e_player_roles_enum_comparison_exp | null),roster_image_url?: (String_comparison_exp | null),sanctions?: (player_sanctions_bool_exp | null),sanctions_aggregate?: (player_sanctions_aggregate_bool_exp | null),season_stats?: (player_season_stats_bool_exp | null),season_stats_aggregate?: (player_season_stats_aggregate_bool_exp | null),show_match_ready_modal?: (Boolean_comparison_exp | null),stats?: (player_stats_bool_exp | null),steam_bans_checked_at?: (timestamptz_comparison_exp | null),steam_id?: (bigint_comparison_exp | null),team_invites?: (team_invites_bool_exp | null),team_invites_aggregate?: (team_invites_aggregate_bool_exp | null),team_members?: (team_roster_bool_exp | null),team_members_aggregate?: (team_roster_aggregate_bool_exp | null),teams?: (teams_bool_exp | null),total_matches?: (Int_comparison_exp | null),tournament_cooldown?: (timestamptz_comparison_exp | null),tournament_organizers?: (tournament_organizers_bool_exp | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),tournament_rosters?: (tournament_team_roster_bool_exp | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),tournaments?: (tournaments_bool_exp | null),tournaments_aggregate?: (tournaments_aggregate_bool_exp | null),utility_thrown?: (player_utility_bool_exp | null),utility_thrown_aggregate?: (player_utility_aggregate_bool_exp | null),vac_ban_count?: (Int_comparison_exp | null),vac_banned?: (Boolean_comparison_exp | null),weapon_stats?: (player_weapon_stats_v_bool_exp | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_bool_exp | null),wins?: (Int_comparison_exp | null),wins_competitive?: (Int_comparison_exp | null),wins_duel?: (Int_comparison_exp | null),wins_wingman?: (Int_comparison_exp | null)} /** input type for incrementing numeric columns in table "players" */ @@ -87675,6 +88770,8 @@ export interface players_max_fieldsGenqlSelection{ steam_id?: boolean | number /** A computed field, executes function "get_total_player_matches" */ total_matches?: boolean | number + /** A computed field, executes function "get_player_tournament_cooldown" */ + tournament_cooldown?: boolean | number vac_ban_count?: boolean | number /** A computed field, executes function "get_total_player_wins" */ wins?: boolean | number @@ -87731,6 +88828,8 @@ export interface players_min_fieldsGenqlSelection{ steam_id?: boolean | number /** A computed field, executes function "get_total_player_matches" */ total_matches?: boolean | number + /** A computed field, executes function "get_player_tournament_cooldown" */ + tournament_cooldown?: boolean | number vac_ban_count?: boolean | number /** A computed field, executes function "get_total_player_wins" */ wins?: boolean | number @@ -87767,7 +88866,7 @@ export interface players_on_conflict {constraint: players_constraint,update_colu /** Ordering options when selecting data from "players". */ -export interface players_order_by {abandoned_matches_aggregate?: (abandoned_matches_aggregate_order_by | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_order_by | null),assists_aggregate?: (player_assists_aggregate_order_by | null),assited_by_players_aggregate?: (player_assists_aggregate_order_by | null),avatar_url?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),banned_until?: (order_by | null),coach_lineups_aggregate?: (match_lineups_aggregate_order_by | null),country?: (order_by | null),created_at?: (order_by | null),current_lobby_id?: (order_by | null),custom_avatar_url?: (order_by | null),damage_dealt_aggregate?: (player_damages_aggregate_order_by | null),damage_taken_aggregate?: (player_damages_aggregate_order_by | null),days_since_last_ban?: (order_by | null),deaths_aggregate?: (player_kills_aggregate_order_by | null),discord_id?: (order_by | null),draft_game_players_aggregate?: (draft_game_players_aggregate_order_by | null),elo?: (order_by | null),elo_history_aggregate?: (v_player_elo_aggregate_order_by | null),faceit_elo?: (order_by | null),faceit_nickname?: (order_by | null),faceit_player_id?: (order_by | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_order_by | null),faceit_skill_level?: (order_by | null),faceit_updated_at?: (order_by | null),faceit_url?: (order_by | null),flashed_by_players_aggregate?: (player_flashes_aggregate_order_by | null),flashed_players_aggregate?: (player_flashes_aggregate_order_by | null),friends_aggregate?: (my_friends_aggregate_order_by | null),game_ban_count?: (order_by | null),invited_players_aggregate?: (team_invites_aggregate_order_by | null),is_admin_sanctioned?: (order_by | null),is_banned?: (order_by | null),is_gagged?: (order_by | null),is_in_another_match?: (order_by | null),is_in_draft?: (order_by | null),is_in_lobby?: (order_by | null),is_muted?: (order_by | null),is_registered?: (order_by | null),kills_aggregate?: (player_kills_aggregate_order_by | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_order_by | null),language?: (order_by | null),last_read_news_at?: (order_by | null),last_sign_in_at?: (order_by | null),lobby_players_aggregate?: (lobby_players_aggregate_order_by | null),losses?: (order_by | null),losses_competitive?: (order_by | null),losses_duel?: (order_by | null),losses_wingman?: (order_by | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_order_by | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_order_by | null),match_stats_aggregate?: (player_match_stats_v_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),matchmaking_cooldown?: (order_by | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_order_by | null),name?: (order_by | null),name_registered?: (order_by | null),notification_timezone?: (order_by | null),notifications_aggregate?: (notifications_aggregate_order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),owned_teams_aggregate?: (teams_aggregate_order_by | null),peak_elo?: (order_by | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_order_by | null),player_lineup_aggregate?: (match_lineup_players_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),premier_rank?: (order_by | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_order_by | null),premier_rank_updated_at?: (order_by | null),profile_url?: (order_by | null),quiet_hours_end?: (order_by | null),quiet_hours_start?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),sanctions_aggregate?: (player_sanctions_aggregate_order_by | null),season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),show_match_ready_modal?: (order_by | null),stats?: (player_stats_order_by | null),steam_bans_checked_at?: (order_by | null),steam_id?: (order_by | null),team_invites_aggregate?: (team_invites_aggregate_order_by | null),team_members_aggregate?: (team_roster_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),total_matches?: (order_by | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),utility_thrown_aggregate?: (player_utility_aggregate_order_by | null),vac_ban_count?: (order_by | null),vac_banned?: (order_by | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_order_by | null),wins?: (order_by | null),wins_competitive?: (order_by | null),wins_duel?: (order_by | null),wins_wingman?: (order_by | null)} +export interface players_order_by {abandoned_matches_aggregate?: (abandoned_matches_aggregate_order_by | null),aim_weapon_stats_aggregate?: (player_aim_weapon_stats_aggregate_order_by | null),assists_aggregate?: (player_assists_aggregate_order_by | null),assited_by_players_aggregate?: (player_assists_aggregate_order_by | null),avatar_url?: (order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),banned_until?: (order_by | null),coach_lineups_aggregate?: (match_lineups_aggregate_order_by | null),country?: (order_by | null),created_at?: (order_by | null),current_lobby_id?: (order_by | null),custom_avatar_url?: (order_by | null),damage_dealt_aggregate?: (player_damages_aggregate_order_by | null),damage_taken_aggregate?: (player_damages_aggregate_order_by | null),days_since_last_ban?: (order_by | null),deaths_aggregate?: (player_kills_aggregate_order_by | null),discord_id?: (order_by | null),draft_game_players_aggregate?: (draft_game_players_aggregate_order_by | null),elo?: (order_by | null),elo_history_aggregate?: (v_player_elo_aggregate_order_by | null),faceit_elo?: (order_by | null),faceit_nickname?: (order_by | null),faceit_player_id?: (order_by | null),faceit_rank_history_aggregate?: (player_faceit_rank_history_aggregate_order_by | null),faceit_skill_level?: (order_by | null),faceit_updated_at?: (order_by | null),faceit_url?: (order_by | null),flashed_by_players_aggregate?: (player_flashes_aggregate_order_by | null),flashed_players_aggregate?: (player_flashes_aggregate_order_by | null),friends_aggregate?: (my_friends_aggregate_order_by | null),game_ban_count?: (order_by | null),invited_players_aggregate?: (team_invites_aggregate_order_by | null),is_admin_sanctioned?: (order_by | null),is_banned?: (order_by | null),is_gagged?: (order_by | null),is_in_another_match?: (order_by | null),is_in_draft?: (order_by | null),is_in_lobby?: (order_by | null),is_muted?: (order_by | null),is_registered?: (order_by | null),kills_aggregate?: (player_kills_aggregate_order_by | null),kills_by_weapons_aggregate?: (player_kills_by_weapon_aggregate_order_by | null),language?: (order_by | null),last_read_news_at?: (order_by | null),last_sign_in_at?: (order_by | null),lobby_players_aggregate?: (lobby_players_aggregate_order_by | null),losses?: (order_by | null),losses_competitive?: (order_by | null),losses_duel?: (order_by | null),losses_wingman?: (order_by | null),match_map_hltv_aggregate?: (v_player_match_map_hltv_aggregate_order_by | null),match_map_stats_aggregate?: (player_match_map_stats_aggregate_order_by | null),match_stats_aggregate?: (player_match_stats_v_aggregate_order_by | null),matches_aggregate?: (matches_aggregate_order_by | null),matchmaking_cooldown?: (order_by | null),multi_kills_aggregate?: (v_player_multi_kills_aggregate_order_by | null),name?: (order_by | null),name_registered?: (order_by | null),notification_timezone?: (order_by | null),notifications_aggregate?: (notifications_aggregate_order_by | null),objectives_aggregate?: (player_objectives_aggregate_order_by | null),owned_teams_aggregate?: (teams_aggregate_order_by | null),peak_elo?: (order_by | null),pending_match_imports_aggregate?: (pending_match_import_players_aggregate_order_by | null),player_lineup_aggregate?: (match_lineup_players_aggregate_order_by | null),player_unused_utilities_aggregate?: (player_unused_utility_aggregate_order_by | null),premier_rank?: (order_by | null),premier_rank_history_aggregate?: (player_premier_rank_history_aggregate_order_by | null),premier_rank_updated_at?: (order_by | null),profile_url?: (order_by | null),quiet_hours_end?: (order_by | null),quiet_hours_start?: (order_by | null),role?: (order_by | null),roster_image_url?: (order_by | null),sanctions_aggregate?: (player_sanctions_aggregate_order_by | null),season_stats_aggregate?: (player_season_stats_aggregate_order_by | null),show_match_ready_modal?: (order_by | null),stats?: (player_stats_order_by | null),steam_bans_checked_at?: (order_by | null),steam_id?: (order_by | null),team_invites_aggregate?: (team_invites_aggregate_order_by | null),team_members_aggregate?: (team_roster_aggregate_order_by | null),teams_aggregate?: (teams_aggregate_order_by | null),total_matches?: (order_by | null),tournament_cooldown?: (order_by | null),tournament_organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),tournament_rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),tournaments_aggregate?: (tournaments_aggregate_order_by | null),utility_thrown_aggregate?: (player_utility_aggregate_order_by | null),vac_ban_count?: (order_by | null),vac_banned?: (order_by | null),weapon_stats_aggregate?: (player_weapon_stats_v_aggregate_order_by | null),wins?: (order_by | null),wins_competitive?: (order_by | null),wins_duel?: (order_by | null),wins_wingman?: (order_by | null)} /** primary key columns input for table: players */ @@ -89653,6 +90752,58 @@ export interface query_rootGenqlSelection{ where?: (e_ready_settings_bool_exp | null)} }) /** fetch data from the table: "e_ready_settings" using primary key columns */ e_ready_settings_by_pk?: (e_ready_settingsGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_sanction_scopes" */ + e_sanction_scopes?: (e_sanction_scopesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_scopes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_sanction_scopes_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_scopes_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_sanction_scopes" */ + e_sanction_scopes_aggregate?: (e_sanction_scopes_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_scopes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_sanction_scopes_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_scopes_bool_exp | null)} }) + /** fetch data from the table: "e_sanction_scopes" using primary key columns */ + e_sanction_scopes_by_pk?: (e_sanction_scopesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table: "e_sanction_sources" */ + e_sanction_sources?: (e_sanction_sourcesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_sanction_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_sources_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_sanction_sources" */ + e_sanction_sources_aggregate?: (e_sanction_sources_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_sanction_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_sources_bool_exp | null)} }) + /** fetch data from the table: "e_sanction_sources" using primary key columns */ + e_sanction_sources_by_pk?: (e_sanction_sourcesGenqlSelection & { __args: {value: Scalars['String']} }) /** fetch data from the table: "e_sanction_types" */ e_sanction_types?: (e_sanction_typesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -93076,6 +94227,32 @@ export interface query_rootGenqlSelection{ where?: (tournament_free_agents_bool_exp | null)} }) /** fetch data from the table: "tournament_free_agents" using primary key columns */ tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "tournament_invites" */ + tournament_invites?: (tournament_invitesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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_invites_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invites_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_invites" */ + tournament_invites_aggregate?: (tournament_invites_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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_invites_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invites_bool_exp | null)} }) + /** fetch data from the table: "tournament_invites" using primary key columns */ + tournament_invites_by_pk?: (tournament_invitesGenqlSelection & { __args: {id: Scalars['uuid']} }) /** fetch data from the table: "tournament_leaderboard_entries" */ tournament_leaderboard_entries?: (tournament_leaderboard_entriesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -93100,6 +94277,32 @@ export interface query_rootGenqlSelection{ order_by?: (tournament_leaderboard_entries_order_by[] | null), /** filter the rows returned */ where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** fetch data from the table: "tournament_no_shows" */ + tournament_no_shows?: (tournament_no_showsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_no_shows_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_no_shows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_no_shows_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_no_shows" */ + tournament_no_shows_aggregate?: (tournament_no_shows_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_no_shows_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_no_shows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_no_shows_bool_exp | null)} }) + /** fetch data from the table: "tournament_no_shows" using primary key columns */ + tournament_no_shows_by_pk?: (tournament_no_showsGenqlSelection & { __args: {id: Scalars['uuid']} }) /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams?: (tournament_organizer_teamsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -97722,6 +98925,74 @@ export interface subscription_rootGenqlSelection{ cursor: (e_ready_settings_stream_cursor_input | null)[], /** filter the rows returned */ where?: (e_ready_settings_bool_exp | null)} }) + /** fetch data from the table: "e_sanction_scopes" */ + e_sanction_scopes?: (e_sanction_scopesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_scopes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_sanction_scopes_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_scopes_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_sanction_scopes" */ + e_sanction_scopes_aggregate?: (e_sanction_scopes_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_scopes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_sanction_scopes_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_scopes_bool_exp | null)} }) + /** fetch data from the table: "e_sanction_scopes" using primary key columns */ + e_sanction_scopes_by_pk?: (e_sanction_scopesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_sanction_scopes" */ + e_sanction_scopes_stream?: (e_sanction_scopesGenqlSelection & { __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_sanction_scopes_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_sanction_scopes_bool_exp | null)} }) + /** fetch data from the table: "e_sanction_sources" */ + e_sanction_sources?: (e_sanction_sourcesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_sanction_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_sources_bool_exp | null)} }) + /** fetch aggregated fields from the table: "e_sanction_sources" */ + e_sanction_sources_aggregate?: (e_sanction_sources_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (e_sanction_sources_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** skip the first n rows. Use only with order_by */ + offset?: (Scalars['Int'] | null), + /** sort the rows by one or more columns */ + order_by?: (e_sanction_sources_order_by[] | null), + /** filter the rows returned */ + where?: (e_sanction_sources_bool_exp | null)} }) + /** fetch data from the table: "e_sanction_sources" using primary key columns */ + e_sanction_sources_by_pk?: (e_sanction_sourcesGenqlSelection & { __args: {value: Scalars['String']} }) + /** fetch data from the table in a streaming manner: "e_sanction_sources" */ + e_sanction_sources_stream?: (e_sanction_sourcesGenqlSelection & { __args: { + /** maximum number of rows returned in a single batch */ + batch_size: Scalars['Int'], + /** cursor to stream the results returned by the query */ + cursor: (e_sanction_sources_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (e_sanction_sources_bool_exp | null)} }) /** fetch data from the table: "e_sanction_types" */ e_sanction_types?: (e_sanction_typesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -102094,6 +103365,40 @@ export interface subscription_rootGenqlSelection{ cursor: (tournament_free_agents_stream_cursor_input | null)[], /** filter the rows returned */ where?: (tournament_free_agents_bool_exp | null)} }) + /** fetch data from the table: "tournament_invites" */ + tournament_invites?: (tournament_invitesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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_invites_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invites_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_invites" */ + tournament_invites_aggregate?: (tournament_invites_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_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_invites_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invites_bool_exp | null)} }) + /** fetch data from the table: "tournament_invites" using primary key columns */ + tournament_invites_by_pk?: (tournament_invitesGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_invites" */ + tournament_invites_stream?: (tournament_invitesGenqlSelection & { __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_invites_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_invites_bool_exp | null)} }) /** fetch data from the table: "tournament_leaderboard_entries" */ tournament_leaderboard_entries?: (tournament_leaderboard_entriesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -102126,6 +103431,40 @@ export interface subscription_rootGenqlSelection{ cursor: (tournament_leaderboard_entries_stream_cursor_input | null)[], /** filter the rows returned */ where?: (tournament_leaderboard_entries_bool_exp | null)} }) + /** fetch data from the table: "tournament_no_shows" */ + tournament_no_shows?: (tournament_no_showsGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_no_shows_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_no_shows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_no_shows_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_no_shows" */ + tournament_no_shows_aggregate?: (tournament_no_shows_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_no_shows_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_no_shows_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_no_shows_bool_exp | null)} }) + /** fetch data from the table: "tournament_no_shows" using primary key columns */ + tournament_no_shows_by_pk?: (tournament_no_showsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_no_shows" */ + tournament_no_shows_stream?: (tournament_no_showsGenqlSelection & { __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_no_shows_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_no_shows_bool_exp | null)} }) /** fetch data from the table: "tournament_organizer_teams" */ tournament_organizer_teams?: (tournament_organizer_teamsGenqlSelection & { __args?: { /** distinct select on columns */ @@ -107350,6 +108689,7 @@ export interface tournament_free_agentsGenqlSelection{ /** An object relationship */ e_tournament_free_agent_status?: e_tournament_free_agent_statusesGenqlSelection id?: boolean | number + party_id?: boolean | number /** An object relationship */ player?: playersGenqlSelection player_steam_id?: boolean | number @@ -107419,7 +108759,7 @@ export interface tournament_free_agents_avg_order_by {player_steam_id?: (order_b /** Boolean expression to filter rows from the table "tournament_free_agents". All fields are combined with a logical 'AND'. */ -export interface tournament_free_agents_bool_exp {_and?: (tournament_free_agents_bool_exp[] | null),_not?: (tournament_free_agents_bool_exp | null),_or?: (tournament_free_agents_bool_exp[] | null),checked_in_at?: (timestamptz_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_bool_exp | null),id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),status?: (e_tournament_free_agent_statuses_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)} +export interface tournament_free_agents_bool_exp {_and?: (tournament_free_agents_bool_exp[] | null),_not?: (tournament_free_agents_bool_exp | null),_or?: (tournament_free_agents_bool_exp[] | null),checked_in_at?: (timestamptz_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_bool_exp | null),id?: (uuid_comparison_exp | null),party_id?: (uuid_comparison_exp | null),player?: (players_bool_exp | null),player_steam_id?: (bigint_comparison_exp | null),status?: (e_tournament_free_agent_statuses_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 incrementing numeric columns in table "tournament_free_agents" */ @@ -107429,7 +108769,7 @@ export interface tournament_free_agents_inc_input {player_steam_id?: (Scalars['b /** input type for inserting data into table "tournament_free_agents" */ export interface tournament_free_agents_insert_input {checked_in_at?: (Scalars['timestamptz'] | null), /** Registration priority: decides who makes the cut */ -created_at?: (Scalars['timestamptz'] | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_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)} +created_at?: (Scalars['timestamptz'] | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_obj_rel_insert_input | null),id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),player?: (players_obj_rel_insert_input | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_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 */ @@ -107438,6 +108778,7 @@ export interface tournament_free_agents_max_fieldsGenqlSelection{ /** Registration priority: decides who makes the cut */ created_at?: boolean | number id?: boolean | number + party_id?: boolean | number player_steam_id?: boolean | number tournament_id?: boolean | number tournament_team_id?: boolean | number @@ -107449,7 +108790,7 @@ export interface tournament_free_agents_max_fieldsGenqlSelection{ /** order by max() on columns of table "tournament_free_agents" */ export interface tournament_free_agents_max_order_by {checked_in_at?: (order_by | null), /** Registration priority: decides who makes the cut */ -created_at?: (order_by | null),id?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} +created_at?: (order_by | null),id?: (order_by | null),party_id?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} /** aggregate min on columns */ @@ -107458,6 +108799,7 @@ export interface tournament_free_agents_min_fieldsGenqlSelection{ /** Registration priority: decides who makes the cut */ created_at?: boolean | number id?: boolean | number + party_id?: boolean | number player_steam_id?: boolean | number tournament_id?: boolean | number tournament_team_id?: boolean | number @@ -107469,7 +108811,7 @@ export interface tournament_free_agents_min_fieldsGenqlSelection{ /** order by min() on columns of table "tournament_free_agents" */ export interface tournament_free_agents_min_order_by {checked_in_at?: (order_by | null), /** Registration priority: decides who makes the cut */ -created_at?: (order_by | null),id?: (order_by | null),player_steam_id?: (order_by | null),tournament_id?: (order_by | null),tournament_team_id?: (order_by | null)} +created_at?: (order_by | null),id?: (order_by | null),party_id?: (order_by | null),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_free_agents" */ @@ -107488,7 +108830,7 @@ export interface tournament_free_agents_on_conflict {constraint: tournament_free /** Ordering options when selecting data from "tournament_free_agents". */ -export interface tournament_free_agents_order_by {checked_in_at?: (order_by | null),created_at?: (order_by | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_order_by | null),id?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),status?: (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)} +export interface tournament_free_agents_order_by {checked_in_at?: (order_by | null),created_at?: (order_by | null),e_tournament_free_agent_status?: (e_tournament_free_agent_statuses_order_by | null),id?: (order_by | null),party_id?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),status?: (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_free_agents */ @@ -107498,7 +108840,7 @@ export interface tournament_free_agents_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "tournament_free_agents" */ export interface tournament_free_agents_set_input {checked_in_at?: (Scalars['timestamptz'] | null), /** Registration priority: decides who makes the cut */ -created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} +created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ @@ -107548,7 +108890,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ export interface tournament_free_agents_stream_cursor_value_input {checked_in_at?: (Scalars['timestamptz'] | null), /** Registration priority: decides who makes the cut */ -created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} +created_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),party_id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),status?: (e_tournament_free_agent_statuses_enum | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ @@ -107607,6 +108949,206 @@ export interface tournament_free_agents_variance_fieldsGenqlSelection{ export interface tournament_free_agents_variance_order_by {player_steam_id?: (order_by | null)} +/** columns and relationships of "tournament_invites" */ +export interface tournament_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 */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "tournament_invites" */ +export interface tournament_invites_aggregateGenqlSelection{ + aggregate?: tournament_invites_aggregate_fieldsGenqlSelection + nodes?: tournament_invitesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "tournament_invites" */ +export interface tournament_invites_aggregate_fieldsGenqlSelection{ + avg?: tournament_invites_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_invites_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_invites_max_fieldsGenqlSelection + min?: tournament_invites_min_fieldsGenqlSelection + stddev?: tournament_invites_stddev_fieldsGenqlSelection + stddev_pop?: tournament_invites_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_invites_stddev_samp_fieldsGenqlSelection + sum?: tournament_invites_sum_fieldsGenqlSelection + var_pop?: tournament_invites_var_pop_fieldsGenqlSelection + var_samp?: tournament_invites_var_samp_fieldsGenqlSelection + variance?: tournament_invites_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface tournament_invites_avg_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "tournament_invites". All fields are combined with a logical 'AND'. */ +export interface tournament_invites_bool_exp {_and?: (tournament_invites_bool_exp[] | null),_not?: (tournament_invites_bool_exp | null),_or?: (tournament_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),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "tournament_invites" */ +export interface tournament_invites_inc_input {invited_by_player_steam_id?: (Scalars['bigint'] | null),steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "tournament_invites" */ +export interface tournament_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),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface tournament_invites_max_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface tournament_invites_min_fieldsGenqlSelection{ + created_at?: boolean | number + id?: boolean | number + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + tournament_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "tournament_invites" */ +export interface tournament_invites_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_invitesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "tournament_invites" */ +export interface tournament_invites_on_conflict {constraint: tournament_invites_constraint,update_columns?: tournament_invites_update_column[],where?: (tournament_invites_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_invites". */ +export interface tournament_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),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} + + +/** primary key columns input for table: tournament_invites */ +export interface tournament_invites_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_invites" */ +export interface tournament_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_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_invites_stddev_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_invites_stddev_pop_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_invites_stddev_samp_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "tournament_invites" */ +export interface tournament_invites_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_invites_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_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_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_invites_sum_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_invites_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_invites_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_invites_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_invites_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_invites_var_pop_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface tournament_invites_var_samp_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface tournament_invites_variance_fieldsGenqlSelection{ + invited_by_player_steam_id?: boolean | number + steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** columns and relationships of "tournament_leaderboard_entries" */ export interface tournament_leaderboard_entriesGenqlSelection{ adr?: boolean | number @@ -107880,6 +109422,198 @@ export interface tournament_leaderboard_entries_variance_fieldsGenqlSelection{ } +/** columns and relationships of "tournament_no_shows" */ +export interface tournament_no_showsGenqlSelection{ + id?: boolean | number + occurred_at?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: 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_no_shows" */ +export interface tournament_no_shows_aggregateGenqlSelection{ + aggregate?: tournament_no_shows_aggregate_fieldsGenqlSelection + nodes?: tournament_no_showsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "tournament_no_shows" */ +export interface tournament_no_shows_aggregate_fieldsGenqlSelection{ + avg?: tournament_no_shows_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_no_shows_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_no_shows_max_fieldsGenqlSelection + min?: tournament_no_shows_min_fieldsGenqlSelection + stddev?: tournament_no_shows_stddev_fieldsGenqlSelection + stddev_pop?: tournament_no_shows_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_no_shows_stddev_samp_fieldsGenqlSelection + sum?: tournament_no_shows_sum_fieldsGenqlSelection + var_pop?: tournament_no_shows_var_pop_fieldsGenqlSelection + var_samp?: tournament_no_shows_var_samp_fieldsGenqlSelection + variance?: tournament_no_shows_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface tournament_no_shows_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "tournament_no_shows". All fields are combined with a logical 'AND'. */ +export interface tournament_no_shows_bool_exp {_and?: (tournament_no_shows_bool_exp[] | null),_not?: (tournament_no_shows_bool_exp | null),_or?: (tournament_no_shows_bool_exp[] | null),id?: (uuid_comparison_exp | null),occurred_at?: (timestamptz_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),tournament_team?: (tournament_teams_bool_exp | null),tournament_team_id?: (uuid_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "tournament_no_shows" */ +export interface tournament_no_shows_inc_input {player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "tournament_no_shows" */ +export interface tournament_no_shows_insert_input {id?: (Scalars['uuid'] | null),occurred_at?: (Scalars['timestamptz'] | 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),tournament_team?: (tournament_teams_obj_rel_insert_input | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate max on columns */ +export interface tournament_no_shows_max_fieldsGenqlSelection{ + id?: boolean | number + occurred_at?: boolean | number + player_steam_id?: boolean | number + tournament_id?: boolean | number + tournament_team_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface tournament_no_shows_min_fieldsGenqlSelection{ + id?: boolean | number + occurred_at?: boolean | number + 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 "tournament_no_shows" */ +export interface tournament_no_shows_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_no_showsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "tournament_no_shows" */ +export interface tournament_no_shows_on_conflict {constraint: tournament_no_shows_constraint,update_columns?: tournament_no_shows_update_column[],where?: (tournament_no_shows_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_no_shows". */ +export interface tournament_no_shows_order_by {id?: (order_by | null),occurred_at?: (order_by | null),player?: (players_order_by | null),player_steam_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)} + + +/** primary key columns input for table: tournament_no_shows */ +export interface tournament_no_shows_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_no_shows" */ +export interface tournament_no_shows_set_input {id?: (Scalars['uuid'] | null),occurred_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_no_shows_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_no_shows_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_no_shows_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "tournament_no_shows" */ +export interface tournament_no_shows_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_no_shows_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_no_shows_stream_cursor_value_input {id?: (Scalars['uuid'] | null),occurred_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null),tournament_team_id?: (Scalars['uuid'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_no_shows_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_no_shows_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_no_shows_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_no_shows_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_no_shows_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_no_shows_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface tournament_no_shows_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface tournament_no_shows_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** columns and relationships of "tournament_organizer_teams" */ export interface tournament_organizer_teamsGenqlSelection{ created_at?: boolean | number @@ -128480,6 +130214,166 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const e_sanction_scopes_possibleTypes: string[] = ['e_sanction_scopes'] + export const ise_sanction_scopes = (obj?: { __typename?: any } | null): obj is e_sanction_scopes => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_scopes"') + return e_sanction_scopes_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_scopes_aggregate_possibleTypes: string[] = ['e_sanction_scopes_aggregate'] + export const ise_sanction_scopes_aggregate = (obj?: { __typename?: any } | null): obj is e_sanction_scopes_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_scopes_aggregate"') + return e_sanction_scopes_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_scopes_aggregate_fields_possibleTypes: string[] = ['e_sanction_scopes_aggregate_fields'] + export const ise_sanction_scopes_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_sanction_scopes_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_scopes_aggregate_fields"') + return e_sanction_scopes_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_scopes_max_fields_possibleTypes: string[] = ['e_sanction_scopes_max_fields'] + export const ise_sanction_scopes_max_fields = (obj?: { __typename?: any } | null): obj is e_sanction_scopes_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_scopes_max_fields"') + return e_sanction_scopes_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_scopes_min_fields_possibleTypes: string[] = ['e_sanction_scopes_min_fields'] + export const ise_sanction_scopes_min_fields = (obj?: { __typename?: any } | null): obj is e_sanction_scopes_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_scopes_min_fields"') + return e_sanction_scopes_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_scopes_mutation_response_possibleTypes: string[] = ['e_sanction_scopes_mutation_response'] + export const ise_sanction_scopes_mutation_response = (obj?: { __typename?: any } | null): obj is e_sanction_scopes_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_scopes_mutation_response"') + return e_sanction_scopes_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_possibleTypes: string[] = ['e_sanction_sources'] + export const ise_sanction_sources = (obj?: { __typename?: any } | null): obj is e_sanction_sources => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources"') + return e_sanction_sources_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_aggregate_possibleTypes: string[] = ['e_sanction_sources_aggregate'] + export const ise_sanction_sources_aggregate = (obj?: { __typename?: any } | null): obj is e_sanction_sources_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_aggregate"') + return e_sanction_sources_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_aggregate_fields_possibleTypes: string[] = ['e_sanction_sources_aggregate_fields'] + export const ise_sanction_sources_aggregate_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_aggregate_fields"') + return e_sanction_sources_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_avg_fields_possibleTypes: string[] = ['e_sanction_sources_avg_fields'] + export const ise_sanction_sources_avg_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_avg_fields"') + return e_sanction_sources_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_max_fields_possibleTypes: string[] = ['e_sanction_sources_max_fields'] + export const ise_sanction_sources_max_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_max_fields"') + return e_sanction_sources_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_min_fields_possibleTypes: string[] = ['e_sanction_sources_min_fields'] + export const ise_sanction_sources_min_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_min_fields"') + return e_sanction_sources_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_mutation_response_possibleTypes: string[] = ['e_sanction_sources_mutation_response'] + export const ise_sanction_sources_mutation_response = (obj?: { __typename?: any } | null): obj is e_sanction_sources_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_mutation_response"') + return e_sanction_sources_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_stddev_fields_possibleTypes: string[] = ['e_sanction_sources_stddev_fields'] + export const ise_sanction_sources_stddev_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_stddev_fields"') + return e_sanction_sources_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_stddev_pop_fields_possibleTypes: string[] = ['e_sanction_sources_stddev_pop_fields'] + export const ise_sanction_sources_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_stddev_pop_fields"') + return e_sanction_sources_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_stddev_samp_fields_possibleTypes: string[] = ['e_sanction_sources_stddev_samp_fields'] + export const ise_sanction_sources_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_stddev_samp_fields"') + return e_sanction_sources_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_sum_fields_possibleTypes: string[] = ['e_sanction_sources_sum_fields'] + export const ise_sanction_sources_sum_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_sum_fields"') + return e_sanction_sources_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_var_pop_fields_possibleTypes: string[] = ['e_sanction_sources_var_pop_fields'] + export const ise_sanction_sources_var_pop_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_var_pop_fields"') + return e_sanction_sources_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_var_samp_fields_possibleTypes: string[] = ['e_sanction_sources_var_samp_fields'] + export const ise_sanction_sources_var_samp_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_var_samp_fields"') + return e_sanction_sources_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const e_sanction_sources_variance_fields_possibleTypes: string[] = ['e_sanction_sources_variance_fields'] + export const ise_sanction_sources_variance_fields = (obj?: { __typename?: any } | null): obj is e_sanction_sources_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "ise_sanction_sources_variance_fields"') + return e_sanction_sources_variance_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"') @@ -139712,6 +141606,118 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_invites_possibleTypes: string[] = ['tournament_invites'] + export const istournament_invites = (obj?: { __typename?: any } | null): obj is tournament_invites => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites"') + return tournament_invites_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_aggregate_possibleTypes: string[] = ['tournament_invites_aggregate'] + export const istournament_invites_aggregate = (obj?: { __typename?: any } | null): obj is tournament_invites_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_aggregate"') + return tournament_invites_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_aggregate_fields_possibleTypes: string[] = ['tournament_invites_aggregate_fields'] + export const istournament_invites_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_aggregate_fields"') + return tournament_invites_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_avg_fields_possibleTypes: string[] = ['tournament_invites_avg_fields'] + export const istournament_invites_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_avg_fields"') + return tournament_invites_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_max_fields_possibleTypes: string[] = ['tournament_invites_max_fields'] + export const istournament_invites_max_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_max_fields"') + return tournament_invites_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_min_fields_possibleTypes: string[] = ['tournament_invites_min_fields'] + export const istournament_invites_min_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_min_fields"') + return tournament_invites_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_mutation_response_possibleTypes: string[] = ['tournament_invites_mutation_response'] + export const istournament_invites_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_invites_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_mutation_response"') + return tournament_invites_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_stddev_fields_possibleTypes: string[] = ['tournament_invites_stddev_fields'] + export const istournament_invites_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_stddev_fields"') + return tournament_invites_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_stddev_pop_fields_possibleTypes: string[] = ['tournament_invites_stddev_pop_fields'] + export const istournament_invites_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_stddev_pop_fields"') + return tournament_invites_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_stddev_samp_fields_possibleTypes: string[] = ['tournament_invites_stddev_samp_fields'] + export const istournament_invites_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_stddev_samp_fields"') + return tournament_invites_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_sum_fields_possibleTypes: string[] = ['tournament_invites_sum_fields'] + export const istournament_invites_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_sum_fields"') + return tournament_invites_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_var_pop_fields_possibleTypes: string[] = ['tournament_invites_var_pop_fields'] + export const istournament_invites_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_var_pop_fields"') + return tournament_invites_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_var_samp_fields_possibleTypes: string[] = ['tournament_invites_var_samp_fields'] + export const istournament_invites_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_var_samp_fields"') + return tournament_invites_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invites_variance_fields_possibleTypes: string[] = ['tournament_invites_variance_fields'] + export const istournament_invites_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_invites_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites_variance_fields"') + return tournament_invites_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const tournament_leaderboard_entries_possibleTypes: string[] = ['tournament_leaderboard_entries'] export const istournament_leaderboard_entries = (obj?: { __typename?: any } | null): obj is tournament_leaderboard_entries => { if (!obj?.__typename) throw new Error('__typename is missing in "istournament_leaderboard_entries"') @@ -139824,6 +141830,118 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_no_shows_possibleTypes: string[] = ['tournament_no_shows'] + export const istournament_no_shows = (obj?: { __typename?: any } | null): obj is tournament_no_shows => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows"') + return tournament_no_shows_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_aggregate_possibleTypes: string[] = ['tournament_no_shows_aggregate'] + export const istournament_no_shows_aggregate = (obj?: { __typename?: any } | null): obj is tournament_no_shows_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_aggregate"') + return tournament_no_shows_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_aggregate_fields_possibleTypes: string[] = ['tournament_no_shows_aggregate_fields'] + export const istournament_no_shows_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_aggregate_fields"') + return tournament_no_shows_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_avg_fields_possibleTypes: string[] = ['tournament_no_shows_avg_fields'] + export const istournament_no_shows_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_avg_fields"') + return tournament_no_shows_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_max_fields_possibleTypes: string[] = ['tournament_no_shows_max_fields'] + export const istournament_no_shows_max_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_max_fields"') + return tournament_no_shows_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_min_fields_possibleTypes: string[] = ['tournament_no_shows_min_fields'] + export const istournament_no_shows_min_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_min_fields"') + return tournament_no_shows_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_mutation_response_possibleTypes: string[] = ['tournament_no_shows_mutation_response'] + export const istournament_no_shows_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_no_shows_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_mutation_response"') + return tournament_no_shows_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_stddev_fields_possibleTypes: string[] = ['tournament_no_shows_stddev_fields'] + export const istournament_no_shows_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_stddev_fields"') + return tournament_no_shows_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_stddev_pop_fields_possibleTypes: string[] = ['tournament_no_shows_stddev_pop_fields'] + export const istournament_no_shows_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_stddev_pop_fields"') + return tournament_no_shows_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_stddev_samp_fields_possibleTypes: string[] = ['tournament_no_shows_stddev_samp_fields'] + export const istournament_no_shows_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_stddev_samp_fields"') + return tournament_no_shows_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_sum_fields_possibleTypes: string[] = ['tournament_no_shows_sum_fields'] + export const istournament_no_shows_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_sum_fields"') + return tournament_no_shows_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_var_pop_fields_possibleTypes: string[] = ['tournament_no_shows_var_pop_fields'] + export const istournament_no_shows_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_var_pop_fields"') + return tournament_no_shows_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_var_samp_fields_possibleTypes: string[] = ['tournament_no_shows_var_samp_fields'] + export const istournament_no_shows_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_var_samp_fields"') + return tournament_no_shows_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_no_shows_variance_fields_possibleTypes: string[] = ['tournament_no_shows_variance_fields'] + export const istournament_no_shows_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_no_shows_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_no_shows_variance_fields"') + return tournament_no_shows_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const tournament_organizer_teams_possibleTypes: string[] = ['tournament_organizer_teams'] export const istournament_organizer_teams = (obj?: { __typename?: any } | null): obj is tournament_organizer_teams => { if (!obj?.__typename) throw new Error('__typename is missing in "istournament_organizer_teams"') @@ -147429,6 +149547,46 @@ export const enumEReadySettingsUpdateColumn = { value: 'value' as const } +export const enumESanctionScopesConstraint = { + e_sanction_scopes_pkey: 'e_sanction_scopes_pkey' as const +} + +export const enumESanctionScopesSelectColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumESanctionScopesUpdateColumn = { + description: 'description' as const, + value: 'value' as const +} + +export const enumESanctionSourcesConstraint = { + e_sanction_sources_pkey: 'e_sanction_sources_pkey' as const +} + +export const enumESanctionSourcesSelectColumn = { + default_durations: 'default_durations' as const, + default_enabled: 'default_enabled' as const, + default_scope: 'default_scope' as const, + default_threshold: 'default_threshold' as const, + default_window_days: 'default_window_days' as const, + description: 'description' as const, + value: 'value' as const, + writes_platform_ban: 'writes_platform_ban' as const +} + +export const enumESanctionSourcesUpdateColumn = { + default_durations: 'default_durations' as const, + default_enabled: 'default_enabled' as const, + default_scope: 'default_scope' as const, + default_threshold: 'default_threshold' as const, + default_window_days: 'default_window_days' as const, + description: 'description' as const, + value: 'value' as const, + writes_platform_ban: 'writes_platform_ban' as const +} + export const enumESanctionTypesConstraint = { e_sanction_types_pkey: 'e_sanction_types_pkey' as const } @@ -151424,6 +153582,7 @@ export const enumTournamentFreeAgentsSelectColumn = { checked_in_at: 'checked_in_at' as const, created_at: 'created_at' as const, id: 'id' as const, + party_id: 'party_id' as const, player_steam_id: 'player_steam_id' as const, status: 'status' as const, tournament_id: 'tournament_id' as const, @@ -151434,12 +153593,34 @@ export const enumTournamentFreeAgentsUpdateColumn = { checked_in_at: 'checked_in_at' as const, created_at: 'created_at' as const, id: 'id' as const, + party_id: 'party_id' as const, player_steam_id: 'player_steam_id' as const, status: 'status' as const, tournament_id: 'tournament_id' as const, tournament_team_id: 'tournament_team_id' as const } +export const enumTournamentInvitesConstraint = { + tournament_invites_pkey: 'tournament_invites_pkey' as const, + tournament_invites_tournament_id_steam_id_key: 'tournament_invites_tournament_id_steam_id_key' as const +} + +export const enumTournamentInvitesSelectColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + invited_by_player_steam_id: 'invited_by_player_steam_id' as const, + steam_id: 'steam_id' as const, + tournament_id: 'tournament_id' as const +} + +export const enumTournamentInvitesUpdateColumn = { + created_at: 'created_at' as const, + id: 'id' as const, + invited_by_player_steam_id: 'invited_by_player_steam_id' as const, + steam_id: 'steam_id' as const, + tournament_id: 'tournament_id' as const +} + export const enumTournamentLeaderboardEntriesSelectColumn = { adr: 'adr' as const, assists: 'assists' as const, @@ -151459,6 +153640,27 @@ export const enumTournamentLeaderboardEntriesSelectColumn = { tournament_team_id: 'tournament_team_id' as const } +export const enumTournamentNoShowsConstraint = { + tournament_no_shows_pkey: 'tournament_no_shows_pkey' as const, + tournament_no_shows_tournament_player_key: 'tournament_no_shows_tournament_player_key' as const +} + +export const enumTournamentNoShowsSelectColumn = { + id: 'id' as const, + occurred_at: 'occurred_at' as const, + player_steam_id: 'player_steam_id' as const, + tournament_id: 'tournament_id' as const, + tournament_team_id: 'tournament_team_id' as const +} + +export const enumTournamentNoShowsUpdateColumn = { + id: 'id' as const, + occurred_at: 'occurred_at' as const, + player_steam_id: 'player_steam_id' as const, + tournament_id: 'tournament_id' as const, + tournament_team_id: 'tournament_team_id' as const +} + export const enumTournamentOrganizerTeamsConstraint = { tournament_organizer_teams_pkey: 'tournament_organizer_teams_pkey' as const } diff --git a/generated/types.ts b/generated/types.ts index fe3c67699..2977b3045 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -195,596 +195,599 @@ export default { 1334, 1338, 1344, - 1345, - 1355, - 1359, - 1365, - 1366, - 1375, - 1379, - 1385, - 1386, - 1395, - 1399, + 1353, + 1357, + 1364, + 1373, + 1381, + 1390, + 1391, + 1401, 1405, - 1406, - 1415, - 1419, + 1411, + 1412, + 1421, 1425, - 1426, - 1435, - 1439, + 1431, + 1432, + 1441, 1445, - 1446, - 1456, - 1460, - 1466, - 1467, - 1476, - 1480, - 1486, - 1487, - 1496, - 1500, + 1451, + 1452, + 1461, + 1465, + 1471, + 1472, + 1481, + 1485, + 1491, + 1492, + 1502, 1506, - 1507, - 1517, - 1521, - 1527, - 1528, - 1538, + 1512, + 1513, + 1522, + 1526, + 1532, + 1533, 1542, - 1548, - 1549, - 1558, - 1562, - 1568, - 1569, - 1579, - 1583, - 1589, - 1590, - 1600, + 1546, + 1552, + 1553, + 1563, + 1567, + 1573, + 1574, + 1584, + 1588, + 1594, + 1595, 1604, - 1610, - 1611, - 1620, - 1624, - 1630, - 1631, - 1641, - 1645, - 1651, - 1652, - 1661, - 1665, - 1671, - 1672, - 1681, - 1685, + 1608, + 1614, + 1615, + 1625, + 1629, + 1635, + 1636, + 1646, + 1650, + 1656, + 1657, + 1666, + 1670, + 1676, + 1677, + 1687, 1691, - 1692, - 1701, - 1705, + 1697, + 1698, + 1707, 1711, - 1712, - 1721, - 1725, + 1717, + 1718, + 1727, 1731, - 1732, - 1741, - 1745, + 1737, + 1738, + 1747, 1751, - 1752, - 1761, - 1765, + 1757, + 1758, + 1767, 1771, - 1772, - 1781, - 1785, + 1777, + 1778, + 1787, 1791, - 1799, - 1803, - 1815, + 1797, + 1798, + 1807, + 1811, + 1817, + 1818, + 1827, + 1831, 1837, - 1848, - 1860, - 1868, - 1880, - 1898, - 1909, - 1921, - 1939, - 1950, - 1962, - 1978, - 1988, - 1992, - 2002, - 2012, - 2016, - 2023, - 2033, - 2041, - 2046, - 2053, + 1845, + 1849, + 1861, + 1883, + 1894, + 1906, + 1914, + 1926, + 1944, + 1955, + 1967, + 1985, + 1996, + 2008, + 2024, + 2034, + 2038, + 2048, + 2058, 2062, - 2070, - 2088, - 2103, - 2104, - 2105, - 2117, - 2129, - 2138, - 2142, - 2148, - 2156, - 2160, - 2174, - 2185, - 2186, - 2187, - 2199, - 2213, - 2226, - 2234, - 2249, + 2069, + 2079, + 2087, + 2092, + 2099, + 2108, + 2116, + 2134, + 2149, + 2150, + 2151, + 2163, + 2175, + 2184, + 2188, + 2194, + 2202, + 2206, + 2220, + 2231, + 2232, + 2233, + 2245, 2259, - 2260, - 2261, - 2265, + 2272, 2280, - 2296, - 2297, - 2298, - 2310, - 2324, - 2338, - 2346, - 2357, + 2295, + 2305, + 2306, + 2307, + 2311, + 2326, + 2342, + 2343, + 2344, + 2356, 2370, - 2378, - 2388, - 2390, + 2384, 2392, - 2406, + 2403, + 2416, 2424, 2434, - 2442, - 2457, - 2468, + 2436, + 2438, + 2452, + 2470, 2480, - 2498, - 2509, - 2521, - 2539, - 2550, - 2562, - 2578, - 2589, - 2593, - 2601, - 2615, - 2623, - 2638, - 2649, + 2488, + 2503, + 2514, + 2526, + 2544, + 2555, + 2567, + 2585, + 2596, + 2608, + 2624, + 2635, + 2639, + 2647, 2661, - 2679, - 2690, - 2702, - 2720, - 2732, - 2744, - 2756, - 2765, - 2769, - 2775, - 2784, - 2788, + 2669, + 2684, + 2695, + 2707, + 2725, + 2736, + 2748, + 2766, + 2778, + 2790, 2802, - 2813, - 2814, + 2811, 2815, - 2827, - 2840, - 2852, - 2856, - 2862, - 2871, - 2875, - 2887, + 2821, + 2830, + 2834, + 2848, + 2859, + 2860, + 2861, + 2873, + 2886, 2898, - 2899, - 2900, - 2904, - 2916, - 2928, - 2940, - 2959, + 2902, + 2908, + 2917, + 2921, + 2933, + 2944, + 2945, + 2946, + 2950, + 2962, 2974, 2986, - 3006, - 3017, - 3018, - 3019, - 3031, - 3049, - 3061, - 3073, - 3094, - 3110, - 3111, - 3112, - 3124, - 3142, - 3153, - 3165, - 3183, - 3193, - 3194, - 3195, + 3005, + 3020, + 3032, + 3052, + 3063, + 3064, + 3065, + 3077, + 3095, + 3107, + 3119, + 3140, + 3156, + 3157, + 3158, + 3170, + 3188, 3199, 3211, - 3223, - 3235, - 3255, - 3267, - 3268, + 3229, + 3239, + 3240, + 3241, + 3245, + 3257, 3269, 3281, - 3299, - 3309, - 3310, - 3311, + 3301, + 3313, + 3314, 3315, - 3330, + 3327, 3345, - 3346, - 3347, - 3359, - 3371, - 3379, - 3383, - 3397, - 3409, - 3410, - 3411, - 3423, - 3435, + 3355, + 3356, + 3357, + 3361, + 3376, + 3391, + 3392, + 3393, + 3405, + 3417, + 3425, + 3429, 3443, - 3447, - 3474, - 3475, - 3476, - 3500, - 3509, - 3517, - 3527, - 3536, - 3544, - 3562, - 3577, - 3578, - 3579, - 3591, - 3599, - 3601, - 3612, + 3455, + 3456, + 3457, + 3469, + 3481, + 3489, + 3493, + 3520, + 3521, + 3522, + 3546, + 3555, + 3563, + 3573, + 3582, + 3590, + 3608, 3623, - 3635, - 3648, + 3624, + 3625, + 3637, + 3645, + 3647, 3658, - 3666, - 3676, - 3685, - 3693, - 3708, - 3719, + 3669, + 3681, + 3694, + 3704, + 3712, + 3722, 3731, - 3751, - 3762, - 3763, - 3764, - 3776, - 3792, - 3812, - 3823, - 3835, - 3848, - 3857, - 3865, - 3880, - 3891, + 3739, + 3754, + 3765, + 3777, + 3797, + 3808, + 3809, + 3810, + 3822, + 3838, + 3858, + 3869, + 3881, + 3894, 3903, - 3923, - 3934, - 3935, - 3936, - 3948, - 3978, - 3989, - 4001, - 4009, - 4020, - 4021, - 4022, - 4034, - 4053, - 4075, - 4086, - 4098, - 4114, - 4140, - 4167, - 4178, - 4190, - 4206, - 4226, - 4237, - 4249, - 4267, - 4278, - 4290, - 4318, - 4329, - 4330, - 4331, - 4332, - 4333, - 4334, - 4335, + 3911, + 3926, + 3937, + 3949, + 3969, + 3980, + 3981, + 3982, + 3994, + 4024, + 4035, + 4047, + 4055, + 4066, + 4067, + 4068, + 4080, + 4099, + 4121, + 4132, + 4144, + 4160, + 4186, + 4213, + 4224, + 4236, + 4252, + 4272, + 4283, + 4295, + 4313, + 4324, 4336, - 4337, - 4349, - 4362, - 4372, + 4364, + 4375, + 4376, + 4377, + 4378, + 4379, 4380, - 4391, - 4404, - 4412, - 4422, - 4431, - 4439, - 4454, - 4465, + 4381, + 4382, + 4383, + 4395, + 4408, + 4418, + 4426, + 4437, + 4450, + 4458, + 4468, 4477, - 4495, - 4506, - 4518, - 4542, + 4485, + 4500, + 4511, + 4523, + 4541, + 4552, 4564, - 4574, - 4582, - 4592, - 4601, - 4609, - 4619, + 4588, + 4610, + 4620, 4628, - 4636, - 4654, - 4664, + 4638, + 4647, + 4655, + 4665, 4674, 4682, - 4692, - 4701, - 4709, - 4727, - 4743, - 4744, - 4745, - 4757, - 4769, - 4777, - 4781, - 4783, - 4793, + 4700, + 4710, + 4720, + 4728, + 4738, + 4747, + 4755, + 4773, + 4789, + 4790, + 4791, 4803, - 4807, - 4814, - 4824, - 4832, - 4842, - 4851, - 4859, - 4874, - 4885, + 4815, + 4823, + 4827, + 4829, + 4839, + 4849, + 4853, + 4860, + 4870, + 4878, + 4888, 4897, - 4917, - 4928, - 4929, - 4930, - 4942, - 4955, - 4964, - 4972, - 4987, - 4997, - 4998, - 4999, - 5003, - 5015, - 5026, - 5038, - 5058, - 5070, - 5071, + 4905, + 4920, + 4931, + 4943, + 4963, + 4974, + 4975, + 4976, + 4988, + 5001, + 5010, + 5018, + 5033, + 5043, + 5044, + 5045, + 5049, + 5061, 5072, 5084, - 5097, - 5107, - 5115, - 5125, - 5134, - 5142, - 5159, + 5104, + 5116, + 5117, + 5118, + 5130, + 5143, + 5153, + 5161, 5171, - 5172, - 5173, - 5185, - 5193, - 5195, - 5196, - 5208, - 5220, - 5232, - 5252, - 5264, - 5265, + 5180, + 5188, + 5205, + 5217, + 5218, + 5219, + 5231, + 5239, + 5241, + 5242, + 5254, 5266, 5278, - 5294, - 5304, - 5308, - 5320, - 5331, - 5343, - 5362, - 5382, - 5392, - 5396, - 5408, + 5298, + 5310, + 5311, + 5312, + 5324, + 5340, + 5350, + 5354, + 5366, + 5377, + 5389, + 5402, + 5411, 5419, - 5431, - 5449, - 5460, - 5472, - 5485, - 5494, - 5502, - 5517, - 5528, - 5540, - 5561, - 5577, - 5578, - 5579, - 5591, - 5609, - 5620, - 5632, - 5650, + 5435, + 5452, + 5461, + 5469, + 5482, + 5492, + 5496, + 5508, + 5519, + 5531, + 5549, + 5560, + 5572, + 5585, + 5594, + 5602, + 5617, + 5628, + 5640, 5661, - 5673, - 5693, - 5705, - 5706, - 5707, - 5719, - 5749, + 5677, + 5678, + 5679, + 5691, + 5709, + 5720, + 5732, + 5750, 5761, - 5762, - 5763, - 5764, - 5765, - 5766, - 5767, - 5768, - 5769, - 5770, - 5771, - 5783, - 5801, - 5812, - 5824, - 5837, - 5847, - 5855, + 5773, + 5793, + 5805, + 5806, + 5807, + 5819, + 5849, + 5861, + 5862, + 5863, + 5864, 5865, - 5874, - 5882, - 5892, + 5866, + 5867, + 5868, + 5869, + 5870, + 5871, + 5883, 5901, - 5909, - 5934, - 5945, - 5946, + 5912, + 5924, + 5937, 5947, - 5948, - 5949, - 5950, - 5951, - 5952, - 5953, + 5955, 5965, - 5978, - 5988, - 5996, - 6011, - 6022, + 5974, + 5982, + 5992, + 6001, + 6009, 6034, - 6062, - 6073, - 6074, - 6075, - 6076, - 6077, + 6045, + 6046, + 6047, + 6048, + 6049, + 6050, + 6051, + 6052, + 6053, + 6065, 6078, - 6079, - 6080, - 6081, - 6093, - 6114, - 6129, - 6130, - 6131, - 6143, - 6171, - 6182, - 6183, - 6184, - 6185, - 6186, - 6187, - 6188, - 6189, - 6190, - 6202, - 6220, + 6088, + 6096, + 6111, + 6122, + 6134, + 6162, + 6173, + 6174, + 6175, + 6176, + 6177, + 6178, + 6179, + 6180, + 6181, + 6193, + 6214, + 6229, + 6230, 6231, 6243, - 6274, + 6271, + 6282, + 6283, + 6284, + 6285, + 6286, + 6287, + 6288, + 6289, 6290, - 6291, - 6292, - 6293, - 6294, - 6295, - 6296, - 6297, - 6298, - 6299, - 6300, - 6312, - 6325, - 6334, - 6342, - 6357, - 6368, - 6380, + 6302, + 6320, + 6331, + 6343, + 6374, + 6390, + 6391, + 6392, 6393, - 6403, - 6411, - 6426, - 6437, - 6449, - 6469, - 6481, - 6482, - 6483, - 6495, + 6394, + 6395, + 6396, + 6397, + 6398, + 6399, + 6400, + 6412, + 6425, + 6434, + 6442, + 6457, + 6468, + 6480, + 6493, 6503, - 6532, - 6533, - 6534, - 6535, - 6536, + 6511, + 6526, 6537, - 6538, - 6539, - 6540, - 6565, - 6591, + 6549, + 6569, + 6581, + 6582, + 6583, + 6595, + 6603, + 6632, + 6633, 6634, 6635, 6636, @@ -792,73 +795,82 @@ export default { 6638, 6639, 6640, - 6641, - 6642, - 6671, - 6699, - 6724, + 6665, + 6691, + 6734, + 6735, + 6736, + 6737, + 6738, + 6739, + 6740, + 6741, 6742, - 6760, - 6781, - 6801, - 6827, - 6852, - 6870, - 6906, - 6907, - 6908, - 6909, - 6910, - 6911, - 6912, - 6913, - 6914, - 6939, - 6957, - 6975, - 7003, - 7030, - 7048, - 7066, - 7092, - 7117, - 7135, - 7153, - 7180, - 7181, - 7182, - 7195, - 7215, + 6771, + 6799, + 6824, + 6842, + 6860, + 6881, + 6901, + 6927, + 6952, + 6970, + 7006, + 7007, + 7008, + 7009, + 7010, + 7011, + 7012, + 7013, + 7014, + 7039, + 7057, + 7075, + 7103, + 7130, + 7148, + 7166, + 7192, + 7217, 7235, - 7265, - 7277, - 7278, - 7279, + 7253, 7280, 7281, 7282, - 7283, - 7284, - 7285, - 7297, - 7331, - 7332, - 7333, - 7334, + 7295, + 7315, 7335, - 7336, - 7337, - 7338, - 7339, + 7365, + 7377, + 7378, + 7379, + 7380, + 7381, 7382, 7383, 7384, 7385, - 7386, - 7387, - 7388, - 7389, - 7390 + 7397, + 7431, + 7432, + 7433, + 7434, + 7435, + 7436, + 7437, + 7438, + 7439, + 7482, + 7483, + 7484, + 7485, + 7486, + 7487, + 7488, + 7489, + 7490 ], "types": { "ActiveConnection": { @@ -875,7 +887,7 @@ export default { 85 ], "query_start": [ - 5195 + 5241 ], "state": [ 85 @@ -904,7 +916,7 @@ export default { 85 ], "query_start": [ - 5195 + 5241 ], "state": [ 85 @@ -961,22 +973,22 @@ export default { 85 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -988,7 +1000,7 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ 85 @@ -999,7 +1011,7 @@ export default { }, "AwardRecipient": { "award_id": [ - 6503 + 6603 ], "awarded_by_steam_id": [ 85 @@ -1008,7 +1020,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -1023,13 +1035,13 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -1107,7 +1119,7 @@ export default { 41 ], "payload": [ - 2392 + 2438 ], "start_ms": [ 41 @@ -1141,7 +1153,7 @@ export default { 85 ], "match_map_id": [ - 6503 + 6603 ], "output": [ 9 @@ -1201,7 +1213,7 @@ export default { }, "CpuStat": { "time": [ - 5195 + 5241 ], "total": [ 311 @@ -1218,7 +1230,7 @@ export default { }, "CreateClipRenderOutput": { "job_id": [ - 6503 + 6603 ], "success": [ 6 @@ -1229,7 +1241,7 @@ export default { }, "CreateDraftGameOutput": { "draftGameId": [ - 6503 + 6603 ], "__typename": [ 85 @@ -1237,7 +1249,7 @@ export default { }, "CreateScheduledMatchOutput": { "matchId": [ - 6503 + 6603 ], "__typename": [ 85 @@ -1393,7 +1405,7 @@ export default { 23 ], "time": [ - 5195 + 5241 ], "__typename": [ 85 @@ -1419,7 +1431,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mode": [ 85 @@ -1498,7 +1510,7 @@ export default { 6 ], "modified": [ - 5195 + 5241 ], "name": [ 85 @@ -1602,7 +1614,7 @@ export default { 35 ], "time": [ - 5195 + 5241 ], "__typename": [ 85 @@ -1855,7 +1867,7 @@ export default { 85 ], "player": [ - 4559 + 4605 ], "profile_url": [ 85 @@ -1872,7 +1884,7 @@ export default { }, "MemoryStat": { "time": [ - 5195 + 5241 ], "total": [ 311 @@ -1889,7 +1901,7 @@ export default { 53 ], "time": [ - 5195 + 5241 ], "__typename": [ 85 @@ -1909,7 +1921,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "published_at": [ 85 @@ -2717,16 +2729,16 @@ export default { 41 ], "last_analyze": [ - 5195 + 5241 ], "last_autoanalyze": [ - 5195 + 5241 ], "last_autovacuum": [ - 5195 + 5241 ], "last_vacuum": [ - 5195 + 5241 ], "n_dead_tup": [ 41 @@ -2943,7 +2955,7 @@ export default { 41 ], "pluginsBySlug": [ - 2392 + 2438 ], "pluginsManual": [ 41 @@ -3264,7 +3276,7 @@ export default { 85 ], "next_start": [ - 5195 + 5241 ], "__typename": [ 85 @@ -3286,13 +3298,13 @@ export default { }, "TournamentAward": { "award_id": [ - 6503 + 6603 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -3304,7 +3316,7 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3320,7 +3332,7 @@ export default { }, "TournamentMatchResetImpact": { "bracket_id": [ - 6503 + 6603 ], "depth": [ 41 @@ -3329,7 +3341,7 @@ export default { 6 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 @@ -3378,7 +3390,7 @@ export default { 32 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3403,7 +3415,7 @@ export default { 41 ], "scan_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3482,7 +3494,7 @@ export default { }, "UtilityLineupOutput": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3604,7 +3616,7 @@ export default { }, "UtilityPlaybookOutput": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3621,7 +3633,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3673,7 +3685,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -3698,7 +3710,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "in_use": [ 6 @@ -3723,13 +3735,13 @@ export default { }, "UtilityPracticeSessionOutput": { "id": [ - 6503 + 6603 ], "invite_code": [ 85 ], "match_id": [ - 6503 + 6603 ], "status": [ 85 @@ -3746,7 +3758,7 @@ export default { 6 ], "session_id": [ - 6503 + 6603 ], "switching": [ 6 @@ -3796,7 +3808,7 @@ export default { 85 ], "render_id": [ - 6503 + 6603 ], "status": [ 85 @@ -3949,7 +3961,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4057,7 +4069,7 @@ export default { 6 ], "last_delivered_at": [ - 5196 + 5242 ], "managed_by_environment": [ 6 @@ -4083,10 +4095,10 @@ export default { }, "_map_pool": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4137,10 +4149,10 @@ export default { 157 ], "map_id": [ - 6505 + 6605 ], "map_pool_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -4149,10 +4161,10 @@ export default { "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4160,10 +4172,10 @@ export default { }, "_map_pool_max_fields": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4171,10 +4183,10 @@ export default { }, "_map_pool_min_fields": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4207,10 +4219,10 @@ export default { }, "_map_pool_order_by": { "map_id": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4218,10 +4230,10 @@ export default { }, "_map_pool_pk_columns_input": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4230,10 +4242,10 @@ export default { "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4252,10 +4264,10 @@ export default { }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4276,16 +4288,16 @@ export default { "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -4382,7 +4394,7 @@ export default { 181 ], "count": [ - 3601 + 3647 ], "max": [ 187 @@ -4436,7 +4448,7 @@ export default { }, "abandoned_matches_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4453,16 +4465,16 @@ export default { 182 ], "abandoned_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "steam_id": [ 313 @@ -4482,16 +4494,16 @@ export default { }, "abandoned_matches_insert_input": { "abandoned_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -4502,13 +4514,13 @@ export default { }, "abandoned_matches_max_fields": { "abandoned_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -4519,16 +4531,16 @@ export default { }, "abandoned_matches_max_order_by": { "abandoned_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4536,13 +4548,13 @@ export default { }, "abandoned_matches_min_fields": { "abandoned_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -4553,16 +4565,16 @@ export default { }, "abandoned_matches_min_order_by": { "abandoned_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4595,19 +4607,19 @@ export default { }, "abandoned_matches_order_by": { "abandoned_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4615,7 +4627,7 @@ export default { }, "abandoned_matches_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -4624,13 +4636,13 @@ export default { "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -4649,7 +4661,7 @@ export default { }, "abandoned_matches_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4665,7 +4677,7 @@ export default { }, "abandoned_matches_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4681,7 +4693,7 @@ export default { }, "abandoned_matches_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4700,13 +4712,13 @@ export default { }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -4725,7 +4737,7 @@ export default { }, "abandoned_matches_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4756,7 +4768,7 @@ export default { }, "abandoned_matches_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4772,7 +4784,7 @@ export default { }, "abandoned_matches_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4788,7 +4800,7 @@ export default { }, "abandoned_matches_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -4796,16 +4808,16 @@ export default { }, "api_keys": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "last_used_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -4891,16 +4903,16 @@ export default { 218 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "label": [ 87 ], "last_used_at": [ - 5197 + 5243 ], "steam_id": [ 313 @@ -4920,16 +4932,16 @@ export default { }, "api_keys_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "last_used_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -4940,16 +4952,16 @@ export default { }, "api_keys_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "last_used_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -4960,16 +4972,16 @@ export default { }, "api_keys_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "last_used_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -5005,19 +5017,19 @@ export default { }, "api_keys_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "last_used_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -5025,7 +5037,7 @@ export default { }, "api_keys_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5034,16 +5046,16 @@ export default { "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "last_used_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -5089,16 +5101,16 @@ export default { }, "api_keys_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "last_used_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -5156,7 +5168,7 @@ export default { }, "approve_league_season_movements_args": { "_league_season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5167,31 +5179,31 @@ export default { 283 ], "award_id": [ - 6503 + 6603 ], "awarded_by": [ - 4559 + 4605 ], "awarded_by_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season": [ - 2595 + 2641 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -5203,40 +5215,40 @@ export default { 85 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "season": [ - 4659 + 4705 ], "season_id": [ - 6503 + 6603 ], "source": [ 649 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "tournament": [ - 5727 + 5827 ], "tournament_award": [ - 5198 + 5244 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team": [ - 5681 + 5781 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5330,7 +5342,7 @@ export default { 250 ], "count": [ - 3601 + 3647 ], "max": [ 256 @@ -5390,13 +5402,13 @@ export default { }, "award_recipients_avg_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -5416,31 +5428,31 @@ export default { 287 ], "award_id": [ - 6505 + 6605 ], "awarded_by": [ - 4563 + 4609 ], "awarded_by_steam_id": [ 313 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "id": [ - 6505 + 6605 ], "league_season": [ - 2600 + 2646 ], "league_season_id": [ - 6505 + 6605 ], "note": [ 87 @@ -5452,40 +5464,40 @@ export default { 87 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "season": [ - 4663 + 4709 ], "season_id": [ - 6505 + 6605 ], "source": [ 650 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "tournament": [ - 5748 + 5848 ], "tournament_award": [ - 5207 + 5253 ], "tournament_id": [ - 6505 + 6605 ], "tournament_team": [ - 5692 + 5792 ], "tournament_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -5511,31 +5523,31 @@ export default { 294 ], "award_id": [ - 6503 + 6603 ], "awarded_by": [ - 4570 + 4616 ], "awarded_by_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season": [ - 2610 + 2656 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -5544,40 +5556,40 @@ export default { 41 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "season": [ - 4670 + 4716 ], "season_id": [ - 6503 + 6603 ], "source": [ 649 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "tournament": [ - 5757 + 5857 ], "tournament_award": [ - 5216 + 5262 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team": [ - 5701 + 5801 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5585,22 +5597,22 @@ export default { }, "award_recipients_max_fields": { "award_id": [ - 6503 + 6603 ], "awarded_by_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -5615,16 +5627,16 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5632,46 +5644,46 @@ export default { }, "award_recipients_max_order_by": { "award_id": [ - 3601 + 3647 ], "awarded_by_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "placement_tier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -5679,22 +5691,22 @@ export default { }, "award_recipients_min_fields": { "award_id": [ - 6503 + 6603 ], "awarded_by_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -5709,16 +5721,16 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5726,46 +5738,46 @@ export default { }, "award_recipients_min_order_by": { "award_id": [ - 3601 + 3647 ], "awarded_by_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "placement_tier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -5801,76 +5813,76 @@ export default { 296 ], "award_id": [ - 3601 + 3647 ], "awarded_by": [ - 4572 + 4618 ], "awarded_by_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season": [ - 2612 + 2658 ], "league_season_id": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "placement_tier": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "season": [ - 4672 + 4718 ], "season_id": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_award": [ - 5218 + 5264 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team": [ - 5703 + 5803 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -5878,7 +5890,7 @@ export default { }, "award_recipients_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5887,22 +5899,22 @@ export default { "award_recipients_select_column": {}, "award_recipients_set_input": { "award_id": [ - 6503 + 6603 ], "awarded_by_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -5914,19 +5926,19 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "source": [ 649 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -5948,13 +5960,13 @@ export default { }, "award_recipients_stddev_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -5976,13 +5988,13 @@ export default { }, "award_recipients_stddev_pop_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6004,13 +6016,13 @@ export default { }, "award_recipients_stddev_samp_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6029,22 +6041,22 @@ export default { }, "award_recipients_stream_cursor_value_input": { "award_id": [ - 6503 + 6603 ], "awarded_by_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -6059,19 +6071,19 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "source": [ 649 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -6093,13 +6105,13 @@ export default { }, "award_recipients_sum_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6136,13 +6148,13 @@ export default { }, "award_recipients_var_pop_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6164,13 +6176,13 @@ export default { }, "award_recipients_var_samp_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6192,13 +6204,13 @@ export default { }, "award_recipients_variance_order_by": { "awarded_by_steam_id": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6209,10 +6221,10 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by": [ - 4559 + 4605 ], "created_by_steam_id": [ 311 @@ -6221,22 +6233,22 @@ export default { 85 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season": [ - 2595 + 2641 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 @@ -6286,10 +6298,10 @@ export default { } ], "season": [ - 4659 + 4705 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -6301,13 +6313,13 @@ export default { 669 ], "tournament": [ - 5727 + 5827 ], "tournament_configs": [ - 5198, + 5244, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -6317,19 +6329,19 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "tournament_configs_aggregate": [ - 5199, + 5245, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -6339,19 +6351,19 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -6440,10 +6452,10 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "created_by": [ - 4563 + 4609 ], "created_by_steam_id": [ 313 @@ -6452,22 +6464,22 @@ export default { 87 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "id": [ - 6505 + 6605 ], "image_url": [ 87 ], "league_season": [ - 2600 + 2646 ], "league_season_id": [ - 6505 + 6605 ], "name": [ 87 @@ -6479,10 +6491,10 @@ export default { 244 ], "season": [ - 4663 + 4709 ], "season_id": [ - 6505 + 6605 ], "silhouette": [ 42 @@ -6494,19 +6506,19 @@ export default { 670 ], "tournament": [ - 5748 + 5848 ], "tournament_configs": [ - 5207 + 5253 ], "tournament_configs_aggregate": [ - 5200 + 5246 ], "tournament_id": [ - 6505 + 6605 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -6529,10 +6541,10 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by": [ - 4570 + 4616 ], "created_by_steam_id": [ 311 @@ -6541,22 +6553,22 @@ export default { 85 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season": [ - 2610 + 2656 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 @@ -6565,10 +6577,10 @@ export default { 248 ], "season": [ - 4670 + 4716 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -6580,16 +6592,16 @@ export default { 669 ], "tournament": [ - 5757 + 5857 ], "tournament_configs": [ - 5204 + 5250 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -6597,7 +6609,7 @@ export default { }, "awards_max_fields": { "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -6606,22 +6618,22 @@ export default { 85 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -6630,10 +6642,10 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -6641,7 +6653,7 @@ export default { }, "awards_min_fields": { "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -6650,22 +6662,22 @@ export default { 85 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -6674,10 +6686,10 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -6721,70 +6733,70 @@ export default { }, "awards_order_by": { "allow_multiple": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "created_by": [ - 4572 + 4618 ], "created_by_steam_id": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "image_url": [ - 3601 + 3647 ], "league_season": [ - 2612 + 2658 ], "league_season_id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "recipients_aggregate": [ 247 ], "season": [ - 4672 + 4718 ], "season_id": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "system_key": [ - 3601 + 3647 ], "tier": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_configs_aggregate": [ - 5203 + 5249 ], "tournament_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -6792,7 +6804,7 @@ export default { }, "awards_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -6804,7 +6816,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -6813,22 +6825,22 @@ export default { 85 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -6840,10 +6852,10 @@ export default { 669 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -6898,7 +6910,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -6907,22 +6919,22 @@ export default { 85 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85 ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -6934,10 +6946,10 @@ export default { 669 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -7108,7 +7120,7 @@ export default { }, "chat_read_state": { "last_read_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -7197,7 +7209,7 @@ export default { 320 ], "last_read_at": [ - 5197 + 5243 ], "steam_id": [ 313 @@ -7220,7 +7232,7 @@ export default { }, "chat_read_state_insert_input": { "last_read_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -7234,7 +7246,7 @@ export default { }, "chat_read_state_max_fields": { "last_read_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -7248,7 +7260,7 @@ export default { }, "chat_read_state_min_fields": { "last_read_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -7287,13 +7299,13 @@ export default { }, "chat_read_state_order_by": { "last_read_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "thread": [ - 3601 + 3647 ], "__typename": [ 85 @@ -7313,7 +7325,7 @@ export default { "chat_read_state_select_column": {}, "chat_read_state_set_input": { "last_read_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -7362,7 +7374,7 @@ export default { }, "chat_read_state_stream_cursor_value_input": { "last_read_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -7423,49 +7435,49 @@ export default { }, "clip_render_jobs": { "clip": [ - 2906 + 2952 ], "clip_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "error_message": [ 85 ], "game_server_node": [ - 2267 + 2313 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "match_map": [ - 3201 + 3247 ], "match_map_demo": [ - 3081 + 3127 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "paused": [ 6 ], "progress": [ - 3599 + 3645 ], "session_token": [ 85 @@ -7474,7 +7486,7 @@ export default { 41 ], "spec": [ - 2392, + 2438, { "path": [ 85 @@ -7485,7 +7497,7 @@ export default { 85 ], "status_history": [ - 2392, + 2438, { "path": [ 85 @@ -7493,7 +7505,7 @@ export default { } ], "user": [ - 4559 + 4605 ], "user_steam_id": [ 311 @@ -7630,7 +7642,7 @@ export default { 354 ], "count": [ - 3601 + 3647 ], "max": [ 363 @@ -7665,10 +7677,10 @@ export default { }, "clip_render_jobs_append_input": { "spec": [ - 2392 + 2438 ], "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -7701,13 +7713,13 @@ export default { }, "clip_render_jobs_avg_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -7724,49 +7736,49 @@ export default { 355 ], "clip": [ - 2915 + 2961 ], "clip_id": [ - 6505 + 6605 ], "created_at": [ - 5197 + 5243 ], "error_message": [ 87 ], "game_server_node": [ - 2279 + 2325 ], "game_server_node_id": [ 87 ], "id": [ - 6505 + 6605 ], "k8s_job_name": [ 87 ], "last_status_at": [ - 5197 + 5243 ], "match_map": [ - 3210 + 3256 ], "match_map_demo": [ - 3093 + 3139 ], "match_map_demo_id": [ - 6505 + 6605 ], "match_map_id": [ - 6505 + 6605 ], "paused": [ 7 ], "progress": [ - 3600 + 3646 ], "session_token": [ 87 @@ -7775,16 +7787,16 @@ export default { 42 ], "spec": [ - 2394 + 2440 ], "status": [ 87 ], "status_history": [ - 2394 + 2440 ], "user": [ - 4563 + 4609 ], "user_steam_id": [ 313 @@ -7829,7 +7841,7 @@ export default { }, "clip_render_jobs_inc_input": { "progress": [ - 3599 + 3645 ], "sort_index": [ 41 @@ -7843,49 +7855,49 @@ export default { }, "clip_render_jobs_insert_input": { "clip": [ - 2924 + 2970 ], "clip_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "error_message": [ 85 ], "game_server_node": [ - 2291 + 2337 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "match_map": [ - 3219 + 3265 ], "match_map_demo": [ - 3105 + 3151 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "paused": [ 6 ], "progress": [ - 3599 + 3645 ], "session_token": [ 85 @@ -7894,16 +7906,16 @@ export default { 41 ], "spec": [ - 2392 + 2438 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "user": [ - 4570 + 4616 ], "user_steam_id": [ 311 @@ -7914,10 +7926,10 @@ export default { }, "clip_render_jobs_max_fields": { "clip_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -7926,22 +7938,22 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "progress": [ - 3599 + 3645 ], "session_token": [ 85 @@ -7961,46 +7973,46 @@ export default { }, "clip_render_jobs_max_order_by": { "clip_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "session_token": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8008,10 +8020,10 @@ export default { }, "clip_render_jobs_min_fields": { "clip_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -8020,22 +8032,22 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "progress": [ - 3599 + 3645 ], "session_token": [ 85 @@ -8055,46 +8067,46 @@ export default { }, "clip_render_jobs_min_order_by": { "clip_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "session_token": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8127,70 +8139,70 @@ export default { }, "clip_render_jobs_order_by": { "clip": [ - 2926 + 2972 ], "clip_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node": [ - 2293 + 2339 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_demo": [ - 3107 + 3153 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "paused": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "session_token": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "spec": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "status_history": [ - 3601 + 3647 ], "user": [ - 4572 + 4618 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8198,7 +8210,7 @@ export default { }, "clip_render_jobs_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -8206,10 +8218,10 @@ export default { }, "clip_render_jobs_prepend_input": { "spec": [ - 2392 + 2438 ], "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -8220,10 +8232,10 @@ export default { "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, "clip_render_jobs_set_input": { "clip_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -8232,25 +8244,25 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "paused": [ 6 ], "progress": [ - 3599 + 3645 ], "session_token": [ 85 @@ -8259,13 +8271,13 @@ export default { 41 ], "spec": [ - 2392 + 2438 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "user_steam_id": [ 311 @@ -8290,13 +8302,13 @@ export default { }, "clip_render_jobs_stddev_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8318,13 +8330,13 @@ export default { }, "clip_render_jobs_stddev_pop_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8346,13 +8358,13 @@ export default { }, "clip_render_jobs_stddev_samp_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8371,10 +8383,10 @@ export default { }, "clip_render_jobs_stream_cursor_value_input": { "clip_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -8383,25 +8395,25 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "paused": [ 6 ], "progress": [ - 3599 + 3645 ], "session_token": [ 85 @@ -8410,13 +8422,13 @@ export default { 41 ], "spec": [ - 2392 + 2438 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "user_steam_id": [ 311 @@ -8427,7 +8439,7 @@ export default { }, "clip_render_jobs_sum_fields": { "progress": [ - 3599 + 3645 ], "sort_index": [ 41 @@ -8441,13 +8453,13 @@ export default { }, "clip_render_jobs_sum_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8499,13 +8511,13 @@ export default { }, "clip_render_jobs_var_pop_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8527,13 +8539,13 @@ export default { }, "clip_render_jobs_var_samp_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8555,13 +8567,13 @@ export default { }, "clip_render_jobs_variance_order_by": { "progress": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -8569,7 +8581,7 @@ export default { }, "clone_league_season_args": { "_league_season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -8578,10 +8590,10 @@ export default { "cursor_ordering": {}, "custom_pages": { "created_at": [ - 5196 + 5242 ], "deployments": [ - 2392, + 2438, { "path": [ 85 @@ -8598,7 +8610,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_default": [ 6 @@ -8634,7 +8646,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -8700,7 +8712,7 @@ export default { }, "custom_pages_append_input": { "deployments": [ - 2392 + 2438 ], "__typename": [ 85 @@ -8725,10 +8737,10 @@ export default { 400 ], "created_at": [ - 5197 + 5243 ], "deployments": [ - 2394 + 2440 ], "enabled": [ 7 @@ -8740,7 +8752,7 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "is_default": [ 7 @@ -8776,7 +8788,7 @@ export default { 87 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -8817,10 +8829,10 @@ export default { }, "custom_pages_insert_input": { "created_at": [ - 5196 + 5242 ], "deployments": [ - 2392 + 2438 ], "enabled": [ 6 @@ -8832,7 +8844,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_default": [ 6 @@ -8868,7 +8880,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -8876,7 +8888,7 @@ export default { }, "custom_pages_max_fields": { "created_at": [ - 5196 + 5242 ], "exposed_module": [ 85 @@ -8885,7 +8897,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "manifest_url": [ 85 @@ -8915,7 +8927,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -8923,7 +8935,7 @@ export default { }, "custom_pages_min_fields": { "created_at": [ - 5196 + 5242 ], "exposed_module": [ 85 @@ -8932,7 +8944,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "manifest_url": [ 85 @@ -8962,7 +8974,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -8995,58 +9007,58 @@ export default { }, "custom_pages_order_by": { "created_at": [ - 3601 + 3647 ], "deployments": [ - 3601 + 3647 ], "enabled": [ - 3601 + 3647 ], "exposed_module": [ - 3601 + 3647 ], "icon": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_default": [ - 3601 + 3647 ], "manifest_url": [ - 3601 + 3647 ], "nav_group": [ - 3601 + 3647 ], "nav_order": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "profile_tab_label": [ - 3601 + 3647 ], "remote_entry_url": [ - 3601 + 3647 ], "remote_scope": [ - 3601 + 3647 ], "required_role": [ - 3601 + 3647 ], "slug": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -9054,7 +9066,7 @@ export default { }, "custom_pages_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -9062,7 +9074,7 @@ export default { }, "custom_pages_prepend_input": { "deployments": [ - 2392 + 2438 ], "__typename": [ 85 @@ -9071,10 +9083,10 @@ export default { "custom_pages_select_column": {}, "custom_pages_set_input": { "created_at": [ - 5196 + 5242 ], "deployments": [ - 2392 + 2438 ], "enabled": [ 6 @@ -9086,7 +9098,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_default": [ 6 @@ -9122,7 +9134,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -9165,10 +9177,10 @@ export default { }, "custom_pages_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "deployments": [ - 2392 + 2438 ], "enabled": [ 6 @@ -9180,7 +9192,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_default": [ 6 @@ -9216,7 +9228,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -9286,10 +9298,10 @@ export default { }, "db_backups": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -9378,10 +9390,10 @@ export default { 431 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "name": [ 87 @@ -9404,10 +9416,10 @@ export default { }, "db_backups_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -9421,10 +9433,10 @@ export default { }, "db_backups_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -9438,10 +9450,10 @@ export default { }, "db_backups_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -9480,16 +9492,16 @@ export default { }, "db_backups_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -9497,7 +9509,7 @@ export default { }, "db_backups_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -9506,10 +9518,10 @@ export default { "db_backups_select_column": {}, "db_backups_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -9558,10 +9570,10 @@ export default { }, "db_backups_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -9625,7 +9637,7 @@ export default { 6 ], "last_message_at": [ - 5196 + 5242 ], "position": [ 41 @@ -9723,7 +9735,7 @@ export default { 7 ], "last_message_at": [ - 5197 + 5243 ], "position": [ 42 @@ -9755,7 +9767,7 @@ export default { 6 ], "last_message_at": [ - 5196 + 5242 ], "position": [ 41 @@ -9772,7 +9784,7 @@ export default { }, "direct_conversations_max_fields": { "last_message_at": [ - 5196 + 5242 ], "position": [ 41 @@ -9789,7 +9801,7 @@ export default { }, "direct_conversations_min_fields": { "last_message_at": [ - 5196 + 5242 ], "position": [ 41 @@ -9831,19 +9843,19 @@ export default { }, "direct_conversations_order_by": { "is_open": [ - 3601 + 3647 ], "last_message_at": [ - 3601 + 3647 ], "position": [ - 3601 + 3647 ], "room_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -9866,7 +9878,7 @@ export default { 6 ], "last_message_at": [ - 5196 + 5242 ], "position": [ 41 @@ -9930,7 +9942,7 @@ export default { 6 ], "last_message_at": [ - 5196 + 5242 ], "position": [ 41 @@ -10006,13 +10018,13 @@ export default { }, "direct_messages": { "created_at": [ - 5196 + 5242 ], "from_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -10107,13 +10119,13 @@ export default { 485 ], "created_at": [ - 5197 + 5243 ], "from_steam_id": [ 313 ], "id": [ - 6505 + 6605 ], "message": [ 87 @@ -10142,13 +10154,13 @@ export default { }, "direct_messages_insert_input": { "created_at": [ - 5196 + 5242 ], "from_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -10165,13 +10177,13 @@ export default { }, "direct_messages_max_fields": { "created_at": [ - 5196 + 5242 ], "from_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -10188,13 +10200,13 @@ export default { }, "direct_messages_min_fields": { "created_at": [ - 5196 + 5242 ], "from_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -10236,22 +10248,22 @@ export default { }, "direct_messages_order_by": { "created_at": [ - 3601 + 3647 ], "from_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "room_id": [ - 3601 + 3647 ], "seq": [ - 3601 + 3647 ], "__typename": [ 85 @@ -10259,7 +10271,7 @@ export default { }, "direct_messages_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -10268,13 +10280,13 @@ export default { "direct_messages_select_column": {}, "direct_messages_set_input": { "created_at": [ - 5196 + 5242 ], "from_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -10335,13 +10347,13 @@ export default { }, "direct_messages_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "from_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -10420,22 +10432,22 @@ export default { 6 ], "captain": [ - 4559 + 4605 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "draft_game": [ 598 ], "draft_game_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "is_organizer": [ 6 @@ -10444,7 +10456,7 @@ export default { 41 ], "picked": [ - 4559 + 4605 ], "picked_steam_id": [ 311 @@ -10581,7 +10593,7 @@ export default { 518 ], "count": [ - 3601 + 3647 ], "max": [ 524 @@ -10641,13 +10653,13 @@ export default { }, "draft_game_picks_avg_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -10667,22 +10679,22 @@ export default { 7 ], "captain": [ - 4563 + 4609 ], "captain_steam_id": [ 313 ], "created_at": [ - 5197 + 5243 ], "draft_game": [ 609 ], "draft_game_id": [ - 6505 + 6605 ], "id": [ - 6505 + 6605 ], "is_organizer": [ 7 @@ -10691,7 +10703,7 @@ export default { 42 ], "picked": [ - 4563 + 4609 ], "picked_steam_id": [ 313 @@ -10720,28 +10732,28 @@ export default { 6 ], "captain": [ - 4570 + 4616 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "draft_game": [ 618 ], "draft_game_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "lineup": [ 41 ], "picked": [ - 4570 + 4616 ], "picked_steam_id": [ 311 @@ -10755,13 +10767,13 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "draft_game_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "lineup": [ 41 @@ -10775,22 +10787,22 @@ export default { }, "draft_game_picks_max_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "draft_game_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -10801,13 +10813,13 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "draft_game_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "lineup": [ 41 @@ -10821,22 +10833,22 @@ export default { }, "draft_game_picks_min_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "draft_game_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -10869,37 +10881,37 @@ export default { }, "draft_game_picks_order_by": { "auto_picked": [ - 3601 + 3647 ], "captain": [ - 4572 + 4618 ], "captain_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "draft_game": [ 620 ], "draft_game_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_organizer": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked": [ - 4572 + 4618 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -10907,7 +10919,7 @@ export default { }, "draft_game_picks_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -10924,13 +10936,13 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "draft_game_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "lineup": [ 41 @@ -10958,13 +10970,13 @@ export default { }, "draft_game_picks_stddev_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -10986,13 +10998,13 @@ export default { }, "draft_game_picks_stddev_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11014,13 +11026,13 @@ export default { }, "draft_game_picks_stddev_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11045,13 +11057,13 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "draft_game_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "lineup": [ 41 @@ -11079,13 +11091,13 @@ export default { }, "draft_game_picks_sum_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11122,13 +11134,13 @@ export default { }, "draft_game_picks_var_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11150,13 +11162,13 @@ export default { }, "draft_game_picks_var_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11178,13 +11190,13 @@ export default { }, "draft_game_picks_variance_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "picked_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11195,7 +11207,7 @@ export default { 598 ], "draft_game_id": [ - 6503 + 6603 ], "e_draft_game_player_status": [ 767 @@ -11210,7 +11222,7 @@ export default { 6 ], "joined_at": [ - 5196 + 5242 ], "lineup": [ 41 @@ -11219,7 +11231,7 @@ export default { 41 ], "player": [ - 4559 + 4605 ], "status": [ 772 @@ -11359,7 +11371,7 @@ export default { 563 ], "count": [ - 3601 + 3647 ], "max": [ 569 @@ -11422,16 +11434,16 @@ export default { }, "draft_game_players_avg_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11451,7 +11463,7 @@ export default { 609 ], "draft_game_id": [ - 6505 + 6605 ], "e_draft_game_player_status": [ 770 @@ -11466,7 +11478,7 @@ export default { 7 ], "joined_at": [ - 5197 + 5243 ], "lineup": [ 42 @@ -11475,7 +11487,7 @@ export default { 42 ], "player": [ - 4563 + 4609 ], "status": [ 773 @@ -11510,7 +11522,7 @@ export default { 618 ], "draft_game_id": [ - 6503 + 6603 ], "e_draft_game_player_status": [ 778 @@ -11522,7 +11534,7 @@ export default { 6 ], "joined_at": [ - 5196 + 5242 ], "lineup": [ 41 @@ -11531,7 +11543,7 @@ export default { 41 ], "player": [ - 4570 + 4616 ], "status": [ 772 @@ -11545,13 +11557,13 @@ export default { }, "draft_game_players_max_fields": { "draft_game_id": [ - 6503 + 6603 ], "elo_snapshot": [ 41 ], "joined_at": [ - 5196 + 5242 ], "lineup": [ 41 @@ -11568,22 +11580,22 @@ export default { }, "draft_game_players_max_order_by": { "draft_game_id": [ - 3601 + 3647 ], "elo_snapshot": [ - 3601 + 3647 ], "joined_at": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11591,13 +11603,13 @@ export default { }, "draft_game_players_min_fields": { "draft_game_id": [ - 6503 + 6603 ], "elo_snapshot": [ 41 ], "joined_at": [ - 5196 + 5242 ], "lineup": [ 41 @@ -11614,22 +11626,22 @@ export default { }, "draft_game_players_min_order_by": { "draft_game_id": [ - 3601 + 3647 ], "elo_snapshot": [ - 3601 + 3647 ], "joined_at": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11665,37 +11677,37 @@ export default { 620 ], "draft_game_id": [ - 3601 + 3647 ], "e_draft_game_player_status": [ 780 ], "elo_snapshot": [ - 3601 + 3647 ], "is_captain": [ - 3601 + 3647 ], "is_organizer": [ - 3601 + 3647 ], "joined_at": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "status": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11703,7 +11715,7 @@ export default { }, "draft_game_players_pk_columns_input": { "draft_game_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -11717,7 +11729,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": [ - 6503 + 6603 ], "elo_snapshot": [ 41 @@ -11726,7 +11738,7 @@ export default { 6 ], "joined_at": [ - 5196 + 5242 ], "lineup": [ 41 @@ -11763,16 +11775,16 @@ export default { }, "draft_game_players_stddev_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11797,16 +11809,16 @@ export default { }, "draft_game_players_stddev_pop_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11831,16 +11843,16 @@ export default { }, "draft_game_players_stddev_samp_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11859,7 +11871,7 @@ export default { }, "draft_game_players_stream_cursor_value_input": { "draft_game_id": [ - 6503 + 6603 ], "elo_snapshot": [ 41 @@ -11868,7 +11880,7 @@ export default { 6 ], "joined_at": [ - 5196 + 5242 ], "lineup": [ 41 @@ -11905,16 +11917,16 @@ export default { }, "draft_game_players_sum_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11954,16 +11966,16 @@ export default { }, "draft_game_players_var_pop_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -11988,16 +12000,16 @@ export default { }, "draft_game_players_var_samp_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -12022,16 +12034,16 @@ export default { }, "draft_game_players_variance_order_by": { "elo_snapshot": [ - 3601 + 3647 ], "lineup": [ - 3601 + 3647 ], "pick_order": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -12048,7 +12060,7 @@ export default { 709 ], "created_at": [ - 5196 + 5242 ], "current_pick_lineup": [ 41 @@ -12072,40 +12084,40 @@ export default { 1055 ], "expires_at": [ - 5196 + 5242 ], "host": [ - 4559 + 4605 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "inner_squad": [ 6 ], "invite_code": [ - 6503 + 6603 ], "is_organizer": [ 6 ], "map_pool": [ - 2858 + 2904 ], "map_pool_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -12117,10 +12129,10 @@ export default { 751 ], "options": [ - 3243 + 3289 ], "pattern": [ - 2392, + 2438, { "path": [ 85 @@ -12128,7 +12140,7 @@ export default { } ], "pick_deadline": [ - 5196 + 5242 ], "picks": [ 508, @@ -12225,28 +12237,28 @@ export default { 6 ], "scheduled_at": [ - 5196 + 5242 ], "status": [ 793 ], "team_1": [ - 5147 + 5193 ], "team_1_id": [ - 6503 + 6603 ], "team_2": [ - 5147 + 5193 ], "team_2_id": [ - 6503 + 6603 ], "type": [ 1224 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -12380,7 +12392,7 @@ export default { 608 ], "count": [ - 3601 + 3647 ], "max": [ 614 @@ -12446,19 +12458,19 @@ export default { }, "draft_games_avg_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -12484,7 +12496,7 @@ export default { 710 ], "created_at": [ - 5197 + 5243 ], "current_pick_lineup": [ 42 @@ -12508,40 +12520,40 @@ export default { 1058 ], "expires_at": [ - 5197 + 5243 ], "host": [ - 4563 + 4609 ], "host_steam_id": [ 313 ], "id": [ - 6505 + 6605 ], "inner_squad": [ 7 ], "invite_code": [ - 6505 + 6605 ], "is_organizer": [ 7 ], "map_pool": [ - 2861 + 2907 ], "map_pool_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_options_id": [ - 6505 + 6605 ], "max_elo": [ 42 @@ -12553,13 +12565,13 @@ export default { 752 ], "options": [ - 3254 + 3300 ], "pattern": [ - 2394 + 2440 ], "pick_deadline": [ - 5197 + 5243 ], "picks": [ 519 @@ -12580,28 +12592,28 @@ export default { 7 ], "scheduled_at": [ - 5197 + 5243 ], "status": [ 794 ], "team_1": [ - 5158 + 5204 ], "team_1_id": [ - 6505 + 6605 ], "team_2": [ - 5158 + 5204 ], "team_2_id": [ - 6505 + 6605 ], "type": [ 1225 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -12639,7 +12651,7 @@ export default { 709 ], "created_at": [ - 5196 + 5242 ], "current_pick_lineup": [ 41 @@ -12663,37 +12675,37 @@ export default { 1066 ], "expires_at": [ - 5196 + 5242 ], "host": [ - 4570 + 4616 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "inner_squad": [ 6 ], "invite_code": [ - 6503 + 6603 ], "map_pool": [ - 2867 + 2913 ], "map_pool_id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -12705,10 +12717,10 @@ export default { 751 ], "options": [ - 3263 + 3309 ], "pick_deadline": [ - 5196 + 5242 ], "picks": [ 516 @@ -12723,28 +12735,28 @@ export default { 6 ], "scheduled_at": [ - 5196 + 5242 ], "status": [ 793 ], "team_1": [ - 5167 + 5213 ], "team_1_id": [ - 6503 + 6603 ], "team_2": [ - 5167 + 5213 ], "team_2_id": [ - 6503 + 6603 ], "type": [ 1224 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -12755,31 +12767,31 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "current_pick_lineup": [ 41 ], "expires_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -12788,22 +12800,22 @@ export default { 41 ], "pick_deadline": [ - 5196 + 5242 ], "regions": [ 85 ], "scheduled_at": [ - 5196 + 5242 ], "team_1_id": [ - 6503 + 6603 ], "team_2_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -12811,58 +12823,58 @@ export default { }, "draft_games_max_order_by": { "capacity": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "pick_deadline": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "team_1_id": [ - 3601 + 3647 ], "team_2_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -12873,31 +12885,31 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "current_pick_lineup": [ 41 ], "expires_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -12906,22 +12918,22 @@ export default { 41 ], "pick_deadline": [ - 5196 + 5242 ], "regions": [ 85 ], "scheduled_at": [ - 5196 + 5242 ], "team_1_id": [ - 6503 + 6603 ], "team_2_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -12929,58 +12941,58 @@ export default { }, "draft_games_min_order_by": { "capacity": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "pick_deadline": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "team_1_id": [ - 3601 + 3647 ], "team_2_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13024,22 +13036,22 @@ export default { }, "draft_games_order_by": { "access": [ - 3601 + 3647 ], "capacity": [ - 3601 + 3647 ], "captain_selection": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "draft_order": [ - 3601 + 3647 ], "e_draft_game_captain_selection": [ 717 @@ -13057,58 +13069,58 @@ export default { 1068 ], "expires_at": [ - 3601 + 3647 ], "host": [ - 4572 + 4618 ], "host_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "inner_squad": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "is_organizer": [ - 3601 + 3647 ], "map_pool": [ - 2869 + 2915 ], "map_pool_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "mode": [ - 3601 + 3647 ], "options": [ - 3265 + 3311 ], "pattern": [ - 3601 + 3647 ], "pick_deadline": [ - 3601 + 3647 ], "picks_aggregate": [ 515 @@ -13117,34 +13129,34 @@ export default { 560 ], "regions": [ - 3601 + 3647 ], "require_approval": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "team_1": [ - 5169 + 5215 ], "team_1_id": [ - 3601 + 3647 ], "team_2": [ - 5169 + 5215 ], "team_2_id": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13152,7 +13164,7 @@ export default { }, "draft_games_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -13172,7 +13184,7 @@ export default { 709 ], "created_at": [ - 5196 + 5242 ], "current_pick_lineup": [ 41 @@ -13181,28 +13193,28 @@ export default { 730 ], "expires_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "inner_squad": [ 6 ], "invite_code": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -13214,7 +13226,7 @@ export default { 751 ], "pick_deadline": [ - 5196 + 5242 ], "regions": [ 85 @@ -13223,22 +13235,22 @@ export default { 6 ], "scheduled_at": [ - 5196 + 5242 ], "status": [ 793 ], "team_1_id": [ - 6503 + 6603 ], "team_2_id": [ - 6503 + 6603 ], "type": [ 1224 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -13266,19 +13278,19 @@ export default { }, "draft_games_stddev_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13306,19 +13318,19 @@ export default { }, "draft_games_stddev_pop_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13346,19 +13358,19 @@ export default { }, "draft_games_stddev_samp_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13386,7 +13398,7 @@ export default { 709 ], "created_at": [ - 5196 + 5242 ], "current_pick_lineup": [ 41 @@ -13395,28 +13407,28 @@ export default { 730 ], "expires_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "inner_squad": [ 6 ], "invite_code": [ - 6503 + 6603 ], "map_pool_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -13428,7 +13440,7 @@ export default { 751 ], "pick_deadline": [ - 5196 + 5242 ], "regions": [ 85 @@ -13437,22 +13449,22 @@ export default { 6 ], "scheduled_at": [ - 5196 + 5242 ], "status": [ 793 ], "team_1_id": [ - 6503 + 6603 ], "team_2_id": [ - 6503 + 6603 ], "type": [ 1224 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -13480,19 +13492,19 @@ export default { }, "draft_games_sum_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13535,19 +13547,19 @@ export default { }, "draft_games_var_pop_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13575,19 +13587,19 @@ export default { }, "draft_games_var_samp_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13615,19 +13627,19 @@ export default { }, "draft_games_variance_order_by": { "capacity": [ - 3601 + 3647 ], "current_pick_lineup": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13780,10 +13792,10 @@ export default { }, "e_award_sources_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -13990,10 +14002,10 @@ export default { }, "e_award_tiers_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -14200,10 +14212,10 @@ export default { }, "e_check_in_settings_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -14421,10 +14433,10 @@ export default { }, "e_draft_game_captain_selection_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -14642,10 +14654,10 @@ export default { }, "e_draft_game_draft_order_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -14863,10 +14875,10 @@ export default { }, "e_draft_game_mode_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -15084,10 +15096,10 @@ export default { }, "e_draft_game_player_status_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -15305,10 +15317,10 @@ export default { }, "e_draft_game_status_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -15515,10 +15527,10 @@ export default { }, "e_event_media_access_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -15725,10 +15737,10 @@ export default { }, "e_event_visibility_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -15946,10 +15958,10 @@ export default { }, "e_friend_status_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -16156,10 +16168,10 @@ export default { }, "e_game_cfg_types_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -16366,10 +16378,10 @@ export default { }, "e_game_plugin_channels_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -16576,10 +16588,10 @@ export default { }, "e_game_plugin_install_statuses_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -16786,10 +16798,10 @@ export default { }, "e_game_plugin_kinds_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -17007,10 +17019,10 @@ export default { }, "e_game_server_node_statuses_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -17228,10 +17240,10 @@ export default { }, "e_league_movement_types_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -17449,10 +17461,10 @@ export default { }, "e_league_proposal_statuses_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -17670,10 +17682,10 @@ export default { }, "e_league_registration_statuses_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -17891,10 +17903,10 @@ export default { }, "e_league_season_statuses_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -18112,10 +18124,10 @@ export default { }, "e_lobby_access_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -18322,10 +18334,10 @@ export default { }, "e_lobby_player_status_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -18543,10 +18555,10 @@ export default { }, "e_map_pool_types_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -18611,10 +18623,10 @@ export default { 85 ], "match_clips": [ - 2906, + 2952, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -18624,19 +18636,19 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_aggregate": [ - 2907, + 2953, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -18646,11 +18658,11 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], @@ -18709,10 +18721,10 @@ export default { 87 ], "match_clips": [ - 2915 + 2961 ], "match_clips_aggregate": [ - 2908 + 2954 ], "value": [ 87 @@ -18748,7 +18760,7 @@ export default { 85 ], "match_clips": [ - 2912 + 2958 ], "value": [ 85 @@ -18806,13 +18818,13 @@ export default { }, "e_match_clip_visibility_order_by": { "description": [ - 3601 + 3647 ], "match_clips_aggregate": [ - 2911 + 2957 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -18877,10 +18889,10 @@ export default { 85 ], "match_maps": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -18890,19 +18902,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -18912,11 +18924,11 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], @@ -18975,10 +18987,10 @@ export default { 87 ], "match_maps": [ - 3210 + 3256 ], "match_maps_aggregate": [ - 3203 + 3249 ], "value": [ 87 @@ -19014,7 +19026,7 @@ export default { 85 ], "match_maps": [ - 3207 + 3253 ], "value": [ 85 @@ -19083,13 +19095,13 @@ export default { }, "e_match_map_status_order_by": { "description": [ - 3601 + 3647 ], "match_maps_aggregate": [ - 3206 + 3252 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -19296,10 +19308,10 @@ export default { }, "e_match_mode_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -19364,10 +19376,10 @@ export default { 85 ], "match_lineup_players": [ - 2994, + 3040, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -19377,19 +19389,19 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "match_lineup_players_aggregate": [ - 2995, + 3041, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -19399,11 +19411,11 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], @@ -19462,10 +19474,10 @@ export default { 87 ], "match_lineup_players": [ - 3005 + 3051 ], "match_lineup_players_aggregate": [ - 2996 + 3042 ], "value": [ 87 @@ -19501,7 +19513,7 @@ export default { 85 ], "match_lineup_players": [ - 3002 + 3048 ], "value": [ 85 @@ -19559,13 +19571,13 @@ export default { }, "e_match_party_sources_order_by": { "description": [ - 3601 + 3647 ], "match_lineup_players_aggregate": [ - 3001 + 3047 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -19630,10 +19642,10 @@ export default { 85 ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -19643,19 +19655,19 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_aggregate": [ - 3386, + 3432, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -19665,11 +19677,11 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], @@ -19728,10 +19740,10 @@ export default { 87 ], "matches": [ - 3396 + 3442 ], "matches_aggregate": [ - 3387 + 3433 ], "value": [ 87 @@ -19767,7 +19779,7 @@ export default { 85 ], "matches": [ - 3393 + 3439 ], "value": [ 85 @@ -19836,13 +19848,13 @@ export default { }, "e_match_status_order_by": { "description": [ - 3601 + 3647 ], "matches_aggregate": [ - 3392 + 3438 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -19907,10 +19919,10 @@ export default { 85 ], "maps": [ - 2877, + 2923, { "distinct_on": [ - 2898, + 2944, "[maps_select_column!]" ], "limit": [ @@ -19920,19 +19932,19 @@ export default { 41 ], "order_by": [ - 2896, + 2942, "[maps_order_by!]" ], "where": [ - 2886 + 2932 ] } ], "maps_aggregate": [ - 2878, + 2924, { "distinct_on": [ - 2898, + 2944, "[maps_select_column!]" ], "limit": [ @@ -19942,11 +19954,11 @@ export default { 41 ], "order_by": [ - 2896, + 2942, "[maps_order_by!]" ], "where": [ - 2886 + 2932 ] } ], @@ -20005,10 +20017,10 @@ export default { 87 ], "maps": [ - 2886 + 2932 ], "maps_aggregate": [ - 2879 + 2925 ], "value": [ 87 @@ -20044,7 +20056,7 @@ export default { 85 ], "maps": [ - 2885 + 2931 ], "value": [ 85 @@ -20113,13 +20125,13 @@ export default { }, "e_match_types_order_by": { "description": [ - 3601 + 3647 ], "maps_aggregate": [ - 2884 + 2930 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -20326,10 +20338,10 @@ export default { }, "e_notification_types_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -20394,10 +20406,10 @@ export default { 85 ], "player_objectives": [ - 4157, + 4203, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -20407,19 +20419,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_objectives_aggregate": [ - 4158, + 4204, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -20429,11 +20441,11 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], @@ -20492,10 +20504,10 @@ export default { 87 ], "player_objectives": [ - 4166 + 4212 ], "player_objectives_aggregate": [ - 4159 + 4205 ], "value": [ 87 @@ -20531,7 +20543,7 @@ export default { 85 ], "player_objectives": [ - 4163 + 4209 ], "value": [ 85 @@ -20589,13 +20601,13 @@ export default { }, "e_objective_types_order_by": { "description": [ - 3601 + 3647 ], "player_objectives_aggregate": [ - 4162 + 4208 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -20802,10 +20814,10 @@ export default { }, "e_player_roles_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -21012,10 +21024,10 @@ export default { }, "e_plugin_runtimes_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -21222,10 +21234,10 @@ export default { }, "e_ready_settings_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -21285,7 +21297,7 @@ export default { 85 ] }, - "e_sanction_types": { + "e_sanction_scopes": { "description": [ 85 ], @@ -21296,7 +21308,7 @@ export default { 85 ] }, - "e_sanction_types_aggregate": { + "e_sanction_scopes_aggregate": { "aggregate": [ 1342 ], @@ -21307,13 +21319,13 @@ export default { 85 ] }, - "e_sanction_types_aggregate_fields": { + "e_sanction_scopes_aggregate_fields": { "count": [ 41, { "columns": [ - 1355, - "[e_sanction_types_select_column!]" + 1353, + "[e_sanction_scopes_select_column!]" ], "distinct": [ 6 @@ -21321,16 +21333,16 @@ export default { } ], "max": [ - 1348 + 1346 ], "min": [ - 1349 + 1347 ], "__typename": [ 85 ] }, - "e_sanction_types_bool_exp": { + "e_sanction_scopes_bool_exp": { "_and": [ 1343 ], @@ -21350,23 +21362,682 @@ export default { 85 ] }, + "e_sanction_scopes_constraint": {}, + "e_sanction_scopes_insert_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_max_fields": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_min_fields": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 1340 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_obj_rel_insert_input": { + "data": [ + 1345 + ], + "on_conflict": [ + 1350 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_on_conflict": { + "constraint": [ + 1344 + ], + "update_columns": [ + 1357 + ], + "where": [ + 1343 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_order_by": { + "description": [ + 3647 + ], + "value": [ + 3647 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_pk_columns_input": { + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_select_column": {}, + "e_sanction_scopes_set_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_stream_cursor_input": { + "initial_value": [ + 1356 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_stream_cursor_value_input": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_scopes_update_column": {}, + "e_sanction_scopes_updates": { + "_set": [ + 1354 + ], + "where": [ + 1343 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources": { + "default_durations": [ + 85 + ], + "default_enabled": [ + 6 + ], + "default_scope": [ + 85 + ], + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "description": [ + 85 + ], + "e_sanction_scope": [ + 1340 + ], + "value": [ + 85 + ], + "writes_platform_ban": [ + 6 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_aggregate": { + "aggregate": [ + 1361 + ], + "nodes": [ + 1359 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_aggregate_fields": { + "avg": [ + 1362 + ], + "count": [ + 41, + { + "columns": [ + 1373, + "[e_sanction_sources_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 1367 + ], + "min": [ + 1368 + ], + "stddev": [ + 1375 + ], + "stddev_pop": [ + 1376 + ], + "stddev_samp": [ + 1377 + ], + "sum": [ + 1380 + ], + "var_pop": [ + 1383 + ], + "var_samp": [ + 1384 + ], + "variance": [ + 1385 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_avg_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_bool_exp": { + "_and": [ + 1363 + ], + "_not": [ + 1363 + ], + "_or": [ + 1363 + ], + "default_durations": [ + 87 + ], + "default_enabled": [ + 7 + ], + "default_scope": [ + 87 + ], + "default_threshold": [ + 42 + ], + "default_window_days": [ + 42 + ], + "description": [ + 87 + ], + "e_sanction_scope": [ + 1343 + ], + "value": [ + 87 + ], + "writes_platform_ban": [ + 7 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_constraint": {}, + "e_sanction_sources_inc_input": { + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_insert_input": { + "default_durations": [ + 85 + ], + "default_enabled": [ + 6 + ], + "default_scope": [ + 85 + ], + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "description": [ + 85 + ], + "e_sanction_scope": [ + 1349 + ], + "value": [ + 85 + ], + "writes_platform_ban": [ + 6 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_max_fields": { + "default_durations": [ + 85 + ], + "default_scope": [ + 85 + ], + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_min_fields": { + "default_durations": [ + 85 + ], + "default_scope": [ + 85 + ], + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 1359 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_on_conflict": { + "constraint": [ + 1364 + ], + "update_columns": [ + 1381 + ], + "where": [ + 1363 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_order_by": { + "default_durations": [ + 3647 + ], + "default_enabled": [ + 3647 + ], + "default_scope": [ + 3647 + ], + "default_threshold": [ + 3647 + ], + "default_window_days": [ + 3647 + ], + "description": [ + 3647 + ], + "e_sanction_scope": [ + 1351 + ], + "value": [ + 3647 + ], + "writes_platform_ban": [ + 3647 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_pk_columns_input": { + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_select_column": {}, + "e_sanction_sources_set_input": { + "default_durations": [ + 85 + ], + "default_enabled": [ + 6 + ], + "default_scope": [ + 85 + ], + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "description": [ + 85 + ], + "value": [ + 85 + ], + "writes_platform_ban": [ + 6 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_stddev_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_stddev_pop_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_stddev_samp_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_stream_cursor_input": { + "initial_value": [ + 1379 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_stream_cursor_value_input": { + "default_durations": [ + 85 + ], + "default_enabled": [ + 6 + ], + "default_scope": [ + 85 + ], + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "description": [ + 85 + ], + "value": [ + 85 + ], + "writes_platform_ban": [ + 6 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_sum_fields": { + "default_threshold": [ + 41 + ], + "default_window_days": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_update_column": {}, + "e_sanction_sources_updates": { + "_inc": [ + 1365 + ], + "_set": [ + 1374 + ], + "where": [ + 1363 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_var_pop_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_var_samp_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_sources_variance_fields": { + "default_threshold": [ + 32 + ], + "default_window_days": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_types": { + "description": [ + 85 + ], + "value": [ + 85 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_types_aggregate": { + "aggregate": [ + 1388 + ], + "nodes": [ + 1386 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_types_aggregate_fields": { + "count": [ + 41, + { + "columns": [ + 1401, + "[e_sanction_types_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 1394 + ], + "min": [ + 1395 + ], + "__typename": [ + 85 + ] + }, + "e_sanction_types_bool_exp": { + "_and": [ + 1389 + ], + "_not": [ + 1389 + ], + "_or": [ + 1389 + ], + "description": [ + 87 + ], + "value": [ + 87 + ], + "__typename": [ + 85 + ] + }, "e_sanction_types_constraint": {}, "e_sanction_types_enum": {}, "e_sanction_types_enum_comparison_exp": { "_eq": [ - 1345 + 1391 ], "_in": [ - 1345 + 1391 ], "_is_null": [ 6 ], "_neq": [ - 1345 + 1391 ], "_nin": [ - 1345 + 1391 ], "__typename": [ 85 @@ -21410,7 +22081,7 @@ export default { 41 ], "returning": [ - 1340 + 1386 ], "__typename": [ 85 @@ -21418,10 +22089,10 @@ export default { }, "e_sanction_types_obj_rel_insert_input": { "data": [ - 1347 + 1393 ], "on_conflict": [ - 1352 + 1398 ], "__typename": [ 85 @@ -21429,13 +22100,13 @@ export default { }, "e_sanction_types_on_conflict": { "constraint": [ - 1344 + 1390 ], "update_columns": [ - 1359 + 1405 ], "where": [ - 1343 + 1389 ], "__typename": [ 85 @@ -21443,10 +22114,10 @@ export default { }, "e_sanction_types_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -21474,7 +22145,7 @@ export default { }, "e_sanction_types_stream_cursor_input": { "initial_value": [ - 1358 + 1404 ], "ordering": [ 394 @@ -21497,10 +22168,10 @@ export default { "e_sanction_types_update_column": {}, "e_sanction_types_updates": { "_set": [ - 1356 + 1402 ], "where": [ - 1343 + 1389 ], "__typename": [ 85 @@ -21511,10 +22182,10 @@ export default { 85 ], "scrim_requests": [ - 5046, + 5092, { "distinct_on": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -21524,19 +22195,19 @@ export default { 41 ], "order_by": [ - 5068, + 5114, "[team_scrim_requests_order_by!]" ], "where": [ - 5057 + 5103 ] } ], "scrim_requests_aggregate": [ - 5047, + 5093, { "distinct_on": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -21546,11 +22217,11 @@ export default { 41 ], "order_by": [ - 5068, + 5114, "[team_scrim_requests_order_by!]" ], "where": [ - 5057 + 5103 ] } ], @@ -21563,10 +22234,10 @@ export default { }, "e_scrim_request_statuses_aggregate": { "aggregate": [ - 1363 + 1409 ], "nodes": [ - 1361 + 1407 ], "__typename": [ 85 @@ -21577,7 +22248,7 @@ export default { 41, { "columns": [ - 1375, + 1421, "[e_scrim_request_statuses_select_column!]" ], "distinct": [ @@ -21586,10 +22257,10 @@ export default { } ], "max": [ - 1369 + 1415 ], "min": [ - 1370 + 1416 ], "__typename": [ 85 @@ -21597,22 +22268,22 @@ export default { }, "e_scrim_request_statuses_bool_exp": { "_and": [ - 1364 + 1410 ], "_not": [ - 1364 + 1410 ], "_or": [ - 1364 + 1410 ], "description": [ 87 ], "scrim_requests": [ - 5057 + 5103 ], "scrim_requests_aggregate": [ - 5048 + 5094 ], "value": [ 87 @@ -21625,19 +22296,19 @@ export default { "e_scrim_request_statuses_enum": {}, "e_scrim_request_statuses_enum_comparison_exp": { "_eq": [ - 1366 + 1412 ], "_in": [ - 1366 + 1412 ], "_is_null": [ 6 ], "_neq": [ - 1366 + 1412 ], "_nin": [ - 1366 + 1412 ], "__typename": [ 85 @@ -21648,7 +22319,7 @@ export default { 85 ], "scrim_requests": [ - 5054 + 5100 ], "value": [ 85 @@ -21684,7 +22355,7 @@ export default { 41 ], "returning": [ - 1361 + 1407 ], "__typename": [ 85 @@ -21692,13 +22363,13 @@ export default { }, "e_scrim_request_statuses_on_conflict": { "constraint": [ - 1365 + 1411 ], "update_columns": [ - 1379 + 1425 ], "where": [ - 1364 + 1410 ], "__typename": [ 85 @@ -21706,13 +22377,13 @@ export default { }, "e_scrim_request_statuses_order_by": { "description": [ - 3601 + 3647 ], "scrim_requests_aggregate": [ - 5053 + 5099 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -21740,7 +22411,7 @@ export default { }, "e_scrim_request_statuses_stream_cursor_input": { "initial_value": [ - 1378 + 1424 ], "ordering": [ 394 @@ -21763,10 +22434,10 @@ export default { "e_scrim_request_statuses_update_column": {}, "e_scrim_request_statuses_updates": { "_set": [ - 1376 + 1422 ], "where": [ - 1364 + 1410 ], "__typename": [ 85 @@ -21777,10 +22448,10 @@ export default { 85 ], "servers": [ - 4714, + 4760, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -21790,19 +22461,19 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "servers_aggregate": [ - 4715, + 4761, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -21812,11 +22483,11 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], @@ -21829,10 +22500,10 @@ export default { }, "e_server_types_aggregate": { "aggregate": [ - 1383 + 1429 ], "nodes": [ - 1381 + 1427 ], "__typename": [ 85 @@ -21843,7 +22514,7 @@ export default { 41, { "columns": [ - 1395, + 1441, "[e_server_types_select_column!]" ], "distinct": [ @@ -21852,10 +22523,10 @@ export default { } ], "max": [ - 1389 + 1435 ], "min": [ - 1390 + 1436 ], "__typename": [ 85 @@ -21863,22 +22534,22 @@ export default { }, "e_server_types_bool_exp": { "_and": [ - 1384 + 1430 ], "_not": [ - 1384 + 1430 ], "_or": [ - 1384 + 1430 ], "description": [ 87 ], "servers": [ - 4726 + 4772 ], "servers_aggregate": [ - 4716 + 4762 ], "value": [ 87 @@ -21891,19 +22562,19 @@ export default { "e_server_types_enum": {}, "e_server_types_enum_comparison_exp": { "_eq": [ - 1386 + 1432 ], "_in": [ - 1386 + 1432 ], "_is_null": [ 6 ], "_neq": [ - 1386 + 1432 ], "_nin": [ - 1386 + 1432 ], "__typename": [ 85 @@ -21914,7 +22585,7 @@ export default { 85 ], "servers": [ - 4723 + 4769 ], "value": [ 85 @@ -21950,7 +22621,7 @@ export default { 41 ], "returning": [ - 1381 + 1427 ], "__typename": [ 85 @@ -21958,13 +22629,13 @@ export default { }, "e_server_types_on_conflict": { "constraint": [ - 1385 + 1431 ], "update_columns": [ - 1399 + 1445 ], "where": [ - 1384 + 1430 ], "__typename": [ 85 @@ -21972,13 +22643,13 @@ export default { }, "e_server_types_order_by": { "description": [ - 3601 + 3647 ], "servers_aggregate": [ - 4721 + 4767 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -22006,7 +22677,7 @@ export default { }, "e_server_types_stream_cursor_input": { "initial_value": [ - 1398 + 1444 ], "ordering": [ 394 @@ -22029,10 +22700,10 @@ export default { "e_server_types_update_column": {}, "e_server_types_updates": { "_set": [ - 1396 + 1442 ], "where": [ - 1384 + 1430 ], "__typename": [ 85 @@ -22043,10 +22714,10 @@ export default { 85 ], "match_map_lineup_1": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -22056,19 +22727,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_map_lineup_1_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -22078,19 +22749,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_map_lineup_2": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -22100,19 +22771,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_map_lineup_2_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -22122,11 +22793,11 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], @@ -22139,10 +22810,10 @@ export default { }, "e_sides_aggregate": { "aggregate": [ - 1403 + 1449 ], "nodes": [ - 1401 + 1447 ], "__typename": [ 85 @@ -22153,7 +22824,7 @@ export default { 41, { "columns": [ - 1415, + 1461, "[e_sides_select_column!]" ], "distinct": [ @@ -22162,10 +22833,10 @@ export default { } ], "max": [ - 1409 + 1455 ], "min": [ - 1410 + 1456 ], "__typename": [ 85 @@ -22173,28 +22844,28 @@ export default { }, "e_sides_bool_exp": { "_and": [ - 1404 + 1450 ], "_not": [ - 1404 + 1450 ], "_or": [ - 1404 + 1450 ], "description": [ 87 ], "match_map_lineup_1": [ - 3210 + 3256 ], "match_map_lineup_1_aggregate": [ - 3203 + 3249 ], "match_map_lineup_2": [ - 3210 + 3256 ], "match_map_lineup_2_aggregate": [ - 3203 + 3249 ], "value": [ 87 @@ -22207,19 +22878,19 @@ export default { "e_sides_enum": {}, "e_sides_enum_comparison_exp": { "_eq": [ - 1406 + 1452 ], "_in": [ - 1406 + 1452 ], "_is_null": [ 6 ], "_neq": [ - 1406 + 1452 ], "_nin": [ - 1406 + 1452 ], "__typename": [ 85 @@ -22230,10 +22901,10 @@ export default { 85 ], "match_map_lineup_1": [ - 3207 + 3253 ], "match_map_lineup_2": [ - 3207 + 3253 ], "value": [ 85 @@ -22269,7 +22940,7 @@ export default { 41 ], "returning": [ - 1401 + 1447 ], "__typename": [ 85 @@ -22277,13 +22948,13 @@ export default { }, "e_sides_on_conflict": { "constraint": [ - 1405 + 1451 ], "update_columns": [ - 1419 + 1465 ], "where": [ - 1404 + 1450 ], "__typename": [ 85 @@ -22291,16 +22962,16 @@ export default { }, "e_sides_order_by": { "description": [ - 3601 + 3647 ], "match_map_lineup_1_aggregate": [ - 3206 + 3252 ], "match_map_lineup_2_aggregate": [ - 3206 + 3252 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -22328,7 +22999,7 @@ export default { }, "e_sides_stream_cursor_input": { "initial_value": [ - 1418 + 1464 ], "ordering": [ 394 @@ -22351,10 +23022,10 @@ export default { "e_sides_update_column": {}, "e_sides_updates": { "_set": [ - 1416 + 1462 ], "where": [ - 1404 + 1450 ], "__typename": [ 85 @@ -22373,10 +23044,10 @@ export default { }, "e_system_alert_types_aggregate": { "aggregate": [ - 1423 + 1469 ], "nodes": [ - 1421 + 1467 ], "__typename": [ 85 @@ -22387,7 +23058,7 @@ export default { 41, { "columns": [ - 1435, + 1481, "[e_system_alert_types_select_column!]" ], "distinct": [ @@ -22396,10 +23067,10 @@ export default { } ], "max": [ - 1429 + 1475 ], "min": [ - 1430 + 1476 ], "__typename": [ 85 @@ -22407,13 +23078,13 @@ export default { }, "e_system_alert_types_bool_exp": { "_and": [ - 1424 + 1470 ], "_not": [ - 1424 + 1470 ], "_or": [ - 1424 + 1470 ], "description": [ 87 @@ -22429,19 +23100,19 @@ export default { "e_system_alert_types_enum": {}, "e_system_alert_types_enum_comparison_exp": { "_eq": [ - 1426 + 1472 ], "_in": [ - 1426 + 1472 ], "_is_null": [ 6 ], "_neq": [ - 1426 + 1472 ], "_nin": [ - 1426 + 1472 ], "__typename": [ 85 @@ -22485,7 +23156,7 @@ export default { 41 ], "returning": [ - 1421 + 1467 ], "__typename": [ 85 @@ -22493,13 +23164,13 @@ export default { }, "e_system_alert_types_on_conflict": { "constraint": [ - 1425 + 1471 ], "update_columns": [ - 1439 + 1485 ], "where": [ - 1424 + 1470 ], "__typename": [ 85 @@ -22507,10 +23178,10 @@ export default { }, "e_system_alert_types_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -22538,7 +23209,7 @@ export default { }, "e_system_alert_types_stream_cursor_input": { "initial_value": [ - 1438 + 1484 ], "ordering": [ 394 @@ -22561,10 +23232,10 @@ export default { "e_system_alert_types_update_column": {}, "e_system_alert_types_updates": { "_set": [ - 1436 + 1482 ], "where": [ - 1424 + 1470 ], "__typename": [ 85 @@ -22575,10 +23246,10 @@ export default { 85 ], "team_rosters": [ - 4905, + 4951, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -22588,19 +23259,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "team_rosters_aggregate": [ - 4906, + 4952, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -22610,19 +23281,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "tournament_team_rosters": [ - 5640, + 5740, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -22632,19 +23303,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournament_team_rosters_aggregate": [ - 5641, + 5741, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -22654,11 +23325,11 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], @@ -22671,10 +23342,10 @@ export default { }, "e_team_roles_aggregate": { "aggregate": [ - 1443 + 1489 ], "nodes": [ - 1441 + 1487 ], "__typename": [ 85 @@ -22685,7 +23356,7 @@ export default { 41, { "columns": [ - 1456, + 1502, "[e_team_roles_select_column!]" ], "distinct": [ @@ -22694,10 +23365,10 @@ export default { } ], "max": [ - 1449 + 1495 ], "min": [ - 1450 + 1496 ], "__typename": [ 85 @@ -22705,28 +23376,28 @@ export default { }, "e_team_roles_bool_exp": { "_and": [ - 1444 + 1490 ], "_not": [ - 1444 + 1490 ], "_or": [ - 1444 + 1490 ], "description": [ 87 ], "team_rosters": [ - 4916 + 4962 ], "team_rosters_aggregate": [ - 4907 + 4953 ], "tournament_team_rosters": [ - 5649 + 5749 ], "tournament_team_rosters_aggregate": [ - 5642 + 5742 ], "value": [ 87 @@ -22739,19 +23410,19 @@ export default { "e_team_roles_enum": {}, "e_team_roles_enum_comparison_exp": { "_eq": [ - 1446 + 1492 ], "_in": [ - 1446 + 1492 ], "_is_null": [ 6 ], "_neq": [ - 1446 + 1492 ], "_nin": [ - 1446 + 1492 ], "__typename": [ 85 @@ -22762,10 +23433,10 @@ export default { 85 ], "team_rosters": [ - 4913 + 4959 ], "tournament_team_rosters": [ - 5646 + 5746 ], "value": [ 85 @@ -22801,7 +23472,7 @@ export default { 41 ], "returning": [ - 1441 + 1487 ], "__typename": [ 85 @@ -22809,10 +23480,10 @@ export default { }, "e_team_roles_obj_rel_insert_input": { "data": [ - 1448 + 1494 ], "on_conflict": [ - 1453 + 1499 ], "__typename": [ 85 @@ -22820,13 +23491,13 @@ export default { }, "e_team_roles_on_conflict": { "constraint": [ - 1445 + 1491 ], "update_columns": [ - 1460 + 1506 ], "where": [ - 1444 + 1490 ], "__typename": [ 85 @@ -22834,16 +23505,16 @@ export default { }, "e_team_roles_order_by": { "description": [ - 3601 + 3647 ], "team_rosters_aggregate": [ - 4912 + 4958 ], "tournament_team_rosters_aggregate": [ - 5645 + 5745 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -22871,7 +23542,7 @@ export default { }, "e_team_roles_stream_cursor_input": { "initial_value": [ - 1459 + 1505 ], "ordering": [ 394 @@ -22894,10 +23565,10 @@ export default { "e_team_roles_update_column": {}, "e_team_roles_updates": { "_set": [ - 1457 + 1503 ], "where": [ - 1444 + 1490 ], "__typename": [ 85 @@ -22916,10 +23587,10 @@ export default { }, "e_team_roster_statuses_aggregate": { "aggregate": [ - 1464 + 1510 ], "nodes": [ - 1462 + 1508 ], "__typename": [ 85 @@ -22930,7 +23601,7 @@ export default { 41, { "columns": [ - 1476, + 1522, "[e_team_roster_statuses_select_column!]" ], "distinct": [ @@ -22939,10 +23610,10 @@ export default { } ], "max": [ - 1470 + 1516 ], "min": [ - 1471 + 1517 ], "__typename": [ 85 @@ -22950,13 +23621,13 @@ export default { }, "e_team_roster_statuses_bool_exp": { "_and": [ - 1465 + 1511 ], "_not": [ - 1465 + 1511 ], "_or": [ - 1465 + 1511 ], "description": [ 87 @@ -22972,19 +23643,19 @@ export default { "e_team_roster_statuses_enum": {}, "e_team_roster_statuses_enum_comparison_exp": { "_eq": [ - 1467 + 1513 ], "_in": [ - 1467 + 1513 ], "_is_null": [ 6 ], "_neq": [ - 1467 + 1513 ], "_nin": [ - 1467 + 1513 ], "__typename": [ 85 @@ -23028,7 +23699,7 @@ export default { 41 ], "returning": [ - 1462 + 1508 ], "__typename": [ 85 @@ -23036,13 +23707,13 @@ export default { }, "e_team_roster_statuses_on_conflict": { "constraint": [ - 1466 + 1512 ], "update_columns": [ - 1480 + 1526 ], "where": [ - 1465 + 1511 ], "__typename": [ 85 @@ -23050,10 +23721,10 @@ export default { }, "e_team_roster_statuses_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -23081,7 +23752,7 @@ export default { }, "e_team_roster_statuses_stream_cursor_input": { "initial_value": [ - 1479 + 1525 ], "ordering": [ 394 @@ -23104,10 +23775,10 @@ export default { "e_team_roster_statuses_update_column": {}, "e_team_roster_statuses_updates": { "_set": [ - 1477 + 1523 ], "where": [ - 1465 + 1511 ], "__typename": [ 85 @@ -23126,10 +23797,10 @@ export default { }, "e_timeout_settings_aggregate": { "aggregate": [ - 1484 + 1530 ], "nodes": [ - 1482 + 1528 ], "__typename": [ 85 @@ -23140,7 +23811,7 @@ export default { 41, { "columns": [ - 1496, + 1542, "[e_timeout_settings_select_column!]" ], "distinct": [ @@ -23149,10 +23820,10 @@ export default { } ], "max": [ - 1490 + 1536 ], "min": [ - 1491 + 1537 ], "__typename": [ 85 @@ -23160,13 +23831,13 @@ export default { }, "e_timeout_settings_bool_exp": { "_and": [ - 1485 + 1531 ], "_not": [ - 1485 + 1531 ], "_or": [ - 1485 + 1531 ], "description": [ 87 @@ -23182,19 +23853,19 @@ export default { "e_timeout_settings_enum": {}, "e_timeout_settings_enum_comparison_exp": { "_eq": [ - 1487 + 1533 ], "_in": [ - 1487 + 1533 ], "_is_null": [ 6 ], "_neq": [ - 1487 + 1533 ], "_nin": [ - 1487 + 1533 ], "__typename": [ 85 @@ -23238,7 +23909,7 @@ export default { 41 ], "returning": [ - 1482 + 1528 ], "__typename": [ 85 @@ -23246,13 +23917,13 @@ export default { }, "e_timeout_settings_on_conflict": { "constraint": [ - 1486 + 1532 ], "update_columns": [ - 1500 + 1546 ], "where": [ - 1485 + 1531 ], "__typename": [ 85 @@ -23260,10 +23931,10 @@ export default { }, "e_timeout_settings_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -23291,7 +23962,7 @@ export default { }, "e_timeout_settings_stream_cursor_input": { "initial_value": [ - 1499 + 1545 ], "ordering": [ 394 @@ -23314,10 +23985,10 @@ export default { "e_timeout_settings_update_column": {}, "e_timeout_settings_updates": { "_set": [ - 1497 + 1543 ], "where": [ - 1485 + 1531 ], "__typename": [ 85 @@ -23328,10 +23999,10 @@ export default { 85 ], "tournament_categories": [ - 5286, + 5332, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -23341,19 +24012,19 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], "tournament_categories_aggregate": [ - 5287, + 5333, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -23363,11 +24034,11 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], @@ -23380,10 +24051,10 @@ export default { }, "e_tournament_categories_aggregate": { "aggregate": [ - 1504 + 1550 ], "nodes": [ - 1502 + 1548 ], "__typename": [ 85 @@ -23394,7 +24065,7 @@ export default { 41, { "columns": [ - 1517, + 1563, "[e_tournament_categories_select_column!]" ], "distinct": [ @@ -23403,10 +24074,10 @@ export default { } ], "max": [ - 1510 + 1556 ], "min": [ - 1511 + 1557 ], "__typename": [ 85 @@ -23414,22 +24085,22 @@ export default { }, "e_tournament_categories_bool_exp": { "_and": [ - 1505 + 1551 ], "_not": [ - 1505 + 1551 ], "_or": [ - 1505 + 1551 ], "description": [ 87 ], "tournament_categories": [ - 5293 + 5339 ], "tournament_categories_aggregate": [ - 5288 + 5334 ], "value": [ 87 @@ -23442,19 +24113,19 @@ export default { "e_tournament_categories_enum": {}, "e_tournament_categories_enum_comparison_exp": { "_eq": [ - 1507 + 1553 ], "_in": [ - 1507 + 1553 ], "_is_null": [ 6 ], "_neq": [ - 1507 + 1553 ], "_nin": [ - 1507 + 1553 ], "__typename": [ 85 @@ -23465,7 +24136,7 @@ export default { 85 ], "tournament_categories": [ - 5292 + 5338 ], "value": [ 85 @@ -23501,7 +24172,7 @@ export default { 41 ], "returning": [ - 1502 + 1548 ], "__typename": [ 85 @@ -23509,10 +24180,10 @@ export default { }, "e_tournament_categories_obj_rel_insert_input": { "data": [ - 1509 + 1555 ], "on_conflict": [ - 1514 + 1560 ], "__typename": [ 85 @@ -23520,13 +24191,13 @@ export default { }, "e_tournament_categories_on_conflict": { "constraint": [ - 1506 + 1552 ], "update_columns": [ - 1521 + 1567 ], "where": [ - 1505 + 1551 ], "__typename": [ 85 @@ -23534,13 +24205,13 @@ export default { }, "e_tournament_categories_order_by": { "description": [ - 3601 + 3647 ], "tournament_categories_aggregate": [ - 5291 + 5337 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -23568,7 +24239,7 @@ export default { }, "e_tournament_categories_stream_cursor_input": { "initial_value": [ - 1520 + 1566 ], "ordering": [ 394 @@ -23591,10 +24262,10 @@ export default { "e_tournament_categories_update_column": {}, "e_tournament_categories_updates": { "_set": [ - 1518 + 1564 ], "where": [ - 1505 + 1551 ], "__typename": [ 85 @@ -23605,10 +24276,10 @@ export default { 85 ], "tournament_free_agents": [ - 5310, + 5356, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -23618,19 +24289,19 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "tournament_free_agents_aggregate": [ - 5311, + 5357, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -23640,11 +24311,11 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], @@ -23657,10 +24328,10 @@ export default { }, "e_tournament_free_agent_statuses_aggregate": { "aggregate": [ - 1525 + 1571 ], "nodes": [ - 1523 + 1569 ], "__typename": [ 85 @@ -23671,7 +24342,7 @@ export default { 41, { "columns": [ - 1538, + 1584, "[e_tournament_free_agent_statuses_select_column!]" ], "distinct": [ @@ -23680,10 +24351,10 @@ export default { } ], "max": [ - 1531 + 1577 ], "min": [ - 1532 + 1578 ], "__typename": [ 85 @@ -23691,22 +24362,22 @@ export default { }, "e_tournament_free_agent_statuses_bool_exp": { "_and": [ - 1526 + 1572 ], "_not": [ - 1526 + 1572 ], "_or": [ - 1526 + 1572 ], "description": [ 87 ], "tournament_free_agents": [ - 5319 + 5365 ], "tournament_free_agents_aggregate": [ - 5312 + 5358 ], "value": [ 87 @@ -23719,19 +24390,19 @@ export default { "e_tournament_free_agent_statuses_enum": {}, "e_tournament_free_agent_statuses_enum_comparison_exp": { "_eq": [ - 1528 + 1574 ], "_in": [ - 1528 + 1574 ], "_is_null": [ 6 ], "_neq": [ - 1528 + 1574 ], "_nin": [ - 1528 + 1574 ], "__typename": [ 85 @@ -23742,7 +24413,7 @@ export default { 85 ], "tournament_free_agents": [ - 5316 + 5362 ], "value": [ 85 @@ -23778,7 +24449,7 @@ export default { 41 ], "returning": [ - 1523 + 1569 ], "__typename": [ 85 @@ -23786,10 +24457,10 @@ export default { }, "e_tournament_free_agent_statuses_obj_rel_insert_input": { "data": [ - 1530 + 1576 ], "on_conflict": [ - 1535 + 1581 ], "__typename": [ 85 @@ -23797,13 +24468,13 @@ export default { }, "e_tournament_free_agent_statuses_on_conflict": { "constraint": [ - 1527 + 1573 ], "update_columns": [ - 1542 + 1588 ], "where": [ - 1526 + 1572 ], "__typename": [ 85 @@ -23811,13 +24482,13 @@ export default { }, "e_tournament_free_agent_statuses_order_by": { "description": [ - 3601 + 3647 ], "tournament_free_agents_aggregate": [ - 5315 + 5361 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -23845,7 +24516,7 @@ export default { }, "e_tournament_free_agent_statuses_stream_cursor_input": { "initial_value": [ - 1541 + 1587 ], "ordering": [ 394 @@ -23868,10 +24539,10 @@ export default { "e_tournament_free_agent_statuses_update_column": {}, "e_tournament_free_agent_statuses_updates": { "_set": [ - 1539 + 1585 ], "where": [ - 1526 + 1572 ], "__typename": [ 85 @@ -23882,10 +24553,10 @@ export default { 85 ], "tournaments": [ - 5727, + 5827, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -23895,19 +24566,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_aggregate": [ - 5728, + 5828, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -23917,11 +24588,11 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], @@ -23934,10 +24605,10 @@ export default { }, "e_tournament_registration_types_aggregate": { "aggregate": [ - 1546 + 1592 ], "nodes": [ - 1544 + 1590 ], "__typename": [ 85 @@ -23948,7 +24619,7 @@ export default { 41, { "columns": [ - 1558, + 1604, "[e_tournament_registration_types_select_column!]" ], "distinct": [ @@ -23957,10 +24628,10 @@ export default { } ], "max": [ - 1552 + 1598 ], "min": [ - 1553 + 1599 ], "__typename": [ 85 @@ -23968,22 +24639,22 @@ export default { }, "e_tournament_registration_types_bool_exp": { "_and": [ - 1547 + 1593 ], "_not": [ - 1547 + 1593 ], "_or": [ - 1547 + 1593 ], "description": [ 87 ], "tournaments": [ - 5748 + 5848 ], "tournaments_aggregate": [ - 5729 + 5829 ], "value": [ 87 @@ -23996,19 +24667,19 @@ export default { "e_tournament_registration_types_enum": {}, "e_tournament_registration_types_enum_comparison_exp": { "_eq": [ - 1549 + 1595 ], "_in": [ - 1549 + 1595 ], "_is_null": [ 6 ], "_neq": [ - 1549 + 1595 ], "_nin": [ - 1549 + 1595 ], "__typename": [ 85 @@ -24019,7 +24690,7 @@ export default { 85 ], "tournaments": [ - 5745 + 5845 ], "value": [ 85 @@ -24055,7 +24726,7 @@ export default { 41 ], "returning": [ - 1544 + 1590 ], "__typename": [ 85 @@ -24063,13 +24734,13 @@ export default { }, "e_tournament_registration_types_on_conflict": { "constraint": [ - 1548 + 1594 ], "update_columns": [ - 1562 + 1608 ], "where": [ - 1547 + 1593 ], "__typename": [ 85 @@ -24077,13 +24748,13 @@ export default { }, "e_tournament_registration_types_order_by": { "description": [ - 3601 + 3647 ], "tournaments_aggregate": [ - 5744 + 5844 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -24111,7 +24782,7 @@ export default { }, "e_tournament_registration_types_stream_cursor_input": { "initial_value": [ - 1561 + 1607 ], "ordering": [ 394 @@ -24134,10 +24805,10 @@ export default { "e_tournament_registration_types_update_column": {}, "e_tournament_registration_types_updates": { "_set": [ - 1559 + 1605 ], "where": [ - 1547 + 1593 ], "__typename": [ 85 @@ -24148,10 +24819,10 @@ export default { 85 ], "tournament_stages": [ - 5548, + 5648, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -24161,19 +24832,19 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "tournament_stages_aggregate": [ - 5549, + 5649, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -24183,11 +24854,11 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], @@ -24200,10 +24871,10 @@ export default { }, "e_tournament_stage_types_aggregate": { "aggregate": [ - 1566 + 1612 ], "nodes": [ - 1564 + 1610 ], "__typename": [ 85 @@ -24214,7 +24885,7 @@ export default { 41, { "columns": [ - 1579, + 1625, "[e_tournament_stage_types_select_column!]" ], "distinct": [ @@ -24223,10 +24894,10 @@ export default { } ], "max": [ - 1572 + 1618 ], "min": [ - 1573 + 1619 ], "__typename": [ 85 @@ -24234,22 +24905,22 @@ export default { }, "e_tournament_stage_types_bool_exp": { "_and": [ - 1567 + 1613 ], "_not": [ - 1567 + 1613 ], "_or": [ - 1567 + 1613 ], "description": [ 87 ], "tournament_stages": [ - 5560 + 5660 ], "tournament_stages_aggregate": [ - 5550 + 5650 ], "value": [ 87 @@ -24262,19 +24933,19 @@ export default { "e_tournament_stage_types_enum": {}, "e_tournament_stage_types_enum_comparison_exp": { "_eq": [ - 1569 + 1615 ], "_in": [ - 1569 + 1615 ], "_is_null": [ 6 ], "_neq": [ - 1569 + 1615 ], "_nin": [ - 1569 + 1615 ], "__typename": [ 85 @@ -24285,7 +24956,7 @@ export default { 85 ], "tournament_stages": [ - 5557 + 5657 ], "value": [ 85 @@ -24321,7 +24992,7 @@ export default { 41 ], "returning": [ - 1564 + 1610 ], "__typename": [ 85 @@ -24329,10 +25000,10 @@ export default { }, "e_tournament_stage_types_obj_rel_insert_input": { "data": [ - 1571 + 1617 ], "on_conflict": [ - 1576 + 1622 ], "__typename": [ 85 @@ -24340,13 +25011,13 @@ export default { }, "e_tournament_stage_types_on_conflict": { "constraint": [ - 1568 + 1614 ], "update_columns": [ - 1583 + 1629 ], "where": [ - 1567 + 1613 ], "__typename": [ 85 @@ -24354,13 +25025,13 @@ export default { }, "e_tournament_stage_types_order_by": { "description": [ - 3601 + 3647 ], "tournament_stages_aggregate": [ - 5555 + 5655 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -24388,7 +25059,7 @@ export default { }, "e_tournament_stage_types_stream_cursor_input": { "initial_value": [ - 1582 + 1628 ], "ordering": [ 394 @@ -24411,10 +25082,10 @@ export default { "e_tournament_stage_types_update_column": {}, "e_tournament_stage_types_updates": { "_set": [ - 1580 + 1626 ], "where": [ - 1567 + 1613 ], "__typename": [ 85 @@ -24425,10 +25096,10 @@ export default { 85 ], "tournaments": [ - 5727, + 5827, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -24438,19 +25109,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_aggregate": [ - 5728, + 5828, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -24460,11 +25131,11 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], @@ -24477,10 +25148,10 @@ export default { }, "e_tournament_status_aggregate": { "aggregate": [ - 1587 + 1633 ], "nodes": [ - 1585 + 1631 ], "__typename": [ 85 @@ -24491,7 +25162,7 @@ export default { 41, { "columns": [ - 1600, + 1646, "[e_tournament_status_select_column!]" ], "distinct": [ @@ -24500,10 +25171,10 @@ export default { } ], "max": [ - 1593 + 1639 ], "min": [ - 1594 + 1640 ], "__typename": [ 85 @@ -24511,22 +25182,22 @@ export default { }, "e_tournament_status_bool_exp": { "_and": [ - 1588 + 1634 ], "_not": [ - 1588 + 1634 ], "_or": [ - 1588 + 1634 ], "description": [ 87 ], "tournaments": [ - 5748 + 5848 ], "tournaments_aggregate": [ - 5729 + 5829 ], "value": [ 87 @@ -24539,19 +25210,19 @@ export default { "e_tournament_status_enum": {}, "e_tournament_status_enum_comparison_exp": { "_eq": [ - 1590 + 1636 ], "_in": [ - 1590 + 1636 ], "_is_null": [ 6 ], "_neq": [ - 1590 + 1636 ], "_nin": [ - 1590 + 1636 ], "__typename": [ 85 @@ -24562,7 +25233,7 @@ export default { 85 ], "tournaments": [ - 5745 + 5845 ], "value": [ 85 @@ -24598,7 +25269,7 @@ export default { 41 ], "returning": [ - 1585 + 1631 ], "__typename": [ 85 @@ -24606,10 +25277,10 @@ export default { }, "e_tournament_status_obj_rel_insert_input": { "data": [ - 1592 + 1638 ], "on_conflict": [ - 1597 + 1643 ], "__typename": [ 85 @@ -24617,13 +25288,13 @@ export default { }, "e_tournament_status_on_conflict": { "constraint": [ - 1589 + 1635 ], "update_columns": [ - 1604 + 1650 ], "where": [ - 1588 + 1634 ], "__typename": [ 85 @@ -24631,13 +25302,13 @@ export default { }, "e_tournament_status_order_by": { "description": [ - 3601 + 3647 ], "tournaments_aggregate": [ - 5744 + 5844 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -24665,7 +25336,7 @@ export default { }, "e_tournament_status_stream_cursor_input": { "initial_value": [ - 1603 + 1649 ], "ordering": [ 394 @@ -24688,10 +25359,10 @@ export default { "e_tournament_status_update_column": {}, "e_tournament_status_updates": { "_set": [ - 1601 + 1647 ], "where": [ - 1588 + 1634 ], "__typename": [ 85 @@ -24702,10 +25373,10 @@ export default { 85 ], "utility_practice_sessions": [ - 6457, + 6557, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24715,19 +25386,19 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], "utility_practice_sessions_aggregate": [ - 6458, + 6558, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24737,11 +25408,11 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], @@ -24754,10 +25425,10 @@ export default { }, "e_utility_practice_access_aggregate": { "aggregate": [ - 1608 + 1654 ], "nodes": [ - 1606 + 1652 ], "__typename": [ 85 @@ -24768,7 +25439,7 @@ export default { 41, { "columns": [ - 1620, + 1666, "[e_utility_practice_access_select_column!]" ], "distinct": [ @@ -24777,10 +25448,10 @@ export default { } ], "max": [ - 1614 + 1660 ], "min": [ - 1615 + 1661 ], "__typename": [ 85 @@ -24788,22 +25459,22 @@ export default { }, "e_utility_practice_access_bool_exp": { "_and": [ - 1609 + 1655 ], "_not": [ - 1609 + 1655 ], "_or": [ - 1609 + 1655 ], "description": [ 87 ], "utility_practice_sessions": [ - 6468 + 6568 ], "utility_practice_sessions_aggregate": [ - 6459 + 6559 ], "value": [ 87 @@ -24816,19 +25487,19 @@ export default { "e_utility_practice_access_enum": {}, "e_utility_practice_access_enum_comparison_exp": { "_eq": [ - 1611 + 1657 ], "_in": [ - 1611 + 1657 ], "_is_null": [ 6 ], "_neq": [ - 1611 + 1657 ], "_nin": [ - 1611 + 1657 ], "__typename": [ 85 @@ -24839,7 +25510,7 @@ export default { 85 ], "utility_practice_sessions": [ - 6465 + 6565 ], "value": [ 85 @@ -24875,7 +25546,7 @@ export default { 41 ], "returning": [ - 1606 + 1652 ], "__typename": [ 85 @@ -24883,13 +25554,13 @@ export default { }, "e_utility_practice_access_on_conflict": { "constraint": [ - 1610 + 1656 ], "update_columns": [ - 1624 + 1670 ], "where": [ - 1609 + 1655 ], "__typename": [ 85 @@ -24897,13 +25568,13 @@ export default { }, "e_utility_practice_access_order_by": { "description": [ - 3601 + 3647 ], "utility_practice_sessions_aggregate": [ - 6464 + 6564 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -24931,7 +25602,7 @@ export default { }, "e_utility_practice_access_stream_cursor_input": { "initial_value": [ - 1623 + 1669 ], "ordering": [ 394 @@ -24954,10 +25625,10 @@ export default { "e_utility_practice_access_update_column": {}, "e_utility_practice_access_updates": { "_set": [ - 1621 + 1667 ], "where": [ - 1609 + 1655 ], "__typename": [ 85 @@ -24968,10 +25639,10 @@ export default { 85 ], "utility_practice_sessions": [ - 6457, + 6557, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -24981,19 +25652,19 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], "utility_practice_sessions_aggregate": [ - 6458, + 6558, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -25003,11 +25674,11 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], @@ -25020,10 +25691,10 @@ export default { }, "e_utility_practice_statuses_aggregate": { "aggregate": [ - 1628 + 1674 ], "nodes": [ - 1626 + 1672 ], "__typename": [ 85 @@ -25034,7 +25705,7 @@ export default { 41, { "columns": [ - 1641, + 1687, "[e_utility_practice_statuses_select_column!]" ], "distinct": [ @@ -25043,10 +25714,10 @@ export default { } ], "max": [ - 1634 + 1680 ], "min": [ - 1635 + 1681 ], "__typename": [ 85 @@ -25054,22 +25725,22 @@ export default { }, "e_utility_practice_statuses_bool_exp": { "_and": [ - 1629 + 1675 ], "_not": [ - 1629 + 1675 ], "_or": [ - 1629 + 1675 ], "description": [ 87 ], "utility_practice_sessions": [ - 6468 + 6568 ], "utility_practice_sessions_aggregate": [ - 6459 + 6559 ], "value": [ 87 @@ -25082,19 +25753,19 @@ export default { "e_utility_practice_statuses_enum": {}, "e_utility_practice_statuses_enum_comparison_exp": { "_eq": [ - 1631 + 1677 ], "_in": [ - 1631 + 1677 ], "_is_null": [ 6 ], "_neq": [ - 1631 + 1677 ], "_nin": [ - 1631 + 1677 ], "__typename": [ 85 @@ -25105,7 +25776,7 @@ export default { 85 ], "utility_practice_sessions": [ - 6465 + 6565 ], "value": [ 85 @@ -25141,7 +25812,7 @@ export default { 41 ], "returning": [ - 1626 + 1672 ], "__typename": [ 85 @@ -25149,10 +25820,10 @@ export default { }, "e_utility_practice_statuses_obj_rel_insert_input": { "data": [ - 1633 + 1679 ], "on_conflict": [ - 1638 + 1684 ], "__typename": [ 85 @@ -25160,13 +25831,13 @@ export default { }, "e_utility_practice_statuses_on_conflict": { "constraint": [ - 1630 + 1676 ], "update_columns": [ - 1645 + 1691 ], "where": [ - 1629 + 1675 ], "__typename": [ 85 @@ -25174,13 +25845,13 @@ export default { }, "e_utility_practice_statuses_order_by": { "description": [ - 3601 + 3647 ], "utility_practice_sessions_aggregate": [ - 6464 + 6564 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -25208,7 +25879,7 @@ export default { }, "e_utility_practice_statuses_stream_cursor_input": { "initial_value": [ - 1644 + 1690 ], "ordering": [ 394 @@ -25231,10 +25902,10 @@ export default { "e_utility_practice_statuses_update_column": {}, "e_utility_practice_statuses_updates": { "_set": [ - 1642 + 1688 ], "where": [ - 1629 + 1675 ], "__typename": [ 85 @@ -25245,10 +25916,10 @@ export default { 85 ], "utility_lineups": [ - 6251, + 6351, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -25258,19 +25929,19 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_aggregate": [ - 6252, + 6352, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -25280,11 +25951,11 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], @@ -25297,10 +25968,10 @@ export default { }, "e_utility_sources_aggregate": { "aggregate": [ - 1649 + 1695 ], "nodes": [ - 1647 + 1693 ], "__typename": [ 85 @@ -25311,7 +25982,7 @@ export default { 41, { "columns": [ - 1661, + 1707, "[e_utility_sources_select_column!]" ], "distinct": [ @@ -25320,10 +25991,10 @@ export default { } ], "max": [ - 1655 + 1701 ], "min": [ - 1656 + 1702 ], "__typename": [ 85 @@ -25331,22 +26002,22 @@ export default { }, "e_utility_sources_bool_exp": { "_and": [ - 1650 + 1696 ], "_not": [ - 1650 + 1696 ], "_or": [ - 1650 + 1696 ], "description": [ 87 ], "utility_lineups": [ - 6273 + 6373 ], "utility_lineups_aggregate": [ - 6253 + 6353 ], "value": [ 87 @@ -25359,19 +26030,19 @@ export default { "e_utility_sources_enum": {}, "e_utility_sources_enum_comparison_exp": { "_eq": [ - 1652 + 1698 ], "_in": [ - 1652 + 1698 ], "_is_null": [ 6 ], "_neq": [ - 1652 + 1698 ], "_nin": [ - 1652 + 1698 ], "__typename": [ 85 @@ -25382,7 +26053,7 @@ export default { 85 ], "utility_lineups": [ - 6270 + 6370 ], "value": [ 85 @@ -25418,7 +26089,7 @@ export default { 41 ], "returning": [ - 1647 + 1693 ], "__typename": [ 85 @@ -25426,13 +26097,13 @@ export default { }, "e_utility_sources_on_conflict": { "constraint": [ - 1651 + 1697 ], "update_columns": [ - 1665 + 1711 ], "where": [ - 1650 + 1696 ], "__typename": [ 85 @@ -25440,13 +26111,13 @@ export default { }, "e_utility_sources_order_by": { "description": [ - 3601 + 3647 ], "utility_lineups_aggregate": [ - 6268 + 6368 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -25474,7 +26145,7 @@ export default { }, "e_utility_sources_stream_cursor_input": { "initial_value": [ - 1664 + 1710 ], "ordering": [ 394 @@ -25497,10 +26168,10 @@ export default { "e_utility_sources_update_column": {}, "e_utility_sources_updates": { "_set": [ - 1662 + 1708 ], "where": [ - 1650 + 1696 ], "__typename": [ 85 @@ -25511,10 +26182,10 @@ export default { 85 ], "utility_lineups": [ - 6251, + 6351, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -25524,19 +26195,19 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_aggregate": [ - 6252, + 6352, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -25546,11 +26217,11 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], @@ -25563,10 +26234,10 @@ export default { }, "e_utility_techniques_aggregate": { "aggregate": [ - 1669 + 1715 ], "nodes": [ - 1667 + 1713 ], "__typename": [ 85 @@ -25577,7 +26248,7 @@ export default { 41, { "columns": [ - 1681, + 1727, "[e_utility_techniques_select_column!]" ], "distinct": [ @@ -25586,10 +26257,10 @@ export default { } ], "max": [ - 1675 + 1721 ], "min": [ - 1676 + 1722 ], "__typename": [ 85 @@ -25597,22 +26268,22 @@ export default { }, "e_utility_techniques_bool_exp": { "_and": [ - 1670 + 1716 ], "_not": [ - 1670 + 1716 ], "_or": [ - 1670 + 1716 ], "description": [ 87 ], "utility_lineups": [ - 6273 + 6373 ], "utility_lineups_aggregate": [ - 6253 + 6353 ], "value": [ 87 @@ -25625,19 +26296,19 @@ export default { "e_utility_techniques_enum": {}, "e_utility_techniques_enum_comparison_exp": { "_eq": [ - 1672 + 1718 ], "_in": [ - 1672 + 1718 ], "_is_null": [ 6 ], "_neq": [ - 1672 + 1718 ], "_nin": [ - 1672 + 1718 ], "__typename": [ 85 @@ -25648,7 +26319,7 @@ export default { 85 ], "utility_lineups": [ - 6270 + 6370 ], "value": [ 85 @@ -25684,7 +26355,7 @@ export default { 41 ], "returning": [ - 1667 + 1713 ], "__typename": [ 85 @@ -25692,13 +26363,13 @@ export default { }, "e_utility_techniques_on_conflict": { "constraint": [ - 1671 + 1717 ], "update_columns": [ - 1685 + 1731 ], "where": [ - 1670 + 1716 ], "__typename": [ 85 @@ -25706,13 +26377,13 @@ export default { }, "e_utility_techniques_order_by": { "description": [ - 3601 + 3647 ], "utility_lineups_aggregate": [ - 6268 + 6368 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -25740,7 +26411,7 @@ export default { }, "e_utility_techniques_stream_cursor_input": { "initial_value": [ - 1684 + 1730 ], "ordering": [ 394 @@ -25763,10 +26434,10 @@ export default { "e_utility_techniques_update_column": {}, "e_utility_techniques_updates": { "_set": [ - 1682 + 1728 ], "where": [ - 1670 + 1716 ], "__typename": [ 85 @@ -25777,10 +26448,10 @@ export default { 85 ], "utility_lineups": [ - 6251, + 6351, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -25790,19 +26461,19 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_aggregate": [ - 6252, + 6352, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -25812,11 +26483,11 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], @@ -25829,10 +26500,10 @@ export default { }, "e_utility_throw_strengths_aggregate": { "aggregate": [ - 1689 + 1735 ], "nodes": [ - 1687 + 1733 ], "__typename": [ 85 @@ -25843,7 +26514,7 @@ export default { 41, { "columns": [ - 1701, + 1747, "[e_utility_throw_strengths_select_column!]" ], "distinct": [ @@ -25852,10 +26523,10 @@ export default { } ], "max": [ - 1695 + 1741 ], "min": [ - 1696 + 1742 ], "__typename": [ 85 @@ -25863,22 +26534,22 @@ export default { }, "e_utility_throw_strengths_bool_exp": { "_and": [ - 1690 + 1736 ], "_not": [ - 1690 + 1736 ], "_or": [ - 1690 + 1736 ], "description": [ 87 ], "utility_lineups": [ - 6273 + 6373 ], "utility_lineups_aggregate": [ - 6253 + 6353 ], "value": [ 87 @@ -25891,19 +26562,19 @@ export default { "e_utility_throw_strengths_enum": {}, "e_utility_throw_strengths_enum_comparison_exp": { "_eq": [ - 1692 + 1738 ], "_in": [ - 1692 + 1738 ], "_is_null": [ 6 ], "_neq": [ - 1692 + 1738 ], "_nin": [ - 1692 + 1738 ], "__typename": [ 85 @@ -25914,7 +26585,7 @@ export default { 85 ], "utility_lineups": [ - 6270 + 6370 ], "value": [ 85 @@ -25950,7 +26621,7 @@ export default { 41 ], "returning": [ - 1687 + 1733 ], "__typename": [ 85 @@ -25958,13 +26629,13 @@ export default { }, "e_utility_throw_strengths_on_conflict": { "constraint": [ - 1691 + 1737 ], "update_columns": [ - 1705 + 1751 ], "where": [ - 1690 + 1736 ], "__typename": [ 85 @@ -25972,13 +26643,13 @@ export default { }, "e_utility_throw_strengths_order_by": { "description": [ - 3601 + 3647 ], "utility_lineups_aggregate": [ - 6268 + 6368 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -26006,7 +26677,7 @@ export default { }, "e_utility_throw_strengths_stream_cursor_input": { "initial_value": [ - 1704 + 1750 ], "ordering": [ 394 @@ -26029,10 +26700,10 @@ export default { "e_utility_throw_strengths_update_column": {}, "e_utility_throw_strengths_updates": { "_set": [ - 1702 + 1748 ], "where": [ - 1690 + 1736 ], "__typename": [ 85 @@ -26043,10 +26714,10 @@ export default { 85 ], "player_utilities": [ - 4485, + 4531, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -26056,19 +26727,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "player_utilities_aggregate": [ - 4486, + 4532, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -26078,11 +26749,11 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], @@ -26095,10 +26766,10 @@ export default { }, "e_utility_types_aggregate": { "aggregate": [ - 1709 + 1755 ], "nodes": [ - 1707 + 1753 ], "__typename": [ 85 @@ -26109,7 +26780,7 @@ export default { 41, { "columns": [ - 1721, + 1767, "[e_utility_types_select_column!]" ], "distinct": [ @@ -26118,10 +26789,10 @@ export default { } ], "max": [ - 1715 + 1761 ], "min": [ - 1716 + 1762 ], "__typename": [ 85 @@ -26129,22 +26800,22 @@ export default { }, "e_utility_types_bool_exp": { "_and": [ - 1710 + 1756 ], "_not": [ - 1710 + 1756 ], "_or": [ - 1710 + 1756 ], "description": [ 87 ], "player_utilities": [ - 4494 + 4540 ], "player_utilities_aggregate": [ - 4487 + 4533 ], "value": [ 87 @@ -26157,19 +26828,19 @@ export default { "e_utility_types_enum": {}, "e_utility_types_enum_comparison_exp": { "_eq": [ - 1712 + 1758 ], "_in": [ - 1712 + 1758 ], "_is_null": [ 6 ], "_neq": [ - 1712 + 1758 ], "_nin": [ - 1712 + 1758 ], "__typename": [ 85 @@ -26180,7 +26851,7 @@ export default { 85 ], "player_utilities": [ - 4491 + 4537 ], "value": [ 85 @@ -26216,7 +26887,7 @@ export default { 41 ], "returning": [ - 1707 + 1753 ], "__typename": [ 85 @@ -26224,13 +26895,13 @@ export default { }, "e_utility_types_on_conflict": { "constraint": [ - 1711 + 1757 ], "update_columns": [ - 1725 + 1771 ], "where": [ - 1710 + 1756 ], "__typename": [ 85 @@ -26238,13 +26909,13 @@ export default { }, "e_utility_types_order_by": { "description": [ - 3601 + 3647 ], "player_utilities_aggregate": [ - 4490 + 4536 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -26272,7 +26943,7 @@ export default { }, "e_utility_types_stream_cursor_input": { "initial_value": [ - 1724 + 1770 ], "ordering": [ 394 @@ -26295,10 +26966,10 @@ export default { "e_utility_types_update_column": {}, "e_utility_types_updates": { "_set": [ - 1722 + 1768 ], "where": [ - 1710 + 1756 ], "__typename": [ 85 @@ -26309,10 +26980,10 @@ export default { 85 ], "utility_lineups": [ - 6251, + 6351, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -26322,19 +26993,19 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_aggregate": [ - 6252, + 6352, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -26344,11 +27015,11 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], @@ -26361,10 +27032,10 @@ export default { }, "e_utility_visibility_aggregate": { "aggregate": [ - 1729 + 1775 ], "nodes": [ - 1727 + 1773 ], "__typename": [ 85 @@ -26375,7 +27046,7 @@ export default { 41, { "columns": [ - 1741, + 1787, "[e_utility_visibility_select_column!]" ], "distinct": [ @@ -26384,10 +27055,10 @@ export default { } ], "max": [ - 1735 + 1781 ], "min": [ - 1736 + 1782 ], "__typename": [ 85 @@ -26395,22 +27066,22 @@ export default { }, "e_utility_visibility_bool_exp": { "_and": [ - 1730 + 1776 ], "_not": [ - 1730 + 1776 ], "_or": [ - 1730 + 1776 ], "description": [ 87 ], "utility_lineups": [ - 6273 + 6373 ], "utility_lineups_aggregate": [ - 6253 + 6353 ], "value": [ 87 @@ -26423,19 +27094,19 @@ export default { "e_utility_visibility_enum": {}, "e_utility_visibility_enum_comparison_exp": { "_eq": [ - 1732 + 1778 ], "_in": [ - 1732 + 1778 ], "_is_null": [ 6 ], "_neq": [ - 1732 + 1778 ], "_nin": [ - 1732 + 1778 ], "__typename": [ 85 @@ -26446,7 +27117,7 @@ export default { 85 ], "utility_lineups": [ - 6270 + 6370 ], "value": [ 85 @@ -26482,7 +27153,7 @@ export default { 41 ], "returning": [ - 1727 + 1773 ], "__typename": [ 85 @@ -26490,13 +27161,13 @@ export default { }, "e_utility_visibility_on_conflict": { "constraint": [ - 1731 + 1777 ], "update_columns": [ - 1745 + 1791 ], "where": [ - 1730 + 1776 ], "__typename": [ 85 @@ -26504,13 +27175,13 @@ export default { }, "e_utility_visibility_order_by": { "description": [ - 3601 + 3647 ], "utility_lineups_aggregate": [ - 6268 + 6368 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -26538,7 +27209,7 @@ export default { }, "e_utility_visibility_stream_cursor_input": { "initial_value": [ - 1744 + 1790 ], "ordering": [ 394 @@ -26561,10 +27232,10 @@ export default { "e_utility_visibility_update_column": {}, "e_utility_visibility_updates": { "_set": [ - 1742 + 1788 ], "where": [ - 1730 + 1776 ], "__typename": [ 85 @@ -26575,10 +27246,10 @@ export default { 85 ], "match_veto_picks": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -26588,19 +27259,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_veto_picks_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -26610,11 +27281,11 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], @@ -26627,10 +27298,10 @@ export default { }, "e_veto_pick_types_aggregate": { "aggregate": [ - 1749 + 1795 ], "nodes": [ - 1747 + 1793 ], "__typename": [ 85 @@ -26641,7 +27312,7 @@ export default { 41, { "columns": [ - 1761, + 1807, "[e_veto_pick_types_select_column!]" ], "distinct": [ @@ -26650,10 +27321,10 @@ export default { } ], "max": [ - 1755 + 1801 ], "min": [ - 1756 + 1802 ], "__typename": [ 85 @@ -26661,22 +27332,22 @@ export default { }, "e_veto_pick_types_bool_exp": { "_and": [ - 1750 + 1796 ], "_not": [ - 1750 + 1796 ], "_or": [ - 1750 + 1796 ], "description": [ 87 ], "match_veto_picks": [ - 3182 + 3228 ], "match_veto_picks_aggregate": [ - 3175 + 3221 ], "value": [ 87 @@ -26689,19 +27360,19 @@ export default { "e_veto_pick_types_enum": {}, "e_veto_pick_types_enum_comparison_exp": { "_eq": [ - 1752 + 1798 ], "_in": [ - 1752 + 1798 ], "_is_null": [ 6 ], "_neq": [ - 1752 + 1798 ], "_nin": [ - 1752 + 1798 ], "__typename": [ 85 @@ -26712,7 +27383,7 @@ export default { 85 ], "match_veto_picks": [ - 3181 + 3227 ], "value": [ 85 @@ -26748,7 +27419,7 @@ export default { 41 ], "returning": [ - 1747 + 1793 ], "__typename": [ 85 @@ -26756,13 +27427,13 @@ export default { }, "e_veto_pick_types_on_conflict": { "constraint": [ - 1751 + 1797 ], "update_columns": [ - 1765 + 1811 ], "where": [ - 1750 + 1796 ], "__typename": [ 85 @@ -26770,13 +27441,13 @@ export default { }, "e_veto_pick_types_order_by": { "description": [ - 3601 + 3647 ], "match_veto_picks_aggregate": [ - 3180 + 3226 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -26804,7 +27475,7 @@ export default { }, "e_veto_pick_types_stream_cursor_input": { "initial_value": [ - 1764 + 1810 ], "ordering": [ 394 @@ -26827,10 +27498,10 @@ export default { "e_veto_pick_types_update_column": {}, "e_veto_pick_types_updates": { "_set": [ - 1762 + 1808 ], "where": [ - 1750 + 1796 ], "__typename": [ 85 @@ -26849,10 +27520,10 @@ export default { }, "e_winning_reasons_aggregate": { "aggregate": [ - 1769 + 1815 ], "nodes": [ - 1767 + 1813 ], "__typename": [ 85 @@ -26863,7 +27534,7 @@ export default { 41, { "columns": [ - 1781, + 1827, "[e_winning_reasons_select_column!]" ], "distinct": [ @@ -26872,10 +27543,10 @@ export default { } ], "max": [ - 1775 + 1821 ], "min": [ - 1776 + 1822 ], "__typename": [ 85 @@ -26883,13 +27554,13 @@ export default { }, "e_winning_reasons_bool_exp": { "_and": [ - 1770 + 1816 ], "_not": [ - 1770 + 1816 ], "_or": [ - 1770 + 1816 ], "description": [ 87 @@ -26905,19 +27576,19 @@ export default { "e_winning_reasons_enum": {}, "e_winning_reasons_enum_comparison_exp": { "_eq": [ - 1772 + 1818 ], "_in": [ - 1772 + 1818 ], "_is_null": [ 6 ], "_neq": [ - 1772 + 1818 ], "_nin": [ - 1772 + 1818 ], "__typename": [ 85 @@ -26961,7 +27632,7 @@ export default { 41 ], "returning": [ - 1767 + 1813 ], "__typename": [ 85 @@ -26969,13 +27640,13 @@ export default { }, "e_winning_reasons_on_conflict": { "constraint": [ - 1771 + 1817 ], "update_columns": [ - 1785 + 1831 ], "where": [ - 1770 + 1816 ], "__typename": [ 85 @@ -26983,10 +27654,10 @@ export default { }, "e_winning_reasons_order_by": { "description": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -27014,7 +27685,7 @@ export default { }, "e_winning_reasons_stream_cursor_input": { "initial_value": [ - 1784 + 1830 ], "ordering": [ 394 @@ -27037,10 +27708,10 @@ export default { "e_winning_reasons_update_column": {}, "e_winning_reasons_updates": { "_set": [ - 1782 + 1828 ], "where": [ - 1770 + 1816 ], "__typename": [ 85 @@ -27048,19 +27719,19 @@ export default { }, "event_match_links": { "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27068,10 +27739,10 @@ export default { }, "event_match_links_aggregate": { "aggregate": [ - 1789 + 1835 ], "nodes": [ - 1787 + 1833 ], "__typename": [ 85 @@ -27082,7 +27753,7 @@ export default { 41, { "columns": [ - 1799, + 1845, "[event_match_links_select_column!]" ], "distinct": [ @@ -27091,10 +27762,10 @@ export default { } ], "max": [ - 1793 + 1839 ], "min": [ - 1794 + 1840 ], "__typename": [ 85 @@ -27102,28 +27773,28 @@ export default { }, "event_match_links_bool_exp": { "_and": [ - 1790 + 1836 ], "_not": [ - 1790 + 1836 ], "_or": [ - 1790 + 1836 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -27132,19 +27803,19 @@ export default { "event_match_links_constraint": {}, "event_match_links_insert_input": { "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27152,13 +27823,13 @@ export default { }, "event_match_links_max_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27166,13 +27837,13 @@ export default { }, "event_match_links_min_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27183,7 +27854,7 @@ export default { 41 ], "returning": [ - 1787 + 1833 ], "__typename": [ 85 @@ -27191,13 +27862,13 @@ export default { }, "event_match_links_on_conflict": { "constraint": [ - 1791 + 1837 ], "update_columns": [ - 1803 + 1849 ], "where": [ - 1790 + 1836 ], "__typename": [ 85 @@ -27205,19 +27876,19 @@ export default { }, "event_match_links_order_by": { "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -27225,10 +27896,10 @@ export default { }, "event_match_links_pk_columns_input": { "event_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27237,13 +27908,13 @@ export default { "event_match_links_select_column": {}, "event_match_links_set_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27251,7 +27922,7 @@ export default { }, "event_match_links_stream_cursor_input": { "initial_value": [ - 1802 + 1848 ], "ordering": [ 394 @@ -27262,13 +27933,13 @@ export default { }, "event_match_links_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27277,10 +27948,10 @@ export default { "event_match_links_update_column": {}, "event_match_links_updates": { "_set": [ - 1800 + 1846 ], "where": [ - 1790 + 1836 ], "__typename": [ 85 @@ -27288,13 +27959,13 @@ export default { }, "event_media": { "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "external_url": [ 85 @@ -27303,16 +27974,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mime_type": [ 85 ], "players": [ - 1827, + 1873, { "distinct_on": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "limit": [ @@ -27322,19 +27993,19 @@ export default { 41 ], "order_by": [ - 1846, + 1892, "[event_media_players_order_by!]" ], "where": [ - 1836 + 1882 ] } ], "players_aggregate": [ - 1828, + 1874, { "distinct_on": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "limit": [ @@ -27344,11 +28015,11 @@ export default { 41 ], "order_by": [ - 1846, + 1892, "[event_media_players_order_by!]" ], "where": [ - 1836 + 1882 ] } ], @@ -27362,7 +28033,7 @@ export default { 85 ], "uploader": [ - 4559 + 4605 ], "uploader_steam_id": [ 311 @@ -27373,10 +28044,10 @@ export default { }, "event_media_aggregate": { "aggregate": [ - 1809 + 1855 ], "nodes": [ - 1805 + 1851 ], "__typename": [ 85 @@ -27384,7 +28055,7 @@ export default { }, "event_media_aggregate_bool_exp": { "count": [ - 1808 + 1854 ], "__typename": [ 85 @@ -27392,13 +28063,13 @@ export default { }, "event_media_aggregate_bool_exp_count": { "arguments": [ - 1868 + 1914 ], "distinct": [ 6 ], "filter": [ - 1814 + 1860 ], "predicate": [ 42 @@ -27409,13 +28080,13 @@ export default { }, "event_media_aggregate_fields": { "avg": [ - 1812 + 1858 ], "count": [ 41, { "columns": [ - 1868, + 1914, "[event_media_select_column!]" ], "distinct": [ @@ -27424,31 +28095,31 @@ export default { } ], "max": [ - 1818 + 1864 ], "min": [ - 1820 + 1866 ], "stddev": [ - 1870 + 1916 ], "stddev_pop": [ - 1872 + 1918 ], "stddev_samp": [ - 1874 + 1920 ], "sum": [ - 1878 + 1924 ], "var_pop": [ - 1882 + 1928 ], "var_samp": [ - 1884 + 1930 ], "variance": [ - 1886 + 1932 ], "__typename": [ 85 @@ -27456,37 +28127,37 @@ export default { }, "event_media_aggregate_order_by": { "avg": [ - 1813 + 1859 ], "count": [ - 3601 + 3647 ], "max": [ - 1819 + 1865 ], "min": [ - 1821 + 1867 ], "stddev": [ - 1871 + 1917 ], "stddev_pop": [ - 1873 + 1919 ], "stddev_samp": [ - 1875 + 1921 ], "sum": [ - 1879 + 1925 ], "var_pop": [ - 1883 + 1929 ], "var_samp": [ - 1885 + 1931 ], "variance": [ - 1887 + 1933 ], "__typename": [ 85 @@ -27494,10 +28165,10 @@ export default { }, "event_media_arr_rel_insert_input": { "data": [ - 1817 + 1863 ], "on_conflict": [ - 1824 + 1870 ], "__typename": [ 85 @@ -27516,10 +28187,10 @@ export default { }, "event_media_avg_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -27527,22 +28198,22 @@ export default { }, "event_media_bool_exp": { "_and": [ - 1814 + 1860 ], "_not": [ - 1814 + 1860 ], "_or": [ - 1814 + 1860 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "external_url": [ 87 @@ -27551,16 +28222,16 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "mime_type": [ 87 ], "players": [ - 1836 + 1882 ], "players_aggregate": [ - 1829 + 1875 ], "size": [ 313 @@ -27572,7 +28243,7 @@ export default { 87 ], "uploader": [ - 4563 + 4609 ], "uploader_steam_id": [ 313 @@ -27595,13 +28266,13 @@ export default { }, "event_media_insert_input": { "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "external_url": [ 85 @@ -27610,13 +28281,13 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mime_type": [ 85 ], "players": [ - 1833 + 1879 ], "size": [ 311 @@ -27628,7 +28299,7 @@ export default { 85 ], "uploader": [ - 4570 + 4616 ], "uploader_steam_id": [ 311 @@ -27639,10 +28310,10 @@ export default { }, "event_media_max_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "external_url": [ 85 @@ -27651,7 +28322,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mime_type": [ 85 @@ -27674,34 +28345,34 @@ export default { }, "event_media_max_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "external_url": [ - 3601 + 3647 ], "filename": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "mime_type": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "thumbnail_filename": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -27709,10 +28380,10 @@ export default { }, "event_media_min_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "external_url": [ 85 @@ -27721,7 +28392,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mime_type": [ 85 @@ -27744,34 +28415,34 @@ export default { }, "event_media_min_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "external_url": [ - 3601 + 3647 ], "filename": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "mime_type": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "thumbnail_filename": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -27782,7 +28453,7 @@ export default { 41 ], "returning": [ - 1805 + 1851 ], "__typename": [ 85 @@ -27790,10 +28461,10 @@ export default { }, "event_media_obj_rel_insert_input": { "data": [ - 1817 + 1863 ], "on_conflict": [ - 1824 + 1870 ], "__typename": [ 85 @@ -27801,13 +28472,13 @@ export default { }, "event_media_on_conflict": { "constraint": [ - 1815 + 1861 ], "update_columns": [ - 1880 + 1926 ], "where": [ - 1814 + 1860 ], "__typename": [ 85 @@ -27815,43 +28486,43 @@ export default { }, "event_media_order_by": { "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "external_url": [ - 3601 + 3647 ], "filename": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "mime_type": [ - 3601 + 3647 ], "players_aggregate": [ - 1832 + 1878 ], "size": [ - 3601 + 3647 ], "thumbnail_filename": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "uploader": [ - 4572 + 4618 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -27859,7 +28530,7 @@ export default { }, "event_media_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -27867,16 +28538,16 @@ export default { }, "event_media_players": { "created_at": [ - 5196 + 5242 ], "media": [ - 1805 + 1851 ], "media_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -27887,10 +28558,10 @@ export default { }, "event_media_players_aggregate": { "aggregate": [ - 1831 + 1877 ], "nodes": [ - 1827 + 1873 ], "__typename": [ 85 @@ -27898,7 +28569,7 @@ export default { }, "event_media_players_aggregate_bool_exp": { "count": [ - 1830 + 1876 ], "__typename": [ 85 @@ -27906,13 +28577,13 @@ export default { }, "event_media_players_aggregate_bool_exp_count": { "arguments": [ - 1848 + 1894 ], "distinct": [ 6 ], "filter": [ - 1836 + 1882 ], "predicate": [ 42 @@ -27923,13 +28594,13 @@ export default { }, "event_media_players_aggregate_fields": { "avg": [ - 1834 + 1880 ], "count": [ 41, { "columns": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "distinct": [ @@ -27938,31 +28609,31 @@ export default { } ], "max": [ - 1840 + 1886 ], "min": [ - 1842 + 1888 ], "stddev": [ - 1850 + 1896 ], "stddev_pop": [ - 1852 + 1898 ], "stddev_samp": [ - 1854 + 1900 ], "sum": [ - 1858 + 1904 ], "var_pop": [ - 1862 + 1908 ], "var_samp": [ - 1864 + 1910 ], "variance": [ - 1866 + 1912 ], "__typename": [ 85 @@ -27970,37 +28641,37 @@ export default { }, "event_media_players_aggregate_order_by": { "avg": [ - 1835 + 1881 ], "count": [ - 3601 + 3647 ], "max": [ - 1841 + 1887 ], "min": [ - 1843 + 1889 ], "stddev": [ - 1851 + 1897 ], "stddev_pop": [ - 1853 + 1899 ], "stddev_samp": [ - 1855 + 1901 ], "sum": [ - 1859 + 1905 ], "var_pop": [ - 1863 + 1909 ], "var_samp": [ - 1865 + 1911 ], "variance": [ - 1867 + 1913 ], "__typename": [ 85 @@ -28008,10 +28679,10 @@ export default { }, "event_media_players_arr_rel_insert_input": { "data": [ - 1839 + 1885 ], "on_conflict": [ - 1845 + 1891 ], "__typename": [ 85 @@ -28027,7 +28698,7 @@ export default { }, "event_media_players_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28035,25 +28706,25 @@ export default { }, "event_media_players_bool_exp": { "_and": [ - 1836 + 1882 ], "_not": [ - 1836 + 1882 ], "_or": [ - 1836 + 1882 ], "created_at": [ - 5197 + 5243 ], "media": [ - 1814 + 1860 ], "media_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -28073,16 +28744,16 @@ export default { }, "event_media_players_insert_input": { "created_at": [ - 5196 + 5242 ], "media": [ - 1823 + 1869 ], "media_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 @@ -28093,10 +28764,10 @@ export default { }, "event_media_players_max_fields": { "created_at": [ - 5196 + 5242 ], "media_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28107,13 +28778,13 @@ export default { }, "event_media_players_max_order_by": { "created_at": [ - 3601 + 3647 ], "media_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28121,10 +28792,10 @@ export default { }, "event_media_players_min_fields": { "created_at": [ - 5196 + 5242 ], "media_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28135,13 +28806,13 @@ export default { }, "event_media_players_min_order_by": { "created_at": [ - 3601 + 3647 ], "media_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28152,7 +28823,7 @@ export default { 41 ], "returning": [ - 1827 + 1873 ], "__typename": [ 85 @@ -28160,13 +28831,13 @@ export default { }, "event_media_players_on_conflict": { "constraint": [ - 1837 + 1883 ], "update_columns": [ - 1860 + 1906 ], "where": [ - 1836 + 1882 ], "__typename": [ 85 @@ -28174,19 +28845,19 @@ export default { }, "event_media_players_order_by": { "created_at": [ - 3601 + 3647 ], "media": [ - 1825 + 1871 ], "media_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28194,7 +28865,7 @@ export default { }, "event_media_players_pk_columns_input": { "media_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28206,10 +28877,10 @@ export default { "event_media_players_select_column": {}, "event_media_players_set_input": { "created_at": [ - 5196 + 5242 ], "media_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28228,7 +28899,7 @@ export default { }, "event_media_players_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28244,7 +28915,7 @@ export default { }, "event_media_players_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28260,7 +28931,7 @@ export default { }, "event_media_players_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28268,7 +28939,7 @@ export default { }, "event_media_players_stream_cursor_input": { "initial_value": [ - 1857 + 1903 ], "ordering": [ 394 @@ -28279,10 +28950,10 @@ export default { }, "event_media_players_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "media_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28301,7 +28972,7 @@ export default { }, "event_media_players_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28310,13 +28981,13 @@ export default { "event_media_players_update_column": {}, "event_media_players_updates": { "_inc": [ - 1838 + 1884 ], "_set": [ - 1849 + 1895 ], "where": [ - 1836 + 1882 ], "__typename": [ 85 @@ -28332,7 +29003,7 @@ export default { }, "event_media_players_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28348,7 +29019,7 @@ export default { }, "event_media_players_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28364,7 +29035,7 @@ export default { }, "event_media_players_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28373,10 +29044,10 @@ export default { "event_media_select_column": {}, "event_media_set_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "external_url": [ 85 @@ -28385,7 +29056,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mime_type": [ 85 @@ -28419,10 +29090,10 @@ export default { }, "event_media_stddev_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28441,10 +29112,10 @@ export default { }, "event_media_stddev_pop_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28463,10 +29134,10 @@ export default { }, "event_media_stddev_samp_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28474,7 +29145,7 @@ export default { }, "event_media_stream_cursor_input": { "initial_value": [ - 1877 + 1923 ], "ordering": [ 394 @@ -28485,10 +29156,10 @@ export default { }, "event_media_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "external_url": [ 85 @@ -28497,7 +29168,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "mime_type": [ 85 @@ -28531,10 +29202,10 @@ export default { }, "event_media_sum_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28543,13 +29214,13 @@ export default { "event_media_update_column": {}, "event_media_updates": { "_inc": [ - 1816 + 1862 ], "_set": [ - 1869 + 1915 ], "where": [ - 1814 + 1860 ], "__typename": [ 85 @@ -28568,10 +29239,10 @@ export default { }, "event_media_var_pop_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28590,10 +29261,10 @@ export default { }, "event_media_var_samp_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28612,10 +29283,10 @@ export default { }, "event_media_variance_order_by": { "size": [ - 3601 + 3647 ], "uploader_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28623,16 +29294,16 @@ export default { }, "event_organizers": { "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "organizer": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -28643,10 +29314,10 @@ export default { }, "event_organizers_aggregate": { "aggregate": [ - 1892 + 1938 ], "nodes": [ - 1888 + 1934 ], "__typename": [ 85 @@ -28654,7 +29325,7 @@ export default { }, "event_organizers_aggregate_bool_exp": { "count": [ - 1891 + 1937 ], "__typename": [ 85 @@ -28662,13 +29333,13 @@ export default { }, "event_organizers_aggregate_bool_exp_count": { "arguments": [ - 1909 + 1955 ], "distinct": [ 6 ], "filter": [ - 1897 + 1943 ], "predicate": [ 42 @@ -28679,13 +29350,13 @@ export default { }, "event_organizers_aggregate_fields": { "avg": [ - 1895 + 1941 ], "count": [ 41, { "columns": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "distinct": [ @@ -28694,31 +29365,31 @@ export default { } ], "max": [ - 1901 + 1947 ], "min": [ - 1903 + 1949 ], "stddev": [ - 1911 + 1957 ], "stddev_pop": [ - 1913 + 1959 ], "stddev_samp": [ - 1915 + 1961 ], "sum": [ - 1919 + 1965 ], "var_pop": [ - 1923 + 1969 ], "var_samp": [ - 1925 + 1971 ], "variance": [ - 1927 + 1973 ], "__typename": [ 85 @@ -28726,37 +29397,37 @@ export default { }, "event_organizers_aggregate_order_by": { "avg": [ - 1896 + 1942 ], "count": [ - 3601 + 3647 ], "max": [ - 1902 + 1948 ], "min": [ - 1904 + 1950 ], "stddev": [ - 1912 + 1958 ], "stddev_pop": [ - 1914 + 1960 ], "stddev_samp": [ - 1916 + 1962 ], "sum": [ - 1920 + 1966 ], "var_pop": [ - 1924 + 1970 ], "var_samp": [ - 1926 + 1972 ], "variance": [ - 1928 + 1974 ], "__typename": [ 85 @@ -28764,10 +29435,10 @@ export default { }, "event_organizers_arr_rel_insert_input": { "data": [ - 1900 + 1946 ], "on_conflict": [ - 1906 + 1952 ], "__typename": [ 85 @@ -28783,7 +29454,7 @@ export default { }, "event_organizers_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28791,25 +29462,25 @@ export default { }, "event_organizers_bool_exp": { "_and": [ - 1897 + 1943 ], "_not": [ - 1897 + 1943 ], "_or": [ - 1897 + 1943 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "organizer": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -28829,16 +29500,16 @@ export default { }, "event_organizers_insert_input": { "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "organizer": [ - 4570 + 4616 ], "steam_id": [ 311 @@ -28849,10 +29520,10 @@ export default { }, "event_organizers_max_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28863,13 +29534,13 @@ export default { }, "event_organizers_max_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28877,10 +29548,10 @@ export default { }, "event_organizers_min_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28891,13 +29562,13 @@ export default { }, "event_organizers_min_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28908,7 +29579,7 @@ export default { 41 ], "returning": [ - 1888 + 1934 ], "__typename": [ 85 @@ -28916,13 +29587,13 @@ export default { }, "event_organizers_on_conflict": { "constraint": [ - 1898 + 1944 ], "update_columns": [ - 1921 + 1967 ], "where": [ - 1897 + 1943 ], "__typename": [ 85 @@ -28930,19 +29601,19 @@ export default { }, "event_organizers_order_by": { "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "organizer": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -28950,7 +29621,7 @@ export default { }, "event_organizers_pk_columns_input": { "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28962,10 +29633,10 @@ export default { "event_organizers_select_column": {}, "event_organizers_set_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -28984,7 +29655,7 @@ export default { }, "event_organizers_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29000,7 +29671,7 @@ export default { }, "event_organizers_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29016,7 +29687,7 @@ export default { }, "event_organizers_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29024,7 +29695,7 @@ export default { }, "event_organizers_stream_cursor_input": { "initial_value": [ - 1918 + 1964 ], "ordering": [ 394 @@ -29035,10 +29706,10 @@ export default { }, "event_organizers_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -29057,7 +29728,7 @@ export default { }, "event_organizers_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29066,13 +29737,13 @@ export default { "event_organizers_update_column": {}, "event_organizers_updates": { "_inc": [ - 1899 + 1945 ], "_set": [ - 1910 + 1956 ], "where": [ - 1897 + 1943 ], "__typename": [ 85 @@ -29088,7 +29759,7 @@ export default { }, "event_organizers_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29104,7 +29775,7 @@ export default { }, "event_organizers_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29120,7 +29791,7 @@ export default { }, "event_organizers_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29128,16 +29799,16 @@ export default { }, "event_players": { "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -29148,10 +29819,10 @@ export default { }, "event_players_aggregate": { "aggregate": [ - 1933 + 1979 ], "nodes": [ - 1929 + 1975 ], "__typename": [ 85 @@ -29159,7 +29830,7 @@ export default { }, "event_players_aggregate_bool_exp": { "count": [ - 1932 + 1978 ], "__typename": [ 85 @@ -29167,13 +29838,13 @@ export default { }, "event_players_aggregate_bool_exp_count": { "arguments": [ - 1950 + 1996 ], "distinct": [ 6 ], "filter": [ - 1938 + 1984 ], "predicate": [ 42 @@ -29184,13 +29855,13 @@ export default { }, "event_players_aggregate_fields": { "avg": [ - 1936 + 1982 ], "count": [ 41, { "columns": [ - 1950, + 1996, "[event_players_select_column!]" ], "distinct": [ @@ -29199,31 +29870,31 @@ export default { } ], "max": [ - 1942 + 1988 ], "min": [ - 1944 + 1990 ], "stddev": [ - 1952 + 1998 ], "stddev_pop": [ - 1954 + 2000 ], "stddev_samp": [ - 1956 + 2002 ], "sum": [ - 1960 + 2006 ], "var_pop": [ - 1964 + 2010 ], "var_samp": [ - 1966 + 2012 ], "variance": [ - 1968 + 2014 ], "__typename": [ 85 @@ -29231,37 +29902,37 @@ export default { }, "event_players_aggregate_order_by": { "avg": [ - 1937 + 1983 ], "count": [ - 3601 + 3647 ], "max": [ - 1943 + 1989 ], "min": [ - 1945 + 1991 ], "stddev": [ - 1953 + 1999 ], "stddev_pop": [ - 1955 + 2001 ], "stddev_samp": [ - 1957 + 2003 ], "sum": [ - 1961 + 2007 ], "var_pop": [ - 1965 + 2011 ], "var_samp": [ - 1967 + 2013 ], "variance": [ - 1969 + 2015 ], "__typename": [ 85 @@ -29269,10 +29940,10 @@ export default { }, "event_players_arr_rel_insert_input": { "data": [ - 1941 + 1987 ], "on_conflict": [ - 1947 + 1993 ], "__typename": [ 85 @@ -29288,7 +29959,7 @@ export default { }, "event_players_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29296,25 +29967,25 @@ export default { }, "event_players_bool_exp": { "_and": [ - 1938 + 1984 ], "_not": [ - 1938 + 1984 ], "_or": [ - 1938 + 1984 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -29334,16 +30005,16 @@ export default { }, "event_players_insert_input": { "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 @@ -29354,10 +30025,10 @@ export default { }, "event_players_max_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -29368,13 +30039,13 @@ export default { }, "event_players_max_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29382,10 +30053,10 @@ export default { }, "event_players_min_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -29396,13 +30067,13 @@ export default { }, "event_players_min_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29413,7 +30084,7 @@ export default { 41 ], "returning": [ - 1929 + 1975 ], "__typename": [ 85 @@ -29421,13 +30092,13 @@ export default { }, "event_players_on_conflict": { "constraint": [ - 1939 + 1985 ], "update_columns": [ - 1962 + 2008 ], "where": [ - 1938 + 1984 ], "__typename": [ 85 @@ -29435,19 +30106,19 @@ export default { }, "event_players_order_by": { "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29455,7 +30126,7 @@ export default { }, "event_players_pk_columns_input": { "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -29467,10 +30138,10 @@ export default { "event_players_select_column": {}, "event_players_set_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -29489,7 +30160,7 @@ export default { }, "event_players_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29505,7 +30176,7 @@ export default { }, "event_players_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29521,7 +30192,7 @@ export default { }, "event_players_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29529,7 +30200,7 @@ export default { }, "event_players_stream_cursor_input": { "initial_value": [ - 1959 + 2005 ], "ordering": [ 394 @@ -29540,10 +30211,10 @@ export default { }, "event_players_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -29562,7 +30233,7 @@ export default { }, "event_players_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29571,13 +30242,13 @@ export default { "event_players_update_column": {}, "event_players_updates": { "_inc": [ - 1940 + 1986 ], "_set": [ - 1951 + 1997 ], "where": [ - 1938 + 1984 ], "__typename": [ 85 @@ -29593,7 +30264,7 @@ export default { }, "event_players_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29609,7 +30280,7 @@ export default { }, "event_players_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29625,7 +30296,7 @@ export default { }, "event_players_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29633,19 +30304,19 @@ export default { }, "event_teams": { "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29653,10 +30324,10 @@ export default { }, "event_teams_aggregate": { "aggregate": [ - 1974 + 2020 ], "nodes": [ - 1970 + 2016 ], "__typename": [ 85 @@ -29664,7 +30335,7 @@ export default { }, "event_teams_aggregate_bool_exp": { "count": [ - 1973 + 2019 ], "__typename": [ 85 @@ -29672,13 +30343,13 @@ export default { }, "event_teams_aggregate_bool_exp_count": { "arguments": [ - 1988 + 2034 ], "distinct": [ 6 ], "filter": [ - 1977 + 2023 ], "predicate": [ 42 @@ -29692,7 +30363,7 @@ export default { 41, { "columns": [ - 1988, + 2034, "[event_teams_select_column!]" ], "distinct": [ @@ -29701,10 +30372,10 @@ export default { } ], "max": [ - 1980 + 2026 ], "min": [ - 1982 + 2028 ], "__typename": [ 85 @@ -29712,13 +30383,13 @@ export default { }, "event_teams_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 1981 + 2027 ], "min": [ - 1983 + 2029 ], "__typename": [ 85 @@ -29726,10 +30397,10 @@ export default { }, "event_teams_arr_rel_insert_input": { "data": [ - 1979 + 2025 ], "on_conflict": [ - 1985 + 2031 ], "__typename": [ 85 @@ -29737,28 +30408,28 @@ export default { }, "event_teams_bool_exp": { "_and": [ - 1977 + 2023 ], "_not": [ - 1977 + 2023 ], "_or": [ - 1977 + 2023 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -29767,19 +30438,19 @@ export default { "event_teams_constraint": {}, "event_teams_insert_input": { "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29787,13 +30458,13 @@ export default { }, "event_teams_max_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29801,13 +30472,13 @@ export default { }, "event_teams_max_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29815,13 +30486,13 @@ export default { }, "event_teams_min_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29829,13 +30500,13 @@ export default { }, "event_teams_min_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29846,7 +30517,7 @@ export default { 41 ], "returning": [ - 1970 + 2016 ], "__typename": [ 85 @@ -29854,13 +30525,13 @@ export default { }, "event_teams_on_conflict": { "constraint": [ - 1978 + 2024 ], "update_columns": [ - 1992 + 2038 ], "where": [ - 1977 + 2023 ], "__typename": [ 85 @@ -29868,19 +30539,19 @@ export default { }, "event_teams_order_by": { "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -29888,10 +30559,10 @@ export default { }, "event_teams_pk_columns_input": { "event_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29900,13 +30571,13 @@ export default { "event_teams_select_column": {}, "event_teams_set_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29914,7 +30585,7 @@ export default { }, "event_teams_stream_cursor_input": { "initial_value": [ - 1991 + 2037 ], "ordering": [ 394 @@ -29925,13 +30596,13 @@ export default { }, "event_teams_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29940,10 +30611,10 @@ export default { "event_teams_update_column": {}, "event_teams_updates": { "_set": [ - 1989 + 2035 ], "where": [ - 1977 + 2023 ], "__typename": [ 85 @@ -29951,19 +30622,19 @@ export default { }, "event_tournaments": { "created_at": [ - 5196 + 5242 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -29971,10 +30642,10 @@ export default { }, "event_tournaments_aggregate": { "aggregate": [ - 1998 + 2044 ], "nodes": [ - 1994 + 2040 ], "__typename": [ 85 @@ -29982,7 +30653,7 @@ export default { }, "event_tournaments_aggregate_bool_exp": { "count": [ - 1997 + 2043 ], "__typename": [ 85 @@ -29990,13 +30661,13 @@ export default { }, "event_tournaments_aggregate_bool_exp_count": { "arguments": [ - 2012 + 2058 ], "distinct": [ 6 ], "filter": [ - 2001 + 2047 ], "predicate": [ 42 @@ -30010,7 +30681,7 @@ export default { 41, { "columns": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "distinct": [ @@ -30019,10 +30690,10 @@ export default { } ], "max": [ - 2004 + 2050 ], "min": [ - 2006 + 2052 ], "__typename": [ 85 @@ -30030,13 +30701,13 @@ export default { }, "event_tournaments_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 2005 + 2051 ], "min": [ - 2007 + 2053 ], "__typename": [ 85 @@ -30044,10 +30715,10 @@ export default { }, "event_tournaments_arr_rel_insert_input": { "data": [ - 2003 + 2049 ], "on_conflict": [ - 2009 + 2055 ], "__typename": [ 85 @@ -30055,28 +30726,28 @@ export default { }, "event_tournaments_bool_exp": { "_and": [ - 2001 + 2047 ], "_not": [ - 2001 + 2047 ], "_or": [ - 2001 + 2047 ], "created_at": [ - 5197 + 5243 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -30085,19 +30756,19 @@ export default { "event_tournaments_constraint": {}, "event_tournaments_insert_input": { "created_at": [ - 5196 + 5242 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -30105,13 +30776,13 @@ export default { }, "event_tournaments_max_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -30119,13 +30790,13 @@ export default { }, "event_tournaments_max_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -30133,13 +30804,13 @@ export default { }, "event_tournaments_min_fields": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -30147,13 +30818,13 @@ export default { }, "event_tournaments_min_order_by": { "created_at": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -30164,7 +30835,7 @@ export default { 41 ], "returning": [ - 1994 + 2040 ], "__typename": [ 85 @@ -30172,13 +30843,13 @@ export default { }, "event_tournaments_on_conflict": { "constraint": [ - 2002 + 2048 ], "update_columns": [ - 2016 + 2062 ], "where": [ - 2001 + 2047 ], "__typename": [ 85 @@ -30186,19 +30857,19 @@ export default { }, "event_tournaments_order_by": { "created_at": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -30206,10 +30877,10 @@ export default { }, "event_tournaments_pk_columns_input": { "event_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -30218,13 +30889,13 @@ export default { "event_tournaments_select_column": {}, "event_tournaments_set_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -30232,7 +30903,7 @@ export default { }, "event_tournaments_stream_cursor_input": { "initial_value": [ - 2015 + 2061 ], "ordering": [ 394 @@ -30243,13 +30914,13 @@ export default { }, "event_tournaments_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "event_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -30258,10 +30929,10 @@ export default { "event_tournaments_update_column": {}, "event_tournaments_updates": { "_set": [ - 2013 + 2059 ], "where": [ - 2001 + 2047 ], "__typename": [ 85 @@ -30313,10 +30984,10 @@ export default { } ], "banner": [ - 1805 + 1851 ], "banner_media_id": [ - 6503 + 6603 ], "can_upload_media": [ 6 @@ -30325,28 +30996,28 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "hide_creator_organizer": [ 6 ], "id": [ - 6503 + 6603 ], "is_organizer": [ 6 ], "media": [ - 1805, + 1851, { "distinct_on": [ - 1868, + 1914, "[event_media_select_column!]" ], "limit": [ @@ -30356,11 +31027,11 @@ export default { 41 ], "order_by": [ - 1825, + 1871, "[event_media_order_by!]" ], "where": [ - 1814 + 1860 ] } ], @@ -30368,10 +31039,10 @@ export default { 814 ], "media_aggregate": [ - 1806, + 1852, { "distinct_on": [ - 1868, + 1914, "[event_media_select_column!]" ], "limit": [ @@ -30381,11 +31052,11 @@ export default { 41 ], "order_by": [ - 1825, + 1871, "[event_media_order_by!]" ], "where": [ - 1814 + 1860 ] } ], @@ -30393,16 +31064,16 @@ export default { 85 ], "organizer": [ - 4559 + 4605 ], "organizer_steam_id": [ 311 ], "organizers": [ - 1888, + 1934, { "distinct_on": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "limit": [ @@ -30412,19 +31083,19 @@ export default { 41 ], "order_by": [ - 1907, + 1953, "[event_organizers_order_by!]" ], "where": [ - 1897 + 1943 ] } ], "organizers_aggregate": [ - 1889, + 1935, { "distinct_on": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "limit": [ @@ -30434,19 +31105,19 @@ export default { 41 ], "order_by": [ - 1907, + 1953, "[event_organizers_order_by!]" ], "where": [ - 1897 + 1943 ] } ], "player_stats": [ - 6506, + 6606, { "distinct_on": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -30456,19 +31127,19 @@ export default { 41 ], "order_by": [ - 6531, + 6631, "[v_event_player_stats_order_by!]" ], "where": [ - 6525 + 6625 ] } ], "player_stats_aggregate": [ - 6507, + 6607, { "distinct_on": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -30478,19 +31149,19 @@ export default { 41 ], "order_by": [ - 6531, + 6631, "[v_event_player_stats_order_by!]" ], "where": [ - 6525 + 6625 ] } ], "players": [ - 1929, + 1975, { "distinct_on": [ - 1950, + 1996, "[event_players_select_column!]" ], "limit": [ @@ -30500,19 +31171,19 @@ export default { 41 ], "order_by": [ - 1948, + 1994, "[event_players_order_by!]" ], "where": [ - 1938 + 1984 ] } ], "players_aggregate": [ - 1930, + 1976, { "distinct_on": [ - 1950, + 1996, "[event_players_select_column!]" ], "limit": [ @@ -30522,22 +31193,22 @@ export default { 41 ], "order_by": [ - 1948, + 1994, "[event_players_order_by!]" ], "where": [ - 1938 + 1984 ] } ], "starts_at": [ - 5196 + 5242 ], "teams": [ - 1970, + 2016, { "distinct_on": [ - 1988, + 2034, "[event_teams_select_column!]" ], "limit": [ @@ -30547,19 +31218,19 @@ export default { 41 ], "order_by": [ - 1986, + 2032, "[event_teams_order_by!]" ], "where": [ - 1977 + 2023 ] } ], "teams_aggregate": [ - 1971, + 2017, { "distinct_on": [ - 1988, + 2034, "[event_teams_select_column!]" ], "limit": [ @@ -30569,19 +31240,19 @@ export default { 41 ], "order_by": [ - 1986, + 2032, "[event_teams_order_by!]" ], "where": [ - 1977 + 2023 ] } ], "tournaments": [ - 1994, + 2040, { "distinct_on": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "limit": [ @@ -30591,19 +31262,19 @@ export default { 41 ], "order_by": [ - 2010, + 2056, "[event_tournaments_order_by!]" ], "where": [ - 2001 + 2047 ] } ], "tournaments_aggregate": [ - 1995, + 2041, { "distinct_on": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "limit": [ @@ -30613,11 +31284,11 @@ export default { 41 ], "order_by": [ - 2010, + 2056, "[event_tournaments_order_by!]" ], "where": [ - 2001 + 2047 ] } ], @@ -30630,10 +31301,10 @@ export default { }, "events_aggregate": { "aggregate": [ - 2020 + 2066 ], "nodes": [ - 2018 + 2064 ], "__typename": [ 85 @@ -30641,13 +31312,13 @@ export default { }, "events_aggregate_fields": { "avg": [ - 2021 + 2067 ], "count": [ 41, { "columns": [ - 2033, + 2079, "[events_select_column!]" ], "distinct": [ @@ -30656,31 +31327,31 @@ export default { } ], "max": [ - 2026 + 2072 ], "min": [ - 2027 + 2073 ], "stddev": [ - 2035 + 2081 ], "stddev_pop": [ - 2036 + 2082 ], "stddev_samp": [ - 2037 + 2083 ], "sum": [ - 2040 + 2086 ], "var_pop": [ - 2043 + 2089 ], "var_samp": [ - 2044 + 2090 ], "variance": [ - 2045 + 2091 ], "__typename": [ 85 @@ -30696,13 +31367,13 @@ export default { }, "events_bool_exp": { "_and": [ - 2022 + 2068 ], "_not": [ - 2022 + 2068 ], "_or": [ - 2022 + 2068 ], "awards": [ 251 @@ -30711,10 +31382,10 @@ export default { 244 ], "banner": [ - 1814 + 1860 ], "banner_media_id": [ - 6505 + 6605 ], "can_upload_media": [ 7 @@ -30723,73 +31394,73 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 ], "ends_at": [ - 5197 + 5243 ], "hide_creator_organizer": [ 7 ], "id": [ - 6505 + 6605 ], "is_organizer": [ 7 ], "media": [ - 1814 + 1860 ], "media_access": [ 815 ], "media_aggregate": [ - 1807 + 1853 ], "name": [ 87 ], "organizer": [ - 4563 + 4609 ], "organizer_steam_id": [ 313 ], "organizers": [ - 1897 + 1943 ], "organizers_aggregate": [ - 1890 + 1936 ], "player_stats": [ - 6525 + 6625 ], "player_stats_aggregate": [ - 6508 + 6608 ], "players": [ - 1938 + 1984 ], "players_aggregate": [ - 1931 + 1977 ], "starts_at": [ - 5197 + 5243 ], "teams": [ - 1977 + 2023 ], "teams_aggregate": [ - 1972 + 2018 ], "tournaments": [ - 2001 + 2047 ], "tournaments_aggregate": [ - 1996 + 2042 ], "visibility": [ 835 @@ -30812,28 +31483,28 @@ export default { 248 ], "banner": [ - 1823 + 1869 ], "banner_media_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "hide_creator_organizer": [ 6 ], "id": [ - 6503 + 6603 ], "media": [ - 1811 + 1857 ], "media_access": [ 814 @@ -30842,28 +31513,28 @@ export default { 85 ], "organizer": [ - 4570 + 4616 ], "organizer_steam_id": [ 311 ], "organizers": [ - 1894 + 1940 ], "player_stats": [ - 6522 + 6622 ], "players": [ - 1935 + 1981 ], "starts_at": [ - 5196 + 5242 ], "teams": [ - 1976 + 2022 ], "tournaments": [ - 2000 + 2046 ], "visibility": [ 834 @@ -30874,19 +31545,19 @@ export default { }, "events_max_fields": { "banner_media_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -30895,7 +31566,7 @@ export default { 311 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -30903,19 +31574,19 @@ export default { }, "events_min_fields": { "banner_media_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -30924,7 +31595,7 @@ export default { 311 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -30935,7 +31606,7 @@ export default { 41 ], "returning": [ - 2018 + 2064 ], "__typename": [ 85 @@ -30943,10 +31614,10 @@ export default { }, "events_obj_rel_insert_input": { "data": [ - 2025 + 2071 ], "on_conflict": [ - 2030 + 2076 ], "__typename": [ 85 @@ -30954,13 +31625,13 @@ export default { }, "events_on_conflict": { "constraint": [ - 2023 + 2069 ], "update_columns": [ - 2041 + 2087 ], "where": [ - 2022 + 2068 ], "__typename": [ 85 @@ -30971,70 +31642,70 @@ export default { 247 ], "banner": [ - 1825 + 1871 ], "banner_media_id": [ - 3601 + 3647 ], "can_upload_media": [ - 3601 + 3647 ], "can_view": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "ends_at": [ - 3601 + 3647 ], "hide_creator_organizer": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_organizer": [ - 3601 + 3647 ], "media_access": [ - 3601 + 3647 ], "media_aggregate": [ - 1810 + 1856 ], "name": [ - 3601 + 3647 ], "organizer": [ - 4572 + 4618 ], "organizer_steam_id": [ - 3601 + 3647 ], "organizers_aggregate": [ - 1893 + 1939 ], "player_stats_aggregate": [ - 6521 + 6621 ], "players_aggregate": [ - 1934 + 1980 ], "starts_at": [ - 3601 + 3647 ], "teams_aggregate": [ - 1975 + 2021 ], "tournaments_aggregate": [ - 1999 + 2045 ], "visibility": [ - 3601 + 3647 ], "__typename": [ 85 @@ -31042,7 +31713,7 @@ export default { }, "events_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -31051,22 +31722,22 @@ export default { "events_select_column": {}, "events_set_input": { "banner_media_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "hide_creator_organizer": [ 6 ], "id": [ - 6503 + 6603 ], "media_access": [ 814 @@ -31078,7 +31749,7 @@ export default { 311 ], "starts_at": [ - 5196 + 5242 ], "visibility": [ 834 @@ -31113,7 +31784,7 @@ export default { }, "events_stream_cursor_input": { "initial_value": [ - 2039 + 2085 ], "ordering": [ 394 @@ -31124,22 +31795,22 @@ export default { }, "events_stream_cursor_value_input": { "banner_media_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "hide_creator_organizer": [ 6 ], "id": [ - 6503 + 6603 ], "media_access": [ 814 @@ -31151,7 +31822,7 @@ export default { 311 ], "starts_at": [ - 5196 + 5242 ], "visibility": [ 834 @@ -31171,13 +31842,13 @@ export default { "events_update_column": {}, "events_updates": { "_inc": [ - 2024 + 2070 ], "_set": [ - 2034 + 2080 ], "where": [ - 2022 + 2068 ], "__typename": [ 85 @@ -31210,31 +31881,31 @@ export default { "float8": {}, "float8_comparison_exp": { "_eq": [ - 2046 + 2092 ], "_gt": [ - 2046 + 2092 ], "_gte": [ - 2046 + 2092 ], "_in": [ - 2046 + 2092 ], "_is_null": [ 6 ], "_lt": [ - 2046 + 2092 ], "_lte": [ - 2046 + 2092 ], "_neq": [ - 2046 + 2092 ], "_nin": [ - 2046 + 2092 ], "__typename": [ 85 @@ -31259,10 +31930,10 @@ export default { }, "friends_aggregate": { "aggregate": [ - 2050 + 2096 ], "nodes": [ - 2048 + 2094 ], "__typename": [ 85 @@ -31270,13 +31941,13 @@ export default { }, "friends_aggregate_fields": { "avg": [ - 2051 + 2097 ], "count": [ 41, { "columns": [ - 2062, + 2108, "[friends_select_column!]" ], "distinct": [ @@ -31285,31 +31956,31 @@ export default { } ], "max": [ - 2056 + 2102 ], "min": [ - 2057 + 2103 ], "stddev": [ - 2064 + 2110 ], "stddev_pop": [ - 2065 + 2111 ], "stddev_samp": [ - 2066 + 2112 ], "sum": [ - 2069 + 2115 ], "var_pop": [ - 2072 + 2118 ], "var_samp": [ - 2073 + 2119 ], "variance": [ - 2074 + 2120 ], "__typename": [ 85 @@ -31328,13 +31999,13 @@ export default { }, "friends_bool_exp": { "_and": [ - 2052 + 2098 ], "_not": [ - 2052 + 2098 ], "_or": [ - 2052 + 2098 ], "e_status": [ 852 @@ -31408,7 +32079,7 @@ export default { 41 ], "returning": [ - 2048 + 2094 ], "__typename": [ 85 @@ -31416,13 +32087,13 @@ export default { }, "friends_on_conflict": { "constraint": [ - 2053 + 2099 ], "update_columns": [ - 2070 + 2116 ], "where": [ - 2052 + 2098 ], "__typename": [ 85 @@ -31433,13 +32104,13 @@ export default { 862 ], "other_player_steam_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "__typename": [ 85 @@ -31506,7 +32177,7 @@ export default { }, "friends_stream_cursor_input": { "initial_value": [ - 2068 + 2114 ], "ordering": [ 394 @@ -31543,13 +32214,13 @@ export default { "friends_update_column": {}, "friends_updates": { "_inc": [ - 2054 + 2100 ], "_set": [ - 2063 + 2109 ], "where": [ - 2052 + 2098 ], "__typename": [ 85 @@ -31590,7 +32261,7 @@ export default { }, "game_mode_plugins": { "config": [ - 2392, + 2438, { "path": [ 85 @@ -31598,16 +32269,16 @@ export default { } ], "game_mode": [ - 2125 + 2171 ], "game_mode_id": [ - 6503 + 6603 ], "load_order": [ 41 ], "plugin": [ - 2207 + 2253 ], "plugin_slug": [ 85 @@ -31621,10 +32292,10 @@ export default { }, "game_mode_plugins_aggregate": { "aggregate": [ - 2081 + 2127 ], "nodes": [ - 2075 + 2121 ], "__typename": [ 85 @@ -31632,13 +32303,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp": { "bool_and": [ - 2078 + 2124 ], "bool_or": [ - 2079 + 2125 ], "count": [ - 2080 + 2126 ], "__typename": [ 85 @@ -31646,13 +32317,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_bool_and": { "arguments": [ - 2104 + 2150 ], "distinct": [ 6 ], "filter": [ - 2087 + 2133 ], "predicate": [ 7 @@ -31663,13 +32334,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_bool_or": { "arguments": [ - 2105 + 2151 ], "distinct": [ 6 ], "filter": [ - 2087 + 2133 ], "predicate": [ 7 @@ -31680,13 +32351,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_count": { "arguments": [ - 2103 + 2149 ], "distinct": [ 6 ], "filter": [ - 2087 + 2133 ], "predicate": [ 42 @@ -31697,13 +32368,13 @@ export default { }, "game_mode_plugins_aggregate_fields": { "avg": [ - 2085 + 2131 ], "count": [ 41, { "columns": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "distinct": [ @@ -31712,31 +32383,31 @@ export default { } ], "max": [ - 2094 + 2140 ], "min": [ - 2096 + 2142 ], "stddev": [ - 2107 + 2153 ], "stddev_pop": [ - 2109 + 2155 ], "stddev_samp": [ - 2111 + 2157 ], "sum": [ - 2115 + 2161 ], "var_pop": [ - 2119 + 2165 ], "var_samp": [ - 2121 + 2167 ], "variance": [ - 2123 + 2169 ], "__typename": [ 85 @@ -31744,37 +32415,37 @@ export default { }, "game_mode_plugins_aggregate_order_by": { "avg": [ - 2086 + 2132 ], "count": [ - 3601 + 3647 ], "max": [ - 2095 + 2141 ], "min": [ - 2097 + 2143 ], "stddev": [ - 2108 + 2154 ], "stddev_pop": [ - 2110 + 2156 ], "stddev_samp": [ - 2112 + 2158 ], "sum": [ - 2116 + 2162 ], "var_pop": [ - 2120 + 2166 ], "var_samp": [ - 2122 + 2168 ], "variance": [ - 2124 + 2170 ], "__typename": [ 85 @@ -31782,7 +32453,7 @@ export default { }, "game_mode_plugins_append_input": { "config": [ - 2392 + 2438 ], "__typename": [ 85 @@ -31790,10 +32461,10 @@ export default { }, "game_mode_plugins_arr_rel_insert_input": { "data": [ - 2093 + 2139 ], "on_conflict": [ - 2099 + 2145 ], "__typename": [ 85 @@ -31809,7 +32480,7 @@ export default { }, "game_mode_plugins_avg_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -31817,28 +32488,28 @@ export default { }, "game_mode_plugins_bool_exp": { "_and": [ - 2087 + 2133 ], "_not": [ - 2087 + 2133 ], "_or": [ - 2087 + 2133 ], "config": [ - 2394 + 2440 ], "game_mode": [ - 2128 + 2174 ], "game_mode_id": [ - 6505 + 6605 ], "load_order": [ 42 ], "plugin": [ - 2212 + 2258 ], "plugin_slug": [ 87 @@ -31885,19 +32556,19 @@ export default { }, "game_mode_plugins_insert_input": { "config": [ - 2392 + 2438 ], "game_mode": [ - 2134 + 2180 ], "game_mode_id": [ - 6503 + 6603 ], "load_order": [ 41 ], "plugin": [ - 2221 + 2267 ], "plugin_slug": [ 85 @@ -31911,7 +32582,7 @@ export default { }, "game_mode_plugins_max_fields": { "game_mode_id": [ - 6503 + 6603 ], "load_order": [ 41 @@ -31925,13 +32596,13 @@ export default { }, "game_mode_plugins_max_order_by": { "game_mode_id": [ - 3601 + 3647 ], "load_order": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "__typename": [ 85 @@ -31939,7 +32610,7 @@ export default { }, "game_mode_plugins_min_fields": { "game_mode_id": [ - 6503 + 6603 ], "load_order": [ 41 @@ -31953,13 +32624,13 @@ export default { }, "game_mode_plugins_min_order_by": { "game_mode_id": [ - 3601 + 3647 ], "load_order": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "__typename": [ 85 @@ -31970,7 +32641,7 @@ export default { 41 ], "returning": [ - 2075 + 2121 ], "__typename": [ 85 @@ -31978,13 +32649,13 @@ export default { }, "game_mode_plugins_on_conflict": { "constraint": [ - 2088 + 2134 ], "update_columns": [ - 2117 + 2163 ], "where": [ - 2087 + 2133 ], "__typename": [ 85 @@ -31992,25 +32663,25 @@ export default { }, "game_mode_plugins_order_by": { "config": [ - 3601 + 3647 ], "game_mode": [ - 2136 + 2182 ], "game_mode_id": [ - 3601 + 3647 ], "load_order": [ - 3601 + 3647 ], "plugin": [ - 2223 + 2269 ], "plugin_slug": [ - 3601 + 3647 ], "required": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32018,7 +32689,7 @@ export default { }, "game_mode_plugins_pk_columns_input": { "game_mode_id": [ - 6503 + 6603 ], "plugin_slug": [ 85 @@ -32029,7 +32700,7 @@ export default { }, "game_mode_plugins_prepend_input": { "config": [ - 2392 + 2438 ], "__typename": [ 85 @@ -32040,10 +32711,10 @@ export default { "game_mode_plugins_select_column_game_mode_plugins_aggregate_bool_exp_bool_or_arguments_columns": {}, "game_mode_plugins_set_input": { "config": [ - 2392 + 2438 ], "game_mode_id": [ - 6503 + 6603 ], "load_order": [ 41 @@ -32068,7 +32739,7 @@ export default { }, "game_mode_plugins_stddev_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32084,7 +32755,7 @@ export default { }, "game_mode_plugins_stddev_pop_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32100,7 +32771,7 @@ export default { }, "game_mode_plugins_stddev_samp_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32108,7 +32779,7 @@ export default { }, "game_mode_plugins_stream_cursor_input": { "initial_value": [ - 2114 + 2160 ], "ordering": [ 394 @@ -32119,10 +32790,10 @@ export default { }, "game_mode_plugins_stream_cursor_value_input": { "config": [ - 2392 + 2438 ], "game_mode_id": [ - 6503 + 6603 ], "load_order": [ 41 @@ -32147,7 +32818,7 @@ export default { }, "game_mode_plugins_sum_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32156,28 +32827,28 @@ export default { "game_mode_plugins_update_column": {}, "game_mode_plugins_updates": { "_append": [ - 2083 + 2129 ], "_delete_at_path": [ - 2089 + 2135 ], "_delete_elem": [ - 2090 + 2136 ], "_delete_key": [ - 2091 + 2137 ], "_inc": [ - 2092 + 2138 ], "_prepend": [ - 2102 + 2148 ], "_set": [ - 2106 + 2152 ], "where": [ - 2087 + 2133 ], "__typename": [ 85 @@ -32193,7 +32864,7 @@ export default { }, "game_mode_plugins_var_pop_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32209,7 +32880,7 @@ export default { }, "game_mode_plugins_var_samp_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32225,7 +32896,7 @@ export default { }, "game_mode_plugins_variance_order_by": { "load_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32233,7 +32904,7 @@ export default { }, "game_modes": { "archived_at": [ - 5196 + 5242 ], "cfg": [ 85 @@ -32242,7 +32913,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -32257,13 +32928,13 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_options": [ - 3243, + 3289, { "distinct_on": [ - 3267, + 3313, "[match_options_select_column!]" ], "limit": [ @@ -32273,19 +32944,19 @@ export default { 41 ], "order_by": [ - 3265, + 3311, "[match_options_order_by!]" ], "where": [ - 3254 + 3300 ] } ], "match_options_aggregate": [ - 3244, + 3290, { "distinct_on": [ - 3267, + 3313, "[match_options_select_column!]" ], "limit": [ @@ -32295,11 +32966,11 @@ export default { 41 ], "order_by": [ - 3265, + 3311, "[match_options_order_by!]" ], "where": [ - 3254 + 3300 ] } ], @@ -32307,10 +32978,10 @@ export default { 85 ], "plugins": [ - 2075, + 2121, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -32320,19 +32991,19 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "plugins_aggregate": [ - 2076, + 2122, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -32342,16 +33013,16 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "runtime_conflicts": [ - 2392, + 2438, { "path": [ 85 @@ -32362,7 +33033,7 @@ export default { 85 ], "supported_runtimes": [ - 2392, + 2438, { "path": [ 85 @@ -32370,7 +33041,7 @@ export default { } ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -32378,10 +33049,10 @@ export default { }, "game_modes_aggregate": { "aggregate": [ - 2127 + 2173 ], "nodes": [ - 2125 + 2171 ], "__typename": [ 85 @@ -32392,7 +33063,7 @@ export default { 41, { "columns": [ - 2138, + 2184, "[game_modes_select_column!]" ], "distinct": [ @@ -32401,10 +33072,10 @@ export default { } ], "max": [ - 2131 + 2177 ], "min": [ - 2132 + 2178 ], "__typename": [ 85 @@ -32412,16 +33083,16 @@ export default { }, "game_modes_bool_exp": { "_and": [ - 2128 + 2174 ], "_not": [ - 2128 + 2174 ], "_or": [ - 2128 + 2174 ], "archived_at": [ - 5197 + 5243 ], "cfg": [ 87 @@ -32430,7 +33101,7 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 @@ -32445,34 +33116,34 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "match_options": [ - 3254 + 3300 ], "match_options_aggregate": [ - 3245 + 3291 ], "name": [ 87 ], "plugins": [ - 2087 + 2133 ], "plugins_aggregate": [ - 2077 + 2123 ], "runtime_conflicts": [ - 2394 + 2440 ], "slug": [ 87 ], "supported_runtimes": [ - 2394 + 2440 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -32481,7 +33152,7 @@ export default { "game_modes_constraint": {}, "game_modes_insert_input": { "archived_at": [ - 5196 + 5242 ], "cfg": [ 85 @@ -32490,7 +33161,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -32505,22 +33176,22 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_options": [ - 3251 + 3297 ], "name": [ 85 ], "plugins": [ - 2084 + 2130 ], "slug": [ 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -32528,13 +33199,13 @@ export default { }, "game_modes_max_fields": { "archived_at": [ - 5196 + 5242 ], "cfg": [ 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -32546,7 +33217,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -32555,7 +33226,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -32563,13 +33234,13 @@ export default { }, "game_modes_min_fields": { "archived_at": [ - 5196 + 5242 ], "cfg": [ 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -32581,7 +33252,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -32590,7 +33261,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -32601,7 +33272,7 @@ export default { 41 ], "returning": [ - 2125 + 2171 ], "__typename": [ 85 @@ -32609,10 +33280,10 @@ export default { }, "game_modes_obj_rel_insert_input": { "data": [ - 2130 + 2176 ], "on_conflict": [ - 2135 + 2181 ], "__typename": [ 85 @@ -32620,13 +33291,13 @@ export default { }, "game_modes_on_conflict": { "constraint": [ - 2129 + 2175 ], "update_columns": [ - 2142 + 2188 ], "where": [ - 2128 + 2174 ], "__typename": [ 85 @@ -32634,52 +33305,52 @@ export default { }, "game_modes_order_by": { "archived_at": [ - 3601 + 3647 ], "cfg": [ - 3601 + 3647 ], "competitive_safe": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "enabled": [ - 3601 + 3647 ], "extra_game_params": [ - 3601 + 3647 ], "icon": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_options_aggregate": [ - 3250 + 3296 ], "name": [ - 3601 + 3647 ], "plugins_aggregate": [ - 2082 + 2128 ], "runtime_conflicts": [ - 3601 + 3647 ], "slug": [ - 3601 + 3647 ], "supported_runtimes": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -32687,7 +33358,7 @@ export default { }, "game_modes_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -32696,7 +33367,7 @@ export default { "game_modes_select_column": {}, "game_modes_set_input": { "archived_at": [ - 5196 + 5242 ], "cfg": [ 85 @@ -32705,7 +33376,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -32720,7 +33391,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -32729,7 +33400,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -32737,7 +33408,7 @@ export default { }, "game_modes_stream_cursor_input": { "initial_value": [ - 2141 + 2187 ], "ordering": [ 394 @@ -32748,7 +33419,7 @@ export default { }, "game_modes_stream_cursor_value_input": { "archived_at": [ - 5196 + 5242 ], "cfg": [ 85 @@ -32757,7 +33428,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -32772,7 +33443,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -32781,7 +33452,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -32790,10 +33461,10 @@ export default { "game_modes_update_column": {}, "game_modes_updates": { "_set": [ - 2139 + 2185 ], "where": [ - 2128 + 2174 ], "__typename": [ 85 @@ -32807,7 +33478,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "disable_server_guidelines": [ 6 @@ -32825,13 +33496,13 @@ export default { 6 ], "plugin": [ - 2207 + 2253 ], "plugin_slug": [ 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -32842,10 +33513,10 @@ export default { }, "game_plugin_installs_aggregate": { "aggregate": [ - 2146 + 2192 ], "nodes": [ - 2144 + 2190 ], "__typename": [ 85 @@ -32856,7 +33527,7 @@ export default { 41, { "columns": [ - 2156, + 2202, "[game_plugin_installs_select_column!]" ], "distinct": [ @@ -32865,10 +33536,10 @@ export default { } ], "max": [ - 2150 + 2196 ], "min": [ - 2151 + 2197 ], "__typename": [ 85 @@ -32876,13 +33547,13 @@ export default { }, "game_plugin_installs_bool_exp": { "_and": [ - 2147 + 2193 ], "_not": [ - 2147 + 2193 ], "_or": [ - 2147 + 2193 ], "cfg": [ 87 @@ -32891,7 +33562,7 @@ export default { 896 ], "created_at": [ - 5197 + 5243 ], "disable_server_guidelines": [ 7 @@ -32909,13 +33580,13 @@ export default { 7 ], "plugin": [ - 2212 + 2258 ], "plugin_slug": [ 87 ], "updated_at": [ - 5197 + 5243 ], "version": [ 87 @@ -32933,7 +33604,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "disable_server_guidelines": [ 6 @@ -32951,13 +33622,13 @@ export default { 6 ], "plugin": [ - 2221 + 2267 ], "plugin_slug": [ 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -32971,13 +33642,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "plugin_slug": [ 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -32991,13 +33662,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "plugin_slug": [ 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -33011,7 +33682,7 @@ export default { 41 ], "returning": [ - 2144 + 2190 ], "__typename": [ 85 @@ -33019,13 +33690,13 @@ export default { }, "game_plugin_installs_on_conflict": { "constraint": [ - 2148 + 2194 ], "update_columns": [ - 2160 + 2206 ], "where": [ - 2147 + 2193 ], "__typename": [ 85 @@ -33033,40 +33704,40 @@ export default { }, "game_plugin_installs_order_by": { "cfg": [ - 3601 + 3647 ], "channel": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "disable_server_guidelines": [ - 3601 + 3647 ], "enabled": [ - 3601 + 3647 ], "load_custom": [ - 3601 + 3647 ], "load_ranked": [ - 3601 + 3647 ], "load_tournaments": [ - 3601 + 3647 ], "plugin": [ - 2223 + 2269 ], "plugin_slug": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33089,7 +33760,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "disable_server_guidelines": [ 6 @@ -33110,7 +33781,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -33121,7 +33792,7 @@ export default { }, "game_plugin_installs_stream_cursor_input": { "initial_value": [ - 2159 + 2205 ], "ordering": [ 394 @@ -33138,7 +33809,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "disable_server_guidelines": [ 6 @@ -33159,7 +33830,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -33171,10 +33842,10 @@ export default { "game_plugin_installs_update_column": {}, "game_plugin_installs_updates": { "_set": [ - 2157 + 2203 ], "where": [ - 2147 + 2193 ], "__typename": [ 85 @@ -33188,7 +33859,7 @@ export default { 85 ], "plugin": [ - 2207 + 2253 ], "plugin_slug": [ 85 @@ -33197,7 +33868,7 @@ export default { 6 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -33220,10 +33891,10 @@ export default { }, "game_plugin_versions_aggregate": { "aggregate": [ - 2168 + 2214 ], "nodes": [ - 2162 + 2208 ], "__typename": [ 85 @@ -33231,13 +33902,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp": { "bool_and": [ - 2165 + 2211 ], "bool_or": [ - 2166 + 2212 ], "count": [ - 2167 + 2213 ], "__typename": [ 85 @@ -33245,13 +33916,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_bool_and": { "arguments": [ - 2186 + 2232 ], "distinct": [ 6 ], "filter": [ - 2173 + 2219 ], "predicate": [ 7 @@ -33262,13 +33933,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_bool_or": { "arguments": [ - 2187 + 2233 ], "distinct": [ 6 ], "filter": [ - 2173 + 2219 ], "predicate": [ 7 @@ -33279,13 +33950,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_count": { "arguments": [ - 2185 + 2231 ], "distinct": [ 6 ], "filter": [ - 2173 + 2219 ], "predicate": [ 42 @@ -33296,13 +33967,13 @@ export default { }, "game_plugin_versions_aggregate_fields": { "avg": [ - 2171 + 2217 ], "count": [ 41, { "columns": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "distinct": [ @@ -33311,31 +33982,31 @@ export default { } ], "max": [ - 2177 + 2223 ], "min": [ - 2179 + 2225 ], "stddev": [ - 2189 + 2235 ], "stddev_pop": [ - 2191 + 2237 ], "stddev_samp": [ - 2193 + 2239 ], "sum": [ - 2197 + 2243 ], "var_pop": [ - 2201 + 2247 ], "var_samp": [ - 2203 + 2249 ], "variance": [ - 2205 + 2251 ], "__typename": [ 85 @@ -33343,37 +34014,37 @@ export default { }, "game_plugin_versions_aggregate_order_by": { "avg": [ - 2172 + 2218 ], "count": [ - 3601 + 3647 ], "max": [ - 2178 + 2224 ], "min": [ - 2180 + 2226 ], "stddev": [ - 2190 + 2236 ], "stddev_pop": [ - 2192 + 2238 ], "stddev_samp": [ - 2194 + 2240 ], "sum": [ - 2198 + 2244 ], "var_pop": [ - 2202 + 2248 ], "var_samp": [ - 2204 + 2250 ], "variance": [ - 2206 + 2252 ], "__typename": [ 85 @@ -33381,10 +34052,10 @@ export default { }, "game_plugin_versions_arr_rel_insert_input": { "data": [ - 2176 + 2222 ], "on_conflict": [ - 2182 + 2228 ], "__typename": [ 85 @@ -33400,7 +34071,7 @@ export default { }, "game_plugin_versions_avg_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33408,13 +34079,13 @@ export default { }, "game_plugin_versions_bool_exp": { "_and": [ - 2173 + 2219 ], "_not": [ - 2173 + 2219 ], "_or": [ - 2173 + 2219 ], "install_path": [ 87 @@ -33423,7 +34094,7 @@ export default { 87 ], "plugin": [ - 2212 + 2258 ], "plugin_slug": [ 87 @@ -33432,7 +34103,7 @@ export default { 7 ], "published_at": [ - 5197 + 5243 ], "runtime": [ 1306 @@ -33470,7 +34141,7 @@ export default { 85 ], "plugin": [ - 2221 + 2267 ], "plugin_slug": [ 85 @@ -33479,7 +34150,7 @@ export default { 6 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -33511,7 +34182,7 @@ export default { 85 ], "published_at": [ - 5196 + 5242 ], "sha256": [ 85 @@ -33531,28 +34202,28 @@ export default { }, "game_plugin_versions_max_order_by": { "install_path": [ - 3601 + 3647 ], "layout": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "published_at": [ - 3601 + 3647 ], "sha256": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "url": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33569,7 +34240,7 @@ export default { 85 ], "published_at": [ - 5196 + 5242 ], "sha256": [ 85 @@ -33589,28 +34260,28 @@ export default { }, "game_plugin_versions_min_order_by": { "install_path": [ - 3601 + 3647 ], "layout": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "published_at": [ - 3601 + 3647 ], "sha256": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "url": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33621,7 +34292,7 @@ export default { 41 ], "returning": [ - 2162 + 2208 ], "__typename": [ 85 @@ -33629,13 +34300,13 @@ export default { }, "game_plugin_versions_on_conflict": { "constraint": [ - 2174 + 2220 ], "update_columns": [ - 2199 + 2245 ], "where": [ - 2173 + 2219 ], "__typename": [ 85 @@ -33643,37 +34314,37 @@ export default { }, "game_plugin_versions_order_by": { "install_path": [ - 3601 + 3647 ], "layout": [ - 3601 + 3647 ], "plugin": [ - 2223 + 2269 ], "plugin_slug": [ - 3601 + 3647 ], "prerelease": [ - 3601 + 3647 ], "published_at": [ - 3601 + 3647 ], "runtime": [ - 3601 + 3647 ], "sha256": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "url": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33710,7 +34381,7 @@ export default { 6 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -33741,7 +34412,7 @@ export default { }, "game_plugin_versions_stddev_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33757,7 +34428,7 @@ export default { }, "game_plugin_versions_stddev_pop_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33773,7 +34444,7 @@ export default { }, "game_plugin_versions_stddev_samp_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33781,7 +34452,7 @@ export default { }, "game_plugin_versions_stream_cursor_input": { "initial_value": [ - 2196 + 2242 ], "ordering": [ 394 @@ -33804,7 +34475,7 @@ export default { 6 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -33835,7 +34506,7 @@ export default { }, "game_plugin_versions_sum_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33844,13 +34515,13 @@ export default { "game_plugin_versions_update_column": {}, "game_plugin_versions_updates": { "_inc": [ - 2175 + 2221 ], "_set": [ - 2188 + 2234 ], "where": [ - 2173 + 2219 ], "__typename": [ 85 @@ -33866,7 +34537,7 @@ export default { }, "game_plugin_versions_var_pop_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33882,7 +34553,7 @@ export default { }, "game_plugin_versions_var_samp_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33898,7 +34569,7 @@ export default { }, "game_plugin_versions_variance_order_by": { "size": [ - 3601 + 3647 ], "__typename": [ 85 @@ -33912,7 +34583,7 @@ export default { 85 ], "config_schema": [ - 2392, + 2438, { "path": [ 85 @@ -33926,10 +34597,10 @@ export default { 85 ], "game_modes": [ - 2075, + 2121, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -33939,19 +34610,19 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "game_modes_aggregate": [ - 2076, + 2122, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -33961,11 +34632,11 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], @@ -33988,10 +34659,10 @@ export default { 85 ], "node_installs": [ - 2239, + 2285, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -34001,19 +34672,19 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "node_installs_aggregate": [ - 2240, + 2286, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -34023,11 +34694,11 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], @@ -34035,7 +34706,7 @@ export default { 85 ], "panel": [ - 2392, + 2438, { "path": [ 85 @@ -34055,7 +34726,7 @@ export default { 85 ], "synced_at": [ - 5196 + 5242 ], "tags": [ 85 @@ -34067,10 +34738,10 @@ export default { 6 ], "versions": [ - 2162, + 2208, { "distinct_on": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -34080,19 +34751,19 @@ export default { 41 ], "order_by": [ - 2183, + 2229, "[game_plugin_versions_order_by!]" ], "where": [ - 2173 + 2219 ] } ], "versions_aggregate": [ - 2163, + 2209, { "distinct_on": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -34102,16 +34773,16 @@ export default { 41 ], "order_by": [ - 2183, + 2229, "[game_plugin_versions_order_by!]" ], "where": [ - 2173 + 2219 ] } ], "wiring": [ - 2392, + 2438, { "path": [ 85 @@ -34124,10 +34795,10 @@ export default { }, "game_plugins_aggregate": { "aggregate": [ - 2209 + 2255 ], "nodes": [ - 2207 + 2253 ], "__typename": [ 85 @@ -34135,13 +34806,13 @@ export default { }, "game_plugins_aggregate_fields": { "avg": [ - 2211 + 2257 ], "count": [ 41, { "columns": [ - 2226, + 2272, "[game_plugins_select_column!]" ], "distinct": [ @@ -34150,31 +34821,31 @@ export default { } ], "max": [ - 2218 + 2264 ], "min": [ - 2219 + 2265 ], "stddev": [ - 2228 + 2274 ], "stddev_pop": [ - 2229 + 2275 ], "stddev_samp": [ - 2230 + 2276 ], "sum": [ - 2233 + 2279 ], "var_pop": [ - 2236 + 2282 ], "var_samp": [ - 2237 + 2283 ], "variance": [ - 2238 + 2284 ], "__typename": [ 85 @@ -34182,13 +34853,13 @@ export default { }, "game_plugins_append_input": { "config_schema": [ - 2392 + 2438 ], "panel": [ - 2392 + 2438 ], "wiring": [ - 2392 + 2438 ], "__typename": [ 85 @@ -34207,13 +34878,13 @@ export default { }, "game_plugins_bool_exp": { "_and": [ - 2212 + 2258 ], "_not": [ - 2212 + 2258 ], "_or": [ - 2212 + 2258 ], "author": [ 87 @@ -34222,7 +34893,7 @@ export default { 87 ], "config_schema": [ - 2394 + 2440 ], "cvars": [ 86 @@ -34231,10 +34902,10 @@ export default { 87 ], "game_modes": [ - 2087 + 2133 ], "game_modes_aggregate": [ - 2077 + 2123 ], "homepage": [ 87 @@ -34255,16 +34926,16 @@ export default { 87 ], "node_installs": [ - 2248 + 2294 ], "node_installs_aggregate": [ - 2241 + 2287 ], "pairs_with": [ 86 ], "panel": [ - 2394 + 2440 ], "requires_server_guidelines_disabled": [ 7 @@ -34279,7 +34950,7 @@ export default { 87 ], "synced_at": [ - 5197 + 5243 ], "tags": [ 86 @@ -34291,13 +34962,13 @@ export default { 7 ], "versions": [ - 2173 + 2219 ], "versions_aggregate": [ - 2164 + 2210 ], "wiring": [ - 2394 + 2440 ], "__typename": [ 85 @@ -34354,7 +35025,7 @@ export default { 85 ], "config_schema": [ - 2392 + 2438 ], "cvars": [ 85 @@ -34363,7 +35034,7 @@ export default { 85 ], "game_modes": [ - 2084 + 2130 ], "homepage": [ 85 @@ -34378,13 +35049,13 @@ export default { 85 ], "node_installs": [ - 2247 + 2293 ], "pairs_with": [ 85 ], "panel": [ - 2392 + 2438 ], "requires_server_guidelines_disabled": [ 6 @@ -34399,7 +35070,7 @@ export default { 85 ], "synced_at": [ - 5196 + 5242 ], "tags": [ 85 @@ -34408,10 +35079,10 @@ export default { 6 ], "versions": [ - 2170 + 2216 ], "wiring": [ - 2392 + 2438 ], "__typename": [ 85 @@ -34455,7 +35126,7 @@ export default { 85 ], "synced_at": [ - 5196 + 5242 ], "tags": [ 85 @@ -34505,7 +35176,7 @@ export default { 85 ], "synced_at": [ - 5196 + 5242 ], "tags": [ 85 @@ -34522,7 +35193,7 @@ export default { 41 ], "returning": [ - 2207 + 2253 ], "__typename": [ 85 @@ -34530,10 +35201,10 @@ export default { }, "game_plugins_obj_rel_insert_input": { "data": [ - 2217 + 2263 ], "on_conflict": [ - 2222 + 2268 ], "__typename": [ 85 @@ -34541,13 +35212,13 @@ export default { }, "game_plugins_on_conflict": { "constraint": [ - 2213 + 2259 ], "update_columns": [ - 2234 + 2280 ], "where": [ - 2212 + 2258 ], "__typename": [ 85 @@ -34555,79 +35226,79 @@ export default { }, "game_plugins_order_by": { "author": [ - 3601 + 3647 ], "config_path": [ - 3601 + 3647 ], "config_schema": [ - 3601 + 3647 ], "cvars": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "game_modes_aggregate": [ - 2082 + 2128 ], "homepage": [ - 3601 + 3647 ], "hot_swappable": [ - 3601 + 3647 ], "install_state": [ - 3601 + 3647 ], "installed_node_count": [ - 3601 + 3647 ], "kind": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "node_installs_aggregate": [ - 2246 + 2292 ], "pairs_with": [ - 3601 + 3647 ], "panel": [ - 3601 + 3647 ], "requires_server_guidelines_disabled": [ - 3601 + 3647 ], "requires_service": [ - 3601 + 3647 ], "slug": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "synced_at": [ - 3601 + 3647 ], "tags": [ - 3601 + 3647 ], "target_node_count": [ - 3601 + 3647 ], "verified": [ - 3601 + 3647 ], "versions_aggregate": [ - 2169 + 2215 ], "wiring": [ - 3601 + 3647 ], "__typename": [ 85 @@ -34643,13 +35314,13 @@ export default { }, "game_plugins_prepend_input": { "config_schema": [ - 2392 + 2438 ], "panel": [ - 2392 + 2438 ], "wiring": [ - 2392 + 2438 ], "__typename": [ 85 @@ -34664,7 +35335,7 @@ export default { 85 ], "config_schema": [ - 2392 + 2438 ], "cvars": [ 85 @@ -34688,7 +35359,7 @@ export default { 85 ], "panel": [ - 2392 + 2438 ], "requires_server_guidelines_disabled": [ 6 @@ -34703,7 +35374,7 @@ export default { 85 ], "synced_at": [ - 5196 + 5242 ], "tags": [ 85 @@ -34712,7 +35383,7 @@ export default { 6 ], "wiring": [ - 2392 + 2438 ], "__typename": [ 85 @@ -34753,7 +35424,7 @@ export default { }, "game_plugins_stream_cursor_input": { "initial_value": [ - 2232 + 2278 ], "ordering": [ 394 @@ -34770,7 +35441,7 @@ export default { 85 ], "config_schema": [ - 2392 + 2438 ], "cvars": [ 85 @@ -34794,7 +35465,7 @@ export default { 85 ], "panel": [ - 2392 + 2438 ], "requires_server_guidelines_disabled": [ 6 @@ -34809,7 +35480,7 @@ export default { 85 ], "synced_at": [ - 5196 + 5242 ], "tags": [ 85 @@ -34818,7 +35489,7 @@ export default { 6 ], "wiring": [ - 2392 + 2438 ], "__typename": [ 85 @@ -34838,25 +35509,25 @@ export default { "game_plugins_update_column": {}, "game_plugins_updates": { "_append": [ - 2210 + 2256 ], "_delete_at_path": [ - 2214 + 2260 ], "_delete_elem": [ - 2215 + 2261 ], "_delete_key": [ - 2216 + 2262 ], "_prepend": [ - 2225 + 2271 ], "_set": [ - 2227 + 2273 ], "where": [ - 2212 + 2258 ], "__typename": [ 85 @@ -34900,7 +35571,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "detected": [ 6 @@ -34909,16 +35580,16 @@ export default { 85 ], "game_server_node": [ - 2267 + 2313 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "installed_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -34927,7 +35598,7 @@ export default { 85 ], "plugin": [ - 2207 + 2253 ], "plugin_slug": [ 85 @@ -34945,7 +35616,7 @@ export default { 915 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -34956,10 +35627,10 @@ export default { }, "game_server_node_plugins_aggregate": { "aggregate": [ - 2245 + 2291 ], "nodes": [ - 2239 + 2285 ], "__typename": [ 85 @@ -34967,13 +35638,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp": { "bool_and": [ - 2242 + 2288 ], "bool_or": [ - 2243 + 2289 ], "count": [ - 2244 + 2290 ], "__typename": [ 85 @@ -34981,13 +35652,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_bool_and": { "arguments": [ - 2260 + 2306 ], "distinct": [ 6 ], "filter": [ - 2248 + 2294 ], "predicate": [ 7 @@ -34998,13 +35669,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_bool_or": { "arguments": [ - 2261 + 2307 ], "distinct": [ 6 ], "filter": [ - 2248 + 2294 ], "predicate": [ 7 @@ -35015,13 +35686,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_count": { "arguments": [ - 2259 + 2305 ], "distinct": [ 6 ], "filter": [ - 2248 + 2294 ], "predicate": [ 42 @@ -35035,7 +35706,7 @@ export default { 41, { "columns": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "distinct": [ @@ -35044,10 +35715,10 @@ export default { } ], "max": [ - 2251 + 2297 ], "min": [ - 2253 + 2299 ], "__typename": [ 85 @@ -35055,13 +35726,13 @@ export default { }, "game_server_node_plugins_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 2252 + 2298 ], "min": [ - 2254 + 2300 ], "__typename": [ 85 @@ -35069,10 +35740,10 @@ export default { }, "game_server_node_plugins_arr_rel_insert_input": { "data": [ - 2250 + 2296 ], "on_conflict": [ - 2256 + 2302 ], "__typename": [ 85 @@ -35080,19 +35751,19 @@ export default { }, "game_server_node_plugins_bool_exp": { "_and": [ - 2248 + 2294 ], "_not": [ - 2248 + 2294 ], "_or": [ - 2248 + 2294 ], "channel": [ 896 ], "created_at": [ - 5197 + 5243 ], "detected": [ 7 @@ -35101,16 +35772,16 @@ export default { 87 ], "game_server_node": [ - 2279 + 2325 ], "game_server_node_id": [ 87 ], "id": [ - 6505 + 6605 ], "installed_at": [ - 5197 + 5243 ], "last_error": [ 87 @@ -35119,7 +35790,7 @@ export default { 87 ], "plugin": [ - 2212 + 2258 ], "plugin_slug": [ 87 @@ -35137,7 +35808,7 @@ export default { 916 ], "updated_at": [ - 5197 + 5243 ], "version": [ 87 @@ -35152,7 +35823,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "detected": [ 6 @@ -35161,16 +35832,16 @@ export default { 85 ], "game_server_node": [ - 2291 + 2337 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "installed_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -35179,7 +35850,7 @@ export default { 85 ], "plugin": [ - 2221 + 2267 ], "plugin_slug": [ 85 @@ -35197,7 +35868,7 @@ export default { 915 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -35208,7 +35879,7 @@ export default { }, "game_server_node_plugins_max_fields": { "created_at": [ - 5196 + 5242 ], "detected_version": [ 85 @@ -35217,10 +35888,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "installed_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -35238,7 +35909,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -35249,40 +35920,40 @@ export default { }, "game_server_node_plugins_max_order_by": { "created_at": [ - 3601 + 3647 ], "detected_version": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "installed_at": [ - 3601 + 3647 ], "last_error": [ - 3601 + 3647 ], "path": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "previous_version": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -35290,7 +35961,7 @@ export default { }, "game_server_node_plugins_min_fields": { "created_at": [ - 5196 + 5242 ], "detected_version": [ 85 @@ -35299,10 +35970,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "installed_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -35320,7 +35991,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -35331,40 +36002,40 @@ export default { }, "game_server_node_plugins_min_order_by": { "created_at": [ - 3601 + 3647 ], "detected_version": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "installed_at": [ - 3601 + 3647 ], "last_error": [ - 3601 + 3647 ], "path": [ - 3601 + 3647 ], "plugin_slug": [ - 3601 + 3647 ], "previous_version": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -35375,7 +36046,7 @@ export default { 41 ], "returning": [ - 2239 + 2285 ], "__typename": [ 85 @@ -35383,13 +36054,13 @@ export default { }, "game_server_node_plugins_on_conflict": { "constraint": [ - 2249 + 2295 ], "update_columns": [ - 2265 + 2311 ], "where": [ - 2248 + 2294 ], "__typename": [ 85 @@ -35397,58 +36068,58 @@ export default { }, "game_server_node_plugins_order_by": { "channel": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "detected": [ - 3601 + 3647 ], "detected_version": [ - 3601 + 3647 ], "game_server_node": [ - 2293 + 2339 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "installed_at": [ - 3601 + 3647 ], "last_error": [ - 3601 + 3647 ], "path": [ - 3601 + 3647 ], "plugin": [ - 2223 + 2269 ], "plugin_slug": [ - 3601 + 3647 ], "previous_version": [ - 3601 + 3647 ], "runtime": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -35456,7 +36127,7 @@ export default { }, "game_server_node_plugins_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -35470,7 +36141,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "detected": [ 6 @@ -35482,10 +36153,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "installed_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -35509,7 +36180,7 @@ export default { 915 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -35520,7 +36191,7 @@ export default { }, "game_server_node_plugins_stream_cursor_input": { "initial_value": [ - 2264 + 2310 ], "ordering": [ 394 @@ -35534,7 +36205,7 @@ export default { 895 ], "created_at": [ - 5196 + 5242 ], "detected": [ 6 @@ -35546,10 +36217,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "installed_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -35573,7 +36244,7 @@ export default { 915 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -35585,10 +36256,10 @@ export default { "game_server_node_plugins_update_column": {}, "game_server_node_plugins_updates": { "_set": [ - 2262 + 2308 ], "where": [ - 2248 + 2294 ], "__typename": [ 85 @@ -35605,7 +36276,7 @@ export default { 41 ], "cpu_frequency_info": [ - 2392, + 2438, { "path": [ 85 @@ -35613,7 +36284,7 @@ export default { } ], "cpu_governor_info": [ - 2392, + 2438, { "path": [ 85 @@ -35627,7 +36298,7 @@ export default { 41 ], "cpu_warnings": [ - 2392, + 2438, { "path": [ 85 @@ -35635,7 +36306,7 @@ export default { } ], "cs2_launch_options": [ - 2392, + 2438, { "path": [ 85 @@ -35643,7 +36314,7 @@ export default { } ], "cs2_video_settings": [ - 2392, + 2438, { "path": [ 85 @@ -35663,7 +36334,7 @@ export default { 41 ], "e_region": [ - 4687 + 4733 ], "e_status": [ 950 @@ -35684,7 +36355,7 @@ export default { 6 ], "gpu_info": [ - 2392, + 2438, { "path": [ 85 @@ -35704,13 +36375,13 @@ export default { 85 ], "lan_ip": [ - 2388 + 2434 ], "node_ip": [ - 2388 + 2434 ], "offline_at": [ - 5196 + 5242 ], "pin_build_id": [ 41 @@ -35722,16 +36393,16 @@ export default { 85 ], "pinned_version": [ - 2318 + 2364 ], "plugin_supported": [ 6 ], "plugins": [ - 2239, + 2285, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -35741,19 +36412,19 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "plugins_aggregate": [ - 2240, + 2286, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -35763,28 +36434,28 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "plugins_synced_at": [ - 5196 + 5242 ], "public_ip": [ - 2388 + 2434 ], "region": [ 85 ], "servers": [ - 4714, + 4760, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -35794,19 +36465,19 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "servers_aggregate": [ - 4715, + 4761, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -35816,16 +36487,16 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "shader_bake_progress": [ - 3599 + 3645 ], "shader_bake_progress_stage": [ 85 @@ -35834,7 +36505,7 @@ export default { 85 ], "shader_bake_status_history": [ - 2392, + 2438, { "path": [ 85 @@ -35863,7 +36534,7 @@ export default { 85 ], "version": [ - 2318 + 2364 ], "__typename": [ 85 @@ -35871,10 +36542,10 @@ export default { }, "game_server_nodes_aggregate": { "aggregate": [ - 2273 + 2319 ], "nodes": [ - 2267 + 2313 ], "__typename": [ 85 @@ -35882,13 +36553,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp": { "bool_and": [ - 2270 + 2316 ], "bool_or": [ - 2271 + 2317 ], "count": [ - 2272 + 2318 ], "__typename": [ 85 @@ -35896,13 +36567,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_bool_and": { "arguments": [ - 2297 + 2343 ], "distinct": [ 6 ], "filter": [ - 2279 + 2325 ], "predicate": [ 7 @@ -35913,13 +36584,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_bool_or": { "arguments": [ - 2298 + 2344 ], "distinct": [ 6 ], "filter": [ - 2279 + 2325 ], "predicate": [ 7 @@ -35930,13 +36601,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_count": { "arguments": [ - 2296 + 2342 ], "distinct": [ 6 ], "filter": [ - 2279 + 2325 ], "predicate": [ 42 @@ -35947,13 +36618,13 @@ export default { }, "game_server_nodes_aggregate_fields": { "avg": [ - 2277 + 2323 ], "count": [ 41, { "columns": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "distinct": [ @@ -35962,31 +36633,31 @@ export default { } ], "max": [ - 2286 + 2332 ], "min": [ - 2288 + 2334 ], "stddev": [ - 2300 + 2346 ], "stddev_pop": [ - 2302 + 2348 ], "stddev_samp": [ - 2304 + 2350 ], "sum": [ - 2308 + 2354 ], "var_pop": [ - 2312 + 2358 ], "var_samp": [ - 2314 + 2360 ], "variance": [ - 2316 + 2362 ], "__typename": [ 85 @@ -35994,37 +36665,37 @@ export default { }, "game_server_nodes_aggregate_order_by": { "avg": [ - 2278 + 2324 ], "count": [ - 3601 + 3647 ], "max": [ - 2287 + 2333 ], "min": [ - 2289 + 2335 ], "stddev": [ - 2301 + 2347 ], "stddev_pop": [ - 2303 + 2349 ], "stddev_samp": [ - 2305 + 2351 ], "sum": [ - 2309 + 2355 ], "var_pop": [ - 2313 + 2359 ], "var_samp": [ - 2315 + 2361 ], "variance": [ - 2317 + 2363 ], "__typename": [ 85 @@ -36032,25 +36703,25 @@ export default { }, "game_server_nodes_append_input": { "cpu_frequency_info": [ - 2392 + 2438 ], "cpu_governor_info": [ - 2392 + 2438 ], "cpu_warnings": [ - 2392 + 2438 ], "cs2_launch_options": [ - 2392 + 2438 ], "cs2_video_settings": [ - 2392 + 2438 ], "gpu_info": [ - 2392 + 2438 ], "shader_bake_status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -36058,10 +36729,10 @@ export default { }, "game_server_nodes_arr_rel_insert_input": { "data": [ - 2285 + 2331 ], "on_conflict": [ - 2292 + 2338 ], "__typename": [ 85 @@ -36116,40 +36787,40 @@ export default { }, "game_server_nodes_avg_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -36157,13 +36828,13 @@ export default { }, "game_server_nodes_bool_exp": { "_and": [ - 2279 + 2325 ], "_not": [ - 2279 + 2325 ], "_or": [ - 2279 + 2325 ], "available_server_count": [ 42 @@ -36175,10 +36846,10 @@ export default { 42 ], "cpu_frequency_info": [ - 2394 + 2440 ], "cpu_governor_info": [ - 2394 + 2440 ], "cpu_sockets": [ 42 @@ -36187,13 +36858,13 @@ export default { 42 ], "cpu_warnings": [ - 2394 + 2440 ], "cs2_launch_options": [ - 2394 + 2440 ], "cs2_video_settings": [ - 2394 + 2440 ], "csgo_build_id": [ 42 @@ -36208,7 +36879,7 @@ export default { 42 ], "e_region": [ - 4691 + 4737 ], "e_status": [ 953 @@ -36229,7 +36900,7 @@ export default { 7 ], "gpu_info": [ - 2394 + 2440 ], "gpu_rendering_enabled": [ 7 @@ -36244,13 +36915,13 @@ export default { 87 ], "lan_ip": [ - 2389 + 2435 ], "node_ip": [ - 2389 + 2435 ], "offline_at": [ - 5197 + 5243 ], "pin_build_id": [ 42 @@ -36262,34 +36933,34 @@ export default { 87 ], "pinned_version": [ - 2323 + 2369 ], "plugin_supported": [ 7 ], "plugins": [ - 2248 + 2294 ], "plugins_aggregate": [ - 2241 + 2287 ], "plugins_synced_at": [ - 5197 + 5243 ], "public_ip": [ - 2389 + 2435 ], "region": [ 87 ], "servers": [ - 4726 + 4772 ], "servers_aggregate": [ - 4716 + 4762 ], "shader_bake_progress": [ - 3600 + 3646 ], "shader_bake_progress_stage": [ 87 @@ -36298,7 +36969,7 @@ export default { 87 ], "shader_bake_status_history": [ - 2394 + 2440 ], "start_port_range": [ 42 @@ -36322,7 +36993,7 @@ export default { 87 ], "version": [ - 2323 + 2369 ], "__typename": [ 85 @@ -36439,7 +37110,7 @@ export default { 41 ], "shader_bake_progress": [ - 3599 + 3645 ], "start_port_range": [ 41 @@ -36456,10 +37127,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2392 + 2438 ], "cpu_governor_info": [ - 2392 + 2438 ], "cpu_sockets": [ 41 @@ -36468,13 +37139,13 @@ export default { 41 ], "cpu_warnings": [ - 2392 + 2438 ], "cs2_launch_options": [ - 2392 + 2438 ], "cs2_video_settings": [ - 2392 + 2438 ], "csgo_build_id": [ 41 @@ -36489,7 +37160,7 @@ export default { 41 ], "e_region": [ - 4697 + 4743 ], "e_status": [ 961 @@ -36510,7 +37181,7 @@ export default { 6 ], "gpu_info": [ - 2392 + 2438 ], "gpu_rendering_enabled": [ 6 @@ -36525,13 +37196,13 @@ export default { 85 ], "lan_ip": [ - 2388 + 2434 ], "node_ip": [ - 2388 + 2434 ], "offline_at": [ - 5196 + 5242 ], "pin_build_id": [ 41 @@ -36543,25 +37214,25 @@ export default { 85 ], "pinned_version": [ - 2333 + 2379 ], "plugins": [ - 2247 + 2293 ], "plugins_synced_at": [ - 5196 + 5242 ], "public_ip": [ - 2388 + 2434 ], "region": [ 85 ], "servers": [ - 4723 + 4769 ], "shader_bake_progress": [ - 3599 + 3645 ], "shader_bake_progress_stage": [ 85 @@ -36570,7 +37241,7 @@ export default { 85 ], "shader_bake_status_history": [ - 2392 + 2438 ], "start_port_range": [ 41 @@ -36591,7 +37262,7 @@ export default { 85 ], "version": [ - 2333 + 2379 ], "__typename": [ 85 @@ -36635,7 +37306,7 @@ export default { 85 ], "offline_at": [ - 5196 + 5242 ], "pin_build_id": [ 41 @@ -36647,13 +37318,13 @@ export default { 85 ], "plugins_synced_at": [ - 5196 + 5242 ], "region": [ 85 ], "shader_bake_progress": [ - 3599 + 3645 ], "shader_bake_progress_stage": [ 85 @@ -36679,73 +37350,73 @@ export default { }, "game_server_nodes_max_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "offline_at": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "pin_plugin_runtime": [ - 3601 + 3647 ], "pin_plugin_version": [ - 3601 + 3647 ], "plugins_synced_at": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "shader_bake_progress_stage": [ - 3601 + 3647 ], "shader_bake_status": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "token": [ - 3601 + 3647 ], "update_status": [ - 3601 + 3647 ], "__typename": [ 85 @@ -36789,7 +37460,7 @@ export default { 85 ], "offline_at": [ - 5196 + 5242 ], "pin_build_id": [ 41 @@ -36801,13 +37472,13 @@ export default { 85 ], "plugins_synced_at": [ - 5196 + 5242 ], "region": [ 85 ], "shader_bake_progress": [ - 3599 + 3645 ], "shader_bake_progress_stage": [ 85 @@ -36833,73 +37504,73 @@ export default { }, "game_server_nodes_min_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "offline_at": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "pin_plugin_runtime": [ - 3601 + 3647 ], "pin_plugin_version": [ - 3601 + 3647 ], "plugins_synced_at": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "shader_bake_progress_stage": [ - 3601 + 3647 ], "shader_bake_status": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "token": [ - 3601 + 3647 ], "update_status": [ - 3601 + 3647 ], "__typename": [ 85 @@ -36910,7 +37581,7 @@ export default { 41 ], "returning": [ - 2267 + 2313 ], "__typename": [ 85 @@ -36918,10 +37589,10 @@ export default { }, "game_server_nodes_obj_rel_insert_input": { "data": [ - 2285 + 2331 ], "on_conflict": [ - 2292 + 2338 ], "__typename": [ 85 @@ -36929,13 +37600,13 @@ export default { }, "game_server_nodes_on_conflict": { "constraint": [ - 2280 + 2326 ], "update_columns": [ - 2310 + 2356 ], "where": [ - 2279 + 2325 ], "__typename": [ 85 @@ -36943,157 +37614,157 @@ export default { }, "game_server_nodes_order_by": { "available_server_count": [ - 3601 + 3647 ], "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_frequency_info": [ - 3601 + 3647 ], "cpu_governor_info": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "cpu_warnings": [ - 3601 + 3647 ], "cs2_launch_options": [ - 3601 + 3647 ], "cs2_video_settings": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "e_region": [ - 4699 + 4745 ], "e_status": [ 963 ], "enabled": [ - 3601 + 3647 ], "enabled_for_match_making": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "gpu": [ - 3601 + 3647 ], "gpu_demos_enabled": [ - 3601 + 3647 ], "gpu_info": [ - 3601 + 3647 ], "gpu_rendering_enabled": [ - 3601 + 3647 ], "gpu_streaming_enabled": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "lan_ip": [ - 3601 + 3647 ], "node_ip": [ - 3601 + 3647 ], "offline_at": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "pin_plugin_runtime": [ - 3601 + 3647 ], "pin_plugin_version": [ - 3601 + 3647 ], "pinned_version": [ - 2335 + 2381 ], "plugin_supported": [ - 3601 + 3647 ], "plugins_aggregate": [ - 2246 + 2292 ], "plugins_synced_at": [ - 3601 + 3647 ], "public_ip": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "servers_aggregate": [ - 4721 + 4767 ], "shader_bake_progress": [ - 3601 + 3647 ], "shader_bake_progress_stage": [ - 3601 + 3647 ], "shader_bake_status": [ - 3601 + 3647 ], "shader_bake_status_history": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "supports_cpu_pinning": [ - 3601 + 3647 ], "supports_low_latency": [ - 3601 + 3647 ], "token": [ - 3601 + 3647 ], "total_server_count": [ - 3601 + 3647 ], "update_status": [ - 3601 + 3647 ], "version": [ - 2335 + 2381 ], "__typename": [ 85 @@ -37109,25 +37780,25 @@ export default { }, "game_server_nodes_prepend_input": { "cpu_frequency_info": [ - 2392 + 2438 ], "cpu_governor_info": [ - 2392 + 2438 ], "cpu_warnings": [ - 2392 + 2438 ], "cs2_launch_options": [ - 2392 + 2438 ], "cs2_video_settings": [ - 2392 + 2438 ], "gpu_info": [ - 2392 + 2438 ], "shader_bake_status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -37144,10 +37815,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2392 + 2438 ], "cpu_governor_info": [ - 2392 + 2438 ], "cpu_sockets": [ 41 @@ -37156,13 +37827,13 @@ export default { 41 ], "cpu_warnings": [ - 2392 + 2438 ], "cs2_launch_options": [ - 2392 + 2438 ], "cs2_video_settings": [ - 2392 + 2438 ], "csgo_build_id": [ 41 @@ -37192,7 +37863,7 @@ export default { 6 ], "gpu_info": [ - 2392 + 2438 ], "gpu_rendering_enabled": [ 6 @@ -37207,13 +37878,13 @@ export default { 85 ], "lan_ip": [ - 2388 + 2434 ], "node_ip": [ - 2388 + 2434 ], "offline_at": [ - 5196 + 5242 ], "pin_build_id": [ 41 @@ -37225,16 +37896,16 @@ export default { 85 ], "plugins_synced_at": [ - 5196 + 5242 ], "public_ip": [ - 2388 + 2434 ], "region": [ 85 ], "shader_bake_progress": [ - 3599 + 3645 ], "shader_bake_progress_stage": [ 85 @@ -37243,7 +37914,7 @@ export default { 85 ], "shader_bake_status_history": [ - 2392 + 2438 ], "start_port_range": [ 41 @@ -37316,40 +37987,40 @@ export default { }, "game_server_nodes_stddev_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -37404,40 +38075,40 @@ export default { }, "game_server_nodes_stddev_pop_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -37492,40 +38163,40 @@ export default { }, "game_server_nodes_stddev_samp_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -37533,7 +38204,7 @@ export default { }, "game_server_nodes_stream_cursor_input": { "initial_value": [ - 2307 + 2353 ], "ordering": [ 394 @@ -37550,10 +38221,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2392 + 2438 ], "cpu_governor_info": [ - 2392 + 2438 ], "cpu_sockets": [ 41 @@ -37562,13 +38233,13 @@ export default { 41 ], "cpu_warnings": [ - 2392 + 2438 ], "cs2_launch_options": [ - 2392 + 2438 ], "cs2_video_settings": [ - 2392 + 2438 ], "csgo_build_id": [ 41 @@ -37598,7 +38269,7 @@ export default { 6 ], "gpu_info": [ - 2392 + 2438 ], "gpu_rendering_enabled": [ 6 @@ -37613,13 +38284,13 @@ export default { 85 ], "lan_ip": [ - 2388 + 2434 ], "node_ip": [ - 2388 + 2434 ], "offline_at": [ - 5196 + 5242 ], "pin_build_id": [ 41 @@ -37631,16 +38302,16 @@ export default { 85 ], "plugins_synced_at": [ - 5196 + 5242 ], "public_ip": [ - 2388 + 2434 ], "region": [ 85 ], "shader_bake_progress": [ - 3599 + 3645 ], "shader_bake_progress_stage": [ 85 @@ -37649,7 +38320,7 @@ export default { 85 ], "shader_bake_status_history": [ - 2392 + 2438 ], "start_port_range": [ 41 @@ -37708,7 +38379,7 @@ export default { 41 ], "shader_bake_progress": [ - 3599 + 3645 ], "start_port_range": [ 41 @@ -37722,40 +38393,40 @@ export default { }, "game_server_nodes_sum_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -37764,28 +38435,28 @@ export default { "game_server_nodes_update_column": {}, "game_server_nodes_updates": { "_append": [ - 2275 + 2321 ], "_delete_at_path": [ - 2281 + 2327 ], "_delete_elem": [ - 2282 + 2328 ], "_delete_key": [ - 2283 + 2329 ], "_inc": [ - 2284 + 2330 ], "_prepend": [ - 2295 + 2341 ], "_set": [ - 2299 + 2345 ], "where": [ - 2279 + 2325 ], "__typename": [ 85 @@ -37840,40 +38511,40 @@ export default { }, "game_server_nodes_var_pop_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -37928,40 +38599,40 @@ export default { }, "game_server_nodes_var_samp_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -38016,40 +38687,40 @@ export default { }, "game_server_nodes_variance_order_by": { "build_id": [ - 3601 + 3647 ], "cpu_cores_per_socket": [ - 3601 + 3647 ], "cpu_sockets": [ - 3601 + 3647 ], "cpu_threads_per_core": [ - 3601 + 3647 ], "csgo_build_id": [ - 3601 + 3647 ], "demo_network_limiter": [ - 3601 + 3647 ], "disk_available_gb": [ - 3601 + 3647 ], "disk_used_percent": [ - 3601 + 3647 ], "end_port_range": [ - 3601 + 3647 ], "pin_build_id": [ - 3601 + 3647 ], "shader_bake_progress": [ - 3601 + 3647 ], "start_port_range": [ - 3601 + 3647 ], "__typename": [ 85 @@ -38069,7 +38740,7 @@ export default { 85 ], "downloads": [ - 2392, + 2438, { "path": [ 85 @@ -38077,7 +38748,7 @@ export default { } ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -38088,10 +38759,10 @@ export default { }, "game_versions_aggregate": { "aggregate": [ - 2320 + 2366 ], "nodes": [ - 2318 + 2364 ], "__typename": [ 85 @@ -38099,13 +38770,13 @@ export default { }, "game_versions_aggregate_fields": { "avg": [ - 2322 + 2368 ], "count": [ 41, { "columns": [ - 2338, + 2384, "[game_versions_select_column!]" ], "distinct": [ @@ -38114,31 +38785,31 @@ export default { } ], "max": [ - 2330 + 2376 ], "min": [ - 2331 + 2377 ], "stddev": [ - 2340 + 2386 ], "stddev_pop": [ - 2341 + 2387 ], "stddev_samp": [ - 2342 + 2388 ], "sum": [ - 2345 + 2391 ], "var_pop": [ - 2348 + 2394 ], "var_samp": [ - 2349 + 2395 ], "variance": [ - 2350 + 2396 ], "__typename": [ 85 @@ -38146,7 +38817,7 @@ export default { }, "game_versions_append_input": { "downloads": [ - 2392 + 2438 ], "__typename": [ 85 @@ -38162,13 +38833,13 @@ export default { }, "game_versions_bool_exp": { "_and": [ - 2323 + 2369 ], "_not": [ - 2323 + 2369 ], "_or": [ - 2323 + 2369 ], "build_id": [ 42 @@ -38183,10 +38854,10 @@ export default { 87 ], "downloads": [ - 2394 + 2440 ], "updated_at": [ - 5197 + 5243 ], "version": [ 87 @@ -38242,10 +38913,10 @@ export default { 85 ], "downloads": [ - 2392 + 2438 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -38262,7 +38933,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -38279,7 +38950,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -38293,7 +38964,7 @@ export default { 41 ], "returning": [ - 2318 + 2364 ], "__typename": [ 85 @@ -38301,10 +38972,10 @@ export default { }, "game_versions_obj_rel_insert_input": { "data": [ - 2329 + 2375 ], "on_conflict": [ - 2334 + 2380 ], "__typename": [ 85 @@ -38312,13 +38983,13 @@ export default { }, "game_versions_on_conflict": { "constraint": [ - 2324 + 2370 ], "update_columns": [ - 2346 + 2392 ], "where": [ - 2323 + 2369 ], "__typename": [ 85 @@ -38326,25 +38997,25 @@ export default { }, "game_versions_order_by": { "build_id": [ - 3601 + 3647 ], "current": [ - 3601 + 3647 ], "cvars": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "downloads": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -38360,7 +39031,7 @@ export default { }, "game_versions_prepend_input": { "downloads": [ - 2392 + 2438 ], "__typename": [ 85 @@ -38381,10 +39052,10 @@ export default { 85 ], "downloads": [ - 2392 + 2438 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -38419,7 +39090,7 @@ export default { }, "game_versions_stream_cursor_input": { "initial_value": [ - 2344 + 2390 ], "ordering": [ 394 @@ -38442,10 +39113,10 @@ export default { 85 ], "downloads": [ - 2392 + 2438 ], "updated_at": [ - 5196 + 5242 ], "version": [ 85 @@ -38465,28 +39136,28 @@ export default { "game_versions_update_column": {}, "game_versions_updates": { "_append": [ - 2321 + 2367 ], "_delete_at_path": [ - 2325 + 2371 ], "_delete_elem": [ - 2326 + 2372 ], "_delete_key": [ - 2327 + 2373 ], "_inc": [ - 2328 + 2374 ], "_prepend": [ - 2337 + 2383 ], "_set": [ - 2339 + 2385 ], "where": [ - 2323 + 2369 ], "__typename": [ 85 @@ -38524,13 +39195,13 @@ export default { 41 ], "game_version": [ - 2318 + 2364 ], "id": [ - 6503 + 6603 ], "results": [ - 2392, + 2438, { "path": [ 85 @@ -38541,7 +39212,7 @@ export default { 85 ], "validated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -38549,10 +39220,10 @@ export default { }, "gamedata_signature_validations_aggregate": { "aggregate": [ - 2353 + 2399 ], "nodes": [ - 2351 + 2397 ], "__typename": [ 85 @@ -38560,13 +39231,13 @@ export default { }, "gamedata_signature_validations_aggregate_fields": { "avg": [ - 2355 + 2401 ], "count": [ 41, { "columns": [ - 2370, + 2416, "[gamedata_signature_validations_select_column!]" ], "distinct": [ @@ -38575,31 +39246,31 @@ export default { } ], "max": [ - 2363 + 2409 ], "min": [ - 2364 + 2410 ], "stddev": [ - 2372 + 2418 ], "stddev_pop": [ - 2373 + 2419 ], "stddev_samp": [ - 2374 + 2420 ], "sum": [ - 2377 + 2423 ], "var_pop": [ - 2380 + 2426 ], "var_samp": [ - 2381 + 2427 ], "variance": [ - 2382 + 2428 ], "__typename": [ 85 @@ -38607,7 +39278,7 @@ export default { }, "gamedata_signature_validations_append_input": { "results": [ - 2392 + 2438 ], "__typename": [ 85 @@ -38623,13 +39294,13 @@ export default { }, "gamedata_signature_validations_bool_exp": { "_and": [ - 2356 + 2402 ], "_not": [ - 2356 + 2402 ], "_or": [ - 2356 + 2402 ], "branch": [ 87 @@ -38638,19 +39309,19 @@ export default { 42 ], "game_version": [ - 2323 + 2369 ], "id": [ - 6505 + 6605 ], "results": [ - 2394 + 2440 ], "status": [ 87 ], "validated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -38697,19 +39368,19 @@ export default { 41 ], "game_version": [ - 2333 + 2379 ], "id": [ - 6503 + 6603 ], "results": [ - 2392 + 2438 ], "status": [ 85 ], "validated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -38723,13 +39394,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "status": [ 85 ], "validated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -38743,13 +39414,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "status": [ 85 ], "validated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -38760,7 +39431,7 @@ export default { 41 ], "returning": [ - 2351 + 2397 ], "__typename": [ 85 @@ -38768,13 +39439,13 @@ export default { }, "gamedata_signature_validations_on_conflict": { "constraint": [ - 2357 + 2403 ], "update_columns": [ - 2378 + 2424 ], "where": [ - 2356 + 2402 ], "__typename": [ 85 @@ -38782,25 +39453,25 @@ export default { }, "gamedata_signature_validations_order_by": { "branch": [ - 3601 + 3647 ], "build_id": [ - 3601 + 3647 ], "game_version": [ - 2335 + 2381 ], "id": [ - 3601 + 3647 ], "results": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "validated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -38808,7 +39479,7 @@ export default { }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -38816,7 +39487,7 @@ export default { }, "gamedata_signature_validations_prepend_input": { "results": [ - 2392 + 2438 ], "__typename": [ 85 @@ -38831,16 +39502,16 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "results": [ - 2392 + 2438 ], "status": [ 85 ], "validated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -38872,7 +39543,7 @@ export default { }, "gamedata_signature_validations_stream_cursor_input": { "initial_value": [ - 2376 + 2422 ], "ordering": [ 394 @@ -38889,16 +39560,16 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "results": [ - 2392 + 2438 ], "status": [ 85 ], "validated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -38915,28 +39586,28 @@ export default { "gamedata_signature_validations_update_column": {}, "gamedata_signature_validations_updates": { "_append": [ - 2354 + 2400 ], "_delete_at_path": [ - 2358 + 2404 ], "_delete_elem": [ - 2359 + 2405 ], "_delete_key": [ - 2360 + 2406 ], "_inc": [ - 2361 + 2407 ], "_prepend": [ - 2369 + 2415 ], "_set": [ - 2371 + 2417 ], "where": [ - 2356 + 2402 ], "__typename": [ 85 @@ -38971,7 +39642,7 @@ export default { 85 ], "_event_id": [ - 6503 + 6603 ], "_match_type": [ 85 @@ -38997,7 +39668,7 @@ export default { 85 ], "_season_id": [ - 6503 + 6603 ], "_source": [ 85 @@ -39014,7 +39685,7 @@ export default { 85 ], "_league_season_id": [ - 6503 + 6603 ], "_role": [ 85 @@ -39037,7 +39708,7 @@ export default { 85 ], "_season_id": [ - 6503 + 6603 ], "_source": [ 85 @@ -39051,7 +39722,7 @@ export default { }, "get_tournament_leaderboard_args": { "_tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -39060,31 +39731,31 @@ export default { "inet": {}, "inet_comparison_exp": { "_eq": [ - 2388 + 2434 ], "_gt": [ - 2388 + 2434 ], "_gte": [ - 2388 + 2434 ], "_in": [ - 2388 + 2434 ], "_is_null": [ 6 ], "_lt": [ - 2388 + 2434 ], "_lte": [ - 2388 + 2434 ], "_neq": [ - 2388 + 2434 ], "_nin": [ - 2388 + 2434 ], "__typename": [ 85 @@ -39093,31 +39764,31 @@ export default { "json": {}, "json_comparison_exp": { "_eq": [ - 2390 + 2436 ], "_gt": [ - 2390 + 2436 ], "_gte": [ - 2390 + 2436 ], "_in": [ - 2390 + 2436 ], "_is_null": [ 6 ], "_lt": [ - 2390 + 2436 ], "_lte": [ - 2390 + 2436 ], "_neq": [ - 2390 + 2436 ], "_nin": [ - 2390 + 2436 ], "__typename": [ 85 @@ -39134,22 +39805,22 @@ export default { }, "jsonb_comparison_exp": { "_cast": [ - 2393 + 2439 ], "_contained_in": [ - 2392 + 2438 ], "_contains": [ - 2392 + 2438 ], "_eq": [ - 2392 + 2438 ], "_gt": [ - 2392 + 2438 ], "_gte": [ - 2392 + 2438 ], "_has_key": [ 85 @@ -39161,22 +39832,22 @@ export default { 85 ], "_in": [ - 2392 + 2438 ], "_is_null": [ 6 ], "_lt": [ - 2392 + 2438 ], "_lte": [ - 2392 + 2438 ], "_neq": [ - 2392 + 2438 ], "_nin": [ - 2392 + 2438 ], "__typename": [ 85 @@ -39202,13 +39873,13 @@ export default { 85 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39216,10 +39887,10 @@ export default { }, "leaderboard_entries_aggregate": { "aggregate": [ - 2397 + 2443 ], "nodes": [ - 2395 + 2441 ], "__typename": [ 85 @@ -39227,13 +39898,13 @@ export default { }, "leaderboard_entries_aggregate_fields": { "avg": [ - 2398 + 2444 ], "count": [ 41, { "columns": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "distinct": [ @@ -39242,31 +39913,31 @@ export default { } ], "max": [ - 2402 + 2448 ], "min": [ - 2403 + 2449 ], "stddev": [ - 2408 + 2454 ], "stddev_pop": [ - 2409 + 2455 ], "stddev_samp": [ - 2410 + 2456 ], "sum": [ - 2413 + 2459 ], "var_pop": [ - 2415 + 2461 ], "var_samp": [ - 2416 + 2462 ], "variance": [ - 2417 + 2463 ], "__typename": [ 85 @@ -39291,13 +39962,13 @@ export default { }, "leaderboard_entries_bool_exp": { "_and": [ - 2399 + 2445 ], "_not": [ - 2399 + 2445 ], "_or": [ - 2399 + 2445 ], "matches_played": [ 42 @@ -39318,13 +39989,13 @@ export default { 87 ], "secondary_value": [ - 2047 + 2093 ], "tertiary_value": [ - 2047 + 2093 ], "value": [ - 2047 + 2093 ], "__typename": [ 85 @@ -39335,13 +40006,13 @@ export default { 41 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39367,13 +40038,13 @@ export default { 85 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39399,13 +40070,13 @@ export default { 85 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39431,13 +40102,13 @@ export default { 85 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39448,7 +40119,7 @@ export default { 41 ], "returning": [ - 2395 + 2441 ], "__typename": [ 85 @@ -39456,31 +40127,31 @@ export default { }, "leaderboard_entries_order_by": { "matches_played": [ - 3601 + 3647 ], "player_avatar_url": [ - 3601 + 3647 ], "player_country": [ - 3601 + 3647 ], "player_custom_avatar_url": [ - 3601 + 3647 ], "player_name": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "secondary_value": [ - 3601 + 3647 ], "tertiary_value": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -39507,13 +40178,13 @@ export default { 85 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39572,7 +40243,7 @@ export default { }, "leaderboard_entries_stream_cursor_input": { "initial_value": [ - 2412 + 2458 ], "ordering": [ 394 @@ -39601,13 +40272,13 @@ export default { 85 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39618,13 +40289,13 @@ export default { 41 ], "secondary_value": [ - 2046 + 2092 ], "tertiary_value": [ - 2046 + 2092 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -39632,13 +40303,13 @@ export default { }, "leaderboard_entries_updates": { "_inc": [ - 2400 + 2446 ], "_set": [ - 2407 + 2453 ], "where": [ - 2399 + 2445 ], "__typename": [ 85 @@ -39697,10 +40368,10 @@ export default { }, "league_award_forfeit_args": { "_tournament_bracket_id": [ - 6503 + 6603 ], "_winning_tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -39708,19 +40379,19 @@ export default { }, "league_divisions": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 ], "season_divisions": [ - 2570, + 2616, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -39730,19 +40401,19 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "season_divisions_aggregate": [ - 2571, + 2617, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -39752,16 +40423,16 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -39769,10 +40440,10 @@ export default { }, "league_divisions_aggregate": { "aggregate": [ - 2421 + 2467 ], "nodes": [ - 2419 + 2465 ], "__typename": [ 85 @@ -39780,13 +40451,13 @@ export default { }, "league_divisions_aggregate_fields": { "avg": [ - 2422 + 2468 ], "count": [ 41, { "columns": [ - 2434, + 2480, "[league_divisions_select_column!]" ], "distinct": [ @@ -39795,31 +40466,31 @@ export default { } ], "max": [ - 2427 + 2473 ], "min": [ - 2428 + 2474 ], "stddev": [ - 2436 + 2482 ], "stddev_pop": [ - 2437 + 2483 ], "stddev_samp": [ - 2438 + 2484 ], "sum": [ - 2441 + 2487 ], "var_pop": [ - 2444 + 2490 ], "var_samp": [ - 2445 + 2491 ], "variance": [ - 2446 + 2492 ], "__typename": [ 85 @@ -39835,31 +40506,31 @@ export default { }, "league_divisions_bool_exp": { "_and": [ - 2423 + 2469 ], "_not": [ - 2423 + 2469 ], "_or": [ - 2423 + 2469 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "name": [ 87 ], "season_divisions": [ - 2577 + 2623 ], "season_divisions_aggregate": [ - 2572 + 2618 ], "tier": [ - 4784 + 4830 ], "__typename": [ 85 @@ -39868,7 +40539,7 @@ export default { "league_divisions_constraint": {}, "league_divisions_inc_input": { "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -39876,19 +40547,19 @@ export default { }, "league_divisions_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 ], "season_divisions": [ - 2576 + 2622 ], "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -39896,16 +40567,16 @@ export default { }, "league_divisions_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 ], "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -39913,16 +40584,16 @@ export default { }, "league_divisions_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 ], "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -39933,7 +40604,7 @@ export default { 41 ], "returning": [ - 2419 + 2465 ], "__typename": [ 85 @@ -39941,10 +40612,10 @@ export default { }, "league_divisions_obj_rel_insert_input": { "data": [ - 2426 + 2472 ], "on_conflict": [ - 2431 + 2477 ], "__typename": [ 85 @@ -39952,13 +40623,13 @@ export default { }, "league_divisions_on_conflict": { "constraint": [ - 2424 + 2470 ], "update_columns": [ - 2442 + 2488 ], "where": [ - 2423 + 2469 ], "__typename": [ 85 @@ -39966,19 +40637,19 @@ export default { }, "league_divisions_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "season_divisions_aggregate": [ - 2575 + 2621 ], "tier": [ - 3601 + 3647 ], "__typename": [ 85 @@ -39986,7 +40657,7 @@ export default { }, "league_divisions_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -39995,16 +40666,16 @@ export default { "league_divisions_select_column": {}, "league_divisions_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 ], "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -40036,7 +40707,7 @@ export default { }, "league_divisions_stream_cursor_input": { "initial_value": [ - 2440 + 2486 ], "ordering": [ 394 @@ -40047,16 +40718,16 @@ export default { }, "league_divisions_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 ], "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -40064,7 +40735,7 @@ export default { }, "league_divisions_sum_fields": { "tier": [ - 4783 + 4829 ], "__typename": [ 85 @@ -40073,13 +40744,13 @@ export default { "league_divisions_update_column": {}, "league_divisions_updates": { "_inc": [ - 2425 + 2471 ], "_set": [ - 2435 + 2481 ], "where": [ - 2423 + 2469 ], "__typename": [ 85 @@ -40111,25 +40782,25 @@ export default { }, "league_match_weeks": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "season": [ - 2595 + 2641 ], "week_number": [ 41 @@ -40140,10 +40811,10 @@ export default { }, "league_match_weeks_aggregate": { "aggregate": [ - 2451 + 2497 ], "nodes": [ - 2447 + 2493 ], "__typename": [ 85 @@ -40151,7 +40822,7 @@ export default { }, "league_match_weeks_aggregate_bool_exp": { "count": [ - 2450 + 2496 ], "__typename": [ 85 @@ -40159,13 +40830,13 @@ export default { }, "league_match_weeks_aggregate_bool_exp_count": { "arguments": [ - 2468 + 2514 ], "distinct": [ 6 ], "filter": [ - 2456 + 2502 ], "predicate": [ 42 @@ -40176,13 +40847,13 @@ export default { }, "league_match_weeks_aggregate_fields": { "avg": [ - 2454 + 2500 ], "count": [ 41, { "columns": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "distinct": [ @@ -40191,31 +40862,31 @@ export default { } ], "max": [ - 2460 + 2506 ], "min": [ - 2462 + 2508 ], "stddev": [ - 2470 + 2516 ], "stddev_pop": [ - 2472 + 2518 ], "stddev_samp": [ - 2474 + 2520 ], "sum": [ - 2478 + 2524 ], "var_pop": [ - 2482 + 2528 ], "var_samp": [ - 2484 + 2530 ], "variance": [ - 2486 + 2532 ], "__typename": [ 85 @@ -40223,37 +40894,37 @@ export default { }, "league_match_weeks_aggregate_order_by": { "avg": [ - 2455 + 2501 ], "count": [ - 3601 + 3647 ], "max": [ - 2461 + 2507 ], "min": [ - 2463 + 2509 ], "stddev": [ - 2471 + 2517 ], "stddev_pop": [ - 2473 + 2519 ], "stddev_samp": [ - 2475 + 2521 ], "sum": [ - 2479 + 2525 ], "var_pop": [ - 2483 + 2529 ], "var_samp": [ - 2485 + 2531 ], "variance": [ - 2487 + 2533 ], "__typename": [ 85 @@ -40261,10 +40932,10 @@ export default { }, "league_match_weeks_arr_rel_insert_input": { "data": [ - 2459 + 2505 ], "on_conflict": [ - 2465 + 2511 ], "__typename": [ 85 @@ -40280,7 +40951,7 @@ export default { }, "league_match_weeks_avg_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40288,34 +40959,34 @@ export default { }, "league_match_weeks_bool_exp": { "_and": [ - 2456 + 2502 ], "_not": [ - 2456 + 2502 ], "_or": [ - 2456 + 2502 ], "closes_at": [ - 5197 + 5243 ], "created_at": [ - 5197 + 5243 ], "default_match_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "opens_at": [ - 5197 + 5243 ], "season": [ - 2600 + 2646 ], "week_number": [ 42 @@ -40335,25 +41006,25 @@ export default { }, "league_match_weeks_insert_input": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "season": [ - 2610 + 2656 ], "week_number": [ 41 @@ -40364,22 +41035,22 @@ export default { }, "league_match_weeks_max_fields": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "week_number": [ 41 @@ -40390,25 +41061,25 @@ export default { }, "league_match_weeks_max_order_by": { "closes_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "default_match_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "opens_at": [ - 3601 + 3647 ], "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40416,22 +41087,22 @@ export default { }, "league_match_weeks_min_fields": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "week_number": [ 41 @@ -40442,25 +41113,25 @@ export default { }, "league_match_weeks_min_order_by": { "closes_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "default_match_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "opens_at": [ - 3601 + 3647 ], "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40471,7 +41142,7 @@ export default { 41 ], "returning": [ - 2447 + 2493 ], "__typename": [ 85 @@ -40479,13 +41150,13 @@ export default { }, "league_match_weeks_on_conflict": { "constraint": [ - 2457 + 2503 ], "update_columns": [ - 2480 + 2526 ], "where": [ - 2456 + 2502 ], "__typename": [ 85 @@ -40493,28 +41164,28 @@ export default { }, "league_match_weeks_order_by": { "closes_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "default_match_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "opens_at": [ - 3601 + 3647 ], "season": [ - 2612 + 2658 ], "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40522,7 +41193,7 @@ export default { }, "league_match_weeks_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -40531,22 +41202,22 @@ export default { "league_match_weeks_select_column": {}, "league_match_weeks_set_input": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "week_number": [ 41 @@ -40565,7 +41236,7 @@ export default { }, "league_match_weeks_stddev_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40581,7 +41252,7 @@ export default { }, "league_match_weeks_stddev_pop_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40597,7 +41268,7 @@ export default { }, "league_match_weeks_stddev_samp_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40605,7 +41276,7 @@ export default { }, "league_match_weeks_stream_cursor_input": { "initial_value": [ - 2477 + 2523 ], "ordering": [ 394 @@ -40616,22 +41287,22 @@ export default { }, "league_match_weeks_stream_cursor_value_input": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "week_number": [ 41 @@ -40650,7 +41321,7 @@ export default { }, "league_match_weeks_sum_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40659,13 +41330,13 @@ export default { "league_match_weeks_update_column": {}, "league_match_weeks_updates": { "_inc": [ - 2458 + 2504 ], "_set": [ - 2469 + 2515 ], "where": [ - 2456 + 2502 ], "__typename": [ 85 @@ -40681,7 +41352,7 @@ export default { }, "league_match_weeks_var_pop_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40697,7 +41368,7 @@ export default { }, "league_match_weeks_var_samp_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40713,7 +41384,7 @@ export default { }, "league_match_weeks_variance_order_by": { "week_number": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40721,40 +41392,40 @@ export default { }, "league_relegation_playoffs": { "created_at": [ - 5196 + 5242 ], "higher_division": [ - 2419 + 2465 ], "higher_division_id": [ - 6503 + 6603 ], "higher_slots": [ 41 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "lower_division": [ - 2419 + 2465 ], "lower_division_id": [ - 6503 + 6603 ], "resolved_at": [ - 5196 + 5242 ], "season": [ - 2595 + 2641 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -40762,10 +41433,10 @@ export default { }, "league_relegation_playoffs_aggregate": { "aggregate": [ - 2492 + 2538 ], "nodes": [ - 2488 + 2534 ], "__typename": [ 85 @@ -40773,7 +41444,7 @@ export default { }, "league_relegation_playoffs_aggregate_bool_exp": { "count": [ - 2491 + 2537 ], "__typename": [ 85 @@ -40781,13 +41452,13 @@ export default { }, "league_relegation_playoffs_aggregate_bool_exp_count": { "arguments": [ - 2509 + 2555 ], "distinct": [ 6 ], "filter": [ - 2497 + 2543 ], "predicate": [ 42 @@ -40798,13 +41469,13 @@ export default { }, "league_relegation_playoffs_aggregate_fields": { "avg": [ - 2495 + 2541 ], "count": [ 41, { "columns": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "distinct": [ @@ -40813,31 +41484,31 @@ export default { } ], "max": [ - 2501 + 2547 ], "min": [ - 2503 + 2549 ], "stddev": [ - 2511 + 2557 ], "stddev_pop": [ - 2513 + 2559 ], "stddev_samp": [ - 2515 + 2561 ], "sum": [ - 2519 + 2565 ], "var_pop": [ - 2523 + 2569 ], "var_samp": [ - 2525 + 2571 ], "variance": [ - 2527 + 2573 ], "__typename": [ 85 @@ -40845,37 +41516,37 @@ export default { }, "league_relegation_playoffs_aggregate_order_by": { "avg": [ - 2496 + 2542 ], "count": [ - 3601 + 3647 ], "max": [ - 2502 + 2548 ], "min": [ - 2504 + 2550 ], "stddev": [ - 2512 + 2558 ], "stddev_pop": [ - 2514 + 2560 ], "stddev_samp": [ - 2516 + 2562 ], "sum": [ - 2520 + 2566 ], "var_pop": [ - 2524 + 2570 ], "var_samp": [ - 2526 + 2572 ], "variance": [ - 2528 + 2574 ], "__typename": [ 85 @@ -40883,10 +41554,10 @@ export default { }, "league_relegation_playoffs_arr_rel_insert_input": { "data": [ - 2500 + 2546 ], "on_conflict": [ - 2506 + 2552 ], "__typename": [ 85 @@ -40902,7 +41573,7 @@ export default { }, "league_relegation_playoffs_avg_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -40910,49 +41581,49 @@ export default { }, "league_relegation_playoffs_bool_exp": { "_and": [ - 2497 + 2543 ], "_not": [ - 2497 + 2543 ], "_or": [ - 2497 + 2543 ], "created_at": [ - 5197 + 5243 ], "higher_division": [ - 2423 + 2469 ], "higher_division_id": [ - 6505 + 6605 ], "higher_slots": [ 42 ], "id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "lower_division": [ - 2423 + 2469 ], "lower_division_id": [ - 6505 + 6605 ], "resolved_at": [ - 5197 + 5243 ], "season": [ - 2600 + 2646 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -40969,40 +41640,40 @@ export default { }, "league_relegation_playoffs_insert_input": { "created_at": [ - 5196 + 5242 ], "higher_division": [ - 2430 + 2476 ], "higher_division_id": [ - 6503 + 6603 ], "higher_slots": [ 41 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "lower_division": [ - 2430 + 2476 ], "lower_division_id": [ - 6503 + 6603 ], "resolved_at": [ - 5196 + 5242 ], "season": [ - 2610 + 2656 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41010,28 +41681,28 @@ export default { }, "league_relegation_playoffs_max_fields": { "created_at": [ - 5196 + 5242 ], "higher_division_id": [ - 6503 + 6603 ], "higher_slots": [ 41 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "lower_division_id": [ - 6503 + 6603 ], "resolved_at": [ - 5196 + 5242 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41039,28 +41710,28 @@ export default { }, "league_relegation_playoffs_max_order_by": { "created_at": [ - 3601 + 3647 ], "higher_division_id": [ - 3601 + 3647 ], "higher_slots": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "lower_division_id": [ - 3601 + 3647 ], "resolved_at": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41068,28 +41739,28 @@ export default { }, "league_relegation_playoffs_min_fields": { "created_at": [ - 5196 + 5242 ], "higher_division_id": [ - 6503 + 6603 ], "higher_slots": [ 41 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "lower_division_id": [ - 6503 + 6603 ], "resolved_at": [ - 5196 + 5242 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41097,28 +41768,28 @@ export default { }, "league_relegation_playoffs_min_order_by": { "created_at": [ - 3601 + 3647 ], "higher_division_id": [ - 3601 + 3647 ], "higher_slots": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "lower_division_id": [ - 3601 + 3647 ], "resolved_at": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41129,7 +41800,7 @@ export default { 41 ], "returning": [ - 2488 + 2534 ], "__typename": [ 85 @@ -41137,13 +41808,13 @@ export default { }, "league_relegation_playoffs_on_conflict": { "constraint": [ - 2498 + 2544 ], "update_columns": [ - 2521 + 2567 ], "where": [ - 2497 + 2543 ], "__typename": [ 85 @@ -41151,40 +41822,40 @@ export default { }, "league_relegation_playoffs_order_by": { "created_at": [ - 3601 + 3647 ], "higher_division": [ - 2432 + 2478 ], "higher_division_id": [ - 3601 + 3647 ], "higher_slots": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "lower_division": [ - 2432 + 2478 ], "lower_division_id": [ - 3601 + 3647 ], "resolved_at": [ - 3601 + 3647 ], "season": [ - 2612 + 2658 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41192,7 +41863,7 @@ export default { }, "league_relegation_playoffs_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41201,28 +41872,28 @@ export default { "league_relegation_playoffs_select_column": {}, "league_relegation_playoffs_set_input": { "created_at": [ - 5196 + 5242 ], "higher_division_id": [ - 6503 + 6603 ], "higher_slots": [ 41 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "lower_division_id": [ - 6503 + 6603 ], "resolved_at": [ - 5196 + 5242 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41238,7 +41909,7 @@ export default { }, "league_relegation_playoffs_stddev_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41254,7 +41925,7 @@ export default { }, "league_relegation_playoffs_stddev_pop_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41270,7 +41941,7 @@ export default { }, "league_relegation_playoffs_stddev_samp_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41278,7 +41949,7 @@ export default { }, "league_relegation_playoffs_stream_cursor_input": { "initial_value": [ - 2518 + 2564 ], "ordering": [ 394 @@ -41289,28 +41960,28 @@ export default { }, "league_relegation_playoffs_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "higher_division_id": [ - 6503 + 6603 ], "higher_slots": [ 41 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "lower_division_id": [ - 6503 + 6603 ], "resolved_at": [ - 5196 + 5242 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41326,7 +41997,7 @@ export default { }, "league_relegation_playoffs_sum_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41335,13 +42006,13 @@ export default { "league_relegation_playoffs_update_column": {}, "league_relegation_playoffs_updates": { "_inc": [ - 2499 + 2545 ], "_set": [ - 2510 + 2556 ], "where": [ - 2497 + 2543 ], "__typename": [ 85 @@ -41357,7 +42028,7 @@ export default { }, "league_relegation_playoffs_var_pop_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41373,7 +42044,7 @@ export default { }, "league_relegation_playoffs_var_samp_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41389,7 +42060,7 @@ export default { }, "league_relegation_playoffs_variance_order_by": { "higher_slots": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41397,34 +42068,34 @@ export default { }, "league_scheduling_proposals": { "bracket": [ - 5240 + 5286 ], "created_at": [ - 5196 + 5242 ], "e_proposal_status": [ 992 ], "id": [ - 6503 + 6603 ], "message": [ 85 ], "proposed_by": [ - 4559 + 4605 ], "proposed_by_league_team_season_id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_time": [ - 5196 + 5242 ], "responded_by": [ - 4559 + 4605 ], "responded_by_steam_id": [ 311 @@ -41433,10 +42104,10 @@ export default { 997 ], "team_season": [ - 2710 + 2756 ], "tournament_bracket_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41444,10 +42115,10 @@ export default { }, "league_scheduling_proposals_aggregate": { "aggregate": [ - 2533 + 2579 ], "nodes": [ - 2529 + 2575 ], "__typename": [ 85 @@ -41455,7 +42126,7 @@ export default { }, "league_scheduling_proposals_aggregate_bool_exp": { "count": [ - 2532 + 2578 ], "__typename": [ 85 @@ -41463,13 +42134,13 @@ export default { }, "league_scheduling_proposals_aggregate_bool_exp_count": { "arguments": [ - 2550 + 2596 ], "distinct": [ 6 ], "filter": [ - 2538 + 2584 ], "predicate": [ 42 @@ -41480,13 +42151,13 @@ export default { }, "league_scheduling_proposals_aggregate_fields": { "avg": [ - 2536 + 2582 ], "count": [ 41, { "columns": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "distinct": [ @@ -41495,31 +42166,31 @@ export default { } ], "max": [ - 2542 + 2588 ], "min": [ - 2544 + 2590 ], "stddev": [ - 2552 + 2598 ], "stddev_pop": [ - 2554 + 2600 ], "stddev_samp": [ - 2556 + 2602 ], "sum": [ - 2560 + 2606 ], "var_pop": [ - 2564 + 2610 ], "var_samp": [ - 2566 + 2612 ], "variance": [ - 2568 + 2614 ], "__typename": [ 85 @@ -41527,37 +42198,37 @@ export default { }, "league_scheduling_proposals_aggregate_order_by": { "avg": [ - 2537 + 2583 ], "count": [ - 3601 + 3647 ], "max": [ - 2543 + 2589 ], "min": [ - 2545 + 2591 ], "stddev": [ - 2553 + 2599 ], "stddev_pop": [ - 2555 + 2601 ], "stddev_samp": [ - 2557 + 2603 ], "sum": [ - 2561 + 2607 ], "var_pop": [ - 2565 + 2611 ], "var_samp": [ - 2567 + 2613 ], "variance": [ - 2569 + 2615 ], "__typename": [ 85 @@ -41565,10 +42236,10 @@ export default { }, "league_scheduling_proposals_arr_rel_insert_input": { "data": [ - 2541 + 2587 ], "on_conflict": [ - 2547 + 2593 ], "__typename": [ 85 @@ -41587,10 +42258,10 @@ export default { }, "league_scheduling_proposals_avg_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41598,43 +42269,43 @@ export default { }, "league_scheduling_proposals_bool_exp": { "_and": [ - 2538 + 2584 ], "_not": [ - 2538 + 2584 ], "_or": [ - 2538 + 2584 ], "bracket": [ - 5251 + 5297 ], "created_at": [ - 5197 + 5243 ], "e_proposal_status": [ 995 ], "id": [ - 6505 + 6605 ], "message": [ 87 ], "proposed_by": [ - 4563 + 4609 ], "proposed_by_league_team_season_id": [ - 6505 + 6605 ], "proposed_by_steam_id": [ 313 ], "proposed_time": [ - 5197 + 5243 ], "responded_by": [ - 4563 + 4609 ], "responded_by_steam_id": [ 313 @@ -41643,10 +42314,10 @@ export default { 998 ], "team_season": [ - 2719 + 2765 ], "tournament_bracket_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -41666,34 +42337,34 @@ export default { }, "league_scheduling_proposals_insert_input": { "bracket": [ - 5260 + 5306 ], "created_at": [ - 5196 + 5242 ], "e_proposal_status": [ 1003 ], "id": [ - 6503 + 6603 ], "message": [ 85 ], "proposed_by": [ - 4570 + 4616 ], "proposed_by_league_team_season_id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_time": [ - 5196 + 5242 ], "responded_by": [ - 4570 + 4616 ], "responded_by_steam_id": [ 311 @@ -41702,10 +42373,10 @@ export default { 997 ], "team_season": [ - 2728 + 2774 ], "tournament_bracket_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41713,28 +42384,28 @@ export default { }, "league_scheduling_proposals_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_time": [ - 5196 + 5242 ], "responded_by_steam_id": [ 311 ], "tournament_bracket_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41742,28 +42413,28 @@ export default { }, "league_scheduling_proposals_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "proposed_by_league_team_season_id": [ - 3601 + 3647 ], "proposed_by_steam_id": [ - 3601 + 3647 ], "proposed_time": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "tournament_bracket_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41771,28 +42442,28 @@ export default { }, "league_scheduling_proposals_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_time": [ - 5196 + 5242 ], "responded_by_steam_id": [ 311 ], "tournament_bracket_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41800,28 +42471,28 @@ export default { }, "league_scheduling_proposals_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "proposed_by_league_team_season_id": [ - 3601 + 3647 ], "proposed_by_steam_id": [ - 3601 + 3647 ], "proposed_time": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "tournament_bracket_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41832,7 +42503,7 @@ export default { 41 ], "returning": [ - 2529 + 2575 ], "__typename": [ 85 @@ -41840,13 +42511,13 @@ export default { }, "league_scheduling_proposals_on_conflict": { "constraint": [ - 2539 + 2585 ], "update_columns": [ - 2562 + 2608 ], "where": [ - 2538 + 2584 ], "__typename": [ 85 @@ -41854,46 +42525,46 @@ export default { }, "league_scheduling_proposals_order_by": { "bracket": [ - 5262 + 5308 ], "created_at": [ - 3601 + 3647 ], "e_proposal_status": [ 1005 ], "id": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "proposed_by": [ - 4572 + 4618 ], "proposed_by_league_team_season_id": [ - 3601 + 3647 ], "proposed_by_steam_id": [ - 3601 + 3647 ], "proposed_time": [ - 3601 + 3647 ], "responded_by": [ - 4572 + 4618 ], "responded_by_steam_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "team_season": [ - 2730 + 2776 ], "tournament_bracket_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41901,7 +42572,7 @@ export default { }, "league_scheduling_proposals_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41910,22 +42581,22 @@ export default { "league_scheduling_proposals_select_column": {}, "league_scheduling_proposals_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_time": [ - 5196 + 5242 ], "responded_by_steam_id": [ 311 @@ -41934,7 +42605,7 @@ export default { 997 ], "tournament_bracket_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -41953,10 +42624,10 @@ export default { }, "league_scheduling_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41975,10 +42646,10 @@ export default { }, "league_scheduling_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -41997,10 +42668,10 @@ export default { }, "league_scheduling_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42008,7 +42679,7 @@ export default { }, "league_scheduling_proposals_stream_cursor_input": { "initial_value": [ - 2559 + 2605 ], "ordering": [ 394 @@ -42019,22 +42690,22 @@ export default { }, "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_time": [ - 5196 + 5242 ], "responded_by_steam_id": [ 311 @@ -42043,7 +42714,7 @@ export default { 997 ], "tournament_bracket_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42062,10 +42733,10 @@ export default { }, "league_scheduling_proposals_sum_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42074,13 +42745,13 @@ export default { "league_scheduling_proposals_update_column": {}, "league_scheduling_proposals_updates": { "_inc": [ - 2540 + 2586 ], "_set": [ - 2551 + 2597 ], "where": [ - 2538 + 2584 ], "__typename": [ 85 @@ -42099,10 +42770,10 @@ export default { }, "league_scheduling_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42121,10 +42792,10 @@ export default { }, "league_scheduling_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42143,10 +42814,10 @@ export default { }, "league_scheduling_proposals_variance_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "responded_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42154,28 +42825,28 @@ export default { }, "league_season_divisions": { "created_at": [ - 5196 + 5242 ], "division": [ - 2419 + 2465 ], "id": [ - 6503 + 6603 ], "league_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "season": [ - 2595 + 2641 ], "standings": [ - 6575, + 6675, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -42185,19 +42856,19 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "standings_aggregate": [ - 6576, + 6676, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -42207,19 +42878,19 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42227,10 +42898,10 @@ export default { }, "league_season_divisions_aggregate": { "aggregate": [ - 2574 + 2620 ], "nodes": [ - 2570 + 2616 ], "__typename": [ 85 @@ -42238,7 +42909,7 @@ export default { }, "league_season_divisions_aggregate_bool_exp": { "count": [ - 2573 + 2619 ], "__typename": [ 85 @@ -42246,13 +42917,13 @@ export default { }, "league_season_divisions_aggregate_bool_exp_count": { "arguments": [ - 2589 + 2635 ], "distinct": [ 6 ], "filter": [ - 2577 + 2623 ], "predicate": [ 42 @@ -42266,7 +42937,7 @@ export default { 41, { "columns": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "distinct": [ @@ -42275,10 +42946,10 @@ export default { } ], "max": [ - 2580 + 2626 ], "min": [ - 2582 + 2628 ], "__typename": [ 85 @@ -42286,13 +42957,13 @@ export default { }, "league_season_divisions_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 2581 + 2627 ], "min": [ - 2583 + 2629 ], "__typename": [ 85 @@ -42300,10 +42971,10 @@ export default { }, "league_season_divisions_arr_rel_insert_input": { "data": [ - 2579 + 2625 ], "on_conflict": [ - 2586 + 2632 ], "__typename": [ 85 @@ -42311,43 +42982,43 @@ export default { }, "league_season_divisions_bool_exp": { "_and": [ - 2577 + 2623 ], "_not": [ - 2577 + 2623 ], "_or": [ - 2577 + 2623 ], "created_at": [ - 5197 + 5243 ], "division": [ - 2423 + 2469 ], "id": [ - 6505 + 6605 ], "league_division_id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "season": [ - 2600 + 2646 ], "standings": [ - 6584 + 6684 ], "standings_aggregate": [ - 6577 + 6677 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -42356,31 +43027,31 @@ export default { "league_season_divisions_constraint": {}, "league_season_divisions_insert_input": { "created_at": [ - 5196 + 5242 ], "division": [ - 2430 + 2476 ], "id": [ - 6503 + 6603 ], "league_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "season": [ - 2610 + 2656 ], "standings": [ - 6581 + 6681 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42388,19 +43059,19 @@ export default { }, "league_season_divisions_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42408,19 +43079,19 @@ export default { }, "league_season_divisions_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42428,19 +43099,19 @@ export default { }, "league_season_divisions_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42448,19 +43119,19 @@ export default { }, "league_season_divisions_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42471,7 +43142,7 @@ export default { 41 ], "returning": [ - 2570 + 2616 ], "__typename": [ 85 @@ -42479,10 +43150,10 @@ export default { }, "league_season_divisions_obj_rel_insert_input": { "data": [ - 2579 + 2625 ], "on_conflict": [ - 2586 + 2632 ], "__typename": [ 85 @@ -42490,13 +43161,13 @@ export default { }, "league_season_divisions_on_conflict": { "constraint": [ - 2578 + 2624 ], "update_columns": [ - 2593 + 2639 ], "where": [ - 2577 + 2623 ], "__typename": [ 85 @@ -42504,31 +43175,31 @@ export default { }, "league_season_divisions_order_by": { "created_at": [ - 3601 + 3647 ], "division": [ - 2432 + 2478 ], "id": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "season": [ - 2612 + 2658 ], "standings_aggregate": [ - 6580 + 6680 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -42536,7 +43207,7 @@ export default { }, "league_season_divisions_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42545,19 +43216,19 @@ export default { "league_season_divisions_select_column": {}, "league_season_divisions_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42565,7 +43236,7 @@ export default { }, "league_season_divisions_stream_cursor_input": { "initial_value": [ - 2592 + 2638 ], "ordering": [ 394 @@ -42576,19 +43247,19 @@ export default { }, "league_season_divisions_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "league_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -42597,10 +43268,10 @@ export default { "league_season_divisions_update_column": {}, "league_season_divisions_updates": { "_set": [ - 2590 + 2636 ], "where": [ - 2577 + 2623 ], "__typename": [ 85 @@ -42658,7 +43329,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -42679,7 +43350,7 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "is_league_admin": [ 6 @@ -42688,13 +43359,13 @@ export default { 6 ], "match_options_id": [ - 6503 + 6603 ], "match_weeks": [ - 2447, + 2493, { "distinct_on": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "limit": [ @@ -42704,19 +43375,19 @@ export default { 41 ], "order_by": [ - 2466, + 2512, "[league_match_weeks_order_by!]" ], "where": [ - 2456 + 2502 ] } ], "match_weeks_aggregate": [ - 2448, + 2494, { "distinct_on": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "limit": [ @@ -42726,11 +43397,11 @@ export default { 41 ], "order_by": [ - 2466, + 2512, "[league_match_weeks_order_by!]" ], "where": [ - 2456 + 2502 ] } ], @@ -42744,10 +43415,10 @@ export default { 41 ], "movements": [ - 2628, + 2674, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -42757,19 +43428,19 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "movements_aggregate": [ - 2629, + 2675, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -42779,19 +43450,19 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "my_registration": [ - 2710, + 2756, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -42801,11 +43472,11 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], @@ -42813,13 +43484,13 @@ export default { 85 ], "options": [ - 3243 + 3289 ], "player_stats": [ - 6608, + 6708, { "distinct_on": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -42829,19 +43500,19 @@ export default { 41 ], "order_by": [ - 6633, + 6733, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6627 + 6727 ] } ], "player_stats_aggregate": [ - 6609, + 6709, { "distinct_on": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -42851,11 +43522,11 @@ export default { 41 ], "order_by": [ - 6633, + 6733, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6627 + 6727 ] } ], @@ -42863,7 +43534,7 @@ export default { 41 ], "playoff_round_best_of": [ - 2392, + 2438, { "path": [ 85 @@ -42874,7 +43545,7 @@ export default { 41 ], "playoff_stage_type": [ - 1569 + 1615 ], "playoff_third_place_match": [ 6 @@ -42883,7 +43554,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1569 + 1615 ], "relegate_count": [ 41 @@ -42892,10 +43563,10 @@ export default { 41 ], "relegation_playoffs": [ - 2488, + 2534, { "distinct_on": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -42905,19 +43576,19 @@ export default { 41 ], "order_by": [ - 2507, + 2553, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2497 + 2543 ] } ], "relegation_playoffs_aggregate": [ - 2489, + 2535, { "distinct_on": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -42927,11 +43598,11 @@ export default { 41 ], "order_by": [ - 2507, + 2553, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2497 + 2543 ] } ], @@ -42939,13 +43610,13 @@ export default { 41 ], "roster_lock_at": [ - 5196 + 5242 ], "season_divisions": [ - 2570, + 2616, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -42955,19 +43626,19 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "season_divisions_aggregate": [ - 2571, + 2617, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -42977,11 +43648,11 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], @@ -42989,16 +43660,16 @@ export default { 41 ], "signup_closes_at": [ - 5196 + 5242 ], "signup_opens_at": [ - 5196 + 5242 ], "standings": [ - 6575, + 6675, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -43008,19 +43679,19 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "standings_aggregate": [ - 6576, + 6676, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -43030,25 +43701,25 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "starts_at": [ - 5196 + 5242 ], "status": [ 1039 ], "team_seasons": [ - 2710, + 2756, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -43058,19 +43729,19 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "team_seasons_aggregate": [ - 2711, + 2757, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -43080,16 +43751,16 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "week_best_of": [ - 2392, + 2438, { "path": [ 85 @@ -43102,10 +43773,10 @@ export default { }, "league_seasons_aggregate": { "aggregate": [ - 2597 + 2643 ], "nodes": [ - 2595 + 2641 ], "__typename": [ 85 @@ -43113,13 +43784,13 @@ export default { }, "league_seasons_aggregate_fields": { "avg": [ - 2599 + 2645 ], "count": [ 41, { "columns": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "distinct": [ @@ -43128,31 +43799,31 @@ export default { } ], "max": [ - 2607 + 2653 ], "min": [ - 2608 + 2654 ], "stddev": [ - 2617 + 2663 ], "stddev_pop": [ - 2618 + 2664 ], "stddev_samp": [ - 2619 + 2665 ], "sum": [ - 2622 + 2668 ], "var_pop": [ - 2625 + 2671 ], "var_samp": [ - 2626 + 2672 ], "variance": [ - 2627 + 2673 ], "__typename": [ 85 @@ -43160,10 +43831,10 @@ export default { }, "league_seasons_append_input": { "playoff_round_best_of": [ - 2392 + 2438 ], "week_best_of": [ - 2392 + 2438 ], "__typename": [ 85 @@ -43221,13 +43892,13 @@ export default { }, "league_seasons_bool_exp": { "_and": [ - 2600 + 2646 ], "_not": [ - 2600 + 2646 ], "_or": [ - 2600 + 2646 ], "auto_regular_season_format": [ 7 @@ -43242,7 +43913,7 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "created_by_steam_id": [ 313 @@ -43263,7 +43934,7 @@ export default { 42 ], "id": [ - 6505 + 6605 ], "is_league_admin": [ 7 @@ -43272,13 +43943,13 @@ export default { 7 ], "match_options_id": [ - 6505 + 6605 ], "match_weeks": [ - 2456 + 2502 ], "match_weeks_aggregate": [ - 2449 + 2495 ], "match_weeks_count": [ 42 @@ -43290,37 +43961,37 @@ export default { 42 ], "movements": [ - 2637 + 2683 ], "movements_aggregate": [ - 2630 + 2676 ], "my_registration": [ - 2719 + 2765 ], "name": [ 87 ], "options": [ - 3254 + 3300 ], "player_stats": [ - 6627 + 6727 ], "player_stats_aggregate": [ - 6610 + 6710 ], "playoff_best_of": [ 42 ], "playoff_round_best_of": [ - 2394 + 2440 ], "playoff_seats": [ 42 ], "playoff_stage_type": [ - 1570 + 1616 ], "playoff_third_place_match": [ 7 @@ -43329,7 +44000,7 @@ export default { 42 ], "regular_season_stage_type": [ - 1570 + 1616 ], "relegate_count": [ 42 @@ -43338,52 +44009,52 @@ export default { 42 ], "relegation_playoffs": [ - 2497 + 2543 ], "relegation_playoffs_aggregate": [ - 2490 + 2536 ], "relegation_up_count": [ 42 ], "roster_lock_at": [ - 5197 + 5243 ], "season_divisions": [ - 2577 + 2623 ], "season_divisions_aggregate": [ - 2572 + 2618 ], "season_number": [ 42 ], "signup_closes_at": [ - 5197 + 5243 ], "signup_opens_at": [ - 5197 + 5243 ], "standings": [ - 6584 + 6684 ], "standings_aggregate": [ - 6577 + 6677 ], "starts_at": [ - 5197 + 5243 ], "status": [ 1040 ], "team_seasons": [ - 2719 + 2765 ], "team_seasons_aggregate": [ - 2712 + 2758 ], "week_best_of": [ - 2394 + 2440 ], "__typename": [ 85 @@ -43481,7 +44152,7 @@ export default { 248 ], "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -43502,13 +44173,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_weeks": [ - 2453 + 2499 ], "match_weeks_count": [ 41 @@ -43520,28 +44191,28 @@ export default { 41 ], "movements": [ - 2634 + 2680 ], "name": [ 85 ], "options": [ - 3263 + 3309 ], "player_stats": [ - 6624 + 6724 ], "playoff_best_of": [ 41 ], "playoff_round_best_of": [ - 2392 + 2438 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1569 + 1615 ], "playoff_third_place_match": [ 6 @@ -43550,7 +44221,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1569 + 1615 ], "relegate_count": [ 41 @@ -43559,40 +44230,40 @@ export default { 41 ], "relegation_playoffs": [ - 2494 + 2540 ], "relegation_up_count": [ 41 ], "roster_lock_at": [ - 5196 + 5242 ], "season_divisions": [ - 2576 + 2622 ], "season_number": [ 41 ], "signup_closes_at": [ - 5196 + 5242 ], "signup_opens_at": [ - 5196 + 5242 ], "standings": [ - 6581 + 6681 ], "starts_at": [ - 5196 + 5242 ], "status": [ 1039 ], "team_seasons": [ - 2716 + 2762 ], "week_best_of": [ - 2392 + 2438 ], "__typename": [ 85 @@ -43600,7 +44271,7 @@ export default { }, "league_seasons_max_fields": { "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -43618,10 +44289,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_weeks_count": [ 41 @@ -43654,19 +44325,19 @@ export default { 41 ], "roster_lock_at": [ - 5196 + 5242 ], "season_number": [ 41 ], "signup_closes_at": [ - 5196 + 5242 ], "signup_opens_at": [ - 5196 + 5242 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -43674,7 +44345,7 @@ export default { }, "league_seasons_min_fields": { "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -43692,10 +44363,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_weeks_count": [ 41 @@ -43728,19 +44399,19 @@ export default { 41 ], "roster_lock_at": [ - 5196 + 5242 ], "season_number": [ 41 ], "signup_closes_at": [ - 5196 + 5242 ], "signup_opens_at": [ - 5196 + 5242 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -43751,7 +44422,7 @@ export default { 41 ], "returning": [ - 2595 + 2641 ], "__typename": [ 85 @@ -43759,10 +44430,10 @@ export default { }, "league_seasons_obj_rel_insert_input": { "data": [ - 2606 + 2652 ], "on_conflict": [ - 2611 + 2657 ], "__typename": [ 85 @@ -43770,13 +44441,13 @@ export default { }, "league_seasons_on_conflict": { "constraint": [ - 2601 + 2647 ], "update_columns": [ - 2623 + 2669 ], "where": [ - 2600 + 2646 ], "__typename": [ 85 @@ -43784,136 +44455,136 @@ export default { }, "league_seasons_order_by": { "auto_regular_season_format": [ - 3601 + 3647 ], "awards_aggregate": [ 247 ], "can_register": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "created_by_steam_id": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "direct_promote_count": [ - 3601 + 3647 ], "direct_relegate_count": [ - 3601 + 3647 ], "e_league_season_status": [ 1047 ], "games_per_week": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_league_admin": [ - 3601 + 3647 ], "is_roster_locked": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "match_weeks_aggregate": [ - 2452 + 2498 ], "match_weeks_count": [ - 3601 + 3647 ], "max_roster_size": [ - 3601 + 3647 ], "min_roster_size": [ - 3601 + 3647 ], "movements_aggregate": [ - 2633 + 2679 ], "my_registration_aggregate": [ - 2715 + 2761 ], "name": [ - 3601 + 3647 ], "options": [ - 3265 + 3311 ], "player_stats_aggregate": [ - 6623 + 6723 ], "playoff_best_of": [ - 3601 + 3647 ], "playoff_round_best_of": [ - 3601 + 3647 ], "playoff_seats": [ - 3601 + 3647 ], "playoff_stage_type": [ - 3601 + 3647 ], "playoff_third_place_match": [ - 3601 + 3647 ], "promote_count": [ - 3601 + 3647 ], "regular_season_stage_type": [ - 3601 + 3647 ], "relegate_count": [ - 3601 + 3647 ], "relegation_down_count": [ - 3601 + 3647 ], "relegation_playoffs_aggregate": [ - 2493 + 2539 ], "relegation_up_count": [ - 3601 + 3647 ], "roster_lock_at": [ - 3601 + 3647 ], "season_divisions_aggregate": [ - 2575 + 2621 ], "season_number": [ - 3601 + 3647 ], "signup_closes_at": [ - 3601 + 3647 ], "signup_opens_at": [ - 3601 + 3647 ], "standings_aggregate": [ - 6580 + 6680 ], "starts_at": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "team_seasons_aggregate": [ - 2715 + 2761 ], "week_best_of": [ - 3601 + 3647 ], "__typename": [ 85 @@ -43921,7 +44592,7 @@ export default { }, "league_seasons_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -43929,10 +44600,10 @@ export default { }, "league_seasons_prepend_input": { "playoff_round_best_of": [ - 2392 + 2438 ], "week_best_of": [ - 2392 + 2438 ], "__typename": [ 85 @@ -43944,7 +44615,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -43962,10 +44633,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_weeks_count": [ 41 @@ -43983,13 +44654,13 @@ export default { 41 ], "playoff_round_best_of": [ - 2392 + 2438 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1569 + 1615 ], "playoff_third_place_match": [ 6 @@ -43998,7 +44669,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1569 + 1615 ], "relegate_count": [ 41 @@ -44010,25 +44681,25 @@ export default { 41 ], "roster_lock_at": [ - 5196 + 5242 ], "season_number": [ 41 ], "signup_closes_at": [ - 5196 + 5242 ], "signup_opens_at": [ - 5196 + 5242 ], "starts_at": [ - 5196 + 5242 ], "status": [ 1039 ], "week_best_of": [ - 2392 + 2438 ], "__typename": [ 85 @@ -44186,7 +44857,7 @@ export default { }, "league_seasons_stream_cursor_input": { "initial_value": [ - 2621 + 2667 ], "ordering": [ 394 @@ -44200,7 +44871,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "created_by_steam_id": [ 311 @@ -44218,10 +44889,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_weeks_count": [ 41 @@ -44239,13 +44910,13 @@ export default { 41 ], "playoff_round_best_of": [ - 2392 + 2438 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1569 + 1615 ], "playoff_third_place_match": [ 6 @@ -44254,7 +44925,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1569 + 1615 ], "relegate_count": [ 41 @@ -44266,25 +44937,25 @@ export default { 41 ], "roster_lock_at": [ - 5196 + 5242 ], "season_number": [ 41 ], "signup_closes_at": [ - 5196 + 5242 ], "signup_opens_at": [ - 5196 + 5242 ], "starts_at": [ - 5196 + 5242 ], "status": [ 1039 ], "week_best_of": [ - 2392 + 2438 ], "__typename": [ 85 @@ -44343,28 +45014,28 @@ export default { "league_seasons_update_column": {}, "league_seasons_updates": { "_append": [ - 2598 + 2644 ], "_delete_at_path": [ - 2602 + 2648 ], "_delete_elem": [ - 2603 + 2649 ], "_delete_key": [ - 2604 + 2650 ], "_inc": [ - 2605 + 2651 ], "_prepend": [ - 2614 + 2660 ], "_set": [ - 2616 + 2662 ], "where": [ - 2600 + 2646 ], "__typename": [ 85 @@ -44522,22 +45193,22 @@ export default { }, "league_team_movements": { "approved_at": [ - 5196 + 5242 ], "approved_by": [ - 4559 + 4605 ], "approved_by_steam_id": [ 311 ], "computed_to_division": [ - 2419 + 2465 ], "computed_to_division_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "e_movement_type": [ 971 @@ -44546,31 +45217,31 @@ export default { 41 ], "final_to_division": [ - 2419 + 2465 ], "final_to_division_id": [ - 6503 + 6603 ], "from_division": [ - 2419 + 2465 ], "from_division_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2752 + 2798 ], "league_team_id": [ - 6503 + 6603 ], "season": [ - 2595 + 2641 ], "type": [ 976 @@ -44581,10 +45252,10 @@ export default { }, "league_team_movements_aggregate": { "aggregate": [ - 2632 + 2678 ], "nodes": [ - 2628 + 2674 ], "__typename": [ 85 @@ -44592,7 +45263,7 @@ export default { }, "league_team_movements_aggregate_bool_exp": { "count": [ - 2631 + 2677 ], "__typename": [ 85 @@ -44600,13 +45271,13 @@ export default { }, "league_team_movements_aggregate_bool_exp_count": { "arguments": [ - 2649 + 2695 ], "distinct": [ 6 ], "filter": [ - 2637 + 2683 ], "predicate": [ 42 @@ -44617,13 +45288,13 @@ export default { }, "league_team_movements_aggregate_fields": { "avg": [ - 2635 + 2681 ], "count": [ 41, { "columns": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "distinct": [ @@ -44632,31 +45303,31 @@ export default { } ], "max": [ - 2641 + 2687 ], "min": [ - 2643 + 2689 ], "stddev": [ - 2651 + 2697 ], "stddev_pop": [ - 2653 + 2699 ], "stddev_samp": [ - 2655 + 2701 ], "sum": [ - 2659 + 2705 ], "var_pop": [ - 2663 + 2709 ], "var_samp": [ - 2665 + 2711 ], "variance": [ - 2667 + 2713 ], "__typename": [ 85 @@ -44664,37 +45335,37 @@ export default { }, "league_team_movements_aggregate_order_by": { "avg": [ - 2636 + 2682 ], "count": [ - 3601 + 3647 ], "max": [ - 2642 + 2688 ], "min": [ - 2644 + 2690 ], "stddev": [ - 2652 + 2698 ], "stddev_pop": [ - 2654 + 2700 ], "stddev_samp": [ - 2656 + 2702 ], "sum": [ - 2660 + 2706 ], "var_pop": [ - 2664 + 2710 ], "var_samp": [ - 2666 + 2712 ], "variance": [ - 2668 + 2714 ], "__typename": [ 85 @@ -44702,10 +45373,10 @@ export default { }, "league_team_movements_arr_rel_insert_input": { "data": [ - 2640 + 2686 ], "on_conflict": [ - 2646 + 2692 ], "__typename": [ 85 @@ -44724,10 +45395,10 @@ export default { }, "league_team_movements_avg_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -44735,31 +45406,31 @@ export default { }, "league_team_movements_bool_exp": { "_and": [ - 2637 + 2683 ], "_not": [ - 2637 + 2683 ], "_or": [ - 2637 + 2683 ], "approved_at": [ - 5197 + 5243 ], "approved_by": [ - 4563 + 4609 ], "approved_by_steam_id": [ 313 ], "computed_to_division": [ - 2423 + 2469 ], "computed_to_division_id": [ - 6505 + 6605 ], "created_at": [ - 5197 + 5243 ], "e_movement_type": [ 974 @@ -44768,31 +45439,31 @@ export default { 42 ], "final_to_division": [ - 2423 + 2469 ], "final_to_division_id": [ - 6505 + 6605 ], "from_division": [ - 2423 + 2469 ], "from_division_id": [ - 6505 + 6605 ], "id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "league_team": [ - 2755 + 2801 ], "league_team_id": [ - 6505 + 6605 ], "season": [ - 2600 + 2646 ], "type": [ 977 @@ -44815,22 +45486,22 @@ export default { }, "league_team_movements_insert_input": { "approved_at": [ - 5196 + 5242 ], "approved_by": [ - 4570 + 4616 ], "approved_by_steam_id": [ 311 ], "computed_to_division": [ - 2430 + 2476 ], "computed_to_division_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "e_movement_type": [ 982 @@ -44839,31 +45510,31 @@ export default { 41 ], "final_to_division": [ - 2430 + 2476 ], "final_to_division_id": [ - 6503 + 6603 ], "from_division": [ - 2430 + 2476 ], "from_division_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2761 + 2807 ], "league_team_id": [ - 6503 + 6603 ], "season": [ - 2610 + 2656 ], "type": [ 976 @@ -44874,34 +45545,34 @@ export default { }, "league_team_movements_max_fields": { "approved_at": [ - 5196 + 5242 ], "approved_by_steam_id": [ 311 ], "computed_to_division_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6503 + 6603 ], "from_division_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -44909,34 +45580,34 @@ export default { }, "league_team_movements_max_order_by": { "approved_at": [ - 3601 + 3647 ], "approved_by_steam_id": [ - 3601 + 3647 ], "computed_to_division_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "final_to_division_id": [ - 3601 + 3647 ], "from_division_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -44944,34 +45615,34 @@ export default { }, "league_team_movements_min_fields": { "approved_at": [ - 5196 + 5242 ], "approved_by_steam_id": [ 311 ], "computed_to_division_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6503 + 6603 ], "from_division_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -44979,34 +45650,34 @@ export default { }, "league_team_movements_min_order_by": { "approved_at": [ - 3601 + 3647 ], "approved_by_steam_id": [ - 3601 + 3647 ], "computed_to_division_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "final_to_division_id": [ - 3601 + 3647 ], "from_division_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45017,7 +45688,7 @@ export default { 41 ], "returning": [ - 2628 + 2674 ], "__typename": [ 85 @@ -45025,13 +45696,13 @@ export default { }, "league_team_movements_on_conflict": { "constraint": [ - 2638 + 2684 ], "update_columns": [ - 2661 + 2707 ], "where": [ - 2637 + 2683 ], "__typename": [ 85 @@ -45039,58 +45710,58 @@ export default { }, "league_team_movements_order_by": { "approved_at": [ - 3601 + 3647 ], "approved_by": [ - 4572 + 4618 ], "approved_by_steam_id": [ - 3601 + 3647 ], "computed_to_division": [ - 2432 + 2478 ], "computed_to_division_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "e_movement_type": [ 984 ], "final_rank": [ - 3601 + 3647 ], "final_to_division": [ - 2432 + 2478 ], "final_to_division_id": [ - 3601 + 3647 ], "from_division": [ - 2432 + 2478 ], "from_division_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team": [ - 2763 + 2809 ], "league_team_id": [ - 3601 + 3647 ], "season": [ - 2612 + 2658 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45098,7 +45769,7 @@ export default { }, "league_team_movements_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -45107,34 +45778,34 @@ export default { "league_team_movements_select_column": {}, "league_team_movements_set_input": { "approved_at": [ - 5196 + 5242 ], "approved_by_steam_id": [ 311 ], "computed_to_division_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6503 + 6603 ], "from_division_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "type": [ 976 @@ -45156,10 +45827,10 @@ export default { }, "league_team_movements_stddev_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45178,10 +45849,10 @@ export default { }, "league_team_movements_stddev_pop_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45200,10 +45871,10 @@ export default { }, "league_team_movements_stddev_samp_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45211,7 +45882,7 @@ export default { }, "league_team_movements_stream_cursor_input": { "initial_value": [ - 2658 + 2704 ], "ordering": [ 394 @@ -45222,34 +45893,34 @@ export default { }, "league_team_movements_stream_cursor_value_input": { "approved_at": [ - 5196 + 5242 ], "approved_by_steam_id": [ 311 ], "computed_to_division_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6503 + 6603 ], "from_division_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "type": [ 976 @@ -45271,10 +45942,10 @@ export default { }, "league_team_movements_sum_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45283,13 +45954,13 @@ export default { "league_team_movements_update_column": {}, "league_team_movements_updates": { "_inc": [ - 2639 + 2685 ], "_set": [ - 2650 + 2696 ], "where": [ - 2637 + 2683 ], "__typename": [ 85 @@ -45308,10 +45979,10 @@ export default { }, "league_team_movements_var_pop_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45330,10 +46001,10 @@ export default { }, "league_team_movements_var_samp_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45352,10 +46023,10 @@ export default { }, "league_team_movements_variance_order_by": { "approved_by_steam_id": [ - 3601 + 3647 ], "final_rank": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45363,28 +46034,28 @@ export default { }, "league_team_rosters": { "added_at": [ - 5196 + 5242 ], "league_team_season_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "removed_at": [ - 5196 + 5242 ], "removed_reason": [ 85 ], "status": [ - 1467 + 1513 ], "team_season": [ - 2710 + 2756 ], "__typename": [ 85 @@ -45392,10 +46063,10 @@ export default { }, "league_team_rosters_aggregate": { "aggregate": [ - 2673 + 2719 ], "nodes": [ - 2669 + 2715 ], "__typename": [ 85 @@ -45403,7 +46074,7 @@ export default { }, "league_team_rosters_aggregate_bool_exp": { "count": [ - 2672 + 2718 ], "__typename": [ 85 @@ -45411,13 +46082,13 @@ export default { }, "league_team_rosters_aggregate_bool_exp_count": { "arguments": [ - 2690 + 2736 ], "distinct": [ 6 ], "filter": [ - 2678 + 2724 ], "predicate": [ 42 @@ -45428,13 +46099,13 @@ export default { }, "league_team_rosters_aggregate_fields": { "avg": [ - 2676 + 2722 ], "count": [ 41, { "columns": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "distinct": [ @@ -45443,31 +46114,31 @@ export default { } ], "max": [ - 2682 + 2728 ], "min": [ - 2684 + 2730 ], "stddev": [ - 2692 + 2738 ], "stddev_pop": [ - 2694 + 2740 ], "stddev_samp": [ - 2696 + 2742 ], "sum": [ - 2700 + 2746 ], "var_pop": [ - 2704 + 2750 ], "var_samp": [ - 2706 + 2752 ], "variance": [ - 2708 + 2754 ], "__typename": [ 85 @@ -45475,37 +46146,37 @@ export default { }, "league_team_rosters_aggregate_order_by": { "avg": [ - 2677 + 2723 ], "count": [ - 3601 + 3647 ], "max": [ - 2683 + 2729 ], "min": [ - 2685 + 2731 ], "stddev": [ - 2693 + 2739 ], "stddev_pop": [ - 2695 + 2741 ], "stddev_samp": [ - 2697 + 2743 ], "sum": [ - 2701 + 2747 ], "var_pop": [ - 2705 + 2751 ], "var_samp": [ - 2707 + 2753 ], "variance": [ - 2709 + 2755 ], "__typename": [ 85 @@ -45513,10 +46184,10 @@ export default { }, "league_team_rosters_arr_rel_insert_input": { "data": [ - 2681 + 2727 ], "on_conflict": [ - 2687 + 2733 ], "__typename": [ 85 @@ -45532,7 +46203,7 @@ export default { }, "league_team_rosters_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45540,37 +46211,37 @@ export default { }, "league_team_rosters_bool_exp": { "_and": [ - 2678 + 2724 ], "_not": [ - 2678 + 2724 ], "_or": [ - 2678 + 2724 ], "added_at": [ - 5197 + 5243 ], "league_team_season_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "removed_at": [ - 5197 + 5243 ], "removed_reason": [ 87 ], "status": [ - 1468 + 1514 ], "team_season": [ - 2719 + 2765 ], "__typename": [ 85 @@ -45587,28 +46258,28 @@ export default { }, "league_team_rosters_insert_input": { "added_at": [ - 5196 + 5242 ], "league_team_season_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "removed_at": [ - 5196 + 5242 ], "removed_reason": [ 85 ], "status": [ - 1467 + 1513 ], "team_season": [ - 2728 + 2774 ], "__typename": [ 85 @@ -45616,16 +46287,16 @@ export default { }, "league_team_rosters_max_fields": { "added_at": [ - 5196 + 5242 ], "league_team_season_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 ], "removed_at": [ - 5196 + 5242 ], "removed_reason": [ 85 @@ -45636,19 +46307,19 @@ export default { }, "league_team_rosters_max_order_by": { "added_at": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "removed_at": [ - 3601 + 3647 ], "removed_reason": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45656,16 +46327,16 @@ export default { }, "league_team_rosters_min_fields": { "added_at": [ - 5196 + 5242 ], "league_team_season_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 ], "removed_at": [ - 5196 + 5242 ], "removed_reason": [ 85 @@ -45676,19 +46347,19 @@ export default { }, "league_team_rosters_min_order_by": { "added_at": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "removed_at": [ - 3601 + 3647 ], "removed_reason": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45699,7 +46370,7 @@ export default { 41 ], "returning": [ - 2669 + 2715 ], "__typename": [ 85 @@ -45707,13 +46378,13 @@ export default { }, "league_team_rosters_on_conflict": { "constraint": [ - 2679 + 2725 ], "update_columns": [ - 2702 + 2748 ], "where": [ - 2678 + 2724 ], "__typename": [ 85 @@ -45721,28 +46392,28 @@ export default { }, "league_team_rosters_order_by": { "added_at": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "removed_at": [ - 3601 + 3647 ], "removed_reason": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "team_season": [ - 2730 + 2776 ], "__typename": [ 85 @@ -45750,7 +46421,7 @@ export default { }, "league_team_rosters_pk_columns_input": { "league_team_season_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -45762,22 +46433,22 @@ export default { "league_team_rosters_select_column": {}, "league_team_rosters_set_input": { "added_at": [ - 5196 + 5242 ], "league_team_season_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 ], "removed_at": [ - 5196 + 5242 ], "removed_reason": [ 85 ], "status": [ - 1467 + 1513 ], "__typename": [ 85 @@ -45793,7 +46464,7 @@ export default { }, "league_team_rosters_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45809,7 +46480,7 @@ export default { }, "league_team_rosters_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45825,7 +46496,7 @@ export default { }, "league_team_rosters_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45833,7 +46504,7 @@ export default { }, "league_team_rosters_stream_cursor_input": { "initial_value": [ - 2699 + 2745 ], "ordering": [ 394 @@ -45844,22 +46515,22 @@ export default { }, "league_team_rosters_stream_cursor_value_input": { "added_at": [ - 5196 + 5242 ], "league_team_season_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 ], "removed_at": [ - 5196 + 5242 ], "removed_reason": [ 85 ], "status": [ - 1467 + 1513 ], "__typename": [ 85 @@ -45875,7 +46546,7 @@ export default { }, "league_team_rosters_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45884,13 +46555,13 @@ export default { "league_team_rosters_update_column": {}, "league_team_rosters_updates": { "_inc": [ - 2680 + 2726 ], "_set": [ - 2691 + 2737 ], "where": [ - 2678 + 2724 ], "__typename": [ 85 @@ -45906,7 +46577,7 @@ export default { }, "league_team_rosters_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45922,7 +46593,7 @@ export default { }, "league_team_rosters_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45938,7 +46609,7 @@ export default { }, "league_team_rosters_variance_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -45946,19 +46617,19 @@ export default { }, "league_team_seasons": { "assigned_division": [ - 2419 + 2465 ], "assigned_division_id": [ - 6503 + 6603 ], "captain": [ - 4559 + 4605 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "decline_reason": [ 85 @@ -45967,34 +46638,34 @@ export default { 1013 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2752 + 2798 ], "league_team_id": [ - 6503 + 6603 ], "registered_by": [ - 4559 + 4605 ], "registered_by_steam_id": [ 311 ], "requested_division": [ - 2419 + 2465 ], "requested_division_id": [ - 6503 + 6603 ], "roster": [ - 2669, + 2715, { "distinct_on": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "limit": [ @@ -46004,19 +46675,19 @@ export default { 41 ], "order_by": [ - 2688, + 2734, "[league_team_rosters_order_by!]" ], "where": [ - 2678 + 2724 ] } ], "roster_aggregate": [ - 2670, + 2716, { "distinct_on": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "limit": [ @@ -46026,16 +46697,16 @@ export default { 41 ], "order_by": [ - 2688, + 2734, "[league_team_rosters_order_by!]" ], "where": [ - 2678 + 2724 ] } ], "season": [ - 2595 + 2641 ], "seed": [ 41 @@ -46044,10 +46715,10 @@ export default { 1018 ], "tournament_team": [ - 5681 + 5781 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46055,10 +46726,10 @@ export default { }, "league_team_seasons_aggregate": { "aggregate": [ - 2714 + 2760 ], "nodes": [ - 2710 + 2756 ], "__typename": [ 85 @@ -46066,7 +46737,7 @@ export default { }, "league_team_seasons_aggregate_bool_exp": { "count": [ - 2713 + 2759 ], "__typename": [ 85 @@ -46074,13 +46745,13 @@ export default { }, "league_team_seasons_aggregate_bool_exp_count": { "arguments": [ - 2732 + 2778 ], "distinct": [ 6 ], "filter": [ - 2719 + 2765 ], "predicate": [ 42 @@ -46091,13 +46762,13 @@ export default { }, "league_team_seasons_aggregate_fields": { "avg": [ - 2717 + 2763 ], "count": [ 41, { "columns": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "distinct": [ @@ -46106,31 +46777,31 @@ export default { } ], "max": [ - 2723 + 2769 ], "min": [ - 2725 + 2771 ], "stddev": [ - 2734 + 2780 ], "stddev_pop": [ - 2736 + 2782 ], "stddev_samp": [ - 2738 + 2784 ], "sum": [ - 2742 + 2788 ], "var_pop": [ - 2746 + 2792 ], "var_samp": [ - 2748 + 2794 ], "variance": [ - 2750 + 2796 ], "__typename": [ 85 @@ -46138,37 +46809,37 @@ export default { }, "league_team_seasons_aggregate_order_by": { "avg": [ - 2718 + 2764 ], "count": [ - 3601 + 3647 ], "max": [ - 2724 + 2770 ], "min": [ - 2726 + 2772 ], "stddev": [ - 2735 + 2781 ], "stddev_pop": [ - 2737 + 2783 ], "stddev_samp": [ - 2739 + 2785 ], "sum": [ - 2743 + 2789 ], "var_pop": [ - 2747 + 2793 ], "var_samp": [ - 2749 + 2795 ], "variance": [ - 2751 + 2797 ], "__typename": [ 85 @@ -46176,10 +46847,10 @@ export default { }, "league_team_seasons_arr_rel_insert_input": { "data": [ - 2722 + 2768 ], "on_conflict": [ - 2729 + 2775 ], "__typename": [ 85 @@ -46201,13 +46872,13 @@ export default { }, "league_team_seasons_avg_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46215,28 +46886,28 @@ export default { }, "league_team_seasons_bool_exp": { "_and": [ - 2719 + 2765 ], "_not": [ - 2719 + 2765 ], "_or": [ - 2719 + 2765 ], "assigned_division": [ - 2423 + 2469 ], "assigned_division_id": [ - 6505 + 6605 ], "captain": [ - 4563 + 4609 ], "captain_steam_id": [ 313 ], "created_at": [ - 5197 + 5243 ], "decline_reason": [ 87 @@ -46245,37 +46916,37 @@ export default { 1016 ], "id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "league_team": [ - 2755 + 2801 ], "league_team_id": [ - 6505 + 6605 ], "registered_by": [ - 4563 + 4609 ], "registered_by_steam_id": [ 313 ], "requested_division": [ - 2423 + 2469 ], "requested_division_id": [ - 6505 + 6605 ], "roster": [ - 2678 + 2724 ], "roster_aggregate": [ - 2671 + 2717 ], "season": [ - 2600 + 2646 ], "seed": [ 42 @@ -46284,10 +46955,10 @@ export default { 1019 ], "tournament_team": [ - 5692 + 5792 ], "tournament_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -46310,19 +46981,19 @@ export default { }, "league_team_seasons_insert_input": { "assigned_division": [ - 2430 + 2476 ], "assigned_division_id": [ - 6503 + 6603 ], "captain": [ - 4570 + 4616 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "decline_reason": [ 85 @@ -46331,34 +47002,34 @@ export default { 1024 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2761 + 2807 ], "league_team_id": [ - 6503 + 6603 ], "registered_by": [ - 4570 + 4616 ], "registered_by_steam_id": [ 311 ], "requested_division": [ - 2430 + 2476 ], "requested_division_id": [ - 6503 + 6603 ], "roster": [ - 2675 + 2721 ], "season": [ - 2610 + 2656 ], "seed": [ 41 @@ -46367,10 +47038,10 @@ export default { 1018 ], "tournament_team": [ - 5701 + 5801 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46378,37 +47049,37 @@ export default { }, "league_team_seasons_max_fields": { "assigned_division_id": [ - 6503 + 6603 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "decline_reason": [ 85 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "registered_by_steam_id": [ 311 ], "requested_division_id": [ - 6503 + 6603 ], "seed": [ 41 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46416,37 +47087,37 @@ export default { }, "league_team_seasons_max_order_by": { "assigned_division_id": [ - 3601 + 3647 ], "captain_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "decline_reason": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "requested_division_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46454,37 +47125,37 @@ export default { }, "league_team_seasons_min_fields": { "assigned_division_id": [ - 6503 + 6603 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "decline_reason": [ 85 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "registered_by_steam_id": [ 311 ], "requested_division_id": [ - 6503 + 6603 ], "seed": [ 41 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46492,37 +47163,37 @@ export default { }, "league_team_seasons_min_order_by": { "assigned_division_id": [ - 3601 + 3647 ], "captain_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "decline_reason": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "requested_division_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46533,7 +47204,7 @@ export default { 41 ], "returning": [ - 2710 + 2756 ], "__typename": [ 85 @@ -46541,10 +47212,10 @@ export default { }, "league_team_seasons_obj_rel_insert_input": { "data": [ - 2722 + 2768 ], "on_conflict": [ - 2729 + 2775 ], "__typename": [ 85 @@ -46552,13 +47223,13 @@ export default { }, "league_team_seasons_on_conflict": { "constraint": [ - 2720 + 2766 ], "update_columns": [ - 2744 + 2790 ], "where": [ - 2719 + 2765 ], "__typename": [ 85 @@ -46566,67 +47237,67 @@ export default { }, "league_team_seasons_order_by": { "assigned_division": [ - 2432 + 2478 ], "assigned_division_id": [ - 3601 + 3647 ], "captain": [ - 4572 + 4618 ], "captain_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "decline_reason": [ - 3601 + 3647 ], "e_registration_status": [ 1026 ], "id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team": [ - 2763 + 2809 ], "league_team_id": [ - 3601 + 3647 ], "registered_by": [ - 4572 + 4618 ], "registered_by_steam_id": [ - 3601 + 3647 ], "requested_division": [ - 2432 + 2478 ], "requested_division_id": [ - 3601 + 3647 ], "roster_aggregate": [ - 2674 + 2720 ], "season": [ - 2612 + 2658 ], "seed": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "tournament_team": [ - 5703 + 5803 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46634,7 +47305,7 @@ export default { }, "league_team_seasons_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46643,31 +47314,31 @@ export default { "league_team_seasons_select_column": {}, "league_team_seasons_set_input": { "assigned_division_id": [ - 6503 + 6603 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "decline_reason": [ 85 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "registered_by_steam_id": [ 311 ], "requested_division_id": [ - 6503 + 6603 ], "seed": [ 41 @@ -46676,7 +47347,7 @@ export default { 1018 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46698,13 +47369,13 @@ export default { }, "league_team_seasons_stddev_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46726,13 +47397,13 @@ export default { }, "league_team_seasons_stddev_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46754,13 +47425,13 @@ export default { }, "league_team_seasons_stddev_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46768,7 +47439,7 @@ export default { }, "league_team_seasons_stream_cursor_input": { "initial_value": [ - 2741 + 2787 ], "ordering": [ 394 @@ -46779,31 +47450,31 @@ export default { }, "league_team_seasons_stream_cursor_value_input": { "assigned_division_id": [ - 6503 + 6603 ], "captain_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "decline_reason": [ 85 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "registered_by_steam_id": [ 311 ], "requested_division_id": [ - 6503 + 6603 ], "seed": [ 41 @@ -46812,7 +47483,7 @@ export default { 1018 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -46834,13 +47505,13 @@ export default { }, "league_team_seasons_sum_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46849,13 +47520,13 @@ export default { "league_team_seasons_update_column": {}, "league_team_seasons_updates": { "_inc": [ - 2721 + 2767 ], "_set": [ - 2733 + 2779 ], "where": [ - 2719 + 2765 ], "__typename": [ 85 @@ -46877,13 +47548,13 @@ export default { }, "league_team_seasons_var_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46905,13 +47576,13 @@ export default { }, "league_team_seasons_var_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46933,13 +47604,13 @@ export default { }, "league_team_seasons_variance_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "registered_by_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -46947,16 +47618,16 @@ export default { }, "league_teams": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "movements": [ - 2628, + 2674, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -46966,19 +47637,19 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "movements_aggregate": [ - 2629, + 2675, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -46988,25 +47659,25 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "team_seasons": [ - 2710, + 2756, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -47016,19 +47687,19 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "team_seasons_aggregate": [ - 2711, + 2757, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -47038,11 +47709,11 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], @@ -47052,10 +47723,10 @@ export default { }, "league_teams_aggregate": { "aggregate": [ - 2754 + 2800 ], "nodes": [ - 2752 + 2798 ], "__typename": [ 85 @@ -47066,7 +47737,7 @@ export default { 41, { "columns": [ - 2765, + 2811, "[league_teams_select_column!]" ], "distinct": [ @@ -47075,10 +47746,10 @@ export default { } ], "max": [ - 2758 + 2804 ], "min": [ - 2759 + 2805 ], "__typename": [ 85 @@ -47086,37 +47757,37 @@ export default { }, "league_teams_bool_exp": { "_and": [ - 2755 + 2801 ], "_not": [ - 2755 + 2801 ], "_or": [ - 2755 + 2801 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "movements": [ - 2637 + 2683 ], "movements_aggregate": [ - 2630 + 2676 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "team_seasons": [ - 2719 + 2765 ], "team_seasons_aggregate": [ - 2712 + 2758 ], "__typename": [ 85 @@ -47125,22 +47796,22 @@ export default { "league_teams_constraint": {}, "league_teams_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "movements": [ - 2634 + 2680 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "team_seasons": [ - 2716 + 2762 ], "__typename": [ 85 @@ -47148,13 +47819,13 @@ export default { }, "league_teams_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47162,13 +47833,13 @@ export default { }, "league_teams_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47179,7 +47850,7 @@ export default { 41 ], "returning": [ - 2752 + 2798 ], "__typename": [ 85 @@ -47187,10 +47858,10 @@ export default { }, "league_teams_obj_rel_insert_input": { "data": [ - 2757 + 2803 ], "on_conflict": [ - 2762 + 2808 ], "__typename": [ 85 @@ -47198,13 +47869,13 @@ export default { }, "league_teams_on_conflict": { "constraint": [ - 2756 + 2802 ], "update_columns": [ - 2769 + 2815 ], "where": [ - 2755 + 2801 ], "__typename": [ 85 @@ -47212,22 +47883,22 @@ export default { }, "league_teams_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "movements_aggregate": [ - 2633 + 2679 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "team_seasons_aggregate": [ - 2715 + 2761 ], "__typename": [ 85 @@ -47235,7 +47906,7 @@ export default { }, "league_teams_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47244,13 +47915,13 @@ export default { "league_teams_select_column": {}, "league_teams_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47258,7 +47929,7 @@ export default { }, "league_teams_stream_cursor_input": { "initial_value": [ - 2768 + 2814 ], "ordering": [ 394 @@ -47269,13 +47940,13 @@ export default { }, "league_teams_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47284,10 +47955,10 @@ export default { "league_teams_update_column": {}, "league_teams_updates": { "_set": [ - 2766 + 2812 ], "where": [ - 2755 + 2801 ], "__typename": [ 85 @@ -47298,19 +47969,19 @@ export default { 1060 ], "created_at": [ - 5196 + 5242 ], "e_lobby_access": [ 1055 ], "id": [ - 6503 + 6603 ], "players": [ - 2790, + 2836, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -47320,19 +47991,19 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], "players_aggregate": [ - 2791, + 2837, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -47342,11 +48013,11 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], @@ -47356,10 +48027,10 @@ export default { }, "lobbies_aggregate": { "aggregate": [ - 2773 + 2819 ], "nodes": [ - 2771 + 2817 ], "__typename": [ 85 @@ -47370,7 +48041,7 @@ export default { 41, { "columns": [ - 2784, + 2830, "[lobbies_select_column!]" ], "distinct": [ @@ -47379,10 +48050,10 @@ export default { } ], "max": [ - 2777 + 2823 ], "min": [ - 2778 + 2824 ], "__typename": [ 85 @@ -47390,31 +48061,31 @@ export default { }, "lobbies_bool_exp": { "_and": [ - 2774 + 2820 ], "_not": [ - 2774 + 2820 ], "_or": [ - 2774 + 2820 ], "access": [ 1061 ], "created_at": [ - 5197 + 5243 ], "e_lobby_access": [ 1058 ], "id": [ - 6505 + 6605 ], "players": [ - 2801 + 2847 ], "players_aggregate": [ - 2792 + 2838 ], "__typename": [ 85 @@ -47426,16 +48097,16 @@ export default { 1060 ], "created_at": [ - 5196 + 5242 ], "e_lobby_access": [ 1066 ], "id": [ - 6503 + 6603 ], "players": [ - 2798 + 2844 ], "__typename": [ 85 @@ -47443,10 +48114,10 @@ export default { }, "lobbies_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47454,10 +48125,10 @@ export default { }, "lobbies_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47468,7 +48139,7 @@ export default { 41 ], "returning": [ - 2771 + 2817 ], "__typename": [ 85 @@ -47476,10 +48147,10 @@ export default { }, "lobbies_obj_rel_insert_input": { "data": [ - 2776 + 2822 ], "on_conflict": [ - 2781 + 2827 ], "__typename": [ 85 @@ -47487,13 +48158,13 @@ export default { }, "lobbies_on_conflict": { "constraint": [ - 2775 + 2821 ], "update_columns": [ - 2788 + 2834 ], "where": [ - 2774 + 2820 ], "__typename": [ 85 @@ -47501,19 +48172,19 @@ export default { }, "lobbies_order_by": { "access": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "e_lobby_access": [ 1068 ], "id": [ - 3601 + 3647 ], "players_aggregate": [ - 2797 + 2843 ], "__typename": [ 85 @@ -47521,7 +48192,7 @@ export default { }, "lobbies_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47533,10 +48204,10 @@ export default { 1060 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47544,7 +48215,7 @@ export default { }, "lobbies_stream_cursor_input": { "initial_value": [ - 2787 + 2833 ], "ordering": [ 394 @@ -47558,10 +48229,10 @@ export default { 1060 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -47570,10 +48241,10 @@ export default { "lobbies_update_column": {}, "lobbies_updates": { "_set": [ - 2785 + 2831 ], "where": [ - 2774 + 2820 ], "__typename": [ 85 @@ -47587,13 +48258,13 @@ export default { 311 ], "lobby": [ - 2771 + 2817 ], "lobby_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "status": [ 1081 @@ -47607,10 +48278,10 @@ export default { }, "lobby_players_aggregate": { "aggregate": [ - 2796 + 2842 ], "nodes": [ - 2790 + 2836 ], "__typename": [ 85 @@ -47618,13 +48289,13 @@ export default { }, "lobby_players_aggregate_bool_exp": { "bool_and": [ - 2793 + 2839 ], "bool_or": [ - 2794 + 2840 ], "count": [ - 2795 + 2841 ], "__typename": [ 85 @@ -47632,13 +48303,13 @@ export default { }, "lobby_players_aggregate_bool_exp_bool_and": { "arguments": [ - 2814 + 2860 ], "distinct": [ 6 ], "filter": [ - 2801 + 2847 ], "predicate": [ 7 @@ -47649,13 +48320,13 @@ export default { }, "lobby_players_aggregate_bool_exp_bool_or": { "arguments": [ - 2815 + 2861 ], "distinct": [ 6 ], "filter": [ - 2801 + 2847 ], "predicate": [ 7 @@ -47666,13 +48337,13 @@ export default { }, "lobby_players_aggregate_bool_exp_count": { "arguments": [ - 2813 + 2859 ], "distinct": [ 6 ], "filter": [ - 2801 + 2847 ], "predicate": [ 42 @@ -47683,13 +48354,13 @@ export default { }, "lobby_players_aggregate_fields": { "avg": [ - 2799 + 2845 ], "count": [ 41, { "columns": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "distinct": [ @@ -47698,31 +48369,31 @@ export default { } ], "max": [ - 2805 + 2851 ], "min": [ - 2807 + 2853 ], "stddev": [ - 2817 + 2863 ], "stddev_pop": [ - 2819 + 2865 ], "stddev_samp": [ - 2821 + 2867 ], "sum": [ - 2825 + 2871 ], "var_pop": [ - 2829 + 2875 ], "var_samp": [ - 2831 + 2877 ], "variance": [ - 2833 + 2879 ], "__typename": [ 85 @@ -47730,37 +48401,37 @@ export default { }, "lobby_players_aggregate_order_by": { "avg": [ - 2800 + 2846 ], "count": [ - 3601 + 3647 ], "max": [ - 2806 + 2852 ], "min": [ - 2808 + 2854 ], "stddev": [ - 2818 + 2864 ], "stddev_pop": [ - 2820 + 2866 ], "stddev_samp": [ - 2822 + 2868 ], "sum": [ - 2826 + 2872 ], "var_pop": [ - 2830 + 2876 ], "var_samp": [ - 2832 + 2878 ], "variance": [ - 2834 + 2880 ], "__typename": [ 85 @@ -47768,10 +48439,10 @@ export default { }, "lobby_players_arr_rel_insert_input": { "data": [ - 2804 + 2850 ], "on_conflict": [ - 2810 + 2856 ], "__typename": [ 85 @@ -47790,10 +48461,10 @@ export default { }, "lobby_players_avg_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -47801,13 +48472,13 @@ export default { }, "lobby_players_bool_exp": { "_and": [ - 2801 + 2847 ], "_not": [ - 2801 + 2847 ], "_or": [ - 2801 + 2847 ], "captain": [ 7 @@ -47816,13 +48487,13 @@ export default { 313 ], "lobby": [ - 2774 + 2820 ], "lobby_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "status": [ 1082 @@ -47854,13 +48525,13 @@ export default { 311 ], "lobby": [ - 2780 + 2826 ], "lobby_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "status": [ 1081 @@ -47877,7 +48548,7 @@ export default { 311 ], "lobby_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -47888,13 +48559,13 @@ export default { }, "lobby_players_max_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "lobby_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -47905,7 +48576,7 @@ export default { 311 ], "lobby_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -47916,13 +48587,13 @@ export default { }, "lobby_players_min_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "lobby_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -47933,7 +48604,7 @@ export default { 41 ], "returning": [ - 2790 + 2836 ], "__typename": [ 85 @@ -47941,13 +48612,13 @@ export default { }, "lobby_players_on_conflict": { "constraint": [ - 2802 + 2848 ], "update_columns": [ - 2827 + 2873 ], "where": [ - 2801 + 2847 ], "__typename": [ 85 @@ -47955,25 +48626,25 @@ export default { }, "lobby_players_order_by": { "captain": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "lobby": [ - 2782 + 2828 ], "lobby_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "status": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -47981,7 +48652,7 @@ export default { }, "lobby_players_pk_columns_input": { "lobby_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -48001,7 +48672,7 @@ export default { 311 ], "lobby_id": [ - 6503 + 6603 ], "status": [ 1081 @@ -48026,10 +48697,10 @@ export default { }, "lobby_players_stddev_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48048,10 +48719,10 @@ export default { }, "lobby_players_stddev_pop_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48070,10 +48741,10 @@ export default { }, "lobby_players_stddev_samp_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48081,7 +48752,7 @@ export default { }, "lobby_players_stream_cursor_input": { "initial_value": [ - 2824 + 2870 ], "ordering": [ 394 @@ -48098,7 +48769,7 @@ export default { 311 ], "lobby_id": [ - 6503 + 6603 ], "status": [ 1081 @@ -48123,10 +48794,10 @@ export default { }, "lobby_players_sum_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48135,13 +48806,13 @@ export default { "lobby_players_update_column": {}, "lobby_players_updates": { "_inc": [ - 2803 + 2849 ], "_set": [ - 2816 + 2862 ], "where": [ - 2801 + 2847 ], "__typename": [ 85 @@ -48160,10 +48831,10 @@ export default { }, "lobby_players_var_pop_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48182,10 +48853,10 @@ export default { }, "lobby_players_var_samp_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48204,10 +48875,10 @@ export default { }, "lobby_players_variance_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48215,7 +48886,7 @@ export default { }, "map_callouts": { "boxes": [ - 2392, + 2438, { "path": [ 85 @@ -48232,7 +48903,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -48240,10 +48911,10 @@ export default { }, "map_callouts_aggregate": { "aggregate": [ - 2837 + 2883 ], "nodes": [ - 2835 + 2881 ], "__typename": [ 85 @@ -48254,7 +48925,7 @@ export default { 41, { "columns": [ - 2852, + 2898, "[map_callouts_select_column!]" ], "distinct": [ @@ -48263,10 +48934,10 @@ export default { } ], "max": [ - 2845 + 2891 ], "min": [ - 2846 + 2892 ], "__typename": [ 85 @@ -48274,7 +48945,7 @@ export default { }, "map_callouts_append_input": { "boxes": [ - 2392 + 2438 ], "__typename": [ 85 @@ -48282,16 +48953,16 @@ export default { }, "map_callouts_bool_exp": { "_and": [ - 2839 + 2885 ], "_not": [ - 2839 + 2885 ], "_or": [ - 2839 + 2885 ], "boxes": [ - 2394 + 2440 ], "map_name": [ 87 @@ -48303,7 +48974,7 @@ export default { 87 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -48336,7 +49007,7 @@ export default { }, "map_callouts_insert_input": { "boxes": [ - 2392 + 2438 ], "map_name": [ 85 @@ -48348,7 +49019,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -48365,7 +49036,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -48382,7 +49053,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -48393,7 +49064,7 @@ export default { 41 ], "returning": [ - 2835 + 2881 ], "__typename": [ 85 @@ -48401,13 +49072,13 @@ export default { }, "map_callouts_on_conflict": { "constraint": [ - 2840 + 2886 ], "update_columns": [ - 2856 + 2902 ], "where": [ - 2839 + 2885 ], "__typename": [ 85 @@ -48415,19 +49086,19 @@ export default { }, "map_callouts_order_by": { "boxes": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48446,7 +49117,7 @@ export default { }, "map_callouts_prepend_input": { "boxes": [ - 2392 + 2438 ], "__typename": [ 85 @@ -48455,7 +49126,7 @@ export default { "map_callouts_select_column": {}, "map_callouts_set_input": { "boxes": [ - 2392 + 2438 ], "map_name": [ 85 @@ -48467,7 +49138,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -48475,7 +49146,7 @@ export default { }, "map_callouts_stream_cursor_input": { "initial_value": [ - 2855 + 2901 ], "ordering": [ 394 @@ -48486,7 +49157,7 @@ export default { }, "map_callouts_stream_cursor_value_input": { "boxes": [ - 2392 + 2438 ], "map_name": [ 85 @@ -48498,7 +49169,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -48507,25 +49178,25 @@ export default { "map_callouts_update_column": {}, "map_callouts_updates": { "_append": [ - 2838 + 2884 ], "_delete_at_path": [ - 2841 + 2887 ], "_delete_elem": [ - 2842 + 2888 ], "_delete_key": [ - 2843 + 2889 ], "_prepend": [ - 2851 + 2897 ], "_set": [ - 2853 + 2899 ], "where": [ - 2839 + 2885 ], "__typename": [ 85 @@ -48539,13 +49210,13 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "maps": [ - 7163, + 7263, { "distinct_on": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "limit": [ @@ -48555,19 +49226,19 @@ export default { 41 ], "order_by": [ - 7179, + 7279, "[v_pool_maps_order_by!]" ], "where": [ - 7172 + 7272 ] } ], "maps_aggregate": [ - 7164, + 7264, { "distinct_on": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "limit": [ @@ -48577,11 +49248,11 @@ export default { 41 ], "order_by": [ - 7179, + 7279, "[v_pool_maps_order_by!]" ], "where": [ - 7172 + 7272 ] } ], @@ -48597,10 +49268,10 @@ export default { }, "map_pools_aggregate": { "aggregate": [ - 2860 + 2906 ], "nodes": [ - 2858 + 2904 ], "__typename": [ 85 @@ -48611,7 +49282,7 @@ export default { 41, { "columns": [ - 2871, + 2917, "[map_pools_select_column!]" ], "distinct": [ @@ -48620,10 +49291,10 @@ export default { } ], "max": [ - 2864 + 2910 ], "min": [ - 2865 + 2911 ], "__typename": [ 85 @@ -48631,13 +49302,13 @@ export default { }, "map_pools_bool_exp": { "_and": [ - 2861 + 2907 ], "_not": [ - 2861 + 2907 ], "_or": [ - 2861 + 2907 ], "e_type": [ 1099 @@ -48646,13 +49317,13 @@ export default { 7 ], "id": [ - 6505 + 6605 ], "maps": [ - 7172 + 7272 ], "maps_aggregate": [ - 7165 + 7265 ], "seed": [ 7 @@ -48673,10 +49344,10 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "maps": [ - 7171 + 7271 ], "seed": [ 6 @@ -48690,7 +49361,7 @@ export default { }, "map_pools_max_fields": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -48698,7 +49369,7 @@ export default { }, "map_pools_min_fields": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -48709,7 +49380,7 @@ export default { 41 ], "returning": [ - 2858 + 2904 ], "__typename": [ 85 @@ -48717,10 +49388,10 @@ export default { }, "map_pools_obj_rel_insert_input": { "data": [ - 2863 + 2909 ], "on_conflict": [ - 2868 + 2914 ], "__typename": [ 85 @@ -48728,13 +49399,13 @@ export default { }, "map_pools_on_conflict": { "constraint": [ - 2862 + 2908 ], "update_columns": [ - 2875 + 2921 ], "where": [ - 2861 + 2907 ], "__typename": [ 85 @@ -48745,19 +49416,19 @@ export default { 1109 ], "enabled": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "maps_aggregate": [ - 7170 + 7270 ], "seed": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -48765,7 +49436,7 @@ export default { }, "map_pools_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -48777,7 +49448,7 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "seed": [ 6 @@ -48791,7 +49462,7 @@ export default { }, "map_pools_stream_cursor_input": { "initial_value": [ - 2874 + 2920 ], "ordering": [ 394 @@ -48805,7 +49476,7 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "seed": [ 6 @@ -48820,10 +49491,10 @@ export default { "map_pools_update_column": {}, "map_pools_updates": { "_set": [ - 2872 + 2918 ], "where": [ - 2861 + 2907 ], "__typename": [ 85 @@ -48834,7 +49505,7 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "e_match_type": [ 1219 @@ -48843,16 +49514,16 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "match_maps": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -48862,19 +49533,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -48884,19 +49555,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_veto_picks": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -48906,19 +49577,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_veto_picks_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -48928,11 +49599,11 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], @@ -48957,10 +49628,10 @@ export default { }, "maps_aggregate": { "aggregate": [ - 2883 + 2929 ], "nodes": [ - 2877 + 2923 ], "__typename": [ 85 @@ -48968,13 +49639,13 @@ export default { }, "maps_aggregate_bool_exp": { "bool_and": [ - 2880 + 2926 ], "bool_or": [ - 2881 + 2927 ], "count": [ - 2882 + 2928 ], "__typename": [ 85 @@ -48982,13 +49653,13 @@ export default { }, "maps_aggregate_bool_exp_bool_and": { "arguments": [ - 2899 + 2945 ], "distinct": [ 6 ], "filter": [ - 2886 + 2932 ], "predicate": [ 7 @@ -48999,13 +49670,13 @@ export default { }, "maps_aggregate_bool_exp_bool_or": { "arguments": [ - 2900 + 2946 ], "distinct": [ 6 ], "filter": [ - 2886 + 2932 ], "predicate": [ 7 @@ -49016,13 +49687,13 @@ export default { }, "maps_aggregate_bool_exp_count": { "arguments": [ - 2898 + 2944 ], "distinct": [ 6 ], "filter": [ - 2886 + 2932 ], "predicate": [ 42 @@ -49036,7 +49707,7 @@ export default { 41, { "columns": [ - 2898, + 2944, "[maps_select_column!]" ], "distinct": [ @@ -49045,10 +49716,10 @@ export default { } ], "max": [ - 2889 + 2935 ], "min": [ - 2891 + 2937 ], "__typename": [ 85 @@ -49056,13 +49727,13 @@ export default { }, "maps_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 2890 + 2936 ], "min": [ - 2892 + 2938 ], "__typename": [ 85 @@ -49070,10 +49741,10 @@ export default { }, "maps_arr_rel_insert_input": { "data": [ - 2888 + 2934 ], "on_conflict": [ - 2895 + 2941 ], "__typename": [ 85 @@ -49081,19 +49752,19 @@ export default { }, "maps_bool_exp": { "_and": [ - 2886 + 2932 ], "_not": [ - 2886 + 2932 ], "_or": [ - 2886 + 2932 ], "active_pool": [ 7 ], "deleted_at": [ - 5197 + 5243 ], "e_match_type": [ 1222 @@ -49102,22 +49773,22 @@ export default { 7 ], "id": [ - 6505 + 6605 ], "label": [ 87 ], "match_maps": [ - 3210 + 3256 ], "match_maps_aggregate": [ - 3203 + 3249 ], "match_veto_picks": [ - 3182 + 3228 ], "match_veto_picks_aggregate": [ - 3175 + 3221 ], "name": [ 87 @@ -49144,7 +49815,7 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "e_match_type": [ 1230 @@ -49153,16 +49824,16 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "match_maps": [ - 3207 + 3253 ], "match_veto_picks": [ - 3181 + 3227 ], "name": [ 85 @@ -49185,10 +49856,10 @@ export default { }, "maps_max_fields": { "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 @@ -49211,25 +49882,25 @@ export default { }, "maps_max_order_by": { "deleted_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "patch": [ - 3601 + 3647 ], "poster": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -49237,10 +49908,10 @@ export default { }, "maps_min_fields": { "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "label": [ 85 @@ -49263,25 +49934,25 @@ export default { }, "maps_min_order_by": { "deleted_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "patch": [ - 3601 + 3647 ], "poster": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -49292,7 +49963,7 @@ export default { 41 ], "returning": [ - 2877 + 2923 ], "__typename": [ 85 @@ -49300,10 +49971,10 @@ export default { }, "maps_obj_rel_insert_input": { "data": [ - 2888 + 2934 ], "on_conflict": [ - 2895 + 2941 ], "__typename": [ 85 @@ -49311,13 +49982,13 @@ export default { }, "maps_on_conflict": { "constraint": [ - 2887 + 2933 ], "update_columns": [ - 2904 + 2950 ], "where": [ - 2886 + 2932 ], "__typename": [ 85 @@ -49325,43 +49996,43 @@ export default { }, "maps_order_by": { "active_pool": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "e_match_type": [ 1232 ], "enabled": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "match_maps_aggregate": [ - 3206 + 3252 ], "match_veto_picks_aggregate": [ - 3180 + 3226 ], "name": [ - 3601 + 3647 ], "patch": [ - 3601 + 3647 ], "poster": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -49369,7 +50040,7 @@ export default { }, "maps_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -49383,13 +50054,13 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "enabled": [ 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 @@ -49415,7 +50086,7 @@ export default { }, "maps_stream_cursor_input": { "initial_value": [ - 2903 + 2949 ], "ordering": [ 394 @@ -49429,13 +50100,13 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "enabled": [ 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 @@ -49462,10 +50133,10 @@ export default { "maps_update_column": {}, "maps_updates": { "_set": [ - 2901 + 2947 ], "where": [ - 2886 + 2932 ], "__typename": [ 85 @@ -49473,7 +50144,7 @@ export default { }, "match_clips": { "created_at": [ - 5196 + 5242 ], "download_url": [ 85 @@ -49485,22 +50156,22 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "kills_count": [ 41 ], "match_map": [ - 3201 + 3247 ], "match_map_demo": [ - 3081 + 3127 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "render_jobs": [ 343, @@ -49553,7 +50224,7 @@ export default { 311 ], "target": [ - 4559 + 4605 ], "target_steam_id": [ 311 @@ -49568,7 +50239,7 @@ export default { 85 ], "user": [ - 4559 + 4605 ], "user_steam_id": [ 311 @@ -49585,10 +50256,10 @@ export default { }, "match_clips_aggregate": { "aggregate": [ - 2910 + 2956 ], "nodes": [ - 2906 + 2952 ], "__typename": [ 85 @@ -49596,7 +50267,7 @@ export default { }, "match_clips_aggregate_bool_exp": { "count": [ - 2909 + 2955 ], "__typename": [ 85 @@ -49604,13 +50275,13 @@ export default { }, "match_clips_aggregate_bool_exp_count": { "arguments": [ - 2928 + 2974 ], "distinct": [ 6 ], "filter": [ - 2915 + 2961 ], "predicate": [ 42 @@ -49621,13 +50292,13 @@ export default { }, "match_clips_aggregate_fields": { "avg": [ - 2913 + 2959 ], "count": [ 41, { "columns": [ - 2928, + 2974, "[match_clips_select_column!]" ], "distinct": [ @@ -49636,31 +50307,31 @@ export default { } ], "max": [ - 2919 + 2965 ], "min": [ - 2921 + 2967 ], "stddev": [ - 2930 + 2976 ], "stddev_pop": [ - 2932 + 2978 ], "stddev_samp": [ - 2934 + 2980 ], "sum": [ - 2938 + 2984 ], "var_pop": [ - 2942 + 2988 ], "var_samp": [ - 2944 + 2990 ], "variance": [ - 2946 + 2992 ], "__typename": [ 85 @@ -49668,37 +50339,37 @@ export default { }, "match_clips_aggregate_order_by": { "avg": [ - 2914 + 2960 ], "count": [ - 3601 + 3647 ], "max": [ - 2920 + 2966 ], "min": [ - 2922 + 2968 ], "stddev": [ - 2931 + 2977 ], "stddev_pop": [ - 2933 + 2979 ], "stddev_samp": [ - 2935 + 2981 ], "sum": [ - 2939 + 2985 ], "var_pop": [ - 2943 + 2989 ], "var_samp": [ - 2945 + 2991 ], "variance": [ - 2947 + 2993 ], "__typename": [ 85 @@ -49706,10 +50377,10 @@ export default { }, "match_clips_arr_rel_insert_input": { "data": [ - 2918 + 2964 ], "on_conflict": [ - 2925 + 2971 ], "__typename": [ 85 @@ -49743,25 +50414,25 @@ export default { }, "match_clips_avg_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -49769,16 +50440,16 @@ export default { }, "match_clips_bool_exp": { "_and": [ - 2915 + 2961 ], "_not": [ - 2915 + 2961 ], "_or": [ - 2915 + 2961 ], "created_at": [ - 5197 + 5243 ], "download_url": [ 87 @@ -49790,22 +50461,22 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "kills_count": [ 42 ], "match_map": [ - 3210 + 3256 ], "match_map_demo": [ - 3093 + 3139 ], "match_map_demo_id": [ - 6505 + 6605 ], "match_map_id": [ - 6505 + 6605 ], "render_jobs": [ 355 @@ -49820,7 +50491,7 @@ export default { 313 ], "target": [ - 4563 + 4609 ], "target_steam_id": [ 313 @@ -49835,7 +50506,7 @@ export default { 87 ], "user": [ - 4563 + 4609 ], "user_steam_id": [ 313 @@ -49879,7 +50550,7 @@ export default { }, "match_clips_insert_input": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -49888,22 +50559,22 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "kills_count": [ 41 ], "match_map": [ - 3219 + 3265 ], "match_map_demo": [ - 3105 + 3151 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "render_jobs": [ 352 @@ -49915,7 +50586,7 @@ export default { 311 ], "target": [ - 4570 + 4616 ], "target_steam_id": [ 311 @@ -49927,7 +50598,7 @@ export default { 85 ], "user": [ - 4570 + 4616 ], "user_steam_id": [ 311 @@ -49944,7 +50615,7 @@ export default { }, "match_clips_max_fields": { "created_at": [ - 5196 + 5242 ], "download_url": [ 85 @@ -49956,16 +50627,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -49997,46 +50668,46 @@ export default { }, "match_clips_max_order_by": { "created_at": [ - 3601 + 3647 ], "duration_ms": [ - 3601 + 3647 ], "file": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "thumbnail_url": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50044,7 +50715,7 @@ export default { }, "match_clips_min_fields": { "created_at": [ - 5196 + 5242 ], "download_url": [ 85 @@ -50056,16 +50727,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -50097,46 +50768,46 @@ export default { }, "match_clips_min_order_by": { "created_at": [ - 3601 + 3647 ], "duration_ms": [ - 3601 + 3647 ], "file": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "thumbnail_url": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50147,7 +50818,7 @@ export default { 41 ], "returning": [ - 2906 + 2952 ], "__typename": [ 85 @@ -50155,10 +50826,10 @@ export default { }, "match_clips_obj_rel_insert_input": { "data": [ - 2918 + 2964 ], "on_conflict": [ - 2925 + 2971 ], "__typename": [ 85 @@ -50166,13 +50837,13 @@ export default { }, "match_clips_on_conflict": { "constraint": [ - 2916 + 2962 ], "update_columns": [ - 2940 + 2986 ], "where": [ - 2915 + 2961 ], "__typename": [ 85 @@ -50180,70 +50851,70 @@ export default { }, "match_clips_order_by": { "created_at": [ - 3601 + 3647 ], "download_url": [ - 3601 + 3647 ], "duration_ms": [ - 3601 + 3647 ], "file": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_demo": [ - 3107 + 3153 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "render_jobs_aggregate": [ 350 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target": [ - 4572 + 4618 ], "target_steam_id": [ - 3601 + 3647 ], "thumbnail_download_url": [ - 3601 + 3647 ], "thumbnail_url": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "user": [ - 4572 + 4618 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "visibility": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50251,7 +50922,7 @@ export default { }, "match_clips_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -50260,7 +50931,7 @@ export default { "match_clips_select_column": {}, "match_clips_set_input": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -50269,16 +50940,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -50336,25 +51007,25 @@ export default { }, "match_clips_stddev_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50388,25 +51059,25 @@ export default { }, "match_clips_stddev_pop_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50440,25 +51111,25 @@ export default { }, "match_clips_stddev_samp_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50466,7 +51137,7 @@ export default { }, "match_clips_stream_cursor_input": { "initial_value": [ - 2937 + 2983 ], "ordering": [ 394 @@ -50477,7 +51148,7 @@ export default { }, "match_clips_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -50486,16 +51157,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -50553,25 +51224,25 @@ export default { }, "match_clips_sum_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50580,13 +51251,13 @@ export default { "match_clips_update_column": {}, "match_clips_updates": { "_inc": [ - 2917 + 2963 ], "_set": [ - 2929 + 2975 ], "where": [ - 2915 + 2961 ], "__typename": [ 85 @@ -50620,25 +51291,25 @@ export default { }, "match_clips_var_pop_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50672,25 +51343,25 @@ export default { }, "match_clips_var_samp_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50724,25 +51395,25 @@ export default { }, "match_clips_variance_order_by": { "duration_ms": [ - 3601 + 3647 ], "kills_count": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "target_steam_id": [ - 3601 + 3647 ], "user_steam_id": [ - 3601 + 3647 ], "views_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50750,52 +51421,52 @@ export default { }, "match_demo_sessions": { "created_at": [ - 5196 + 5242 ], "error_message": [ 85 ], "game_server_node": [ - 2267 + 2313 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5196 + 5242 ], "last_status_at": [ - 5196 + 5242 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_demo": [ - 3081 + 3127 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "status": [ 85 ], "status_history": [ - 2392, + 2438, { "path": [ 85 @@ -50806,7 +51477,7 @@ export default { 85 ], "watcher": [ - 4559 + 4605 ], "watcher_steam_id": [ 311 @@ -50817,10 +51488,10 @@ export default { }, "match_demo_sessions_aggregate": { "aggregate": [ - 2952 + 2998 ], "nodes": [ - 2948 + 2994 ], "__typename": [ 85 @@ -50828,7 +51499,7 @@ export default { }, "match_demo_sessions_aggregate_bool_exp": { "count": [ - 2951 + 2997 ], "__typename": [ 85 @@ -50836,13 +51507,13 @@ export default { }, "match_demo_sessions_aggregate_bool_exp_count": { "arguments": [ - 2974 + 3020 ], "distinct": [ 6 ], "filter": [ - 2958 + 3004 ], "predicate": [ 42 @@ -50853,13 +51524,13 @@ export default { }, "match_demo_sessions_aggregate_fields": { "avg": [ - 2956 + 3002 ], "count": [ 41, { "columns": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "distinct": [ @@ -50868,31 +51539,31 @@ export default { } ], "max": [ - 2965 + 3011 ], "min": [ - 2967 + 3013 ], "stddev": [ - 2976 + 3022 ], "stddev_pop": [ - 2978 + 3024 ], "stddev_samp": [ - 2980 + 3026 ], "sum": [ - 2984 + 3030 ], "var_pop": [ - 2988 + 3034 ], "var_samp": [ - 2990 + 3036 ], "variance": [ - 2992 + 3038 ], "__typename": [ 85 @@ -50900,37 +51571,37 @@ export default { }, "match_demo_sessions_aggregate_order_by": { "avg": [ - 2957 + 3003 ], "count": [ - 3601 + 3647 ], "max": [ - 2966 + 3012 ], "min": [ - 2968 + 3014 ], "stddev": [ - 2977 + 3023 ], "stddev_pop": [ - 2979 + 3025 ], "stddev_samp": [ - 2981 + 3027 ], "sum": [ - 2985 + 3031 ], "var_pop": [ - 2989 + 3035 ], "var_samp": [ - 2991 + 3037 ], "variance": [ - 2993 + 3039 ], "__typename": [ 85 @@ -50938,7 +51609,7 @@ export default { }, "match_demo_sessions_append_input": { "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -50946,10 +51617,10 @@ export default { }, "match_demo_sessions_arr_rel_insert_input": { "data": [ - 2964 + 3010 ], "on_conflict": [ - 2970 + 3016 ], "__typename": [ 85 @@ -50965,7 +51636,7 @@ export default { }, "match_demo_sessions_avg_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -50973,67 +51644,67 @@ export default { }, "match_demo_sessions_bool_exp": { "_and": [ - 2958 + 3004 ], "_not": [ - 2958 + 3004 ], "_or": [ - 2958 + 3004 ], "created_at": [ - 5197 + 5243 ], "error_message": [ 87 ], "game_server_node": [ - 2279 + 2325 ], "game_server_node_id": [ 87 ], "id": [ - 6505 + 6605 ], "k8s_job_name": [ 87 ], "last_activity_at": [ - 5197 + 5243 ], "last_status_at": [ - 5197 + 5243 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_demo": [ - 3093 + 3139 ], "match_map_demo_id": [ - 6505 + 6605 ], "match_map_id": [ - 6505 + 6605 ], "status": [ 87 ], "status_history": [ - 2394 + 2440 ], "stream_url": [ 87 ], "watcher": [ - 4563 + 4609 ], "watcher_steam_id": [ 313 @@ -51077,58 +51748,58 @@ export default { }, "match_demo_sessions_insert_input": { "created_at": [ - 5196 + 5242 ], "error_message": [ 85 ], "game_server_node": [ - 2291 + 2337 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5196 + 5242 ], "last_status_at": [ - 5196 + 5242 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_demo": [ - 3105 + 3151 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "stream_url": [ 85 ], "watcher": [ - 4570 + 4616 ], "watcher_steam_id": [ 311 @@ -51139,7 +51810,7 @@ export default { }, "match_demo_sessions_max_fields": { "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -51148,25 +51819,25 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5196 + 5242 ], "last_status_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "status": [ 85 @@ -51183,43 +51854,43 @@ export default { }, "match_demo_sessions_max_order_by": { "created_at": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_activity_at": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "stream_url": [ - 3601 + 3647 ], "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51227,7 +51898,7 @@ export default { }, "match_demo_sessions_min_fields": { "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -51236,25 +51907,25 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5196 + 5242 ], "last_status_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "status": [ 85 @@ -51271,43 +51942,43 @@ export default { }, "match_demo_sessions_min_order_by": { "created_at": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_activity_at": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "stream_url": [ - 3601 + 3647 ], "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51318,7 +51989,7 @@ export default { 41 ], "returning": [ - 2948 + 2994 ], "__typename": [ 85 @@ -51326,13 +51997,13 @@ export default { }, "match_demo_sessions_on_conflict": { "constraint": [ - 2959 + 3005 ], "update_columns": [ - 2986 + 3032 ], "where": [ - 2958 + 3004 ], "__typename": [ 85 @@ -51340,61 +52011,61 @@ export default { }, "match_demo_sessions_order_by": { "created_at": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node": [ - 2293 + 2339 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_activity_at": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_demo": [ - 3107 + 3153 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "status_history": [ - 3601 + 3647 ], "stream_url": [ - 3601 + 3647 ], "watcher": [ - 4572 + 4618 ], "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51402,7 +52073,7 @@ export default { }, "match_demo_sessions_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -51410,7 +52081,7 @@ export default { }, "match_demo_sessions_prepend_input": { "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -51419,7 +52090,7 @@ export default { "match_demo_sessions_select_column": {}, "match_demo_sessions_set_input": { "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -51428,31 +52099,31 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5196 + 5242 ], "last_status_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "stream_url": [ 85 @@ -51474,7 +52145,7 @@ export default { }, "match_demo_sessions_stddev_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51490,7 +52161,7 @@ export default { }, "match_demo_sessions_stddev_pop_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51506,7 +52177,7 @@ export default { }, "match_demo_sessions_stddev_samp_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51514,7 +52185,7 @@ export default { }, "match_demo_sessions_stream_cursor_input": { "initial_value": [ - 2983 + 3029 ], "ordering": [ 394 @@ -51525,7 +52196,7 @@ export default { }, "match_demo_sessions_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "error_message": [ 85 @@ -51534,31 +52205,31 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5196 + 5242 ], "last_status_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "stream_url": [ 85 @@ -51580,7 +52251,7 @@ export default { }, "match_demo_sessions_sum_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51589,28 +52260,28 @@ export default { "match_demo_sessions_update_column": {}, "match_demo_sessions_updates": { "_append": [ - 2954 + 3000 ], "_delete_at_path": [ - 2960 + 3006 ], "_delete_elem": [ - 2961 + 3007 ], "_delete_key": [ - 2962 + 3008 ], "_inc": [ - 2963 + 3009 ], "_prepend": [ - 2973 + 3019 ], "_set": [ - 2975 + 3021 ], "where": [ - 2958 + 3004 ], "__typename": [ 85 @@ -51626,7 +52297,7 @@ export default { }, "match_demo_sessions_var_pop_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51642,7 +52313,7 @@ export default { }, "match_demo_sessions_var_samp_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51658,7 +52329,7 @@ export default { }, "match_demo_sessions_variance_order_by": { "watcher_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51675,19 +52346,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_connected": [ 6 ], "lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "party_id": [ - 6503 + 6603 ], "party_source": [ 1183 @@ -51696,7 +52367,7 @@ export default { 85 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -51707,10 +52378,10 @@ export default { }, "match_lineup_players_aggregate": { "aggregate": [ - 3000 + 3046 ], "nodes": [ - 2994 + 3040 ], "__typename": [ 85 @@ -51718,13 +52389,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp": { "bool_and": [ - 2997 + 3043 ], "bool_or": [ - 2998 + 3044 ], "count": [ - 2999 + 3045 ], "__typename": [ 85 @@ -51732,13 +52403,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_bool_and": { "arguments": [ - 3018 + 3064 ], "distinct": [ 6 ], "filter": [ - 3005 + 3051 ], "predicate": [ 7 @@ -51749,13 +52420,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_bool_or": { "arguments": [ - 3019 + 3065 ], "distinct": [ 6 ], "filter": [ - 3005 + 3051 ], "predicate": [ 7 @@ -51766,13 +52437,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_count": { "arguments": [ - 3017 + 3063 ], "distinct": [ 6 ], "filter": [ - 3005 + 3051 ], "predicate": [ 42 @@ -51783,13 +52454,13 @@ export default { }, "match_lineup_players_aggregate_fields": { "avg": [ - 3003 + 3049 ], "count": [ 41, { "columns": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "distinct": [ @@ -51798,31 +52469,31 @@ export default { } ], "max": [ - 3009 + 3055 ], "min": [ - 3011 + 3057 ], "stddev": [ - 3021 + 3067 ], "stddev_pop": [ - 3023 + 3069 ], "stddev_samp": [ - 3025 + 3071 ], "sum": [ - 3029 + 3075 ], "var_pop": [ - 3033 + 3079 ], "var_samp": [ - 3035 + 3081 ], "variance": [ - 3037 + 3083 ], "__typename": [ 85 @@ -51830,37 +52501,37 @@ export default { }, "match_lineup_players_aggregate_order_by": { "avg": [ - 3004 + 3050 ], "count": [ - 3601 + 3647 ], "max": [ - 3010 + 3056 ], "min": [ - 3012 + 3058 ], "stddev": [ - 3022 + 3068 ], "stddev_pop": [ - 3024 + 3070 ], "stddev_samp": [ - 3026 + 3072 ], "sum": [ - 3030 + 3076 ], "var_pop": [ - 3034 + 3080 ], "var_samp": [ - 3036 + 3082 ], "variance": [ - 3038 + 3084 ], "__typename": [ 85 @@ -51868,10 +52539,10 @@ export default { }, "match_lineup_players_arr_rel_insert_input": { "data": [ - 3008 + 3054 ], "on_conflict": [ - 3014 + 3060 ], "__typename": [ 85 @@ -51887,7 +52558,7 @@ export default { }, "match_lineup_players_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -51895,13 +52566,13 @@ export default { }, "match_lineup_players_bool_exp": { "_and": [ - 3005 + 3051 ], "_not": [ - 3005 + 3051 ], "_or": [ - 3005 + 3051 ], "captain": [ 7 @@ -51913,19 +52584,19 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "is_connected": [ 7 ], "lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "party_id": [ - 6505 + 6605 ], "party_source": [ 1184 @@ -51934,7 +52605,7 @@ export default { 87 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -51963,19 +52634,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_connected": [ 6 ], "lineup": [ - 3057 + 3103 ], "match_lineup_id": [ - 6503 + 6603 ], "party_id": [ - 6503 + 6603 ], "party_source": [ 1183 @@ -51984,7 +52655,7 @@ export default { 85 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 @@ -51998,13 +52669,13 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "party_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 @@ -52018,22 +52689,22 @@ export default { }, "match_lineup_players_max_order_by": { "discord_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "party_id": [ - 3601 + 3647 ], "placeholder_name": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52044,13 +52715,13 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "party_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 @@ -52064,22 +52735,22 @@ export default { }, "match_lineup_players_min_order_by": { "discord_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "party_id": [ - 3601 + 3647 ], "placeholder_name": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52090,7 +52761,7 @@ export default { 41 ], "returning": [ - 2994 + 3040 ], "__typename": [ 85 @@ -52098,13 +52769,13 @@ export default { }, "match_lineup_players_on_conflict": { "constraint": [ - 3006 + 3052 ], "update_columns": [ - 3031 + 3077 ], "where": [ - 3005 + 3051 ], "__typename": [ 85 @@ -52112,40 +52783,40 @@ export default { }, "match_lineup_players_order_by": { "captain": [ - 3601 + 3647 ], "checked_in": [ - 3601 + 3647 ], "discord_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_connected": [ - 3601 + 3647 ], "lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "party_id": [ - 3601 + 3647 ], "party_source": [ - 3601 + 3647 ], "placeholder_name": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52153,7 +52824,7 @@ export default { }, "match_lineup_players_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -52173,16 +52844,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_connected": [ 6 ], "match_lineup_id": [ - 6503 + 6603 ], "party_id": [ - 6503 + 6603 ], "party_source": [ 1183 @@ -52207,7 +52878,7 @@ export default { }, "match_lineup_players_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52223,7 +52894,7 @@ export default { }, "match_lineup_players_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52239,7 +52910,7 @@ export default { }, "match_lineup_players_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52247,7 +52918,7 @@ export default { }, "match_lineup_players_stream_cursor_input": { "initial_value": [ - 3028 + 3074 ], "ordering": [ 394 @@ -52267,16 +52938,16 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_connected": [ 6 ], "match_lineup_id": [ - 6503 + 6603 ], "party_id": [ - 6503 + 6603 ], "party_source": [ 1183 @@ -52301,7 +52972,7 @@ export default { }, "match_lineup_players_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52310,13 +52981,13 @@ export default { "match_lineup_players_update_column": {}, "match_lineup_players_updates": { "_inc": [ - 3007 + 3053 ], "_set": [ - 3020 + 3066 ], "where": [ - 3005 + 3051 ], "__typename": [ 85 @@ -52332,7 +53003,7 @@ export default { }, "match_lineup_players_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52348,7 +53019,7 @@ export default { }, "match_lineup_players_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52364,7 +53035,7 @@ export default { }, "match_lineup_players_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52381,16 +53052,16 @@ export default { 6 ], "captain": [ - 6659 + 6759 ], "coach": [ - 4559 + 4605 ], "coach_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "is_on_lineup": [ 6 @@ -52405,10 +53076,10 @@ export default { 6 ], "lineup_players": [ - 2994, + 3040, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -52418,19 +53089,19 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "lineup_players_aggregate": [ - 2995, + 3041, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -52440,25 +53111,25 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_veto_picks": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -52468,19 +53139,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_veto_picks_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -52490,11 +53161,11 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], @@ -52502,10 +53173,10 @@ export default { 85 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "team_name": [ 85 @@ -52516,10 +53187,10 @@ export default { }, "match_lineups_aggregate": { "aggregate": [ - 3043 + 3089 ], "nodes": [ - 3039 + 3085 ], "__typename": [ 85 @@ -52527,7 +53198,7 @@ export default { }, "match_lineups_aggregate_bool_exp": { "count": [ - 3042 + 3088 ], "__typename": [ 85 @@ -52535,13 +53206,13 @@ export default { }, "match_lineups_aggregate_bool_exp_count": { "arguments": [ - 3061 + 3107 ], "distinct": [ 6 ], "filter": [ - 3048 + 3094 ], "predicate": [ 42 @@ -52552,13 +53223,13 @@ export default { }, "match_lineups_aggregate_fields": { "avg": [ - 3046 + 3092 ], "count": [ 41, { "columns": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "distinct": [ @@ -52567,31 +53238,31 @@ export default { } ], "max": [ - 3052 + 3098 ], "min": [ - 3054 + 3100 ], "stddev": [ - 3063 + 3109 ], "stddev_pop": [ - 3065 + 3111 ], "stddev_samp": [ - 3067 + 3113 ], "sum": [ - 3071 + 3117 ], "var_pop": [ - 3075 + 3121 ], "var_samp": [ - 3077 + 3123 ], "variance": [ - 3079 + 3125 ], "__typename": [ 85 @@ -52599,37 +53270,37 @@ export default { }, "match_lineups_aggregate_order_by": { "avg": [ - 3047 + 3093 ], "count": [ - 3601 + 3647 ], "max": [ - 3053 + 3099 ], "min": [ - 3055 + 3101 ], "stddev": [ - 3064 + 3110 ], "stddev_pop": [ - 3066 + 3112 ], "stddev_samp": [ - 3068 + 3114 ], "sum": [ - 3072 + 3118 ], "var_pop": [ - 3076 + 3122 ], "var_samp": [ - 3078 + 3124 ], "variance": [ - 3080 + 3126 ], "__typename": [ 85 @@ -52637,10 +53308,10 @@ export default { }, "match_lineups_arr_rel_insert_input": { "data": [ - 3051 + 3097 ], "on_conflict": [ - 3058 + 3104 ], "__typename": [ 85 @@ -52656,7 +53327,7 @@ export default { }, "match_lineups_avg_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52664,13 +53335,13 @@ export default { }, "match_lineups_bool_exp": { "_and": [ - 3048 + 3094 ], "_not": [ - 3048 + 3094 ], "_or": [ - 3048 + 3094 ], "can_pick_map_veto": [ 7 @@ -52682,16 +53353,16 @@ export default { 7 ], "captain": [ - 6663 + 6763 ], "coach": [ - 4563 + 4609 ], "coach_steam_id": [ 313 ], "id": [ - 6505 + 6605 ], "is_on_lineup": [ 7 @@ -52706,31 +53377,31 @@ export default { 7 ], "lineup_players": [ - 3005 + 3051 ], "lineup_players_aggregate": [ - 2996 + 3042 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_veto_picks": [ - 3182 + 3228 ], "match_veto_picks_aggregate": [ - 3175 + 3221 ], "name": [ 87 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "team_name": [ 87 @@ -52750,34 +53421,34 @@ export default { }, "match_lineups_insert_input": { "captain": [ - 6669 + 6769 ], "coach": [ - 4570 + 4616 ], "coach_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "lineup_players": [ - 3002 + 3048 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_veto_picks": [ - 3181 + 3227 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "team_name": [ 85 @@ -52791,16 +53462,16 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "name": [ 85 ], "team_id": [ - 6503 + 6603 ], "team_name": [ 85 @@ -52811,19 +53482,19 @@ export default { }, "match_lineups_max_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "team_name": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52834,16 +53505,16 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "name": [ 85 ], "team_id": [ - 6503 + 6603 ], "team_name": [ 85 @@ -52854,19 +53525,19 @@ export default { }, "match_lineups_min_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "team_name": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52877,7 +53548,7 @@ export default { 41 ], "returning": [ - 3039 + 3085 ], "__typename": [ 85 @@ -52885,10 +53556,10 @@ export default { }, "match_lineups_obj_rel_insert_input": { "data": [ - 3051 + 3097 ], "on_conflict": [ - 3058 + 3104 ], "__typename": [ 85 @@ -52896,13 +53567,13 @@ export default { }, "match_lineups_on_conflict": { "constraint": [ - 3049 + 3095 ], "update_columns": [ - 3073 + 3119 ], "where": [ - 3048 + 3094 ], "__typename": [ 85 @@ -52910,61 +53581,61 @@ export default { }, "match_lineups_order_by": { "can_pick_map_veto": [ - 3601 + 3647 ], "can_pick_region_veto": [ - 3601 + 3647 ], "can_update_lineup": [ - 3601 + 3647 ], "captain": [ - 6670 + 6770 ], "coach": [ - 4572 + 4618 ], "coach_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_on_lineup": [ - 3601 + 3647 ], "is_picking_map_veto": [ - 3601 + 3647 ], "is_picking_region_veto": [ - 3601 + 3647 ], "is_ready": [ - 3601 + 3647 ], "lineup_players_aggregate": [ - 3001 + 3047 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_veto_picks_aggregate": [ - 3180 + 3226 ], "name": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "team_name": [ - 3601 + 3647 ], "__typename": [ 85 @@ -52972,7 +53643,7 @@ export default { }, "match_lineups_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -52984,13 +53655,13 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "team_name": [ 85 @@ -53009,7 +53680,7 @@ export default { }, "match_lineups_stddev_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53025,7 +53696,7 @@ export default { }, "match_lineups_stddev_pop_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53041,7 +53712,7 @@ export default { }, "match_lineups_stddev_samp_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53049,7 +53720,7 @@ export default { }, "match_lineups_stream_cursor_input": { "initial_value": [ - 3070 + 3116 ], "ordering": [ 394 @@ -53063,13 +53734,13 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "team_name": [ 85 @@ -53088,7 +53759,7 @@ export default { }, "match_lineups_sum_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53097,13 +53768,13 @@ export default { "match_lineups_update_column": {}, "match_lineups_updates": { "_inc": [ - 3050 + 3096 ], "_set": [ - 3062 + 3108 ], "where": [ - 3048 + 3094 ], "__typename": [ 85 @@ -53119,7 +53790,7 @@ export default { }, "match_lineups_var_pop_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53135,7 +53806,7 @@ export default { }, "match_lineups_var_samp_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53151,7 +53822,7 @@ export default { }, "match_lineups_variance_order_by": { "coach_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53159,7 +53830,7 @@ export default { }, "match_map_demos": { "bombs": [ - 2392, + 2438, { "path": [ 85 @@ -53211,16 +53882,16 @@ export default { } ], "created_at": [ - 5196 + 5242 ], "cs2_build": [ 85 ], "demo_sessions": [ - 2948, + 2994, { "distinct_on": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -53230,19 +53901,19 @@ export default { 41 ], "order_by": [ - 2971, + 3017, "[match_demo_sessions_order_by!]" ], "where": [ - 2958 + 3004 ] } ], "demo_sessions_aggregate": [ - 2949, + 2995, { "distinct_on": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -53252,11 +53923,11 @@ export default { 41 ], "order_by": [ - 2971, + 3017, "[match_demo_sessions_order_by!]" ], "where": [ - 2958 + 3004 ] } ], @@ -53273,10 +53944,10 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "kills": [ - 2392, + 2438, { "path": [ 85 @@ -53287,13 +53958,13 @@ export default { 85 ], "match": [ - 3385 + 3431 ], "match_clips": [ - 2906, + 2952, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -53303,19 +53974,19 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_aggregate": [ - 2907, + 2953, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -53325,25 +53996,25 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "metadata_parsed_at": [ - 5196 + 5242 ], "parser_version": [ 41 @@ -53361,7 +54032,7 @@ export default { 41 ], "players": [ - 2392, + 2438, { "path": [ 85 @@ -53369,7 +54040,7 @@ export default { } ], "round_ticks": [ - 2392, + 2438, { "path": [ 85 @@ -53394,10 +54065,10 @@ export default { }, "match_map_demos_aggregate": { "aggregate": [ - 3087 + 3133 ], "nodes": [ - 3081 + 3127 ], "__typename": [ 85 @@ -53405,13 +54076,13 @@ export default { }, "match_map_demos_aggregate_bool_exp": { "bool_and": [ - 3084 + 3130 ], "bool_or": [ - 3085 + 3131 ], "count": [ - 3086 + 3132 ], "__typename": [ 85 @@ -53419,13 +54090,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_bool_and": { "arguments": [ - 3111 + 3157 ], "distinct": [ 6 ], "filter": [ - 3093 + 3139 ], "predicate": [ 7 @@ -53436,13 +54107,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_bool_or": { "arguments": [ - 3112 + 3158 ], "distinct": [ 6 ], "filter": [ - 3093 + 3139 ], "predicate": [ 7 @@ -53453,13 +54124,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_count": { "arguments": [ - 3110 + 3156 ], "distinct": [ 6 ], "filter": [ - 3093 + 3139 ], "predicate": [ 42 @@ -53470,13 +54141,13 @@ export default { }, "match_map_demos_aggregate_fields": { "avg": [ - 3091 + 3137 ], "count": [ 41, { "columns": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "distinct": [ @@ -53485,31 +54156,31 @@ export default { } ], "max": [ - 3100 + 3146 ], "min": [ - 3102 + 3148 ], "stddev": [ - 3114 + 3160 ], "stddev_pop": [ - 3116 + 3162 ], "stddev_samp": [ - 3118 + 3164 ], "sum": [ - 3122 + 3168 ], "var_pop": [ - 3126 + 3172 ], "var_samp": [ - 3128 + 3174 ], "variance": [ - 3130 + 3176 ], "__typename": [ 85 @@ -53517,37 +54188,37 @@ export default { }, "match_map_demos_aggregate_order_by": { "avg": [ - 3092 + 3138 ], "count": [ - 3601 + 3647 ], "max": [ - 3101 + 3147 ], "min": [ - 3103 + 3149 ], "stddev": [ - 3115 + 3161 ], "stddev_pop": [ - 3117 + 3163 ], "stddev_samp": [ - 3119 + 3165 ], "sum": [ - 3123 + 3169 ], "var_pop": [ - 3127 + 3173 ], "var_samp": [ - 3129 + 3175 ], "variance": [ - 3131 + 3177 ], "__typename": [ 85 @@ -53555,16 +54226,16 @@ export default { }, "match_map_demos_append_input": { "bombs": [ - 2392 + 2438 ], "kills": [ - 2392 + 2438 ], "players": [ - 2392 + 2438 ], "round_ticks": [ - 2392 + 2438 ], "__typename": [ 85 @@ -53572,10 +54243,10 @@ export default { }, "match_map_demos_arr_rel_insert_input": { "data": [ - 3099 + 3145 ], "on_conflict": [ - 3106 + 3152 ], "__typename": [ 85 @@ -53609,25 +54280,25 @@ export default { }, "match_map_demos_avg_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -53635,16 +54306,16 @@ export default { }, "match_map_demos_bool_exp": { "_and": [ - 3093 + 3139 ], "_not": [ - 3093 + 3139 ], "_or": [ - 3093 + 3139 ], "bombs": [ - 2394 + 2440 ], "clip_render_jobs": [ 355 @@ -53653,16 +54324,16 @@ export default { 345 ], "created_at": [ - 5197 + 5243 ], "cs2_build": [ 87 ], "demo_sessions": [ - 2958 + 3004 ], "demo_sessions_aggregate": [ - 2950 + 2996 ], "download_url": [ 87 @@ -53677,34 +54348,34 @@ export default { 7 ], "id": [ - 6505 + 6605 ], "kills": [ - 2394 + 2440 ], "map_name": [ 87 ], "match": [ - 3396 + 3442 ], "match_clips": [ - 2915 + 2961 ], "match_clips_aggregate": [ - 2908 + 2954 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "metadata_parsed_at": [ - 5197 + 5243 ], "parser_version": [ 42 @@ -53722,10 +54393,10 @@ export default { 42 ], "players": [ - 2394 + 2440 ], "round_ticks": [ - 2394 + 2440 ], "size": [ 42 @@ -53820,19 +54491,19 @@ export default { }, "match_map_demos_insert_input": { "bombs": [ - 2392 + 2438 ], "clip_render_jobs": [ 352 ], "created_at": [ - 5196 + 5242 ], "cs2_build": [ 85 ], "demo_sessions": [ - 2955 + 3001 ], "file": [ 85 @@ -53841,31 +54512,31 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "kills": [ - 2392 + 2438 ], "map_name": [ 85 ], "match": [ - 3405 + 3451 ], "match_clips": [ - 2912 + 2958 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "metadata_parsed_at": [ - 5196 + 5242 ], "parser_version": [ 41 @@ -53880,10 +54551,10 @@ export default { 41 ], "players": [ - 2392 + 2438 ], "round_ticks": [ - 2392 + 2438 ], "size": [ 41 @@ -53903,7 +54574,7 @@ export default { }, "match_map_demos_max_fields": { "created_at": [ - 5196 + 5242 ], "cs2_build": [ 85 @@ -53918,19 +54589,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "metadata_parsed_at": [ - 5196 + 5242 ], "parser_version": [ 41 @@ -53965,55 +54636,55 @@ export default { }, "match_map_demos_max_order_by": { "created_at": [ - 3601 + 3647 ], "cs2_build": [ - 3601 + 3647 ], "duration_seconds": [ - 3601 + 3647 ], "file": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "metadata_parsed_at": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_file": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "workshop_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54021,7 +54692,7 @@ export default { }, "match_map_demos_min_fields": { "created_at": [ - 5196 + 5242 ], "cs2_build": [ 85 @@ -54036,19 +54707,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "metadata_parsed_at": [ - 5196 + 5242 ], "parser_version": [ 41 @@ -54083,55 +54754,55 @@ export default { }, "match_map_demos_min_order_by": { "created_at": [ - 3601 + 3647 ], "cs2_build": [ - 3601 + 3647 ], "duration_seconds": [ - 3601 + 3647 ], "file": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "metadata_parsed_at": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_file": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "workshop_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54142,7 +54813,7 @@ export default { 41 ], "returning": [ - 3081 + 3127 ], "__typename": [ 85 @@ -54150,10 +54821,10 @@ export default { }, "match_map_demos_obj_rel_insert_input": { "data": [ - 3099 + 3145 ], "on_conflict": [ - 3106 + 3152 ], "__typename": [ 85 @@ -54161,13 +54832,13 @@ export default { }, "match_map_demos_on_conflict": { "constraint": [ - 3094 + 3140 ], "update_columns": [ - 3124 + 3170 ], "where": [ - 3093 + 3139 ], "__typename": [ 85 @@ -54175,91 +54846,91 @@ export default { }, "match_map_demos_order_by": { "bombs": [ - 3601 + 3647 ], "clip_render_jobs_aggregate": [ 350 ], "created_at": [ - 3601 + 3647 ], "cs2_build": [ - 3601 + 3647 ], "demo_sessions_aggregate": [ - 2953 + 2999 ], "download_url": [ - 3601 + 3647 ], "duration_seconds": [ - 3601 + 3647 ], "file": [ - 3601 + 3647 ], "geometry_validated": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_clips_aggregate": [ - 2911 + 2957 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "metadata_parsed_at": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_file": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_url": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "players": [ - 3601 + 3647 ], "round_ticks": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "workshop_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54267,7 +54938,7 @@ export default { }, "match_map_demos_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -54275,16 +54946,16 @@ export default { }, "match_map_demos_prepend_input": { "bombs": [ - 2392 + 2438 ], "kills": [ - 2392 + 2438 ], "players": [ - 2392 + 2438 ], "round_ticks": [ - 2392 + 2438 ], "__typename": [ 85 @@ -54295,10 +54966,10 @@ export default { "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_map_demos_set_input": { "bombs": [ - 2392 + 2438 ], "created_at": [ - 5196 + 5242 ], "cs2_build": [ 85 @@ -54310,22 +54981,22 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "kills": [ - 2392 + 2438 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "metadata_parsed_at": [ - 5196 + 5242 ], "parser_version": [ 41 @@ -54340,10 +55011,10 @@ export default { 41 ], "players": [ - 2392 + 2438 ], "round_ticks": [ - 2392 + 2438 ], "size": [ 41 @@ -54389,25 +55060,25 @@ export default { }, "match_map_demos_stddev_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54441,25 +55112,25 @@ export default { }, "match_map_demos_stddev_pop_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54493,25 +55164,25 @@ export default { }, "match_map_demos_stddev_samp_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54519,7 +55190,7 @@ export default { }, "match_map_demos_stream_cursor_input": { "initial_value": [ - 3121 + 3167 ], "ordering": [ 394 @@ -54530,10 +55201,10 @@ export default { }, "match_map_demos_stream_cursor_value_input": { "bombs": [ - 2392 + 2438 ], "created_at": [ - 5196 + 5242 ], "cs2_build": [ 85 @@ -54548,22 +55219,22 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "kills": [ - 2392 + 2438 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "metadata_parsed_at": [ - 5196 + 5242 ], "parser_version": [ 41 @@ -54578,10 +55249,10 @@ export default { 41 ], "players": [ - 2392 + 2438 ], "round_ticks": [ - 2392 + 2438 ], "size": [ 41 @@ -54627,25 +55298,25 @@ export default { }, "match_map_demos_sum_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54654,28 +55325,28 @@ export default { "match_map_demos_update_column": {}, "match_map_demos_updates": { "_append": [ - 3089 + 3135 ], "_delete_at_path": [ - 3095 + 3141 ], "_delete_elem": [ - 3096 + 3142 ], "_delete_key": [ - 3097 + 3143 ], "_inc": [ - 3098 + 3144 ], "_prepend": [ - 3109 + 3155 ], "_set": [ - 3113 + 3159 ], "where": [ - 3093 + 3139 ], "__typename": [ 85 @@ -54709,25 +55380,25 @@ export default { }, "match_map_demos_var_pop_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54761,25 +55432,25 @@ export default { }, "match_map_demos_var_samp_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54813,25 +55484,25 @@ export default { }, "match_map_demos_variance_order_by": { "duration_seconds": [ - 3601 + 3647 ], "parser_version": [ - 3601 + 3647 ], "playback_size": [ - 3601 + 3647 ], "playback_version": [ - 3601 + 3647 ], "size": [ - 3601 + 3647 ], "tick_rate": [ - 3601 + 3647 ], "total_ticks": [ - 3601 + 3647 ], "__typename": [ 85 @@ -54839,10 +55510,10 @@ export default { }, "match_map_rounds": { "assists": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -54852,19 +55523,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "assists_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -54874,11 +55545,11 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], @@ -54886,22 +55557,22 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "has_backup_file": [ 6 ], "id": [ - 6503 + 6603 ], "kills": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -54911,19 +55582,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "kills_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -54933,11 +55604,11 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], @@ -54948,7 +55619,7 @@ export default { 41 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 @@ -54960,25 +55631,25 @@ export default { 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "winning_reason": [ - 1772 + 1818 ], "winning_side": [ 85 @@ -54989,10 +55660,10 @@ export default { }, "match_map_rounds_aggregate": { "aggregate": [ - 3136 + 3182 ], "nodes": [ - 3132 + 3178 ], "__typename": [ 85 @@ -55000,7 +55671,7 @@ export default { }, "match_map_rounds_aggregate_bool_exp": { "count": [ - 3135 + 3181 ], "__typename": [ 85 @@ -55008,13 +55679,13 @@ export default { }, "match_map_rounds_aggregate_bool_exp_count": { "arguments": [ - 3153 + 3199 ], "distinct": [ 6 ], "filter": [ - 3141 + 3187 ], "predicate": [ 42 @@ -55025,13 +55696,13 @@ export default { }, "match_map_rounds_aggregate_fields": { "avg": [ - 3139 + 3185 ], "count": [ 41, { "columns": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "distinct": [ @@ -55040,31 +55711,31 @@ export default { } ], "max": [ - 3145 + 3191 ], "min": [ - 3147 + 3193 ], "stddev": [ - 3155 + 3201 ], "stddev_pop": [ - 3157 + 3203 ], "stddev_samp": [ - 3159 + 3205 ], "sum": [ - 3163 + 3209 ], "var_pop": [ - 3167 + 3213 ], "var_samp": [ - 3169 + 3215 ], "variance": [ - 3171 + 3217 ], "__typename": [ 85 @@ -55072,37 +55743,37 @@ export default { }, "match_map_rounds_aggregate_order_by": { "avg": [ - 3140 + 3186 ], "count": [ - 3601 + 3647 ], "max": [ - 3146 + 3192 ], "min": [ - 3148 + 3194 ], "stddev": [ - 3156 + 3202 ], "stddev_pop": [ - 3158 + 3204 ], "stddev_samp": [ - 3160 + 3206 ], "sum": [ - 3164 + 3210 ], "var_pop": [ - 3168 + 3214 ], "var_samp": [ - 3170 + 3216 ], "variance": [ - 3172 + 3218 ], "__typename": [ 85 @@ -55110,10 +55781,10 @@ export default { }, "match_map_rounds_arr_rel_insert_input": { "data": [ - 3144 + 3190 ], "on_conflict": [ - 3150 + 3196 ], "__typename": [ 85 @@ -55147,25 +55818,25 @@ export default { }, "match_map_rounds_avg_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55173,40 +55844,40 @@ export default { }, "match_map_rounds_bool_exp": { "_and": [ - 3141 + 3187 ], "_not": [ - 3141 + 3187 ], "_or": [ - 3141 + 3187 ], "assists": [ - 3750 + 3796 ], "assists_aggregate": [ - 3741 + 3787 ], "backup_file": [ 87 ], "created_at": [ - 5197 + 5243 ], "deleted_at": [ - 5197 + 5243 ], "has_backup_file": [ 7 ], "id": [ - 6505 + 6605 ], "kills": [ - 3967 + 4013 ], "kills_aggregate": [ - 3958 + 4004 ], "lineup_1_money": [ 42 @@ -55215,7 +55886,7 @@ export default { 42 ], "lineup_1_side": [ - 1407 + 1453 ], "lineup_1_timeouts_available": [ 42 @@ -55227,25 +55898,25 @@ export default { 42 ], "lineup_2_side": [ - 1407 + 1453 ], "lineup_2_timeouts_available": [ 42 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "round": [ 42 ], "time": [ - 5197 + 5243 ], "winning_reason": [ - 1773 + 1819 ], "winning_side": [ 87 @@ -55283,22 +55954,22 @@ export default { }, "match_map_rounds_insert_input": { "assists": [ - 3747 + 3793 ], "backup_file": [ 85 ], "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "kills": [ - 3964 + 4010 ], "lineup_1_money": [ 41 @@ -55307,7 +55978,7 @@ export default { 41 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 @@ -55319,25 +55990,25 @@ export default { 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "winning_reason": [ - 1772 + 1818 ], "winning_side": [ 85 @@ -55351,13 +56022,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "lineup_1_money": [ 41 @@ -55378,13 +56049,13 @@ export default { 41 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "winning_side": [ 85 @@ -55395,46 +56066,46 @@ export default { }, "match_map_rounds_max_order_by": { "backup_file": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "winning_side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55445,13 +56116,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "lineup_1_money": [ 41 @@ -55472,13 +56143,13 @@ export default { 41 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "winning_side": [ 85 @@ -55489,46 +56160,46 @@ export default { }, "match_map_rounds_min_order_by": { "backup_file": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "winning_side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55539,7 +56210,7 @@ export default { 41 ], "returning": [ - 3132 + 3178 ], "__typename": [ 85 @@ -55547,13 +56218,13 @@ export default { }, "match_map_rounds_on_conflict": { "constraint": [ - 3142 + 3188 ], "update_columns": [ - 3165 + 3211 ], "where": [ - 3141 + 3187 ], "__typename": [ 85 @@ -55561,67 +56232,67 @@ export default { }, "match_map_rounds_order_by": { "assists_aggregate": [ - 3746 + 3792 ], "backup_file": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "has_backup_file": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "kills_aggregate": [ - 3963 + 4009 ], "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_side": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_side": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "winning_reason": [ - 3601 + 3647 ], "winning_side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55629,7 +56300,7 @@ export default { }, "match_map_rounds_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -55641,13 +56312,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "lineup_1_money": [ 41 @@ -55656,7 +56327,7 @@ export default { 41 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 @@ -55668,22 +56339,22 @@ export default { 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "winning_reason": [ - 1772 + 1818 ], "winning_side": [ 85 @@ -55720,25 +56391,25 @@ export default { }, "match_map_rounds_stddev_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55772,25 +56443,25 @@ export default { }, "match_map_rounds_stddev_pop_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55824,25 +56495,25 @@ export default { }, "match_map_rounds_stddev_samp_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55850,7 +56521,7 @@ export default { }, "match_map_rounds_stream_cursor_input": { "initial_value": [ - 3162 + 3208 ], "ordering": [ 394 @@ -55864,13 +56535,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "lineup_1_money": [ 41 @@ -55879,7 +56550,7 @@ export default { 41 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 @@ -55891,22 +56562,22 @@ export default { 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "winning_reason": [ - 1772 + 1818 ], "winning_side": [ 85 @@ -55943,25 +56614,25 @@ export default { }, "match_map_rounds_sum_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -55970,13 +56641,13 @@ export default { "match_map_rounds_update_column": {}, "match_map_rounds_updates": { "_inc": [ - 3143 + 3189 ], "_set": [ - 3154 + 3200 ], "where": [ - 3141 + 3187 ], "__typename": [ 85 @@ -56010,25 +56681,25 @@ export default { }, "match_map_rounds_var_pop_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -56062,25 +56733,25 @@ export default { }, "match_map_rounds_var_samp_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -56114,25 +56785,25 @@ export default { }, "match_map_rounds_variance_order_by": { "lineup_1_money": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_money": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -56143,34 +56814,34 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "map": [ - 2877 + 2923 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "side": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -56178,10 +56849,10 @@ export default { }, "match_map_veto_picks_aggregate": { "aggregate": [ - 3179 + 3225 ], "nodes": [ - 3173 + 3219 ], "__typename": [ 85 @@ -56189,13 +56860,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp": { "bool_and": [ - 3176 + 3222 ], "bool_or": [ - 3177 + 3223 ], "count": [ - 3178 + 3224 ], "__typename": [ 85 @@ -56203,13 +56874,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 3194 + 3240 ], "distinct": [ 6 ], "filter": [ - 3182 + 3228 ], "predicate": [ 7 @@ -56220,13 +56891,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 3195 + 3241 ], "distinct": [ 6 ], "filter": [ - 3182 + 3228 ], "predicate": [ 7 @@ -56237,13 +56908,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 3193 + 3239 ], "distinct": [ 6 ], "filter": [ - 3182 + 3228 ], "predicate": [ 42 @@ -56257,7 +56928,7 @@ export default { 41, { "columns": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "distinct": [ @@ -56266,10 +56937,10 @@ export default { } ], "max": [ - 3185 + 3231 ], "min": [ - 3187 + 3233 ], "__typename": [ 85 @@ -56277,13 +56948,13 @@ export default { }, "match_map_veto_picks_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 3186 + 3232 ], "min": [ - 3188 + 3234 ], "__typename": [ 85 @@ -56291,10 +56962,10 @@ export default { }, "match_map_veto_picks_arr_rel_insert_input": { "data": [ - 3184 + 3230 ], "on_conflict": [ - 3190 + 3236 ], "__typename": [ 85 @@ -56302,46 +56973,46 @@ export default { }, "match_map_veto_picks_bool_exp": { "_and": [ - 3182 + 3228 ], "_not": [ - 3182 + 3228 ], "_or": [ - 3182 + 3228 ], "auto_picked": [ 7 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "map": [ - 2886 + 2932 ], "map_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "side": [ 87 ], "type": [ - 1753 + 1799 ], "__typename": [ 85 @@ -56353,34 +57024,34 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "map": [ - 2894 + 2940 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3057 + 3103 ], "match_lineup_id": [ - 6503 + 6603 ], "side": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -56388,19 +57059,19 @@ export default { }, "match_map_veto_picks_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "side": [ 85 @@ -56411,22 +57082,22 @@ export default { }, "match_map_veto_picks_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -56434,19 +57105,19 @@ export default { }, "match_map_veto_picks_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "side": [ 85 @@ -56457,22 +57128,22 @@ export default { }, "match_map_veto_picks_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -56483,7 +57154,7 @@ export default { 41 ], "returning": [ - 3173 + 3219 ], "__typename": [ 85 @@ -56491,13 +57162,13 @@ export default { }, "match_map_veto_picks_on_conflict": { "constraint": [ - 3183 + 3229 ], "update_columns": [ - 3199 + 3245 ], "where": [ - 3182 + 3228 ], "__typename": [ 85 @@ -56505,37 +57176,37 @@ export default { }, "match_map_veto_picks_order_by": { "auto_picked": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map": [ - 2896 + 2942 ], "map_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -56543,7 +57214,7 @@ export default { }, "match_map_veto_picks_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -56557,25 +57228,25 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "side": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -56583,7 +57254,7 @@ export default { }, "match_map_veto_picks_stream_cursor_input": { "initial_value": [ - 3198 + 3244 ], "ordering": [ 394 @@ -56597,25 +57268,25 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "side": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -56624,10 +57295,10 @@ export default { "match_map_veto_picks_update_column": {}, "match_map_veto_picks_updates": { "_set": [ - 3196 + 3242 ], "where": [ - 3182 + 3228 ], "__typename": [ 85 @@ -56638,16 +57309,16 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "demo_processing_started_at": [ - 5196 + 5242 ], "demos": [ - 3081, + 3127, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -56657,19 +57328,19 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], "demos_aggregate": [ - 3082, + 3128, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -56679,11 +57350,11 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], @@ -56697,13 +57368,13 @@ export default { 1137 ], "ended_at": [ - 5196 + 5242 ], "flashes": [ - 3911, + 3957, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -56713,19 +57384,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "flashes_aggregate": [ - 3912, + 3958, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -56735,28 +57406,28 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "id": [ - 6503 + 6603 ], "is_current_map": [ 6 ], "latest_clip_at": [ - 5196 + 5242 ], "lineup_1_score": [ 41 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 @@ -56765,25 +57436,25 @@ export default { 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "map": [ - 2877 + 2923 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_clips": [ - 2906, + 2952, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -56793,19 +57464,19 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_aggregate": [ - 2907, + 2953, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -56815,22 +57486,22 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_id": [ - 6503 + 6603 ], "objectives": [ - 4157, + 4203, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -56840,19 +57511,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "objectives_aggregate": [ - 4158, + 4204, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -56862,11 +57533,11 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], @@ -56874,10 +57545,10 @@ export default { 41 ], "player_assists": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -56887,19 +57558,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_assists_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -56909,19 +57580,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_damages": [ - 3802, + 3848, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -56931,19 +57602,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_damages_aggregate": [ - 3803, + 3849, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -56953,19 +57624,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_kills": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -56975,19 +57646,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_kills_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -56997,19 +57668,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_unused_utilities": [ - 4444, + 4490, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -57019,19 +57690,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utilities_aggregate": [ - 4445, + 4491, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -57041,11 +57712,11 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], @@ -57053,13 +57724,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5196 + 5242 ], "rounds": [ - 3132, + 3178, { "distinct_on": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "limit": [ @@ -57069,19 +57740,19 @@ export default { 41 ], "order_by": [ - 3151, + 3197, "[match_map_rounds_order_by!]" ], "where": [ - 3141 + 3187 ] } ], "rounds_aggregate": [ - 3133, + 3179, { "distinct_on": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "limit": [ @@ -57091,25 +57762,25 @@ export default { 41 ], "order_by": [ - 3151, + 3197, "[match_map_rounds_order_by!]" ], "where": [ - 3141 + 3187 ] } ], "started_at": [ - 5196 + 5242 ], "status": [ 1142 ], "utility": [ - 4485, + 4531, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -57119,19 +57790,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "utility_aggregate": [ - 4486, + 4532, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -57141,19 +57812,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "vetos": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -57163,19 +57834,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "vetos_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -57185,16 +57856,16 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -57202,10 +57873,10 @@ export default { }, "match_maps_aggregate": { "aggregate": [ - 3205 + 3251 ], "nodes": [ - 3201 + 3247 ], "__typename": [ 85 @@ -57213,7 +57884,7 @@ export default { }, "match_maps_aggregate_bool_exp": { "count": [ - 3204 + 3250 ], "__typename": [ 85 @@ -57221,13 +57892,13 @@ export default { }, "match_maps_aggregate_bool_exp_count": { "arguments": [ - 3223 + 3269 ], "distinct": [ 6 ], "filter": [ - 3210 + 3256 ], "predicate": [ 42 @@ -57238,13 +57909,13 @@ export default { }, "match_maps_aggregate_fields": { "avg": [ - 3208 + 3254 ], "count": [ 41, { "columns": [ - 3223, + 3269, "[match_maps_select_column!]" ], "distinct": [ @@ -57253,31 +57924,31 @@ export default { } ], "max": [ - 3214 + 3260 ], "min": [ - 3216 + 3262 ], "stddev": [ - 3225 + 3271 ], "stddev_pop": [ - 3227 + 3273 ], "stddev_samp": [ - 3229 + 3275 ], "sum": [ - 3233 + 3279 ], "var_pop": [ - 3237 + 3283 ], "var_samp": [ - 3239 + 3285 ], "variance": [ - 3241 + 3287 ], "__typename": [ 85 @@ -57285,37 +57956,37 @@ export default { }, "match_maps_aggregate_order_by": { "avg": [ - 3209 + 3255 ], "count": [ - 3601 + 3647 ], "max": [ - 3215 + 3261 ], "min": [ - 3217 + 3263 ], "stddev": [ - 3226 + 3272 ], "stddev_pop": [ - 3228 + 3274 ], "stddev_samp": [ - 3230 + 3276 ], "sum": [ - 3234 + 3280 ], "var_pop": [ - 3238 + 3284 ], "var_samp": [ - 3240 + 3286 ], "variance": [ - 3242 + 3288 ], "__typename": [ 85 @@ -57323,10 +57994,10 @@ export default { }, "match_maps_arr_rel_insert_input": { "data": [ - 3213 + 3259 ], "on_conflict": [ - 3220 + 3266 ], "__typename": [ 85 @@ -57363,19 +58034,19 @@ export default { }, "match_maps_avg_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -57383,28 +58054,28 @@ export default { }, "match_maps_bool_exp": { "_and": [ - 3210 + 3256 ], "_not": [ - 3210 + 3256 ], "_or": [ - 3210 + 3256 ], "clips_count": [ 42 ], "created_at": [ - 5197 + 5243 ], "demo_processing_started_at": [ - 5197 + 5243 ], "demos": [ - 3093 + 3139 ], "demos_aggregate": [ - 3083 + 3129 ], "demos_download_url": [ 87 @@ -57416,28 +58087,28 @@ export default { 1140 ], "ended_at": [ - 5197 + 5243 ], "flashes": [ - 3922 + 3968 ], "flashes_aggregate": [ - 3913 + 3959 ], "id": [ - 6505 + 6605 ], "is_current_map": [ 7 ], "latest_clip_at": [ - 5197 + 5243 ], "lineup_1_score": [ 42 ], "lineup_1_side": [ - 1407 + 1453 ], "lineup_1_timeouts_available": [ 42 @@ -57446,94 +58117,94 @@ export default { 42 ], "lineup_2_side": [ - 1407 + 1453 ], "lineup_2_timeouts_available": [ 42 ], "map": [ - 2886 + 2932 ], "map_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_clips": [ - 2915 + 2961 ], "match_clips_aggregate": [ - 2908 + 2954 ], "match_id": [ - 6505 + 6605 ], "objectives": [ - 4166 + 4212 ], "objectives_aggregate": [ - 4159 + 4205 ], "order": [ 42 ], "player_assists": [ - 3750 + 3796 ], "player_assists_aggregate": [ - 3741 + 3787 ], "player_damages": [ - 3811 + 3857 ], "player_damages_aggregate": [ - 3804 + 3850 ], "player_kills": [ - 3967 + 4013 ], "player_kills_aggregate": [ - 3958 + 4004 ], "player_unused_utilities": [ - 4453 + 4499 ], "player_unused_utilities_aggregate": [ - 4446 + 4492 ], "public_clips_count": [ 42 ], "public_latest_clip_at": [ - 5197 + 5243 ], "rounds": [ - 3141 + 3187 ], "rounds_aggregate": [ - 3134 + 3180 ], "started_at": [ - 5197 + 5243 ], "status": [ 1143 ], "utility": [ - 4494 + 4540 ], "utility_aggregate": [ - 4487 + 4533 ], "vetos": [ - 3182 + 3228 ], "vetos_aggregate": [ - 3175 + 3221 ], "winning_lineup_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -57565,97 +58236,97 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "demo_processing_started_at": [ - 5196 + 5242 ], "demos": [ - 3090 + 3136 ], "e_match_map_status": [ 1148 ], "ended_at": [ - 5196 + 5242 ], "flashes": [ - 3919 + 3965 ], "id": [ - 6503 + 6603 ], "latest_clip_at": [ - 5196 + 5242 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "map": [ - 2894 + 2940 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_clips": [ - 2912 + 2958 ], "match_id": [ - 6503 + 6603 ], "objectives": [ - 4163 + 4209 ], "order": [ 41 ], "player_assists": [ - 3747 + 3793 ], "player_damages": [ - 3808 + 3854 ], "player_kills": [ - 3964 + 4010 ], "player_unused_utilities": [ - 4450 + 4496 ], "public_clips_count": [ 41 ], "public_latest_clip_at": [ - 5196 + 5242 ], "rounds": [ - 3138 + 3184 ], "started_at": [ - 5196 + 5242 ], "status": [ 1142 ], "utility": [ - 4491 + 4537 ], "vetos": [ - 3181 + 3227 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -57666,10 +58337,10 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "demo_processing_started_at": [ - 5196 + 5242 ], "demos_download_url": [ 85 @@ -57678,13 +58349,13 @@ export default { 41 ], "ended_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "latest_clip_at": [ - 5196 + 5242 ], "lineup_1_score": [ 41 @@ -57699,10 +58370,10 @@ export default { 41 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "order": [ 41 @@ -57711,13 +58382,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5196 + 5242 ], "started_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -57725,49 +58396,49 @@ export default { }, "match_maps_max_order_by": { "clips_count": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "demo_processing_started_at": [ - 3601 + 3647 ], "ended_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "latest_clip_at": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "map_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "public_latest_clip_at": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "winning_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -57778,10 +58449,10 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "demo_processing_started_at": [ - 5196 + 5242 ], "demos_download_url": [ 85 @@ -57790,13 +58461,13 @@ export default { 41 ], "ended_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "latest_clip_at": [ - 5196 + 5242 ], "lineup_1_score": [ 41 @@ -57811,10 +58482,10 @@ export default { 41 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "order": [ 41 @@ -57823,13 +58494,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5196 + 5242 ], "started_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -57837,49 +58508,49 @@ export default { }, "match_maps_min_order_by": { "clips_count": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "demo_processing_started_at": [ - 3601 + 3647 ], "ended_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "latest_clip_at": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "map_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "public_latest_clip_at": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "winning_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -57890,7 +58561,7 @@ export default { 41 ], "returning": [ - 3201 + 3247 ], "__typename": [ 85 @@ -57898,10 +58569,10 @@ export default { }, "match_maps_obj_rel_insert_input": { "data": [ - 3213 + 3259 ], "on_conflict": [ - 3220 + 3266 ], "__typename": [ 85 @@ -57909,13 +58580,13 @@ export default { }, "match_maps_on_conflict": { "constraint": [ - 3211 + 3257 ], "update_columns": [ - 3235 + 3281 ], "where": [ - 3210 + 3256 ], "__typename": [ 85 @@ -57923,115 +58594,115 @@ export default { }, "match_maps_order_by": { "clips_count": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "demo_processing_started_at": [ - 3601 + 3647 ], "demos_aggregate": [ - 3088 + 3134 ], "demos_download_url": [ - 3601 + 3647 ], "demos_total_size": [ - 3601 + 3647 ], "e_match_map_status": [ 1150 ], "ended_at": [ - 3601 + 3647 ], "flashes_aggregate": [ - 3918 + 3964 ], "id": [ - 3601 + 3647 ], "is_current_map": [ - 3601 + 3647 ], "latest_clip_at": [ - 3601 + 3647 ], "lineup_1_score": [ - 3601 + 3647 ], "lineup_1_side": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_score": [ - 3601 + 3647 ], "lineup_2_side": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "map": [ - 2896 + 2942 ], "map_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_clips_aggregate": [ - 2911 + 2957 ], "match_id": [ - 3601 + 3647 ], "objectives_aggregate": [ - 4162 + 4208 ], "order": [ - 3601 + 3647 ], "player_assists_aggregate": [ - 3746 + 3792 ], "player_damages_aggregate": [ - 3807 + 3853 ], "player_kills_aggregate": [ - 3963 + 4009 ], "player_unused_utilities_aggregate": [ - 4449 + 4495 ], "public_clips_count": [ - 3601 + 3647 ], "public_latest_clip_at": [ - 3601 + 3647 ], "rounds_aggregate": [ - 3137 + 3183 ], "started_at": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "utility_aggregate": [ - 4490 + 4536 ], "vetos_aggregate": [ - 3180 + 3226 ], "winning_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58039,7 +58710,7 @@ export default { }, "match_maps_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -58051,37 +58722,37 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "demo_processing_started_at": [ - 5196 + 5242 ], "ended_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "latest_clip_at": [ - 5196 + 5242 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "order": [ 41 @@ -58090,16 +58761,16 @@ export default { 41 ], "public_latest_clip_at": [ - 5196 + 5242 ], "started_at": [ - 5196 + 5242 ], "status": [ 1142 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -58136,19 +58807,19 @@ export default { }, "match_maps_stddev_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58185,19 +58856,19 @@ export default { }, "match_maps_stddev_pop_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58234,19 +58905,19 @@ export default { }, "match_maps_stddev_samp_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58254,7 +58925,7 @@ export default { }, "match_maps_stream_cursor_input": { "initial_value": [ - 3232 + 3278 ], "ordering": [ 394 @@ -58268,37 +58939,37 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "demo_processing_started_at": [ - 5196 + 5242 ], "ended_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "latest_clip_at": [ - 5196 + 5242 ], "lineup_1_side": [ - 1406 + 1452 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1406 + 1452 ], "lineup_2_timeouts_available": [ 41 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "order": [ 41 @@ -58307,16 +58978,16 @@ export default { 41 ], "public_latest_clip_at": [ - 5196 + 5242 ], "started_at": [ - 5196 + 5242 ], "status": [ 1142 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -58353,19 +59024,19 @@ export default { }, "match_maps_sum_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58374,13 +59045,13 @@ export default { "match_maps_update_column": {}, "match_maps_updates": { "_inc": [ - 3212 + 3258 ], "_set": [ - 3224 + 3270 ], "where": [ - 3210 + 3256 ], "__typename": [ 85 @@ -58417,19 +59088,19 @@ export default { }, "match_maps_var_pop_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58466,19 +59137,19 @@ export default { }, "match_maps_var_samp_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58515,19 +59186,19 @@ export default { }, "match_maps_variance_order_by": { "clips_count": [ - 3601 + 3647 ], "lineup_1_timeouts_available": [ - 3601 + 3647 ], "lineup_2_timeouts_available": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "public_clips_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58559,10 +59230,10 @@ export default { 6 ], "game_mode": [ - 2125 + 2171 ], "game_mode_id": [ - 6503 + 6603 ], "halftime_pausematch": [ 6 @@ -58571,7 +59242,7 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -58583,10 +59254,10 @@ export default { 41 ], "map_pool": [ - 2858 + 2904 ], "map_pool_id": [ - 6503 + 6603 ], "map_veto": [ 6 @@ -58595,10 +59266,10 @@ export default { 1163 ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -58608,19 +59279,19 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_aggregate": [ - 3386, + 3432, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -58630,11 +59301,11 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], @@ -58663,19 +59334,19 @@ export default { 41 ], "tech_timeout_setting": [ - 1487 + 1533 ], "timeout_setting": [ - 1487 + 1533 ], "tournament": [ - 5727 + 5827 ], "tournament_bracket": [ - 5240 + 5286 ], "tournament_stage": [ - 5548 + 5648 ], "tv_delay": [ 41 @@ -58692,10 +59363,10 @@ export default { }, "match_options_aggregate": { "aggregate": [ - 3249 + 3295 ], "nodes": [ - 3243 + 3289 ], "__typename": [ 85 @@ -58703,13 +59374,13 @@ export default { }, "match_options_aggregate_bool_exp": { "bool_and": [ - 3246 + 3292 ], "bool_or": [ - 3247 + 3293 ], "count": [ - 3248 + 3294 ], "__typename": [ 85 @@ -58717,13 +59388,13 @@ export default { }, "match_options_aggregate_bool_exp_bool_and": { "arguments": [ - 3268 + 3314 ], "distinct": [ 6 ], "filter": [ - 3254 + 3300 ], "predicate": [ 7 @@ -58734,13 +59405,13 @@ export default { }, "match_options_aggregate_bool_exp_bool_or": { "arguments": [ - 3269 + 3315 ], "distinct": [ 6 ], "filter": [ - 3254 + 3300 ], "predicate": [ 7 @@ -58751,13 +59422,13 @@ export default { }, "match_options_aggregate_bool_exp_count": { "arguments": [ - 3267 + 3313 ], "distinct": [ 6 ], "filter": [ - 3254 + 3300 ], "predicate": [ 42 @@ -58768,13 +59439,13 @@ export default { }, "match_options_aggregate_fields": { "avg": [ - 3252 + 3298 ], "count": [ 41, { "columns": [ - 3267, + 3313, "[match_options_select_column!]" ], "distinct": [ @@ -58783,31 +59454,31 @@ export default { } ], "max": [ - 3258 + 3304 ], "min": [ - 3260 + 3306 ], "stddev": [ - 3271 + 3317 ], "stddev_pop": [ - 3273 + 3319 ], "stddev_samp": [ - 3275 + 3321 ], "sum": [ - 3279 + 3325 ], "var_pop": [ - 3283 + 3329 ], "var_samp": [ - 3285 + 3331 ], "variance": [ - 3287 + 3333 ], "__typename": [ 85 @@ -58815,37 +59486,37 @@ export default { }, "match_options_aggregate_order_by": { "avg": [ - 3253 + 3299 ], "count": [ - 3601 + 3647 ], "max": [ - 3259 + 3305 ], "min": [ - 3261 + 3307 ], "stddev": [ - 3272 + 3318 ], "stddev_pop": [ - 3274 + 3320 ], "stddev_samp": [ - 3276 + 3322 ], "sum": [ - 3280 + 3326 ], "var_pop": [ - 3284 + 3330 ], "var_samp": [ - 3286 + 3332 ], "variance": [ - 3288 + 3334 ], "__typename": [ 85 @@ -58853,10 +59524,10 @@ export default { }, "match_options_arr_rel_insert_input": { "data": [ - 3257 + 3303 ], "on_conflict": [ - 3264 + 3310 ], "__typename": [ 85 @@ -58893,28 +59564,28 @@ export default { }, "match_options_avg_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -58922,13 +59593,13 @@ export default { }, "match_options_bool_exp": { "_and": [ - 3254 + 3300 ], "_not": [ - 3254 + 3300 ], "_or": [ - 3254 + 3300 ], "auto_cancel_duration": [ 42 @@ -58955,10 +59626,10 @@ export default { 7 ], "game_mode": [ - 2128 + 2174 ], "game_mode_id": [ - 6505 + 6605 ], "halftime_pausematch": [ 7 @@ -58967,7 +59638,7 @@ export default { 7 ], "id": [ - 6505 + 6605 ], "invite_code": [ 87 @@ -58979,10 +59650,10 @@ export default { 42 ], "map_pool": [ - 2861 + 2907 ], "map_pool_id": [ - 6505 + 6605 ], "map_veto": [ 7 @@ -58991,10 +59662,10 @@ export default { 1164 ], "matches": [ - 3396 + 3442 ], "matches_aggregate": [ - 3387 + 3433 ], "mr": [ 42 @@ -59021,19 +59692,19 @@ export default { 42 ], "tech_timeout_setting": [ - 1488 + 1534 ], "timeout_setting": [ - 1488 + 1534 ], "tournament": [ - 5748 + 5848 ], "tournament_bracket": [ - 5251 + 5297 ], "tournament_stage": [ - 5560 + 5660 ], "tv_delay": [ 42 @@ -59104,16 +59775,16 @@ export default { 6 ], "game_mode": [ - 2134 + 2180 ], "game_mode_id": [ - 6503 + 6603 ], "halftime_pausematch": [ 6 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -59125,10 +59796,10 @@ export default { 41 ], "map_pool": [ - 2867 + 2913 ], "map_pool_id": [ - 6503 + 6603 ], "map_veto": [ 6 @@ -59137,7 +59808,7 @@ export default { 1163 ], "matches": [ - 3393 + 3439 ], "mr": [ 41 @@ -59164,19 +59835,19 @@ export default { 41 ], "tech_timeout_setting": [ - 1487 + 1533 ], "timeout_setting": [ - 1487 + 1533 ], "tournament": [ - 5757 + 5857 ], "tournament_bracket": [ - 5260 + 5306 ], "tournament_stage": [ - 5572 + 5672 ], "tv_delay": [ 41 @@ -59199,10 +59870,10 @@ export default { 41 ], "game_mode_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -59211,7 +59882,7 @@ export default { 41 ], "map_pool_id": [ - 6503 + 6603 ], "mr": [ 41 @@ -59237,43 +59908,43 @@ export default { }, "match_options_max_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "game_mode_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59287,10 +59958,10 @@ export default { 41 ], "game_mode_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -59299,7 +59970,7 @@ export default { 41 ], "map_pool_id": [ - 6503 + 6603 ], "mr": [ 41 @@ -59325,43 +59996,43 @@ export default { }, "match_options_min_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "game_mode_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59372,7 +60043,7 @@ export default { 41 ], "returning": [ - 3243 + 3289 ], "__typename": [ 85 @@ -59380,10 +60051,10 @@ export default { }, "match_options_obj_rel_insert_input": { "data": [ - 3257 + 3303 ], "on_conflict": [ - 3264 + 3310 ], "__typename": [ 85 @@ -59391,13 +60062,13 @@ export default { }, "match_options_on_conflict": { "constraint": [ - 3255 + 3301 ], "update_columns": [ - 3281 + 3327 ], "where": [ - 3254 + 3300 ], "__typename": [ 85 @@ -59405,115 +60076,115 @@ export default { }, "match_options_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "auto_cancellation": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "camera_allow_teammates": [ - 3601 + 3647 ], "camera_required": [ - 3601 + 3647 ], "check_in_setting": [ - 3601 + 3647 ], "coaches": [ - 3601 + 3647 ], "default_models": [ - 3601 + 3647 ], "game_mode": [ - 2136 + 2182 ], "game_mode_id": [ - 3601 + 3647 ], "halftime_pausematch": [ - 3601 + 3647 ], "has_active_matches": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "knife_round": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "map_pool": [ - 2869 + 2915 ], "map_pool_id": [ - 3601 + 3647 ], "map_veto": [ - 3601 + 3647 ], "match_mode": [ - 3601 + 3647 ], "matches_aggregate": [ - 3392 + 3438 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "overtime": [ - 3601 + 3647 ], "prefer_dedicated_server": [ - 3601 + 3647 ], "ready_setting": [ - 3601 + 3647 ], "region_veto": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tech_timeout_setting": [ - 3601 + 3647 ], "timeout_setting": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_bracket": [ - 5262 + 5308 ], "tournament_stage": [ - 5574 + 5674 ], "tv_delay": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59521,7 +60192,7 @@ export default { }, "match_options_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -59556,13 +60227,13 @@ export default { 6 ], "game_mode_id": [ - 6503 + 6603 ], "halftime_pausematch": [ 6 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -59574,7 +60245,7 @@ export default { 41 ], "map_pool_id": [ - 6503 + 6603 ], "map_veto": [ 6 @@ -59607,10 +60278,10 @@ export default { 41 ], "tech_timeout_setting": [ - 1487 + 1533 ], "timeout_setting": [ - 1487 + 1533 ], "tv_delay": [ 41 @@ -59656,28 +60327,28 @@ export default { }, "match_options_stddev_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59714,28 +60385,28 @@ export default { }, "match_options_stddev_pop_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59772,28 +60443,28 @@ export default { }, "match_options_stddev_samp_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59801,7 +60472,7 @@ export default { }, "match_options_stream_cursor_input": { "initial_value": [ - 3278 + 3324 ], "ordering": [ 394 @@ -59836,13 +60507,13 @@ export default { 6 ], "game_mode_id": [ - 6503 + 6603 ], "halftime_pausematch": [ 6 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -59854,7 +60525,7 @@ export default { 41 ], "map_pool_id": [ - 6503 + 6603 ], "map_veto": [ 6 @@ -59887,10 +60558,10 @@ export default { 41 ], "tech_timeout_setting": [ - 1487 + 1533 ], "timeout_setting": [ - 1487 + 1533 ], "tv_delay": [ 41 @@ -59936,28 +60607,28 @@ export default { }, "match_options_sum_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -59966,13 +60637,13 @@ export default { "match_options_update_column": {}, "match_options_updates": { "_inc": [ - 3256 + 3302 ], "_set": [ - 3270 + 3316 ], "where": [ - 3254 + 3300 ], "__typename": [ 85 @@ -60009,28 +60680,28 @@ export default { }, "match_options_var_pop_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60067,28 +60738,28 @@ export default { }, "match_options_var_samp_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60125,28 +60796,28 @@ export default { }, "match_options_variance_order_by": { "auto_cancel_duration": [ - 3601 + 3647 ], "best_of": [ - 3601 + 3647 ], "live_match_timeout": [ - 3601 + 3647 ], "mr": [ - 3601 + 3647 ], "number_of_substitutes": [ - 3601 + 3647 ], "round_restart_delay": [ - 3601 + 3647 ], "tv_delay": [ - 3601 + 3647 ], "veto_pick_timeout": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60157,28 +60828,28 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "region": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -60186,10 +60857,10 @@ export default { }, "match_region_veto_picks_aggregate": { "aggregate": [ - 3295 + 3341 ], "nodes": [ - 3289 + 3335 ], "__typename": [ 85 @@ -60197,13 +60868,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp": { "bool_and": [ - 3292 + 3338 ], "bool_or": [ - 3293 + 3339 ], "count": [ - 3294 + 3340 ], "__typename": [ 85 @@ -60211,13 +60882,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 3310 + 3356 ], "distinct": [ 6 ], "filter": [ - 3298 + 3344 ], "predicate": [ 7 @@ -60228,13 +60899,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 3311 + 3357 ], "distinct": [ 6 ], "filter": [ - 3298 + 3344 ], "predicate": [ 7 @@ -60245,13 +60916,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 3309 + 3355 ], "distinct": [ 6 ], "filter": [ - 3298 + 3344 ], "predicate": [ 42 @@ -60265,7 +60936,7 @@ export default { 41, { "columns": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "distinct": [ @@ -60274,10 +60945,10 @@ export default { } ], "max": [ - 3301 + 3347 ], "min": [ - 3303 + 3349 ], "__typename": [ 85 @@ -60285,13 +60956,13 @@ export default { }, "match_region_veto_picks_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 3302 + 3348 ], "min": [ - 3304 + 3350 ], "__typename": [ 85 @@ -60299,10 +60970,10 @@ export default { }, "match_region_veto_picks_arr_rel_insert_input": { "data": [ - 3300 + 3346 ], "on_conflict": [ - 3306 + 3352 ], "__typename": [ 85 @@ -60310,40 +60981,40 @@ export default { }, "match_region_veto_picks_bool_exp": { "_and": [ - 3298 + 3344 ], "_not": [ - 3298 + 3344 ], "_or": [ - 3298 + 3344 ], "auto_picked": [ 7 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "region": [ 87 ], "type": [ - 1753 + 1799 ], "__typename": [ 85 @@ -60355,28 +61026,28 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3057 + 3103 ], "match_lineup_id": [ - 6503 + 6603 ], "region": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -60384,16 +61055,16 @@ export default { }, "match_region_veto_picks_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "region": [ 85 @@ -60404,19 +61075,19 @@ export default { }, "match_region_veto_picks_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60424,16 +61095,16 @@ export default { }, "match_region_veto_picks_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "region": [ 85 @@ -60444,19 +61115,19 @@ export default { }, "match_region_veto_picks_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60467,7 +61138,7 @@ export default { 41 ], "returning": [ - 3289 + 3335 ], "__typename": [ 85 @@ -60475,13 +61146,13 @@ export default { }, "match_region_veto_picks_on_conflict": { "constraint": [ - 3299 + 3345 ], "update_columns": [ - 3315 + 3361 ], "where": [ - 3298 + 3344 ], "__typename": [ 85 @@ -60489,31 +61160,31 @@ export default { }, "match_region_veto_picks_order_by": { "auto_picked": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60521,7 +61192,7 @@ export default { }, "match_region_veto_picks_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -60535,22 +61206,22 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "region": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -60558,7 +61229,7 @@ export default { }, "match_region_veto_picks_stream_cursor_input": { "initial_value": [ - 3314 + 3360 ], "ordering": [ 394 @@ -60572,22 +61243,22 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "region": [ 85 ], "type": [ - 1752 + 1798 ], "__typename": [ 85 @@ -60596,10 +61267,10 @@ export default { "match_region_veto_picks_update_column": {}, "match_region_veto_picks_updates": { "_set": [ - 3312 + 3358 ], "where": [ - 3298 + 3344 ], "__typename": [ 85 @@ -60613,13 +61284,13 @@ export default { 85 ], "game_server_node": [ - 2267 + 2313 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "is_game_streamer": [ 6 @@ -60631,16 +61302,16 @@ export default { 85 ], "last_status_at": [ - 5196 + 5242 ], "link": [ 85 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "mode": [ 85 @@ -60652,7 +61323,7 @@ export default { 85 ], "status_history": [ - 2392, + 2438, { "path": [ 85 @@ -60671,10 +61342,10 @@ export default { }, "match_streams_aggregate": { "aggregate": [ - 3323 + 3369 ], "nodes": [ - 3317 + 3363 ], "__typename": [ 85 @@ -60682,13 +61353,13 @@ export default { }, "match_streams_aggregate_bool_exp": { "bool_and": [ - 3320 + 3366 ], "bool_or": [ - 3321 + 3367 ], "count": [ - 3322 + 3368 ], "__typename": [ 85 @@ -60696,13 +61367,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_and": { "arguments": [ - 3346 + 3392 ], "distinct": [ 6 ], "filter": [ - 3329 + 3375 ], "predicate": [ 7 @@ -60713,13 +61384,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_or": { "arguments": [ - 3347 + 3393 ], "distinct": [ 6 ], "filter": [ - 3329 + 3375 ], "predicate": [ 7 @@ -60730,13 +61401,13 @@ export default { }, "match_streams_aggregate_bool_exp_count": { "arguments": [ - 3345 + 3391 ], "distinct": [ 6 ], "filter": [ - 3329 + 3375 ], "predicate": [ 42 @@ -60747,13 +61418,13 @@ export default { }, "match_streams_aggregate_fields": { "avg": [ - 3327 + 3373 ], "count": [ 41, { "columns": [ - 3345, + 3391, "[match_streams_select_column!]" ], "distinct": [ @@ -60762,31 +61433,31 @@ export default { } ], "max": [ - 3336 + 3382 ], "min": [ - 3338 + 3384 ], "stddev": [ - 3349 + 3395 ], "stddev_pop": [ - 3351 + 3397 ], "stddev_samp": [ - 3353 + 3399 ], "sum": [ - 3357 + 3403 ], "var_pop": [ - 3361 + 3407 ], "var_samp": [ - 3363 + 3409 ], "variance": [ - 3365 + 3411 ], "__typename": [ 85 @@ -60794,37 +61465,37 @@ export default { }, "match_streams_aggregate_order_by": { "avg": [ - 3328 + 3374 ], "count": [ - 3601 + 3647 ], "max": [ - 3337 + 3383 ], "min": [ - 3339 + 3385 ], "stddev": [ - 3350 + 3396 ], "stddev_pop": [ - 3352 + 3398 ], "stddev_samp": [ - 3354 + 3400 ], "sum": [ - 3358 + 3404 ], "var_pop": [ - 3362 + 3408 ], "var_samp": [ - 3364 + 3410 ], "variance": [ - 3366 + 3412 ], "__typename": [ 85 @@ -60832,7 +61503,7 @@ export default { }, "match_streams_append_input": { "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -60840,10 +61511,10 @@ export default { }, "match_streams_arr_rel_insert_input": { "data": [ - 3335 + 3381 ], "on_conflict": [ - 3341 + 3387 ], "__typename": [ 85 @@ -60859,7 +61530,7 @@ export default { }, "match_streams_avg_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -60867,13 +61538,13 @@ export default { }, "match_streams_bool_exp": { "_and": [ - 3329 + 3375 ], "_not": [ - 3329 + 3375 ], "_or": [ - 3329 + 3375 ], "autodirector": [ 7 @@ -60882,13 +61553,13 @@ export default { 87 ], "game_server_node": [ - 2279 + 2325 ], "game_server_node_id": [ 87 ], "id": [ - 6505 + 6605 ], "is_game_streamer": [ 7 @@ -60900,16 +61571,16 @@ export default { 87 ], "last_status_at": [ - 5197 + 5243 ], "link": [ 87 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "mode": [ 87 @@ -60921,7 +61592,7 @@ export default { 87 ], "status_history": [ - 2394 + 2440 ], "stream_url": [ 87 @@ -60974,13 +61645,13 @@ export default { 85 ], "game_server_node": [ - 2291 + 2337 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "is_game_streamer": [ 6 @@ -60992,16 +61663,16 @@ export default { 85 ], "last_status_at": [ - 5196 + 5242 ], "link": [ 85 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "mode": [ 85 @@ -61013,7 +61684,7 @@ export default { 85 ], "status_history": [ - 2392 + 2438 ], "stream_url": [ 85 @@ -61033,19 +61704,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_service_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "link": [ 85 ], "match_id": [ - 6503 + 6603 ], "mode": [ 85 @@ -61068,40 +61739,40 @@ export default { }, "match_streams_max_order_by": { "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_service_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "link": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "mode": [ - 3601 + 3647 ], "priority": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "stream_url": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61115,19 +61786,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_service_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "link": [ 85 ], "match_id": [ - 6503 + 6603 ], "mode": [ 85 @@ -61150,40 +61821,40 @@ export default { }, "match_streams_min_order_by": { "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_service_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "link": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "mode": [ - 3601 + 3647 ], "priority": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "stream_url": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61194,7 +61865,7 @@ export default { 41 ], "returning": [ - 3317 + 3363 ], "__typename": [ 85 @@ -61202,13 +61873,13 @@ export default { }, "match_streams_on_conflict": { "constraint": [ - 3330 + 3376 ], "update_columns": [ - 3359 + 3405 ], "where": [ - 3329 + 3375 ], "__typename": [ 85 @@ -61216,58 +61887,58 @@ export default { }, "match_streams_order_by": { "autodirector": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node": [ - 2293 + 2339 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_game_streamer": [ - 3601 + 3647 ], "is_live": [ - 3601 + 3647 ], "k8s_service_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "link": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "mode": [ - 3601 + 3647 ], "priority": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "status_history": [ - 3601 + 3647 ], "stream_url": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61275,7 +61946,7 @@ export default { }, "match_streams_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -61283,7 +61954,7 @@ export default { }, "match_streams_prepend_input": { "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -61303,7 +61974,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_game_streamer": [ 6 @@ -61315,13 +61986,13 @@ export default { 85 ], "last_status_at": [ - 5196 + 5242 ], "link": [ 85 ], "match_id": [ - 6503 + 6603 ], "mode": [ 85 @@ -61333,7 +62004,7 @@ export default { 85 ], "status_history": [ - 2392 + 2438 ], "stream_url": [ 85 @@ -61355,7 +62026,7 @@ export default { }, "match_streams_stddev_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61371,7 +62042,7 @@ export default { }, "match_streams_stddev_pop_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61387,7 +62058,7 @@ export default { }, "match_streams_stddev_samp_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61395,7 +62066,7 @@ export default { }, "match_streams_stream_cursor_input": { "initial_value": [ - 3356 + 3402 ], "ordering": [ 394 @@ -61415,7 +62086,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_game_streamer": [ 6 @@ -61427,13 +62098,13 @@ export default { 85 ], "last_status_at": [ - 5196 + 5242 ], "link": [ 85 ], "match_id": [ - 6503 + 6603 ], "mode": [ 85 @@ -61445,7 +62116,7 @@ export default { 85 ], "status_history": [ - 2392 + 2438 ], "stream_url": [ 85 @@ -61467,7 +62138,7 @@ export default { }, "match_streams_sum_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61476,28 +62147,28 @@ export default { "match_streams_update_column": {}, "match_streams_updates": { "_append": [ - 3325 + 3371 ], "_delete_at_path": [ - 3331 + 3377 ], "_delete_elem": [ - 3332 + 3378 ], "_delete_key": [ - 3333 + 3379 ], "_inc": [ - 3334 + 3380 ], "_prepend": [ - 3344 + 3390 ], "_set": [ - 3348 + 3394 ], "where": [ - 3329 + 3375 ], "__typename": [ 85 @@ -61513,7 +62184,7 @@ export default { }, "match_streams_var_pop_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61529,7 +62200,7 @@ export default { }, "match_streams_var_samp_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61545,7 +62216,7 @@ export default { }, "match_streams_variance_order_by": { "priority": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61564,10 +62235,10 @@ export default { }, "match_type_cfgs_aggregate": { "aggregate": [ - 3369 + 3415 ], "nodes": [ - 3367 + 3413 ], "__typename": [ 85 @@ -61578,7 +62249,7 @@ export default { 41, { "columns": [ - 3379, + 3425, "[match_type_cfgs_select_column!]" ], "distinct": [ @@ -61587,10 +62258,10 @@ export default { } ], "max": [ - 3373 + 3419 ], "min": [ - 3374 + 3420 ], "__typename": [ 85 @@ -61598,13 +62269,13 @@ export default { }, "match_type_cfgs_bool_exp": { "_and": [ - 3370 + 3416 ], "_not": [ - 3370 + 3416 ], "_or": [ - 3370 + 3416 ], "cfg": [ 87 @@ -61649,7 +62320,7 @@ export default { 41 ], "returning": [ - 3367 + 3413 ], "__typename": [ 85 @@ -61657,13 +62328,13 @@ export default { }, "match_type_cfgs_on_conflict": { "constraint": [ - 3371 + 3417 ], "update_columns": [ - 3383 + 3429 ], "where": [ - 3370 + 3416 ], "__typename": [ 85 @@ -61671,10 +62342,10 @@ export default { }, "match_type_cfgs_order_by": { "cfg": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -61702,7 +62373,7 @@ export default { }, "match_type_cfgs_stream_cursor_input": { "initial_value": [ - 3382 + 3428 ], "ordering": [ 394 @@ -61725,10 +62396,10 @@ export default { "match_type_cfgs_update_column": {}, "match_type_cfgs_updates": { "_set": [ - 3380 + 3426 ], "where": [ - 3370 + 3416 ], "__typename": [ 85 @@ -61760,13 +62431,13 @@ export default { 6 ], "cancels_at": [ - 5196 + 5242 ], "clutches": [ - 6683, + 6783, { "distinct_on": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "limit": [ @@ -61776,19 +62447,19 @@ export default { 41 ], "order_by": [ - 6698, + 6798, "[v_match_clutches_order_by!]" ], "where": [ - 6692 + 6792 ] } ], "clutches_aggregate": [ - 6684, + 6784, { "distinct_on": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "limit": [ @@ -61798,11 +62469,11 @@ export default { 41 ], "order_by": [ - 6698, + 6798, "[v_match_clutches_order_by!]" ], "where": [ - 6692 + 6792 ] } ], @@ -61816,16 +62487,16 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "current_match_map_id": [ - 6503 + 6603 ], "demos": [ - 3081, + 3127, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -61835,19 +62506,19 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], "demos_aggregate": [ - 3082, + 3128, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -61857,11 +62528,11 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], @@ -61913,16 +62584,16 @@ export default { 1198 ], "e_region": [ - 4687 + 4733 ], "effective_at": [ - 5196 + 5242 ], "elo_changes": [ - 6880, + 6980, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -61932,19 +62603,19 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "elo_changes_aggregate": [ - 6881, + 6981, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -61954,22 +62625,22 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "ended_at": [ - 5196 + 5242 ], "external_id": [ 85 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -62002,19 +62673,19 @@ export default { 85 ], "lineup_1": [ - 3039 + 3085 ], "lineup_1_id": [ - 6503 + 6603 ], "lineup_2": [ - 3039 + 3085 ], "lineup_2_id": [ - 6503 + 6603 ], "lineup_counts": [ - 2390, + 2436, { "path": [ 85 @@ -62022,13 +62693,13 @@ export default { } ], "map_veto_picking_lineup_id": [ - 6503 + 6603 ], "map_veto_picks": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -62038,19 +62709,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "map_veto_picks_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -62060,11 +62731,11 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], @@ -62072,10 +62743,10 @@ export default { 85 ], "match_maps": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -62085,19 +62756,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -62107,16 +62778,16 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_options_id": [ - 6503 + 6603 ], "max_players_per_lineup": [ 41 @@ -62125,10 +62796,10 @@ export default { 41 ], "opening_duels": [ - 6811, + 6911, { "distinct_on": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -62138,19 +62809,19 @@ export default { 41 ], "order_by": [ - 6826, + 6926, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6820 + 6920 ] } ], "opening_duels_aggregate": [ - 6812, + 6912, { "distinct_on": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -62160,19 +62831,19 @@ export default { 41 ], "order_by": [ - 6826, + 6926, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6820 + 6920 ] } ], "options": [ - 3243 + 3289 ], "organizer": [ - 4559 + 4605 ], "organizer_steam_id": [ 311 @@ -62181,10 +62852,10 @@ export default { 85 ], "player_assists": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -62194,19 +62865,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_assists_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -62216,19 +62887,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_damages": [ - 3802, + 3848, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -62238,19 +62909,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_damages_aggregate": [ - 3803, + 3849, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -62260,19 +62931,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_flashes": [ - 3911, + 3957, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -62282,19 +62953,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "player_flashes_aggregate": [ - 3912, + 3958, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -62304,19 +62975,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "player_kills": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -62326,19 +62997,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_kills_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -62348,19 +63019,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_objectives": [ - 4157, + 4203, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -62370,19 +63041,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_objectives_aggregate": [ - 4158, + 4204, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -62392,19 +63063,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_unused_utilities": [ - 4444, + 4490, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -62414,19 +63085,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utilities_aggregate": [ - 4445, + 4491, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -62436,19 +63107,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_utility": [ - 4485, + 4531, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -62458,19 +63129,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "player_utility_aggregate": [ - 4486, + 4532, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -62480,11 +63151,11 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], @@ -62492,13 +63163,13 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6503 + 6603 ], "region_veto_picks": [ - 3289, + 3335, { "distinct_on": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -62508,19 +63179,19 @@ export default { 41 ], "order_by": [ - 3307, + 3353, "[match_region_veto_picks_order_by!]" ], "where": [ - 3298 + 3344 ] } ], "region_veto_picks_aggregate": [ - 3290, + 3336, { "distinct_on": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -62530,11 +63201,11 @@ export default { 41 ], "order_by": [ - 3307, + 3353, "[match_region_veto_picks_order_by!]" ], "where": [ - 3298 + 3344 ] } ], @@ -62542,16 +63213,16 @@ export default { 6 ], "scheduled_at": [ - 5196 + 5242 ], "server": [ - 4714 + 4760 ], "server_error": [ 85 ], "server_id": [ - 6503 + 6603 ], "server_plugin_runtime": [ 85 @@ -62569,16 +63240,16 @@ export default { 85 ], "started_at": [ - 5196 + 5242 ], "status": [ 1203 ], "streams": [ - 3317, + 3363, { "distinct_on": [ - 3345, + 3391, "[match_streams_select_column!]" ], "limit": [ @@ -62588,19 +63259,19 @@ export default { 41 ], "order_by": [ - 3342, + 3388, "[match_streams_order_by!]" ], "where": [ - 3329 + 3375 ] } ], "streams_aggregate": [ - 3318, + 3364, { "distinct_on": [ - 3345, + 3391, "[match_streams_select_column!]" ], "limit": [ @@ -62610,19 +63281,19 @@ export default { 41 ], "order_by": [ - 3342, + 3388, "[match_streams_order_by!]" ], "where": [ - 3329 + 3375 ] } ], "teams": [ - 5147, + 5193, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -62632,19 +63303,19 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "tournament_brackets": [ - 5240, + 5286, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -62654,19 +63325,19 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], "tournament_brackets_aggregate": [ - 5241, + 5287, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -62676,11 +63347,11 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], @@ -62688,13 +63359,13 @@ export default { 85 ], "veto_pick_expires_at": [ - 5196 + 5242 ], "winner": [ - 3039 + 3085 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -62702,10 +63373,10 @@ export default { }, "matches_aggregate": { "aggregate": [ - 3391 + 3437 ], "nodes": [ - 3385 + 3431 ], "__typename": [ 85 @@ -62713,13 +63384,13 @@ export default { }, "matches_aggregate_bool_exp": { "bool_and": [ - 3388 + 3434 ], "bool_or": [ - 3389 + 3435 ], "count": [ - 3390 + 3436 ], "__typename": [ 85 @@ -62727,13 +63398,13 @@ export default { }, "matches_aggregate_bool_exp_bool_and": { "arguments": [ - 3410 + 3456 ], "distinct": [ 6 ], "filter": [ - 3396 + 3442 ], "predicate": [ 7 @@ -62744,13 +63415,13 @@ export default { }, "matches_aggregate_bool_exp_bool_or": { "arguments": [ - 3411 + 3457 ], "distinct": [ 6 ], "filter": [ - 3396 + 3442 ], "predicate": [ 7 @@ -62761,13 +63432,13 @@ export default { }, "matches_aggregate_bool_exp_count": { "arguments": [ - 3409 + 3455 ], "distinct": [ 6 ], "filter": [ - 3396 + 3442 ], "predicate": [ 42 @@ -62778,13 +63449,13 @@ export default { }, "matches_aggregate_fields": { "avg": [ - 3394 + 3440 ], "count": [ 41, { "columns": [ - 3409, + 3455, "[matches_select_column!]" ], "distinct": [ @@ -62793,31 +63464,31 @@ export default { } ], "max": [ - 3400 + 3446 ], "min": [ - 3402 + 3448 ], "stddev": [ - 3413 + 3459 ], "stddev_pop": [ - 3415 + 3461 ], "stddev_samp": [ - 3417 + 3463 ], "sum": [ - 3421 + 3467 ], "var_pop": [ - 3425 + 3471 ], "var_samp": [ - 3427 + 3473 ], "variance": [ - 3429 + 3475 ], "__typename": [ 85 @@ -62825,37 +63496,37 @@ export default { }, "matches_aggregate_order_by": { "avg": [ - 3395 + 3441 ], "count": [ - 3601 + 3647 ], "max": [ - 3401 + 3447 ], "min": [ - 3403 + 3449 ], "stddev": [ - 3414 + 3460 ], "stddev_pop": [ - 3416 + 3462 ], "stddev_samp": [ - 3418 + 3464 ], "sum": [ - 3422 + 3468 ], "var_pop": [ - 3426 + 3472 ], "var_samp": [ - 3428 + 3474 ], "variance": [ - 3430 + 3476 ], "__typename": [ 85 @@ -62863,10 +63534,10 @@ export default { }, "matches_arr_rel_insert_input": { "data": [ - 3399 + 3445 ], "on_conflict": [ - 3406 + 3452 ], "__typename": [ 85 @@ -62888,7 +63559,7 @@ export default { }, "matches_avg_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -62896,13 +63567,13 @@ export default { }, "matches_bool_exp": { "_and": [ - 3396 + 3442 ], "_not": [ - 3396 + 3442 ], "_or": [ - 3396 + 3442 ], "can_assign_server": [ 7 @@ -62929,13 +63600,13 @@ export default { 7 ], "cancels_at": [ - 5197 + 5243 ], "clutches": [ - 6692 + 6792 ], "clutches_aggregate": [ - 6685 + 6785 ], "connection_link": [ 87 @@ -62947,16 +63618,16 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "current_match_map_id": [ - 6505 + 6605 ], "demos": [ - 3093 + 3139 ], "demos_aggregate": [ - 3083 + 3129 ], "draft_games": [ 609 @@ -62968,25 +63639,25 @@ export default { 1201 ], "e_region": [ - 4691 + 4737 ], "effective_at": [ - 5197 + 5243 ], "elo_changes": [ - 6899 + 6999 ], "elo_changes_aggregate": [ - 6882 + 6982 ], "ended_at": [ - 5197 + 5243 ], "external_id": [ 87 ], "id": [ - 6505 + 6605 ], "invite_code": [ 87 @@ -63019,40 +63690,40 @@ export default { 87 ], "lineup_1": [ - 3048 + 3094 ], "lineup_1_id": [ - 6505 + 6605 ], "lineup_2": [ - 3048 + 3094 ], "lineup_2_id": [ - 6505 + 6605 ], "lineup_counts": [ - 2391 + 2437 ], "map_veto_picking_lineup_id": [ - 6505 + 6605 ], "map_veto_picks": [ - 3182 + 3228 ], "map_veto_picks_aggregate": [ - 3175 + 3221 ], "map_veto_type": [ 87 ], "match_maps": [ - 3210 + 3256 ], "match_maps_aggregate": [ - 3203 + 3249 ], "match_options_id": [ - 6505 + 6605 ], "max_players_per_lineup": [ 42 @@ -63061,16 +63732,16 @@ export default { 42 ], "opening_duels": [ - 6820 + 6920 ], "opening_duels_aggregate": [ - 6813 + 6913 ], "options": [ - 3254 + 3300 ], "organizer": [ - 4563 + 4609 ], "organizer_steam_id": [ 313 @@ -63079,73 +63750,73 @@ export default { 87 ], "player_assists": [ - 3750 + 3796 ], "player_assists_aggregate": [ - 3741 + 3787 ], "player_damages": [ - 3811 + 3857 ], "player_damages_aggregate": [ - 3804 + 3850 ], "player_flashes": [ - 3922 + 3968 ], "player_flashes_aggregate": [ - 3913 + 3959 ], "player_kills": [ - 3967 + 4013 ], "player_kills_aggregate": [ - 3958 + 4004 ], "player_objectives": [ - 4166 + 4212 ], "player_objectives_aggregate": [ - 4159 + 4205 ], "player_unused_utilities": [ - 4453 + 4499 ], "player_unused_utilities_aggregate": [ - 4446 + 4492 ], "player_utility": [ - 4494 + 4540 ], "player_utility_aggregate": [ - 4487 + 4533 ], "region": [ 87 ], "region_veto_picking_lineup_id": [ - 6505 + 6605 ], "region_veto_picks": [ - 3298 + 3344 ], "region_veto_picks_aggregate": [ - 3291 + 3337 ], "requested_organizer": [ 7 ], "scheduled_at": [ - 5197 + 5243 ], "server": [ - 4726 + 4772 ], "server_error": [ 87 ], "server_id": [ - 6505 + 6605 ], "server_plugin_runtime": [ 87 @@ -63163,37 +63834,37 @@ export default { 87 ], "started_at": [ - 5197 + 5243 ], "status": [ 1204 ], "streams": [ - 3329 + 3375 ], "streams_aggregate": [ - 3319 + 3365 ], "teams": [ - 5158 + 5204 ], "tournament_brackets": [ - 5251 + 5297 ], "tournament_brackets_aggregate": [ - 5242 + 5288 ], "tv_connection_string": [ 87 ], "veto_pick_expires_at": [ - 5197 + 5243 ], "winner": [ - 3048 + 3094 ], "winning_lineup_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -63210,19 +63881,19 @@ export default { }, "matches_insert_input": { "cancels_at": [ - 5196 + 5242 ], "clutches": [ - 6689 + 6789 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5196 + 5242 ], "demos": [ - 3090 + 3136 ], "draft_games": [ 606 @@ -63231,52 +63902,52 @@ export default { 1209 ], "e_region": [ - 4697 + 4743 ], "elo_changes": [ - 6896 + 6996 ], "ended_at": [ - 5196 + 5242 ], "external_id": [ 85 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "lineup_1": [ - 3057 + 3103 ], "lineup_1_id": [ - 6503 + 6603 ], "lineup_2": [ - 3057 + 3103 ], "lineup_2_id": [ - 6503 + 6603 ], "map_veto_picks": [ - 3181 + 3227 ], "match_maps": [ - 3207 + 3253 ], "match_options_id": [ - 6503 + 6603 ], "opening_duels": [ - 6817 + 6917 ], "options": [ - 3263 + 3309 ], "organizer": [ - 4570 + 4616 ], "organizer_steam_id": [ 311 @@ -63285,43 +63956,43 @@ export default { 85 ], "player_assists": [ - 3747 + 3793 ], "player_damages": [ - 3808 + 3854 ], "player_flashes": [ - 3919 + 3965 ], "player_kills": [ - 3964 + 4010 ], "player_objectives": [ - 4163 + 4209 ], "player_unused_utilities": [ - 4450 + 4496 ], "player_utility": [ - 4491 + 4537 ], "region": [ 85 ], "region_veto_picks": [ - 3297 + 3343 ], "scheduled_at": [ - 5196 + 5242 ], "server": [ - 4738 + 4784 ], "server_error": [ 85 ], "server_id": [ - 6503 + 6603 ], "share_code": [ 85 @@ -63330,25 +64001,25 @@ export default { 85 ], "started_at": [ - 5196 + 5242 ], "status": [ 1203 ], "streams": [ - 3326 + 3372 ], "tournament_brackets": [ - 5248 + 5294 ], "veto_pick_expires_at": [ - 5196 + 5242 ], "winner": [ - 3057 + 3103 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -63356,7 +64027,7 @@ export default { }, "matches_max_fields": { "cancels_at": [ - 5196 + 5242 ], "connection_link": [ 85 @@ -63365,22 +64036,22 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "current_match_map_id": [ - 6503 + 6603 ], "effective_at": [ - 5196 + 5242 ], "ended_at": [ - 5196 + 5242 ], "external_id": [ 85 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -63389,19 +64060,19 @@ export default { 85 ], "lineup_1_id": [ - 6503 + 6603 ], "lineup_2_id": [ - 6503 + 6603 ], "map_veto_picking_lineup_id": [ - 6503 + 6603 ], "map_veto_type": [ 85 ], "match_options_id": [ - 6503 + 6603 ], "max_players_per_lineup": [ 41 @@ -63419,16 +64090,16 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6503 + 6603 ], "scheduled_at": [ - 5196 + 5242 ], "server_error": [ 85 ], "server_id": [ - 6503 + 6603 ], "server_plugin_runtime": [ 85 @@ -63446,16 +64117,16 @@ export default { 85 ], "started_at": [ - 5196 + 5242 ], "tv_connection_string": [ 85 ], "veto_pick_expires_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -63463,67 +64134,67 @@ export default { }, "matches_max_order_by": { "cancels_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "effective_at": [ - 3601 + 3647 ], "ended_at": [ - 3601 + 3647 ], "external_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "lineup_1_id": [ - 3601 + 3647 ], "lineup_2_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "password": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "server_error": [ - 3601 + 3647 ], "server_id": [ - 3601 + 3647 ], "share_code": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "veto_pick_expires_at": [ - 3601 + 3647 ], "winning_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -63531,7 +64202,7 @@ export default { }, "matches_min_fields": { "cancels_at": [ - 5196 + 5242 ], "connection_link": [ 85 @@ -63540,22 +64211,22 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "current_match_map_id": [ - 6503 + 6603 ], "effective_at": [ - 5196 + 5242 ], "ended_at": [ - 5196 + 5242 ], "external_id": [ 85 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -63564,19 +64235,19 @@ export default { 85 ], "lineup_1_id": [ - 6503 + 6603 ], "lineup_2_id": [ - 6503 + 6603 ], "map_veto_picking_lineup_id": [ - 6503 + 6603 ], "map_veto_type": [ 85 ], "match_options_id": [ - 6503 + 6603 ], "max_players_per_lineup": [ 41 @@ -63594,16 +64265,16 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6503 + 6603 ], "scheduled_at": [ - 5196 + 5242 ], "server_error": [ 85 ], "server_id": [ - 6503 + 6603 ], "server_plugin_runtime": [ 85 @@ -63621,16 +64292,16 @@ export default { 85 ], "started_at": [ - 5196 + 5242 ], "tv_connection_string": [ 85 ], "veto_pick_expires_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -63638,67 +64309,67 @@ export default { }, "matches_min_order_by": { "cancels_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "effective_at": [ - 3601 + 3647 ], "ended_at": [ - 3601 + 3647 ], "external_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "lineup_1_id": [ - 3601 + 3647 ], "lineup_2_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "password": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "server_error": [ - 3601 + 3647 ], "server_id": [ - 3601 + 3647 ], "share_code": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "veto_pick_expires_at": [ - 3601 + 3647 ], "winning_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -63709,7 +64380,7 @@ export default { 41 ], "returning": [ - 3385 + 3431 ], "__typename": [ 85 @@ -63717,10 +64388,10 @@ export default { }, "matches_obj_rel_insert_input": { "data": [ - 3399 + 3445 ], "on_conflict": [ - 3406 + 3452 ], "__typename": [ 85 @@ -63728,13 +64399,13 @@ export default { }, "matches_on_conflict": { "constraint": [ - 3397 + 3443 ], "update_columns": [ - 3423 + 3469 ], "where": [ - 3396 + 3442 ], "__typename": [ 85 @@ -63742,52 +64413,52 @@ export default { }, "matches_order_by": { "can_assign_server": [ - 3601 + 3647 ], "can_cancel": [ - 3601 + 3647 ], "can_check_in": [ - 3601 + 3647 ], "can_reassign_winner": [ - 3601 + 3647 ], "can_schedule": [ - 3601 + 3647 ], "can_start": [ - 3601 + 3647 ], "can_stream_live": [ - 3601 + 3647 ], "can_stream_tv": [ - 3601 + 3647 ], "cancels_at": [ - 3601 + 3647 ], "clutches_aggregate": [ - 6688 + 6788 ], "connection_link": [ - 3601 + 3647 ], "connection_string": [ - 3601 + 3647 ], "counts_toward_ranking": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "current_match_map_id": [ - 3601 + 3647 ], "demos_aggregate": [ - 3088 + 3134 ], "draft_games_aggregate": [ 605 @@ -63796,190 +64467,190 @@ export default { 1211 ], "e_region": [ - 4699 + 4745 ], "effective_at": [ - 3601 + 3647 ], "elo_changes_aggregate": [ - 6895 + 6995 ], "ended_at": [ - 3601 + 3647 ], "external_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "is_captain": [ - 3601 + 3647 ], "is_coach": [ - 3601 + 3647 ], "is_friend_in_match_lineup": [ - 3601 + 3647 ], "is_in_lineup": [ - 3601 + 3647 ], "is_match_server_available": [ - 3601 + 3647 ], "is_organizer": [ - 3601 + 3647 ], "is_server_online": [ - 3601 + 3647 ], "is_tournament_match": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "lineup_1": [ - 3059 + 3105 ], "lineup_1_id": [ - 3601 + 3647 ], "lineup_2": [ - 3059 + 3105 ], "lineup_2_id": [ - 3601 + 3647 ], "lineup_counts": [ - 3601 + 3647 ], "map_veto_picking_lineup_id": [ - 3601 + 3647 ], "map_veto_picks_aggregate": [ - 3180 + 3226 ], "map_veto_type": [ - 3601 + 3647 ], "match_maps_aggregate": [ - 3206 + 3252 ], "match_options_id": [ - 3601 + 3647 ], "max_players_per_lineup": [ - 3601 + 3647 ], "min_players_per_lineup": [ - 3601 + 3647 ], "opening_duels_aggregate": [ - 6816 + 6916 ], "options": [ - 3265 + 3311 ], "organizer": [ - 4572 + 4618 ], "organizer_steam_id": [ - 3601 + 3647 ], "password": [ - 3601 + 3647 ], "player_assists_aggregate": [ - 3746 + 3792 ], "player_damages_aggregate": [ - 3807 + 3853 ], "player_flashes_aggregate": [ - 3918 + 3964 ], "player_kills_aggregate": [ - 3963 + 4009 ], "player_objectives_aggregate": [ - 4162 + 4208 ], "player_unused_utilities_aggregate": [ - 4449 + 4495 ], "player_utility_aggregate": [ - 4490 + 4536 ], "region": [ - 3601 + 3647 ], "region_veto_picking_lineup_id": [ - 3601 + 3647 ], "region_veto_picks_aggregate": [ - 3296 + 3342 ], "requested_organizer": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "server": [ - 4740 + 4786 ], "server_error": [ - 3601 + 3647 ], "server_id": [ - 3601 + 3647 ], "server_plugin_runtime": [ - 3601 + 3647 ], "server_region": [ - 3601 + 3647 ], "server_type": [ - 3601 + 3647 ], "share_code": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "streams_aggregate": [ - 3324 + 3370 ], "teams_aggregate": [ - 5154 + 5200 ], "tournament_brackets_aggregate": [ - 5247 + 5293 ], "tv_connection_string": [ - 3601 + 3647 ], "veto_pick_expires_at": [ - 3601 + 3647 ], "winner": [ - 3059 + 3105 ], "winning_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -63987,7 +64658,7 @@ export default { }, "matches_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -63998,34 +64669,34 @@ export default { "matches_select_column_matches_aggregate_bool_exp_bool_or_arguments_columns": {}, "matches_set_input": { "cancels_at": [ - 5196 + 5242 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5196 + 5242 ], "ended_at": [ - 5196 + 5242 ], "external_id": [ 85 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "lineup_1_id": [ - 6503 + 6603 ], "lineup_2_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "organizer_steam_id": [ 311 @@ -64037,13 +64708,13 @@ export default { 85 ], "scheduled_at": [ - 5196 + 5242 ], "server_error": [ 85 ], "server_id": [ - 6503 + 6603 ], "share_code": [ 85 @@ -64052,16 +64723,16 @@ export default { 85 ], "started_at": [ - 5196 + 5242 ], "status": [ 1203 ], "veto_pick_expires_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -64083,7 +64754,7 @@ export default { }, "matches_stddev_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64105,7 +64776,7 @@ export default { }, "matches_stddev_pop_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64127,7 +64798,7 @@ export default { }, "matches_stddev_samp_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64135,7 +64806,7 @@ export default { }, "matches_stream_cursor_input": { "initial_value": [ - 3420 + 3466 ], "ordering": [ 394 @@ -64146,37 +64817,37 @@ export default { }, "matches_stream_cursor_value_input": { "cancels_at": [ - 5196 + 5242 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5196 + 5242 ], "effective_at": [ - 5196 + 5242 ], "ended_at": [ - 5196 + 5242 ], "external_id": [ 85 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "lineup_1_id": [ - 6503 + 6603 ], "lineup_2_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "organizer_steam_id": [ 311 @@ -64188,13 +64859,13 @@ export default { 85 ], "scheduled_at": [ - 5196 + 5242 ], "server_error": [ 85 ], "server_id": [ - 6503 + 6603 ], "share_code": [ 85 @@ -64203,16 +64874,16 @@ export default { 85 ], "started_at": [ - 5196 + 5242 ], "status": [ 1203 ], "veto_pick_expires_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -64234,7 +64905,7 @@ export default { }, "matches_sum_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64243,13 +64914,13 @@ export default { "matches_update_column": {}, "matches_updates": { "_inc": [ - 3398 + 3444 ], "_set": [ - 3412 + 3458 ], "where": [ - 3396 + 3442 ], "__typename": [ 85 @@ -64271,7 +64942,7 @@ export default { }, "matches_var_pop_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64293,7 +64964,7 @@ export default { }, "matches_var_samp_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64315,7 +64986,7 @@ export default { }, "matches_variance_order_by": { "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64334,10 +65005,10 @@ export default { }, "migration_hashes_hashes_aggregate": { "aggregate": [ - 3433 + 3479 ], "nodes": [ - 3431 + 3477 ], "__typename": [ 85 @@ -64348,7 +65019,7 @@ export default { 41, { "columns": [ - 3443, + 3489, "[migration_hashes_hashes_select_column!]" ], "distinct": [ @@ -64357,10 +65028,10 @@ export default { } ], "max": [ - 3437 + 3483 ], "min": [ - 3438 + 3484 ], "__typename": [ 85 @@ -64368,13 +65039,13 @@ export default { }, "migration_hashes_hashes_bool_exp": { "_and": [ - 3434 + 3480 ], "_not": [ - 3434 + 3480 ], "_or": [ - 3434 + 3480 ], "hash": [ 87 @@ -64425,7 +65096,7 @@ export default { 41 ], "returning": [ - 3431 + 3477 ], "__typename": [ 85 @@ -64433,13 +65104,13 @@ export default { }, "migration_hashes_hashes_on_conflict": { "constraint": [ - 3435 + 3481 ], "update_columns": [ - 3447 + 3493 ], "where": [ - 3434 + 3480 ], "__typename": [ 85 @@ -64447,10 +65118,10 @@ export default { }, "migration_hashes_hashes_order_by": { "hash": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64478,7 +65149,7 @@ export default { }, "migration_hashes_hashes_stream_cursor_input": { "initial_value": [ - 3446 + 3492 ], "ordering": [ 394 @@ -64501,10 +65172,10 @@ export default { "migration_hashes_hashes_update_column": {}, "migration_hashes_hashes_updates": { "_set": [ - 3444 + 3490 ], "where": [ - 3434 + 3480 ], "__typename": [ 85 @@ -64518,7 +65189,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -64530,7 +65201,7 @@ export default { 85 ], "elo": [ - 2392, + 2438, { "path": [ 85 @@ -64550,7 +65221,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -64568,7 +65239,7 @@ export default { 85 ], "last_presence_state": [ - 2392, + 2438, { "path": [ 85 @@ -64576,10 +65247,10 @@ export default { } ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -64591,25 +65262,25 @@ export default { 85 ], "player": [ - 4559 + 4605 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "presence_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 85 @@ -64624,7 +65295,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -64641,10 +65312,10 @@ export default { }, "my_friends_aggregate": { "aggregate": [ - 3455 + 3501 ], "nodes": [ - 3449 + 3495 ], "__typename": [ 85 @@ -64652,13 +65323,13 @@ export default { }, "my_friends_aggregate_bool_exp": { "bool_and": [ - 3452 + 3498 ], "bool_or": [ - 3453 + 3499 ], "count": [ - 3454 + 3500 ], "__typename": [ 85 @@ -64666,13 +65337,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_and": { "arguments": [ - 3475 + 3521 ], "distinct": [ 6 ], "filter": [ - 3461 + 3507 ], "predicate": [ 7 @@ -64683,13 +65354,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_or": { "arguments": [ - 3476 + 3522 ], "distinct": [ 6 ], "filter": [ - 3461 + 3507 ], "predicate": [ 7 @@ -64700,13 +65371,13 @@ export default { }, "my_friends_aggregate_bool_exp_count": { "arguments": [ - 3474 + 3520 ], "distinct": [ 6 ], "filter": [ - 3461 + 3507 ], "predicate": [ 42 @@ -64717,13 +65388,13 @@ export default { }, "my_friends_aggregate_fields": { "avg": [ - 3459 + 3505 ], "count": [ 41, { "columns": [ - 3474, + 3520, "[my_friends_select_column!]" ], "distinct": [ @@ -64732,31 +65403,31 @@ export default { } ], "max": [ - 3467 + 3513 ], "min": [ - 3469 + 3515 ], "stddev": [ - 3478 + 3524 ], "stddev_pop": [ - 3480 + 3526 ], "stddev_samp": [ - 3482 + 3528 ], "sum": [ - 3486 + 3532 ], "var_pop": [ - 3489 + 3535 ], "var_samp": [ - 3491 + 3537 ], "variance": [ - 3493 + 3539 ], "__typename": [ 85 @@ -64764,37 +65435,37 @@ export default { }, "my_friends_aggregate_order_by": { "avg": [ - 3460 + 3506 ], "count": [ - 3601 + 3647 ], "max": [ - 3468 + 3514 ], "min": [ - 3470 + 3516 ], "stddev": [ - 3479 + 3525 ], "stddev_pop": [ - 3481 + 3527 ], "stddev_samp": [ - 3483 + 3529 ], "sum": [ - 3487 + 3533 ], "var_pop": [ - 3490 + 3536 ], "var_samp": [ - 3492 + 3538 ], "variance": [ - 3494 + 3540 ], "__typename": [ 85 @@ -64802,10 +65473,10 @@ export default { }, "my_friends_append_input": { "elo": [ - 2392 + 2438 ], "last_presence_state": [ - 2392 + 2438 ], "__typename": [ 85 @@ -64813,7 +65484,7 @@ export default { }, "my_friends_arr_rel_insert_input": { "data": [ - 3466 + 3512 ], "__typename": [ 85 @@ -64853,31 +65524,31 @@ export default { }, "my_friends_avg_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -64885,13 +65556,13 @@ export default { }, "my_friends_bool_exp": { "_and": [ - 3461 + 3507 ], "_not": [ - 3461 + 3507 ], "_or": [ - 3461 + 3507 ], "avatar_url": [ 87 @@ -64900,7 +65571,7 @@ export default { 87 ], "created_at": [ - 5197 + 5243 ], "custom_avatar_url": [ 87 @@ -64912,7 +65583,7 @@ export default { 87 ], "elo": [ - 2394 + 2440 ], "faceit_elo": [ 42 @@ -64927,7 +65598,7 @@ export default { 42 ], "faceit_updated_at": [ - 5197 + 5243 ], "faceit_url": [ 87 @@ -64945,13 +65616,13 @@ export default { 87 ], "last_presence_state": [ - 2394 + 2440 ], "last_read_news_at": [ - 5197 + 5243 ], "last_sign_in_at": [ - 5197 + 5243 ], "name": [ 87 @@ -64963,25 +65634,25 @@ export default { 87 ], "player": [ - 4563 + 4609 ], "premier_rank": [ 42 ], "premier_rank_updated_at": [ - 5197 + 5243 ], "presence_updated_at": [ - 5197 + 5243 ], "profile_url": [ 87 ], "quiet_hours_end": [ - 5194 + 5240 ], "quiet_hours_start": [ - 5194 + 5240 ], "role": [ 87 @@ -64996,7 +65667,7 @@ export default { 87 ], "steam_bans_checked_at": [ - 5197 + 5243 ], "steam_id": [ 313 @@ -65084,7 +65755,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -65096,7 +65767,7 @@ export default { 85 ], "elo": [ - 2392 + 2438 ], "faceit_elo": [ 41 @@ -65111,7 +65782,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -65129,13 +65800,13 @@ export default { 85 ], "last_presence_state": [ - 2392 + 2438 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -65147,25 +65818,25 @@ export default { 85 ], "player": [ - 4570 + 4616 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "presence_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 85 @@ -65180,7 +65851,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -65203,7 +65874,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -65227,7 +65898,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -65245,10 +65916,10 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -65260,10 +65931,10 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "presence_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 @@ -65278,7 +65949,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -65292,94 +65963,94 @@ export default { }, "my_friends_max_order_by": { "avatar_url": [ - 3601 + 3647 ], "country": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "custom_avatar_url": [ - 3601 + 3647 ], "days_since_last_ban": [ - 3601 + 3647 ], "discord_id": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_nickname": [ - 3601 + 3647 ], "faceit_player_id": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "faceit_updated_at": [ - 3601 + 3647 ], "faceit_url": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "language": [ - 3601 + 3647 ], "last_read_news_at": [ - 3601 + 3647 ], "last_sign_in_at": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "notification_timezone": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "premier_rank_updated_at": [ - 3601 + 3647 ], "presence_updated_at": [ - 3601 + 3647 ], "profile_url": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "steam_bans_checked_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -65393,7 +66064,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -65417,7 +66088,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -65435,10 +66106,10 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -65450,10 +66121,10 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "presence_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 @@ -65468,7 +66139,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -65482,94 +66153,94 @@ export default { }, "my_friends_min_order_by": { "avatar_url": [ - 3601 + 3647 ], "country": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "custom_avatar_url": [ - 3601 + 3647 ], "days_since_last_ban": [ - 3601 + 3647 ], "discord_id": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_nickname": [ - 3601 + 3647 ], "faceit_player_id": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "faceit_updated_at": [ - 3601 + 3647 ], "faceit_url": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "language": [ - 3601 + 3647 ], "last_read_news_at": [ - 3601 + 3647 ], "last_sign_in_at": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "notification_timezone": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "premier_rank_updated_at": [ - 3601 + 3647 ], "presence_updated_at": [ - 3601 + 3647 ], "profile_url": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "steam_bans_checked_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -65580,7 +66251,7 @@ export default { 41 ], "returning": [ - 3449 + 3495 ], "__typename": [ 85 @@ -65588,118 +66259,118 @@ export default { }, "my_friends_order_by": { "avatar_url": [ - 3601 + 3647 ], "country": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "custom_avatar_url": [ - 3601 + 3647 ], "days_since_last_ban": [ - 3601 + 3647 ], "discord_id": [ - 3601 + 3647 ], "elo": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_nickname": [ - 3601 + 3647 ], "faceit_player_id": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "faceit_updated_at": [ - 3601 + 3647 ], "faceit_url": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "language": [ - 3601 + 3647 ], "last_presence_state": [ - 3601 + 3647 ], "last_read_news_at": [ - 3601 + 3647 ], "last_sign_in_at": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "name_registered": [ - 3601 + 3647 ], "notification_timezone": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "premier_rank": [ - 3601 + 3647 ], "premier_rank_updated_at": [ - 3601 + 3647 ], "presence_updated_at": [ - 3601 + 3647 ], "profile_url": [ - 3601 + 3647 ], "quiet_hours_end": [ - 3601 + 3647 ], "quiet_hours_start": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "show_match_ready_modal": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "steam_bans_checked_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "vac_banned": [ - 3601 + 3647 ], "__typename": [ 85 @@ -65707,10 +66378,10 @@ export default { }, "my_friends_prepend_input": { "elo": [ - 2392 + 2438 ], "last_presence_state": [ - 2392 + 2438 ], "__typename": [ 85 @@ -65727,7 +66398,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -65739,7 +66410,7 @@ export default { 85 ], "elo": [ - 2392 + 2438 ], "faceit_elo": [ 41 @@ -65754,7 +66425,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -65772,13 +66443,13 @@ export default { 85 ], "last_presence_state": [ - 2392 + 2438 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -65793,19 +66464,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "presence_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 85 @@ -65820,7 +66491,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -65869,31 +66540,31 @@ export default { }, "my_friends_stddev_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -65933,31 +66604,31 @@ export default { }, "my_friends_stddev_pop_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -65997,31 +66668,31 @@ export default { }, "my_friends_stddev_samp_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -66029,7 +66700,7 @@ export default { }, "my_friends_stream_cursor_input": { "initial_value": [ - 3485 + 3531 ], "ordering": [ 394 @@ -66046,7 +66717,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -66058,7 +66729,7 @@ export default { 85 ], "elo": [ - 2392 + 2438 ], "faceit_elo": [ 41 @@ -66073,7 +66744,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -66091,13 +66762,13 @@ export default { 85 ], "last_presence_state": [ - 2392 + 2438 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -66112,19 +66783,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "presence_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 85 @@ -66139,7 +66810,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -66188,31 +66859,31 @@ export default { }, "my_friends_sum_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -66220,28 +66891,28 @@ export default { }, "my_friends_updates": { "_append": [ - 3457 + 3503 ], "_delete_at_path": [ - 3462 + 3508 ], "_delete_elem": [ - 3463 + 3509 ], "_delete_key": [ - 3464 + 3510 ], "_inc": [ - 3465 + 3511 ], "_prepend": [ - 3473 + 3519 ], "_set": [ - 3477 + 3523 ], "where": [ - 3461 + 3507 ], "__typename": [ 85 @@ -66281,31 +66952,31 @@ export default { }, "my_friends_var_pop_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -66345,31 +67016,31 @@ export default { }, "my_friends_var_samp_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -66409,31 +67080,31 @@ export default { }, "my_friends_variance_order_by": { "days_since_last_ban": [ - 3601 + 3647 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_skill_level": [ - 3601 + 3647 ], "friend_steam_id": [ - 3601 + 3647 ], "game_ban_count": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "vac_ban_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -66441,7 +67112,7 @@ export default { }, "news_articles": { "author": [ - 4559 + 4605 ], "author_steam_id": [ 311 @@ -66453,13 +67124,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "published_at": [ - 5196 + 5242 ], "slug": [ 85 @@ -66474,7 +67145,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "view_count": [ 311 @@ -66485,10 +67156,10 @@ export default { }, "news_articles_aggregate": { "aggregate": [ - 3497 + 3543 ], "nodes": [ - 3495 + 3541 ], "__typename": [ 85 @@ -66496,13 +67167,13 @@ export default { }, "news_articles_aggregate_fields": { "avg": [ - 3498 + 3544 ], "count": [ 41, { "columns": [ - 3509, + 3555, "[news_articles_select_column!]" ], "distinct": [ @@ -66511,31 +67182,31 @@ export default { } ], "max": [ - 3503 + 3549 ], "min": [ - 3504 + 3550 ], "stddev": [ - 3511 + 3557 ], "stddev_pop": [ - 3512 + 3558 ], "stddev_samp": [ - 3513 + 3559 ], "sum": [ - 3516 + 3562 ], "var_pop": [ - 3519 + 3565 ], "var_samp": [ - 3520 + 3566 ], "variance": [ - 3521 + 3567 ], "__typename": [ 85 @@ -66554,16 +67225,16 @@ export default { }, "news_articles_bool_exp": { "_and": [ - 3499 + 3545 ], "_not": [ - 3499 + 3545 ], "_or": [ - 3499 + 3545 ], "author": [ - 4563 + 4609 ], "author_steam_id": [ 313 @@ -66575,13 +67246,13 @@ export default { 87 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "published_at": [ - 5197 + 5243 ], "slug": [ 87 @@ -66596,7 +67267,7 @@ export default { 87 ], "updated_at": [ - 5197 + 5243 ], "view_count": [ 313 @@ -66619,7 +67290,7 @@ export default { }, "news_articles_insert_input": { "author": [ - 4570 + 4616 ], "author_steam_id": [ 311 @@ -66631,13 +67302,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "published_at": [ - 5196 + 5242 ], "slug": [ 85 @@ -66652,7 +67323,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "view_count": [ 311 @@ -66672,13 +67343,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "published_at": [ - 5196 + 5242 ], "slug": [ 85 @@ -66693,7 +67364,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "view_count": [ 311 @@ -66713,13 +67384,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "published_at": [ - 5196 + 5242 ], "slug": [ 85 @@ -66734,7 +67405,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "view_count": [ 311 @@ -66748,7 +67419,7 @@ export default { 41 ], "returning": [ - 3495 + 3541 ], "__typename": [ 85 @@ -66756,13 +67427,13 @@ export default { }, "news_articles_on_conflict": { "constraint": [ - 3500 + 3546 ], "update_columns": [ - 3517 + 3563 ], "where": [ - 3499 + 3545 ], "__typename": [ 85 @@ -66770,43 +67441,43 @@ export default { }, "news_articles_order_by": { "author": [ - 4572 + 4618 ], "author_steam_id": [ - 3601 + 3647 ], "content_markdown": [ - 3601 + 3647 ], "cover_image_url": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "published_at": [ - 3601 + 3647 ], "slug": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "teaser": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "view_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -66814,7 +67485,7 @@ export default { }, "news_articles_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -66832,13 +67503,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "published_at": [ - 5196 + 5242 ], "slug": [ 85 @@ -66853,7 +67524,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "view_count": [ 311 @@ -66897,7 +67568,7 @@ export default { }, "news_articles_stream_cursor_input": { "initial_value": [ - 3515 + 3561 ], "ordering": [ 394 @@ -66917,13 +67588,13 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "published_at": [ - 5196 + 5242 ], "slug": [ 85 @@ -66938,7 +67609,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "view_count": [ 311 @@ -66961,13 +67632,13 @@ export default { "news_articles_update_column": {}, "news_articles_updates": { "_inc": [ - 3501 + 3547 ], "_set": [ - 3510 + 3556 ], "where": [ - 3499 + 3545 ], "__typename": [ 85 @@ -67020,7 +67691,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -67028,10 +67699,10 @@ export default { }, "notification_preferences_aggregate": { "aggregate": [ - 3524 + 3570 ], "nodes": [ - 3522 + 3568 ], "__typename": [ 85 @@ -67039,13 +67710,13 @@ export default { }, "notification_preferences_aggregate_fields": { "avg": [ - 3525 + 3571 ], "count": [ 41, { "columns": [ - 3536, + 3582, "[notification_preferences_select_column!]" ], "distinct": [ @@ -67054,31 +67725,31 @@ export default { } ], "max": [ - 3530 + 3576 ], "min": [ - 3531 + 3577 ], "stddev": [ - 3538 + 3584 ], "stddev_pop": [ - 3539 + 3585 ], "stddev_samp": [ - 3540 + 3586 ], "sum": [ - 3543 + 3589 ], "var_pop": [ - 3546 + 3592 ], "var_samp": [ - 3547 + 3593 ], "variance": [ - 3548 + 3594 ], "__typename": [ 85 @@ -67094,13 +67765,13 @@ export default { }, "notification_preferences_bool_exp": { "_and": [ - 3526 + 3572 ], "_not": [ - 3526 + 3572 ], "_or": [ - 3526 + 3572 ], "channel": [ 87 @@ -67115,7 +67786,7 @@ export default { 313 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -67144,7 +67815,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -67161,7 +67832,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -67178,7 +67849,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -67189,7 +67860,7 @@ export default { 41 ], "returning": [ - 3522 + 3568 ], "__typename": [ 85 @@ -67197,13 +67868,13 @@ export default { }, "notification_preferences_on_conflict": { "constraint": [ - 3527 + 3573 ], "update_columns": [ - 3544 + 3590 ], "where": [ - 3526 + 3572 ], "__typename": [ 85 @@ -67211,19 +67882,19 @@ export default { }, "notification_preferences_order_by": { "channel": [ - 3601 + 3647 ], "enabled": [ - 3601 + 3647 ], "key": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -67258,7 +67929,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -67290,7 +67961,7 @@ export default { }, "notification_preferences_stream_cursor_input": { "initial_value": [ - 3542 + 3588 ], "ordering": [ 394 @@ -67313,7 +67984,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -67330,13 +68001,13 @@ export default { "notification_preferences_update_column": {}, "notification_preferences_updates": { "_inc": [ - 3528 + 3574 ], "_set": [ - 3537 + 3583 ], "where": [ - 3526 + 3572 ], "__typename": [ 85 @@ -67368,7 +68039,7 @@ export default { }, "notifications": { "actions": [ - 2392, + 2438, { "path": [ 85 @@ -67376,10 +68047,10 @@ export default { } ], "created_at": [ - 5196 + 5242 ], "data": [ - 2392, + 2438, { "path": [ 85 @@ -67390,13 +68061,13 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "entity_id": [ 85 ], "id": [ - 6503 + 6603 ], "in_app": [ 6 @@ -67408,7 +68079,7 @@ export default { 85 ], "player": [ - 4559 + 4605 ], "role": [ 1285 @@ -67428,10 +68099,10 @@ export default { }, "notifications_aggregate": { "aggregate": [ - 3555 + 3601 ], "nodes": [ - 3549 + 3595 ], "__typename": [ 85 @@ -67439,13 +68110,13 @@ export default { }, "notifications_aggregate_bool_exp": { "bool_and": [ - 3552 + 3598 ], "bool_or": [ - 3553 + 3599 ], "count": [ - 3554 + 3600 ], "__typename": [ 85 @@ -67453,13 +68124,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_and": { "arguments": [ - 3578 + 3624 ], "distinct": [ 6 ], "filter": [ - 3561 + 3607 ], "predicate": [ 7 @@ -67470,13 +68141,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_or": { "arguments": [ - 3579 + 3625 ], "distinct": [ 6 ], "filter": [ - 3561 + 3607 ], "predicate": [ 7 @@ -67487,13 +68158,13 @@ export default { }, "notifications_aggregate_bool_exp_count": { "arguments": [ - 3577 + 3623 ], "distinct": [ 6 ], "filter": [ - 3561 + 3607 ], "predicate": [ 42 @@ -67504,13 +68175,13 @@ export default { }, "notifications_aggregate_fields": { "avg": [ - 3559 + 3605 ], "count": [ 41, { "columns": [ - 3577, + 3623, "[notifications_select_column!]" ], "distinct": [ @@ -67519,31 +68190,31 @@ export default { } ], "max": [ - 3568 + 3614 ], "min": [ - 3570 + 3616 ], "stddev": [ - 3581 + 3627 ], "stddev_pop": [ - 3583 + 3629 ], "stddev_samp": [ - 3585 + 3631 ], "sum": [ - 3589 + 3635 ], "var_pop": [ - 3593 + 3639 ], "var_samp": [ - 3595 + 3641 ], "variance": [ - 3597 + 3643 ], "__typename": [ 85 @@ -67551,37 +68222,37 @@ export default { }, "notifications_aggregate_order_by": { "avg": [ - 3560 + 3606 ], "count": [ - 3601 + 3647 ], "max": [ - 3569 + 3615 ], "min": [ - 3571 + 3617 ], "stddev": [ - 3582 + 3628 ], "stddev_pop": [ - 3584 + 3630 ], "stddev_samp": [ - 3586 + 3632 ], "sum": [ - 3590 + 3636 ], "var_pop": [ - 3594 + 3640 ], "var_samp": [ - 3596 + 3642 ], "variance": [ - 3598 + 3644 ], "__typename": [ 85 @@ -67589,10 +68260,10 @@ export default { }, "notifications_append_input": { "actions": [ - 2392 + 2438 ], "data": [ - 2392 + 2438 ], "__typename": [ 85 @@ -67600,10 +68271,10 @@ export default { }, "notifications_arr_rel_insert_input": { "data": [ - 3567 + 3613 ], "on_conflict": [ - 3573 + 3619 ], "__typename": [ 85 @@ -67619,7 +68290,7 @@ export default { }, "notifications_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -67627,34 +68298,34 @@ export default { }, "notifications_bool_exp": { "_and": [ - 3561 + 3607 ], "_not": [ - 3561 + 3607 ], "_or": [ - 3561 + 3607 ], "actions": [ - 2394 + 2440 ], "created_at": [ - 5197 + 5243 ], "data": [ - 2394 + 2440 ], "deletable": [ 7 ], "deleted_at": [ - 5197 + 5243 ], "entity_id": [ 87 ], "id": [ - 6505 + 6605 ], "in_app": [ 7 @@ -67666,7 +68337,7 @@ export default { 87 ], "player": [ - 4563 + 4609 ], "role": [ 1286 @@ -67728,25 +68399,25 @@ export default { }, "notifications_insert_input": { "actions": [ - 2392 + 2438 ], "created_at": [ - 5196 + 5242 ], "data": [ - 2392 + 2438 ], "deletable": [ 6 ], "deleted_at": [ - 5196 + 5242 ], "entity_id": [ 85 ], "id": [ - 6503 + 6603 ], "in_app": [ 6 @@ -67758,7 +68429,7 @@ export default { 85 ], "player": [ - 4570 + 4616 ], "role": [ 1285 @@ -67778,16 +68449,16 @@ export default { }, "notifications_max_fields": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "entity_id": [ 85 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -67804,25 +68475,25 @@ export default { }, "notifications_max_order_by": { "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "entity_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "__typename": [ 85 @@ -67830,16 +68501,16 @@ export default { }, "notifications_min_fields": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "entity_id": [ 85 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -67856,25 +68527,25 @@ export default { }, "notifications_min_order_by": { "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "entity_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "__typename": [ 85 @@ -67885,7 +68556,7 @@ export default { 41 ], "returning": [ - 3549 + 3595 ], "__typename": [ 85 @@ -67893,13 +68564,13 @@ export default { }, "notifications_on_conflict": { "constraint": [ - 3562 + 3608 ], "update_columns": [ - 3591 + 3637 ], "where": [ - 3561 + 3607 ], "__typename": [ 85 @@ -67907,49 +68578,49 @@ export default { }, "notifications_order_by": { "actions": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "data": [ - 3601 + 3647 ], "deletable": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "entity_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "in_app": [ - 3601 + 3647 ], "is_read": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "role": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -67957,7 +68628,7 @@ export default { }, "notifications_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -67965,10 +68636,10 @@ export default { }, "notifications_prepend_input": { "actions": [ - 2392 + 2438 ], "data": [ - 2392 + 2438 ], "__typename": [ 85 @@ -67979,25 +68650,25 @@ export default { "notifications_select_column_notifications_aggregate_bool_exp_bool_or_arguments_columns": {}, "notifications_set_input": { "actions": [ - 2392 + 2438 ], "created_at": [ - 5196 + 5242 ], "data": [ - 2392 + 2438 ], "deletable": [ 6 ], "deleted_at": [ - 5196 + 5242 ], "entity_id": [ 85 ], "id": [ - 6503 + 6603 ], "in_app": [ 6 @@ -68034,7 +68705,7 @@ export default { }, "notifications_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68050,7 +68721,7 @@ export default { }, "notifications_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68066,7 +68737,7 @@ export default { }, "notifications_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68074,7 +68745,7 @@ export default { }, "notifications_stream_cursor_input": { "initial_value": [ - 3588 + 3634 ], "ordering": [ 394 @@ -68085,25 +68756,25 @@ export default { }, "notifications_stream_cursor_value_input": { "actions": [ - 2392 + 2438 ], "created_at": [ - 5196 + 5242 ], "data": [ - 2392 + 2438 ], "deletable": [ 6 ], "deleted_at": [ - 5196 + 5242 ], "entity_id": [ 85 ], "id": [ - 6503 + 6603 ], "in_app": [ 6 @@ -68140,7 +68811,7 @@ export default { }, "notifications_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68149,28 +68820,28 @@ export default { "notifications_update_column": {}, "notifications_updates": { "_append": [ - 3557 + 3603 ], "_delete_at_path": [ - 3563 + 3609 ], "_delete_elem": [ - 3564 + 3610 ], "_delete_key": [ - 3565 + 3611 ], "_inc": [ - 3566 + 3612 ], "_prepend": [ - 3576 + 3622 ], "_set": [ - 3580 + 3626 ], "where": [ - 3561 + 3607 ], "__typename": [ 85 @@ -68186,7 +68857,7 @@ export default { }, "notifications_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68202,7 +68873,7 @@ export default { }, "notifications_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68218,7 +68889,7 @@ export default { }, "notifications_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68227,31 +68898,31 @@ export default { "numeric": {}, "numeric_comparison_exp": { "_eq": [ - 3599 + 3645 ], "_gt": [ - 3599 + 3645 ], "_gte": [ - 3599 + 3645 ], "_in": [ - 3599 + 3645 ], "_is_null": [ 6 ], "_lt": [ - 3599 + 3645 ], "_lte": [ - 3599 + 3645 ], "_neq": [ - 3599 + 3645 ], "_nin": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68260,19 +68931,19 @@ export default { "order_by": {}, "pending_match_import_players": { "created_at": [ - 5196 + 5242 ], "pending_match_import": [ - 3643 + 3689 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68280,10 +68951,10 @@ export default { }, "pending_match_import_players_aggregate": { "aggregate": [ - 3606 + 3652 ], "nodes": [ - 3602 + 3648 ], "__typename": [ 85 @@ -68291,7 +68962,7 @@ export default { }, "pending_match_import_players_aggregate_bool_exp": { "count": [ - 3605 + 3651 ], "__typename": [ 85 @@ -68299,13 +68970,13 @@ export default { }, "pending_match_import_players_aggregate_bool_exp_count": { "arguments": [ - 3623 + 3669 ], "distinct": [ 6 ], "filter": [ - 3611 + 3657 ], "predicate": [ 42 @@ -68316,13 +68987,13 @@ export default { }, "pending_match_import_players_aggregate_fields": { "avg": [ - 3609 + 3655 ], "count": [ 41, { "columns": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "distinct": [ @@ -68331,31 +69002,31 @@ export default { } ], "max": [ - 3615 + 3661 ], "min": [ - 3617 + 3663 ], "stddev": [ - 3625 + 3671 ], "stddev_pop": [ - 3627 + 3673 ], "stddev_samp": [ - 3629 + 3675 ], "sum": [ - 3633 + 3679 ], "var_pop": [ - 3637 + 3683 ], "var_samp": [ - 3639 + 3685 ], "variance": [ - 3641 + 3687 ], "__typename": [ 85 @@ -68363,37 +69034,37 @@ export default { }, "pending_match_import_players_aggregate_order_by": { "avg": [ - 3610 + 3656 ], "count": [ - 3601 + 3647 ], "max": [ - 3616 + 3662 ], "min": [ - 3618 + 3664 ], "stddev": [ - 3626 + 3672 ], "stddev_pop": [ - 3628 + 3674 ], "stddev_samp": [ - 3630 + 3676 ], "sum": [ - 3634 + 3680 ], "var_pop": [ - 3638 + 3684 ], "var_samp": [ - 3640 + 3686 ], "variance": [ - 3642 + 3688 ], "__typename": [ 85 @@ -68401,10 +69072,10 @@ export default { }, "pending_match_import_players_arr_rel_insert_input": { "data": [ - 3614 + 3660 ], "on_conflict": [ - 3620 + 3666 ], "__typename": [ 85 @@ -68423,10 +69094,10 @@ export default { }, "pending_match_import_players_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68434,28 +69105,28 @@ export default { }, "pending_match_import_players_bool_exp": { "_and": [ - 3611 + 3657 ], "_not": [ - 3611 + 3657 ], "_or": [ - 3611 + 3657 ], "created_at": [ - 5197 + 5243 ], "pending_match_import": [ - 3647 + 3693 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 ], "valve_match_id": [ - 3600 + 3646 ], "__typename": [ 85 @@ -68467,7 +69138,7 @@ export default { 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68475,19 +69146,19 @@ export default { }, "pending_match_import_players_insert_input": { "created_at": [ - 5196 + 5242 ], "pending_match_import": [ - 3654 + 3700 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68495,13 +69166,13 @@ export default { }, "pending_match_import_players_max_fields": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68509,13 +69180,13 @@ export default { }, "pending_match_import_players_max_order_by": { "created_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68523,13 +69194,13 @@ export default { }, "pending_match_import_players_min_fields": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68537,13 +69208,13 @@ export default { }, "pending_match_import_players_min_order_by": { "created_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68554,7 +69225,7 @@ export default { 41 ], "returning": [ - 3602 + 3648 ], "__typename": [ 85 @@ -68562,13 +69233,13 @@ export default { }, "pending_match_import_players_on_conflict": { "constraint": [ - 3612 + 3658 ], "update_columns": [ - 3635 + 3681 ], "where": [ - 3611 + 3657 ], "__typename": [ 85 @@ -68576,19 +69247,19 @@ export default { }, "pending_match_import_players_order_by": { "created_at": [ - 3601 + 3647 ], "pending_match_import": [ - 3656 + 3702 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68599,7 +69270,7 @@ export default { 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68608,13 +69279,13 @@ export default { "pending_match_import_players_select_column": {}, "pending_match_import_players_set_input": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68633,10 +69304,10 @@ export default { }, "pending_match_import_players_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68655,10 +69326,10 @@ export default { }, "pending_match_import_players_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68677,10 +69348,10 @@ export default { }, "pending_match_import_players_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68688,7 +69359,7 @@ export default { }, "pending_match_import_players_stream_cursor_input": { "initial_value": [ - 3632 + 3678 ], "ordering": [ 394 @@ -68699,13 +69370,13 @@ export default { }, "pending_match_import_players_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68716,7 +69387,7 @@ export default { 311 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68724,10 +69395,10 @@ export default { }, "pending_match_import_players_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68736,13 +69407,13 @@ export default { "pending_match_import_players_update_column": {}, "pending_match_import_players_updates": { "_inc": [ - 3613 + 3659 ], "_set": [ - 3624 + 3670 ], "where": [ - 3611 + 3657 ], "__typename": [ 85 @@ -68761,10 +69432,10 @@ export default { }, "pending_match_import_players_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68783,10 +69454,10 @@ export default { }, "pending_match_import_players_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68805,10 +69476,10 @@ export default { }, "pending_match_import_players_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -68816,7 +69487,7 @@ export default { }, "pending_match_imports": { "created_at": [ - 5196 + 5242 ], "demo_url": [ 85 @@ -68828,13 +69499,13 @@ export default { 85 ], "match_start_time": [ - 5196 + 5242 ], "players": [ - 3602, + 3648, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -68844,19 +69515,19 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "players_aggregate": [ - 3603, + 3649, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -68866,11 +69537,11 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], @@ -68881,10 +69552,10 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -68892,10 +69563,10 @@ export default { }, "pending_match_imports_aggregate": { "aggregate": [ - 3645 + 3691 ], "nodes": [ - 3643 + 3689 ], "__typename": [ 85 @@ -68903,13 +69574,13 @@ export default { }, "pending_match_imports_aggregate_fields": { "avg": [ - 3646 + 3692 ], "count": [ 41, { "columns": [ - 3658, + 3704, "[pending_match_imports_select_column!]" ], "distinct": [ @@ -68918,31 +69589,31 @@ export default { } ], "max": [ - 3651 + 3697 ], "min": [ - 3652 + 3698 ], "stddev": [ - 3660 + 3706 ], "stddev_pop": [ - 3661 + 3707 ], "stddev_samp": [ - 3662 + 3708 ], "sum": [ - 3665 + 3711 ], "var_pop": [ - 3668 + 3714 ], "var_samp": [ - 3669 + 3715 ], "variance": [ - 3670 + 3716 ], "__typename": [ 85 @@ -68958,16 +69629,16 @@ export default { }, "pending_match_imports_bool_exp": { "_and": [ - 3647 + 3693 ], "_not": [ - 3647 + 3693 ], "_or": [ - 3647 + 3693 ], "created_at": [ - 5197 + 5243 ], "demo_url": [ 87 @@ -68979,13 +69650,13 @@ export default { 87 ], "match_start_time": [ - 5197 + 5243 ], "players": [ - 3611 + 3657 ], "players_aggregate": [ - 3604 + 3650 ], "share_code": [ 87 @@ -68994,10 +69665,10 @@ export default { 87 ], "updated_at": [ - 5197 + 5243 ], "valve_match_id": [ - 3600 + 3646 ], "__typename": [ 85 @@ -69006,7 +69677,7 @@ export default { "pending_match_imports_constraint": {}, "pending_match_imports_inc_input": { "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69014,7 +69685,7 @@ export default { }, "pending_match_imports_insert_input": { "created_at": [ - 5196 + 5242 ], "demo_url": [ 85 @@ -69026,10 +69697,10 @@ export default { 85 ], "match_start_time": [ - 5196 + 5242 ], "players": [ - 3608 + 3654 ], "share_code": [ 85 @@ -69038,10 +69709,10 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69049,7 +69720,7 @@ export default { }, "pending_match_imports_max_fields": { "created_at": [ - 5196 + 5242 ], "demo_url": [ 85 @@ -69061,7 +69732,7 @@ export default { 85 ], "match_start_time": [ - 5196 + 5242 ], "share_code": [ 85 @@ -69070,10 +69741,10 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69081,7 +69752,7 @@ export default { }, "pending_match_imports_min_fields": { "created_at": [ - 5196 + 5242 ], "demo_url": [ 85 @@ -69093,7 +69764,7 @@ export default { 85 ], "match_start_time": [ - 5196 + 5242 ], "share_code": [ 85 @@ -69102,10 +69773,10 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69116,7 +69787,7 @@ export default { 41 ], "returning": [ - 3643 + 3689 ], "__typename": [ 85 @@ -69124,10 +69795,10 @@ export default { }, "pending_match_imports_obj_rel_insert_input": { "data": [ - 3650 + 3696 ], "on_conflict": [ - 3655 + 3701 ], "__typename": [ 85 @@ -69135,13 +69806,13 @@ export default { }, "pending_match_imports_on_conflict": { "constraint": [ - 3648 + 3694 ], "update_columns": [ - 3666 + 3712 ], "where": [ - 3647 + 3693 ], "__typename": [ 85 @@ -69149,34 +69820,34 @@ export default { }, "pending_match_imports_order_by": { "created_at": [ - 3601 + 3647 ], "demo_url": [ - 3601 + 3647 ], "error": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match_start_time": [ - 3601 + 3647 ], "players_aggregate": [ - 3607 + 3653 ], "share_code": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "valve_match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -69184,7 +69855,7 @@ export default { }, "pending_match_imports_pk_columns_input": { "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69193,7 +69864,7 @@ export default { "pending_match_imports_select_column": {}, "pending_match_imports_set_input": { "created_at": [ - 5196 + 5242 ], "demo_url": [ 85 @@ -69205,7 +69876,7 @@ export default { 85 ], "match_start_time": [ - 5196 + 5242 ], "share_code": [ 85 @@ -69214,10 +69885,10 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69249,7 +69920,7 @@ export default { }, "pending_match_imports_stream_cursor_input": { "initial_value": [ - 3664 + 3710 ], "ordering": [ 394 @@ -69260,7 +69931,7 @@ export default { }, "pending_match_imports_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "demo_url": [ 85 @@ -69272,7 +69943,7 @@ export default { 85 ], "match_start_time": [ - 5196 + 5242 ], "share_code": [ 85 @@ -69281,10 +69952,10 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69292,7 +69963,7 @@ export default { }, "pending_match_imports_sum_fields": { "valve_match_id": [ - 3599 + 3645 ], "__typename": [ 85 @@ -69301,13 +69972,13 @@ export default { "pending_match_imports_update_column": {}, "pending_match_imports_updates": { "_inc": [ - 3649 + 3695 ], "_set": [ - 3659 + 3705 ], "where": [ - 3647 + 3693 ], "__typename": [ 85 @@ -69339,7 +70010,7 @@ export default { }, "player_aim_stats_demo": { "attacker": [ - 4559 + 4605 ], "attacker_steam_id": [ 311 @@ -69354,7 +70025,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -69372,16 +70043,16 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "non_awp_hits": [ 41 @@ -69402,7 +70073,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -69413,10 +70084,10 @@ export default { }, "player_aim_stats_demo_aggregate": { "aggregate": [ - 3673 + 3719 ], "nodes": [ - 3671 + 3717 ], "__typename": [ 85 @@ -69424,13 +70095,13 @@ export default { }, "player_aim_stats_demo_aggregate_fields": { "avg": [ - 3674 + 3720 ], "count": [ 41, { "columns": [ - 3685, + 3731, "[player_aim_stats_demo_select_column!]" ], "distinct": [ @@ -69439,31 +70110,31 @@ export default { } ], "max": [ - 3679 + 3725 ], "min": [ - 3680 + 3726 ], "stddev": [ - 3687 + 3733 ], "stddev_pop": [ - 3688 + 3734 ], "stddev_samp": [ - 3689 + 3735 ], "sum": [ - 3692 + 3738 ], "var_pop": [ - 3695 + 3741 ], "var_samp": [ - 3696 + 3742 ], "variance": [ - 3697 + 3743 ], "__typename": [ 85 @@ -69530,16 +70201,16 @@ export default { }, "player_aim_stats_demo_bool_exp": { "_and": [ - 3675 + 3721 ], "_not": [ - 3675 + 3721 ], "_or": [ - 3675 + 3721 ], "attacker": [ - 4563 + 4609 ], "attacker_steam_id": [ 313 @@ -69554,7 +70225,7 @@ export default { 42 ], "crosshair_angle_sum_deg": [ - 3600 + 3646 ], "first_bullet_hits": [ 42 @@ -69572,16 +70243,16 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "non_awp_hits": [ 42 @@ -69602,7 +70273,7 @@ export default { 42 ], "time_to_damage_sum_s": [ - 3600 + 3646 ], "total_engagement_frames": [ 42 @@ -69626,7 +70297,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -69662,7 +70333,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -69673,7 +70344,7 @@ export default { }, "player_aim_stats_demo_insert_input": { "attacker": [ - 4570 + 4616 ], "attacker_steam_id": [ 311 @@ -69688,7 +70359,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -69706,16 +70377,16 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "non_awp_hits": [ 41 @@ -69736,7 +70407,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -69759,7 +70430,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -69777,10 +70448,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "non_awp_hits": [ 41 @@ -69801,7 +70472,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -69824,7 +70495,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -69842,10 +70513,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "non_awp_hits": [ 41 @@ -69866,7 +70537,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -69880,7 +70551,7 @@ export default { 41 ], "returning": [ - 3671 + 3717 ], "__typename": [ 85 @@ -69888,13 +70559,13 @@ export default { }, "player_aim_stats_demo_on_conflict": { "constraint": [ - 3676 + 3722 ], "update_columns": [ - 3693 + 3739 ], "where": [ - 3675 + 3721 ], "__typename": [ 85 @@ -69902,73 +70573,73 @@ export default { }, "player_aim_stats_demo_order_by": { "attacker": [ - 4572 + 4618 ], "attacker_steam_id": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "__typename": [ 85 @@ -69979,7 +70650,7 @@ export default { 311 ], "match_map_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -70000,7 +70671,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -70018,10 +70689,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "non_awp_hits": [ 41 @@ -70042,7 +70713,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -70230,7 +70901,7 @@ export default { }, "player_aim_stats_demo_stream_cursor_input": { "initial_value": [ - 3691 + 3737 ], "ordering": [ 394 @@ -70253,7 +70924,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -70271,10 +70942,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "non_awp_hits": [ 41 @@ -70295,7 +70966,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -70318,7 +70989,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "first_bullet_hits": [ 41 @@ -70354,7 +71025,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -70366,13 +71037,13 @@ export default { "player_aim_stats_demo_update_column": {}, "player_aim_stats_demo_updates": { "_inc": [ - 3677 + 3723 ], "_set": [ - 3686 + 3732 ], "where": [ - 3675 + 3721 ], "__typename": [ 85 @@ -70569,19 +71240,19 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "shots": [ 41 @@ -70601,10 +71272,10 @@ export default { }, "player_aim_weapon_stats_aggregate": { "aggregate": [ - 3702 + 3748 ], "nodes": [ - 3698 + 3744 ], "__typename": [ 85 @@ -70612,7 +71283,7 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp": { "count": [ - 3701 + 3747 ], "__typename": [ 85 @@ -70620,13 +71291,13 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp_count": { "arguments": [ - 3719 + 3765 ], "distinct": [ 6 ], "filter": [ - 3707 + 3753 ], "predicate": [ 42 @@ -70637,13 +71308,13 @@ export default { }, "player_aim_weapon_stats_aggregate_fields": { "avg": [ - 3705 + 3751 ], "count": [ 41, { "columns": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "distinct": [ @@ -70652,31 +71323,31 @@ export default { } ], "max": [ - 3711 + 3757 ], "min": [ - 3713 + 3759 ], "stddev": [ - 3721 + 3767 ], "stddev_pop": [ - 3723 + 3769 ], "stddev_samp": [ - 3725 + 3771 ], "sum": [ - 3729 + 3775 ], "var_pop": [ - 3733 + 3779 ], "var_samp": [ - 3735 + 3781 ], "variance": [ - 3737 + 3783 ], "__typename": [ 85 @@ -70684,37 +71355,37 @@ export default { }, "player_aim_weapon_stats_aggregate_order_by": { "avg": [ - 3706 + 3752 ], "count": [ - 3601 + 3647 ], "max": [ - 3712 + 3758 ], "min": [ - 3714 + 3760 ], "stddev": [ - 3722 + 3768 ], "stddev_pop": [ - 3724 + 3770 ], "stddev_samp": [ - 3726 + 3772 ], "sum": [ - 3730 + 3776 ], "var_pop": [ - 3734 + 3780 ], "var_samp": [ - 3736 + 3782 ], "variance": [ - 3738 + 3784 ], "__typename": [ 85 @@ -70722,10 +71393,10 @@ export default { }, "player_aim_weapon_stats_arr_rel_insert_input": { "data": [ - 3710 + 3756 ], "on_conflict": [ - 3716 + 3762 ], "__typename": [ 85 @@ -70759,25 +71430,25 @@ export default { }, "player_aim_weapon_stats_avg_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -70785,13 +71456,13 @@ export default { }, "player_aim_weapon_stats_bool_exp": { "_and": [ - 3707 + 3753 ], "_not": [ - 3707 + 3753 ], "_or": [ - 3707 + 3753 ], "first_bullet_hits": [ 42 @@ -70806,19 +71477,19 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "shots": [ 42 @@ -70877,19 +71548,19 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "shots": [ 41 @@ -70921,10 +71592,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -70944,34 +71615,34 @@ export default { }, "player_aim_weapon_stats_max_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "weapon_class": [ - 3601 + 3647 ], "__typename": [ 85 @@ -70991,10 +71662,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -71014,34 +71685,34 @@ export default { }, "player_aim_weapon_stats_min_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "weapon_class": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71052,7 +71723,7 @@ export default { 41 ], "returning": [ - 3698 + 3744 ], "__typename": [ 85 @@ -71060,13 +71731,13 @@ export default { }, "player_aim_weapon_stats_on_conflict": { "constraint": [ - 3708 + 3754 ], "update_columns": [ - 3731 + 3777 ], "where": [ - 3707 + 3753 ], "__typename": [ 85 @@ -71074,43 +71745,43 @@ export default { }, "player_aim_weapon_stats_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "weapon_class": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71118,7 +71789,7 @@ export default { }, "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -71145,10 +71816,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -71194,25 +71865,25 @@ export default { }, "player_aim_weapon_stats_stddev_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71246,25 +71917,25 @@ export default { }, "player_aim_weapon_stats_stddev_pop_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71298,25 +71969,25 @@ export default { }, "player_aim_weapon_stats_stddev_samp_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71324,7 +71995,7 @@ export default { }, "player_aim_weapon_stats_stream_cursor_input": { "initial_value": [ - 3728 + 3774 ], "ordering": [ 394 @@ -71347,10 +72018,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -71396,25 +72067,25 @@ export default { }, "player_aim_weapon_stats_sum_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71423,13 +72094,13 @@ export default { "player_aim_weapon_stats_update_column": {}, "player_aim_weapon_stats_updates": { "_inc": [ - 3709 + 3755 ], "_set": [ - 3720 + 3766 ], "where": [ - 3707 + 3753 ], "__typename": [ 85 @@ -71463,25 +72134,25 @@ export default { }, "player_aim_weapon_stats_var_pop_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71515,25 +72186,25 @@ export default { }, "player_aim_weapon_stats_var_samp_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71567,25 +72238,25 @@ export default { }, "player_aim_weapon_stats_variance_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71593,7 +72264,7 @@ export default { }, "player_assists": { "attacked_player": [ - 4559 + 4605 ], "attacked_steam_id": [ 311 @@ -71608,7 +72279,7 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "flash": [ 6 @@ -71617,25 +72288,25 @@ export default { 6 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -71643,10 +72314,10 @@ export default { }, "player_assists_aggregate": { "aggregate": [ - 3745 + 3791 ], "nodes": [ - 3739 + 3785 ], "__typename": [ 85 @@ -71654,13 +72325,13 @@ export default { }, "player_assists_aggregate_bool_exp": { "bool_and": [ - 3742 + 3788 ], "bool_or": [ - 3743 + 3789 ], "count": [ - 3744 + 3790 ], "__typename": [ 85 @@ -71668,13 +72339,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_and": { "arguments": [ - 3763 + 3809 ], "distinct": [ 6 ], "filter": [ - 3750 + 3796 ], "predicate": [ 7 @@ -71685,13 +72356,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_or": { "arguments": [ - 3764 + 3810 ], "distinct": [ 6 ], "filter": [ - 3750 + 3796 ], "predicate": [ 7 @@ -71702,13 +72373,13 @@ export default { }, "player_assists_aggregate_bool_exp_count": { "arguments": [ - 3762 + 3808 ], "distinct": [ 6 ], "filter": [ - 3750 + 3796 ], "predicate": [ 42 @@ -71719,13 +72390,13 @@ export default { }, "player_assists_aggregate_fields": { "avg": [ - 3748 + 3794 ], "count": [ 41, { "columns": [ - 3762, + 3808, "[player_assists_select_column!]" ], "distinct": [ @@ -71734,31 +72405,31 @@ export default { } ], "max": [ - 3754 + 3800 ], "min": [ - 3756 + 3802 ], "stddev": [ - 3766 + 3812 ], "stddev_pop": [ - 3768 + 3814 ], "stddev_samp": [ - 3770 + 3816 ], "sum": [ - 3774 + 3820 ], "var_pop": [ - 3778 + 3824 ], "var_samp": [ - 3780 + 3826 ], "variance": [ - 3782 + 3828 ], "__typename": [ 85 @@ -71766,37 +72437,37 @@ export default { }, "player_assists_aggregate_order_by": { "avg": [ - 3749 + 3795 ], "count": [ - 3601 + 3647 ], "max": [ - 3755 + 3801 ], "min": [ - 3757 + 3803 ], "stddev": [ - 3767 + 3813 ], "stddev_pop": [ - 3769 + 3815 ], "stddev_samp": [ - 3771 + 3817 ], "sum": [ - 3775 + 3821 ], "var_pop": [ - 3779 + 3825 ], "var_samp": [ - 3781 + 3827 ], "variance": [ - 3783 + 3829 ], "__typename": [ 85 @@ -71804,10 +72475,10 @@ export default { }, "player_assists_arr_rel_insert_input": { "data": [ - 3753 + 3799 ], "on_conflict": [ - 3759 + 3805 ], "__typename": [ 85 @@ -71829,13 +72500,13 @@ export default { }, "player_assists_avg_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -71843,16 +72514,16 @@ export default { }, "player_assists_bool_exp": { "_and": [ - 3750 + 3796 ], "_not": [ - 3750 + 3796 ], "_or": [ - 3750 + 3796 ], "attacked_player": [ - 4563 + 4609 ], "attacked_steam_id": [ 313 @@ -71867,7 +72538,7 @@ export default { 87 ], "deleted_at": [ - 5197 + 5243 ], "flash": [ 7 @@ -71876,25 +72547,25 @@ export default { 7 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "round": [ 42 ], "time": [ - 5197 + 5243 ], "__typename": [ 85 @@ -71917,7 +72588,7 @@ export default { }, "player_assists_insert_input": { "attacked_player": [ - 4570 + 4616 ], "attacked_steam_id": [ 311 @@ -71932,31 +72603,31 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "flash": [ 6 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -71976,19 +72647,19 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -71996,31 +72667,31 @@ export default { }, "player_assists_max_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72040,19 +72711,19 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -72060,31 +72731,31 @@ export default { }, "player_assists_min_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72095,7 +72766,7 @@ export default { 41 ], "returning": [ - 3739 + 3785 ], "__typename": [ 85 @@ -72103,13 +72774,13 @@ export default { }, "player_assists_on_conflict": { "constraint": [ - 3751 + 3797 ], "update_columns": [ - 3776 + 3822 ], "where": [ - 3750 + 3796 ], "__typename": [ 85 @@ -72117,49 +72788,49 @@ export default { }, "player_assists_order_by": { "attacked_player": [ - 4572 + 4618 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "flash": [ - 3601 + 3647 ], "is_team_assist": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72173,10 +72844,10 @@ export default { 311 ], "match_map_id": [ - 6503 + 6603 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -72199,22 +72870,22 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "flash": [ 6 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -72236,13 +72907,13 @@ export default { }, "player_assists_stddev_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72264,13 +72935,13 @@ export default { }, "player_assists_stddev_pop_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72292,13 +72963,13 @@ export default { }, "player_assists_stddev_samp_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72306,7 +72977,7 @@ export default { }, "player_assists_stream_cursor_input": { "initial_value": [ - 3773 + 3819 ], "ordering": [ 394 @@ -72329,22 +73000,22 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "flash": [ 6 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -72366,13 +73037,13 @@ export default { }, "player_assists_sum_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72381,13 +73052,13 @@ export default { "player_assists_update_column": {}, "player_assists_updates": { "_inc": [ - 3752 + 3798 ], "_set": [ - 3765 + 3811 ], "where": [ - 3750 + 3796 ], "__typename": [ 85 @@ -72409,13 +73080,13 @@ export default { }, "player_assists_var_pop_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72437,13 +73108,13 @@ export default { }, "player_assists_var_samp_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72465,13 +73136,13 @@ export default { }, "player_assists_variance_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -72479,28 +73150,28 @@ export default { }, "player_career_stats_v": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "counter_strafe_pct": [ - 3599 + 3645 ], "crosshair_deg": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "maps": [ 41 @@ -72515,16 +73186,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "time_to_damage_s": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "__typename": [ 85 @@ -72532,10 +73203,10 @@ export default { }, "player_career_stats_v_aggregate": { "aggregate": [ - 3786 + 3832 ], "nodes": [ - 3784 + 3830 ], "__typename": [ 85 @@ -72543,13 +73214,13 @@ export default { }, "player_career_stats_v_aggregate_fields": { "avg": [ - 3787 + 3833 ], "count": [ 41, { "columns": [ - 3792, + 3838, "[player_career_stats_v_select_column!]" ], "distinct": [ @@ -72558,31 +73229,31 @@ export default { } ], "max": [ - 3789 + 3835 ], "min": [ - 3790 + 3836 ], "stddev": [ - 3793 + 3839 ], "stddev_pop": [ - 3794 + 3840 ], "stddev_samp": [ - 3795 + 3841 ], "sum": [ - 3798 + 3844 ], "var_pop": [ - 3799 + 3845 ], "var_samp": [ - 3800 + 3846 ], "variance": [ - 3801 + 3847 ], "__typename": [ 85 @@ -72643,37 +73314,37 @@ export default { }, "player_career_stats_v_bool_exp": { "_and": [ - 3788 + 3834 ], "_not": [ - 3788 + 3834 ], "_or": [ - 3788 + 3834 ], "accuracy": [ - 3600 + 3646 ], "accuracy_spotted": [ - 3600 + 3646 ], "counter_strafe_pct": [ - 3600 + 3646 ], "crosshair_deg": [ - 3600 + 3646 ], "enemy_blind_pr": [ - 3600 + 3646 ], "flash_assists_pr": [ - 3600 + 3646 ], "hs_pct": [ - 3600 + 3646 ], "kast_pct": [ - 3600 + 3646 ], "maps": [ 42 @@ -72688,16 +73359,16 @@ export default { 313 ], "survival_pct": [ - 3600 + 3646 ], "time_to_damage_s": [ - 3600 + 3646 ], "traded_death_pct": [ - 3600 + 3646 ], "util_efficiency": [ - 3600 + 3646 ], "__typename": [ 85 @@ -72705,28 +73376,28 @@ export default { }, "player_career_stats_v_max_fields": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "counter_strafe_pct": [ - 3599 + 3645 ], "crosshair_deg": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "maps": [ 41 @@ -72741,16 +73412,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "time_to_damage_s": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "__typename": [ 85 @@ -72758,28 +73429,28 @@ export default { }, "player_career_stats_v_min_fields": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "counter_strafe_pct": [ - 3599 + 3645 ], "crosshair_deg": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "maps": [ 41 @@ -72794,16 +73465,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "time_to_damage_s": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "__typename": [ 85 @@ -72811,52 +73482,52 @@ export default { }, "player_career_stats_v_order_by": { "accuracy": [ - 3601 + 3647 ], "accuracy_spotted": [ - 3601 + 3647 ], "counter_strafe_pct": [ - 3601 + 3647 ], "crosshair_deg": [ - 3601 + 3647 ], "enemy_blind_pr": [ - 3601 + 3647 ], "flash_assists_pr": [ - 3601 + 3647 ], "hs_pct": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "maps": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "survival_pct": [ - 3601 + 3647 ], "time_to_damage_s": [ - 3601 + 3647 ], "traded_death_pct": [ - 3601 + 3647 ], "util_efficiency": [ - 3601 + 3647 ], "__typename": [ 85 @@ -73024,7 +73695,7 @@ export default { }, "player_career_stats_v_stream_cursor_input": { "initial_value": [ - 3797 + 3843 ], "ordering": [ 394 @@ -73035,28 +73706,28 @@ export default { }, "player_career_stats_v_stream_cursor_value_input": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "counter_strafe_pct": [ - 3599 + 3645 ], "crosshair_deg": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "maps": [ 41 @@ -73071,16 +73742,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "time_to_damage_s": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "__typename": [ 85 @@ -73088,28 +73759,28 @@ export default { }, "player_career_stats_v_sum_fields": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "counter_strafe_pct": [ - 3599 + 3645 ], "crosshair_deg": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "maps": [ 41 @@ -73124,16 +73795,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "time_to_damage_s": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "__typename": [ 85 @@ -73309,7 +73980,7 @@ export default { 85 ], "attacked_player": [ - 4559 + 4605 ], "attacked_steam_id": [ 311 @@ -73336,7 +74007,7 @@ export default { 41 ], "deleted_at": [ - 5196 + 5242 ], "health": [ 41 @@ -73345,31 +74016,31 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "round": [ - 3599 + 3645 ], "team_damage": [ 6 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -73380,10 +74051,10 @@ export default { }, "player_damages_aggregate": { "aggregate": [ - 3806 + 3852 ], "nodes": [ - 3802 + 3848 ], "__typename": [ 85 @@ -73391,7 +74062,7 @@ export default { }, "player_damages_aggregate_bool_exp": { "count": [ - 3805 + 3851 ], "__typename": [ 85 @@ -73399,13 +74070,13 @@ export default { }, "player_damages_aggregate_bool_exp_count": { "arguments": [ - 3823 + 3869 ], "distinct": [ 6 ], "filter": [ - 3811 + 3857 ], "predicate": [ 42 @@ -73416,13 +74087,13 @@ export default { }, "player_damages_aggregate_fields": { "avg": [ - 3809 + 3855 ], "count": [ 41, { "columns": [ - 3823, + 3869, "[player_damages_select_column!]" ], "distinct": [ @@ -73431,31 +74102,31 @@ export default { } ], "max": [ - 3815 + 3861 ], "min": [ - 3817 + 3863 ], "stddev": [ - 3825 + 3871 ], "stddev_pop": [ - 3827 + 3873 ], "stddev_samp": [ - 3829 + 3875 ], "sum": [ - 3833 + 3879 ], "var_pop": [ - 3837 + 3883 ], "var_samp": [ - 3839 + 3885 ], "variance": [ - 3841 + 3887 ], "__typename": [ 85 @@ -73463,37 +74134,37 @@ export default { }, "player_damages_aggregate_order_by": { "avg": [ - 3810 + 3856 ], "count": [ - 3601 + 3647 ], "max": [ - 3816 + 3862 ], "min": [ - 3818 + 3864 ], "stddev": [ - 3826 + 3872 ], "stddev_pop": [ - 3828 + 3874 ], "stddev_samp": [ - 3830 + 3876 ], "sum": [ - 3834 + 3880 ], "var_pop": [ - 3838 + 3884 ], "var_samp": [ - 3840 + 3886 ], "variance": [ - 3842 + 3888 ], "__typename": [ 85 @@ -73501,10 +74172,10 @@ export default { }, "player_damages_arr_rel_insert_input": { "data": [ - 3814 + 3860 ], "on_conflict": [ - 3820 + 3866 ], "__typename": [ 85 @@ -73538,25 +74209,25 @@ export default { }, "player_damages_avg_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -73564,13 +74235,13 @@ export default { }, "player_damages_bool_exp": { "_and": [ - 3811 + 3857 ], "_not": [ - 3811 + 3857 ], "_or": [ - 3811 + 3857 ], "armor": [ 42 @@ -73582,7 +74253,7 @@ export default { 87 ], "attacked_player": [ - 4563 + 4609 ], "attacked_steam_id": [ 313 @@ -73609,7 +74280,7 @@ export default { 42 ], "deleted_at": [ - 5197 + 5243 ], "health": [ 42 @@ -73618,31 +74289,31 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "round": [ - 3600 + 3646 ], "team_damage": [ 7 ], "time": [ - 5197 + 5243 ], "with": [ 87 @@ -73672,7 +74343,7 @@ export default { 41 ], "round": [ - 3599 + 3645 ], "__typename": [ 85 @@ -73689,7 +74360,7 @@ export default { 85 ], "attacked_player": [ - 4570 + 4616 ], "attacked_steam_id": [ 311 @@ -73716,7 +74387,7 @@ export default { 41 ], "deleted_at": [ - 5196 + 5242 ], "health": [ 41 @@ -73725,28 +74396,28 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "round": [ - 3599 + 3645 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -73790,7 +74461,7 @@ export default { 41 ], "deleted_at": [ - 5196 + 5242 ], "health": [ 41 @@ -73799,19 +74470,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ - 3599 + 3645 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -73822,64 +74493,64 @@ export default { }, "player_damages_max_order_by": { "armor": [ - 3601 + 3647 ], "attacked_location": [ - 3601 + 3647 ], "attacked_location_coordinates": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_location": [ - 3601 + 3647 ], "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "hitgroup": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -73920,7 +74591,7 @@ export default { 41 ], "deleted_at": [ - 5196 + 5242 ], "health": [ 41 @@ -73929,19 +74600,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ - 3599 + 3645 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -73952,64 +74623,64 @@ export default { }, "player_damages_min_order_by": { "armor": [ - 3601 + 3647 ], "attacked_location": [ - 3601 + 3647 ], "attacked_location_coordinates": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_location": [ - 3601 + 3647 ], "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "hitgroup": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74020,7 +74691,7 @@ export default { 41 ], "returning": [ - 3802 + 3848 ], "__typename": [ 85 @@ -74028,13 +74699,13 @@ export default { }, "player_damages_on_conflict": { "constraint": [ - 3812 + 3858 ], "update_columns": [ - 3835 + 3881 ], "where": [ - 3811 + 3857 ], "__typename": [ 85 @@ -74042,79 +74713,79 @@ export default { }, "player_damages_order_by": { "armor": [ - 3601 + 3647 ], "attacked_location": [ - 3601 + 3647 ], "attacked_location_coordinates": [ - 3601 + 3647 ], "attacked_player": [ - 4572 + 4618 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_location": [ - 3601 + 3647 ], "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "hitgroup": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "round": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74122,13 +74793,13 @@ export default { }, "player_damages_pk_columns_input": { "id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -74170,7 +74841,7 @@ export default { 41 ], "deleted_at": [ - 5196 + 5242 ], "health": [ 41 @@ -74179,19 +74850,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ - 3599 + 3645 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -74228,25 +74899,25 @@ export default { }, "player_damages_stddev_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74280,25 +74951,25 @@ export default { }, "player_damages_stddev_pop_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74332,25 +75003,25 @@ export default { }, "player_damages_stddev_samp_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74358,7 +75029,7 @@ export default { }, "player_damages_stream_cursor_input": { "initial_value": [ - 3832 + 3878 ], "ordering": [ 394 @@ -74402,7 +75073,7 @@ export default { 41 ], "deleted_at": [ - 5196 + 5242 ], "health": [ 41 @@ -74411,19 +75082,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ - 3599 + 3645 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -74452,7 +75123,7 @@ export default { 41 ], "round": [ - 3599 + 3645 ], "__typename": [ 85 @@ -74460,25 +75131,25 @@ export default { }, "player_damages_sum_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74487,13 +75158,13 @@ export default { "player_damages_update_column": {}, "player_damages_updates": { "_inc": [ - 3813 + 3859 ], "_set": [ - 3824 + 3870 ], "where": [ - 3811 + 3857 ], "__typename": [ 85 @@ -74527,25 +75198,25 @@ export default { }, "player_damages_var_pop_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74579,25 +75250,25 @@ export default { }, "player_damages_var_samp_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74631,25 +75302,25 @@ export default { }, "player_damages_variance_order_by": { "armor": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_armor": [ - 3601 + 3647 ], "health": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -74657,40 +75328,40 @@ export default { }, "player_elo": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "created_at": [ - 5196 + 5242 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -74702,31 +75373,31 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player": [ - 4559 + 4605 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season": [ - 4659 + 4705 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 @@ -74735,7 +75406,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 1224 @@ -74746,10 +75417,10 @@ export default { }, "player_elo_aggregate": { "aggregate": [ - 3845 + 3891 ], "nodes": [ - 3843 + 3889 ], "__typename": [ 85 @@ -74757,13 +75428,13 @@ export default { }, "player_elo_aggregate_fields": { "avg": [ - 3846 + 3892 ], "count": [ 41, { "columns": [ - 3857, + 3903, "[player_elo_select_column!]" ], "distinct": [ @@ -74772,31 +75443,31 @@ export default { } ], "max": [ - 3851 + 3897 ], "min": [ - 3852 + 3898 ], "stddev": [ - 3859 + 3905 ], "stddev_pop": [ - 3860 + 3906 ], "stddev_samp": [ - 3861 + 3907 ], "sum": [ - 3864 + 3910 ], "var_pop": [ - 3867 + 3913 ], "var_samp": [ - 3868 + 3914 ], "variance": [ - 3869 + 3915 ], "__typename": [ 85 @@ -74872,49 +75543,49 @@ export default { }, "player_elo_bool_exp": { "_and": [ - 3847 + 3893 ], "_not": [ - 3847 + 3893 ], "_or": [ - 3847 + 3893 ], "actual_score": [ - 2047 + 2093 ], "assists": [ 42 ], "change": [ - 3600 + 3646 ], "created_at": [ - 5197 + 5243 ], "current": [ - 3600 + 3646 ], "damage": [ 42 ], "damage_percent": [ - 2047 + 2093 ], "deaths": [ 42 ], "expected_score": [ - 2047 + 2093 ], "impact": [ - 3600 + 3646 ], "k_factor": [ 42 ], "kda": [ - 2047 + 2093 ], "kills": [ 42 @@ -74926,31 +75597,31 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "opponent_team_elo_avg": [ - 2047 + 2093 ], "performance_multiplier": [ - 2047 + 2093 ], "player": [ - 4563 + 4609 ], "player_team_elo_avg": [ - 2047 + 2093 ], "rating_for_expected": [ - 2047 + 2093 ], "season": [ - 4663 + 4709 ], "season_id": [ - 6505 + 6605 ], "series_multiplier": [ 42 @@ -74959,7 +75630,7 @@ export default { 313 ], "team_avg_kda": [ - 2047 + 2093 ], "type": [ 1225 @@ -74971,37 +75642,37 @@ export default { "player_elo_constraint": {}, "player_elo_inc_input": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75013,16 +75684,16 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "series_multiplier": [ 41 @@ -75031,7 +75702,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "__typename": [ 85 @@ -75039,40 +75710,40 @@ export default { }, "player_elo_insert_input": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "created_at": [ - 5196 + 5242 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75084,31 +75755,31 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player": [ - 4570 + 4616 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season": [ - 4670 + 4716 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 @@ -75117,7 +75788,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 1224 @@ -75128,40 +75799,40 @@ export default { }, "player_elo_max_fields": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "created_at": [ - 5196 + 5242 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75173,22 +75844,22 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 @@ -75197,7 +75868,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "__typename": [ 85 @@ -75205,40 +75876,40 @@ export default { }, "player_elo_min_fields": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "created_at": [ - 5196 + 5242 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75250,22 +75921,22 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 @@ -75274,7 +75945,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "__typename": [ 85 @@ -75285,7 +75956,7 @@ export default { 41 ], "returning": [ - 3843 + 3889 ], "__typename": [ 85 @@ -75293,13 +75964,13 @@ export default { }, "player_elo_on_conflict": { "constraint": [ - 3848 + 3894 ], "update_columns": [ - 3865 + 3911 ], "where": [ - 3847 + 3893 ], "__typename": [ 85 @@ -75307,88 +75978,88 @@ export default { }, "player_elo_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "change": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "current": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "season": [ - 4672 + 4718 ], "season_id": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -75396,7 +76067,7 @@ export default { }, "player_elo_pk_columns_input": { "match_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -75411,40 +76082,40 @@ export default { "player_elo_select_column": {}, "player_elo_set_input": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "created_at": [ - 5196 + 5242 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75456,22 +76127,22 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 @@ -75480,7 +76151,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 1224 @@ -75695,7 +76366,7 @@ export default { }, "player_elo_stream_cursor_input": { "initial_value": [ - 3863 + 3909 ], "ordering": [ 394 @@ -75706,40 +76377,40 @@ export default { }, "player_elo_stream_cursor_value_input": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "created_at": [ - 5196 + 5242 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75751,22 +76422,22 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 @@ -75775,7 +76446,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 1224 @@ -75786,37 +76457,37 @@ export default { }, "player_elo_sum_fields": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 ], "change": [ - 3599 + 3645 ], "current": [ - 3599 + 3645 ], "damage": [ 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 3599 + 3645 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -75828,16 +76499,16 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "series_multiplier": [ 41 @@ -75846,7 +76517,7 @@ export default { 311 ], "team_avg_kda": [ - 2046 + 2092 ], "__typename": [ 85 @@ -75855,13 +76526,13 @@ export default { "player_elo_update_column": {}, "player_elo_updates": { "_inc": [ - 3849 + 3895 ], "_set": [ - 3858 + 3904 ], "where": [ - 3847 + 3893 ], "__typename": [ 85 @@ -76076,19 +76747,19 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "player": [ - 4559 + 4605 ], "previous_rank": [ 41 @@ -76105,10 +76776,10 @@ export default { }, "player_faceit_rank_history_aggregate": { "aggregate": [ - 3874 + 3920 ], "nodes": [ - 3870 + 3916 ], "__typename": [ 85 @@ -76116,7 +76787,7 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp": { "count": [ - 3873 + 3919 ], "__typename": [ 85 @@ -76124,13 +76795,13 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3891 + 3937 ], "distinct": [ 6 ], "filter": [ - 3879 + 3925 ], "predicate": [ 42 @@ -76141,13 +76812,13 @@ export default { }, "player_faceit_rank_history_aggregate_fields": { "avg": [ - 3877 + 3923 ], "count": [ 41, { "columns": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "distinct": [ @@ -76156,31 +76827,31 @@ export default { } ], "max": [ - 3883 + 3929 ], "min": [ - 3885 + 3931 ], "stddev": [ - 3893 + 3939 ], "stddev_pop": [ - 3895 + 3941 ], "stddev_samp": [ - 3897 + 3943 ], "sum": [ - 3901 + 3947 ], "var_pop": [ - 3905 + 3951 ], "var_samp": [ - 3907 + 3953 ], "variance": [ - 3909 + 3955 ], "__typename": [ 85 @@ -76188,37 +76859,37 @@ export default { }, "player_faceit_rank_history_aggregate_order_by": { "avg": [ - 3878 + 3924 ], "count": [ - 3601 + 3647 ], "max": [ - 3884 + 3930 ], "min": [ - 3886 + 3932 ], "stddev": [ - 3894 + 3940 ], "stddev_pop": [ - 3896 + 3942 ], "stddev_samp": [ - 3898 + 3944 ], "sum": [ - 3902 + 3948 ], "var_pop": [ - 3906 + 3952 ], "var_samp": [ - 3908 + 3954 ], "variance": [ - 3910 + 3956 ], "__typename": [ 85 @@ -76226,10 +76897,10 @@ export default { }, "player_faceit_rank_history_arr_rel_insert_input": { "data": [ - 3882 + 3928 ], "on_conflict": [ - 3888 + 3934 ], "__typename": [ 85 @@ -76254,16 +76925,16 @@ export default { }, "player_faceit_rank_history_avg_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76271,31 +76942,31 @@ export default { }, "player_faceit_rank_history_bool_exp": { "_and": [ - 3879 + 3925 ], "_not": [ - 3879 + 3925 ], "_or": [ - 3879 + 3925 ], "elo": [ 42 ], "id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "observed_at": [ - 5197 + 5243 ], "player": [ - 4563 + 4609 ], "previous_rank": [ 42 @@ -76333,19 +77004,19 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "player": [ - 4570 + 4616 ], "previous_rank": [ 41 @@ -76365,13 +77036,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -76388,25 +77059,25 @@ export default { }, "player_faceit_rank_history_max_order_by": { "elo": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "observed_at": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76417,13 +77088,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -76440,25 +77111,25 @@ export default { }, "player_faceit_rank_history_min_order_by": { "elo": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "observed_at": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76469,7 +77140,7 @@ export default { 41 ], "returning": [ - 3870 + 3916 ], "__typename": [ 85 @@ -76477,13 +77148,13 @@ export default { }, "player_faceit_rank_history_on_conflict": { "constraint": [ - 3880 + 3926 ], "update_columns": [ - 3903 + 3949 ], "where": [ - 3879 + 3925 ], "__typename": [ 85 @@ -76491,31 +77162,31 @@ export default { }, "player_faceit_rank_history_order_by": { "elo": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "observed_at": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76523,7 +77194,7 @@ export default { }, "player_faceit_rank_history_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -76535,13 +77206,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -76575,16 +77246,16 @@ export default { }, "player_faceit_rank_history_stddev_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76609,16 +77280,16 @@ export default { }, "player_faceit_rank_history_stddev_pop_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76643,16 +77314,16 @@ export default { }, "player_faceit_rank_history_stddev_samp_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76660,7 +77331,7 @@ export default { }, "player_faceit_rank_history_stream_cursor_input": { "initial_value": [ - 3900 + 3946 ], "ordering": [ 394 @@ -76674,13 +77345,13 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -76714,16 +77385,16 @@ export default { }, "player_faceit_rank_history_sum_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76732,13 +77403,13 @@ export default { "player_faceit_rank_history_update_column": {}, "player_faceit_rank_history_updates": { "_inc": [ - 3881 + 3927 ], "_set": [ - 3892 + 3938 ], "where": [ - 3879 + 3925 ], "__typename": [ 85 @@ -76763,16 +77434,16 @@ export default { }, "player_faceit_rank_history_var_pop_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76797,16 +77468,16 @@ export default { }, "player_faceit_rank_history_var_samp_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76831,16 +77502,16 @@ export default { }, "player_faceit_rank_history_variance_order_by": { "elo": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "skill_level": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -76854,25 +77525,25 @@ export default { 311 ], "blinded": [ - 4559 + 4605 ], "deleted_at": [ - 5196 + 5242 ], "duration": [ - 3599 + 3645 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -76881,10 +77552,10 @@ export default { 6 ], "thrown_by": [ - 4559 + 4605 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -76892,10 +77563,10 @@ export default { }, "player_flashes_aggregate": { "aggregate": [ - 3917 + 3963 ], "nodes": [ - 3911 + 3957 ], "__typename": [ 85 @@ -76903,13 +77574,13 @@ export default { }, "player_flashes_aggregate_bool_exp": { "bool_and": [ - 3914 + 3960 ], "bool_or": [ - 3915 + 3961 ], "count": [ - 3916 + 3962 ], "__typename": [ 85 @@ -76917,13 +77588,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_and": { "arguments": [ - 3935 + 3981 ], "distinct": [ 6 ], "filter": [ - 3922 + 3968 ], "predicate": [ 7 @@ -76934,13 +77605,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_or": { "arguments": [ - 3936 + 3982 ], "distinct": [ 6 ], "filter": [ - 3922 + 3968 ], "predicate": [ 7 @@ -76951,13 +77622,13 @@ export default { }, "player_flashes_aggregate_bool_exp_count": { "arguments": [ - 3934 + 3980 ], "distinct": [ 6 ], "filter": [ - 3922 + 3968 ], "predicate": [ 42 @@ -76968,13 +77639,13 @@ export default { }, "player_flashes_aggregate_fields": { "avg": [ - 3920 + 3966 ], "count": [ 41, { "columns": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "distinct": [ @@ -76983,31 +77654,31 @@ export default { } ], "max": [ - 3926 + 3972 ], "min": [ - 3928 + 3974 ], "stddev": [ - 3938 + 3984 ], "stddev_pop": [ - 3940 + 3986 ], "stddev_samp": [ - 3942 + 3988 ], "sum": [ - 3946 + 3992 ], "var_pop": [ - 3950 + 3996 ], "var_samp": [ - 3952 + 3998 ], "variance": [ - 3954 + 4000 ], "__typename": [ 85 @@ -77015,37 +77686,37 @@ export default { }, "player_flashes_aggregate_order_by": { "avg": [ - 3921 + 3967 ], "count": [ - 3601 + 3647 ], "max": [ - 3927 + 3973 ], "min": [ - 3929 + 3975 ], "stddev": [ - 3939 + 3985 ], "stddev_pop": [ - 3941 + 3987 ], "stddev_samp": [ - 3943 + 3989 ], "sum": [ - 3947 + 3993 ], "var_pop": [ - 3951 + 3997 ], "var_samp": [ - 3953 + 3999 ], "variance": [ - 3955 + 4001 ], "__typename": [ 85 @@ -77053,10 +77724,10 @@ export default { }, "player_flashes_arr_rel_insert_input": { "data": [ - 3925 + 3971 ], "on_conflict": [ - 3931 + 3977 ], "__typename": [ 85 @@ -77081,16 +77752,16 @@ export default { }, "player_flashes_avg_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77098,13 +77769,13 @@ export default { }, "player_flashes_bool_exp": { "_and": [ - 3922 + 3968 ], "_not": [ - 3922 + 3968 ], "_or": [ - 3922 + 3968 ], "attacked_steam_id": [ 313 @@ -77113,25 +77784,25 @@ export default { 313 ], "blinded": [ - 4563 + 4609 ], "deleted_at": [ - 5197 + 5243 ], "duration": [ - 3600 + 3646 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "round": [ 42 @@ -77140,10 +77811,10 @@ export default { 7 ], "thrown_by": [ - 4563 + 4609 ], "time": [ - 5197 + 5243 ], "__typename": [ 85 @@ -77158,7 +77829,7 @@ export default { 311 ], "duration": [ - 3599 + 3645 ], "round": [ 41 @@ -77175,25 +77846,25 @@ export default { 311 ], "blinded": [ - 4570 + 4616 ], "deleted_at": [ - 5196 + 5242 ], "duration": [ - 3599 + 3645 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -77202,10 +77873,10 @@ export default { 6 ], "thrown_by": [ - 4570 + 4616 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -77219,22 +77890,22 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "duration": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -77242,28 +77913,28 @@ export default { }, "player_flashes_max_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77277,22 +77948,22 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "duration": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -77300,28 +77971,28 @@ export default { }, "player_flashes_min_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77332,7 +78003,7 @@ export default { 41 ], "returning": [ - 3911 + 3957 ], "__typename": [ 85 @@ -77340,13 +78011,13 @@ export default { }, "player_flashes_on_conflict": { "constraint": [ - 3923 + 3969 ], "update_columns": [ - 3948 + 3994 ], "where": [ - 3922 + 3968 ], "__typename": [ 85 @@ -77354,43 +78025,43 @@ export default { }, "player_flashes_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "blinded": [ - 4572 + 4618 ], "deleted_at": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_flash": [ - 3601 + 3647 ], "thrown_by": [ - 4572 + 4618 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77404,10 +78075,10 @@ export default { 311 ], "match_map_id": [ - 6503 + 6603 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -77424,16 +78095,16 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "duration": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -77442,7 +78113,7 @@ export default { 6 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -77467,16 +78138,16 @@ export default { }, "player_flashes_stddev_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77501,16 +78172,16 @@ export default { }, "player_flashes_stddev_pop_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77535,16 +78206,16 @@ export default { }, "player_flashes_stddev_samp_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77552,7 +78223,7 @@ export default { }, "player_flashes_stream_cursor_input": { "initial_value": [ - 3945 + 3991 ], "ordering": [ 394 @@ -77569,16 +78240,16 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "duration": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -77587,7 +78258,7 @@ export default { 6 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -77601,7 +78272,7 @@ export default { 311 ], "duration": [ - 3599 + 3645 ], "round": [ 41 @@ -77612,16 +78283,16 @@ export default { }, "player_flashes_sum_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77630,13 +78301,13 @@ export default { "player_flashes_update_column": {}, "player_flashes_updates": { "_inc": [ - 3924 + 3970 ], "_set": [ - 3937 + 3983 ], "where": [ - 3922 + 3968 ], "__typename": [ 85 @@ -77661,16 +78332,16 @@ export default { }, "player_flashes_var_pop_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77695,16 +78366,16 @@ export default { }, "player_flashes_var_samp_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77729,16 +78400,16 @@ export default { }, "player_flashes_variance_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "duration": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -77755,7 +78426,7 @@ export default { 85 ], "attacked_player": [ - 4559 + 4605 ], "attacked_steam_id": [ 311 @@ -77779,7 +78450,7 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "headshot": [ 6 @@ -77794,22 +78465,22 @@ export default { 6 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "no_scope": [ 6 ], "player": [ - 4559 + 4605 ], "round": [ 41 @@ -77824,7 +78495,7 @@ export default { 6 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -77835,10 +78506,10 @@ export default { }, "player_kills_aggregate": { "aggregate": [ - 3962 + 4008 ], "nodes": [ - 3956 + 4002 ], "__typename": [ 85 @@ -77846,13 +78517,13 @@ export default { }, "player_kills_aggregate_bool_exp": { "bool_and": [ - 3959 + 4005 ], "bool_or": [ - 3960 + 4006 ], "count": [ - 3961 + 4007 ], "__typename": [ 85 @@ -77860,13 +78531,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_and": { "arguments": [ - 4021 + 4067 ], "distinct": [ 6 ], "filter": [ - 3967 + 4013 ], "predicate": [ 7 @@ -77877,13 +78548,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_or": { "arguments": [ - 4022 + 4068 ], "distinct": [ 6 ], "filter": [ - 3967 + 4013 ], "predicate": [ 7 @@ -77894,13 +78565,13 @@ export default { }, "player_kills_aggregate_bool_exp_count": { "arguments": [ - 4020 + 4066 ], "distinct": [ 6 ], "filter": [ - 3967 + 4013 ], "predicate": [ 42 @@ -77911,13 +78582,13 @@ export default { }, "player_kills_aggregate_fields": { "avg": [ - 3965 + 4011 ], "count": [ 41, { "columns": [ - 4020, + 4066, "[player_kills_select_column!]" ], "distinct": [ @@ -77926,31 +78597,31 @@ export default { } ], "max": [ - 4012 + 4058 ], "min": [ - 4014 + 4060 ], "stddev": [ - 4024 + 4070 ], "stddev_pop": [ - 4026 + 4072 ], "stddev_samp": [ - 4028 + 4074 ], "sum": [ - 4032 + 4078 ], "var_pop": [ - 4036 + 4082 ], "var_samp": [ - 4038 + 4084 ], "variance": [ - 4040 + 4086 ], "__typename": [ 85 @@ -77958,37 +78629,37 @@ export default { }, "player_kills_aggregate_order_by": { "avg": [ - 3966 + 4012 ], "count": [ - 3601 + 3647 ], "max": [ - 4013 + 4059 ], "min": [ - 4015 + 4061 ], "stddev": [ - 4025 + 4071 ], "stddev_pop": [ - 4027 + 4073 ], "stddev_samp": [ - 4029 + 4075 ], "sum": [ - 4033 + 4079 ], "var_pop": [ - 4037 + 4083 ], "var_samp": [ - 4039 + 4085 ], "variance": [ - 4041 + 4087 ], "__typename": [ 85 @@ -77996,10 +78667,10 @@ export default { }, "player_kills_arr_rel_insert_input": { "data": [ - 4011 + 4057 ], "on_conflict": [ - 4017 + 4063 ], "__typename": [ 85 @@ -78021,13 +78692,13 @@ export default { }, "player_kills_avg_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78035,13 +78706,13 @@ export default { }, "player_kills_bool_exp": { "_and": [ - 3967 + 4013 ], "_not": [ - 3967 + 4013 ], "_or": [ - 3967 + 4013 ], "assisted": [ 7 @@ -78053,7 +78724,7 @@ export default { 87 ], "attacked_player": [ - 4563 + 4609 ], "attacked_steam_id": [ 313 @@ -78077,7 +78748,7 @@ export default { 7 ], "deleted_at": [ - 5197 + 5243 ], "headshot": [ 7 @@ -78092,22 +78763,22 @@ export default { 7 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "no_scope": [ 7 ], "player": [ - 4563 + 4609 ], "round": [ 42 @@ -78122,7 +78793,7 @@ export default { 7 ], "time": [ - 5197 + 5243 ], "with": [ 87 @@ -78136,7 +78807,7 @@ export default { 311 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -78150,10 +78821,10 @@ export default { }, "player_kills_by_weapon_aggregate": { "aggregate": [ - 3972 + 4018 ], "nodes": [ - 3968 + 4014 ], "__typename": [ 85 @@ -78161,7 +78832,7 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp": { "count": [ - 3971 + 4017 ], "__typename": [ 85 @@ -78169,13 +78840,13 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp_count": { "arguments": [ - 3989 + 4035 ], "distinct": [ 6 ], "filter": [ - 3977 + 4023 ], "predicate": [ 42 @@ -78186,13 +78857,13 @@ export default { }, "player_kills_by_weapon_aggregate_fields": { "avg": [ - 3975 + 4021 ], "count": [ 41, { "columns": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "distinct": [ @@ -78201,31 +78872,31 @@ export default { } ], "max": [ - 3981 + 4027 ], "min": [ - 3983 + 4029 ], "stddev": [ - 3991 + 4037 ], "stddev_pop": [ - 3993 + 4039 ], "stddev_samp": [ - 3995 + 4041 ], "sum": [ - 3999 + 4045 ], "var_pop": [ - 4003 + 4049 ], "var_samp": [ - 4005 + 4051 ], "variance": [ - 4007 + 4053 ], "__typename": [ 85 @@ -78233,37 +78904,37 @@ export default { }, "player_kills_by_weapon_aggregate_order_by": { "avg": [ - 3976 + 4022 ], "count": [ - 3601 + 3647 ], "max": [ - 3982 + 4028 ], "min": [ - 3984 + 4030 ], "stddev": [ - 3992 + 4038 ], "stddev_pop": [ - 3994 + 4040 ], "stddev_samp": [ - 3996 + 4042 ], "sum": [ - 4000 + 4046 ], "var_pop": [ - 4004 + 4050 ], "var_samp": [ - 4006 + 4052 ], "variance": [ - 4008 + 4054 ], "__typename": [ 85 @@ -78271,10 +78942,10 @@ export default { }, "player_kills_by_weapon_arr_rel_insert_input": { "data": [ - 3980 + 4026 ], "on_conflict": [ - 3986 + 4032 ], "__typename": [ 85 @@ -78293,10 +78964,10 @@ export default { }, "player_kills_by_weapon_avg_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78304,19 +78975,19 @@ export default { }, "player_kills_by_weapon_bool_exp": { "_and": [ - 3977 + 4023 ], "_not": [ - 3977 + 4023 ], "_or": [ - 3977 + 4023 ], "kill_count": [ 313 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -78345,7 +79016,7 @@ export default { 311 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -78373,13 +79044,13 @@ export default { }, "player_kills_by_weapon_max_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78401,13 +79072,13 @@ export default { }, "player_kills_by_weapon_min_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78418,7 +79089,7 @@ export default { 41 ], "returning": [ - 3968 + 4014 ], "__typename": [ 85 @@ -78426,13 +79097,13 @@ export default { }, "player_kills_by_weapon_on_conflict": { "constraint": [ - 3978 + 4024 ], "update_columns": [ - 4001 + 4047 ], "where": [ - 3977 + 4023 ], "__typename": [ 85 @@ -78440,16 +79111,16 @@ export default { }, "player_kills_by_weapon_order_by": { "kill_count": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78494,10 +79165,10 @@ export default { }, "player_kills_by_weapon_stddev_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78516,10 +79187,10 @@ export default { }, "player_kills_by_weapon_stddev_pop_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78538,10 +79209,10 @@ export default { }, "player_kills_by_weapon_stddev_samp_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78549,7 +79220,7 @@ export default { }, "player_kills_by_weapon_stream_cursor_input": { "initial_value": [ - 3998 + 4044 ], "ordering": [ 394 @@ -78585,10 +79256,10 @@ export default { }, "player_kills_by_weapon_sum_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78597,13 +79268,13 @@ export default { "player_kills_by_weapon_update_column": {}, "player_kills_by_weapon_updates": { "_inc": [ - 3979 + 4025 ], "_set": [ - 3990 + 4036 ], "where": [ - 3977 + 4023 ], "__typename": [ 85 @@ -78622,10 +79293,10 @@ export default { }, "player_kills_by_weapon_var_pop_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78644,10 +79315,10 @@ export default { }, "player_kills_by_weapon_var_samp_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78666,10 +79337,10 @@ export default { }, "player_kills_by_weapon_variance_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78701,7 +79372,7 @@ export default { 85 ], "attacked_player": [ - 4570 + 4616 ], "attacked_steam_id": [ 311 @@ -78725,7 +79396,7 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "headshot": [ 6 @@ -78737,22 +79408,22 @@ export default { 6 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "no_scope": [ 6 ], "player": [ - 4570 + 4616 ], "round": [ 41 @@ -78764,7 +79435,7 @@ export default { 6 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -78799,22 +79470,22 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "hitgroup": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -78825,49 +79496,49 @@ export default { }, "player_kills_max_order_by": { "attacked_location": [ - 3601 + 3647 ], "attacked_location_coordinates": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_location": [ - 3601 + 3647 ], "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "hitgroup": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78899,22 +79570,22 @@ export default { 85 ], "deleted_at": [ - 5196 + 5242 ], "hitgroup": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -78925,49 +79596,49 @@ export default { }, "player_kills_min_order_by": { "attacked_location": [ - 3601 + 3647 ], "attacked_location_coordinates": [ - 3601 + 3647 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_location": [ - 3601 + 3647 ], "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "hitgroup": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -78978,7 +79649,7 @@ export default { 41 ], "returning": [ - 3956 + 4002 ], "__typename": [ 85 @@ -78986,13 +79657,13 @@ export default { }, "player_kills_on_conflict": { "constraint": [ - 4009 + 4055 ], "update_columns": [ - 4034 + 4080 ], "where": [ - 3967 + 4013 ], "__typename": [ 85 @@ -79000,88 +79671,88 @@ export default { }, "player_kills_order_by": { "assisted": [ - 3601 + 3647 ], "attacked_location": [ - 3601 + 3647 ], "attacked_location_coordinates": [ - 3601 + 3647 ], "attacked_player": [ - 4572 + 4618 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacked_team": [ - 3601 + 3647 ], "attacker_location": [ - 3601 + 3647 ], "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "attacker_team": [ - 3601 + 3647 ], "blinded": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "headshot": [ - 3601 + 3647 ], "hitgroup": [ - 3601 + 3647 ], "in_air": [ - 3601 + 3647 ], "is_suicide": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "no_scope": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "round": [ - 3601 + 3647 ], "team_kill": [ - 3601 + 3647 ], "thru_smoke": [ - 3601 + 3647 ], "thru_wall": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79095,10 +79766,10 @@ export default { 311 ], "match_map_id": [ - 6503 + 6603 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -79139,7 +79810,7 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "headshot": [ 6 @@ -79151,10 +79822,10 @@ export default { 6 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "no_scope": [ 6 @@ -79169,7 +79840,7 @@ export default { 6 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -79194,13 +79865,13 @@ export default { }, "player_kills_stddev_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79222,13 +79893,13 @@ export default { }, "player_kills_stddev_pop_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79250,13 +79921,13 @@ export default { }, "player_kills_stddev_samp_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79264,7 +79935,7 @@ export default { }, "player_kills_stream_cursor_input": { "initial_value": [ - 4031 + 4077 ], "ordering": [ 394 @@ -79305,7 +79976,7 @@ export default { 6 ], "deleted_at": [ - 5196 + 5242 ], "headshot": [ 6 @@ -79317,10 +79988,10 @@ export default { 6 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "no_scope": [ 6 @@ -79335,7 +80006,7 @@ export default { 6 ], "time": [ - 5196 + 5242 ], "with": [ 85 @@ -79360,13 +80031,13 @@ export default { }, "player_kills_sum_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79375,13 +80046,13 @@ export default { "player_kills_update_column": {}, "player_kills_updates": { "_inc": [ - 4010 + 4056 ], "_set": [ - 4023 + 4069 ], "where": [ - 3967 + 4013 ], "__typename": [ 85 @@ -79403,13 +80074,13 @@ export default { }, "player_kills_var_pop_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79431,13 +80102,13 @@ export default { }, "player_kills_var_samp_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79459,13 +80130,13 @@ export default { }, "player_kills_variance_order_by": { "attacked_steam_id": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79482,7 +80153,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79490,10 +80161,10 @@ export default { }, "player_leaderboard_rank_aggregate": { "aggregate": [ - 4044 + 4090 ], "nodes": [ - 4042 + 4088 ], "__typename": [ 85 @@ -79501,13 +80172,13 @@ export default { }, "player_leaderboard_rank_aggregate_fields": { "avg": [ - 4045 + 4091 ], "count": [ 41, { "columns": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "distinct": [ @@ -79516,31 +80187,31 @@ export default { } ], "max": [ - 4049 + 4095 ], "min": [ - 4050 + 4096 ], "stddev": [ - 4055 + 4101 ], "stddev_pop": [ - 4056 + 4102 ], "stddev_samp": [ - 4057 + 4103 ], "sum": [ - 4060 + 4106 ], "var_pop": [ - 4062 + 4108 ], "var_samp": [ - 4063 + 4109 ], "variance": [ - 4064 + 4110 ], "__typename": [ 85 @@ -79562,13 +80233,13 @@ export default { }, "player_leaderboard_rank_bool_exp": { "_and": [ - 4046 + 4092 ], "_not": [ - 4046 + 4092 ], "_or": [ - 4046 + 4092 ], "player_steam_id": [ 87 @@ -79580,7 +80251,7 @@ export default { 42 ], "value": [ - 2047 + 2093 ], "__typename": [ 85 @@ -79594,7 +80265,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79611,7 +80282,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79628,7 +80299,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79645,7 +80316,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79656,7 +80327,7 @@ export default { 41 ], "returning": [ - 4042 + 4088 ], "__typename": [ 85 @@ -79664,16 +80335,16 @@ export default { }, "player_leaderboard_rank_order_by": { "player_steam_id": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "total": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -79691,7 +80362,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79741,7 +80412,7 @@ export default { }, "player_leaderboard_rank_stream_cursor_input": { "initial_value": [ - 4059 + 4105 ], "ordering": [ 394 @@ -79761,7 +80432,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79775,7 +80446,7 @@ export default { 41 ], "value": [ - 2046 + 2092 ], "__typename": [ 85 @@ -79783,13 +80454,13 @@ export default { }, "player_leaderboard_rank_updates": { "_inc": [ - 4047 + 4093 ], "_set": [ - 4054 + 4100 ], "where": [ - 4046 + 4092 ], "__typename": [ 85 @@ -79857,7 +80528,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -79899,7 +80570,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -79953,16 +80624,16 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -79977,7 +80648,7 @@ export default { 41 ], "player": [ - 4559 + 4605 ], "rounds_ct": [ 41 @@ -80025,7 +80696,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -80055,7 +80726,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "util_on_death_count": [ 41 @@ -80075,10 +80746,10 @@ export default { }, "player_match_map_stats_aggregate": { "aggregate": [ - 4069 + 4115 ], "nodes": [ - 4065 + 4111 ], "__typename": [ 85 @@ -80086,7 +80757,7 @@ export default { }, "player_match_map_stats_aggregate_bool_exp": { "count": [ - 4068 + 4114 ], "__typename": [ 85 @@ -80094,13 +80765,13 @@ export default { }, "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 4086 + 4132 ], "distinct": [ 6 ], "filter": [ - 4074 + 4120 ], "predicate": [ 42 @@ -80111,13 +80782,13 @@ export default { }, "player_match_map_stats_aggregate_fields": { "avg": [ - 4072 + 4118 ], "count": [ 41, { "columns": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "distinct": [ @@ -80126,31 +80797,31 @@ export default { } ], "max": [ - 4078 + 4124 ], "min": [ - 4080 + 4126 ], "stddev": [ - 4088 + 4134 ], "stddev_pop": [ - 4090 + 4136 ], "stddev_samp": [ - 4092 + 4138 ], "sum": [ - 4096 + 4142 ], "var_pop": [ - 4100 + 4146 ], "var_samp": [ - 4102 + 4148 ], "variance": [ - 4104 + 4150 ], "__typename": [ 85 @@ -80158,37 +80829,37 @@ export default { }, "player_match_map_stats_aggregate_order_by": { "avg": [ - 4073 + 4119 ], "count": [ - 3601 + 3647 ], "max": [ - 4079 + 4125 ], "min": [ - 4081 + 4127 ], "stddev": [ - 4089 + 4135 ], "stddev_pop": [ - 4091 + 4137 ], "stddev_samp": [ - 4093 + 4139 ], "sum": [ - 4097 + 4143 ], "var_pop": [ - 4101 + 4147 ], "var_samp": [ - 4103 + 4149 ], "variance": [ - 4105 + 4151 ], "__typename": [ 85 @@ -80196,10 +80867,10 @@ export default { }, "player_match_map_stats_arr_rel_insert_input": { "data": [ - 4077 + 4123 ], "on_conflict": [ - 4083 + 4129 ], "__typename": [ 85 @@ -80425,217 +81096,217 @@ export default { }, "player_match_map_stats_avg_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -80643,13 +81314,13 @@ export default { }, "player_match_map_stats_bool_exp": { "_and": [ - 4074 + 4120 ], "_not": [ - 4074 + 4120 ], "_or": [ - 4074 + 4120 ], "assists": [ 42 @@ -80670,7 +81341,7 @@ export default { 42 ], "crosshair_angle_sum_deg": [ - 3600 + 3646 ], "damage": [ 42 @@ -80712,7 +81383,7 @@ export default { 42 ], "flash_duration_sum": [ - 3600 + 3646 ], "flashes_thrown": [ 42 @@ -80766,16 +81437,16 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "molotov_damage": [ 42 @@ -80790,7 +81461,7 @@ export default { 42 ], "player": [ - 4563 + 4609 ], "rounds_ct": [ 42 @@ -80838,7 +81509,7 @@ export default { 42 ], "time_to_damage_sum_s": [ - 3600 + 3646 ], "total_engagement_frames": [ 42 @@ -80868,7 +81539,7 @@ export default { 42 ], "updated_at": [ - 5197 + 5243 ], "util_on_death_count": [ 42 @@ -80907,7 +81578,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -80949,7 +81620,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -81060,7 +81731,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -81125,7 +81796,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -81167,7 +81838,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -81221,16 +81892,16 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -81245,7 +81916,7 @@ export default { 41 ], "player": [ - 4570 + 4616 ], "rounds_ct": [ 41 @@ -81293,7 +81964,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -81323,7 +81994,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "util_on_death_count": [ 41 @@ -81361,7 +82032,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -81403,7 +82074,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -81457,10 +82128,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -81520,7 +82191,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -81550,7 +82221,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "util_on_death_count": [ 41 @@ -81570,226 +82241,226 @@ export default { }, "player_match_map_stats_max_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -81815,7 +82486,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -81857,7 +82528,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -81911,10 +82582,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -81974,7 +82645,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -82004,7 +82675,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "util_on_death_count": [ 41 @@ -82024,226 +82695,226 @@ export default { }, "player_match_map_stats_min_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -82254,7 +82925,7 @@ export default { 41 ], "returning": [ - 4065 + 4111 ], "__typename": [ 85 @@ -82262,13 +82933,13 @@ export default { }, "player_match_map_stats_on_conflict": { "constraint": [ - 4075 + 4121 ], "update_columns": [ - 4098 + 4144 ], "where": [ - 4074 + 4120 ], "__typename": [ 85 @@ -82276,235 +82947,235 @@ export default { }, "player_match_map_stats_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -82512,7 +83183,7 @@ export default { }, "player_match_map_stats_pk_columns_input": { "match_map_id": [ - 6503 + 6603 ], "steam_id": [ 311 @@ -82542,7 +83213,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -82584,7 +83255,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -82638,10 +83309,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -82701,7 +83372,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -82731,7 +83402,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "util_on_death_count": [ 41 @@ -82969,217 +83640,217 @@ export default { }, "player_match_map_stats_stddev_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -83405,217 +84076,217 @@ export default { }, "player_match_map_stats_stddev_pop_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -83841,217 +84512,217 @@ export default { }, "player_match_map_stats_stddev_samp_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -84059,7 +84730,7 @@ export default { }, "player_match_map_stats_stream_cursor_input": { "initial_value": [ - 4095 + 4141 ], "ordering": [ 394 @@ -84088,7 +84759,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -84130,7 +84801,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -84184,10 +84855,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -84247,7 +84918,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -84277,7 +84948,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "util_on_death_count": [ 41 @@ -84315,7 +84986,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3599 + 3645 ], "damage": [ 41 @@ -84357,7 +85028,7 @@ export default { 41 ], "flash_duration_sum": [ - 3599 + 3645 ], "flashes_thrown": [ 41 @@ -84468,7 +85139,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3599 + 3645 ], "total_engagement_frames": [ 41 @@ -84515,217 +85186,217 @@ export default { }, "player_match_map_stats_sum_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -84734,13 +85405,13 @@ export default { "player_match_map_stats_update_column": {}, "player_match_map_stats_updates": { "_inc": [ - 4076 + 4122 ], "_set": [ - 4087 + 4133 ], "where": [ - 4074 + 4120 ], "__typename": [ 85 @@ -84966,217 +85637,217 @@ export default { }, "player_match_map_stats_var_pop_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -85402,217 +86073,217 @@ export default { }, "player_match_map_stats_var_samp_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -85838,217 +86509,217 @@ export default { }, "player_match_map_stats_variance_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "crosshair_angle_count": [ - 3601 + 3647 ], "crosshair_angle_sum_deg": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flash_duration_count": [ - 3601 + 3647 ], "flash_duration_sum": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kast_rounds": [ - 3601 + 3647 ], "kast_total_rounds": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "time_to_damage_count": [ - 3601 + 3647 ], "time_to_damage_sum_s": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "util_on_death_count": [ - 3601 + 3647 ], "util_on_death_sum": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -86056,40 +86727,40 @@ export default { }, "player_match_performance_v": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "aim_rating": [ - 2046 + 2092 ], "counter_strafe_pct": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "overall_rating": [ - 2046 + 2092 ], "played_at": [ - 5196 + 5242 ], "positioning_rating": [ - 2046 + 2092 ], "rounds": [ 41 @@ -86101,16 +86772,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -86118,10 +86789,10 @@ export default { }, "player_match_performance_v_aggregate": { "aggregate": [ - 4108 + 4154 ], "nodes": [ - 4106 + 4152 ], "__typename": [ 85 @@ -86129,13 +86800,13 @@ export default { }, "player_match_performance_v_aggregate_fields": { "avg": [ - 4109 + 4155 ], "count": [ 41, { "columns": [ - 4114, + 4160, "[player_match_performance_v_select_column!]" ], "distinct": [ @@ -86144,31 +86815,31 @@ export default { } ], "max": [ - 4111 + 4157 ], "min": [ - 4112 + 4158 ], "stddev": [ - 4115 + 4161 ], "stddev_pop": [ - 4116 + 4162 ], "stddev_samp": [ - 4117 + 4163 ], "sum": [ - 4120 + 4166 ], "var_pop": [ - 4121 + 4167 ], "var_samp": [ - 4122 + 4168 ], "variance": [ - 4123 + 4169 ], "__typename": [ 85 @@ -86229,49 +86900,49 @@ export default { }, "player_match_performance_v_bool_exp": { "_and": [ - 4110 + 4156 ], "_not": [ - 4110 + 4156 ], "_or": [ - 4110 + 4156 ], "accuracy": [ - 3600 + 3646 ], "accuracy_spotted": [ - 3600 + 3646 ], "aim_rating": [ - 2047 + 2093 ], "counter_strafe_pct": [ - 3600 + 3646 ], "enemy_blind_pr": [ - 3600 + 3646 ], "flash_assists_pr": [ - 3600 + 3646 ], "hs_pct": [ - 3600 + 3646 ], "kast_pct": [ - 3600 + 3646 ], "match_id": [ - 6505 + 6605 ], "overall_rating": [ - 2047 + 2093 ], "played_at": [ - 5197 + 5243 ], "positioning_rating": [ - 2047 + 2093 ], "rounds": [ 42 @@ -86283,16 +86954,16 @@ export default { 313 ], "survival_pct": [ - 3600 + 3646 ], "traded_death_pct": [ - 3600 + 3646 ], "util_efficiency": [ - 3600 + 3646 ], "utility_rating": [ - 2047 + 2093 ], "__typename": [ 85 @@ -86300,40 +86971,40 @@ export default { }, "player_match_performance_v_max_fields": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "aim_rating": [ - 2046 + 2092 ], "counter_strafe_pct": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "overall_rating": [ - 2046 + 2092 ], "played_at": [ - 5196 + 5242 ], "positioning_rating": [ - 2046 + 2092 ], "rounds": [ 41 @@ -86345,16 +87016,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -86362,40 +87033,40 @@ export default { }, "player_match_performance_v_min_fields": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "aim_rating": [ - 2046 + 2092 ], "counter_strafe_pct": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "overall_rating": [ - 2046 + 2092 ], "played_at": [ - 5196 + 5242 ], "positioning_rating": [ - 2046 + 2092 ], "rounds": [ 41 @@ -86407,16 +87078,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -86424,61 +87095,61 @@ export default { }, "player_match_performance_v_order_by": { "accuracy": [ - 3601 + 3647 ], "accuracy_spotted": [ - 3601 + 3647 ], "aim_rating": [ - 3601 + 3647 ], "counter_strafe_pct": [ - 3601 + 3647 ], "enemy_blind_pr": [ - 3601 + 3647 ], "flash_assists_pr": [ - 3601 + 3647 ], "hs_pct": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "overall_rating": [ - 3601 + 3647 ], "played_at": [ - 3601 + 3647 ], "positioning_rating": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "survival_pct": [ - 3601 + 3647 ], "traded_death_pct": [ - 3601 + 3647 ], "util_efficiency": [ - 3601 + 3647 ], "utility_rating": [ - 3601 + 3647 ], "__typename": [ 85 @@ -86646,7 +87317,7 @@ export default { }, "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 4119 + 4165 ], "ordering": [ 394 @@ -86657,40 +87328,40 @@ export default { }, "player_match_performance_v_stream_cursor_value_input": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "aim_rating": [ - 2046 + 2092 ], "counter_strafe_pct": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "overall_rating": [ - 2046 + 2092 ], "played_at": [ - 5196 + 5242 ], "positioning_rating": [ - 2046 + 2092 ], "rounds": [ 41 @@ -86702,16 +87373,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -86719,34 +87390,34 @@ export default { }, "player_match_performance_v_sum_fields": { "accuracy": [ - 3599 + 3645 ], "accuracy_spotted": [ - 3599 + 3645 ], "aim_rating": [ - 2046 + 2092 ], "counter_strafe_pct": [ - 3599 + 3645 ], "enemy_blind_pr": [ - 3599 + 3645 ], "flash_assists_pr": [ - 3599 + 3645 ], "hs_pct": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "overall_rating": [ - 2046 + 2092 ], "positioning_rating": [ - 2046 + 2092 ], "rounds": [ 41 @@ -86755,16 +87426,16 @@ export default { 311 ], "survival_pct": [ - 3599 + 3645 ], "traded_death_pct": [ - 3599 + 3645 ], "util_efficiency": [ - 3599 + 3645 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -86940,13 +87611,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3599 + 3645 ], "avg_flash_duration": [ - 3599 + 3645 ], "avg_time_to_damage_s": [ - 3599 + 3645 ], "counter_strafe_eligible_shots": [ 41 @@ -87036,7 +87707,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -87120,7 +87791,7 @@ export default { 41 ], "utility_on_death": [ - 3599 + 3645 ], "wasted_magazine_shots": [ 41 @@ -87134,10 +87805,10 @@ export default { }, "player_match_stats_v_aggregate": { "aggregate": [ - 4128 + 4174 ], "nodes": [ - 4124 + 4170 ], "__typename": [ 85 @@ -87145,7 +87816,7 @@ export default { }, "player_match_stats_v_aggregate_bool_exp": { "count": [ - 4127 + 4173 ], "__typename": [ 85 @@ -87153,13 +87824,13 @@ export default { }, "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 4140 + 4186 ], "distinct": [ 6 ], "filter": [ - 4133 + 4179 ], "predicate": [ 42 @@ -87170,13 +87841,13 @@ export default { }, "player_match_stats_v_aggregate_fields": { "avg": [ - 4131 + 4177 ], "count": [ 41, { "columns": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "distinct": [ @@ -87185,31 +87856,31 @@ export default { } ], "max": [ - 4135 + 4181 ], "min": [ - 4137 + 4183 ], "stddev": [ - 4141 + 4187 ], "stddev_pop": [ - 4143 + 4189 ], "stddev_samp": [ - 4145 + 4191 ], "sum": [ - 4149 + 4195 ], "var_pop": [ - 4151 + 4197 ], "var_samp": [ - 4153 + 4199 ], "variance": [ - 4155 + 4201 ], "__typename": [ 85 @@ -87217,37 +87888,37 @@ export default { }, "player_match_stats_v_aggregate_order_by": { "avg": [ - 4132 + 4178 ], "count": [ - 3601 + 3647 ], "max": [ - 4136 + 4182 ], "min": [ - 4138 + 4184 ], "stddev": [ - 4142 + 4188 ], "stddev_pop": [ - 4144 + 4190 ], "stddev_samp": [ - 4146 + 4192 ], "sum": [ - 4150 + 4196 ], "var_pop": [ - 4152 + 4198 ], "var_samp": [ - 4154 + 4200 ], "variance": [ - 4156 + 4202 ], "__typename": [ 85 @@ -87255,7 +87926,7 @@ export default { }, "player_match_stats_v_arr_rel_insert_input": { "data": [ - 4134 + 4180 ], "__typename": [ 85 @@ -87463,199 +88134,199 @@ export default { }, "player_match_stats_v_avg_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -87663,13 +88334,13 @@ export default { }, "player_match_stats_v_bool_exp": { "_and": [ - 4133 + 4179 ], "_not": [ - 4133 + 4179 ], "_or": [ - 4133 + 4179 ], "assists": [ 42 @@ -87681,13 +88352,13 @@ export default { 42 ], "avg_crosshair_angle_deg": [ - 3600 + 3646 ], "avg_flash_duration": [ - 3600 + 3646 ], "avg_time_to_damage_s": [ - 3600 + 3646 ], "counter_strafe_eligible_shots": [ 42 @@ -87777,7 +88448,7 @@ export default { 42 ], "match_id": [ - 6505 + 6605 ], "molotov_damage": [ 42 @@ -87861,7 +88532,7 @@ export default { 42 ], "utility_on_death": [ - 3600 + 3646 ], "wasted_magazine_shots": [ 42 @@ -87884,13 +88555,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3599 + 3645 ], "avg_flash_duration": [ - 3599 + 3645 ], "avg_time_to_damage_s": [ - 3599 + 3645 ], "counter_strafe_eligible_shots": [ 41 @@ -87980,7 +88651,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -88064,7 +88735,7 @@ export default { 41 ], "utility_on_death": [ - 3599 + 3645 ], "wasted_magazine_shots": [ 41 @@ -88087,13 +88758,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3599 + 3645 ], "avg_flash_duration": [ - 3599 + 3645 ], "avg_time_to_damage_s": [ - 3599 + 3645 ], "counter_strafe_eligible_shots": [ 41 @@ -88183,7 +88854,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -88267,7 +88938,7 @@ export default { 41 ], "utility_on_death": [ - 3599 + 3645 ], "wasted_magazine_shots": [ 41 @@ -88281,202 +88952,202 @@ export default { }, "player_match_stats_v_max_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -88493,13 +89164,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3599 + 3645 ], "avg_flash_duration": [ - 3599 + 3645 ], "avg_time_to_damage_s": [ - 3599 + 3645 ], "counter_strafe_eligible_shots": [ 41 @@ -88589,7 +89260,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -88673,7 +89344,7 @@ export default { 41 ], "utility_on_death": [ - 3599 + 3645 ], "wasted_magazine_shots": [ 41 @@ -88687,202 +89358,202 @@ export default { }, "player_match_stats_v_min_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -88890,202 +89561,202 @@ export default { }, "player_match_stats_v_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -89294,199 +89965,199 @@ export default { }, "player_match_stats_v_stddev_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -89694,199 +90365,199 @@ export default { }, "player_match_stats_v_stddev_pop_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -90094,199 +90765,199 @@ export default { }, "player_match_stats_v_stddev_samp_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -90294,7 +90965,7 @@ export default { }, "player_match_stats_v_stream_cursor_input": { "initial_value": [ - 4148 + 4194 ], "ordering": [ 394 @@ -90314,13 +90985,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3599 + 3645 ], "avg_flash_duration": [ - 3599 + 3645 ], "avg_time_to_damage_s": [ - 3599 + 3645 ], "counter_strafe_eligible_shots": [ 41 @@ -90410,7 +91081,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "molotov_damage": [ 41 @@ -90494,7 +91165,7 @@ export default { 41 ], "utility_on_death": [ - 3599 + 3645 ], "wasted_magazine_shots": [ 41 @@ -90517,13 +91188,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3599 + 3645 ], "avg_flash_duration": [ - 3599 + 3645 ], "avg_time_to_damage_s": [ - 3599 + 3645 ], "counter_strafe_eligible_shots": [ 41 @@ -90694,7 +91365,7 @@ export default { 41 ], "utility_on_death": [ - 3599 + 3645 ], "wasted_magazine_shots": [ 41 @@ -90708,199 +91379,199 @@ export default { }, "player_match_stats_v_sum_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -91108,199 +91779,199 @@ export default { }, "player_match_stats_v_var_pop_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -91508,199 +92179,199 @@ export default { }, "player_match_stats_v_var_samp_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -91908,199 +92579,199 @@ export default { }, "player_match_stats_v_variance_order_by": { "assists": [ - 3601 + 3647 ], "assists_ct": [ - 3601 + 3647 ], "assists_t": [ - 3601 + 3647 ], "avg_crosshair_angle_deg": [ - 3601 + 3647 ], "avg_flash_duration": [ - 3601 + 3647 ], "avg_time_to_damage_s": [ - 3601 + 3647 ], "counter_strafe_eligible_shots": [ - 3601 + 3647 ], "counter_strafed_shots": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_ct": [ - 3601 + 3647 ], "damage_t": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "deaths_ct": [ - 3601 + 3647 ], "deaths_t": [ - 3601 + 3647 ], "decoy_throws": [ - 3601 + 3647 ], "enemies_flashed": [ - 3601 + 3647 ], "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "five_kill_rounds": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "flashes_thrown": [ - 3601 + 3647 ], "four_kill_rounds": [ - 3601 + 3647 ], "he_damage": [ - 3601 + 3647 ], "he_team_damage": [ - 3601 + 3647 ], "he_throws": [ - 3601 + 3647 ], "headshot_hits": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_at_spotted": [ - 3601 + 3647 ], "hs_kills": [ - 3601 + 3647 ], "hs_kills_ct": [ - 3601 + 3647 ], "hs_kills_t": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kills_ct": [ - 3601 + 3647 ], "kills_t": [ - 3601 + 3647 ], "knife_kills": [ - 3601 + 3647 ], "molotov_damage": [ - 3601 + 3647 ], "molotov_throws": [ - 3601 + 3647 ], "non_awp_hits": [ - 3601 + 3647 ], "on_target_frames": [ - 3601 + 3647 ], "rounds_ct": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "rounds_t": [ - 3601 + 3647 ], "shots_at_spotted": [ - 3601 + 3647 ], "shots_fired": [ - 3601 + 3647 ], "smoke_throws": [ - 3601 + 3647 ], "spotted_count": [ - 3601 + 3647 ], "spotted_with_damage_count": [ - 3601 + 3647 ], "spray_hits": [ - 3601 + 3647 ], "spray_shots": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_damage": [ - 3601 + 3647 ], "team_flashed": [ - 3601 + 3647 ], "three_kill_rounds": [ - 3601 + 3647 ], "total_engagement_frames": [ - 3601 + 3647 ], "trade_kill_attempts": [ - 3601 + 3647 ], "trade_kill_opportunities": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_attempts": [ - 3601 + 3647 ], "traded_death_opportunities": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "two_kill_rounds": [ - 3601 + 3647 ], "unused_utility_value": [ - 3601 + 3647 ], "utility_on_death": [ - 3601 + 3647 ], "wasted_magazine_shots": [ - 3601 + 3647 ], "zeus_kills": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92108,22 +92779,22 @@ export default { }, "player_objectives": { "deleted_at": [ - 5196 + 5242 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -92132,7 +92803,7 @@ export default { 41 ], "time": [ - 5196 + 5242 ], "type": [ 1265 @@ -92143,10 +92814,10 @@ export default { }, "player_objectives_aggregate": { "aggregate": [ - 4161 + 4207 ], "nodes": [ - 4157 + 4203 ], "__typename": [ 85 @@ -92154,7 +92825,7 @@ export default { }, "player_objectives_aggregate_bool_exp": { "count": [ - 4160 + 4206 ], "__typename": [ 85 @@ -92162,13 +92833,13 @@ export default { }, "player_objectives_aggregate_bool_exp_count": { "arguments": [ - 4178 + 4224 ], "distinct": [ 6 ], "filter": [ - 4166 + 4212 ], "predicate": [ 42 @@ -92179,13 +92850,13 @@ export default { }, "player_objectives_aggregate_fields": { "avg": [ - 4164 + 4210 ], "count": [ 41, { "columns": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "distinct": [ @@ -92194,31 +92865,31 @@ export default { } ], "max": [ - 4170 + 4216 ], "min": [ - 4172 + 4218 ], "stddev": [ - 4180 + 4226 ], "stddev_pop": [ - 4182 + 4228 ], "stddev_samp": [ - 4184 + 4230 ], "sum": [ - 4188 + 4234 ], "var_pop": [ - 4192 + 4238 ], "var_samp": [ - 4194 + 4240 ], "variance": [ - 4196 + 4242 ], "__typename": [ 85 @@ -92226,37 +92897,37 @@ export default { }, "player_objectives_aggregate_order_by": { "avg": [ - 4165 + 4211 ], "count": [ - 3601 + 3647 ], "max": [ - 4171 + 4217 ], "min": [ - 4173 + 4219 ], "stddev": [ - 4181 + 4227 ], "stddev_pop": [ - 4183 + 4229 ], "stddev_samp": [ - 4185 + 4231 ], "sum": [ - 4189 + 4235 ], "var_pop": [ - 4193 + 4239 ], "var_samp": [ - 4195 + 4241 ], "variance": [ - 4197 + 4243 ], "__typename": [ 85 @@ -92264,10 +92935,10 @@ export default { }, "player_objectives_arr_rel_insert_input": { "data": [ - 4169 + 4215 ], "on_conflict": [ - 4175 + 4221 ], "__typename": [ 85 @@ -92286,10 +92957,10 @@ export default { }, "player_objectives_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92297,31 +92968,31 @@ export default { }, "player_objectives_bool_exp": { "_and": [ - 4166 + 4212 ], "_not": [ - 4166 + 4212 ], "_or": [ - 4166 + 4212 ], "deleted_at": [ - 5197 + 5243 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -92330,7 +93001,7 @@ export default { 42 ], "time": [ - 5197 + 5243 ], "type": [ 1266 @@ -92353,22 +93024,22 @@ export default { }, "player_objectives_insert_input": { "deleted_at": [ - 5196 + 5242 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -92377,7 +93048,7 @@ export default { 41 ], "time": [ - 5196 + 5242 ], "type": [ 1265 @@ -92388,13 +93059,13 @@ export default { }, "player_objectives_max_fields": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -92403,7 +93074,7 @@ export default { 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -92411,22 +93082,22 @@ export default { }, "player_objectives_max_order_by": { "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92434,13 +93105,13 @@ export default { }, "player_objectives_min_fields": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -92449,7 +93120,7 @@ export default { 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -92457,22 +93128,22 @@ export default { }, "player_objectives_min_order_by": { "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92483,7 +93154,7 @@ export default { 41 ], "returning": [ - 4157 + 4203 ], "__typename": [ 85 @@ -92491,13 +93162,13 @@ export default { }, "player_objectives_on_conflict": { "constraint": [ - 4167 + 4213 ], "update_columns": [ - 4190 + 4236 ], "where": [ - 4166 + 4212 ], "__typename": [ 85 @@ -92505,34 +93176,34 @@ export default { }, "player_objectives_order_by": { "deleted_at": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92540,13 +93211,13 @@ export default { }, "player_objectives_pk_columns_input": { "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -92555,13 +93226,13 @@ export default { "player_objectives_select_column": {}, "player_objectives_set_input": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -92570,7 +93241,7 @@ export default { 41 ], "time": [ - 5196 + 5242 ], "type": [ 1265 @@ -92592,10 +93263,10 @@ export default { }, "player_objectives_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92614,10 +93285,10 @@ export default { }, "player_objectives_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92636,10 +93307,10 @@ export default { }, "player_objectives_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92647,7 +93318,7 @@ export default { }, "player_objectives_stream_cursor_input": { "initial_value": [ - 4187 + 4233 ], "ordering": [ 394 @@ -92658,13 +93329,13 @@ export default { }, "player_objectives_stream_cursor_value_input": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -92673,7 +93344,7 @@ export default { 41 ], "time": [ - 5196 + 5242 ], "type": [ 1265 @@ -92695,10 +93366,10 @@ export default { }, "player_objectives_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92707,13 +93378,13 @@ export default { "player_objectives_update_column": {}, "player_objectives_updates": { "_inc": [ - 4168 + 4214 ], "_set": [ - 4179 + 4225 ], "where": [ - 4166 + 4212 ], "__typename": [ 85 @@ -92732,10 +93403,10 @@ export default { }, "player_objectives_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92754,10 +93425,10 @@ export default { }, "player_objectives_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92776,10 +93447,10 @@ export default { }, "player_objectives_variance_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -92787,13 +93458,13 @@ export default { }, "player_performance_v": { "accuracy_score": [ - 2046 + 2092 ], "aim_goal": [ - 2046 + 2092 ], "aim_rating": [ - 2046 + 2092 ], "band": [ 41 @@ -92802,31 +93473,31 @@ export default { 311 ], "blind_score": [ - 2046 + 2092 ], "counter_strafe_score": [ - 2046 + 2092 ], "crosshair_score": [ - 2046 + 2092 ], "flash_assists_score": [ - 2046 + 2092 ], "hs_score": [ - 2046 + 2092 ], "kast_score": [ - 2046 + 2092 ], "maps": [ 41 ], "positioning_goal": [ - 2046 + 2092 ], "positioning_rating": [ - 2046 + 2092 ], "premier_rank": [ 41 @@ -92835,28 +93506,28 @@ export default { 41 ], "spotted_score": [ - 2046 + 2092 ], "steam_id": [ 311 ], "survival_score": [ - 2046 + 2092 ], "traded_score": [ - 2046 + 2092 ], "ttd_score": [ - 2046 + 2092 ], "util_eff_score": [ - 2046 + 2092 ], "utility_goal": [ - 2046 + 2092 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -92864,10 +93535,10 @@ export default { }, "player_performance_v_aggregate": { "aggregate": [ - 4200 + 4246 ], "nodes": [ - 4198 + 4244 ], "__typename": [ 85 @@ -92875,13 +93546,13 @@ export default { }, "player_performance_v_aggregate_fields": { "avg": [ - 4201 + 4247 ], "count": [ 41, { "columns": [ - 4206, + 4252, "[player_performance_v_select_column!]" ], "distinct": [ @@ -92890,31 +93561,31 @@ export default { } ], "max": [ - 4203 + 4249 ], "min": [ - 4204 + 4250 ], "stddev": [ - 4207 + 4253 ], "stddev_pop": [ - 4208 + 4254 ], "stddev_samp": [ - 4209 + 4255 ], "sum": [ - 4212 + 4258 ], "var_pop": [ - 4213 + 4259 ], "var_samp": [ - 4214 + 4260 ], "variance": [ - 4215 + 4261 ], "__typename": [ 85 @@ -92999,22 +93670,22 @@ export default { }, "player_performance_v_bool_exp": { "_and": [ - 4202 + 4248 ], "_not": [ - 4202 + 4248 ], "_or": [ - 4202 + 4248 ], "accuracy_score": [ - 2047 + 2093 ], "aim_goal": [ - 2047 + 2093 ], "aim_rating": [ - 2047 + 2093 ], "band": [ 42 @@ -93023,31 +93694,31 @@ export default { 313 ], "blind_score": [ - 2047 + 2093 ], "counter_strafe_score": [ - 2047 + 2093 ], "crosshair_score": [ - 2047 + 2093 ], "flash_assists_score": [ - 2047 + 2093 ], "hs_score": [ - 2047 + 2093 ], "kast_score": [ - 2047 + 2093 ], "maps": [ 42 ], "positioning_goal": [ - 2047 + 2093 ], "positioning_rating": [ - 2047 + 2093 ], "premier_rank": [ 42 @@ -93056,28 +93727,28 @@ export default { 42 ], "spotted_score": [ - 2047 + 2093 ], "steam_id": [ 313 ], "survival_score": [ - 2047 + 2093 ], "traded_score": [ - 2047 + 2093 ], "ttd_score": [ - 2047 + 2093 ], "util_eff_score": [ - 2047 + 2093 ], "utility_goal": [ - 2047 + 2093 ], "utility_rating": [ - 2047 + 2093 ], "__typename": [ 85 @@ -93085,13 +93756,13 @@ export default { }, "player_performance_v_max_fields": { "accuracy_score": [ - 2046 + 2092 ], "aim_goal": [ - 2046 + 2092 ], "aim_rating": [ - 2046 + 2092 ], "band": [ 41 @@ -93100,31 +93771,31 @@ export default { 311 ], "blind_score": [ - 2046 + 2092 ], "counter_strafe_score": [ - 2046 + 2092 ], "crosshair_score": [ - 2046 + 2092 ], "flash_assists_score": [ - 2046 + 2092 ], "hs_score": [ - 2046 + 2092 ], "kast_score": [ - 2046 + 2092 ], "maps": [ 41 ], "positioning_goal": [ - 2046 + 2092 ], "positioning_rating": [ - 2046 + 2092 ], "premier_rank": [ 41 @@ -93133,28 +93804,28 @@ export default { 41 ], "spotted_score": [ - 2046 + 2092 ], "steam_id": [ 311 ], "survival_score": [ - 2046 + 2092 ], "traded_score": [ - 2046 + 2092 ], "ttd_score": [ - 2046 + 2092 ], "util_eff_score": [ - 2046 + 2092 ], "utility_goal": [ - 2046 + 2092 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -93162,13 +93833,13 @@ export default { }, "player_performance_v_min_fields": { "accuracy_score": [ - 2046 + 2092 ], "aim_goal": [ - 2046 + 2092 ], "aim_rating": [ - 2046 + 2092 ], "band": [ 41 @@ -93177,31 +93848,31 @@ export default { 311 ], "blind_score": [ - 2046 + 2092 ], "counter_strafe_score": [ - 2046 + 2092 ], "crosshair_score": [ - 2046 + 2092 ], "flash_assists_score": [ - 2046 + 2092 ], "hs_score": [ - 2046 + 2092 ], "kast_score": [ - 2046 + 2092 ], "maps": [ 41 ], "positioning_goal": [ - 2046 + 2092 ], "positioning_rating": [ - 2046 + 2092 ], "premier_rank": [ 41 @@ -93210,28 +93881,28 @@ export default { 41 ], "spotted_score": [ - 2046 + 2092 ], "steam_id": [ 311 ], "survival_score": [ - 2046 + 2092 ], "traded_score": [ - 2046 + 2092 ], "ttd_score": [ - 2046 + 2092 ], "util_eff_score": [ - 2046 + 2092 ], "utility_goal": [ - 2046 + 2092 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -93239,76 +93910,76 @@ export default { }, "player_performance_v_order_by": { "accuracy_score": [ - 3601 + 3647 ], "aim_goal": [ - 3601 + 3647 ], "aim_rating": [ - 3601 + 3647 ], "band": [ - 3601 + 3647 ], "band_sample": [ - 3601 + 3647 ], "blind_score": [ - 3601 + 3647 ], "counter_strafe_score": [ - 3601 + 3647 ], "crosshair_score": [ - 3601 + 3647 ], "flash_assists_score": [ - 3601 + 3647 ], "hs_score": [ - 3601 + 3647 ], "kast_score": [ - 3601 + 3647 ], "maps": [ - 3601 + 3647 ], "positioning_goal": [ - 3601 + 3647 ], "positioning_rating": [ - 3601 + 3647 ], "premier_rank": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "spotted_score": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "survival_score": [ - 3601 + 3647 ], "traded_score": [ - 3601 + 3647 ], "ttd_score": [ - 3601 + 3647 ], "util_eff_score": [ - 3601 + 3647 ], "utility_goal": [ - 3601 + 3647 ], "utility_rating": [ - 3601 + 3647 ], "__typename": [ 85 @@ -93548,7 +94219,7 @@ export default { }, "player_performance_v_stream_cursor_input": { "initial_value": [ - 4211 + 4257 ], "ordering": [ 394 @@ -93559,13 +94230,13 @@ export default { }, "player_performance_v_stream_cursor_value_input": { "accuracy_score": [ - 2046 + 2092 ], "aim_goal": [ - 2046 + 2092 ], "aim_rating": [ - 2046 + 2092 ], "band": [ 41 @@ -93574,31 +94245,31 @@ export default { 311 ], "blind_score": [ - 2046 + 2092 ], "counter_strafe_score": [ - 2046 + 2092 ], "crosshair_score": [ - 2046 + 2092 ], "flash_assists_score": [ - 2046 + 2092 ], "hs_score": [ - 2046 + 2092 ], "kast_score": [ - 2046 + 2092 ], "maps": [ 41 ], "positioning_goal": [ - 2046 + 2092 ], "positioning_rating": [ - 2046 + 2092 ], "premier_rank": [ 41 @@ -93607,28 +94278,28 @@ export default { 41 ], "spotted_score": [ - 2046 + 2092 ], "steam_id": [ 311 ], "survival_score": [ - 2046 + 2092 ], "traded_score": [ - 2046 + 2092 ], "ttd_score": [ - 2046 + 2092 ], "util_eff_score": [ - 2046 + 2092 ], "utility_goal": [ - 2046 + 2092 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -93636,13 +94307,13 @@ export default { }, "player_performance_v_sum_fields": { "accuracy_score": [ - 2046 + 2092 ], "aim_goal": [ - 2046 + 2092 ], "aim_rating": [ - 2046 + 2092 ], "band": [ 41 @@ -93651,31 +94322,31 @@ export default { 311 ], "blind_score": [ - 2046 + 2092 ], "counter_strafe_score": [ - 2046 + 2092 ], "crosshair_score": [ - 2046 + 2092 ], "flash_assists_score": [ - 2046 + 2092 ], "hs_score": [ - 2046 + 2092 ], "kast_score": [ - 2046 + 2092 ], "maps": [ 41 ], "positioning_goal": [ - 2046 + 2092 ], "positioning_rating": [ - 2046 + 2092 ], "premier_rank": [ 41 @@ -93684,28 +94355,28 @@ export default { 41 ], "spotted_score": [ - 2046 + 2092 ], "steam_id": [ 311 ], "survival_score": [ - 2046 + 2092 ], "traded_score": [ - 2046 + 2092 ], "ttd_score": [ - 2046 + 2092 ], "util_eff_score": [ - 2046 + 2092 ], "utility_goal": [ - 2046 + 2092 ], "utility_rating": [ - 2046 + 2092 ], "__typename": [ 85 @@ -93944,25 +94615,25 @@ export default { }, "player_premier_rank_history": { "id": [ - 6503 + 6603 ], "map": [ - 2877 + 2923 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "player": [ - 4559 + 4605 ], "previous_rank": [ 41 @@ -93982,10 +94653,10 @@ export default { }, "player_premier_rank_history_aggregate": { "aggregate": [ - 4220 + 4266 ], "nodes": [ - 4216 + 4262 ], "__typename": [ 85 @@ -93993,7 +94664,7 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp": { "count": [ - 4219 + 4265 ], "__typename": [ 85 @@ -94001,13 +94672,13 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp_count": { "arguments": [ - 4237 + 4283 ], "distinct": [ 6 ], "filter": [ - 4225 + 4271 ], "predicate": [ 42 @@ -94018,13 +94689,13 @@ export default { }, "player_premier_rank_history_aggregate_fields": { "avg": [ - 4223 + 4269 ], "count": [ 41, { "columns": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "distinct": [ @@ -94033,31 +94704,31 @@ export default { } ], "max": [ - 4229 + 4275 ], "min": [ - 4231 + 4277 ], "stddev": [ - 4239 + 4285 ], "stddev_pop": [ - 4241 + 4287 ], "stddev_samp": [ - 4243 + 4289 ], "sum": [ - 4247 + 4293 ], "var_pop": [ - 4251 + 4297 ], "var_samp": [ - 4253 + 4299 ], "variance": [ - 4255 + 4301 ], "__typename": [ 85 @@ -94065,37 +94736,37 @@ export default { }, "player_premier_rank_history_aggregate_order_by": { "avg": [ - 4224 + 4270 ], "count": [ - 3601 + 3647 ], "max": [ - 4230 + 4276 ], "min": [ - 4232 + 4278 ], "stddev": [ - 4240 + 4286 ], "stddev_pop": [ - 4242 + 4288 ], "stddev_samp": [ - 4244 + 4290 ], "sum": [ - 4248 + 4294 ], "var_pop": [ - 4252 + 4298 ], "var_samp": [ - 4254 + 4300 ], "variance": [ - 4256 + 4302 ], "__typename": [ 85 @@ -94103,10 +94774,10 @@ export default { }, "player_premier_rank_history_arr_rel_insert_input": { "data": [ - 4228 + 4274 ], "on_conflict": [ - 4234 + 4280 ], "__typename": [ 85 @@ -94131,16 +94802,16 @@ export default { }, "player_premier_rank_history_avg_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94148,34 +94819,34 @@ export default { }, "player_premier_rank_history_bool_exp": { "_and": [ - 4225 + 4271 ], "_not": [ - 4225 + 4271 ], "_or": [ - 4225 + 4271 ], "id": [ - 6505 + 6605 ], "map": [ - 2886 + 2932 ], "map_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "observed_at": [ - 5197 + 5243 ], "player": [ - 4563 + 4609 ], "previous_rank": [ 42 @@ -94213,25 +94884,25 @@ export default { }, "player_premier_rank_history_insert_input": { "id": [ - 6503 + 6603 ], "map": [ - 2894 + 2940 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "player": [ - 4570 + 4616 ], "previous_rank": [ 41 @@ -94251,16 +94922,16 @@ export default { }, "player_premier_rank_history_max_fields": { "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -94280,28 +94951,28 @@ export default { }, "player_premier_rank_history_max_order_by": { "id": [ - 3601 + 3647 ], "map_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "observed_at": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94309,16 +94980,16 @@ export default { }, "player_premier_rank_history_min_fields": { "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -94338,28 +95009,28 @@ export default { }, "player_premier_rank_history_min_order_by": { "id": [ - 3601 + 3647 ], "map_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "observed_at": [ - 3601 + 3647 ], "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94370,7 +95041,7 @@ export default { 41 ], "returning": [ - 4216 + 4262 ], "__typename": [ 85 @@ -94378,13 +95049,13 @@ export default { }, "player_premier_rank_history_on_conflict": { "constraint": [ - 4226 + 4272 ], "update_columns": [ - 4249 + 4295 ], "where": [ - 4225 + 4271 ], "__typename": [ 85 @@ -94392,37 +95063,37 @@ export default { }, "player_premier_rank_history_order_by": { "id": [ - 3601 + 3647 ], "map": [ - 2896 + 2942 ], "map_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "observed_at": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94430,7 +95101,7 @@ export default { }, "player_premier_rank_history_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -94439,16 +95110,16 @@ export default { "player_premier_rank_history_select_column": {}, "player_premier_rank_history_set_input": { "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -94485,16 +95156,16 @@ export default { }, "player_premier_rank_history_stddev_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94519,16 +95190,16 @@ export default { }, "player_premier_rank_history_stddev_pop_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94553,16 +95224,16 @@ export default { }, "player_premier_rank_history_stddev_samp_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94570,7 +95241,7 @@ export default { }, "player_premier_rank_history_stream_cursor_input": { "initial_value": [ - 4246 + 4292 ], "ordering": [ 394 @@ -94581,16 +95252,16 @@ export default { }, "player_premier_rank_history_stream_cursor_value_input": { "id": [ - 6503 + 6603 ], "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "observed_at": [ - 5196 + 5242 ], "previous_rank": [ 41 @@ -94627,16 +95298,16 @@ export default { }, "player_premier_rank_history_sum_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94645,13 +95316,13 @@ export default { "player_premier_rank_history_update_column": {}, "player_premier_rank_history_updates": { "_inc": [ - 4227 + 4273 ], "_set": [ - 4238 + 4284 ], "where": [ - 4225 + 4271 ], "__typename": [ 85 @@ -94676,16 +95347,16 @@ export default { }, "player_premier_rank_history_var_pop_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94710,16 +95381,16 @@ export default { }, "player_premier_rank_history_var_samp_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94744,16 +95415,16 @@ export default { }, "player_premier_rank_history_variance_order_by": { "previous_rank": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rank_type": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94761,19 +95432,19 @@ export default { }, "player_sanctions": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "e_sanction_type": [ - 1340 + 1386 ], "id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -94782,16 +95453,16 @@ export default { 85 ], "remove_sanction_date": [ - 5196 + 5242 ], "sanctioned_by": [ - 4559 + 4605 ], "sanctioned_by_steam_id": [ 311 ], "type": [ - 1345 + 1391 ], "__typename": [ 85 @@ -94799,10 +95470,10 @@ export default { }, "player_sanctions_aggregate": { "aggregate": [ - 4261 + 4307 ], "nodes": [ - 4257 + 4303 ], "__typename": [ 85 @@ -94810,7 +95481,7 @@ export default { }, "player_sanctions_aggregate_bool_exp": { "count": [ - 4260 + 4306 ], "__typename": [ 85 @@ -94818,13 +95489,13 @@ export default { }, "player_sanctions_aggregate_bool_exp_count": { "arguments": [ - 4278 + 4324 ], "distinct": [ 6 ], "filter": [ - 4266 + 4312 ], "predicate": [ 42 @@ -94835,13 +95506,13 @@ export default { }, "player_sanctions_aggregate_fields": { "avg": [ - 4264 + 4310 ], "count": [ 41, { "columns": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "distinct": [ @@ -94850,31 +95521,31 @@ export default { } ], "max": [ - 4270 + 4316 ], "min": [ - 4272 + 4318 ], "stddev": [ - 4280 + 4326 ], "stddev_pop": [ - 4282 + 4328 ], "stddev_samp": [ - 4284 + 4330 ], "sum": [ - 4288 + 4334 ], "var_pop": [ - 4292 + 4338 ], "var_samp": [ - 4294 + 4340 ], "variance": [ - 4296 + 4342 ], "__typename": [ 85 @@ -94882,37 +95553,37 @@ export default { }, "player_sanctions_aggregate_order_by": { "avg": [ - 4265 + 4311 ], "count": [ - 3601 + 3647 ], "max": [ - 4271 + 4317 ], "min": [ - 4273 + 4319 ], "stddev": [ - 4281 + 4327 ], "stddev_pop": [ - 4283 + 4329 ], "stddev_samp": [ - 4285 + 4331 ], "sum": [ - 4289 + 4335 ], "var_pop": [ - 4293 + 4339 ], "var_samp": [ - 4295 + 4341 ], "variance": [ - 4297 + 4343 ], "__typename": [ 85 @@ -94920,10 +95591,10 @@ export default { }, "player_sanctions_arr_rel_insert_input": { "data": [ - 4269 + 4315 ], "on_conflict": [ - 4275 + 4321 ], "__typename": [ 85 @@ -94942,10 +95613,10 @@ export default { }, "player_sanctions_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -94953,28 +95624,28 @@ export default { }, "player_sanctions_bool_exp": { "_and": [ - 4266 + 4312 ], "_not": [ - 4266 + 4312 ], "_or": [ - 4266 + 4312 ], "created_at": [ - 5197 + 5243 ], "deleted_at": [ - 5197 + 5243 ], "e_sanction_type": [ - 1343 + 1389 ], "id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -94983,16 +95654,16 @@ export default { 87 ], "remove_sanction_date": [ - 5197 + 5243 ], "sanctioned_by": [ - 4563 + 4609 ], "sanctioned_by_steam_id": [ 313 ], "type": [ - 1346 + 1392 ], "__typename": [ 85 @@ -95012,19 +95683,19 @@ export default { }, "player_sanctions_insert_input": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "e_sanction_type": [ - 1351 + 1397 ], "id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -95033,16 +95704,16 @@ export default { 85 ], "remove_sanction_date": [ - 5196 + 5242 ], "sanctioned_by": [ - 4570 + 4616 ], "sanctioned_by_steam_id": [ 311 ], "type": [ - 1345 + 1391 ], "__typename": [ 85 @@ -95050,13 +95721,13 @@ export default { }, "player_sanctions_max_fields": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -95065,7 +95736,7 @@ export default { 85 ], "remove_sanction_date": [ - 5196 + 5242 ], "sanctioned_by_steam_id": [ 311 @@ -95076,25 +95747,25 @@ export default { }, "player_sanctions_max_order_by": { "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "reason": [ - 3601 + 3647 ], "remove_sanction_date": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95102,13 +95773,13 @@ export default { }, "player_sanctions_min_fields": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -95117,7 +95788,7 @@ export default { 85 ], "remove_sanction_date": [ - 5196 + 5242 ], "sanctioned_by_steam_id": [ 311 @@ -95128,25 +95799,25 @@ export default { }, "player_sanctions_min_order_by": { "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "reason": [ - 3601 + 3647 ], "remove_sanction_date": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95157,7 +95828,7 @@ export default { 41 ], "returning": [ - 4257 + 4303 ], "__typename": [ 85 @@ -95165,13 +95836,13 @@ export default { }, "player_sanctions_on_conflict": { "constraint": [ - 4267 + 4313 ], "update_columns": [ - 4290 + 4336 ], "where": [ - 4266 + 4312 ], "__typename": [ 85 @@ -95179,37 +95850,37 @@ export default { }, "player_sanctions_order_by": { "created_at": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "e_sanction_type": [ - 1353 + 1399 ], "id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "reason": [ - 3601 + 3647 ], "remove_sanction_date": [ - 3601 + 3647 ], "sanctioned_by": [ - 4572 + 4618 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95217,10 +95888,10 @@ export default { }, "player_sanctions_pk_columns_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -95229,13 +95900,13 @@ export default { "player_sanctions_select_column": {}, "player_sanctions_set_input": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -95244,13 +95915,13 @@ export default { 85 ], "remove_sanction_date": [ - 5196 + 5242 ], "sanctioned_by_steam_id": [ 311 ], "type": [ - 1345 + 1391 ], "__typename": [ 85 @@ -95269,10 +95940,10 @@ export default { }, "player_sanctions_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95291,10 +95962,10 @@ export default { }, "player_sanctions_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95313,10 +95984,10 @@ export default { }, "player_sanctions_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95324,7 +95995,7 @@ export default { }, "player_sanctions_stream_cursor_input": { "initial_value": [ - 4287 + 4333 ], "ordering": [ 394 @@ -95335,13 +96006,13 @@ export default { }, "player_sanctions_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "deleted_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -95350,13 +96021,13 @@ export default { 85 ], "remove_sanction_date": [ - 5196 + 5242 ], "sanctioned_by_steam_id": [ 311 ], "type": [ - 1345 + 1391 ], "__typename": [ 85 @@ -95375,10 +96046,10 @@ export default { }, "player_sanctions_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95387,13 +96058,13 @@ export default { "player_sanctions_update_column": {}, "player_sanctions_updates": { "_inc": [ - 4268 + 4314 ], "_set": [ - 4279 + 4325 ], "where": [ - 4266 + 4312 ], "__typename": [ 85 @@ -95412,10 +96083,10 @@ export default { }, "player_sanctions_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95434,10 +96105,10 @@ export default { }, "player_sanctions_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95456,10 +96127,10 @@ export default { }, "player_sanctions_variance_order_by": { "player_steam_id": [ - 3601 + 3647 ], "sanctioned_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95473,7 +96144,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -95482,16 +96153,16 @@ export default { 311 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "season": [ - 4659 + 4705 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -95499,10 +96170,10 @@ export default { }, "player_season_stats_aggregate": { "aggregate": [ - 4312 + 4358 ], "nodes": [ - 4298 + 4344 ], "__typename": [ 85 @@ -95510,31 +96181,31 @@ export default { }, "player_season_stats_aggregate_bool_exp": { "avg": [ - 4301 + 4347 ], "corr": [ - 4302 + 4348 ], "count": [ - 4304 + 4350 ], "covar_samp": [ - 4305 + 4351 ], "max": [ - 4307 + 4353 ], "min": [ - 4308 + 4354 ], "stddev_samp": [ - 4309 + 4355 ], "sum": [ - 4310 + 4356 ], "var_samp": [ - 4311 + 4357 ], "__typename": [ 85 @@ -95542,16 +96213,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_avg": { "arguments": [ - 4330 + 4376 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95559,16 +96230,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr": { "arguments": [ - 4303 + 4349 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95576,10 +96247,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 4331 + 4377 ], "Y": [ - 4331 + 4377 ], "__typename": [ 85 @@ -95587,13 +96258,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_count": { "arguments": [ - 4329 + 4375 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ 42 @@ -95604,16 +96275,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 4306 + 4352 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95621,10 +96292,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4332 + 4378 ], "Y": [ - 4332 + 4378 ], "__typename": [ 85 @@ -95632,16 +96303,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_max": { "arguments": [ - 4333 + 4379 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95649,16 +96320,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_min": { "arguments": [ - 4334 + 4380 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95666,16 +96337,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4335 + 4381 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95683,16 +96354,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_sum": { "arguments": [ - 4336 + 4382 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95700,16 +96371,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 4337 + 4383 ], "distinct": [ 6 ], "filter": [ - 4317 + 4363 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -95717,13 +96388,13 @@ export default { }, "player_season_stats_aggregate_fields": { "avg": [ - 4315 + 4361 ], "count": [ 41, { "columns": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "distinct": [ @@ -95732,31 +96403,31 @@ export default { } ], "max": [ - 4321 + 4367 ], "min": [ - 4323 + 4369 ], "stddev": [ - 4339 + 4385 ], "stddev_pop": [ - 4341 + 4387 ], "stddev_samp": [ - 4343 + 4389 ], "sum": [ - 4347 + 4393 ], "var_pop": [ - 4351 + 4397 ], "var_samp": [ - 4353 + 4399 ], "variance": [ - 4355 + 4401 ], "__typename": [ 85 @@ -95764,37 +96435,37 @@ export default { }, "player_season_stats_aggregate_order_by": { "avg": [ - 4316 + 4362 ], "count": [ - 3601 + 3647 ], "max": [ - 4322 + 4368 ], "min": [ - 4324 + 4370 ], "stddev": [ - 4340 + 4386 ], "stddev_pop": [ - 4342 + 4388 ], "stddev_samp": [ - 4344 + 4390 ], "sum": [ - 4348 + 4394 ], "var_pop": [ - 4352 + 4398 ], "var_samp": [ - 4354 + 4400 ], "variance": [ - 4356 + 4402 ], "__typename": [ 85 @@ -95802,10 +96473,10 @@ export default { }, "player_season_stats_arr_rel_insert_input": { "data": [ - 4320 + 4366 ], "on_conflict": [ - 4326 + 4372 ], "__typename": [ 85 @@ -95836,22 +96507,22 @@ export default { }, "player_season_stats_avg_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -95859,13 +96530,13 @@ export default { }, "player_season_stats_bool_exp": { "_and": [ - 4317 + 4363 ], "_not": [ - 4317 + 4363 ], "_or": [ - 4317 + 4363 ], "assists": [ 313 @@ -95874,7 +96545,7 @@ export default { 313 ], "headshot_percentage": [ - 2047 + 2093 ], "headshots": [ 313 @@ -95883,16 +96554,16 @@ export default { 313 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "season": [ - 4663 + 4709 ], "season_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -95907,7 +96578,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -95930,7 +96601,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -95939,16 +96610,16 @@ export default { 311 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "season": [ - 4670 + 4716 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -95962,7 +96633,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -95974,7 +96645,7 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -95982,25 +96653,25 @@ export default { }, "player_season_stats_max_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96014,7 +96685,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96026,7 +96697,7 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -96034,25 +96705,25 @@ export default { }, "player_season_stats_min_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96063,7 +96734,7 @@ export default { 41 ], "returning": [ - 4298 + 4344 ], "__typename": [ 85 @@ -96071,13 +96742,13 @@ export default { }, "player_season_stats_on_conflict": { "constraint": [ - 4318 + 4364 ], "update_columns": [ - 4349 + 4395 ], "where": [ - 4317 + 4363 ], "__typename": [ 85 @@ -96085,31 +96756,31 @@ export default { }, "player_season_stats_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "season": [ - 4672 + 4718 ], "season_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96120,7 +96791,7 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -96143,7 +96814,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96155,7 +96826,7 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -96186,22 +96857,22 @@ export default { }, "player_season_stats_stddev_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96232,22 +96903,22 @@ export default { }, "player_season_stats_stddev_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96278,22 +96949,22 @@ export default { }, "player_season_stats_stddev_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96301,7 +96972,7 @@ export default { }, "player_season_stats_stream_cursor_input": { "initial_value": [ - 4346 + 4392 ], "ordering": [ 394 @@ -96318,7 +96989,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96330,7 +97001,7 @@ export default { 311 ], "season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -96344,7 +97015,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96361,22 +97032,22 @@ export default { }, "player_season_stats_sum_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96385,13 +97056,13 @@ export default { "player_season_stats_update_column": {}, "player_season_stats_updates": { "_inc": [ - 4319 + 4365 ], "_set": [ - 4338 + 4384 ], "where": [ - 4317 + 4363 ], "__typename": [ 85 @@ -96422,22 +97093,22 @@ export default { }, "player_season_stats_var_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96468,22 +97139,22 @@ export default { }, "player_season_stats_var_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96514,22 +97185,22 @@ export default { }, "player_season_stats_variance_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96543,7 +97214,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96552,7 +97223,7 @@ export default { 311 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -96563,10 +97234,10 @@ export default { }, "player_stats_aggregate": { "aggregate": [ - 4359 + 4405 ], "nodes": [ - 4357 + 4403 ], "__typename": [ 85 @@ -96574,13 +97245,13 @@ export default { }, "player_stats_aggregate_fields": { "avg": [ - 4360 + 4406 ], "count": [ 41, { "columns": [ - 4372, + 4418, "[player_stats_select_column!]" ], "distinct": [ @@ -96589,31 +97260,31 @@ export default { } ], "max": [ - 4365 + 4411 ], "min": [ - 4366 + 4412 ], "stddev": [ - 4374 + 4420 ], "stddev_pop": [ - 4375 + 4421 ], "stddev_samp": [ - 4376 + 4422 ], "sum": [ - 4379 + 4425 ], "var_pop": [ - 4382 + 4428 ], "var_samp": [ - 4383 + 4429 ], "variance": [ - 4384 + 4430 ], "__typename": [ 85 @@ -96644,13 +97315,13 @@ export default { }, "player_stats_bool_exp": { "_and": [ - 4361 + 4407 ], "_not": [ - 4361 + 4407 ], "_or": [ - 4361 + 4407 ], "assists": [ 313 @@ -96659,7 +97330,7 @@ export default { 313 ], "headshot_percentage": [ - 2047 + 2093 ], "headshots": [ 313 @@ -96668,7 +97339,7 @@ export default { 313 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -96686,7 +97357,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96709,7 +97380,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96718,7 +97389,7 @@ export default { 311 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -96735,7 +97406,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96758,7 +97429,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96778,7 +97449,7 @@ export default { 41 ], "returning": [ - 4357 + 4403 ], "__typename": [ 85 @@ -96786,10 +97457,10 @@ export default { }, "player_stats_obj_rel_insert_input": { "data": [ - 4364 + 4410 ], "on_conflict": [ - 4369 + 4415 ], "__typename": [ 85 @@ -96797,13 +97468,13 @@ export default { }, "player_stats_on_conflict": { "constraint": [ - 4362 + 4408 ], "update_columns": [ - 4380 + 4426 ], "where": [ - 4361 + 4407 ], "__typename": [ 85 @@ -96811,25 +97482,25 @@ export default { }, "player_stats_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -96852,7 +97523,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96938,7 +97609,7 @@ export default { }, "player_stats_stream_cursor_input": { "initial_value": [ - 4378 + 4424 ], "ordering": [ 394 @@ -96955,7 +97626,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96978,7 +97649,7 @@ export default { 311 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 311 @@ -96996,13 +97667,13 @@ export default { "player_stats_update_column": {}, "player_stats_updates": { "_inc": [ - 4363 + 4409 ], "_set": [ - 4373 + 4419 ], "where": [ - 4361 + 4407 ], "__typename": [ 85 @@ -97079,19 +97750,19 @@ export default { }, "player_steam_bot_friend": { "bot_steam_account_id": [ - 6503 + 6603 ], "bot_steamid64": [ 311 ], "created_at": [ - 5196 + 5242 ], "friended_at": [ - 5196 + 5242 ], "last_presence_state": [ - 2392, + 2438, { "path": [ 85 @@ -97099,7 +97770,7 @@ export default { } ], "player": [ - 4559 + 4605 ], "status": [ 85 @@ -97108,7 +97779,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97116,10 +97787,10 @@ export default { }, "player_steam_bot_friend_aggregate": { "aggregate": [ - 4387 + 4433 ], "nodes": [ - 4385 + 4431 ], "__typename": [ 85 @@ -97127,13 +97798,13 @@ export default { }, "player_steam_bot_friend_aggregate_fields": { "avg": [ - 4389 + 4435 ], "count": [ 41, { "columns": [ - 4404, + 4450, "[player_steam_bot_friend_select_column!]" ], "distinct": [ @@ -97142,31 +97813,31 @@ export default { } ], "max": [ - 4397 + 4443 ], "min": [ - 4398 + 4444 ], "stddev": [ - 4406 + 4452 ], "stddev_pop": [ - 4407 + 4453 ], "stddev_samp": [ - 4408 + 4454 ], "sum": [ - 4411 + 4457 ], "var_pop": [ - 4414 + 4460 ], "var_samp": [ - 4415 + 4461 ], "variance": [ - 4416 + 4462 ], "__typename": [ 85 @@ -97174,7 +97845,7 @@ export default { }, "player_steam_bot_friend_append_input": { "last_presence_state": [ - 2392 + 2438 ], "__typename": [ 85 @@ -97193,31 +97864,31 @@ export default { }, "player_steam_bot_friend_bool_exp": { "_and": [ - 4390 + 4436 ], "_not": [ - 4390 + 4436 ], "_or": [ - 4390 + 4436 ], "bot_steam_account_id": [ - 6505 + 6605 ], "bot_steamid64": [ 313 ], "created_at": [ - 5197 + 5243 ], "friended_at": [ - 5197 + 5243 ], "last_presence_state": [ - 2394 + 2440 ], "player": [ - 4563 + 4609 ], "status": [ 87 @@ -97226,7 +97897,7 @@ export default { 313 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -97270,22 +97941,22 @@ export default { }, "player_steam_bot_friend_insert_input": { "bot_steam_account_id": [ - 6503 + 6603 ], "bot_steamid64": [ 311 ], "created_at": [ - 5196 + 5242 ], "friended_at": [ - 5196 + 5242 ], "last_presence_state": [ - 2392 + 2438 ], "player": [ - 4570 + 4616 ], "status": [ 85 @@ -97294,7 +97965,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97302,16 +97973,16 @@ export default { }, "player_steam_bot_friend_max_fields": { "bot_steam_account_id": [ - 6503 + 6603 ], "bot_steamid64": [ 311 ], "created_at": [ - 5196 + 5242 ], "friended_at": [ - 5196 + 5242 ], "status": [ 85 @@ -97320,7 +97991,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97328,16 +97999,16 @@ export default { }, "player_steam_bot_friend_min_fields": { "bot_steam_account_id": [ - 6503 + 6603 ], "bot_steamid64": [ 311 ], "created_at": [ - 5196 + 5242 ], "friended_at": [ - 5196 + 5242 ], "status": [ 85 @@ -97346,7 +98017,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97357,7 +98028,7 @@ export default { 41 ], "returning": [ - 4385 + 4431 ], "__typename": [ 85 @@ -97365,13 +98036,13 @@ export default { }, "player_steam_bot_friend_on_conflict": { "constraint": [ - 4391 + 4437 ], "update_columns": [ - 4412 + 4458 ], "where": [ - 4390 + 4436 ], "__typename": [ 85 @@ -97379,31 +98050,31 @@ export default { }, "player_steam_bot_friend_order_by": { "bot_steam_account_id": [ - 3601 + 3647 ], "bot_steamid64": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "friended_at": [ - 3601 + 3647 ], "last_presence_state": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "status": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -97419,7 +98090,7 @@ export default { }, "player_steam_bot_friend_prepend_input": { "last_presence_state": [ - 2392 + 2438 ], "__typename": [ 85 @@ -97428,19 +98099,19 @@ export default { "player_steam_bot_friend_select_column": {}, "player_steam_bot_friend_set_input": { "bot_steam_account_id": [ - 6503 + 6603 ], "bot_steamid64": [ 311 ], "created_at": [ - 5196 + 5242 ], "friended_at": [ - 5196 + 5242 ], "last_presence_state": [ - 2392 + 2438 ], "status": [ 85 @@ -97449,7 +98120,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97490,7 +98161,7 @@ export default { }, "player_steam_bot_friend_stream_cursor_input": { "initial_value": [ - 4410 + 4456 ], "ordering": [ 394 @@ -97501,19 +98172,19 @@ export default { }, "player_steam_bot_friend_stream_cursor_value_input": { "bot_steam_account_id": [ - 6503 + 6603 ], "bot_steamid64": [ 311 ], "created_at": [ - 5196 + 5242 ], "friended_at": [ - 5196 + 5242 ], "last_presence_state": [ - 2392 + 2438 ], "status": [ 85 @@ -97522,7 +98193,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97542,28 +98213,28 @@ export default { "player_steam_bot_friend_update_column": {}, "player_steam_bot_friend_updates": { "_append": [ - 4388 + 4434 ], "_delete_at_path": [ - 4392 + 4438 ], "_delete_elem": [ - 4393 + 4439 ], "_delete_key": [ - 4394 + 4440 ], "_inc": [ - 4395 + 4441 ], "_prepend": [ - 4403 + 4449 ], "_set": [ - 4405 + 4451 ], "where": [ - 4390 + 4436 ], "__typename": [ 85 @@ -97607,7 +98278,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -97616,16 +98287,16 @@ export default { 85 ], "last_polled_at": [ - 5196 + 5242 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97633,10 +98304,10 @@ export default { }, "player_steam_match_auth_aggregate": { "aggregate": [ - 4419 + 4465 ], "nodes": [ - 4417 + 4463 ], "__typename": [ 85 @@ -97644,13 +98315,13 @@ export default { }, "player_steam_match_auth_aggregate_fields": { "avg": [ - 4420 + 4466 ], "count": [ 41, { "columns": [ - 4431, + 4477, "[player_steam_match_auth_select_column!]" ], "distinct": [ @@ -97659,31 +98330,31 @@ export default { } ], "max": [ - 4425 + 4471 ], "min": [ - 4426 + 4472 ], "stddev": [ - 4433 + 4479 ], "stddev_pop": [ - 4434 + 4480 ], "stddev_samp": [ - 4435 + 4481 ], "sum": [ - 4438 + 4484 ], "var_pop": [ - 4441 + 4487 ], "var_samp": [ - 4442 + 4488 ], "variance": [ - 4443 + 4489 ], "__typename": [ 85 @@ -97699,19 +98370,19 @@ export default { }, "player_steam_match_auth_bool_exp": { "_and": [ - 4421 + 4467 ], "_not": [ - 4421 + 4467 ], "_or": [ - 4421 + 4467 ], "auth_code": [ 87 ], "created_at": [ - 5197 + 5243 ], "last_error": [ 87 @@ -97720,16 +98391,16 @@ export default { 87 ], "last_polled_at": [ - 5197 + 5243 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -97749,7 +98420,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -97758,16 +98429,16 @@ export default { 85 ], "last_polled_at": [ - 5196 + 5242 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97778,7 +98449,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -97787,13 +98458,13 @@ export default { 85 ], "last_polled_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97804,7 +98475,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -97813,13 +98484,13 @@ export default { 85 ], "last_polled_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97830,7 +98501,7 @@ export default { 41 ], "returning": [ - 4417 + 4463 ], "__typename": [ 85 @@ -97838,13 +98509,13 @@ export default { }, "player_steam_match_auth_on_conflict": { "constraint": [ - 4422 + 4468 ], "update_columns": [ - 4439 + 4485 ], "where": [ - 4421 + 4467 ], "__typename": [ 85 @@ -97852,28 +98523,28 @@ export default { }, "player_steam_match_auth_order_by": { "auth_code": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "last_error": [ - 3601 + 3647 ], "last_known_share_code": [ - 3601 + 3647 ], "last_polled_at": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -97893,7 +98564,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -97902,13 +98573,13 @@ export default { 85 ], "last_polled_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97940,7 +98611,7 @@ export default { }, "player_steam_match_auth_stream_cursor_input": { "initial_value": [ - 4437 + 4483 ], "ordering": [ 394 @@ -97954,7 +98625,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "last_error": [ 85 @@ -97963,13 +98634,13 @@ export default { 85 ], "last_polled_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -97986,13 +98657,13 @@ export default { "player_steam_match_auth_update_column": {}, "player_steam_match_auth_updates": { "_inc": [ - 4423 + 4469 ], "_set": [ - 4432 + 4478 ], "where": [ - 4421 + 4467 ], "__typename": [ 85 @@ -98024,22 +98695,22 @@ export default { }, "player_unused_utility": { "deleted_at": [ - 5196 + 5242 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -98056,10 +98727,10 @@ export default { }, "player_unused_utility_aggregate": { "aggregate": [ - 4448 + 4494 ], "nodes": [ - 4444 + 4490 ], "__typename": [ 85 @@ -98067,7 +98738,7 @@ export default { }, "player_unused_utility_aggregate_bool_exp": { "count": [ - 4447 + 4493 ], "__typename": [ 85 @@ -98075,13 +98746,13 @@ export default { }, "player_unused_utility_aggregate_bool_exp_count": { "arguments": [ - 4465 + 4511 ], "distinct": [ 6 ], "filter": [ - 4453 + 4499 ], "predicate": [ 42 @@ -98092,13 +98763,13 @@ export default { }, "player_unused_utility_aggregate_fields": { "avg": [ - 4451 + 4497 ], "count": [ 41, { "columns": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "distinct": [ @@ -98107,31 +98778,31 @@ export default { } ], "max": [ - 4457 + 4503 ], "min": [ - 4459 + 4505 ], "stddev": [ - 4467 + 4513 ], "stddev_pop": [ - 4469 + 4515 ], "stddev_samp": [ - 4471 + 4517 ], "sum": [ - 4475 + 4521 ], "var_pop": [ - 4479 + 4525 ], "var_samp": [ - 4481 + 4527 ], "variance": [ - 4483 + 4529 ], "__typename": [ 85 @@ -98139,37 +98810,37 @@ export default { }, "player_unused_utility_aggregate_order_by": { "avg": [ - 4452 + 4498 ], "count": [ - 3601 + 3647 ], "max": [ - 4458 + 4504 ], "min": [ - 4460 + 4506 ], "stddev": [ - 4468 + 4514 ], "stddev_pop": [ - 4470 + 4516 ], "stddev_samp": [ - 4472 + 4518 ], "sum": [ - 4476 + 4522 ], "var_pop": [ - 4480 + 4526 ], "var_samp": [ - 4482 + 4528 ], "variance": [ - 4484 + 4530 ], "__typename": [ 85 @@ -98177,10 +98848,10 @@ export default { }, "player_unused_utility_arr_rel_insert_input": { "data": [ - 4456 + 4502 ], "on_conflict": [ - 4462 + 4508 ], "__typename": [ 85 @@ -98202,13 +98873,13 @@ export default { }, "player_unused_utility_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98216,31 +98887,31 @@ export default { }, "player_unused_utility_bool_exp": { "_and": [ - 4453 + 4499 ], "_not": [ - 4453 + 4499 ], "_or": [ - 4453 + 4499 ], "deleted_at": [ - 5197 + 5243 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -98272,22 +98943,22 @@ export default { }, "player_unused_utility_insert_input": { "deleted_at": [ - 5196 + 5242 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -98304,13 +98975,13 @@ export default { }, "player_unused_utility_max_fields": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -98327,22 +98998,22 @@ export default { }, "player_unused_utility_max_order_by": { "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98350,13 +99021,13 @@ export default { }, "player_unused_utility_min_fields": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -98373,22 +99044,22 @@ export default { }, "player_unused_utility_min_order_by": { "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98399,7 +99070,7 @@ export default { 41 ], "returning": [ - 4444 + 4490 ], "__typename": [ 85 @@ -98407,13 +99078,13 @@ export default { }, "player_unused_utility_on_conflict": { "constraint": [ - 4454 + 4500 ], "update_columns": [ - 4477 + 4523 ], "where": [ - 4453 + 4499 ], "__typename": [ 85 @@ -98421,31 +99092,31 @@ export default { }, "player_unused_utility_order_by": { "deleted_at": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98453,7 +99124,7 @@ export default { }, "player_unused_utility_pk_columns_input": { "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -98465,13 +99136,13 @@ export default { "player_unused_utility_select_column": {}, "player_unused_utility_set_input": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -98502,13 +99173,13 @@ export default { }, "player_unused_utility_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98530,13 +99201,13 @@ export default { }, "player_unused_utility_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98558,13 +99229,13 @@ export default { }, "player_unused_utility_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98572,7 +99243,7 @@ export default { }, "player_unused_utility_stream_cursor_input": { "initial_value": [ - 4474 + 4520 ], "ordering": [ 394 @@ -98583,13 +99254,13 @@ export default { }, "player_unused_utility_stream_cursor_value_input": { "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "player_steam_id": [ 311 @@ -98620,13 +99291,13 @@ export default { }, "player_unused_utility_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98635,13 +99306,13 @@ export default { "player_unused_utility_update_column": {}, "player_unused_utility_updates": { "_inc": [ - 4455 + 4501 ], "_set": [ - 4466 + 4512 ], "where": [ - 4453 + 4499 ], "__typename": [ 85 @@ -98663,13 +99334,13 @@ export default { }, "player_unused_utility_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98691,13 +99362,13 @@ export default { }, "player_unused_utility_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98719,13 +99390,13 @@ export default { }, "player_unused_utility_variance_order_by": { "player_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "unused": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98739,31 +99410,31 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "type": [ - 1712 + 1758 ], "__typename": [ 85 @@ -98771,10 +99442,10 @@ export default { }, "player_utility_aggregate": { "aggregate": [ - 4489 + 4535 ], "nodes": [ - 4485 + 4531 ], "__typename": [ 85 @@ -98782,7 +99453,7 @@ export default { }, "player_utility_aggregate_bool_exp": { "count": [ - 4488 + 4534 ], "__typename": [ 85 @@ -98790,13 +99461,13 @@ export default { }, "player_utility_aggregate_bool_exp_count": { "arguments": [ - 4506 + 4552 ], "distinct": [ 6 ], "filter": [ - 4494 + 4540 ], "predicate": [ 42 @@ -98807,13 +99478,13 @@ export default { }, "player_utility_aggregate_fields": { "avg": [ - 4492 + 4538 ], "count": [ 41, { "columns": [ - 4506, + 4552, "[player_utility_select_column!]" ], "distinct": [ @@ -98822,31 +99493,31 @@ export default { } ], "max": [ - 4498 + 4544 ], "min": [ - 4500 + 4546 ], "stddev": [ - 4508 + 4554 ], "stddev_pop": [ - 4510 + 4556 ], "stddev_samp": [ - 4512 + 4558 ], "sum": [ - 4516 + 4562 ], "var_pop": [ - 4520 + 4566 ], "var_samp": [ - 4522 + 4568 ], "variance": [ - 4524 + 4570 ], "__typename": [ 85 @@ -98854,37 +99525,37 @@ export default { }, "player_utility_aggregate_order_by": { "avg": [ - 4493 + 4539 ], "count": [ - 3601 + 3647 ], "max": [ - 4499 + 4545 ], "min": [ - 4501 + 4547 ], "stddev": [ - 4509 + 4555 ], "stddev_pop": [ - 4511 + 4557 ], "stddev_samp": [ - 4513 + 4559 ], "sum": [ - 4517 + 4563 ], "var_pop": [ - 4521 + 4567 ], "var_samp": [ - 4523 + 4569 ], "variance": [ - 4525 + 4571 ], "__typename": [ 85 @@ -98892,10 +99563,10 @@ export default { }, "player_utility_arr_rel_insert_input": { "data": [ - 4497 + 4543 ], "on_conflict": [ - 4503 + 4549 ], "__typename": [ 85 @@ -98914,10 +99585,10 @@ export default { }, "player_utility_avg_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -98925,13 +99596,13 @@ export default { }, "player_utility_bool_exp": { "_and": [ - 4494 + 4540 ], "_not": [ - 4494 + 4540 ], "_or": [ - 4494 + 4540 ], "attacker_location_coordinates": [ 87 @@ -98940,31 +99611,31 @@ export default { 313 ], "deleted_at": [ - 5197 + 5243 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "round": [ 42 ], "time": [ - 5197 + 5243 ], "type": [ - 1713 + 1759 ], "__typename": [ 85 @@ -98990,31 +99661,31 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "type": [ - 1712 + 1758 ], "__typename": [ 85 @@ -99028,19 +99699,19 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -99048,25 +99719,25 @@ export default { }, "player_utility_max_order_by": { "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99080,19 +99751,19 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -99100,25 +99771,25 @@ export default { }, "player_utility_min_order_by": { "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99129,7 +99800,7 @@ export default { 41 ], "returning": [ - 4485 + 4531 ], "__typename": [ 85 @@ -99137,13 +99808,13 @@ export default { }, "player_utility_on_conflict": { "constraint": [ - 4495 + 4541 ], "update_columns": [ - 4518 + 4564 ], "where": [ - 4494 + 4540 ], "__typename": [ 85 @@ -99151,37 +99822,37 @@ export default { }, "player_utility_order_by": { "attacker_location_coordinates": [ - 3601 + 3647 ], "attacker_steam_id": [ - 3601 + 3647 ], "deleted_at": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "round": [ - 3601 + 3647 ], "time": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99192,10 +99863,10 @@ export default { 311 ], "match_map_id": [ - 6503 + 6603 ], "time": [ - 5196 + 5242 ], "__typename": [ 85 @@ -99210,22 +99881,22 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "type": [ - 1712 + 1758 ], "__typename": [ 85 @@ -99244,10 +99915,10 @@ export default { }, "player_utility_stddev_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99266,10 +99937,10 @@ export default { }, "player_utility_stddev_pop_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99288,10 +99959,10 @@ export default { }, "player_utility_stddev_samp_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99299,7 +99970,7 @@ export default { }, "player_utility_stream_cursor_input": { "initial_value": [ - 4515 + 4561 ], "ordering": [ 394 @@ -99316,22 +99987,22 @@ export default { 311 ], "deleted_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 ], "time": [ - 5196 + 5242 ], "type": [ - 1712 + 1758 ], "__typename": [ 85 @@ -99350,10 +100021,10 @@ export default { }, "player_utility_sum_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99362,13 +100033,13 @@ export default { "player_utility_update_column": {}, "player_utility_updates": { "_inc": [ - 4496 + 4542 ], "_set": [ - 4507 + 4553 ], "where": [ - 4494 + 4540 ], "__typename": [ 85 @@ -99387,10 +100058,10 @@ export default { }, "player_utility_var_pop_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99409,10 +100080,10 @@ export default { }, "player_utility_var_samp_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99431,10 +100102,10 @@ export default { }, "player_utility_variance_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99454,7 +100125,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -99474,10 +100145,10 @@ export default { }, "player_weapon_stats_v_aggregate": { "aggregate": [ - 4530 + 4576 ], "nodes": [ - 4526 + 4572 ], "__typename": [ 85 @@ -99485,7 +100156,7 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp": { "count": [ - 4529 + 4575 ], "__typename": [ 85 @@ -99493,13 +100164,13 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp_count": { "arguments": [ - 4542 + 4588 ], "distinct": [ 6 ], "filter": [ - 4535 + 4581 ], "predicate": [ 42 @@ -99510,13 +100181,13 @@ export default { }, "player_weapon_stats_v_aggregate_fields": { "avg": [ - 4533 + 4579 ], "count": [ 41, { "columns": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "distinct": [ @@ -99525,31 +100196,31 @@ export default { } ], "max": [ - 4537 + 4583 ], "min": [ - 4539 + 4585 ], "stddev": [ - 4543 + 4589 ], "stddev_pop": [ - 4545 + 4591 ], "stddev_samp": [ - 4547 + 4593 ], "sum": [ - 4551 + 4597 ], "var_pop": [ - 4553 + 4599 ], "var_samp": [ - 4555 + 4601 ], "variance": [ - 4557 + 4603 ], "__typename": [ 85 @@ -99557,37 +100228,37 @@ export default { }, "player_weapon_stats_v_aggregate_order_by": { "avg": [ - 4534 + 4580 ], "count": [ - 3601 + 3647 ], "max": [ - 4538 + 4584 ], "min": [ - 4540 + 4586 ], "stddev": [ - 4544 + 4590 ], "stddev_pop": [ - 4546 + 4592 ], "stddev_samp": [ - 4548 + 4594 ], "sum": [ - 4552 + 4598 ], "var_pop": [ - 4554 + 4600 ], "var_samp": [ - 4556 + 4602 ], "variance": [ - 4558 + 4604 ], "__typename": [ 85 @@ -99595,7 +100266,7 @@ export default { }, "player_weapon_stats_v_arr_rel_insert_input": { "data": [ - 4536 + 4582 ], "__typename": [ 85 @@ -99629,25 +100300,25 @@ export default { }, "player_weapon_stats_v_avg_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99655,13 +100326,13 @@ export default { }, "player_weapon_stats_v_bool_exp": { "_and": [ - 4535 + 4581 ], "_not": [ - 4535 + 4581 ], "_or": [ - 4535 + 4581 ], "first_bullet_hits": [ 42 @@ -99676,7 +100347,7 @@ export default { 42 ], "match_id": [ - 6505 + 6605 ], "shots": [ 42 @@ -99708,7 +100379,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -99740,7 +100411,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -99760,31 +100431,31 @@ export default { }, "player_weapon_stats_v_max_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "weapon_class": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99804,7 +100475,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -99824,31 +100495,31 @@ export default { }, "player_weapon_stats_v_min_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "weapon_class": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99856,31 +100527,31 @@ export default { }, "player_weapon_stats_v_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "weapon_class": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99915,25 +100586,25 @@ export default { }, "player_weapon_stats_v_stddev_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -99967,25 +100638,25 @@ export default { }, "player_weapon_stats_v_stddev_pop_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -100019,25 +100690,25 @@ export default { }, "player_weapon_stats_v_stddev_samp_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -100045,7 +100716,7 @@ export default { }, "player_weapon_stats_v_stream_cursor_input": { "initial_value": [ - 4550 + 4596 ], "ordering": [ 394 @@ -100068,7 +100739,7 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "shots": [ 41 @@ -100114,25 +100785,25 @@ export default { }, "player_weapon_stats_v_sum_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -100166,25 +100837,25 @@ export default { }, "player_weapon_stats_v_var_pop_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -100218,25 +100889,25 @@ export default { }, "player_weapon_stats_v_var_samp_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -100270,25 +100941,25 @@ export default { }, "player_weapon_stats_v_variance_order_by": { "first_bullet_hits": [ - 3601 + 3647 ], "first_bullet_shots": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "hits_spotted": [ - 3601 + 3647 ], "shots": [ - 3601 + 3647 ], "shots_spotted": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -100340,10 +101011,10 @@ export default { } ], "aim_weapon_stats": [ - 3698, + 3744, { "distinct_on": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -100353,19 +101024,19 @@ export default { 41 ], "order_by": [ - 3717, + 3763, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3707 + 3753 ] } ], "aim_weapon_stats_aggregate": [ - 3699, + 3745, { "distinct_on": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -100375,19 +101046,19 @@ export default { 41 ], "order_by": [ - 3717, + 3763, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3707 + 3753 ] } ], "assists": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -100397,19 +101068,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "assists_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -100419,19 +101090,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "assited_by_players": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -100441,19 +101112,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "assited_by_players_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -100463,11 +101134,11 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], @@ -100519,13 +101190,13 @@ export default { } ], "banned_until": [ - 5196 + 5242 ], "coach_lineups": [ - 3039, + 3085, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -100535,19 +101206,19 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "coach_lineups_aggregate": [ - 3040, + 3086, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -100557,11 +101228,11 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], @@ -100569,19 +101240,19 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "current_lobby_id": [ - 6503 + 6603 ], "custom_avatar_url": [ 85 ], "damage_dealt": [ - 3802, + 3848, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -100591,19 +101262,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "damage_dealt_aggregate": [ - 3803, + 3849, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -100613,19 +101284,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "damage_taken": [ - 3802, + 3848, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -100635,19 +101306,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "damage_taken_aggregate": [ - 3803, + 3849, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -100657,11 +101328,11 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], @@ -100669,10 +101340,10 @@ export default { 41 ], "deaths": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -100682,19 +101353,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "deaths_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -100704,11 +101375,11 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], @@ -100760,7 +101431,7 @@ export default { } ], "elo": [ - 2392, + 2438, { "path": [ 85 @@ -100768,10 +101439,10 @@ export default { } ], "elo_history": [ - 6880, + 6980, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -100781,19 +101452,19 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "elo_history_aggregate": [ - 6881, + 6981, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -100803,11 +101474,11 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], @@ -100821,10 +101492,10 @@ export default { 85 ], "faceit_rank_history": [ - 3870, + 3916, { "distinct_on": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -100834,19 +101505,19 @@ export default { 41 ], "order_by": [ - 3889, + 3935, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3879 + 3925 ] } ], "faceit_rank_history_aggregate": [ - 3871, + 3917, { "distinct_on": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -100856,11 +101527,11 @@ export default { 41 ], "order_by": [ - 3889, + 3935, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3879 + 3925 ] } ], @@ -100868,16 +101539,16 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 ], "flashed_by_players": [ - 3911, + 3957, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -100887,19 +101558,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "flashed_by_players_aggregate": [ - 3912, + 3958, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -100909,19 +101580,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "flashed_players": [ - 3911, + 3957, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -100931,19 +101602,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "flashed_players_aggregate": [ - 3912, + 3958, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -100953,19 +101624,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "friends": [ - 3449, + 3495, { "distinct_on": [ - 3474, + 3520, "[my_friends_select_column!]" ], "limit": [ @@ -100975,19 +101646,19 @@ export default { 41 ], "order_by": [ - 3472, + 3518, "[my_friends_order_by!]" ], "where": [ - 3461 + 3507 ] } ], "friends_aggregate": [ - 3450, + 3496, { "distinct_on": [ - 3474, + 3520, "[my_friends_select_column!]" ], "limit": [ @@ -100997,11 +101668,11 @@ export default { 41 ], "order_by": [ - 3472, + 3518, "[my_friends_order_by!]" ], "where": [ - 3461 + 3507 ] } ], @@ -101009,10 +101680,10 @@ export default { 41 ], "invited_players": [ - 4864, + 4910, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -101022,19 +101693,19 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "invited_players_aggregate": [ - 4865, + 4911, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -101044,11 +101715,11 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], @@ -101077,10 +101748,10 @@ export default { 6 ], "kills": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -101090,19 +101761,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "kills_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -101112,19 +101783,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "kills_by_weapons": [ - 3968, + 4014, { "distinct_on": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -101134,19 +101805,19 @@ export default { 41 ], "order_by": [ - 3987, + 4033, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3977 + 4023 ] } ], "kills_by_weapons_aggregate": [ - 3969, + 4015, { "distinct_on": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -101156,11 +101827,11 @@ export default { 41 ], "order_by": [ - 3987, + 4033, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3977 + 4023 ] } ], @@ -101168,16 +101839,16 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "lobby_players": [ - 2790, + 2836, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -101187,19 +101858,19 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], "lobby_players_aggregate": [ - 2791, + 2837, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -101209,11 +101880,11 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], @@ -101230,10 +101901,10 @@ export default { 41 ], "match_map_hltv": [ - 6985, + 7085, { "distinct_on": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -101243,19 +101914,19 @@ export default { 41 ], "order_by": [ - 7002, + 7102, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6994 + 7094 ] } ], "match_map_hltv_aggregate": [ - 6986, + 7086, { "distinct_on": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -101265,19 +101936,19 @@ export default { 41 ], "order_by": [ - 7002, + 7102, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6994 + 7094 ] } ], "match_map_stats": [ - 4065, + 4111, { "distinct_on": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -101287,19 +101958,19 @@ export default { 41 ], "order_by": [ - 4084, + 4130, "[player_match_map_stats_order_by!]" ], "where": [ - 4074 + 4120 ] } ], "match_map_stats_aggregate": [ - 4066, + 4112, { "distinct_on": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -101309,19 +101980,19 @@ export default { 41 ], "order_by": [ - 4084, + 4130, "[player_match_map_stats_order_by!]" ], "where": [ - 4074 + 4120 ] } ], "match_stats": [ - 4124, + 4170, { "distinct_on": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -101331,19 +102002,19 @@ export default { 41 ], "order_by": [ - 4139, + 4185, "[player_match_stats_v_order_by!]" ], "where": [ - 4133 + 4179 ] } ], "match_stats_aggregate": [ - 4125, + 4171, { "distinct_on": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -101353,19 +102024,19 @@ export default { 41 ], "order_by": [ - 4139, + 4185, "[player_match_stats_v_order_by!]" ], "where": [ - 4133 + 4179 ] } ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -101375,22 +102046,22 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matchmaking_cooldown": [ - 5196 + 5242 ], "multi_kills": [ - 7076, + 7176, { "distinct_on": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -101400,19 +102071,19 @@ export default { 41 ], "order_by": [ - 7091, + 7191, "[v_player_multi_kills_order_by!]" ], "where": [ - 7085 + 7185 ] } ], "multi_kills_aggregate": [ - 7077, + 7177, { "distinct_on": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -101422,11 +102093,11 @@ export default { 41 ], "order_by": [ - 7091, + 7191, "[v_player_multi_kills_order_by!]" ], "where": [ - 7085 + 7185 ] } ], @@ -101440,10 +102111,10 @@ export default { 85 ], "notifications": [ - 3549, + 3595, { "distinct_on": [ - 3577, + 3623, "[notifications_select_column!]" ], "limit": [ @@ -101453,19 +102124,19 @@ export default { 41 ], "order_by": [ - 3574, + 3620, "[notifications_order_by!]" ], "where": [ - 3561 + 3607 ] } ], "notifications_aggregate": [ - 3550, + 3596, { "distinct_on": [ - 3577, + 3623, "[notifications_select_column!]" ], "limit": [ @@ -101475,19 +102146,19 @@ export default { 41 ], "order_by": [ - 3574, + 3620, "[notifications_order_by!]" ], "where": [ - 3561 + 3607 ] } ], "objectives": [ - 4157, + 4203, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -101497,19 +102168,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "objectives_aggregate": [ - 4158, + 4204, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -101519,19 +102190,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "owned_teams": [ - 5147, + 5193, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -101541,19 +102212,19 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "owned_teams_aggregate": [ - 5148, + 5194, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -101563,16 +102234,16 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "peak_elo": [ - 2392, + 2438, { "path": [ 85 @@ -101580,10 +102251,10 @@ export default { } ], "pending_match_imports": [ - 3602, + 3648, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -101593,19 +102264,19 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "pending_match_imports_aggregate": [ - 3603, + 3649, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -101615,19 +102286,19 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "player_lineup": [ - 2994, + 3040, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -101637,19 +102308,19 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "player_lineup_aggregate": [ - 2995, + 3041, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -101659,19 +102330,19 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "player_unused_utilities": [ - 4444, + 4490, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -101681,19 +102352,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utilities_aggregate": [ - 4445, + 4491, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -101703,11 +102374,11 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], @@ -101715,10 +102386,10 @@ export default { 41 ], "premier_rank_history": [ - 4216, + 4262, { "distinct_on": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -101728,19 +102399,19 @@ export default { 41 ], "order_by": [ - 4235, + 4281, "[player_premier_rank_history_order_by!]" ], "where": [ - 4225 + 4271 ] } ], "premier_rank_history_aggregate": [ - 4217, + 4263, { "distinct_on": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -101750,25 +102421,25 @@ export default { 41 ], "order_by": [ - 4235, + 4281, "[player_premier_rank_history_order_by!]" ], "where": [ - 4225 + 4271 ] } ], "premier_rank_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 1285 @@ -101777,10 +102448,10 @@ export default { 85 ], "sanctions": [ - 4257, + 4303, { "distinct_on": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "limit": [ @@ -101790,19 +102461,19 @@ export default { 41 ], "order_by": [ - 4276, + 4322, "[player_sanctions_order_by!]" ], "where": [ - 4266 + 4312 ] } ], "sanctions_aggregate": [ - 4258, + 4304, { "distinct_on": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "limit": [ @@ -101812,19 +102483,19 @@ export default { 41 ], "order_by": [ - 4276, + 4322, "[player_sanctions_order_by!]" ], "where": [ - 4266 + 4312 ] } ], "season_stats": [ - 4298, + 4344, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -101834,19 +102505,19 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "season_stats_aggregate": [ - 4299, + 4345, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -101856,11 +102527,11 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], @@ -101868,19 +102539,19 @@ export default { 6 ], "stats": [ - 4357 + 4403 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "team_invites": [ - 4864, + 4910, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -101890,19 +102561,19 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "team_invites_aggregate": [ - 4865, + 4911, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -101912,19 +102583,19 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "team_members": [ - 4905, + 4951, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -101934,19 +102605,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "team_members_aggregate": [ - 4906, + 4952, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -101956,19 +102627,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "teams": [ - 5147, + 5193, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -101978,22 +102649,25 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "total_matches": [ 41 ], + "tournament_cooldown": [ + 5242 + ], "tournament_organizers": [ - 5398, + 5498, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -102003,19 +102677,19 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "tournament_organizers_aggregate": [ - 5399, + 5499, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -102025,19 +102699,19 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "tournament_rosters": [ - 5640, + 5740, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -102047,19 +102721,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournament_rosters_aggregate": [ - 5641, + 5741, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -102069,19 +102743,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournaments": [ - 5727, + 5827, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -102091,19 +102765,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_aggregate": [ - 5728, + 5828, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -102113,19 +102787,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "utility_thrown": [ - 4485, + 4531, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -102135,19 +102809,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "utility_thrown_aggregate": [ - 4486, + 4532, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -102157,11 +102831,11 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], @@ -102172,10 +102846,10 @@ export default { 6 ], "weapon_stats": [ - 4526, + 4572, { "distinct_on": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -102185,19 +102859,19 @@ export default { 41 ], "order_by": [ - 4541, + 4587, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4535 + 4581 ] } ], "weapon_stats_aggregate": [ - 4527, + 4573, { "distinct_on": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -102207,11 +102881,11 @@ export default { 41 ], "order_by": [ - 4541, + 4587, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4535 + 4581 ] } ], @@ -102233,10 +102907,10 @@ export default { }, "players_aggregate": { "aggregate": [ - 4561 + 4607 ], "nodes": [ - 4559 + 4605 ], "__typename": [ 85 @@ -102244,13 +102918,13 @@ export default { }, "players_aggregate_fields": { "avg": [ - 4562 + 4608 ], "count": [ 41, { "columns": [ - 4574, + 4620, "[players_select_column!]" ], "distinct": [ @@ -102259,31 +102933,31 @@ export default { } ], "max": [ - 4567 + 4613 ], "min": [ - 4568 + 4614 ], "stddev": [ - 4576 + 4622 ], "stddev_pop": [ - 4577 + 4623 ], "stddev_samp": [ - 4578 + 4624 ], "sum": [ - 4581 + 4627 ], "var_pop": [ - 4584 + 4630 ], "var_samp": [ - 4585 + 4631 ], "variance": [ - 4586 + 4632 ], "__typename": [ 85 @@ -102344,13 +103018,13 @@ export default { }, "players_bool_exp": { "_and": [ - 4563 + 4609 ], "_not": [ - 4563 + 4609 ], "_or": [ - 4563 + 4609 ], "abandoned_matches": [ 182 @@ -102359,22 +103033,22 @@ export default { 175 ], "aim_weapon_stats": [ - 3707 + 3753 ], "aim_weapon_stats_aggregate": [ - 3700 + 3746 ], "assists": [ - 3750 + 3796 ], "assists_aggregate": [ - 3741 + 3787 ], "assited_by_players": [ - 3750 + 3796 ], "assited_by_players_aggregate": [ - 3741 + 3787 ], "avatar_url": [ 87 @@ -102386,46 +103060,46 @@ export default { 244 ], "banned_until": [ - 5197 + 5243 ], "coach_lineups": [ - 3048 + 3094 ], "coach_lineups_aggregate": [ - 3041 + 3087 ], "country": [ 87 ], "created_at": [ - 5197 + 5243 ], "current_lobby_id": [ - 6505 + 6605 ], "custom_avatar_url": [ 87 ], "damage_dealt": [ - 3811 + 3857 ], "damage_dealt_aggregate": [ - 3804 + 3850 ], "damage_taken": [ - 3811 + 3857 ], "damage_taken_aggregate": [ - 3804 + 3850 ], "days_since_last_ban": [ 42 ], "deaths": [ - 3967 + 4013 ], "deaths_aggregate": [ - 3958 + 4004 ], "discord_id": [ 87 @@ -102437,13 +103111,13 @@ export default { 555 ], "elo": [ - 2394 + 2440 ], "elo_history": [ - 6899 + 6999 ], "elo_history_aggregate": [ - 6882 + 6982 ], "faceit_elo": [ 42 @@ -102455,46 +103129,46 @@ export default { 87 ], "faceit_rank_history": [ - 3879 + 3925 ], "faceit_rank_history_aggregate": [ - 3872 + 3918 ], "faceit_skill_level": [ 42 ], "faceit_updated_at": [ - 5197 + 5243 ], "faceit_url": [ 87 ], "flashed_by_players": [ - 3922 + 3968 ], "flashed_by_players_aggregate": [ - 3913 + 3959 ], "flashed_players": [ - 3922 + 3968 ], "flashed_players_aggregate": [ - 3913 + 3959 ], "friends": [ - 3461 + 3507 ], "friends_aggregate": [ - 3451 + 3497 ], "game_ban_count": [ 42 ], "invited_players": [ - 4873 + 4919 ], "invited_players_aggregate": [ - 4866 + 4912 ], "is_admin_sanctioned": [ 7 @@ -102521,31 +103195,31 @@ export default { 7 ], "kills": [ - 3967 + 4013 ], "kills_aggregate": [ - 3958 + 4004 ], "kills_by_weapons": [ - 3977 + 4023 ], "kills_by_weapons_aggregate": [ - 3970 + 4016 ], "language": [ 87 ], "last_read_news_at": [ - 5197 + 5243 ], "last_sign_in_at": [ - 5197 + 5243 ], "lobby_players": [ - 2801 + 2847 ], "lobby_players_aggregate": [ - 2792 + 2838 ], "losses": [ 42 @@ -102560,34 +103234,34 @@ export default { 42 ], "match_map_hltv": [ - 6994 + 7094 ], "match_map_hltv_aggregate": [ - 6987 + 7087 ], "match_map_stats": [ - 4074 + 4120 ], "match_map_stats_aggregate": [ - 4067 + 4113 ], "match_stats": [ - 4133 + 4179 ], "match_stats_aggregate": [ - 4126 + 4172 ], "matches": [ - 3396 + 3442 ], "matchmaking_cooldown": [ - 5197 + 5243 ], "multi_kills": [ - 7085 + 7185 ], "multi_kills_aggregate": [ - 7078 + 7178 ], "name": [ 87 @@ -102599,64 +103273,64 @@ export default { 87 ], "notifications": [ - 3561 + 3607 ], "notifications_aggregate": [ - 3551 + 3597 ], "objectives": [ - 4166 + 4212 ], "objectives_aggregate": [ - 4159 + 4205 ], "owned_teams": [ - 5158 + 5204 ], "owned_teams_aggregate": [ - 5149 + 5195 ], "peak_elo": [ - 2394 + 2440 ], "pending_match_imports": [ - 3611 + 3657 ], "pending_match_imports_aggregate": [ - 3604 + 3650 ], "player_lineup": [ - 3005 + 3051 ], "player_lineup_aggregate": [ - 2996 + 3042 ], "player_unused_utilities": [ - 4453 + 4499 ], "player_unused_utilities_aggregate": [ - 4446 + 4492 ], "premier_rank": [ 42 ], "premier_rank_history": [ - 4225 + 4271 ], "premier_rank_history_aggregate": [ - 4218 + 4264 ], "premier_rank_updated_at": [ - 5197 + 5243 ], "profile_url": [ 87 ], "quiet_hours_end": [ - 5194 + 5240 ], "quiet_hours_start": [ - 5194 + 5240 ], "role": [ 1286 @@ -102665,70 +103339,73 @@ export default { 87 ], "sanctions": [ - 4266 + 4312 ], "sanctions_aggregate": [ - 4259 + 4305 ], "season_stats": [ - 4317 + 4363 ], "season_stats_aggregate": [ - 4300 + 4346 ], "show_match_ready_modal": [ 7 ], "stats": [ - 4361 + 4407 ], "steam_bans_checked_at": [ - 5197 + 5243 ], "steam_id": [ 313 ], "team_invites": [ - 4873 + 4919 ], "team_invites_aggregate": [ - 4866 + 4912 ], "team_members": [ - 4916 + 4962 ], "team_members_aggregate": [ - 4907 + 4953 ], "teams": [ - 5158 + 5204 ], "total_matches": [ 42 ], + "tournament_cooldown": [ + 5243 + ], "tournament_organizers": [ - 5407 + 5507 ], "tournament_organizers_aggregate": [ - 5400 + 5500 ], "tournament_rosters": [ - 5649 + 5749 ], "tournament_rosters_aggregate": [ - 5642 + 5742 ], "tournaments": [ - 5748 + 5848 ], "tournaments_aggregate": [ - 5729 + 5829 ], "utility_thrown": [ - 4494 + 4540 ], "utility_thrown_aggregate": [ - 4487 + 4533 ], "vac_ban_count": [ 42 @@ -102737,10 +103414,10 @@ export default { 7 ], "weapon_stats": [ - 4535 + 4581 ], "weapon_stats_aggregate": [ - 4528 + 4574 ], "wins": [ 42 @@ -102790,13 +103467,13 @@ export default { 179 ], "aim_weapon_stats": [ - 3704 + 3750 ], "assists": [ - 3747 + 3793 ], "assited_by_players": [ - 3747 + 3793 ], "avatar_url": [ 85 @@ -102805,28 +103482,28 @@ export default { 248 ], "coach_lineups": [ - 3045 + 3091 ], "country": [ 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 ], "damage_dealt": [ - 3808 + 3854 ], "damage_taken": [ - 3808 + 3854 ], "days_since_last_ban": [ 41 ], "deaths": [ - 3964 + 4010 ], "discord_id": [ 85 @@ -102835,7 +103512,7 @@ export default { 561 ], "elo_history": [ - 6896 + 6996 ], "faceit_elo": [ 41 @@ -102847,61 +103524,61 @@ export default { 85 ], "faceit_rank_history": [ - 3876 + 3922 ], "faceit_skill_level": [ 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 ], "flashed_by_players": [ - 3919 + 3965 ], "flashed_players": [ - 3919 + 3965 ], "friends": [ - 3458 + 3504 ], "game_ban_count": [ 41 ], "invited_players": [ - 4870 + 4916 ], "kills": [ - 3964 + 4010 ], "kills_by_weapons": [ - 3974 + 4020 ], "language": [ 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "lobby_players": [ - 2798 + 2844 ], "match_map_hltv": [ - 6991 + 7091 ], "match_map_stats": [ - 4071 + 4117 ], "match_stats": [ - 4130 + 4176 ], "multi_kills": [ - 7082 + 7182 ], "name": [ 85 @@ -102913,40 +103590,40 @@ export default { 85 ], "notifications": [ - 3558 + 3604 ], "objectives": [ - 4163 + 4209 ], "owned_teams": [ - 5155 + 5201 ], "pending_match_imports": [ - 3608 + 3654 ], "player_lineup": [ - 3002 + 3048 ], "player_unused_utilities": [ - 4450 + 4496 ], "premier_rank": [ 41 ], "premier_rank_history": [ - 4222 + 4268 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 1285 @@ -102955,40 +103632,40 @@ export default { 85 ], "sanctions": [ - 4263 + 4309 ], "season_stats": [ - 4314 + 4360 ], "show_match_ready_modal": [ 6 ], "stats": [ - 4368 + 4414 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "team_invites": [ - 4870 + 4916 ], "team_members": [ - 4913 + 4959 ], "tournament_organizers": [ - 5404 + 5504 ], "tournament_rosters": [ - 5646 + 5746 ], "tournaments": [ - 5745 + 5845 ], "utility_thrown": [ - 4491 + 4537 ], "vac_ban_count": [ 41 @@ -102997,7 +103674,7 @@ export default { 6 ], "weapon_stats": [ - 4532 + 4578 ], "__typename": [ 85 @@ -103008,16 +103685,16 @@ export default { 85 ], "banned_until": [ - 5196 + 5242 ], "country": [ 85 ], "created_at": [ - 5196 + 5242 ], "current_lobby_id": [ - 6503 + 6603 ], "custom_avatar_url": [ 85 @@ -103041,7 +103718,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -103053,10 +103730,10 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "losses": [ 41 @@ -103071,7 +103748,7 @@ export default { 41 ], "matchmaking_cooldown": [ - 5196 + 5242 ], "name": [ 85 @@ -103083,7 +103760,7 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 @@ -103092,7 +103769,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -103100,6 +103777,9 @@ export default { "total_matches": [ 41 ], + "tournament_cooldown": [ + 5242 + ], "vac_ban_count": [ 41 ], @@ -103124,16 +103804,16 @@ export default { 85 ], "banned_until": [ - 5196 + 5242 ], "country": [ 85 ], "created_at": [ - 5196 + 5242 ], "current_lobby_id": [ - 6503 + 6603 ], "custom_avatar_url": [ 85 @@ -103157,7 +103837,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -103169,10 +103849,10 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "losses": [ 41 @@ -103187,7 +103867,7 @@ export default { 41 ], "matchmaking_cooldown": [ - 5196 + 5242 ], "name": [ 85 @@ -103199,7 +103879,7 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 @@ -103208,7 +103888,7 @@ export default { 85 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -103216,6 +103896,9 @@ export default { "total_matches": [ 41 ], + "tournament_cooldown": [ + 5242 + ], "vac_ban_count": [ 41 ], @@ -103240,7 +103923,7 @@ export default { 41 ], "returning": [ - 4559 + 4605 ], "__typename": [ 85 @@ -103248,10 +103931,10 @@ export default { }, "players_obj_rel_insert_input": { "data": [ - 4566 + 4612 ], "on_conflict": [ - 4571 + 4617 ], "__typename": [ 85 @@ -103259,13 +103942,13 @@ export default { }, "players_on_conflict": { "constraint": [ - 4564 + 4610 ], "update_columns": [ - 4582 + 4628 ], "where": [ - 4563 + 4609 ], "__typename": [ 85 @@ -103276,286 +103959,289 @@ export default { 178 ], "aim_weapon_stats_aggregate": [ - 3703 + 3749 ], "assists_aggregate": [ - 3746 + 3792 ], "assited_by_players_aggregate": [ - 3746 + 3792 ], "avatar_url": [ - 3601 + 3647 ], "awards_aggregate": [ 247 ], "banned_until": [ - 3601 + 3647 ], "coach_lineups_aggregate": [ - 3044 + 3090 ], "country": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "current_lobby_id": [ - 3601 + 3647 ], "custom_avatar_url": [ - 3601 + 3647 ], "damage_dealt_aggregate": [ - 3807 + 3853 ], "damage_taken_aggregate": [ - 3807 + 3853 ], "days_since_last_ban": [ - 3601 + 3647 ], "deaths_aggregate": [ - 3963 + 4009 ], "discord_id": [ - 3601 + 3647 ], "draft_game_players_aggregate": [ 560 ], "elo": [ - 3601 + 3647 ], "elo_history_aggregate": [ - 6895 + 6995 ], "faceit_elo": [ - 3601 + 3647 ], "faceit_nickname": [ - 3601 + 3647 ], "faceit_player_id": [ - 3601 + 3647 ], "faceit_rank_history_aggregate": [ - 3875 + 3921 ], "faceit_skill_level": [ - 3601 + 3647 ], "faceit_updated_at": [ - 3601 + 3647 ], "faceit_url": [ - 3601 + 3647 ], "flashed_by_players_aggregate": [ - 3918 + 3964 ], "flashed_players_aggregate": [ - 3918 + 3964 ], "friends_aggregate": [ - 3456 + 3502 ], "game_ban_count": [ - 3601 + 3647 ], "invited_players_aggregate": [ - 4869 + 4915 ], "is_admin_sanctioned": [ - 3601 + 3647 ], "is_banned": [ - 3601 + 3647 ], "is_gagged": [ - 3601 + 3647 ], "is_in_another_match": [ - 3601 + 3647 ], "is_in_draft": [ - 3601 + 3647 ], "is_in_lobby": [ - 3601 + 3647 ], "is_muted": [ - 3601 + 3647 ], "is_registered": [ - 3601 + 3647 ], "kills_aggregate": [ - 3963 + 4009 ], "kills_by_weapons_aggregate": [ - 3973 + 4019 ], "language": [ - 3601 + 3647 ], "last_read_news_at": [ - 3601 + 3647 ], "last_sign_in_at": [ - 3601 + 3647 ], "lobby_players_aggregate": [ - 2797 + 2843 ], "losses": [ - 3601 + 3647 ], "losses_competitive": [ - 3601 + 3647 ], "losses_duel": [ - 3601 + 3647 ], "losses_wingman": [ - 3601 + 3647 ], "match_map_hltv_aggregate": [ - 6990 + 7090 ], "match_map_stats_aggregate": [ - 4070 + 4116 ], "match_stats_aggregate": [ - 4129 + 4175 ], "matches_aggregate": [ - 3392 + 3438 ], "matchmaking_cooldown": [ - 3601 + 3647 ], "multi_kills_aggregate": [ - 7081 + 7181 ], "name": [ - 3601 + 3647 ], "name_registered": [ - 3601 + 3647 ], "notification_timezone": [ - 3601 + 3647 ], "notifications_aggregate": [ - 3556 + 3602 ], "objectives_aggregate": [ - 4162 + 4208 ], "owned_teams_aggregate": [ - 5154 + 5200 ], "peak_elo": [ - 3601 + 3647 ], "pending_match_imports_aggregate": [ - 3607 + 3653 ], "player_lineup_aggregate": [ - 3001 + 3047 ], "player_unused_utilities_aggregate": [ - 4449 + 4495 ], "premier_rank": [ - 3601 + 3647 ], "premier_rank_history_aggregate": [ - 4221 + 4267 ], "premier_rank_updated_at": [ - 3601 + 3647 ], "profile_url": [ - 3601 + 3647 ], "quiet_hours_end": [ - 3601 + 3647 ], "quiet_hours_start": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "sanctions_aggregate": [ - 4262 + 4308 ], "season_stats_aggregate": [ - 4313 + 4359 ], "show_match_ready_modal": [ - 3601 + 3647 ], "stats": [ - 4370 + 4416 ], "steam_bans_checked_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_invites_aggregate": [ - 4869 + 4915 ], "team_members_aggregate": [ - 4912 + 4958 ], "teams_aggregate": [ - 5154 + 5200 ], "total_matches": [ - 3601 + 3647 + ], + "tournament_cooldown": [ + 3647 ], "tournament_organizers_aggregate": [ - 5403 + 5503 ], "tournament_rosters_aggregate": [ - 5645 + 5745 ], "tournaments_aggregate": [ - 5744 + 5844 ], "utility_thrown_aggregate": [ - 4490 + 4536 ], "vac_ban_count": [ - 3601 + 3647 ], "vac_banned": [ - 3601 + 3647 ], "weapon_stats_aggregate": [ - 4531 + 4577 ], "wins": [ - 3601 + 3647 ], "wins_competitive": [ - 3601 + 3647 ], "wins_duel": [ - 3601 + 3647 ], "wins_wingman": [ - 3601 + 3647 ], "__typename": [ 85 @@ -103578,7 +104264,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -103602,7 +104288,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -103614,10 +104300,10 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -103632,16 +104318,16 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 1285 @@ -103653,7 +104339,7 @@ export default { 6 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -103829,7 +104515,7 @@ export default { }, "players_stream_cursor_input": { "initial_value": [ - 4580 + 4626 ], "ordering": [ 394 @@ -103846,7 +104532,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "custom_avatar_url": [ 85 @@ -103870,7 +104556,7 @@ export default { 41 ], "faceit_updated_at": [ - 5196 + 5242 ], "faceit_url": [ 85 @@ -103882,10 +104568,10 @@ export default { 85 ], "last_read_news_at": [ - 5196 + 5242 ], "last_sign_in_at": [ - 5196 + 5242 ], "name": [ 85 @@ -103900,16 +104586,16 @@ export default { 41 ], "premier_rank_updated_at": [ - 5196 + 5242 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5193 + 5239 ], "quiet_hours_start": [ - 5193 + 5239 ], "role": [ 1285 @@ -103921,7 +104607,7 @@ export default { 6 ], "steam_bans_checked_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -103992,13 +104678,13 @@ export default { "players_update_column": {}, "players_updates": { "_inc": [ - 4565 + 4611 ], "_set": [ - 4575 + 4621 ], "where": [ - 4563 + 4609 ], "__typename": [ 85 @@ -104168,7 +104854,7 @@ export default { 41 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -104182,10 +104868,10 @@ export default { }, "plugin_versions_aggregate": { "aggregate": [ - 4589 + 4635 ], "nodes": [ - 4587 + 4633 ], "__typename": [ 85 @@ -104193,13 +104879,13 @@ export default { }, "plugin_versions_aggregate_fields": { "avg": [ - 4590 + 4636 ], "count": [ 41, { "columns": [ - 4601, + 4647, "[plugin_versions_select_column!]" ], "distinct": [ @@ -104208,31 +104894,31 @@ export default { } ], "max": [ - 4595 + 4641 ], "min": [ - 4596 + 4642 ], "stddev": [ - 4603 + 4649 ], "stddev_pop": [ - 4604 + 4650 ], "stddev_samp": [ - 4605 + 4651 ], "sum": [ - 4608 + 4654 ], "var_pop": [ - 4611 + 4657 ], "var_samp": [ - 4612 + 4658 ], "variance": [ - 4613 + 4659 ], "__typename": [ 85 @@ -104248,19 +104934,19 @@ export default { }, "plugin_versions_bool_exp": { "_and": [ - 4591 + 4637 ], "_not": [ - 4591 + 4637 ], "_or": [ - 4591 + 4637 ], "min_game_build_id": [ 42 ], "published_at": [ - 5197 + 5243 ], "runtime": [ 1306 @@ -104286,7 +104972,7 @@ export default { 41 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -104303,7 +104989,7 @@ export default { 41 ], "published_at": [ - 5196 + 5242 ], "version": [ 85 @@ -104317,7 +105003,7 @@ export default { 41 ], "published_at": [ - 5196 + 5242 ], "version": [ 85 @@ -104331,7 +105017,7 @@ export default { 41 ], "returning": [ - 4587 + 4633 ], "__typename": [ 85 @@ -104339,13 +105025,13 @@ export default { }, "plugin_versions_on_conflict": { "constraint": [ - 4592 + 4638 ], "update_columns": [ - 4609 + 4655 ], "where": [ - 4591 + 4637 ], "__typename": [ 85 @@ -104353,16 +105039,16 @@ export default { }, "plugin_versions_order_by": { "min_game_build_id": [ - 3601 + 3647 ], "published_at": [ - 3601 + 3647 ], "runtime": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -104385,7 +105071,7 @@ export default { 41 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -104423,7 +105109,7 @@ export default { }, "plugin_versions_stream_cursor_input": { "initial_value": [ - 4607 + 4653 ], "ordering": [ 394 @@ -104437,7 +105123,7 @@ export default { 41 ], "published_at": [ - 5196 + 5242 ], "runtime": [ 1305 @@ -104460,13 +105146,13 @@ export default { "plugin_versions_update_column": {}, "plugin_versions_updates": { "_inc": [ - 4593 + 4639 ], "_set": [ - 4602 + 4648 ], "where": [ - 4591 + 4637 ], "__typename": [ 85 @@ -104501,16 +105187,16 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "endpoint": [ 85 ], "id": [ - 6503 + 6603 ], "last_used_at": [ - 5196 + 5242 ], "p256dh": [ 85 @@ -104527,10 +105213,10 @@ export default { }, "push_subscriptions_aggregate": { "aggregate": [ - 4616 + 4662 ], "nodes": [ - 4614 + 4660 ], "__typename": [ 85 @@ -104538,13 +105224,13 @@ export default { }, "push_subscriptions_aggregate_fields": { "avg": [ - 4617 + 4663 ], "count": [ 41, { "columns": [ - 4628, + 4674, "[push_subscriptions_select_column!]" ], "distinct": [ @@ -104553,31 +105239,31 @@ export default { } ], "max": [ - 4622 + 4668 ], "min": [ - 4623 + 4669 ], "stddev": [ - 4630 + 4676 ], "stddev_pop": [ - 4631 + 4677 ], "stddev_samp": [ - 4632 + 4678 ], "sum": [ - 4635 + 4681 ], "var_pop": [ - 4638 + 4684 ], "var_samp": [ - 4639 + 4685 ], "variance": [ - 4640 + 4686 ], "__typename": [ 85 @@ -104593,28 +105279,28 @@ export default { }, "push_subscriptions_bool_exp": { "_and": [ - 4618 + 4664 ], "_not": [ - 4618 + 4664 ], "_or": [ - 4618 + 4664 ], "auth": [ 87 ], "created_at": [ - 5197 + 5243 ], "endpoint": [ 87 ], "id": [ - 6505 + 6605 ], "last_used_at": [ - 5197 + 5243 ], "p256dh": [ 87 @@ -104643,16 +105329,16 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "endpoint": [ 85 ], "id": [ - 6503 + 6603 ], "last_used_at": [ - 5196 + 5242 ], "p256dh": [ 85 @@ -104672,16 +105358,16 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "endpoint": [ 85 ], "id": [ - 6503 + 6603 ], "last_used_at": [ - 5196 + 5242 ], "p256dh": [ 85 @@ -104701,16 +105387,16 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "endpoint": [ 85 ], "id": [ - 6503 + 6603 ], "last_used_at": [ - 5196 + 5242 ], "p256dh": [ 85 @@ -104730,7 +105416,7 @@ export default { 41 ], "returning": [ - 4614 + 4660 ], "__typename": [ 85 @@ -104738,13 +105424,13 @@ export default { }, "push_subscriptions_on_conflict": { "constraint": [ - 4619 + 4665 ], "update_columns": [ - 4636 + 4682 ], "where": [ - 4618 + 4664 ], "__typename": [ 85 @@ -104752,28 +105438,28 @@ export default { }, "push_subscriptions_order_by": { "auth": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "endpoint": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "last_used_at": [ - 3601 + 3647 ], "p256dh": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "user_agent": [ - 3601 + 3647 ], "__typename": [ 85 @@ -104781,7 +105467,7 @@ export default { }, "push_subscriptions_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -104793,16 +105479,16 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "endpoint": [ 85 ], "id": [ - 6503 + 6603 ], "last_used_at": [ - 5196 + 5242 ], "p256dh": [ 85 @@ -104843,7 +105529,7 @@ export default { }, "push_subscriptions_stream_cursor_input": { "initial_value": [ - 4634 + 4680 ], "ordering": [ 394 @@ -104857,16 +105543,16 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "endpoint": [ 85 ], "id": [ - 6503 + 6603 ], "last_used_at": [ - 5196 + 5242 ], "p256dh": [ 85 @@ -104892,13 +105578,13 @@ export default { "push_subscriptions_update_column": {}, "push_subscriptions_updates": { "_inc": [ - 4620 + 4666 ], "_set": [ - 4629 + 4675 ], "where": [ - 4618 + 4664 ], "__typename": [ 85 @@ -104930,7 +105616,7 @@ export default { }, "recalculate_tournament_awards_args": { "_tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -104938,7 +105624,7 @@ export default { }, "remove_league_team_from_season_args": { "_league_team_season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -104954,7 +105640,7 @@ export default { }, "restart_league_season_args": { "_league_season_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -104979,10 +105665,10 @@ export default { }, "role_permissions_aggregate": { "aggregate": [ - 4647 + 4693 ], "nodes": [ - 4645 + 4691 ], "__typename": [ 85 @@ -104993,7 +105679,7 @@ export default { 41, { "columns": [ - 4654, + 4700, "[role_permissions_select_column!]" ], "distinct": [ @@ -105002,10 +105688,10 @@ export default { } ], "max": [ - 4650 + 4696 ], "min": [ - 4651 + 4697 ], "__typename": [ 85 @@ -105013,13 +105699,13 @@ export default { }, "role_permissions_bool_exp": { "_and": [ - 4648 + 4694 ], "_not": [ - 4648 + 4694 ], "_or": [ - 4648 + 4694 ], "can_create_events": [ 7 @@ -105075,7 +105761,7 @@ export default { 41 ], "returning": [ - 4645 + 4691 ], "__typename": [ 85 @@ -105083,16 +105769,16 @@ export default { }, "role_permissions_order_by": { "can_create_events": [ - 3601 + 3647 ], "can_create_matches": [ - 3601 + 3647 ], "can_create_tournaments": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "__typename": [ 85 @@ -105118,7 +105804,7 @@ export default { }, "role_permissions_stream_cursor_input": { "initial_value": [ - 4657 + 4703 ], "ordering": [ 394 @@ -105146,10 +105832,10 @@ export default { }, "role_permissions_updates": { "_set": [ - 4655 + 4701 ], "where": [ - 4648 + 4694 ], "__typename": [ 85 @@ -105201,16 +105887,16 @@ export default { } ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "needs_rebuild": [ 6 @@ -105219,10 +105905,10 @@ export default { 41 ], "player_season_stats": [ - 4298, + 4344, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -105232,19 +105918,19 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "player_season_stats_aggregate": [ - 4299, + 4345, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -105254,16 +105940,16 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -105271,10 +105957,10 @@ export default { }, "seasons_aggregate": { "aggregate": [ - 4661 + 4707 ], "nodes": [ - 4659 + 4705 ], "__typename": [ 85 @@ -105282,13 +105968,13 @@ export default { }, "seasons_aggregate_fields": { "avg": [ - 4662 + 4708 ], "count": [ 41, { "columns": [ - 4674, + 4720, "[seasons_select_column!]" ], "distinct": [ @@ -105297,31 +105983,31 @@ export default { } ], "max": [ - 4667 + 4713 ], "min": [ - 4668 + 4714 ], "stddev": [ - 4676 + 4722 ], "stddev_pop": [ - 4677 + 4723 ], "stddev_samp": [ - 4678 + 4724 ], "sum": [ - 4681 + 4727 ], "var_pop": [ - 4684 + 4730 ], "var_samp": [ - 4685 + 4731 ], "variance": [ - 4686 + 4732 ], "__typename": [ 85 @@ -105337,13 +106023,13 @@ export default { }, "seasons_bool_exp": { "_and": [ - 4663 + 4709 ], "_not": [ - 4663 + 4709 ], "_or": [ - 4663 + 4709 ], "awards": [ 251 @@ -105352,16 +106038,16 @@ export default { 244 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 ], "ends_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "needs_rebuild": [ 7 @@ -105370,13 +106056,13 @@ export default { 42 ], "player_season_stats": [ - 4317 + 4363 ], "player_season_stats_aggregate": [ - 4300 + 4346 ], "starts_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -105396,16 +106082,16 @@ export default { 248 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "needs_rebuild": [ 6 @@ -105414,10 +106100,10 @@ export default { 41 ], "player_season_stats": [ - 4314 + 4360 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -105425,22 +106111,22 @@ export default { }, "seasons_max_fields": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "number": [ 41 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -105448,22 +106134,22 @@ export default { }, "seasons_min_fields": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "number": [ 41 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -105474,7 +106160,7 @@ export default { 41 ], "returning": [ - 4659 + 4705 ], "__typename": [ 85 @@ -105482,10 +106168,10 @@ export default { }, "seasons_obj_rel_insert_input": { "data": [ - 4666 + 4712 ], "on_conflict": [ - 4671 + 4717 ], "__typename": [ 85 @@ -105493,13 +106179,13 @@ export default { }, "seasons_on_conflict": { "constraint": [ - 4664 + 4710 ], "update_columns": [ - 4682 + 4728 ], "where": [ - 4663 + 4709 ], "__typename": [ 85 @@ -105510,28 +106196,28 @@ export default { 247 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "ends_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "needs_rebuild": [ - 3601 + 3647 ], "number": [ - 3601 + 3647 ], "player_season_stats_aggregate": [ - 4313 + 4359 ], "starts_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -105539,7 +106225,7 @@ export default { }, "seasons_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -105548,16 +106234,16 @@ export default { "seasons_select_column": {}, "seasons_set_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "needs_rebuild": [ 6 @@ -105566,7 +106252,7 @@ export default { 41 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -105598,7 +106284,7 @@ export default { }, "seasons_stream_cursor_input": { "initial_value": [ - 4680 + 4726 ], "ordering": [ 394 @@ -105609,16 +106295,16 @@ export default { }, "seasons_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "needs_rebuild": [ 6 @@ -105627,7 +106313,7 @@ export default { 41 ], "starts_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -105644,13 +106330,13 @@ export default { "seasons_update_column": {}, "seasons_updates": { "_inc": [ - 4665 + 4711 ], "_set": [ - 4675 + 4721 ], "where": [ - 4663 + 4709 ], "__typename": [ 85 @@ -105688,10 +106374,10 @@ export default { 85 ], "game_server_nodes": [ - 2267, + 2313, { "distinct_on": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "limit": [ @@ -105701,19 +106387,19 @@ export default { 41 ], "order_by": [ - 2293, + 2339, "[game_server_nodes_order_by!]" ], "where": [ - 2279 + 2325 ] } ], "game_server_nodes_aggregate": [ - 2268, + 2314, { "distinct_on": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "limit": [ @@ -105723,11 +106409,11 @@ export default { 41 ], "order_by": [ - 2293, + 2339, "[game_server_nodes_order_by!]" ], "where": [ - 2279 + 2325 ] } ], @@ -105755,10 +106441,10 @@ export default { }, "server_regions_aggregate": { "aggregate": [ - 4689 + 4735 ], "nodes": [ - 4687 + 4733 ], "__typename": [ 85 @@ -105766,13 +106452,13 @@ export default { }, "server_regions_aggregate_fields": { "avg": [ - 4690 + 4736 ], "count": [ 41, { "columns": [ - 4701, + 4747, "[server_regions_select_column!]" ], "distinct": [ @@ -105781,31 +106467,31 @@ export default { } ], "max": [ - 4694 + 4740 ], "min": [ - 4695 + 4741 ], "stddev": [ - 4703 + 4749 ], "stddev_pop": [ - 4704 + 4750 ], "stddev_samp": [ - 4705 + 4751 ], "sum": [ - 4708 + 4754 ], "var_pop": [ - 4711 + 4757 ], "var_samp": [ - 4712 + 4758 ], "variance": [ - 4713 + 4759 ], "__typename": [ 85 @@ -105824,13 +106510,13 @@ export default { }, "server_regions_bool_exp": { "_and": [ - 4691 + 4737 ], "_not": [ - 4691 + 4737 ], "_or": [ - 4691 + 4737 ], "available_server_count": [ 42 @@ -105839,10 +106525,10 @@ export default { 87 ], "game_server_nodes": [ - 2279 + 2325 ], "game_server_nodes_aggregate": [ - 2269 + 2315 ], "has_node": [ 7 @@ -105872,7 +106558,7 @@ export default { 85 ], "game_server_nodes": [ - 2276 + 2322 ], "is_lan": [ 6 @@ -105932,7 +106618,7 @@ export default { 41 ], "returning": [ - 4687 + 4733 ], "__typename": [ 85 @@ -105940,10 +106626,10 @@ export default { }, "server_regions_obj_rel_insert_input": { "data": [ - 4693 + 4739 ], "on_conflict": [ - 4698 + 4744 ], "__typename": [ 85 @@ -105951,13 +106637,13 @@ export default { }, "server_regions_on_conflict": { "constraint": [ - 4692 + 4738 ], "update_columns": [ - 4709 + 4755 ], "where": [ - 4691 + 4737 ], "__typename": [ 85 @@ -105965,31 +106651,31 @@ export default { }, "server_regions_order_by": { "available_server_count": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "game_server_nodes_aggregate": [ - 2274 + 2320 ], "has_node": [ - 3601 + 3647 ], "is_lan": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "steam_relay": [ - 3601 + 3647 ], "total_server_count": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -106056,7 +106742,7 @@ export default { }, "server_regions_stream_cursor_input": { "initial_value": [ - 4707 + 4753 ], "ordering": [ 394 @@ -106096,10 +106782,10 @@ export default { "server_regions_update_column": {}, "server_regions_updates": { "_set": [ - 4702 + 4748 ], "where": [ - 4691 + 4737 ], "__typename": [ 85 @@ -106140,7 +106826,7 @@ export default { }, "servers": { "api_password": [ - 6503 + 6603 ], "boot_status": [ 85 @@ -106161,7 +106847,7 @@ export default { 85 ], "current_match": [ - 3385 + 3431 ], "enabled": [ 6 @@ -106170,13 +106856,13 @@ export default { 85 ], "game_mode": [ - 2125 + 2171 ], "game_mode_id": [ - 6503 + 6603 ], "game_server_node": [ - 2267 + 2313 ], "game_server_node_id": [ 85 @@ -106185,7 +106871,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_dedicated": [ 6 @@ -106194,7 +106880,7 @@ export default { 85 ], "loaded_plugins": [ - 2392, + 2438, { "path": [ 85 @@ -106202,10 +106888,10 @@ export default { } ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -106215,19 +106901,19 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_aggregate": [ - 3386, + 3432, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -106237,11 +106923,11 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], @@ -106249,7 +106935,7 @@ export default { 41 ], "offline_at": [ - 5196 + 5242 ], "plugin_runtime": [ 1305 @@ -106258,7 +106944,7 @@ export default { 85 ], "plugins_checked_at": [ - 5196 + 5242 ], "port": [ 41 @@ -106273,10 +106959,10 @@ export default { 85 ], "reserved_by_match_id": [ - 6503 + 6603 ], "server_region": [ - 4687 + 4733 ], "steam_relay": [ 85 @@ -106285,10 +106971,10 @@ export default { 41 ], "type": [ - 1386 + 1432 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -106296,10 +106982,10 @@ export default { }, "servers_aggregate": { "aggregate": [ - 4720 + 4766 ], "nodes": [ - 4714 + 4760 ], "__typename": [ 85 @@ -106307,13 +106993,13 @@ export default { }, "servers_aggregate_bool_exp": { "bool_and": [ - 4717 + 4763 ], "bool_or": [ - 4718 + 4764 ], "count": [ - 4719 + 4765 ], "__typename": [ 85 @@ -106321,13 +107007,13 @@ export default { }, "servers_aggregate_bool_exp_bool_and": { "arguments": [ - 4744 + 4790 ], "distinct": [ 6 ], "filter": [ - 4726 + 4772 ], "predicate": [ 7 @@ -106338,13 +107024,13 @@ export default { }, "servers_aggregate_bool_exp_bool_or": { "arguments": [ - 4745 + 4791 ], "distinct": [ 6 ], "filter": [ - 4726 + 4772 ], "predicate": [ 7 @@ -106355,13 +107041,13 @@ export default { }, "servers_aggregate_bool_exp_count": { "arguments": [ - 4743 + 4789 ], "distinct": [ 6 ], "filter": [ - 4726 + 4772 ], "predicate": [ 42 @@ -106372,13 +107058,13 @@ export default { }, "servers_aggregate_fields": { "avg": [ - 4724 + 4770 ], "count": [ 41, { "columns": [ - 4743, + 4789, "[servers_select_column!]" ], "distinct": [ @@ -106387,31 +107073,31 @@ export default { } ], "max": [ - 4733 + 4779 ], "min": [ - 4735 + 4781 ], "stddev": [ - 4747 + 4793 ], "stddev_pop": [ - 4749 + 4795 ], "stddev_samp": [ - 4751 + 4797 ], "sum": [ - 4755 + 4801 ], "var_pop": [ - 4759 + 4805 ], "var_samp": [ - 4761 + 4807 ], "variance": [ - 4763 + 4809 ], "__typename": [ 85 @@ -106419,37 +107105,37 @@ export default { }, "servers_aggregate_order_by": { "avg": [ - 4725 + 4771 ], "count": [ - 3601 + 3647 ], "max": [ - 4734 + 4780 ], "min": [ - 4736 + 4782 ], "stddev": [ - 4748 + 4794 ], "stddev_pop": [ - 4750 + 4796 ], "stddev_samp": [ - 4752 + 4798 ], "sum": [ - 4756 + 4802 ], "var_pop": [ - 4760 + 4806 ], "var_samp": [ - 4762 + 4808 ], "variance": [ - 4764 + 4810 ], "__typename": [ 85 @@ -106457,7 +107143,7 @@ export default { }, "servers_append_input": { "loaded_plugins": [ - 2392 + 2438 ], "__typename": [ 85 @@ -106465,10 +107151,10 @@ export default { }, "servers_arr_rel_insert_input": { "data": [ - 4732 + 4778 ], "on_conflict": [ - 4739 + 4785 ], "__typename": [ 85 @@ -106490,13 +107176,13 @@ export default { }, "servers_avg_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -106504,16 +107190,16 @@ export default { }, "servers_bool_exp": { "_and": [ - 4726 + 4772 ], "_not": [ - 4726 + 4772 ], "_or": [ - 4726 + 4772 ], "api_password": [ - 6505 + 6605 ], "boot_status": [ 87 @@ -106534,7 +107220,7 @@ export default { 87 ], "current_match": [ - 3396 + 3442 ], "enabled": [ 7 @@ -106543,13 +107229,13 @@ export default { 87 ], "game_mode": [ - 2128 + 2174 ], "game_mode_id": [ - 6505 + 6605 ], "game_server_node": [ - 2279 + 2325 ], "game_server_node_id": [ 87 @@ -106558,7 +107244,7 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "is_dedicated": [ 7 @@ -106567,19 +107253,19 @@ export default { 87 ], "loaded_plugins": [ - 2394 + 2440 ], "matches": [ - 3396 + 3442 ], "matches_aggregate": [ - 3387 + 3433 ], "max_players": [ 42 ], "offline_at": [ - 5197 + 5243 ], "plugin_runtime": [ 1306 @@ -106588,7 +107274,7 @@ export default { 87 ], "plugins_checked_at": [ - 5197 + 5243 ], "port": [ 42 @@ -106603,10 +107289,10 @@ export default { 87 ], "reserved_by_match_id": [ - 6505 + 6605 ], "server_region": [ - 4691 + 4737 ], "steam_relay": [ 87 @@ -106615,10 +107301,10 @@ export default { 42 ], "type": [ - 1387 + 1433 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -106665,7 +107351,7 @@ export default { }, "servers_insert_input": { "api_password": [ - 6503 + 6603 ], "boot_status": [ 85 @@ -106680,7 +107366,7 @@ export default { 6 ], "current_match": [ - 3405 + 3451 ], "enabled": [ 6 @@ -106689,13 +107375,13 @@ export default { 85 ], "game_mode": [ - 2134 + 2180 ], "game_mode_id": [ - 6503 + 6603 ], "game_server_node": [ - 2291 + 2337 ], "game_server_node_id": [ 85 @@ -106704,7 +107390,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_dedicated": [ 6 @@ -106713,16 +107399,16 @@ export default { 85 ], "loaded_plugins": [ - 2392 + 2438 ], "matches": [ - 3393 + 3439 ], "max_players": [ 41 ], "offline_at": [ - 5196 + 5242 ], "plugin_runtime": [ 1305 @@ -106731,7 +107417,7 @@ export default { 85 ], "plugins_checked_at": [ - 5196 + 5242 ], "port": [ 41 @@ -106746,10 +107432,10 @@ export default { 85 ], "reserved_by_match_id": [ - 6503 + 6603 ], "server_region": [ - 4697 + 4743 ], "steam_relay": [ 85 @@ -106758,10 +107444,10 @@ export default { 41 ], "type": [ - 1386 + 1432 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -106769,7 +107455,7 @@ export default { }, "servers_max_fields": { "api_password": [ - 6503 + 6603 ], "boot_status": [ 85 @@ -106790,7 +107476,7 @@ export default { 85 ], "game_mode_id": [ - 6503 + 6603 ], "game_server_node_id": [ 85 @@ -106799,7 +107485,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "label": [ 85 @@ -106808,13 +107494,13 @@ export default { 41 ], "offline_at": [ - 5196 + 5242 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5196 + 5242 ], "port": [ 41 @@ -106823,7 +107509,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6503 + 6603 ], "steam_relay": [ 85 @@ -106832,7 +107518,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -106840,64 +107526,64 @@ export default { }, "servers_max_order_by": { "api_password": [ - 3601 + 3647 ], "boot_status": [ - 3601 + 3647 ], "boot_status_detail": [ - 3601 + 3647 ], "connect_password": [ - 3601 + 3647 ], "game": [ - 3601 + 3647 ], "game_mode_id": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "host": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "max_players": [ - 3601 + 3647 ], "offline_at": [ - 3601 + 3647 ], "plugin_version": [ - 3601 + 3647 ], "plugins_checked_at": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "reserved_by_match_id": [ - 3601 + 3647 ], "steam_relay": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -106905,7 +107591,7 @@ export default { }, "servers_min_fields": { "api_password": [ - 6503 + 6603 ], "boot_status": [ 85 @@ -106926,7 +107612,7 @@ export default { 85 ], "game_mode_id": [ - 6503 + 6603 ], "game_server_node_id": [ 85 @@ -106935,7 +107621,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "label": [ 85 @@ -106944,13 +107630,13 @@ export default { 41 ], "offline_at": [ - 5196 + 5242 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5196 + 5242 ], "port": [ 41 @@ -106959,7 +107645,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6503 + 6603 ], "steam_relay": [ 85 @@ -106968,7 +107654,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -106976,64 +107662,64 @@ export default { }, "servers_min_order_by": { "api_password": [ - 3601 + 3647 ], "boot_status": [ - 3601 + 3647 ], "boot_status_detail": [ - 3601 + 3647 ], "connect_password": [ - 3601 + 3647 ], "game": [ - 3601 + 3647 ], "game_mode_id": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "host": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "max_players": [ - 3601 + 3647 ], "offline_at": [ - 3601 + 3647 ], "plugin_version": [ - 3601 + 3647 ], "plugins_checked_at": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "reserved_by_match_id": [ - 3601 + 3647 ], "steam_relay": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107044,7 +107730,7 @@ export default { 41 ], "returning": [ - 4714 + 4760 ], "__typename": [ 85 @@ -107052,10 +107738,10 @@ export default { }, "servers_obj_rel_insert_input": { "data": [ - 4732 + 4778 ], "on_conflict": [ - 4739 + 4785 ], "__typename": [ 85 @@ -107063,13 +107749,13 @@ export default { }, "servers_on_conflict": { "constraint": [ - 4727 + 4773 ], "update_columns": [ - 4757 + 4803 ], "where": [ - 4726 + 4772 ], "__typename": [ 85 @@ -107077,109 +107763,109 @@ export default { }, "servers_order_by": { "api_password": [ - 3601 + 3647 ], "boot_status": [ - 3601 + 3647 ], "boot_status_detail": [ - 3601 + 3647 ], "connect_password": [ - 3601 + 3647 ], "connected": [ - 3601 + 3647 ], "connection_link": [ - 3601 + 3647 ], "connection_string": [ - 3601 + 3647 ], "current_match": [ - 3407 + 3453 ], "enabled": [ - 3601 + 3647 ], "game": [ - 3601 + 3647 ], "game_mode": [ - 2136 + 2182 ], "game_mode_id": [ - 3601 + 3647 ], "game_server_node": [ - 2293 + 2339 ], "game_server_node_id": [ - 3601 + 3647 ], "host": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_dedicated": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "loaded_plugins": [ - 3601 + 3647 ], "matches_aggregate": [ - 3392 + 3438 ], "max_players": [ - 3601 + 3647 ], "offline_at": [ - 3601 + 3647 ], "plugin_runtime": [ - 3601 + 3647 ], "plugin_version": [ - 3601 + 3647 ], "plugins_checked_at": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "rcon_password": [ - 3601 + 3647 ], "rcon_status": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "reserved_by_match_id": [ - 3601 + 3647 ], "server_region": [ - 4699 + 4745 ], "steam_relay": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107187,7 +107873,7 @@ export default { }, "servers_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -107195,7 +107881,7 @@ export default { }, "servers_prepend_input": { "loaded_plugins": [ - 2392 + 2438 ], "__typename": [ 85 @@ -107206,7 +107892,7 @@ export default { "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, "servers_set_input": { "api_password": [ - 6503 + 6603 ], "boot_status": [ 85 @@ -107227,7 +107913,7 @@ export default { 85 ], "game_mode_id": [ - 6503 + 6603 ], "game_server_node_id": [ 85 @@ -107236,7 +107922,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_dedicated": [ 6 @@ -107245,13 +107931,13 @@ export default { 85 ], "loaded_plugins": [ - 2392 + 2438 ], "max_players": [ 41 ], "offline_at": [ - 5196 + 5242 ], "plugin_runtime": [ 1305 @@ -107260,7 +107946,7 @@ export default { 85 ], "plugins_checked_at": [ - 5196 + 5242 ], "port": [ 41 @@ -107275,7 +107961,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6503 + 6603 ], "steam_relay": [ 85 @@ -107284,10 +107970,10 @@ export default { 41 ], "type": [ - 1386 + 1432 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -107309,13 +107995,13 @@ export default { }, "servers_stddev_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107337,13 +108023,13 @@ export default { }, "servers_stddev_pop_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107365,13 +108051,13 @@ export default { }, "servers_stddev_samp_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107379,7 +108065,7 @@ export default { }, "servers_stream_cursor_input": { "initial_value": [ - 4754 + 4800 ], "ordering": [ 394 @@ -107390,7 +108076,7 @@ export default { }, "servers_stream_cursor_value_input": { "api_password": [ - 6503 + 6603 ], "boot_status": [ 85 @@ -107411,7 +108097,7 @@ export default { 85 ], "game_mode_id": [ - 6503 + 6603 ], "game_server_node_id": [ 85 @@ -107420,7 +108106,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "is_dedicated": [ 6 @@ -107429,13 +108115,13 @@ export default { 85 ], "loaded_plugins": [ - 2392 + 2438 ], "max_players": [ 41 ], "offline_at": [ - 5196 + 5242 ], "plugin_runtime": [ 1305 @@ -107444,7 +108130,7 @@ export default { 85 ], "plugins_checked_at": [ - 5196 + 5242 ], "port": [ 41 @@ -107459,7 +108145,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6503 + 6603 ], "steam_relay": [ 85 @@ -107468,10 +108154,10 @@ export default { 41 ], "type": [ - 1386 + 1432 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -107493,13 +108179,13 @@ export default { }, "servers_sum_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107508,28 +108194,28 @@ export default { "servers_update_column": {}, "servers_updates": { "_append": [ - 4722 + 4768 ], "_delete_at_path": [ - 4728 + 4774 ], "_delete_elem": [ - 4729 + 4775 ], "_delete_key": [ - 4730 + 4776 ], "_inc": [ - 4731 + 4777 ], "_prepend": [ - 4742 + 4788 ], "_set": [ - 4746 + 4792 ], "where": [ - 4726 + 4772 ], "__typename": [ 85 @@ -107551,13 +108237,13 @@ export default { }, "servers_var_pop_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107579,13 +108265,13 @@ export default { }, "servers_var_samp_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107607,13 +108293,13 @@ export default { }, "servers_variance_order_by": { "max_players": [ - 3601 + 3647 ], "port": [ - 3601 + 3647 ], "tv_port": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107632,10 +108318,10 @@ export default { }, "settings_aggregate": { "aggregate": [ - 4767 + 4813 ], "nodes": [ - 4765 + 4811 ], "__typename": [ 85 @@ -107646,7 +108332,7 @@ export default { 41, { "columns": [ - 4777, + 4823, "[settings_select_column!]" ], "distinct": [ @@ -107655,10 +108341,10 @@ export default { } ], "max": [ - 4771 + 4817 ], "min": [ - 4772 + 4818 ], "__typename": [ 85 @@ -107666,13 +108352,13 @@ export default { }, "settings_bool_exp": { "_and": [ - 4768 + 4814 ], "_not": [ - 4768 + 4814 ], "_or": [ - 4768 + 4814 ], "name": [ 87 @@ -107723,7 +108409,7 @@ export default { 41 ], "returning": [ - 4765 + 4811 ], "__typename": [ 85 @@ -107731,13 +108417,13 @@ export default { }, "settings_on_conflict": { "constraint": [ - 4769 + 4815 ], "update_columns": [ - 4781 + 4827 ], "where": [ - 4768 + 4814 ], "__typename": [ 85 @@ -107745,10 +108431,10 @@ export default { }, "settings_order_by": { "name": [ - 3601 + 3647 ], "value": [ - 3601 + 3647 ], "__typename": [ 85 @@ -107776,7 +108462,7 @@ export default { }, "settings_stream_cursor_input": { "initial_value": [ - 4780 + 4826 ], "ordering": [ 394 @@ -107799,10 +108485,10 @@ export default { "settings_update_column": {}, "settings_updates": { "_set": [ - 4778 + 4824 ], "where": [ - 4768 + 4814 ], "__typename": [ 85 @@ -107811,31 +108497,31 @@ export default { "smallint": {}, "smallint_comparison_exp": { "_eq": [ - 4783 + 4829 ], "_gt": [ - 4783 + 4829 ], "_gte": [ - 4783 + 4829 ], "_in": [ - 4783 + 4829 ], "_is_null": [ 6 ], "_lt": [ - 4783 + 4829 ], "_lte": [ - 4783 + 4829 ], "_neq": [ - 4783 + 4829 ], "_nin": [ - 4783 + 4829 ], "__typename": [ 85 @@ -107843,16 +108529,16 @@ export default { }, "steam_account_claims": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "node": [ - 2267 + 2313 ], "node_id": [ 85 @@ -107861,10 +108547,10 @@ export default { 85 ], "steam_account": [ - 4809 + 4855 ], "steam_account_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -107872,10 +108558,10 @@ export default { }, "steam_account_claims_aggregate": { "aggregate": [ - 4789 + 4835 ], "nodes": [ - 4785 + 4831 ], "__typename": [ 85 @@ -107883,7 +108569,7 @@ export default { }, "steam_account_claims_aggregate_bool_exp": { "count": [ - 4788 + 4834 ], "__typename": [ 85 @@ -107891,13 +108577,13 @@ export default { }, "steam_account_claims_aggregate_bool_exp_count": { "arguments": [ - 4803 + 4849 ], "distinct": [ 6 ], "filter": [ - 4792 + 4838 ], "predicate": [ 42 @@ -107911,7 +108597,7 @@ export default { 41, { "columns": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "distinct": [ @@ -107920,10 +108606,10 @@ export default { } ], "max": [ - 4795 + 4841 ], "min": [ - 4797 + 4843 ], "__typename": [ 85 @@ -107931,13 +108617,13 @@ export default { }, "steam_account_claims_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 4796 + 4842 ], "min": [ - 4798 + 4844 ], "__typename": [ 85 @@ -107945,10 +108631,10 @@ export default { }, "steam_account_claims_arr_rel_insert_input": { "data": [ - 4794 + 4840 ], "on_conflict": [ - 4800 + 4846 ], "__typename": [ 85 @@ -107956,25 +108642,25 @@ export default { }, "steam_account_claims_bool_exp": { "_and": [ - 4792 + 4838 ], "_not": [ - 4792 + 4838 ], "_or": [ - 4792 + 4838 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "k8s_job_name": [ 87 ], "node": [ - 2279 + 2325 ], "node_id": [ 87 @@ -107983,10 +108669,10 @@ export default { 87 ], "steam_account": [ - 4813 + 4859 ], "steam_account_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -107995,16 +108681,16 @@ export default { "steam_account_claims_constraint": {}, "steam_account_claims_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "node": [ - 2291 + 2337 ], "node_id": [ 85 @@ -108013,10 +108699,10 @@ export default { 85 ], "steam_account": [ - 4820 + 4866 ], "steam_account_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108024,10 +108710,10 @@ export default { }, "steam_account_claims_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 @@ -108039,7 +108725,7 @@ export default { 85 ], "steam_account_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108047,22 +108733,22 @@ export default { }, "steam_account_claims_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "node_id": [ - 3601 + 3647 ], "purpose": [ - 3601 + 3647 ], "steam_account_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -108070,10 +108756,10 @@ export default { }, "steam_account_claims_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 @@ -108085,7 +108771,7 @@ export default { 85 ], "steam_account_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108093,22 +108779,22 @@ export default { }, "steam_account_claims_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "node_id": [ - 3601 + 3647 ], "purpose": [ - 3601 + 3647 ], "steam_account_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -108119,7 +108805,7 @@ export default { 41 ], "returning": [ - 4785 + 4831 ], "__typename": [ 85 @@ -108127,13 +108813,13 @@ export default { }, "steam_account_claims_on_conflict": { "constraint": [ - 4793 + 4839 ], "update_columns": [ - 4807 + 4853 ], "where": [ - 4792 + 4838 ], "__typename": [ 85 @@ -108141,28 +108827,28 @@ export default { }, "steam_account_claims_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "node": [ - 2293 + 2339 ], "node_id": [ - 3601 + 3647 ], "purpose": [ - 3601 + 3647 ], "steam_account": [ - 4822 + 4868 ], "steam_account_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -108170,7 +108856,7 @@ export default { }, "steam_account_claims_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108179,10 +108865,10 @@ export default { "steam_account_claims_select_column": {}, "steam_account_claims_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 @@ -108194,7 +108880,7 @@ export default { 85 ], "steam_account_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108202,7 +108888,7 @@ export default { }, "steam_account_claims_stream_cursor_input": { "initial_value": [ - 4806 + 4852 ], "ordering": [ 394 @@ -108213,10 +108899,10 @@ export default { }, "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 @@ -108228,7 +108914,7 @@ export default { 85 ], "steam_account_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108237,10 +108923,10 @@ export default { "steam_account_claims_update_column": {}, "steam_account_claims_updates": { "_set": [ - 4804 + 4850 ], "where": [ - 4792 + 4838 ], "__typename": [ 85 @@ -108248,10 +108934,10 @@ export default { }, "steam_accounts": { "claims": [ - 4785, + 4831, { "distinct_on": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "limit": [ @@ -108261,19 +108947,19 @@ export default { 41 ], "order_by": [ - 4801, + 4847, "[steam_account_claims_order_by!]" ], "where": [ - 4792 + 4838 ] } ], "claims_aggregate": [ - 4786, + 4832, { "distinct_on": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "limit": [ @@ -108283,25 +108969,25 @@ export default { 41 ], "order_by": [ - 4801, + 4847, "[steam_account_claims_order_by!]" ], "where": [ - 4792 + 4838 ] } ], "created_at": [ - 5196 + 5242 ], "friend_capacity": [ 41 ], "id": [ - 6503 + 6603 ], "last_node": [ - 2267 + 2313 ], "last_node_id": [ 85 @@ -108319,7 +109005,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "username": [ 85 @@ -108330,10 +109016,10 @@ export default { }, "steam_accounts_aggregate": { "aggregate": [ - 4811 + 4857 ], "nodes": [ - 4809 + 4855 ], "__typename": [ 85 @@ -108341,13 +109027,13 @@ export default { }, "steam_accounts_aggregate_fields": { "avg": [ - 4812 + 4858 ], "count": [ 41, { "columns": [ - 4824, + 4870, "[steam_accounts_select_column!]" ], "distinct": [ @@ -108356,31 +109042,31 @@ export default { } ], "max": [ - 4817 + 4863 ], "min": [ - 4818 + 4864 ], "stddev": [ - 4826 + 4872 ], "stddev_pop": [ - 4827 + 4873 ], "stddev_samp": [ - 4828 + 4874 ], "sum": [ - 4831 + 4877 ], "var_pop": [ - 4834 + 4880 ], "var_samp": [ - 4835 + 4881 ], "variance": [ - 4836 + 4882 ], "__typename": [ 85 @@ -108402,31 +109088,31 @@ export default { }, "steam_accounts_bool_exp": { "_and": [ - 4813 + 4859 ], "_not": [ - 4813 + 4859 ], "_or": [ - 4813 + 4859 ], "claims": [ - 4792 + 4838 ], "claims_aggregate": [ - 4787 + 4833 ], "created_at": [ - 5197 + 5243 ], "friend_capacity": [ 42 ], "id": [ - 6505 + 6605 ], "last_node": [ - 2279 + 2325 ], "last_node_id": [ 87 @@ -108444,7 +109130,7 @@ export default { 313 ], "updated_at": [ - 5197 + 5243 ], "username": [ 87 @@ -108470,19 +109156,19 @@ export default { }, "steam_accounts_insert_input": { "claims": [ - 4791 + 4837 ], "created_at": [ - 5196 + 5242 ], "friend_capacity": [ 41 ], "id": [ - 6503 + 6603 ], "last_node": [ - 2291 + 2337 ], "last_node_id": [ 85 @@ -108500,7 +109186,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "username": [ 85 @@ -108511,13 +109197,13 @@ export default { }, "steam_accounts_max_fields": { "created_at": [ - 5196 + 5242 ], "friend_capacity": [ 41 ], "id": [ - 6503 + 6603 ], "last_node_id": [ 85 @@ -108535,7 +109221,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "username": [ 85 @@ -108546,13 +109232,13 @@ export default { }, "steam_accounts_min_fields": { "created_at": [ - 5196 + 5242 ], "friend_capacity": [ 41 ], "id": [ - 6503 + 6603 ], "last_node_id": [ 85 @@ -108570,7 +109256,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "username": [ 85 @@ -108584,7 +109270,7 @@ export default { 41 ], "returning": [ - 4809 + 4855 ], "__typename": [ 85 @@ -108592,10 +109278,10 @@ export default { }, "steam_accounts_obj_rel_insert_input": { "data": [ - 4816 + 4862 ], "on_conflict": [ - 4821 + 4867 ], "__typename": [ 85 @@ -108603,13 +109289,13 @@ export default { }, "steam_accounts_on_conflict": { "constraint": [ - 4814 + 4860 ], "update_columns": [ - 4832 + 4878 ], "where": [ - 4813 + 4859 ], "__typename": [ 85 @@ -108617,40 +109303,40 @@ export default { }, "steam_accounts_order_by": { "claims_aggregate": [ - 4790 + 4836 ], "created_at": [ - 3601 + 3647 ], "friend_capacity": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "last_node": [ - 2293 + 2339 ], "last_node_id": [ - 3601 + 3647 ], "password": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "steam_level": [ - 3601 + 3647 ], "steamid64": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "username": [ - 3601 + 3647 ], "__typename": [ 85 @@ -108658,7 +109344,7 @@ export default { }, "steam_accounts_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -108667,13 +109353,13 @@ export default { "steam_accounts_select_column": {}, "steam_accounts_set_input": { "created_at": [ - 5196 + 5242 ], "friend_capacity": [ 41 ], "id": [ - 6503 + 6603 ], "last_node_id": [ 85 @@ -108691,7 +109377,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "username": [ 85 @@ -108744,7 +109430,7 @@ export default { }, "steam_accounts_stream_cursor_input": { "initial_value": [ - 4830 + 4876 ], "ordering": [ 394 @@ -108755,13 +109441,13 @@ export default { }, "steam_accounts_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "friend_capacity": [ 41 ], "id": [ - 6503 + 6603 ], "last_node_id": [ 85 @@ -108779,7 +109465,7 @@ export default { 311 ], "updated_at": [ - 5196 + 5242 ], "username": [ 85 @@ -108805,13 +109491,13 @@ export default { "steam_accounts_update_column": {}, "steam_accounts_updates": { "_inc": [ - 4815 + 4861 ], "_set": [ - 4825 + 4871 ], "where": [ - 4813 + 4859 ], "__typename": [ 85 @@ -108861,7 +109547,7 @@ export default { }, "system_alerts": { "created_at": [ - 5196 + 5242 ], "created_by": [ 311 @@ -108870,10 +109556,10 @@ export default { 6 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "is_active": [ 6 @@ -108885,10 +109571,10 @@ export default { 85 ], "type": [ - 1426 + 1472 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -108896,10 +109582,10 @@ export default { }, "system_alerts_aggregate": { "aggregate": [ - 4839 + 4885 ], "nodes": [ - 4837 + 4883 ], "__typename": [ 85 @@ -108907,13 +109593,13 @@ export default { }, "system_alerts_aggregate_fields": { "avg": [ - 4840 + 4886 ], "count": [ 41, { "columns": [ - 4851, + 4897, "[system_alerts_select_column!]" ], "distinct": [ @@ -108922,31 +109608,31 @@ export default { } ], "max": [ - 4845 + 4891 ], "min": [ - 4846 + 4892 ], "stddev": [ - 4853 + 4899 ], "stddev_pop": [ - 4854 + 4900 ], "stddev_samp": [ - 4855 + 4901 ], "sum": [ - 4858 + 4904 ], "var_pop": [ - 4861 + 4907 ], "var_samp": [ - 4862 + 4908 ], "variance": [ - 4863 + 4909 ], "__typename": [ 85 @@ -108962,16 +109648,16 @@ export default { }, "system_alerts_bool_exp": { "_and": [ - 4841 + 4887 ], "_not": [ - 4841 + 4887 ], "_or": [ - 4841 + 4887 ], "created_at": [ - 5197 + 5243 ], "created_by": [ 313 @@ -108980,10 +109666,10 @@ export default { 7 ], "expires_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "is_active": [ 7 @@ -108995,10 +109681,10 @@ export default { 87 ], "type": [ - 1427 + 1473 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -109015,7 +109701,7 @@ export default { }, "system_alerts_insert_input": { "created_at": [ - 5196 + 5242 ], "created_by": [ 311 @@ -109024,10 +109710,10 @@ export default { 6 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "is_active": [ 6 @@ -109039,10 +109725,10 @@ export default { 85 ], "type": [ - 1426 + 1472 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -109050,16 +109736,16 @@ export default { }, "system_alerts_max_fields": { "created_at": [ - 5196 + 5242 ], "created_by": [ 311 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -109068,7 +109754,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -109076,16 +109762,16 @@ export default { }, "system_alerts_min_fields": { "created_at": [ - 5196 + 5242 ], "created_by": [ 311 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "message": [ 85 @@ -109094,7 +109780,7 @@ export default { 85 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -109105,7 +109791,7 @@ export default { 41 ], "returning": [ - 4837 + 4883 ], "__typename": [ 85 @@ -109113,13 +109799,13 @@ export default { }, "system_alerts_on_conflict": { "constraint": [ - 4842 + 4888 ], "update_columns": [ - 4859 + 4905 ], "where": [ - 4841 + 4887 ], "__typename": [ 85 @@ -109127,34 +109813,34 @@ export default { }, "system_alerts_order_by": { "created_at": [ - 3601 + 3647 ], "created_by": [ - 3601 + 3647 ], "dismissible": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "is_active": [ - 3601 + 3647 ], "message": [ - 3601 + 3647 ], "title": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109162,7 +109848,7 @@ export default { }, "system_alerts_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109171,7 +109857,7 @@ export default { "system_alerts_select_column": {}, "system_alerts_set_input": { "created_at": [ - 5196 + 5242 ], "created_by": [ 311 @@ -109180,10 +109866,10 @@ export default { 6 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "is_active": [ 6 @@ -109195,10 +109881,10 @@ export default { 85 ], "type": [ - 1426 + 1472 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -109230,7 +109916,7 @@ export default { }, "system_alerts_stream_cursor_input": { "initial_value": [ - 4857 + 4903 ], "ordering": [ 394 @@ -109241,7 +109927,7 @@ export default { }, "system_alerts_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "created_by": [ 311 @@ -109250,10 +109936,10 @@ export default { 6 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "is_active": [ 6 @@ -109265,10 +109951,10 @@ export default { 85 ], "type": [ - 1426 + 1472 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -109285,13 +109971,13 @@ export default { "system_alerts_update_column": {}, "system_alerts_updates": { "_inc": [ - 4843 + 4889 ], "_set": [ - 4852 + 4898 ], "where": [ - 4841 + 4887 ], "__typename": [ 85 @@ -109323,28 +110009,28 @@ export default { }, "team_invites": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by": [ - 4559 + 4605 ], "invited_by_player_steam_id": [ 311 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109352,10 +110038,10 @@ export default { }, "team_invites_aggregate": { "aggregate": [ - 4868 + 4914 ], "nodes": [ - 4864 + 4910 ], "__typename": [ 85 @@ -109363,7 +110049,7 @@ export default { }, "team_invites_aggregate_bool_exp": { "count": [ - 4867 + 4913 ], "__typename": [ 85 @@ -109371,13 +110057,13 @@ export default { }, "team_invites_aggregate_bool_exp_count": { "arguments": [ - 4885 + 4931 ], "distinct": [ 6 ], "filter": [ - 4873 + 4919 ], "predicate": [ 42 @@ -109388,13 +110074,13 @@ export default { }, "team_invites_aggregate_fields": { "avg": [ - 4871 + 4917 ], "count": [ 41, { "columns": [ - 4885, + 4931, "[team_invites_select_column!]" ], "distinct": [ @@ -109403,31 +110089,31 @@ export default { } ], "max": [ - 4877 + 4923 ], "min": [ - 4879 + 4925 ], "stddev": [ - 4887 + 4933 ], "stddev_pop": [ - 4889 + 4935 ], "stddev_samp": [ - 4891 + 4937 ], "sum": [ - 4895 + 4941 ], "var_pop": [ - 4899 + 4945 ], "var_samp": [ - 4901 + 4947 ], "variance": [ - 4903 + 4949 ], "__typename": [ 85 @@ -109435,37 +110121,37 @@ export default { }, "team_invites_aggregate_order_by": { "avg": [ - 4872 + 4918 ], "count": [ - 3601 + 3647 ], "max": [ - 4878 + 4924 ], "min": [ - 4880 + 4926 ], "stddev": [ - 4888 + 4934 ], "stddev_pop": [ - 4890 + 4936 ], "stddev_samp": [ - 4892 + 4938 ], "sum": [ - 4896 + 4942 ], "var_pop": [ - 4900 + 4946 ], "var_samp": [ - 4902 + 4948 ], "variance": [ - 4904 + 4950 ], "__typename": [ 85 @@ -109473,10 +110159,10 @@ export default { }, "team_invites_arr_rel_insert_input": { "data": [ - 4876 + 4922 ], "on_conflict": [ - 4882 + 4928 ], "__typename": [ 85 @@ -109495,10 +110181,10 @@ export default { }, "team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109506,37 +110192,37 @@ export default { }, "team_invites_bool_exp": { "_and": [ - 4873 + 4919 ], "_not": [ - 4873 + 4919 ], "_or": [ - 4873 + 4919 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "invited_by": [ - 4563 + 4609 ], "invited_by_player_steam_id": [ 313 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -109556,28 +110242,28 @@ export default { }, "team_invites_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by": [ - 4570 + 4616 ], "invited_by_player_steam_id": [ 311 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109585,10 +110271,10 @@ export default { }, "team_invites_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -109597,7 +110283,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109605,19 +110291,19 @@ export default { }, "team_invites_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109625,10 +110311,10 @@ export default { }, "team_invites_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -109637,7 +110323,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109645,19 +110331,19 @@ export default { }, "team_invites_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109668,7 +110354,7 @@ export default { 41 ], "returning": [ - 4864 + 4910 ], "__typename": [ 85 @@ -109676,13 +110362,13 @@ export default { }, "team_invites_on_conflict": { "constraint": [ - 4874 + 4920 ], "update_columns": [ - 4897 + 4943 ], "where": [ - 4873 + 4919 ], "__typename": [ 85 @@ -109690,28 +110376,28 @@ export default { }, "team_invites_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invited_by": [ - 4572 + 4618 ], "invited_by_player_steam_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109719,7 +110405,7 @@ export default { }, "team_invites_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109728,10 +110414,10 @@ export default { "team_invites_select_column": {}, "team_invites_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -109740,7 +110426,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109759,10 +110445,10 @@ export default { }, "team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109781,10 +110467,10 @@ export default { }, "team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109803,10 +110489,10 @@ export default { }, "team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109814,7 +110500,7 @@ export default { }, "team_invites_stream_cursor_input": { "initial_value": [ - 4894 + 4940 ], "ordering": [ 394 @@ -109825,10 +110511,10 @@ export default { }, "team_invites_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -109837,7 +110523,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109856,10 +110542,10 @@ export default { }, "team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109868,13 +110554,13 @@ export default { "team_invites_update_column": {}, "team_invites_updates": { "_inc": [ - 4875 + 4921 ], "_set": [ - 4886 + 4932 ], "where": [ - 4873 + 4919 ], "__typename": [ 85 @@ -109893,10 +110579,10 @@ export default { }, "team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109915,10 +110601,10 @@ export default { }, "team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109937,10 +110623,10 @@ export default { }, "team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -109951,25 +110637,25 @@ export default { 6 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "role": [ - 1446 + 1492 ], "roster_image_url": [ 85 ], "status": [ - 1467 + 1513 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -109977,10 +110663,10 @@ export default { }, "team_roster_aggregate": { "aggregate": [ - 4911 + 4957 ], "nodes": [ - 4905 + 4951 ], "__typename": [ 85 @@ -109988,13 +110674,13 @@ export default { }, "team_roster_aggregate_bool_exp": { "bool_and": [ - 4908 + 4954 ], "bool_or": [ - 4909 + 4955 ], "count": [ - 4910 + 4956 ], "__typename": [ 85 @@ -110002,13 +110688,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 4929 + 4975 ], "distinct": [ 6 ], "filter": [ - 4916 + 4962 ], "predicate": [ 7 @@ -110019,13 +110705,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_or": { "arguments": [ - 4930 + 4976 ], "distinct": [ 6 ], "filter": [ - 4916 + 4962 ], "predicate": [ 7 @@ -110036,13 +110722,13 @@ export default { }, "team_roster_aggregate_bool_exp_count": { "arguments": [ - 4928 + 4974 ], "distinct": [ 6 ], "filter": [ - 4916 + 4962 ], "predicate": [ 42 @@ -110053,13 +110739,13 @@ export default { }, "team_roster_aggregate_fields": { "avg": [ - 4914 + 4960 ], "count": [ 41, { "columns": [ - 4928, + 4974, "[team_roster_select_column!]" ], "distinct": [ @@ -110068,31 +110754,31 @@ export default { } ], "max": [ - 4920 + 4966 ], "min": [ - 4922 + 4968 ], "stddev": [ - 4932 + 4978 ], "stddev_pop": [ - 4934 + 4980 ], "stddev_samp": [ - 4936 + 4982 ], "sum": [ - 4940 + 4986 ], "var_pop": [ - 4944 + 4990 ], "var_samp": [ - 4946 + 4992 ], "variance": [ - 4948 + 4994 ], "__typename": [ 85 @@ -110100,37 +110786,37 @@ export default { }, "team_roster_aggregate_order_by": { "avg": [ - 4915 + 4961 ], "count": [ - 3601 + 3647 ], "max": [ - 4921 + 4967 ], "min": [ - 4923 + 4969 ], "stddev": [ - 4933 + 4979 ], "stddev_pop": [ - 4935 + 4981 ], "stddev_samp": [ - 4937 + 4983 ], "sum": [ - 4941 + 4987 ], "var_pop": [ - 4945 + 4991 ], "var_samp": [ - 4947 + 4993 ], "variance": [ - 4949 + 4995 ], "__typename": [ 85 @@ -110138,10 +110824,10 @@ export default { }, "team_roster_arr_rel_insert_input": { "data": [ - 4919 + 4965 ], "on_conflict": [ - 4925 + 4971 ], "__typename": [ 85 @@ -110157,7 +110843,7 @@ export default { }, "team_roster_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110165,37 +110851,37 @@ export default { }, "team_roster_bool_exp": { "_and": [ - 4916 + 4962 ], "_not": [ - 4916 + 4962 ], "_or": [ - 4916 + 4962 ], "coach": [ 7 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "role": [ - 1447 + 1493 ], "roster_image_url": [ 87 ], "status": [ - 1468 + 1514 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -110215,25 +110901,25 @@ export default { 6 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "role": [ - 1446 + 1492 ], "roster_image_url": [ 85 ], "status": [ - 1467 + 1513 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110247,7 +110933,7 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110255,13 +110941,13 @@ export default { }, "team_roster_max_order_by": { "player_steam_id": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110275,7 +110961,7 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110283,13 +110969,13 @@ export default { }, "team_roster_min_order_by": { "player_steam_id": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110300,7 +110986,7 @@ export default { 41 ], "returning": [ - 4905 + 4951 ], "__typename": [ 85 @@ -110308,13 +110994,13 @@ export default { }, "team_roster_on_conflict": { "constraint": [ - 4917 + 4963 ], "update_columns": [ - 4942 + 4988 ], "where": [ - 4916 + 4962 ], "__typename": [ 85 @@ -110322,28 +111008,28 @@ export default { }, "team_roster_order_by": { "coach": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "roster_image_url": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110354,7 +111040,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110371,16 +111057,16 @@ export default { 311 ], "role": [ - 1446 + 1492 ], "roster_image_url": [ 85 ], "status": [ - 1467 + 1513 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110396,7 +111082,7 @@ export default { }, "team_roster_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110412,7 +111098,7 @@ export default { }, "team_roster_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110428,7 +111114,7 @@ export default { }, "team_roster_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110436,7 +111122,7 @@ export default { }, "team_roster_stream_cursor_input": { "initial_value": [ - 4939 + 4985 ], "ordering": [ 394 @@ -110453,16 +111139,16 @@ export default { 311 ], "role": [ - 1446 + 1492 ], "roster_image_url": [ 85 ], "status": [ - 1467 + 1513 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110478,7 +111164,7 @@ export default { }, "team_roster_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110487,13 +111173,13 @@ export default { "team_roster_update_column": {}, "team_roster_updates": { "_inc": [ - 4918 + 4964 ], "_set": [ - 4931 + 4977 ], "where": [ - 4916 + 4962 ], "__typename": [ 85 @@ -110509,7 +111195,7 @@ export default { }, "team_roster_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110525,7 +111211,7 @@ export default { }, "team_roster_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110541,7 +111227,7 @@ export default { }, "team_roster_variance_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110549,7 +111235,7 @@ export default { }, "team_scrim_alerts": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -110561,19 +111247,19 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "regions": [ 85 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110581,10 +111267,10 @@ export default { }, "team_scrim_alerts_aggregate": { "aggregate": [ - 4952 + 4998 ], "nodes": [ - 4950 + 4996 ], "__typename": [ 85 @@ -110592,13 +111278,13 @@ export default { }, "team_scrim_alerts_aggregate_fields": { "avg": [ - 4953 + 4999 ], "count": [ 41, { "columns": [ - 4964, + 5010, "[team_scrim_alerts_select_column!]" ], "distinct": [ @@ -110607,31 +111293,31 @@ export default { } ], "max": [ - 4958 + 5004 ], "min": [ - 4959 + 5005 ], "stddev": [ - 4966 + 5012 ], "stddev_pop": [ - 4967 + 5013 ], "stddev_samp": [ - 4968 + 5014 ], "sum": [ - 4971 + 5017 ], "var_pop": [ - 4974 + 5020 ], "var_samp": [ - 4975 + 5021 ], "variance": [ - 4976 + 5022 ], "__typename": [ 85 @@ -110650,16 +111336,16 @@ export default { }, "team_scrim_alerts_bool_exp": { "_and": [ - 4954 + 5000 ], "_not": [ - 4954 + 5000 ], "_or": [ - 4954 + 5000 ], "created_at": [ - 5197 + 5243 ], "elo_max": [ 42 @@ -110671,19 +111357,19 @@ export default { 7 ], "id": [ - 6505 + 6605 ], "last_notified_at": [ - 5197 + 5243 ], "regions": [ 86 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -110703,7 +111389,7 @@ export default { }, "team_scrim_alerts_insert_input": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -110715,19 +111401,19 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "regions": [ 85 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110735,7 +111421,7 @@ export default { }, "team_scrim_alerts_max_fields": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -110744,16 +111430,16 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "regions": [ 85 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110761,7 +111447,7 @@ export default { }, "team_scrim_alerts_min_fields": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -110770,16 +111456,16 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "regions": [ 85 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110790,7 +111476,7 @@ export default { 41 ], "returning": [ - 4950 + 4996 ], "__typename": [ 85 @@ -110798,13 +111484,13 @@ export default { }, "team_scrim_alerts_on_conflict": { "constraint": [ - 4955 + 5001 ], "update_columns": [ - 4972 + 5018 ], "where": [ - 4954 + 5000 ], "__typename": [ 85 @@ -110812,31 +111498,31 @@ export default { }, "team_scrim_alerts_order_by": { "created_at": [ - 3601 + 3647 ], "elo_max": [ - 3601 + 3647 ], "elo_min": [ - 3601 + 3647 ], "enabled": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "last_notified_at": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -110844,7 +111530,7 @@ export default { }, "team_scrim_alerts_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110853,7 +111539,7 @@ export default { "team_scrim_alerts_select_column": {}, "team_scrim_alerts_set_input": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -110865,16 +111551,16 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "regions": [ 85 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110915,7 +111601,7 @@ export default { }, "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 4970 + 5016 ], "ordering": [ 394 @@ -110926,7 +111612,7 @@ export default { }, "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -110938,16 +111624,16 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "regions": [ 85 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -110967,13 +111653,13 @@ export default { "team_scrim_alerts_update_column": {}, "team_scrim_alerts_updates": { "_inc": [ - 4956 + 5002 ], "_set": [ - 4965 + 5011 ], "where": [ - 4954 + 5000 ], "__typename": [ 85 @@ -111014,25 +111700,25 @@ export default { }, "team_scrim_availability": { "created_at": [ - 5196 + 5242 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5196 + 5242 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111040,10 +111726,10 @@ export default { }, "team_scrim_availability_aggregate": { "aggregate": [ - 4983 + 5029 ], "nodes": [ - 4977 + 5023 ], "__typename": [ 85 @@ -111051,13 +111737,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp": { "bool_and": [ - 4980 + 5026 ], "bool_or": [ - 4981 + 5027 ], "count": [ - 4982 + 5028 ], "__typename": [ 85 @@ -111065,13 +111751,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_and": { "arguments": [ - 4998 + 5044 ], "distinct": [ 6 ], "filter": [ - 4986 + 5032 ], "predicate": [ 7 @@ -111082,13 +111768,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_or": { "arguments": [ - 4999 + 5045 ], "distinct": [ 6 ], "filter": [ - 4986 + 5032 ], "predicate": [ 7 @@ -111099,13 +111785,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_count": { "arguments": [ - 4997 + 5043 ], "distinct": [ 6 ], "filter": [ - 4986 + 5032 ], "predicate": [ 42 @@ -111119,7 +111805,7 @@ export default { 41, { "columns": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "distinct": [ @@ -111128,10 +111814,10 @@ export default { } ], "max": [ - 4989 + 5035 ], "min": [ - 4991 + 5037 ], "__typename": [ 85 @@ -111139,13 +111825,13 @@ export default { }, "team_scrim_availability_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 4990 + 5036 ], "min": [ - 4992 + 5038 ], "__typename": [ 85 @@ -111153,10 +111839,10 @@ export default { }, "team_scrim_availability_arr_rel_insert_input": { "data": [ - 4988 + 5034 ], "on_conflict": [ - 4994 + 5040 ], "__typename": [ 85 @@ -111164,34 +111850,34 @@ export default { }, "team_scrim_availability_bool_exp": { "_and": [ - 4986 + 5032 ], "_not": [ - 4986 + 5032 ], "_or": [ - 4986 + 5032 ], "created_at": [ - 5197 + 5243 ], "ends_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "recurring_weekly": [ 7 ], "starts_at": [ - 5197 + 5243 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -111200,25 +111886,25 @@ export default { "team_scrim_availability_constraint": {}, "team_scrim_availability_insert_input": { "created_at": [ - 5196 + 5242 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5196 + 5242 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111226,19 +111912,19 @@ export default { }, "team_scrim_availability_max_fields": { "created_at": [ - 5196 + 5242 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "starts_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111246,19 +111932,19 @@ export default { }, "team_scrim_availability_max_order_by": { "created_at": [ - 3601 + 3647 ], "ends_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "starts_at": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111266,19 +111952,19 @@ export default { }, "team_scrim_availability_min_fields": { "created_at": [ - 5196 + 5242 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "starts_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111286,19 +111972,19 @@ export default { }, "team_scrim_availability_min_order_by": { "created_at": [ - 3601 + 3647 ], "ends_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "starts_at": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111309,7 +111995,7 @@ export default { 41 ], "returning": [ - 4977 + 5023 ], "__typename": [ 85 @@ -111317,13 +112003,13 @@ export default { }, "team_scrim_availability_on_conflict": { "constraint": [ - 4987 + 5033 ], "update_columns": [ - 5003 + 5049 ], "where": [ - 4986 + 5032 ], "__typename": [ 85 @@ -111331,25 +112017,25 @@ export default { }, "team_scrim_availability_order_by": { "created_at": [ - 3601 + 3647 ], "ends_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "recurring_weekly": [ - 3601 + 3647 ], "starts_at": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111357,7 +112043,7 @@ export default { }, "team_scrim_availability_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111368,22 +112054,22 @@ export default { "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_scrim_availability_set_input": { "created_at": [ - 5196 + 5242 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111391,7 +112077,7 @@ export default { }, "team_scrim_availability_stream_cursor_input": { "initial_value": [ - 5002 + 5048 ], "ordering": [ 394 @@ -111402,22 +112088,22 @@ export default { }, "team_scrim_availability_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "ends_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111426,10 +112112,10 @@ export default { "team_scrim_availability_update_column": {}, "team_scrim_availability_updates": { "_set": [ - 5000 + 5046 ], "where": [ - 4986 + 5032 ], "__typename": [ 85 @@ -111437,31 +112123,31 @@ export default { }, "team_scrim_request_proposals": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "proposed_by": [ - 4559 + 4605 ], "proposed_by_steam_id": [ 311 ], "proposed_by_team": [ - 5147 + 5193 ], "proposed_by_team_id": [ - 6503 + 6603 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "request": [ - 5046 + 5092 ], "request_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111469,10 +112155,10 @@ export default { }, "team_scrim_request_proposals_aggregate": { "aggregate": [ - 5009 + 5055 ], "nodes": [ - 5005 + 5051 ], "__typename": [ 85 @@ -111480,7 +112166,7 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 5008 + 5054 ], "__typename": [ 85 @@ -111488,13 +112174,13 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 5026 + 5072 ], "distinct": [ 6 ], "filter": [ - 5014 + 5060 ], "predicate": [ 42 @@ -111505,13 +112191,13 @@ export default { }, "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 5012 + 5058 ], "count": [ 41, { "columns": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "distinct": [ @@ -111520,31 +112206,31 @@ export default { } ], "max": [ - 5018 + 5064 ], "min": [ - 5020 + 5066 ], "stddev": [ - 5028 + 5074 ], "stddev_pop": [ - 5030 + 5076 ], "stddev_samp": [ - 5032 + 5078 ], "sum": [ - 5036 + 5082 ], "var_pop": [ - 5040 + 5086 ], "var_samp": [ - 5042 + 5088 ], "variance": [ - 5044 + 5090 ], "__typename": [ 85 @@ -111552,37 +112238,37 @@ export default { }, "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 5013 + 5059 ], "count": [ - 3601 + 3647 ], "max": [ - 5019 + 5065 ], "min": [ - 5021 + 5067 ], "stddev": [ - 5029 + 5075 ], "stddev_pop": [ - 5031 + 5077 ], "stddev_samp": [ - 5033 + 5079 ], "sum": [ - 5037 + 5083 ], "var_pop": [ - 5041 + 5087 ], "var_samp": [ - 5043 + 5089 ], "variance": [ - 5045 + 5091 ], "__typename": [ 85 @@ -111590,10 +112276,10 @@ export default { }, "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 5017 + 5063 ], "on_conflict": [ - 5023 + 5069 ], "__typename": [ 85 @@ -111609,7 +112295,7 @@ export default { }, "team_scrim_request_proposals_avg_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111617,40 +112303,40 @@ export default { }, "team_scrim_request_proposals_bool_exp": { "_and": [ - 5014 + 5060 ], "_not": [ - 5014 + 5060 ], "_or": [ - 5014 + 5060 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "proposed_by": [ - 4563 + 4609 ], "proposed_by_steam_id": [ 313 ], "proposed_by_team": [ - 5158 + 5204 ], "proposed_by_team_id": [ - 6505 + 6605 ], "proposed_scheduled_at": [ - 5197 + 5243 ], "request": [ - 5057 + 5103 ], "request_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -111667,31 +112353,31 @@ export default { }, "team_scrim_request_proposals_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "proposed_by": [ - 4570 + 4616 ], "proposed_by_steam_id": [ 311 ], "proposed_by_team": [ - 5167 + 5213 ], "proposed_by_team_id": [ - 6503 + 6603 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "request": [ - 5066 + 5112 ], "request_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111699,22 +112385,22 @@ export default { }, "team_scrim_request_proposals_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_by_team_id": [ - 6503 + 6603 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "request_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111722,22 +112408,22 @@ export default { }, "team_scrim_request_proposals_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "proposed_by_steam_id": [ - 3601 + 3647 ], "proposed_by_team_id": [ - 3601 + 3647 ], "proposed_scheduled_at": [ - 3601 + 3647 ], "request_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111745,22 +112431,22 @@ export default { }, "team_scrim_request_proposals_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_by_team_id": [ - 6503 + 6603 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "request_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111768,22 +112454,22 @@ export default { }, "team_scrim_request_proposals_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "proposed_by_steam_id": [ - 3601 + 3647 ], "proposed_by_team_id": [ - 3601 + 3647 ], "proposed_scheduled_at": [ - 3601 + 3647 ], "request_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111794,7 +112480,7 @@ export default { 41 ], "returning": [ - 5005 + 5051 ], "__typename": [ 85 @@ -111802,13 +112488,13 @@ export default { }, "team_scrim_request_proposals_on_conflict": { "constraint": [ - 5015 + 5061 ], "update_columns": [ - 5038 + 5084 ], "where": [ - 5014 + 5060 ], "__typename": [ 85 @@ -111816,31 +112502,31 @@ export default { }, "team_scrim_request_proposals_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "proposed_by": [ - 4572 + 4618 ], "proposed_by_steam_id": [ - 3601 + 3647 ], "proposed_by_team": [ - 5169 + 5215 ], "proposed_by_team_id": [ - 3601 + 3647 ], "proposed_scheduled_at": [ - 3601 + 3647 ], "request": [ - 5068 + 5114 ], "request_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111848,7 +112534,7 @@ export default { }, "team_scrim_request_proposals_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111857,22 +112543,22 @@ export default { "team_scrim_request_proposals_select_column": {}, "team_scrim_request_proposals_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_by_team_id": [ - 6503 + 6603 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "request_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111888,7 +112574,7 @@ export default { }, "team_scrim_request_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111904,7 +112590,7 @@ export default { }, "team_scrim_request_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111920,7 +112606,7 @@ export default { }, "team_scrim_request_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111928,7 +112614,7 @@ export default { }, "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 5035 + 5081 ], "ordering": [ 394 @@ -111939,22 +112625,22 @@ export default { }, "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "proposed_by_steam_id": [ 311 ], "proposed_by_team_id": [ - 6503 + 6603 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "request_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -111970,7 +112656,7 @@ export default { }, "team_scrim_request_proposals_sum_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -111979,13 +112665,13 @@ export default { "team_scrim_request_proposals_update_column": {}, "team_scrim_request_proposals_updates": { "_inc": [ - 5016 + 5062 ], "_set": [ - 5027 + 5073 ], "where": [ - 5014 + 5060 ], "__typename": [ 85 @@ -112001,7 +112687,7 @@ export default { }, "team_scrim_request_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112017,7 +112703,7 @@ export default { }, "team_scrim_request_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112033,7 +112719,7 @@ export default { }, "team_scrim_request_proposals_variance_order_by": { "proposed_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112044,55 +112730,55 @@ export default { 6 ], "awaiting_team": [ - 5147 + 5193 ], "awaiting_team_id": [ - 6503 + 6603 ], "canceled_by_team_id": [ - 6503 + 6603 ], "canceled_late": [ 6 ], "created_at": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "from_team": [ - 5147 + 5193 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_options": [ - 3243 + 3289 ], "match_options_id": [ - 6503 + 6603 ], "match_outcome": [ 85 ], "proposals": [ - 5005, + 5051, { "distinct_on": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -112102,19 +112788,19 @@ export default { 41 ], "order_by": [ - 5024, + 5070, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5014 + 5060 ] } ], "proposals_aggregate": [ - 5006, + 5052, { "distinct_on": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -112124,40 +112810,40 @@ export default { 41 ], "order_by": [ - 5024, + 5070, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5014 + 5060 ] } ], "proposed_scheduled_at": [ - 5196 + 5242 ], "region": [ 85 ], "requested_by": [ - 4559 + 4605 ], "requested_by_steam_id": [ 311 ], "responded_at": [ - 5196 + 5242 ], "status": [ - 1366 + 1412 ], "to_team": [ - 5147 + 5193 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -112165,10 +112851,10 @@ export default { }, "team_scrim_requests_aggregate": { "aggregate": [ - 5052 + 5098 ], "nodes": [ - 5046 + 5092 ], "__typename": [ 85 @@ -112176,13 +112862,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp": { "bool_and": [ - 5049 + 5095 ], "bool_or": [ - 5050 + 5096 ], "count": [ - 5051 + 5097 ], "__typename": [ 85 @@ -112190,13 +112876,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_and": { "arguments": [ - 5071 + 5117 ], "distinct": [ 6 ], "filter": [ - 5057 + 5103 ], "predicate": [ 7 @@ -112207,13 +112893,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_or": { "arguments": [ - 5072 + 5118 ], "distinct": [ 6 ], "filter": [ - 5057 + 5103 ], "predicate": [ 7 @@ -112224,13 +112910,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_count": { "arguments": [ - 5070 + 5116 ], "distinct": [ 6 ], "filter": [ - 5057 + 5103 ], "predicate": [ 42 @@ -112241,13 +112927,13 @@ export default { }, "team_scrim_requests_aggregate_fields": { "avg": [ - 5055 + 5101 ], "count": [ 41, { "columns": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "distinct": [ @@ -112256,31 +112942,31 @@ export default { } ], "max": [ - 5061 + 5107 ], "min": [ - 5063 + 5109 ], "stddev": [ - 5074 + 5120 ], "stddev_pop": [ - 5076 + 5122 ], "stddev_samp": [ - 5078 + 5124 ], "sum": [ - 5082 + 5128 ], "var_pop": [ - 5086 + 5132 ], "var_samp": [ - 5088 + 5134 ], "variance": [ - 5090 + 5136 ], "__typename": [ 85 @@ -112288,37 +112974,37 @@ export default { }, "team_scrim_requests_aggregate_order_by": { "avg": [ - 5056 + 5102 ], "count": [ - 3601 + 3647 ], "max": [ - 5062 + 5108 ], "min": [ - 5064 + 5110 ], "stddev": [ - 5075 + 5121 ], "stddev_pop": [ - 5077 + 5123 ], "stddev_samp": [ - 5079 + 5125 ], "sum": [ - 5083 + 5129 ], "var_pop": [ - 5087 + 5133 ], "var_samp": [ - 5089 + 5135 ], "variance": [ - 5091 + 5137 ], "__typename": [ 85 @@ -112326,10 +113012,10 @@ export default { }, "team_scrim_requests_arr_rel_insert_input": { "data": [ - 5060 + 5106 ], "on_conflict": [ - 5067 + 5113 ], "__typename": [ 85 @@ -112345,7 +113031,7 @@ export default { }, "team_scrim_requests_avg_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112353,94 +113039,94 @@ export default { }, "team_scrim_requests_bool_exp": { "_and": [ - 5057 + 5103 ], "_not": [ - 5057 + 5103 ], "_or": [ - 5057 + 5103 ], "auto_generated": [ 7 ], "awaiting_team": [ - 5158 + 5204 ], "awaiting_team_id": [ - 6505 + 6605 ], "canceled_by_team_id": [ - 6505 + 6605 ], "canceled_late": [ 7 ], "created_at": [ - 5197 + 5243 ], "expires_at": [ - 5197 + 5243 ], "from_team": [ - 5158 + 5204 ], "from_team_checked_in": [ 7 ], "from_team_id": [ - 6505 + 6605 ], "id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_options": [ - 3254 + 3300 ], "match_options_id": [ - 6505 + 6605 ], "match_outcome": [ 87 ], "proposals": [ - 5014 + 5060 ], "proposals_aggregate": [ - 5007 + 5053 ], "proposed_scheduled_at": [ - 5197 + 5243 ], "region": [ 87 ], "requested_by": [ - 4563 + 4609 ], "requested_by_steam_id": [ 313 ], "responded_at": [ - 5197 + 5243 ], "status": [ - 1367 + 1413 ], "to_team": [ - 5158 + 5204 ], "to_team_checked_in": [ 7 ], "to_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -112460,79 +113146,79 @@ export default { 6 ], "awaiting_team": [ - 5167 + 5213 ], "awaiting_team_id": [ - 6503 + 6603 ], "canceled_by_team_id": [ - 6503 + 6603 ], "canceled_late": [ 6 ], "created_at": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "from_team": [ - 5167 + 5213 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_options": [ - 3263 + 3309 ], "match_options_id": [ - 6503 + 6603 ], "match_outcome": [ 85 ], "proposals": [ - 5011 + 5057 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "region": [ 85 ], "requested_by": [ - 4570 + 4616 ], "requested_by_steam_id": [ 311 ], "responded_at": [ - 5196 + 5242 ], "status": [ - 1366 + 1412 ], "to_team": [ - 5167 + 5213 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -112540,34 +113226,34 @@ export default { }, "team_scrim_requests_max_fields": { "awaiting_team_id": [ - 6503 + 6603 ], "canceled_by_team_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "from_team_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "region": [ 85 @@ -112576,10 +113262,10 @@ export default { 311 ], "responded_at": [ - 5196 + 5242 ], "to_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -112587,46 +113273,46 @@ export default { }, "team_scrim_requests_max_order_by": { "awaiting_team_id": [ - 3601 + 3647 ], "canceled_by_team_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "from_team_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "match_outcome": [ - 3601 + 3647 ], "proposed_scheduled_at": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "responded_at": [ - 3601 + 3647 ], "to_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112634,34 +113320,34 @@ export default { }, "team_scrim_requests_min_fields": { "awaiting_team_id": [ - 6503 + 6603 ], "canceled_by_team_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "from_team_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "region": [ 85 @@ -112670,10 +113356,10 @@ export default { 311 ], "responded_at": [ - 5196 + 5242 ], "to_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -112681,46 +113367,46 @@ export default { }, "team_scrim_requests_min_order_by": { "awaiting_team_id": [ - 3601 + 3647 ], "canceled_by_team_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "from_team_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "match_outcome": [ - 3601 + 3647 ], "proposed_scheduled_at": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "responded_at": [ - 3601 + 3647 ], "to_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112731,7 +113417,7 @@ export default { 41 ], "returning": [ - 5046 + 5092 ], "__typename": [ 85 @@ -112739,10 +113425,10 @@ export default { }, "team_scrim_requests_obj_rel_insert_input": { "data": [ - 5060 + 5106 ], "on_conflict": [ - 5067 + 5113 ], "__typename": [ 85 @@ -112750,13 +113436,13 @@ export default { }, "team_scrim_requests_on_conflict": { "constraint": [ - 5058 + 5104 ], "update_columns": [ - 5084 + 5130 ], "where": [ - 5057 + 5103 ], "__typename": [ 85 @@ -112764,82 +113450,82 @@ export default { }, "team_scrim_requests_order_by": { "auto_generated": [ - 3601 + 3647 ], "awaiting_team": [ - 5169 + 5215 ], "awaiting_team_id": [ - 3601 + 3647 ], "canceled_by_team_id": [ - 3601 + 3647 ], "canceled_late": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "from_team": [ - 5169 + 5215 ], "from_team_checked_in": [ - 3601 + 3647 ], "from_team_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_options": [ - 3265 + 3311 ], "match_options_id": [ - 3601 + 3647 ], "match_outcome": [ - 3601 + 3647 ], "proposals_aggregate": [ - 5010 + 5056 ], "proposed_scheduled_at": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "requested_by": [ - 4572 + 4618 ], "requested_by_steam_id": [ - 3601 + 3647 ], "responded_at": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "to_team": [ - 5169 + 5215 ], "to_team_checked_in": [ - 3601 + 3647 ], "to_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112847,7 +113533,7 @@ export default { }, "team_scrim_requests_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -112861,40 +113547,40 @@ export default { 6 ], "awaiting_team_id": [ - 6503 + 6603 ], "canceled_by_team_id": [ - 6503 + 6603 ], "canceled_late": [ 6 ], "created_at": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "region": [ 85 @@ -112903,16 +113589,16 @@ export default { 311 ], "responded_at": [ - 5196 + 5242 ], "status": [ - 1366 + 1412 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -112928,7 +113614,7 @@ export default { }, "team_scrim_requests_stddev_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112944,7 +113630,7 @@ export default { }, "team_scrim_requests_stddev_pop_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112960,7 +113646,7 @@ export default { }, "team_scrim_requests_stddev_samp_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -112968,7 +113654,7 @@ export default { }, "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 5081 + 5127 ], "ordering": [ 394 @@ -112982,40 +113668,40 @@ export default { 6 ], "awaiting_team_id": [ - 6503 + 6603 ], "canceled_by_team_id": [ - 6503 + 6603 ], "canceled_late": [ 6 ], "created_at": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5196 + 5242 ], "region": [ 85 @@ -113024,16 +113710,16 @@ export default { 311 ], "responded_at": [ - 5196 + 5242 ], "status": [ - 1366 + 1412 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -113049,7 +113735,7 @@ export default { }, "team_scrim_requests_sum_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -113058,13 +113744,13 @@ export default { "team_scrim_requests_update_column": {}, "team_scrim_requests_updates": { "_inc": [ - 5059 + 5105 ], "_set": [ - 5073 + 5119 ], "where": [ - 5057 + 5103 ], "__typename": [ 85 @@ -113080,7 +113766,7 @@ export default { }, "team_scrim_requests_var_pop_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -113096,7 +113782,7 @@ export default { }, "team_scrim_requests_var_samp_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -113112,7 +113798,7 @@ export default { }, "team_scrim_requests_variance_order_by": { "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -113123,7 +113809,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -113135,10 +113821,10 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "map_ids": [ - 6503 + 6603 ], "notes": [ 85 @@ -113147,13 +113833,13 @@ export default { 85 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -113161,10 +113847,10 @@ export default { }, "team_scrim_settings_aggregate": { "aggregate": [ - 5094 + 5140 ], "nodes": [ - 5092 + 5138 ], "__typename": [ 85 @@ -113172,13 +113858,13 @@ export default { }, "team_scrim_settings_aggregate_fields": { "avg": [ - 5095 + 5141 ], "count": [ 41, { "columns": [ - 5107, + 5153, "[team_scrim_settings_select_column!]" ], "distinct": [ @@ -113187,31 +113873,31 @@ export default { } ], "max": [ - 5100 + 5146 ], "min": [ - 5101 + 5147 ], "stddev": [ - 5109 + 5155 ], "stddev_pop": [ - 5110 + 5156 ], "stddev_samp": [ - 5111 + 5157 ], "sum": [ - 5114 + 5160 ], "var_pop": [ - 5117 + 5163 ], "var_samp": [ - 5118 + 5164 ], "variance": [ - 5119 + 5165 ], "__typename": [ 85 @@ -113230,19 +113916,19 @@ export default { }, "team_scrim_settings_bool_exp": { "_and": [ - 5096 + 5142 ], "_not": [ - 5096 + 5142 ], "_or": [ - 5096 + 5142 ], "allow_outside_availability": [ 7 ], "created_at": [ - 5197 + 5243 ], "elo_max": [ 42 @@ -113254,10 +113940,10 @@ export default { 7 ], "id": [ - 6505 + 6605 ], "map_ids": [ - 6504 + 6604 ], "notes": [ 87 @@ -113266,13 +113952,13 @@ export default { 86 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -113295,7 +113981,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -113307,10 +113993,10 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "map_ids": [ - 6503 + 6603 ], "notes": [ 85 @@ -113319,13 +114005,13 @@ export default { 85 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -113333,7 +114019,7 @@ export default { }, "team_scrim_settings_max_fields": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -113342,10 +114028,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "map_ids": [ - 6503 + 6603 ], "notes": [ 85 @@ -113354,10 +114040,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -113365,7 +114051,7 @@ export default { }, "team_scrim_settings_min_fields": { "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -113374,10 +114060,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "map_ids": [ - 6503 + 6603 ], "notes": [ 85 @@ -113386,10 +114072,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -113400,7 +114086,7 @@ export default { 41 ], "returning": [ - 5092 + 5138 ], "__typename": [ 85 @@ -113408,10 +114094,10 @@ export default { }, "team_scrim_settings_obj_rel_insert_input": { "data": [ - 5099 + 5145 ], "on_conflict": [ - 5104 + 5150 ], "__typename": [ 85 @@ -113419,13 +114105,13 @@ export default { }, "team_scrim_settings_on_conflict": { "constraint": [ - 5097 + 5143 ], "update_columns": [ - 5115 + 5161 ], "where": [ - 5096 + 5142 ], "__typename": [ 85 @@ -113433,40 +114119,40 @@ export default { }, "team_scrim_settings_order_by": { "allow_outside_availability": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "elo_max": [ - 3601 + 3647 ], "elo_min": [ - 3601 + 3647 ], "enabled": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map_ids": [ - 3601 + 3647 ], "notes": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -113474,7 +114160,7 @@ export default { }, "team_scrim_settings_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -113486,7 +114172,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -113498,10 +114184,10 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "map_ids": [ - 6503 + 6603 ], "notes": [ 85 @@ -113510,10 +114196,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -113554,7 +114240,7 @@ export default { }, "team_scrim_settings_stream_cursor_input": { "initial_value": [ - 5113 + 5159 ], "ordering": [ 394 @@ -113568,7 +114254,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "elo_max": [ 41 @@ -113580,10 +114266,10 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "map_ids": [ - 6503 + 6603 ], "notes": [ 85 @@ -113592,10 +114278,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -113615,13 +114301,13 @@ export default { "team_scrim_settings_update_column": {}, "team_scrim_settings_updates": { "_inc": [ - 5098 + 5144 ], "_set": [ - 5108 + 5154 ], "where": [ - 5096 + 5142 ], "__typename": [ 85 @@ -113662,16 +114348,16 @@ export default { }, "team_suggestions": { "created_at": [ - 5196 + 5242 ], "group_hash": [ 85 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "member_steam_ids": [ 311 @@ -113688,10 +114374,10 @@ export default { }, "team_suggestions_aggregate": { "aggregate": [ - 5122 + 5168 ], "nodes": [ - 5120 + 5166 ], "__typename": [ 85 @@ -113699,13 +114385,13 @@ export default { }, "team_suggestions_aggregate_fields": { "avg": [ - 5123 + 5169 ], "count": [ 41, { "columns": [ - 5134, + 5180, "[team_suggestions_select_column!]" ], "distinct": [ @@ -113714,31 +114400,31 @@ export default { } ], "max": [ - 5128 + 5174 ], "min": [ - 5129 + 5175 ], "stddev": [ - 5136 + 5182 ], "stddev_pop": [ - 5137 + 5183 ], "stddev_samp": [ - 5138 + 5184 ], "sum": [ - 5141 + 5187 ], "var_pop": [ - 5144 + 5190 ], "var_samp": [ - 5145 + 5191 ], "variance": [ - 5146 + 5192 ], "__typename": [ 85 @@ -113754,25 +114440,25 @@ export default { }, "team_suggestions_bool_exp": { "_and": [ - 5124 + 5170 ], "_not": [ - 5124 + 5170 ], "_or": [ - 5124 + 5170 ], "created_at": [ - 5197 + 5243 ], "group_hash": [ 87 ], "id": [ - 6505 + 6605 ], "last_notified_at": [ - 5197 + 5243 ], "member_steam_ids": [ 312 @@ -113798,16 +114484,16 @@ export default { }, "team_suggestions_insert_input": { "created_at": [ - 5196 + 5242 ], "group_hash": [ 85 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "member_steam_ids": [ 311 @@ -113824,16 +114510,16 @@ export default { }, "team_suggestions_max_fields": { "created_at": [ - 5196 + 5242 ], "group_hash": [ 85 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "member_steam_ids": [ 311 @@ -113850,16 +114536,16 @@ export default { }, "team_suggestions_min_fields": { "created_at": [ - 5196 + 5242 ], "group_hash": [ 85 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "member_steam_ids": [ 311 @@ -113879,7 +114565,7 @@ export default { 41 ], "returning": [ - 5120 + 5166 ], "__typename": [ 85 @@ -113887,13 +114573,13 @@ export default { }, "team_suggestions_on_conflict": { "constraint": [ - 5125 + 5171 ], "update_columns": [ - 5142 + 5188 ], "where": [ - 5124 + 5170 ], "__typename": [ 85 @@ -113901,25 +114587,25 @@ export default { }, "team_suggestions_order_by": { "created_at": [ - 3601 + 3647 ], "group_hash": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "last_notified_at": [ - 3601 + 3647 ], "member_steam_ids": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "together_count": [ - 3601 + 3647 ], "__typename": [ 85 @@ -113927,7 +114613,7 @@ export default { }, "team_suggestions_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -113936,16 +114622,16 @@ export default { "team_suggestions_select_column": {}, "team_suggestions_set_input": { "created_at": [ - 5196 + 5242 ], "group_hash": [ 85 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "member_steam_ids": [ 311 @@ -113986,7 +114672,7 @@ export default { }, "team_suggestions_stream_cursor_input": { "initial_value": [ - 5140 + 5186 ], "ordering": [ 394 @@ -113997,16 +114683,16 @@ export default { }, "team_suggestions_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "group_hash": [ 85 ], "id": [ - 6503 + 6603 ], "last_notified_at": [ - 5196 + 5242 ], "member_steam_ids": [ 311 @@ -114032,13 +114718,13 @@ export default { "team_suggestions_update_column": {}, "team_suggestions_updates": { "_inc": [ - 5126 + 5172 ], "_set": [ - 5135 + 5181 ], "where": [ - 5124 + 5170 ], "__typename": [ 85 @@ -114129,19 +114815,19 @@ export default { 6 ], "captain": [ - 4559 + 4605 ], "captain_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invites": [ - 4864, + 4910, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -114151,19 +114837,19 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "invites_aggregate": [ - 4865, + 4911, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -114173,11 +114859,11 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], @@ -114185,10 +114871,10 @@ export default { 6 ], "match_lineups": [ - 3039, + 3085, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -114198,19 +114884,19 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "match_lineups_aggregate": [ - 3040, + 3086, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -114220,19 +114906,19 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -114242,11 +114928,11 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], @@ -114254,25 +114940,25 @@ export default { 85 ], "owner": [ - 4559 + 4605 ], "owner_steam_id": [ 311 ], "ranks": [ - 7205 + 7305 ], "reputation": [ - 7225 + 7325 ], "role": [ 85 ], "roster": [ - 4905, + 4951, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -114282,19 +114968,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "roster_aggregate": [ - 4906, + 4952, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -114304,19 +114990,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "scrim_availability": [ - 4977, + 5023, { "distinct_on": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -114326,19 +115012,19 @@ export default { 41 ], "order_by": [ - 4995, + 5041, "[team_scrim_availability_order_by!]" ], "where": [ - 4986 + 5032 ] } ], "scrim_availability_aggregate": [ - 4978, + 5024, { "distinct_on": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -114348,25 +115034,25 @@ export default { 41 ], "order_by": [ - 4995, + 5041, "[team_scrim_availability_order_by!]" ], "where": [ - 4986 + 5032 ] } ], "scrim_settings": [ - 5092 + 5138 ], "short_name": [ 85 ], "tournament_teams": [ - 5681, + 5781, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -114376,19 +115062,19 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], "tournament_teams_aggregate": [ - 5682, + 5782, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -114398,11 +115084,11 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], @@ -114412,10 +115098,10 @@ export default { }, "teams_aggregate": { "aggregate": [ - 5153 + 5199 ], "nodes": [ - 5147 + 5193 ], "__typename": [ 85 @@ -114423,13 +115109,13 @@ export default { }, "teams_aggregate_bool_exp": { "bool_and": [ - 5150 + 5196 ], "bool_or": [ - 5151 + 5197 ], "count": [ - 5152 + 5198 ], "__typename": [ 85 @@ -114437,13 +115123,13 @@ export default { }, "teams_aggregate_bool_exp_bool_and": { "arguments": [ - 5172 + 5218 ], "distinct": [ 6 ], "filter": [ - 5158 + 5204 ], "predicate": [ 7 @@ -114454,13 +115140,13 @@ export default { }, "teams_aggregate_bool_exp_bool_or": { "arguments": [ - 5173 + 5219 ], "distinct": [ 6 ], "filter": [ - 5158 + 5204 ], "predicate": [ 7 @@ -114471,13 +115157,13 @@ export default { }, "teams_aggregate_bool_exp_count": { "arguments": [ - 5171 + 5217 ], "distinct": [ 6 ], "filter": [ - 5158 + 5204 ], "predicate": [ 42 @@ -114488,13 +115174,13 @@ export default { }, "teams_aggregate_fields": { "avg": [ - 5156 + 5202 ], "count": [ 41, { "columns": [ - 5171, + 5217, "[teams_select_column!]" ], "distinct": [ @@ -114503,31 +115189,31 @@ export default { } ], "max": [ - 5162 + 5208 ], "min": [ - 5164 + 5210 ], "stddev": [ - 5175 + 5221 ], "stddev_pop": [ - 5177 + 5223 ], "stddev_samp": [ - 5179 + 5225 ], "sum": [ - 5183 + 5229 ], "var_pop": [ - 5187 + 5233 ], "var_samp": [ - 5189 + 5235 ], "variance": [ - 5191 + 5237 ], "__typename": [ 85 @@ -114535,37 +115221,37 @@ export default { }, "teams_aggregate_order_by": { "avg": [ - 5157 + 5203 ], "count": [ - 3601 + 3647 ], "max": [ - 5163 + 5209 ], "min": [ - 5165 + 5211 ], "stddev": [ - 5176 + 5222 ], "stddev_pop": [ - 5178 + 5224 ], "stddev_samp": [ - 5180 + 5226 ], "sum": [ - 5184 + 5230 ], "var_pop": [ - 5188 + 5234 ], "var_samp": [ - 5190 + 5236 ], "variance": [ - 5192 + 5238 ], "__typename": [ 85 @@ -114573,10 +115259,10 @@ export default { }, "teams_arr_rel_insert_input": { "data": [ - 5161 + 5207 ], "on_conflict": [ - 5168 + 5214 ], "__typename": [ 85 @@ -114595,10 +115281,10 @@ export default { }, "teams_avg_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -114606,13 +115292,13 @@ export default { }, "teams_bool_exp": { "_and": [ - 5158 + 5204 ], "_not": [ - 5158 + 5204 ], "_or": [ - 5158 + 5204 ], "avatar_url": [ 87 @@ -114636,73 +115322,73 @@ export default { 7 ], "captain": [ - 4563 + 4609 ], "captain_steam_id": [ 313 ], "id": [ - 6505 + 6605 ], "invites": [ - 4873 + 4919 ], "invites_aggregate": [ - 4866 + 4912 ], "is_organization": [ 7 ], "match_lineups": [ - 3048 + 3094 ], "match_lineups_aggregate": [ - 3041 + 3087 ], "matches": [ - 3396 + 3442 ], "name": [ 87 ], "owner": [ - 4563 + 4609 ], "owner_steam_id": [ 313 ], "ranks": [ - 7209 + 7309 ], "reputation": [ - 7229 + 7329 ], "role": [ 87 ], "roster": [ - 4916 + 4962 ], "roster_aggregate": [ - 4907 + 4953 ], "scrim_availability": [ - 4986 + 5032 ], "scrim_availability_aggregate": [ - 4979 + 5025 ], "scrim_settings": [ - 5096 + 5142 ], "short_name": [ 87 ], "tournament_teams": [ - 5692 + 5792 ], "tournament_teams_aggregate": [ - 5683 + 5783 ], "__typename": [ 85 @@ -114728,52 +115414,52 @@ export default { 248 ], "captain": [ - 4570 + 4616 ], "captain_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invites": [ - 4870 + 4916 ], "is_organization": [ 6 ], "match_lineups": [ - 3045 + 3091 ], "name": [ 85 ], "owner": [ - 4570 + 4616 ], "owner_steam_id": [ 311 ], "ranks": [ - 7213 + 7313 ], "reputation": [ - 7233 + 7333 ], "roster": [ - 4913 + 4959 ], "scrim_availability": [ - 4985 + 5031 ], "scrim_settings": [ - 5103 + 5149 ], "short_name": [ 85 ], "tournament_teams": [ - 5689 + 5789 ], "__typename": [ 85 @@ -114787,7 +115473,7 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -114807,22 +115493,22 @@ export default { }, "teams_max_order_by": { "avatar_url": [ - 3601 + 3647 ], "captain_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "short_name": [ - 3601 + 3647 ], "__typename": [ 85 @@ -114836,7 +115522,7 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -114856,22 +115542,22 @@ export default { }, "teams_min_order_by": { "avatar_url": [ - 3601 + 3647 ], "captain_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "short_name": [ - 3601 + 3647 ], "__typename": [ 85 @@ -114882,7 +115568,7 @@ export default { 41 ], "returning": [ - 5147 + 5193 ], "__typename": [ 85 @@ -114890,10 +115576,10 @@ export default { }, "teams_obj_rel_insert_input": { "data": [ - 5161 + 5207 ], "on_conflict": [ - 5168 + 5214 ], "__typename": [ 85 @@ -114901,13 +115587,13 @@ export default { }, "teams_on_conflict": { "constraint": [ - 5159 + 5205 ], "update_columns": [ - 5185 + 5231 ], "where": [ - 5158 + 5204 ], "__typename": [ 85 @@ -114915,76 +115601,76 @@ export default { }, "teams_order_by": { "avatar_url": [ - 3601 + 3647 ], "awards_aggregate": [ 247 ], "can_change_role": [ - 3601 + 3647 ], "can_invite": [ - 3601 + 3647 ], "can_manage_scrims": [ - 3601 + 3647 ], "can_remove": [ - 3601 + 3647 ], "captain": [ - 4572 + 4618 ], "captain_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invites_aggregate": [ - 4869 + 4915 ], "is_organization": [ - 3601 + 3647 ], "match_lineups_aggregate": [ - 3044 + 3090 ], "matches_aggregate": [ - 3392 + 3438 ], "name": [ - 3601 + 3647 ], "owner": [ - 4572 + 4618 ], "owner_steam_id": [ - 3601 + 3647 ], "ranks": [ - 7214 + 7314 ], "reputation": [ - 7234 + 7334 ], "role": [ - 3601 + 3647 ], "roster_aggregate": [ - 4912 + 4958 ], "scrim_availability_aggregate": [ - 4984 + 5030 ], "scrim_settings": [ - 5105 + 5151 ], "short_name": [ - 3601 + 3647 ], "tournament_teams_aggregate": [ - 5688 + 5788 ], "__typename": [ 85 @@ -114992,7 +115678,7 @@ export default { }, "teams_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -115009,7 +115695,7 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "is_organization": [ 6 @@ -115040,10 +115726,10 @@ export default { }, "teams_stddev_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115062,10 +115748,10 @@ export default { }, "teams_stddev_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115084,10 +115770,10 @@ export default { }, "teams_stddev_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115095,7 +115781,7 @@ export default { }, "teams_stream_cursor_input": { "initial_value": [ - 5182 + 5228 ], "ordering": [ 394 @@ -115112,7 +115798,7 @@ export default { 311 ], "id": [ - 6503 + 6603 ], "is_organization": [ 6 @@ -115143,10 +115829,10 @@ export default { }, "teams_sum_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115155,13 +115841,13 @@ export default { "teams_update_column": {}, "teams_updates": { "_inc": [ - 5160 + 5206 ], "_set": [ - 5174 + 5220 ], "where": [ - 5158 + 5204 ], "__typename": [ 85 @@ -115180,10 +115866,10 @@ export default { }, "teams_var_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115202,10 +115888,10 @@ export default { }, "teams_var_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115224,10 +115910,10 @@ export default { }, "teams_variance_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115236,31 +115922,31 @@ export default { "time": {}, "time_comparison_exp": { "_eq": [ - 5193 + 5239 ], "_gt": [ - 5193 + 5239 ], "_gte": [ - 5193 + 5239 ], "_in": [ - 5193 + 5239 ], "_is_null": [ 6 ], "_lt": [ - 5193 + 5239 ], "_lte": [ - 5193 + 5239 ], "_neq": [ - 5193 + 5239 ], "_nin": [ - 5193 + 5239 ], "__typename": [ 85 @@ -115270,31 +115956,31 @@ export default { "timestamptz": {}, "timestamptz_comparison_exp": { "_eq": [ - 5196 + 5242 ], "_gt": [ - 5196 + 5242 ], "_gte": [ - 5196 + 5242 ], "_in": [ - 5196 + 5242 ], "_is_null": [ 6 ], "_lt": [ - 5196 + 5242 ], "_lte": [ - 5196 + 5242 ], "_neq": [ - 5196 + 5242 ], "_nin": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115305,16 +115991,16 @@ export default { 283 ], "award_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -115326,13 +116012,13 @@ export default { 41 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115340,10 +116026,10 @@ export default { }, "tournament_awards_aggregate": { "aggregate": [ - 5202 + 5248 ], "nodes": [ - 5198 + 5244 ], "__typename": [ 85 @@ -115351,7 +116037,7 @@ export default { }, "tournament_awards_aggregate_bool_exp": { "count": [ - 5201 + 5247 ], "__typename": [ 85 @@ -115359,13 +116045,13 @@ export default { }, "tournament_awards_aggregate_bool_exp_count": { "arguments": [ - 5220 + 5266 ], "distinct": [ 6 ], "filter": [ - 5207 + 5253 ], "predicate": [ 42 @@ -115376,13 +116062,13 @@ export default { }, "tournament_awards_aggregate_fields": { "avg": [ - 5205 + 5251 ], "count": [ 41, { "columns": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "distinct": [ @@ -115391,31 +116077,31 @@ export default { } ], "max": [ - 5211 + 5257 ], "min": [ - 5213 + 5259 ], "stddev": [ - 5222 + 5268 ], "stddev_pop": [ - 5224 + 5270 ], "stddev_samp": [ - 5226 + 5272 ], "sum": [ - 5230 + 5276 ], "var_pop": [ - 5234 + 5280 ], "var_samp": [ - 5236 + 5282 ], "variance": [ - 5238 + 5284 ], "__typename": [ 85 @@ -115423,37 +116109,37 @@ export default { }, "tournament_awards_aggregate_order_by": { "avg": [ - 5206 + 5252 ], "count": [ - 3601 + 3647 ], "max": [ - 5212 + 5258 ], "min": [ - 5214 + 5260 ], "stddev": [ - 5223 + 5269 ], "stddev_pop": [ - 5225 + 5271 ], "stddev_samp": [ - 5227 + 5273 ], "sum": [ - 5231 + 5277 ], "var_pop": [ - 5235 + 5281 ], "var_samp": [ - 5237 + 5283 ], "variance": [ - 5239 + 5285 ], "__typename": [ 85 @@ -115461,10 +116147,10 @@ export default { }, "tournament_awards_arr_rel_insert_input": { "data": [ - 5210 + 5256 ], "on_conflict": [ - 5217 + 5263 ], "__typename": [ 85 @@ -115483,10 +116169,10 @@ export default { }, "tournament_awards_avg_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115494,28 +116180,28 @@ export default { }, "tournament_awards_bool_exp": { "_and": [ - 5207 + 5253 ], "_not": [ - 5207 + 5253 ], "_or": [ - 5207 + 5253 ], "award": [ 287 ], "award_id": [ - 6505 + 6605 ], "created_at": [ - 5197 + 5243 ], "custom_name": [ 87 ], "id": [ - 6505 + 6605 ], "image_url": [ 87 @@ -115527,13 +116213,13 @@ export default { 42 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -115556,16 +116242,16 @@ export default { 294 ], "award_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -115577,13 +116263,13 @@ export default { 41 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115591,16 +116277,16 @@ export default { }, "tournament_awards_max_fields": { "award_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -115612,10 +116298,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115623,31 +116309,31 @@ export default { }, "tournament_awards_max_order_by": { "award_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "custom_name": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "image_url": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115655,16 +116341,16 @@ export default { }, "tournament_awards_min_fields": { "award_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -115676,10 +116362,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115687,31 +116373,31 @@ export default { }, "tournament_awards_min_order_by": { "award_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "custom_name": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "image_url": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115722,7 +116408,7 @@ export default { 41 ], "returning": [ - 5198 + 5244 ], "__typename": [ 85 @@ -115730,10 +116416,10 @@ export default { }, "tournament_awards_obj_rel_insert_input": { "data": [ - 5210 + 5256 ], "on_conflict": [ - 5217 + 5263 ], "__typename": [ 85 @@ -115741,13 +116427,13 @@ export default { }, "tournament_awards_on_conflict": { "constraint": [ - 5208 + 5254 ], "update_columns": [ - 5232 + 5278 ], "where": [ - 5207 + 5253 ], "__typename": [ 85 @@ -115758,34 +116444,34 @@ export default { 296 ], "award_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "custom_name": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "image_url": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115793,7 +116479,7 @@ export default { }, "tournament_awards_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -115802,16 +116488,16 @@ export default { "tournament_awards_select_column": {}, "tournament_awards_set_input": { "award_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -115823,10 +116509,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115845,10 +116531,10 @@ export default { }, "tournament_awards_stddev_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115867,10 +116553,10 @@ export default { }, "tournament_awards_stddev_pop_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115889,10 +116575,10 @@ export default { }, "tournament_awards_stddev_samp_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115900,7 +116586,7 @@ export default { }, "tournament_awards_stream_cursor_input": { "initial_value": [ - 5229 + 5275 ], "ordering": [ 394 @@ -115911,16 +116597,16 @@ export default { }, "tournament_awards_stream_cursor_value_input": { "award_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "custom_name": [ 85 ], "id": [ - 6503 + 6603 ], "image_url": [ 85 @@ -115932,10 +116618,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -115954,10 +116640,10 @@ export default { }, "tournament_awards_sum_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -115966,13 +116652,13 @@ export default { "tournament_awards_update_column": {}, "tournament_awards_updates": { "_inc": [ - 5209 + 5255 ], "_set": [ - 5221 + 5267 ], "where": [ - 5207 + 5253 ], "__typename": [ 85 @@ -115991,10 +116677,10 @@ export default { }, "tournament_awards_var_pop_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116013,10 +116699,10 @@ export default { }, "tournament_awards_var_samp_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116035,10 +116721,10 @@ export default { }, "tournament_awards_variance_order_by": { "placement": [ - 3601 + 3647 ], "silhouette": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116049,13 +116735,13 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "feeding_brackets": [ - 5240, + 5286, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -116065,11 +116751,11 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], @@ -116077,37 +116763,37 @@ export default { 6 ], "group": [ - 3599 + 3645 ], "id": [ - 6503 + 6603 ], "loser_bracket": [ - 5240 + 5286 ], "loser_parent_bracket_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 ], "match_options_id": [ - 6503 + 6603 ], "options": [ - 3243 + 3289 ], "parent_bracket": [ - 5240 + 5286 ], "parent_bracket_id": [ - 6503 + 6603 ], "path": [ 85 @@ -116116,16 +116802,16 @@ export default { 41 ], "scheduled_at": [ - 5196 + 5242 ], "scheduled_eta": [ - 5196 + 5242 ], "scheduling_proposals": [ - 2529, + 2575, { "distinct_on": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -116135,19 +116821,19 @@ export default { 41 ], "order_by": [ - 2548, + 2594, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2538 + 2584 ] } ], "scheduling_proposals_aggregate": [ - 2530, + 2576, { "distinct_on": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -116157,37 +116843,37 @@ export default { 41 ], "order_by": [ - 2548, + 2594, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2538 + 2584 ] } ], "stage": [ - 5548 + 5648 ], "team_1": [ - 5681 + 5781 ], "team_1_seed": [ 41 ], "team_2": [ - 5681 + 5781 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id_1": [ - 6503 + 6603 ], "tournament_team_id_2": [ - 6503 + 6603 ], "__typename": [ 85 @@ -116195,10 +116881,10 @@ export default { }, "tournament_brackets_aggregate": { "aggregate": [ - 5246 + 5292 ], "nodes": [ - 5240 + 5286 ], "__typename": [ 85 @@ -116206,13 +116892,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp": { "bool_and": [ - 5243 + 5289 ], "bool_or": [ - 5244 + 5290 ], "count": [ - 5245 + 5291 ], "__typename": [ 85 @@ -116220,13 +116906,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_and": { "arguments": [ - 5265 + 5311 ], "distinct": [ 6 ], "filter": [ - 5251 + 5297 ], "predicate": [ 7 @@ -116237,13 +116923,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_or": { "arguments": [ - 5266 + 5312 ], "distinct": [ 6 ], "filter": [ - 5251 + 5297 ], "predicate": [ 7 @@ -116254,13 +116940,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_count": { "arguments": [ - 5264 + 5310 ], "distinct": [ 6 ], "filter": [ - 5251 + 5297 ], "predicate": [ 42 @@ -116271,13 +116957,13 @@ export default { }, "tournament_brackets_aggregate_fields": { "avg": [ - 5249 + 5295 ], "count": [ 41, { "columns": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "distinct": [ @@ -116286,31 +116972,31 @@ export default { } ], "max": [ - 5255 + 5301 ], "min": [ - 5257 + 5303 ], "stddev": [ - 5268 + 5314 ], "stddev_pop": [ - 5270 + 5316 ], "stddev_samp": [ - 5272 + 5318 ], "sum": [ - 5276 + 5322 ], "var_pop": [ - 5280 + 5326 ], "var_samp": [ - 5282 + 5328 ], "variance": [ - 5284 + 5330 ], "__typename": [ 85 @@ -116318,37 +117004,37 @@ export default { }, "tournament_brackets_aggregate_order_by": { "avg": [ - 5250 + 5296 ], "count": [ - 3601 + 3647 ], "max": [ - 5256 + 5302 ], "min": [ - 5258 + 5304 ], "stddev": [ - 5269 + 5315 ], "stddev_pop": [ - 5271 + 5317 ], "stddev_samp": [ - 5273 + 5319 ], "sum": [ - 5277 + 5323 ], "var_pop": [ - 5281 + 5327 ], "var_samp": [ - 5283 + 5329 ], "variance": [ - 5285 + 5331 ], "__typename": [ 85 @@ -116356,10 +117042,10 @@ export default { }, "tournament_brackets_arr_rel_insert_input": { "data": [ - 5254 + 5300 ], "on_conflict": [ - 5261 + 5307 ], "__typename": [ 85 @@ -116387,19 +117073,19 @@ export default { }, "tournament_brackets_avg_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116407,58 +117093,58 @@ export default { }, "tournament_brackets_bool_exp": { "_and": [ - 5251 + 5297 ], "_not": [ - 5251 + 5297 ], "_or": [ - 5251 + 5297 ], "bye": [ 7 ], "created_at": [ - 5197 + 5243 ], "feeding_brackets": [ - 5251 + 5297 ], "finished": [ 7 ], "group": [ - 3600 + 3646 ], "id": [ - 6505 + 6605 ], "loser_bracket": [ - 5251 + 5297 ], "loser_parent_bracket_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_number": [ 42 ], "match_options_id": [ - 6505 + 6605 ], "options": [ - 3254 + 3300 ], "parent_bracket": [ - 5251 + 5297 ], "parent_bracket_id": [ - 6505 + 6605 ], "path": [ 87 @@ -116467,40 +117153,40 @@ export default { 42 ], "scheduled_at": [ - 5197 + 5243 ], "scheduled_eta": [ - 5197 + 5243 ], "scheduling_proposals": [ - 2538 + 2584 ], "scheduling_proposals_aggregate": [ - 2531 + 2577 ], "stage": [ - 5560 + 5660 ], "team_1": [ - 5692 + 5792 ], "team_1_seed": [ 42 ], "team_2": [ - 5692 + 5792 ], "team_2_seed": [ 42 ], "tournament_stage_id": [ - 6505 + 6605 ], "tournament_team_id_1": [ - 6505 + 6605 ], "tournament_team_id_2": [ - 6505 + 6605 ], "__typename": [ 85 @@ -116509,7 +117195,7 @@ export default { "tournament_brackets_constraint": {}, "tournament_brackets_inc_input": { "group": [ - 3599 + 3645 ], "match_number": [ 41 @@ -116532,43 +117218,43 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "finished": [ 6 ], "group": [ - 3599 + 3645 ], "id": [ - 6503 + 6603 ], "loser_bracket": [ - 5260 + 5306 ], "loser_parent_bracket_id": [ - 6503 + 6603 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 ], "match_options_id": [ - 6503 + 6603 ], "options": [ - 3263 + 3309 ], "parent_bracket": [ - 5260 + 5306 ], "parent_bracket_id": [ - 6503 + 6603 ], "path": [ 85 @@ -116577,37 +117263,37 @@ export default { 41 ], "scheduled_at": [ - 5196 + 5242 ], "scheduled_eta": [ - 5196 + 5242 ], "scheduling_proposals": [ - 2535 + 2581 ], "stage": [ - 5572 + 5672 ], "team_1": [ - 5701 + 5801 ], "team_1_seed": [ 41 ], "team_2": [ - 5701 + 5801 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id_1": [ - 6503 + 6603 ], "tournament_team_id_2": [ - 6503 + 6603 ], "__typename": [ 85 @@ -116615,28 +117301,28 @@ export default { }, "tournament_brackets_max_fields": { "created_at": [ - 5196 + 5242 ], "group": [ - 3599 + 3645 ], "id": [ - 6503 + 6603 ], "loser_parent_bracket_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 ], "match_options_id": [ - 6503 + 6603 ], "parent_bracket_id": [ - 6503 + 6603 ], "path": [ 85 @@ -116645,10 +117331,10 @@ export default { 41 ], "scheduled_at": [ - 5196 + 5242 ], "scheduled_eta": [ - 5196 + 5242 ], "team_1_seed": [ 41 @@ -116657,13 +117343,13 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id_1": [ - 6503 + 6603 ], "tournament_team_id_2": [ - 6503 + 6603 ], "__typename": [ 85 @@ -116671,55 +117357,55 @@ export default { }, "tournament_brackets_max_order_by": { "created_at": [ - 3601 + 3647 ], "group": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "loser_parent_bracket_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "parent_bracket_id": [ - 3601 + 3647 ], "path": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "scheduled_eta": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "tournament_team_id_1": [ - 3601 + 3647 ], "tournament_team_id_2": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116727,28 +117413,28 @@ export default { }, "tournament_brackets_min_fields": { "created_at": [ - 5196 + 5242 ], "group": [ - 3599 + 3645 ], "id": [ - 6503 + 6603 ], "loser_parent_bracket_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 ], "match_options_id": [ - 6503 + 6603 ], "parent_bracket_id": [ - 6503 + 6603 ], "path": [ 85 @@ -116757,10 +117443,10 @@ export default { 41 ], "scheduled_at": [ - 5196 + 5242 ], "scheduled_eta": [ - 5196 + 5242 ], "team_1_seed": [ 41 @@ -116769,13 +117455,13 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id_1": [ - 6503 + 6603 ], "tournament_team_id_2": [ - 6503 + 6603 ], "__typename": [ 85 @@ -116783,55 +117469,55 @@ export default { }, "tournament_brackets_min_order_by": { "created_at": [ - 3601 + 3647 ], "group": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "loser_parent_bracket_id": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "parent_bracket_id": [ - 3601 + 3647 ], "path": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "scheduled_eta": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "tournament_team_id_1": [ - 3601 + 3647 ], "tournament_team_id_2": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116842,7 +117528,7 @@ export default { 41 ], "returning": [ - 5240 + 5286 ], "__typename": [ 85 @@ -116850,10 +117536,10 @@ export default { }, "tournament_brackets_obj_rel_insert_input": { "data": [ - 5254 + 5300 ], "on_conflict": [ - 5261 + 5307 ], "__typename": [ 85 @@ -116861,13 +117547,13 @@ export default { }, "tournament_brackets_on_conflict": { "constraint": [ - 5252 + 5298 ], "update_columns": [ - 5278 + 5324 ], "where": [ - 5251 + 5297 ], "__typename": [ 85 @@ -116875,88 +117561,88 @@ export default { }, "tournament_brackets_order_by": { "bye": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "feeding_brackets_aggregate": [ - 5247 + 5293 ], "finished": [ - 3601 + 3647 ], "group": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "loser_bracket": [ - 5262 + 5308 ], "loser_parent_bracket_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "options": [ - 3265 + 3311 ], "parent_bracket": [ - 5262 + 5308 ], "parent_bracket_id": [ - 3601 + 3647 ], "path": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "scheduled_at": [ - 3601 + 3647 ], "scheduled_eta": [ - 3601 + 3647 ], "scheduling_proposals_aggregate": [ - 2534 + 2580 ], "stage": [ - 5574 + 5674 ], "team_1": [ - 5703 + 5803 ], "team_1_seed": [ - 3601 + 3647 ], "team_2": [ - 5703 + 5803 ], "team_2_seed": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "tournament_team_id_1": [ - 3601 + 3647 ], "tournament_team_id_2": [ - 3601 + 3647 ], "__typename": [ 85 @@ -116964,7 +117650,7 @@ export default { }, "tournament_brackets_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -116978,31 +117664,31 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "finished": [ 6 ], "group": [ - 3599 + 3645 ], "id": [ - 6503 + 6603 ], "loser_parent_bracket_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 ], "match_options_id": [ - 6503 + 6603 ], "parent_bracket_id": [ - 6503 + 6603 ], "path": [ 85 @@ -117011,10 +117697,10 @@ export default { 41 ], "scheduled_at": [ - 5196 + 5242 ], "scheduled_eta": [ - 5196 + 5242 ], "team_1_seed": [ 41 @@ -117023,13 +117709,13 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id_1": [ - 6503 + 6603 ], "tournament_team_id_2": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117057,19 +117743,19 @@ export default { }, "tournament_brackets_stddev_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117097,19 +117783,19 @@ export default { }, "tournament_brackets_stddev_pop_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117137,19 +117823,19 @@ export default { }, "tournament_brackets_stddev_samp_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117157,7 +117843,7 @@ export default { }, "tournament_brackets_stream_cursor_input": { "initial_value": [ - 5275 + 5321 ], "ordering": [ 394 @@ -117171,31 +117857,31 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "finished": [ 6 ], "group": [ - 3599 + 3645 ], "id": [ - 6503 + 6603 ], "loser_parent_bracket_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_number": [ 41 ], "match_options_id": [ - 6503 + 6603 ], "parent_bracket_id": [ - 6503 + 6603 ], "path": [ 85 @@ -117204,10 +117890,10 @@ export default { 41 ], "scheduled_at": [ - 5196 + 5242 ], "scheduled_eta": [ - 5196 + 5242 ], "team_1_seed": [ 41 @@ -117216,13 +117902,13 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id_1": [ - 6503 + 6603 ], "tournament_team_id_2": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117230,7 +117916,7 @@ export default { }, "tournament_brackets_sum_fields": { "group": [ - 3599 + 3645 ], "match_number": [ 41 @@ -117250,19 +117936,19 @@ export default { }, "tournament_brackets_sum_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117271,13 +117957,13 @@ export default { "tournament_brackets_update_column": {}, "tournament_brackets_updates": { "_inc": [ - 5253 + 5299 ], "_set": [ - 5267 + 5313 ], "where": [ - 5251 + 5297 ], "__typename": [ 85 @@ -117305,19 +117991,19 @@ export default { }, "tournament_brackets_var_pop_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117345,19 +118031,19 @@ export default { }, "tournament_brackets_var_samp_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117385,19 +118071,19 @@ export default { }, "tournament_brackets_variance_order_by": { "group": [ - 3601 + 3647 ], "match_number": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "team_1_seed": [ - 3601 + 3647 ], "team_2_seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117405,16 +118091,16 @@ export default { }, "tournament_categories": { "category": [ - 1507 + 1553 ], "e_tournament_category": [ - 1502 + 1548 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117422,10 +118108,10 @@ export default { }, "tournament_categories_aggregate": { "aggregate": [ - 5290 + 5336 ], "nodes": [ - 5286 + 5332 ], "__typename": [ 85 @@ -117433,7 +118119,7 @@ export default { }, "tournament_categories_aggregate_bool_exp": { "count": [ - 5289 + 5335 ], "__typename": [ 85 @@ -117441,13 +118127,13 @@ export default { }, "tournament_categories_aggregate_bool_exp_count": { "arguments": [ - 5304 + 5350 ], "distinct": [ 6 ], "filter": [ - 5293 + 5339 ], "predicate": [ 42 @@ -117461,7 +118147,7 @@ export default { 41, { "columns": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "distinct": [ @@ -117470,10 +118156,10 @@ export default { } ], "max": [ - 5296 + 5342 ], "min": [ - 5298 + 5344 ], "__typename": [ 85 @@ -117481,13 +118167,13 @@ export default { }, "tournament_categories_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 5297 + 5343 ], "min": [ - 5299 + 5345 ], "__typename": [ 85 @@ -117495,10 +118181,10 @@ export default { }, "tournament_categories_arr_rel_insert_input": { "data": [ - 5295 + 5341 ], "on_conflict": [ - 5301 + 5347 ], "__typename": [ 85 @@ -117506,25 +118192,25 @@ export default { }, "tournament_categories_bool_exp": { "_and": [ - 5293 + 5339 ], "_not": [ - 5293 + 5339 ], "_or": [ - 5293 + 5339 ], "category": [ - 1508 + 1554 ], "e_tournament_category": [ - 1505 + 1551 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -117533,16 +118219,16 @@ export default { "tournament_categories_constraint": {}, "tournament_categories_insert_input": { "category": [ - 1507 + 1553 ], "e_tournament_category": [ - 1513 + 1559 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117550,7 +118236,7 @@ export default { }, "tournament_categories_max_fields": { "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117558,7 +118244,7 @@ export default { }, "tournament_categories_max_order_by": { "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117566,7 +118252,7 @@ export default { }, "tournament_categories_min_fields": { "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117574,7 +118260,7 @@ export default { }, "tournament_categories_min_order_by": { "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117585,7 +118271,7 @@ export default { 41 ], "returning": [ - 5286 + 5332 ], "__typename": [ 85 @@ -117593,13 +118279,13 @@ export default { }, "tournament_categories_on_conflict": { "constraint": [ - 5294 + 5340 ], "update_columns": [ - 5308 + 5354 ], "where": [ - 5293 + 5339 ], "__typename": [ 85 @@ -117607,16 +118293,16 @@ export default { }, "tournament_categories_order_by": { "category": [ - 3601 + 3647 ], "e_tournament_category": [ - 1515 + 1561 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117624,10 +118310,10 @@ export default { }, "tournament_categories_pk_columns_input": { "category": [ - 1507 + 1553 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117636,10 +118322,10 @@ export default { "tournament_categories_select_column": {}, "tournament_categories_set_input": { "category": [ - 1507 + 1553 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117647,7 +118333,7 @@ export default { }, "tournament_categories_stream_cursor_input": { "initial_value": [ - 5307 + 5353 ], "ordering": [ 394 @@ -117658,10 +118344,10 @@ export default { }, "tournament_categories_stream_cursor_value_input": { "category": [ - 1507 + 1553 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117670,10 +118356,10 @@ export default { "tournament_categories_update_column": {}, "tournament_categories_updates": { "_set": [ - 5305 + 5351 ], "where": [ - 5293 + 5339 ], "__typename": [ 85 @@ -117681,37 +118367,40 @@ export default { }, "tournament_free_agents": { "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "e_tournament_free_agent_status": [ - 1523 + 1569 ], "id": [ - 6503 + 6603 + ], + "party_id": [ + 6603 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "status": [ - 1528 + 1574 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team": [ - 5681 + 5781 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117719,10 +118408,10 @@ export default { }, "tournament_free_agents_aggregate": { "aggregate": [ - 5314 + 5360 ], "nodes": [ - 5310 + 5356 ], "__typename": [ 85 @@ -117730,7 +118419,7 @@ export default { }, "tournament_free_agents_aggregate_bool_exp": { "count": [ - 5313 + 5359 ], "__typename": [ 85 @@ -117738,13 +118427,13 @@ export default { }, "tournament_free_agents_aggregate_bool_exp_count": { "arguments": [ - 5331 + 5377 ], "distinct": [ 6 ], "filter": [ - 5319 + 5365 ], "predicate": [ 42 @@ -117755,13 +118444,13 @@ export default { }, "tournament_free_agents_aggregate_fields": { "avg": [ - 5317 + 5363 ], "count": [ 41, { "columns": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "distinct": [ @@ -117770,31 +118459,31 @@ export default { } ], "max": [ - 5323 + 5369 ], "min": [ - 5325 + 5371 ], "stddev": [ - 5333 + 5379 ], "stddev_pop": [ - 5335 + 5381 ], "stddev_samp": [ - 5337 + 5383 ], "sum": [ - 5341 + 5387 ], "var_pop": [ - 5345 + 5391 ], "var_samp": [ - 5347 + 5393 ], "variance": [ - 5349 + 5395 ], "__typename": [ 85 @@ -117802,37 +118491,37 @@ export default { }, "tournament_free_agents_aggregate_order_by": { "avg": [ - 5318 + 5364 ], "count": [ - 3601 + 3647 ], "max": [ - 5324 + 5370 ], "min": [ - 5326 + 5372 ], "stddev": [ - 5334 + 5380 ], "stddev_pop": [ - 5336 + 5382 ], "stddev_samp": [ - 5338 + 5384 ], "sum": [ - 5342 + 5388 ], "var_pop": [ - 5346 + 5392 ], "var_samp": [ - 5348 + 5394 ], "variance": [ - 5350 + 5396 ], "__typename": [ 85 @@ -117840,10 +118529,10 @@ export default { }, "tournament_free_agents_arr_rel_insert_input": { "data": [ - 5322 + 5368 ], "on_conflict": [ - 5328 + 5374 ], "__typename": [ 85 @@ -117859,7 +118548,7 @@ export default { }, "tournament_free_agents_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -117867,46 +118556,49 @@ export default { }, "tournament_free_agents_bool_exp": { "_and": [ - 5319 + 5365 ], "_not": [ - 5319 + 5365 ], "_or": [ - 5319 + 5365 ], "checked_in_at": [ - 5197 + 5243 ], "created_at": [ - 5197 + 5243 ], "e_tournament_free_agent_status": [ - 1526 + 1572 ], "id": [ - 6505 + 6605 + ], + "party_id": [ + 6605 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "status": [ - 1529 + 1575 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "tournament_team": [ - 5692 + 5792 ], "tournament_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -117923,37 +118615,40 @@ export default { }, "tournament_free_agents_insert_input": { "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "e_tournament_free_agent_status": [ - 1534 + 1580 ], "id": [ - 6503 + 6603 + ], + "party_id": [ + 6603 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "status": [ - 1528 + 1574 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team": [ - 5701 + 5801 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117961,22 +118656,25 @@ export default { }, "tournament_free_agents_max_fields": { "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 + ], + "party_id": [ + 6603 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -117984,22 +118682,25 @@ export default { }, "tournament_free_agents_max_order_by": { "checked_in_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 + ], + "party_id": [ + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118007,22 +118708,25 @@ export default { }, "tournament_free_agents_min_fields": { "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 + ], + "party_id": [ + 6603 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118030,22 +118734,25 @@ export default { }, "tournament_free_agents_min_order_by": { "checked_in_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 + ], + "party_id": [ + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118056,7 +118763,7 @@ export default { 41 ], "returning": [ - 5310 + 5356 ], "__typename": [ 85 @@ -118064,13 +118771,13 @@ export default { }, "tournament_free_agents_on_conflict": { "constraint": [ - 5320 + 5366 ], "update_columns": [ - 5343 + 5389 ], "where": [ - 5319 + 5365 ], "__typename": [ 85 @@ -118078,37 +118785,40 @@ export default { }, "tournament_free_agents_order_by": { "checked_in_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "e_tournament_free_agent_status": [ - 1536 + 1582 ], "id": [ - 3601 + 3647 + ], + "party_id": [ + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team": [ - 5703 + 5803 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118116,7 +118826,7 @@ export default { }, "tournament_free_agents_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118125,25 +118835,28 @@ export default { "tournament_free_agents_select_column": {}, "tournament_free_agents_set_input": { "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 + ], + "party_id": [ + 6603 ], "player_steam_id": [ 311 ], "status": [ - 1528 + 1574 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118159,7 +118872,7 @@ export default { }, "tournament_free_agents_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118175,7 +118888,7 @@ export default { }, "tournament_free_agents_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118191,7 +118904,7 @@ export default { }, "tournament_free_agents_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118199,7 +118912,7 @@ export default { }, "tournament_free_agents_stream_cursor_input": { "initial_value": [ - 5340 + 5386 ], "ordering": [ 394 @@ -118210,25 +118923,28 @@ export default { }, "tournament_free_agents_stream_cursor_value_input": { "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 + ], + "party_id": [ + 6603 ], "player_steam_id": [ 311 ], "status": [ - 1528 + 1574 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118244,7 +118960,7 @@ export default { }, "tournament_free_agents_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118253,13 +118969,13 @@ export default { "tournament_free_agents_update_column": {}, "tournament_free_agents_updates": { "_inc": [ - 5321 + 5367 ], "_set": [ - 5332 + 5378 ], "where": [ - 5319 + 5365 ], "__typename": [ 85 @@ -118275,7 +118991,7 @@ export default { }, "tournament_free_agents_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118291,7 +119007,7 @@ export default { }, "tournament_free_agents_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118307,7 +119023,430 @@ export default { }, "tournament_free_agents_variance_order_by": { "player_steam_id": [ - 3601 + 3647 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites": { + "created_at": [ + 5242 + ], + "id": [ + 6603 + ], + "invited_by": [ + 4605 + ], + "invited_by_player_steam_id": [ + 311 + ], + "player": [ + 4605 + ], + "steam_id": [ + 311 + ], + "tournament": [ + 5827 + ], + "tournament_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_aggregate": { + "aggregate": [ + 5399 + ], + "nodes": [ + 5397 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_aggregate_fields": { + "avg": [ + 5400 + ], + "count": [ + 41, + { + "columns": [ + 5411, + "[tournament_invites_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5405 + ], + "min": [ + 5406 + ], + "stddev": [ + 5413 + ], + "stddev_pop": [ + 5414 + ], + "stddev_samp": [ + 5415 + ], + "sum": [ + 5418 + ], + "var_pop": [ + 5421 + ], + "var_samp": [ + 5422 + ], + "variance": [ + 5423 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_avg_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_bool_exp": { + "_and": [ + 5401 + ], + "_not": [ + 5401 + ], + "_or": [ + 5401 + ], + "created_at": [ + 5243 + ], + "id": [ + 6605 + ], + "invited_by": [ + 4609 + ], + "invited_by_player_steam_id": [ + 313 + ], + "player": [ + 4609 + ], + "steam_id": [ + 313 + ], + "tournament": [ + 5848 + ], + "tournament_id": [ + 6605 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_constraint": {}, + "tournament_invites_inc_input": { + "invited_by_player_steam_id": [ + 311 + ], + "steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_insert_input": { + "created_at": [ + 5242 + ], + "id": [ + 6603 + ], + "invited_by": [ + 4616 + ], + "invited_by_player_steam_id": [ + 311 + ], + "player": [ + 4616 + ], + "steam_id": [ + 311 + ], + "tournament": [ + 5857 + ], + "tournament_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_max_fields": { + "created_at": [ + 5242 + ], + "id": [ + 6603 + ], + "invited_by_player_steam_id": [ + 311 + ], + "steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_min_fields": { + "created_at": [ + 5242 + ], + "id": [ + 6603 + ], + "invited_by_player_steam_id": [ + 311 + ], + "steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5397 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_on_conflict": { + "constraint": [ + 5402 + ], + "update_columns": [ + 5419 + ], + "where": [ + 5401 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_order_by": { + "created_at": [ + 3647 + ], + "id": [ + 3647 + ], + "invited_by": [ + 4618 + ], + "invited_by_player_steam_id": [ + 3647 + ], + "player": [ + 4618 + ], + "steam_id": [ + 3647 + ], + "tournament": [ + 5859 + ], + "tournament_id": [ + 3647 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_pk_columns_input": { + "id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_select_column": {}, + "tournament_invites_set_input": { + "created_at": [ + 5242 + ], + "id": [ + 6603 + ], + "invited_by_player_steam_id": [ + 311 + ], + "steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_stddev_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_stddev_pop_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_stddev_samp_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_stream_cursor_input": { + "initial_value": [ + 5417 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_stream_cursor_value_input": { + "created_at": [ + 5242 + ], + "id": [ + 6603 + ], + "invited_by_player_steam_id": [ + 311 + ], + "steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_sum_fields": { + "invited_by_player_steam_id": [ + 311 + ], + "steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_update_column": {}, + "tournament_invites_updates": { + "_inc": [ + 5403 + ], + "_set": [ + 5412 + ], + "where": [ + 5401 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_var_pop_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_var_samp_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invites_variance_fields": { + "invited_by_player_steam_id": [ + 32 + ], + "steam_id": [ + 32 ], "__typename": [ 85 @@ -118315,7 +119454,7 @@ export default { }, "tournament_leaderboard_entries": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118324,10 +119463,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118351,7 +119490,7 @@ export default { 85 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118360,7 +119499,7 @@ export default { 85 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118368,10 +119507,10 @@ export default { }, "tournament_leaderboard_entries_aggregate": { "aggregate": [ - 5353 + 5426 ], "nodes": [ - 5351 + 5424 ], "__typename": [ 85 @@ -118379,13 +119518,13 @@ export default { }, "tournament_leaderboard_entries_aggregate_fields": { "avg": [ - 5354 + 5427 ], "count": [ 41, { "columns": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "distinct": [ @@ -118394,31 +119533,31 @@ export default { } ], "max": [ - 5358 + 5431 ], "min": [ - 5359 + 5432 ], "stddev": [ - 5364 + 5437 ], "stddev_pop": [ - 5365 + 5438 ], "stddev_samp": [ - 5366 + 5439 ], "sum": [ - 5369 + 5442 ], "var_pop": [ - 5371 + 5444 ], "var_samp": [ - 5372 + 5445 ], "variance": [ - 5373 + 5446 ], "__typename": [ 85 @@ -118458,16 +119597,16 @@ export default { }, "tournament_leaderboard_entries_bool_exp": { "_and": [ - 5355 + 5428 ], "_not": [ - 5355 + 5428 ], "_or": [ - 5355 + 5428 ], "adr": [ - 2047 + 2093 ], "assists": [ 42 @@ -118476,10 +119615,10 @@ export default { 42 ], "headshot_percentage": [ - 2047 + 2093 ], "kdr": [ - 2047 + 2093 ], "kills": [ 42 @@ -118503,7 +119642,7 @@ export default { 87 ], "rating": [ - 2047 + 2093 ], "rounds_played": [ 42 @@ -118512,7 +119651,7 @@ export default { 87 ], "tournament_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -118520,7 +119659,7 @@ export default { }, "tournament_leaderboard_entries_inc_input": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118529,10 +119668,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118541,7 +119680,7 @@ export default { 41 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118552,7 +119691,7 @@ export default { }, "tournament_leaderboard_entries_insert_input": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118561,10 +119700,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118588,7 +119727,7 @@ export default { 85 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118597,7 +119736,7 @@ export default { 85 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118605,7 +119744,7 @@ export default { }, "tournament_leaderboard_entries_max_fields": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118614,10 +119753,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118641,7 +119780,7 @@ export default { 85 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118650,7 +119789,7 @@ export default { 85 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118658,7 +119797,7 @@ export default { }, "tournament_leaderboard_entries_min_fields": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118667,10 +119806,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118694,7 +119833,7 @@ export default { 85 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118703,7 +119842,7 @@ export default { 85 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118714,7 +119853,7 @@ export default { 41 ], "returning": [ - 5351 + 5424 ], "__typename": [ 85 @@ -118722,52 +119861,52 @@ export default { }, "tournament_leaderboard_entries_order_by": { "adr": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_avatar_url": [ - 3601 + 3647 ], "player_country": [ - 3601 + 3647 ], "player_custom_avatar_url": [ - 3601 + 3647 ], "player_name": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "rating": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "team_name": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -118776,7 +119915,7 @@ export default { "tournament_leaderboard_entries_select_column": {}, "tournament_leaderboard_entries_set_input": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118785,10 +119924,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118812,7 +119951,7 @@ export default { 85 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118821,7 +119960,7 @@ export default { 85 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118925,7 +120064,7 @@ export default { }, "tournament_leaderboard_entries_stream_cursor_input": { "initial_value": [ - 5368 + 5441 ], "ordering": [ 394 @@ -118936,7 +120075,7 @@ export default { }, "tournament_leaderboard_entries_stream_cursor_value_input": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118945,10 +120084,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -118972,7 +120111,7 @@ export default { 85 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -118981,7 +120120,7 @@ export default { 85 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -118989,7 +120128,7 @@ export default { }, "tournament_leaderboard_entries_sum_fields": { "adr": [ - 2046 + 2092 ], "assists": [ 41 @@ -118998,10 +120137,10 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -119010,7 +120149,7 @@ export default { 41 ], "rating": [ - 2046 + 2092 ], "rounds_played": [ 41 @@ -119021,13 +120160,13 @@ export default { }, "tournament_leaderboard_entries_updates": { "_inc": [ - 5356 + 5429 ], "_set": [ - 5363 + 5436 ], "where": [ - 5355 + 5428 ], "__typename": [ 85 @@ -119097,32 +120236,428 @@ export default { 85 ] }, - "tournament_leaderboard_entries_variance_fields": { - "adr": [ - 32 + "tournament_leaderboard_entries_variance_fields": { + "adr": [ + 32 + ], + "assists": [ + 32 + ], + "deaths": [ + 32 + ], + "headshot_percentage": [ + 32 + ], + "kdr": [ + 32 + ], + "kills": [ + 32 + ], + "matches_played": [ + 32 + ], + "rating": [ + 32 + ], + "rounds_played": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows": { + "id": [ + 6603 ], - "assists": [ - 32 + "occurred_at": [ + 5242 ], - "deaths": [ + "player": [ + 4605 + ], + "player_steam_id": [ + 311 + ], + "tournament": [ + 5827 + ], + "tournament_id": [ + 6603 + ], + "tournament_team": [ + 5781 + ], + "tournament_team_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_aggregate": { + "aggregate": [ + 5449 + ], + "nodes": [ + 5447 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_aggregate_fields": { + "avg": [ + 5450 + ], + "count": [ + 41, + { + "columns": [ + 5461, + "[tournament_no_shows_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5455 + ], + "min": [ + 5456 + ], + "stddev": [ + 5463 + ], + "stddev_pop": [ + 5464 + ], + "stddev_samp": [ + 5465 + ], + "sum": [ + 5468 + ], + "var_pop": [ + 5471 + ], + "var_samp": [ + 5472 + ], + "variance": [ + 5473 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_avg_fields": { + "player_steam_id": [ 32 ], - "headshot_percentage": [ + "__typename": [ + 85 + ] + }, + "tournament_no_shows_bool_exp": { + "_and": [ + 5451 + ], + "_not": [ + 5451 + ], + "_or": [ + 5451 + ], + "id": [ + 6605 + ], + "occurred_at": [ + 5243 + ], + "player": [ + 4609 + ], + "player_steam_id": [ + 313 + ], + "tournament": [ + 5848 + ], + "tournament_id": [ + 6605 + ], + "tournament_team": [ + 5792 + ], + "tournament_team_id": [ + 6605 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_constraint": {}, + "tournament_no_shows_inc_input": { + "player_steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_insert_input": { + "id": [ + 6603 + ], + "occurred_at": [ + 5242 + ], + "player": [ + 4616 + ], + "player_steam_id": [ + 311 + ], + "tournament": [ + 5857 + ], + "tournament_id": [ + 6603 + ], + "tournament_team": [ + 5801 + ], + "tournament_team_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_max_fields": { + "id": [ + 6603 + ], + "occurred_at": [ + 5242 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "tournament_team_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_min_fields": { + "id": [ + 6603 + ], + "occurred_at": [ + 5242 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "tournament_team_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5447 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_on_conflict": { + "constraint": [ + 5452 + ], + "update_columns": [ + 5469 + ], + "where": [ + 5451 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_order_by": { + "id": [ + 3647 + ], + "occurred_at": [ + 3647 + ], + "player": [ + 4618 + ], + "player_steam_id": [ + 3647 + ], + "tournament": [ + 5859 + ], + "tournament_id": [ + 3647 + ], + "tournament_team": [ + 5803 + ], + "tournament_team_id": [ + 3647 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_pk_columns_input": { + "id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_select_column": {}, + "tournament_no_shows_set_input": { + "id": [ + 6603 + ], + "occurred_at": [ + 5242 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "tournament_team_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_stddev_fields": { + "player_steam_id": [ 32 ], - "kdr": [ + "__typename": [ + 85 + ] + }, + "tournament_no_shows_stddev_pop_fields": { + "player_steam_id": [ 32 ], - "kills": [ + "__typename": [ + 85 + ] + }, + "tournament_no_shows_stddev_samp_fields": { + "player_steam_id": [ 32 ], - "matches_played": [ + "__typename": [ + 85 + ] + }, + "tournament_no_shows_stream_cursor_input": { + "initial_value": [ + 5467 + ], + "ordering": [ + 394 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_stream_cursor_value_input": { + "id": [ + 6603 + ], + "occurred_at": [ + 5242 + ], + "player_steam_id": [ + 311 + ], + "tournament_id": [ + 6603 + ], + "tournament_team_id": [ + 6603 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_sum_fields": { + "player_steam_id": [ + 311 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_update_column": {}, + "tournament_no_shows_updates": { + "_inc": [ + 5453 + ], + "_set": [ + 5462 + ], + "where": [ + 5451 + ], + "__typename": [ + 85 + ] + }, + "tournament_no_shows_var_pop_fields": { + "player_steam_id": [ 32 ], - "rating": [ + "__typename": [ + 85 + ] + }, + "tournament_no_shows_var_samp_fields": { + "player_steam_id": [ 32 ], - "rounds_played": [ + "__typename": [ + 85 + ] + }, + "tournament_no_shows_variance_fields": { + "player_steam_id": [ 32 ], "__typename": [ @@ -119131,19 +120666,19 @@ export default { }, "tournament_organizer_teams": { "created_at": [ - 5196 + 5242 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119151,10 +120686,10 @@ export default { }, "tournament_organizer_teams_aggregate": { "aggregate": [ - 5378 + 5478 ], "nodes": [ - 5374 + 5474 ], "__typename": [ 85 @@ -119162,7 +120697,7 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp": { "count": [ - 5377 + 5477 ], "__typename": [ 85 @@ -119170,13 +120705,13 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp_count": { "arguments": [ - 5392 + 5492 ], "distinct": [ 6 ], "filter": [ - 5381 + 5481 ], "predicate": [ 42 @@ -119190,7 +120725,7 @@ export default { 41, { "columns": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "distinct": [ @@ -119199,10 +120734,10 @@ export default { } ], "max": [ - 5384 + 5484 ], "min": [ - 5386 + 5486 ], "__typename": [ 85 @@ -119210,13 +120745,13 @@ export default { }, "tournament_organizer_teams_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 5385 + 5485 ], "min": [ - 5387 + 5487 ], "__typename": [ 85 @@ -119224,10 +120759,10 @@ export default { }, "tournament_organizer_teams_arr_rel_insert_input": { "data": [ - 5383 + 5483 ], "on_conflict": [ - 5389 + 5489 ], "__typename": [ 85 @@ -119235,28 +120770,28 @@ export default { }, "tournament_organizer_teams_bool_exp": { "_and": [ - 5381 + 5481 ], "_not": [ - 5381 + 5481 ], "_or": [ - 5381 + 5481 ], "created_at": [ - 5197 + 5243 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -119265,19 +120800,19 @@ export default { "tournament_organizer_teams_constraint": {}, "tournament_organizer_teams_insert_input": { "created_at": [ - 5196 + 5242 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119285,13 +120820,13 @@ export default { }, "tournament_organizer_teams_max_fields": { "created_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119299,13 +120834,13 @@ export default { }, "tournament_organizer_teams_max_order_by": { "created_at": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119313,13 +120848,13 @@ export default { }, "tournament_organizer_teams_min_fields": { "created_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119327,13 +120862,13 @@ export default { }, "tournament_organizer_teams_min_order_by": { "created_at": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119344,7 +120879,7 @@ export default { 41 ], "returning": [ - 5374 + 5474 ], "__typename": [ 85 @@ -119352,13 +120887,13 @@ export default { }, "tournament_organizer_teams_on_conflict": { "constraint": [ - 5382 + 5482 ], "update_columns": [ - 5396 + 5496 ], "where": [ - 5381 + 5481 ], "__typename": [ 85 @@ -119366,19 +120901,19 @@ export default { }, "tournament_organizer_teams_order_by": { "created_at": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119386,10 +120921,10 @@ export default { }, "tournament_organizer_teams_pk_columns_input": { "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119398,13 +120933,13 @@ export default { "tournament_organizer_teams_select_column": {}, "tournament_organizer_teams_set_input": { "created_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119412,7 +120947,7 @@ export default { }, "tournament_organizer_teams_stream_cursor_input": { "initial_value": [ - 5395 + 5495 ], "ordering": [ 394 @@ -119423,13 +120958,13 @@ export default { }, "tournament_organizer_teams_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119438,10 +120973,10 @@ export default { "tournament_organizer_teams_update_column": {}, "tournament_organizer_teams_updates": { "_set": [ - 5393 + 5493 ], "where": [ - 5381 + 5481 ], "__typename": [ 85 @@ -119449,22 +120984,22 @@ export default { }, "tournament_organizers": { "organization_team": [ - 5147 + 5193 ], "organization_team_id": [ - 6503 + 6603 ], "organizer": [ - 4559 + 4605 ], "steam_id": [ 311 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119472,10 +121007,10 @@ export default { }, "tournament_organizers_aggregate": { "aggregate": [ - 5402 + 5502 ], "nodes": [ - 5398 + 5498 ], "__typename": [ 85 @@ -119483,7 +121018,7 @@ export default { }, "tournament_organizers_aggregate_bool_exp": { "count": [ - 5401 + 5501 ], "__typename": [ 85 @@ -119491,13 +121026,13 @@ export default { }, "tournament_organizers_aggregate_bool_exp_count": { "arguments": [ - 5419 + 5519 ], "distinct": [ 6 ], "filter": [ - 5407 + 5507 ], "predicate": [ 42 @@ -119508,13 +121043,13 @@ export default { }, "tournament_organizers_aggregate_fields": { "avg": [ - 5405 + 5505 ], "count": [ 41, { "columns": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "distinct": [ @@ -119523,31 +121058,31 @@ export default { } ], "max": [ - 5411 + 5511 ], "min": [ - 5413 + 5513 ], "stddev": [ - 5421 + 5521 ], "stddev_pop": [ - 5423 + 5523 ], "stddev_samp": [ - 5425 + 5525 ], "sum": [ - 5429 + 5529 ], "var_pop": [ - 5433 + 5533 ], "var_samp": [ - 5435 + 5535 ], "variance": [ - 5437 + 5537 ], "__typename": [ 85 @@ -119555,37 +121090,37 @@ export default { }, "tournament_organizers_aggregate_order_by": { "avg": [ - 5406 + 5506 ], "count": [ - 3601 + 3647 ], "max": [ - 5412 + 5512 ], "min": [ - 5414 + 5514 ], "stddev": [ - 5422 + 5522 ], "stddev_pop": [ - 5424 + 5524 ], "stddev_samp": [ - 5426 + 5526 ], "sum": [ - 5430 + 5530 ], "var_pop": [ - 5434 + 5534 ], "var_samp": [ - 5436 + 5536 ], "variance": [ - 5438 + 5538 ], "__typename": [ 85 @@ -119593,10 +121128,10 @@ export default { }, "tournament_organizers_arr_rel_insert_input": { "data": [ - 5410 + 5510 ], "on_conflict": [ - 5416 + 5516 ], "__typename": [ 85 @@ -119612,7 +121147,7 @@ export default { }, "tournament_organizers_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119620,31 +121155,31 @@ export default { }, "tournament_organizers_bool_exp": { "_and": [ - 5407 + 5507 ], "_not": [ - 5407 + 5507 ], "_or": [ - 5407 + 5507 ], "organization_team": [ - 5158 + 5204 ], "organization_team_id": [ - 6505 + 6605 ], "organizer": [ - 4563 + 4609 ], "steam_id": [ 313 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -119661,22 +121196,22 @@ export default { }, "tournament_organizers_insert_input": { "organization_team": [ - 5167 + 5213 ], "organization_team_id": [ - 6503 + 6603 ], "organizer": [ - 4570 + 4616 ], "steam_id": [ 311 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119684,13 +121219,13 @@ export default { }, "tournament_organizers_max_fields": { "organization_team_id": [ - 6503 + 6603 ], "steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119698,13 +121233,13 @@ export default { }, "tournament_organizers_max_order_by": { "organization_team_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119712,13 +121247,13 @@ export default { }, "tournament_organizers_min_fields": { "organization_team_id": [ - 6503 + 6603 ], "steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119726,13 +121261,13 @@ export default { }, "tournament_organizers_min_order_by": { "organization_team_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119743,7 +121278,7 @@ export default { 41 ], "returning": [ - 5398 + 5498 ], "__typename": [ 85 @@ -119751,13 +121286,13 @@ export default { }, "tournament_organizers_on_conflict": { "constraint": [ - 5408 + 5508 ], "update_columns": [ - 5431 + 5531 ], "where": [ - 5407 + 5507 ], "__typename": [ 85 @@ -119765,22 +121300,22 @@ export default { }, "tournament_organizers_order_by": { "organization_team": [ - 5169 + 5215 ], "organization_team_id": [ - 3601 + 3647 ], "organizer": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119791,7 +121326,7 @@ export default { 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119800,13 +121335,13 @@ export default { "tournament_organizers_select_column": {}, "tournament_organizers_set_input": { "organization_team_id": [ - 6503 + 6603 ], "steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119822,7 +121357,7 @@ export default { }, "tournament_organizers_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119838,7 +121373,7 @@ export default { }, "tournament_organizers_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119854,7 +121389,7 @@ export default { }, "tournament_organizers_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119862,7 +121397,7 @@ export default { }, "tournament_organizers_stream_cursor_input": { "initial_value": [ - 5428 + 5528 ], "ordering": [ 394 @@ -119873,13 +121408,13 @@ export default { }, "tournament_organizers_stream_cursor_value_input": { "organization_team_id": [ - 6503 + 6603 ], "steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119895,7 +121430,7 @@ export default { }, "tournament_organizers_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119904,13 +121439,13 @@ export default { "tournament_organizers_update_column": {}, "tournament_organizers_updates": { "_inc": [ - 5409 + 5509 ], "_set": [ - 5420 + 5520 ], "where": [ - 5407 + 5507 ], "__typename": [ 85 @@ -119926,7 +121461,7 @@ export default { }, "tournament_organizers_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119942,7 +121477,7 @@ export default { }, "tournament_organizers_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119958,7 +121493,7 @@ export default { }, "tournament_organizers_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -119966,10 +121501,10 @@ export default { }, "tournament_prizes": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "order": [ 41 @@ -119981,10 +121516,10 @@ export default { 85 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -119992,10 +121527,10 @@ export default { }, "tournament_prizes_aggregate": { "aggregate": [ - 5443 + 5543 ], "nodes": [ - 5439 + 5539 ], "__typename": [ 85 @@ -120003,7 +121538,7 @@ export default { }, "tournament_prizes_aggregate_bool_exp": { "count": [ - 5442 + 5542 ], "__typename": [ 85 @@ -120011,13 +121546,13 @@ export default { }, "tournament_prizes_aggregate_bool_exp_count": { "arguments": [ - 5460 + 5560 ], "distinct": [ 6 ], "filter": [ - 5448 + 5548 ], "predicate": [ 42 @@ -120028,13 +121563,13 @@ export default { }, "tournament_prizes_aggregate_fields": { "avg": [ - 5446 + 5546 ], "count": [ 41, { "columns": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "distinct": [ @@ -120043,31 +121578,31 @@ export default { } ], "max": [ - 5452 + 5552 ], "min": [ - 5454 + 5554 ], "stddev": [ - 5462 + 5562 ], "stddev_pop": [ - 5464 + 5564 ], "stddev_samp": [ - 5466 + 5566 ], "sum": [ - 5470 + 5570 ], "var_pop": [ - 5474 + 5574 ], "var_samp": [ - 5476 + 5576 ], "variance": [ - 5478 + 5578 ], "__typename": [ 85 @@ -120075,37 +121610,37 @@ export default { }, "tournament_prizes_aggregate_order_by": { "avg": [ - 5447 + 5547 ], "count": [ - 3601 + 3647 ], "max": [ - 5453 + 5553 ], "min": [ - 5455 + 5555 ], "stddev": [ - 5463 + 5563 ], "stddev_pop": [ - 5465 + 5565 ], "stddev_samp": [ - 5467 + 5567 ], "sum": [ - 5471 + 5571 ], "var_pop": [ - 5475 + 5575 ], "var_samp": [ - 5477 + 5577 ], "variance": [ - 5479 + 5579 ], "__typename": [ 85 @@ -120113,10 +121648,10 @@ export default { }, "tournament_prizes_arr_rel_insert_input": { "data": [ - 5451 + 5551 ], "on_conflict": [ - 5457 + 5557 ], "__typename": [ 85 @@ -120132,7 +121667,7 @@ export default { }, "tournament_prizes_avg_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120140,19 +121675,19 @@ export default { }, "tournament_prizes_bool_exp": { "_and": [ - 5448 + 5548 ], "_not": [ - 5448 + 5548 ], "_or": [ - 5448 + 5548 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "order": [ 42 @@ -120164,10 +121699,10 @@ export default { 87 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -120184,10 +121719,10 @@ export default { }, "tournament_prizes_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "order": [ 41 @@ -120199,10 +121734,10 @@ export default { 85 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120210,10 +121745,10 @@ export default { }, "tournament_prizes_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "order": [ 41 @@ -120225,7 +121760,7 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120233,22 +121768,22 @@ export default { }, "tournament_prizes_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "place": [ - 3601 + 3647 ], "prize": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120256,10 +121791,10 @@ export default { }, "tournament_prizes_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "order": [ 41 @@ -120271,7 +121806,7 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120279,22 +121814,22 @@ export default { }, "tournament_prizes_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "place": [ - 3601 + 3647 ], "prize": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120305,7 +121840,7 @@ export default { 41 ], "returning": [ - 5439 + 5539 ], "__typename": [ 85 @@ -120313,13 +121848,13 @@ export default { }, "tournament_prizes_on_conflict": { "constraint": [ - 5449 + 5549 ], "update_columns": [ - 5472 + 5572 ], "where": [ - 5448 + 5548 ], "__typename": [ 85 @@ -120327,25 +121862,25 @@ export default { }, "tournament_prizes_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "place": [ - 3601 + 3647 ], "prize": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120353,7 +121888,7 @@ export default { }, "tournament_prizes_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120362,10 +121897,10 @@ export default { "tournament_prizes_select_column": {}, "tournament_prizes_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "order": [ 41 @@ -120377,7 +121912,7 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120393,7 +121928,7 @@ export default { }, "tournament_prizes_stddev_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120409,7 +121944,7 @@ export default { }, "tournament_prizes_stddev_pop_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120425,7 +121960,7 @@ export default { }, "tournament_prizes_stddev_samp_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120433,7 +121968,7 @@ export default { }, "tournament_prizes_stream_cursor_input": { "initial_value": [ - 5469 + 5569 ], "ordering": [ 394 @@ -120444,10 +121979,10 @@ export default { }, "tournament_prizes_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "order": [ 41 @@ -120459,7 +121994,7 @@ export default { 85 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120475,7 +122010,7 @@ export default { }, "tournament_prizes_sum_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120484,13 +122019,13 @@ export default { "tournament_prizes_update_column": {}, "tournament_prizes_updates": { "_inc": [ - 5450 + 5550 ], "_set": [ - 5461 + 5561 ], "where": [ - 5448 + 5548 ], "__typename": [ 85 @@ -120506,7 +122041,7 @@ export default { }, "tournament_prizes_var_pop_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120522,7 +122057,7 @@ export default { }, "tournament_prizes_var_samp_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120538,7 +122073,7 @@ export default { }, "tournament_prizes_variance_order_by": { "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120546,19 +122081,19 @@ export default { }, "tournament_registration_unlocks": { "created_at": [ - 5196 + 5242 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120566,10 +122101,10 @@ export default { }, "tournament_registration_unlocks_aggregate": { "aggregate": [ - 5482 + 5582 ], "nodes": [ - 5480 + 5580 ], "__typename": [ 85 @@ -120577,13 +122112,13 @@ export default { }, "tournament_registration_unlocks_aggregate_fields": { "avg": [ - 5483 + 5583 ], "count": [ 41, { "columns": [ - 5494, + 5594, "[tournament_registration_unlocks_select_column!]" ], "distinct": [ @@ -120592,31 +122127,31 @@ export default { } ], "max": [ - 5488 + 5588 ], "min": [ - 5489 + 5589 ], "stddev": [ - 5496 + 5596 ], "stddev_pop": [ - 5497 + 5597 ], "stddev_samp": [ - 5498 + 5598 ], "sum": [ - 5501 + 5601 ], "var_pop": [ - 5504 + 5604 ], "var_samp": [ - 5505 + 5605 ], "variance": [ - 5506 + 5606 ], "__typename": [ 85 @@ -120632,28 +122167,28 @@ export default { }, "tournament_registration_unlocks_bool_exp": { "_and": [ - 5484 + 5584 ], "_not": [ - 5484 + 5584 ], "_or": [ - 5484 + 5584 ], "created_at": [ - 5197 + 5243 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -120670,19 +122205,19 @@ export default { }, "tournament_registration_unlocks_insert_input": { "created_at": [ - 5196 + 5242 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120690,13 +122225,13 @@ export default { }, "tournament_registration_unlocks_max_fields": { "created_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120704,13 +122239,13 @@ export default { }, "tournament_registration_unlocks_min_fields": { "created_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120721,7 +122256,7 @@ export default { 41 ], "returning": [ - 5480 + 5580 ], "__typename": [ 85 @@ -120729,13 +122264,13 @@ export default { }, "tournament_registration_unlocks_on_conflict": { "constraint": [ - 5485 + 5585 ], "update_columns": [ - 5502 + 5602 ], "where": [ - 5484 + 5584 ], "__typename": [ 85 @@ -120743,19 +122278,19 @@ export default { }, "tournament_registration_unlocks_order_by": { "created_at": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -120766,7 +122301,7 @@ export default { 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120775,13 +122310,13 @@ export default { "tournament_registration_unlocks_select_column": {}, "tournament_registration_unlocks_set_input": { "created_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120813,7 +122348,7 @@ export default { }, "tournament_registration_unlocks_stream_cursor_input": { "initial_value": [ - 5500 + 5600 ], "ordering": [ 394 @@ -120824,13 +122359,13 @@ export default { }, "tournament_registration_unlocks_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120847,13 +122382,13 @@ export default { "tournament_registration_unlocks_update_column": {}, "tournament_registration_unlocks_updates": { "_inc": [ - 5486 + 5586 ], "_set": [ - 5495 + 5595 ], "where": [ - 5484 + 5584 ], "__typename": [ 85 @@ -120885,28 +122420,28 @@ export default { }, "tournament_stage_windows": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "round": [ 41 ], "stage": [ - 5548 + 5648 ], "tournament_stage_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -120914,10 +122449,10 @@ export default { }, "tournament_stage_windows_aggregate": { "aggregate": [ - 5511 + 5611 ], "nodes": [ - 5507 + 5607 ], "__typename": [ 85 @@ -120925,7 +122460,7 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 5510 + 5610 ], "__typename": [ 85 @@ -120933,13 +122468,13 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 5528 + 5628 ], "distinct": [ 6 ], "filter": [ - 5516 + 5616 ], "predicate": [ 42 @@ -120950,13 +122485,13 @@ export default { }, "tournament_stage_windows_aggregate_fields": { "avg": [ - 5514 + 5614 ], "count": [ 41, { "columns": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "distinct": [ @@ -120965,31 +122500,31 @@ export default { } ], "max": [ - 5520 + 5620 ], "min": [ - 5522 + 5622 ], "stddev": [ - 5530 + 5630 ], "stddev_pop": [ - 5532 + 5632 ], "stddev_samp": [ - 5534 + 5634 ], "sum": [ - 5538 + 5638 ], "var_pop": [ - 5542 + 5642 ], "var_samp": [ - 5544 + 5644 ], "variance": [ - 5546 + 5646 ], "__typename": [ 85 @@ -120997,37 +122532,37 @@ export default { }, "tournament_stage_windows_aggregate_order_by": { "avg": [ - 5515 + 5615 ], "count": [ - 3601 + 3647 ], "max": [ - 5521 + 5621 ], "min": [ - 5523 + 5623 ], "stddev": [ - 5531 + 5631 ], "stddev_pop": [ - 5533 + 5633 ], "stddev_samp": [ - 5535 + 5635 ], "sum": [ - 5539 + 5639 ], "var_pop": [ - 5543 + 5643 ], "var_samp": [ - 5545 + 5645 ], "variance": [ - 5547 + 5647 ], "__typename": [ 85 @@ -121035,10 +122570,10 @@ export default { }, "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 5519 + 5619 ], "on_conflict": [ - 5525 + 5625 ], "__typename": [ 85 @@ -121054,7 +122589,7 @@ export default { }, "tournament_stage_windows_avg_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121062,37 +122597,37 @@ export default { }, "tournament_stage_windows_bool_exp": { "_and": [ - 5516 + 5616 ], "_not": [ - 5516 + 5616 ], "_or": [ - 5516 + 5616 ], "closes_at": [ - 5197 + 5243 ], "created_at": [ - 5197 + 5243 ], "default_match_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "opens_at": [ - 5197 + 5243 ], "round": [ 42 ], "stage": [ - 5560 + 5660 ], "tournament_stage_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -121109,28 +122644,28 @@ export default { }, "tournament_stage_windows_insert_input": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "round": [ 41 ], "stage": [ - 5572 + 5672 ], "tournament_stage_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -121138,25 +122673,25 @@ export default { }, "tournament_stage_windows_max_fields": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "round": [ 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -121164,25 +122699,25 @@ export default { }, "tournament_stage_windows_max_order_by": { "closes_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "default_match_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "opens_at": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121190,25 +122725,25 @@ export default { }, "tournament_stage_windows_min_fields": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "round": [ 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -121216,25 +122751,25 @@ export default { }, "tournament_stage_windows_min_order_by": { "closes_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "default_match_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "opens_at": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121245,7 +122780,7 @@ export default { 41 ], "returning": [ - 5507 + 5607 ], "__typename": [ 85 @@ -121253,13 +122788,13 @@ export default { }, "tournament_stage_windows_on_conflict": { "constraint": [ - 5517 + 5617 ], "update_columns": [ - 5540 + 5640 ], "where": [ - 5516 + 5616 ], "__typename": [ 85 @@ -121267,28 +122802,28 @@ export default { }, "tournament_stage_windows_order_by": { "closes_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "default_match_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "opens_at": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "stage": [ - 5574 + 5674 ], "tournament_stage_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121296,7 +122831,7 @@ export default { }, "tournament_stage_windows_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -121305,25 +122840,25 @@ export default { "tournament_stage_windows_select_column": {}, "tournament_stage_windows_set_input": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "round": [ 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -121339,7 +122874,7 @@ export default { }, "tournament_stage_windows_stddev_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121355,7 +122890,7 @@ export default { }, "tournament_stage_windows_stddev_pop_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121371,7 +122906,7 @@ export default { }, "tournament_stage_windows_stddev_samp_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121379,7 +122914,7 @@ export default { }, "tournament_stage_windows_stream_cursor_input": { "initial_value": [ - 5537 + 5637 ], "ordering": [ 394 @@ -121390,25 +122925,25 @@ export default { }, "tournament_stage_windows_stream_cursor_value_input": { "closes_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "default_match_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "opens_at": [ - 5196 + 5242 ], "round": [ 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -121424,7 +122959,7 @@ export default { }, "tournament_stage_windows_sum_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121433,13 +122968,13 @@ export default { "tournament_stage_windows_update_column": {}, "tournament_stage_windows_updates": { "_inc": [ - 5518 + 5618 ], "_set": [ - 5529 + 5629 ], "where": [ - 5516 + 5616 ], "__typename": [ 85 @@ -121455,7 +122990,7 @@ export default { }, "tournament_stage_windows_var_pop_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121471,7 +123006,7 @@ export default { }, "tournament_stage_windows_var_samp_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121487,7 +123022,7 @@ export default { }, "tournament_stage_windows_variance_order_by": { "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121495,10 +123030,10 @@ export default { }, "tournament_stages": { "brackets": [ - 5240, + 5286, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -121508,19 +123043,19 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], "brackets_aggregate": [ - 5241, + 5287, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -121530,11 +123065,11 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], @@ -121545,7 +123080,7 @@ export default { 41 ], "e_tournament_stage_type": [ - 1564 + 1610 ], "final_map_advantage": [ 41 @@ -121554,10 +123089,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_rounds": [ 41 @@ -121569,16 +123104,16 @@ export default { 41 ], "options": [ - 3243 + 3289 ], "order": [ 41 ], "results": [ - 7245, + 7345, { "distinct_on": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -121588,19 +123123,19 @@ export default { 41 ], "order_by": [ - 7275, + 7375, "[v_team_stage_results_order_by!]" ], "where": [ - 7264 + 7364 ] } ], "results_aggregate": [ - 7246, + 7346, { "distinct_on": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -121610,16 +123145,16 @@ export default { 41 ], "order_by": [ - 7275, + 7375, "[v_team_stage_results_order_by!]" ], "where": [ - 7264 + 7364 ] } ], "settings": [ - 2392, + 2438, { "path": [ 85 @@ -121633,19 +123168,19 @@ export default { 6 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "type": [ - 1569 + 1615 ], "windows": [ - 5507, + 5607, { "distinct_on": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -121655,19 +123190,19 @@ export default { 41 ], "order_by": [ - 5526, + 5626, "[tournament_stage_windows_order_by!]" ], "where": [ - 5516 + 5616 ] } ], "windows_aggregate": [ - 5508, + 5608, { "distinct_on": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -121677,11 +123212,11 @@ export default { 41 ], "order_by": [ - 5526, + 5626, "[tournament_stage_windows_order_by!]" ], "where": [ - 5516 + 5616 ] } ], @@ -121691,10 +123226,10 @@ export default { }, "tournament_stages_aggregate": { "aggregate": [ - 5554 + 5654 ], "nodes": [ - 5548 + 5648 ], "__typename": [ 85 @@ -121702,13 +123237,13 @@ export default { }, "tournament_stages_aggregate_bool_exp": { "bool_and": [ - 5551 + 5651 ], "bool_or": [ - 5552 + 5652 ], "count": [ - 5553 + 5653 ], "__typename": [ 85 @@ -121716,13 +123251,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_and": { "arguments": [ - 5578 + 5678 ], "distinct": [ 6 ], "filter": [ - 5560 + 5660 ], "predicate": [ 7 @@ -121733,13 +123268,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_or": { "arguments": [ - 5579 + 5679 ], "distinct": [ 6 ], "filter": [ - 5560 + 5660 ], "predicate": [ 7 @@ -121750,13 +123285,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_count": { "arguments": [ - 5577 + 5677 ], "distinct": [ 6 ], "filter": [ - 5560 + 5660 ], "predicate": [ 42 @@ -121767,13 +123302,13 @@ export default { }, "tournament_stages_aggregate_fields": { "avg": [ - 5558 + 5658 ], "count": [ 41, { "columns": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "distinct": [ @@ -121782,31 +123317,31 @@ export default { } ], "max": [ - 5567 + 5667 ], "min": [ - 5569 + 5669 ], "stddev": [ - 5581 + 5681 ], "stddev_pop": [ - 5583 + 5683 ], "stddev_samp": [ - 5585 + 5685 ], "sum": [ - 5589 + 5689 ], "var_pop": [ - 5593 + 5693 ], "var_samp": [ - 5595 + 5695 ], "variance": [ - 5597 + 5697 ], "__typename": [ 85 @@ -121814,37 +123349,37 @@ export default { }, "tournament_stages_aggregate_order_by": { "avg": [ - 5559 + 5659 ], "count": [ - 3601 + 3647 ], "max": [ - 5568 + 5668 ], "min": [ - 5570 + 5670 ], "stddev": [ - 5582 + 5682 ], "stddev_pop": [ - 5584 + 5684 ], "stddev_samp": [ - 5586 + 5686 ], "sum": [ - 5590 + 5690 ], "var_pop": [ - 5594 + 5694 ], "var_samp": [ - 5596 + 5696 ], "variance": [ - 5598 + 5698 ], "__typename": [ 85 @@ -121852,7 +123387,7 @@ export default { }, "tournament_stages_append_input": { "settings": [ - 2392 + 2438 ], "__typename": [ 85 @@ -121860,10 +123395,10 @@ export default { }, "tournament_stages_arr_rel_insert_input": { "data": [ - 5566 + 5666 ], "on_conflict": [ - 5573 + 5673 ], "__typename": [ 85 @@ -121900,28 +123435,28 @@ export default { }, "tournament_stages_avg_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -121929,19 +123464,19 @@ export default { }, "tournament_stages_bool_exp": { "_and": [ - 5560 + 5660 ], "_not": [ - 5560 + 5660 ], "_or": [ - 5560 + 5660 ], "brackets": [ - 5251 + 5297 ], "brackets_aggregate": [ - 5242 + 5288 ], "decider_best_of": [ 42 @@ -121950,7 +123485,7 @@ export default { 42 ], "e_tournament_stage_type": [ - 1567 + 1613 ], "final_map_advantage": [ 42 @@ -121959,10 +123494,10 @@ export default { 42 ], "id": [ - 6505 + 6605 ], "match_options_id": [ - 6505 + 6605 ], "max_rounds": [ 42 @@ -121974,19 +123509,19 @@ export default { 42 ], "options": [ - 3254 + 3300 ], "order": [ 42 ], "results": [ - 7264 + 7364 ], "results_aggregate": [ - 7247 + 7347 ], "settings": [ - 2394 + 2440 ], "swiss_no_elimination": [ 7 @@ -121995,19 +123530,19 @@ export default { 7 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "type": [ - 1570 + 1616 ], "windows": [ - 5516 + 5616 ], "windows_aggregate": [ - 5509 + 5609 ], "__typename": [ 85 @@ -122069,7 +123604,7 @@ export default { }, "tournament_stages_insert_input": { "brackets": [ - 5248 + 5294 ], "decider_best_of": [ 41 @@ -122078,7 +123613,7 @@ export default { 41 ], "e_tournament_stage_type": [ - 1575 + 1621 ], "final_map_advantage": [ 41 @@ -122087,10 +123622,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_rounds": [ 41 @@ -122102,16 +123637,16 @@ export default { 41 ], "options": [ - 3263 + 3309 ], "order": [ 41 ], "results": [ - 7261 + 7361 ], "settings": [ - 2392 + 2438 ], "swiss_no_elimination": [ 6 @@ -122120,16 +123655,16 @@ export default { 6 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "type": [ - 1569 + 1615 ], "windows": [ - 5513 + 5613 ], "__typename": [ 85 @@ -122149,10 +123684,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_rounds": [ 41 @@ -122167,7 +123702,7 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -122175,37 +123710,37 @@ export default { }, "tournament_stages_max_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122225,10 +123760,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_rounds": [ 41 @@ -122243,7 +123778,7 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -122251,37 +123786,37 @@ export default { }, "tournament_stages_min_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122292,7 +123827,7 @@ export default { 41 ], "returning": [ - 5548 + 5648 ], "__typename": [ 85 @@ -122300,10 +123835,10 @@ export default { }, "tournament_stages_obj_rel_insert_input": { "data": [ - 5566 + 5666 ], "on_conflict": [ - 5573 + 5673 ], "__typename": [ 85 @@ -122311,13 +123846,13 @@ export default { }, "tournament_stages_on_conflict": { "constraint": [ - 5561 + 5661 ], "update_columns": [ - 5591 + 5691 ], "where": [ - 5560 + 5660 ], "__typename": [ 85 @@ -122325,67 +123860,67 @@ export default { }, "tournament_stages_order_by": { "brackets_aggregate": [ - 5247 + 5293 ], "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "e_tournament_stage_type": [ - 1577 + 1623 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "options": [ - 3265 + 3311 ], "order": [ - 3601 + 3647 ], "results_aggregate": [ - 7260 + 7360 ], "settings": [ - 3601 + 3647 ], "swiss_no_elimination": [ - 3601 + 3647 ], "third_place_match": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "windows_aggregate": [ - 5512 + 5612 ], "__typename": [ 85 @@ -122393,7 +123928,7 @@ export default { }, "tournament_stages_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -122401,7 +123936,7 @@ export default { }, "tournament_stages_prepend_input": { "settings": [ - 2392 + 2438 ], "__typename": [ 85 @@ -122424,10 +123959,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_rounds": [ 41 @@ -122442,7 +123977,7 @@ export default { 41 ], "settings": [ - 2392 + 2438 ], "swiss_no_elimination": [ 6 @@ -122451,10 +123986,10 @@ export default { 6 ], "tournament_id": [ - 6503 + 6603 ], "type": [ - 1569 + 1615 ], "__typename": [ 85 @@ -122491,28 +124026,28 @@ export default { }, "tournament_stages_stddev_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122549,28 +124084,28 @@ export default { }, "tournament_stages_stddev_pop_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122607,28 +124142,28 @@ export default { }, "tournament_stages_stddev_samp_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122636,7 +124171,7 @@ export default { }, "tournament_stages_stream_cursor_input": { "initial_value": [ - 5588 + 5688 ], "ordering": [ 394 @@ -122659,10 +124194,10 @@ export default { 41 ], "id": [ - 6503 + 6603 ], "match_options_id": [ - 6503 + 6603 ], "max_rounds": [ 41 @@ -122677,7 +124212,7 @@ export default { 41 ], "settings": [ - 2392 + 2438 ], "swiss_no_elimination": [ 6 @@ -122686,10 +124221,10 @@ export default { 6 ], "tournament_id": [ - 6503 + 6603 ], "type": [ - 1569 + 1615 ], "__typename": [ 85 @@ -122726,28 +124261,28 @@ export default { }, "tournament_stages_sum_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122756,28 +124291,28 @@ export default { "tournament_stages_update_column": {}, "tournament_stages_updates": { "_append": [ - 5556 + 5656 ], "_delete_at_path": [ - 5562 + 5662 ], "_delete_elem": [ - 5563 + 5663 ], "_delete_key": [ - 5564 + 5664 ], "_inc": [ - 5565 + 5665 ], "_prepend": [ - 5576 + 5676 ], "_set": [ - 5580 + 5680 ], "where": [ - 5560 + 5660 ], "__typename": [ 85 @@ -122814,28 +124349,28 @@ export default { }, "tournament_stages_var_pop_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122872,28 +124407,28 @@ export default { }, "tournament_stages_var_samp_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122930,28 +124465,28 @@ export default { }, "tournament_stages_variance_order_by": { "decider_best_of": [ - 3601 + 3647 ], "default_best_of": [ - 3601 + 3647 ], "final_map_advantage": [ - 3601 + 3647 ], "groups": [ - 3601 + 3647 ], "max_rounds": [ - 3601 + 3647 ], "max_teams": [ - 3601 + 3647 ], "min_teams": [ - 3601 + 3647 ], "order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -122959,28 +124494,28 @@ export default { }, "tournament_team_invites": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by": [ - 4559 + 4605 ], "invited_by_player_steam_id": [ 311 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 ], "team": [ - 5681 + 5781 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -122988,10 +124523,10 @@ export default { }, "tournament_team_invites_aggregate": { "aggregate": [ - 5603 + 5703 ], "nodes": [ - 5599 + 5699 ], "__typename": [ 85 @@ -122999,7 +124534,7 @@ export default { }, "tournament_team_invites_aggregate_bool_exp": { "count": [ - 5602 + 5702 ], "__typename": [ 85 @@ -123007,13 +124542,13 @@ export default { }, "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 5620 + 5720 ], "distinct": [ 6 ], "filter": [ - 5608 + 5708 ], "predicate": [ 42 @@ -123024,13 +124559,13 @@ export default { }, "tournament_team_invites_aggregate_fields": { "avg": [ - 5606 + 5706 ], "count": [ 41, { "columns": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "distinct": [ @@ -123039,31 +124574,31 @@ export default { } ], "max": [ - 5612 + 5712 ], "min": [ - 5614 + 5714 ], "stddev": [ - 5622 + 5722 ], "stddev_pop": [ - 5624 + 5724 ], "stddev_samp": [ - 5626 + 5726 ], "sum": [ - 5630 + 5730 ], "var_pop": [ - 5634 + 5734 ], "var_samp": [ - 5636 + 5736 ], "variance": [ - 5638 + 5738 ], "__typename": [ 85 @@ -123071,37 +124606,37 @@ export default { }, "tournament_team_invites_aggregate_order_by": { "avg": [ - 5607 + 5707 ], "count": [ - 3601 + 3647 ], "max": [ - 5613 + 5713 ], "min": [ - 5615 + 5715 ], "stddev": [ - 5623 + 5723 ], "stddev_pop": [ - 5625 + 5725 ], "stddev_samp": [ - 5627 + 5727 ], "sum": [ - 5631 + 5731 ], "var_pop": [ - 5635 + 5735 ], "var_samp": [ - 5637 + 5737 ], "variance": [ - 5639 + 5739 ], "__typename": [ 85 @@ -123109,10 +124644,10 @@ export default { }, "tournament_team_invites_arr_rel_insert_input": { "data": [ - 5611 + 5711 ], "on_conflict": [ - 5617 + 5717 ], "__typename": [ 85 @@ -123131,10 +124666,10 @@ export default { }, "tournament_team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123142,37 +124677,37 @@ export default { }, "tournament_team_invites_bool_exp": { "_and": [ - 5608 + 5708 ], "_not": [ - 5608 + 5708 ], "_or": [ - 5608 + 5708 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "invited_by": [ - 4563 + 4609 ], "invited_by_player_steam_id": [ 313 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 ], "team": [ - 5692 + 5792 ], "tournament_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -123192,28 +124727,28 @@ export default { }, "tournament_team_invites_insert_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by": [ - 4570 + 4616 ], "invited_by_player_steam_id": [ 311 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 ], "team": [ - 5701 + 5801 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123221,10 +124756,10 @@ export default { }, "tournament_team_invites_max_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -123233,7 +124768,7 @@ export default { 311 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123241,19 +124776,19 @@ export default { }, "tournament_team_invites_max_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123261,10 +124796,10 @@ export default { }, "tournament_team_invites_min_fields": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -123273,7 +124808,7 @@ export default { 311 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123281,19 +124816,19 @@ export default { }, "tournament_team_invites_min_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123304,7 +124839,7 @@ export default { 41 ], "returning": [ - 5599 + 5699 ], "__typename": [ 85 @@ -123312,13 +124847,13 @@ export default { }, "tournament_team_invites_on_conflict": { "constraint": [ - 5609 + 5709 ], "update_columns": [ - 5632 + 5732 ], "where": [ - 5608 + 5708 ], "__typename": [ 85 @@ -123326,28 +124861,28 @@ export default { }, "tournament_team_invites_order_by": { "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invited_by": [ - 4572 + 4618 ], "invited_by_player_steam_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "team": [ - 5703 + 5803 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123355,7 +124890,7 @@ export default { }, "tournament_team_invites_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123364,10 +124899,10 @@ export default { "tournament_team_invites_select_column": {}, "tournament_team_invites_set_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -123376,7 +124911,7 @@ export default { 311 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123395,10 +124930,10 @@ export default { }, "tournament_team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123417,10 +124952,10 @@ export default { }, "tournament_team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123439,10 +124974,10 @@ export default { }, "tournament_team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123450,7 +124985,7 @@ export default { }, "tournament_team_invites_stream_cursor_input": { "initial_value": [ - 5629 + 5729 ], "ordering": [ 394 @@ -123461,10 +124996,10 @@ export default { }, "tournament_team_invites_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "invited_by_player_steam_id": [ 311 @@ -123473,7 +125008,7 @@ export default { 311 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123492,10 +125027,10 @@ export default { }, "tournament_team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123504,13 +125039,13 @@ export default { "tournament_team_invites_update_column": {}, "tournament_team_invites_updates": { "_inc": [ - 5610 + 5710 ], "_set": [ - 5621 + 5721 ], "where": [ - 5608 + 5708 ], "__typename": [ 85 @@ -123529,10 +125064,10 @@ export default { }, "tournament_team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123551,10 +125086,10 @@ export default { }, "tournament_team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123573,10 +125108,10 @@ export default { }, "tournament_team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123584,34 +125119,34 @@ export default { }, "tournament_team_roster": { "checked_in_at": [ - 5196 + 5242 ], "e_team_role": [ - 1441 + 1487 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "role": [ - 1446 + 1492 ], "target_eligible": [ 6 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team": [ - 5681 + 5781 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123619,10 +125154,10 @@ export default { }, "tournament_team_roster_aggregate": { "aggregate": [ - 5644 + 5744 ], "nodes": [ - 5640 + 5740 ], "__typename": [ 85 @@ -123630,7 +125165,7 @@ export default { }, "tournament_team_roster_aggregate_bool_exp": { "count": [ - 5643 + 5743 ], "__typename": [ 85 @@ -123638,13 +125173,13 @@ export default { }, "tournament_team_roster_aggregate_bool_exp_count": { "arguments": [ - 5661 + 5761 ], "distinct": [ 6 ], "filter": [ - 5649 + 5749 ], "predicate": [ 42 @@ -123655,13 +125190,13 @@ export default { }, "tournament_team_roster_aggregate_fields": { "avg": [ - 5647 + 5747 ], "count": [ 41, { "columns": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "distinct": [ @@ -123670,31 +125205,31 @@ export default { } ], "max": [ - 5653 + 5753 ], "min": [ - 5655 + 5755 ], "stddev": [ - 5663 + 5763 ], "stddev_pop": [ - 5665 + 5765 ], "stddev_samp": [ - 5667 + 5767 ], "sum": [ - 5671 + 5771 ], "var_pop": [ - 5675 + 5775 ], "var_samp": [ - 5677 + 5777 ], "variance": [ - 5679 + 5779 ], "__typename": [ 85 @@ -123702,37 +125237,37 @@ export default { }, "tournament_team_roster_aggregate_order_by": { "avg": [ - 5648 + 5748 ], "count": [ - 3601 + 3647 ], "max": [ - 5654 + 5754 ], "min": [ - 5656 + 5756 ], "stddev": [ - 5664 + 5764 ], "stddev_pop": [ - 5666 + 5766 ], "stddev_samp": [ - 5668 + 5768 ], "sum": [ - 5672 + 5772 ], "var_pop": [ - 5676 + 5776 ], "var_samp": [ - 5678 + 5778 ], "variance": [ - 5680 + 5780 ], "__typename": [ 85 @@ -123740,10 +125275,10 @@ export default { }, "tournament_team_roster_arr_rel_insert_input": { "data": [ - 5652 + 5752 ], "on_conflict": [ - 5658 + 5758 ], "__typename": [ 85 @@ -123759,7 +125294,7 @@ export default { }, "tournament_team_roster_avg_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123767,43 +125302,43 @@ export default { }, "tournament_team_roster_bool_exp": { "_and": [ - 5649 + 5749 ], "_not": [ - 5649 + 5749 ], "_or": [ - 5649 + 5749 ], "checked_in_at": [ - 5197 + 5243 ], "e_team_role": [ - 1444 + 1490 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "role": [ - 1447 + 1493 ], "target_eligible": [ 7 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "tournament_team": [ - 5692 + 5792 ], "tournament_team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -123820,31 +125355,31 @@ export default { }, "tournament_team_roster_insert_input": { "checked_in_at": [ - 5196 + 5242 ], "e_team_role": [ - 1452 + 1498 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "role": [ - 1446 + 1492 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team": [ - 5701 + 5801 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123852,16 +125387,16 @@ export default { }, "tournament_team_roster_max_fields": { "checked_in_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123869,16 +125404,16 @@ export default { }, "tournament_team_roster_max_order_by": { "checked_in_at": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123886,16 +125421,16 @@ export default { }, "tournament_team_roster_min_fields": { "checked_in_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123903,16 +125438,16 @@ export default { }, "tournament_team_roster_min_order_by": { "checked_in_at": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123923,7 +125458,7 @@ export default { 41 ], "returning": [ - 5640 + 5740 ], "__typename": [ 85 @@ -123931,13 +125466,13 @@ export default { }, "tournament_team_roster_on_conflict": { "constraint": [ - 5650 + 5750 ], "update_columns": [ - 5673 + 5773 ], "where": [ - 5649 + 5749 ], "__typename": [ 85 @@ -123945,34 +125480,34 @@ export default { }, "tournament_team_roster_order_by": { "checked_in_at": [ - 3601 + 3647 ], "e_team_role": [ - 1454 + 1500 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "role": [ - 3601 + 3647 ], "target_eligible": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team": [ - 5703 + 5803 ], "tournament_team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -123983,7 +125518,7 @@ export default { 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -123992,19 +125527,19 @@ export default { "tournament_team_roster_select_column": {}, "tournament_team_roster_set_input": { "checked_in_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "role": [ - 1446 + 1492 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -124020,7 +125555,7 @@ export default { }, "tournament_team_roster_stddev_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124036,7 +125571,7 @@ export default { }, "tournament_team_roster_stddev_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124052,7 +125587,7 @@ export default { }, "tournament_team_roster_stddev_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124060,7 +125595,7 @@ export default { }, "tournament_team_roster_stream_cursor_input": { "initial_value": [ - 5670 + 5770 ], "ordering": [ 394 @@ -124071,19 +125606,19 @@ export default { }, "tournament_team_roster_stream_cursor_value_input": { "checked_in_at": [ - 5196 + 5242 ], "player_steam_id": [ 311 ], "role": [ - 1446 + 1492 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -124099,7 +125634,7 @@ export default { }, "tournament_team_roster_sum_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124108,13 +125643,13 @@ export default { "tournament_team_roster_update_column": {}, "tournament_team_roster_updates": { "_inc": [ - 5651 + 5751 ], "_set": [ - 5662 + 5762 ], "where": [ - 5649 + 5749 ], "__typename": [ 85 @@ -124130,7 +125665,7 @@ export default { }, "tournament_team_roster_var_pop_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124146,7 +125681,7 @@ export default { }, "tournament_team_roster_var_samp_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124162,7 +125697,7 @@ export default { }, "tournament_team_roster_variance_order_by": { "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124173,7 +125708,7 @@ export default { 6 ], "captain": [ - 4559 + 4605 ], "captain_steam_id": [ 311 @@ -124182,22 +125717,22 @@ export default { 6 ], "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "creator": [ - 4559 + 4605 ], "eligible_at": [ - 5196 + 5242 ], "free_agents": [ - 5310, + 5356, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -124207,19 +125742,19 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "free_agents_aggregate": [ - 5311, + 5357, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -124229,22 +125764,22 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "id": [ - 6503 + 6603 ], "invites": [ - 5599, + 5699, { "distinct_on": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -124254,19 +125789,19 @@ export default { 41 ], "order_by": [ - 5618, + 5718, "[tournament_team_invites_order_by!]" ], "where": [ - 5608 + 5708 ] } ], "invites_aggregate": [ - 5600, + 5700, { "distinct_on": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -124276,11 +125811,11 @@ export default { 41 ], "order_by": [ - 5618, + 5718, "[tournament_team_invites_order_by!]" ], "where": [ - 5608 + 5708 ] } ], @@ -124294,13 +125829,13 @@ export default { 311 ], "results": [ - 7245 + 7345 ], "roster": [ - 5640, + 5740, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -124310,19 +125845,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "roster_aggregate": [ - 5641, + 5741, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -124332,11 +125867,11 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], @@ -124347,16 +125882,16 @@ export default { 85 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -124364,10 +125899,10 @@ export default { }, "tournament_teams_aggregate": { "aggregate": [ - 5687 + 5787 ], "nodes": [ - 5681 + 5781 ], "__typename": [ 85 @@ -124375,13 +125910,13 @@ export default { }, "tournament_teams_aggregate_bool_exp": { "bool_and": [ - 5684 + 5784 ], "bool_or": [ - 5685 + 5785 ], "count": [ - 5686 + 5786 ], "__typename": [ 85 @@ -124389,13 +125924,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_bool_and": { "arguments": [ - 5706 + 5806 ], "distinct": [ 6 ], "filter": [ - 5692 + 5792 ], "predicate": [ 7 @@ -124406,13 +125941,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_bool_or": { "arguments": [ - 5707 + 5807 ], "distinct": [ 6 ], "filter": [ - 5692 + 5792 ], "predicate": [ 7 @@ -124423,13 +125958,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 5705 + 5805 ], "distinct": [ 6 ], "filter": [ - 5692 + 5792 ], "predicate": [ 42 @@ -124440,13 +125975,13 @@ export default { }, "tournament_teams_aggregate_fields": { "avg": [ - 5690 + 5790 ], "count": [ 41, { "columns": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "distinct": [ @@ -124455,31 +125990,31 @@ export default { } ], "max": [ - 5696 + 5796 ], "min": [ - 5698 + 5798 ], "stddev": [ - 5709 + 5809 ], "stddev_pop": [ - 5711 + 5811 ], "stddev_samp": [ - 5713 + 5813 ], "sum": [ - 5717 + 5817 ], "var_pop": [ - 5721 + 5821 ], "var_samp": [ - 5723 + 5823 ], "variance": [ - 5725 + 5825 ], "__typename": [ 85 @@ -124487,37 +126022,37 @@ export default { }, "tournament_teams_aggregate_order_by": { "avg": [ - 5691 + 5791 ], "count": [ - 3601 + 3647 ], "max": [ - 5697 + 5797 ], "min": [ - 5699 + 5799 ], "stddev": [ - 5710 + 5810 ], "stddev_pop": [ - 5712 + 5812 ], "stddev_samp": [ - 5714 + 5814 ], "sum": [ - 5718 + 5818 ], "var_pop": [ - 5722 + 5822 ], "var_samp": [ - 5724 + 5824 ], "variance": [ - 5726 + 5826 ], "__typename": [ 85 @@ -124525,10 +126060,10 @@ export default { }, "tournament_teams_arr_rel_insert_input": { "data": [ - 5695 + 5795 ], "on_conflict": [ - 5702 + 5802 ], "__typename": [ 85 @@ -124550,13 +126085,13 @@ export default { }, "tournament_teams_avg_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124564,19 +126099,19 @@ export default { }, "tournament_teams_bool_exp": { "_and": [ - 5692 + 5792 ], "_not": [ - 5692 + 5792 ], "_or": [ - 5692 + 5792 ], "can_manage": [ 7 ], "captain": [ - 4563 + 4609 ], "captain_steam_id": [ 313 @@ -124585,31 +126120,31 @@ export default { 7 ], "checked_in_at": [ - 5197 + 5243 ], "created_at": [ - 5197 + 5243 ], "creator": [ - 4563 + 4609 ], "eligible_at": [ - 5197 + 5243 ], "free_agents": [ - 5319 + 5365 ], "free_agents_aggregate": [ - 5312 + 5358 ], "id": [ - 6505 + 6605 ], "invites": [ - 5608 + 5708 ], "invites_aggregate": [ - 5601 + 5701 ], "is_drafted": [ 7 @@ -124621,13 +126156,13 @@ export default { 313 ], "results": [ - 7264 + 7364 ], "roster": [ - 5649 + 5749 ], "roster_aggregate": [ - 5642 + 5742 ], "seed": [ 42 @@ -124636,16 +126171,16 @@ export default { 87 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -124668,31 +126203,31 @@ export default { }, "tournament_teams_insert_input": { "captain": [ - 4570 + 4616 ], "captain_steam_id": [ 311 ], "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "creator": [ - 4570 + 4616 ], "eligible_at": [ - 5196 + 5242 ], "free_agents": [ - 5316 + 5362 ], "id": [ - 6503 + 6603 ], "invites": [ - 5605 + 5705 ], "is_drafted": [ 6 @@ -124704,10 +126239,10 @@ export default { 311 ], "results": [ - 7273 + 7373 ], "roster": [ - 5646 + 5746 ], "seed": [ 41 @@ -124716,16 +126251,16 @@ export default { 85 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -124736,16 +126271,16 @@ export default { 311 ], "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "eligible_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -124760,10 +126295,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -124771,37 +126306,37 @@ export default { }, "tournament_teams_max_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "checked_in_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "eligible_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "short_name": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124812,16 +126347,16 @@ export default { 311 ], "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "eligible_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "name": [ 85 @@ -124836,10 +126371,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -124847,37 +126382,37 @@ export default { }, "tournament_teams_min_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "checked_in_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "eligible_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "short_name": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124888,7 +126423,7 @@ export default { 41 ], "returning": [ - 5681 + 5781 ], "__typename": [ 85 @@ -124896,10 +126431,10 @@ export default { }, "tournament_teams_obj_rel_insert_input": { "data": [ - 5695 + 5795 ], "on_conflict": [ - 5702 + 5802 ], "__typename": [ 85 @@ -124907,13 +126442,13 @@ export default { }, "tournament_teams_on_conflict": { "constraint": [ - 5693 + 5793 ], "update_columns": [ - 5719 + 5819 ], "where": [ - 5692 + 5792 ], "__typename": [ 85 @@ -124921,70 +126456,70 @@ export default { }, "tournament_teams_order_by": { "can_manage": [ - 3601 + 3647 ], "captain": [ - 4572 + 4618 ], "captain_steam_id": [ - 3601 + 3647 ], "checked_in": [ - 3601 + 3647 ], "checked_in_at": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "creator": [ - 4572 + 4618 ], "eligible_at": [ - 3601 + 3647 ], "free_agents_aggregate": [ - 5315 + 5361 ], "id": [ - 3601 + 3647 ], "invites_aggregate": [ - 5604 + 5704 ], "is_drafted": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "results": [ - 7275 + 7375 ], "roster_aggregate": [ - 5645 + 5745 ], "seed": [ - 3601 + 3647 ], "short_name": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -124992,7 +126527,7 @@ export default { }, "tournament_teams_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -125006,16 +126541,16 @@ export default { 311 ], "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "eligible_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "is_drafted": [ 6 @@ -125033,10 +126568,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -125058,13 +126593,13 @@ export default { }, "tournament_teams_stddev_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125086,13 +126621,13 @@ export default { }, "tournament_teams_stddev_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125114,13 +126649,13 @@ export default { }, "tournament_teams_stddev_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125128,7 +126663,7 @@ export default { }, "tournament_teams_stream_cursor_input": { "initial_value": [ - 5716 + 5816 ], "ordering": [ 394 @@ -125142,16 +126677,16 @@ export default { 311 ], "checked_in_at": [ - 5196 + 5242 ], "created_at": [ - 5196 + 5242 ], "eligible_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "is_drafted": [ 6 @@ -125169,10 +126704,10 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -125194,13 +126729,13 @@ export default { }, "tournament_teams_sum_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125209,13 +126744,13 @@ export default { "tournament_teams_update_column": {}, "tournament_teams_updates": { "_inc": [ - 5694 + 5794 ], "_set": [ - 5708 + 5808 ], "where": [ - 5692 + 5792 ], "__typename": [ 85 @@ -125237,13 +126772,13 @@ export default { }, "tournament_teams_var_pop_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125265,13 +126800,13 @@ export default { }, "tournament_teams_var_samp_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125293,13 +126828,13 @@ export default { }, "tournament_teams_variance_order_by": { "captain_steam_id": [ - 3601 + 3647 ], "owner_steam_id": [ - 3601 + 3647 ], "seed": [ - 3601 + 3647 ], "__typename": [ 85 @@ -125307,16 +126842,16 @@ export default { }, "tournaments": { "admin": [ - 4559 + 4605 ], "auto_start": [ 6 ], "award_configs": [ - 5198, + 5244, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -125326,19 +126861,19 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "award_configs_aggregate": [ - 5199, + 5245, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -125348,11 +126883,11 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], @@ -125434,10 +126969,10 @@ export default { 6 ], "categories": [ - 5286, + 5332, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -125447,19 +126982,19 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], "categories_aggregate": [ - 5287, + 5333, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -125469,11 +127004,11 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], @@ -125481,7 +127016,7 @@ export default { 41 ], "check_in_ends_at": [ - 5196 + 5242 ], "check_in_open": [ 6 @@ -125499,7 +127034,7 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -125556,13 +127091,13 @@ export default { 85 ], "e_tournament_status": [ - 1585 + 1631 ], "free_agents": [ - 5310, + 5356, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -125572,19 +127107,19 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "free_agents_aggregate": [ - 5311, + 5357, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -125594,11 +127129,11 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], @@ -125609,7 +127144,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "invite_only": [ 6 @@ -125624,10 +127159,10 @@ export default { 6 ], "latitude": [ - 2046 + 2092 ], "league_season_division": [ - 2570 + 2616 ], "location": [ 85 @@ -125636,10 +127171,10 @@ export default { 85 ], "longitude": [ - 2046 + 2092 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -125666,7 +127201,7 @@ export default { 85 ], "options": [ - 3243 + 3289 ], "organizer_registration_passcode": [ 85 @@ -125675,10 +127210,10 @@ export default { 311 ], "organizer_teams": [ - 5374, + 5474, { "distinct_on": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -125688,19 +127223,19 @@ export default { 41 ], "order_by": [ - 5390, + 5490, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5381 + 5481 ] } ], "organizer_teams_aggregate": [ - 5375, + 5475, { "distinct_on": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -125710,19 +127245,19 @@ export default { 41 ], "order_by": [ - 5390, + 5490, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5381 + 5481 ] } ], "organizers": [ - 5398, + 5498, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -125732,19 +127267,19 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "organizers_aggregate": [ - 5399, + 5499, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -125754,19 +127289,19 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "player_stats": [ - 7356, + 7456, { "distinct_on": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -125776,19 +127311,19 @@ export default { 41 ], "order_by": [ - 7381, + 7481, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7375 + 7475 ] } ], "player_stats_aggregate": [ - 7357, + 7457, { "distinct_on": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -125798,19 +127333,19 @@ export default { 41 ], "order_by": [ - 7381, + 7481, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7375 + 7475 ] } ], "prizes": [ - 5439, + 5539, { "distinct_on": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "limit": [ @@ -125820,19 +127355,19 @@ export default { 41 ], "order_by": [ - 5458, + 5558, "[tournament_prizes_order_by!]" ], "where": [ - 5448 + 5548 ] } ], "prizes_aggregate": [ - 5440, + 5540, { "distinct_on": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "limit": [ @@ -125842,11 +127377,11 @@ export default { 41 ], "order_by": [ - 5458, + 5558, "[tournament_prizes_order_by!]" ], "where": [ - 5448 + 5548 ] } ], @@ -125857,16 +127392,16 @@ export default { 85 ], "registration_type": [ - 1549 + 1595 ], "registration_unlocked": [ 6 ], "results": [ - 7305, + 7405, { "distinct_on": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -125876,19 +127411,19 @@ export default { 41 ], "order_by": [ - 7330, + 7430, "[v_team_tournament_results_order_by!]" ], "where": [ - 7324 + 7424 ] } ], "results_aggregate": [ - 7306, + 7406, { "distinct_on": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -125898,19 +127433,19 @@ export default { 41 ], "order_by": [ - 7330, + 7430, "[v_team_tournament_results_order_by!]" ], "where": [ - 7324 + 7424 ] } ], "rosters": [ - 5640, + 5740, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -125920,19 +127455,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "rosters_aggregate": [ - 5641, + 5741, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -125942,11 +127477,11 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], @@ -125954,10 +127489,10 @@ export default { 85 ], "stages": [ - 5548, + 5648, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -125967,19 +127502,19 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "stages_aggregate": [ - 5549, + 5649, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -125989,25 +127524,25 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "start": [ - 5196 + 5242 ], "status": [ - 1590 + 1636 ], "teams": [ - 5681, + 5781, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -126017,19 +127552,19 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], "teams_aggregate": [ - 5682, + 5782, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -126039,11 +127574,11 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], @@ -126053,10 +127588,10 @@ export default { }, "tournaments_aggregate": { "aggregate": [ - 5743 + 5843 ], "nodes": [ - 5727 + 5827 ], "__typename": [ 85 @@ -126064,37 +127599,37 @@ export default { }, "tournaments_aggregate_bool_exp": { "avg": [ - 5730 + 5830 ], "bool_and": [ - 5731 + 5831 ], "bool_or": [ - 5732 + 5832 ], "corr": [ - 5733 + 5833 ], "count": [ - 5735 + 5835 ], "covar_samp": [ - 5736 + 5836 ], "max": [ - 5738 + 5838 ], "min": [ - 5739 + 5839 ], "stddev_samp": [ - 5740 + 5840 ], "sum": [ - 5741 + 5841 ], "var_samp": [ - 5742 + 5842 ], "__typename": [ 85 @@ -126102,16 +127637,16 @@ export default { }, "tournaments_aggregate_bool_exp_avg": { "arguments": [ - 5762 + 5862 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126119,13 +127654,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 5763 + 5863 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ 7 @@ -126136,13 +127671,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 5764 + 5864 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ 7 @@ -126153,16 +127688,16 @@ export default { }, "tournaments_aggregate_bool_exp_corr": { "arguments": [ - 5734 + 5834 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126170,10 +127705,10 @@ export default { }, "tournaments_aggregate_bool_exp_corr_arguments": { "X": [ - 5765 + 5865 ], "Y": [ - 5765 + 5865 ], "__typename": [ 85 @@ -126181,13 +127716,13 @@ export default { }, "tournaments_aggregate_bool_exp_count": { "arguments": [ - 5761 + 5861 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ 42 @@ -126198,16 +127733,16 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp": { "arguments": [ - 5737 + 5837 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126215,10 +127750,10 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5766 + 5866 ], "Y": [ - 5766 + 5866 ], "__typename": [ 85 @@ -126226,16 +127761,16 @@ export default { }, "tournaments_aggregate_bool_exp_max": { "arguments": [ - 5767 + 5867 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126243,16 +127778,16 @@ export default { }, "tournaments_aggregate_bool_exp_min": { "arguments": [ - 5768 + 5868 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126260,16 +127795,16 @@ export default { }, "tournaments_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5769 + 5869 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126277,16 +127812,16 @@ export default { }, "tournaments_aggregate_bool_exp_sum": { "arguments": [ - 5770 + 5870 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126294,16 +127829,16 @@ export default { }, "tournaments_aggregate_bool_exp_var_samp": { "arguments": [ - 5771 + 5871 ], "distinct": [ 6 ], "filter": [ - 5748 + 5848 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -126311,13 +127846,13 @@ export default { }, "tournaments_aggregate_fields": { "avg": [ - 5746 + 5846 ], "count": [ 41, { "columns": [ - 5761, + 5861, "[tournaments_select_column!]" ], "distinct": [ @@ -126326,31 +127861,31 @@ export default { } ], "max": [ - 5752 + 5852 ], "min": [ - 5754 + 5854 ], "stddev": [ - 5773 + 5873 ], "stddev_pop": [ - 5775 + 5875 ], "stddev_samp": [ - 5777 + 5877 ], "sum": [ - 5781 + 5881 ], "var_pop": [ - 5785 + 5885 ], "var_samp": [ - 5787 + 5887 ], "variance": [ - 5789 + 5889 ], "__typename": [ 85 @@ -126358,37 +127893,37 @@ export default { }, "tournaments_aggregate_order_by": { "avg": [ - 5747 + 5847 ], "count": [ - 3601 + 3647 ], "max": [ - 5753 + 5853 ], "min": [ - 5755 + 5855 ], "stddev": [ - 5774 + 5874 ], "stddev_pop": [ - 5776 + 5876 ], "stddev_samp": [ - 5778 + 5878 ], "sum": [ - 5782 + 5882 ], "var_pop": [ - 5786 + 5886 ], "var_samp": [ - 5788 + 5888 ], "variance": [ - 5790 + 5890 ], "__typename": [ 85 @@ -126396,10 +127931,10 @@ export default { }, "tournaments_arr_rel_insert_input": { "data": [ - 5751 + 5851 ], "on_conflict": [ - 5758 + 5858 ], "__typename": [ 85 @@ -126442,25 +127977,25 @@ export default { }, "tournaments_avg_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -126468,25 +128003,25 @@ export default { }, "tournaments_bool_exp": { "_and": [ - 5748 + 5848 ], "_not": [ - 5748 + 5848 ], "_or": [ - 5748 + 5848 ], "admin": [ - 4563 + 4609 ], "auto_start": [ 7 ], "award_configs": [ - 5207 + 5253 ], "award_configs_aggregate": [ - 5200 + 5246 ], "awards": [ 251 @@ -126528,16 +128063,16 @@ export default { 7 ], "categories": [ - 5293 + 5339 ], "categories_aggregate": [ - 5288 + 5334 ], "check_in_closes_before_minutes": [ 42 ], "check_in_ends_at": [ - 5197 + 5243 ], "check_in_open": [ 7 @@ -126555,7 +128090,7 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 @@ -126612,13 +128147,13 @@ export default { 87 ], "e_tournament_status": [ - 1588 + 1634 ], "free_agents": [ - 5319 + 5365 ], "free_agents_aggregate": [ - 5312 + 5358 ], "has_min_teams": [ 7 @@ -126627,7 +128162,7 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "invite_only": [ 7 @@ -126642,10 +128177,10 @@ export default { 7 ], "latitude": [ - 2047 + 2093 ], "league_season_division": [ - 2577 + 2623 ], "location": [ 87 @@ -126654,10 +128189,10 @@ export default { 87 ], "longitude": [ - 2047 + 2093 ], "match_options_id": [ - 6505 + 6605 ], "max_elo": [ 42 @@ -126684,7 +128219,7 @@ export default { 87 ], "options": [ - 3254 + 3300 ], "organizer_registration_passcode": [ 87 @@ -126693,28 +128228,28 @@ export default { 313 ], "organizer_teams": [ - 5381 + 5481 ], "organizer_teams_aggregate": [ - 5376 + 5476 ], "organizers": [ - 5407 + 5507 ], "organizers_aggregate": [ - 5400 + 5500 ], "player_stats": [ - 7375 + 7475 ], "player_stats_aggregate": [ - 7358 + 7458 ], "prizes": [ - 5448 + 5548 ], "prizes_aggregate": [ - 5441 + 5541 ], "regions": [ 86 @@ -126723,43 +128258,43 @@ export default { 87 ], "registration_type": [ - 1550 + 1596 ], "registration_unlocked": [ 7 ], "results": [ - 7324 + 7424 ], "results_aggregate": [ - 7307 + 7407 ], "rosters": [ - 5649 + 5749 ], "rosters_aggregate": [ - 5642 + 5742 ], "scheduling_mode": [ 87 ], "stages": [ - 5560 + 5660 ], "stages_aggregate": [ - 5550 + 5650 ], "start": [ - 5197 + 5243 ], "status": [ - 1591 + 1637 ], "teams": [ - 5692 + 5792 ], "teams_aggregate": [ - 5683 + 5783 ], "__typename": [ 85 @@ -126774,10 +128309,10 @@ export default { 41 ], "latitude": [ - 2046 + 2092 ], "longitude": [ - 2046 + 2092 ], "max_elo": [ 41 @@ -126794,13 +128329,13 @@ export default { }, "tournaments_insert_input": { "admin": [ - 4570 + 4616 ], "auto_start": [ 6 ], "award_configs": [ - 5204 + 5250 ], "awards": [ 248 @@ -126812,13 +128347,13 @@ export default { 85 ], "categories": [ - 5292 + 5338 ], "check_in_closes_before_minutes": [ 41 ], "check_in_ends_at": [ - 5196 + 5242 ], "check_in_opens_before_minutes": [ 41 @@ -126830,7 +128365,7 @@ export default { 689 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -126887,16 +128422,16 @@ export default { 85 ], "e_tournament_status": [ - 1596 + 1642 ], "free_agents": [ - 5316 + 5362 ], "homepage": [ 85 ], "id": [ - 6503 + 6603 ], "invite_only": [ 6 @@ -126905,10 +128440,10 @@ export default { 6 ], "latitude": [ - 2046 + 2092 ], "league_season_division": [ - 2585 + 2631 ], "location": [ 85 @@ -126917,10 +128452,10 @@ export default { 85 ], "longitude": [ - 2046 + 2092 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -126935,22 +128470,22 @@ export default { 85 ], "options": [ - 3263 + 3309 ], "organizer_steam_id": [ 311 ], "organizer_teams": [ - 5380 + 5480 ], "organizers": [ - 5404 + 5504 ], "player_stats": [ - 7372 + 7472 ], "prizes": [ - 5445 + 5545 ], "regions": [ 85 @@ -126959,28 +128494,28 @@ export default { 85 ], "registration_type": [ - 1549 + 1595 ], "results": [ - 7321 + 7421 ], "rosters": [ - 5646 + 5746 ], "scheduling_mode": [ 85 ], "stages": [ - 5557 + 5657 ], "start": [ - 5196 + 5242 ], "status": [ - 1590 + 1636 ], "teams": [ - 5689 + 5789 ], "__typename": [ 85 @@ -126994,13 +128529,13 @@ export default { 41 ], "check_in_ends_at": [ - 5196 + 5242 ], "check_in_opens_before_minutes": [ 41 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -127018,10 +128553,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "latitude": [ - 2046 + 2092 ], "location": [ 85 @@ -127030,10 +128565,10 @@ export default { 85 ], "longitude": [ - 2046 + 2092 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -127069,7 +128604,7 @@ export default { 85 ], "start": [ - 5196 + 5242 ], "__typename": [ 85 @@ -127077,76 +128612,76 @@ export default { }, "tournaments_max_order_by": { "banner": [ - 3601 + 3647 ], "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_ends_at": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "discord_guild_id": [ - 3601 + 3647 ], "discord_role_id": [ - 3601 + 3647 ], "discord_webhook": [ - 3601 + 3647 ], "homepage": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "location": [ - 3601 + 3647 ], "logo": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "registration_passcode": [ - 3601 + 3647 ], "scheduling_mode": [ - 3601 + 3647 ], "start": [ - 3601 + 3647 ], "__typename": [ 85 @@ -127160,13 +128695,13 @@ export default { 41 ], "check_in_ends_at": [ - 5196 + 5242 ], "check_in_opens_before_minutes": [ 41 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -127184,10 +128719,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "latitude": [ - 2046 + 2092 ], "location": [ 85 @@ -127196,10 +128731,10 @@ export default { 85 ], "longitude": [ - 2046 + 2092 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -127235,7 +128770,7 @@ export default { 85 ], "start": [ - 5196 + 5242 ], "__typename": [ 85 @@ -127243,76 +128778,76 @@ export default { }, "tournaments_min_order_by": { "banner": [ - 3601 + 3647 ], "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_ends_at": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "discord_guild_id": [ - 3601 + 3647 ], "discord_role_id": [ - 3601 + 3647 ], "discord_webhook": [ - 3601 + 3647 ], "homepage": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "location": [ - 3601 + 3647 ], "logo": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "regions": [ - 3601 + 3647 ], "registration_passcode": [ - 3601 + 3647 ], "scheduling_mode": [ - 3601 + 3647 ], "start": [ - 3601 + 3647 ], "__typename": [ 85 @@ -127323,7 +128858,7 @@ export default { 41 ], "returning": [ - 5727 + 5827 ], "__typename": [ 85 @@ -127331,10 +128866,10 @@ export default { }, "tournaments_obj_rel_insert_input": { "data": [ - 5751 + 5851 ], "on_conflict": [ - 5758 + 5858 ], "__typename": [ 85 @@ -127342,13 +128877,13 @@ export default { }, "tournaments_on_conflict": { "constraint": [ - 5749 + 5849 ], "update_columns": [ - 5783 + 5883 ], "where": [ - 5748 + 5848 ], "__typename": [ 85 @@ -127356,253 +128891,253 @@ export default { }, "tournaments_order_by": { "admin": [ - 4572 + 4618 ], "auto_start": [ - 3601 + 3647 ], "award_configs_aggregate": [ - 5203 + 5249 ], "awards_aggregate": [ 247 ], "awards_enabled": [ - 3601 + 3647 ], "banner": [ - 3601 + 3647 ], "can_cancel": [ - 3601 + 3647 ], "can_close_registration": [ - 3601 + 3647 ], "can_join": [ - 3601 + 3647 ], "can_open_registration": [ - 3601 + 3647 ], "can_pause": [ - 3601 + 3647 ], "can_resume": [ - 3601 + 3647 ], "can_review_check_in": [ - 3601 + 3647 ], "can_setup": [ - 3601 + 3647 ], "can_start": [ - 3601 + 3647 ], "categories_aggregate": [ - 5291 + 5337 ], "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_ends_at": [ - 3601 + 3647 ], "check_in_open": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "check_in_required": [ - 3601 + 3647 ], "check_in_setting": [ - 3601 + 3647 ], "check_in_started": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "discord_guild_id": [ - 3601 + 3647 ], "discord_notifications_enabled": [ - 3601 + 3647 ], "discord_notify_Canceled": [ - 3601 + 3647 ], "discord_notify_Finished": [ - 3601 + 3647 ], "discord_notify_Forfeit": [ - 3601 + 3647 ], "discord_notify_Live": [ - 3601 + 3647 ], "discord_notify_MapPaused": [ - 3601 + 3647 ], "discord_notify_PickingPlayers": [ - 3601 + 3647 ], "discord_notify_Scheduled": [ - 3601 + 3647 ], "discord_notify_Surrendered": [ - 3601 + 3647 ], "discord_notify_Tie": [ - 3601 + 3647 ], "discord_notify_Veto": [ - 3601 + 3647 ], "discord_notify_WaitingForCheckIn": [ - 3601 + 3647 ], "discord_notify_WaitingForServer": [ - 3601 + 3647 ], "discord_role_id": [ - 3601 + 3647 ], "discord_voice_enabled": [ - 3601 + 3647 ], "discord_webhook": [ - 3601 + 3647 ], "e_tournament_status": [ - 1598 + 1644 ], "free_agents_aggregate": [ - 5315 + 5361 ], "has_min_teams": [ - 3601 + 3647 ], "homepage": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_only": [ - 3601 + 3647 ], "is_league": [ - 3601 + 3647 ], "is_organizer": [ - 3601 + 3647 ], "joined_tournament": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "league_season_division": [ - 2587 + 2633 ], "location": [ - 3601 + 3647 ], "logo": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "match_options_id": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "max_players_per_lineup": [ - 3601 + 3647 ], "meets_min_role": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "min_players_per_lineup": [ - 3601 + 3647 ], "min_role": [ - 3601 + 3647 ], "missed_check_in_count": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "options": [ - 3265 + 3311 ], "organizer_registration_passcode": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "organizer_teams_aggregate": [ - 5379 + 5479 ], "organizers_aggregate": [ - 5403 + 5503 ], "player_stats_aggregate": [ - 7371 + 7471 ], "prizes_aggregate": [ - 5444 + 5544 ], "regions": [ - 3601 + 3647 ], "registration_passcode": [ - 3601 + 3647 ], "registration_type": [ - 3601 + 3647 ], "registration_unlocked": [ - 3601 + 3647 ], "results_aggregate": [ - 7320 + 7420 ], "rosters_aggregate": [ - 5645 + 5745 ], "scheduling_mode": [ - 3601 + 3647 ], "stages_aggregate": [ - 5555 + 5655 ], "start": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "teams_aggregate": [ - 5688 + 5788 ], "__typename": [ 85 @@ -127610,7 +129145,7 @@ export default { }, "tournaments_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -127641,7 +129176,7 @@ export default { 41 ], "check_in_ends_at": [ - 5196 + 5242 ], "check_in_opens_before_minutes": [ 41 @@ -127653,7 +129188,7 @@ export default { 689 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -127713,7 +129248,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "invite_only": [ 6 @@ -127722,7 +129257,7 @@ export default { 6 ], "latitude": [ - 2046 + 2092 ], "location": [ 85 @@ -127731,10 +129266,10 @@ export default { 85 ], "longitude": [ - 2046 + 2092 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -127758,16 +129293,16 @@ export default { 85 ], "registration_type": [ - 1549 + 1595 ], "scheduling_mode": [ 85 ], "start": [ - 5196 + 5242 ], "status": [ - 1590 + 1636 ], "__typename": [ 85 @@ -127810,25 +129345,25 @@ export default { }, "tournaments_stddev_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -127871,25 +129406,25 @@ export default { }, "tournaments_stddev_pop_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -127932,25 +129467,25 @@ export default { }, "tournaments_stddev_samp_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -127958,7 +129493,7 @@ export default { }, "tournaments_stream_cursor_input": { "initial_value": [ - 5780 + 5880 ], "ordering": [ 394 @@ -127981,7 +129516,7 @@ export default { 41 ], "check_in_ends_at": [ - 5196 + 5242 ], "check_in_opens_before_minutes": [ 41 @@ -127993,7 +129528,7 @@ export default { 689 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -128053,7 +129588,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "invite_only": [ 6 @@ -128062,7 +129597,7 @@ export default { 6 ], "latitude": [ - 2046 + 2092 ], "location": [ 85 @@ -128071,10 +129606,10 @@ export default { 85 ], "longitude": [ - 2046 + 2092 ], "match_options_id": [ - 6503 + 6603 ], "max_elo": [ 41 @@ -128098,16 +129633,16 @@ export default { 85 ], "registration_type": [ - 1549 + 1595 ], "scheduling_mode": [ 85 ], "start": [ - 5196 + 5242 ], "status": [ - 1590 + 1636 ], "__typename": [ 85 @@ -128121,10 +129656,10 @@ export default { 41 ], "latitude": [ - 2046 + 2092 ], "longitude": [ - 2046 + 2092 ], "max_elo": [ 41 @@ -128150,25 +129685,25 @@ export default { }, "tournaments_sum_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128177,13 +129712,13 @@ export default { "tournaments_update_column": {}, "tournaments_updates": { "_inc": [ - 5750 + 5850 ], "_set": [ - 5772 + 5872 ], "where": [ - 5748 + 5848 ], "__typename": [ 85 @@ -128226,25 +129761,25 @@ export default { }, "tournaments_var_pop_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128287,25 +129822,25 @@ export default { }, "tournaments_var_samp_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128348,25 +129883,25 @@ export default { }, "tournaments_variance_order_by": { "check_in_closes_before_minutes": [ - 3601 + 3647 ], "check_in_opens_before_minutes": [ - 3601 + 3647 ], "latitude": [ - 3601 + 3647 ], "longitude": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "organizer_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128374,13 +129909,13 @@ export default { }, "utility_collection_items": { "collection": [ - 5832 + 5932 ], "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "note": [ 85 @@ -128389,10 +129924,10 @@ export default { 41 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128400,10 +129935,10 @@ export default { }, "utility_collection_items_aggregate": { "aggregate": [ - 5795 + 5895 ], "nodes": [ - 5791 + 5891 ], "__typename": [ 85 @@ -128411,7 +129946,7 @@ export default { }, "utility_collection_items_aggregate_bool_exp": { "count": [ - 5794 + 5894 ], "__typename": [ 85 @@ -128419,13 +129954,13 @@ export default { }, "utility_collection_items_aggregate_bool_exp_count": { "arguments": [ - 5812 + 5912 ], "distinct": [ 6 ], "filter": [ - 5800 + 5900 ], "predicate": [ 42 @@ -128436,13 +129971,13 @@ export default { }, "utility_collection_items_aggregate_fields": { "avg": [ - 5798 + 5898 ], "count": [ 41, { "columns": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "distinct": [ @@ -128451,31 +129986,31 @@ export default { } ], "max": [ - 5804 + 5904 ], "min": [ - 5806 + 5906 ], "stddev": [ - 5814 + 5914 ], "stddev_pop": [ - 5816 + 5916 ], "stddev_samp": [ - 5818 + 5918 ], "sum": [ - 5822 + 5922 ], "var_pop": [ - 5826 + 5926 ], "var_samp": [ - 5828 + 5928 ], "variance": [ - 5830 + 5930 ], "__typename": [ 85 @@ -128483,37 +130018,37 @@ export default { }, "utility_collection_items_aggregate_order_by": { "avg": [ - 5799 + 5899 ], "count": [ - 3601 + 3647 ], "max": [ - 5805 + 5905 ], "min": [ - 5807 + 5907 ], "stddev": [ - 5815 + 5915 ], "stddev_pop": [ - 5817 + 5917 ], "stddev_samp": [ - 5819 + 5919 ], "sum": [ - 5823 + 5923 ], "var_pop": [ - 5827 + 5927 ], "var_samp": [ - 5829 + 5929 ], "variance": [ - 5831 + 5931 ], "__typename": [ 85 @@ -128521,10 +130056,10 @@ export default { }, "utility_collection_items_arr_rel_insert_input": { "data": [ - 5803 + 5903 ], "on_conflict": [ - 5809 + 5909 ], "__typename": [ 85 @@ -128540,7 +130075,7 @@ export default { }, "utility_collection_items_avg_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128548,22 +130083,22 @@ export default { }, "utility_collection_items_bool_exp": { "_and": [ - 5800 + 5900 ], "_not": [ - 5800 + 5900 ], "_or": [ - 5800 + 5900 ], "collection": [ - 5836 + 5936 ], "collection_id": [ - 6505 + 6605 ], "created_at": [ - 5197 + 5243 ], "note": [ 87 @@ -128572,10 +130107,10 @@ export default { 42 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -128592,13 +130127,13 @@ export default { }, "utility_collection_items_insert_input": { "collection": [ - 5843 + 5943 ], "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "note": [ 85 @@ -128607,10 +130142,10 @@ export default { 41 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128618,10 +130153,10 @@ export default { }, "utility_collection_items_max_fields": { "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "note": [ 85 @@ -128630,7 +130165,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128638,19 +130173,19 @@ export default { }, "utility_collection_items_max_order_by": { "collection_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "position": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128658,10 +130193,10 @@ export default { }, "utility_collection_items_min_fields": { "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "note": [ 85 @@ -128670,7 +130205,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128678,19 +130213,19 @@ export default { }, "utility_collection_items_min_order_by": { "collection_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "position": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128701,7 +130236,7 @@ export default { 41 ], "returning": [ - 5791 + 5891 ], "__typename": [ 85 @@ -128709,13 +130244,13 @@ export default { }, "utility_collection_items_on_conflict": { "constraint": [ - 5801 + 5901 ], "update_columns": [ - 5824 + 5924 ], "where": [ - 5800 + 5900 ], "__typename": [ 85 @@ -128723,25 +130258,25 @@ export default { }, "utility_collection_items_order_by": { "collection": [ - 5845 + 5945 ], "collection_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "position": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128749,10 +130284,10 @@ export default { }, "utility_collection_items_pk_columns_input": { "collection_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128761,10 +130296,10 @@ export default { "utility_collection_items_select_column": {}, "utility_collection_items_set_input": { "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "note": [ 85 @@ -128773,7 +130308,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128789,7 +130324,7 @@ export default { }, "utility_collection_items_stddev_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128805,7 +130340,7 @@ export default { }, "utility_collection_items_stddev_pop_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128821,7 +130356,7 @@ export default { }, "utility_collection_items_stddev_samp_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128829,7 +130364,7 @@ export default { }, "utility_collection_items_stream_cursor_input": { "initial_value": [ - 5821 + 5921 ], "ordering": [ 394 @@ -128840,10 +130375,10 @@ export default { }, "utility_collection_items_stream_cursor_value_input": { "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "note": [ 85 @@ -128852,7 +130387,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -128868,7 +130403,7 @@ export default { }, "utility_collection_items_sum_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128877,13 +130412,13 @@ export default { "utility_collection_items_update_column": {}, "utility_collection_items_updates": { "_inc": [ - 5802 + 5902 ], "_set": [ - 5813 + 5913 ], "where": [ - 5800 + 5900 ], "__typename": [ 85 @@ -128899,7 +130434,7 @@ export default { }, "utility_collection_items_var_pop_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128915,7 +130450,7 @@ export default { }, "utility_collection_items_var_samp_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128931,7 +130466,7 @@ export default { }, "utility_collection_items_variance_order_by": { "position": [ - 3601 + 3647 ], "__typename": [ 85 @@ -128945,19 +130480,19 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "items": [ - 5791, + 5891, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -128967,19 +130502,19 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], "items_aggregate": [ - 5792, + 5892, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -128989,11 +130524,11 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], @@ -129004,22 +130539,22 @@ export default { 85 ], "owner": [ - 4559 + 4605 ], "owner_steam_id": [ 311 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -129027,10 +130562,10 @@ export default { }, "utility_collections_aggregate": { "aggregate": [ - 5834 + 5934 ], "nodes": [ - 5832 + 5932 ], "__typename": [ 85 @@ -129038,13 +130573,13 @@ export default { }, "utility_collections_aggregate_fields": { "avg": [ - 5835 + 5935 ], "count": [ 41, { "columns": [ - 5847, + 5947, "[utility_collections_select_column!]" ], "distinct": [ @@ -129053,31 +130588,31 @@ export default { } ], "max": [ - 5840 + 5940 ], "min": [ - 5841 + 5941 ], "stddev": [ - 5849 + 5949 ], "stddev_pop": [ - 5850 + 5950 ], "stddev_samp": [ - 5851 + 5951 ], "sum": [ - 5854 + 5954 ], "var_pop": [ - 5857 + 5957 ], "var_samp": [ - 5858 + 5958 ], "variance": [ - 5859 + 5959 ], "__typename": [ 85 @@ -129093,13 +130628,13 @@ export default { }, "utility_collections_bool_exp": { "_and": [ - 5836 + 5936 ], "_not": [ - 5836 + 5936 ], "_or": [ - 5836 + 5936 ], "can_edit": [ 7 @@ -129108,19 +130643,19 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 ], "id": [ - 6505 + 6605 ], "items": [ - 5800 + 5900 ], "items_aggregate": [ - 5793 + 5893 ], "map_name": [ 87 @@ -129129,22 +130664,22 @@ export default { 87 ], "owner": [ - 4563 + 4609 ], "owner_steam_id": [ 313 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "updated_at": [ - 5197 + 5243 ], "visibility": [ - 1733 + 1779 ], "__typename": [ 85 @@ -129161,16 +130696,16 @@ export default { }, "utility_collections_insert_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "items": [ - 5797 + 5897 ], "map_name": [ 85 @@ -129179,22 +130714,22 @@ export default { 85 ], "owner": [ - 4570 + 4616 ], "owner_steam_id": [ 311 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -129202,13 +130737,13 @@ export default { }, "utility_collections_max_fields": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -129220,10 +130755,10 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -129231,13 +130766,13 @@ export default { }, "utility_collections_min_fields": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -129249,10 +130784,10 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -129263,7 +130798,7 @@ export default { 41 ], "returning": [ - 5832 + 5932 ], "__typename": [ 85 @@ -129271,10 +130806,10 @@ export default { }, "utility_collections_obj_rel_insert_input": { "data": [ - 5839 + 5939 ], "on_conflict": [ - 5844 + 5944 ], "__typename": [ 85 @@ -129282,13 +130817,13 @@ export default { }, "utility_collections_on_conflict": { "constraint": [ - 5837 + 5937 ], "update_columns": [ - 5855 + 5955 ], "where": [ - 5836 + 5936 ], "__typename": [ 85 @@ -129296,46 +130831,46 @@ export default { }, "utility_collections_order_by": { "can_edit": [ - 3601 + 3647 ], "can_view": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "items_aggregate": [ - 5796 + 5896 ], "map_name": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner": [ - 4572 + 4618 ], "owner_steam_id": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "visibility": [ - 3601 + 3647 ], "__typename": [ 85 @@ -129343,7 +130878,7 @@ export default { }, "utility_collections_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -129352,13 +130887,13 @@ export default { "utility_collections_select_column": {}, "utility_collections_set_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -129370,13 +130905,13 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -129408,7 +130943,7 @@ export default { }, "utility_collections_stream_cursor_input": { "initial_value": [ - 5853 + 5953 ], "ordering": [ 394 @@ -129419,13 +130954,13 @@ export default { }, "utility_collections_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -129437,13 +130972,13 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -129460,13 +130995,13 @@ export default { "utility_collections_update_column": {}, "utility_collections_updates": { "_inc": [ - 5838 + 5938 ], "_set": [ - 5848 + 5948 ], "where": [ - 5836 + 5936 ], "__typename": [ 85 @@ -129501,10 +131036,10 @@ export default { 85 ], "match_map_demo_id": [ - 6503 + 6603 ], "mined_at": [ - 5196 + 5242 ], "throws": [ 41 @@ -129518,10 +131053,10 @@ export default { }, "utility_demo_mines_aggregate": { "aggregate": [ - 5862 + 5962 ], "nodes": [ - 5860 + 5960 ], "__typename": [ 85 @@ -129529,13 +131064,13 @@ export default { }, "utility_demo_mines_aggregate_fields": { "avg": [ - 5863 + 5963 ], "count": [ 41, { "columns": [ - 5874, + 5974, "[utility_demo_mines_select_column!]" ], "distinct": [ @@ -129544,31 +131079,31 @@ export default { } ], "max": [ - 5868 + 5968 ], "min": [ - 5869 + 5969 ], "stddev": [ - 5876 + 5976 ], "stddev_pop": [ - 5877 + 5977 ], "stddev_samp": [ - 5878 + 5978 ], "sum": [ - 5881 + 5981 ], "var_pop": [ - 5884 + 5984 ], "var_samp": [ - 5885 + 5985 ], "variance": [ - 5886 + 5986 ], "__typename": [ 85 @@ -129587,22 +131122,22 @@ export default { }, "utility_demo_mines_bool_exp": { "_and": [ - 5864 + 5964 ], "_not": [ - 5864 + 5964 ], "_or": [ - 5864 + 5964 ], "failed_reason": [ 87 ], "match_map_demo_id": [ - 6505 + 6605 ], "mined_at": [ - 5197 + 5243 ], "throws": [ 42 @@ -129631,10 +131166,10 @@ export default { 85 ], "match_map_demo_id": [ - 6503 + 6603 ], "mined_at": [ - 5196 + 5242 ], "throws": [ 41 @@ -129651,10 +131186,10 @@ export default { 85 ], "match_map_demo_id": [ - 6503 + 6603 ], "mined_at": [ - 5196 + 5242 ], "throws": [ 41 @@ -129671,10 +131206,10 @@ export default { 85 ], "match_map_demo_id": [ - 6503 + 6603 ], "mined_at": [ - 5196 + 5242 ], "throws": [ 41 @@ -129691,7 +131226,7 @@ export default { 41 ], "returning": [ - 5860 + 5960 ], "__typename": [ 85 @@ -129699,13 +131234,13 @@ export default { }, "utility_demo_mines_on_conflict": { "constraint": [ - 5865 + 5965 ], "update_columns": [ - 5882 + 5982 ], "where": [ - 5864 + 5964 ], "__typename": [ 85 @@ -129713,19 +131248,19 @@ export default { }, "utility_demo_mines_order_by": { "failed_reason": [ - 3601 + 3647 ], "match_map_demo_id": [ - 3601 + 3647 ], "mined_at": [ - 3601 + 3647 ], "throws": [ - 3601 + 3647 ], "version": [ - 3601 + 3647 ], "__typename": [ 85 @@ -129733,7 +131268,7 @@ export default { }, "utility_demo_mines_pk_columns_input": { "match_map_demo_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -129745,10 +131280,10 @@ export default { 85 ], "match_map_demo_id": [ - 6503 + 6603 ], "mined_at": [ - 5196 + 5242 ], "throws": [ 41 @@ -129795,7 +131330,7 @@ export default { }, "utility_demo_mines_stream_cursor_input": { "initial_value": [ - 5880 + 5980 ], "ordering": [ 394 @@ -129809,10 +131344,10 @@ export default { 85 ], "match_map_demo_id": [ - 6503 + 6603 ], "mined_at": [ - 5196 + 5242 ], "throws": [ 41 @@ -129838,13 +131373,13 @@ export default { "utility_demo_mines_update_column": {}, "utility_demo_mines_updates": { "_inc": [ - 5866 + 5966 ], "_set": [ - 5875 + 5975 ], "where": [ - 5864 + 5964 ], "__typename": [ 85 @@ -129885,7 +131420,7 @@ export default { }, "utility_demo_throws": { "created_at": [ - 5196 + 5242 ], "flight_time_ms": [ 41 @@ -129894,13 +131429,13 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -129909,58 +131444,58 @@ export default { 85 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "thrower_steam_id": [ 311 ], "thrown_at": [ - 5196 + 5242 ], "tick": [ 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -129968,10 +131503,10 @@ export default { }, "utility_demo_throws_aggregate": { "aggregate": [ - 5889 + 5989 ], "nodes": [ - 5887 + 5987 ], "__typename": [ 85 @@ -129979,13 +131514,13 @@ export default { }, "utility_demo_throws_aggregate_fields": { "avg": [ - 5890 + 5990 ], "count": [ 41, { "columns": [ - 5901, + 6001, "[utility_demo_throws_select_column!]" ], "distinct": [ @@ -129994,31 +131529,31 @@ export default { } ], "max": [ - 5895 + 5995 ], "min": [ - 5896 + 5996 ], "stddev": [ - 5903 + 6003 ], "stddev_pop": [ - 5904 + 6004 ], "stddev_samp": [ - 5905 + 6005 ], "sum": [ - 5908 + 6008 ], "var_pop": [ - 5911 + 6011 ], "var_samp": [ - 5912 + 6012 ], "variance": [ - 5913 + 6013 ], "__typename": [ 85 @@ -130070,16 +131605,16 @@ export default { }, "utility_demo_throws_bool_exp": { "_and": [ - 5891 + 5991 ], "_not": [ - 5891 + 5991 ], "_or": [ - 5891 + 5991 ], "created_at": [ - 5197 + 5243 ], "flight_time_ms": [ 42 @@ -130088,13 +131623,13 @@ export default { 42 ], "land_x": [ - 2047 + 2093 ], "land_y": [ - 2047 + 2093 ], "land_z": [ - 2047 + 2093 ], "lineup_bucket": [ 87 @@ -130103,58 +131638,58 @@ export default { 87 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_demo_id": [ - 6505 + 6605 ], "match_map_id": [ - 6505 + 6605 ], "origin_x": [ - 2047 + 2093 ], "origin_y": [ - 2047 + 2093 ], "origin_z": [ - 2047 + 2093 ], "round": [ 42 ], "side": [ - 1407 + 1453 ], "technique": [ - 1673 + 1719 ], "throw_strength": [ - 1693 + 1739 ], "thrower_steam_id": [ 313 ], "thrown_at": [ - 5197 + 5243 ], "tick": [ 42 ], "utility_type": [ - 1713 + 1759 ], "view_pitch": [ - 2047 + 2093 ], "view_yaw": [ - 2047 + 2093 ], "__typename": [ 85 @@ -130169,22 +131704,22 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 @@ -130196,10 +131731,10 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130207,7 +131742,7 @@ export default { }, "utility_demo_throws_insert_input": { "created_at": [ - 5196 + 5242 ], "flight_time_ms": [ 41 @@ -130216,70 +131751,70 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "map_name": [ 85 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "thrower_steam_id": [ 311 ], "thrown_at": [ - 5196 + 5242 ], "tick": [ 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130287,7 +131822,7 @@ export default { }, "utility_demo_throws_max_fields": { "created_at": [ - 5196 + 5242 ], "flight_time_ms": [ 41 @@ -130296,13 +131831,13 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -130311,22 +131846,22 @@ export default { 85 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 @@ -130335,16 +131870,16 @@ export default { 311 ], "thrown_at": [ - 5196 + 5242 ], "tick": [ 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130352,7 +131887,7 @@ export default { }, "utility_demo_throws_min_fields": { "created_at": [ - 5196 + 5242 ], "flight_time_ms": [ 41 @@ -130361,13 +131896,13 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -130376,22 +131911,22 @@ export default { 85 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 @@ -130400,16 +131935,16 @@ export default { 311 ], "thrown_at": [ - 5196 + 5242 ], "tick": [ 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130420,7 +131955,7 @@ export default { 41 ], "returning": [ - 5887 + 5987 ], "__typename": [ 85 @@ -130428,13 +131963,13 @@ export default { }, "utility_demo_throws_on_conflict": { "constraint": [ - 5892 + 5992 ], "update_columns": [ - 5909 + 6009 ], "where": [ - 5891 + 5991 ], "__typename": [ 85 @@ -130442,82 +131977,82 @@ export default { }, "utility_demo_throws_order_by": { "created_at": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "grenade_id": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "lineup_bucket": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_demo_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "technique": [ - 3601 + 3647 ], "throw_strength": [ - 3601 + 3647 ], "thrower_steam_id": [ - 3601 + 3647 ], "thrown_at": [ - 3601 + 3647 ], "tick": [ - 3601 + 3647 ], "utility_type": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "__typename": [ 85 @@ -130528,7 +132063,7 @@ export default { 41 ], "match_map_demo_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -130537,7 +132072,7 @@ export default { "utility_demo_throws_select_column": {}, "utility_demo_throws_set_input": { "created_at": [ - 5196 + 5242 ], "flight_time_ms": [ 41 @@ -130546,64 +132081,64 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "thrower_steam_id": [ 311 ], "thrown_at": [ - 5196 + 5242 ], "tick": [ 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130743,7 +132278,7 @@ export default { }, "utility_demo_throws_stream_cursor_input": { "initial_value": [ - 5907 + 6007 ], "ordering": [ 394 @@ -130754,7 +132289,7 @@ export default { }, "utility_demo_throws_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "flight_time_ms": [ 41 @@ -130763,13 +132298,13 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -130778,52 +132313,52 @@ export default { 85 ], "match_id": [ - 6503 + 6603 ], "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "thrower_steam_id": [ 311 ], "thrown_at": [ - 5196 + 5242 ], "tick": [ 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130837,22 +132372,22 @@ export default { 41 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "round": [ 41 @@ -130864,10 +132399,10 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -130876,13 +132411,13 @@ export default { "utility_demo_throws_update_column": {}, "utility_demo_throws_updates": { "_inc": [ - 5893 + 5993 ], "_set": [ - 5902 + 6002 ], "where": [ - 5891 + 5991 ], "__typename": [ 85 @@ -131022,34 +132557,34 @@ export default { }, "utility_drift_results": { "created_at": [ - 5196 + 5242 ], "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "reason": [ 85 ], "scan": [ - 5973 + 6073 ], "severity": [ 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "verdict": [ 85 @@ -131060,10 +132595,10 @@ export default { }, "utility_drift_results_aggregate": { "aggregate": [ - 5928 + 6028 ], "nodes": [ - 5914 + 6014 ], "__typename": [ 85 @@ -131071,31 +132606,31 @@ export default { }, "utility_drift_results_aggregate_bool_exp": { "avg": [ - 5917 + 6017 ], "corr": [ - 5918 + 6018 ], "count": [ - 5920 + 6020 ], "covar_samp": [ - 5921 + 6021 ], "max": [ - 5923 + 6023 ], "min": [ - 5924 + 6024 ], "stddev_samp": [ - 5925 + 6025 ], "sum": [ - 5926 + 6026 ], "var_samp": [ - 5927 + 6027 ], "__typename": [ 85 @@ -131103,16 +132638,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_avg": { "arguments": [ - 5946 + 6046 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131120,16 +132655,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_corr": { "arguments": [ - 5919 + 6019 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131137,10 +132672,10 @@ export default { }, "utility_drift_results_aggregate_bool_exp_corr_arguments": { "X": [ - 5947 + 6047 ], "Y": [ - 5947 + 6047 ], "__typename": [ 85 @@ -131148,13 +132683,13 @@ export default { }, "utility_drift_results_aggregate_bool_exp_count": { "arguments": [ - 5945 + 6045 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ 42 @@ -131165,16 +132700,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 5922 + 6022 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131182,10 +132717,10 @@ export default { }, "utility_drift_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5948 + 6048 ], "Y": [ - 5948 + 6048 ], "__typename": [ 85 @@ -131193,16 +132728,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_max": { "arguments": [ - 5949 + 6049 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131210,16 +132745,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_min": { "arguments": [ - 5950 + 6050 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131227,16 +132762,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5951 + 6051 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131244,16 +132779,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_sum": { "arguments": [ - 5952 + 6052 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131261,16 +132796,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_var_samp": { "arguments": [ - 5953 + 6053 ], "distinct": [ 6 ], "filter": [ - 5933 + 6033 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -131278,13 +132813,13 @@ export default { }, "utility_drift_results_aggregate_fields": { "avg": [ - 5931 + 6031 ], "count": [ 41, { "columns": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "distinct": [ @@ -131293,31 +132828,31 @@ export default { } ], "max": [ - 5937 + 6037 ], "min": [ - 5939 + 6039 ], "stddev": [ - 5955 + 6055 ], "stddev_pop": [ - 5957 + 6057 ], "stddev_samp": [ - 5959 + 6059 ], "sum": [ - 5963 + 6063 ], "var_pop": [ - 5967 + 6067 ], "var_samp": [ - 5969 + 6069 ], "variance": [ - 5971 + 6071 ], "__typename": [ 85 @@ -131325,37 +132860,37 @@ export default { }, "utility_drift_results_aggregate_order_by": { "avg": [ - 5932 + 6032 ], "count": [ - 3601 + 3647 ], "max": [ - 5938 + 6038 ], "min": [ - 5940 + 6040 ], "stddev": [ - 5956 + 6056 ], "stddev_pop": [ - 5958 + 6058 ], "stddev_samp": [ - 5960 + 6060 ], "sum": [ - 5964 + 6064 ], "var_pop": [ - 5968 + 6068 ], "var_samp": [ - 5970 + 6070 ], "variance": [ - 5972 + 6072 ], "__typename": [ 85 @@ -131363,10 +132898,10 @@ export default { }, "utility_drift_results_arr_rel_insert_input": { "data": [ - 5936 + 6036 ], "on_conflict": [ - 5942 + 6042 ], "__typename": [ 85 @@ -131388,13 +132923,13 @@ export default { }, "utility_drift_results_avg_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131402,43 +132937,43 @@ export default { }, "utility_drift_results_bool_exp": { "_and": [ - 5933 + 6033 ], "_not": [ - 5933 + 6033 ], "_or": [ - 5933 + 6033 ], "created_at": [ - 5197 + 5243 ], "distance": [ - 2047 + 2093 ], "distance_xy": [ - 2047 + 2093 ], "distance_z": [ - 2047 + 2093 ], "reason": [ 87 ], "scan": [ - 5977 + 6077 ], "severity": [ 87 ], "utility_drift_scan_id": [ - 6505 + 6605 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "verdict": [ 87 @@ -131450,13 +132985,13 @@ export default { "utility_drift_results_constraint": {}, "utility_drift_results_inc_input": { "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "__typename": [ 85 @@ -131464,34 +132999,34 @@ export default { }, "utility_drift_results_insert_input": { "created_at": [ - 5196 + 5242 ], "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "reason": [ 85 ], "scan": [ - 5984 + 6084 ], "severity": [ 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "verdict": [ 85 @@ -131502,16 +133037,16 @@ export default { }, "utility_drift_results_max_fields": { "created_at": [ - 5196 + 5242 ], "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "reason": [ 85 @@ -131520,10 +133055,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "verdict": [ 85 @@ -131534,31 +133069,31 @@ export default { }, "utility_drift_results_max_order_by": { "created_at": [ - 3601 + 3647 ], "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "reason": [ - 3601 + 3647 ], "severity": [ - 3601 + 3647 ], "utility_drift_scan_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "verdict": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131566,16 +133101,16 @@ export default { }, "utility_drift_results_min_fields": { "created_at": [ - 5196 + 5242 ], "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "reason": [ 85 @@ -131584,10 +133119,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "verdict": [ 85 @@ -131598,31 +133133,31 @@ export default { }, "utility_drift_results_min_order_by": { "created_at": [ - 3601 + 3647 ], "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "reason": [ - 3601 + 3647 ], "severity": [ - 3601 + 3647 ], "utility_drift_scan_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "verdict": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131633,7 +133168,7 @@ export default { 41 ], "returning": [ - 5914 + 6014 ], "__typename": [ 85 @@ -131641,13 +133176,13 @@ export default { }, "utility_drift_results_on_conflict": { "constraint": [ - 5934 + 6034 ], "update_columns": [ - 5965 + 6065 ], "where": [ - 5933 + 6033 ], "__typename": [ 85 @@ -131655,37 +133190,37 @@ export default { }, "utility_drift_results_order_by": { "created_at": [ - 3601 + 3647 ], "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "reason": [ - 3601 + 3647 ], "scan": [ - 5986 + 6086 ], "severity": [ - 3601 + 3647 ], "utility_drift_scan_id": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "verdict": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131693,10 +133228,10 @@ export default { }, "utility_drift_results_pk_columns_input": { "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -131713,16 +133248,16 @@ export default { "utility_drift_results_select_column_utility_drift_results_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_drift_results_set_input": { "created_at": [ - 5196 + 5242 ], "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "reason": [ 85 @@ -131731,10 +133266,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "verdict": [ 85 @@ -131759,13 +133294,13 @@ export default { }, "utility_drift_results_stddev_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131787,13 +133322,13 @@ export default { }, "utility_drift_results_stddev_pop_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131815,13 +133350,13 @@ export default { }, "utility_drift_results_stddev_samp_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131829,7 +133364,7 @@ export default { }, "utility_drift_results_stream_cursor_input": { "initial_value": [ - 5962 + 6062 ], "ordering": [ 394 @@ -131840,16 +133375,16 @@ export default { }, "utility_drift_results_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "reason": [ 85 @@ -131858,10 +133393,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "verdict": [ 85 @@ -131872,13 +133407,13 @@ export default { }, "utility_drift_results_sum_fields": { "distance": [ - 2046 + 2092 ], "distance_xy": [ - 2046 + 2092 ], "distance_z": [ - 2046 + 2092 ], "__typename": [ 85 @@ -131886,13 +133421,13 @@ export default { }, "utility_drift_results_sum_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131901,13 +133436,13 @@ export default { "utility_drift_results_update_column": {}, "utility_drift_results_updates": { "_inc": [ - 5935 + 6035 ], "_set": [ - 5954 + 6054 ], "where": [ - 5933 + 6033 ], "__typename": [ 85 @@ -131929,13 +133464,13 @@ export default { }, "utility_drift_results_var_pop_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131957,13 +133492,13 @@ export default { }, "utility_drift_results_var_samp_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -131985,13 +133520,13 @@ export default { }, "utility_drift_results_variance_order_by": { "distance": [ - 3601 + 3647 ], "distance_xy": [ - 3601 + 3647 ], "distance_z": [ - 3601 + 3647 ], "__typename": [ 85 @@ -132002,19 +133537,19 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "finished_at": [ - 5196 + 5242 ], "from_revision": [ 85 ], "id": [ - 6503 + 6603 ], "lineups": [ 41 @@ -132023,22 +133558,22 @@ export default { 85 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 ], "requested_by": [ - 4559 + 4605 ], "requested_by_steam_id": [ 311 ], "results": [ - 5914, + 6014, { "distinct_on": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "limit": [ @@ -132048,19 +133583,19 @@ export default { 41 ], "order_by": [ - 5943, + 6043, "[utility_drift_results_order_by!]" ], "where": [ - 5933 + 6033 ] } ], "results_aggregate": [ - 5915, + 6015, { "distinct_on": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "limit": [ @@ -132070,11 +133605,11 @@ export default { 41 ], "order_by": [ - 5943, + 6043, "[utility_drift_results_order_by!]" ], "where": [ - 5933 + 6033 ] } ], @@ -132082,7 +133617,7 @@ export default { 41 ], "started_at": [ - 5196 + 5242 ], "status": [ 85 @@ -132097,7 +133632,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -132105,10 +133640,10 @@ export default { }, "utility_drift_scans_aggregate": { "aggregate": [ - 5975 + 6075 ], "nodes": [ - 5973 + 6073 ], "__typename": [ 85 @@ -132116,13 +133651,13 @@ export default { }, "utility_drift_scans_aggregate_fields": { "avg": [ - 5976 + 6076 ], "count": [ 41, { "columns": [ - 5988, + 6088, "[utility_drift_scans_select_column!]" ], "distinct": [ @@ -132131,31 +133666,31 @@ export default { } ], "max": [ - 5981 + 6081 ], "min": [ - 5982 + 6082 ], "stddev": [ - 5990 + 6090 ], "stddev_pop": [ - 5991 + 6091 ], "stddev_samp": [ - 5992 + 6092 ], "sum": [ - 5995 + 6095 ], "var_pop": [ - 5998 + 6098 ], "var_samp": [ - 5999 + 6099 ], "variance": [ - 6000 + 6100 ], "__typename": [ 85 @@ -132192,31 +133727,31 @@ export default { }, "utility_drift_scans_bool_exp": { "_and": [ - 5977 + 6077 ], "_not": [ - 5977 + 6077 ], "_or": [ - 5977 + 6077 ], "broken": [ 42 ], "created_at": [ - 5197 + 5243 ], "failure_reason": [ 87 ], "finished_at": [ - 5197 + 5243 ], "from_revision": [ 87 ], "id": [ - 6505 + 6605 ], "lineups": [ 42 @@ -132225,28 +133760,28 @@ export default { 87 ], "max_distance": [ - 2047 + 2093 ], "moved": [ 42 ], "requested_by": [ - 4563 + 4609 ], "requested_by_steam_id": [ 313 ], "results": [ - 5933 + 6033 ], "results_aggregate": [ - 5916 + 6016 ], "scanned": [ 42 ], "started_at": [ - 5197 + 5243 ], "status": [ 87 @@ -132261,7 +133796,7 @@ export default { 42 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -132276,7 +133811,7 @@ export default { 41 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 @@ -132302,19 +133837,19 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "finished_at": [ - 5196 + 5242 ], "from_revision": [ 85 ], "id": [ - 6503 + 6603 ], "lineups": [ 41 @@ -132323,25 +133858,25 @@ export default { 85 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 ], "requested_by": [ - 4570 + 4616 ], "requested_by_steam_id": [ 311 ], "results": [ - 5930 + 6030 ], "scanned": [ 41 ], "started_at": [ - 5196 + 5242 ], "status": [ 85 @@ -132356,7 +133891,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -132367,19 +133902,19 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "finished_at": [ - 5196 + 5242 ], "from_revision": [ 85 ], "id": [ - 6503 + 6603 ], "lineups": [ 41 @@ -132388,7 +133923,7 @@ export default { 85 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 @@ -132400,7 +133935,7 @@ export default { 41 ], "started_at": [ - 5196 + 5242 ], "status": [ 85 @@ -132415,7 +133950,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -132426,19 +133961,19 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "finished_at": [ - 5196 + 5242 ], "from_revision": [ 85 ], "id": [ - 6503 + 6603 ], "lineups": [ 41 @@ -132447,7 +133982,7 @@ export default { 85 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 @@ -132459,7 +133994,7 @@ export default { 41 ], "started_at": [ - 5196 + 5242 ], "status": [ 85 @@ -132474,7 +134009,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -132485,7 +134020,7 @@ export default { 41 ], "returning": [ - 5973 + 6073 ], "__typename": [ 85 @@ -132493,10 +134028,10 @@ export default { }, "utility_drift_scans_obj_rel_insert_input": { "data": [ - 5980 + 6080 ], "on_conflict": [ - 5985 + 6085 ], "__typename": [ 85 @@ -132504,13 +134039,13 @@ export default { }, "utility_drift_scans_on_conflict": { "constraint": [ - 5978 + 6078 ], "update_columns": [ - 5996 + 6096 ], "where": [ - 5977 + 6077 ], "__typename": [ 85 @@ -132518,64 +134053,64 @@ export default { }, "utility_drift_scans_order_by": { "broken": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "failure_reason": [ - 3601 + 3647 ], "finished_at": [ - 3601 + 3647 ], "from_revision": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "lineups": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "max_distance": [ - 3601 + 3647 ], "moved": [ - 3601 + 3647 ], "requested_by": [ - 4572 + 4618 ], "requested_by_steam_id": [ - 3601 + 3647 ], "results_aggregate": [ - 5929 + 6029 ], "scanned": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "to_revision": [ - 3601 + 3647 ], "unchanged": [ - 3601 + 3647 ], "unsimulatable": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -132583,7 +134118,7 @@ export default { }, "utility_drift_scans_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -132595,19 +134130,19 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "finished_at": [ - 5196 + 5242 ], "from_revision": [ 85 ], "id": [ - 6503 + 6603 ], "lineups": [ 41 @@ -132616,7 +134151,7 @@ export default { 85 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 @@ -132628,7 +134163,7 @@ export default { 41 ], "started_at": [ - 5196 + 5242 ], "status": [ 85 @@ -132643,7 +134178,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -132738,7 +134273,7 @@ export default { }, "utility_drift_scans_stream_cursor_input": { "initial_value": [ - 5994 + 6094 ], "ordering": [ 394 @@ -132752,19 +134287,19 @@ export default { 41 ], "created_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "finished_at": [ - 5196 + 5242 ], "from_revision": [ 85 ], "id": [ - 6503 + 6603 ], "lineups": [ 41 @@ -132773,7 +134308,7 @@ export default { 85 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 @@ -132785,7 +134320,7 @@ export default { 41 ], "started_at": [ - 5196 + 5242 ], "status": [ 85 @@ -132800,7 +134335,7 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -132814,7 +134349,7 @@ export default { 41 ], "max_distance": [ - 2046 + 2092 ], "moved": [ 41 @@ -132838,13 +134373,13 @@ export default { "utility_drift_scans_update_column": {}, "utility_drift_scans_updates": { "_inc": [ - 5979 + 6079 ], "_set": [ - 5989 + 6089 ], "where": [ - 5977 + 6077 ], "__typename": [ 85 @@ -132939,19 +134474,19 @@ export default { }, "utility_lineup_favorites": { "created_at": [ - 5196 + 5242 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -132959,10 +134494,10 @@ export default { }, "utility_lineup_favorites_aggregate": { "aggregate": [ - 6005 + 6105 ], "nodes": [ - 6001 + 6101 ], "__typename": [ 85 @@ -132970,7 +134505,7 @@ export default { }, "utility_lineup_favorites_aggregate_bool_exp": { "count": [ - 6004 + 6104 ], "__typename": [ 85 @@ -132978,13 +134513,13 @@ export default { }, "utility_lineup_favorites_aggregate_bool_exp_count": { "arguments": [ - 6022 + 6122 ], "distinct": [ 6 ], "filter": [ - 6010 + 6110 ], "predicate": [ 42 @@ -132995,13 +134530,13 @@ export default { }, "utility_lineup_favorites_aggregate_fields": { "avg": [ - 6008 + 6108 ], "count": [ 41, { "columns": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "distinct": [ @@ -133010,31 +134545,31 @@ export default { } ], "max": [ - 6014 + 6114 ], "min": [ - 6016 + 6116 ], "stddev": [ - 6024 + 6124 ], "stddev_pop": [ - 6026 + 6126 ], "stddev_samp": [ - 6028 + 6128 ], "sum": [ - 6032 + 6132 ], "var_pop": [ - 6036 + 6136 ], "var_samp": [ - 6038 + 6138 ], "variance": [ - 6040 + 6140 ], "__typename": [ 85 @@ -133042,37 +134577,37 @@ export default { }, "utility_lineup_favorites_aggregate_order_by": { "avg": [ - 6009 + 6109 ], "count": [ - 3601 + 3647 ], "max": [ - 6015 + 6115 ], "min": [ - 6017 + 6117 ], "stddev": [ - 6025 + 6125 ], "stddev_pop": [ - 6027 + 6127 ], "stddev_samp": [ - 6029 + 6129 ], "sum": [ - 6033 + 6133 ], "var_pop": [ - 6037 + 6137 ], "var_samp": [ - 6039 + 6139 ], "variance": [ - 6041 + 6141 ], "__typename": [ 85 @@ -133080,10 +134615,10 @@ export default { }, "utility_lineup_favorites_arr_rel_insert_input": { "data": [ - 6013 + 6113 ], "on_conflict": [ - 6019 + 6119 ], "__typename": [ 85 @@ -133099,7 +134634,7 @@ export default { }, "utility_lineup_favorites_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133107,28 +134642,28 @@ export default { }, "utility_lineup_favorites_bool_exp": { "_and": [ - 6010 + 6110 ], "_not": [ - 6010 + 6110 ], "_or": [ - 6010 + 6110 ], "created_at": [ - 5197 + 5243 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -133145,19 +134680,19 @@ export default { }, "utility_lineup_favorites_insert_input": { "created_at": [ - 5196 + 5242 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133165,13 +134700,13 @@ export default { }, "utility_lineup_favorites_max_fields": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133179,13 +134714,13 @@ export default { }, "utility_lineup_favorites_max_order_by": { "created_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133193,13 +134728,13 @@ export default { }, "utility_lineup_favorites_min_fields": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133207,13 +134742,13 @@ export default { }, "utility_lineup_favorites_min_order_by": { "created_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133224,7 +134759,7 @@ export default { 41 ], "returning": [ - 6001 + 6101 ], "__typename": [ 85 @@ -133232,13 +134767,13 @@ export default { }, "utility_lineup_favorites_on_conflict": { "constraint": [ - 6011 + 6111 ], "update_columns": [ - 6034 + 6134 ], "where": [ - 6010 + 6110 ], "__typename": [ 85 @@ -133246,19 +134781,19 @@ export default { }, "utility_lineup_favorites_order_by": { "created_at": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133269,7 +134804,7 @@ export default { 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133278,13 +134813,13 @@ export default { "utility_lineup_favorites_select_column": {}, "utility_lineup_favorites_set_input": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133300,7 +134835,7 @@ export default { }, "utility_lineup_favorites_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133316,7 +134851,7 @@ export default { }, "utility_lineup_favorites_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133332,7 +134867,7 @@ export default { }, "utility_lineup_favorites_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133340,7 +134875,7 @@ export default { }, "utility_lineup_favorites_stream_cursor_input": { "initial_value": [ - 6031 + 6131 ], "ordering": [ 394 @@ -133351,13 +134886,13 @@ export default { }, "utility_lineup_favorites_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133373,7 +134908,7 @@ export default { }, "utility_lineup_favorites_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133382,13 +134917,13 @@ export default { "utility_lineup_favorites_update_column": {}, "utility_lineup_favorites_updates": { "_inc": [ - 6012 + 6112 ], "_set": [ - 6023 + 6123 ], "where": [ - 6010 + 6110 ], "__typename": [ 85 @@ -133404,7 +134939,7 @@ export default { }, "utility_lineup_favorites_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133420,7 +134955,7 @@ export default { }, "utility_lineup_favorites_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133436,7 +134971,7 @@ export default { }, "utility_lineup_favorites_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133453,25 +134988,25 @@ export default { 41 ], "last_practiced_at": [ - 5196 + 5242 ], "mastered_at": [ - 5196 + 5242 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -133480,10 +135015,10 @@ export default { 41 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -133491,10 +135026,10 @@ export default { }, "utility_lineup_progress_aggregate": { "aggregate": [ - 6056 + 6156 ], "nodes": [ - 6042 + 6142 ], "__typename": [ 85 @@ -133502,31 +135037,31 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp": { "avg": [ - 6045 + 6145 ], "corr": [ - 6046 + 6146 ], "count": [ - 6048 + 6148 ], "covar_samp": [ - 6049 + 6149 ], "max": [ - 6051 + 6151 ], "min": [ - 6052 + 6152 ], "stddev_samp": [ - 6053 + 6153 ], "sum": [ - 6054 + 6154 ], "var_samp": [ - 6055 + 6155 ], "__typename": [ 85 @@ -133534,16 +135069,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_avg": { "arguments": [ - 6074 + 6174 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133551,16 +135086,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_corr": { "arguments": [ - 6047 + 6147 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133568,10 +135103,10 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_corr_arguments": { "X": [ - 6075 + 6175 ], "Y": [ - 6075 + 6175 ], "__typename": [ 85 @@ -133579,13 +135114,13 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_count": { "arguments": [ - 6073 + 6173 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ 42 @@ -133596,16 +135131,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_covar_samp": { "arguments": [ - 6050 + 6150 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133613,10 +135148,10 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6076 + 6176 ], "Y": [ - 6076 + 6176 ], "__typename": [ 85 @@ -133624,16 +135159,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_max": { "arguments": [ - 6077 + 6177 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133641,16 +135176,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_min": { "arguments": [ - 6078 + 6178 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133658,16 +135193,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6079 + 6179 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133675,16 +135210,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_sum": { "arguments": [ - 6080 + 6180 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133692,16 +135227,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_var_samp": { "arguments": [ - 6081 + 6181 ], "distinct": [ 6 ], "filter": [ - 6061 + 6161 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -133709,13 +135244,13 @@ export default { }, "utility_lineup_progress_aggregate_fields": { "avg": [ - 6059 + 6159 ], "count": [ 41, { "columns": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "distinct": [ @@ -133724,31 +135259,31 @@ export default { } ], "max": [ - 6065 + 6165 ], "min": [ - 6067 + 6167 ], "stddev": [ - 6083 + 6183 ], "stddev_pop": [ - 6085 + 6185 ], "stddev_samp": [ - 6087 + 6187 ], "sum": [ - 6091 + 6191 ], "var_pop": [ - 6095 + 6195 ], "var_samp": [ - 6097 + 6197 ], "variance": [ - 6099 + 6199 ], "__typename": [ 85 @@ -133756,37 +135291,37 @@ export default { }, "utility_lineup_progress_aggregate_order_by": { "avg": [ - 6060 + 6160 ], "count": [ - 3601 + 3647 ], "max": [ - 6066 + 6166 ], "min": [ - 6068 + 6168 ], "stddev": [ - 6084 + 6184 ], "stddev_pop": [ - 6086 + 6186 ], "stddev_samp": [ - 6088 + 6188 ], "sum": [ - 6092 + 6192 ], "var_pop": [ - 6096 + 6196 ], "var_samp": [ - 6098 + 6198 ], "variance": [ - 6100 + 6200 ], "__typename": [ 85 @@ -133794,10 +135329,10 @@ export default { }, "utility_lineup_progress_arr_rel_insert_input": { "data": [ - 6064 + 6164 ], "on_conflict": [ - 6070 + 6170 ], "__typename": [ 85 @@ -133837,31 +135372,31 @@ export default { }, "utility_lineup_progress_avg_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -133869,13 +135404,13 @@ export default { }, "utility_lineup_progress_bool_exp": { "_and": [ - 6061 + 6161 ], "_not": [ - 6061 + 6161 ], "_or": [ - 6061 + 6161 ], "attempts": [ 42 @@ -133887,25 +135422,25 @@ export default { 42 ], "last_practiced_at": [ - 5197 + 5243 ], "mastered_at": [ - 5197 + 5243 ], "miss_along_sum": [ - 2047 + 2093 ], "miss_lateral_sum": [ - 2047 + 2093 ], "miss_samples": [ 42 ], "miss_vertical_sum": [ - 2047 + 2093 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -133914,10 +135449,10 @@ export default { 42 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -133935,16 +135470,16 @@ export default { 41 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "steam_id": [ 311 @@ -133967,25 +135502,25 @@ export default { 41 ], "last_practiced_at": [ - 5196 + 5242 ], "mastered_at": [ - 5196 + 5242 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 @@ -133994,10 +135529,10 @@ export default { 41 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134014,22 +135549,22 @@ export default { 41 ], "last_practiced_at": [ - 5196 + 5242 ], "mastered_at": [ - 5196 + 5242 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "steam_id": [ 311 @@ -134038,7 +135573,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134046,40 +135581,40 @@ export default { }, "utility_lineup_progress_max_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "last_practiced_at": [ - 3601 + 3647 ], "mastered_at": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134096,22 +135631,22 @@ export default { 41 ], "last_practiced_at": [ - 5196 + 5242 ], "mastered_at": [ - 5196 + 5242 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "steam_id": [ 311 @@ -134120,7 +135655,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134128,40 +135663,40 @@ export default { }, "utility_lineup_progress_min_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "last_practiced_at": [ - 3601 + 3647 ], "mastered_at": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134172,7 +135707,7 @@ export default { 41 ], "returning": [ - 6042 + 6142 ], "__typename": [ 85 @@ -134180,13 +135715,13 @@ export default { }, "utility_lineup_progress_on_conflict": { "constraint": [ - 6062 + 6162 ], "update_columns": [ - 6093 + 6193 ], "where": [ - 6061 + 6161 ], "__typename": [ 85 @@ -134194,46 +135729,46 @@ export default { }, "utility_lineup_progress_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "last_practiced_at": [ - 3601 + 3647 ], "mastered_at": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134244,7 +135779,7 @@ export default { 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134270,22 +135805,22 @@ export default { 41 ], "last_practiced_at": [ - 5196 + 5242 ], "mastered_at": [ - 5196 + 5242 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "steam_id": [ 311 @@ -134294,7 +135829,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134334,31 +135869,31 @@ export default { }, "utility_lineup_progress_stddev_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134398,31 +135933,31 @@ export default { }, "utility_lineup_progress_stddev_pop_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134462,31 +135997,31 @@ export default { }, "utility_lineup_progress_stddev_samp_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134494,7 +136029,7 @@ export default { }, "utility_lineup_progress_stream_cursor_input": { "initial_value": [ - 6090 + 6190 ], "ordering": [ 394 @@ -134514,22 +136049,22 @@ export default { 41 ], "last_practiced_at": [ - 5196 + 5242 ], "mastered_at": [ - 5196 + 5242 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "steam_id": [ 311 @@ -134538,7 +136073,7 @@ export default { 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134555,16 +136090,16 @@ export default { 41 ], "miss_along_sum": [ - 2046 + 2092 ], "miss_lateral_sum": [ - 2046 + 2092 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2046 + 2092 ], "steam_id": [ 311 @@ -134578,31 +136113,31 @@ export default { }, "utility_lineup_progress_sum_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134611,13 +136146,13 @@ export default { "utility_lineup_progress_update_column": {}, "utility_lineup_progress_updates": { "_inc": [ - 6063 + 6163 ], "_set": [ - 6082 + 6182 ], "where": [ - 6061 + 6161 ], "__typename": [ 85 @@ -134657,31 +136192,31 @@ export default { }, "utility_lineup_progress_var_pop_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134721,31 +136256,31 @@ export default { }, "utility_lineup_progress_var_samp_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134785,31 +136320,31 @@ export default { }, "utility_lineup_progress_variance_order_by": { "attempts": [ - 3601 + 3647 ], "best_streak": [ - 3601 + 3647 ], "current_streak": [ - 3601 + 3647 ], "miss_along_sum": [ - 3601 + 3647 ], "miss_lateral_sum": [ - 3601 + 3647 ], "miss_samples": [ - 3601 + 3647 ], "miss_vertical_sum": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "successes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -134817,7 +136352,7 @@ export default { }, "utility_lineup_renders": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -134826,22 +136361,22 @@ export default { 85 ], "game_server_node": [ - 2267 + 2313 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "lineup": [ - 6251 + 6351 ], "map_name": [ 85 @@ -134850,13 +136385,13 @@ export default { 6 ], "practice_session": [ - 6457 + 6557 ], "progress": [ - 3599 + 3645 ], "requested_by": [ - 4559 + 4605 ], "requested_by_steam_id": [ 311 @@ -134871,7 +136406,7 @@ export default { 41 ], "spec": [ - 2392, + 2438, { "path": [ 85 @@ -134882,7 +136417,7 @@ export default { 85 ], "status_history": [ - 2392, + 2438, { "path": [ 85 @@ -134890,10 +136425,10 @@ export default { } ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -134901,10 +136436,10 @@ export default { }, "utility_lineup_renders_aggregate": { "aggregate": [ - 6107 + 6207 ], "nodes": [ - 6101 + 6201 ], "__typename": [ 85 @@ -134912,13 +136447,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp": { "bool_and": [ - 6104 + 6204 ], "bool_or": [ - 6105 + 6205 ], "count": [ - 6106 + 6206 ], "__typename": [ 85 @@ -134926,13 +136461,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_bool_and": { "arguments": [ - 6130 + 6230 ], "distinct": [ 6 ], "filter": [ - 6113 + 6213 ], "predicate": [ 7 @@ -134943,13 +136478,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_bool_or": { "arguments": [ - 6131 + 6231 ], "distinct": [ 6 ], "filter": [ - 6113 + 6213 ], "predicate": [ 7 @@ -134960,13 +136495,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_count": { "arguments": [ - 6129 + 6229 ], "distinct": [ 6 ], "filter": [ - 6113 + 6213 ], "predicate": [ 42 @@ -134977,13 +136512,13 @@ export default { }, "utility_lineup_renders_aggregate_fields": { "avg": [ - 6111 + 6211 ], "count": [ 41, { "columns": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "distinct": [ @@ -134992,31 +136527,31 @@ export default { } ], "max": [ - 6120 + 6220 ], "min": [ - 6122 + 6222 ], "stddev": [ - 6133 + 6233 ], "stddev_pop": [ - 6135 + 6235 ], "stddev_samp": [ - 6137 + 6237 ], "sum": [ - 6141 + 6241 ], "var_pop": [ - 6145 + 6245 ], "var_samp": [ - 6147 + 6247 ], "variance": [ - 6149 + 6249 ], "__typename": [ 85 @@ -135024,37 +136559,37 @@ export default { }, "utility_lineup_renders_aggregate_order_by": { "avg": [ - 6112 + 6212 ], "count": [ - 3601 + 3647 ], "max": [ - 6121 + 6221 ], "min": [ - 6123 + 6223 ], "stddev": [ - 6134 + 6234 ], "stddev_pop": [ - 6136 + 6236 ], "stddev_samp": [ - 6138 + 6238 ], "sum": [ - 6142 + 6242 ], "var_pop": [ - 6146 + 6246 ], "var_samp": [ - 6148 + 6248 ], "variance": [ - 6150 + 6250 ], "__typename": [ 85 @@ -135062,10 +136597,10 @@ export default { }, "utility_lineup_renders_append_input": { "spec": [ - 2392 + 2438 ], "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -135073,10 +136608,10 @@ export default { }, "utility_lineup_renders_arr_rel_insert_input": { "data": [ - 6119 + 6219 ], "on_conflict": [ - 6125 + 6225 ], "__typename": [ 85 @@ -135101,16 +136636,16 @@ export default { }, "utility_lineup_renders_avg_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135118,16 +136653,16 @@ export default { }, "utility_lineup_renders_bool_exp": { "_and": [ - 6113 + 6213 ], "_not": [ - 6113 + 6213 ], "_or": [ - 6113 + 6213 ], "created_at": [ - 5197 + 5243 ], "duration_ms": [ 42 @@ -135136,22 +136671,22 @@ export default { 87 ], "game_server_node": [ - 2279 + 2325 ], "game_server_node_id": [ 87 ], "id": [ - 6505 + 6605 ], "k8s_job_name": [ 87 ], "last_status_at": [ - 5197 + 5243 ], "lineup": [ - 6273 + 6373 ], "map_name": [ 87 @@ -135160,13 +136695,13 @@ export default { 7 ], "practice_session": [ - 6468 + 6568 ], "progress": [ - 3600 + 3646 ], "requested_by": [ - 4563 + 4609 ], "requested_by_steam_id": [ 313 @@ -135181,19 +136716,19 @@ export default { 42 ], "spec": [ - 2394 + 2440 ], "status": [ 87 ], "status_history": [ - 2394 + 2440 ], "utility_lineup_id": [ - 6505 + 6605 ], "utility_practice_session_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -135238,7 +136773,7 @@ export default { 41 ], "progress": [ - 3599 + 3645 ], "requested_by_steam_id": [ 311 @@ -135252,7 +136787,7 @@ export default { }, "utility_lineup_renders_insert_input": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -135261,22 +136796,22 @@ export default { 85 ], "game_server_node": [ - 2291 + 2337 ], "game_server_node_id": [ 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "lineup": [ - 6285 + 6385 ], "map_name": [ 85 @@ -135285,13 +136820,13 @@ export default { 6 ], "practice_session": [ - 6477 + 6577 ], "progress": [ - 3599 + 3645 ], "requested_by": [ - 4570 + 4616 ], "requested_by_steam_id": [ 311 @@ -135306,19 +136841,19 @@ export default { 41 ], "spec": [ - 2392 + 2438 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -135326,7 +136861,7 @@ export default { }, "utility_lineup_renders_max_fields": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -135338,19 +136873,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "progress": [ - 3599 + 3645 ], "requested_by_steam_id": [ 311 @@ -135368,10 +136903,10 @@ export default { 85 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -135379,52 +136914,52 @@ export default { }, "utility_lineup_renders_max_order_by": { "created_at": [ - 3601 + 3647 ], "duration_ms": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "session_token": [ - 3601 + 3647 ], "skip_reason": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135432,7 +136967,7 @@ export default { }, "utility_lineup_renders_min_fields": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -135444,19 +136979,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "progress": [ - 3599 + 3645 ], "requested_by_steam_id": [ 311 @@ -135474,10 +137009,10 @@ export default { 85 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -135485,52 +137020,52 @@ export default { }, "utility_lineup_renders_min_order_by": { "created_at": [ - 3601 + 3647 ], "duration_ms": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "session_token": [ - 3601 + 3647 ], "skip_reason": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135541,7 +137076,7 @@ export default { 41 ], "returning": [ - 6101 + 6201 ], "__typename": [ 85 @@ -135549,13 +137084,13 @@ export default { }, "utility_lineup_renders_on_conflict": { "constraint": [ - 6114 + 6214 ], "update_columns": [ - 6143 + 6243 ], "where": [ - 6113 + 6213 ], "__typename": [ 85 @@ -135563,73 +137098,73 @@ export default { }, "utility_lineup_renders_order_by": { "created_at": [ - 3601 + 3647 ], "duration_ms": [ - 3601 + 3647 ], "error_message": [ - 3601 + 3647 ], "game_server_node": [ - 2293 + 2339 ], "game_server_node_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "k8s_job_name": [ - 3601 + 3647 ], "last_status_at": [ - 3601 + 3647 ], "lineup": [ - 6287 + 6387 ], "map_name": [ - 3601 + 3647 ], "paused": [ - 3601 + 3647 ], "practice_session": [ - 6479 + 6579 ], "progress": [ - 3601 + 3647 ], "requested_by": [ - 4572 + 4618 ], "requested_by_steam_id": [ - 3601 + 3647 ], "session_token": [ - 3601 + 3647 ], "skip_reason": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "spec": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "status_history": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135637,7 +137172,7 @@ export default { }, "utility_lineup_renders_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -135645,10 +137180,10 @@ export default { }, "utility_lineup_renders_prepend_input": { "spec": [ - 2392 + 2438 ], "status_history": [ - 2392 + 2438 ], "__typename": [ 85 @@ -135659,7 +137194,7 @@ export default { "utility_lineup_renders_select_column_utility_lineup_renders_aggregate_bool_exp_bool_or_arguments_columns": {}, "utility_lineup_renders_set_input": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -135671,13 +137206,13 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "map_name": [ 85 @@ -135686,7 +137221,7 @@ export default { 6 ], "progress": [ - 3599 + 3645 ], "requested_by_steam_id": [ 311 @@ -135701,19 +137236,19 @@ export default { 41 ], "spec": [ - 2392 + 2438 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -135738,16 +137273,16 @@ export default { }, "utility_lineup_renders_stddev_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135772,16 +137307,16 @@ export default { }, "utility_lineup_renders_stddev_pop_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135806,16 +137341,16 @@ export default { }, "utility_lineup_renders_stddev_samp_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135823,7 +137358,7 @@ export default { }, "utility_lineup_renders_stream_cursor_input": { "initial_value": [ - 6140 + 6240 ], "ordering": [ 394 @@ -135834,7 +137369,7 @@ export default { }, "utility_lineup_renders_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "duration_ms": [ 41 @@ -135846,13 +137381,13 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5196 + 5242 ], "map_name": [ 85 @@ -135861,7 +137396,7 @@ export default { 6 ], "progress": [ - 3599 + 3645 ], "requested_by_steam_id": [ 311 @@ -135876,19 +137411,19 @@ export default { 41 ], "spec": [ - 2392 + 2438 ], "status": [ 85 ], "status_history": [ - 2392 + 2438 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -135899,7 +137434,7 @@ export default { 41 ], "progress": [ - 3599 + 3645 ], "requested_by_steam_id": [ 311 @@ -135913,16 +137448,16 @@ export default { }, "utility_lineup_renders_sum_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -135931,28 +137466,28 @@ export default { "utility_lineup_renders_update_column": {}, "utility_lineup_renders_updates": { "_append": [ - 6109 + 6209 ], "_delete_at_path": [ - 6115 + 6215 ], "_delete_elem": [ - 6116 + 6216 ], "_delete_key": [ - 6117 + 6217 ], "_inc": [ - 6118 + 6218 ], "_prepend": [ - 6128 + 6228 ], "_set": [ - 6132 + 6232 ], "where": [ - 6113 + 6213 ], "__typename": [ 85 @@ -135977,16 +137512,16 @@ export default { }, "utility_lineup_renders_var_pop_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136011,16 +137546,16 @@ export default { }, "utility_lineup_renders_var_samp_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136045,16 +137580,16 @@ export default { }, "utility_lineup_renders_variance_order_by": { "duration_ms": [ - 3601 + 3647 ], "progress": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "sort_index": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136062,28 +137597,28 @@ export default { }, "utility_lineup_repairs": { "created_at": [ - 5196 + 5242 ], "drift_distance": [ - 2046 + 2092 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "repaired_at": [ - 5196 + 5242 ], "repaired_utility_lineup": [ - 6251 + 6351 ], "repaired_utility_lineup_id": [ - 6503 + 6603 ], "requested_by": [ - 4559 + 4605 ], "requested_by_steam_id": [ 311 @@ -136092,22 +137627,22 @@ export default { 85 ], "utility_drift_scan": [ - 5973 + 6073 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session": [ - 6457 + 6557 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136115,10 +137650,10 @@ export default { }, "utility_lineup_repairs_aggregate": { "aggregate": [ - 6165 + 6265 ], "nodes": [ - 6151 + 6251 ], "__typename": [ 85 @@ -136126,31 +137661,31 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp": { "avg": [ - 6154 + 6254 ], "corr": [ - 6155 + 6255 ], "count": [ - 6157 + 6257 ], "covar_samp": [ - 6158 + 6258 ], "max": [ - 6160 + 6260 ], "min": [ - 6161 + 6261 ], "stddev_samp": [ - 6162 + 6262 ], "sum": [ - 6163 + 6263 ], "var_samp": [ - 6164 + 6264 ], "__typename": [ 85 @@ -136158,16 +137693,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_avg": { "arguments": [ - 6183 + 6283 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136175,16 +137710,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_corr": { "arguments": [ - 6156 + 6256 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136192,10 +137727,10 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_corr_arguments": { "X": [ - 6184 + 6284 ], "Y": [ - 6184 + 6284 ], "__typename": [ 85 @@ -136203,13 +137738,13 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_count": { "arguments": [ - 6182 + 6282 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ 42 @@ -136220,16 +137755,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_covar_samp": { "arguments": [ - 6159 + 6259 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136237,10 +137772,10 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6185 + 6285 ], "Y": [ - 6185 + 6285 ], "__typename": [ 85 @@ -136248,16 +137783,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_max": { "arguments": [ - 6186 + 6286 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136265,16 +137800,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_min": { "arguments": [ - 6187 + 6287 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136282,16 +137817,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6188 + 6288 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136299,16 +137834,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_sum": { "arguments": [ - 6189 + 6289 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136316,16 +137851,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_var_samp": { "arguments": [ - 6190 + 6290 ], "distinct": [ 6 ], "filter": [ - 6170 + 6270 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -136333,13 +137868,13 @@ export default { }, "utility_lineup_repairs_aggregate_fields": { "avg": [ - 6168 + 6268 ], "count": [ 41, { "columns": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "distinct": [ @@ -136348,31 +137883,31 @@ export default { } ], "max": [ - 6174 + 6274 ], "min": [ - 6176 + 6276 ], "stddev": [ - 6192 + 6292 ], "stddev_pop": [ - 6194 + 6294 ], "stddev_samp": [ - 6196 + 6296 ], "sum": [ - 6200 + 6300 ], "var_pop": [ - 6204 + 6304 ], "var_samp": [ - 6206 + 6306 ], "variance": [ - 6208 + 6308 ], "__typename": [ 85 @@ -136380,37 +137915,37 @@ export default { }, "utility_lineup_repairs_aggregate_order_by": { "avg": [ - 6169 + 6269 ], "count": [ - 3601 + 3647 ], "max": [ - 6175 + 6275 ], "min": [ - 6177 + 6277 ], "stddev": [ - 6193 + 6293 ], "stddev_pop": [ - 6195 + 6295 ], "stddev_samp": [ - 6197 + 6297 ], "sum": [ - 6201 + 6301 ], "var_pop": [ - 6205 + 6305 ], "var_samp": [ - 6207 + 6307 ], "variance": [ - 6209 + 6309 ], "__typename": [ 85 @@ -136418,10 +137953,10 @@ export default { }, "utility_lineup_repairs_arr_rel_insert_input": { "data": [ - 6173 + 6273 ], "on_conflict": [ - 6179 + 6279 ], "__typename": [ 85 @@ -136440,10 +137975,10 @@ export default { }, "utility_lineup_repairs_avg_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136451,37 +137986,37 @@ export default { }, "utility_lineup_repairs_bool_exp": { "_and": [ - 6170 + 6270 ], "_not": [ - 6170 + 6270 ], "_or": [ - 6170 + 6270 ], "created_at": [ - 5197 + 5243 ], "drift_distance": [ - 2047 + 2093 ], "expires_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "repaired_at": [ - 5197 + 5243 ], "repaired_utility_lineup": [ - 6273 + 6373 ], "repaired_utility_lineup_id": [ - 6505 + 6605 ], "requested_by": [ - 4563 + 4609 ], "requested_by_steam_id": [ 313 @@ -136490,22 +138025,22 @@ export default { 87 ], "utility_drift_scan": [ - 5977 + 6077 ], "utility_drift_scan_id": [ - 6505 + 6605 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "utility_practice_session": [ - 6468 + 6568 ], "utility_practice_session_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -136514,7 +138049,7 @@ export default { "utility_lineup_repairs_constraint": {}, "utility_lineup_repairs_inc_input": { "drift_distance": [ - 2046 + 2092 ], "requested_by_steam_id": [ 311 @@ -136525,28 +138060,28 @@ export default { }, "utility_lineup_repairs_insert_input": { "created_at": [ - 5196 + 5242 ], "drift_distance": [ - 2046 + 2092 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "repaired_at": [ - 5196 + 5242 ], "repaired_utility_lineup": [ - 6285 + 6385 ], "repaired_utility_lineup_id": [ - 6503 + 6603 ], "requested_by": [ - 4570 + 4616 ], "requested_by_steam_id": [ 311 @@ -136555,22 +138090,22 @@ export default { 85 ], "utility_drift_scan": [ - 5984 + 6084 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session": [ - 6477 + 6577 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136578,22 +138113,22 @@ export default { }, "utility_lineup_repairs_max_fields": { "created_at": [ - 5196 + 5242 ], "drift_distance": [ - 2046 + 2092 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "repaired_at": [ - 5196 + 5242 ], "repaired_utility_lineup_id": [ - 6503 + 6603 ], "requested_by_steam_id": [ 311 @@ -136602,13 +138137,13 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136616,37 +138151,37 @@ export default { }, "utility_lineup_repairs_max_order_by": { "created_at": [ - 3601 + 3647 ], "drift_distance": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "repaired_at": [ - 3601 + 3647 ], "repaired_utility_lineup_id": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "utility_drift_scan_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136654,22 +138189,22 @@ export default { }, "utility_lineup_repairs_min_fields": { "created_at": [ - 5196 + 5242 ], "drift_distance": [ - 2046 + 2092 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "repaired_at": [ - 5196 + 5242 ], "repaired_utility_lineup_id": [ - 6503 + 6603 ], "requested_by_steam_id": [ 311 @@ -136678,13 +138213,13 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136692,37 +138227,37 @@ export default { }, "utility_lineup_repairs_min_order_by": { "created_at": [ - 3601 + 3647 ], "drift_distance": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "repaired_at": [ - 3601 + 3647 ], "repaired_utility_lineup_id": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "utility_drift_scan_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136733,7 +138268,7 @@ export default { 41 ], "returning": [ - 6151 + 6251 ], "__typename": [ 85 @@ -136741,13 +138276,13 @@ export default { }, "utility_lineup_repairs_on_conflict": { "constraint": [ - 6171 + 6271 ], "update_columns": [ - 6202 + 6302 ], "where": [ - 6170 + 6270 ], "__typename": [ 85 @@ -136755,52 +138290,52 @@ export default { }, "utility_lineup_repairs_order_by": { "created_at": [ - 3601 + 3647 ], "drift_distance": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "repaired_at": [ - 3601 + 3647 ], "repaired_utility_lineup": [ - 6287 + 6387 ], "repaired_utility_lineup_id": [ - 3601 + 3647 ], "requested_by": [ - 4572 + 4618 ], "requested_by_steam_id": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "utility_drift_scan": [ - 5986 + 6086 ], "utility_drift_scan_id": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "utility_practice_session": [ - 6479 + 6579 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136808,7 +138343,7 @@ export default { }, "utility_lineup_repairs_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136825,22 +138360,22 @@ export default { "utility_lineup_repairs_select_column_utility_lineup_repairs_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_lineup_repairs_set_input": { "created_at": [ - 5196 + 5242 ], "drift_distance": [ - 2046 + 2092 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "repaired_at": [ - 5196 + 5242 ], "repaired_utility_lineup_id": [ - 6503 + 6603 ], "requested_by_steam_id": [ 311 @@ -136849,13 +138384,13 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136874,10 +138409,10 @@ export default { }, "utility_lineup_repairs_stddev_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136896,10 +138431,10 @@ export default { }, "utility_lineup_repairs_stddev_pop_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136918,10 +138453,10 @@ export default { }, "utility_lineup_repairs_stddev_samp_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -136929,7 +138464,7 @@ export default { }, "utility_lineup_repairs_stream_cursor_input": { "initial_value": [ - 6199 + 6299 ], "ordering": [ 394 @@ -136940,22 +138475,22 @@ export default { }, "utility_lineup_repairs_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "drift_distance": [ - 2046 + 2092 ], "expires_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "repaired_at": [ - 5196 + 5242 ], "repaired_utility_lineup_id": [ - 6503 + 6603 ], "requested_by_steam_id": [ 311 @@ -136964,13 +138499,13 @@ export default { 85 ], "utility_drift_scan_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503 + 6603 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -136978,7 +138513,7 @@ export default { }, "utility_lineup_repairs_sum_fields": { "drift_distance": [ - 2046 + 2092 ], "requested_by_steam_id": [ 311 @@ -136989,10 +138524,10 @@ export default { }, "utility_lineup_repairs_sum_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137001,13 +138536,13 @@ export default { "utility_lineup_repairs_update_column": {}, "utility_lineup_repairs_updates": { "_inc": [ - 6172 + 6272 ], "_set": [ - 6191 + 6291 ], "where": [ - 6170 + 6270 ], "__typename": [ 85 @@ -137026,10 +138561,10 @@ export default { }, "utility_lineup_repairs_var_pop_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137048,10 +138583,10 @@ export default { }, "utility_lineup_repairs_var_samp_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137070,10 +138605,10 @@ export default { }, "utility_lineup_repairs_variance_order_by": { "drift_distance": [ - 3601 + 3647 ], "requested_by_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137081,22 +138616,22 @@ export default { }, "utility_lineup_votes": { "created_at": [ - 5196 + 5242 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137104,10 +138639,10 @@ export default { }, "utility_lineup_votes_aggregate": { "aggregate": [ - 6214 + 6314 ], "nodes": [ - 6210 + 6310 ], "__typename": [ 85 @@ -137115,7 +138650,7 @@ export default { }, "utility_lineup_votes_aggregate_bool_exp": { "count": [ - 6213 + 6313 ], "__typename": [ 85 @@ -137123,13 +138658,13 @@ export default { }, "utility_lineup_votes_aggregate_bool_exp_count": { "arguments": [ - 6231 + 6331 ], "distinct": [ 6 ], "filter": [ - 6219 + 6319 ], "predicate": [ 42 @@ -137140,13 +138675,13 @@ export default { }, "utility_lineup_votes_aggregate_fields": { "avg": [ - 6217 + 6317 ], "count": [ 41, { "columns": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "distinct": [ @@ -137155,31 +138690,31 @@ export default { } ], "max": [ - 6223 + 6323 ], "min": [ - 6225 + 6325 ], "stddev": [ - 6233 + 6333 ], "stddev_pop": [ - 6235 + 6335 ], "stddev_samp": [ - 6237 + 6337 ], "sum": [ - 6241 + 6341 ], "var_pop": [ - 6245 + 6345 ], "var_samp": [ - 6247 + 6347 ], "variance": [ - 6249 + 6349 ], "__typename": [ 85 @@ -137187,37 +138722,37 @@ export default { }, "utility_lineup_votes_aggregate_order_by": { "avg": [ - 6218 + 6318 ], "count": [ - 3601 + 3647 ], "max": [ - 6224 + 6324 ], "min": [ - 6226 + 6326 ], "stddev": [ - 6234 + 6334 ], "stddev_pop": [ - 6236 + 6336 ], "stddev_samp": [ - 6238 + 6338 ], "sum": [ - 6242 + 6342 ], "var_pop": [ - 6246 + 6346 ], "var_samp": [ - 6248 + 6348 ], "variance": [ - 6250 + 6350 ], "__typename": [ 85 @@ -137225,10 +138760,10 @@ export default { }, "utility_lineup_votes_arr_rel_insert_input": { "data": [ - 6222 + 6322 ], "on_conflict": [ - 6228 + 6328 ], "__typename": [ 85 @@ -137247,10 +138782,10 @@ export default { }, "utility_lineup_votes_avg_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137258,31 +138793,31 @@ export default { }, "utility_lineup_votes_bool_exp": { "_and": [ - 6219 + 6319 ], "_not": [ - 6219 + 6319 ], "_or": [ - 6219 + 6319 ], "created_at": [ - 5197 + 5243 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "vote": [ - 4784 + 4830 ], "__typename": [ 85 @@ -137294,7 +138829,7 @@ export default { 311 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137302,22 +138837,22 @@ export default { }, "utility_lineup_votes_insert_input": { "created_at": [ - 5196 + 5242 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137325,16 +138860,16 @@ export default { }, "utility_lineup_votes_max_fields": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137342,16 +138877,16 @@ export default { }, "utility_lineup_votes_max_order_by": { "created_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137359,16 +138894,16 @@ export default { }, "utility_lineup_votes_min_fields": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137376,16 +138911,16 @@ export default { }, "utility_lineup_votes_min_order_by": { "created_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137396,7 +138931,7 @@ export default { 41 ], "returning": [ - 6210 + 6310 ], "__typename": [ 85 @@ -137404,13 +138939,13 @@ export default { }, "utility_lineup_votes_on_conflict": { "constraint": [ - 6220 + 6320 ], "update_columns": [ - 6243 + 6343 ], "where": [ - 6219 + 6319 ], "__typename": [ 85 @@ -137418,22 +138953,22 @@ export default { }, "utility_lineup_votes_order_by": { "created_at": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137444,7 +138979,7 @@ export default { 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -137453,16 +138988,16 @@ export default { "utility_lineup_votes_select_column": {}, "utility_lineup_votes_set_input": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137481,10 +139016,10 @@ export default { }, "utility_lineup_votes_stddev_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137503,10 +139038,10 @@ export default { }, "utility_lineup_votes_stddev_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137525,10 +139060,10 @@ export default { }, "utility_lineup_votes_stddev_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137536,7 +139071,7 @@ export default { }, "utility_lineup_votes_stream_cursor_input": { "initial_value": [ - 6240 + 6340 ], "ordering": [ 394 @@ -137547,16 +139082,16 @@ export default { }, "utility_lineup_votes_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "steam_id": [ 311 ], "utility_lineup_id": [ - 6503 + 6603 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137567,7 +139102,7 @@ export default { 311 ], "vote": [ - 4783 + 4829 ], "__typename": [ 85 @@ -137575,10 +139110,10 @@ export default { }, "utility_lineup_votes_sum_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137587,13 +139122,13 @@ export default { "utility_lineup_votes_update_column": {}, "utility_lineup_votes_updates": { "_inc": [ - 6221 + 6321 ], "_set": [ - 6232 + 6332 ], "where": [ - 6219 + 6319 ], "__typename": [ 85 @@ -137612,10 +139147,10 @@ export default { }, "utility_lineup_votes_var_pop_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137634,10 +139169,10 @@ export default { }, "utility_lineup_votes_var_samp_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137656,10 +139191,10 @@ export default { }, "utility_lineup_votes_variance_order_by": { "steam_id": [ - 3601 + 3647 ], "vote": [ - 3601 + 3647 ], "__typename": [ 85 @@ -137667,13 +139202,13 @@ export default { }, "utility_lineups": { "aim_tolerance": [ - 2046 + 2092 ], "archived_at": [ - 5196 + 5242 ], "author": [ - 4559 + 4605 ], "author_steam_id": [ 311 @@ -137685,10 +139220,10 @@ export default { 6 ], "collection_items": [ - 5791, + 5891, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -137698,19 +139233,19 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], "collection_items_aggregate": [ - 5792, + 5892, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -137720,11 +139255,11 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], @@ -137732,7 +139267,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -137747,13 +139282,13 @@ export default { 85 ], "eye_z": [ - 2046 + 2092 ], "favorited_by": [ - 6001, + 6101, { "distinct_on": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -137763,19 +139298,19 @@ export default { 41 ], "order_by": [ - 6020, + 6120, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6010 + 6110 ] } ], "favorited_by_aggregate": [ - 6002, + 6102, { "distinct_on": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -137785,11 +139320,11 @@ export default { 41 ], "order_by": [ - 6020, + 6120, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6010 + 6110 ] } ], @@ -137800,31 +139335,31 @@ export default { 41 ], "forked_from": [ - 6251 + 6351 ], "forked_from_utility_lineup_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "is_favorited": [ 6 @@ -137833,13 +139368,13 @@ export default { 6 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -137848,22 +139383,22 @@ export default { 85 ], "my_vote": [ - 4783 + 4829 ], "name": [ 85 ], "origin_source": [ - 1652 + 1698 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -137881,7 +139416,7 @@ export default { 85 ], "preview_rendered_at": [ - 5196 + 5242 ], "preview_thumbnail": [ 85 @@ -137893,10 +139428,10 @@ export default { 85 ], "progress": [ - 6042, + 6142, { "distinct_on": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -137906,19 +139441,19 @@ export default { 41 ], "order_by": [ - 6071, + 6171, "[utility_lineup_progress_order_by!]" ], "where": [ - 6061 + 6161 ] } ], "progress_aggregate": [ - 6043, + 6143, { "distinct_on": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -137928,31 +139463,31 @@ export default { 41 ], "order_by": [ - 6071, + 6171, "[utility_lineup_progress_order_by!]" ], "where": [ - 6061 + 6161 ] } ], "public_requested_at": [ - 5196 + 5242 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5196 + 5242 ], "public_reviewed_by": [ 311 ], "renders": [ - 6101, + 6201, { "distinct_on": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -137962,19 +139497,19 @@ export default { 41 ], "order_by": [ - 6126, + 6226, "[utility_lineup_renders_order_by!]" ], "where": [ - 6113 + 6213 ] } ], "renders_aggregate": [ - 6102, + 6202, { "distinct_on": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -137984,19 +139519,19 @@ export default { 41 ], "order_by": [ - 6126, + 6226, "[utility_lineup_renders_order_by!]" ], "where": [ - 6113 + 6213 ] } ], "repairs": [ - 6151, + 6251, { "distinct_on": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -138006,19 +139541,19 @@ export default { 41 ], "order_by": [ - 6180, + 6280, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6170 + 6270 ] } ], "repairs_aggregate": [ - 6152, + 6252, { "distinct_on": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -138028,31 +139563,31 @@ export default { 41 ], "order_by": [ - 6180, + 6280, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6170 + 6270 ] } ], "side": [ - 1406 + 1452 ], "source_grenade_id": [ 41 ], "source_match": [ - 3385 + 3431 ], "source_match_id": [ - 6503 + 6603 ], "source_match_map": [ - 3201 + 3247 ], "source_match_map_id": [ - 6503 + 6603 ], "source_url": [ 85 @@ -138061,22 +139596,22 @@ export default { 85 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2392, + 2438, { "path": [ 85 @@ -138087,37 +139622,37 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "upvotes": [ 41 ], "utility_type": [ - 1712 + 1758 ], "verified_at": [ - 5196 + 5242 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "visibility": [ - 1732 + 1778 ], "votes": [ - 6210, + 6310, { "distinct_on": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -138127,19 +139662,19 @@ export default { 41 ], "order_by": [ - 6229, + 6329, "[utility_lineup_votes_order_by!]" ], "where": [ - 6219 + 6319 ] } ], "votes_aggregate": [ - 6211, + 6311, { "distinct_on": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -138149,11 +139684,11 @@ export default { 41 ], "order_by": [ - 6229, + 6329, "[utility_lineup_votes_order_by!]" ], "where": [ - 6219 + 6319 ] } ], @@ -138166,10 +139701,10 @@ export default { }, "utility_lineups_aggregate": { "aggregate": [ - 6267 + 6367 ], "nodes": [ - 6251 + 6351 ], "__typename": [ 85 @@ -138177,37 +139712,37 @@ export default { }, "utility_lineups_aggregate_bool_exp": { "avg": [ - 6254 + 6354 ], "bool_and": [ - 6255 + 6355 ], "bool_or": [ - 6256 + 6356 ], "corr": [ - 6257 + 6357 ], "count": [ - 6259 + 6359 ], "covar_samp": [ - 6260 + 6360 ], "max": [ - 6262 + 6362 ], "min": [ - 6263 + 6363 ], "stddev_samp": [ - 6264 + 6364 ], "sum": [ - 6265 + 6365 ], "var_samp": [ - 6266 + 6366 ], "__typename": [ 85 @@ -138215,16 +139750,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_avg": { "arguments": [ - 6291 + 6391 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138232,13 +139767,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_bool_and": { "arguments": [ - 6292 + 6392 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ 7 @@ -138249,13 +139784,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_bool_or": { "arguments": [ - 6293 + 6393 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ 7 @@ -138266,16 +139801,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_corr": { "arguments": [ - 6258 + 6358 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138283,10 +139818,10 @@ export default { }, "utility_lineups_aggregate_bool_exp_corr_arguments": { "X": [ - 6294 + 6394 ], "Y": [ - 6294 + 6394 ], "__typename": [ 85 @@ -138294,13 +139829,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_count": { "arguments": [ - 6290 + 6390 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ 42 @@ -138311,16 +139846,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_covar_samp": { "arguments": [ - 6261 + 6361 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138328,10 +139863,10 @@ export default { }, "utility_lineups_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6295 + 6395 ], "Y": [ - 6295 + 6395 ], "__typename": [ 85 @@ -138339,16 +139874,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_max": { "arguments": [ - 6296 + 6396 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138356,16 +139891,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_min": { "arguments": [ - 6297 + 6397 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138373,16 +139908,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6298 + 6398 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138390,16 +139925,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_sum": { "arguments": [ - 6299 + 6399 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138407,16 +139942,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_var_samp": { "arguments": [ - 6300 + 6400 ], "distinct": [ 6 ], "filter": [ - 6273 + 6373 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -138424,13 +139959,13 @@ export default { }, "utility_lineups_aggregate_fields": { "avg": [ - 6271 + 6371 ], "count": [ 41, { "columns": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "distinct": [ @@ -138439,31 +139974,31 @@ export default { } ], "max": [ - 6280 + 6380 ], "min": [ - 6282 + 6382 ], "stddev": [ - 6302 + 6402 ], "stddev_pop": [ - 6304 + 6404 ], "stddev_samp": [ - 6306 + 6406 ], "sum": [ - 6310 + 6410 ], "var_pop": [ - 6314 + 6414 ], "var_samp": [ - 6316 + 6416 ], "variance": [ - 6318 + 6418 ], "__typename": [ 85 @@ -138471,37 +140006,37 @@ export default { }, "utility_lineups_aggregate_order_by": { "avg": [ - 6272 + 6372 ], "count": [ - 3601 + 3647 ], "max": [ - 6281 + 6381 ], "min": [ - 6283 + 6383 ], "stddev": [ - 6303 + 6403 ], "stddev_pop": [ - 6305 + 6405 ], "stddev_samp": [ - 6307 + 6407 ], "sum": [ - 6311 + 6411 ], "var_pop": [ - 6315 + 6415 ], "var_samp": [ - 6317 + 6417 ], "variance": [ - 6319 + 6419 ], "__typename": [ 85 @@ -138509,7 +140044,7 @@ export default { }, "utility_lineups_append_input": { "trajectory_preview": [ - 2392 + 2438 ], "__typename": [ 85 @@ -138517,10 +140052,10 @@ export default { }, "utility_lineups_arr_rel_insert_input": { "data": [ - 6279 + 6379 ], "on_conflict": [ - 6286 + 6386 ], "__typename": [ 85 @@ -138573,7 +140108,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -138626,94 +140161,94 @@ export default { }, "utility_lineups_avg_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -138721,22 +140256,22 @@ export default { }, "utility_lineups_bool_exp": { "_and": [ - 6273 + 6373 ], "_not": [ - 6273 + 6373 ], "_or": [ - 6273 + 6373 ], "aim_tolerance": [ - 2047 + 2093 ], "archived_at": [ - 5197 + 5243 ], "author": [ - 4563 + 4609 ], "author_steam_id": [ 313 @@ -138748,16 +140283,16 @@ export default { 7 ], "collection_items": [ - 5800 + 5900 ], "collection_items_aggregate": [ - 5793 + 5893 ], "confidence": [ 87 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 @@ -138772,13 +140307,13 @@ export default { 87 ], "eye_z": [ - 2047 + 2093 ], "favorited_by": [ - 6010 + 6110 ], "favorited_by_aggregate": [ - 6003 + 6103 ], "favorites": [ 42 @@ -138787,31 +140322,31 @@ export default { 42 ], "forked_from": [ - 6273 + 6373 ], "forked_from_utility_lineup_id": [ - 6505 + 6605 ], "id": [ - 6505 + 6605 ], "initial_pos_x": [ - 2047 + 2093 ], "initial_pos_y": [ - 2047 + 2093 ], "initial_pos_z": [ - 2047 + 2093 ], "initial_vel_x": [ - 2047 + 2093 ], "initial_vel_y": [ - 2047 + 2093 ], "initial_vel_z": [ - 2047 + 2093 ], "is_favorited": [ 7 @@ -138820,13 +140355,13 @@ export default { 7 ], "land_x": [ - 2047 + 2093 ], "land_y": [ - 2047 + 2093 ], "land_z": [ - 2047 + 2093 ], "lineup_bucket": [ 87 @@ -138835,22 +140370,22 @@ export default { 87 ], "my_vote": [ - 4784 + 4830 ], "name": [ 87 ], "origin_source": [ - 1653 + 1699 ], "origin_x": [ - 2047 + 2093 ], "origin_y": [ - 2047 + 2093 ], "origin_z": [ - 2047 + 2093 ], "practice_attempts": [ 42 @@ -138868,7 +140403,7 @@ export default { 87 ], "preview_rendered_at": [ - 5197 + 5243 ], "preview_thumbnail": [ 87 @@ -138880,52 +140415,52 @@ export default { 87 ], "progress": [ - 6061 + 6161 ], "progress_aggregate": [ - 6044 + 6144 ], "public_requested_at": [ - 5197 + 5243 ], "public_review_note": [ 87 ], "public_reviewed_at": [ - 5197 + 5243 ], "public_reviewed_by": [ 313 ], "renders": [ - 6113 + 6213 ], "renders_aggregate": [ - 6103 + 6203 ], "repairs": [ - 6170 + 6270 ], "repairs_aggregate": [ - 6153 + 6253 ], "side": [ - 1407 + 1453 ], "source_grenade_id": [ 42 ], "source_match": [ - 3396 + 3442 ], "source_match_id": [ - 6505 + 6605 ], "source_match_map": [ - 3210 + 3256 ], "source_match_map_id": [ - 6505 + 6605 ], "source_url": [ 87 @@ -138934,58 +140469,58 @@ export default { 86 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "technique": [ - 1673 + 1719 ], "throw_strength": [ - 1693 + 1739 ], "trajectory_file": [ 87 ], "trajectory_preview": [ - 2394 + 2440 ], "trajectory_size": [ 42 ], "updated_at": [ - 5197 + 5243 ], "upvotes": [ 42 ], "utility_type": [ - 1713 + 1759 ], "verified_at": [ - 5197 + 5243 ], "view_pitch": [ - 2047 + 2093 ], "view_pitch_delta": [ - 2047 + 2093 ], "view_yaw": [ - 2047 + 2093 ], "view_yaw_delta": [ - 2047 + 2093 ], "visibility": [ - 1733 + 1779 ], "votes": [ - 6219 + 6319 ], "votes_aggregate": [ - 6212 + 6312 ], "workshop_map_id": [ 87 @@ -139021,7 +140556,7 @@ export default { }, "utility_lineups_inc_input": { "aim_tolerance": [ - 2046 + 2092 ], "author_steam_id": [ 311 @@ -139030,7 +140565,7 @@ export default { 41 ], "eye_z": [ - 2046 + 2092 ], "favorites": [ 41 @@ -139039,40 +140574,40 @@ export default { 41 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -139099,16 +140634,16 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "__typename": [ 85 @@ -139116,25 +140651,25 @@ export default { }, "utility_lineups_insert_input": { "aim_tolerance": [ - 2046 + 2092 ], "archived_at": [ - 5196 + 5242 ], "author": [ - 4570 + 4616 ], "author_steam_id": [ 311 ], "collection_items": [ - 5797 + 5897 ], "confidence": [ 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -139146,10 +140681,10 @@ export default { 85 ], "eye_z": [ - 2046 + 2092 ], "favorited_by": [ - 6007 + 6107 ], "favorites": [ 41 @@ -139158,43 +140693,43 @@ export default { 41 ], "forked_from": [ - 6285 + 6385 ], "forked_from_utility_lineup_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "map_name": [ 85 @@ -139203,16 +140738,16 @@ export default { 85 ], "origin_source": [ - 1652 + 1698 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -139230,49 +140765,49 @@ export default { 85 ], "preview_rendered_at": [ - 5196 + 5242 ], "preview_thumbnail": [ 85 ], "progress": [ - 6058 + 6158 ], "public_requested_at": [ - 5196 + 5242 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5196 + 5242 ], "public_reviewed_by": [ 311 ], "renders": [ - 6110 + 6210 ], "repairs": [ - 6167 + 6267 ], "side": [ - 1406 + 1452 ], "source_grenade_id": [ 41 ], "source_match": [ - 3405 + 3451 ], "source_match_id": [ - 6503 + 6603 ], "source_match_map": [ - 3219 + 3265 ], "source_match_map_id": [ - 6503 + 6603 ], "source_url": [ 85 @@ -139281,55 +140816,55 @@ export default { 85 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2392 + 2438 ], "trajectory_size": [ 41 ], "updated_at": [ - 5196 + 5242 ], "upvotes": [ 41 ], "utility_type": [ - 1712 + 1758 ], "verified_at": [ - 5196 + 5242 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "visibility": [ - 1732 + 1778 ], "votes": [ - 6216 + 6316 ], "workshop_map_id": [ 85 @@ -139340,10 +140875,10 @@ export default { }, "utility_lineups_max_fields": { "aim_tolerance": [ - 2046 + 2092 ], "archived_at": [ - 5196 + 5242 ], "author_steam_id": [ 311 @@ -139352,7 +140887,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -139367,7 +140902,7 @@ export default { 85 ], "eye_z": [ - 2046 + 2092 ], "favorites": [ 41 @@ -139376,37 +140911,37 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -139415,19 +140950,19 @@ export default { 85 ], "my_vote": [ - 4783 + 4829 ], "name": [ 85 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -139445,7 +140980,7 @@ export default { 85 ], "preview_rendered_at": [ - 5196 + 5242 ], "preview_thumbnail": [ 85 @@ -139457,13 +140992,13 @@ export default { 85 ], "public_requested_at": [ - 5196 + 5242 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5196 + 5242 ], "public_reviewed_by": [ 311 @@ -139472,10 +141007,10 @@ export default { 41 ], "source_match_id": [ - 6503 + 6603 ], "source_match_map_id": [ - 6503 + 6603 ], "source_url": [ 85 @@ -139484,7 +141019,7 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "trajectory_file": [ 85 @@ -139493,25 +141028,25 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "upvotes": [ 41 ], "verified_at": [ - 5196 + 5242 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "workshop_map_id": [ 85 @@ -139522,169 +141057,169 @@ export default { }, "utility_lineups_max_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "archived_at": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "confidence": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "external_id": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "forked_from_utility_lineup_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "lineup_bucket": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "preview_file": [ - 3601 + 3647 ], "preview_rendered_at": [ - 3601 + 3647 ], "preview_thumbnail": [ - 3601 + 3647 ], "public_requested_at": [ - 3601 + 3647 ], "public_review_note": [ - 3601 + 3647 ], "public_reviewed_at": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "source_match_id": [ - 3601 + 3647 ], "source_match_map_id": [ - 3601 + 3647 ], "source_url": [ - 3601 + 3647 ], "tags": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "trajectory_file": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "verified_at": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -139692,10 +141227,10 @@ export default { }, "utility_lineups_min_fields": { "aim_tolerance": [ - 2046 + 2092 ], "archived_at": [ - 5196 + 5242 ], "author_steam_id": [ 311 @@ -139704,7 +141239,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -139719,7 +141254,7 @@ export default { 85 ], "eye_z": [ - 2046 + 2092 ], "favorites": [ 41 @@ -139728,37 +141263,37 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -139767,19 +141302,19 @@ export default { 85 ], "my_vote": [ - 4783 + 4829 ], "name": [ 85 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -139797,7 +141332,7 @@ export default { 85 ], "preview_rendered_at": [ - 5196 + 5242 ], "preview_thumbnail": [ 85 @@ -139809,13 +141344,13 @@ export default { 85 ], "public_requested_at": [ - 5196 + 5242 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5196 + 5242 ], "public_reviewed_by": [ 311 @@ -139824,10 +141359,10 @@ export default { 41 ], "source_match_id": [ - 6503 + 6603 ], "source_match_map_id": [ - 6503 + 6603 ], "source_url": [ 85 @@ -139836,7 +141371,7 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "trajectory_file": [ 85 @@ -139845,25 +141380,25 @@ export default { 41 ], "updated_at": [ - 5196 + 5242 ], "upvotes": [ 41 ], "verified_at": [ - 5196 + 5242 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "workshop_map_id": [ 85 @@ -139874,169 +141409,169 @@ export default { }, "utility_lineups_min_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "archived_at": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "confidence": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "external_id": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "forked_from_utility_lineup_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "lineup_bucket": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "preview_file": [ - 3601 + 3647 ], "preview_rendered_at": [ - 3601 + 3647 ], "preview_thumbnail": [ - 3601 + 3647 ], "public_requested_at": [ - 3601 + 3647 ], "public_review_note": [ - 3601 + 3647 ], "public_reviewed_at": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "source_match_id": [ - 3601 + 3647 ], "source_match_map_id": [ - 3601 + 3647 ], "source_url": [ - 3601 + 3647 ], "tags": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "trajectory_file": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "verified_at": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -140047,7 +141582,7 @@ export default { 41 ], "returning": [ - 6251 + 6351 ], "__typename": [ 85 @@ -140055,10 +141590,10 @@ export default { }, "utility_lineups_obj_rel_insert_input": { "data": [ - 6279 + 6379 ], "on_conflict": [ - 6286 + 6386 ], "__typename": [ 85 @@ -140066,13 +141601,13 @@ export default { }, "utility_lineups_on_conflict": { "constraint": [ - 6274 + 6374 ], "update_columns": [ - 6312 + 6412 ], "where": [ - 6273 + 6373 ], "__typename": [ 85 @@ -140080,247 +141615,247 @@ export default { }, "utility_lineups_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "archived_at": [ - 3601 + 3647 ], "author": [ - 4572 + 4618 ], "author_steam_id": [ - 3601 + 3647 ], "can_edit": [ - 3601 + 3647 ], "can_view": [ - 3601 + 3647 ], "collection_items_aggregate": [ - 5796 + 5896 ], "confidence": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "difficulty": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "external_id": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorited_by_aggregate": [ - 6006 + 6106 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "forked_from": [ - 6287 + 6387 ], "forked_from_utility_lineup_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "is_favorited": [ - 3601 + 3647 ], "jump_throw_bind": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "lineup_bucket": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "my_vote": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "origin_source": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "preview_file": [ - 3601 + 3647 ], "preview_rendered_at": [ - 3601 + 3647 ], "preview_thumbnail": [ - 3601 + 3647 ], "preview_thumbnail_url": [ - 3601 + 3647 ], "preview_url": [ - 3601 + 3647 ], "progress_aggregate": [ - 6057 + 6157 ], "public_requested_at": [ - 3601 + 3647 ], "public_review_note": [ - 3601 + 3647 ], "public_reviewed_at": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "renders_aggregate": [ - 6108 + 6208 ], "repairs_aggregate": [ - 6166 + 6266 ], "side": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "source_match": [ - 3407 + 3453 ], "source_match_id": [ - 3601 + 3647 ], "source_match_map": [ - 3221 + 3267 ], "source_match_map_id": [ - 3601 + 3647 ], "source_url": [ - 3601 + 3647 ], "tags": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "technique": [ - 3601 + 3647 ], "throw_strength": [ - 3601 + 3647 ], "trajectory_file": [ - 3601 + 3647 ], "trajectory_preview": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "utility_type": [ - 3601 + 3647 ], "verified_at": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "visibility": [ - 3601 + 3647 ], "votes_aggregate": [ - 6215 + 6315 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -140328,7 +141863,7 @@ export default { }, "utility_lineups_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -140336,7 +141871,7 @@ export default { }, "utility_lineups_prepend_input": { "trajectory_preview": [ - 2392 + 2438 ], "__typename": [ 85 @@ -140355,10 +141890,10 @@ export default { "utility_lineups_select_column_utility_lineups_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_lineups_set_input": { "aim_tolerance": [ - 2046 + 2092 ], "archived_at": [ - 5196 + 5242 ], "author_steam_id": [ 311 @@ -140367,7 +141902,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -140379,7 +141914,7 @@ export default { 85 ], "eye_z": [ - 2046 + 2092 ], "favorites": [ 41 @@ -140388,40 +141923,40 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "map_name": [ 85 @@ -140430,16 +141965,16 @@ export default { 85 ], "origin_source": [ - 1652 + 1698 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -140457,34 +141992,34 @@ export default { 85 ], "preview_rendered_at": [ - 5196 + 5242 ], "preview_thumbnail": [ 85 ], "public_requested_at": [ - 5196 + 5242 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5196 + 5242 ], "public_reviewed_by": [ 311 ], "side": [ - 1406 + 1452 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6503 + 6603 ], "source_match_map_id": [ - 6503 + 6603 ], "source_url": [ 85 @@ -140493,49 +142028,49 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2392 + 2438 ], "trajectory_size": [ 41 ], "updated_at": [ - 5196 + 5242 ], "upvotes": [ 41 ], "utility_type": [ - 1712 + 1758 ], "verified_at": [ - 5196 + 5242 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "visibility": [ - 1732 + 1778 ], "workshop_map_id": [ 85 @@ -140591,7 +142126,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -140644,94 +142179,94 @@ export default { }, "utility_lineups_stddev_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -140784,7 +142319,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -140837,94 +142372,94 @@ export default { }, "utility_lineups_stddev_pop_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -140977,7 +142512,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -141030,94 +142565,94 @@ export default { }, "utility_lineups_stddev_samp_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -141125,7 +142660,7 @@ export default { }, "utility_lineups_stream_cursor_input": { "initial_value": [ - 6309 + 6409 ], "ordering": [ 394 @@ -141136,10 +142671,10 @@ export default { }, "utility_lineups_stream_cursor_value_input": { "aim_tolerance": [ - 2046 + 2092 ], "archived_at": [ - 5196 + 5242 ], "author_steam_id": [ 311 @@ -141148,7 +142683,7 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 @@ -141160,7 +142695,7 @@ export default { 85 ], "eye_z": [ - 2046 + 2092 ], "favorites": [ 41 @@ -141169,40 +142704,40 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineup_bucket": [ 85 @@ -141214,16 +142749,16 @@ export default { 85 ], "origin_source": [ - 1652 + 1698 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -141241,34 +142776,34 @@ export default { 85 ], "preview_rendered_at": [ - 5196 + 5242 ], "preview_thumbnail": [ 85 ], "public_requested_at": [ - 5196 + 5242 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5196 + 5242 ], "public_reviewed_by": [ 311 ], "side": [ - 1406 + 1452 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6503 + 6603 ], "source_match_map_id": [ - 6503 + 6603 ], "source_url": [ 85 @@ -141277,49 +142812,49 @@ export default { 85 ], "team_id": [ - 6503 + 6603 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ - 1692 + 1738 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2392 + 2438 ], "trajectory_size": [ 41 ], "updated_at": [ - 5196 + 5242 ], "upvotes": [ 41 ], "utility_type": [ - 1712 + 1758 ], "verified_at": [ - 5196 + 5242 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "visibility": [ - 1732 + 1778 ], "workshop_map_id": [ 85 @@ -141330,7 +142865,7 @@ export default { }, "utility_lineups_sum_fields": { "aim_tolerance": [ - 2046 + 2092 ], "author_steam_id": [ 311 @@ -141339,7 +142874,7 @@ export default { 41 ], "eye_z": [ - 2046 + 2092 ], "favorites": [ 41 @@ -141348,43 +142883,43 @@ export default { 41 ], "initial_pos_x": [ - 2046 + 2092 ], "initial_pos_y": [ - 2046 + 2092 ], "initial_pos_z": [ - 2046 + 2092 ], "initial_vel_x": [ - 2046 + 2092 ], "initial_vel_y": [ - 2046 + 2092 ], "initial_vel_z": [ - 2046 + 2092 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "practice_attempts": [ 41 @@ -141411,16 +142946,16 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_pitch_delta": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "view_yaw_delta": [ - 2046 + 2092 ], "__typename": [ 85 @@ -141428,94 +142963,94 @@ export default { }, "utility_lineups_sum_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -141524,28 +143059,28 @@ export default { "utility_lineups_update_column": {}, "utility_lineups_updates": { "_append": [ - 6269 + 6369 ], "_delete_at_path": [ - 6275 + 6375 ], "_delete_elem": [ - 6276 + 6376 ], "_delete_key": [ - 6277 + 6377 ], "_inc": [ - 6278 + 6378 ], "_prepend": [ - 6289 + 6389 ], "_set": [ - 6301 + 6401 ], "where": [ - 6273 + 6373 ], "__typename": [ 85 @@ -141598,7 +143133,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -141651,94 +143186,94 @@ export default { }, "utility_lineups_var_pop_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -141791,7 +143326,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -141844,94 +143379,94 @@ export default { }, "utility_lineups_var_samp_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -141984,7 +143519,7 @@ export default { 32 ], "my_vote": [ - 4783 + 4829 ], "origin_x": [ 32 @@ -142037,94 +143572,94 @@ export default { }, "utility_lineups_variance_order_by": { "aim_tolerance": [ - 3601 + 3647 ], "author_steam_id": [ - 3601 + 3647 ], "downvotes": [ - 3601 + 3647 ], "eye_z": [ - 3601 + 3647 ], "favorites": [ - 3601 + 3647 ], "flight_time_ms": [ - 3601 + 3647 ], "initial_pos_x": [ - 3601 + 3647 ], "initial_pos_y": [ - 3601 + 3647 ], "initial_pos_z": [ - 3601 + 3647 ], "initial_vel_x": [ - 3601 + 3647 ], "initial_vel_y": [ - 3601 + 3647 ], "initial_vel_z": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "practice_attempts": [ - 3601 + 3647 ], "practice_players": [ - 3601 + 3647 ], "practice_successes": [ - 3601 + 3647 ], "preview_duration_ms": [ - 3601 + 3647 ], "public_reviewed_by": [ - 3601 + 3647 ], "source_grenade_id": [ - 3601 + 3647 ], "trajectory_size": [ - 3601 + 3647 ], "upvotes": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_pitch_delta": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "view_yaw_delta": [ - 3601 + 3647 ], "__typename": [ 85 @@ -142132,19 +143667,19 @@ export default { }, "utility_meta_lineups": { "first_seen_at": [ - 5196 + 5242 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "last_seen_at": [ - 5196 + 5242 ], "lineup_bucket": [ 85 @@ -142159,22 +143694,22 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "refreshed_at": [ - 5196 + 5242 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ 85 @@ -142186,13 +143721,13 @@ export default { 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142200,10 +143735,10 @@ export default { }, "utility_meta_lineups_aggregate": { "aggregate": [ - 6322 + 6422 ], "nodes": [ - 6320 + 6420 ], "__typename": [ 85 @@ -142211,13 +143746,13 @@ export default { }, "utility_meta_lineups_aggregate_fields": { "avg": [ - 6323 + 6423 ], "count": [ 41, { "columns": [ - 6334, + 6434, "[utility_meta_lineups_select_column!]" ], "distinct": [ @@ -142226,31 +143761,31 @@ export default { } ], "max": [ - 6328 + 6428 ], "min": [ - 6329 + 6429 ], "stddev": [ - 6336 + 6436 ], "stddev_pop": [ - 6337 + 6437 ], "stddev_samp": [ - 6338 + 6438 ], "sum": [ - 6341 + 6441 ], "var_pop": [ - 6344 + 6444 ], "var_samp": [ - 6345 + 6445 ], "variance": [ - 6346 + 6446 ], "__typename": [ 85 @@ -142299,28 +143834,28 @@ export default { }, "utility_meta_lineups_bool_exp": { "_and": [ - 6324 + 6424 ], "_not": [ - 6324 + 6424 ], "_or": [ - 6324 + 6424 ], "first_seen_at": [ - 5197 + 5243 ], "land_x": [ - 2047 + 2093 ], "land_y": [ - 2047 + 2093 ], "land_z": [ - 2047 + 2093 ], "last_seen_at": [ - 5197 + 5243 ], "lineup_bucket": [ 87 @@ -142335,22 +143870,22 @@ export default { 42 ], "origin_x": [ - 2047 + 2093 ], "origin_y": [ - 2047 + 2093 ], "origin_z": [ - 2047 + 2093 ], "refreshed_at": [ - 5197 + 5243 ], "side": [ - 1407 + 1453 ], "technique": [ - 1673 + 1719 ], "throw_strength": [ 87 @@ -142362,13 +143897,13 @@ export default { 42 ], "utility_type": [ - 1713 + 1759 ], "view_pitch": [ - 2047 + 2093 ], "view_yaw": [ - 2047 + 2093 ], "__typename": [ 85 @@ -142377,13 +143912,13 @@ export default { "utility_meta_lineups_constraint": {}, "utility_meta_lineups_inc_input": { "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineups": [ 41 @@ -142392,13 +143927,13 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "throwers": [ 41 @@ -142407,10 +143942,10 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142418,19 +143953,19 @@ export default { }, "utility_meta_lineups_insert_input": { "first_seen_at": [ - 5196 + 5242 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "last_seen_at": [ - 5196 + 5242 ], "lineup_bucket": [ 85 @@ -142445,22 +143980,22 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "refreshed_at": [ - 5196 + 5242 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ 85 @@ -142472,13 +144007,13 @@ export default { 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142486,19 +144021,19 @@ export default { }, "utility_meta_lineups_max_fields": { "first_seen_at": [ - 5196 + 5242 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "last_seen_at": [ - 5196 + 5242 ], "lineup_bucket": [ 85 @@ -142513,16 +144048,16 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "refreshed_at": [ - 5196 + 5242 ], "throw_strength": [ 85 @@ -142534,10 +144069,10 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142545,19 +144080,19 @@ export default { }, "utility_meta_lineups_min_fields": { "first_seen_at": [ - 5196 + 5242 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "last_seen_at": [ - 5196 + 5242 ], "lineup_bucket": [ 85 @@ -142572,16 +144107,16 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "refreshed_at": [ - 5196 + 5242 ], "throw_strength": [ 85 @@ -142593,10 +144128,10 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142607,7 +144142,7 @@ export default { 41 ], "returning": [ - 6320 + 6420 ], "__typename": [ 85 @@ -142615,13 +144150,13 @@ export default { }, "utility_meta_lineups_on_conflict": { "constraint": [ - 6325 + 6425 ], "update_columns": [ - 6342 + 6442 ], "where": [ - 6324 + 6424 ], "__typename": [ 85 @@ -142629,67 +144164,67 @@ export default { }, "utility_meta_lineups_order_by": { "first_seen_at": [ - 3601 + 3647 ], "land_x": [ - 3601 + 3647 ], "land_y": [ - 3601 + 3647 ], "land_z": [ - 3601 + 3647 ], "last_seen_at": [ - 3601 + 3647 ], "lineup_bucket": [ - 3601 + 3647 ], "lineups": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "matches": [ - 3601 + 3647 ], "origin_x": [ - 3601 + 3647 ], "origin_y": [ - 3601 + 3647 ], "origin_z": [ - 3601 + 3647 ], "refreshed_at": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "technique": [ - 3601 + 3647 ], "throw_strength": [ - 3601 + 3647 ], "throwers": [ - 3601 + 3647 ], "throws": [ - 3601 + 3647 ], "utility_type": [ - 3601 + 3647 ], "view_pitch": [ - 3601 + 3647 ], "view_yaw": [ - 3601 + 3647 ], "__typename": [ 85 @@ -142706,19 +144241,19 @@ export default { "utility_meta_lineups_select_column": {}, "utility_meta_lineups_set_input": { "first_seen_at": [ - 5196 + 5242 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "last_seen_at": [ - 5196 + 5242 ], "lineup_bucket": [ 85 @@ -142733,22 +144268,22 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "refreshed_at": [ - 5196 + 5242 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ 85 @@ -142760,13 +144295,13 @@ export default { 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142897,7 +144432,7 @@ export default { }, "utility_meta_lineups_stream_cursor_input": { "initial_value": [ - 6340 + 6440 ], "ordering": [ 394 @@ -142908,19 +144443,19 @@ export default { }, "utility_meta_lineups_stream_cursor_value_input": { "first_seen_at": [ - 5196 + 5242 ], "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "last_seen_at": [ - 5196 + 5242 ], "lineup_bucket": [ 85 @@ -142935,22 +144470,22 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "refreshed_at": [ - 5196 + 5242 ], "side": [ - 1406 + 1452 ], "technique": [ - 1672 + 1718 ], "throw_strength": [ 85 @@ -142962,13 +144497,13 @@ export default { 41 ], "utility_type": [ - 1712 + 1758 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -142976,13 +144511,13 @@ export default { }, "utility_meta_lineups_sum_fields": { "land_x": [ - 2046 + 2092 ], "land_y": [ - 2046 + 2092 ], "land_z": [ - 2046 + 2092 ], "lineups": [ 41 @@ -142991,13 +144526,13 @@ export default { 41 ], "origin_x": [ - 2046 + 2092 ], "origin_y": [ - 2046 + 2092 ], "origin_z": [ - 2046 + 2092 ], "throwers": [ 41 @@ -143006,10 +144541,10 @@ export default { 41 ], "view_pitch": [ - 2046 + 2092 ], "view_yaw": [ - 2046 + 2092 ], "__typename": [ 85 @@ -143018,13 +144553,13 @@ export default { "utility_meta_lineups_update_column": {}, "utility_meta_lineups_updates": { "_inc": [ - 6326 + 6426 ], "_set": [ - 6335 + 6435 ], "where": [ - 6324 + 6424 ], "__typename": [ 85 @@ -143155,16 +144690,16 @@ export default { }, "utility_playbook_steps": { "assigned_player": [ - 4559 + 4605 ], "assigned_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -143173,19 +144708,19 @@ export default { 41 ], "playbook": [ - 6388 + 6488 ], "playbook_id": [ - 6503 + 6603 ], "step_order": [ 41 ], "utility_lineup": [ - 6251 + 6351 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143193,10 +144728,10 @@ export default { }, "utility_playbook_steps_aggregate": { "aggregate": [ - 6351 + 6451 ], "nodes": [ - 6347 + 6447 ], "__typename": [ 85 @@ -143204,7 +144739,7 @@ export default { }, "utility_playbook_steps_aggregate_bool_exp": { "count": [ - 6350 + 6450 ], "__typename": [ 85 @@ -143212,13 +144747,13 @@ export default { }, "utility_playbook_steps_aggregate_bool_exp_count": { "arguments": [ - 6368 + 6468 ], "distinct": [ 6 ], "filter": [ - 6356 + 6456 ], "predicate": [ 42 @@ -143229,13 +144764,13 @@ export default { }, "utility_playbook_steps_aggregate_fields": { "avg": [ - 6354 + 6454 ], "count": [ 41, { "columns": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "distinct": [ @@ -143244,31 +144779,31 @@ export default { } ], "max": [ - 6360 + 6460 ], "min": [ - 6362 + 6462 ], "stddev": [ - 6370 + 6470 ], "stddev_pop": [ - 6372 + 6472 ], "stddev_samp": [ - 6374 + 6474 ], "sum": [ - 6378 + 6478 ], "var_pop": [ - 6382 + 6482 ], "var_samp": [ - 6384 + 6484 ], "variance": [ - 6386 + 6486 ], "__typename": [ 85 @@ -143276,37 +144811,37 @@ export default { }, "utility_playbook_steps_aggregate_order_by": { "avg": [ - 6355 + 6455 ], "count": [ - 3601 + 3647 ], "max": [ - 6361 + 6461 ], "min": [ - 6363 + 6463 ], "stddev": [ - 6371 + 6471 ], "stddev_pop": [ - 6373 + 6473 ], "stddev_samp": [ - 6375 + 6475 ], "sum": [ - 6379 + 6479 ], "var_pop": [ - 6383 + 6483 ], "var_samp": [ - 6385 + 6485 ], "variance": [ - 6387 + 6487 ], "__typename": [ 85 @@ -143314,10 +144849,10 @@ export default { }, "utility_playbook_steps_arr_rel_insert_input": { "data": [ - 6359 + 6459 ], "on_conflict": [ - 6365 + 6465 ], "__typename": [ 85 @@ -143339,13 +144874,13 @@ export default { }, "utility_playbook_steps_avg_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143353,25 +144888,25 @@ export default { }, "utility_playbook_steps_bool_exp": { "_and": [ - 6356 + 6456 ], "_not": [ - 6356 + 6456 ], "_or": [ - 6356 + 6456 ], "assigned_player": [ - 4563 + 4609 ], "assigned_steam_id": [ 313 ], "created_at": [ - 5197 + 5243 ], "id": [ - 6505 + 6605 ], "note": [ 87 @@ -143380,19 +144915,19 @@ export default { 42 ], "playbook": [ - 6392 + 6492 ], "playbook_id": [ - 6505 + 6605 ], "step_order": [ 42 ], "utility_lineup": [ - 6273 + 6373 ], "utility_lineup_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -143415,16 +144950,16 @@ export default { }, "utility_playbook_steps_insert_input": { "assigned_player": [ - 4570 + 4616 ], "assigned_steam_id": [ 311 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -143433,19 +144968,19 @@ export default { 41 ], "playbook": [ - 6399 + 6499 ], "playbook_id": [ - 6503 + 6603 ], "step_order": [ 41 ], "utility_lineup": [ - 6285 + 6385 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143456,10 +144991,10 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -143468,13 +145003,13 @@ export default { 41 ], "playbook_id": [ - 6503 + 6603 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143482,28 +145017,28 @@ export default { }, "utility_playbook_steps_max_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "playbook_id": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143514,10 +145049,10 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -143526,13 +145061,13 @@ export default { 41 ], "playbook_id": [ - 6503 + 6603 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143540,28 +145075,28 @@ export default { }, "utility_playbook_steps_min_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "playbook_id": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143572,7 +145107,7 @@ export default { 41 ], "returning": [ - 6347 + 6447 ], "__typename": [ 85 @@ -143580,13 +145115,13 @@ export default { }, "utility_playbook_steps_on_conflict": { "constraint": [ - 6357 + 6457 ], "update_columns": [ - 6380 + 6480 ], "where": [ - 6356 + 6456 ], "__typename": [ 85 @@ -143594,37 +145129,37 @@ export default { }, "utility_playbook_steps_order_by": { "assigned_player": [ - 4572 + 4618 ], "assigned_steam_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "note": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "playbook": [ - 6401 + 6501 ], "playbook_id": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "utility_lineup": [ - 6287 + 6387 ], "utility_lineup_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143632,7 +145167,7 @@ export default { }, "utility_playbook_steps_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143644,10 +145179,10 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -143656,13 +145191,13 @@ export default { 41 ], "playbook_id": [ - 6503 + 6603 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143684,13 +145219,13 @@ export default { }, "utility_playbook_steps_stddev_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143712,13 +145247,13 @@ export default { }, "utility_playbook_steps_stddev_pop_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143740,13 +145275,13 @@ export default { }, "utility_playbook_steps_stddev_samp_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143754,7 +145289,7 @@ export default { }, "utility_playbook_steps_stream_cursor_input": { "initial_value": [ - 6377 + 6477 ], "ordering": [ 394 @@ -143768,10 +145303,10 @@ export default { 311 ], "created_at": [ - 5196 + 5242 ], "id": [ - 6503 + 6603 ], "note": [ 85 @@ -143780,13 +145315,13 @@ export default { 41 ], "playbook_id": [ - 6503 + 6603 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -143808,13 +145343,13 @@ export default { }, "utility_playbook_steps_sum_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143823,13 +145358,13 @@ export default { "utility_playbook_steps_update_column": {}, "utility_playbook_steps_updates": { "_inc": [ - 6358 + 6458 ], "_set": [ - 6369 + 6469 ], "where": [ - 6356 + 6456 ], "__typename": [ 85 @@ -143851,13 +145386,13 @@ export default { }, "utility_playbook_steps_var_pop_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143879,13 +145414,13 @@ export default { }, "utility_playbook_steps_var_samp_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143907,13 +145442,13 @@ export default { }, "utility_playbook_steps_variance_order_by": { "assigned_steam_id": [ - 3601 + 3647 ], "offset_ms": [ - 3601 + 3647 ], "step_order": [ - 3601 + 3647 ], "__typename": [ 85 @@ -143927,13 +145462,13 @@ export default { 6 ], "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -143942,19 +145477,19 @@ export default { 85 ], "owner": [ - 4559 + 4605 ], "owner_steam_id": [ 311 ], "side": [ - 1406 + 1452 ], "steps": [ - 6347, + 6447, { "distinct_on": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -143964,19 +145499,19 @@ export default { 41 ], "order_by": [ - 6366, + 6466, "[utility_playbook_steps_order_by!]" ], "where": [ - 6356 + 6456 ] } ], "steps_aggregate": [ - 6348, + 6448, { "distinct_on": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -143986,25 +145521,25 @@ export default { 41 ], "order_by": [ - 6366, + 6466, "[utility_playbook_steps_order_by!]" ], "where": [ - 6356 + 6456 ] } ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -144012,10 +145547,10 @@ export default { }, "utility_playbooks_aggregate": { "aggregate": [ - 6390 + 6490 ], "nodes": [ - 6388 + 6488 ], "__typename": [ 85 @@ -144023,13 +145558,13 @@ export default { }, "utility_playbooks_aggregate_fields": { "avg": [ - 6391 + 6491 ], "count": [ 41, { "columns": [ - 6403, + 6503, "[utility_playbooks_select_column!]" ], "distinct": [ @@ -144038,31 +145573,31 @@ export default { } ], "max": [ - 6396 + 6496 ], "min": [ - 6397 + 6497 ], "stddev": [ - 6405 + 6505 ], "stddev_pop": [ - 6406 + 6506 ], "stddev_samp": [ - 6407 + 6507 ], "sum": [ - 6410 + 6510 ], "var_pop": [ - 6413 + 6513 ], "var_samp": [ - 6414 + 6514 ], "variance": [ - 6415 + 6515 ], "__typename": [ 85 @@ -144078,13 +145613,13 @@ export default { }, "utility_playbooks_bool_exp": { "_and": [ - 6392 + 6492 ], "_not": [ - 6392 + 6492 ], "_or": [ - 6392 + 6492 ], "can_edit": [ 7 @@ -144093,13 +145628,13 @@ export default { 7 ], "created_at": [ - 5197 + 5243 ], "description": [ 87 ], "id": [ - 6505 + 6605 ], "map_name": [ 87 @@ -144108,31 +145643,31 @@ export default { 87 ], "owner": [ - 4563 + 4609 ], "owner_steam_id": [ 313 ], "side": [ - 1407 + 1453 ], "steps": [ - 6356 + 6456 ], "steps_aggregate": [ - 6349 + 6449 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "updated_at": [ - 5197 + 5243 ], "visibility": [ - 1733 + 1779 ], "__typename": [ 85 @@ -144149,13 +145684,13 @@ export default { }, "utility_playbooks_insert_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -144164,28 +145699,28 @@ export default { 85 ], "owner": [ - 4570 + 4616 ], "owner_steam_id": [ 311 ], "side": [ - 1406 + 1452 ], "steps": [ - 6353 + 6453 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -144193,13 +145728,13 @@ export default { }, "utility_playbooks_max_fields": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -144211,10 +145746,10 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -144222,13 +145757,13 @@ export default { }, "utility_playbooks_min_fields": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -144240,10 +145775,10 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -144254,7 +145789,7 @@ export default { 41 ], "returning": [ - 6388 + 6488 ], "__typename": [ 85 @@ -144262,10 +145797,10 @@ export default { }, "utility_playbooks_obj_rel_insert_input": { "data": [ - 6395 + 6495 ], "on_conflict": [ - 6400 + 6500 ], "__typename": [ 85 @@ -144273,13 +145808,13 @@ export default { }, "utility_playbooks_on_conflict": { "constraint": [ - 6393 + 6493 ], "update_columns": [ - 6411 + 6511 ], "where": [ - 6392 + 6492 ], "__typename": [ 85 @@ -144287,49 +145822,49 @@ export default { }, "utility_playbooks_order_by": { "can_edit": [ - 3601 + 3647 ], "can_view": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "description": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "owner": [ - 4572 + 4618 ], "owner_steam_id": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "steps_aggregate": [ - 6352 + 6452 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "visibility": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144337,7 +145872,7 @@ export default { }, "utility_playbooks_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144346,13 +145881,13 @@ export default { "utility_playbooks_select_column": {}, "utility_playbooks_set_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -144364,16 +145899,16 @@ export default { 311 ], "side": [ - 1406 + 1452 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -144405,7 +145940,7 @@ export default { }, "utility_playbooks_stream_cursor_input": { "initial_value": [ - 6409 + 6509 ], "ordering": [ 394 @@ -144416,13 +145951,13 @@ export default { }, "utility_playbooks_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "description": [ 85 ], "id": [ - 6503 + 6603 ], "map_name": [ 85 @@ -144434,16 +145969,16 @@ export default { 311 ], "side": [ - 1406 + 1452 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "visibility": [ - 1732 + 1778 ], "__typename": [ 85 @@ -144460,13 +145995,13 @@ export default { "utility_playbooks_update_column": {}, "utility_playbooks_updates": { "_inc": [ - 6394 + 6494 ], "_set": [ - 6404 + 6504 ], "where": [ - 6392 + 6492 ], "__typename": [ 85 @@ -144498,25 +146033,25 @@ export default { }, "utility_practice_invites": { "created_at": [ - 5196 + 5242 ], "invited_by": [ - 4559 + 4605 ], "invited_by_steam_id": [ 311 ], "player": [ - 4559 + 4605 ], "session": [ - 6457 + 6557 ], "steam_id": [ 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144524,10 +146059,10 @@ export default { }, "utility_practice_invites_aggregate": { "aggregate": [ - 6420 + 6520 ], "nodes": [ - 6416 + 6516 ], "__typename": [ 85 @@ -144535,7 +146070,7 @@ export default { }, "utility_practice_invites_aggregate_bool_exp": { "count": [ - 6419 + 6519 ], "__typename": [ 85 @@ -144543,13 +146078,13 @@ export default { }, "utility_practice_invites_aggregate_bool_exp_count": { "arguments": [ - 6437 + 6537 ], "distinct": [ 6 ], "filter": [ - 6425 + 6525 ], "predicate": [ 42 @@ -144560,13 +146095,13 @@ export default { }, "utility_practice_invites_aggregate_fields": { "avg": [ - 6423 + 6523 ], "count": [ 41, { "columns": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "distinct": [ @@ -144575,31 +146110,31 @@ export default { } ], "max": [ - 6429 + 6529 ], "min": [ - 6431 + 6531 ], "stddev": [ - 6439 + 6539 ], "stddev_pop": [ - 6441 + 6541 ], "stddev_samp": [ - 6443 + 6543 ], "sum": [ - 6447 + 6547 ], "var_pop": [ - 6451 + 6551 ], "var_samp": [ - 6453 + 6553 ], "variance": [ - 6455 + 6555 ], "__typename": [ 85 @@ -144607,37 +146142,37 @@ export default { }, "utility_practice_invites_aggregate_order_by": { "avg": [ - 6424 + 6524 ], "count": [ - 3601 + 3647 ], "max": [ - 6430 + 6530 ], "min": [ - 6432 + 6532 ], "stddev": [ - 6440 + 6540 ], "stddev_pop": [ - 6442 + 6542 ], "stddev_samp": [ - 6444 + 6544 ], "sum": [ - 6448 + 6548 ], "var_pop": [ - 6452 + 6552 ], "var_samp": [ - 6454 + 6554 ], "variance": [ - 6456 + 6556 ], "__typename": [ 85 @@ -144645,10 +146180,10 @@ export default { }, "utility_practice_invites_arr_rel_insert_input": { "data": [ - 6428 + 6528 ], "on_conflict": [ - 6434 + 6534 ], "__typename": [ 85 @@ -144667,10 +146202,10 @@ export default { }, "utility_practice_invites_avg_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144678,34 +146213,34 @@ export default { }, "utility_practice_invites_bool_exp": { "_and": [ - 6425 + 6525 ], "_not": [ - 6425 + 6525 ], "_or": [ - 6425 + 6525 ], "created_at": [ - 5197 + 5243 ], "invited_by": [ - 4563 + 4609 ], "invited_by_steam_id": [ 313 ], "player": [ - 4563 + 4609 ], "session": [ - 6468 + 6568 ], "steam_id": [ 313 ], "utility_practice_session_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -144725,25 +146260,25 @@ export default { }, "utility_practice_invites_insert_input": { "created_at": [ - 5196 + 5242 ], "invited_by": [ - 4570 + 4616 ], "invited_by_steam_id": [ 311 ], "player": [ - 4570 + 4616 ], "session": [ - 6477 + 6577 ], "steam_id": [ 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144751,7 +146286,7 @@ export default { }, "utility_practice_invites_max_fields": { "created_at": [ - 5196 + 5242 ], "invited_by_steam_id": [ 311 @@ -144760,7 +146295,7 @@ export default { 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144768,16 +146303,16 @@ export default { }, "utility_practice_invites_max_order_by": { "created_at": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144785,7 +146320,7 @@ export default { }, "utility_practice_invites_min_fields": { "created_at": [ - 5196 + 5242 ], "invited_by_steam_id": [ 311 @@ -144794,7 +146329,7 @@ export default { 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144802,16 +146337,16 @@ export default { }, "utility_practice_invites_min_order_by": { "created_at": [ - 3601 + 3647 ], "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144822,7 +146357,7 @@ export default { 41 ], "returning": [ - 6416 + 6516 ], "__typename": [ 85 @@ -144830,13 +146365,13 @@ export default { }, "utility_practice_invites_on_conflict": { "constraint": [ - 6426 + 6526 ], "update_columns": [ - 6449 + 6549 ], "where": [ - 6425 + 6525 ], "__typename": [ 85 @@ -144844,25 +146379,25 @@ export default { }, "utility_practice_invites_order_by": { "created_at": [ - 3601 + 3647 ], "invited_by": [ - 4572 + 4618 ], "invited_by_steam_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "session": [ - 6479 + 6579 ], "steam_id": [ - 3601 + 3647 ], "utility_practice_session_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144873,7 +146408,7 @@ export default { 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144882,7 +146417,7 @@ export default { "utility_practice_invites_select_column": {}, "utility_practice_invites_set_input": { "created_at": [ - 5196 + 5242 ], "invited_by_steam_id": [ 311 @@ -144891,7 +146426,7 @@ export default { 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -144910,10 +146445,10 @@ export default { }, "utility_practice_invites_stddev_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144932,10 +146467,10 @@ export default { }, "utility_practice_invites_stddev_pop_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144954,10 +146489,10 @@ export default { }, "utility_practice_invites_stddev_samp_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -144965,7 +146500,7 @@ export default { }, "utility_practice_invites_stream_cursor_input": { "initial_value": [ - 6446 + 6546 ], "ordering": [ 394 @@ -144976,7 +146511,7 @@ export default { }, "utility_practice_invites_stream_cursor_value_input": { "created_at": [ - 5196 + 5242 ], "invited_by_steam_id": [ 311 @@ -144985,7 +146520,7 @@ export default { 311 ], "utility_practice_session_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -145004,10 +146539,10 @@ export default { }, "utility_practice_invites_sum_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145016,13 +146551,13 @@ export default { "utility_practice_invites_update_column": {}, "utility_practice_invites_updates": { "_inc": [ - 6427 + 6527 ], "_set": [ - 6438 + 6538 ], "where": [ - 6425 + 6525 ], "__typename": [ 85 @@ -145041,10 +146576,10 @@ export default { }, "utility_practice_invites_var_pop_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145063,10 +146598,10 @@ export default { }, "utility_practice_invites_var_samp_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145085,10 +146620,10 @@ export default { }, "utility_practice_invites_variance_order_by": { "invited_by_steam_id": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145096,7 +146631,7 @@ export default { }, "utility_practice_sessions": { "access": [ - 1611 + 1657 ], "can_manage": [ 6 @@ -145105,10 +146640,10 @@ export default { 6 ], "collection": [ - 5832 + 5932 ], "collection_id": [ - 6503 + 6603 ], "connection_link": [ 85 @@ -145117,40 +146652,40 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "e_utility_practice_status": [ - 1626 + 1672 ], "empty_since": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5196 + 5242 ], "host": [ - 4559 + 4605 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 ], "invites": [ - 6416, + 6516, { "distinct_on": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -145160,19 +146695,19 @@ export default { 41 ], "order_by": [ - 6435, + 6535, "[utility_practice_invites_order_by!]" ], "where": [ - 6425 + 6525 ] } ], "invites_aggregate": [ - 6417, + 6517, { "distinct_on": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -145182,11 +146717,11 @@ export default { 41 ], "order_by": [ - 6435, + 6535, "[utility_practice_invites_order_by!]" ], "where": [ - 6425 + 6525 ] } ], @@ -145200,43 +146735,43 @@ export default { 6 ], "last_occupied_at": [ - 5196 + 5242 ], "map_changing_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "notify_when_ready": [ 6 ], "playbook": [ - 6388 + 6488 ], "playbook_id": [ - 6503 + 6603 ], "region": [ 85 ], "status": [ - 1631 + 1677 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -145244,10 +146779,10 @@ export default { }, "utility_practice_sessions_aggregate": { "aggregate": [ - 6463 + 6563 ], "nodes": [ - 6457 + 6557 ], "__typename": [ 85 @@ -145255,13 +146790,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp": { "bool_and": [ - 6460 + 6560 ], "bool_or": [ - 6461 + 6561 ], "count": [ - 6462 + 6562 ], "__typename": [ 85 @@ -145269,13 +146804,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_bool_and": { "arguments": [ - 6482 + 6582 ], "distinct": [ 6 ], "filter": [ - 6468 + 6568 ], "predicate": [ 7 @@ -145286,13 +146821,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_bool_or": { "arguments": [ - 6483 + 6583 ], "distinct": [ 6 ], "filter": [ - 6468 + 6568 ], "predicate": [ 7 @@ -145303,13 +146838,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_count": { "arguments": [ - 6481 + 6581 ], "distinct": [ 6 ], "filter": [ - 6468 + 6568 ], "predicate": [ 42 @@ -145320,13 +146855,13 @@ export default { }, "utility_practice_sessions_aggregate_fields": { "avg": [ - 6466 + 6566 ], "count": [ 41, { "columns": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "distinct": [ @@ -145335,31 +146870,31 @@ export default { } ], "max": [ - 6472 + 6572 ], "min": [ - 6474 + 6574 ], "stddev": [ - 6485 + 6585 ], "stddev_pop": [ - 6487 + 6587 ], "stddev_samp": [ - 6489 + 6589 ], "sum": [ - 6493 + 6593 ], "var_pop": [ - 6497 + 6597 ], "var_samp": [ - 6499 + 6599 ], "variance": [ - 6501 + 6601 ], "__typename": [ 85 @@ -145367,37 +146902,37 @@ export default { }, "utility_practice_sessions_aggregate_order_by": { "avg": [ - 6467 + 6567 ], "count": [ - 3601 + 3647 ], "max": [ - 6473 + 6573 ], "min": [ - 6475 + 6575 ], "stddev": [ - 6486 + 6586 ], "stddev_pop": [ - 6488 + 6588 ], "stddev_samp": [ - 6490 + 6590 ], "sum": [ - 6494 + 6594 ], "var_pop": [ - 6498 + 6598 ], "var_samp": [ - 6500 + 6600 ], "variance": [ - 6502 + 6602 ], "__typename": [ 85 @@ -145405,10 +146940,10 @@ export default { }, "utility_practice_sessions_arr_rel_insert_input": { "data": [ - 6471 + 6571 ], "on_conflict": [ - 6478 + 6578 ], "__typename": [ 85 @@ -145424,7 +146959,7 @@ export default { }, "utility_practice_sessions_avg_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145432,16 +146967,16 @@ export default { }, "utility_practice_sessions_bool_exp": { "_and": [ - 6468 + 6568 ], "_not": [ - 6468 + 6568 ], "_or": [ - 6468 + 6568 ], "access": [ - 1612 + 1658 ], "can_manage": [ 7 @@ -145450,10 +146985,10 @@ export default { 7 ], "collection": [ - 5836 + 5936 ], "collection_id": [ - 6505 + 6605 ], "connection_link": [ 87 @@ -145462,40 +146997,40 @@ export default { 87 ], "created_at": [ - 5197 + 5243 ], "e_utility_practice_status": [ - 1629 + 1675 ], "empty_since": [ - 5197 + 5243 ], "expires_at": [ - 5197 + 5243 ], "failure_reason": [ 87 ], "first_joined_at": [ - 5197 + 5243 ], "host": [ - 4563 + 4609 ], "host_steam_id": [ 313 ], "id": [ - 6505 + 6605 ], "invite_code": [ 87 ], "invites": [ - 6425 + 6525 ], "invites_aggregate": [ - 6418 + 6518 ], "is_member": [ 7 @@ -145507,43 +147042,43 @@ export default { 7 ], "last_occupied_at": [ - 5197 + 5243 ], "map_changing_at": [ - 5197 + 5243 ], "map_name": [ 87 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "notify_when_ready": [ 7 ], "playbook": [ - 6392 + 6492 ], "playbook_id": [ - 6505 + 6605 ], "region": [ 87 ], "status": [ - 1632 + 1678 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "updated_at": [ - 5197 + 5243 ], "__typename": [ 85 @@ -145560,46 +147095,46 @@ export default { }, "utility_practice_sessions_insert_input": { "access": [ - 1611 + 1657 ], "collection": [ - 5843 + 5943 ], "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "e_utility_practice_status": [ - 1637 + 1683 ], "empty_since": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5196 + 5242 ], "host": [ - 4570 + 4616 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 ], "invites": [ - 6422 + 6522 ], "is_open": [ 6 @@ -145608,43 +147143,43 @@ export default { 6 ], "last_occupied_at": [ - 5196 + 5242 ], "map_changing_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "notify_when_ready": [ 6 ], "playbook": [ - 6399 + 6499 ], "playbook_id": [ - 6503 + 6603 ], "region": [ 85 ], "status": [ - 1631 + 1677 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -145652,7 +147187,7 @@ export default { }, "utility_practice_sessions_max_fields": { "collection_id": [ - 6503 + 6603 ], "connection_link": [ 85 @@ -145661,52 +147196,52 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "empty_since": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 ], "last_occupied_at": [ - 5196 + 5242 ], "map_changing_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "playbook_id": [ - 6503 + 6603 ], "region": [ 85 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -145714,55 +147249,55 @@ export default { }, "utility_practice_sessions_max_order_by": { "collection_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "empty_since": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "failure_reason": [ - 3601 + 3647 ], "first_joined_at": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "last_occupied_at": [ - 3601 + 3647 ], "map_changing_at": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "playbook_id": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145770,7 +147305,7 @@ export default { }, "utility_practice_sessions_min_fields": { "collection_id": [ - 6503 + 6603 ], "connection_link": [ 85 @@ -145779,52 +147314,52 @@ export default { 85 ], "created_at": [ - 5196 + 5242 ], "empty_since": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 ], "last_occupied_at": [ - 5196 + 5242 ], "map_changing_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "playbook_id": [ - 6503 + 6603 ], "region": [ 85 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -145832,55 +147367,55 @@ export default { }, "utility_practice_sessions_min_order_by": { "collection_id": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "empty_since": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "failure_reason": [ - 3601 + 3647 ], "first_joined_at": [ - 3601 + 3647 ], "host_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "last_occupied_at": [ - 3601 + 3647 ], "map_changing_at": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "playbook_id": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "team_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -145891,7 +147426,7 @@ export default { 41 ], "returning": [ - 6457 + 6557 ], "__typename": [ 85 @@ -145899,10 +147434,10 @@ export default { }, "utility_practice_sessions_obj_rel_insert_input": { "data": [ - 6471 + 6571 ], "on_conflict": [ - 6478 + 6578 ], "__typename": [ 85 @@ -145910,13 +147445,13 @@ export default { }, "utility_practice_sessions_on_conflict": { "constraint": [ - 6469 + 6569 ], "update_columns": [ - 6495 + 6595 ], "where": [ - 6468 + 6568 ], "__typename": [ 85 @@ -145924,106 +147459,106 @@ export default { }, "utility_practice_sessions_order_by": { "access": [ - 3601 + 3647 ], "can_manage": [ - 3601 + 3647 ], "can_view": [ - 3601 + 3647 ], "collection": [ - 5845 + 5945 ], "collection_id": [ - 3601 + 3647 ], "connection_link": [ - 3601 + 3647 ], "connection_string": [ - 3601 + 3647 ], "created_at": [ - 3601 + 3647 ], "e_utility_practice_status": [ - 1639 + 1685 ], "empty_since": [ - 3601 + 3647 ], "expires_at": [ - 3601 + 3647 ], "failure_reason": [ - 3601 + 3647 ], "first_joined_at": [ - 3601 + 3647 ], "host": [ - 4572 + 4618 ], "host_steam_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "invite_code": [ - 3601 + 3647 ], "invites_aggregate": [ - 6421 + 6521 ], "is_member": [ - 3601 + 3647 ], "is_open": [ - 3601 + 3647 ], "is_render": [ - 3601 + 3647 ], "last_occupied_at": [ - 3601 + 3647 ], "map_changing_at": [ - 3601 + 3647 ], "map_name": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "notify_when_ready": [ - 3601 + 3647 ], "playbook": [ - 6401 + 6501 ], "playbook_id": [ - 3601 + 3647 ], "region": [ - 3601 + 3647 ], "status": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "updated_at": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146031,7 +147566,7 @@ export default { }, "utility_practice_sessions_pk_columns_input": { "id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -146042,31 +147577,31 @@ export default { "utility_practice_sessions_select_column_utility_practice_sessions_aggregate_bool_exp_bool_or_arguments_columns": {}, "utility_practice_sessions_set_input": { "access": [ - 1611 + 1657 ], "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "empty_since": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -146078,34 +147613,34 @@ export default { 6 ], "last_occupied_at": [ - 5196 + 5242 ], "map_changing_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "notify_when_ready": [ 6 ], "playbook_id": [ - 6503 + 6603 ], "region": [ 85 ], "status": [ - 1631 + 1677 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -146121,7 +147656,7 @@ export default { }, "utility_practice_sessions_stddev_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146137,7 +147672,7 @@ export default { }, "utility_practice_sessions_stddev_pop_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146153,7 +147688,7 @@ export default { }, "utility_practice_sessions_stddev_samp_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146161,7 +147696,7 @@ export default { }, "utility_practice_sessions_stream_cursor_input": { "initial_value": [ - 6492 + 6592 ], "ordering": [ 394 @@ -146172,31 +147707,31 @@ export default { }, "utility_practice_sessions_stream_cursor_value_input": { "access": [ - 1611 + 1657 ], "collection_id": [ - 6503 + 6603 ], "created_at": [ - 5196 + 5242 ], "empty_since": [ - 5196 + 5242 ], "expires_at": [ - 5196 + 5242 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5196 + 5242 ], "host_steam_id": [ 311 ], "id": [ - 6503 + 6603 ], "invite_code": [ 85 @@ -146208,34 +147743,34 @@ export default { 6 ], "last_occupied_at": [ - 5196 + 5242 ], "map_changing_at": [ - 5196 + 5242 ], "map_name": [ 85 ], "match_id": [ - 6503 + 6603 ], "notify_when_ready": [ 6 ], "playbook_id": [ - 6503 + 6603 ], "region": [ 85 ], "status": [ - 1631 + 1677 ], "team_id": [ - 6503 + 6603 ], "updated_at": [ - 5196 + 5242 ], "__typename": [ 85 @@ -146251,7 +147786,7 @@ export default { }, "utility_practice_sessions_sum_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146260,13 +147795,13 @@ export default { "utility_practice_sessions_update_column": {}, "utility_practice_sessions_updates": { "_inc": [ - 6470 + 6570 ], "_set": [ - 6484 + 6584 ], "where": [ - 6468 + 6568 ], "__typename": [ 85 @@ -146282,7 +147817,7 @@ export default { }, "utility_practice_sessions_var_pop_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146298,7 +147833,7 @@ export default { }, "utility_practice_sessions_var_samp_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146314,7 +147849,7 @@ export default { }, "utility_practice_sessions_variance_order_by": { "host_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146323,37 +147858,37 @@ export default { "uuid": {}, "uuid_array_comparison_exp": { "_contained_in": [ - 6503 + 6603 ], "_contains": [ - 6503 + 6603 ], "_eq": [ - 6503 + 6603 ], "_gt": [ - 6503 + 6603 ], "_gte": [ - 6503 + 6603 ], "_in": [ - 6503 + 6603 ], "_is_null": [ 6 ], "_lt": [ - 6503 + 6603 ], "_lte": [ - 6503 + 6603 ], "_neq": [ - 6503 + 6603 ], "_nin": [ - 6503 + 6603 ], "__typename": [ 85 @@ -146361,31 +147896,31 @@ export default { }, "uuid_comparison_exp": { "_eq": [ - 6503 + 6603 ], "_gt": [ - 6503 + 6603 ], "_gte": [ - 6503 + 6603 ], "_in": [ - 6503 + 6603 ], "_is_null": [ 6 ], "_lt": [ - 6503 + 6603 ], "_lte": [ - 6503 + 6603 ], "_neq": [ - 6503 + 6603 ], "_nin": [ - 6503 + 6603 ], "__typename": [ 85 @@ -146399,19 +147934,19 @@ export default { 41 ], "event": [ - 2018 + 2064 ], "event_id": [ - 6503 + 6603 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -146420,7 +147955,7 @@ export default { 41 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -146431,10 +147966,10 @@ export default { }, "v_event_player_stats_aggregate": { "aggregate": [ - 6520 + 6620 ], "nodes": [ - 6506 + 6606 ], "__typename": [ 85 @@ -146442,31 +147977,31 @@ export default { }, "v_event_player_stats_aggregate_bool_exp": { "avg": [ - 6509 + 6609 ], "corr": [ - 6510 + 6610 ], "count": [ - 6512 + 6612 ], "covar_samp": [ - 6513 + 6613 ], "max": [ - 6515 + 6615 ], "min": [ - 6516 + 6616 ], "stddev_samp": [ - 6517 + 6617 ], "sum": [ - 6518 + 6618 ], "var_samp": [ - 6519 + 6619 ], "__typename": [ 85 @@ -146474,16 +148009,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 6533 + 6633 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146491,16 +148026,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 6511 + 6611 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146508,10 +148043,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 6534 + 6634 ], "Y": [ - 6534 + 6634 ], "__typename": [ 85 @@ -146519,13 +148054,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_count": { "arguments": [ - 6532 + 6632 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ 42 @@ -146536,16 +148071,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 6514 + 6614 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146553,10 +148088,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6535 + 6635 ], "Y": [ - 6535 + 6635 ], "__typename": [ 85 @@ -146564,16 +148099,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_max": { "arguments": [ - 6536 + 6636 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146581,16 +148116,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_min": { "arguments": [ - 6537 + 6637 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146598,16 +148133,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6538 + 6638 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146615,16 +148150,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 6539 + 6639 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146632,16 +148167,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 6540 + 6640 ], "distinct": [ 6 ], "filter": [ - 6525 + 6625 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -146649,13 +148184,13 @@ export default { }, "v_event_player_stats_aggregate_fields": { "avg": [ - 6523 + 6623 ], "count": [ 41, { "columns": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "distinct": [ @@ -146664,31 +148199,31 @@ export default { } ], "max": [ - 6527 + 6627 ], "min": [ - 6529 + 6629 ], "stddev": [ - 6541 + 6641 ], "stddev_pop": [ - 6543 + 6643 ], "stddev_samp": [ - 6545 + 6645 ], "sum": [ - 6549 + 6649 ], "var_pop": [ - 6551 + 6651 ], "var_samp": [ - 6553 + 6653 ], "variance": [ - 6555 + 6655 ], "__typename": [ 85 @@ -146696,37 +148231,37 @@ export default { }, "v_event_player_stats_aggregate_order_by": { "avg": [ - 6524 + 6624 ], "count": [ - 3601 + 3647 ], "max": [ - 6528 + 6628 ], "min": [ - 6530 + 6630 ], "stddev": [ - 6542 + 6642 ], "stddev_pop": [ - 6544 + 6644 ], "stddev_samp": [ - 6546 + 6646 ], "sum": [ - 6550 + 6650 ], "var_pop": [ - 6552 + 6652 ], "var_samp": [ - 6554 + 6654 ], "variance": [ - 6556 + 6656 ], "__typename": [ 85 @@ -146734,7 +148269,7 @@ export default { }, "v_event_player_stats_arr_rel_insert_input": { "data": [ - 6526 + 6626 ], "__typename": [ 85 @@ -146771,28 +148306,28 @@ export default { }, "v_event_player_stats_avg_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146800,13 +148335,13 @@ export default { }, "v_event_player_stats_bool_exp": { "_and": [ - 6525 + 6625 ], "_not": [ - 6525 + 6625 ], "_or": [ - 6525 + 6625 ], "assists": [ 42 @@ -146815,19 +148350,19 @@ export default { 42 ], "event": [ - 2022 + 2068 ], "event_id": [ - 6505 + 6605 ], "headshot_percentage": [ - 2047 + 2093 ], "headshots": [ 42 ], "kdr": [ - 2047 + 2093 ], "kills": [ 42 @@ -146836,7 +148371,7 @@ export default { 42 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -146853,19 +148388,19 @@ export default { 41 ], "event": [ - 2029 + 2075 ], "event_id": [ - 6503 + 6603 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -146874,7 +148409,7 @@ export default { 41 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -146891,16 +148426,16 @@ export default { 41 ], "event_id": [ - 6503 + 6603 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -146917,31 +148452,31 @@ export default { }, "v_event_player_stats_max_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -146955,16 +148490,16 @@ export default { 41 ], "event_id": [ - 6503 + 6603 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -146981,31 +148516,31 @@ export default { }, "v_event_player_stats_min_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "event_id": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147013,37 +148548,37 @@ export default { }, "v_event_player_stats_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "event": [ - 2031 + 2077 ], "event_id": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147089,28 +148624,28 @@ export default { }, "v_event_player_stats_stddev_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147147,28 +148682,28 @@ export default { }, "v_event_player_stats_stddev_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147205,28 +148740,28 @@ export default { }, "v_event_player_stats_stddev_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147234,7 +148769,7 @@ export default { }, "v_event_player_stats_stream_cursor_input": { "initial_value": [ - 6548 + 6648 ], "ordering": [ 394 @@ -147251,16 +148786,16 @@ export default { 41 ], "event_id": [ - 6503 + 6603 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -147283,13 +148818,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -147306,28 +148841,28 @@ export default { }, "v_event_player_stats_sum_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147364,28 +148899,28 @@ export default { }, "v_event_player_stats_var_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147422,28 +148957,28 @@ export default { }, "v_event_player_stats_var_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147480,28 +149015,28 @@ export default { }, "v_event_player_stats_variance_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147556,10 +149091,10 @@ export default { }, "v_gpu_pool_status_aggregate": { "aggregate": [ - 6559 + 6659 ], "nodes": [ - 6557 + 6657 ], "__typename": [ 85 @@ -147567,13 +149102,13 @@ export default { }, "v_gpu_pool_status_aggregate_fields": { "avg": [ - 6560 + 6660 ], "count": [ 41, { "columns": [ - 6565, + 6665, "[v_gpu_pool_status_select_column!]" ], "distinct": [ @@ -147582,31 +149117,31 @@ export default { } ], "max": [ - 6562 + 6662 ], "min": [ - 6563 + 6663 ], "stddev": [ - 6566 + 6666 ], "stddev_pop": [ - 6567 + 6667 ], "stddev_samp": [ - 6568 + 6668 ], "sum": [ - 6571 + 6671 ], "var_pop": [ - 6572 + 6672 ], "var_samp": [ - 6573 + 6673 ], "variance": [ - 6574 + 6674 ], "__typename": [ 85 @@ -147649,13 +149184,13 @@ export default { }, "v_gpu_pool_status_bool_exp": { "_and": [ - 6561 + 6661 ], "_not": [ - 6561 + 6661 ], "_or": [ - 6561 + 6661 ], "demo_free_gpu_nodes": [ 42 @@ -147775,46 +149310,46 @@ export default { }, "v_gpu_pool_status_order_by": { "demo_free_gpu_nodes": [ - 3601 + 3647 ], "demo_in_progress": [ - 3601 + 3647 ], "demo_total_gpu_nodes": [ - 3601 + 3647 ], "free_gpu_nodes": [ - 3601 + 3647 ], "free_gpu_nodes_for_batch": [ - 3601 + 3647 ], "highlights_in_progress": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "live_in_progress": [ - 3601 + 3647 ], "registered_gpu_nodes": [ - 3601 + 3647 ], "rendering_total_gpu_nodes": [ - 3601 + 3647 ], "renders_paused_for_active_match": [ - 3601 + 3647 ], "streaming_free_gpu_nodes": [ - 3601 + 3647 ], "streaming_total_gpu_nodes": [ - 3601 + 3647 ], "total_gpu_nodes": [ - 3601 + 3647 ], "__typename": [ 85 @@ -147928,7 +149463,7 @@ export default { }, "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 6570 + 6670 ], "ordering": [ 394 @@ -148132,22 +149667,22 @@ export default { 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2752 + 2798 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "losses": [ 41 @@ -148177,13 +149712,13 @@ export default { 41 ], "season_division": [ - 2570 + 2616 ], "team_season": [ - 2710 + 2756 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -148194,10 +149729,10 @@ export default { }, "v_league_division_standings_aggregate": { "aggregate": [ - 6579 + 6679 ], "nodes": [ - 6575 + 6675 ], "__typename": [ 85 @@ -148205,7 +149740,7 @@ export default { }, "v_league_division_standings_aggregate_bool_exp": { "count": [ - 6578 + 6678 ], "__typename": [ 85 @@ -148213,13 +149748,13 @@ export default { }, "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 6591 + 6691 ], "distinct": [ 6 ], "filter": [ - 6584 + 6684 ], "predicate": [ 42 @@ -148230,13 +149765,13 @@ export default { }, "v_league_division_standings_aggregate_fields": { "avg": [ - 6582 + 6682 ], "count": [ 41, { "columns": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "distinct": [ @@ -148245,31 +149780,31 @@ export default { } ], "max": [ - 6586 + 6686 ], "min": [ - 6588 + 6688 ], "stddev": [ - 6592 + 6692 ], "stddev_pop": [ - 6594 + 6694 ], "stddev_samp": [ - 6596 + 6696 ], "sum": [ - 6600 + 6700 ], "var_pop": [ - 6602 + 6702 ], "var_samp": [ - 6604 + 6704 ], "variance": [ - 6606 + 6706 ], "__typename": [ 85 @@ -148277,37 +149812,37 @@ export default { }, "v_league_division_standings_aggregate_order_by": { "avg": [ - 6583 + 6683 ], "count": [ - 3601 + 3647 ], "max": [ - 6587 + 6687 ], "min": [ - 6589 + 6689 ], "stddev": [ - 6593 + 6693 ], "stddev_pop": [ - 6595 + 6695 ], "stddev_samp": [ - 6597 + 6697 ], "sum": [ - 6601 + 6701 ], "var_pop": [ - 6603 + 6703 ], "var_samp": [ - 6605 + 6705 ], "variance": [ - 6607 + 6707 ], "__typename": [ 85 @@ -148315,7 +149850,7 @@ export default { }, "v_league_division_standings_arr_rel_insert_input": { "data": [ - 6585 + 6685 ], "__typename": [ 85 @@ -148364,40 +149899,40 @@ export default { }, "v_league_division_standings_avg_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -148405,13 +149940,13 @@ export default { }, "v_league_division_standings_bool_exp": { "_and": [ - 6584 + 6684 ], "_not": [ - 6584 + 6684 ], "_or": [ - 6584 + 6684 ], "head_to_head_match_wins": [ 42 @@ -148420,22 +149955,22 @@ export default { 42 ], "league_division_id": [ - 6505 + 6605 ], "league_season_division_id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "league_team": [ - 2755 + 2801 ], "league_team_id": [ - 6505 + 6605 ], "league_team_season_id": [ - 6505 + 6605 ], "losses": [ 42 @@ -148465,13 +150000,13 @@ export default { 42 ], "season_division": [ - 2577 + 2623 ], "team_season": [ - 2719 + 2765 ], "tournament_team_id": [ - 6505 + 6605 ], "wins": [ 42 @@ -148488,22 +150023,22 @@ export default { 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2761 + 2807 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "losses": [ 41 @@ -148533,13 +150068,13 @@ export default { 41 ], "season_division": [ - 2585 + 2631 ], "team_season": [ - 2728 + 2774 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -148556,19 +150091,19 @@ export default { 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "losses": [ 41 @@ -148598,7 +150133,7 @@ export default { 41 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -148609,58 +150144,58 @@ export default { }, "v_league_division_standings_max_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -148674,19 +150209,19 @@ export default { 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "losses": [ 41 @@ -148716,7 +150251,7 @@ export default { 41 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -148727,58 +150262,58 @@ export default { }, "v_league_division_standings_min_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -148786,67 +150321,67 @@ export default { }, "v_league_division_standings_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team": [ - 2763 + 2809 ], "league_team_id": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "season_division": [ - 2587 + 2633 ], "team_season": [ - 2730 + 2776 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -148896,40 +150431,40 @@ export default { }, "v_league_division_standings_stddev_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -148978,40 +150513,40 @@ export default { }, "v_league_division_standings_stddev_pop_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149060,40 +150595,40 @@ export default { }, "v_league_division_standings_stddev_samp_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149101,7 +150636,7 @@ export default { }, "v_league_division_standings_stream_cursor_input": { "initial_value": [ - 6599 + 6699 ], "ordering": [ 394 @@ -149118,19 +150653,19 @@ export default { 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "losses": [ 41 @@ -149160,7 +150695,7 @@ export default { 41 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -149212,40 +150747,40 @@ export default { }, "v_league_division_standings_sum_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149294,40 +150829,40 @@ export default { }, "v_league_division_standings_var_pop_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149376,40 +150911,40 @@ export default { }, "v_league_division_standings_var_samp_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149458,40 +150993,40 @@ export default { }, "v_league_division_standings_variance_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "round_diff": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149505,40 +151040,40 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2752 + 2798 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "matches_played": [ 41 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -149549,10 +151084,10 @@ export default { }, "v_league_season_player_stats_aggregate": { "aggregate": [ - 6622 + 6722 ], "nodes": [ - 6608 + 6708 ], "__typename": [ 85 @@ -149560,31 +151095,31 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp": { "avg": [ - 6611 + 6711 ], "corr": [ - 6612 + 6712 ], "count": [ - 6614 + 6714 ], "covar_samp": [ - 6615 + 6715 ], "max": [ - 6617 + 6717 ], "min": [ - 6618 + 6718 ], "stddev_samp": [ - 6619 + 6719 ], "sum": [ - 6620 + 6720 ], "var_samp": [ - 6621 + 6721 ], "__typename": [ 85 @@ -149592,16 +151127,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 6635 + 6735 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149609,16 +151144,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 6613 + 6713 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149626,10 +151161,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 6636 + 6736 ], "Y": [ - 6636 + 6736 ], "__typename": [ 85 @@ -149637,13 +151172,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_count": { "arguments": [ - 6634 + 6734 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ 42 @@ -149654,16 +151189,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 6616 + 6716 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149671,10 +151206,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6637 + 6737 ], "Y": [ - 6637 + 6737 ], "__typename": [ 85 @@ -149682,16 +151217,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_max": { "arguments": [ - 6638 + 6738 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149699,16 +151234,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_min": { "arguments": [ - 6639 + 6739 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149716,16 +151251,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6640 + 6740 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149733,16 +151268,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 6641 + 6741 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149750,16 +151285,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 6642 + 6742 ], "distinct": [ 6 ], "filter": [ - 6627 + 6727 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -149767,13 +151302,13 @@ export default { }, "v_league_season_player_stats_aggregate_fields": { "avg": [ - 6625 + 6725 ], "count": [ 41, { "columns": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "distinct": [ @@ -149782,31 +151317,31 @@ export default { } ], "max": [ - 6629 + 6729 ], "min": [ - 6631 + 6731 ], "stddev": [ - 6643 + 6743 ], "stddev_pop": [ - 6645 + 6745 ], "stddev_samp": [ - 6647 + 6747 ], "sum": [ - 6651 + 6751 ], "var_pop": [ - 6653 + 6753 ], "var_samp": [ - 6655 + 6755 ], "variance": [ - 6657 + 6757 ], "__typename": [ 85 @@ -149814,37 +151349,37 @@ export default { }, "v_league_season_player_stats_aggregate_order_by": { "avg": [ - 6626 + 6726 ], "count": [ - 3601 + 3647 ], "max": [ - 6630 + 6730 ], "min": [ - 6632 + 6732 ], "stddev": [ - 6644 + 6744 ], "stddev_pop": [ - 6646 + 6746 ], "stddev_samp": [ - 6648 + 6748 ], "sum": [ - 6652 + 6752 ], "var_pop": [ - 6654 + 6754 ], "var_samp": [ - 6656 + 6756 ], "variance": [ - 6658 + 6758 ], "__typename": [ 85 @@ -149852,7 +151387,7 @@ export default { }, "v_league_season_player_stats_arr_rel_insert_input": { "data": [ - 6628 + 6728 ], "__typename": [ 85 @@ -149889,28 +151424,28 @@ export default { }, "v_league_season_player_stats_avg_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -149918,13 +151453,13 @@ export default { }, "v_league_season_player_stats_bool_exp": { "_and": [ - 6627 + 6727 ], "_not": [ - 6627 + 6727 ], "_or": [ - 6627 + 6727 ], "assists": [ 42 @@ -149933,40 +151468,40 @@ export default { 42 ], "headshot_percentage": [ - 2047 + 2093 ], "headshots": [ 42 ], "kdr": [ - 2047 + 2093 ], "kills": [ 42 ], "league_division_id": [ - 6505 + 6605 ], "league_season_division_id": [ - 6505 + 6605 ], "league_season_id": [ - 6505 + 6605 ], "league_team": [ - 2755 + 2801 ], "league_team_id": [ - 6505 + 6605 ], "league_team_season_id": [ - 6505 + 6605 ], "matches_played": [ 42 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -149983,40 +151518,40 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team": [ - 2761 + 2807 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "matches_played": [ 41 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 @@ -150033,31 +151568,31 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "matches_played": [ 41 @@ -150071,43 +151606,43 @@ export default { }, "v_league_season_player_stats_max_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150121,31 +151656,31 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "matches_played": [ 41 @@ -150159,43 +151694,43 @@ export default { }, "v_league_season_player_stats_min_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team_id": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150203,49 +151738,49 @@ export default { }, "v_league_season_player_stats_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "league_division_id": [ - 3601 + 3647 ], "league_season_division_id": [ - 3601 + 3647 ], "league_season_id": [ - 3601 + 3647 ], "league_team": [ - 2763 + 2809 ], "league_team_id": [ - 3601 + 3647 ], "league_team_season_id": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150291,28 +151826,28 @@ export default { }, "v_league_season_player_stats_stddev_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150349,28 +151884,28 @@ export default { }, "v_league_season_player_stats_stddev_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150407,28 +151942,28 @@ export default { }, "v_league_season_player_stats_stddev_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150436,7 +151971,7 @@ export default { }, "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 6650 + 6750 ], "ordering": [ 394 @@ -150453,31 +151988,31 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 ], "league_division_id": [ - 6503 + 6603 ], "league_season_division_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "league_team_id": [ - 6503 + 6603 ], "league_team_season_id": [ - 6503 + 6603 ], "matches_played": [ 41 @@ -150497,13 +152032,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -150520,28 +152055,28 @@ export default { }, "v_league_season_player_stats_sum_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150578,28 +152113,28 @@ export default { }, "v_league_season_player_stats_var_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150636,28 +152171,28 @@ export default { }, "v_league_season_player_stats_var_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150694,28 +152229,28 @@ export default { }, "v_league_season_player_stats_variance_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150729,19 +152264,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -150752,10 +152287,10 @@ export default { }, "v_match_captains_aggregate": { "aggregate": [ - 6661 + 6761 ], "nodes": [ - 6659 + 6759 ], "__typename": [ 85 @@ -150763,13 +152298,13 @@ export default { }, "v_match_captains_aggregate_fields": { "avg": [ - 6662 + 6762 ], "count": [ 41, { "columns": [ - 6671, + 6771, "[v_match_captains_select_column!]" ], "distinct": [ @@ -150778,31 +152313,31 @@ export default { } ], "max": [ - 6666 + 6766 ], "min": [ - 6667 + 6767 ], "stddev": [ - 6673 + 6773 ], "stddev_pop": [ - 6674 + 6774 ], "stddev_samp": [ - 6675 + 6775 ], "sum": [ - 6678 + 6778 ], "var_pop": [ - 6680 + 6780 ], "var_samp": [ - 6681 + 6781 ], "variance": [ - 6682 + 6782 ], "__typename": [ 85 @@ -150818,13 +152353,13 @@ export default { }, "v_match_captains_bool_exp": { "_and": [ - 6663 + 6763 ], "_not": [ - 6663 + 6763 ], "_or": [ - 6663 + 6763 ], "captain": [ 7 @@ -150833,19 +152368,19 @@ export default { 87 ], "id": [ - 6505 + 6605 ], "lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "placeholder_name": [ 87 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -150870,19 +152405,19 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "lineup": [ - 3057 + 3103 ], "match_lineup_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 ], "player": [ - 4570 + 4616 ], "steam_id": [ 311 @@ -150896,10 +152431,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 @@ -150916,10 +152451,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 @@ -150936,7 +152471,7 @@ export default { 41 ], "returning": [ - 6659 + 6759 ], "__typename": [ 85 @@ -150944,7 +152479,7 @@ export default { }, "v_match_captains_obj_rel_insert_input": { "data": [ - 6665 + 6765 ], "__typename": [ 85 @@ -150952,28 +152487,28 @@ export default { }, "v_match_captains_order_by": { "captain": [ - 3601 + 3647 ], "discord_id": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "placeholder_name": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -150988,10 +152523,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 @@ -151029,7 +152564,7 @@ export default { }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 6677 + 6777 ], "ordering": [ 394 @@ -151046,10 +152581,10 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "placeholder_name": [ 85 @@ -151071,13 +152606,13 @@ export default { }, "v_match_captains_updates": { "_inc": [ - 6664 + 6764 ], "_set": [ - 6672 + 6772 ], "where": [ - 6663 + 6763 ], "__typename": [ 85 @@ -151112,7 +152647,7 @@ export default { 41 ], "clutcher": [ - 4559 + 4605 ], "clutcher_steam_id": [ 311 @@ -151121,22 +152656,22 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "outcome": [ 85 @@ -151153,10 +152688,10 @@ export default { }, "v_match_clutches_aggregate": { "aggregate": [ - 6687 + 6787 ], "nodes": [ - 6683 + 6783 ], "__typename": [ 85 @@ -151164,7 +152699,7 @@ export default { }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 6686 + 6786 ], "__typename": [ 85 @@ -151172,13 +152707,13 @@ export default { }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 6699 + 6799 ], "distinct": [ 6 ], "filter": [ - 6692 + 6792 ], "predicate": [ 42 @@ -151189,13 +152724,13 @@ export default { }, "v_match_clutches_aggregate_fields": { "avg": [ - 6690 + 6790 ], "count": [ 41, { "columns": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "distinct": [ @@ -151204,31 +152739,31 @@ export default { } ], "max": [ - 6694 + 6794 ], "min": [ - 6696 + 6796 ], "stddev": [ - 6700 + 6800 ], "stddev_pop": [ - 6702 + 6802 ], "stddev_samp": [ - 6704 + 6804 ], "sum": [ - 6708 + 6808 ], "var_pop": [ - 6710 + 6810 ], "var_samp": [ - 6712 + 6812 ], "variance": [ - 6714 + 6814 ], "__typename": [ 85 @@ -151236,37 +152771,37 @@ export default { }, "v_match_clutches_aggregate_order_by": { "avg": [ - 6691 + 6791 ], "count": [ - 3601 + 3647 ], "max": [ - 6695 + 6795 ], "min": [ - 6697 + 6797 ], "stddev": [ - 6701 + 6801 ], "stddev_pop": [ - 6703 + 6803 ], "stddev_samp": [ - 6705 + 6805 ], "sum": [ - 6709 + 6809 ], "var_pop": [ - 6711 + 6811 ], "var_samp": [ - 6713 + 6813 ], "variance": [ - 6715 + 6815 ], "__typename": [ 85 @@ -151274,7 +152809,7 @@ export default { }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 6693 + 6793 ], "__typename": [ 85 @@ -151299,16 +152834,16 @@ export default { }, "v_match_clutches_avg_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151316,19 +152851,19 @@ export default { }, "v_match_clutches_bool_exp": { "_and": [ - 6692 + 6792 ], "_not": [ - 6692 + 6792 ], "_or": [ - 6692 + 6792 ], "against_count": [ 42 ], "clutcher": [ - 4563 + 4609 ], "clutcher_steam_id": [ 313 @@ -151337,22 +152872,22 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "outcome": [ 87 @@ -151372,7 +152907,7 @@ export default { 41 ], "clutcher": [ - 4570 + 4616 ], "clutcher_steam_id": [ 311 @@ -151381,22 +152916,22 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3057 + 3103 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "outcome": [ 85 @@ -151422,13 +152957,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "outcome": [ 85 @@ -151445,31 +152980,31 @@ export default { }, "v_match_clutches_max_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "outcome": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151486,13 +153021,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "outcome": [ 85 @@ -151509,31 +153044,31 @@ export default { }, "v_match_clutches_min_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "outcome": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151541,43 +153076,43 @@ export default { }, "v_match_clutches_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher": [ - 4572 + 4618 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "outcome": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151603,16 +153138,16 @@ export default { }, "v_match_clutches_stddev_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151637,16 +153172,16 @@ export default { }, "v_match_clutches_stddev_pop_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151671,16 +153206,16 @@ export default { }, "v_match_clutches_stddev_samp_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151688,7 +153223,7 @@ export default { }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 6707 + 6807 ], "ordering": [ 394 @@ -151708,13 +153243,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "outcome": [ 85 @@ -151748,16 +153283,16 @@ export default { }, "v_match_clutches_sum_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151782,16 +153317,16 @@ export default { }, "v_match_clutches_var_pop_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151816,16 +153351,16 @@ export default { }, "v_match_clutches_var_samp_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151850,16 +153385,16 @@ export default { }, "v_match_clutches_variance_order_by": { "against_count": [ - 3601 + 3647 ], "clutcher_steam_id": [ - 3601 + 3647 ], "kills_in_clutch": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -151876,16 +153411,16 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "victim_side": [ 85 @@ -151902,10 +153437,10 @@ export default { }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 6718 + 6818 ], "nodes": [ - 6716 + 6816 ], "__typename": [ 85 @@ -151913,13 +153448,13 @@ export default { }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 6719 + 6819 ], "count": [ 41, { "columns": [ - 6724, + 6824, "[v_match_kill_pairs_select_column!]" ], "distinct": [ @@ -151928,31 +153463,31 @@ export default { } ], "max": [ - 6721 + 6821 ], "min": [ - 6722 + 6822 ], "stddev": [ - 6725 + 6825 ], "stddev_pop": [ - 6726 + 6826 ], "stddev_samp": [ - 6727 + 6827 ], "sum": [ - 6730 + 6830 ], "var_pop": [ - 6731 + 6831 ], "var_samp": [ - 6732 + 6832 ], "variance": [ - 6733 + 6833 ], "__typename": [ 85 @@ -151974,13 +153509,13 @@ export default { }, "v_match_kill_pairs_bool_exp": { "_and": [ - 6720 + 6820 ], "_not": [ - 6720 + 6820 ], "_or": [ - 6720 + 6820 ], "killer_side": [ 87 @@ -151992,16 +153527,16 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "victim_side": [ 87 @@ -152027,10 +153562,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "victim_side": [ 85 @@ -152056,10 +153591,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "victim_side": [ 85 @@ -152076,34 +153611,34 @@ export default { }, "v_match_kill_pairs_order_by": { "killer_side": [ - 3601 + 3647 ], "killer_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "victim_side": [ - 3601 + 3647 ], "victim_steam_id": [ - 3601 + 3647 ], "weapon": [ - 3601 + 3647 ], "__typename": [ 85 @@ -152154,7 +153689,7 @@ export default { }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 6729 + 6829 ], "ordering": [ 394 @@ -152174,10 +153709,10 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "victim_side": [ 85 @@ -152250,22 +153785,22 @@ export default { }, "v_match_lineup_buy_types": { "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -152285,10 +153820,10 @@ export default { }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 6736 + 6836 ], "nodes": [ - 6734 + 6834 ], "__typename": [ 85 @@ -152296,13 +153831,13 @@ export default { }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 6737 + 6837 ], "count": [ 41, { "columns": [ - 6742, + 6842, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ @@ -152311,31 +153846,31 @@ export default { } ], "max": [ - 6739 + 6839 ], "min": [ - 6740 + 6840 ], "stddev": [ - 6743 + 6843 ], "stddev_pop": [ - 6744 + 6844 ], "stddev_samp": [ - 6745 + 6845 ], "sum": [ - 6748 + 6848 ], "var_pop": [ - 6749 + 6849 ], "var_samp": [ - 6750 + 6850 ], "variance": [ - 6751 + 6851 ], "__typename": [ 85 @@ -152354,31 +153889,31 @@ export default { }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 6738 + 6838 ], "_not": [ - 6738 + 6838 ], "_or": [ - 6738 + 6838 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "matchup": [ 87 @@ -152398,13 +153933,13 @@ export default { }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -152424,13 +153959,13 @@ export default { }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -152450,34 +153985,34 @@ export default { }, "v_match_lineup_buy_types_order_by": { "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "matchup": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -152519,7 +154054,7 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 6747 + 6847 ], "ordering": [ 394 @@ -152530,13 +154065,13 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -152612,22 +154147,22 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "opening_attempts": [ 41 @@ -152668,10 +154203,10 @@ export default { }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 6754 + 6854 ], "nodes": [ - 6752 + 6852 ], "__typename": [ 85 @@ -152679,13 +154214,13 @@ export default { }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 6755 + 6855 ], "count": [ 41, { "columns": [ - 6760, + 6860, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ @@ -152694,31 +154229,31 @@ export default { } ], "max": [ - 6757 + 6857 ], "min": [ - 6758 + 6858 ], "stddev": [ - 6761 + 6861 ], "stddev_pop": [ - 6762 + 6862 ], "stddev_samp": [ - 6763 + 6863 ], "sum": [ - 6766 + 6866 ], "var_pop": [ - 6767 + 6867 ], "var_samp": [ - 6768 + 6868 ], "variance": [ - 6769 + 6869 ], "__typename": [ 85 @@ -152773,13 +154308,13 @@ export default { }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 6756 + 6856 ], "_not": [ - 6756 + 6856 ], "_or": [ - 6756 + 6856 ], "man_adv_rounds": [ 42 @@ -152794,22 +154329,22 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "opening_attempts": [ 42 @@ -152862,13 +154397,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "opening_attempts": [ 41 @@ -152921,13 +154456,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "opening_attempts": [ 41 @@ -152968,67 +154503,67 @@ export default { }, "v_match_lineup_map_stats_order_by": { "man_adv_rounds": [ - 3601 + 3647 ], "man_adv_wins": [ - 3601 + 3647 ], "man_dis_rounds": [ - 3601 + 3647 ], "man_dis_wins": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "opening_attempts": [ - 3601 + 3647 ], "opening_wins": [ - 3601 + 3647 ], "pistol_rounds": [ - 3601 + 3647 ], "pistol_wins": [ - 3601 + 3647 ], "round_wins": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "won_buy_eco": [ - 3601 + 3647 ], "won_buy_force": [ - 3601 + 3647 ], "won_buy_full": [ - 3601 + 3647 ], "won_buy_pistol": [ - 3601 + 3647 ], "__typename": [ 85 @@ -153178,7 +154713,7 @@ export default { }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 6765 + 6865 ], "ordering": [ 394 @@ -153201,13 +154736,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "opening_attempts": [ 41 @@ -153439,7 +154974,7 @@ export default { 6 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -153450,10 +154985,10 @@ export default { }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 6772 + 6872 ], "nodes": [ - 6770 + 6870 ], "__typename": [ 85 @@ -153461,13 +154996,13 @@ export default { }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 6773 + 6873 ], "count": [ 41, { "columns": [ - 6781, + 6881, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ @@ -153476,31 +155011,31 @@ export default { } ], "max": [ - 6777 + 6877 ], "min": [ - 6778 + 6878 ], "stddev": [ - 6783 + 6883 ], "stddev_pop": [ - 6784 + 6884 ], "stddev_samp": [ - 6785 + 6885 ], "sum": [ - 6788 + 6888 ], "var_pop": [ - 6790 + 6890 ], "var_samp": [ - 6791 + 6891 ], "variance": [ - 6792 + 6892 ], "__typename": [ 85 @@ -153516,19 +155051,19 @@ export default { }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 6774 + 6874 ], "_not": [ - 6774 + 6874 ], "_or": [ - 6774 + 6874 ], "has_backup_file": [ 7 ], "match_map_id": [ - 6505 + 6605 ], "round": [ 42 @@ -153550,7 +155085,7 @@ export default { 6 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -153561,7 +155096,7 @@ export default { }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -153572,7 +155107,7 @@ export default { }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -153586,7 +155121,7 @@ export default { 41 ], "returning": [ - 6770 + 6870 ], "__typename": [ 85 @@ -153594,13 +155129,13 @@ export default { }, "v_match_map_backup_rounds_order_by": { "has_backup_file": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -153612,7 +155147,7 @@ export default { 6 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -153647,7 +155182,7 @@ export default { }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 6787 + 6887 ], "ordering": [ 394 @@ -153661,7 +155196,7 @@ export default { 6 ], "match_map_id": [ - 6503 + 6603 ], "round": [ 41 @@ -153680,13 +155215,13 @@ export default { }, "v_match_map_backup_rounds_updates": { "_inc": [ - 6775 + 6875 ], "_set": [ - 6782 + 6882 ], "where": [ - 6774 + 6874 ], "__typename": [ 85 @@ -153724,28 +155259,28 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 ], "player": [ - 4559 + 4605 ], "rounds": [ 41 @@ -153762,10 +155297,10 @@ export default { }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 6795 + 6895 ], "nodes": [ - 6793 + 6893 ], "__typename": [ 85 @@ -153773,13 +155308,13 @@ export default { }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 6796 + 6896 ], "count": [ 41, { "columns": [ - 6801, + 6901, "[v_match_player_buy_types_select_column!]" ], "distinct": [ @@ -153788,31 +155323,31 @@ export default { } ], "max": [ - 6798 + 6898 ], "min": [ - 6799 + 6899 ], "stddev": [ - 6802 + 6902 ], "stddev_pop": [ - 6803 + 6903 ], "stddev_samp": [ - 6804 + 6904 ], "sum": [ - 6807 + 6907 ], "var_pop": [ - 6808 + 6908 ], "var_samp": [ - 6809 + 6909 ], "variance": [ - 6810 + 6910 ], "__typename": [ 85 @@ -153837,13 +155372,13 @@ export default { }, "v_match_player_buy_types_bool_exp": { "_and": [ - 6797 + 6897 ], "_not": [ - 6797 + 6897 ], "_or": [ - 6797 + 6897 ], "deaths": [ 42 @@ -153852,28 +155387,28 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "matchup": [ 87 ], "player": [ - 4563 + 4609 ], "rounds": [ 42 @@ -153896,13 +155431,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -153928,13 +155463,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -153954,43 +155489,43 @@ export default { }, "v_match_player_buy_types_order_by": { "deaths": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "matchup": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "rounds": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154050,7 +155585,7 @@ export default { }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 6806 + 6906 ], "ordering": [ 394 @@ -154067,13 +155602,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "matchup": [ 85 @@ -154167,25 +155702,25 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3039 + 3085 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "side": [ 85 @@ -154205,10 +155740,10 @@ export default { }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 6815 + 6915 ], "nodes": [ - 6811 + 6911 ], "__typename": [ 85 @@ -154216,7 +155751,7 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 6814 + 6914 ], "__typename": [ 85 @@ -154224,13 +155759,13 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 6827 + 6927 ], "distinct": [ 6 ], "filter": [ - 6820 + 6920 ], "predicate": [ 42 @@ -154241,13 +155776,13 @@ export default { }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 6818 + 6918 ], "count": [ 41, { "columns": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ @@ -154256,31 +155791,31 @@ export default { } ], "max": [ - 6822 + 6922 ], "min": [ - 6824 + 6924 ], "stddev": [ - 6828 + 6928 ], "stddev_pop": [ - 6830 + 6930 ], "stddev_samp": [ - 6832 + 6932 ], "sum": [ - 6836 + 6936 ], "var_pop": [ - 6838 + 6938 ], "var_samp": [ - 6840 + 6940 ], "variance": [ - 6842 + 6942 ], "__typename": [ 85 @@ -154288,37 +155823,37 @@ export default { }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 6819 + 6919 ], "count": [ - 3601 + 3647 ], "max": [ - 6823 + 6923 ], "min": [ - 6825 + 6925 ], "stddev": [ - 6829 + 6929 ], "stddev_pop": [ - 6831 + 6931 ], "stddev_samp": [ - 6833 + 6933 ], "sum": [ - 6837 + 6937 ], "var_pop": [ - 6839 + 6939 ], "var_samp": [ - 6841 + 6941 ], "variance": [ - 6843 + 6943 ], "__typename": [ 85 @@ -154326,7 +155861,7 @@ export default { }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 6821 + 6921 ], "__typename": [ 85 @@ -154354,19 +155889,19 @@ export default { }, "v_match_player_opening_duels_avg_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154374,13 +155909,13 @@ export default { }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 6820 + 6920 ], "_not": [ - 6820 + 6920 ], "_or": [ - 6820 + 6920 ], "attempts": [ 42 @@ -154389,25 +155924,25 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_lineup": [ - 3048 + 3094 ], "match_lineup_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "side": [ 87 @@ -154433,25 +155968,25 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_lineup": [ - 3057 + 3103 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "side": [ 85 @@ -154477,13 +156012,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "side": [ 85 @@ -154503,31 +156038,31 @@ export default { }, "v_match_player_opening_duels_max_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154541,13 +156076,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "side": [ 85 @@ -154567,31 +156102,31 @@ export default { }, "v_match_player_opening_duels_min_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "side": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154599,43 +156134,43 @@ export default { }, "v_match_player_opening_duels_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_lineup": [ - 3059 + 3105 ], "match_lineup_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "side": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154664,19 +156199,19 @@ export default { }, "v_match_player_opening_duels_stddev_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154704,19 +156239,19 @@ export default { }, "v_match_player_opening_duels_stddev_pop_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154744,19 +156279,19 @@ export default { }, "v_match_player_opening_duels_stddev_samp_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154764,7 +156299,7 @@ export default { }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 6835 + 6935 ], "ordering": [ 394 @@ -154781,13 +156316,13 @@ export default { 41 ], "match_id": [ - 6503 + 6603 ], "match_lineup_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "side": [ 85 @@ -154827,19 +156362,19 @@ export default { }, "v_match_player_opening_duels_sum_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154867,19 +156402,19 @@ export default { }, "v_match_player_opening_duels_var_pop_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154907,19 +156442,19 @@ export default { }, "v_match_player_opening_duels_var_samp_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154947,19 +156482,19 @@ export default { }, "v_match_player_opening_duels_variance_order_by": { "attempts": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "traded_deaths": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -154973,10 +156508,10 @@ export default { 311 ], "nemsis": [ - 4559 + 4605 ], "player": [ - 4559 + 4605 ], "victim_id": [ 311 @@ -154987,10 +156522,10 @@ export default { }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 6846 + 6946 ], "nodes": [ - 6844 + 6944 ], "__typename": [ 85 @@ -154998,13 +156533,13 @@ export default { }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 6847 + 6947 ], "count": [ 41, { "columns": [ - 6852, + 6952, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ @@ -155013,31 +156548,31 @@ export default { } ], "max": [ - 6849 + 6949 ], "min": [ - 6850 + 6950 ], "stddev": [ - 6853 + 6953 ], "stddev_pop": [ - 6854 + 6954 ], "stddev_samp": [ - 6855 + 6955 ], "sum": [ - 6858 + 6958 ], "var_pop": [ - 6859 + 6959 ], "var_samp": [ - 6860 + 6960 ], "variance": [ - 6861 + 6961 ], "__typename": [ 85 @@ -155059,13 +156594,13 @@ export default { }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 6848 + 6948 ], "_not": [ - 6848 + 6948 ], "_or": [ - 6848 + 6948 ], "attacker_id": [ 313 @@ -155074,10 +156609,10 @@ export default { 313 ], "nemsis": [ - 4563 + 4609 ], "player": [ - 4563 + 4609 ], "victim_id": [ 313 @@ -155116,19 +156651,19 @@ export default { }, "v_player_arch_nemesis_order_by": { "attacker_id": [ - 3601 + 3647 ], "kill_count": [ - 3601 + 3647 ], "nemsis": [ - 4572 + 4618 ], "player": [ - 4572 + 4618 ], "victim_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -155179,7 +156714,7 @@ export default { }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 6857 + 6957 ], "ordering": [ 394 @@ -155263,7 +156798,7 @@ export default { 311 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 @@ -155280,10 +156815,10 @@ export default { }, "v_player_damage_aggregate": { "aggregate": [ - 6864 + 6964 ], "nodes": [ - 6862 + 6962 ], "__typename": [ 85 @@ -155291,13 +156826,13 @@ export default { }, "v_player_damage_aggregate_fields": { "avg": [ - 6865 + 6965 ], "count": [ 41, { "columns": [ - 6870, + 6970, "[v_player_damage_select_column!]" ], "distinct": [ @@ -155306,31 +156841,31 @@ export default { } ], "max": [ - 6867 + 6967 ], "min": [ - 6868 + 6968 ], "stddev": [ - 6871 + 6971 ], "stddev_pop": [ - 6872 + 6972 ], "stddev_samp": [ - 6873 + 6973 ], "sum": [ - 6876 + 6976 ], "var_pop": [ - 6877 + 6977 ], "var_samp": [ - 6878 + 6978 ], "variance": [ - 6879 + 6979 ], "__typename": [ 85 @@ -155355,19 +156890,19 @@ export default { }, "v_player_damage_bool_exp": { "_and": [ - 6866 + 6966 ], "_not": [ - 6866 + 6966 ], "_or": [ - 6866 + 6966 ], "avg_damage_per_round": [ 313 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 @@ -155418,19 +156953,19 @@ export default { }, "v_player_damage_order_by": { "avg_damage_per_round": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "total_damage": [ - 3601 + 3647 ], "total_rounds": [ - 3601 + 3647 ], "__typename": [ 85 @@ -155490,7 +157025,7 @@ export default { }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 6875 + 6975 ], "ordering": [ 394 @@ -155586,7 +157121,7 @@ export default { }, "v_player_elo": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 @@ -155598,7 +157133,7 @@ export default { 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 @@ -155607,16 +157142,16 @@ export default { 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 2046 + 2092 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -155628,22 +157163,22 @@ export default { 41 ], "match": [ - 3385 + 3431 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_name": [ 85 @@ -155652,19 +157187,19 @@ export default { 311 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 85 @@ -155678,10 +157213,10 @@ export default { }, "v_player_elo_aggregate": { "aggregate": [ - 6894 + 6994 ], "nodes": [ - 6880 + 6980 ], "__typename": [ 85 @@ -155689,31 +157224,31 @@ export default { }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 6883 + 6983 ], "corr": [ - 6884 + 6984 ], "count": [ - 6886 + 6986 ], "covar_samp": [ - 6887 + 6987 ], "max": [ - 6889 + 6989 ], "min": [ - 6890 + 6990 ], "stddev_samp": [ - 6891 + 6991 ], "sum": [ - 6892 + 6992 ], "var_samp": [ - 6893 + 6993 ], "__typename": [ 85 @@ -155721,16 +157256,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 6907 + 7007 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155738,16 +157273,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 6885 + 6985 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155755,10 +157290,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 6908 + 7008 ], "Y": [ - 6908 + 7008 ], "__typename": [ 85 @@ -155766,13 +157301,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 6906 + 7006 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ 42 @@ -155783,16 +157318,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 6888 + 6988 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155800,10 +157335,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6909 + 7009 ], "Y": [ - 6909 + 7009 ], "__typename": [ 85 @@ -155811,16 +157346,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 6910 + 7010 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155828,16 +157363,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 6911 + 7011 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155845,16 +157380,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6912 + 7012 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155862,16 +157397,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 6913 + 7013 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155879,16 +157414,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 6914 + 7014 ], "distinct": [ 6 ], "filter": [ - 6899 + 6999 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -155896,13 +157431,13 @@ export default { }, "v_player_elo_aggregate_fields": { "avg": [ - 6897 + 6997 ], "count": [ 41, { "columns": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "distinct": [ @@ -155911,31 +157446,31 @@ export default { } ], "max": [ - 6901 + 7001 ], "min": [ - 6903 + 7003 ], "stddev": [ - 6915 + 7015 ], "stddev_pop": [ - 6917 + 7017 ], "stddev_samp": [ - 6919 + 7019 ], "sum": [ - 6923 + 7023 ], "var_pop": [ - 6925 + 7025 ], "var_samp": [ - 6927 + 7027 ], "variance": [ - 6929 + 7029 ], "__typename": [ 85 @@ -155943,37 +157478,37 @@ export default { }, "v_player_elo_aggregate_order_by": { "avg": [ - 6898 + 6998 ], "count": [ - 3601 + 3647 ], "max": [ - 6902 + 7002 ], "min": [ - 6904 + 7004 ], "stddev": [ - 6916 + 7016 ], "stddev_pop": [ - 6918 + 7018 ], "stddev_samp": [ - 6920 + 7020 ], "sum": [ - 6924 + 7024 ], "var_pop": [ - 6926 + 7026 ], "var_samp": [ - 6928 + 7028 ], "variance": [ - 6930 + 7030 ], "__typename": [ 85 @@ -155981,7 +157516,7 @@ export default { }, "v_player_elo_arr_rel_insert_input": { "data": [ - 6900 + 7000 ], "__typename": [ 85 @@ -156060,70 +157595,70 @@ export default { }, "v_player_elo_avg_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -156131,16 +157666,16 @@ export default { }, "v_player_elo_bool_exp": { "_and": [ - 6899 + 6999 ], "_not": [ - 6899 + 6999 ], "_or": [ - 6899 + 6999 ], "actual_score": [ - 2047 + 2093 ], "assists": [ 42 @@ -156152,7 +157687,7 @@ export default { 42 ], "damage_percent": [ - 2047 + 2093 ], "deaths": [ 42 @@ -156161,16 +157696,16 @@ export default { 42 ], "expected_score": [ - 2047 + 2093 ], "impact": [ - 2047 + 2093 ], "k_factor": [ 42 ], "kda": [ - 2047 + 2093 ], "kills": [ 42 @@ -156182,22 +157717,22 @@ export default { 42 ], "match": [ - 3396 + 3442 ], "match_created_at": [ - 5197 + 5243 ], "match_id": [ - 6505 + 6605 ], "match_result": [ 87 ], "opponent_team_elo_avg": [ - 2047 + 2093 ], "performance_multiplier": [ - 2047 + 2093 ], "player_name": [ 87 @@ -156206,19 +157741,19 @@ export default { 313 ], "player_team_elo_avg": [ - 2047 + 2093 ], "rating_for_expected": [ - 2047 + 2093 ], "season_id": [ - 6505 + 6605 ], "series_multiplier": [ 42 ], "team_avg_kda": [ - 2047 + 2093 ], "type": [ 87 @@ -156232,7 +157767,7 @@ export default { }, "v_player_elo_insert_input": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 @@ -156244,7 +157779,7 @@ export default { 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 @@ -156253,16 +157788,16 @@ export default { 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 2046 + 2092 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -156274,22 +157809,22 @@ export default { 41 ], "match": [ - 3405 + 3451 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_name": [ 85 @@ -156298,19 +157833,19 @@ export default { 311 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 85 @@ -156324,7 +157859,7 @@ export default { }, "v_player_elo_max_fields": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 @@ -156336,7 +157871,7 @@ export default { 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 @@ -156345,16 +157880,16 @@ export default { 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 2046 + 2092 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -156366,19 +157901,19 @@ export default { 41 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_name": [ 85 @@ -156387,19 +157922,19 @@ export default { 311 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 85 @@ -156413,88 +157948,88 @@ export default { }, "v_player_elo_max_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "match_created_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_result": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_name": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -156502,7 +158037,7 @@ export default { }, "v_player_elo_min_fields": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 @@ -156514,7 +158049,7 @@ export default { 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 @@ -156523,16 +158058,16 @@ export default { 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 2046 + 2092 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -156544,19 +158079,19 @@ export default { 41 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_name": [ 85 @@ -156565,19 +158100,19 @@ export default { 311 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 85 @@ -156591,88 +158126,88 @@ export default { }, "v_player_elo_min_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "match_created_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_result": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_name": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -156680,91 +158215,91 @@ export default { }, "v_player_elo_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_created_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_result": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_name": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "season_id": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -156852,70 +158387,70 @@ export default { }, "v_player_elo_stddev_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -156994,70 +158529,70 @@ export default { }, "v_player_elo_stddev_pop_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -157136,70 +158671,70 @@ export default { }, "v_player_elo_stddev_samp_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -157207,7 +158742,7 @@ export default { }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 6922 + 7022 ], "ordering": [ 394 @@ -157218,7 +158753,7 @@ export default { }, "v_player_elo_stream_cursor_value_input": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 @@ -157230,7 +158765,7 @@ export default { 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 @@ -157239,16 +158774,16 @@ export default { 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 2046 + 2092 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -157260,19 +158795,19 @@ export default { 41 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_name": [ 85 @@ -157281,19 +158816,19 @@ export default { 311 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "season_id": [ - 6503 + 6603 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2046 + 2092 ], "type": [ 85 @@ -157307,7 +158842,7 @@ export default { }, "v_player_elo_sum_fields": { "actual_score": [ - 2046 + 2092 ], "assists": [ 41 @@ -157319,7 +158854,7 @@ export default { 41 ], "damage_percent": [ - 2046 + 2092 ], "deaths": [ 41 @@ -157328,16 +158863,16 @@ export default { 41 ], "expected_score": [ - 2046 + 2092 ], "impact": [ - 2046 + 2092 ], "k_factor": [ 41 ], "kda": [ - 2046 + 2092 ], "kills": [ 41 @@ -157349,25 +158884,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2046 + 2092 ], "performance_multiplier": [ - 2046 + 2092 ], "player_steam_id": [ 311 ], "player_team_elo_avg": [ - 2046 + 2092 ], "rating_for_expected": [ - 2046 + 2092 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2046 + 2092 ], "updated_elo": [ 41 @@ -157378,70 +158913,70 @@ export default { }, "v_player_elo_sum_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -157520,70 +159055,70 @@ export default { }, "v_player_elo_var_pop_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -157662,70 +159197,70 @@ export default { }, "v_player_elo_var_samp_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -157804,70 +159339,70 @@ export default { }, "v_player_elo_variance_order_by": { "actual_score": [ - 3601 + 3647 ], "assists": [ - 3601 + 3647 ], "current_elo": [ - 3601 + 3647 ], "damage": [ - 3601 + 3647 ], "damage_percent": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "elo_change": [ - 3601 + 3647 ], "expected_score": [ - 3601 + 3647 ], "impact": [ - 3601 + 3647 ], "k_factor": [ - 3601 + 3647 ], "kda": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map_losses": [ - 3601 + 3647 ], "map_wins": [ - 3601 + 3647 ], "opponent_team_elo_avg": [ - 3601 + 3647 ], "performance_multiplier": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "player_team_elo_avg": [ - 3601 + 3647 ], "rating_for_expected": [ - 3601 + 3647 ], "series_multiplier": [ - 3601 + 3647 ], "team_avg_kda": [ - 3601 + 3647 ], "updated_elo": [ - 3601 + 3647 ], "__typename": [ 85 @@ -157875,19 +159410,19 @@ export default { }, "v_player_map_losses": { "map": [ - 2877 + 2923 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -157898,10 +159433,10 @@ export default { }, "v_player_map_losses_aggregate": { "aggregate": [ - 6933 + 7033 ], "nodes": [ - 6931 + 7031 ], "__typename": [ 85 @@ -157909,13 +159444,13 @@ export default { }, "v_player_map_losses_aggregate_fields": { "avg": [ - 6934 + 7034 ], "count": [ 41, { "columns": [ - 6939, + 7039, "[v_player_map_losses_select_column!]" ], "distinct": [ @@ -157924,31 +159459,31 @@ export default { } ], "max": [ - 6936 + 7036 ], "min": [ - 6937 + 7037 ], "stddev": [ - 6940 + 7040 ], "stddev_pop": [ - 6941 + 7041 ], "stddev_samp": [ - 6942 + 7042 ], "sum": [ - 6945 + 7045 ], "var_pop": [ - 6946 + 7046 ], "var_samp": [ - 6947 + 7047 ], "variance": [ - 6948 + 7048 ], "__typename": [ 85 @@ -157964,28 +159499,28 @@ export default { }, "v_player_map_losses_bool_exp": { "_and": [ - 6935 + 7035 ], "_not": [ - 6935 + 7035 ], "_or": [ - 6935 + 7035 ], "map": [ - 2886 + 2932 ], "map_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "started_at": [ - 5197 + 5243 ], "steam_id": [ 313 @@ -157996,13 +159531,13 @@ export default { }, "v_player_map_losses_max_fields": { "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158013,13 +159548,13 @@ export default { }, "v_player_map_losses_min_fields": { "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158030,22 +159565,22 @@ export default { }, "v_player_map_losses_order_by": { "map": [ - 2896 + 2942 ], "map_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -158078,7 +159613,7 @@ export default { }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 6944 + 7044 ], "ordering": [ 394 @@ -158089,13 +159624,13 @@ export default { }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158138,19 +159673,19 @@ export default { }, "v_player_map_wins": { "map": [ - 2877 + 2923 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158161,10 +159696,10 @@ export default { }, "v_player_map_wins_aggregate": { "aggregate": [ - 6951 + 7051 ], "nodes": [ - 6949 + 7049 ], "__typename": [ 85 @@ -158172,13 +159707,13 @@ export default { }, "v_player_map_wins_aggregate_fields": { "avg": [ - 6952 + 7052 ], "count": [ 41, { "columns": [ - 6957, + 7057, "[v_player_map_wins_select_column!]" ], "distinct": [ @@ -158187,31 +159722,31 @@ export default { } ], "max": [ - 6954 + 7054 ], "min": [ - 6955 + 7055 ], "stddev": [ - 6958 + 7058 ], "stddev_pop": [ - 6959 + 7059 ], "stddev_samp": [ - 6960 + 7060 ], "sum": [ - 6963 + 7063 ], "var_pop": [ - 6964 + 7064 ], "var_samp": [ - 6965 + 7065 ], "variance": [ - 6966 + 7066 ], "__typename": [ 85 @@ -158227,28 +159762,28 @@ export default { }, "v_player_map_wins_bool_exp": { "_and": [ - 6953 + 7053 ], "_not": [ - 6953 + 7053 ], "_or": [ - 6953 + 7053 ], "map": [ - 2886 + 2932 ], "map_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "started_at": [ - 5197 + 5243 ], "steam_id": [ 313 @@ -158259,13 +159794,13 @@ export default { }, "v_player_map_wins_max_fields": { "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158276,13 +159811,13 @@ export default { }, "v_player_map_wins_min_fields": { "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158293,22 +159828,22 @@ export default { }, "v_player_map_wins_order_by": { "map": [ - 2896 + 2942 ], "map_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "started_at": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -158341,7 +159876,7 @@ export default { }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 6962 + 7062 ], "ordering": [ 394 @@ -158352,13 +159887,13 @@ export default { }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "started_at": [ - 5196 + 5242 ], "steam_id": [ 311 @@ -158401,13 +159936,13 @@ export default { }, "v_player_match_head_to_head": { "attacked": [ - 4559 + 4605 ], "attacked_steam_id": [ 311 ], "attacker": [ - 4559 + 4605 ], "attacker_steam_id": [ 311 @@ -158428,10 +159963,10 @@ export default { 311 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -158439,10 +159974,10 @@ export default { }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 6969 + 7069 ], "nodes": [ - 6967 + 7067 ], "__typename": [ 85 @@ -158450,13 +159985,13 @@ export default { }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 6970 + 7070 ], "count": [ 41, { "columns": [ - 6975, + 7075, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ @@ -158465,31 +160000,31 @@ export default { } ], "max": [ - 6972 + 7072 ], "min": [ - 6973 + 7073 ], "stddev": [ - 6976 + 7076 ], "stddev_pop": [ - 6977 + 7077 ], "stddev_samp": [ - 6978 + 7078 ], "sum": [ - 6981 + 7081 ], "var_pop": [ - 6982 + 7082 ], "var_samp": [ - 6983 + 7083 ], "variance": [ - 6984 + 7084 ], "__typename": [ 85 @@ -158523,22 +160058,22 @@ export default { }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 6971 + 7071 ], "_not": [ - 6971 + 7071 ], "_or": [ - 6971 + 7071 ], "attacked": [ - 4563 + 4609 ], "attacked_steam_id": [ 313 ], "attacker": [ - 4563 + 4609 ], "attacker_steam_id": [ 313 @@ -158559,10 +160094,10 @@ export default { 313 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -158591,7 +160126,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -158620,7 +160155,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -158628,37 +160163,37 @@ export default { }, "v_player_match_head_to_head_order_by": { "attacked": [ - 4572 + 4618 ], "attacked_steam_id": [ - 3601 + 3647 ], "attacker": [ - 4572 + 4618 ], "attacker_steam_id": [ - 3601 + 3647 ], "damage_dealt": [ - 3601 + 3647 ], "flash_count": [ - 3601 + 3647 ], "headshot_kills": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -158745,7 +160280,7 @@ export default { }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 6980 + 7080 ], "ordering": [ 394 @@ -158777,7 +160312,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -158889,37 +160424,37 @@ export default { }, "v_player_match_map_hltv": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "rounds_played": [ 41 @@ -158933,10 +160468,10 @@ export default { }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 6989 + 7089 ], "nodes": [ - 6985 + 7085 ], "__typename": [ 85 @@ -158944,7 +160479,7 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 6988 + 7088 ], "__typename": [ 85 @@ -158952,13 +160487,13 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 7003 + 7103 ], "distinct": [ 6 ], "filter": [ - 6994 + 7094 ], "predicate": [ 42 @@ -158969,13 +160504,13 @@ export default { }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 6992 + 7092 ], "count": [ 41, { "columns": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ @@ -158984,31 +160519,31 @@ export default { } ], "max": [ - 6997 + 7097 ], "min": [ - 6999 + 7099 ], "stddev": [ - 7005 + 7105 ], "stddev_pop": [ - 7007 + 7107 ], "stddev_samp": [ - 7009 + 7109 ], "sum": [ - 7013 + 7113 ], "var_pop": [ - 7016 + 7116 ], "var_samp": [ - 7018 + 7118 ], "variance": [ - 7020 + 7120 ], "__typename": [ 85 @@ -159016,37 +160551,37 @@ export default { }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 6993 + 7093 ], "count": [ - 3601 + 3647 ], "max": [ - 6998 + 7098 ], "min": [ - 7000 + 7100 ], "stddev": [ - 7006 + 7106 ], "stddev_pop": [ - 7008 + 7108 ], "stddev_samp": [ - 7010 + 7110 ], "sum": [ - 7014 + 7114 ], "var_pop": [ - 7017 + 7117 ], "var_samp": [ - 7019 + 7119 ], "variance": [ - 7021 + 7121 ], "__typename": [ 85 @@ -159054,7 +160589,7 @@ export default { }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 6996 + 7096 ], "__typename": [ 85 @@ -159091,28 +160626,28 @@ export default { }, "v_player_match_map_hltv_avg_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159120,46 +160655,46 @@ export default { }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 6994 + 7094 ], "_not": [ - 6994 + 7094 ], "_or": [ - 6994 + 7094 ], "adr": [ - 3600 + 3646 ], "apr": [ - 3600 + 3646 ], "dpr": [ - 3600 + 3646 ], "hltv_rating": [ - 3600 + 3646 ], "kast_pct": [ - 3600 + 3646 ], "kpr": [ - 3600 + 3646 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "rounds_played": [ 42 @@ -159173,22 +160708,22 @@ export default { }, "v_player_match_map_hltv_inc_input": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "rounds_played": [ 41 @@ -159202,37 +160737,37 @@ export default { }, "v_player_match_map_hltv_insert_input": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match": [ - 3405 + 3451 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3219 + 3265 ], "match_map_id": [ - 6503 + 6603 ], "player": [ - 4570 + 4616 ], "rounds_played": [ 41 @@ -159246,28 +160781,28 @@ export default { }, "v_player_match_map_hltv_max_fields": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -159281,34 +160816,34 @@ export default { }, "v_player_match_map_hltv_max_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159316,28 +160851,28 @@ export default { }, "v_player_match_map_hltv_min_fields": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -159351,34 +160886,34 @@ export default { }, "v_player_match_map_hltv_min_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_map_id": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159389,7 +160924,7 @@ export default { 41 ], "returning": [ - 6985 + 7085 ], "__typename": [ 85 @@ -159397,43 +160932,43 @@ export default { }, "v_player_match_map_hltv_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159442,28 +160977,28 @@ export default { "v_player_match_map_hltv_select_column": {}, "v_player_match_map_hltv_set_input": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -159506,28 +161041,28 @@ export default { }, "v_player_match_map_hltv_stddev_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159564,28 +161099,28 @@ export default { }, "v_player_match_map_hltv_stddev_pop_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159622,28 +161157,28 @@ export default { }, "v_player_match_map_hltv_stddev_samp_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159651,7 +161186,7 @@ export default { }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 7012 + 7112 ], "ordering": [ 394 @@ -159662,28 +161197,28 @@ export default { }, "v_player_match_map_hltv_stream_cursor_value_input": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -159697,22 +161232,22 @@ export default { }, "v_player_match_map_hltv_sum_fields": { "adr": [ - 3599 + 3645 ], "apr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "rounds_played": [ 41 @@ -159726,28 +161261,28 @@ export default { }, "v_player_match_map_hltv_sum_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159755,13 +161290,13 @@ export default { }, "v_player_match_map_hltv_updates": { "_inc": [ - 6995 + 7095 ], "_set": [ - 7004 + 7104 ], "where": [ - 6994 + 7094 ], "__typename": [ 85 @@ -159798,28 +161333,28 @@ export default { }, "v_player_match_map_hltv_var_pop_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159856,28 +161391,28 @@ export default { }, "v_player_match_map_hltv_var_samp_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159914,28 +161449,28 @@ export default { }, "v_player_match_map_hltv_variance_order_by": { "adr": [ - 3601 + 3647 ], "apr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -159943,52 +161478,52 @@ export default { }, "v_player_match_map_roles": { "adr": [ - 3599 + 3645 ], "awp_kills": [ 41 ], "awp_share": [ - 3599 + 3645 ], "deaths": [ 41 ], "dpr": [ - 3599 + 3645 ], "entry_rate": [ - 3599 + 3645 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kills": [ 41 ], "kpr": [ - 3599 + 3645 ], "lineup_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "match_map": [ - 3201 + 3247 ], "match_map_id": [ - 6503 + 6603 ], "open_deaths": [ 41 @@ -160000,7 +161535,7 @@ export default { 41 ], "player": [ - 4559 + 4605 ], "role": [ 85 @@ -160012,7 +161547,7 @@ export default { 311 ], "support_idx": [ - 3599 + 3645 ], "total_kills": [ 41 @@ -160032,10 +161567,10 @@ export default { }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 7024 + 7124 ], "nodes": [ - 7022 + 7122 ], "__typename": [ 85 @@ -160043,13 +161578,13 @@ export default { }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 7025 + 7125 ], "count": [ 41, { "columns": [ - 7030, + 7130, "[v_player_match_map_roles_select_column!]" ], "distinct": [ @@ -160058,31 +161593,31 @@ export default { } ], "max": [ - 7027 + 7127 ], "min": [ - 7028 + 7128 ], "stddev": [ - 7031 + 7131 ], "stddev_pop": [ - 7032 + 7132 ], "stddev_samp": [ - 7033 + 7133 ], "sum": [ - 7036 + 7136 ], "var_pop": [ - 7037 + 7137 ], "var_samp": [ - 7038 + 7138 ], "variance": [ - 7039 + 7139 ], "__typename": [ 85 @@ -160158,61 +161693,61 @@ export default { }, "v_player_match_map_roles_bool_exp": { "_and": [ - 7026 + 7126 ], "_not": [ - 7026 + 7126 ], "_or": [ - 7026 + 7126 ], "adr": [ - 3600 + 3646 ], "awp_kills": [ 42 ], "awp_share": [ - 3600 + 3646 ], "deaths": [ 42 ], "dpr": [ - 3600 + 3646 ], "entry_rate": [ - 3600 + 3646 ], "flash_assists": [ 42 ], "hltv_rating": [ - 3600 + 3646 ], "kast_pct": [ - 3600 + 3646 ], "kills": [ 42 ], "kpr": [ - 3600 + 3646 ], "lineup_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "match_map": [ - 3210 + 3256 ], "match_map_id": [ - 6505 + 6605 ], "open_deaths": [ 42 @@ -160224,7 +161759,7 @@ export default { 42 ], "player": [ - 4563 + 4609 ], "role": [ 87 @@ -160236,7 +161771,7 @@ export default { 313 ], "support_idx": [ - 3600 + 3646 ], "total_kills": [ 42 @@ -160256,46 +161791,46 @@ export default { }, "v_player_match_map_roles_max_fields": { "adr": [ - 3599 + 3645 ], "awp_kills": [ 41 ], "awp_share": [ - 3599 + 3645 ], "deaths": [ 41 ], "dpr": [ - 3599 + 3645 ], "entry_rate": [ - 3599 + 3645 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kills": [ 41 ], "kpr": [ - 3599 + 3645 ], "lineup_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "open_deaths": [ 41 @@ -160316,7 +161851,7 @@ export default { 311 ], "support_idx": [ - 3599 + 3645 ], "total_kills": [ 41 @@ -160336,46 +161871,46 @@ export default { }, "v_player_match_map_roles_min_fields": { "adr": [ - 3599 + 3645 ], "awp_kills": [ 41 ], "awp_share": [ - 3599 + 3645 ], "deaths": [ 41 ], "dpr": [ - 3599 + 3645 ], "entry_rate": [ - 3599 + 3645 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kills": [ 41 ], "kpr": [ - 3599 + 3645 ], "lineup_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "open_deaths": [ 41 @@ -160396,7 +161931,7 @@ export default { 311 ], "support_idx": [ - 3599 + 3645 ], "total_kills": [ 41 @@ -160416,88 +161951,88 @@ export default { }, "v_player_match_map_roles_order_by": { "adr": [ - 3601 + 3647 ], "awp_kills": [ - 3601 + 3647 ], "awp_share": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "entry_rate": [ - 3601 + 3647 ], "flash_assists": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "lineup_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "match_map": [ - 3221 + 3267 ], "match_map_id": [ - 3601 + 3647 ], "open_deaths": [ - 3601 + 3647 ], "open_kills": [ - 3601 + 3647 ], "opening_attempts": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "role": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "support_idx": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "trade_kill_successes": [ - 3601 + 3647 ], "traded_death_successes": [ - 3601 + 3647 ], "util_damage": [ - 3601 + 3647 ], "__typename": [ 85 @@ -160710,7 +162245,7 @@ export default { }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 7035 + 7135 ], "ordering": [ 394 @@ -160721,46 +162256,46 @@ export default { }, "v_player_match_map_roles_stream_cursor_value_input": { "adr": [ - 3599 + 3645 ], "awp_kills": [ 41 ], "awp_share": [ - 3599 + 3645 ], "deaths": [ 41 ], "dpr": [ - 3599 + 3645 ], "entry_rate": [ - 3599 + 3645 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kills": [ 41 ], "kpr": [ - 3599 + 3645 ], "lineup_id": [ - 6503 + 6603 ], "match_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503 + 6603 ], "open_deaths": [ 41 @@ -160781,7 +162316,7 @@ export default { 311 ], "support_idx": [ - 3599 + 3645 ], "total_kills": [ 41 @@ -160801,37 +162336,37 @@ export default { }, "v_player_match_map_roles_sum_fields": { "adr": [ - 3599 + 3645 ], "awp_kills": [ 41 ], "awp_share": [ - 3599 + 3645 ], "deaths": [ 41 ], "dpr": [ - 3599 + 3645 ], "entry_rate": [ - 3599 + 3645 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kills": [ 41 ], "kpr": [ - 3599 + 3645 ], "open_deaths": [ 41 @@ -160849,7 +162384,7 @@ export default { 311 ], "support_idx": [ - 3599 + 3645 ], "total_kills": [ 41 @@ -161082,19 +162617,19 @@ export default { 41 ], "map": [ - 2877 + 2923 ], "map_id": [ - 6503 + 6603 ], "match": [ - 3385 + 3431 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 @@ -161114,10 +162649,10 @@ export default { }, "v_player_match_performance_aggregate": { "aggregate": [ - 7042 + 7142 ], "nodes": [ - 7040 + 7140 ], "__typename": [ 85 @@ -161125,13 +162660,13 @@ export default { }, "v_player_match_performance_aggregate_fields": { "avg": [ - 7043 + 7143 ], "count": [ 41, { "columns": [ - 7048, + 7148, "[v_player_match_performance_select_column!]" ], "distinct": [ @@ -161140,31 +162675,31 @@ export default { } ], "max": [ - 7045 + 7145 ], "min": [ - 7046 + 7146 ], "stddev": [ - 7049 + 7149 ], "stddev_pop": [ - 7050 + 7150 ], "stddev_samp": [ - 7051 + 7151 ], "sum": [ - 7054 + 7154 ], "var_pop": [ - 7055 + 7155 ], "var_samp": [ - 7056 + 7156 ], "variance": [ - 7057 + 7157 ], "__typename": [ 85 @@ -161189,13 +162724,13 @@ export default { }, "v_player_match_performance_bool_exp": { "_and": [ - 7044 + 7144 ], "_not": [ - 7044 + 7144 ], "_or": [ - 7044 + 7144 ], "assists": [ 42 @@ -161207,19 +162742,19 @@ export default { 42 ], "map": [ - 2886 + 2932 ], "map_id": [ - 6505 + 6605 ], "match": [ - 3396 + 3442 ], "match_created_at": [ - 5197 + 5243 ], "match_id": [ - 6505 + 6605 ], "match_result": [ 87 @@ -161248,13 +162783,13 @@ export default { 41 ], "map_id": [ - 6503 + 6603 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 @@ -161283,13 +162818,13 @@ export default { 41 ], "map_id": [ - 6503 + 6603 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 @@ -161309,40 +162844,40 @@ export default { }, "v_player_match_performance_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "map": [ - 2896 + 2942 ], "map_id": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_created_at": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "match_result": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "__typename": [ 85 @@ -161402,7 +162937,7 @@ export default { }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 7053 + 7153 ], "ordering": [ 394 @@ -161422,13 +162957,13 @@ export default { 41 ], "map_id": [ - 6503 + 6603 ], "match_created_at": [ - 5196 + 5242 ], "match_id": [ - 6503 + 6603 ], "match_result": [ 85 @@ -161516,28 +163051,28 @@ export default { }, "v_player_match_rating": { "adr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match": [ - 3385 + 3431 ], "match_id": [ - 6503 + 6603 ], "player": [ - 4559 + 4605 ], "rounds_played": [ 41 @@ -161551,10 +163086,10 @@ export default { }, "v_player_match_rating_aggregate": { "aggregate": [ - 7060 + 7160 ], "nodes": [ - 7058 + 7158 ], "__typename": [ 85 @@ -161562,13 +163097,13 @@ export default { }, "v_player_match_rating_aggregate_fields": { "avg": [ - 7061 + 7161 ], "count": [ 41, { "columns": [ - 7066, + 7166, "[v_player_match_rating_select_column!]" ], "distinct": [ @@ -161577,31 +163112,31 @@ export default { } ], "max": [ - 7063 + 7163 ], "min": [ - 7064 + 7164 ], "stddev": [ - 7067 + 7167 ], "stddev_pop": [ - 7068 + 7168 ], "stddev_samp": [ - 7069 + 7169 ], "sum": [ - 7072 + 7172 ], "var_pop": [ - 7073 + 7173 ], "var_samp": [ - 7074 + 7174 ], "variance": [ - 7075 + 7175 ], "__typename": [ 85 @@ -161635,37 +163170,37 @@ export default { }, "v_player_match_rating_bool_exp": { "_and": [ - 7062 + 7162 ], "_not": [ - 7062 + 7162 ], "_or": [ - 7062 + 7162 ], "adr": [ - 3600 + 3646 ], "dpr": [ - 3600 + 3646 ], "hltv_rating": [ - 3600 + 3646 ], "kast_pct": [ - 3600 + 3646 ], "kpr": [ - 3600 + 3646 ], "match": [ - 3396 + 3442 ], "match_id": [ - 6505 + 6605 ], "player": [ - 4563 + 4609 ], "rounds_played": [ 42 @@ -161679,22 +163214,22 @@ export default { }, "v_player_match_rating_max_fields": { "adr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -161708,22 +163243,22 @@ export default { }, "v_player_match_rating_min_fields": { "adr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -161737,34 +163272,34 @@ export default { }, "v_player_match_rating_order_by": { "adr": [ - 3601 + 3647 ], "dpr": [ - 3601 + 3647 ], "hltv_rating": [ - 3601 + 3647 ], "kast_pct": [ - 3601 + 3647 ], "kpr": [ - 3601 + 3647 ], "match": [ - 3407 + 3453 ], "match_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "rounds_played": [ - 3601 + 3647 ], "steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -161851,7 +163386,7 @@ export default { }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 7071 + 7171 ], "ordering": [ 394 @@ -161862,22 +163397,22 @@ export default { }, "v_player_match_rating_stream_cursor_value_input": { "adr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "match_id": [ - 6503 + 6603 ], "rounds_played": [ 41 @@ -161891,19 +163426,19 @@ export default { }, "v_player_match_rating_sum_fields": { "adr": [ - 3599 + 3645 ], "dpr": [ - 3599 + 3645 ], "hltv_rating": [ - 3599 + 3645 ], "kast_pct": [ - 3599 + 3645 ], "kpr": [ - 3599 + 3645 ], "rounds_played": [ 41 @@ -162001,7 +163536,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "round": [ 41 @@ -162012,10 +163547,10 @@ export default { }, "v_player_multi_kills_aggregate": { "aggregate": [ - 7080 + 7180 ], "nodes": [ - 7076 + 7176 ], "__typename": [ 85 @@ -162023,7 +163558,7 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 7079 + 7179 ], "__typename": [ 85 @@ -162031,13 +163566,13 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 7092 + 7192 ], "distinct": [ 6 ], "filter": [ - 7085 + 7185 ], "predicate": [ 42 @@ -162048,13 +163583,13 @@ export default { }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 7083 + 7183 ], "count": [ 41, { "columns": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "distinct": [ @@ -162063,31 +163598,31 @@ export default { } ], "max": [ - 7087 + 7187 ], "min": [ - 7089 + 7189 ], "stddev": [ - 7093 + 7193 ], "stddev_pop": [ - 7095 + 7195 ], "stddev_samp": [ - 7097 + 7197 ], "sum": [ - 7101 + 7201 ], "var_pop": [ - 7103 + 7203 ], "var_samp": [ - 7105 + 7205 ], "variance": [ - 7107 + 7207 ], "__typename": [ 85 @@ -162095,37 +163630,37 @@ export default { }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 7084 + 7184 ], "count": [ - 3601 + 3647 ], "max": [ - 7088 + 7188 ], "min": [ - 7090 + 7190 ], "stddev": [ - 7094 + 7194 ], "stddev_pop": [ - 7096 + 7196 ], "stddev_samp": [ - 7098 + 7198 ], "sum": [ - 7102 + 7202 ], "var_pop": [ - 7104 + 7204 ], "var_samp": [ - 7106 + 7206 ], "variance": [ - 7108 + 7208 ], "__typename": [ 85 @@ -162133,7 +163668,7 @@ export default { }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 7086 + 7186 ], "__typename": [ 85 @@ -162155,13 +163690,13 @@ export default { }, "v_player_multi_kills_avg_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162169,13 +163704,13 @@ export default { }, "v_player_multi_kills_bool_exp": { "_and": [ - 7085 + 7185 ], "_not": [ - 7085 + 7185 ], "_or": [ - 7085 + 7185 ], "attacker_steam_id": [ 313 @@ -162184,7 +163719,7 @@ export default { 313 ], "match_id": [ - 6505 + 6605 ], "round": [ 42 @@ -162201,7 +163736,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "round": [ 41 @@ -162218,7 +163753,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "round": [ 41 @@ -162229,16 +163764,16 @@ export default { }, "v_player_multi_kills_max_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162252,7 +163787,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "round": [ 41 @@ -162263,16 +163798,16 @@ export default { }, "v_player_multi_kills_min_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162280,16 +163815,16 @@ export default { }, "v_player_multi_kills_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "match_id": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162312,13 +163847,13 @@ export default { }, "v_player_multi_kills_stddev_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162340,13 +163875,13 @@ export default { }, "v_player_multi_kills_stddev_pop_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162368,13 +163903,13 @@ export default { }, "v_player_multi_kills_stddev_samp_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162382,7 +163917,7 @@ export default { }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 7100 + 7200 ], "ordering": [ 394 @@ -162399,7 +163934,7 @@ export default { 311 ], "match_id": [ - 6503 + 6603 ], "round": [ 41 @@ -162424,13 +163959,13 @@ export default { }, "v_player_multi_kills_sum_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162452,13 +163987,13 @@ export default { }, "v_player_multi_kills_var_pop_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162480,13 +164015,13 @@ export default { }, "v_player_multi_kills_var_samp_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162508,13 +164043,13 @@ export default { }, "v_player_multi_kills_variance_order_by": { "attacker_steam_id": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "round": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162522,22 +164057,22 @@ export default { }, "v_player_queue_partners": { "first_played_at": [ - 5196 + 5242 ], "last_played_at": [ - 5196 + 5242 ], "matches_together": [ 41 ], "partner": [ - 4559 + 4605 ], "partner_steam_id": [ 311 ], "player": [ - 4559 + 4605 ], "steam_id": [ 311 @@ -162551,10 +164086,10 @@ export default { }, "v_player_queue_partners_aggregate": { "aggregate": [ - 7111 + 7211 ], "nodes": [ - 7109 + 7209 ], "__typename": [ 85 @@ -162562,13 +164097,13 @@ export default { }, "v_player_queue_partners_aggregate_fields": { "avg": [ - 7112 + 7212 ], "count": [ 41, { "columns": [ - 7117, + 7217, "[v_player_queue_partners_select_column!]" ], "distinct": [ @@ -162577,31 +164112,31 @@ export default { } ], "max": [ - 7114 + 7214 ], "min": [ - 7115 + 7215 ], "stddev": [ - 7118 + 7218 ], "stddev_pop": [ - 7119 + 7219 ], "stddev_samp": [ - 7120 + 7220 ], "sum": [ - 7123 + 7223 ], "var_pop": [ - 7124 + 7224 ], "var_samp": [ - 7125 + 7225 ], "variance": [ - 7126 + 7226 ], "__typename": [ 85 @@ -162626,31 +164161,31 @@ export default { }, "v_player_queue_partners_bool_exp": { "_and": [ - 7113 + 7213 ], "_not": [ - 7113 + 7213 ], "_or": [ - 7113 + 7213 ], "first_played_at": [ - 5197 + 5243 ], "last_played_at": [ - 5197 + 5243 ], "matches_together": [ 42 ], "partner": [ - 4563 + 4609 ], "partner_steam_id": [ 313 ], "player": [ - 4563 + 4609 ], "steam_id": [ 313 @@ -162664,10 +164199,10 @@ export default { }, "v_player_queue_partners_max_fields": { "first_played_at": [ - 5196 + 5242 ], "last_played_at": [ - 5196 + 5242 ], "matches_together": [ 41 @@ -162687,10 +164222,10 @@ export default { }, "v_player_queue_partners_min_fields": { "first_played_at": [ - 5196 + 5242 ], "last_played_at": [ - 5196 + 5242 ], "matches_together": [ 41 @@ -162710,28 +164245,28 @@ export default { }, "v_player_queue_partners_order_by": { "first_played_at": [ - 3601 + 3647 ], "last_played_at": [ - 3601 + 3647 ], "matches_together": [ - 3601 + 3647 ], "partner": [ - 4572 + 4618 ], "partner_steam_id": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "steam_id": [ - 3601 + 3647 ], "wins_together": [ - 3601 + 3647 ], "__typename": [ 85 @@ -162791,7 +164326,7 @@ export default { }, "v_player_queue_partners_stream_cursor_input": { "initial_value": [ - 7122 + 7222 ], "ordering": [ 394 @@ -162802,10 +164337,10 @@ export default { }, "v_player_queue_partners_stream_cursor_value_input": { "first_played_at": [ - 5196 + 5242 ], "last_played_at": [ - 5196 + 5242 ], "matches_together": [ 41 @@ -162916,10 +164451,10 @@ export default { }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 7129 + 7229 ], "nodes": [ - 7127 + 7227 ], "__typename": [ 85 @@ -162927,13 +164462,13 @@ export default { }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 7130 + 7230 ], "count": [ 41, { "columns": [ - 7135, + 7235, "[v_player_weapon_damage_select_column!]" ], "distinct": [ @@ -162942,31 +164477,31 @@ export default { } ], "max": [ - 7132 + 7232 ], "min": [ - 7133 + 7233 ], "stddev": [ - 7136 + 7236 ], "stddev_pop": [ - 7137 + 7237 ], "stddev_samp": [ - 7138 + 7238 ], "sum": [ - 7141 + 7241 ], "var_pop": [ - 7142 + 7242 ], "var_samp": [ - 7143 + 7243 ], "variance": [ - 7144 + 7244 ], "__typename": [ 85 @@ -162988,13 +164523,13 @@ export default { }, "v_player_weapon_damage_bool_exp": { "_and": [ - 7131 + 7231 ], "_not": [ - 7131 + 7231 ], "_or": [ - 7131 + 7231 ], "damage": [ 313 @@ -163066,22 +164601,22 @@ export default { }, "v_player_weapon_damage_order_by": { "damage": [ - 3601 + 3647 ], "hits": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -163132,7 +164667,7 @@ export default { }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 7140 + 7240 ], "ordering": [ 394 @@ -163245,10 +164780,10 @@ export default { }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 7147 + 7247 ], "nodes": [ - 7145 + 7245 ], "__typename": [ 85 @@ -163256,13 +164791,13 @@ export default { }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 7148 + 7248 ], "count": [ 41, { "columns": [ - 7153, + 7253, "[v_player_weapon_kills_select_column!]" ], "distinct": [ @@ -163271,31 +164806,31 @@ export default { } ], "max": [ - 7150 + 7250 ], "min": [ - 7151 + 7251 ], "stddev": [ - 7154 + 7254 ], "stddev_pop": [ - 7155 + 7255 ], "stddev_samp": [ - 7156 + 7256 ], "sum": [ - 7159 + 7259 ], "var_pop": [ - 7160 + 7260 ], "var_samp": [ - 7161 + 7261 ], "variance": [ - 7162 + 7262 ], "__typename": [ 85 @@ -163317,13 +164852,13 @@ export default { }, "v_player_weapon_kills_bool_exp": { "_and": [ - 7149 + 7249 ], "_not": [ - 7149 + 7249 ], "_or": [ - 7149 + 7249 ], "kill_count": [ 313 @@ -163395,22 +164930,22 @@ export default { }, "v_player_weapon_kills_order_by": { "kill_count": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "rounds": [ - 3601 + 3647 ], "source": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "with": [ - 3601 + 3647 ], "__typename": [ 85 @@ -163461,7 +164996,7 @@ export default { }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 7158 + 7258 ], "ordering": [ 394 @@ -163554,16 +165089,16 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "map_pool": [ - 2858 + 2904 ], "map_pool_id": [ - 6503 + 6603 ], "name": [ 85 @@ -163586,10 +165121,10 @@ export default { }, "v_pool_maps_aggregate": { "aggregate": [ - 7169 + 7269 ], "nodes": [ - 7163 + 7263 ], "__typename": [ 85 @@ -163597,13 +165132,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 7166 + 7266 ], "bool_or": [ - 7167 + 7267 ], "count": [ - 7168 + 7268 ], "__typename": [ 85 @@ -163611,13 +165146,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 7181 + 7281 ], "distinct": [ 6 ], "filter": [ - 7172 + 7272 ], "predicate": [ 7 @@ -163628,13 +165163,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 7182 + 7282 ], "distinct": [ 6 ], "filter": [ - 7172 + 7272 ], "predicate": [ 7 @@ -163645,13 +165180,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 7180 + 7280 ], "distinct": [ 6 ], "filter": [ - 7172 + 7272 ], "predicate": [ 42 @@ -163665,7 +165200,7 @@ export default { 41, { "columns": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "distinct": [ @@ -163674,10 +165209,10 @@ export default { } ], "max": [ - 7174 + 7274 ], "min": [ - 7176 + 7276 ], "__typename": [ 85 @@ -163685,13 +165220,13 @@ export default { }, "v_pool_maps_aggregate_order_by": { "count": [ - 3601 + 3647 ], "max": [ - 7175 + 7275 ], "min": [ - 7177 + 7277 ], "__typename": [ 85 @@ -163699,7 +165234,7 @@ export default { }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 7173 + 7273 ], "__typename": [ 85 @@ -163707,28 +165242,28 @@ export default { }, "v_pool_maps_bool_exp": { "_and": [ - 7172 + 7272 ], "_not": [ - 7172 + 7272 ], "_or": [ - 7172 + 7272 ], "active_pool": [ 7 ], "id": [ - 6505 + 6605 ], "label": [ 87 ], "map_pool": [ - 2861 + 2907 ], "map_pool_id": [ - 6505 + 6605 ], "name": [ 87 @@ -163754,16 +165289,16 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "map_pool": [ - 2867 + 2913 ], "map_pool_id": [ - 6503 + 6603 ], "name": [ 85 @@ -163786,13 +165321,13 @@ export default { }, "v_pool_maps_max_fields": { "id": [ - 6503 + 6603 ], "label": [ 85 ], "map_pool_id": [ - 6503 + 6603 ], "name": [ 85 @@ -163815,28 +165350,28 @@ export default { }, "v_pool_maps_max_order_by": { "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "patch": [ - 3601 + 3647 ], "poster": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -163844,13 +165379,13 @@ export default { }, "v_pool_maps_min_fields": { "id": [ - 6503 + 6603 ], "label": [ 85 ], "map_pool_id": [ - 6503 + 6603 ], "name": [ 85 @@ -163873,28 +165408,28 @@ export default { }, "v_pool_maps_min_order_by": { "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "map_pool_id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "patch": [ - 3601 + 3647 ], "poster": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -163905,7 +165440,7 @@ export default { 41 ], "returning": [ - 7163 + 7263 ], "__typename": [ 85 @@ -163913,34 +165448,34 @@ export default { }, "v_pool_maps_order_by": { "active_pool": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "label": [ - 3601 + 3647 ], "map_pool": [ - 2869 + 2915 ], "map_pool_id": [ - 3601 + 3647 ], "name": [ - 3601 + 3647 ], "patch": [ - 3601 + 3647 ], "poster": [ - 3601 + 3647 ], "type": [ - 3601 + 3647 ], "workshop_map_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -163954,13 +165489,13 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "map_pool_id": [ - 6503 + 6603 ], "name": [ 85 @@ -163983,7 +165518,7 @@ export default { }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 7185 + 7285 ], "ordering": [ 394 @@ -163997,13 +165532,13 @@ export default { 6 ], "id": [ - 6503 + 6603 ], "label": [ 85 ], "map_pool_id": [ - 6503 + 6603 ], "name": [ 85 @@ -164026,10 +165561,10 @@ export default { }, "v_pool_maps_updates": { "_set": [ - 7183 + 7283 ], "where": [ - 7172 + 7272 ], "__typename": [ 85 @@ -164054,10 +165589,10 @@ export default { }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 7189 + 7289 ], "nodes": [ - 7187 + 7287 ], "__typename": [ 85 @@ -164065,13 +165600,13 @@ export default { }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 7190 + 7290 ], "count": [ 41, { "columns": [ - 7195, + 7295, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ @@ -164080,31 +165615,31 @@ export default { } ], "max": [ - 7192 + 7292 ], "min": [ - 7193 + 7293 ], "stddev": [ - 7196 + 7296 ], "stddev_pop": [ - 7197 + 7297 ], "stddev_samp": [ - 7198 + 7298 ], "sum": [ - 7201 + 7301 ], "var_pop": [ - 7202 + 7302 ], "var_samp": [ - 7203 + 7303 ], "variance": [ - 7204 + 7304 ], "__typename": [ 85 @@ -164129,13 +165664,13 @@ export default { }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 7191 + 7291 ], "_not": [ - 7191 + 7291 ], "_or": [ - 7191 + 7291 ], "busy_accounts": [ 42 @@ -164189,16 +165724,16 @@ export default { }, "v_steam_account_pool_status_order_by": { "busy_accounts": [ - 3601 + 3647 ], "free_accounts": [ - 3601 + 3647 ], "id": [ - 3601 + 3647 ], "total_accounts": [ - 3601 + 3647 ], "__typename": [ 85 @@ -164258,7 +165793,7 @@ export default { }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 7200 + 7300 ], "ordering": [ 394 @@ -164363,7 +165898,7 @@ export default { 41 ], "avg_faceit_level": [ - 2046 + 2092 ], "avg_premier": [ 41 @@ -164381,10 +165916,10 @@ export default { 311 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -164392,10 +165927,10 @@ export default { }, "v_team_ranks_aggregate": { "aggregate": [ - 7207 + 7307 ], "nodes": [ - 7205 + 7305 ], "__typename": [ 85 @@ -164403,13 +165938,13 @@ export default { }, "v_team_ranks_aggregate_fields": { "avg": [ - 7208 + 7308 ], "count": [ 41, { "columns": [ - 7215, + 7315, "[v_team_ranks_select_column!]" ], "distinct": [ @@ -164418,31 +165953,31 @@ export default { } ], "max": [ - 7211 + 7311 ], "min": [ - 7212 + 7312 ], "stddev": [ - 7216 + 7316 ], "stddev_pop": [ - 7217 + 7317 ], "stddev_samp": [ - 7218 + 7318 ], "sum": [ - 7221 + 7321 ], "var_pop": [ - 7222 + 7322 ], "var_samp": [ - 7223 + 7323 ], "variance": [ - 7224 + 7324 ], "__typename": [ 85 @@ -164482,13 +166017,13 @@ export default { }, "v_team_ranks_bool_exp": { "_and": [ - 7209 + 7309 ], "_not": [ - 7209 + 7309 ], "_or": [ - 7209 + 7309 ], "avg_duel_elo": [ 42 @@ -164500,7 +166035,7 @@ export default { 42 ], "avg_faceit_level": [ - 2047 + 2093 ], "avg_premier": [ 42 @@ -164518,10 +166053,10 @@ export default { 313 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -164538,7 +166073,7 @@ export default { 41 ], "avg_faceit_level": [ - 2046 + 2092 ], "avg_premier": [ 41 @@ -164556,10 +166091,10 @@ export default { 311 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -164576,7 +166111,7 @@ export default { 41 ], "avg_faceit_level": [ - 2046 + 2092 ], "avg_premier": [ 41 @@ -164594,7 +166129,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -164611,7 +166146,7 @@ export default { 41 ], "avg_faceit_level": [ - 2046 + 2092 ], "avg_premier": [ 41 @@ -164629,7 +166164,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -164637,7 +166172,7 @@ export default { }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 7210 + 7310 ], "__typename": [ 85 @@ -164645,37 +166180,37 @@ export default { }, "v_team_ranks_order_by": { "avg_duel_elo": [ - 3601 + 3647 ], "avg_elo": [ - 3601 + 3647 ], "avg_faceit_elo": [ - 3601 + 3647 ], "avg_faceit_level": [ - 3601 + 3647 ], "avg_premier": [ - 3601 + 3647 ], "avg_wingman_elo": [ - 3601 + 3647 ], "max_elo": [ - 3601 + 3647 ], "min_elo": [ - 3601 + 3647 ], "roster_size": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -164780,7 +166315,7 @@ export default { }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 7220 + 7320 ], "ordering": [ 394 @@ -164800,7 +166335,7 @@ export default { 41 ], "avg_faceit_level": [ - 2046 + 2092 ], "avg_premier": [ 41 @@ -164818,7 +166353,7 @@ export default { 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -164835,7 +166370,7 @@ export default { 41 ], "avg_faceit_level": [ - 2046 + 2092 ], "avg_premier": [ 41 @@ -164960,16 +166495,16 @@ export default { 311 ], "reliability_pct": [ - 3599 + 3645 ], "scrims_completed": [ 311 ], "team": [ - 5147 + 5193 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -164977,10 +166512,10 @@ export default { }, "v_team_reputation_aggregate": { "aggregate": [ - 7227 + 7327 ], "nodes": [ - 7225 + 7325 ], "__typename": [ 85 @@ -164988,13 +166523,13 @@ export default { }, "v_team_reputation_aggregate_fields": { "avg": [ - 7228 + 7328 ], "count": [ 41, { "columns": [ - 7235, + 7335, "[v_team_reputation_select_column!]" ], "distinct": [ @@ -165003,31 +166538,31 @@ export default { } ], "max": [ - 7231 + 7331 ], "min": [ - 7232 + 7332 ], "stddev": [ - 7236 + 7336 ], "stddev_pop": [ - 7237 + 7337 ], "stddev_samp": [ - 7238 + 7338 ], "sum": [ - 7241 + 7341 ], "var_pop": [ - 7242 + 7342 ], "var_samp": [ - 7243 + 7343 ], "variance": [ - 7244 + 7344 ], "__typename": [ 85 @@ -165052,13 +166587,13 @@ export default { }, "v_team_reputation_bool_exp": { "_and": [ - 7229 + 7329 ], "_not": [ - 7229 + 7329 ], "_or": [ - 7229 + 7329 ], "late_cancels": [ 313 @@ -165067,16 +166602,16 @@ export default { 313 ], "reliability_pct": [ - 3600 + 3646 ], "scrims_completed": [ 313 ], "team": [ - 5158 + 5204 ], "team_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -165090,16 +166625,16 @@ export default { 311 ], "reliability_pct": [ - 3599 + 3645 ], "scrims_completed": [ 311 ], "team": [ - 5167 + 5213 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -165113,13 +166648,13 @@ export default { 311 ], "reliability_pct": [ - 3599 + 3645 ], "scrims_completed": [ 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -165133,13 +166668,13 @@ export default { 311 ], "reliability_pct": [ - 3599 + 3645 ], "scrims_completed": [ 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -165147,7 +166682,7 @@ export default { }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 7230 + 7330 ], "__typename": [ 85 @@ -165155,22 +166690,22 @@ export default { }, "v_team_reputation_order_by": { "late_cancels": [ - 3601 + 3647 ], "no_shows": [ - 3601 + 3647 ], "reliability_pct": [ - 3601 + 3647 ], "scrims_completed": [ - 3601 + 3647 ], "team": [ - 5169 + 5215 ], "team_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -165230,7 +166765,7 @@ export default { }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 7240 + 7340 ], "ordering": [ 394 @@ -165247,13 +166782,13 @@ export default { 311 ], "reliability_pct": [ - 3599 + 3645 ], "scrims_completed": [ 311 ], "team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -165267,7 +166802,7 @@ export default { 311 ], "reliability_pct": [ - 3599 + 3645 ], "scrims_completed": [ 311 @@ -165365,13 +166900,13 @@ export default { 41 ], "stage": [ - 5548 + 5648 ], "team": [ - 5681 + 5781 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -165380,10 +166915,10 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -165394,10 +166929,10 @@ export default { }, "v_team_stage_results_aggregate": { "aggregate": [ - 7259 + 7359 ], "nodes": [ - 7245 + 7345 ], "__typename": [ 85 @@ -165405,31 +166940,31 @@ export default { }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 7248 + 7348 ], "corr": [ - 7249 + 7349 ], "count": [ - 7251 + 7351 ], "covar_samp": [ - 7252 + 7352 ], "max": [ - 7254 + 7354 ], "min": [ - 7255 + 7355 ], "stddev_samp": [ - 7256 + 7356 ], "sum": [ - 7257 + 7357 ], "var_samp": [ - 7258 + 7358 ], "__typename": [ 85 @@ -165437,16 +166972,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 7278 + 7378 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165454,16 +166989,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 7250 + 7350 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165471,10 +167006,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 7279 + 7379 ], "Y": [ - 7279 + 7379 ], "__typename": [ 85 @@ -165482,13 +167017,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 7277 + 7377 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ 42 @@ -165499,16 +167034,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 7253 + 7353 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165516,10 +167051,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7280 + 7380 ], "Y": [ - 7280 + 7380 ], "__typename": [ 85 @@ -165527,16 +167062,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 7281 + 7381 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165544,16 +167079,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 7282 + 7382 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165561,16 +167096,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7283 + 7383 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165578,16 +167113,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 7284 + 7384 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165595,16 +167130,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 7285 + 7385 ], "distinct": [ 6 ], "filter": [ - 7264 + 7364 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -165612,13 +167147,13 @@ export default { }, "v_team_stage_results_aggregate_fields": { "avg": [ - 7262 + 7362 ], "count": [ 41, { "columns": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "distinct": [ @@ -165627,31 +167162,31 @@ export default { } ], "max": [ - 7268 + 7368 ], "min": [ - 7270 + 7370 ], "stddev": [ - 7287 + 7387 ], "stddev_pop": [ - 7289 + 7389 ], "stddev_samp": [ - 7291 + 7391 ], "sum": [ - 7295 + 7395 ], "var_pop": [ - 7299 + 7399 ], "var_samp": [ - 7301 + 7401 ], "variance": [ - 7303 + 7403 ], "__typename": [ 85 @@ -165659,37 +167194,37 @@ export default { }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 7263 + 7363 ], "count": [ - 3601 + 3647 ], "max": [ - 7269 + 7369 ], "min": [ - 7271 + 7371 ], "stddev": [ - 7288 + 7388 ], "stddev_pop": [ - 7290 + 7390 ], "stddev_samp": [ - 7292 + 7392 ], "sum": [ - 7296 + 7396 ], "var_pop": [ - 7300 + 7400 ], "var_samp": [ - 7302 + 7402 ], "variance": [ - 7304 + 7404 ], "__typename": [ 85 @@ -165697,10 +167232,10 @@ export default { }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 7267 + 7367 ], "on_conflict": [ - 7274 + 7374 ], "__typename": [ 85 @@ -165761,52 +167296,52 @@ export default { }, "v_team_stage_results_avg_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -165814,13 +167349,13 @@ export default { }, "v_team_stage_results_bool_exp": { "_and": [ - 7264 + 7364 ], "_not": [ - 7264 + 7364 ], "_or": [ - 7264 + 7364 ], "group_number": [ 42 @@ -165859,13 +167394,13 @@ export default { 42 ], "stage": [ - 5560 + 5660 ], "team": [ - 5692 + 5792 ], "team_kdr": [ - 2047 + 2093 ], "total_deaths": [ 42 @@ -165874,10 +167409,10 @@ export default { 42 ], "tournament_stage_id": [ - 6505 + 6605 ], "tournament_team_id": [ - 6505 + 6605 ], "wins": [ 42 @@ -165925,7 +167460,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -165978,13 +167513,13 @@ export default { 41 ], "stage": [ - 5572 + 5672 ], "team": [ - 5701 + 5801 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -165993,10 +167528,10 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -166043,7 +167578,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -166052,10 +167587,10 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -166066,58 +167601,58 @@ export default { }, "v_team_stage_results_max_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166161,7 +167696,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -166170,10 +167705,10 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -166184,58 +167719,58 @@ export default { }, "v_team_stage_results_min_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166246,7 +167781,7 @@ export default { 41 ], "returning": [ - 7245 + 7345 ], "__typename": [ 85 @@ -166254,10 +167789,10 @@ export default { }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 7267 + 7367 ], "on_conflict": [ - 7274 + 7374 ], "__typename": [ 85 @@ -166265,13 +167800,13 @@ export default { }, "v_team_stage_results_on_conflict": { "constraint": [ - 7265 + 7365 ], "update_columns": [ - 7297 + 7397 ], "where": [ - 7264 + 7364 ], "__typename": [ 85 @@ -166279,64 +167814,64 @@ export default { }, "v_team_stage_results_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "stage": [ - 5574 + 5674 ], "team": [ - 5703 + 5803 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "tournament_stage_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166344,10 +167879,10 @@ export default { }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -166400,7 +167935,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -166409,10 +167944,10 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -166476,52 +168011,52 @@ export default { }, "v_team_stage_results_stddev_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166582,52 +168117,52 @@ export default { }, "v_team_stage_results_stddev_pop_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166688,52 +168223,52 @@ export default { }, "v_team_stage_results_stddev_samp_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166741,7 +168276,7 @@ export default { }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 7294 + 7394 ], "ordering": [ 394 @@ -166788,7 +168323,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -166797,10 +168332,10 @@ export default { 41 ], "tournament_stage_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -166847,7 +168382,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -166864,52 +168399,52 @@ export default { }, "v_team_stage_results_sum_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -166918,13 +168453,13 @@ export default { "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 7266 + 7366 ], "_set": [ - 7286 + 7386 ], "where": [ - 7264 + 7364 ], "__typename": [ 85 @@ -166985,52 +168520,52 @@ export default { }, "v_team_stage_results_var_pop_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -167091,52 +168626,52 @@ export default { }, "v_team_stage_results_var_samp_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -167197,52 +168732,52 @@ export default { }, "v_team_stage_results_variance_order_by": { "group_number": [ - 3601 + 3647 ], "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "placement": [ - 3601 + 3647 ], "rank": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -167277,10 +168812,10 @@ export default { 41 ], "team": [ - 5681 + 5781 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -167289,13 +168824,13 @@ export default { 41 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -167306,10 +168841,10 @@ export default { }, "v_team_tournament_results_aggregate": { "aggregate": [ - 7319 + 7419 ], "nodes": [ - 7305 + 7405 ], "__typename": [ 85 @@ -167317,31 +168852,31 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 7308 + 7408 ], "corr": [ - 7309 + 7409 ], "count": [ - 7311 + 7411 ], "covar_samp": [ - 7312 + 7412 ], "max": [ - 7314 + 7414 ], "min": [ - 7315 + 7415 ], "stddev_samp": [ - 7316 + 7416 ], "sum": [ - 7317 + 7417 ], "var_samp": [ - 7318 + 7418 ], "__typename": [ 85 @@ -167349,16 +168884,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 7332 + 7432 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167366,16 +168901,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 7310 + 7410 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167383,10 +168918,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 7333 + 7433 ], "Y": [ - 7333 + 7433 ], "__typename": [ 85 @@ -167394,13 +168929,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 7331 + 7431 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ 42 @@ -167411,16 +168946,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 7313 + 7413 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167428,10 +168963,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7334 + 7434 ], "Y": [ - 7334 + 7434 ], "__typename": [ 85 @@ -167439,16 +168974,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 7335 + 7435 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167456,16 +168991,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 7336 + 7436 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167473,16 +169008,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7337 + 7437 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167490,16 +169025,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 7338 + 7438 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167507,16 +169042,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 7339 + 7439 ], "distinct": [ 6 ], "filter": [ - 7324 + 7424 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -167524,13 +169059,13 @@ export default { }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 7322 + 7422 ], "count": [ 41, { "columns": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "distinct": [ @@ -167539,31 +169074,31 @@ export default { } ], "max": [ - 7326 + 7426 ], "min": [ - 7328 + 7428 ], "stddev": [ - 7340 + 7440 ], "stddev_pop": [ - 7342 + 7442 ], "stddev_samp": [ - 7344 + 7444 ], "sum": [ - 7348 + 7448 ], "var_pop": [ - 7350 + 7450 ], "var_samp": [ - 7352 + 7452 ], "variance": [ - 7354 + 7454 ], "__typename": [ 85 @@ -167571,37 +169106,37 @@ export default { }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 7323 + 7423 ], "count": [ - 3601 + 3647 ], "max": [ - 7327 + 7427 ], "min": [ - 7329 + 7429 ], "stddev": [ - 7341 + 7441 ], "stddev_pop": [ - 7343 + 7443 ], "stddev_samp": [ - 7345 + 7445 ], "sum": [ - 7349 + 7449 ], "var_pop": [ - 7351 + 7451 ], "var_samp": [ - 7353 + 7453 ], "variance": [ - 7355 + 7455 ], "__typename": [ 85 @@ -167609,7 +169144,7 @@ export default { }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 7325 + 7425 ], "__typename": [ 85 @@ -167661,43 +169196,43 @@ export default { }, "v_team_tournament_results_avg_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -167705,13 +169240,13 @@ export default { }, "v_team_tournament_results_bool_exp": { "_and": [ - 7324 + 7424 ], "_not": [ - 7324 + 7424 ], "_or": [ - 7324 + 7424 ], "head_to_head_match_wins": [ 42 @@ -167741,10 +169276,10 @@ export default { 42 ], "team": [ - 5692 + 5792 ], "team_kdr": [ - 2047 + 2093 ], "total_deaths": [ 42 @@ -167753,13 +169288,13 @@ export default { 42 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "tournament_team_id": [ - 6505 + 6605 ], "wins": [ 42 @@ -167797,10 +169332,10 @@ export default { 41 ], "team": [ - 5701 + 5801 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -167809,13 +169344,13 @@ export default { 41 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -167853,7 +169388,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -167862,10 +169397,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -167876,49 +169411,49 @@ export default { }, "v_team_tournament_results_max_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -167953,7 +169488,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -167962,10 +169497,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -167976,49 +169511,49 @@ export default { }, "v_team_tournament_results_min_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168026,55 +169561,55 @@ export default { }, "v_team_tournament_results_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team": [ - 5703 + 5803 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "tournament_team_id": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168135,43 +169670,43 @@ export default { }, "v_team_tournament_results_stddev_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168223,43 +169758,43 @@ export default { }, "v_team_tournament_results_stddev_pop_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168311,43 +169846,43 @@ export default { }, "v_team_tournament_results_stddev_samp_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168355,7 +169890,7 @@ export default { }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 7347 + 7447 ], "ordering": [ 394 @@ -168393,7 +169928,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -168402,10 +169937,10 @@ export default { 41 ], "tournament_id": [ - 6503 + 6603 ], "tournament_team_id": [ - 6503 + 6603 ], "wins": [ 41 @@ -168443,7 +169978,7 @@ export default { 41 ], "team_kdr": [ - 2046 + 2092 ], "total_deaths": [ 41 @@ -168460,43 +169995,43 @@ export default { }, "v_team_tournament_results_sum_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168548,43 +170083,43 @@ export default { }, "v_team_tournament_results_var_pop_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168636,43 +170171,43 @@ export default { }, "v_team_tournament_results_var_samp_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168724,43 +170259,43 @@ export default { }, "v_team_tournament_results_variance_order_by": { "head_to_head_match_wins": [ - 3601 + 3647 ], "head_to_head_rounds_won": [ - 3601 + 3647 ], "losses": [ - 3601 + 3647 ], "maps_lost": [ - 3601 + 3647 ], "maps_won": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "matches_remaining": [ - 3601 + 3647 ], "rounds_lost": [ - 3601 + 3647 ], "rounds_won": [ - 3601 + 3647 ], "team_kdr": [ - 3601 + 3647 ], "total_deaths": [ - 3601 + 3647 ], "total_kills": [ - 3601 + 3647 ], "wins": [ - 3601 + 3647 ], "__typename": [ 85 @@ -168774,13 +170309,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -168789,16 +170324,16 @@ export default { 41 ], "player": [ - 4559 + 4605 ], "player_steam_id": [ 311 ], "tournament": [ - 5727 + 5827 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -168806,10 +170341,10 @@ export default { }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 7370 + 7470 ], "nodes": [ - 7356 + 7456 ], "__typename": [ 85 @@ -168817,31 +170352,31 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 7359 + 7459 ], "corr": [ - 7360 + 7460 ], "count": [ - 7362 + 7462 ], "covar_samp": [ - 7363 + 7463 ], "max": [ - 7365 + 7465 ], "min": [ - 7366 + 7466 ], "stddev_samp": [ - 7367 + 7467 ], "sum": [ - 7368 + 7468 ], "var_samp": [ - 7369 + 7469 ], "__typename": [ 85 @@ -168849,16 +170384,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 7383 + 7483 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -168866,16 +170401,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 7361 + 7461 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -168883,10 +170418,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 7384 + 7484 ], "Y": [ - 7384 + 7484 ], "__typename": [ 85 @@ -168894,13 +170429,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 7382 + 7482 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ 42 @@ -168911,16 +170446,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 7364 + 7464 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -168928,10 +170463,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7385 + 7485 ], "Y": [ - 7385 + 7485 ], "__typename": [ 85 @@ -168939,16 +170474,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 7386 + 7486 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -168956,16 +170491,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 7387 + 7487 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -168973,16 +170508,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7388 + 7488 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -168990,16 +170525,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 7389 + 7489 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -169007,16 +170542,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 7390 + 7490 ], "distinct": [ 6 ], "filter": [ - 7375 + 7475 ], "predicate": [ - 2047 + 2093 ], "__typename": [ 85 @@ -169024,13 +170559,13 @@ export default { }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 7373 + 7473 ], "count": [ 41, { "columns": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "distinct": [ @@ -169039,31 +170574,31 @@ export default { } ], "max": [ - 7377 + 7477 ], "min": [ - 7379 + 7479 ], "stddev": [ - 7391 + 7491 ], "stddev_pop": [ - 7393 + 7493 ], "stddev_samp": [ - 7395 + 7495 ], "sum": [ - 7399 + 7499 ], "var_pop": [ - 7401 + 7501 ], "var_samp": [ - 7403 + 7503 ], "variance": [ - 7405 + 7505 ], "__typename": [ 85 @@ -169071,37 +170606,37 @@ export default { }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 7374 + 7474 ], "count": [ - 3601 + 3647 ], "max": [ - 7378 + 7478 ], "min": [ - 7380 + 7480 ], "stddev": [ - 7392 + 7492 ], "stddev_pop": [ - 7394 + 7494 ], "stddev_samp": [ - 7396 + 7496 ], "sum": [ - 7400 + 7500 ], "var_pop": [ - 7402 + 7502 ], "var_samp": [ - 7404 + 7504 ], "variance": [ - 7406 + 7506 ], "__typename": [ 85 @@ -169109,7 +170644,7 @@ export default { }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 7376 + 7476 ], "__typename": [ 85 @@ -169146,28 +170681,28 @@ export default { }, "v_tournament_player_stats_avg_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169175,13 +170710,13 @@ export default { }, "v_tournament_player_stats_bool_exp": { "_and": [ - 7375 + 7475 ], "_not": [ - 7375 + 7475 ], "_or": [ - 7375 + 7475 ], "assists": [ 42 @@ -169190,13 +170725,13 @@ export default { 42 ], "headshot_percentage": [ - 2047 + 2093 ], "headshots": [ 42 ], "kdr": [ - 2047 + 2093 ], "kills": [ 42 @@ -169205,16 +170740,16 @@ export default { 42 ], "player": [ - 4563 + 4609 ], "player_steam_id": [ 313 ], "tournament": [ - 5748 + 5848 ], "tournament_id": [ - 6505 + 6605 ], "__typename": [ 85 @@ -169228,13 +170763,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -169243,16 +170778,16 @@ export default { 41 ], "player": [ - 4570 + 4616 ], "player_steam_id": [ 311 ], "tournament": [ - 5757 + 5857 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -169266,13 +170801,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -169284,7 +170819,7 @@ export default { 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -169292,31 +170827,31 @@ export default { }, "v_tournament_player_stats_max_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169330,13 +170865,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -169348,7 +170883,7 @@ export default { 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -169356,31 +170891,31 @@ export default { }, "v_tournament_player_stats_min_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169388,37 +170923,37 @@ export default { }, "v_tournament_player_stats_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player": [ - 4572 + 4618 ], "player_steam_id": [ - 3601 + 3647 ], "tournament": [ - 5759 + 5859 ], "tournament_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169464,28 +170999,28 @@ export default { }, "v_tournament_player_stats_stddev_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169522,28 +171057,28 @@ export default { }, "v_tournament_player_stats_stddev_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169580,28 +171115,28 @@ export default { }, "v_tournament_player_stats_stddev_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169609,7 +171144,7 @@ export default { }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 7398 + 7498 ], "ordering": [ 394 @@ -169626,13 +171161,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -169644,7 +171179,7 @@ export default { 311 ], "tournament_id": [ - 6503 + 6603 ], "__typename": [ 85 @@ -169658,13 +171193,13 @@ export default { 41 ], "headshot_percentage": [ - 2046 + 2092 ], "headshots": [ 41 ], "kdr": [ - 2046 + 2092 ], "kills": [ 41 @@ -169681,28 +171216,28 @@ export default { }, "v_tournament_player_stats_sum_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169739,28 +171274,28 @@ export default { }, "v_tournament_player_stats_var_pop_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169797,28 +171332,28 @@ export default { }, "v_tournament_player_stats_var_samp_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169855,28 +171390,28 @@ export default { }, "v_tournament_player_stats_variance_order_by": { "assists": [ - 3601 + 3647 ], "deaths": [ - 3601 + 3647 ], "headshot_percentage": [ - 3601 + 3647 ], "headshots": [ - 3601 + 3647 ], "kdr": [ - 3601 + 3647 ], "kills": [ - 3601 + 3647 ], "matches_played": [ - 3601 + 3647 ], "player_steam_id": [ - 3601 + 3647 ], "__typename": [ 85 @@ -169931,11 +171466,11 @@ export default { 154, { "map_id": [ - 6503, + 6603, "uuid!" ], "map_pool_id": [ - 6503, + 6603, "uuid!" ] } @@ -169988,7 +171523,7 @@ export default { 173, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170001,7 +171536,7 @@ export default { "[UtilitySightlinePairInput!]!" ], "playbook_id": [ - 6503, + 6603, "uuid!" ] } @@ -170054,7 +171589,7 @@ export default { 214, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170107,7 +171642,7 @@ export default { 242, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170160,7 +171695,7 @@ export default { 283, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170226,7 +171761,7 @@ export default { 125, { "lineup_id": [ - 6503, + 6603, "uuid!" ], "pairs": [ @@ -170239,7 +171774,7 @@ export default { 143, { "lineup_id": [ - 6503, + 6603, "uuid!" ], "pairs": [ @@ -170299,7 +171834,7 @@ export default { 343, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170352,7 +171887,7 @@ export default { 395, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170408,7 +171943,7 @@ export default { 427, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170518,7 +172053,7 @@ export default { 481, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170571,7 +172106,7 @@ export default { 508, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -170624,7 +172159,7 @@ export default { 553, { "draft_game_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -170681,7 +172216,7 @@ export default { 598, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -172488,12 +174023,12 @@ export default { ] } ], - "e_sanction_types": [ + "e_sanction_scopes": [ 1340, { "distinct_on": [ - 1355, - "[e_sanction_types_select_column!]" + 1353, + "[e_sanction_scopes_select_column!]" ], "limit": [ 41 @@ -172502,19 +174037,125 @@ export default { 41 ], "order_by": [ + 1351, + "[e_sanction_scopes_order_by!]" + ], + "where": [ + 1343 + ] + } + ], + "e_sanction_scopes_aggregate": [ + 1341, + { + "distinct_on": [ 1353, - "[e_sanction_types_order_by!]" + "[e_sanction_scopes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1351, + "[e_sanction_scopes_order_by!]" ], "where": [ 1343 ] } ], + "e_sanction_scopes_by_pk": [ + 1340, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_sanction_sources": [ + 1359, + { + "distinct_on": [ + 1373, + "[e_sanction_sources_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1371, + "[e_sanction_sources_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "e_sanction_sources_aggregate": [ + 1360, + { + "distinct_on": [ + 1373, + "[e_sanction_sources_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1371, + "[e_sanction_sources_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "e_sanction_sources_by_pk": [ + 1359, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_sanction_types": [ + 1386, + { + "distinct_on": [ + 1401, + "[e_sanction_types_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1399, + "[e_sanction_types_order_by!]" + ], + "where": [ + 1389 + ] + } + ], "e_sanction_types_aggregate": [ - 1341, + 1387, { "distinct_on": [ - 1355, + 1401, "[e_sanction_types_select_column!]" ], "limit": [ @@ -172524,16 +174165,16 @@ export default { 41 ], "order_by": [ - 1353, + 1399, "[e_sanction_types_order_by!]" ], "where": [ - 1343 + 1389 ] } ], "e_sanction_types_by_pk": [ - 1340, + 1386, { "value": [ 85, @@ -172542,10 +174183,10 @@ export default { } ], "e_scrim_request_statuses": [ - 1361, + 1407, { "distinct_on": [ - 1375, + 1421, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -172555,19 +174196,19 @@ export default { 41 ], "order_by": [ - 1373, + 1419, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1364 + 1410 ] } ], "e_scrim_request_statuses_aggregate": [ - 1362, + 1408, { "distinct_on": [ - 1375, + 1421, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -172577,16 +174218,16 @@ export default { 41 ], "order_by": [ - 1373, + 1419, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1364 + 1410 ] } ], "e_scrim_request_statuses_by_pk": [ - 1361, + 1407, { "value": [ 85, @@ -172595,10 +174236,10 @@ export default { } ], "e_server_types": [ - 1381, + 1427, { "distinct_on": [ - 1395, + 1441, "[e_server_types_select_column!]" ], "limit": [ @@ -172608,19 +174249,19 @@ export default { 41 ], "order_by": [ - 1393, + 1439, "[e_server_types_order_by!]" ], "where": [ - 1384 + 1430 ] } ], "e_server_types_aggregate": [ - 1382, + 1428, { "distinct_on": [ - 1395, + 1441, "[e_server_types_select_column!]" ], "limit": [ @@ -172630,16 +174271,16 @@ export default { 41 ], "order_by": [ - 1393, + 1439, "[e_server_types_order_by!]" ], "where": [ - 1384 + 1430 ] } ], "e_server_types_by_pk": [ - 1381, + 1427, { "value": [ 85, @@ -172648,10 +174289,10 @@ export default { } ], "e_sides": [ - 1401, + 1447, { "distinct_on": [ - 1415, + 1461, "[e_sides_select_column!]" ], "limit": [ @@ -172661,19 +174302,19 @@ export default { 41 ], "order_by": [ - 1413, + 1459, "[e_sides_order_by!]" ], "where": [ - 1404 + 1450 ] } ], "e_sides_aggregate": [ - 1402, + 1448, { "distinct_on": [ - 1415, + 1461, "[e_sides_select_column!]" ], "limit": [ @@ -172683,16 +174324,16 @@ export default { 41 ], "order_by": [ - 1413, + 1459, "[e_sides_order_by!]" ], "where": [ - 1404 + 1450 ] } ], "e_sides_by_pk": [ - 1401, + 1447, { "value": [ 85, @@ -172701,10 +174342,10 @@ export default { } ], "e_system_alert_types": [ - 1421, + 1467, { "distinct_on": [ - 1435, + 1481, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -172714,19 +174355,19 @@ export default { 41 ], "order_by": [ - 1433, + 1479, "[e_system_alert_types_order_by!]" ], "where": [ - 1424 + 1470 ] } ], "e_system_alert_types_aggregate": [ - 1422, + 1468, { "distinct_on": [ - 1435, + 1481, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -172736,16 +174377,16 @@ export default { 41 ], "order_by": [ - 1433, + 1479, "[e_system_alert_types_order_by!]" ], "where": [ - 1424 + 1470 ] } ], "e_system_alert_types_by_pk": [ - 1421, + 1467, { "value": [ 85, @@ -172754,10 +174395,10 @@ export default { } ], "e_team_roles": [ - 1441, + 1487, { "distinct_on": [ - 1456, + 1502, "[e_team_roles_select_column!]" ], "limit": [ @@ -172767,19 +174408,19 @@ export default { 41 ], "order_by": [ - 1454, + 1500, "[e_team_roles_order_by!]" ], "where": [ - 1444 + 1490 ] } ], "e_team_roles_aggregate": [ - 1442, + 1488, { "distinct_on": [ - 1456, + 1502, "[e_team_roles_select_column!]" ], "limit": [ @@ -172789,16 +174430,16 @@ export default { 41 ], "order_by": [ - 1454, + 1500, "[e_team_roles_order_by!]" ], "where": [ - 1444 + 1490 ] } ], "e_team_roles_by_pk": [ - 1441, + 1487, { "value": [ 85, @@ -172807,10 +174448,10 @@ export default { } ], "e_team_roster_statuses": [ - 1462, + 1508, { "distinct_on": [ - 1476, + 1522, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -172820,19 +174461,19 @@ export default { 41 ], "order_by": [ - 1474, + 1520, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1465 + 1511 ] } ], "e_team_roster_statuses_aggregate": [ - 1463, + 1509, { "distinct_on": [ - 1476, + 1522, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -172842,16 +174483,16 @@ export default { 41 ], "order_by": [ - 1474, + 1520, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1465 + 1511 ] } ], "e_team_roster_statuses_by_pk": [ - 1462, + 1508, { "value": [ 85, @@ -172860,10 +174501,10 @@ export default { } ], "e_timeout_settings": [ - 1482, + 1528, { "distinct_on": [ - 1496, + 1542, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -172873,19 +174514,19 @@ export default { 41 ], "order_by": [ - 1494, + 1540, "[e_timeout_settings_order_by!]" ], "where": [ - 1485 + 1531 ] } ], "e_timeout_settings_aggregate": [ - 1483, + 1529, { "distinct_on": [ - 1496, + 1542, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -172895,16 +174536,16 @@ export default { 41 ], "order_by": [ - 1494, + 1540, "[e_timeout_settings_order_by!]" ], "where": [ - 1485 + 1531 ] } ], "e_timeout_settings_by_pk": [ - 1482, + 1528, { "value": [ 85, @@ -172913,10 +174554,10 @@ export default { } ], "e_tournament_categories": [ - 1502, + 1548, { "distinct_on": [ - 1517, + 1563, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -172926,19 +174567,19 @@ export default { 41 ], "order_by": [ - 1515, + 1561, "[e_tournament_categories_order_by!]" ], "where": [ - 1505 + 1551 ] } ], "e_tournament_categories_aggregate": [ - 1503, + 1549, { "distinct_on": [ - 1517, + 1563, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -172948,16 +174589,16 @@ export default { 41 ], "order_by": [ - 1515, + 1561, "[e_tournament_categories_order_by!]" ], "where": [ - 1505 + 1551 ] } ], "e_tournament_categories_by_pk": [ - 1502, + 1548, { "value": [ 85, @@ -172966,10 +174607,10 @@ export default { } ], "e_tournament_free_agent_statuses": [ - 1523, + 1569, { "distinct_on": [ - 1538, + 1584, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -172979,19 +174620,19 @@ export default { 41 ], "order_by": [ - 1536, + 1582, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1526 + 1572 ] } ], "e_tournament_free_agent_statuses_aggregate": [ - 1524, + 1570, { "distinct_on": [ - 1538, + 1584, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -173001,16 +174642,16 @@ export default { 41 ], "order_by": [ - 1536, + 1582, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1526 + 1572 ] } ], "e_tournament_free_agent_statuses_by_pk": [ - 1523, + 1569, { "value": [ 85, @@ -173019,10 +174660,10 @@ export default { } ], "e_tournament_registration_types": [ - 1544, + 1590, { "distinct_on": [ - 1558, + 1604, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -173032,19 +174673,19 @@ export default { 41 ], "order_by": [ - 1556, + 1602, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1547 + 1593 ] } ], "e_tournament_registration_types_aggregate": [ - 1545, + 1591, { "distinct_on": [ - 1558, + 1604, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -173054,16 +174695,16 @@ export default { 41 ], "order_by": [ - 1556, + 1602, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1547 + 1593 ] } ], "e_tournament_registration_types_by_pk": [ - 1544, + 1590, { "value": [ 85, @@ -173072,10 +174713,10 @@ export default { } ], "e_tournament_stage_types": [ - 1564, + 1610, { "distinct_on": [ - 1579, + 1625, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -173085,19 +174726,19 @@ export default { 41 ], "order_by": [ - 1577, + 1623, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1567 + 1613 ] } ], "e_tournament_stage_types_aggregate": [ - 1565, + 1611, { "distinct_on": [ - 1579, + 1625, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -173107,16 +174748,16 @@ export default { 41 ], "order_by": [ - 1577, + 1623, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1567 + 1613 ] } ], "e_tournament_stage_types_by_pk": [ - 1564, + 1610, { "value": [ 85, @@ -173125,10 +174766,10 @@ export default { } ], "e_tournament_status": [ - 1585, + 1631, { "distinct_on": [ - 1600, + 1646, "[e_tournament_status_select_column!]" ], "limit": [ @@ -173138,19 +174779,19 @@ export default { 41 ], "order_by": [ - 1598, + 1644, "[e_tournament_status_order_by!]" ], "where": [ - 1588 + 1634 ] } ], "e_tournament_status_aggregate": [ - 1586, + 1632, { "distinct_on": [ - 1600, + 1646, "[e_tournament_status_select_column!]" ], "limit": [ @@ -173160,16 +174801,16 @@ export default { 41 ], "order_by": [ - 1598, + 1644, "[e_tournament_status_order_by!]" ], "where": [ - 1588 + 1634 ] } ], "e_tournament_status_by_pk": [ - 1585, + 1631, { "value": [ 85, @@ -173178,10 +174819,10 @@ export default { } ], "e_utility_practice_access": [ - 1606, + 1652, { "distinct_on": [ - 1620, + 1666, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -173191,19 +174832,19 @@ export default { 41 ], "order_by": [ - 1618, + 1664, "[e_utility_practice_access_order_by!]" ], "where": [ - 1609 + 1655 ] } ], "e_utility_practice_access_aggregate": [ - 1607, + 1653, { "distinct_on": [ - 1620, + 1666, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -173213,16 +174854,16 @@ export default { 41 ], "order_by": [ - 1618, + 1664, "[e_utility_practice_access_order_by!]" ], "where": [ - 1609 + 1655 ] } ], "e_utility_practice_access_by_pk": [ - 1606, + 1652, { "value": [ 85, @@ -173231,10 +174872,10 @@ export default { } ], "e_utility_practice_statuses": [ - 1626, + 1672, { "distinct_on": [ - 1641, + 1687, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -173244,19 +174885,19 @@ export default { 41 ], "order_by": [ - 1639, + 1685, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1629 + 1675 ] } ], "e_utility_practice_statuses_aggregate": [ - 1627, + 1673, { "distinct_on": [ - 1641, + 1687, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -173266,16 +174907,16 @@ export default { 41 ], "order_by": [ - 1639, + 1685, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1629 + 1675 ] } ], "e_utility_practice_statuses_by_pk": [ - 1626, + 1672, { "value": [ 85, @@ -173284,10 +174925,10 @@ export default { } ], "e_utility_sources": [ - 1647, + 1693, { "distinct_on": [ - 1661, + 1707, "[e_utility_sources_select_column!]" ], "limit": [ @@ -173297,19 +174938,19 @@ export default { 41 ], "order_by": [ - 1659, + 1705, "[e_utility_sources_order_by!]" ], "where": [ - 1650 + 1696 ] } ], "e_utility_sources_aggregate": [ - 1648, + 1694, { "distinct_on": [ - 1661, + 1707, "[e_utility_sources_select_column!]" ], "limit": [ @@ -173319,16 +174960,16 @@ export default { 41 ], "order_by": [ - 1659, + 1705, "[e_utility_sources_order_by!]" ], "where": [ - 1650 + 1696 ] } ], "e_utility_sources_by_pk": [ - 1647, + 1693, { "value": [ 85, @@ -173337,10 +174978,10 @@ export default { } ], "e_utility_techniques": [ - 1667, + 1713, { "distinct_on": [ - 1681, + 1727, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -173350,19 +174991,19 @@ export default { 41 ], "order_by": [ - 1679, + 1725, "[e_utility_techniques_order_by!]" ], "where": [ - 1670 + 1716 ] } ], "e_utility_techniques_aggregate": [ - 1668, + 1714, { "distinct_on": [ - 1681, + 1727, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -173372,16 +175013,16 @@ export default { 41 ], "order_by": [ - 1679, + 1725, "[e_utility_techniques_order_by!]" ], "where": [ - 1670 + 1716 ] } ], "e_utility_techniques_by_pk": [ - 1667, + 1713, { "value": [ 85, @@ -173390,10 +175031,10 @@ export default { } ], "e_utility_throw_strengths": [ - 1687, + 1733, { "distinct_on": [ - 1701, + 1747, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -173403,19 +175044,19 @@ export default { 41 ], "order_by": [ - 1699, + 1745, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1690 + 1736 ] } ], "e_utility_throw_strengths_aggregate": [ - 1688, + 1734, { "distinct_on": [ - 1701, + 1747, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -173425,16 +175066,16 @@ export default { 41 ], "order_by": [ - 1699, + 1745, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1690 + 1736 ] } ], "e_utility_throw_strengths_by_pk": [ - 1687, + 1733, { "value": [ 85, @@ -173443,10 +175084,10 @@ export default { } ], "e_utility_types": [ - 1707, + 1753, { "distinct_on": [ - 1721, + 1767, "[e_utility_types_select_column!]" ], "limit": [ @@ -173456,19 +175097,19 @@ export default { 41 ], "order_by": [ - 1719, + 1765, "[e_utility_types_order_by!]" ], "where": [ - 1710 + 1756 ] } ], "e_utility_types_aggregate": [ - 1708, + 1754, { "distinct_on": [ - 1721, + 1767, "[e_utility_types_select_column!]" ], "limit": [ @@ -173478,16 +175119,16 @@ export default { 41 ], "order_by": [ - 1719, + 1765, "[e_utility_types_order_by!]" ], "where": [ - 1710 + 1756 ] } ], "e_utility_types_by_pk": [ - 1707, + 1753, { "value": [ 85, @@ -173496,10 +175137,10 @@ export default { } ], "e_utility_visibility": [ - 1727, + 1773, { "distinct_on": [ - 1741, + 1787, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -173509,19 +175150,19 @@ export default { 41 ], "order_by": [ - 1739, + 1785, "[e_utility_visibility_order_by!]" ], "where": [ - 1730 + 1776 ] } ], "e_utility_visibility_aggregate": [ - 1728, + 1774, { "distinct_on": [ - 1741, + 1787, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -173531,16 +175172,16 @@ export default { 41 ], "order_by": [ - 1739, + 1785, "[e_utility_visibility_order_by!]" ], "where": [ - 1730 + 1776 ] } ], "e_utility_visibility_by_pk": [ - 1727, + 1773, { "value": [ 85, @@ -173549,10 +175190,10 @@ export default { } ], "e_veto_pick_types": [ - 1747, + 1793, { "distinct_on": [ - 1761, + 1807, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -173562,19 +175203,19 @@ export default { 41 ], "order_by": [ - 1759, + 1805, "[e_veto_pick_types_order_by!]" ], "where": [ - 1750 + 1796 ] } ], "e_veto_pick_types_aggregate": [ - 1748, + 1794, { "distinct_on": [ - 1761, + 1807, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -173584,16 +175225,16 @@ export default { 41 ], "order_by": [ - 1759, + 1805, "[e_veto_pick_types_order_by!]" ], "where": [ - 1750 + 1796 ] } ], "e_veto_pick_types_by_pk": [ - 1747, + 1793, { "value": [ 85, @@ -173602,10 +175243,10 @@ export default { } ], "e_winning_reasons": [ - 1767, + 1813, { "distinct_on": [ - 1781, + 1827, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -173615,19 +175256,19 @@ export default { 41 ], "order_by": [ - 1779, + 1825, "[e_winning_reasons_order_by!]" ], "where": [ - 1770 + 1816 ] } ], "e_winning_reasons_aggregate": [ - 1768, + 1814, { "distinct_on": [ - 1781, + 1827, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -173637,16 +175278,16 @@ export default { 41 ], "order_by": [ - 1779, + 1825, "[e_winning_reasons_order_by!]" ], "where": [ - 1770 + 1816 ] } ], "e_winning_reasons_by_pk": [ - 1767, + 1813, { "value": [ 85, @@ -173655,10 +175296,10 @@ export default { } ], "event_match_links": [ - 1787, + 1833, { "distinct_on": [ - 1799, + 1845, "[event_match_links_select_column!]" ], "limit": [ @@ -173668,19 +175309,19 @@ export default { 41 ], "order_by": [ - 1797, + 1843, "[event_match_links_order_by!]" ], "where": [ - 1790 + 1836 ] } ], "event_match_links_aggregate": [ - 1788, + 1834, { "distinct_on": [ - 1799, + 1845, "[event_match_links_select_column!]" ], "limit": [ @@ -173690,32 +175331,32 @@ export default { 41 ], "order_by": [ - 1797, + 1843, "[event_match_links_order_by!]" ], "where": [ - 1790 + 1836 ] } ], "event_match_links_by_pk": [ - 1787, + 1833, { "event_id": [ - 6503, + 6603, "uuid!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } ], "event_media": [ - 1805, + 1851, { "distinct_on": [ - 1868, + 1914, "[event_media_select_column!]" ], "limit": [ @@ -173725,19 +175366,19 @@ export default { 41 ], "order_by": [ - 1825, + 1871, "[event_media_order_by!]" ], "where": [ - 1814 + 1860 ] } ], "event_media_aggregate": [ - 1806, + 1852, { "distinct_on": [ - 1868, + 1914, "[event_media_select_column!]" ], "limit": [ @@ -173747,28 +175388,28 @@ export default { 41 ], "order_by": [ - 1825, + 1871, "[event_media_order_by!]" ], "where": [ - 1814 + 1860 ] } ], "event_media_by_pk": [ - 1805, + 1851, { "id": [ - 6503, + 6603, "uuid!" ] } ], "event_media_players": [ - 1827, + 1873, { "distinct_on": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "limit": [ @@ -173778,19 +175419,19 @@ export default { 41 ], "order_by": [ - 1846, + 1892, "[event_media_players_order_by!]" ], "where": [ - 1836 + 1882 ] } ], "event_media_players_aggregate": [ - 1828, + 1874, { "distinct_on": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "limit": [ @@ -173800,19 +175441,19 @@ export default { 41 ], "order_by": [ - 1846, + 1892, "[event_media_players_order_by!]" ], "where": [ - 1836 + 1882 ] } ], "event_media_players_by_pk": [ - 1827, + 1873, { "media_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -173822,10 +175463,10 @@ export default { } ], "event_organizers": [ - 1888, + 1934, { "distinct_on": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "limit": [ @@ -173835,19 +175476,19 @@ export default { 41 ], "order_by": [ - 1907, + 1953, "[event_organizers_order_by!]" ], "where": [ - 1897 + 1943 ] } ], "event_organizers_aggregate": [ - 1889, + 1935, { "distinct_on": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "limit": [ @@ -173857,19 +175498,19 @@ export default { 41 ], "order_by": [ - 1907, + 1953, "[event_organizers_order_by!]" ], "where": [ - 1897 + 1943 ] } ], "event_organizers_by_pk": [ - 1888, + 1934, { "event_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -173879,10 +175520,10 @@ export default { } ], "event_players": [ - 1929, + 1975, { "distinct_on": [ - 1950, + 1996, "[event_players_select_column!]" ], "limit": [ @@ -173892,19 +175533,19 @@ export default { 41 ], "order_by": [ - 1948, + 1994, "[event_players_order_by!]" ], "where": [ - 1938 + 1984 ] } ], "event_players_aggregate": [ - 1930, + 1976, { "distinct_on": [ - 1950, + 1996, "[event_players_select_column!]" ], "limit": [ @@ -173914,19 +175555,19 @@ export default { 41 ], "order_by": [ - 1948, + 1994, "[event_players_order_by!]" ], "where": [ - 1938 + 1984 ] } ], "event_players_by_pk": [ - 1929, + 1975, { "event_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -173936,10 +175577,10 @@ export default { } ], "event_teams": [ - 1970, + 2016, { "distinct_on": [ - 1988, + 2034, "[event_teams_select_column!]" ], "limit": [ @@ -173949,19 +175590,19 @@ export default { 41 ], "order_by": [ - 1986, + 2032, "[event_teams_order_by!]" ], "where": [ - 1977 + 2023 ] } ], "event_teams_aggregate": [ - 1971, + 2017, { "distinct_on": [ - 1988, + 2034, "[event_teams_select_column!]" ], "limit": [ @@ -173971,32 +175612,32 @@ export default { 41 ], "order_by": [ - 1986, + 2032, "[event_teams_order_by!]" ], "where": [ - 1977 + 2023 ] } ], "event_teams_by_pk": [ - 1970, + 2016, { "event_id": [ - 6503, + 6603, "uuid!" ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "event_tournaments": [ - 1994, + 2040, { "distinct_on": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "limit": [ @@ -174006,19 +175647,19 @@ export default { 41 ], "order_by": [ - 2010, + 2056, "[event_tournaments_order_by!]" ], "where": [ - 2001 + 2047 ] } ], "event_tournaments_aggregate": [ - 1995, + 2041, { "distinct_on": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "limit": [ @@ -174028,32 +175669,32 @@ export default { 41 ], "order_by": [ - 2010, + 2056, "[event_tournaments_order_by!]" ], "where": [ - 2001 + 2047 ] } ], "event_tournaments_by_pk": [ - 1994, + 2040, { "event_id": [ - 6503, + 6603, "uuid!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "events": [ - 2018, + 2064, { "distinct_on": [ - 2033, + 2079, "[events_select_column!]" ], "limit": [ @@ -174063,19 +175704,19 @@ export default { 41 ], "order_by": [ - 2031, + 2077, "[events_order_by!]" ], "where": [ - 2022 + 2068 ] } ], "events_aggregate": [ - 2019, + 2065, { "distinct_on": [ - 2033, + 2079, "[events_select_column!]" ], "limit": [ @@ -174085,19 +175726,19 @@ export default { 41 ], "order_by": [ - 2031, + 2077, "[events_order_by!]" ], "where": [ - 2022 + 2068 ] } ], "events_by_pk": [ - 2018, + 2064, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -174142,10 +175783,10 @@ export default { } ], "friends": [ - 2048, + 2094, { "distinct_on": [ - 2062, + 2108, "[friends_select_column!]" ], "limit": [ @@ -174155,19 +175796,19 @@ export default { 41 ], "order_by": [ - 2060, + 2106, "[friends_order_by!]" ], "where": [ - 2052 + 2098 ] } ], "friends_aggregate": [ - 2049, + 2095, { "distinct_on": [ - 2062, + 2108, "[friends_select_column!]" ], "limit": [ @@ -174177,16 +175818,16 @@ export default { 41 ], "order_by": [ - 2060, + 2106, "[friends_order_by!]" ], "where": [ - 2052 + 2098 ] } ], "friends_by_pk": [ - 2048, + 2094, { "other_player_steam_id": [ 311, @@ -174199,10 +175840,10 @@ export default { } ], "game_mode_plugins": [ - 2075, + 2121, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -174212,19 +175853,19 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "game_mode_plugins_aggregate": [ - 2076, + 2122, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -174234,19 +175875,19 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "game_mode_plugins_by_pk": [ - 2075, + 2121, { "game_mode_id": [ - 6503, + 6603, "uuid!" ], "plugin_slug": [ @@ -174256,10 +175897,10 @@ export default { } ], "game_modes": [ - 2125, + 2171, { "distinct_on": [ - 2138, + 2184, "[game_modes_select_column!]" ], "limit": [ @@ -174269,19 +175910,19 @@ export default { 41 ], "order_by": [ - 2136, + 2182, "[game_modes_order_by!]" ], "where": [ - 2128 + 2174 ] } ], "game_modes_aggregate": [ - 2126, + 2172, { "distinct_on": [ - 2138, + 2184, "[game_modes_select_column!]" ], "limit": [ @@ -174291,28 +175932,28 @@ export default { 41 ], "order_by": [ - 2136, + 2182, "[game_modes_order_by!]" ], "where": [ - 2128 + 2174 ] } ], "game_modes_by_pk": [ - 2125, + 2171, { "id": [ - 6503, + 6603, "uuid!" ] } ], "game_plugin_installs": [ - 2144, + 2190, { "distinct_on": [ - 2156, + 2202, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -174322,19 +175963,19 @@ export default { 41 ], "order_by": [ - 2154, + 2200, "[game_plugin_installs_order_by!]" ], "where": [ - 2147 + 2193 ] } ], "game_plugin_installs_aggregate": [ - 2145, + 2191, { "distinct_on": [ - 2156, + 2202, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -174344,16 +175985,16 @@ export default { 41 ], "order_by": [ - 2154, + 2200, "[game_plugin_installs_order_by!]" ], "where": [ - 2147 + 2193 ] } ], "game_plugin_installs_by_pk": [ - 2144, + 2190, { "plugin_slug": [ 85, @@ -174362,10 +176003,10 @@ export default { } ], "game_plugin_versions": [ - 2162, + 2208, { "distinct_on": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -174375,19 +176016,19 @@ export default { 41 ], "order_by": [ - 2183, + 2229, "[game_plugin_versions_order_by!]" ], "where": [ - 2173 + 2219 ] } ], "game_plugin_versions_aggregate": [ - 2163, + 2209, { "distinct_on": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -174397,16 +176038,16 @@ export default { 41 ], "order_by": [ - 2183, + 2229, "[game_plugin_versions_order_by!]" ], "where": [ - 2173 + 2219 ] } ], "game_plugin_versions_by_pk": [ - 2162, + 2208, { "plugin_slug": [ 85, @@ -174423,10 +176064,10 @@ export default { } ], "game_plugins": [ - 2207, + 2253, { "distinct_on": [ - 2226, + 2272, "[game_plugins_select_column!]" ], "limit": [ @@ -174436,19 +176077,19 @@ export default { 41 ], "order_by": [ - 2223, + 2269, "[game_plugins_order_by!]" ], "where": [ - 2212 + 2258 ] } ], "game_plugins_aggregate": [ - 2208, + 2254, { "distinct_on": [ - 2226, + 2272, "[game_plugins_select_column!]" ], "limit": [ @@ -174458,16 +176099,16 @@ export default { 41 ], "order_by": [ - 2223, + 2269, "[game_plugins_order_by!]" ], "where": [ - 2212 + 2258 ] } ], "game_plugins_by_pk": [ - 2207, + 2253, { "slug": [ 85, @@ -174476,10 +176117,10 @@ export default { } ], "game_server_node_plugins": [ - 2239, + 2285, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -174489,19 +176130,19 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "game_server_node_plugins_aggregate": [ - 2240, + 2286, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -174511,28 +176152,28 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "game_server_node_plugins_by_pk": [ - 2239, + 2285, { "id": [ - 6503, + 6603, "uuid!" ] } ], "game_server_nodes": [ - 2267, + 2313, { "distinct_on": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "limit": [ @@ -174542,19 +176183,19 @@ export default { 41 ], "order_by": [ - 2293, + 2339, "[game_server_nodes_order_by!]" ], "where": [ - 2279 + 2325 ] } ], "game_server_nodes_aggregate": [ - 2268, + 2314, { "distinct_on": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "limit": [ @@ -174564,16 +176205,16 @@ export default { 41 ], "order_by": [ - 2293, + 2339, "[game_server_nodes_order_by!]" ], "where": [ - 2279 + 2325 ] } ], "game_server_nodes_by_pk": [ - 2267, + 2313, { "id": [ 85, @@ -174582,10 +176223,10 @@ export default { } ], "game_versions": [ - 2318, + 2364, { "distinct_on": [ - 2338, + 2384, "[game_versions_select_column!]" ], "limit": [ @@ -174595,19 +176236,19 @@ export default { 41 ], "order_by": [ - 2335, + 2381, "[game_versions_order_by!]" ], "where": [ - 2323 + 2369 ] } ], "game_versions_aggregate": [ - 2319, + 2365, { "distinct_on": [ - 2338, + 2384, "[game_versions_select_column!]" ], "limit": [ @@ -174617,16 +176258,16 @@ export default { 41 ], "order_by": [ - 2335, + 2381, "[game_versions_order_by!]" ], "where": [ - 2323 + 2369 ] } ], "game_versions_by_pk": [ - 2318, + 2364, { "build_id": [ 41, @@ -174635,10 +176276,10 @@ export default { } ], "gamedata_signature_validations": [ - 2351, + 2397, { "distinct_on": [ - 2370, + 2416, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -174648,19 +176289,19 @@ export default { 41 ], "order_by": [ - 2367, + 2413, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2356 + 2402 ] } ], "gamedata_signature_validations_aggregate": [ - 2352, + 2398, { "distinct_on": [ - 2370, + 2416, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -174670,19 +176311,19 @@ export default { 41 ], "order_by": [ - 2367, + 2413, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2356 + 2402 ] } ], "gamedata_signature_validations_by_pk": [ - 2351, + 2397, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -174718,7 +176359,7 @@ export default { 37, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "target_steam_id": [ @@ -174803,14 +176444,14 @@ export default { 110 ], "get_event_leaderboard": [ - 2395, + 2441, { "args": [ - 2383, + 2429, "get_event_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -174820,23 +176461,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_event_leaderboard_aggregate": [ - 2396, + 2442, { "args": [ - 2383, + 2429, "get_event_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -174846,23 +176487,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_leaderboard": [ - 2395, + 2441, { "args": [ - 2384, + 2430, "get_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -174872,23 +176513,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_leaderboard_aggregate": [ - 2396, + 2442, { "args": [ - 2384, + 2430, "get_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -174898,23 +176539,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_league_season_leaderboard": [ - 2395, + 2441, { "args": [ - 2385, + 2431, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -174924,23 +176565,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_league_season_leaderboard_aggregate": [ - 2396, + 2442, { "args": [ - 2385, + 2431, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -174950,23 +176591,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_player_leaderboard_rank": [ - 4042, + 4088, { "args": [ - 2386, + 2432, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -174976,23 +176617,23 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "get_player_leaderboard_rank_aggregate": [ - 4043, + 4089, { "args": [ - 2386, + 2432, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -175002,23 +176643,23 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "get_tournament_leaderboard": [ - 5351, + 5424, { "args": [ - 2387, + 2433, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -175028,23 +176669,23 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "get_tournament_leaderboard_aggregate": [ - 5352, + 5425, { "args": [ - 2387, + 2433, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -175054,19 +176695,19 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "leaderboard_entries": [ - 2395, + 2441, { "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -175076,19 +176717,19 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "leaderboard_entries_aggregate": [ - 2396, + 2442, { "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -175098,19 +176739,19 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "league_divisions": [ - 2419, + 2465, { "distinct_on": [ - 2434, + 2480, "[league_divisions_select_column!]" ], "limit": [ @@ -175120,19 +176761,19 @@ export default { 41 ], "order_by": [ - 2432, + 2478, "[league_divisions_order_by!]" ], "where": [ - 2423 + 2469 ] } ], "league_divisions_aggregate": [ - 2420, + 2466, { "distinct_on": [ - 2434, + 2480, "[league_divisions_select_column!]" ], "limit": [ @@ -175142,28 +176783,28 @@ export default { 41 ], "order_by": [ - 2432, + 2478, "[league_divisions_order_by!]" ], "where": [ - 2423 + 2469 ] } ], "league_divisions_by_pk": [ - 2419, + 2465, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_match_weeks": [ - 2447, + 2493, { "distinct_on": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "limit": [ @@ -175173,19 +176814,19 @@ export default { 41 ], "order_by": [ - 2466, + 2512, "[league_match_weeks_order_by!]" ], "where": [ - 2456 + 2502 ] } ], "league_match_weeks_aggregate": [ - 2448, + 2494, { "distinct_on": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "limit": [ @@ -175195,28 +176836,28 @@ export default { 41 ], "order_by": [ - 2466, + 2512, "[league_match_weeks_order_by!]" ], "where": [ - 2456 + 2502 ] } ], "league_match_weeks_by_pk": [ - 2447, + 2493, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_relegation_playoffs": [ - 2488, + 2534, { "distinct_on": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -175226,19 +176867,19 @@ export default { 41 ], "order_by": [ - 2507, + 2553, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2497 + 2543 ] } ], "league_relegation_playoffs_aggregate": [ - 2489, + 2535, { "distinct_on": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -175248,28 +176889,28 @@ export default { 41 ], "order_by": [ - 2507, + 2553, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2497 + 2543 ] } ], "league_relegation_playoffs_by_pk": [ - 2488, + 2534, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_scheduling_proposals": [ - 2529, + 2575, { "distinct_on": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -175279,19 +176920,19 @@ export default { 41 ], "order_by": [ - 2548, + 2594, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2538 + 2584 ] } ], "league_scheduling_proposals_aggregate": [ - 2530, + 2576, { "distinct_on": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -175301,28 +176942,28 @@ export default { 41 ], "order_by": [ - 2548, + 2594, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2538 + 2584 ] } ], "league_scheduling_proposals_by_pk": [ - 2529, + 2575, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_season_divisions": [ - 2570, + 2616, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -175332,19 +176973,19 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "league_season_divisions_aggregate": [ - 2571, + 2617, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -175354,28 +176995,28 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "league_season_divisions_by_pk": [ - 2570, + 2616, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_seasons": [ - 2595, + 2641, { "distinct_on": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "limit": [ @@ -175385,19 +177026,19 @@ export default { 41 ], "order_by": [ - 2612, + 2658, "[league_seasons_order_by!]" ], "where": [ - 2600 + 2646 ] } ], "league_seasons_aggregate": [ - 2596, + 2642, { "distinct_on": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "limit": [ @@ -175407,28 +177048,28 @@ export default { 41 ], "order_by": [ - 2612, + 2658, "[league_seasons_order_by!]" ], "where": [ - 2600 + 2646 ] } ], "league_seasons_by_pk": [ - 2595, + 2641, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_team_movements": [ - 2628, + 2674, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -175438,19 +177079,19 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "league_team_movements_aggregate": [ - 2629, + 2675, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -175460,28 +177101,28 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "league_team_movements_by_pk": [ - 2628, + 2674, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_team_rosters": [ - 2669, + 2715, { "distinct_on": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "limit": [ @@ -175491,19 +177132,19 @@ export default { 41 ], "order_by": [ - 2688, + 2734, "[league_team_rosters_order_by!]" ], "where": [ - 2678 + 2724 ] } ], "league_team_rosters_aggregate": [ - 2670, + 2716, { "distinct_on": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "limit": [ @@ -175513,19 +177154,19 @@ export default { 41 ], "order_by": [ - 2688, + 2734, "[league_team_rosters_order_by!]" ], "where": [ - 2678 + 2724 ] } ], "league_team_rosters_by_pk": [ - 2669, + 2715, { "league_team_season_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -175535,10 +177176,10 @@ export default { } ], "league_team_seasons": [ - 2710, + 2756, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -175548,19 +177189,19 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "league_team_seasons_aggregate": [ - 2711, + 2757, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -175570,28 +177211,28 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "league_team_seasons_by_pk": [ - 2710, + 2756, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_teams": [ - 2752, + 2798, { "distinct_on": [ - 2765, + 2811, "[league_teams_select_column!]" ], "limit": [ @@ -175601,19 +177242,19 @@ export default { 41 ], "order_by": [ - 2763, + 2809, "[league_teams_order_by!]" ], "where": [ - 2755 + 2801 ] } ], "league_teams_aggregate": [ - 2753, + 2799, { "distinct_on": [ - 2765, + 2811, "[league_teams_select_column!]" ], "limit": [ @@ -175623,19 +177264,19 @@ export default { 41 ], "order_by": [ - 2763, + 2809, "[league_teams_order_by!]" ], "where": [ - 2755 + 2801 ] } ], "league_teams_by_pk": [ - 2752, + 2798, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -175656,10 +177297,10 @@ export default { } ], "lobbies": [ - 2771, + 2817, { "distinct_on": [ - 2784, + 2830, "[lobbies_select_column!]" ], "limit": [ @@ -175669,19 +177310,19 @@ export default { 41 ], "order_by": [ - 2782, + 2828, "[lobbies_order_by!]" ], "where": [ - 2774 + 2820 ] } ], "lobbies_aggregate": [ - 2772, + 2818, { "distinct_on": [ - 2784, + 2830, "[lobbies_select_column!]" ], "limit": [ @@ -175691,28 +177332,28 @@ export default { 41 ], "order_by": [ - 2782, + 2828, "[lobbies_order_by!]" ], "where": [ - 2774 + 2820 ] } ], "lobbies_by_pk": [ - 2771, + 2817, { "id": [ - 6503, + 6603, "uuid!" ] } ], "lobby_players": [ - 2790, + 2836, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -175722,19 +177363,19 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], "lobby_players_aggregate": [ - 2791, + 2837, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -175744,19 +177385,19 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], "lobby_players_by_pk": [ - 2790, + 2836, { "lobby_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -175766,10 +177407,10 @@ export default { } ], "map_callouts": [ - 2835, + 2881, { "distinct_on": [ - 2852, + 2898, "[map_callouts_select_column!]" ], "limit": [ @@ -175779,19 +177420,19 @@ export default { 41 ], "order_by": [ - 2849, + 2895, "[map_callouts_order_by!]" ], "where": [ - 2839 + 2885 ] } ], "map_callouts_aggregate": [ - 2836, + 2882, { "distinct_on": [ - 2852, + 2898, "[map_callouts_select_column!]" ], "limit": [ @@ -175801,16 +177442,16 @@ export default { 41 ], "order_by": [ - 2849, + 2895, "[map_callouts_order_by!]" ], "where": [ - 2839 + 2885 ] } ], "map_callouts_by_pk": [ - 2835, + 2881, { "map_name": [ 85, @@ -175823,10 +177464,10 @@ export default { } ], "map_pools": [ - 2858, + 2904, { "distinct_on": [ - 2871, + 2917, "[map_pools_select_column!]" ], "limit": [ @@ -175836,19 +177477,19 @@ export default { 41 ], "order_by": [ - 2869, + 2915, "[map_pools_order_by!]" ], "where": [ - 2861 + 2907 ] } ], "map_pools_aggregate": [ - 2859, + 2905, { "distinct_on": [ - 2871, + 2917, "[map_pools_select_column!]" ], "limit": [ @@ -175858,28 +177499,28 @@ export default { 41 ], "order_by": [ - 2869, + 2915, "[map_pools_order_by!]" ], "where": [ - 2861 + 2907 ] } ], "map_pools_by_pk": [ - 2858, + 2904, { "id": [ - 6503, + 6603, "uuid!" ] } ], "maps": [ - 2877, + 2923, { "distinct_on": [ - 2898, + 2944, "[maps_select_column!]" ], "limit": [ @@ -175889,19 +177530,19 @@ export default { 41 ], "order_by": [ - 2896, + 2942, "[maps_order_by!]" ], "where": [ - 2886 + 2932 ] } ], "maps_aggregate": [ - 2878, + 2924, { "distinct_on": [ - 2898, + 2944, "[maps_select_column!]" ], "limit": [ @@ -175911,28 +177552,28 @@ export default { 41 ], "order_by": [ - 2896, + 2942, "[maps_order_by!]" ], "where": [ - 2886 + 2932 ] } ], "maps_by_pk": [ - 2877, + 2923, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_clips": [ - 2906, + 2952, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -175942,19 +177583,19 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_aggregate": [ - 2907, + 2953, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -175964,28 +177605,28 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_by_pk": [ - 2906, + 2952, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_demo_sessions": [ - 2948, + 2994, { "distinct_on": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -175995,19 +177636,19 @@ export default { 41 ], "order_by": [ - 2971, + 3017, "[match_demo_sessions_order_by!]" ], "where": [ - 2958 + 3004 ] } ], "match_demo_sessions_aggregate": [ - 2949, + 2995, { "distinct_on": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -176017,28 +177658,28 @@ export default { 41 ], "order_by": [ - 2971, + 3017, "[match_demo_sessions_order_by!]" ], "where": [ - 2958 + 3004 ] } ], "match_demo_sessions_by_pk": [ - 2948, + 2994, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_lineup_players": [ - 2994, + 3040, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -176048,19 +177689,19 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "match_lineup_players_aggregate": [ - 2995, + 3041, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -176070,28 +177711,28 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "match_lineup_players_by_pk": [ - 2994, + 3040, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_lineups": [ - 3039, + 3085, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -176101,19 +177742,19 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "match_lineups_aggregate": [ - 3040, + 3086, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -176123,28 +177764,28 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "match_lineups_by_pk": [ - 3039, + 3085, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_map_demos": [ - 3081, + 3127, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -176154,19 +177795,19 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], "match_map_demos_aggregate": [ - 3082, + 3128, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -176176,28 +177817,28 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], "match_map_demos_by_pk": [ - 3081, + 3127, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_map_rounds": [ - 3132, + 3178, { "distinct_on": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "limit": [ @@ -176207,19 +177848,19 @@ export default { 41 ], "order_by": [ - 3151, + 3197, "[match_map_rounds_order_by!]" ], "where": [ - 3141 + 3187 ] } ], "match_map_rounds_aggregate": [ - 3133, + 3179, { "distinct_on": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "limit": [ @@ -176229,28 +177870,28 @@ export default { 41 ], "order_by": [ - 3151, + 3197, "[match_map_rounds_order_by!]" ], "where": [ - 3141 + 3187 ] } ], "match_map_rounds_by_pk": [ - 3132, + 3178, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_map_veto_picks": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -176260,19 +177901,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_map_veto_picks_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -176282,28 +177923,28 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_map_veto_picks_by_pk": [ - 3173, + 3219, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_maps": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -176313,19 +177954,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -176335,28 +177976,28 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_by_pk": [ - 3201, + 3247, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_options": [ - 3243, + 3289, { "distinct_on": [ - 3267, + 3313, "[match_options_select_column!]" ], "limit": [ @@ -176366,19 +178007,19 @@ export default { 41 ], "order_by": [ - 3265, + 3311, "[match_options_order_by!]" ], "where": [ - 3254 + 3300 ] } ], "match_options_aggregate": [ - 3244, + 3290, { "distinct_on": [ - 3267, + 3313, "[match_options_select_column!]" ], "limit": [ @@ -176388,28 +178029,28 @@ export default { 41 ], "order_by": [ - 3265, + 3311, "[match_options_order_by!]" ], "where": [ - 3254 + 3300 ] } ], "match_options_by_pk": [ - 3243, + 3289, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_region_veto_picks": [ - 3289, + 3335, { "distinct_on": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -176419,19 +178060,19 @@ export default { 41 ], "order_by": [ - 3307, + 3353, "[match_region_veto_picks_order_by!]" ], "where": [ - 3298 + 3344 ] } ], "match_region_veto_picks_aggregate": [ - 3290, + 3336, { "distinct_on": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -176441,28 +178082,28 @@ export default { 41 ], "order_by": [ - 3307, + 3353, "[match_region_veto_picks_order_by!]" ], "where": [ - 3298 + 3344 ] } ], "match_region_veto_picks_by_pk": [ - 3289, + 3335, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_streams": [ - 3317, + 3363, { "distinct_on": [ - 3345, + 3391, "[match_streams_select_column!]" ], "limit": [ @@ -176472,19 +178113,19 @@ export default { 41 ], "order_by": [ - 3342, + 3388, "[match_streams_order_by!]" ], "where": [ - 3329 + 3375 ] } ], "match_streams_aggregate": [ - 3318, + 3364, { "distinct_on": [ - 3345, + 3391, "[match_streams_select_column!]" ], "limit": [ @@ -176494,28 +178135,28 @@ export default { 41 ], "order_by": [ - 3342, + 3388, "[match_streams_order_by!]" ], "where": [ - 3329 + 3375 ] } ], "match_streams_by_pk": [ - 3317, + 3363, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_type_cfgs": [ - 3367, + 3413, { "distinct_on": [ - 3379, + 3425, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -176525,19 +178166,19 @@ export default { 41 ], "order_by": [ - 3377, + 3423, "[match_type_cfgs_order_by!]" ], "where": [ - 3370 + 3416 ] } ], "match_type_cfgs_aggregate": [ - 3368, + 3414, { "distinct_on": [ - 3379, + 3425, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -176547,16 +178188,16 @@ export default { 41 ], "order_by": [ - 3377, + 3423, "[match_type_cfgs_order_by!]" ], "where": [ - 3370 + 3416 ] } ], "match_type_cfgs_by_pk": [ - 3367, + 3413, { "type": [ 875, @@ -176565,10 +178206,10 @@ export default { } ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -176578,19 +178219,19 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_aggregate": [ - 3386, + 3432, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -176600,19 +178241,19 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_by_pk": [ - 3385, + 3431, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -176621,10 +178262,10 @@ export default { 49 ], "migration_hashes_hashes": [ - 3431, + 3477, { "distinct_on": [ - 3443, + 3489, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -176634,19 +178275,19 @@ export default { 41 ], "order_by": [ - 3441, + 3487, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3434 + 3480 ] } ], "migration_hashes_hashes_aggregate": [ - 3432, + 3478, { "distinct_on": [ - 3443, + 3489, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -176656,16 +178297,16 @@ export default { 41 ], "order_by": [ - 3441, + 3487, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3434 + 3480 ] } ], "migration_hashes_hashes_by_pk": [ - 3431, + 3477, { "name": [ 85, @@ -176674,10 +178315,10 @@ export default { } ], "my_friends": [ - 3449, + 3495, { "distinct_on": [ - 3474, + 3520, "[my_friends_select_column!]" ], "limit": [ @@ -176687,19 +178328,19 @@ export default { 41 ], "order_by": [ - 3472, + 3518, "[my_friends_order_by!]" ], "where": [ - 3461 + 3507 ] } ], "my_friends_aggregate": [ - 3450, + 3496, { "distinct_on": [ - 3474, + 3520, "[my_friends_select_column!]" ], "limit": [ @@ -176709,11 +178350,11 @@ export default { 41 ], "order_by": [ - 3472, + 3518, "[my_friends_order_by!]" ], "where": [ - 3461 + 3507 ] } ], @@ -176721,7 +178362,7 @@ export default { 52, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -176730,10 +178371,10 @@ export default { 52 ], "news_articles": [ - 3495, + 3541, { "distinct_on": [ - 3509, + 3555, "[news_articles_select_column!]" ], "limit": [ @@ -176743,19 +178384,19 @@ export default { 41 ], "order_by": [ - 3507, + 3553, "[news_articles_order_by!]" ], "where": [ - 3499 + 3545 ] } ], "news_articles_aggregate": [ - 3496, + 3542, { "distinct_on": [ - 3509, + 3555, "[news_articles_select_column!]" ], "limit": [ @@ -176765,28 +178406,28 @@ export default { 41 ], "order_by": [ - 3507, + 3553, "[news_articles_order_by!]" ], "where": [ - 3499 + 3545 ] } ], "news_articles_by_pk": [ - 3495, + 3541, { "id": [ - 6503, + 6603, "uuid!" ] } ], "notification_preferences": [ - 3522, + 3568, { "distinct_on": [ - 3536, + 3582, "[notification_preferences_select_column!]" ], "limit": [ @@ -176796,19 +178437,19 @@ export default { 41 ], "order_by": [ - 3534, + 3580, "[notification_preferences_order_by!]" ], "where": [ - 3526 + 3572 ] } ], "notification_preferences_aggregate": [ - 3523, + 3569, { "distinct_on": [ - 3536, + 3582, "[notification_preferences_select_column!]" ], "limit": [ @@ -176818,16 +178459,16 @@ export default { 41 ], "order_by": [ - 3534, + 3580, "[notification_preferences_order_by!]" ], "where": [ - 3526 + 3572 ] } ], "notification_preferences_by_pk": [ - 3522, + 3568, { "channel": [ 85, @@ -176844,10 +178485,10 @@ export default { } ], "notifications": [ - 3549, + 3595, { "distinct_on": [ - 3577, + 3623, "[notifications_select_column!]" ], "limit": [ @@ -176857,19 +178498,19 @@ export default { 41 ], "order_by": [ - 3574, + 3620, "[notifications_order_by!]" ], "where": [ - 3561 + 3607 ] } ], "notifications_aggregate": [ - 3550, + 3596, { "distinct_on": [ - 3577, + 3623, "[notifications_select_column!]" ], "limit": [ @@ -176879,28 +178520,28 @@ export default { 41 ], "order_by": [ - 3574, + 3620, "[notifications_order_by!]" ], "where": [ - 3561 + 3607 ] } ], "notifications_by_pk": [ - 3549, + 3595, { "id": [ - 6503, + 6603, "uuid!" ] } ], "pending_match_import_players": [ - 3602, + 3648, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -176910,19 +178551,19 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "pending_match_import_players_aggregate": [ - 3603, + 3649, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -176932,32 +178573,32 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "pending_match_import_players_by_pk": [ - 3602, + 3648, { "steam_id": [ 311, "bigint!" ], "valve_match_id": [ - 3599, + 3645, "numeric!" ] } ], "pending_match_imports": [ - 3643, + 3689, { "distinct_on": [ - 3658, + 3704, "[pending_match_imports_select_column!]" ], "limit": [ @@ -176967,19 +178608,19 @@ export default { 41 ], "order_by": [ - 3656, + 3702, "[pending_match_imports_order_by!]" ], "where": [ - 3647 + 3693 ] } ], "pending_match_imports_aggregate": [ - 3644, + 3690, { "distinct_on": [ - 3658, + 3704, "[pending_match_imports_select_column!]" ], "limit": [ @@ -176989,28 +178630,28 @@ export default { 41 ], "order_by": [ - 3656, + 3702, "[pending_match_imports_order_by!]" ], "where": [ - 3647 + 3693 ] } ], "pending_match_imports_by_pk": [ - 3643, + 3689, { "valve_match_id": [ - 3599, + 3645, "numeric!" ] } ], "player_aim_stats_demo": [ - 3671, + 3717, { "distinct_on": [ - 3685, + 3731, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -177020,19 +178661,19 @@ export default { 41 ], "order_by": [ - 3683, + 3729, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3675 + 3721 ] } ], "player_aim_stats_demo_aggregate": [ - 3672, + 3718, { "distinct_on": [ - 3685, + 3731, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -177042,32 +178683,32 @@ export default { 41 ], "order_by": [ - 3683, + 3729, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3675 + 3721 ] } ], "player_aim_stats_demo_by_pk": [ - 3671, + 3717, { "attacker_steam_id": [ 311, "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ] } ], "player_aim_weapon_stats": [ - 3698, + 3744, { "distinct_on": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -177077,19 +178718,19 @@ export default { 41 ], "order_by": [ - 3717, + 3763, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3707 + 3753 ] } ], "player_aim_weapon_stats_aggregate": [ - 3699, + 3745, { "distinct_on": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -177099,19 +178740,19 @@ export default { 41 ], "order_by": [ - 3717, + 3763, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3707 + 3753 ] } ], "player_aim_weapon_stats_by_pk": [ - 3698, + 3744, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -177125,10 +178766,10 @@ export default { } ], "player_assists": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -177138,19 +178779,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_assists_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -177160,16 +178801,16 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_assists_by_pk": [ - 3739, + 3785, { "attacked_steam_id": [ 311, @@ -177180,20 +178821,20 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_career_stats_v": [ - 3784, + 3830, { "distinct_on": [ - 3792, + 3838, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -177203,19 +178844,19 @@ export default { 41 ], "order_by": [ - 3791, + 3837, "[player_career_stats_v_order_by!]" ], "where": [ - 3788 + 3834 ] } ], "player_career_stats_v_aggregate": [ - 3785, + 3831, { "distinct_on": [ - 3792, + 3838, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -177225,19 +178866,19 @@ export default { 41 ], "order_by": [ - 3791, + 3837, "[player_career_stats_v_order_by!]" ], "where": [ - 3788 + 3834 ] } ], "player_damages": [ - 3802, + 3848, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -177247,19 +178888,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_damages_aggregate": [ - 3803, + 3849, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -177269,36 +178910,36 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_damages_by_pk": [ - 3802, + 3848, { "id": [ - 6503, + 6603, "uuid!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_elo": [ - 3843, + 3889, { "distinct_on": [ - 3857, + 3903, "[player_elo_select_column!]" ], "limit": [ @@ -177308,19 +178949,19 @@ export default { 41 ], "order_by": [ - 3855, + 3901, "[player_elo_order_by!]" ], "where": [ - 3847 + 3893 ] } ], "player_elo_aggregate": [ - 3844, + 3890, { "distinct_on": [ - 3857, + 3903, "[player_elo_select_column!]" ], "limit": [ @@ -177330,19 +178971,19 @@ export default { 41 ], "order_by": [ - 3855, + 3901, "[player_elo_order_by!]" ], "where": [ - 3847 + 3893 ] } ], "player_elo_by_pk": [ - 3843, + 3889, { "match_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -177356,10 +178997,10 @@ export default { } ], "player_faceit_rank_history": [ - 3870, + 3916, { "distinct_on": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -177369,19 +179010,19 @@ export default { 41 ], "order_by": [ - 3889, + 3935, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3879 + 3925 ] } ], "player_faceit_rank_history_aggregate": [ - 3871, + 3917, { "distinct_on": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -177391,28 +179032,28 @@ export default { 41 ], "order_by": [ - 3889, + 3935, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3879 + 3925 ] } ], "player_faceit_rank_history_by_pk": [ - 3870, + 3916, { "id": [ - 6503, + 6603, "uuid!" ] } ], "player_flashes": [ - 3911, + 3957, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -177422,19 +179063,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "player_flashes_aggregate": [ - 3912, + 3958, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -177444,16 +179085,16 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "player_flashes_by_pk": [ - 3911, + 3957, { "attacked_steam_id": [ 311, @@ -177464,20 +179105,20 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_kills": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -177487,19 +179128,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_kills_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -177509,16 +179150,16 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_kills_by_pk": [ - 3956, + 4002, { "attacked_steam_id": [ 311, @@ -177529,20 +179170,20 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3968, + 4014, { "distinct_on": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -177552,19 +179193,19 @@ export default { 41 ], "order_by": [ - 3987, + 4033, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3977 + 4023 ] } ], "player_kills_by_weapon_aggregate": [ - 3969, + 4015, { "distinct_on": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -177574,16 +179215,16 @@ export default { 41 ], "order_by": [ - 3987, + 4033, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3977 + 4023 ] } ], "player_kills_by_weapon_by_pk": [ - 3968, + 4014, { "player_steam_id": [ 311, @@ -177596,10 +179237,10 @@ export default { } ], "player_leaderboard_rank": [ - 4042, + 4088, { "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -177609,19 +179250,19 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "player_leaderboard_rank_aggregate": [ - 4043, + 4089, { "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -177631,19 +179272,19 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "player_match_map_stats": [ - 4065, + 4111, { "distinct_on": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -177653,19 +179294,19 @@ export default { 41 ], "order_by": [ - 4084, + 4130, "[player_match_map_stats_order_by!]" ], "where": [ - 4074 + 4120 ] } ], "player_match_map_stats_aggregate": [ - 4066, + 4112, { "distinct_on": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -177675,19 +179316,19 @@ export default { 41 ], "order_by": [ - 4084, + 4130, "[player_match_map_stats_order_by!]" ], "where": [ - 4074 + 4120 ] } ], "player_match_map_stats_by_pk": [ - 4065, + 4111, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -177697,10 +179338,10 @@ export default { } ], "player_match_performance_v": [ - 4106, + 4152, { "distinct_on": [ - 4114, + 4160, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -177710,19 +179351,19 @@ export default { 41 ], "order_by": [ - 4113, + 4159, "[player_match_performance_v_order_by!]" ], "where": [ - 4110 + 4156 ] } ], "player_match_performance_v_aggregate": [ - 4107, + 4153, { "distinct_on": [ - 4114, + 4160, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -177732,19 +179373,19 @@ export default { 41 ], "order_by": [ - 4113, + 4159, "[player_match_performance_v_order_by!]" ], "where": [ - 4110 + 4156 ] } ], "player_match_stats_v": [ - 4124, + 4170, { "distinct_on": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -177754,19 +179395,19 @@ export default { 41 ], "order_by": [ - 4139, + 4185, "[player_match_stats_v_order_by!]" ], "where": [ - 4133 + 4179 ] } ], "player_match_stats_v_aggregate": [ - 4125, + 4171, { "distinct_on": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -177776,19 +179417,19 @@ export default { 41 ], "order_by": [ - 4139, + 4185, "[player_match_stats_v_order_by!]" ], "where": [ - 4133 + 4179 ] } ], "player_objectives": [ - 4157, + 4203, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -177798,19 +179439,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_objectives_aggregate": [ - 4158, + 4204, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -177820,19 +179461,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_objectives_by_pk": [ - 4157, + 4203, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -177840,16 +179481,16 @@ export default { "bigint!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_performance_v": [ - 4198, + 4244, { "distinct_on": [ - 4206, + 4252, "[player_performance_v_select_column!]" ], "limit": [ @@ -177859,19 +179500,19 @@ export default { 41 ], "order_by": [ - 4205, + 4251, "[player_performance_v_order_by!]" ], "where": [ - 4202 + 4248 ] } ], "player_performance_v_aggregate": [ - 4199, + 4245, { "distinct_on": [ - 4206, + 4252, "[player_performance_v_select_column!]" ], "limit": [ @@ -177881,19 +179522,19 @@ export default { 41 ], "order_by": [ - 4205, + 4251, "[player_performance_v_order_by!]" ], "where": [ - 4202 + 4248 ] } ], "player_premier_rank_history": [ - 4216, + 4262, { "distinct_on": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -177903,19 +179544,19 @@ export default { 41 ], "order_by": [ - 4235, + 4281, "[player_premier_rank_history_order_by!]" ], "where": [ - 4225 + 4271 ] } ], "player_premier_rank_history_aggregate": [ - 4217, + 4263, { "distinct_on": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -177925,28 +179566,28 @@ export default { 41 ], "order_by": [ - 4235, + 4281, "[player_premier_rank_history_order_by!]" ], "where": [ - 4225 + 4271 ] } ], "player_premier_rank_history_by_pk": [ - 4216, + 4262, { "id": [ - 6503, + 6603, "uuid!" ] } ], "player_sanctions": [ - 4257, + 4303, { "distinct_on": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "limit": [ @@ -177956,19 +179597,19 @@ export default { 41 ], "order_by": [ - 4276, + 4322, "[player_sanctions_order_by!]" ], "where": [ - 4266 + 4312 ] } ], "player_sanctions_aggregate": [ - 4258, + 4304, { "distinct_on": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "limit": [ @@ -177978,32 +179619,32 @@ export default { 41 ], "order_by": [ - 4276, + 4322, "[player_sanctions_order_by!]" ], "where": [ - 4266 + 4312 ] } ], "player_sanctions_by_pk": [ - 4257, + 4303, { "created_at": [ - 5196, + 5242, "timestamptz!" ], "id": [ - 6503, + 6603, "uuid!" ] } ], "player_season_stats": [ - 4298, + 4344, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -178013,19 +179654,19 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "player_season_stats_aggregate": [ - 4299, + 4345, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -178035,32 +179676,32 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "player_season_stats_by_pk": [ - 4298, + 4344, { "player_steam_id": [ 311, "bigint!" ], "season_id": [ - 6503, + 6603, "uuid!" ] } ], "player_stats": [ - 4357, + 4403, { "distinct_on": [ - 4372, + 4418, "[player_stats_select_column!]" ], "limit": [ @@ -178070,19 +179711,19 @@ export default { 41 ], "order_by": [ - 4370, + 4416, "[player_stats_order_by!]" ], "where": [ - 4361 + 4407 ] } ], "player_stats_aggregate": [ - 4358, + 4404, { "distinct_on": [ - 4372, + 4418, "[player_stats_select_column!]" ], "limit": [ @@ -178092,16 +179733,16 @@ export default { 41 ], "order_by": [ - 4370, + 4416, "[player_stats_order_by!]" ], "where": [ - 4361 + 4407 ] } ], "player_stats_by_pk": [ - 4357, + 4403, { "player_steam_id": [ 311, @@ -178110,10 +179751,10 @@ export default { } ], "player_steam_bot_friend": [ - 4385, + 4431, { "distinct_on": [ - 4404, + 4450, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -178123,19 +179764,19 @@ export default { 41 ], "order_by": [ - 4401, + 4447, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4390 + 4436 ] } ], "player_steam_bot_friend_aggregate": [ - 4386, + 4432, { "distinct_on": [ - 4404, + 4450, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -178145,16 +179786,16 @@ export default { 41 ], "order_by": [ - 4401, + 4447, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4390 + 4436 ] } ], "player_steam_bot_friend_by_pk": [ - 4385, + 4431, { "steam_id": [ 311, @@ -178163,10 +179804,10 @@ export default { } ], "player_steam_match_auth": [ - 4417, + 4463, { "distinct_on": [ - 4431, + 4477, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -178176,19 +179817,19 @@ export default { 41 ], "order_by": [ - 4429, + 4475, "[player_steam_match_auth_order_by!]" ], "where": [ - 4421 + 4467 ] } ], "player_steam_match_auth_aggregate": [ - 4418, + 4464, { "distinct_on": [ - 4431, + 4477, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -178198,16 +179839,16 @@ export default { 41 ], "order_by": [ - 4429, + 4475, "[player_steam_match_auth_order_by!]" ], "where": [ - 4421 + 4467 ] } ], "player_steam_match_auth_by_pk": [ - 4417, + 4463, { "steam_id": [ 311, @@ -178216,10 +179857,10 @@ export default { } ], "player_unused_utility": [ - 4444, + 4490, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -178229,19 +179870,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utility_aggregate": [ - 4445, + 4491, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -178251,19 +179892,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utility_by_pk": [ - 4444, + 4490, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -178273,10 +179914,10 @@ export default { } ], "player_utility": [ - 4485, + 4531, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -178286,19 +179927,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "player_utility_aggregate": [ - 4486, + 4532, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -178308,36 +179949,36 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "player_utility_by_pk": [ - 4485, + 4531, { "attacker_steam_id": [ 311, "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 4526, + 4572, { "distinct_on": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -178347,19 +179988,19 @@ export default { 41 ], "order_by": [ - 4541, + 4587, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4535 + 4581 ] } ], "player_weapon_stats_v_aggregate": [ - 4527, + 4573, { "distinct_on": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -178369,19 +180010,19 @@ export default { 41 ], "order_by": [ - 4541, + 4587, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4535 + 4581 ] } ], "players": [ - 4559, + 4605, { "distinct_on": [ - 4574, + 4620, "[players_select_column!]" ], "limit": [ @@ -178391,19 +180032,19 @@ export default { 41 ], "order_by": [ - 4572, + 4618, "[players_order_by!]" ], "where": [ - 4563 + 4609 ] } ], "players_aggregate": [ - 4560, + 4606, { "distinct_on": [ - 4574, + 4620, "[players_select_column!]" ], "limit": [ @@ -178413,16 +180054,16 @@ export default { 41 ], "order_by": [ - 4572, + 4618, "[players_order_by!]" ], "where": [ - 4563 + 4609 ] } ], "players_by_pk": [ - 4559, + 4605, { "steam_id": [ 311, @@ -178431,10 +180072,10 @@ export default { } ], "plugin_versions": [ - 4587, + 4633, { "distinct_on": [ - 4601, + 4647, "[plugin_versions_select_column!]" ], "limit": [ @@ -178444,19 +180085,19 @@ export default { 41 ], "order_by": [ - 4599, + 4645, "[plugin_versions_order_by!]" ], "where": [ - 4591 + 4637 ] } ], "plugin_versions_aggregate": [ - 4588, + 4634, { "distinct_on": [ - 4601, + 4647, "[plugin_versions_select_column!]" ], "limit": [ @@ -178466,16 +180107,16 @@ export default { 41 ], "order_by": [ - 4599, + 4645, "[plugin_versions_order_by!]" ], "where": [ - 4591 + 4637 ] } ], "plugin_versions_by_pk": [ - 4587, + 4633, { "runtime": [ 1305, @@ -178488,10 +180129,10 @@ export default { } ], "push_subscriptions": [ - 4614, + 4660, { "distinct_on": [ - 4628, + 4674, "[push_subscriptions_select_column!]" ], "limit": [ @@ -178501,19 +180142,19 @@ export default { 41 ], "order_by": [ - 4626, + 4672, "[push_subscriptions_order_by!]" ], "where": [ - 4618 + 4664 ] } ], "push_subscriptions_aggregate": [ - 4615, + 4661, { "distinct_on": [ - 4628, + 4674, "[push_subscriptions_select_column!]" ], "limit": [ @@ -178523,19 +180164,19 @@ export default { 41 ], "order_by": [ - 4626, + 4672, "[push_subscriptions_order_by!]" ], "where": [ - 4618 + 4664 ] } ], "push_subscriptions_by_pk": [ - 4614, + 4660, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -178557,10 +180198,10 @@ export default { } ], "role_permissions": [ - 4645, + 4691, { "distinct_on": [ - 4654, + 4700, "[role_permissions_select_column!]" ], "limit": [ @@ -178570,19 +180211,19 @@ export default { 41 ], "order_by": [ - 4653, + 4699, "[role_permissions_order_by!]" ], "where": [ - 4648 + 4694 ] } ], "role_permissions_aggregate": [ - 4646, + 4692, { "distinct_on": [ - 4654, + 4700, "[role_permissions_select_column!]" ], "limit": [ @@ -178592,19 +180233,19 @@ export default { 41 ], "order_by": [ - 4653, + 4699, "[role_permissions_order_by!]" ], "where": [ - 4648 + 4694 ] } ], "seasons": [ - 4659, + 4705, { "distinct_on": [ - 4674, + 4720, "[seasons_select_column!]" ], "limit": [ @@ -178614,19 +180255,19 @@ export default { 41 ], "order_by": [ - 4672, + 4718, "[seasons_order_by!]" ], "where": [ - 4663 + 4709 ] } ], "seasons_aggregate": [ - 4660, + 4706, { "distinct_on": [ - 4674, + 4720, "[seasons_select_column!]" ], "limit": [ @@ -178636,28 +180277,28 @@ export default { 41 ], "order_by": [ - 4672, + 4718, "[seasons_order_by!]" ], "where": [ - 4663 + 4709 ] } ], "seasons_by_pk": [ - 4659, + 4705, { "id": [ - 6503, + 6603, "uuid!" ] } ], "server_regions": [ - 4687, + 4733, { "distinct_on": [ - 4701, + 4747, "[server_regions_select_column!]" ], "limit": [ @@ -178667,19 +180308,19 @@ export default { 41 ], "order_by": [ - 4699, + 4745, "[server_regions_order_by!]" ], "where": [ - 4691 + 4737 ] } ], "server_regions_aggregate": [ - 4688, + 4734, { "distinct_on": [ - 4701, + 4747, "[server_regions_select_column!]" ], "limit": [ @@ -178689,16 +180330,16 @@ export default { 41 ], "order_by": [ - 4699, + 4745, "[server_regions_order_by!]" ], "where": [ - 4691 + 4737 ] } ], "server_regions_by_pk": [ - 4687, + 4733, { "value": [ 85, @@ -178707,10 +180348,10 @@ export default { } ], "servers": [ - 4714, + 4760, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -178720,19 +180361,19 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "servers_aggregate": [ - 4715, + 4761, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -178742,28 +180383,28 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "servers_by_pk": [ - 4714, + 4760, { "id": [ - 6503, + 6603, "uuid!" ] } ], "settings": [ - 4765, + 4811, { "distinct_on": [ - 4777, + 4823, "[settings_select_column!]" ], "limit": [ @@ -178773,19 +180414,19 @@ export default { 41 ], "order_by": [ - 4775, + 4821, "[settings_order_by!]" ], "where": [ - 4768 + 4814 ] } ], "settings_aggregate": [ - 4766, + 4812, { "distinct_on": [ - 4777, + 4823, "[settings_select_column!]" ], "limit": [ @@ -178795,16 +180436,16 @@ export default { 41 ], "order_by": [ - 4775, + 4821, "[settings_order_by!]" ], "where": [ - 4768 + 4814 ] } ], "settings_by_pk": [ - 4765, + 4811, { "name": [ 85, @@ -178816,10 +180457,10 @@ export default { 79 ], "steam_account_claims": [ - 4785, + 4831, { "distinct_on": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "limit": [ @@ -178829,19 +180470,19 @@ export default { 41 ], "order_by": [ - 4801, + 4847, "[steam_account_claims_order_by!]" ], "where": [ - 4792 + 4838 ] } ], "steam_account_claims_aggregate": [ - 4786, + 4832, { "distinct_on": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "limit": [ @@ -178851,28 +180492,28 @@ export default { 41 ], "order_by": [ - 4801, + 4847, "[steam_account_claims_order_by!]" ], "where": [ - 4792 + 4838 ] } ], "steam_account_claims_by_pk": [ - 4785, + 4831, { "id": [ - 6503, + 6603, "uuid!" ] } ], "steam_accounts": [ - 4809, + 4855, { "distinct_on": [ - 4824, + 4870, "[steam_accounts_select_column!]" ], "limit": [ @@ -178882,19 +180523,19 @@ export default { 41 ], "order_by": [ - 4822, + 4868, "[steam_accounts_order_by!]" ], "where": [ - 4813 + 4859 ] } ], "steam_accounts_aggregate": [ - 4810, + 4856, { "distinct_on": [ - 4824, + 4870, "[steam_accounts_select_column!]" ], "limit": [ @@ -178904,28 +180545,28 @@ export default { 41 ], "order_by": [ - 4822, + 4868, "[steam_accounts_order_by!]" ], "where": [ - 4813 + 4859 ] } ], "steam_accounts_by_pk": [ - 4809, + 4855, { "id": [ - 6503, + 6603, "uuid!" ] } ], "system_alerts": [ - 4837, + 4883, { "distinct_on": [ - 4851, + 4897, "[system_alerts_select_column!]" ], "limit": [ @@ -178935,19 +180576,19 @@ export default { 41 ], "order_by": [ - 4849, + 4895, "[system_alerts_order_by!]" ], "where": [ - 4841 + 4887 ] } ], "system_alerts_aggregate": [ - 4838, + 4884, { "distinct_on": [ - 4851, + 4897, "[system_alerts_select_column!]" ], "limit": [ @@ -178957,19 +180598,19 @@ export default { 41 ], "order_by": [ - 4849, + 4895, "[system_alerts_order_by!]" ], "where": [ - 4841 + 4887 ] } ], "system_alerts_by_pk": [ - 4837, + 4883, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -178978,16 +180619,16 @@ export default { 93, { "team_id": [ - 6503, + 6603, "uuid!" ] } ], "team_invites": [ - 4864, + 4910, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -178997,19 +180638,19 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "team_invites_aggregate": [ - 4865, + 4911, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -179019,28 +180660,28 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "team_invites_by_pk": [ - 4864, + 4910, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_roster": [ - 4905, + 4951, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -179050,19 +180691,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "team_roster_aggregate": [ - 4906, + 4952, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -179072,32 +180713,32 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "team_roster_by_pk": [ - 4905, + 4951, { "player_steam_id": [ 311, "bigint!" ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_alerts": [ - 4950, + 4996, { "distinct_on": [ - 4964, + 5010, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -179107,19 +180748,19 @@ export default { 41 ], "order_by": [ - 4962, + 5008, "[team_scrim_alerts_order_by!]" ], "where": [ - 4954 + 5000 ] } ], "team_scrim_alerts_aggregate": [ - 4951, + 4997, { "distinct_on": [ - 4964, + 5010, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -179129,28 +180770,28 @@ export default { 41 ], "order_by": [ - 4962, + 5008, "[team_scrim_alerts_order_by!]" ], "where": [ - 4954 + 5000 ] } ], "team_scrim_alerts_by_pk": [ - 4950, + 4996, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_availability": [ - 4977, + 5023, { "distinct_on": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -179160,19 +180801,19 @@ export default { 41 ], "order_by": [ - 4995, + 5041, "[team_scrim_availability_order_by!]" ], "where": [ - 4986 + 5032 ] } ], "team_scrim_availability_aggregate": [ - 4978, + 5024, { "distinct_on": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -179182,28 +180823,28 @@ export default { 41 ], "order_by": [ - 4995, + 5041, "[team_scrim_availability_order_by!]" ], "where": [ - 4986 + 5032 ] } ], "team_scrim_availability_by_pk": [ - 4977, + 5023, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_request_proposals": [ - 5005, + 5051, { "distinct_on": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -179213,19 +180854,19 @@ export default { 41 ], "order_by": [ - 5024, + 5070, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5014 + 5060 ] } ], "team_scrim_request_proposals_aggregate": [ - 5006, + 5052, { "distinct_on": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -179235,28 +180876,28 @@ export default { 41 ], "order_by": [ - 5024, + 5070, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5014 + 5060 ] } ], "team_scrim_request_proposals_by_pk": [ - 5005, + 5051, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_requests": [ - 5046, + 5092, { "distinct_on": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -179266,19 +180907,19 @@ export default { 41 ], "order_by": [ - 5068, + 5114, "[team_scrim_requests_order_by!]" ], "where": [ - 5057 + 5103 ] } ], "team_scrim_requests_aggregate": [ - 5047, + 5093, { "distinct_on": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -179288,28 +180929,28 @@ export default { 41 ], "order_by": [ - 5068, + 5114, "[team_scrim_requests_order_by!]" ], "where": [ - 5057 + 5103 ] } ], "team_scrim_requests_by_pk": [ - 5046, + 5092, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_settings": [ - 5092, + 5138, { "distinct_on": [ - 5107, + 5153, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -179319,19 +180960,19 @@ export default { 41 ], "order_by": [ - 5105, + 5151, "[team_scrim_settings_order_by!]" ], "where": [ - 5096 + 5142 ] } ], "team_scrim_settings_aggregate": [ - 5093, + 5139, { "distinct_on": [ - 5107, + 5153, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -179341,28 +180982,28 @@ export default { 41 ], "order_by": [ - 5105, + 5151, "[team_scrim_settings_order_by!]" ], "where": [ - 5096 + 5142 ] } ], "team_scrim_settings_by_pk": [ - 5092, + 5138, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_suggestions": [ - 5120, + 5166, { "distinct_on": [ - 5134, + 5180, "[team_suggestions_select_column!]" ], "limit": [ @@ -179372,19 +181013,19 @@ export default { 41 ], "order_by": [ - 5132, + 5178, "[team_suggestions_order_by!]" ], "where": [ - 5124 + 5170 ] } ], "team_suggestions_aggregate": [ - 5121, + 5167, { "distinct_on": [ - 5134, + 5180, "[team_suggestions_select_column!]" ], "limit": [ @@ -179394,28 +181035,28 @@ export default { 41 ], "order_by": [ - 5132, + 5178, "[team_suggestions_order_by!]" ], "where": [ - 5124 + 5170 ] } ], "team_suggestions_by_pk": [ - 5120, + 5166, { "id": [ - 6503, + 6603, "uuid!" ] } ], "teams": [ - 5147, + 5193, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -179425,19 +181066,19 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "teams_aggregate": [ - 5148, + 5194, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -179447,19 +181088,19 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "teams_by_pk": [ - 5147, + 5193, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -179473,10 +181114,10 @@ export default { } ], "tournament_awards": [ - 5198, + 5244, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -179486,19 +181127,19 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "tournament_awards_aggregate": [ - 5199, + 5245, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -179508,28 +181149,28 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "tournament_awards_by_pk": [ - 5198, + 5244, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_brackets": [ - 5240, + 5286, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -179539,19 +181180,19 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], "tournament_brackets_aggregate": [ - 5241, + 5287, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -179561,28 +181202,28 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], "tournament_brackets_by_pk": [ - 5240, + 5286, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_categories": [ - 5286, + 5332, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -179592,19 +181233,19 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], "tournament_categories_aggregate": [ - 5287, + 5333, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -179614,32 +181255,32 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], "tournament_categories_by_pk": [ - 5286, + 5332, { "category": [ - 1507, + 1553, "e_tournament_categories_enum!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_free_agents": [ - 5310, + 5356, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -179649,19 +181290,19 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "tournament_free_agents_aggregate": [ - 5311, + 5357, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -179671,28 +181312,81 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "tournament_free_agents_by_pk": [ - 5310, + 5356, { "id": [ - 6503, + 6603, + "uuid!" + ] + } + ], + "tournament_invites": [ + 5397, + { + "distinct_on": [ + 5411, + "[tournament_invites_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5409, + "[tournament_invites_order_by!]" + ], + "where": [ + 5401 + ] + } + ], + "tournament_invites_aggregate": [ + 5398, + { + "distinct_on": [ + 5411, + "[tournament_invites_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5409, + "[tournament_invites_order_by!]" + ], + "where": [ + 5401 + ] + } + ], + "tournament_invites_by_pk": [ + 5397, + { + "id": [ + 6603, "uuid!" ] } ], "tournament_leaderboard_entries": [ - 5351, + 5424, { "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -179702,19 +181396,19 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "tournament_leaderboard_entries_aggregate": [ - 5352, + 5425, { "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -179724,19 +181418,72 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 + ] + } + ], + "tournament_no_shows": [ + 5447, + { + "distinct_on": [ + 5461, + "[tournament_no_shows_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5459, + "[tournament_no_shows_order_by!]" + ], + "where": [ + 5451 + ] + } + ], + "tournament_no_shows_aggregate": [ + 5448, + { + "distinct_on": [ + 5461, + "[tournament_no_shows_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5459, + "[tournament_no_shows_order_by!]" + ], + "where": [ + 5451 + ] + } + ], + "tournament_no_shows_by_pk": [ + 5447, + { + "id": [ + 6603, + "uuid!" ] } ], "tournament_organizer_teams": [ - 5374, + 5474, { "distinct_on": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -179746,19 +181493,19 @@ export default { 41 ], "order_by": [ - 5390, + 5490, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5381 + 5481 ] } ], "tournament_organizer_teams_aggregate": [ - 5375, + 5475, { "distinct_on": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -179768,32 +181515,32 @@ export default { 41 ], "order_by": [ - 5390, + 5490, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5381 + 5481 ] } ], "tournament_organizer_teams_by_pk": [ - 5374, + 5474, { "team_id": [ - 6503, + 6603, "uuid!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_organizers": [ - 5398, + 5498, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -179803,19 +181550,19 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "tournament_organizers_aggregate": [ - 5399, + 5499, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -179825,32 +181572,32 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "tournament_organizers_by_pk": [ - 5398, + 5498, { "steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_prizes": [ - 5439, + 5539, { "distinct_on": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "limit": [ @@ -179860,19 +181607,19 @@ export default { 41 ], "order_by": [ - 5458, + 5558, "[tournament_prizes_order_by!]" ], "where": [ - 5448 + 5548 ] } ], "tournament_prizes_aggregate": [ - 5440, + 5540, { "distinct_on": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "limit": [ @@ -179882,28 +181629,28 @@ export default { 41 ], "order_by": [ - 5458, + 5558, "[tournament_prizes_order_by!]" ], "where": [ - 5448 + 5548 ] } ], "tournament_prizes_by_pk": [ - 5439, + 5539, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_registration_unlocks": [ - 5480, + 5580, { "distinct_on": [ - 5494, + 5594, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -179913,19 +181660,19 @@ export default { 41 ], "order_by": [ - 5492, + 5592, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5484 + 5584 ] } ], "tournament_registration_unlocks_aggregate": [ - 5481, + 5581, { "distinct_on": [ - 5494, + 5594, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -179935,32 +181682,32 @@ export default { 41 ], "order_by": [ - 5492, + 5592, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5484 + 5584 ] } ], "tournament_registration_unlocks_by_pk": [ - 5480, + 5580, { "player_steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_stage_windows": [ - 5507, + 5607, { "distinct_on": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -179970,19 +181717,19 @@ export default { 41 ], "order_by": [ - 5526, + 5626, "[tournament_stage_windows_order_by!]" ], "where": [ - 5516 + 5616 ] } ], "tournament_stage_windows_aggregate": [ - 5508, + 5608, { "distinct_on": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -179992,28 +181739,28 @@ export default { 41 ], "order_by": [ - 5526, + 5626, "[tournament_stage_windows_order_by!]" ], "where": [ - 5516 + 5616 ] } ], "tournament_stage_windows_by_pk": [ - 5507, + 5607, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_stages": [ - 5548, + 5648, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -180023,19 +181770,19 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "tournament_stages_aggregate": [ - 5549, + 5649, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -180045,28 +181792,28 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "tournament_stages_by_pk": [ - 5548, + 5648, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_team_invites": [ - 5599, + 5699, { "distinct_on": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -180076,19 +181823,19 @@ export default { 41 ], "order_by": [ - 5618, + 5718, "[tournament_team_invites_order_by!]" ], "where": [ - 5608 + 5708 ] } ], "tournament_team_invites_aggregate": [ - 5600, + 5700, { "distinct_on": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -180098,28 +181845,28 @@ export default { 41 ], "order_by": [ - 5618, + 5718, "[tournament_team_invites_order_by!]" ], "where": [ - 5608 + 5708 ] } ], "tournament_team_invites_by_pk": [ - 5599, + 5699, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_team_roster": [ - 5640, + 5740, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -180129,19 +181876,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournament_team_roster_aggregate": [ - 5641, + 5741, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -180151,32 +181898,32 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournament_team_roster_by_pk": [ - 5640, + 5740, { "player_steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_teams": [ - 5681, + 5781, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -180186,19 +181933,19 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], "tournament_teams_aggregate": [ - 5682, + 5782, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -180208,28 +181955,28 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], "tournament_teams_by_pk": [ - 5681, + 5781, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournaments": [ - 5727, + 5827, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -180239,19 +181986,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_aggregate": [ - 5728, + 5828, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -180261,19 +182008,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_by_pk": [ - 5727, + 5827, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -180282,7 +182029,7 @@ export default { 124, { "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -180291,7 +182038,7 @@ export default { 149, { "match_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -180327,7 +182074,7 @@ export default { 116, { "session_id": [ - 6503, + 6603, "uuid!" ] } @@ -180342,16 +182089,16 @@ export default { 85 ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_collection_items": [ - 5791, + 5891, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -180361,19 +182108,19 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], "utility_collection_items_aggregate": [ - 5792, + 5892, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -180383,32 +182130,32 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], "utility_collection_items_by_pk": [ - 5791, + 5891, { "collection_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_collections": [ - 5832, + 5932, { "distinct_on": [ - 5847, + 5947, "[utility_collections_select_column!]" ], "limit": [ @@ -180418,19 +182165,19 @@ export default { 41 ], "order_by": [ - 5845, + 5945, "[utility_collections_order_by!]" ], "where": [ - 5836 + 5936 ] } ], "utility_collections_aggregate": [ - 5833, + 5933, { "distinct_on": [ - 5847, + 5947, "[utility_collections_select_column!]" ], "limit": [ @@ -180440,28 +182187,28 @@ export default { 41 ], "order_by": [ - 5845, + 5945, "[utility_collections_order_by!]" ], "where": [ - 5836 + 5936 ] } ], "utility_collections_by_pk": [ - 5832, + 5932, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_demo_mines": [ - 5860, + 5960, { "distinct_on": [ - 5874, + 5974, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -180471,19 +182218,19 @@ export default { 41 ], "order_by": [ - 5872, + 5972, "[utility_demo_mines_order_by!]" ], "where": [ - 5864 + 5964 ] } ], "utility_demo_mines_aggregate": [ - 5861, + 5961, { "distinct_on": [ - 5874, + 5974, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -180493,28 +182240,28 @@ export default { 41 ], "order_by": [ - 5872, + 5972, "[utility_demo_mines_order_by!]" ], "where": [ - 5864 + 5964 ] } ], "utility_demo_mines_by_pk": [ - 5860, + 5960, { "match_map_demo_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_demo_throws": [ - 5887, + 5987, { "distinct_on": [ - 5901, + 6001, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -180524,19 +182271,19 @@ export default { 41 ], "order_by": [ - 5899, + 5999, "[utility_demo_throws_order_by!]" ], "where": [ - 5891 + 5991 ] } ], "utility_demo_throws_aggregate": [ - 5888, + 5988, { "distinct_on": [ - 5901, + 6001, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -180546,32 +182293,32 @@ export default { 41 ], "order_by": [ - 5899, + 5999, "[utility_demo_throws_order_by!]" ], "where": [ - 5891 + 5991 ] } ], "utility_demo_throws_by_pk": [ - 5887, + 5987, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_drift_results": [ - 5914, + 6014, { "distinct_on": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "limit": [ @@ -180581,19 +182328,19 @@ export default { 41 ], "order_by": [ - 5943, + 6043, "[utility_drift_results_order_by!]" ], "where": [ - 5933 + 6033 ] } ], "utility_drift_results_aggregate": [ - 5915, + 6015, { "distinct_on": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "limit": [ @@ -180603,32 +182350,32 @@ export default { 41 ], "order_by": [ - 5943, + 6043, "[utility_drift_results_order_by!]" ], "where": [ - 5933 + 6033 ] } ], "utility_drift_results_by_pk": [ - 5914, + 6014, { "utility_drift_scan_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_drift_scans": [ - 5973, + 6073, { "distinct_on": [ - 5988, + 6088, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -180638,19 +182385,19 @@ export default { 41 ], "order_by": [ - 5986, + 6086, "[utility_drift_scans_order_by!]" ], "where": [ - 5977 + 6077 ] } ], "utility_drift_scans_aggregate": [ - 5974, + 6074, { "distinct_on": [ - 5988, + 6088, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -180660,28 +182407,28 @@ export default { 41 ], "order_by": [ - 5986, + 6086, "[utility_drift_scans_order_by!]" ], "where": [ - 5977 + 6077 ] } ], "utility_drift_scans_by_pk": [ - 5973, + 6073, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_favorites": [ - 6001, + 6101, { "distinct_on": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -180691,19 +182438,19 @@ export default { 41 ], "order_by": [ - 6020, + 6120, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6010 + 6110 ] } ], "utility_lineup_favorites_aggregate": [ - 6002, + 6102, { "distinct_on": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -180713,32 +182460,32 @@ export default { 41 ], "order_by": [ - 6020, + 6120, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6010 + 6110 ] } ], "utility_lineup_favorites_by_pk": [ - 6001, + 6101, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_progress": [ - 6042, + 6142, { "distinct_on": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -180748,19 +182495,19 @@ export default { 41 ], "order_by": [ - 6071, + 6171, "[utility_lineup_progress_order_by!]" ], "where": [ - 6061 + 6161 ] } ], "utility_lineup_progress_aggregate": [ - 6043, + 6143, { "distinct_on": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -180770,32 +182517,32 @@ export default { 41 ], "order_by": [ - 6071, + 6171, "[utility_lineup_progress_order_by!]" ], "where": [ - 6061 + 6161 ] } ], "utility_lineup_progress_by_pk": [ - 6042, + 6142, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_renders": [ - 6101, + 6201, { "distinct_on": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -180805,19 +182552,19 @@ export default { 41 ], "order_by": [ - 6126, + 6226, "[utility_lineup_renders_order_by!]" ], "where": [ - 6113 + 6213 ] } ], "utility_lineup_renders_aggregate": [ - 6102, + 6202, { "distinct_on": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -180827,28 +182574,28 @@ export default { 41 ], "order_by": [ - 6126, + 6226, "[utility_lineup_renders_order_by!]" ], "where": [ - 6113 + 6213 ] } ], "utility_lineup_renders_by_pk": [ - 6101, + 6201, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_repairs": [ - 6151, + 6251, { "distinct_on": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -180858,19 +182605,19 @@ export default { 41 ], "order_by": [ - 6180, + 6280, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6170 + 6270 ] } ], "utility_lineup_repairs_aggregate": [ - 6152, + 6252, { "distinct_on": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -180880,28 +182627,28 @@ export default { 41 ], "order_by": [ - 6180, + 6280, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6170 + 6270 ] } ], "utility_lineup_repairs_by_pk": [ - 6151, + 6251, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_votes": [ - 6210, + 6310, { "distinct_on": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -180911,19 +182658,19 @@ export default { 41 ], "order_by": [ - 6229, + 6329, "[utility_lineup_votes_order_by!]" ], "where": [ - 6219 + 6319 ] } ], "utility_lineup_votes_aggregate": [ - 6211, + 6311, { "distinct_on": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -180933,32 +182680,32 @@ export default { 41 ], "order_by": [ - 6229, + 6329, "[utility_lineup_votes_order_by!]" ], "where": [ - 6219 + 6319 ] } ], "utility_lineup_votes_by_pk": [ - 6210, + 6310, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineups": [ - 6251, + 6351, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -180968,19 +182715,19 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_aggregate": [ - 6252, + 6352, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -180990,28 +182737,28 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_by_pk": [ - 6251, + 6351, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_meta_lineups": [ - 6320, + 6420, { "distinct_on": [ - 6334, + 6434, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -181021,19 +182768,19 @@ export default { 41 ], "order_by": [ - 6332, + 6432, "[utility_meta_lineups_order_by!]" ], "where": [ - 6324 + 6424 ] } ], "utility_meta_lineups_aggregate": [ - 6321, + 6421, { "distinct_on": [ - 6334, + 6434, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -181043,16 +182790,16 @@ export default { 41 ], "order_by": [ - 6332, + 6432, "[utility_meta_lineups_order_by!]" ], "where": [ - 6324 + 6424 ] } ], "utility_meta_lineups_by_pk": [ - 6320, + 6420, { "lineup_bucket": [ 85, @@ -181061,10 +182808,10 @@ export default { } ], "utility_playbook_steps": [ - 6347, + 6447, { "distinct_on": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -181074,19 +182821,19 @@ export default { 41 ], "order_by": [ - 6366, + 6466, "[utility_playbook_steps_order_by!]" ], "where": [ - 6356 + 6456 ] } ], "utility_playbook_steps_aggregate": [ - 6348, + 6448, { "distinct_on": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -181096,28 +182843,28 @@ export default { 41 ], "order_by": [ - 6366, + 6466, "[utility_playbook_steps_order_by!]" ], "where": [ - 6356 + 6456 ] } ], "utility_playbook_steps_by_pk": [ - 6347, + 6447, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_playbooks": [ - 6388, + 6488, { "distinct_on": [ - 6403, + 6503, "[utility_playbooks_select_column!]" ], "limit": [ @@ -181127,19 +182874,19 @@ export default { 41 ], "order_by": [ - 6401, + 6501, "[utility_playbooks_order_by!]" ], "where": [ - 6392 + 6492 ] } ], "utility_playbooks_aggregate": [ - 6389, + 6489, { "distinct_on": [ - 6403, + 6503, "[utility_playbooks_select_column!]" ], "limit": [ @@ -181149,28 +182896,28 @@ export default { 41 ], "order_by": [ - 6401, + 6501, "[utility_playbooks_order_by!]" ], "where": [ - 6392 + 6492 ] } ], "utility_playbooks_by_pk": [ - 6388, + 6488, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_practice_invites": [ - 6416, + 6516, { "distinct_on": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -181180,19 +182927,19 @@ export default { 41 ], "order_by": [ - 6435, + 6535, "[utility_practice_invites_order_by!]" ], "where": [ - 6425 + 6525 ] } ], "utility_practice_invites_aggregate": [ - 6417, + 6517, { "distinct_on": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -181202,32 +182949,32 @@ export default { 41 ], "order_by": [ - 6435, + 6535, "[utility_practice_invites_order_by!]" ], "where": [ - 6425 + 6525 ] } ], "utility_practice_invites_by_pk": [ - 6416, + 6516, { "steam_id": [ 311, "bigint!" ], "utility_practice_session_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_practice_sessions": [ - 6457, + 6557, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -181237,19 +182984,19 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], "utility_practice_sessions_aggregate": [ - 6458, + 6558, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -181259,28 +183006,28 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], "utility_practice_sessions_by_pk": [ - 6457, + 6557, { "id": [ - 6503, + 6603, "uuid!" ] } ], "v_event_player_stats": [ - 6506, + 6606, { "distinct_on": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -181290,19 +183037,19 @@ export default { 41 ], "order_by": [ - 6531, + 6631, "[v_event_player_stats_order_by!]" ], "where": [ - 6525 + 6625 ] } ], "v_event_player_stats_aggregate": [ - 6507, + 6607, { "distinct_on": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -181312,19 +183059,19 @@ export default { 41 ], "order_by": [ - 6531, + 6631, "[v_event_player_stats_order_by!]" ], "where": [ - 6525 + 6625 ] } ], "v_gpu_pool_status": [ - 6557, + 6657, { "distinct_on": [ - 6565, + 6665, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -181334,19 +183081,19 @@ export default { 41 ], "order_by": [ - 6564, + 6664, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6561 + 6661 ] } ], "v_gpu_pool_status_aggregate": [ - 6558, + 6658, { "distinct_on": [ - 6565, + 6665, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -181356,19 +183103,19 @@ export default { 41 ], "order_by": [ - 6564, + 6664, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6561 + 6661 ] } ], "v_league_division_standings": [ - 6575, + 6675, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -181378,19 +183125,19 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "v_league_division_standings_aggregate": [ - 6576, + 6676, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -181400,19 +183147,19 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "v_league_season_player_stats": [ - 6608, + 6708, { "distinct_on": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -181422,19 +183169,19 @@ export default { 41 ], "order_by": [ - 6633, + 6733, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6627 + 6727 ] } ], "v_league_season_player_stats_aggregate": [ - 6609, + 6709, { "distinct_on": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -181444,19 +183191,19 @@ export default { 41 ], "order_by": [ - 6633, + 6733, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6627 + 6727 ] } ], "v_match_captains": [ - 6659, + 6759, { "distinct_on": [ - 6671, + 6771, "[v_match_captains_select_column!]" ], "limit": [ @@ -181466,19 +183213,19 @@ export default { 41 ], "order_by": [ - 6670, + 6770, "[v_match_captains_order_by!]" ], "where": [ - 6663 + 6763 ] } ], "v_match_captains_aggregate": [ - 6660, + 6760, { "distinct_on": [ - 6671, + 6771, "[v_match_captains_select_column!]" ], "limit": [ @@ -181488,19 +183235,19 @@ export default { 41 ], "order_by": [ - 6670, + 6770, "[v_match_captains_order_by!]" ], "where": [ - 6663 + 6763 ] } ], "v_match_clutches": [ - 6683, + 6783, { "distinct_on": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "limit": [ @@ -181510,19 +183257,19 @@ export default { 41 ], "order_by": [ - 6698, + 6798, "[v_match_clutches_order_by!]" ], "where": [ - 6692 + 6792 ] } ], "v_match_clutches_aggregate": [ - 6684, + 6784, { "distinct_on": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "limit": [ @@ -181532,19 +183279,19 @@ export default { 41 ], "order_by": [ - 6698, + 6798, "[v_match_clutches_order_by!]" ], "where": [ - 6692 + 6792 ] } ], "v_match_kill_pairs": [ - 6716, + 6816, { "distinct_on": [ - 6724, + 6824, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -181554,19 +183301,19 @@ export default { 41 ], "order_by": [ - 6723, + 6823, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6720 + 6820 ] } ], "v_match_kill_pairs_aggregate": [ - 6717, + 6817, { "distinct_on": [ - 6724, + 6824, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -181576,19 +183323,19 @@ export default { 41 ], "order_by": [ - 6723, + 6823, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6720 + 6820 ] } ], "v_match_lineup_buy_types": [ - 6734, + 6834, { "distinct_on": [ - 6742, + 6842, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -181598,19 +183345,19 @@ export default { 41 ], "order_by": [ - 6741, + 6841, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6738 + 6838 ] } ], "v_match_lineup_buy_types_aggregate": [ - 6735, + 6835, { "distinct_on": [ - 6742, + 6842, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -181620,19 +183367,19 @@ export default { 41 ], "order_by": [ - 6741, + 6841, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6738 + 6838 ] } ], "v_match_lineup_map_stats": [ - 6752, + 6852, { "distinct_on": [ - 6760, + 6860, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -181642,19 +183389,19 @@ export default { 41 ], "order_by": [ - 6759, + 6859, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6756 + 6856 ] } ], "v_match_lineup_map_stats_aggregate": [ - 6753, + 6853, { "distinct_on": [ - 6760, + 6860, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -181664,19 +183411,19 @@ export default { 41 ], "order_by": [ - 6759, + 6859, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6756 + 6856 ] } ], "v_match_map_backup_rounds": [ - 6770, + 6870, { "distinct_on": [ - 6781, + 6881, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -181686,19 +183433,19 @@ export default { 41 ], "order_by": [ - 6780, + 6880, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6774 + 6874 ] } ], "v_match_map_backup_rounds_aggregate": [ - 6771, + 6871, { "distinct_on": [ - 6781, + 6881, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -181708,19 +183455,19 @@ export default { 41 ], "order_by": [ - 6780, + 6880, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6774 + 6874 ] } ], "v_match_player_buy_types": [ - 6793, + 6893, { "distinct_on": [ - 6801, + 6901, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -181730,19 +183477,19 @@ export default { 41 ], "order_by": [ - 6800, + 6900, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6797 + 6897 ] } ], "v_match_player_buy_types_aggregate": [ - 6794, + 6894, { "distinct_on": [ - 6801, + 6901, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -181752,19 +183499,19 @@ export default { 41 ], "order_by": [ - 6800, + 6900, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6797 + 6897 ] } ], "v_match_player_opening_duels": [ - 6811, + 6911, { "distinct_on": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -181774,19 +183521,19 @@ export default { 41 ], "order_by": [ - 6826, + 6926, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6820 + 6920 ] } ], "v_match_player_opening_duels_aggregate": [ - 6812, + 6912, { "distinct_on": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -181796,19 +183543,19 @@ export default { 41 ], "order_by": [ - 6826, + 6926, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6820 + 6920 ] } ], "v_player_arch_nemesis": [ - 6844, + 6944, { "distinct_on": [ - 6852, + 6952, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -181818,19 +183565,19 @@ export default { 41 ], "order_by": [ - 6851, + 6951, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6848 + 6948 ] } ], "v_player_arch_nemesis_aggregate": [ - 6845, + 6945, { "distinct_on": [ - 6852, + 6952, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -181840,19 +183587,19 @@ export default { 41 ], "order_by": [ - 6851, + 6951, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6848 + 6948 ] } ], "v_player_damage": [ - 6862, + 6962, { "distinct_on": [ - 6870, + 6970, "[v_player_damage_select_column!]" ], "limit": [ @@ -181862,19 +183609,19 @@ export default { 41 ], "order_by": [ - 6869, + 6969, "[v_player_damage_order_by!]" ], "where": [ - 6866 + 6966 ] } ], "v_player_damage_aggregate": [ - 6863, + 6963, { "distinct_on": [ - 6870, + 6970, "[v_player_damage_select_column!]" ], "limit": [ @@ -181884,19 +183631,19 @@ export default { 41 ], "order_by": [ - 6869, + 6969, "[v_player_damage_order_by!]" ], "where": [ - 6866 + 6966 ] } ], "v_player_elo": [ - 6880, + 6980, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -181906,19 +183653,19 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "v_player_elo_aggregate": [ - 6881, + 6981, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -181928,19 +183675,19 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "v_player_map_losses": [ - 6931, + 7031, { "distinct_on": [ - 6939, + 7039, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -181950,19 +183697,19 @@ export default { 41 ], "order_by": [ - 6938, + 7038, "[v_player_map_losses_order_by!]" ], "where": [ - 6935 + 7035 ] } ], "v_player_map_losses_aggregate": [ - 6932, + 7032, { "distinct_on": [ - 6939, + 7039, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -181972,19 +183719,19 @@ export default { 41 ], "order_by": [ - 6938, + 7038, "[v_player_map_losses_order_by!]" ], "where": [ - 6935 + 7035 ] } ], "v_player_map_wins": [ - 6949, + 7049, { "distinct_on": [ - 6957, + 7057, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -181994,19 +183741,19 @@ export default { 41 ], "order_by": [ - 6956, + 7056, "[v_player_map_wins_order_by!]" ], "where": [ - 6953 + 7053 ] } ], "v_player_map_wins_aggregate": [ - 6950, + 7050, { "distinct_on": [ - 6957, + 7057, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -182016,19 +183763,19 @@ export default { 41 ], "order_by": [ - 6956, + 7056, "[v_player_map_wins_order_by!]" ], "where": [ - 6953 + 7053 ] } ], "v_player_match_head_to_head": [ - 6967, + 7067, { "distinct_on": [ - 6975, + 7075, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -182038,19 +183785,19 @@ export default { 41 ], "order_by": [ - 6974, + 7074, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6971 + 7071 ] } ], "v_player_match_head_to_head_aggregate": [ - 6968, + 7068, { "distinct_on": [ - 6975, + 7075, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -182060,19 +183807,19 @@ export default { 41 ], "order_by": [ - 6974, + 7074, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6971 + 7071 ] } ], "v_player_match_map_hltv": [ - 6985, + 7085, { "distinct_on": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -182082,19 +183829,19 @@ export default { 41 ], "order_by": [ - 7002, + 7102, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6994 + 7094 ] } ], "v_player_match_map_hltv_aggregate": [ - 6986, + 7086, { "distinct_on": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -182104,19 +183851,19 @@ export default { 41 ], "order_by": [ - 7002, + 7102, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6994 + 7094 ] } ], "v_player_match_map_roles": [ - 7022, + 7122, { "distinct_on": [ - 7030, + 7130, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -182126,19 +183873,19 @@ export default { 41 ], "order_by": [ - 7029, + 7129, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7026 + 7126 ] } ], "v_player_match_map_roles_aggregate": [ - 7023, + 7123, { "distinct_on": [ - 7030, + 7130, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -182148,19 +183895,19 @@ export default { 41 ], "order_by": [ - 7029, + 7129, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7026 + 7126 ] } ], "v_player_match_performance": [ - 7040, + 7140, { "distinct_on": [ - 7048, + 7148, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -182170,19 +183917,19 @@ export default { 41 ], "order_by": [ - 7047, + 7147, "[v_player_match_performance_order_by!]" ], "where": [ - 7044 + 7144 ] } ], "v_player_match_performance_aggregate": [ - 7041, + 7141, { "distinct_on": [ - 7048, + 7148, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -182192,19 +183939,19 @@ export default { 41 ], "order_by": [ - 7047, + 7147, "[v_player_match_performance_order_by!]" ], "where": [ - 7044 + 7144 ] } ], "v_player_match_rating": [ - 7058, + 7158, { "distinct_on": [ - 7066, + 7166, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -182214,19 +183961,19 @@ export default { 41 ], "order_by": [ - 7065, + 7165, "[v_player_match_rating_order_by!]" ], "where": [ - 7062 + 7162 ] } ], "v_player_match_rating_aggregate": [ - 7059, + 7159, { "distinct_on": [ - 7066, + 7166, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -182236,19 +183983,19 @@ export default { 41 ], "order_by": [ - 7065, + 7165, "[v_player_match_rating_order_by!]" ], "where": [ - 7062 + 7162 ] } ], "v_player_multi_kills": [ - 7076, + 7176, { "distinct_on": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -182258,19 +184005,19 @@ export default { 41 ], "order_by": [ - 7091, + 7191, "[v_player_multi_kills_order_by!]" ], "where": [ - 7085 + 7185 ] } ], "v_player_multi_kills_aggregate": [ - 7077, + 7177, { "distinct_on": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -182280,19 +184027,19 @@ export default { 41 ], "order_by": [ - 7091, + 7191, "[v_player_multi_kills_order_by!]" ], "where": [ - 7085 + 7185 ] } ], "v_player_queue_partners": [ - 7109, + 7209, { "distinct_on": [ - 7117, + 7217, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -182302,19 +184049,19 @@ export default { 41 ], "order_by": [ - 7116, + 7216, "[v_player_queue_partners_order_by!]" ], "where": [ - 7113 + 7213 ] } ], "v_player_queue_partners_aggregate": [ - 7110, + 7210, { "distinct_on": [ - 7117, + 7217, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -182324,19 +184071,19 @@ export default { 41 ], "order_by": [ - 7116, + 7216, "[v_player_queue_partners_order_by!]" ], "where": [ - 7113 + 7213 ] } ], "v_player_weapon_damage": [ - 7127, + 7227, { "distinct_on": [ - 7135, + 7235, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -182346,19 +184093,19 @@ export default { 41 ], "order_by": [ - 7134, + 7234, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7131 + 7231 ] } ], "v_player_weapon_damage_aggregate": [ - 7128, + 7228, { "distinct_on": [ - 7135, + 7235, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -182368,19 +184115,19 @@ export default { 41 ], "order_by": [ - 7134, + 7234, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7131 + 7231 ] } ], "v_player_weapon_kills": [ - 7145, + 7245, { "distinct_on": [ - 7153, + 7253, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -182390,19 +184137,19 @@ export default { 41 ], "order_by": [ - 7152, + 7252, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7149 + 7249 ] } ], "v_player_weapon_kills_aggregate": [ - 7146, + 7246, { "distinct_on": [ - 7153, + 7253, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -182412,19 +184159,19 @@ export default { 41 ], "order_by": [ - 7152, + 7252, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7149 + 7249 ] } ], "v_pool_maps": [ - 7163, + 7263, { "distinct_on": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "limit": [ @@ -182434,19 +184181,19 @@ export default { 41 ], "order_by": [ - 7179, + 7279, "[v_pool_maps_order_by!]" ], "where": [ - 7172 + 7272 ] } ], "v_pool_maps_aggregate": [ - 7164, + 7264, { "distinct_on": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "limit": [ @@ -182456,19 +184203,19 @@ export default { 41 ], "order_by": [ - 7179, + 7279, "[v_pool_maps_order_by!]" ], "where": [ - 7172 + 7272 ] } ], "v_steam_account_pool_status": [ - 7187, + 7287, { "distinct_on": [ - 7195, + 7295, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -182478,19 +184225,19 @@ export default { 41 ], "order_by": [ - 7194, + 7294, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7191 + 7291 ] } ], "v_steam_account_pool_status_aggregate": [ - 7188, + 7288, { "distinct_on": [ - 7195, + 7295, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -182500,19 +184247,19 @@ export default { 41 ], "order_by": [ - 7194, + 7294, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7191 + 7291 ] } ], "v_team_ranks": [ - 7205, + 7305, { "distinct_on": [ - 7215, + 7315, "[v_team_ranks_select_column!]" ], "limit": [ @@ -182522,19 +184269,19 @@ export default { 41 ], "order_by": [ - 7214, + 7314, "[v_team_ranks_order_by!]" ], "where": [ - 7209 + 7309 ] } ], "v_team_ranks_aggregate": [ - 7206, + 7306, { "distinct_on": [ - 7215, + 7315, "[v_team_ranks_select_column!]" ], "limit": [ @@ -182544,19 +184291,19 @@ export default { 41 ], "order_by": [ - 7214, + 7314, "[v_team_ranks_order_by!]" ], "where": [ - 7209 + 7309 ] } ], "v_team_reputation": [ - 7225, + 7325, { "distinct_on": [ - 7235, + 7335, "[v_team_reputation_select_column!]" ], "limit": [ @@ -182566,19 +184313,19 @@ export default { 41 ], "order_by": [ - 7234, + 7334, "[v_team_reputation_order_by!]" ], "where": [ - 7229 + 7329 ] } ], "v_team_reputation_aggregate": [ - 7226, + 7326, { "distinct_on": [ - 7235, + 7335, "[v_team_reputation_select_column!]" ], "limit": [ @@ -182588,19 +184335,19 @@ export default { 41 ], "order_by": [ - 7234, + 7334, "[v_team_reputation_order_by!]" ], "where": [ - 7229 + 7329 ] } ], "v_team_stage_results": [ - 7245, + 7345, { "distinct_on": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -182610,19 +184357,19 @@ export default { 41 ], "order_by": [ - 7275, + 7375, "[v_team_stage_results_order_by!]" ], "where": [ - 7264 + 7364 ] } ], "v_team_stage_results_aggregate": [ - 7246, + 7346, { "distinct_on": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -182632,32 +184379,32 @@ export default { 41 ], "order_by": [ - 7275, + 7375, "[v_team_stage_results_order_by!]" ], "where": [ - 7264 + 7364 ] } ], "v_team_stage_results_by_pk": [ - 7245, + 7345, { "tournament_stage_id": [ - 6503, + 6603, "uuid!" ], "tournament_team_id": [ - 6503, + 6603, "uuid!" ] } ], "v_team_tournament_results": [ - 7305, + 7405, { "distinct_on": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -182667,19 +184414,19 @@ export default { 41 ], "order_by": [ - 7330, + 7430, "[v_team_tournament_results_order_by!]" ], "where": [ - 7324 + 7424 ] } ], "v_team_tournament_results_aggregate": [ - 7306, + 7406, { "distinct_on": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -182689,19 +184436,19 @@ export default { 41 ], "order_by": [ - 7330, + 7430, "[v_team_tournament_results_order_by!]" ], "where": [ - 7324 + 7424 ] } ], "v_tournament_player_stats": [ - 7356, + 7456, { "distinct_on": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -182711,19 +184458,19 @@ export default { 41 ], "order_by": [ - 7381, + 7481, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7375 + 7475 ] } ], "v_tournament_player_stats_aggregate": [ - 7357, + 7457, { "distinct_on": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -182733,11 +184480,11 @@ export default { 41 ], "order_by": [ - 7381, + 7481, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7375 + 7475 ] } ], @@ -182753,7 +184500,7 @@ export default { 61, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -182762,17 +184509,17 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "reset_status": [ 85 ], "scheduled_at": [ - 5196 + 5242 ], "winning_lineup_id": [ - 6503 + 6603 ] } ], @@ -182780,7 +184527,7 @@ export default { 88, { "invite_id": [ - 6503, + 6603, "uuid!" ], "type": [ @@ -182824,7 +184571,7 @@ export default { 88, { "draftGameId": [ - 6503, + 6603, "uuid!" ], "lineup": [ @@ -182866,14 +184613,14 @@ export default { } ], "approve_league_season_movements": [ - 2628, + 2674, { "args": [ 241, "approve_league_season_movements_args!" ], "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -182883,11 +184630,11 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], @@ -182921,7 +184668,7 @@ export default { 88, { "game_server_node_id": [ - 6503, + 6603, "uuid!" ] } @@ -182942,7 +184689,7 @@ export default { 88, { "game_server_node_id": [ - 6503, + 6603, "uuid!" ] } @@ -182951,7 +184698,7 @@ export default { 88, { "job_id": [ - 6503, + 6603, "uuid!" ] } @@ -182960,7 +184707,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -182969,7 +184716,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -182987,7 +184734,7 @@ export default { 88, { "request_id": [ - 6503, + 6603, "uuid!" ] } @@ -182996,7 +184743,7 @@ export default { 88, { "render_id": [ - 6503, + 6603, "uuid!" ] } @@ -183005,10 +184752,10 @@ export default { 131, { "lineup_id": [ - 6503 + 6603 ], "lineup_ids": [ - 6503, + 6603, "[uuid!]" ], "map_name": [ @@ -183019,7 +184766,7 @@ export default { 142 ], "session_id": [ - 6503, + 6603, "uuid!" ] } @@ -183028,7 +184775,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -183037,11 +184784,11 @@ export default { 88, { "tournament_id": [ - 6503, + 6603, "uuid!" ], "tournament_team_id": [ - 6503 + 6603 ] } ], @@ -183049,7 +184796,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -183070,14 +184817,14 @@ export default { } ], "clone_league_season": [ - 2595, + 2641, { "args": [ 393, "clone_league_season_args!" ], "distinct_on": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "limit": [ @@ -183087,11 +184834,11 @@ export default { 41 ], "order_by": [ - 2612, + 2658, "[league_seasons_order_by!]" ], "where": [ - 2600 + 2646 ] } ], @@ -183099,7 +184846,7 @@ export default { 88, { "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -183108,11 +184855,11 @@ export default { 88, { "proposed_scheduled_at": [ - 5196, + 5242, "timestamptz!" ], "request_id": [ - 6503, + 6603, "uuid!" ] } @@ -183133,7 +184880,7 @@ export default { 41 ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "preset": [ @@ -183168,7 +184915,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -183177,7 +184924,7 @@ export default { 17, { "settings": [ - 2392, + 2438, "jsonb!" ] } @@ -183194,7 +184941,7 @@ export default { "ScheduledLineupInput!" ], "options": [ - 2392, + 2438, "jsonb!" ], "scheduled_at": [ @@ -183223,7 +184970,7 @@ export default { 88, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183232,7 +184979,7 @@ export default { 88, { "clip_id": [ - 6503, + 6603, "uuid!" ] } @@ -183250,7 +184997,7 @@ export default { 88, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183284,7 +185031,7 @@ export default { 88, { "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -183293,7 +185040,7 @@ export default { 88, { "render_id": [ - 6503, + 6603, "uuid!" ] } @@ -183302,7 +185049,7 @@ export default { 88, { "playbook_id": [ - 6503, + 6603, "uuid!" ] } @@ -183320,11 +185067,11 @@ export default { 154, { "map_id": [ - 6503, + 6603, "uuid!" ], "map_pool_id": [ - 6503, + 6603, "uuid!" ] } @@ -183342,7 +185089,7 @@ export default { 173, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183360,7 +185107,7 @@ export default { 214, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183378,7 +185125,7 @@ export default { 242, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183396,7 +185143,7 @@ export default { 283, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183436,7 +185183,7 @@ export default { 343, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183454,7 +185201,7 @@ export default { 395, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183472,7 +185219,7 @@ export default { 427, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183512,7 +185259,7 @@ export default { 481, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183530,7 +185277,7 @@ export default { 508, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -183548,7 +185295,7 @@ export default { 553, { "draft_game_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -183570,7 +185317,7 @@ export default { 598, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -184187,17 +185934,53 @@ export default { ] } ], - "delete_e_sanction_types": [ - 1350, + "delete_e_sanction_scopes": [ + 1348, { "where": [ 1343, + "e_sanction_scopes_bool_exp!" + ] + } + ], + "delete_e_sanction_scopes_by_pk": [ + 1340, + { + "value": [ + 85, + "String!" + ] + } + ], + "delete_e_sanction_sources": [ + 1369, + { + "where": [ + 1363, + "e_sanction_sources_bool_exp!" + ] + } + ], + "delete_e_sanction_sources_by_pk": [ + 1359, + { + "value": [ + 85, + "String!" + ] + } + ], + "delete_e_sanction_types": [ + 1396, + { + "where": [ + 1389, "e_sanction_types_bool_exp!" ] } ], "delete_e_sanction_types_by_pk": [ - 1340, + 1386, { "value": [ 85, @@ -184206,16 +185989,16 @@ export default { } ], "delete_e_scrim_request_statuses": [ - 1371, + 1417, { "where": [ - 1364, + 1410, "e_scrim_request_statuses_bool_exp!" ] } ], "delete_e_scrim_request_statuses_by_pk": [ - 1361, + 1407, { "value": [ 85, @@ -184224,16 +186007,16 @@ export default { } ], "delete_e_server_types": [ - 1391, + 1437, { "where": [ - 1384, + 1430, "e_server_types_bool_exp!" ] } ], "delete_e_server_types_by_pk": [ - 1381, + 1427, { "value": [ 85, @@ -184242,16 +186025,16 @@ export default { } ], "delete_e_sides": [ - 1411, + 1457, { "where": [ - 1404, + 1450, "e_sides_bool_exp!" ] } ], "delete_e_sides_by_pk": [ - 1401, + 1447, { "value": [ 85, @@ -184260,16 +186043,16 @@ export default { } ], "delete_e_system_alert_types": [ - 1431, + 1477, { "where": [ - 1424, + 1470, "e_system_alert_types_bool_exp!" ] } ], "delete_e_system_alert_types_by_pk": [ - 1421, + 1467, { "value": [ 85, @@ -184278,16 +186061,16 @@ export default { } ], "delete_e_team_roles": [ - 1451, + 1497, { "where": [ - 1444, + 1490, "e_team_roles_bool_exp!" ] } ], "delete_e_team_roles_by_pk": [ - 1441, + 1487, { "value": [ 85, @@ -184296,16 +186079,16 @@ export default { } ], "delete_e_team_roster_statuses": [ - 1472, + 1518, { "where": [ - 1465, + 1511, "e_team_roster_statuses_bool_exp!" ] } ], "delete_e_team_roster_statuses_by_pk": [ - 1462, + 1508, { "value": [ 85, @@ -184314,16 +186097,16 @@ export default { } ], "delete_e_timeout_settings": [ - 1492, + 1538, { "where": [ - 1485, + 1531, "e_timeout_settings_bool_exp!" ] } ], "delete_e_timeout_settings_by_pk": [ - 1482, + 1528, { "value": [ 85, @@ -184332,16 +186115,16 @@ export default { } ], "delete_e_tournament_categories": [ - 1512, + 1558, { "where": [ - 1505, + 1551, "e_tournament_categories_bool_exp!" ] } ], "delete_e_tournament_categories_by_pk": [ - 1502, + 1548, { "value": [ 85, @@ -184350,16 +186133,16 @@ export default { } ], "delete_e_tournament_free_agent_statuses": [ - 1533, + 1579, { "where": [ - 1526, + 1572, "e_tournament_free_agent_statuses_bool_exp!" ] } ], "delete_e_tournament_free_agent_statuses_by_pk": [ - 1523, + 1569, { "value": [ 85, @@ -184368,16 +186151,16 @@ export default { } ], "delete_e_tournament_registration_types": [ - 1554, + 1600, { "where": [ - 1547, + 1593, "e_tournament_registration_types_bool_exp!" ] } ], "delete_e_tournament_registration_types_by_pk": [ - 1544, + 1590, { "value": [ 85, @@ -184386,16 +186169,16 @@ export default { } ], "delete_e_tournament_stage_types": [ - 1574, + 1620, { "where": [ - 1567, + 1613, "e_tournament_stage_types_bool_exp!" ] } ], "delete_e_tournament_stage_types_by_pk": [ - 1564, + 1610, { "value": [ 85, @@ -184404,16 +186187,16 @@ export default { } ], "delete_e_tournament_status": [ - 1595, + 1641, { "where": [ - 1588, + 1634, "e_tournament_status_bool_exp!" ] } ], "delete_e_tournament_status_by_pk": [ - 1585, + 1631, { "value": [ 85, @@ -184422,16 +186205,16 @@ export default { } ], "delete_e_utility_practice_access": [ - 1616, + 1662, { "where": [ - 1609, + 1655, "e_utility_practice_access_bool_exp!" ] } ], "delete_e_utility_practice_access_by_pk": [ - 1606, + 1652, { "value": [ 85, @@ -184440,16 +186223,16 @@ export default { } ], "delete_e_utility_practice_statuses": [ - 1636, + 1682, { "where": [ - 1629, + 1675, "e_utility_practice_statuses_bool_exp!" ] } ], "delete_e_utility_practice_statuses_by_pk": [ - 1626, + 1672, { "value": [ 85, @@ -184458,16 +186241,16 @@ export default { } ], "delete_e_utility_sources": [ - 1657, + 1703, { "where": [ - 1650, + 1696, "e_utility_sources_bool_exp!" ] } ], "delete_e_utility_sources_by_pk": [ - 1647, + 1693, { "value": [ 85, @@ -184476,16 +186259,16 @@ export default { } ], "delete_e_utility_techniques": [ - 1677, + 1723, { "where": [ - 1670, + 1716, "e_utility_techniques_bool_exp!" ] } ], "delete_e_utility_techniques_by_pk": [ - 1667, + 1713, { "value": [ 85, @@ -184494,16 +186277,16 @@ export default { } ], "delete_e_utility_throw_strengths": [ - 1697, + 1743, { "where": [ - 1690, + 1736, "e_utility_throw_strengths_bool_exp!" ] } ], "delete_e_utility_throw_strengths_by_pk": [ - 1687, + 1733, { "value": [ 85, @@ -184512,16 +186295,16 @@ export default { } ], "delete_e_utility_types": [ - 1717, + 1763, { "where": [ - 1710, + 1756, "e_utility_types_bool_exp!" ] } ], "delete_e_utility_types_by_pk": [ - 1707, + 1753, { "value": [ 85, @@ -184530,16 +186313,16 @@ export default { } ], "delete_e_utility_visibility": [ - 1737, + 1783, { "where": [ - 1730, + 1776, "e_utility_visibility_bool_exp!" ] } ], "delete_e_utility_visibility_by_pk": [ - 1727, + 1773, { "value": [ 85, @@ -184548,16 +186331,16 @@ export default { } ], "delete_e_veto_pick_types": [ - 1757, + 1803, { "where": [ - 1750, + 1796, "e_veto_pick_types_bool_exp!" ] } ], "delete_e_veto_pick_types_by_pk": [ - 1747, + 1793, { "value": [ 85, @@ -184566,16 +186349,16 @@ export default { } ], "delete_e_winning_reasons": [ - 1777, + 1823, { "where": [ - 1770, + 1816, "e_winning_reasons_bool_exp!" ] } ], "delete_e_winning_reasons_by_pk": [ - 1767, + 1813, { "value": [ 85, @@ -184584,59 +186367,59 @@ export default { } ], "delete_event_match_links": [ - 1795, + 1841, { "where": [ - 1790, + 1836, "event_match_links_bool_exp!" ] } ], "delete_event_match_links_by_pk": [ - 1787, + 1833, { "event_id": [ - 6503, + 6603, "uuid!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_event_media": [ - 1822, + 1868, { "where": [ - 1814, + 1860, "event_media_bool_exp!" ] } ], "delete_event_media_by_pk": [ - 1805, + 1851, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_event_media_players": [ - 1844, + 1890, { "where": [ - 1836, + 1882, "event_media_players_bool_exp!" ] } ], "delete_event_media_players_by_pk": [ - 1827, + 1873, { "media_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -184646,19 +186429,19 @@ export default { } ], "delete_event_organizers": [ - 1905, + 1951, { "where": [ - 1897, + 1943, "event_organizers_bool_exp!" ] } ], "delete_event_organizers_by_pk": [ - 1888, + 1934, { "event_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -184668,19 +186451,19 @@ export default { } ], "delete_event_players": [ - 1946, + 1992, { "where": [ - 1938, + 1984, "event_players_bool_exp!" ] } ], "delete_event_players_by_pk": [ - 1929, + 1975, { "event_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -184690,78 +186473,78 @@ export default { } ], "delete_event_teams": [ - 1984, + 2030, { "where": [ - 1977, + 2023, "event_teams_bool_exp!" ] } ], "delete_event_teams_by_pk": [ - 1970, + 2016, { "event_id": [ - 6503, + 6603, "uuid!" ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_event_tournaments": [ - 2008, + 2054, { "where": [ - 2001, + 2047, "event_tournaments_bool_exp!" ] } ], "delete_event_tournaments_by_pk": [ - 1994, + 2040, { "event_id": [ - 6503, + 6603, "uuid!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_events": [ - 2028, + 2074, { "where": [ - 2022, + 2068, "events_bool_exp!" ] } ], "delete_events_by_pk": [ - 2018, + 2064, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_friends": [ - 2058, + 2104, { "where": [ - 2052, + 2098, "friends_bool_exp!" ] } ], "delete_friends_by_pk": [ - 2048, + 2094, { "other_player_steam_id": [ 311, @@ -184774,19 +186557,19 @@ export default { } ], "delete_game_mode_plugins": [ - 2098, + 2144, { "where": [ - 2087, + 2133, "game_mode_plugins_bool_exp!" ] } ], "delete_game_mode_plugins_by_pk": [ - 2075, + 2121, { "game_mode_id": [ - 6503, + 6603, "uuid!" ], "plugin_slug": [ @@ -184796,34 +186579,34 @@ export default { } ], "delete_game_modes": [ - 2133, + 2179, { "where": [ - 2128, + 2174, "game_modes_bool_exp!" ] } ], "delete_game_modes_by_pk": [ - 2125, + 2171, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_game_plugin_installs": [ - 2152, + 2198, { "where": [ - 2147, + 2193, "game_plugin_installs_bool_exp!" ] } ], "delete_game_plugin_installs_by_pk": [ - 2144, + 2190, { "plugin_slug": [ 85, @@ -184832,16 +186615,16 @@ export default { } ], "delete_game_plugin_versions": [ - 2181, + 2227, { "where": [ - 2173, + 2219, "game_plugin_versions_bool_exp!" ] } ], "delete_game_plugin_versions_by_pk": [ - 2162, + 2208, { "plugin_slug": [ 85, @@ -184858,16 +186641,16 @@ export default { } ], "delete_game_plugins": [ - 2220, + 2266, { "where": [ - 2212, + 2258, "game_plugins_bool_exp!" ] } ], "delete_game_plugins_by_pk": [ - 2207, + 2253, { "slug": [ 85, @@ -184876,34 +186659,34 @@ export default { } ], "delete_game_server_node_plugins": [ - 2255, + 2301, { "where": [ - 2248, + 2294, "game_server_node_plugins_bool_exp!" ] } ], "delete_game_server_node_plugins_by_pk": [ - 2239, + 2285, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_game_server_nodes": [ - 2290, + 2336, { "where": [ - 2279, + 2325, "game_server_nodes_bool_exp!" ] } ], "delete_game_server_nodes_by_pk": [ - 2267, + 2313, { "id": [ 85, @@ -184912,16 +186695,16 @@ export default { } ], "delete_game_versions": [ - 2332, + 2378, { "where": [ - 2323, + 2369, "game_versions_bool_exp!" ] } ], "delete_game_versions_by_pk": [ - 2318, + 2364, { "build_id": [ 41, @@ -184930,172 +186713,172 @@ export default { } ], "delete_gamedata_signature_validations": [ - 2365, + 2411, { "where": [ - 2356, + 2402, "gamedata_signature_validations_bool_exp!" ] } ], "delete_gamedata_signature_validations_by_pk": [ - 2351, + 2397, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_leaderboard_entries": [ - 2404, + 2450, { "where": [ - 2399, + 2445, "leaderboard_entries_bool_exp!" ] } ], "delete_league_divisions": [ - 2429, + 2475, { "where": [ - 2423, + 2469, "league_divisions_bool_exp!" ] } ], "delete_league_divisions_by_pk": [ - 2419, + 2465, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_match_weeks": [ - 2464, + 2510, { "where": [ - 2456, + 2502, "league_match_weeks_bool_exp!" ] } ], "delete_league_match_weeks_by_pk": [ - 2447, + 2493, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_relegation_playoffs": [ - 2505, + 2551, { "where": [ - 2497, + 2543, "league_relegation_playoffs_bool_exp!" ] } ], "delete_league_relegation_playoffs_by_pk": [ - 2488, + 2534, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_scheduling_proposals": [ - 2546, + 2592, { "where": [ - 2538, + 2584, "league_scheduling_proposals_bool_exp!" ] } ], "delete_league_scheduling_proposals_by_pk": [ - 2529, + 2575, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_season_divisions": [ - 2584, + 2630, { "where": [ - 2577, + 2623, "league_season_divisions_bool_exp!" ] } ], "delete_league_season_divisions_by_pk": [ - 2570, + 2616, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_seasons": [ - 2609, + 2655, { "where": [ - 2600, + 2646, "league_seasons_bool_exp!" ] } ], "delete_league_seasons_by_pk": [ - 2595, + 2641, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_team_movements": [ - 2645, + 2691, { "where": [ - 2637, + 2683, "league_team_movements_bool_exp!" ] } ], "delete_league_team_movements_by_pk": [ - 2628, + 2674, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_team_rosters": [ - 2686, + 2732, { "where": [ - 2678, + 2724, "league_team_rosters_bool_exp!" ] } ], "delete_league_team_rosters_by_pk": [ - 2669, + 2715, { "league_team_season_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -185105,73 +186888,73 @@ export default { } ], "delete_league_team_seasons": [ - 2727, + 2773, { "where": [ - 2719, + 2765, "league_team_seasons_bool_exp!" ] } ], "delete_league_team_seasons_by_pk": [ - 2710, + 2756, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_league_teams": [ - 2760, + 2806, { "where": [ - 2755, + 2801, "league_teams_bool_exp!" ] } ], "delete_league_teams_by_pk": [ - 2752, + 2798, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_lobbies": [ - 2779, + 2825, { "where": [ - 2774, + 2820, "lobbies_bool_exp!" ] } ], "delete_lobbies_by_pk": [ - 2771, + 2817, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_lobby_players": [ - 2809, + 2855, { "where": [ - 2801, + 2847, "lobby_players_bool_exp!" ] } ], "delete_lobby_players_by_pk": [ - 2790, + 2836, { "lobby_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -185181,16 +186964,16 @@ export default { } ], "delete_map_callouts": [ - 2847, + 2893, { "where": [ - 2839, + 2885, "map_callouts_bool_exp!" ] } ], "delete_map_callouts_by_pk": [ - 2835, + 2881, { "map_name": [ 85, @@ -185203,250 +186986,250 @@ export default { } ], "delete_map_pools": [ - 2866, + 2912, { "where": [ - 2861, + 2907, "map_pools_bool_exp!" ] } ], "delete_map_pools_by_pk": [ - 2858, + 2904, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_maps": [ - 2893, + 2939, { "where": [ - 2886, + 2932, "maps_bool_exp!" ] } ], "delete_maps_by_pk": [ - 2877, + 2923, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_clips": [ - 2923, + 2969, { "where": [ - 2915, + 2961, "match_clips_bool_exp!" ] } ], "delete_match_clips_by_pk": [ - 2906, + 2952, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_demo_sessions": [ - 2969, + 3015, { "where": [ - 2958, + 3004, "match_demo_sessions_bool_exp!" ] } ], "delete_match_demo_sessions_by_pk": [ - 2948, + 2994, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_lineup_players": [ - 3013, + 3059, { "where": [ - 3005, + 3051, "match_lineup_players_bool_exp!" ] } ], "delete_match_lineup_players_by_pk": [ - 2994, + 3040, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_lineups": [ - 3056, + 3102, { "where": [ - 3048, + 3094, "match_lineups_bool_exp!" ] } ], "delete_match_lineups_by_pk": [ - 3039, + 3085, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_map_demos": [ - 3104, + 3150, { "where": [ - 3093, + 3139, "match_map_demos_bool_exp!" ] } ], "delete_match_map_demos_by_pk": [ - 3081, + 3127, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_map_rounds": [ - 3149, + 3195, { "where": [ - 3141, + 3187, "match_map_rounds_bool_exp!" ] } ], "delete_match_map_rounds_by_pk": [ - 3132, + 3178, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_map_veto_picks": [ - 3189, + 3235, { "where": [ - 3182, + 3228, "match_map_veto_picks_bool_exp!" ] } ], "delete_match_map_veto_picks_by_pk": [ - 3173, + 3219, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_maps": [ - 3218, + 3264, { "where": [ - 3210, + 3256, "match_maps_bool_exp!" ] } ], "delete_match_maps_by_pk": [ - 3201, + 3247, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_options": [ - 3262, + 3308, { "where": [ - 3254, + 3300, "match_options_bool_exp!" ] } ], "delete_match_options_by_pk": [ - 3243, + 3289, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_region_veto_picks": [ - 3305, + 3351, { "where": [ - 3298, + 3344, "match_region_veto_picks_bool_exp!" ] } ], "delete_match_region_veto_picks_by_pk": [ - 3289, + 3335, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_streams": [ - 3340, + 3386, { "where": [ - 3329, + 3375, "match_streams_bool_exp!" ] } ], "delete_match_streams_by_pk": [ - 3317, + 3363, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_match_type_cfgs": [ - 3375, + 3421, { "where": [ - 3370, + 3416, "match_type_cfgs_bool_exp!" ] } ], "delete_match_type_cfgs_by_pk": [ - 3367, + 3413, { "type": [ 875, @@ -185455,34 +187238,34 @@ export default { } ], "delete_matches": [ - 3404, + 3450, { "where": [ - 3396, + 3442, "matches_bool_exp!" ] } ], "delete_matches_by_pk": [ - 3385, + 3431, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_migration_hashes_hashes": [ - 3439, + 3485, { "where": [ - 3434, + 3480, "migration_hashes_hashes_bool_exp!" ] } ], "delete_migration_hashes_hashes_by_pk": [ - 3431, + 3477, { "name": [ 85, @@ -185491,43 +187274,43 @@ export default { } ], "delete_my_friends": [ - 3471, + 3517, { "where": [ - 3461, + 3507, "my_friends_bool_exp!" ] } ], "delete_news_articles": [ - 3505, + 3551, { "where": [ - 3499, + 3545, "news_articles_bool_exp!" ] } ], "delete_news_articles_by_pk": [ - 3495, + 3541, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_notification_preferences": [ - 3532, + 3578, { "where": [ - 3526, + 3572, "notification_preferences_bool_exp!" ] } ], "delete_notification_preferences_by_pk": [ - 3522, + 3568, { "channel": [ 85, @@ -185544,99 +187327,99 @@ export default { } ], "delete_notifications": [ - 3572, + 3618, { "where": [ - 3561, + 3607, "notifications_bool_exp!" ] } ], "delete_notifications_by_pk": [ - 3549, + 3595, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_pending_match_import_players": [ - 3619, + 3665, { "where": [ - 3611, + 3657, "pending_match_import_players_bool_exp!" ] } ], "delete_pending_match_import_players_by_pk": [ - 3602, + 3648, { "steam_id": [ 311, "bigint!" ], "valve_match_id": [ - 3599, + 3645, "numeric!" ] } ], "delete_pending_match_imports": [ - 3653, + 3699, { "where": [ - 3647, + 3693, "pending_match_imports_bool_exp!" ] } ], "delete_pending_match_imports_by_pk": [ - 3643, + 3689, { "valve_match_id": [ - 3599, + 3645, "numeric!" ] } ], "delete_player_aim_stats_demo": [ - 3681, + 3727, { "where": [ - 3675, + 3721, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 3671, + 3717, { "attacker_steam_id": [ 311, "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 3715, + 3761, { "where": [ - 3707, + 3753, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 3698, + 3744, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -185650,16 +187433,16 @@ export default { } ], "delete_player_assists": [ - 3758, + 3804, { "where": [ - 3750, + 3796, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 3739, + 3785, { "attacked_steam_id": [ 311, @@ -185670,55 +187453,55 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "delete_player_damages": [ - 3819, + 3865, { "where": [ - 3811, + 3857, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 3802, + 3848, { "id": [ - 6503, + 6603, "uuid!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "delete_player_elo": [ - 3853, + 3899, { "where": [ - 3847, + 3893, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 3843, + 3889, { "match_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -185732,34 +187515,34 @@ export default { } ], "delete_player_faceit_rank_history": [ - 3887, + 3933, { "where": [ - 3879, + 3925, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 3870, + 3916, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_player_flashes": [ - 3930, + 3976, { "where": [ - 3922, + 3968, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 3911, + 3957, { "attacked_steam_id": [ 311, @@ -185770,26 +187553,26 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "delete_player_kills": [ - 4016, + 4062, { "where": [ - 3967, + 4013, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 3956, + 4002, { "attacked_steam_id": [ 311, @@ -185800,26 +187583,26 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 3985, + 4031, { "where": [ - 3977, + 4023, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 3968, + 4014, { "player_steam_id": [ 311, @@ -185832,28 +187615,28 @@ export default { } ], "delete_player_leaderboard_rank": [ - 4051, + 4097, { "where": [ - 4046, + 4092, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 4082, + 4128, { "where": [ - 4074, + 4120, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 4065, + 4111, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -185863,19 +187646,19 @@ export default { } ], "delete_player_objectives": [ - 4174, + 4220, { "where": [ - 4166, + 4212, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 4157, + 4203, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -185883,84 +187666,84 @@ export default { "bigint!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 4233, + 4279, { "where": [ - 4225, + 4271, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 4216, + 4262, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_player_sanctions": [ - 4274, + 4320, { "where": [ - 4266, + 4312, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 4257, + 4303, { "created_at": [ - 5196, + 5242, "timestamptz!" ], "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_player_season_stats": [ - 4325, + 4371, { "where": [ - 4317, + 4363, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 4298, + 4344, { "player_steam_id": [ 311, "bigint!" ], "season_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_player_stats": [ - 4367, + 4413, { "where": [ - 4361, + 4407, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 4357, + 4403, { "player_steam_id": [ 311, @@ -185969,16 +187752,16 @@ export default { } ], "delete_player_steam_bot_friend": [ - 4399, + 4445, { "where": [ - 4390, + 4436, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 4385, + 4431, { "steam_id": [ 311, @@ -185987,16 +187770,16 @@ export default { } ], "delete_player_steam_match_auth": [ - 4427, + 4473, { "where": [ - 4421, + 4467, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 4417, + 4463, { "steam_id": [ 311, @@ -186005,19 +187788,19 @@ export default { } ], "delete_player_unused_utility": [ - 4461, + 4507, { "where": [ - 4453, + 4499, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 4444, + 4490, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -186027,42 +187810,42 @@ export default { } ], "delete_player_utility": [ - 4502, + 4548, { "where": [ - 4494, + 4540, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 4485, + 4531, { "attacker_steam_id": [ 311, "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "delete_players": [ - 4569, + 4615, { "where": [ - 4563, + 4609, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 4559, + 4605, { "steam_id": [ 311, @@ -186071,16 +187854,16 @@ export default { } ], "delete_plugin_versions": [ - 4597, + 4643, { "where": [ - 4591, + 4637, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 4587, + 4633, { "runtime": [ 1305, @@ -186093,61 +187876,61 @@ export default { } ], "delete_push_subscriptions": [ - 4624, + 4670, { "where": [ - 4618, + 4664, "push_subscriptions_bool_exp!" ] } ], "delete_push_subscriptions_by_pk": [ - 4614, + 4660, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_role_permissions": [ - 4652, + 4698, { "where": [ - 4648, + 4694, "role_permissions_bool_exp!" ] } ], "delete_seasons": [ - 4669, + 4715, { "where": [ - 4663, + 4709, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 4659, + 4705, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_server_regions": [ - 4696, + 4742, { "where": [ - 4691, + 4737, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 4687, + 4733, { "value": [ 85, @@ -186156,34 +187939,34 @@ export default { } ], "delete_servers": [ - 4737, + 4783, { "where": [ - 4726, + 4772, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 4714, + 4760, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_settings": [ - 4773, + 4819, { "where": [ - 4768, + 4814, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 4765, + 4811, { "name": [ 85, @@ -186192,757 +187975,793 @@ export default { } ], "delete_steam_account_claims": [ - 4799, + 4845, { "where": [ - 4792, + 4838, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 4785, + 4831, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_steam_accounts": [ - 4819, + 4865, { "where": [ - 4813, + 4859, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 4809, + 4855, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_system_alerts": [ - 4847, + 4893, { "where": [ - 4841, + 4887, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 4837, + 4883, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_invites": [ - 4881, + 4927, { "where": [ - 4873, + 4919, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 4864, + 4910, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_roster": [ - 4924, + 4970, { "where": [ - 4916, + 4962, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 4905, + 4951, { "player_steam_id": [ 311, "bigint!" ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 4960, + 5006, { "where": [ - 4954, + 5000, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 4950, + 4996, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_scrim_availability": [ - 4993, + 5039, { "where": [ - 4986, + 5032, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 4977, + 5023, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 5022, + 5068, { "where": [ - 5014, + 5060, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 5005, + 5051, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_scrim_requests": [ - 5065, + 5111, { "where": [ - 5057, + 5103, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 5046, + 5092, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_scrim_settings": [ - 5102, + 5148, { "where": [ - 5096, + 5142, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 5092, + 5138, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_team_suggestions": [ - 5130, + 5176, { "where": [ - 5124, + 5170, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 5120, + 5166, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_teams": [ - 5166, + 5212, { "where": [ - 5158, + 5204, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 5147, + 5193, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_awards": [ - 5215, + 5261, { "where": [ - 5207, + 5253, "tournament_awards_bool_exp!" ] } ], "delete_tournament_awards_by_pk": [ - 5198, + 5244, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_brackets": [ - 5259, + 5305, { "where": [ - 5251, + 5297, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 5240, + 5286, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_categories": [ - 5300, + 5346, { "where": [ - 5293, + 5339, "tournament_categories_bool_exp!" ] } ], "delete_tournament_categories_by_pk": [ - 5286, + 5332, { "category": [ - 1507, + 1553, "e_tournament_categories_enum!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_free_agents": [ - 5327, + 5373, { "where": [ - 5319, + 5365, "tournament_free_agents_bool_exp!" ] } ], "delete_tournament_free_agents_by_pk": [ - 5310, + 5356, { "id": [ - 6503, + 6603, + "uuid!" + ] + } + ], + "delete_tournament_invites": [ + 5407, + { + "where": [ + 5401, + "tournament_invites_bool_exp!" + ] + } + ], + "delete_tournament_invites_by_pk": [ + 5397, + { + "id": [ + 6603, "uuid!" ] } ], "delete_tournament_leaderboard_entries": [ - 5360, + 5433, { "where": [ - 5355, + 5428, "tournament_leaderboard_entries_bool_exp!" ] } ], + "delete_tournament_no_shows": [ + 5457, + { + "where": [ + 5451, + "tournament_no_shows_bool_exp!" + ] + } + ], + "delete_tournament_no_shows_by_pk": [ + 5447, + { + "id": [ + 6603, + "uuid!" + ] + } + ], "delete_tournament_organizer_teams": [ - 5388, + 5488, { "where": [ - 5381, + 5481, "tournament_organizer_teams_bool_exp!" ] } ], "delete_tournament_organizer_teams_by_pk": [ - 5374, + 5474, { "team_id": [ - 6503, + 6603, "uuid!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_organizers": [ - 5415, + 5515, { "where": [ - 5407, + 5507, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 5398, + 5498, { "steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_prizes": [ - 5456, + 5556, { "where": [ - 5448, + 5548, "tournament_prizes_bool_exp!" ] } ], "delete_tournament_prizes_by_pk": [ - 5439, + 5539, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_registration_unlocks": [ - 5490, + 5590, { "where": [ - 5484, + 5584, "tournament_registration_unlocks_bool_exp!" ] } ], "delete_tournament_registration_unlocks_by_pk": [ - 5480, + 5580, { "player_steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_stage_windows": [ - 5524, + 5624, { "where": [ - 5516, + 5616, "tournament_stage_windows_bool_exp!" ] } ], "delete_tournament_stage_windows_by_pk": [ - 5507, + 5607, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_stages": [ - 5571, + 5671, { "where": [ - 5560, + 5660, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 5548, + 5648, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_team_invites": [ - 5616, + 5716, { "where": [ - 5608, + 5708, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 5599, + 5699, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_team_roster": [ - 5657, + 5757, { "where": [ - 5649, + 5749, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 5640, + 5740, { "player_steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournament_teams": [ - 5700, + 5800, { "where": [ - 5692, + 5792, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 5681, + 5781, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_tournaments": [ - 5756, + 5856, { "where": [ - 5748, + 5848, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 5727, + 5827, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_collection_items": [ - 5808, + 5908, { "where": [ - 5800, + 5900, "utility_collection_items_bool_exp!" ] } ], "delete_utility_collection_items_by_pk": [ - 5791, + 5891, { "collection_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_collections": [ - 5842, + 5942, { "where": [ - 5836, + 5936, "utility_collections_bool_exp!" ] } ], "delete_utility_collections_by_pk": [ - 5832, + 5932, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_demo_mines": [ - 5870, + 5970, { "where": [ - 5864, + 5964, "utility_demo_mines_bool_exp!" ] } ], "delete_utility_demo_mines_by_pk": [ - 5860, + 5960, { "match_map_demo_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_demo_throws": [ - 5897, + 5997, { "where": [ - 5891, + 5991, "utility_demo_throws_bool_exp!" ] } ], "delete_utility_demo_throws_by_pk": [ - 5887, + 5987, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_drift_results": [ - 5941, + 6041, { "where": [ - 5933, + 6033, "utility_drift_results_bool_exp!" ] } ], "delete_utility_drift_results_by_pk": [ - 5914, + 6014, { "utility_drift_scan_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_drift_scans": [ - 5983, + 6083, { "where": [ - 5977, + 6077, "utility_drift_scans_bool_exp!" ] } ], "delete_utility_drift_scans_by_pk": [ - 5973, + 6073, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_lineup_favorites": [ - 6018, + 6118, { "where": [ - 6010, + 6110, "utility_lineup_favorites_bool_exp!" ] } ], "delete_utility_lineup_favorites_by_pk": [ - 6001, + 6101, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_lineup_progress": [ - 6069, + 6169, { "where": [ - 6061, + 6161, "utility_lineup_progress_bool_exp!" ] } ], "delete_utility_lineup_progress_by_pk": [ - 6042, + 6142, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_lineup_renders": [ - 6124, + 6224, { "where": [ - 6113, + 6213, "utility_lineup_renders_bool_exp!" ] } ], "delete_utility_lineup_renders_by_pk": [ - 6101, + 6201, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_lineup_repairs": [ - 6178, + 6278, { "where": [ - 6170, + 6270, "utility_lineup_repairs_bool_exp!" ] } ], "delete_utility_lineup_repairs_by_pk": [ - 6151, + 6251, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_lineup_votes": [ - 6227, + 6327, { "where": [ - 6219, + 6319, "utility_lineup_votes_bool_exp!" ] } ], "delete_utility_lineup_votes_by_pk": [ - 6210, + 6310, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_lineups": [ - 6284, + 6384, { "where": [ - 6273, + 6373, "utility_lineups_bool_exp!" ] } ], "delete_utility_lineups_by_pk": [ - 6251, + 6351, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_meta_lineups": [ - 6330, + 6430, { "where": [ - 6324, + 6424, "utility_meta_lineups_bool_exp!" ] } ], "delete_utility_meta_lineups_by_pk": [ - 6320, + 6420, { "lineup_bucket": [ 85, @@ -186951,135 +188770,135 @@ export default { } ], "delete_utility_playbook_steps": [ - 6364, + 6464, { "where": [ - 6356, + 6456, "utility_playbook_steps_bool_exp!" ] } ], "delete_utility_playbook_steps_by_pk": [ - 6347, + 6447, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_playbooks": [ - 6398, + 6498, { "where": [ - 6392, + 6492, "utility_playbooks_bool_exp!" ] } ], "delete_utility_playbooks_by_pk": [ - 6388, + 6488, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_practice_invites": [ - 6433, + 6533, { "where": [ - 6425, + 6525, "utility_practice_invites_bool_exp!" ] } ], "delete_utility_practice_invites_by_pk": [ - 6416, + 6516, { "steam_id": [ 311, "bigint!" ], "utility_practice_session_id": [ - 6503, + 6603, "uuid!" ] } ], "delete_utility_practice_sessions": [ - 6476, + 6576, { "where": [ - 6468, + 6568, "utility_practice_sessions_bool_exp!" ] } ], "delete_utility_practice_sessions_by_pk": [ - 6457, + 6557, { "id": [ - 6503, + 6603, "uuid!" ] } ], "delete_v_match_captains": [ - 6668, + 6768, { "where": [ - 6663, + 6763, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 6779, + 6879, { "where": [ - 6774, + 6874, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 7001, + 7101, { "where": [ - 6994, + 7094, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 7178, + 7278, { "where": [ - 7172, + 7272, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 7272, + 7372, { "where": [ - 7264, + 7364, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 7245, + 7345, { "tournament_stage_id": [ - 6503, + 6603, "uuid!" ], "tournament_team_id": [ - 6503, + 6603, "uuid!" ] } @@ -187088,7 +188907,7 @@ export default { 88, { "invite_id": [ - 6503, + 6603, "uuid!" ], "type": [ @@ -187114,7 +188933,7 @@ export default { 112, { "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -187127,7 +188946,7 @@ export default { "Int!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -187136,11 +188955,11 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "winning_lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -187149,13 +188968,13 @@ export default { 122, { "collection_id": [ - 6503 + 6603 ], "name": [ 85 ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -187164,7 +188983,7 @@ export default { 46, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -187188,14 +189007,14 @@ export default { 5, { "award_id": [ - 6503, + 6603, "uuid!" ], "event_id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "note": [ 85 @@ -187204,13 +189023,13 @@ export default { 85 ], "season_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ], "tournament_id": [ - 6503 + 6603 ] } ], @@ -187221,7 +189040,7 @@ export default { 6 ], "payload": [ - 2392, + 2438, "jsonb!" ] } @@ -188378,3621 +190197,3717 @@ export default { ] } ], + "insert_e_sanction_scopes": [ + 1348, + { + "objects": [ + 1345, + "[e_sanction_scopes_insert_input!]!" + ], + "on_conflict": [ + 1350 + ] + } + ], + "insert_e_sanction_scopes_one": [ + 1340, + { + "object": [ + 1345, + "e_sanction_scopes_insert_input!" + ], + "on_conflict": [ + 1350 + ] + } + ], + "insert_e_sanction_sources": [ + 1369, + { + "objects": [ + 1366, + "[e_sanction_sources_insert_input!]!" + ], + "on_conflict": [ + 1370 + ] + } + ], + "insert_e_sanction_sources_one": [ + 1359, + { + "object": [ + 1366, + "e_sanction_sources_insert_input!" + ], + "on_conflict": [ + 1370 + ] + } + ], "insert_e_sanction_types": [ - 1350, + 1396, { "objects": [ - 1347, + 1393, "[e_sanction_types_insert_input!]!" ], "on_conflict": [ - 1352 + 1398 ] } ], "insert_e_sanction_types_one": [ - 1340, + 1386, { "object": [ - 1347, + 1393, "e_sanction_types_insert_input!" ], "on_conflict": [ - 1352 + 1398 ] } ], "insert_e_scrim_request_statuses": [ - 1371, + 1417, { "objects": [ - 1368, + 1414, "[e_scrim_request_statuses_insert_input!]!" ], "on_conflict": [ - 1372 + 1418 ] } ], "insert_e_scrim_request_statuses_one": [ - 1361, + 1407, { "object": [ - 1368, + 1414, "e_scrim_request_statuses_insert_input!" ], "on_conflict": [ - 1372 + 1418 ] } ], "insert_e_server_types": [ - 1391, + 1437, { "objects": [ - 1388, + 1434, "[e_server_types_insert_input!]!" ], "on_conflict": [ - 1392 + 1438 ] } ], "insert_e_server_types_one": [ - 1381, + 1427, { "object": [ - 1388, + 1434, "e_server_types_insert_input!" ], "on_conflict": [ - 1392 + 1438 ] } ], "insert_e_sides": [ - 1411, + 1457, { "objects": [ - 1408, + 1454, "[e_sides_insert_input!]!" ], "on_conflict": [ - 1412 + 1458 ] } ], "insert_e_sides_one": [ - 1401, + 1447, { "object": [ - 1408, + 1454, "e_sides_insert_input!" ], "on_conflict": [ - 1412 + 1458 ] } ], "insert_e_system_alert_types": [ - 1431, + 1477, { "objects": [ - 1428, + 1474, "[e_system_alert_types_insert_input!]!" ], "on_conflict": [ - 1432 + 1478 ] } ], "insert_e_system_alert_types_one": [ - 1421, + 1467, { "object": [ - 1428, + 1474, "e_system_alert_types_insert_input!" ], "on_conflict": [ - 1432 + 1478 ] } ], "insert_e_team_roles": [ - 1451, + 1497, { "objects": [ - 1448, + 1494, "[e_team_roles_insert_input!]!" ], "on_conflict": [ - 1453 + 1499 ] } ], "insert_e_team_roles_one": [ - 1441, + 1487, { "object": [ - 1448, + 1494, "e_team_roles_insert_input!" ], "on_conflict": [ - 1453 + 1499 ] } ], "insert_e_team_roster_statuses": [ - 1472, + 1518, { "objects": [ - 1469, + 1515, "[e_team_roster_statuses_insert_input!]!" ], "on_conflict": [ - 1473 + 1519 ] } ], "insert_e_team_roster_statuses_one": [ - 1462, + 1508, { "object": [ - 1469, + 1515, "e_team_roster_statuses_insert_input!" ], "on_conflict": [ - 1473 + 1519 ] } ], "insert_e_timeout_settings": [ - 1492, + 1538, { "objects": [ - 1489, + 1535, "[e_timeout_settings_insert_input!]!" ], "on_conflict": [ - 1493 + 1539 ] } ], "insert_e_timeout_settings_one": [ - 1482, + 1528, { "object": [ - 1489, + 1535, "e_timeout_settings_insert_input!" ], "on_conflict": [ - 1493 + 1539 ] } ], "insert_e_tournament_categories": [ - 1512, + 1558, { "objects": [ - 1509, + 1555, "[e_tournament_categories_insert_input!]!" ], "on_conflict": [ - 1514 + 1560 ] } ], "insert_e_tournament_categories_one": [ - 1502, + 1548, { "object": [ - 1509, + 1555, "e_tournament_categories_insert_input!" ], "on_conflict": [ - 1514 + 1560 ] } ], "insert_e_tournament_free_agent_statuses": [ - 1533, + 1579, { "objects": [ - 1530, + 1576, "[e_tournament_free_agent_statuses_insert_input!]!" ], "on_conflict": [ - 1535 + 1581 ] } ], "insert_e_tournament_free_agent_statuses_one": [ - 1523, + 1569, { "object": [ - 1530, + 1576, "e_tournament_free_agent_statuses_insert_input!" ], "on_conflict": [ - 1535 + 1581 ] } ], "insert_e_tournament_registration_types": [ - 1554, + 1600, { "objects": [ - 1551, + 1597, "[e_tournament_registration_types_insert_input!]!" ], "on_conflict": [ - 1555 + 1601 ] } ], "insert_e_tournament_registration_types_one": [ - 1544, + 1590, { "object": [ - 1551, + 1597, "e_tournament_registration_types_insert_input!" ], "on_conflict": [ - 1555 + 1601 ] } ], "insert_e_tournament_stage_types": [ - 1574, + 1620, { "objects": [ - 1571, + 1617, "[e_tournament_stage_types_insert_input!]!" ], "on_conflict": [ - 1576 + 1622 ] } ], "insert_e_tournament_stage_types_one": [ - 1564, + 1610, { "object": [ - 1571, + 1617, "e_tournament_stage_types_insert_input!" ], "on_conflict": [ - 1576 + 1622 ] } ], "insert_e_tournament_status": [ - 1595, + 1641, { "objects": [ - 1592, + 1638, "[e_tournament_status_insert_input!]!" ], "on_conflict": [ - 1597 + 1643 ] } ], "insert_e_tournament_status_one": [ - 1585, + 1631, { "object": [ - 1592, + 1638, "e_tournament_status_insert_input!" ], "on_conflict": [ - 1597 + 1643 ] } ], "insert_e_utility_practice_access": [ - 1616, + 1662, { "objects": [ - 1613, + 1659, "[e_utility_practice_access_insert_input!]!" ], "on_conflict": [ - 1617 + 1663 ] } ], "insert_e_utility_practice_access_one": [ - 1606, + 1652, { "object": [ - 1613, + 1659, "e_utility_practice_access_insert_input!" ], "on_conflict": [ - 1617 + 1663 ] } ], "insert_e_utility_practice_statuses": [ - 1636, + 1682, { "objects": [ - 1633, + 1679, "[e_utility_practice_statuses_insert_input!]!" ], "on_conflict": [ - 1638 + 1684 ] } ], "insert_e_utility_practice_statuses_one": [ - 1626, + 1672, { "object": [ - 1633, + 1679, "e_utility_practice_statuses_insert_input!" ], "on_conflict": [ - 1638 + 1684 ] } ], "insert_e_utility_sources": [ - 1657, + 1703, { "objects": [ - 1654, + 1700, "[e_utility_sources_insert_input!]!" ], "on_conflict": [ - 1658 + 1704 ] } ], "insert_e_utility_sources_one": [ - 1647, + 1693, { "object": [ - 1654, + 1700, "e_utility_sources_insert_input!" ], "on_conflict": [ - 1658 + 1704 ] } ], "insert_e_utility_techniques": [ - 1677, + 1723, { "objects": [ - 1674, + 1720, "[e_utility_techniques_insert_input!]!" ], "on_conflict": [ - 1678 + 1724 ] } ], "insert_e_utility_techniques_one": [ - 1667, + 1713, { "object": [ - 1674, + 1720, "e_utility_techniques_insert_input!" ], "on_conflict": [ - 1678 + 1724 ] } ], "insert_e_utility_throw_strengths": [ - 1697, + 1743, { "objects": [ - 1694, + 1740, "[e_utility_throw_strengths_insert_input!]!" ], "on_conflict": [ - 1698 + 1744 ] } ], "insert_e_utility_throw_strengths_one": [ - 1687, + 1733, { "object": [ - 1694, + 1740, "e_utility_throw_strengths_insert_input!" ], "on_conflict": [ - 1698 + 1744 ] } ], "insert_e_utility_types": [ - 1717, + 1763, { "objects": [ - 1714, + 1760, "[e_utility_types_insert_input!]!" ], "on_conflict": [ - 1718 + 1764 ] } ], "insert_e_utility_types_one": [ - 1707, + 1753, { "object": [ - 1714, + 1760, "e_utility_types_insert_input!" ], "on_conflict": [ - 1718 + 1764 ] } ], "insert_e_utility_visibility": [ - 1737, + 1783, { "objects": [ - 1734, + 1780, "[e_utility_visibility_insert_input!]!" ], "on_conflict": [ - 1738 + 1784 ] } ], "insert_e_utility_visibility_one": [ - 1727, + 1773, { "object": [ - 1734, + 1780, "e_utility_visibility_insert_input!" ], "on_conflict": [ - 1738 + 1784 ] } ], "insert_e_veto_pick_types": [ - 1757, + 1803, { "objects": [ - 1754, + 1800, "[e_veto_pick_types_insert_input!]!" ], "on_conflict": [ - 1758 + 1804 ] } ], "insert_e_veto_pick_types_one": [ - 1747, + 1793, { "object": [ - 1754, + 1800, "e_veto_pick_types_insert_input!" ], "on_conflict": [ - 1758 + 1804 ] } ], "insert_e_winning_reasons": [ - 1777, + 1823, { "objects": [ - 1774, + 1820, "[e_winning_reasons_insert_input!]!" ], "on_conflict": [ - 1778 + 1824 ] } ], "insert_e_winning_reasons_one": [ - 1767, + 1813, { "object": [ - 1774, + 1820, "e_winning_reasons_insert_input!" ], "on_conflict": [ - 1778 + 1824 ] } ], "insert_event_match_links": [ - 1795, + 1841, { "objects": [ - 1792, + 1838, "[event_match_links_insert_input!]!" ], "on_conflict": [ - 1796 + 1842 ] } ], "insert_event_match_links_one": [ - 1787, + 1833, { "object": [ - 1792, + 1838, "event_match_links_insert_input!" ], "on_conflict": [ - 1796 + 1842 ] } ], "insert_event_media": [ - 1822, + 1868, { "objects": [ - 1817, + 1863, "[event_media_insert_input!]!" ], "on_conflict": [ - 1824 + 1870 ] } ], "insert_event_media_one": [ - 1805, + 1851, { "object": [ - 1817, + 1863, "event_media_insert_input!" ], "on_conflict": [ - 1824 + 1870 ] } ], "insert_event_media_players": [ - 1844, + 1890, { "objects": [ - 1839, + 1885, "[event_media_players_insert_input!]!" ], "on_conflict": [ - 1845 + 1891 ] } ], "insert_event_media_players_one": [ - 1827, + 1873, { "object": [ - 1839, + 1885, "event_media_players_insert_input!" ], "on_conflict": [ - 1845 + 1891 ] } ], "insert_event_organizers": [ - 1905, + 1951, { "objects": [ - 1900, + 1946, "[event_organizers_insert_input!]!" ], "on_conflict": [ - 1906 + 1952 ] } ], "insert_event_organizers_one": [ - 1888, + 1934, { "object": [ - 1900, + 1946, "event_organizers_insert_input!" ], "on_conflict": [ - 1906 + 1952 ] } ], "insert_event_players": [ - 1946, + 1992, { "objects": [ - 1941, + 1987, "[event_players_insert_input!]!" ], "on_conflict": [ - 1947 + 1993 ] } ], "insert_event_players_one": [ - 1929, + 1975, { "object": [ - 1941, + 1987, "event_players_insert_input!" ], "on_conflict": [ - 1947 + 1993 ] } ], "insert_event_teams": [ - 1984, + 2030, { "objects": [ - 1979, + 2025, "[event_teams_insert_input!]!" ], "on_conflict": [ - 1985 + 2031 ] } ], "insert_event_teams_one": [ - 1970, + 2016, { "object": [ - 1979, + 2025, "event_teams_insert_input!" ], "on_conflict": [ - 1985 + 2031 ] } ], "insert_event_tournaments": [ - 2008, + 2054, { "objects": [ - 2003, + 2049, "[event_tournaments_insert_input!]!" ], "on_conflict": [ - 2009 + 2055 ] } ], "insert_event_tournaments_one": [ - 1994, + 2040, { "object": [ - 2003, + 2049, "event_tournaments_insert_input!" ], "on_conflict": [ - 2009 + 2055 ] } ], "insert_events": [ - 2028, + 2074, { "objects": [ - 2025, + 2071, "[events_insert_input!]!" ], "on_conflict": [ - 2030 + 2076 ] } ], "insert_events_one": [ - 2018, + 2064, { "object": [ - 2025, + 2071, "events_insert_input!" ], "on_conflict": [ - 2030 + 2076 ] } ], "insert_friends": [ - 2058, + 2104, { "objects": [ - 2055, + 2101, "[friends_insert_input!]!" ], "on_conflict": [ - 2059 + 2105 ] } ], "insert_friends_one": [ - 2048, + 2094, { "object": [ - 2055, + 2101, "friends_insert_input!" ], "on_conflict": [ - 2059 + 2105 ] } ], "insert_game_mode_plugins": [ - 2098, + 2144, { "objects": [ - 2093, + 2139, "[game_mode_plugins_insert_input!]!" ], "on_conflict": [ - 2099 + 2145 ] } ], "insert_game_mode_plugins_one": [ - 2075, + 2121, { "object": [ - 2093, + 2139, "game_mode_plugins_insert_input!" ], "on_conflict": [ - 2099 + 2145 ] } ], "insert_game_modes": [ - 2133, + 2179, { "objects": [ - 2130, + 2176, "[game_modes_insert_input!]!" ], "on_conflict": [ - 2135 + 2181 ] } ], "insert_game_modes_one": [ - 2125, + 2171, { "object": [ - 2130, + 2176, "game_modes_insert_input!" ], "on_conflict": [ - 2135 + 2181 ] } ], "insert_game_plugin_installs": [ - 2152, + 2198, { "objects": [ - 2149, + 2195, "[game_plugin_installs_insert_input!]!" ], "on_conflict": [ - 2153 + 2199 ] } ], "insert_game_plugin_installs_one": [ - 2144, + 2190, { "object": [ - 2149, + 2195, "game_plugin_installs_insert_input!" ], "on_conflict": [ - 2153 + 2199 ] } ], "insert_game_plugin_versions": [ - 2181, + 2227, { "objects": [ - 2176, + 2222, "[game_plugin_versions_insert_input!]!" ], "on_conflict": [ - 2182 + 2228 ] } ], "insert_game_plugin_versions_one": [ - 2162, + 2208, { "object": [ - 2176, + 2222, "game_plugin_versions_insert_input!" ], "on_conflict": [ - 2182 + 2228 ] } ], "insert_game_plugins": [ - 2220, + 2266, { "objects": [ - 2217, + 2263, "[game_plugins_insert_input!]!" ], "on_conflict": [ - 2222 + 2268 ] } ], "insert_game_plugins_one": [ - 2207, + 2253, { "object": [ - 2217, + 2263, "game_plugins_insert_input!" ], "on_conflict": [ - 2222 + 2268 ] } ], "insert_game_server_node_plugins": [ - 2255, + 2301, { "objects": [ - 2250, + 2296, "[game_server_node_plugins_insert_input!]!" ], "on_conflict": [ - 2256 + 2302 ] } ], "insert_game_server_node_plugins_one": [ - 2239, + 2285, { "object": [ - 2250, + 2296, "game_server_node_plugins_insert_input!" ], "on_conflict": [ - 2256 + 2302 ] } ], "insert_game_server_nodes": [ - 2290, + 2336, { "objects": [ - 2285, + 2331, "[game_server_nodes_insert_input!]!" ], "on_conflict": [ - 2292 + 2338 ] } ], "insert_game_server_nodes_one": [ - 2267, + 2313, { "object": [ - 2285, + 2331, "game_server_nodes_insert_input!" ], "on_conflict": [ - 2292 + 2338 ] } ], "insert_game_versions": [ - 2332, + 2378, { "objects": [ - 2329, + 2375, "[game_versions_insert_input!]!" ], "on_conflict": [ - 2334 + 2380 ] } ], "insert_game_versions_one": [ - 2318, + 2364, { "object": [ - 2329, + 2375, "game_versions_insert_input!" ], "on_conflict": [ - 2334 + 2380 ] } ], "insert_gamedata_signature_validations": [ - 2365, + 2411, { "objects": [ - 2362, + 2408, "[gamedata_signature_validations_insert_input!]!" ], "on_conflict": [ - 2366 + 2412 ] } ], "insert_gamedata_signature_validations_one": [ - 2351, + 2397, { "object": [ - 2362, + 2408, "gamedata_signature_validations_insert_input!" ], "on_conflict": [ - 2366 + 2412 ] } ], "insert_leaderboard_entries": [ - 2404, + 2450, { "objects": [ - 2401, + 2447, "[leaderboard_entries_insert_input!]!" ] } ], "insert_leaderboard_entries_one": [ - 2395, + 2441, { "object": [ - 2401, + 2447, "leaderboard_entries_insert_input!" ] } ], "insert_league_divisions": [ - 2429, + 2475, { "objects": [ - 2426, + 2472, "[league_divisions_insert_input!]!" ], "on_conflict": [ - 2431 + 2477 ] } ], "insert_league_divisions_one": [ - 2419, + 2465, { "object": [ - 2426, + 2472, "league_divisions_insert_input!" ], "on_conflict": [ - 2431 + 2477 ] } ], "insert_league_match_weeks": [ - 2464, + 2510, { "objects": [ - 2459, + 2505, "[league_match_weeks_insert_input!]!" ], "on_conflict": [ - 2465 + 2511 ] } ], "insert_league_match_weeks_one": [ - 2447, + 2493, { "object": [ - 2459, + 2505, "league_match_weeks_insert_input!" ], "on_conflict": [ - 2465 + 2511 ] } ], "insert_league_relegation_playoffs": [ - 2505, + 2551, { "objects": [ - 2500, + 2546, "[league_relegation_playoffs_insert_input!]!" ], "on_conflict": [ - 2506 + 2552 ] } ], "insert_league_relegation_playoffs_one": [ - 2488, + 2534, { "object": [ - 2500, + 2546, "league_relegation_playoffs_insert_input!" ], "on_conflict": [ - 2506 + 2552 ] } ], "insert_league_scheduling_proposals": [ - 2546, + 2592, { "objects": [ - 2541, + 2587, "[league_scheduling_proposals_insert_input!]!" ], "on_conflict": [ - 2547 + 2593 ] } ], "insert_league_scheduling_proposals_one": [ - 2529, + 2575, { "object": [ - 2541, + 2587, "league_scheduling_proposals_insert_input!" ], "on_conflict": [ - 2547 + 2593 ] } ], "insert_league_season_divisions": [ - 2584, + 2630, { "objects": [ - 2579, + 2625, "[league_season_divisions_insert_input!]!" ], "on_conflict": [ - 2586 + 2632 ] } ], "insert_league_season_divisions_one": [ - 2570, + 2616, { "object": [ - 2579, + 2625, "league_season_divisions_insert_input!" ], "on_conflict": [ - 2586 + 2632 ] } ], "insert_league_seasons": [ - 2609, + 2655, { "objects": [ - 2606, + 2652, "[league_seasons_insert_input!]!" ], "on_conflict": [ - 2611 + 2657 ] } ], "insert_league_seasons_one": [ - 2595, + 2641, { "object": [ - 2606, + 2652, "league_seasons_insert_input!" ], "on_conflict": [ - 2611 + 2657 ] } ], "insert_league_team_movements": [ - 2645, + 2691, { "objects": [ - 2640, + 2686, "[league_team_movements_insert_input!]!" ], "on_conflict": [ - 2646 + 2692 ] } ], "insert_league_team_movements_one": [ - 2628, + 2674, { "object": [ - 2640, + 2686, "league_team_movements_insert_input!" ], "on_conflict": [ - 2646 + 2692 ] } ], "insert_league_team_rosters": [ - 2686, + 2732, { "objects": [ - 2681, + 2727, "[league_team_rosters_insert_input!]!" ], "on_conflict": [ - 2687 + 2733 ] } ], "insert_league_team_rosters_one": [ - 2669, + 2715, { "object": [ - 2681, + 2727, "league_team_rosters_insert_input!" ], "on_conflict": [ - 2687 + 2733 ] } ], "insert_league_team_seasons": [ - 2727, + 2773, { "objects": [ - 2722, + 2768, "[league_team_seasons_insert_input!]!" ], "on_conflict": [ - 2729 + 2775 ] } ], "insert_league_team_seasons_one": [ - 2710, + 2756, { "object": [ - 2722, + 2768, "league_team_seasons_insert_input!" ], "on_conflict": [ - 2729 + 2775 ] } ], "insert_league_teams": [ - 2760, + 2806, { "objects": [ - 2757, + 2803, "[league_teams_insert_input!]!" ], "on_conflict": [ - 2762 + 2808 ] } ], "insert_league_teams_one": [ - 2752, + 2798, { "object": [ - 2757, + 2803, "league_teams_insert_input!" ], "on_conflict": [ - 2762 + 2808 ] } ], "insert_lobbies": [ - 2779, + 2825, { "objects": [ - 2776, + 2822, "[lobbies_insert_input!]!" ], "on_conflict": [ - 2781 + 2827 ] } ], "insert_lobbies_one": [ - 2771, + 2817, { "object": [ - 2776, + 2822, "lobbies_insert_input!" ], "on_conflict": [ - 2781 + 2827 ] } ], "insert_lobby_players": [ - 2809, + 2855, { "objects": [ - 2804, + 2850, "[lobby_players_insert_input!]!" ], "on_conflict": [ - 2810 + 2856 ] } ], "insert_lobby_players_one": [ - 2790, + 2836, { "object": [ - 2804, + 2850, "lobby_players_insert_input!" ], "on_conflict": [ - 2810 + 2856 ] } ], "insert_map_callouts": [ - 2847, + 2893, { "objects": [ - 2844, + 2890, "[map_callouts_insert_input!]!" ], "on_conflict": [ - 2848 + 2894 ] } ], "insert_map_callouts_one": [ - 2835, + 2881, { "object": [ - 2844, + 2890, "map_callouts_insert_input!" ], "on_conflict": [ - 2848 + 2894 ] } ], "insert_map_pools": [ - 2866, + 2912, { "objects": [ - 2863, + 2909, "[map_pools_insert_input!]!" ], "on_conflict": [ - 2868 + 2914 ] } ], "insert_map_pools_one": [ - 2858, + 2904, { "object": [ - 2863, + 2909, "map_pools_insert_input!" ], "on_conflict": [ - 2868 + 2914 ] } ], "insert_maps": [ - 2893, + 2939, { "objects": [ - 2888, + 2934, "[maps_insert_input!]!" ], "on_conflict": [ - 2895 + 2941 ] } ], "insert_maps_one": [ - 2877, + 2923, { "object": [ - 2888, + 2934, "maps_insert_input!" ], "on_conflict": [ - 2895 + 2941 ] } ], "insert_match_clips": [ - 2923, + 2969, { "objects": [ - 2918, + 2964, "[match_clips_insert_input!]!" ], "on_conflict": [ - 2925 + 2971 ] } ], "insert_match_clips_one": [ - 2906, + 2952, { "object": [ - 2918, + 2964, "match_clips_insert_input!" ], "on_conflict": [ - 2925 + 2971 ] } ], "insert_match_demo_sessions": [ - 2969, + 3015, { "objects": [ - 2964, + 3010, "[match_demo_sessions_insert_input!]!" ], "on_conflict": [ - 2970 + 3016 ] } ], "insert_match_demo_sessions_one": [ - 2948, + 2994, { "object": [ - 2964, + 3010, "match_demo_sessions_insert_input!" ], "on_conflict": [ - 2970 + 3016 ] } ], "insert_match_lineup_players": [ - 3013, + 3059, { "objects": [ - 3008, + 3054, "[match_lineup_players_insert_input!]!" ], "on_conflict": [ - 3014 + 3060 ] } ], "insert_match_lineup_players_one": [ - 2994, + 3040, { "object": [ - 3008, + 3054, "match_lineup_players_insert_input!" ], "on_conflict": [ - 3014 + 3060 ] } ], "insert_match_lineups": [ - 3056, + 3102, { "objects": [ - 3051, + 3097, "[match_lineups_insert_input!]!" ], "on_conflict": [ - 3058 + 3104 ] } ], "insert_match_lineups_one": [ - 3039, + 3085, { "object": [ - 3051, + 3097, "match_lineups_insert_input!" ], "on_conflict": [ - 3058 + 3104 ] } ], "insert_match_map_demos": [ - 3104, + 3150, { "objects": [ - 3099, + 3145, "[match_map_demos_insert_input!]!" ], "on_conflict": [ - 3106 + 3152 ] } ], "insert_match_map_demos_one": [ - 3081, + 3127, { "object": [ - 3099, + 3145, "match_map_demos_insert_input!" ], "on_conflict": [ - 3106 + 3152 ] } ], "insert_match_map_rounds": [ - 3149, + 3195, { "objects": [ - 3144, + 3190, "[match_map_rounds_insert_input!]!" ], "on_conflict": [ - 3150 + 3196 ] } ], "insert_match_map_rounds_one": [ - 3132, + 3178, { "object": [ - 3144, + 3190, "match_map_rounds_insert_input!" ], "on_conflict": [ - 3150 + 3196 ] } ], "insert_match_map_veto_picks": [ - 3189, + 3235, { "objects": [ - 3184, + 3230, "[match_map_veto_picks_insert_input!]!" ], "on_conflict": [ - 3190 + 3236 ] } ], "insert_match_map_veto_picks_one": [ - 3173, + 3219, { "object": [ - 3184, + 3230, "match_map_veto_picks_insert_input!" ], "on_conflict": [ - 3190 + 3236 ] } ], "insert_match_maps": [ - 3218, + 3264, { "objects": [ - 3213, + 3259, "[match_maps_insert_input!]!" ], "on_conflict": [ - 3220 + 3266 ] } ], "insert_match_maps_one": [ - 3201, + 3247, { "object": [ - 3213, + 3259, "match_maps_insert_input!" ], "on_conflict": [ - 3220 + 3266 ] } ], "insert_match_options": [ - 3262, + 3308, { "objects": [ - 3257, + 3303, "[match_options_insert_input!]!" ], "on_conflict": [ - 3264 + 3310 ] } ], "insert_match_options_one": [ - 3243, + 3289, { "object": [ - 3257, + 3303, "match_options_insert_input!" ], "on_conflict": [ - 3264 + 3310 ] } ], "insert_match_region_veto_picks": [ - 3305, + 3351, { "objects": [ - 3300, + 3346, "[match_region_veto_picks_insert_input!]!" ], "on_conflict": [ - 3306 + 3352 ] } ], "insert_match_region_veto_picks_one": [ - 3289, + 3335, { "object": [ - 3300, + 3346, "match_region_veto_picks_insert_input!" ], "on_conflict": [ - 3306 + 3352 ] } ], "insert_match_streams": [ - 3340, + 3386, { "objects": [ - 3335, + 3381, "[match_streams_insert_input!]!" ], "on_conflict": [ - 3341 + 3387 ] } ], "insert_match_streams_one": [ - 3317, + 3363, { "object": [ - 3335, + 3381, "match_streams_insert_input!" ], "on_conflict": [ - 3341 + 3387 ] } ], "insert_match_type_cfgs": [ - 3375, + 3421, { "objects": [ - 3372, + 3418, "[match_type_cfgs_insert_input!]!" ], "on_conflict": [ - 3376 + 3422 ] } ], "insert_match_type_cfgs_one": [ - 3367, + 3413, { "object": [ - 3372, + 3418, "match_type_cfgs_insert_input!" ], "on_conflict": [ - 3376 + 3422 ] } ], "insert_matches": [ - 3404, + 3450, { "objects": [ - 3399, + 3445, "[matches_insert_input!]!" ], "on_conflict": [ - 3406 + 3452 ] } ], "insert_matches_one": [ - 3385, + 3431, { "object": [ - 3399, + 3445, "matches_insert_input!" ], "on_conflict": [ - 3406 + 3452 ] } ], "insert_migration_hashes_hashes": [ - 3439, + 3485, { "objects": [ - 3436, + 3482, "[migration_hashes_hashes_insert_input!]!" ], "on_conflict": [ - 3440 + 3486 ] } ], "insert_migration_hashes_hashes_one": [ - 3431, + 3477, { "object": [ - 3436, + 3482, "migration_hashes_hashes_insert_input!" ], "on_conflict": [ - 3440 + 3486 ] } ], "insert_my_friends": [ - 3471, + 3517, { "objects": [ - 3466, + 3512, "[my_friends_insert_input!]!" ] } ], "insert_my_friends_one": [ - 3449, + 3495, { "object": [ - 3466, + 3512, "my_friends_insert_input!" ] } ], "insert_news_articles": [ - 3505, + 3551, { "objects": [ - 3502, + 3548, "[news_articles_insert_input!]!" ], "on_conflict": [ - 3506 + 3552 ] } ], "insert_news_articles_one": [ - 3495, + 3541, { "object": [ - 3502, + 3548, "news_articles_insert_input!" ], "on_conflict": [ - 3506 + 3552 ] } ], "insert_notification_preferences": [ - 3532, + 3578, { "objects": [ - 3529, + 3575, "[notification_preferences_insert_input!]!" ], "on_conflict": [ - 3533 + 3579 ] } ], "insert_notification_preferences_one": [ - 3522, + 3568, { "object": [ - 3529, + 3575, "notification_preferences_insert_input!" ], "on_conflict": [ - 3533 + 3579 ] } ], "insert_notifications": [ - 3572, + 3618, { "objects": [ - 3567, + 3613, "[notifications_insert_input!]!" ], "on_conflict": [ - 3573 + 3619 ] } ], "insert_notifications_one": [ - 3549, + 3595, { "object": [ - 3567, + 3613, "notifications_insert_input!" ], "on_conflict": [ - 3573 + 3619 ] } ], "insert_pending_match_import_players": [ - 3619, + 3665, { "objects": [ - 3614, + 3660, "[pending_match_import_players_insert_input!]!" ], "on_conflict": [ - 3620 + 3666 ] } ], "insert_pending_match_import_players_one": [ - 3602, + 3648, { "object": [ - 3614, + 3660, "pending_match_import_players_insert_input!" ], "on_conflict": [ - 3620 + 3666 ] } ], "insert_pending_match_imports": [ - 3653, + 3699, { "objects": [ - 3650, + 3696, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 3655 + 3701 ] } ], "insert_pending_match_imports_one": [ - 3643, + 3689, { "object": [ - 3650, + 3696, "pending_match_imports_insert_input!" ], "on_conflict": [ - 3655 + 3701 ] } ], "insert_player_aim_stats_demo": [ - 3681, + 3727, { "objects": [ - 3678, + 3724, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 3682 + 3728 ] } ], "insert_player_aim_stats_demo_one": [ - 3671, + 3717, { "object": [ - 3678, + 3724, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 3682 + 3728 ] } ], "insert_player_aim_weapon_stats": [ - 3715, + 3761, { "objects": [ - 3710, + 3756, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 3716 + 3762 ] } ], "insert_player_aim_weapon_stats_one": [ - 3698, + 3744, { "object": [ - 3710, + 3756, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 3716 + 3762 ] } ], "insert_player_assists": [ - 3758, + 3804, { "objects": [ - 3753, + 3799, "[player_assists_insert_input!]!" ], "on_conflict": [ - 3759 + 3805 ] } ], "insert_player_assists_one": [ - 3739, + 3785, { "object": [ - 3753, + 3799, "player_assists_insert_input!" ], "on_conflict": [ - 3759 + 3805 ] } ], "insert_player_damages": [ - 3819, + 3865, { "objects": [ - 3814, + 3860, "[player_damages_insert_input!]!" ], "on_conflict": [ - 3820 + 3866 ] } ], "insert_player_damages_one": [ - 3802, + 3848, { "object": [ - 3814, + 3860, "player_damages_insert_input!" ], "on_conflict": [ - 3820 + 3866 ] } ], "insert_player_elo": [ - 3853, + 3899, { "objects": [ - 3850, + 3896, "[player_elo_insert_input!]!" ], "on_conflict": [ - 3854 + 3900 ] } ], "insert_player_elo_one": [ - 3843, + 3889, { "object": [ - 3850, + 3896, "player_elo_insert_input!" ], "on_conflict": [ - 3854 + 3900 ] } ], "insert_player_faceit_rank_history": [ - 3887, + 3933, { "objects": [ - 3882, + 3928, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 3888 + 3934 ] } ], "insert_player_faceit_rank_history_one": [ - 3870, + 3916, { "object": [ - 3882, + 3928, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 3888 + 3934 ] } ], "insert_player_flashes": [ - 3930, + 3976, { "objects": [ - 3925, + 3971, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 3931 + 3977 ] } ], "insert_player_flashes_one": [ - 3911, + 3957, { "object": [ - 3925, + 3971, "player_flashes_insert_input!" ], "on_conflict": [ - 3931 + 3977 ] } ], "insert_player_kills": [ - 4016, + 4062, { "objects": [ - 4011, + 4057, "[player_kills_insert_input!]!" ], "on_conflict": [ - 4017 + 4063 ] } ], "insert_player_kills_by_weapon": [ - 3985, + 4031, { "objects": [ - 3980, + 4026, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 3986 + 4032 ] } ], "insert_player_kills_by_weapon_one": [ - 3968, + 4014, { "object": [ - 3980, + 4026, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 3986 + 4032 ] } ], "insert_player_kills_one": [ - 3956, + 4002, { "object": [ - 4011, + 4057, "player_kills_insert_input!" ], "on_conflict": [ - 4017 + 4063 ] } ], "insert_player_leaderboard_rank": [ - 4051, + 4097, { "objects": [ - 4048, + 4094, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 4042, + 4088, { "object": [ - 4048, + 4094, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 4082, + 4128, { "objects": [ - 4077, + 4123, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 4083 + 4129 ] } ], "insert_player_match_map_stats_one": [ - 4065, + 4111, { "object": [ - 4077, + 4123, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 4083 + 4129 ] } ], "insert_player_objectives": [ - 4174, + 4220, { "objects": [ - 4169, + 4215, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 4175 + 4221 ] } ], "insert_player_objectives_one": [ - 4157, + 4203, { "object": [ - 4169, + 4215, "player_objectives_insert_input!" ], "on_conflict": [ - 4175 + 4221 ] } ], "insert_player_premier_rank_history": [ - 4233, + 4279, { "objects": [ - 4228, + 4274, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 4234 + 4280 ] } ], "insert_player_premier_rank_history_one": [ - 4216, + 4262, { "object": [ - 4228, + 4274, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 4234 + 4280 ] } ], "insert_player_sanctions": [ - 4274, + 4320, { "objects": [ - 4269, + 4315, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 4275 + 4321 ] } ], "insert_player_sanctions_one": [ - 4257, + 4303, { "object": [ - 4269, + 4315, "player_sanctions_insert_input!" ], "on_conflict": [ - 4275 + 4321 ] } ], "insert_player_season_stats": [ - 4325, + 4371, { "objects": [ - 4320, + 4366, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 4326 + 4372 ] } ], "insert_player_season_stats_one": [ - 4298, + 4344, { "object": [ - 4320, + 4366, "player_season_stats_insert_input!" ], "on_conflict": [ - 4326 + 4372 ] } ], "insert_player_stats": [ - 4367, + 4413, { "objects": [ - 4364, + 4410, "[player_stats_insert_input!]!" ], "on_conflict": [ - 4369 + 4415 ] } ], "insert_player_stats_one": [ - 4357, + 4403, { "object": [ - 4364, + 4410, "player_stats_insert_input!" ], "on_conflict": [ - 4369 + 4415 ] } ], "insert_player_steam_bot_friend": [ - 4399, + 4445, { "objects": [ - 4396, + 4442, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 4400 + 4446 ] } ], "insert_player_steam_bot_friend_one": [ - 4385, + 4431, { "object": [ - 4396, + 4442, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 4400 + 4446 ] } ], "insert_player_steam_match_auth": [ - 4427, + 4473, { "objects": [ - 4424, + 4470, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 4428 + 4474 ] } ], "insert_player_steam_match_auth_one": [ - 4417, + 4463, { "object": [ - 4424, + 4470, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 4428 + 4474 ] } ], "insert_player_unused_utility": [ - 4461, + 4507, { "objects": [ - 4456, + 4502, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 4462 + 4508 ] } ], "insert_player_unused_utility_one": [ - 4444, + 4490, { "object": [ - 4456, + 4502, "player_unused_utility_insert_input!" ], "on_conflict": [ - 4462 + 4508 ] } ], "insert_player_utility": [ - 4502, + 4548, { "objects": [ - 4497, + 4543, "[player_utility_insert_input!]!" ], "on_conflict": [ - 4503 + 4549 ] } ], "insert_player_utility_one": [ - 4485, + 4531, { "object": [ - 4497, + 4543, "player_utility_insert_input!" ], "on_conflict": [ - 4503 + 4549 ] } ], "insert_players": [ - 4569, + 4615, { "objects": [ - 4566, + 4612, "[players_insert_input!]!" ], "on_conflict": [ - 4571 + 4617 ] } ], "insert_players_one": [ - 4559, + 4605, { "object": [ - 4566, + 4612, "players_insert_input!" ], "on_conflict": [ - 4571 + 4617 ] } ], "insert_plugin_versions": [ - 4597, + 4643, { "objects": [ - 4594, + 4640, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 4598 + 4644 ] } ], "insert_plugin_versions_one": [ - 4587, + 4633, { "object": [ - 4594, + 4640, "plugin_versions_insert_input!" ], "on_conflict": [ - 4598 + 4644 ] } ], "insert_push_subscriptions": [ - 4624, + 4670, { "objects": [ - 4621, + 4667, "[push_subscriptions_insert_input!]!" ], "on_conflict": [ - 4625 + 4671 ] } ], "insert_push_subscriptions_one": [ - 4614, + 4660, { "object": [ - 4621, + 4667, "push_subscriptions_insert_input!" ], "on_conflict": [ - 4625 + 4671 ] } ], "insert_role_permissions": [ - 4652, + 4698, { "objects": [ - 4649, + 4695, "[role_permissions_insert_input!]!" ] } ], "insert_role_permissions_one": [ - 4645, + 4691, { "object": [ - 4649, + 4695, "role_permissions_insert_input!" ] } ], "insert_seasons": [ - 4669, + 4715, { "objects": [ - 4666, + 4712, "[seasons_insert_input!]!" ], "on_conflict": [ - 4671 + 4717 ] } ], "insert_seasons_one": [ - 4659, + 4705, { "object": [ - 4666, + 4712, "seasons_insert_input!" ], "on_conflict": [ - 4671 + 4717 ] } ], "insert_server_regions": [ - 4696, + 4742, { "objects": [ - 4693, + 4739, "[server_regions_insert_input!]!" ], "on_conflict": [ - 4698 + 4744 ] } ], "insert_server_regions_one": [ - 4687, + 4733, { "object": [ - 4693, + 4739, "server_regions_insert_input!" ], "on_conflict": [ - 4698 + 4744 ] } ], "insert_servers": [ - 4737, + 4783, { "objects": [ - 4732, + 4778, "[servers_insert_input!]!" ], "on_conflict": [ - 4739 + 4785 ] } ], "insert_servers_one": [ - 4714, + 4760, { "object": [ - 4732, + 4778, "servers_insert_input!" ], "on_conflict": [ - 4739 + 4785 ] } ], "insert_settings": [ - 4773, + 4819, { "objects": [ - 4770, + 4816, "[settings_insert_input!]!" ], "on_conflict": [ - 4774 + 4820 ] } ], "insert_settings_one": [ - 4765, + 4811, { "object": [ - 4770, + 4816, "settings_insert_input!" ], "on_conflict": [ - 4774 + 4820 ] } ], "insert_steam_account_claims": [ - 4799, + 4845, { "objects": [ - 4794, + 4840, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 4800 + 4846 ] } ], "insert_steam_account_claims_one": [ - 4785, + 4831, { "object": [ - 4794, + 4840, "steam_account_claims_insert_input!" ], "on_conflict": [ - 4800 + 4846 ] } ], "insert_steam_accounts": [ - 4819, + 4865, { "objects": [ - 4816, + 4862, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 4821 + 4867 ] } ], "insert_steam_accounts_one": [ - 4809, + 4855, { "object": [ - 4816, + 4862, "steam_accounts_insert_input!" ], "on_conflict": [ - 4821 + 4867 ] } ], "insert_system_alerts": [ - 4847, + 4893, { "objects": [ - 4844, + 4890, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 4848 + 4894 ] } ], "insert_system_alerts_one": [ - 4837, + 4883, { "object": [ - 4844, + 4890, "system_alerts_insert_input!" ], "on_conflict": [ - 4848 + 4894 ] } ], "insert_team_invites": [ - 4881, + 4927, { "objects": [ - 4876, + 4922, "[team_invites_insert_input!]!" ], "on_conflict": [ - 4882 + 4928 ] } ], "insert_team_invites_one": [ - 4864, + 4910, { "object": [ - 4876, + 4922, "team_invites_insert_input!" ], "on_conflict": [ - 4882 + 4928 ] } ], "insert_team_roster": [ - 4924, + 4970, { "objects": [ - 4919, + 4965, "[team_roster_insert_input!]!" ], "on_conflict": [ - 4925 + 4971 ] } ], "insert_team_roster_one": [ - 4905, + 4951, { "object": [ - 4919, + 4965, "team_roster_insert_input!" ], "on_conflict": [ - 4925 + 4971 ] } ], "insert_team_scrim_alerts": [ - 4960, + 5006, { "objects": [ - 4957, + 5003, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 4961 + 5007 ] } ], "insert_team_scrim_alerts_one": [ - 4950, + 4996, { "object": [ - 4957, + 5003, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 4961 + 5007 ] } ], "insert_team_scrim_availability": [ - 4993, + 5039, { "objects": [ - 4988, + 5034, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 4994 + 5040 ] } ], "insert_team_scrim_availability_one": [ - 4977, + 5023, { "object": [ - 4988, + 5034, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 4994 + 5040 ] } ], "insert_team_scrim_request_proposals": [ - 5022, + 5068, { "objects": [ - 5017, + 5063, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 5023 + 5069 ] } ], "insert_team_scrim_request_proposals_one": [ - 5005, + 5051, { "object": [ - 5017, + 5063, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 5023 + 5069 ] } ], "insert_team_scrim_requests": [ - 5065, + 5111, { "objects": [ - 5060, + 5106, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 5067 + 5113 ] } ], "insert_team_scrim_requests_one": [ - 5046, + 5092, { "object": [ - 5060, + 5106, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 5067 + 5113 ] } ], "insert_team_scrim_settings": [ - 5102, + 5148, { "objects": [ - 5099, + 5145, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 5104 + 5150 ] } ], "insert_team_scrim_settings_one": [ - 5092, + 5138, { "object": [ - 5099, + 5145, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 5104 + 5150 ] } ], "insert_team_suggestions": [ - 5130, + 5176, { "objects": [ - 5127, + 5173, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 5131 + 5177 ] } ], "insert_team_suggestions_one": [ - 5120, + 5166, { "object": [ - 5127, + 5173, "team_suggestions_insert_input!" ], "on_conflict": [ - 5131 + 5177 ] } ], "insert_teams": [ - 5166, + 5212, { "objects": [ - 5161, + 5207, "[teams_insert_input!]!" ], "on_conflict": [ - 5168 + 5214 ] } ], "insert_teams_one": [ - 5147, + 5193, { "object": [ - 5161, + 5207, "teams_insert_input!" ], "on_conflict": [ - 5168 + 5214 ] } ], "insert_tournament_awards": [ - 5215, + 5261, { "objects": [ - 5210, + 5256, "[tournament_awards_insert_input!]!" ], "on_conflict": [ - 5217 + 5263 ] } ], "insert_tournament_awards_one": [ - 5198, + 5244, { "object": [ - 5210, + 5256, "tournament_awards_insert_input!" ], "on_conflict": [ - 5217 + 5263 ] } ], "insert_tournament_brackets": [ - 5259, + 5305, { "objects": [ - 5254, + 5300, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 5261 + 5307 ] } ], "insert_tournament_brackets_one": [ - 5240, + 5286, { "object": [ - 5254, + 5300, "tournament_brackets_insert_input!" ], "on_conflict": [ - 5261 + 5307 ] } ], "insert_tournament_categories": [ - 5300, + 5346, { "objects": [ - 5295, + 5341, "[tournament_categories_insert_input!]!" ], "on_conflict": [ - 5301 + 5347 ] } ], "insert_tournament_categories_one": [ - 5286, + 5332, { "object": [ - 5295, + 5341, "tournament_categories_insert_input!" ], "on_conflict": [ - 5301 + 5347 ] } ], "insert_tournament_free_agents": [ - 5327, + 5373, { "objects": [ - 5322, + 5368, "[tournament_free_agents_insert_input!]!" ], "on_conflict": [ - 5328 + 5374 ] } ], "insert_tournament_free_agents_one": [ - 5310, + 5356, { "object": [ - 5322, + 5368, "tournament_free_agents_insert_input!" ], "on_conflict": [ - 5328 + 5374 + ] + } + ], + "insert_tournament_invites": [ + 5407, + { + "objects": [ + 5404, + "[tournament_invites_insert_input!]!" + ], + "on_conflict": [ + 5408 + ] + } + ], + "insert_tournament_invites_one": [ + 5397, + { + "object": [ + 5404, + "tournament_invites_insert_input!" + ], + "on_conflict": [ + 5408 ] } ], "insert_tournament_leaderboard_entries": [ - 5360, + 5433, { "objects": [ - 5357, + 5430, "[tournament_leaderboard_entries_insert_input!]!" ] } ], "insert_tournament_leaderboard_entries_one": [ - 5351, + 5424, { "object": [ - 5357, + 5430, "tournament_leaderboard_entries_insert_input!" ] } ], + "insert_tournament_no_shows": [ + 5457, + { + "objects": [ + 5454, + "[tournament_no_shows_insert_input!]!" + ], + "on_conflict": [ + 5458 + ] + } + ], + "insert_tournament_no_shows_one": [ + 5447, + { + "object": [ + 5454, + "tournament_no_shows_insert_input!" + ], + "on_conflict": [ + 5458 + ] + } + ], "insert_tournament_organizer_teams": [ - 5388, + 5488, { "objects": [ - 5383, + 5483, "[tournament_organizer_teams_insert_input!]!" ], "on_conflict": [ - 5389 + 5489 ] } ], "insert_tournament_organizer_teams_one": [ - 5374, + 5474, { "object": [ - 5383, + 5483, "tournament_organizer_teams_insert_input!" ], "on_conflict": [ - 5389 + 5489 ] } ], "insert_tournament_organizers": [ - 5415, + 5515, { "objects": [ - 5410, + 5510, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 5416 + 5516 ] } ], "insert_tournament_organizers_one": [ - 5398, + 5498, { "object": [ - 5410, + 5510, "tournament_organizers_insert_input!" ], "on_conflict": [ - 5416 + 5516 ] } ], "insert_tournament_prizes": [ - 5456, + 5556, { "objects": [ - 5451, + 5551, "[tournament_prizes_insert_input!]!" ], "on_conflict": [ - 5457 + 5557 ] } ], "insert_tournament_prizes_one": [ - 5439, + 5539, { "object": [ - 5451, + 5551, "tournament_prizes_insert_input!" ], "on_conflict": [ - 5457 + 5557 ] } ], "insert_tournament_registration_unlocks": [ - 5490, + 5590, { "objects": [ - 5487, + 5587, "[tournament_registration_unlocks_insert_input!]!" ], "on_conflict": [ - 5491 + 5591 ] } ], "insert_tournament_registration_unlocks_one": [ - 5480, + 5580, { "object": [ - 5487, + 5587, "tournament_registration_unlocks_insert_input!" ], "on_conflict": [ - 5491 + 5591 ] } ], "insert_tournament_stage_windows": [ - 5524, + 5624, { "objects": [ - 5519, + 5619, "[tournament_stage_windows_insert_input!]!" ], "on_conflict": [ - 5525 + 5625 ] } ], "insert_tournament_stage_windows_one": [ - 5507, + 5607, { "object": [ - 5519, + 5619, "tournament_stage_windows_insert_input!" ], "on_conflict": [ - 5525 + 5625 ] } ], "insert_tournament_stages": [ - 5571, + 5671, { "objects": [ - 5566, + 5666, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 5573 + 5673 ] } ], "insert_tournament_stages_one": [ - 5548, + 5648, { "object": [ - 5566, + 5666, "tournament_stages_insert_input!" ], "on_conflict": [ - 5573 + 5673 ] } ], "insert_tournament_team_invites": [ - 5616, + 5716, { "objects": [ - 5611, + 5711, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 5617 + 5717 ] } ], "insert_tournament_team_invites_one": [ - 5599, + 5699, { "object": [ - 5611, + 5711, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 5617 + 5717 ] } ], "insert_tournament_team_roster": [ - 5657, + 5757, { "objects": [ - 5652, + 5752, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 5658 + 5758 ] } ], "insert_tournament_team_roster_one": [ - 5640, + 5740, { "object": [ - 5652, + 5752, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 5658 + 5758 ] } ], "insert_tournament_teams": [ - 5700, + 5800, { "objects": [ - 5695, + 5795, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 5702 + 5802 ] } ], "insert_tournament_teams_one": [ - 5681, + 5781, { "object": [ - 5695, + 5795, "tournament_teams_insert_input!" ], "on_conflict": [ - 5702 + 5802 ] } ], "insert_tournaments": [ - 5756, + 5856, { "objects": [ - 5751, + 5851, "[tournaments_insert_input!]!" ], "on_conflict": [ - 5758 + 5858 ] } ], "insert_tournaments_one": [ - 5727, + 5827, { "object": [ - 5751, + 5851, "tournaments_insert_input!" ], "on_conflict": [ - 5758 + 5858 ] } ], "insert_utility_collection_items": [ - 5808, + 5908, { "objects": [ - 5803, + 5903, "[utility_collection_items_insert_input!]!" ], "on_conflict": [ - 5809 + 5909 ] } ], "insert_utility_collection_items_one": [ - 5791, + 5891, { "object": [ - 5803, + 5903, "utility_collection_items_insert_input!" ], "on_conflict": [ - 5809 + 5909 ] } ], "insert_utility_collections": [ - 5842, + 5942, { "objects": [ - 5839, + 5939, "[utility_collections_insert_input!]!" ], "on_conflict": [ - 5844 + 5944 ] } ], "insert_utility_collections_one": [ - 5832, + 5932, { "object": [ - 5839, + 5939, "utility_collections_insert_input!" ], "on_conflict": [ - 5844 + 5944 ] } ], "insert_utility_demo_mines": [ - 5870, + 5970, { "objects": [ - 5867, + 5967, "[utility_demo_mines_insert_input!]!" ], "on_conflict": [ - 5871 + 5971 ] } ], "insert_utility_demo_mines_one": [ - 5860, + 5960, { "object": [ - 5867, + 5967, "utility_demo_mines_insert_input!" ], "on_conflict": [ - 5871 + 5971 ] } ], "insert_utility_demo_throws": [ - 5897, + 5997, { "objects": [ - 5894, + 5994, "[utility_demo_throws_insert_input!]!" ], "on_conflict": [ - 5898 + 5998 ] } ], "insert_utility_demo_throws_one": [ - 5887, + 5987, { "object": [ - 5894, + 5994, "utility_demo_throws_insert_input!" ], "on_conflict": [ - 5898 + 5998 ] } ], "insert_utility_drift_results": [ - 5941, + 6041, { "objects": [ - 5936, + 6036, "[utility_drift_results_insert_input!]!" ], "on_conflict": [ - 5942 + 6042 ] } ], "insert_utility_drift_results_one": [ - 5914, + 6014, { "object": [ - 5936, + 6036, "utility_drift_results_insert_input!" ], "on_conflict": [ - 5942 + 6042 ] } ], "insert_utility_drift_scans": [ - 5983, + 6083, { "objects": [ - 5980, + 6080, "[utility_drift_scans_insert_input!]!" ], "on_conflict": [ - 5985 + 6085 ] } ], "insert_utility_drift_scans_one": [ - 5973, + 6073, { "object": [ - 5980, + 6080, "utility_drift_scans_insert_input!" ], "on_conflict": [ - 5985 + 6085 ] } ], "insert_utility_lineup_favorites": [ - 6018, + 6118, { "objects": [ - 6013, + 6113, "[utility_lineup_favorites_insert_input!]!" ], "on_conflict": [ - 6019 + 6119 ] } ], "insert_utility_lineup_favorites_one": [ - 6001, + 6101, { "object": [ - 6013, + 6113, "utility_lineup_favorites_insert_input!" ], "on_conflict": [ - 6019 + 6119 ] } ], "insert_utility_lineup_progress": [ - 6069, + 6169, { "objects": [ - 6064, + 6164, "[utility_lineup_progress_insert_input!]!" ], "on_conflict": [ - 6070 + 6170 ] } ], "insert_utility_lineup_progress_one": [ - 6042, + 6142, { "object": [ - 6064, + 6164, "utility_lineup_progress_insert_input!" ], "on_conflict": [ - 6070 + 6170 ] } ], "insert_utility_lineup_renders": [ - 6124, + 6224, { "objects": [ - 6119, + 6219, "[utility_lineup_renders_insert_input!]!" ], "on_conflict": [ - 6125 + 6225 ] } ], "insert_utility_lineup_renders_one": [ - 6101, + 6201, { "object": [ - 6119, + 6219, "utility_lineup_renders_insert_input!" ], "on_conflict": [ - 6125 + 6225 ] } ], "insert_utility_lineup_repairs": [ - 6178, + 6278, { "objects": [ - 6173, + 6273, "[utility_lineup_repairs_insert_input!]!" ], "on_conflict": [ - 6179 + 6279 ] } ], "insert_utility_lineup_repairs_one": [ - 6151, + 6251, { "object": [ - 6173, + 6273, "utility_lineup_repairs_insert_input!" ], "on_conflict": [ - 6179 + 6279 ] } ], "insert_utility_lineup_votes": [ - 6227, + 6327, { "objects": [ - 6222, + 6322, "[utility_lineup_votes_insert_input!]!" ], "on_conflict": [ - 6228 + 6328 ] } ], "insert_utility_lineup_votes_one": [ - 6210, + 6310, { "object": [ - 6222, + 6322, "utility_lineup_votes_insert_input!" ], "on_conflict": [ - 6228 + 6328 ] } ], "insert_utility_lineups": [ - 6284, + 6384, { "objects": [ - 6279, + 6379, "[utility_lineups_insert_input!]!" ], "on_conflict": [ - 6286 + 6386 ] } ], "insert_utility_lineups_one": [ - 6251, + 6351, { "object": [ - 6279, + 6379, "utility_lineups_insert_input!" ], "on_conflict": [ - 6286 + 6386 ] } ], "insert_utility_meta_lineups": [ - 6330, + 6430, { "objects": [ - 6327, + 6427, "[utility_meta_lineups_insert_input!]!" ], "on_conflict": [ - 6331 + 6431 ] } ], "insert_utility_meta_lineups_one": [ - 6320, + 6420, { "object": [ - 6327, + 6427, "utility_meta_lineups_insert_input!" ], "on_conflict": [ - 6331 + 6431 ] } ], "insert_utility_playbook_steps": [ - 6364, + 6464, { "objects": [ - 6359, + 6459, "[utility_playbook_steps_insert_input!]!" ], "on_conflict": [ - 6365 + 6465 ] } ], "insert_utility_playbook_steps_one": [ - 6347, + 6447, { "object": [ - 6359, + 6459, "utility_playbook_steps_insert_input!" ], "on_conflict": [ - 6365 + 6465 ] } ], "insert_utility_playbooks": [ - 6398, + 6498, { "objects": [ - 6395, + 6495, "[utility_playbooks_insert_input!]!" ], "on_conflict": [ - 6400 + 6500 ] } ], "insert_utility_playbooks_one": [ - 6388, + 6488, { "object": [ - 6395, + 6495, "utility_playbooks_insert_input!" ], "on_conflict": [ - 6400 + 6500 ] } ], "insert_utility_practice_invites": [ - 6433, + 6533, { "objects": [ - 6428, + 6528, "[utility_practice_invites_insert_input!]!" ], "on_conflict": [ - 6434 + 6534 ] } ], "insert_utility_practice_invites_one": [ - 6416, + 6516, { "object": [ - 6428, + 6528, "utility_practice_invites_insert_input!" ], "on_conflict": [ - 6434 + 6534 ] } ], "insert_utility_practice_sessions": [ - 6476, + 6576, { "objects": [ - 6471, + 6571, "[utility_practice_sessions_insert_input!]!" ], "on_conflict": [ - 6478 + 6578 ] } ], "insert_utility_practice_sessions_one": [ - 6457, + 6557, { "object": [ - 6471, + 6571, "utility_practice_sessions_insert_input!" ], "on_conflict": [ - 6478 + 6578 ] } ], "insert_v_match_captains": [ - 6668, + 6768, { "objects": [ - 6665, + 6765, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 6659, + 6759, { "object": [ - 6665, + 6765, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 6779, + 6879, { "objects": [ - 6776, + 6876, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 6770, + 6870, { "object": [ - 6776, + 6876, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 7001, + 7101, { "objects": [ - 6996, + 7096, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 6985, + 7085, { "object": [ - 6996, + 7096, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 7178, + 7278, { "objects": [ - 7173, + 7273, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 7163, + 7263, { "object": [ - 7173, + 7273, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 7272, + 7372, { "objects": [ - 7267, + 7367, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 7274 + 7374 ] } ], "insert_v_team_stage_results_one": [ - 7245, + 7345, { "object": [ - 7267, + 7367, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 7274 + 7374 ] } ], @@ -192012,7 +193927,7 @@ export default { 88, { "session_id": [ - 6503, + 6603, "uuid!" ], "steam_ids": [ @@ -192025,7 +193940,7 @@ export default { 88, { "draftGameId": [ - 6503, + 6603, "uuid!" ], "inviteCode": [ @@ -192037,7 +193952,7 @@ export default { 88, { "draftGameId": [ - 6503, + 6603, "uuid!" ], "inviteCode": [ @@ -192049,8 +193964,11 @@ export default { 88, { "tournament_id": [ - 6503, + 6603, "uuid!" + ], + "with_party": [ + 6 ] } ], @@ -192061,7 +193979,7 @@ export default { 85 ], "session_id": [ - 6503 + 6603 ] } ], @@ -192082,14 +194000,14 @@ export default { } ], "league_award_forfeit": [ - 3385, + 3431, { "args": [ - 2418, + 2464, "league_award_forfeit_args!" ], "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -192099,11 +194017,11 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], @@ -192120,7 +194038,7 @@ export default { 88, { "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -192129,7 +194047,7 @@ export default { 88, { "session_id": [ - 6503, + 6603, "uuid!" ] } @@ -192154,10 +194072,10 @@ export default { 88, { "playbook_id": [ - 6503 + 6603 ], "session_id": [ - 6503, + 6603, "uuid!" ] } @@ -192192,7 +194110,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -192204,7 +194122,7 @@ export default { 25, { "draftGameId": [ - 6503, + 6603, "uuid!" ], "inviteCode": [ @@ -192216,7 +194134,7 @@ export default { 60, { "gameModeId": [ - 6503, + 6603, "uuid!" ] } @@ -192240,7 +194158,7 @@ export default { 41 ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "preset": [ @@ -192266,7 +194184,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -192275,11 +194193,11 @@ export default { 88, { "tournament_id": [ - 6503, + 6603, "uuid!" ], "tournament_team_id": [ - 6503, + 6603, "uuid!" ] } @@ -192288,7 +194206,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -192297,7 +194215,7 @@ export default { 242, { "args": [ - 4641, + 4687, "recalculate_tournament_awards_args!" ], "distinct_on": [ @@ -192338,7 +194256,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -192362,7 +194280,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -192392,14 +194310,14 @@ export default { } ], "remove_league_team_from_season": [ - 2710, + 2756, { "args": [ - 4642, + 4688, "remove_league_team_from_season_args!" ], "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -192409,11 +194327,11 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], @@ -192441,20 +194359,20 @@ export default { 141, { "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "reorder_league_divisions": [ - 2419, + 2465, { "args": [ - 4643, + 4689, "reorder_league_divisions_args!" ], "distinct_on": [ - 2434, + 2480, "[league_divisions_select_column!]" ], "limit": [ @@ -192464,11 +194382,11 @@ export default { 41 ], "order_by": [ - 2432, + 2478, "[league_divisions_order_by!]" ], "where": [ - 2423 + 2469 ] } ], @@ -192476,11 +194394,11 @@ export default { 146, { "session_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -192495,7 +194413,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -192504,7 +194422,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -192526,7 +194444,7 @@ export default { 88, { "job_id": [ - 6503, + 6603, "uuid!" ] } @@ -192539,7 +194457,7 @@ export default { "Boolean!" ], "draftGameId": [ - 6503, + 6603, "uuid!" ] } @@ -192552,7 +194470,7 @@ export default { "Boolean!" ], "request_id": [ - 6503, + 6603, "uuid!" ] } @@ -192567,14 +194485,14 @@ export default { } ], "restart_league_season": [ - 2595, + 2641, { "args": [ - 4644, + 4690, "restart_league_season_args!" ], "distinct_on": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "limit": [ @@ -192584,11 +194502,11 @@ export default { 41 ], "order_by": [ - 2612, + 2658, "[league_seasons_order_by!]" ], "where": [ - 2600 + 2646 ] } ], @@ -192596,7 +194514,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -192605,7 +194523,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "only_failed": [ @@ -192626,7 +194544,7 @@ export default { 88, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -192663,20 +194581,20 @@ export default { 85 ], "event_id": [ - 6503 + 6603 ], "id": [ - 6503 + 6603 ], "league_season_id": [ - 6503 + 6603 ], "name": [ 85, "String!" ], "season_id": [ - 6503 + 6603 ], "silhouette": [ 41 @@ -192686,7 +194604,7 @@ export default { "String!" ], "tournament_id": [ - 6503 + 6603 ] } ], @@ -192701,7 +194619,7 @@ export default { 85 ], "id": [ - 6503 + 6603 ], "teaser": [ 85 @@ -192716,7 +194634,7 @@ export default { 122, { "collection_id": [ - 6503 + 6603 ], "description": [ 85 @@ -192726,11 +194644,11 @@ export default { "Int!" ], "match_id": [ - 6503, + 6603, "uuid!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "name": [ @@ -192742,7 +194660,7 @@ export default { "[String!]" ], "team_id": [ - 6503 + 6603 ], "visibility": [ 85 @@ -192753,7 +194671,7 @@ export default { 122, { "collection_id": [ - 6503 + 6603 ], "description": [ 85 @@ -192763,7 +194681,7 @@ export default { "String!" ], "session_id": [ - 6503, + 6603, "uuid!" ], "tags": [ @@ -192771,10 +194689,10 @@ export default { "[String!]" ], "team_id": [ - 6503 + 6603 ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ], "visibility": [ @@ -192797,7 +194715,7 @@ export default { "String!" ], "playbook_id": [ - 6503 + 6603 ], "side": [ 85, @@ -192808,7 +194726,7 @@ export default { "[UtilityPlaybookStepInput!]" ], "team_id": [ - 6503 + 6603 ], "visibility": [ 85 @@ -192825,11 +194743,11 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196 + 5242 ] } ], @@ -192840,18 +194758,18 @@ export default { 41 ], "from_team_id": [ - 6503, + 6603, "uuid!" ], "proposed_scheduled_at": [ - 5196, + 5242, "timestamptz!" ], "region": [ 85 ], "to_team_id": [ - 6503, + 6603, "uuid!" ] } @@ -192869,7 +194787,7 @@ export default { 123, { "lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -192913,7 +194831,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "mode": [ @@ -192926,15 +194844,15 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "winning_lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -192943,11 +194861,11 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "winning_lineup_id": [ - 6503, + 6603, "uuid!" ] } @@ -192956,7 +194874,7 @@ export default { 52, { "id": [ - 6503, + 6603, "uuid!" ], "status": [ @@ -192969,7 +194887,7 @@ export default { 111, { "award_id": [ - 6503 + 6603 ], "custom_name": [ 85 @@ -192982,7 +194900,7 @@ export default { 41 ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -192995,7 +194913,7 @@ export default { "String!" ], "session_id": [ - 6503, + 6603, "uuid!" ] } @@ -193007,7 +194925,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193028,7 +194946,7 @@ export default { 85 ], "session_id": [ - 6503, + 6603, "uuid!" ], "target_x": [ @@ -193059,7 +194977,7 @@ export default { "Boolean!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193072,7 +194990,7 @@ export default { "String!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193081,7 +194999,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "visible": [ @@ -193094,7 +195012,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193103,7 +195021,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193116,7 +195034,7 @@ export default { "Int!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193125,7 +195043,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "show": [ @@ -193138,7 +195056,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "slot": [ @@ -193155,7 +195073,7 @@ export default { "Boolean!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193164,7 +195082,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "mode": [ @@ -193177,11 +195095,11 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ], "server_id": [ - 6503 + 6603 ] } ], @@ -193207,7 +195125,7 @@ export default { 85 ], "collection_id": [ - 6503 + 6603 ], "is_open": [ 6 @@ -193220,10 +195138,10 @@ export default { 85 ], "server_id": [ - 6503 + 6603 ], "team_id": [ - 6503 + 6603 ] } ], @@ -193231,7 +195149,7 @@ export default { 88, { "game_server_node_id": [ - 6503, + 6603, "uuid!" ] } @@ -193240,7 +195158,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193249,7 +195167,7 @@ export default { 88, { "session_id": [ - 6503, + 6603, "uuid!" ] } @@ -193258,7 +195176,7 @@ export default { 88, { "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -193280,7 +195198,7 @@ export default { 88, { "match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193298,7 +195216,7 @@ export default { 88, { "from_match_id": [ - 6503, + 6603, "uuid!" ], "mode": [ @@ -193306,7 +195224,7 @@ export default { "String!" ], "to_match_id": [ - 6503, + 6603, "uuid!" ] } @@ -193352,7 +195270,7 @@ export default { "String!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } @@ -193377,7 +195295,7 @@ export default { 88, { "clip_id": [ - 6503, + 6603, "uuid!" ], "target_steam_id": [ @@ -193398,7 +195316,7 @@ export default { 85 ], "game_server_node_id": [ - 6503 + 6603 ] } ], @@ -193406,11 +195324,11 @@ export default { 88, { "draftGameId": [ - 6503, + 6603, "uuid!" ], "settings": [ - 2392, + 2438, "jsonb!" ] } @@ -195140,6053 +197058,6203 @@ export default { ] } ], - "update_e_sanction_types": [ - 1350, + "update_e_sanction_scopes": [ + 1348, { "_set": [ - 1356 + 1354 ], "where": [ 1343, + "e_sanction_scopes_bool_exp!" + ] + } + ], + "update_e_sanction_scopes_by_pk": [ + 1340, + { + "_set": [ + 1354 + ], + "pk_columns": [ + 1352, + "e_sanction_scopes_pk_columns_input!" + ] + } + ], + "update_e_sanction_scopes_many": [ + 1348, + { + "updates": [ + 1358, + "[e_sanction_scopes_updates!]!" + ] + } + ], + "update_e_sanction_sources": [ + 1369, + { + "_inc": [ + 1365 + ], + "_set": [ + 1374 + ], + "where": [ + 1363, + "e_sanction_sources_bool_exp!" + ] + } + ], + "update_e_sanction_sources_by_pk": [ + 1359, + { + "_inc": [ + 1365 + ], + "_set": [ + 1374 + ], + "pk_columns": [ + 1372, + "e_sanction_sources_pk_columns_input!" + ] + } + ], + "update_e_sanction_sources_many": [ + 1369, + { + "updates": [ + 1382, + "[e_sanction_sources_updates!]!" + ] + } + ], + "update_e_sanction_types": [ + 1396, + { + "_set": [ + 1402 + ], + "where": [ + 1389, "e_sanction_types_bool_exp!" ] } ], "update_e_sanction_types_by_pk": [ - 1340, + 1386, { "_set": [ - 1356 + 1402 ], "pk_columns": [ - 1354, + 1400, "e_sanction_types_pk_columns_input!" ] } ], "update_e_sanction_types_many": [ - 1350, + 1396, { "updates": [ - 1360, + 1406, "[e_sanction_types_updates!]!" ] } ], "update_e_scrim_request_statuses": [ - 1371, + 1417, { "_set": [ - 1376 + 1422 ], "where": [ - 1364, + 1410, "e_scrim_request_statuses_bool_exp!" ] } ], "update_e_scrim_request_statuses_by_pk": [ - 1361, + 1407, { "_set": [ - 1376 + 1422 ], "pk_columns": [ - 1374, + 1420, "e_scrim_request_statuses_pk_columns_input!" ] } ], "update_e_scrim_request_statuses_many": [ - 1371, + 1417, { "updates": [ - 1380, + 1426, "[e_scrim_request_statuses_updates!]!" ] } ], "update_e_server_types": [ - 1391, + 1437, { "_set": [ - 1396 + 1442 ], "where": [ - 1384, + 1430, "e_server_types_bool_exp!" ] } ], "update_e_server_types_by_pk": [ - 1381, + 1427, { "_set": [ - 1396 + 1442 ], "pk_columns": [ - 1394, + 1440, "e_server_types_pk_columns_input!" ] } ], "update_e_server_types_many": [ - 1391, + 1437, { "updates": [ - 1400, + 1446, "[e_server_types_updates!]!" ] } ], "update_e_sides": [ - 1411, + 1457, { "_set": [ - 1416 + 1462 ], "where": [ - 1404, + 1450, "e_sides_bool_exp!" ] } ], "update_e_sides_by_pk": [ - 1401, + 1447, { "_set": [ - 1416 + 1462 ], "pk_columns": [ - 1414, + 1460, "e_sides_pk_columns_input!" ] } ], "update_e_sides_many": [ - 1411, + 1457, { "updates": [ - 1420, + 1466, "[e_sides_updates!]!" ] } ], "update_e_system_alert_types": [ - 1431, + 1477, { "_set": [ - 1436 + 1482 ], "where": [ - 1424, + 1470, "e_system_alert_types_bool_exp!" ] } ], "update_e_system_alert_types_by_pk": [ - 1421, + 1467, { "_set": [ - 1436 + 1482 ], "pk_columns": [ - 1434, + 1480, "e_system_alert_types_pk_columns_input!" ] } ], "update_e_system_alert_types_many": [ - 1431, + 1477, { "updates": [ - 1440, + 1486, "[e_system_alert_types_updates!]!" ] } ], "update_e_team_roles": [ - 1451, + 1497, { "_set": [ - 1457 + 1503 ], "where": [ - 1444, + 1490, "e_team_roles_bool_exp!" ] } ], "update_e_team_roles_by_pk": [ - 1441, + 1487, { "_set": [ - 1457 + 1503 ], "pk_columns": [ - 1455, + 1501, "e_team_roles_pk_columns_input!" ] } ], "update_e_team_roles_many": [ - 1451, + 1497, { "updates": [ - 1461, + 1507, "[e_team_roles_updates!]!" ] } ], "update_e_team_roster_statuses": [ - 1472, + 1518, { "_set": [ - 1477 + 1523 ], "where": [ - 1465, + 1511, "e_team_roster_statuses_bool_exp!" ] } ], "update_e_team_roster_statuses_by_pk": [ - 1462, + 1508, { "_set": [ - 1477 + 1523 ], "pk_columns": [ - 1475, + 1521, "e_team_roster_statuses_pk_columns_input!" ] } ], "update_e_team_roster_statuses_many": [ - 1472, + 1518, { "updates": [ - 1481, + 1527, "[e_team_roster_statuses_updates!]!" ] } ], "update_e_timeout_settings": [ - 1492, + 1538, { "_set": [ - 1497 + 1543 ], "where": [ - 1485, + 1531, "e_timeout_settings_bool_exp!" ] } ], "update_e_timeout_settings_by_pk": [ - 1482, + 1528, { "_set": [ - 1497 + 1543 ], "pk_columns": [ - 1495, + 1541, "e_timeout_settings_pk_columns_input!" ] } ], "update_e_timeout_settings_many": [ - 1492, + 1538, { "updates": [ - 1501, + 1547, "[e_timeout_settings_updates!]!" ] } ], "update_e_tournament_categories": [ - 1512, + 1558, { "_set": [ - 1518 + 1564 ], "where": [ - 1505, + 1551, "e_tournament_categories_bool_exp!" ] } ], "update_e_tournament_categories_by_pk": [ - 1502, + 1548, { "_set": [ - 1518 + 1564 ], "pk_columns": [ - 1516, + 1562, "e_tournament_categories_pk_columns_input!" ] } ], "update_e_tournament_categories_many": [ - 1512, + 1558, { "updates": [ - 1522, + 1568, "[e_tournament_categories_updates!]!" ] } ], "update_e_tournament_free_agent_statuses": [ - 1533, + 1579, { "_set": [ - 1539 + 1585 ], "where": [ - 1526, + 1572, "e_tournament_free_agent_statuses_bool_exp!" ] } ], "update_e_tournament_free_agent_statuses_by_pk": [ - 1523, + 1569, { "_set": [ - 1539 + 1585 ], "pk_columns": [ - 1537, + 1583, "e_tournament_free_agent_statuses_pk_columns_input!" ] } ], "update_e_tournament_free_agent_statuses_many": [ - 1533, + 1579, { "updates": [ - 1543, + 1589, "[e_tournament_free_agent_statuses_updates!]!" ] } ], "update_e_tournament_registration_types": [ - 1554, + 1600, { "_set": [ - 1559 + 1605 ], "where": [ - 1547, + 1593, "e_tournament_registration_types_bool_exp!" ] } ], "update_e_tournament_registration_types_by_pk": [ - 1544, + 1590, { "_set": [ - 1559 + 1605 ], "pk_columns": [ - 1557, + 1603, "e_tournament_registration_types_pk_columns_input!" ] } ], "update_e_tournament_registration_types_many": [ - 1554, + 1600, { "updates": [ - 1563, + 1609, "[e_tournament_registration_types_updates!]!" ] } ], "update_e_tournament_stage_types": [ - 1574, + 1620, { "_set": [ - 1580 + 1626 ], "where": [ - 1567, + 1613, "e_tournament_stage_types_bool_exp!" ] } ], "update_e_tournament_stage_types_by_pk": [ - 1564, + 1610, { "_set": [ - 1580 + 1626 ], "pk_columns": [ - 1578, + 1624, "e_tournament_stage_types_pk_columns_input!" ] } ], "update_e_tournament_stage_types_many": [ - 1574, + 1620, { "updates": [ - 1584, + 1630, "[e_tournament_stage_types_updates!]!" ] } ], "update_e_tournament_status": [ - 1595, + 1641, { "_set": [ - 1601 + 1647 ], "where": [ - 1588, + 1634, "e_tournament_status_bool_exp!" ] } ], "update_e_tournament_status_by_pk": [ - 1585, + 1631, { "_set": [ - 1601 + 1647 ], "pk_columns": [ - 1599, + 1645, "e_tournament_status_pk_columns_input!" ] } ], "update_e_tournament_status_many": [ - 1595, + 1641, { "updates": [ - 1605, + 1651, "[e_tournament_status_updates!]!" ] } ], "update_e_utility_practice_access": [ - 1616, + 1662, { "_set": [ - 1621 + 1667 ], "where": [ - 1609, + 1655, "e_utility_practice_access_bool_exp!" ] } ], "update_e_utility_practice_access_by_pk": [ - 1606, + 1652, { "_set": [ - 1621 + 1667 ], "pk_columns": [ - 1619, + 1665, "e_utility_practice_access_pk_columns_input!" ] } ], "update_e_utility_practice_access_many": [ - 1616, + 1662, { "updates": [ - 1625, + 1671, "[e_utility_practice_access_updates!]!" ] } ], "update_e_utility_practice_statuses": [ - 1636, + 1682, { "_set": [ - 1642 + 1688 ], "where": [ - 1629, + 1675, "e_utility_practice_statuses_bool_exp!" ] } ], "update_e_utility_practice_statuses_by_pk": [ - 1626, + 1672, { "_set": [ - 1642 + 1688 ], "pk_columns": [ - 1640, + 1686, "e_utility_practice_statuses_pk_columns_input!" ] } ], "update_e_utility_practice_statuses_many": [ - 1636, + 1682, { "updates": [ - 1646, + 1692, "[e_utility_practice_statuses_updates!]!" ] } ], "update_e_utility_sources": [ - 1657, + 1703, { "_set": [ - 1662 + 1708 ], "where": [ - 1650, + 1696, "e_utility_sources_bool_exp!" ] } ], "update_e_utility_sources_by_pk": [ - 1647, + 1693, { "_set": [ - 1662 + 1708 ], "pk_columns": [ - 1660, + 1706, "e_utility_sources_pk_columns_input!" ] } ], "update_e_utility_sources_many": [ - 1657, + 1703, { "updates": [ - 1666, + 1712, "[e_utility_sources_updates!]!" ] } ], "update_e_utility_techniques": [ - 1677, + 1723, { "_set": [ - 1682 + 1728 ], "where": [ - 1670, + 1716, "e_utility_techniques_bool_exp!" ] } ], "update_e_utility_techniques_by_pk": [ - 1667, + 1713, { "_set": [ - 1682 + 1728 ], "pk_columns": [ - 1680, + 1726, "e_utility_techniques_pk_columns_input!" ] } ], "update_e_utility_techniques_many": [ - 1677, + 1723, { "updates": [ - 1686, + 1732, "[e_utility_techniques_updates!]!" ] } ], "update_e_utility_throw_strengths": [ - 1697, + 1743, { "_set": [ - 1702 + 1748 ], "where": [ - 1690, + 1736, "e_utility_throw_strengths_bool_exp!" ] } ], "update_e_utility_throw_strengths_by_pk": [ - 1687, + 1733, { "_set": [ - 1702 + 1748 ], "pk_columns": [ - 1700, + 1746, "e_utility_throw_strengths_pk_columns_input!" ] } ], "update_e_utility_throw_strengths_many": [ - 1697, + 1743, { "updates": [ - 1706, + 1752, "[e_utility_throw_strengths_updates!]!" ] } ], "update_e_utility_types": [ - 1717, + 1763, { "_set": [ - 1722 + 1768 ], "where": [ - 1710, + 1756, "e_utility_types_bool_exp!" ] } ], "update_e_utility_types_by_pk": [ - 1707, + 1753, { "_set": [ - 1722 + 1768 ], "pk_columns": [ - 1720, + 1766, "e_utility_types_pk_columns_input!" ] } ], "update_e_utility_types_many": [ - 1717, + 1763, { "updates": [ - 1726, + 1772, "[e_utility_types_updates!]!" ] } ], "update_e_utility_visibility": [ - 1737, + 1783, { "_set": [ - 1742 + 1788 ], "where": [ - 1730, + 1776, "e_utility_visibility_bool_exp!" ] } ], "update_e_utility_visibility_by_pk": [ - 1727, + 1773, { "_set": [ - 1742 + 1788 ], "pk_columns": [ - 1740, + 1786, "e_utility_visibility_pk_columns_input!" ] } ], "update_e_utility_visibility_many": [ - 1737, + 1783, { "updates": [ - 1746, + 1792, "[e_utility_visibility_updates!]!" ] } ], "update_e_veto_pick_types": [ - 1757, + 1803, { "_set": [ - 1762 + 1808 ], "where": [ - 1750, + 1796, "e_veto_pick_types_bool_exp!" ] } ], "update_e_veto_pick_types_by_pk": [ - 1747, + 1793, { "_set": [ - 1762 + 1808 ], "pk_columns": [ - 1760, + 1806, "e_veto_pick_types_pk_columns_input!" ] } ], "update_e_veto_pick_types_many": [ - 1757, + 1803, { "updates": [ - 1766, + 1812, "[e_veto_pick_types_updates!]!" ] } ], "update_e_winning_reasons": [ - 1777, + 1823, { "_set": [ - 1782 + 1828 ], "where": [ - 1770, + 1816, "e_winning_reasons_bool_exp!" ] } ], "update_e_winning_reasons_by_pk": [ - 1767, + 1813, { "_set": [ - 1782 + 1828 ], "pk_columns": [ - 1780, + 1826, "e_winning_reasons_pk_columns_input!" ] } ], "update_e_winning_reasons_many": [ - 1777, + 1823, { "updates": [ - 1786, + 1832, "[e_winning_reasons_updates!]!" ] } ], "update_event_match_links": [ - 1795, + 1841, { "_set": [ - 1800 + 1846 ], "where": [ - 1790, + 1836, "event_match_links_bool_exp!" ] } ], "update_event_match_links_by_pk": [ - 1787, + 1833, { "_set": [ - 1800 + 1846 ], "pk_columns": [ - 1798, + 1844, "event_match_links_pk_columns_input!" ] } ], "update_event_match_links_many": [ - 1795, + 1841, { "updates": [ - 1804, + 1850, "[event_match_links_updates!]!" ] } ], "update_event_media": [ - 1822, + 1868, { "_inc": [ - 1816 + 1862 ], "_set": [ - 1869 + 1915 ], "where": [ - 1814, + 1860, "event_media_bool_exp!" ] } ], "update_event_media_by_pk": [ - 1805, + 1851, { "_inc": [ - 1816 + 1862 ], "_set": [ - 1869 + 1915 ], "pk_columns": [ - 1826, + 1872, "event_media_pk_columns_input!" ] } ], "update_event_media_many": [ - 1822, + 1868, { "updates": [ - 1881, + 1927, "[event_media_updates!]!" ] } ], "update_event_media_players": [ - 1844, + 1890, { "_inc": [ - 1838 + 1884 ], "_set": [ - 1849 + 1895 ], "where": [ - 1836, + 1882, "event_media_players_bool_exp!" ] } ], "update_event_media_players_by_pk": [ - 1827, + 1873, { "_inc": [ - 1838 + 1884 ], "_set": [ - 1849 + 1895 ], "pk_columns": [ - 1847, + 1893, "event_media_players_pk_columns_input!" ] } ], "update_event_media_players_many": [ - 1844, + 1890, { "updates": [ - 1861, + 1907, "[event_media_players_updates!]!" ] } ], "update_event_organizers": [ - 1905, + 1951, { "_inc": [ - 1899 + 1945 ], "_set": [ - 1910 + 1956 ], "where": [ - 1897, + 1943, "event_organizers_bool_exp!" ] } ], "update_event_organizers_by_pk": [ - 1888, + 1934, { "_inc": [ - 1899 + 1945 ], "_set": [ - 1910 + 1956 ], "pk_columns": [ - 1908, + 1954, "event_organizers_pk_columns_input!" ] } ], "update_event_organizers_many": [ - 1905, + 1951, { "updates": [ - 1922, + 1968, "[event_organizers_updates!]!" ] } ], "update_event_players": [ - 1946, + 1992, { "_inc": [ - 1940 + 1986 ], "_set": [ - 1951 + 1997 ], "where": [ - 1938, + 1984, "event_players_bool_exp!" ] } ], "update_event_players_by_pk": [ - 1929, + 1975, { "_inc": [ - 1940 + 1986 ], "_set": [ - 1951 + 1997 ], "pk_columns": [ - 1949, + 1995, "event_players_pk_columns_input!" ] } ], "update_event_players_many": [ - 1946, + 1992, { "updates": [ - 1963, + 2009, "[event_players_updates!]!" ] } ], "update_event_teams": [ - 1984, + 2030, { "_set": [ - 1989 + 2035 ], "where": [ - 1977, + 2023, "event_teams_bool_exp!" ] } ], "update_event_teams_by_pk": [ - 1970, + 2016, { "_set": [ - 1989 + 2035 ], "pk_columns": [ - 1987, + 2033, "event_teams_pk_columns_input!" ] } ], "update_event_teams_many": [ - 1984, + 2030, { "updates": [ - 1993, + 2039, "[event_teams_updates!]!" ] } ], "update_event_tournaments": [ - 2008, + 2054, { "_set": [ - 2013 + 2059 ], "where": [ - 2001, + 2047, "event_tournaments_bool_exp!" ] } ], "update_event_tournaments_by_pk": [ - 1994, + 2040, { "_set": [ - 2013 + 2059 ], "pk_columns": [ - 2011, + 2057, "event_tournaments_pk_columns_input!" ] } ], "update_event_tournaments_many": [ - 2008, + 2054, { "updates": [ - 2017, + 2063, "[event_tournaments_updates!]!" ] } ], "update_events": [ - 2028, + 2074, { "_inc": [ - 2024 + 2070 ], "_set": [ - 2034 + 2080 ], "where": [ - 2022, + 2068, "events_bool_exp!" ] } ], "update_events_by_pk": [ - 2018, + 2064, { "_inc": [ - 2024 + 2070 ], "_set": [ - 2034 + 2080 ], "pk_columns": [ - 2032, + 2078, "events_pk_columns_input!" ] } ], "update_events_many": [ - 2028, + 2074, { "updates": [ - 2042, + 2088, "[events_updates!]!" ] } ], "update_friends": [ - 2058, + 2104, { "_inc": [ - 2054 + 2100 ], "_set": [ - 2063 + 2109 ], "where": [ - 2052, + 2098, "friends_bool_exp!" ] } ], "update_friends_by_pk": [ - 2048, + 2094, { "_inc": [ - 2054 + 2100 ], "_set": [ - 2063 + 2109 ], "pk_columns": [ - 2061, + 2107, "friends_pk_columns_input!" ] } ], "update_friends_many": [ - 2058, + 2104, { "updates": [ - 2071, + 2117, "[friends_updates!]!" ] } ], "update_game_mode_plugins": [ - 2098, + 2144, { "_append": [ - 2083 + 2129 ], "_delete_at_path": [ - 2089 + 2135 ], "_delete_elem": [ - 2090 + 2136 ], "_delete_key": [ - 2091 + 2137 ], "_inc": [ - 2092 + 2138 ], "_prepend": [ - 2102 + 2148 ], "_set": [ - 2106 + 2152 ], "where": [ - 2087, + 2133, "game_mode_plugins_bool_exp!" ] } ], "update_game_mode_plugins_by_pk": [ - 2075, + 2121, { "_append": [ - 2083 + 2129 ], "_delete_at_path": [ - 2089 + 2135 ], "_delete_elem": [ - 2090 + 2136 ], "_delete_key": [ - 2091 + 2137 ], "_inc": [ - 2092 + 2138 ], "_prepend": [ - 2102 + 2148 ], "_set": [ - 2106 + 2152 ], "pk_columns": [ - 2101, + 2147, "game_mode_plugins_pk_columns_input!" ] } ], "update_game_mode_plugins_many": [ - 2098, + 2144, { "updates": [ - 2118, + 2164, "[game_mode_plugins_updates!]!" ] } ], "update_game_modes": [ - 2133, + 2179, { "_set": [ - 2139 + 2185 ], "where": [ - 2128, + 2174, "game_modes_bool_exp!" ] } ], "update_game_modes_by_pk": [ - 2125, + 2171, { "_set": [ - 2139 + 2185 ], "pk_columns": [ - 2137, + 2183, "game_modes_pk_columns_input!" ] } ], "update_game_modes_many": [ - 2133, + 2179, { "updates": [ - 2143, + 2189, "[game_modes_updates!]!" ] } ], "update_game_plugin_installs": [ - 2152, + 2198, { "_set": [ - 2157 + 2203 ], "where": [ - 2147, + 2193, "game_plugin_installs_bool_exp!" ] } ], "update_game_plugin_installs_by_pk": [ - 2144, + 2190, { "_set": [ - 2157 + 2203 ], "pk_columns": [ - 2155, + 2201, "game_plugin_installs_pk_columns_input!" ] } ], "update_game_plugin_installs_many": [ - 2152, + 2198, { "updates": [ - 2161, + 2207, "[game_plugin_installs_updates!]!" ] } ], "update_game_plugin_versions": [ - 2181, + 2227, { "_inc": [ - 2175 + 2221 ], "_set": [ - 2188 + 2234 ], "where": [ - 2173, + 2219, "game_plugin_versions_bool_exp!" ] } ], "update_game_plugin_versions_by_pk": [ - 2162, + 2208, { "_inc": [ - 2175 + 2221 ], "_set": [ - 2188 + 2234 ], "pk_columns": [ - 2184, + 2230, "game_plugin_versions_pk_columns_input!" ] } ], "update_game_plugin_versions_many": [ - 2181, + 2227, { "updates": [ - 2200, + 2246, "[game_plugin_versions_updates!]!" ] } ], "update_game_plugins": [ - 2220, + 2266, { "_append": [ - 2210 + 2256 ], "_delete_at_path": [ - 2214 + 2260 ], "_delete_elem": [ - 2215 + 2261 ], "_delete_key": [ - 2216 + 2262 ], "_prepend": [ - 2225 + 2271 ], "_set": [ - 2227 + 2273 ], "where": [ - 2212, + 2258, "game_plugins_bool_exp!" ] } ], "update_game_plugins_by_pk": [ - 2207, + 2253, { "_append": [ - 2210 + 2256 ], "_delete_at_path": [ - 2214 + 2260 ], "_delete_elem": [ - 2215 + 2261 ], "_delete_key": [ - 2216 + 2262 ], "_prepend": [ - 2225 + 2271 ], "_set": [ - 2227 + 2273 ], "pk_columns": [ - 2224, + 2270, "game_plugins_pk_columns_input!" ] } ], "update_game_plugins_many": [ - 2220, + 2266, { "updates": [ - 2235, + 2281, "[game_plugins_updates!]!" ] } ], "update_game_server_node_plugins": [ - 2255, + 2301, { "_set": [ - 2262 + 2308 ], "where": [ - 2248, + 2294, "game_server_node_plugins_bool_exp!" ] } ], "update_game_server_node_plugins_by_pk": [ - 2239, + 2285, { "_set": [ - 2262 + 2308 ], "pk_columns": [ - 2258, + 2304, "game_server_node_plugins_pk_columns_input!" ] } ], "update_game_server_node_plugins_many": [ - 2255, + 2301, { "updates": [ - 2266, + 2312, "[game_server_node_plugins_updates!]!" ] } ], "update_game_server_nodes": [ - 2290, + 2336, { "_append": [ - 2275 + 2321 ], "_delete_at_path": [ - 2281 + 2327 ], "_delete_elem": [ - 2282 + 2328 ], "_delete_key": [ - 2283 + 2329 ], "_inc": [ - 2284 + 2330 ], "_prepend": [ - 2295 + 2341 ], "_set": [ - 2299 + 2345 ], "where": [ - 2279, + 2325, "game_server_nodes_bool_exp!" ] } ], "update_game_server_nodes_by_pk": [ - 2267, + 2313, { "_append": [ - 2275 + 2321 ], "_delete_at_path": [ - 2281 + 2327 ], "_delete_elem": [ - 2282 + 2328 ], "_delete_key": [ - 2283 + 2329 ], "_inc": [ - 2284 + 2330 ], "_prepend": [ - 2295 + 2341 ], "_set": [ - 2299 + 2345 ], "pk_columns": [ - 2294, + 2340, "game_server_nodes_pk_columns_input!" ] } ], "update_game_server_nodes_many": [ - 2290, + 2336, { "updates": [ - 2311, + 2357, "[game_server_nodes_updates!]!" ] } ], "update_game_versions": [ - 2332, + 2378, { "_append": [ - 2321 + 2367 ], "_delete_at_path": [ - 2325 + 2371 ], "_delete_elem": [ - 2326 + 2372 ], "_delete_key": [ - 2327 + 2373 ], "_inc": [ - 2328 + 2374 ], "_prepend": [ - 2337 + 2383 ], "_set": [ - 2339 + 2385 ], "where": [ - 2323, + 2369, "game_versions_bool_exp!" ] } ], "update_game_versions_by_pk": [ - 2318, + 2364, { "_append": [ - 2321 + 2367 ], "_delete_at_path": [ - 2325 + 2371 ], "_delete_elem": [ - 2326 + 2372 ], "_delete_key": [ - 2327 + 2373 ], "_inc": [ - 2328 + 2374 ], "_prepend": [ - 2337 + 2383 ], "_set": [ - 2339 + 2385 ], "pk_columns": [ - 2336, + 2382, "game_versions_pk_columns_input!" ] } ], "update_game_versions_many": [ - 2332, + 2378, { "updates": [ - 2347, + 2393, "[game_versions_updates!]!" ] } ], "update_gamedata_signature_validations": [ - 2365, + 2411, { "_append": [ - 2354 + 2400 ], "_delete_at_path": [ - 2358 + 2404 ], "_delete_elem": [ - 2359 + 2405 ], "_delete_key": [ - 2360 + 2406 ], "_inc": [ - 2361 + 2407 ], "_prepend": [ - 2369 + 2415 ], "_set": [ - 2371 + 2417 ], "where": [ - 2356, + 2402, "gamedata_signature_validations_bool_exp!" ] } ], "update_gamedata_signature_validations_by_pk": [ - 2351, + 2397, { "_append": [ - 2354 + 2400 ], "_delete_at_path": [ - 2358 + 2404 ], "_delete_elem": [ - 2359 + 2405 ], "_delete_key": [ - 2360 + 2406 ], "_inc": [ - 2361 + 2407 ], "_prepend": [ - 2369 + 2415 ], "_set": [ - 2371 + 2417 ], "pk_columns": [ - 2368, + 2414, "gamedata_signature_validations_pk_columns_input!" ] } ], "update_gamedata_signature_validations_many": [ - 2365, + 2411, { "updates": [ - 2379, + 2425, "[gamedata_signature_validations_updates!]!" ] } ], "update_leaderboard_entries": [ - 2404, + 2450, { "_inc": [ - 2400 + 2446 ], "_set": [ - 2407 + 2453 ], "where": [ - 2399, + 2445, "leaderboard_entries_bool_exp!" ] } ], "update_leaderboard_entries_many": [ - 2404, + 2450, { "updates": [ - 2414, + 2460, "[leaderboard_entries_updates!]!" ] } ], "update_league_divisions": [ - 2429, + 2475, { "_inc": [ - 2425 + 2471 ], "_set": [ - 2435 + 2481 ], "where": [ - 2423, + 2469, "league_divisions_bool_exp!" ] } ], "update_league_divisions_by_pk": [ - 2419, + 2465, { "_inc": [ - 2425 + 2471 ], "_set": [ - 2435 + 2481 ], "pk_columns": [ - 2433, + 2479, "league_divisions_pk_columns_input!" ] } ], "update_league_divisions_many": [ - 2429, + 2475, { "updates": [ - 2443, + 2489, "[league_divisions_updates!]!" ] } ], "update_league_match_weeks": [ - 2464, + 2510, { "_inc": [ - 2458 + 2504 ], "_set": [ - 2469 + 2515 ], "where": [ - 2456, + 2502, "league_match_weeks_bool_exp!" ] } ], "update_league_match_weeks_by_pk": [ - 2447, + 2493, { "_inc": [ - 2458 + 2504 ], "_set": [ - 2469 + 2515 ], "pk_columns": [ - 2467, + 2513, "league_match_weeks_pk_columns_input!" ] } ], "update_league_match_weeks_many": [ - 2464, + 2510, { "updates": [ - 2481, + 2527, "[league_match_weeks_updates!]!" ] } ], "update_league_relegation_playoffs": [ - 2505, + 2551, { "_inc": [ - 2499 + 2545 ], "_set": [ - 2510 + 2556 ], "where": [ - 2497, + 2543, "league_relegation_playoffs_bool_exp!" ] } ], "update_league_relegation_playoffs_by_pk": [ - 2488, + 2534, { "_inc": [ - 2499 + 2545 ], "_set": [ - 2510 + 2556 ], "pk_columns": [ - 2508, + 2554, "league_relegation_playoffs_pk_columns_input!" ] } ], "update_league_relegation_playoffs_many": [ - 2505, + 2551, { "updates": [ - 2522, + 2568, "[league_relegation_playoffs_updates!]!" ] } ], "update_league_scheduling_proposals": [ - 2546, + 2592, { "_inc": [ - 2540 + 2586 ], "_set": [ - 2551 + 2597 ], "where": [ - 2538, + 2584, "league_scheduling_proposals_bool_exp!" ] } ], "update_league_scheduling_proposals_by_pk": [ - 2529, + 2575, { "_inc": [ - 2540 + 2586 ], "_set": [ - 2551 + 2597 ], "pk_columns": [ - 2549, + 2595, "league_scheduling_proposals_pk_columns_input!" ] } ], "update_league_scheduling_proposals_many": [ - 2546, + 2592, { "updates": [ - 2563, + 2609, "[league_scheduling_proposals_updates!]!" ] } ], "update_league_season_divisions": [ - 2584, + 2630, { "_set": [ - 2590 + 2636 ], "where": [ - 2577, + 2623, "league_season_divisions_bool_exp!" ] } ], "update_league_season_divisions_by_pk": [ - 2570, + 2616, { "_set": [ - 2590 + 2636 ], "pk_columns": [ - 2588, + 2634, "league_season_divisions_pk_columns_input!" ] } ], "update_league_season_divisions_many": [ - 2584, + 2630, { "updates": [ - 2594, + 2640, "[league_season_divisions_updates!]!" ] } ], "update_league_seasons": [ - 2609, + 2655, { "_append": [ - 2598 + 2644 ], "_delete_at_path": [ - 2602 + 2648 ], "_delete_elem": [ - 2603 + 2649 ], "_delete_key": [ - 2604 + 2650 ], "_inc": [ - 2605 + 2651 ], "_prepend": [ - 2614 + 2660 ], "_set": [ - 2616 + 2662 ], "where": [ - 2600, + 2646, "league_seasons_bool_exp!" ] } ], "update_league_seasons_by_pk": [ - 2595, + 2641, { "_append": [ - 2598 + 2644 ], "_delete_at_path": [ - 2602 + 2648 ], "_delete_elem": [ - 2603 + 2649 ], "_delete_key": [ - 2604 + 2650 ], "_inc": [ - 2605 + 2651 ], "_prepend": [ - 2614 + 2660 ], "_set": [ - 2616 + 2662 ], "pk_columns": [ - 2613, + 2659, "league_seasons_pk_columns_input!" ] } ], "update_league_seasons_many": [ - 2609, + 2655, { "updates": [ - 2624, + 2670, "[league_seasons_updates!]!" ] } ], "update_league_team_movements": [ - 2645, + 2691, { "_inc": [ - 2639 + 2685 ], "_set": [ - 2650 + 2696 ], "where": [ - 2637, + 2683, "league_team_movements_bool_exp!" ] } ], "update_league_team_movements_by_pk": [ - 2628, + 2674, { "_inc": [ - 2639 + 2685 ], "_set": [ - 2650 + 2696 ], "pk_columns": [ - 2648, + 2694, "league_team_movements_pk_columns_input!" ] } ], "update_league_team_movements_many": [ - 2645, + 2691, { "updates": [ - 2662, + 2708, "[league_team_movements_updates!]!" ] } ], "update_league_team_rosters": [ - 2686, + 2732, { "_inc": [ - 2680 + 2726 ], "_set": [ - 2691 + 2737 ], "where": [ - 2678, + 2724, "league_team_rosters_bool_exp!" ] } ], "update_league_team_rosters_by_pk": [ - 2669, + 2715, { "_inc": [ - 2680 + 2726 ], "_set": [ - 2691 + 2737 ], "pk_columns": [ - 2689, + 2735, "league_team_rosters_pk_columns_input!" ] } ], "update_league_team_rosters_many": [ - 2686, + 2732, { "updates": [ - 2703, + 2749, "[league_team_rosters_updates!]!" ] } ], "update_league_team_seasons": [ - 2727, + 2773, { "_inc": [ - 2721 + 2767 ], "_set": [ - 2733 + 2779 ], "where": [ - 2719, + 2765, "league_team_seasons_bool_exp!" ] } ], "update_league_team_seasons_by_pk": [ - 2710, + 2756, { "_inc": [ - 2721 + 2767 ], "_set": [ - 2733 + 2779 ], "pk_columns": [ - 2731, + 2777, "league_team_seasons_pk_columns_input!" ] } ], "update_league_team_seasons_many": [ - 2727, + 2773, { "updates": [ - 2745, + 2791, "[league_team_seasons_updates!]!" ] } ], "update_league_teams": [ - 2760, + 2806, { "_set": [ - 2766 + 2812 ], "where": [ - 2755, + 2801, "league_teams_bool_exp!" ] } ], "update_league_teams_by_pk": [ - 2752, + 2798, { "_set": [ - 2766 + 2812 ], "pk_columns": [ - 2764, + 2810, "league_teams_pk_columns_input!" ] } ], "update_league_teams_many": [ - 2760, + 2806, { "updates": [ - 2770, + 2816, "[league_teams_updates!]!" ] } ], "update_lobbies": [ - 2779, + 2825, { "_set": [ - 2785 + 2831 ], "where": [ - 2774, + 2820, "lobbies_bool_exp!" ] } ], "update_lobbies_by_pk": [ - 2771, + 2817, { "_set": [ - 2785 + 2831 ], "pk_columns": [ - 2783, + 2829, "lobbies_pk_columns_input!" ] } ], "update_lobbies_many": [ - 2779, + 2825, { "updates": [ - 2789, + 2835, "[lobbies_updates!]!" ] } ], "update_lobby_players": [ - 2809, + 2855, { "_inc": [ - 2803 + 2849 ], "_set": [ - 2816 + 2862 ], "where": [ - 2801, + 2847, "lobby_players_bool_exp!" ] } ], "update_lobby_players_by_pk": [ - 2790, + 2836, { "_inc": [ - 2803 + 2849 ], "_set": [ - 2816 + 2862 ], "pk_columns": [ - 2812, + 2858, "lobby_players_pk_columns_input!" ] } ], "update_lobby_players_many": [ - 2809, + 2855, { "updates": [ - 2828, + 2874, "[lobby_players_updates!]!" ] } ], "update_map_callouts": [ - 2847, + 2893, { "_append": [ - 2838 + 2884 ], "_delete_at_path": [ - 2841 + 2887 ], "_delete_elem": [ - 2842 + 2888 ], "_delete_key": [ - 2843 + 2889 ], "_prepend": [ - 2851 + 2897 ], "_set": [ - 2853 + 2899 ], "where": [ - 2839, + 2885, "map_callouts_bool_exp!" ] } ], "update_map_callouts_by_pk": [ - 2835, + 2881, { "_append": [ - 2838 + 2884 ], "_delete_at_path": [ - 2841 + 2887 ], "_delete_elem": [ - 2842 + 2888 ], "_delete_key": [ - 2843 + 2889 ], "_prepend": [ - 2851 + 2897 ], "_set": [ - 2853 + 2899 ], "pk_columns": [ - 2850, + 2896, "map_callouts_pk_columns_input!" ] } ], "update_map_callouts_many": [ - 2847, + 2893, { "updates": [ - 2857, + 2903, "[map_callouts_updates!]!" ] } ], "update_map_pools": [ - 2866, + 2912, { "_set": [ - 2872 + 2918 ], "where": [ - 2861, + 2907, "map_pools_bool_exp!" ] } ], "update_map_pools_by_pk": [ - 2858, + 2904, { "_set": [ - 2872 + 2918 ], "pk_columns": [ - 2870, + 2916, "map_pools_pk_columns_input!" ] } ], "update_map_pools_many": [ - 2866, + 2912, { "updates": [ - 2876, + 2922, "[map_pools_updates!]!" ] } ], "update_maps": [ - 2893, + 2939, { "_set": [ - 2901 + 2947 ], "where": [ - 2886, + 2932, "maps_bool_exp!" ] } ], "update_maps_by_pk": [ - 2877, + 2923, { "_set": [ - 2901 + 2947 ], "pk_columns": [ - 2897, + 2943, "maps_pk_columns_input!" ] } ], "update_maps_many": [ - 2893, + 2939, { "updates": [ - 2905, + 2951, "[maps_updates!]!" ] } ], "update_match_clips": [ - 2923, + 2969, { "_inc": [ - 2917 + 2963 ], "_set": [ - 2929 + 2975 ], "where": [ - 2915, + 2961, "match_clips_bool_exp!" ] } ], "update_match_clips_by_pk": [ - 2906, + 2952, { "_inc": [ - 2917 + 2963 ], "_set": [ - 2929 + 2975 ], "pk_columns": [ - 2927, + 2973, "match_clips_pk_columns_input!" ] } ], "update_match_clips_many": [ - 2923, + 2969, { "updates": [ - 2941, + 2987, "[match_clips_updates!]!" ] } ], "update_match_demo_sessions": [ - 2969, + 3015, { "_append": [ - 2954 + 3000 ], "_delete_at_path": [ - 2960 + 3006 ], "_delete_elem": [ - 2961 + 3007 ], "_delete_key": [ - 2962 + 3008 ], "_inc": [ - 2963 + 3009 ], "_prepend": [ - 2973 + 3019 ], "_set": [ - 2975 + 3021 ], "where": [ - 2958, + 3004, "match_demo_sessions_bool_exp!" ] } ], "update_match_demo_sessions_by_pk": [ - 2948, + 2994, { "_append": [ - 2954 + 3000 ], "_delete_at_path": [ - 2960 + 3006 ], "_delete_elem": [ - 2961 + 3007 ], "_delete_key": [ - 2962 + 3008 ], "_inc": [ - 2963 + 3009 ], "_prepend": [ - 2973 + 3019 ], "_set": [ - 2975 + 3021 ], "pk_columns": [ - 2972, + 3018, "match_demo_sessions_pk_columns_input!" ] } ], "update_match_demo_sessions_many": [ - 2969, + 3015, { "updates": [ - 2987, + 3033, "[match_demo_sessions_updates!]!" ] } ], "update_match_lineup_players": [ - 3013, + 3059, { "_inc": [ - 3007 + 3053 ], "_set": [ - 3020 + 3066 ], "where": [ - 3005, + 3051, "match_lineup_players_bool_exp!" ] } ], "update_match_lineup_players_by_pk": [ - 2994, + 3040, { "_inc": [ - 3007 + 3053 ], "_set": [ - 3020 + 3066 ], "pk_columns": [ - 3016, + 3062, "match_lineup_players_pk_columns_input!" ] } ], "update_match_lineup_players_many": [ - 3013, + 3059, { "updates": [ - 3032, + 3078, "[match_lineup_players_updates!]!" ] } ], "update_match_lineups": [ - 3056, + 3102, { "_inc": [ - 3050 + 3096 ], "_set": [ - 3062 + 3108 ], "where": [ - 3048, + 3094, "match_lineups_bool_exp!" ] } ], "update_match_lineups_by_pk": [ - 3039, + 3085, { "_inc": [ - 3050 + 3096 ], "_set": [ - 3062 + 3108 ], "pk_columns": [ - 3060, + 3106, "match_lineups_pk_columns_input!" ] } ], "update_match_lineups_many": [ - 3056, + 3102, { "updates": [ - 3074, + 3120, "[match_lineups_updates!]!" ] } ], "update_match_map_demos": [ - 3104, + 3150, { "_append": [ - 3089 + 3135 ], "_delete_at_path": [ - 3095 + 3141 ], "_delete_elem": [ - 3096 + 3142 ], "_delete_key": [ - 3097 + 3143 ], "_inc": [ - 3098 + 3144 ], "_prepend": [ - 3109 + 3155 ], "_set": [ - 3113 + 3159 ], "where": [ - 3093, + 3139, "match_map_demos_bool_exp!" ] } ], "update_match_map_demos_by_pk": [ - 3081, + 3127, { "_append": [ - 3089 + 3135 ], "_delete_at_path": [ - 3095 + 3141 ], "_delete_elem": [ - 3096 + 3142 ], "_delete_key": [ - 3097 + 3143 ], "_inc": [ - 3098 + 3144 ], "_prepend": [ - 3109 + 3155 ], "_set": [ - 3113 + 3159 ], "pk_columns": [ - 3108, + 3154, "match_map_demos_pk_columns_input!" ] } ], "update_match_map_demos_many": [ - 3104, + 3150, { "updates": [ - 3125, + 3171, "[match_map_demos_updates!]!" ] } ], "update_match_map_rounds": [ - 3149, + 3195, { "_inc": [ - 3143 + 3189 ], "_set": [ - 3154 + 3200 ], "where": [ - 3141, + 3187, "match_map_rounds_bool_exp!" ] } ], "update_match_map_rounds_by_pk": [ - 3132, + 3178, { "_inc": [ - 3143 + 3189 ], "_set": [ - 3154 + 3200 ], "pk_columns": [ - 3152, + 3198, "match_map_rounds_pk_columns_input!" ] } ], "update_match_map_rounds_many": [ - 3149, + 3195, { "updates": [ - 3166, + 3212, "[match_map_rounds_updates!]!" ] } ], "update_match_map_veto_picks": [ - 3189, + 3235, { "_set": [ - 3196 + 3242 ], "where": [ - 3182, + 3228, "match_map_veto_picks_bool_exp!" ] } ], "update_match_map_veto_picks_by_pk": [ - 3173, + 3219, { "_set": [ - 3196 + 3242 ], "pk_columns": [ - 3192, + 3238, "match_map_veto_picks_pk_columns_input!" ] } ], "update_match_map_veto_picks_many": [ - 3189, + 3235, { "updates": [ - 3200, + 3246, "[match_map_veto_picks_updates!]!" ] } ], "update_match_maps": [ - 3218, + 3264, { "_inc": [ - 3212 + 3258 ], "_set": [ - 3224 + 3270 ], "where": [ - 3210, + 3256, "match_maps_bool_exp!" ] } ], "update_match_maps_by_pk": [ - 3201, + 3247, { "_inc": [ - 3212 + 3258 ], "_set": [ - 3224 + 3270 ], "pk_columns": [ - 3222, + 3268, "match_maps_pk_columns_input!" ] } ], "update_match_maps_many": [ - 3218, + 3264, { "updates": [ - 3236, + 3282, "[match_maps_updates!]!" ] } ], "update_match_options": [ - 3262, + 3308, { "_inc": [ - 3256 + 3302 ], "_set": [ - 3270 + 3316 ], "where": [ - 3254, + 3300, "match_options_bool_exp!" ] } ], "update_match_options_by_pk": [ - 3243, + 3289, { "_inc": [ - 3256 + 3302 ], "_set": [ - 3270 + 3316 ], "pk_columns": [ - 3266, + 3312, "match_options_pk_columns_input!" ] } ], "update_match_options_many": [ - 3262, + 3308, { "updates": [ - 3282, + 3328, "[match_options_updates!]!" ] } ], "update_match_region_veto_picks": [ - 3305, + 3351, { "_set": [ - 3312 + 3358 ], "where": [ - 3298, + 3344, "match_region_veto_picks_bool_exp!" ] } ], "update_match_region_veto_picks_by_pk": [ - 3289, + 3335, { "_set": [ - 3312 + 3358 ], "pk_columns": [ - 3308, + 3354, "match_region_veto_picks_pk_columns_input!" ] } ], "update_match_region_veto_picks_many": [ - 3305, + 3351, { "updates": [ - 3316, + 3362, "[match_region_veto_picks_updates!]!" ] } ], "update_match_streams": [ - 3340, + 3386, { "_append": [ - 3325 + 3371 ], "_delete_at_path": [ - 3331 + 3377 ], "_delete_elem": [ - 3332 + 3378 ], "_delete_key": [ - 3333 + 3379 ], "_inc": [ - 3334 + 3380 ], "_prepend": [ - 3344 + 3390 ], "_set": [ - 3348 + 3394 ], "where": [ - 3329, + 3375, "match_streams_bool_exp!" ] } ], "update_match_streams_by_pk": [ - 3317, + 3363, { "_append": [ - 3325 + 3371 ], "_delete_at_path": [ - 3331 + 3377 ], "_delete_elem": [ - 3332 + 3378 ], "_delete_key": [ - 3333 + 3379 ], "_inc": [ - 3334 + 3380 ], "_prepend": [ - 3344 + 3390 ], "_set": [ - 3348 + 3394 ], "pk_columns": [ - 3343, + 3389, "match_streams_pk_columns_input!" ] } ], "update_match_streams_many": [ - 3340, + 3386, { "updates": [ - 3360, + 3406, "[match_streams_updates!]!" ] } ], "update_match_type_cfgs": [ - 3375, + 3421, { "_set": [ - 3380 + 3426 ], "where": [ - 3370, + 3416, "match_type_cfgs_bool_exp!" ] } ], "update_match_type_cfgs_by_pk": [ - 3367, + 3413, { "_set": [ - 3380 + 3426 ], "pk_columns": [ - 3378, + 3424, "match_type_cfgs_pk_columns_input!" ] } ], "update_match_type_cfgs_many": [ - 3375, + 3421, { "updates": [ - 3384, + 3430, "[match_type_cfgs_updates!]!" ] } ], "update_matches": [ - 3404, + 3450, { "_inc": [ - 3398 + 3444 ], "_set": [ - 3412 + 3458 ], "where": [ - 3396, + 3442, "matches_bool_exp!" ] } ], "update_matches_by_pk": [ - 3385, + 3431, { "_inc": [ - 3398 + 3444 ], "_set": [ - 3412 + 3458 ], "pk_columns": [ - 3408, + 3454, "matches_pk_columns_input!" ] } ], "update_matches_many": [ - 3404, + 3450, { "updates": [ - 3424, + 3470, "[matches_updates!]!" ] } ], "update_migration_hashes_hashes": [ - 3439, + 3485, { "_set": [ - 3444 + 3490 ], "where": [ - 3434, + 3480, "migration_hashes_hashes_bool_exp!" ] } ], "update_migration_hashes_hashes_by_pk": [ - 3431, + 3477, { "_set": [ - 3444 + 3490 ], "pk_columns": [ - 3442, + 3488, "migration_hashes_hashes_pk_columns_input!" ] } ], "update_migration_hashes_hashes_many": [ - 3439, + 3485, { "updates": [ - 3448, + 3494, "[migration_hashes_hashes_updates!]!" ] } ], "update_my_friends": [ - 3471, + 3517, { "_append": [ - 3457 + 3503 ], "_delete_at_path": [ - 3462 + 3508 ], "_delete_elem": [ - 3463 + 3509 ], "_delete_key": [ - 3464 + 3510 ], "_inc": [ - 3465 + 3511 ], "_prepend": [ - 3473 + 3519 ], "_set": [ - 3477 + 3523 ], "where": [ - 3461, + 3507, "my_friends_bool_exp!" ] } ], "update_my_friends_many": [ - 3471, + 3517, { "updates": [ - 3488, + 3534, "[my_friends_updates!]!" ] } ], "update_news_articles": [ - 3505, + 3551, { "_inc": [ - 3501 + 3547 ], "_set": [ - 3510 + 3556 ], "where": [ - 3499, + 3545, "news_articles_bool_exp!" ] } ], "update_news_articles_by_pk": [ - 3495, + 3541, { "_inc": [ - 3501 + 3547 ], "_set": [ - 3510 + 3556 ], "pk_columns": [ - 3508, + 3554, "news_articles_pk_columns_input!" ] } ], "update_news_articles_many": [ - 3505, + 3551, { "updates": [ - 3518, + 3564, "[news_articles_updates!]!" ] } ], "update_notification_preferences": [ - 3532, + 3578, { "_inc": [ - 3528 + 3574 ], "_set": [ - 3537 + 3583 ], "where": [ - 3526, + 3572, "notification_preferences_bool_exp!" ] } ], "update_notification_preferences_by_pk": [ - 3522, + 3568, { "_inc": [ - 3528 + 3574 ], "_set": [ - 3537 + 3583 ], "pk_columns": [ - 3535, + 3581, "notification_preferences_pk_columns_input!" ] } ], "update_notification_preferences_many": [ - 3532, + 3578, { "updates": [ - 3545, + 3591, "[notification_preferences_updates!]!" ] } ], "update_notifications": [ - 3572, + 3618, { "_append": [ - 3557 + 3603 ], "_delete_at_path": [ - 3563 + 3609 ], "_delete_elem": [ - 3564 + 3610 ], "_delete_key": [ - 3565 + 3611 ], "_inc": [ - 3566 + 3612 ], "_prepend": [ - 3576 + 3622 ], "_set": [ - 3580 + 3626 ], "where": [ - 3561, + 3607, "notifications_bool_exp!" ] } ], "update_notifications_by_pk": [ - 3549, + 3595, { "_append": [ - 3557 + 3603 ], "_delete_at_path": [ - 3563 + 3609 ], "_delete_elem": [ - 3564 + 3610 ], "_delete_key": [ - 3565 + 3611 ], "_inc": [ - 3566 + 3612 ], "_prepend": [ - 3576 + 3622 ], "_set": [ - 3580 + 3626 ], "pk_columns": [ - 3575, + 3621, "notifications_pk_columns_input!" ] } ], "update_notifications_many": [ - 3572, + 3618, { "updates": [ - 3592, + 3638, "[notifications_updates!]!" ] } ], "update_pending_match_import_players": [ - 3619, + 3665, { "_inc": [ - 3613 + 3659 ], "_set": [ - 3624 + 3670 ], "where": [ - 3611, + 3657, "pending_match_import_players_bool_exp!" ] } ], "update_pending_match_import_players_by_pk": [ - 3602, + 3648, { "_inc": [ - 3613 + 3659 ], "_set": [ - 3624 + 3670 ], "pk_columns": [ - 3622, + 3668, "pending_match_import_players_pk_columns_input!" ] } ], "update_pending_match_import_players_many": [ - 3619, + 3665, { "updates": [ - 3636, + 3682, "[pending_match_import_players_updates!]!" ] } ], "update_pending_match_imports": [ - 3653, + 3699, { "_inc": [ - 3649 + 3695 ], "_set": [ - 3659 + 3705 ], "where": [ - 3647, + 3693, "pending_match_imports_bool_exp!" ] } ], "update_pending_match_imports_by_pk": [ - 3643, + 3689, { "_inc": [ - 3649 + 3695 ], "_set": [ - 3659 + 3705 ], "pk_columns": [ - 3657, + 3703, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 3653, + 3699, { "updates": [ - 3667, + 3713, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 3681, + 3727, { "_inc": [ - 3677 + 3723 ], "_set": [ - 3686 + 3732 ], "where": [ - 3675, + 3721, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 3671, + 3717, { "_inc": [ - 3677 + 3723 ], "_set": [ - 3686 + 3732 ], "pk_columns": [ - 3684, + 3730, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 3681, + 3727, { "updates": [ - 3694, + 3740, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 3715, + 3761, { "_inc": [ - 3709 + 3755 ], "_set": [ - 3720 + 3766 ], "where": [ - 3707, + 3753, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 3698, + 3744, { "_inc": [ - 3709 + 3755 ], "_set": [ - 3720 + 3766 ], "pk_columns": [ - 3718, + 3764, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 3715, + 3761, { "updates": [ - 3732, + 3778, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 3758, + 3804, { "_inc": [ - 3752 + 3798 ], "_set": [ - 3765 + 3811 ], "where": [ - 3750, + 3796, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 3739, + 3785, { "_inc": [ - 3752 + 3798 ], "_set": [ - 3765 + 3811 ], "pk_columns": [ - 3761, + 3807, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 3758, + 3804, { "updates": [ - 3777, + 3823, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 3819, + 3865, { "_inc": [ - 3813 + 3859 ], "_set": [ - 3824 + 3870 ], "where": [ - 3811, + 3857, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 3802, + 3848, { "_inc": [ - 3813 + 3859 ], "_set": [ - 3824 + 3870 ], "pk_columns": [ - 3822, + 3868, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 3819, + 3865, { "updates": [ - 3836, + 3882, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 3853, + 3899, { "_inc": [ - 3849 + 3895 ], "_set": [ - 3858 + 3904 ], "where": [ - 3847, + 3893, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 3843, + 3889, { "_inc": [ - 3849 + 3895 ], "_set": [ - 3858 + 3904 ], "pk_columns": [ - 3856, + 3902, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 3853, + 3899, { "updates": [ - 3866, + 3912, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 3887, + 3933, { "_inc": [ - 3881 + 3927 ], "_set": [ - 3892 + 3938 ], "where": [ - 3879, + 3925, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 3870, + 3916, { "_inc": [ - 3881 + 3927 ], "_set": [ - 3892 + 3938 ], "pk_columns": [ - 3890, + 3936, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 3887, + 3933, { "updates": [ - 3904, + 3950, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 3930, + 3976, { "_inc": [ - 3924 + 3970 ], "_set": [ - 3937 + 3983 ], "where": [ - 3922, + 3968, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 3911, + 3957, { "_inc": [ - 3924 + 3970 ], "_set": [ - 3937 + 3983 ], "pk_columns": [ - 3933, + 3979, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 3930, + 3976, { "updates": [ - 3949, + 3995, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 4016, + 4062, { "_inc": [ - 4010 + 4056 ], "_set": [ - 4023 + 4069 ], "where": [ - 3967, + 4013, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 3956, + 4002, { "_inc": [ - 4010 + 4056 ], "_set": [ - 4023 + 4069 ], "pk_columns": [ - 4019, + 4065, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 3985, + 4031, { "_inc": [ - 3979 + 4025 ], "_set": [ - 3990 + 4036 ], "where": [ - 3977, + 4023, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 3968, + 4014, { "_inc": [ - 3979 + 4025 ], "_set": [ - 3990 + 4036 ], "pk_columns": [ - 3988, + 4034, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 3985, + 4031, { "updates": [ - 4002, + 4048, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 4016, + 4062, { "updates": [ - 4035, + 4081, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 4051, + 4097, { "_inc": [ - 4047 + 4093 ], "_set": [ - 4054 + 4100 ], "where": [ - 4046, + 4092, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 4051, + 4097, { "updates": [ - 4061, + 4107, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 4082, + 4128, { "_inc": [ - 4076 + 4122 ], "_set": [ - 4087 + 4133 ], "where": [ - 4074, + 4120, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 4065, + 4111, { "_inc": [ - 4076 + 4122 ], "_set": [ - 4087 + 4133 ], "pk_columns": [ - 4085, + 4131, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 4082, + 4128, { "updates": [ - 4099, + 4145, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 4174, + 4220, { "_inc": [ - 4168 + 4214 ], "_set": [ - 4179 + 4225 ], "where": [ - 4166, + 4212, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 4157, + 4203, { "_inc": [ - 4168 + 4214 ], "_set": [ - 4179 + 4225 ], "pk_columns": [ - 4177, + 4223, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 4174, + 4220, { "updates": [ - 4191, + 4237, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 4233, + 4279, { "_inc": [ - 4227 + 4273 ], "_set": [ - 4238 + 4284 ], "where": [ - 4225, + 4271, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 4216, + 4262, { "_inc": [ - 4227 + 4273 ], "_set": [ - 4238 + 4284 ], "pk_columns": [ - 4236, + 4282, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 4233, + 4279, { "updates": [ - 4250, + 4296, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 4274, + 4320, { "_inc": [ - 4268 + 4314 ], "_set": [ - 4279 + 4325 ], "where": [ - 4266, + 4312, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 4257, + 4303, { "_inc": [ - 4268 + 4314 ], "_set": [ - 4279 + 4325 ], "pk_columns": [ - 4277, + 4323, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 4274, + 4320, { "updates": [ - 4291, + 4337, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 4325, + 4371, { "_inc": [ - 4319 + 4365 ], "_set": [ - 4338 + 4384 ], "where": [ - 4317, + 4363, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 4298, + 4344, { "_inc": [ - 4319 + 4365 ], "_set": [ - 4338 + 4384 ], "pk_columns": [ - 4328, + 4374, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 4325, + 4371, { "updates": [ - 4350, + 4396, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 4367, + 4413, { "_inc": [ - 4363 + 4409 ], "_set": [ - 4373 + 4419 ], "where": [ - 4361, + 4407, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 4357, + 4403, { "_inc": [ - 4363 + 4409 ], "_set": [ - 4373 + 4419 ], "pk_columns": [ - 4371, + 4417, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 4367, + 4413, { "updates": [ - 4381, + 4427, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 4399, + 4445, { "_append": [ - 4388 + 4434 ], "_delete_at_path": [ - 4392 + 4438 ], "_delete_elem": [ - 4393 + 4439 ], "_delete_key": [ - 4394 + 4440 ], "_inc": [ - 4395 + 4441 ], "_prepend": [ - 4403 + 4449 ], "_set": [ - 4405 + 4451 ], "where": [ - 4390, + 4436, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 4385, + 4431, { "_append": [ - 4388 + 4434 ], "_delete_at_path": [ - 4392 + 4438 ], "_delete_elem": [ - 4393 + 4439 ], "_delete_key": [ - 4394 + 4440 ], "_inc": [ - 4395 + 4441 ], "_prepend": [ - 4403 + 4449 ], "_set": [ - 4405 + 4451 ], "pk_columns": [ - 4402, + 4448, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 4399, + 4445, { "updates": [ - 4413, + 4459, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 4427, + 4473, { "_inc": [ - 4423 + 4469 ], "_set": [ - 4432 + 4478 ], "where": [ - 4421, + 4467, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 4417, + 4463, { "_inc": [ - 4423 + 4469 ], "_set": [ - 4432 + 4478 ], "pk_columns": [ - 4430, + 4476, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 4427, + 4473, { "updates": [ - 4440, + 4486, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 4461, + 4507, { "_inc": [ - 4455 + 4501 ], "_set": [ - 4466 + 4512 ], "where": [ - 4453, + 4499, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 4444, + 4490, { "_inc": [ - 4455 + 4501 ], "_set": [ - 4466 + 4512 ], "pk_columns": [ - 4464, + 4510, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 4461, + 4507, { "updates": [ - 4478, + 4524, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 4502, + 4548, { "_inc": [ - 4496 + 4542 ], "_set": [ - 4507 + 4553 ], "where": [ - 4494, + 4540, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 4485, + 4531, { "_inc": [ - 4496 + 4542 ], "_set": [ - 4507 + 4553 ], "pk_columns": [ - 4505, + 4551, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 4502, + 4548, { "updates": [ - 4519, + 4565, "[player_utility_updates!]!" ] } ], "update_players": [ - 4569, + 4615, { "_inc": [ - 4565 + 4611 ], "_set": [ - 4575 + 4621 ], "where": [ - 4563, + 4609, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 4559, + 4605, { "_inc": [ - 4565 + 4611 ], "_set": [ - 4575 + 4621 ], "pk_columns": [ - 4573, + 4619, "players_pk_columns_input!" ] } ], "update_players_many": [ - 4569, + 4615, { "updates": [ - 4583, + 4629, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 4597, + 4643, { "_inc": [ - 4593 + 4639 ], "_set": [ - 4602 + 4648 ], "where": [ - 4591, + 4637, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 4587, + 4633, { "_inc": [ - 4593 + 4639 ], "_set": [ - 4602 + 4648 ], "pk_columns": [ - 4600, + 4646, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 4597, + 4643, { "updates": [ - 4610, + 4656, "[plugin_versions_updates!]!" ] } ], "update_push_subscriptions": [ - 4624, + 4670, { "_inc": [ - 4620 + 4666 ], "_set": [ - 4629 + 4675 ], "where": [ - 4618, + 4664, "push_subscriptions_bool_exp!" ] } ], "update_push_subscriptions_by_pk": [ - 4614, + 4660, { "_inc": [ - 4620 + 4666 ], "_set": [ - 4629 + 4675 ], "pk_columns": [ - 4627, + 4673, "push_subscriptions_pk_columns_input!" ] } ], "update_push_subscriptions_many": [ - 4624, + 4670, { "updates": [ - 4637, + 4683, "[push_subscriptions_updates!]!" ] } ], "update_role_permissions": [ - 4652, + 4698, { "_set": [ - 4655 + 4701 ], "where": [ - 4648, + 4694, "role_permissions_bool_exp!" ] } ], "update_role_permissions_many": [ - 4652, + 4698, { "updates": [ - 4658, + 4704, "[role_permissions_updates!]!" ] } ], "update_seasons": [ - 4669, + 4715, { "_inc": [ - 4665 + 4711 ], "_set": [ - 4675 + 4721 ], "where": [ - 4663, + 4709, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 4659, + 4705, { "_inc": [ - 4665 + 4711 ], "_set": [ - 4675 + 4721 ], "pk_columns": [ - 4673, + 4719, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 4669, + 4715, { "updates": [ - 4683, + 4729, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 4696, + 4742, { "_set": [ - 4702 + 4748 ], "where": [ - 4691, + 4737, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 4687, + 4733, { "_set": [ - 4702 + 4748 ], "pk_columns": [ - 4700, + 4746, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 4696, + 4742, { "updates": [ - 4710, + 4756, "[server_regions_updates!]!" ] } ], "update_servers": [ - 4737, + 4783, { "_append": [ - 4722 + 4768 ], "_delete_at_path": [ - 4728 + 4774 ], "_delete_elem": [ - 4729 + 4775 ], "_delete_key": [ - 4730 + 4776 ], "_inc": [ - 4731 + 4777 ], "_prepend": [ - 4742 + 4788 ], "_set": [ - 4746 + 4792 ], "where": [ - 4726, + 4772, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 4714, + 4760, { "_append": [ - 4722 + 4768 ], "_delete_at_path": [ - 4728 + 4774 ], "_delete_elem": [ - 4729 + 4775 ], "_delete_key": [ - 4730 + 4776 ], "_inc": [ - 4731 + 4777 ], "_prepend": [ - 4742 + 4788 ], "_set": [ - 4746 + 4792 ], "pk_columns": [ - 4741, + 4787, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 4737, + 4783, { "updates": [ - 4758, + 4804, "[servers_updates!]!" ] } ], "update_settings": [ - 4773, + 4819, { "_set": [ - 4778 + 4824 ], "where": [ - 4768, + 4814, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 4765, + 4811, { "_set": [ - 4778 + 4824 ], "pk_columns": [ - 4776, + 4822, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 4773, + 4819, { "updates": [ - 4782, + 4828, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 4799, + 4845, { "_set": [ - 4804 + 4850 ], "where": [ - 4792, + 4838, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 4785, + 4831, { "_set": [ - 4804 + 4850 ], "pk_columns": [ - 4802, + 4848, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 4799, + 4845, { "updates": [ - 4808, + 4854, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 4819, + 4865, { "_inc": [ - 4815 + 4861 ], "_set": [ - 4825 + 4871 ], "where": [ - 4813, + 4859, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 4809, + 4855, { "_inc": [ - 4815 + 4861 ], "_set": [ - 4825 + 4871 ], "pk_columns": [ - 4823, + 4869, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 4819, + 4865, { "updates": [ - 4833, + 4879, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 4847, + 4893, { "_inc": [ - 4843 + 4889 ], "_set": [ - 4852 + 4898 ], "where": [ - 4841, + 4887, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 4837, + 4883, { "_inc": [ - 4843 + 4889 ], "_set": [ - 4852 + 4898 ], "pk_columns": [ - 4850, + 4896, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 4847, + 4893, { "updates": [ - 4860, + 4906, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 4881, + 4927, { "_inc": [ - 4875 + 4921 ], "_set": [ - 4886 + 4932 ], "where": [ - 4873, + 4919, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 4864, + 4910, { "_inc": [ - 4875 + 4921 ], "_set": [ - 4886 + 4932 ], "pk_columns": [ - 4884, + 4930, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 4881, + 4927, { "updates": [ - 4898, + 4944, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 4924, + 4970, { "_inc": [ - 4918 + 4964 ], "_set": [ - 4931 + 4977 ], "where": [ - 4916, + 4962, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 4905, + 4951, { "_inc": [ - 4918 + 4964 ], "_set": [ - 4931 + 4977 ], "pk_columns": [ - 4927, + 4973, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 4924, + 4970, { "updates": [ - 4943, + 4989, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 4960, + 5006, { "_inc": [ - 4956 + 5002 ], "_set": [ - 4965 + 5011 ], "where": [ - 4954, + 5000, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 4950, + 4996, { "_inc": [ - 4956 + 5002 ], "_set": [ - 4965 + 5011 ], "pk_columns": [ - 4963, + 5009, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 4960, + 5006, { "updates": [ - 4973, + 5019, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 4993, + 5039, { "_set": [ - 5000 + 5046 ], "where": [ - 4986, + 5032, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 4977, + 5023, { "_set": [ - 5000 + 5046 ], "pk_columns": [ - 4996, + 5042, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 4993, + 5039, { "updates": [ - 5004, + 5050, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 5022, + 5068, { "_inc": [ - 5016 + 5062 ], "_set": [ - 5027 + 5073 ], "where": [ - 5014, + 5060, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 5005, + 5051, { "_inc": [ - 5016 + 5062 ], "_set": [ - 5027 + 5073 ], "pk_columns": [ - 5025, + 5071, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 5022, + 5068, { "updates": [ - 5039, + 5085, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 5065, + 5111, { "_inc": [ - 5059 + 5105 ], "_set": [ - 5073 + 5119 ], "where": [ - 5057, + 5103, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 5046, + 5092, { "_inc": [ - 5059 + 5105 ], "_set": [ - 5073 + 5119 ], "pk_columns": [ - 5069, + 5115, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 5065, + 5111, { "updates": [ - 5085, + 5131, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 5102, + 5148, { "_inc": [ - 5098 + 5144 ], "_set": [ - 5108 + 5154 ], "where": [ - 5096, + 5142, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 5092, + 5138, { "_inc": [ - 5098 + 5144 ], "_set": [ - 5108 + 5154 ], "pk_columns": [ - 5106, + 5152, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 5102, + 5148, { "updates": [ - 5116, + 5162, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 5130, + 5176, { "_inc": [ - 5126 + 5172 ], "_set": [ - 5135 + 5181 ], "where": [ - 5124, + 5170, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 5120, + 5166, { "_inc": [ - 5126 + 5172 ], "_set": [ - 5135 + 5181 ], "pk_columns": [ - 5133, + 5179, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 5130, + 5176, { "updates": [ - 5143, + 5189, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 5166, + 5212, { "_inc": [ - 5160 + 5206 ], "_set": [ - 5174 + 5220 ], "where": [ - 5158, + 5204, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 5147, + 5193, { "_inc": [ - 5160 + 5206 ], "_set": [ - 5174 + 5220 ], "pk_columns": [ - 5170, + 5216, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 5166, + 5212, { "updates": [ - 5186, + 5232, "[teams_updates!]!" ] } ], "update_tournament_awards": [ - 5215, + 5261, { "_inc": [ - 5209 + 5255 ], "_set": [ - 5221 + 5267 ], "where": [ - 5207, + 5253, "tournament_awards_bool_exp!" ] } ], "update_tournament_awards_by_pk": [ - 5198, + 5244, { "_inc": [ - 5209 + 5255 ], "_set": [ - 5221 + 5267 ], "pk_columns": [ - 5219, + 5265, "tournament_awards_pk_columns_input!" ] } ], "update_tournament_awards_many": [ - 5215, + 5261, { "updates": [ - 5233, + 5279, "[tournament_awards_updates!]!" ] } ], "update_tournament_brackets": [ - 5259, + 5305, { "_inc": [ - 5253 + 5299 ], "_set": [ - 5267 + 5313 ], "where": [ - 5251, + 5297, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 5240, + 5286, { "_inc": [ - 5253 + 5299 ], "_set": [ - 5267 + 5313 ], "pk_columns": [ - 5263, + 5309, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 5259, + 5305, { "updates": [ - 5279, + 5325, "[tournament_brackets_updates!]!" ] } ], "update_tournament_categories": [ - 5300, + 5346, { "_set": [ - 5305 + 5351 ], "where": [ - 5293, + 5339, "tournament_categories_bool_exp!" ] } ], "update_tournament_categories_by_pk": [ - 5286, + 5332, { "_set": [ - 5305 + 5351 ], "pk_columns": [ - 5303, + 5349, "tournament_categories_pk_columns_input!" ] } ], "update_tournament_categories_many": [ - 5300, + 5346, { "updates": [ - 5309, + 5355, "[tournament_categories_updates!]!" ] } ], "update_tournament_free_agents": [ - 5327, + 5373, { "_inc": [ - 5321 + 5367 ], "_set": [ - 5332 + 5378 ], "where": [ - 5319, + 5365, "tournament_free_agents_bool_exp!" ] } ], "update_tournament_free_agents_by_pk": [ - 5310, + 5356, { "_inc": [ - 5321 + 5367 ], "_set": [ - 5332 + 5378 ], "pk_columns": [ - 5330, + 5376, "tournament_free_agents_pk_columns_input!" ] } ], "update_tournament_free_agents_many": [ - 5327, + 5373, { "updates": [ - 5344, + 5390, "[tournament_free_agents_updates!]!" ] } ], + "update_tournament_invites": [ + 5407, + { + "_inc": [ + 5403 + ], + "_set": [ + 5412 + ], + "where": [ + 5401, + "tournament_invites_bool_exp!" + ] + } + ], + "update_tournament_invites_by_pk": [ + 5397, + { + "_inc": [ + 5403 + ], + "_set": [ + 5412 + ], + "pk_columns": [ + 5410, + "tournament_invites_pk_columns_input!" + ] + } + ], + "update_tournament_invites_many": [ + 5407, + { + "updates": [ + 5420, + "[tournament_invites_updates!]!" + ] + } + ], "update_tournament_leaderboard_entries": [ - 5360, + 5433, { "_inc": [ - 5356 + 5429 ], "_set": [ - 5363 + 5436 ], "where": [ - 5355, + 5428, "tournament_leaderboard_entries_bool_exp!" ] } ], "update_tournament_leaderboard_entries_many": [ - 5360, + 5433, { "updates": [ - 5370, + 5443, "[tournament_leaderboard_entries_updates!]!" ] } ], + "update_tournament_no_shows": [ + 5457, + { + "_inc": [ + 5453 + ], + "_set": [ + 5462 + ], + "where": [ + 5451, + "tournament_no_shows_bool_exp!" + ] + } + ], + "update_tournament_no_shows_by_pk": [ + 5447, + { + "_inc": [ + 5453 + ], + "_set": [ + 5462 + ], + "pk_columns": [ + 5460, + "tournament_no_shows_pk_columns_input!" + ] + } + ], + "update_tournament_no_shows_many": [ + 5457, + { + "updates": [ + 5470, + "[tournament_no_shows_updates!]!" + ] + } + ], "update_tournament_organizer_teams": [ - 5388, + 5488, { "_set": [ - 5393 + 5493 ], "where": [ - 5381, + 5481, "tournament_organizer_teams_bool_exp!" ] } ], "update_tournament_organizer_teams_by_pk": [ - 5374, + 5474, { "_set": [ - 5393 + 5493 ], "pk_columns": [ - 5391, + 5491, "tournament_organizer_teams_pk_columns_input!" ] } ], "update_tournament_organizer_teams_many": [ - 5388, + 5488, { "updates": [ - 5397, + 5497, "[tournament_organizer_teams_updates!]!" ] } ], "update_tournament_organizers": [ - 5415, + 5515, { "_inc": [ - 5409 + 5509 ], "_set": [ - 5420 + 5520 ], "where": [ - 5407, + 5507, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 5398, + 5498, { "_inc": [ - 5409 + 5509 ], "_set": [ - 5420 + 5520 ], "pk_columns": [ - 5418, + 5518, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 5415, + 5515, { "updates": [ - 5432, + 5532, "[tournament_organizers_updates!]!" ] } ], "update_tournament_prizes": [ - 5456, + 5556, { "_inc": [ - 5450 + 5550 ], "_set": [ - 5461 + 5561 ], "where": [ - 5448, + 5548, "tournament_prizes_bool_exp!" ] } ], "update_tournament_prizes_by_pk": [ - 5439, + 5539, { "_inc": [ - 5450 + 5550 ], "_set": [ - 5461 + 5561 ], "pk_columns": [ - 5459, + 5559, "tournament_prizes_pk_columns_input!" ] } ], "update_tournament_prizes_many": [ - 5456, + 5556, { "updates": [ - 5473, + 5573, "[tournament_prizes_updates!]!" ] } ], "update_tournament_registration_unlocks": [ - 5490, + 5590, { "_inc": [ - 5486 + 5586 ], "_set": [ - 5495 + 5595 ], "where": [ - 5484, + 5584, "tournament_registration_unlocks_bool_exp!" ] } ], "update_tournament_registration_unlocks_by_pk": [ - 5480, + 5580, { "_inc": [ - 5486 + 5586 ], "_set": [ - 5495 + 5595 ], "pk_columns": [ - 5493, + 5593, "tournament_registration_unlocks_pk_columns_input!" ] } ], "update_tournament_registration_unlocks_many": [ - 5490, + 5590, { "updates": [ - 5503, + 5603, "[tournament_registration_unlocks_updates!]!" ] } ], "update_tournament_stage_windows": [ - 5524, + 5624, { "_inc": [ - 5518 + 5618 ], "_set": [ - 5529 + 5629 ], "where": [ - 5516, + 5616, "tournament_stage_windows_bool_exp!" ] } ], "update_tournament_stage_windows_by_pk": [ - 5507, + 5607, { "_inc": [ - 5518 + 5618 ], "_set": [ - 5529 + 5629 ], "pk_columns": [ - 5527, + 5627, "tournament_stage_windows_pk_columns_input!" ] } ], "update_tournament_stage_windows_many": [ - 5524, + 5624, { "updates": [ - 5541, + 5641, "[tournament_stage_windows_updates!]!" ] } ], "update_tournament_stages": [ - 5571, + 5671, { "_append": [ - 5556 + 5656 ], "_delete_at_path": [ - 5562 + 5662 ], "_delete_elem": [ - 5563 + 5663 ], "_delete_key": [ - 5564 + 5664 ], "_inc": [ - 5565 + 5665 ], "_prepend": [ - 5576 + 5676 ], "_set": [ - 5580 + 5680 ], "where": [ - 5560, + 5660, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 5548, + 5648, { "_append": [ - 5556 + 5656 ], "_delete_at_path": [ - 5562 + 5662 ], "_delete_elem": [ - 5563 + 5663 ], "_delete_key": [ - 5564 + 5664 ], "_inc": [ - 5565 + 5665 ], "_prepend": [ - 5576 + 5676 ], "_set": [ - 5580 + 5680 ], "pk_columns": [ - 5575, + 5675, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 5571, + 5671, { "updates": [ - 5592, + 5692, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 5616, + 5716, { "_inc": [ - 5610 + 5710 ], "_set": [ - 5621 + 5721 ], "where": [ - 5608, + 5708, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 5599, + 5699, { "_inc": [ - 5610 + 5710 ], "_set": [ - 5621 + 5721 ], "pk_columns": [ - 5619, + 5719, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 5616, + 5716, { "updates": [ - 5633, + 5733, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 5657, + 5757, { "_inc": [ - 5651 + 5751 ], "_set": [ - 5662 + 5762 ], "where": [ - 5649, + 5749, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 5640, + 5740, { "_inc": [ - 5651 + 5751 ], "_set": [ - 5662 + 5762 ], "pk_columns": [ - 5660, + 5760, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 5657, + 5757, { "updates": [ - 5674, + 5774, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 5700, + 5800, { "_inc": [ - 5694 + 5794 ], "_set": [ - 5708 + 5808 ], "where": [ - 5692, + 5792, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 5681, + 5781, { "_inc": [ - 5694 + 5794 ], "_set": [ - 5708 + 5808 ], "pk_columns": [ - 5704, + 5804, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 5700, + 5800, { "updates": [ - 5720, + 5820, "[tournament_teams_updates!]!" ] } ], "update_tournaments": [ - 5756, + 5856, { "_inc": [ - 5750 + 5850 ], "_set": [ - 5772 + 5872 ], "where": [ - 5748, + 5848, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 5727, + 5827, { "_inc": [ - 5750 + 5850 ], "_set": [ - 5772 + 5872 ], "pk_columns": [ - 5760, + 5860, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 5756, + 5856, { "updates": [ - 5784, + 5884, "[tournaments_updates!]!" ] } ], "update_utility_collection_items": [ - 5808, + 5908, { "_inc": [ - 5802 + 5902 ], "_set": [ - 5813 + 5913 ], "where": [ - 5800, + 5900, "utility_collection_items_bool_exp!" ] } ], "update_utility_collection_items_by_pk": [ - 5791, + 5891, { "_inc": [ - 5802 + 5902 ], "_set": [ - 5813 + 5913 ], "pk_columns": [ - 5811, + 5911, "utility_collection_items_pk_columns_input!" ] } ], "update_utility_collection_items_many": [ - 5808, + 5908, { "updates": [ - 5825, + 5925, "[utility_collection_items_updates!]!" ] } ], "update_utility_collections": [ - 5842, + 5942, { "_inc": [ - 5838 + 5938 ], "_set": [ - 5848 + 5948 ], "where": [ - 5836, + 5936, "utility_collections_bool_exp!" ] } ], "update_utility_collections_by_pk": [ - 5832, + 5932, { "_inc": [ - 5838 + 5938 ], "_set": [ - 5848 + 5948 ], "pk_columns": [ - 5846, + 5946, "utility_collections_pk_columns_input!" ] } ], "update_utility_collections_many": [ - 5842, + 5942, { "updates": [ - 5856, + 5956, "[utility_collections_updates!]!" ] } ], "update_utility_demo_mines": [ - 5870, + 5970, { "_inc": [ - 5866 + 5966 ], "_set": [ - 5875 + 5975 ], "where": [ - 5864, + 5964, "utility_demo_mines_bool_exp!" ] } ], "update_utility_demo_mines_by_pk": [ - 5860, + 5960, { "_inc": [ - 5866 + 5966 ], "_set": [ - 5875 + 5975 ], "pk_columns": [ - 5873, + 5973, "utility_demo_mines_pk_columns_input!" ] } ], "update_utility_demo_mines_many": [ - 5870, + 5970, { "updates": [ - 5883, + 5983, "[utility_demo_mines_updates!]!" ] } ], "update_utility_demo_throws": [ - 5897, + 5997, { "_inc": [ - 5893 + 5993 ], "_set": [ - 5902 + 6002 ], "where": [ - 5891, + 5991, "utility_demo_throws_bool_exp!" ] } ], "update_utility_demo_throws_by_pk": [ - 5887, + 5987, { "_inc": [ - 5893 + 5993 ], "_set": [ - 5902 + 6002 ], "pk_columns": [ - 5900, + 6000, "utility_demo_throws_pk_columns_input!" ] } ], "update_utility_demo_throws_many": [ - 5897, + 5997, { "updates": [ - 5910, + 6010, "[utility_demo_throws_updates!]!" ] } ], "update_utility_drift_results": [ - 5941, + 6041, { "_inc": [ - 5935 + 6035 ], "_set": [ - 5954 + 6054 ], "where": [ - 5933, + 6033, "utility_drift_results_bool_exp!" ] } ], "update_utility_drift_results_by_pk": [ - 5914, + 6014, { "_inc": [ - 5935 + 6035 ], "_set": [ - 5954 + 6054 ], "pk_columns": [ - 5944, + 6044, "utility_drift_results_pk_columns_input!" ] } ], "update_utility_drift_results_many": [ - 5941, + 6041, { "updates": [ - 5966, + 6066, "[utility_drift_results_updates!]!" ] } ], "update_utility_drift_scans": [ - 5983, + 6083, { "_inc": [ - 5979 + 6079 ], "_set": [ - 5989 + 6089 ], "where": [ - 5977, + 6077, "utility_drift_scans_bool_exp!" ] } ], "update_utility_drift_scans_by_pk": [ - 5973, + 6073, { "_inc": [ - 5979 + 6079 ], "_set": [ - 5989 + 6089 ], "pk_columns": [ - 5987, + 6087, "utility_drift_scans_pk_columns_input!" ] } ], "update_utility_drift_scans_many": [ - 5983, + 6083, { "updates": [ - 5997, + 6097, "[utility_drift_scans_updates!]!" ] } ], "update_utility_lineup_favorites": [ - 6018, + 6118, { "_inc": [ - 6012 + 6112 ], "_set": [ - 6023 + 6123 ], "where": [ - 6010, + 6110, "utility_lineup_favorites_bool_exp!" ] } ], "update_utility_lineup_favorites_by_pk": [ - 6001, + 6101, { "_inc": [ - 6012 + 6112 ], "_set": [ - 6023 + 6123 ], "pk_columns": [ - 6021, + 6121, "utility_lineup_favorites_pk_columns_input!" ] } ], "update_utility_lineup_favorites_many": [ - 6018, + 6118, { "updates": [ - 6035, + 6135, "[utility_lineup_favorites_updates!]!" ] } ], "update_utility_lineup_progress": [ - 6069, + 6169, { "_inc": [ - 6063 + 6163 ], "_set": [ - 6082 + 6182 ], "where": [ - 6061, + 6161, "utility_lineup_progress_bool_exp!" ] } ], "update_utility_lineup_progress_by_pk": [ - 6042, + 6142, { "_inc": [ - 6063 + 6163 ], "_set": [ - 6082 + 6182 ], "pk_columns": [ - 6072, + 6172, "utility_lineup_progress_pk_columns_input!" ] } ], "update_utility_lineup_progress_many": [ - 6069, + 6169, { "updates": [ - 6094, + 6194, "[utility_lineup_progress_updates!]!" ] } ], "update_utility_lineup_renders": [ - 6124, + 6224, { "_append": [ - 6109 + 6209 ], "_delete_at_path": [ - 6115 + 6215 ], "_delete_elem": [ - 6116 + 6216 ], "_delete_key": [ - 6117 + 6217 ], "_inc": [ - 6118 + 6218 ], "_prepend": [ - 6128 + 6228 ], "_set": [ - 6132 + 6232 ], "where": [ - 6113, + 6213, "utility_lineup_renders_bool_exp!" ] } ], "update_utility_lineup_renders_by_pk": [ - 6101, + 6201, { "_append": [ - 6109 + 6209 ], "_delete_at_path": [ - 6115 + 6215 ], "_delete_elem": [ - 6116 + 6216 ], "_delete_key": [ - 6117 + 6217 ], "_inc": [ - 6118 + 6218 ], "_prepend": [ - 6128 + 6228 ], "_set": [ - 6132 + 6232 ], "pk_columns": [ - 6127, + 6227, "utility_lineup_renders_pk_columns_input!" ] } ], "update_utility_lineup_renders_many": [ - 6124, + 6224, { "updates": [ - 6144, + 6244, "[utility_lineup_renders_updates!]!" ] } ], "update_utility_lineup_repairs": [ - 6178, + 6278, { "_inc": [ - 6172 + 6272 ], "_set": [ - 6191 + 6291 ], "where": [ - 6170, + 6270, "utility_lineup_repairs_bool_exp!" ] } ], "update_utility_lineup_repairs_by_pk": [ - 6151, + 6251, { "_inc": [ - 6172 + 6272 ], "_set": [ - 6191 + 6291 ], "pk_columns": [ - 6181, + 6281, "utility_lineup_repairs_pk_columns_input!" ] } ], "update_utility_lineup_repairs_many": [ - 6178, + 6278, { "updates": [ - 6203, + 6303, "[utility_lineup_repairs_updates!]!" ] } ], "update_utility_lineup_votes": [ - 6227, + 6327, { "_inc": [ - 6221 + 6321 ], "_set": [ - 6232 + 6332 ], "where": [ - 6219, + 6319, "utility_lineup_votes_bool_exp!" ] } ], "update_utility_lineup_votes_by_pk": [ - 6210, + 6310, { "_inc": [ - 6221 + 6321 ], "_set": [ - 6232 + 6332 ], "pk_columns": [ - 6230, + 6330, "utility_lineup_votes_pk_columns_input!" ] } ], "update_utility_lineup_votes_many": [ - 6227, + 6327, { "updates": [ - 6244, + 6344, "[utility_lineup_votes_updates!]!" ] } ], "update_utility_lineups": [ - 6284, + 6384, { "_append": [ - 6269 + 6369 ], "_delete_at_path": [ - 6275 + 6375 ], "_delete_elem": [ - 6276 + 6376 ], "_delete_key": [ - 6277 + 6377 ], "_inc": [ - 6278 + 6378 ], "_prepend": [ - 6289 + 6389 ], "_set": [ - 6301 + 6401 ], "where": [ - 6273, + 6373, "utility_lineups_bool_exp!" ] } ], "update_utility_lineups_by_pk": [ - 6251, + 6351, { "_append": [ - 6269 + 6369 ], "_delete_at_path": [ - 6275 + 6375 ], "_delete_elem": [ - 6276 + 6376 ], "_delete_key": [ - 6277 + 6377 ], "_inc": [ - 6278 + 6378 ], "_prepend": [ - 6289 + 6389 ], "_set": [ - 6301 + 6401 ], "pk_columns": [ - 6288, + 6388, "utility_lineups_pk_columns_input!" ] } ], "update_utility_lineups_many": [ - 6284, + 6384, { "updates": [ - 6313, + 6413, "[utility_lineups_updates!]!" ] } ], "update_utility_meta_lineups": [ - 6330, + 6430, { "_inc": [ - 6326 + 6426 ], "_set": [ - 6335 + 6435 ], "where": [ - 6324, + 6424, "utility_meta_lineups_bool_exp!" ] } ], "update_utility_meta_lineups_by_pk": [ - 6320, + 6420, { "_inc": [ - 6326 + 6426 ], "_set": [ - 6335 + 6435 ], "pk_columns": [ - 6333, + 6433, "utility_meta_lineups_pk_columns_input!" ] } ], "update_utility_meta_lineups_many": [ - 6330, + 6430, { "updates": [ - 6343, + 6443, "[utility_meta_lineups_updates!]!" ] } ], "update_utility_playbook_steps": [ - 6364, + 6464, { "_inc": [ - 6358 + 6458 ], "_set": [ - 6369 + 6469 ], "where": [ - 6356, + 6456, "utility_playbook_steps_bool_exp!" ] } ], "update_utility_playbook_steps_by_pk": [ - 6347, + 6447, { "_inc": [ - 6358 + 6458 ], "_set": [ - 6369 + 6469 ], "pk_columns": [ - 6367, + 6467, "utility_playbook_steps_pk_columns_input!" ] } ], "update_utility_playbook_steps_many": [ - 6364, + 6464, { "updates": [ - 6381, + 6481, "[utility_playbook_steps_updates!]!" ] } ], "update_utility_playbooks": [ - 6398, + 6498, { "_inc": [ - 6394 + 6494 ], "_set": [ - 6404 + 6504 ], "where": [ - 6392, + 6492, "utility_playbooks_bool_exp!" ] } ], "update_utility_playbooks_by_pk": [ - 6388, + 6488, { "_inc": [ - 6394 + 6494 ], "_set": [ - 6404 + 6504 ], "pk_columns": [ - 6402, + 6502, "utility_playbooks_pk_columns_input!" ] } ], "update_utility_playbooks_many": [ - 6398, + 6498, { "updates": [ - 6412, + 6512, "[utility_playbooks_updates!]!" ] } ], "update_utility_practice_invites": [ - 6433, + 6533, { "_inc": [ - 6427 + 6527 ], "_set": [ - 6438 + 6538 ], "where": [ - 6425, + 6525, "utility_practice_invites_bool_exp!" ] } ], "update_utility_practice_invites_by_pk": [ - 6416, + 6516, { "_inc": [ - 6427 + 6527 ], "_set": [ - 6438 + 6538 ], "pk_columns": [ - 6436, + 6536, "utility_practice_invites_pk_columns_input!" ] } ], "update_utility_practice_invites_many": [ - 6433, + 6533, { "updates": [ - 6450, + 6550, "[utility_practice_invites_updates!]!" ] } ], "update_utility_practice_sessions": [ - 6476, + 6576, { "_inc": [ - 6470 + 6570 ], "_set": [ - 6484 + 6584 ], "where": [ - 6468, + 6568, "utility_practice_sessions_bool_exp!" ] } ], "update_utility_practice_sessions_by_pk": [ - 6457, + 6557, { "_inc": [ - 6470 + 6570 ], "_set": [ - 6484 + 6584 ], "pk_columns": [ - 6480, + 6580, "utility_practice_sessions_pk_columns_input!" ] } ], "update_utility_practice_sessions_many": [ - 6476, + 6576, { "updates": [ - 6496, + 6596, "[utility_practice_sessions_updates!]!" ] } ], "update_v_match_captains": [ - 6668, + 6768, { "_inc": [ - 6664 + 6764 ], "_set": [ - 6672 + 6772 ], "where": [ - 6663, + 6763, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 6668, + 6768, { "updates": [ - 6679, + 6779, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 6779, + 6879, { "_inc": [ - 6775 + 6875 ], "_set": [ - 6782 + 6882 ], "where": [ - 6774, + 6874, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 6779, + 6879, { "updates": [ - 6789, + 6889, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 7001, + 7101, { "_inc": [ - 6995 + 7095 ], "_set": [ - 7004 + 7104 ], "where": [ - 6994, + 7094, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 7001, + 7101, { "updates": [ - 7015, + 7115, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 7178, + 7278, { "_set": [ - 7183 + 7283 ], "where": [ - 7172, + 7272, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 7178, + 7278, { "updates": [ - 7186, + 7286, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 7272, + 7372, { "_inc": [ - 7266 + 7366 ], "_set": [ - 7286 + 7386 ], "where": [ - 7264, + 7364, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 7245, + 7345, { "_inc": [ - 7266 + 7366 ], "_set": [ - 7286 + 7386 ], "pk_columns": [ - 7276, + 7376, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 7272, + 7372, { "updates": [ - 7298, + 7398, "[v_team_stage_results_updates!]!" ] } @@ -201195,7 +203263,7 @@ export default { 88, { "game_server_node_id": [ - 6503, + 6603, "uuid!" ] } @@ -201204,10 +203272,10 @@ export default { 151, { "match_map_demo_id": [ - 6503 + 6603 ], "match_map_id": [ - 6503, + 6603, "uuid!" ] } @@ -201285,11 +203353,11 @@ export default { 154, { "map_id": [ - 6503, + 6603, "uuid!" ], "map_pool_id": [ - 6503, + 6603, "uuid!" ] } @@ -201358,7 +203426,7 @@ export default { 173, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201427,7 +203495,7 @@ export default { 214, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201496,7 +203564,7 @@ export default { 242, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201565,7 +203633,7 @@ export default { 283, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201707,7 +203775,7 @@ export default { 343, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201776,7 +203844,7 @@ export default { 395, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201845,7 +203913,7 @@ export default { 427, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -201987,7 +204055,7 @@ export default { 481, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -202056,7 +204124,7 @@ export default { 508, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -202125,7 +204193,7 @@ export default { 553, { "draft_game_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -202198,7 +204266,7 @@ export default { 598, { "id": [ - 6503, + 6603, "uuid!" ] } @@ -204565,11 +206633,149 @@ export default { ] } ], - "e_sanction_types": [ + "e_sanction_scopes": [ 1340, { "distinct_on": [ + 1353, + "[e_sanction_scopes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1351, + "[e_sanction_scopes_order_by!]" + ], + "where": [ + 1343 + ] + } + ], + "e_sanction_scopes_aggregate": [ + 1341, + { + "distinct_on": [ + 1353, + "[e_sanction_scopes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1351, + "[e_sanction_scopes_order_by!]" + ], + "where": [ + 1343 + ] + } + ], + "e_sanction_scopes_by_pk": [ + 1340, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_sanction_scopes_stream": [ + 1340, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ 1355, + "[e_sanction_scopes_stream_cursor_input]!" + ], + "where": [ + 1343 + ] + } + ], + "e_sanction_sources": [ + 1359, + { + "distinct_on": [ + 1373, + "[e_sanction_sources_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1371, + "[e_sanction_sources_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "e_sanction_sources_aggregate": [ + 1360, + { + "distinct_on": [ + 1373, + "[e_sanction_sources_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 1371, + "[e_sanction_sources_order_by!]" + ], + "where": [ + 1363 + ] + } + ], + "e_sanction_sources_by_pk": [ + 1359, + { + "value": [ + 85, + "String!" + ] + } + ], + "e_sanction_sources_stream": [ + 1359, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 1378, + "[e_sanction_sources_stream_cursor_input]!" + ], + "where": [ + 1363 + ] + } + ], + "e_sanction_types": [ + 1386, + { + "distinct_on": [ + 1401, "[e_sanction_types_select_column!]" ], "limit": [ @@ -204579,19 +206785,19 @@ export default { 41 ], "order_by": [ - 1353, + 1399, "[e_sanction_types_order_by!]" ], "where": [ - 1343 + 1389 ] } ], "e_sanction_types_aggregate": [ - 1341, + 1387, { "distinct_on": [ - 1355, + 1401, "[e_sanction_types_select_column!]" ], "limit": [ @@ -204601,16 +206807,16 @@ export default { 41 ], "order_by": [ - 1353, + 1399, "[e_sanction_types_order_by!]" ], "where": [ - 1343 + 1389 ] } ], "e_sanction_types_by_pk": [ - 1340, + 1386, { "value": [ 85, @@ -204619,26 +206825,26 @@ export default { } ], "e_sanction_types_stream": [ - 1340, + 1386, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1357, + 1403, "[e_sanction_types_stream_cursor_input]!" ], "where": [ - 1343 + 1389 ] } ], "e_scrim_request_statuses": [ - 1361, + 1407, { "distinct_on": [ - 1375, + 1421, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -204648,19 +206854,19 @@ export default { 41 ], "order_by": [ - 1373, + 1419, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1364 + 1410 ] } ], "e_scrim_request_statuses_aggregate": [ - 1362, + 1408, { "distinct_on": [ - 1375, + 1421, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -204670,16 +206876,16 @@ export default { 41 ], "order_by": [ - 1373, + 1419, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1364 + 1410 ] } ], "e_scrim_request_statuses_by_pk": [ - 1361, + 1407, { "value": [ 85, @@ -204688,26 +206894,26 @@ export default { } ], "e_scrim_request_statuses_stream": [ - 1361, + 1407, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1377, + 1423, "[e_scrim_request_statuses_stream_cursor_input]!" ], "where": [ - 1364 + 1410 ] } ], "e_server_types": [ - 1381, + 1427, { "distinct_on": [ - 1395, + 1441, "[e_server_types_select_column!]" ], "limit": [ @@ -204717,19 +206923,19 @@ export default { 41 ], "order_by": [ - 1393, + 1439, "[e_server_types_order_by!]" ], "where": [ - 1384 + 1430 ] } ], "e_server_types_aggregate": [ - 1382, + 1428, { "distinct_on": [ - 1395, + 1441, "[e_server_types_select_column!]" ], "limit": [ @@ -204739,16 +206945,16 @@ export default { 41 ], "order_by": [ - 1393, + 1439, "[e_server_types_order_by!]" ], "where": [ - 1384 + 1430 ] } ], "e_server_types_by_pk": [ - 1381, + 1427, { "value": [ 85, @@ -204757,26 +206963,26 @@ export default { } ], "e_server_types_stream": [ - 1381, + 1427, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1397, + 1443, "[e_server_types_stream_cursor_input]!" ], "where": [ - 1384 + 1430 ] } ], "e_sides": [ - 1401, + 1447, { "distinct_on": [ - 1415, + 1461, "[e_sides_select_column!]" ], "limit": [ @@ -204786,19 +206992,19 @@ export default { 41 ], "order_by": [ - 1413, + 1459, "[e_sides_order_by!]" ], "where": [ - 1404 + 1450 ] } ], "e_sides_aggregate": [ - 1402, + 1448, { "distinct_on": [ - 1415, + 1461, "[e_sides_select_column!]" ], "limit": [ @@ -204808,16 +207014,16 @@ export default { 41 ], "order_by": [ - 1413, + 1459, "[e_sides_order_by!]" ], "where": [ - 1404 + 1450 ] } ], "e_sides_by_pk": [ - 1401, + 1447, { "value": [ 85, @@ -204826,26 +207032,26 @@ export default { } ], "e_sides_stream": [ - 1401, + 1447, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1417, + 1463, "[e_sides_stream_cursor_input]!" ], "where": [ - 1404 + 1450 ] } ], "e_system_alert_types": [ - 1421, + 1467, { "distinct_on": [ - 1435, + 1481, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -204855,19 +207061,19 @@ export default { 41 ], "order_by": [ - 1433, + 1479, "[e_system_alert_types_order_by!]" ], "where": [ - 1424 + 1470 ] } ], "e_system_alert_types_aggregate": [ - 1422, + 1468, { "distinct_on": [ - 1435, + 1481, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -204877,16 +207083,16 @@ export default { 41 ], "order_by": [ - 1433, + 1479, "[e_system_alert_types_order_by!]" ], "where": [ - 1424 + 1470 ] } ], "e_system_alert_types_by_pk": [ - 1421, + 1467, { "value": [ 85, @@ -204895,26 +207101,26 @@ export default { } ], "e_system_alert_types_stream": [ - 1421, + 1467, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1437, + 1483, "[e_system_alert_types_stream_cursor_input]!" ], "where": [ - 1424 + 1470 ] } ], "e_team_roles": [ - 1441, + 1487, { "distinct_on": [ - 1456, + 1502, "[e_team_roles_select_column!]" ], "limit": [ @@ -204924,19 +207130,19 @@ export default { 41 ], "order_by": [ - 1454, + 1500, "[e_team_roles_order_by!]" ], "where": [ - 1444 + 1490 ] } ], "e_team_roles_aggregate": [ - 1442, + 1488, { "distinct_on": [ - 1456, + 1502, "[e_team_roles_select_column!]" ], "limit": [ @@ -204946,16 +207152,16 @@ export default { 41 ], "order_by": [ - 1454, + 1500, "[e_team_roles_order_by!]" ], "where": [ - 1444 + 1490 ] } ], "e_team_roles_by_pk": [ - 1441, + 1487, { "value": [ 85, @@ -204964,26 +207170,26 @@ export default { } ], "e_team_roles_stream": [ - 1441, + 1487, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1458, + 1504, "[e_team_roles_stream_cursor_input]!" ], "where": [ - 1444 + 1490 ] } ], "e_team_roster_statuses": [ - 1462, + 1508, { "distinct_on": [ - 1476, + 1522, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -204993,19 +207199,19 @@ export default { 41 ], "order_by": [ - 1474, + 1520, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1465 + 1511 ] } ], "e_team_roster_statuses_aggregate": [ - 1463, + 1509, { "distinct_on": [ - 1476, + 1522, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -205015,16 +207221,16 @@ export default { 41 ], "order_by": [ - 1474, + 1520, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1465 + 1511 ] } ], "e_team_roster_statuses_by_pk": [ - 1462, + 1508, { "value": [ 85, @@ -205033,26 +207239,26 @@ export default { } ], "e_team_roster_statuses_stream": [ - 1462, + 1508, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1478, + 1524, "[e_team_roster_statuses_stream_cursor_input]!" ], "where": [ - 1465 + 1511 ] } ], "e_timeout_settings": [ - 1482, + 1528, { "distinct_on": [ - 1496, + 1542, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -205062,19 +207268,19 @@ export default { 41 ], "order_by": [ - 1494, + 1540, "[e_timeout_settings_order_by!]" ], "where": [ - 1485 + 1531 ] } ], "e_timeout_settings_aggregate": [ - 1483, + 1529, { "distinct_on": [ - 1496, + 1542, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -205084,16 +207290,16 @@ export default { 41 ], "order_by": [ - 1494, + 1540, "[e_timeout_settings_order_by!]" ], "where": [ - 1485 + 1531 ] } ], "e_timeout_settings_by_pk": [ - 1482, + 1528, { "value": [ 85, @@ -205102,26 +207308,26 @@ export default { } ], "e_timeout_settings_stream": [ - 1482, + 1528, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1498, + 1544, "[e_timeout_settings_stream_cursor_input]!" ], "where": [ - 1485 + 1531 ] } ], "e_tournament_categories": [ - 1502, + 1548, { "distinct_on": [ - 1517, + 1563, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -205131,19 +207337,19 @@ export default { 41 ], "order_by": [ - 1515, + 1561, "[e_tournament_categories_order_by!]" ], "where": [ - 1505 + 1551 ] } ], "e_tournament_categories_aggregate": [ - 1503, + 1549, { "distinct_on": [ - 1517, + 1563, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -205153,16 +207359,16 @@ export default { 41 ], "order_by": [ - 1515, + 1561, "[e_tournament_categories_order_by!]" ], "where": [ - 1505 + 1551 ] } ], "e_tournament_categories_by_pk": [ - 1502, + 1548, { "value": [ 85, @@ -205171,26 +207377,26 @@ export default { } ], "e_tournament_categories_stream": [ - 1502, + 1548, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1519, + 1565, "[e_tournament_categories_stream_cursor_input]!" ], "where": [ - 1505 + 1551 ] } ], "e_tournament_free_agent_statuses": [ - 1523, + 1569, { "distinct_on": [ - 1538, + 1584, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -205200,19 +207406,19 @@ export default { 41 ], "order_by": [ - 1536, + 1582, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1526 + 1572 ] } ], "e_tournament_free_agent_statuses_aggregate": [ - 1524, + 1570, { "distinct_on": [ - 1538, + 1584, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -205222,16 +207428,16 @@ export default { 41 ], "order_by": [ - 1536, + 1582, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1526 + 1572 ] } ], "e_tournament_free_agent_statuses_by_pk": [ - 1523, + 1569, { "value": [ 85, @@ -205240,26 +207446,26 @@ export default { } ], "e_tournament_free_agent_statuses_stream": [ - 1523, + 1569, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1540, + 1586, "[e_tournament_free_agent_statuses_stream_cursor_input]!" ], "where": [ - 1526 + 1572 ] } ], "e_tournament_registration_types": [ - 1544, + 1590, { "distinct_on": [ - 1558, + 1604, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -205269,19 +207475,19 @@ export default { 41 ], "order_by": [ - 1556, + 1602, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1547 + 1593 ] } ], "e_tournament_registration_types_aggregate": [ - 1545, + 1591, { "distinct_on": [ - 1558, + 1604, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -205291,16 +207497,16 @@ export default { 41 ], "order_by": [ - 1556, + 1602, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1547 + 1593 ] } ], "e_tournament_registration_types_by_pk": [ - 1544, + 1590, { "value": [ 85, @@ -205309,26 +207515,26 @@ export default { } ], "e_tournament_registration_types_stream": [ - 1544, + 1590, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1560, + 1606, "[e_tournament_registration_types_stream_cursor_input]!" ], "where": [ - 1547 + 1593 ] } ], "e_tournament_stage_types": [ - 1564, + 1610, { "distinct_on": [ - 1579, + 1625, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -205338,19 +207544,19 @@ export default { 41 ], "order_by": [ - 1577, + 1623, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1567 + 1613 ] } ], "e_tournament_stage_types_aggregate": [ - 1565, + 1611, { "distinct_on": [ - 1579, + 1625, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -205360,16 +207566,16 @@ export default { 41 ], "order_by": [ - 1577, + 1623, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1567 + 1613 ] } ], "e_tournament_stage_types_by_pk": [ - 1564, + 1610, { "value": [ 85, @@ -205378,26 +207584,26 @@ export default { } ], "e_tournament_stage_types_stream": [ - 1564, + 1610, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1581, + 1627, "[e_tournament_stage_types_stream_cursor_input]!" ], "where": [ - 1567 + 1613 ] } ], "e_tournament_status": [ - 1585, + 1631, { "distinct_on": [ - 1600, + 1646, "[e_tournament_status_select_column!]" ], "limit": [ @@ -205407,19 +207613,19 @@ export default { 41 ], "order_by": [ - 1598, + 1644, "[e_tournament_status_order_by!]" ], "where": [ - 1588 + 1634 ] } ], "e_tournament_status_aggregate": [ - 1586, + 1632, { "distinct_on": [ - 1600, + 1646, "[e_tournament_status_select_column!]" ], "limit": [ @@ -205429,16 +207635,16 @@ export default { 41 ], "order_by": [ - 1598, + 1644, "[e_tournament_status_order_by!]" ], "where": [ - 1588 + 1634 ] } ], "e_tournament_status_by_pk": [ - 1585, + 1631, { "value": [ 85, @@ -205447,26 +207653,26 @@ export default { } ], "e_tournament_status_stream": [ - 1585, + 1631, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1602, + 1648, "[e_tournament_status_stream_cursor_input]!" ], "where": [ - 1588 + 1634 ] } ], "e_utility_practice_access": [ - 1606, + 1652, { "distinct_on": [ - 1620, + 1666, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -205476,19 +207682,19 @@ export default { 41 ], "order_by": [ - 1618, + 1664, "[e_utility_practice_access_order_by!]" ], "where": [ - 1609 + 1655 ] } ], "e_utility_practice_access_aggregate": [ - 1607, + 1653, { "distinct_on": [ - 1620, + 1666, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -205498,16 +207704,16 @@ export default { 41 ], "order_by": [ - 1618, + 1664, "[e_utility_practice_access_order_by!]" ], "where": [ - 1609 + 1655 ] } ], "e_utility_practice_access_by_pk": [ - 1606, + 1652, { "value": [ 85, @@ -205516,26 +207722,26 @@ export default { } ], "e_utility_practice_access_stream": [ - 1606, + 1652, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1622, + 1668, "[e_utility_practice_access_stream_cursor_input]!" ], "where": [ - 1609 + 1655 ] } ], "e_utility_practice_statuses": [ - 1626, + 1672, { "distinct_on": [ - 1641, + 1687, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -205545,19 +207751,19 @@ export default { 41 ], "order_by": [ - 1639, + 1685, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1629 + 1675 ] } ], "e_utility_practice_statuses_aggregate": [ - 1627, + 1673, { "distinct_on": [ - 1641, + 1687, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -205567,16 +207773,16 @@ export default { 41 ], "order_by": [ - 1639, + 1685, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1629 + 1675 ] } ], "e_utility_practice_statuses_by_pk": [ - 1626, + 1672, { "value": [ 85, @@ -205585,26 +207791,26 @@ export default { } ], "e_utility_practice_statuses_stream": [ - 1626, + 1672, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1643, + 1689, "[e_utility_practice_statuses_stream_cursor_input]!" ], "where": [ - 1629 + 1675 ] } ], "e_utility_sources": [ - 1647, + 1693, { "distinct_on": [ - 1661, + 1707, "[e_utility_sources_select_column!]" ], "limit": [ @@ -205614,19 +207820,19 @@ export default { 41 ], "order_by": [ - 1659, + 1705, "[e_utility_sources_order_by!]" ], "where": [ - 1650 + 1696 ] } ], "e_utility_sources_aggregate": [ - 1648, + 1694, { "distinct_on": [ - 1661, + 1707, "[e_utility_sources_select_column!]" ], "limit": [ @@ -205636,16 +207842,16 @@ export default { 41 ], "order_by": [ - 1659, + 1705, "[e_utility_sources_order_by!]" ], "where": [ - 1650 + 1696 ] } ], "e_utility_sources_by_pk": [ - 1647, + 1693, { "value": [ 85, @@ -205654,26 +207860,26 @@ export default { } ], "e_utility_sources_stream": [ - 1647, + 1693, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1663, + 1709, "[e_utility_sources_stream_cursor_input]!" ], "where": [ - 1650 + 1696 ] } ], "e_utility_techniques": [ - 1667, + 1713, { "distinct_on": [ - 1681, + 1727, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -205683,19 +207889,19 @@ export default { 41 ], "order_by": [ - 1679, + 1725, "[e_utility_techniques_order_by!]" ], "where": [ - 1670 + 1716 ] } ], "e_utility_techniques_aggregate": [ - 1668, + 1714, { "distinct_on": [ - 1681, + 1727, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -205705,16 +207911,16 @@ export default { 41 ], "order_by": [ - 1679, + 1725, "[e_utility_techniques_order_by!]" ], "where": [ - 1670 + 1716 ] } ], "e_utility_techniques_by_pk": [ - 1667, + 1713, { "value": [ 85, @@ -205723,26 +207929,26 @@ export default { } ], "e_utility_techniques_stream": [ - 1667, + 1713, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1683, + 1729, "[e_utility_techniques_stream_cursor_input]!" ], "where": [ - 1670 + 1716 ] } ], "e_utility_throw_strengths": [ - 1687, + 1733, { "distinct_on": [ - 1701, + 1747, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -205752,19 +207958,19 @@ export default { 41 ], "order_by": [ - 1699, + 1745, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1690 + 1736 ] } ], "e_utility_throw_strengths_aggregate": [ - 1688, + 1734, { "distinct_on": [ - 1701, + 1747, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -205774,16 +207980,16 @@ export default { 41 ], "order_by": [ - 1699, + 1745, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1690 + 1736 ] } ], "e_utility_throw_strengths_by_pk": [ - 1687, + 1733, { "value": [ 85, @@ -205792,26 +207998,26 @@ export default { } ], "e_utility_throw_strengths_stream": [ - 1687, + 1733, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1703, + 1749, "[e_utility_throw_strengths_stream_cursor_input]!" ], "where": [ - 1690 + 1736 ] } ], "e_utility_types": [ - 1707, + 1753, { "distinct_on": [ - 1721, + 1767, "[e_utility_types_select_column!]" ], "limit": [ @@ -205821,19 +208027,19 @@ export default { 41 ], "order_by": [ - 1719, + 1765, "[e_utility_types_order_by!]" ], "where": [ - 1710 + 1756 ] } ], "e_utility_types_aggregate": [ - 1708, + 1754, { "distinct_on": [ - 1721, + 1767, "[e_utility_types_select_column!]" ], "limit": [ @@ -205843,16 +208049,16 @@ export default { 41 ], "order_by": [ - 1719, + 1765, "[e_utility_types_order_by!]" ], "where": [ - 1710 + 1756 ] } ], "e_utility_types_by_pk": [ - 1707, + 1753, { "value": [ 85, @@ -205861,26 +208067,26 @@ export default { } ], "e_utility_types_stream": [ - 1707, + 1753, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1723, + 1769, "[e_utility_types_stream_cursor_input]!" ], "where": [ - 1710 + 1756 ] } ], "e_utility_visibility": [ - 1727, + 1773, { "distinct_on": [ - 1741, + 1787, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -205890,19 +208096,19 @@ export default { 41 ], "order_by": [ - 1739, + 1785, "[e_utility_visibility_order_by!]" ], "where": [ - 1730 + 1776 ] } ], "e_utility_visibility_aggregate": [ - 1728, + 1774, { "distinct_on": [ - 1741, + 1787, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -205912,16 +208118,16 @@ export default { 41 ], "order_by": [ - 1739, + 1785, "[e_utility_visibility_order_by!]" ], "where": [ - 1730 + 1776 ] } ], "e_utility_visibility_by_pk": [ - 1727, + 1773, { "value": [ 85, @@ -205930,26 +208136,26 @@ export default { } ], "e_utility_visibility_stream": [ - 1727, + 1773, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1743, + 1789, "[e_utility_visibility_stream_cursor_input]!" ], "where": [ - 1730 + 1776 ] } ], "e_veto_pick_types": [ - 1747, + 1793, { "distinct_on": [ - 1761, + 1807, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -205959,19 +208165,19 @@ export default { 41 ], "order_by": [ - 1759, + 1805, "[e_veto_pick_types_order_by!]" ], "where": [ - 1750 + 1796 ] } ], "e_veto_pick_types_aggregate": [ - 1748, + 1794, { "distinct_on": [ - 1761, + 1807, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -205981,16 +208187,16 @@ export default { 41 ], "order_by": [ - 1759, + 1805, "[e_veto_pick_types_order_by!]" ], "where": [ - 1750 + 1796 ] } ], "e_veto_pick_types_by_pk": [ - 1747, + 1793, { "value": [ 85, @@ -205999,26 +208205,26 @@ export default { } ], "e_veto_pick_types_stream": [ - 1747, + 1793, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1763, + 1809, "[e_veto_pick_types_stream_cursor_input]!" ], "where": [ - 1750 + 1796 ] } ], "e_winning_reasons": [ - 1767, + 1813, { "distinct_on": [ - 1781, + 1827, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -206028,19 +208234,19 @@ export default { 41 ], "order_by": [ - 1779, + 1825, "[e_winning_reasons_order_by!]" ], "where": [ - 1770 + 1816 ] } ], "e_winning_reasons_aggregate": [ - 1768, + 1814, { "distinct_on": [ - 1781, + 1827, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -206050,16 +208256,16 @@ export default { 41 ], "order_by": [ - 1779, + 1825, "[e_winning_reasons_order_by!]" ], "where": [ - 1770 + 1816 ] } ], "e_winning_reasons_by_pk": [ - 1767, + 1813, { "value": [ 85, @@ -206068,26 +208274,26 @@ export default { } ], "e_winning_reasons_stream": [ - 1767, + 1813, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1783, + 1829, "[e_winning_reasons_stream_cursor_input]!" ], "where": [ - 1770 + 1816 ] } ], "event_match_links": [ - 1787, + 1833, { "distinct_on": [ - 1799, + 1845, "[event_match_links_select_column!]" ], "limit": [ @@ -206097,19 +208303,19 @@ export default { 41 ], "order_by": [ - 1797, + 1843, "[event_match_links_order_by!]" ], "where": [ - 1790 + 1836 ] } ], "event_match_links_aggregate": [ - 1788, + 1834, { "distinct_on": [ - 1799, + 1845, "[event_match_links_select_column!]" ], "limit": [ @@ -206119,48 +208325,48 @@ export default { 41 ], "order_by": [ - 1797, + 1843, "[event_match_links_order_by!]" ], "where": [ - 1790 + 1836 ] } ], "event_match_links_by_pk": [ - 1787, + 1833, { "event_id": [ - 6503, + 6603, "uuid!" ], "match_id": [ - 6503, + 6603, "uuid!" ] } ], "event_match_links_stream": [ - 1787, + 1833, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1801, + 1847, "[event_match_links_stream_cursor_input]!" ], "where": [ - 1790 + 1836 ] } ], "event_media": [ - 1805, + 1851, { "distinct_on": [ - 1868, + 1914, "[event_media_select_column!]" ], "limit": [ @@ -206170,19 +208376,19 @@ export default { 41 ], "order_by": [ - 1825, + 1871, "[event_media_order_by!]" ], "where": [ - 1814 + 1860 ] } ], "event_media_aggregate": [ - 1806, + 1852, { "distinct_on": [ - 1868, + 1914, "[event_media_select_column!]" ], "limit": [ @@ -206192,28 +208398,28 @@ export default { 41 ], "order_by": [ - 1825, + 1871, "[event_media_order_by!]" ], "where": [ - 1814 + 1860 ] } ], "event_media_by_pk": [ - 1805, + 1851, { "id": [ - 6503, + 6603, "uuid!" ] } ], "event_media_players": [ - 1827, + 1873, { "distinct_on": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "limit": [ @@ -206223,19 +208429,19 @@ export default { 41 ], "order_by": [ - 1846, + 1892, "[event_media_players_order_by!]" ], "where": [ - 1836 + 1882 ] } ], "event_media_players_aggregate": [ - 1828, + 1874, { "distinct_on": [ - 1848, + 1894, "[event_media_players_select_column!]" ], "limit": [ @@ -206245,19 +208451,19 @@ export default { 41 ], "order_by": [ - 1846, + 1892, "[event_media_players_order_by!]" ], "where": [ - 1836 + 1882 ] } ], "event_media_players_by_pk": [ - 1827, + 1873, { "media_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -206267,42 +208473,42 @@ export default { } ], "event_media_players_stream": [ - 1827, + 1873, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1856, + 1902, "[event_media_players_stream_cursor_input]!" ], "where": [ - 1836 + 1882 ] } ], "event_media_stream": [ - 1805, + 1851, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1876, + 1922, "[event_media_stream_cursor_input]!" ], "where": [ - 1814 + 1860 ] } ], "event_organizers": [ - 1888, + 1934, { "distinct_on": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "limit": [ @@ -206312,19 +208518,19 @@ export default { 41 ], "order_by": [ - 1907, + 1953, "[event_organizers_order_by!]" ], "where": [ - 1897 + 1943 ] } ], "event_organizers_aggregate": [ - 1889, + 1935, { "distinct_on": [ - 1909, + 1955, "[event_organizers_select_column!]" ], "limit": [ @@ -206334,19 +208540,19 @@ export default { 41 ], "order_by": [ - 1907, + 1953, "[event_organizers_order_by!]" ], "where": [ - 1897 + 1943 ] } ], "event_organizers_by_pk": [ - 1888, + 1934, { "event_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -206356,26 +208562,26 @@ export default { } ], "event_organizers_stream": [ - 1888, + 1934, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1917, + 1963, "[event_organizers_stream_cursor_input]!" ], "where": [ - 1897 + 1943 ] } ], "event_players": [ - 1929, + 1975, { "distinct_on": [ - 1950, + 1996, "[event_players_select_column!]" ], "limit": [ @@ -206385,19 +208591,19 @@ export default { 41 ], "order_by": [ - 1948, + 1994, "[event_players_order_by!]" ], "where": [ - 1938 + 1984 ] } ], "event_players_aggregate": [ - 1930, + 1976, { "distinct_on": [ - 1950, + 1996, "[event_players_select_column!]" ], "limit": [ @@ -206407,19 +208613,19 @@ export default { 41 ], "order_by": [ - 1948, + 1994, "[event_players_order_by!]" ], "where": [ - 1938 + 1984 ] } ], "event_players_by_pk": [ - 1929, + 1975, { "event_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -206429,26 +208635,26 @@ export default { } ], "event_players_stream": [ - 1929, + 1975, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1958, + 2004, "[event_players_stream_cursor_input]!" ], "where": [ - 1938 + 1984 ] } ], "event_teams": [ - 1970, + 2016, { "distinct_on": [ - 1988, + 2034, "[event_teams_select_column!]" ], "limit": [ @@ -206458,19 +208664,19 @@ export default { 41 ], "order_by": [ - 1986, + 2032, "[event_teams_order_by!]" ], "where": [ - 1977 + 2023 ] } ], "event_teams_aggregate": [ - 1971, + 2017, { "distinct_on": [ - 1988, + 2034, "[event_teams_select_column!]" ], "limit": [ @@ -206480,48 +208686,48 @@ export default { 41 ], "order_by": [ - 1986, + 2032, "[event_teams_order_by!]" ], "where": [ - 1977 + 2023 ] } ], "event_teams_by_pk": [ - 1970, + 2016, { "event_id": [ - 6503, + 6603, "uuid!" ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "event_teams_stream": [ - 1970, + 2016, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1990, + 2036, "[event_teams_stream_cursor_input]!" ], "where": [ - 1977 + 2023 ] } ], "event_tournaments": [ - 1994, + 2040, { "distinct_on": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "limit": [ @@ -206531,19 +208737,19 @@ export default { 41 ], "order_by": [ - 2010, + 2056, "[event_tournaments_order_by!]" ], "where": [ - 2001 + 2047 ] } ], "event_tournaments_aggregate": [ - 1995, + 2041, { "distinct_on": [ - 2012, + 2058, "[event_tournaments_select_column!]" ], "limit": [ @@ -206553,48 +208759,48 @@ export default { 41 ], "order_by": [ - 2010, + 2056, "[event_tournaments_order_by!]" ], "where": [ - 2001 + 2047 ] } ], "event_tournaments_by_pk": [ - 1994, + 2040, { "event_id": [ - 6503, + 6603, "uuid!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "event_tournaments_stream": [ - 1994, + 2040, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2014, + 2060, "[event_tournaments_stream_cursor_input]!" ], "where": [ - 2001 + 2047 ] } ], "events": [ - 2018, + 2064, { "distinct_on": [ - 2033, + 2079, "[events_select_column!]" ], "limit": [ @@ -206604,19 +208810,19 @@ export default { 41 ], "order_by": [ - 2031, + 2077, "[events_order_by!]" ], "where": [ - 2022 + 2068 ] } ], "events_aggregate": [ - 2019, + 2065, { "distinct_on": [ - 2033, + 2079, "[events_select_column!]" ], "limit": [ @@ -206626,44 +208832,44 @@ export default { 41 ], "order_by": [ - 2031, + 2077, "[events_order_by!]" ], "where": [ - 2022 + 2068 ] } ], "events_by_pk": [ - 2018, + 2064, { "id": [ - 6503, + 6603, "uuid!" ] } ], "events_stream": [ - 2018, + 2064, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2038, + 2084, "[events_stream_cursor_input]!" ], "where": [ - 2022 + 2068 ] } ], "friends": [ - 2048, + 2094, { "distinct_on": [ - 2062, + 2108, "[friends_select_column!]" ], "limit": [ @@ -206673,19 +208879,19 @@ export default { 41 ], "order_by": [ - 2060, + 2106, "[friends_order_by!]" ], "where": [ - 2052 + 2098 ] } ], "friends_aggregate": [ - 2049, + 2095, { "distinct_on": [ - 2062, + 2108, "[friends_select_column!]" ], "limit": [ @@ -206695,16 +208901,16 @@ export default { 41 ], "order_by": [ - 2060, + 2106, "[friends_order_by!]" ], "where": [ - 2052 + 2098 ] } ], "friends_by_pk": [ - 2048, + 2094, { "other_player_steam_id": [ 311, @@ -206717,26 +208923,26 @@ export default { } ], "friends_stream": [ - 2048, + 2094, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2067, + 2113, "[friends_stream_cursor_input]!" ], "where": [ - 2052 + 2098 ] } ], "game_mode_plugins": [ - 2075, + 2121, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -206746,19 +208952,19 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "game_mode_plugins_aggregate": [ - 2076, + 2122, { "distinct_on": [ - 2103, + 2149, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -206768,19 +208974,19 @@ export default { 41 ], "order_by": [ - 2100, + 2146, "[game_mode_plugins_order_by!]" ], "where": [ - 2087 + 2133 ] } ], "game_mode_plugins_by_pk": [ - 2075, + 2121, { "game_mode_id": [ - 6503, + 6603, "uuid!" ], "plugin_slug": [ @@ -206790,26 +208996,26 @@ export default { } ], "game_mode_plugins_stream": [ - 2075, + 2121, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2113, + 2159, "[game_mode_plugins_stream_cursor_input]!" ], "where": [ - 2087 + 2133 ] } ], "game_modes": [ - 2125, + 2171, { "distinct_on": [ - 2138, + 2184, "[game_modes_select_column!]" ], "limit": [ @@ -206819,19 +209025,19 @@ export default { 41 ], "order_by": [ - 2136, + 2182, "[game_modes_order_by!]" ], "where": [ - 2128 + 2174 ] } ], "game_modes_aggregate": [ - 2126, + 2172, { "distinct_on": [ - 2138, + 2184, "[game_modes_select_column!]" ], "limit": [ @@ -206841,44 +209047,44 @@ export default { 41 ], "order_by": [ - 2136, + 2182, "[game_modes_order_by!]" ], "where": [ - 2128 + 2174 ] } ], "game_modes_by_pk": [ - 2125, + 2171, { "id": [ - 6503, + 6603, "uuid!" ] } ], "game_modes_stream": [ - 2125, + 2171, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2140, + 2186, "[game_modes_stream_cursor_input]!" ], "where": [ - 2128 + 2174 ] } ], "game_plugin_installs": [ - 2144, + 2190, { "distinct_on": [ - 2156, + 2202, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -206888,19 +209094,19 @@ export default { 41 ], "order_by": [ - 2154, + 2200, "[game_plugin_installs_order_by!]" ], "where": [ - 2147 + 2193 ] } ], "game_plugin_installs_aggregate": [ - 2145, + 2191, { "distinct_on": [ - 2156, + 2202, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -206910,16 +209116,16 @@ export default { 41 ], "order_by": [ - 2154, + 2200, "[game_plugin_installs_order_by!]" ], "where": [ - 2147 + 2193 ] } ], "game_plugin_installs_by_pk": [ - 2144, + 2190, { "plugin_slug": [ 85, @@ -206928,26 +209134,26 @@ export default { } ], "game_plugin_installs_stream": [ - 2144, + 2190, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2158, + 2204, "[game_plugin_installs_stream_cursor_input]!" ], "where": [ - 2147 + 2193 ] } ], "game_plugin_versions": [ - 2162, + 2208, { "distinct_on": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -206957,19 +209163,19 @@ export default { 41 ], "order_by": [ - 2183, + 2229, "[game_plugin_versions_order_by!]" ], "where": [ - 2173 + 2219 ] } ], "game_plugin_versions_aggregate": [ - 2163, + 2209, { "distinct_on": [ - 2185, + 2231, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -206979,16 +209185,16 @@ export default { 41 ], "order_by": [ - 2183, + 2229, "[game_plugin_versions_order_by!]" ], "where": [ - 2173 + 2219 ] } ], "game_plugin_versions_by_pk": [ - 2162, + 2208, { "plugin_slug": [ 85, @@ -207005,26 +209211,26 @@ export default { } ], "game_plugin_versions_stream": [ - 2162, + 2208, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2195, + 2241, "[game_plugin_versions_stream_cursor_input]!" ], "where": [ - 2173 + 2219 ] } ], "game_plugins": [ - 2207, + 2253, { "distinct_on": [ - 2226, + 2272, "[game_plugins_select_column!]" ], "limit": [ @@ -207034,19 +209240,19 @@ export default { 41 ], "order_by": [ - 2223, + 2269, "[game_plugins_order_by!]" ], "where": [ - 2212 + 2258 ] } ], "game_plugins_aggregate": [ - 2208, + 2254, { "distinct_on": [ - 2226, + 2272, "[game_plugins_select_column!]" ], "limit": [ @@ -207056,16 +209262,16 @@ export default { 41 ], "order_by": [ - 2223, + 2269, "[game_plugins_order_by!]" ], "where": [ - 2212 + 2258 ] } ], "game_plugins_by_pk": [ - 2207, + 2253, { "slug": [ 85, @@ -207074,26 +209280,26 @@ export default { } ], "game_plugins_stream": [ - 2207, + 2253, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2231, + 2277, "[game_plugins_stream_cursor_input]!" ], "where": [ - 2212 + 2258 ] } ], "game_server_node_plugins": [ - 2239, + 2285, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -207103,19 +209309,19 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "game_server_node_plugins_aggregate": [ - 2240, + 2286, { "distinct_on": [ - 2259, + 2305, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -207125,44 +209331,44 @@ export default { 41 ], "order_by": [ - 2257, + 2303, "[game_server_node_plugins_order_by!]" ], "where": [ - 2248 + 2294 ] } ], "game_server_node_plugins_by_pk": [ - 2239, + 2285, { "id": [ - 6503, + 6603, "uuid!" ] } ], "game_server_node_plugins_stream": [ - 2239, + 2285, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2263, + 2309, "[game_server_node_plugins_stream_cursor_input]!" ], "where": [ - 2248 + 2294 ] } ], "game_server_nodes": [ - 2267, + 2313, { "distinct_on": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "limit": [ @@ -207172,19 +209378,19 @@ export default { 41 ], "order_by": [ - 2293, + 2339, "[game_server_nodes_order_by!]" ], "where": [ - 2279 + 2325 ] } ], "game_server_nodes_aggregate": [ - 2268, + 2314, { "distinct_on": [ - 2296, + 2342, "[game_server_nodes_select_column!]" ], "limit": [ @@ -207194,16 +209400,16 @@ export default { 41 ], "order_by": [ - 2293, + 2339, "[game_server_nodes_order_by!]" ], "where": [ - 2279 + 2325 ] } ], "game_server_nodes_by_pk": [ - 2267, + 2313, { "id": [ 85, @@ -207212,26 +209418,26 @@ export default { } ], "game_server_nodes_stream": [ - 2267, + 2313, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2306, + 2352, "[game_server_nodes_stream_cursor_input]!" ], "where": [ - 2279 + 2325 ] } ], "game_versions": [ - 2318, + 2364, { "distinct_on": [ - 2338, + 2384, "[game_versions_select_column!]" ], "limit": [ @@ -207241,19 +209447,19 @@ export default { 41 ], "order_by": [ - 2335, + 2381, "[game_versions_order_by!]" ], "where": [ - 2323 + 2369 ] } ], "game_versions_aggregate": [ - 2319, + 2365, { "distinct_on": [ - 2338, + 2384, "[game_versions_select_column!]" ], "limit": [ @@ -207263,16 +209469,16 @@ export default { 41 ], "order_by": [ - 2335, + 2381, "[game_versions_order_by!]" ], "where": [ - 2323 + 2369 ] } ], "game_versions_by_pk": [ - 2318, + 2364, { "build_id": [ 41, @@ -207281,26 +209487,26 @@ export default { } ], "game_versions_stream": [ - 2318, + 2364, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2343, + 2389, "[game_versions_stream_cursor_input]!" ], "where": [ - 2323 + 2369 ] } ], "gamedata_signature_validations": [ - 2351, + 2397, { "distinct_on": [ - 2370, + 2416, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -207310,19 +209516,19 @@ export default { 41 ], "order_by": [ - 2367, + 2413, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2356 + 2402 ] } ], "gamedata_signature_validations_aggregate": [ - 2352, + 2398, { "distinct_on": [ - 2370, + 2416, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -207332,48 +209538,48 @@ export default { 41 ], "order_by": [ - 2367, + 2413, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2356 + 2402 ] } ], "gamedata_signature_validations_by_pk": [ - 2351, + 2397, { "id": [ - 6503, + 6603, "uuid!" ] } ], "gamedata_signature_validations_stream": [ - 2351, + 2397, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2375, + 2421, "[gamedata_signature_validations_stream_cursor_input]!" ], "where": [ - 2356 + 2402 ] } ], "get_event_leaderboard": [ - 2395, + 2441, { "args": [ - 2383, + 2429, "get_event_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207383,23 +209589,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_event_leaderboard_aggregate": [ - 2396, + 2442, { "args": [ - 2383, + 2429, "get_event_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207409,23 +209615,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_leaderboard": [ - 2395, + 2441, { "args": [ - 2384, + 2430, "get_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207435,23 +209641,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_leaderboard_aggregate": [ - 2396, + 2442, { "args": [ - 2384, + 2430, "get_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207461,23 +209667,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_league_season_leaderboard": [ - 2395, + 2441, { "args": [ - 2385, + 2431, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207487,23 +209693,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_league_season_leaderboard_aggregate": [ - 2396, + 2442, { "args": [ - 2385, + 2431, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207513,23 +209719,23 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "get_player_leaderboard_rank": [ - 4042, + 4088, { "args": [ - 2386, + 2432, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -207539,23 +209745,23 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "get_player_leaderboard_rank_aggregate": [ - 4043, + 4089, { "args": [ - 2386, + 2432, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -207565,23 +209771,23 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "get_tournament_leaderboard": [ - 5351, + 5424, { "args": [ - 2387, + 2433, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -207591,23 +209797,23 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "get_tournament_leaderboard_aggregate": [ - 5352, + 5425, { "args": [ - 2387, + 2433, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -207617,19 +209823,19 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "leaderboard_entries": [ - 2395, + 2441, { "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207639,19 +209845,19 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "leaderboard_entries_aggregate": [ - 2396, + 2442, { "distinct_on": [ - 2406, + 2452, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -207661,35 +209867,35 @@ export default { 41 ], "order_by": [ - 2405, + 2451, "[leaderboard_entries_order_by!]" ], "where": [ - 2399 + 2445 ] } ], "leaderboard_entries_stream": [ - 2395, + 2441, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2411, + 2457, "[leaderboard_entries_stream_cursor_input]!" ], "where": [ - 2399 + 2445 ] } ], "league_divisions": [ - 2419, + 2465, { "distinct_on": [ - 2434, + 2480, "[league_divisions_select_column!]" ], "limit": [ @@ -207699,19 +209905,19 @@ export default { 41 ], "order_by": [ - 2432, + 2478, "[league_divisions_order_by!]" ], "where": [ - 2423 + 2469 ] } ], "league_divisions_aggregate": [ - 2420, + 2466, { "distinct_on": [ - 2434, + 2480, "[league_divisions_select_column!]" ], "limit": [ @@ -207721,44 +209927,44 @@ export default { 41 ], "order_by": [ - 2432, + 2478, "[league_divisions_order_by!]" ], "where": [ - 2423 + 2469 ] } ], "league_divisions_by_pk": [ - 2419, + 2465, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_divisions_stream": [ - 2419, + 2465, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2439, + 2485, "[league_divisions_stream_cursor_input]!" ], "where": [ - 2423 + 2469 ] } ], "league_match_weeks": [ - 2447, + 2493, { "distinct_on": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "limit": [ @@ -207768,19 +209974,19 @@ export default { 41 ], "order_by": [ - 2466, + 2512, "[league_match_weeks_order_by!]" ], "where": [ - 2456 + 2502 ] } ], "league_match_weeks_aggregate": [ - 2448, + 2494, { "distinct_on": [ - 2468, + 2514, "[league_match_weeks_select_column!]" ], "limit": [ @@ -207790,44 +209996,44 @@ export default { 41 ], "order_by": [ - 2466, + 2512, "[league_match_weeks_order_by!]" ], "where": [ - 2456 + 2502 ] } ], "league_match_weeks_by_pk": [ - 2447, + 2493, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_match_weeks_stream": [ - 2447, + 2493, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2476, + 2522, "[league_match_weeks_stream_cursor_input]!" ], "where": [ - 2456 + 2502 ] } ], "league_relegation_playoffs": [ - 2488, + 2534, { "distinct_on": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -207837,19 +210043,19 @@ export default { 41 ], "order_by": [ - 2507, + 2553, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2497 + 2543 ] } ], "league_relegation_playoffs_aggregate": [ - 2489, + 2535, { "distinct_on": [ - 2509, + 2555, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -207859,44 +210065,44 @@ export default { 41 ], "order_by": [ - 2507, + 2553, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2497 + 2543 ] } ], "league_relegation_playoffs_by_pk": [ - 2488, + 2534, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_relegation_playoffs_stream": [ - 2488, + 2534, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2517, + 2563, "[league_relegation_playoffs_stream_cursor_input]!" ], "where": [ - 2497 + 2543 ] } ], "league_scheduling_proposals": [ - 2529, + 2575, { "distinct_on": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -207906,19 +210112,19 @@ export default { 41 ], "order_by": [ - 2548, + 2594, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2538 + 2584 ] } ], "league_scheduling_proposals_aggregate": [ - 2530, + 2576, { "distinct_on": [ - 2550, + 2596, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -207928,44 +210134,44 @@ export default { 41 ], "order_by": [ - 2548, + 2594, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2538 + 2584 ] } ], "league_scheduling_proposals_by_pk": [ - 2529, + 2575, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_scheduling_proposals_stream": [ - 2529, + 2575, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2558, + 2604, "[league_scheduling_proposals_stream_cursor_input]!" ], "where": [ - 2538 + 2584 ] } ], "league_season_divisions": [ - 2570, + 2616, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -207975,19 +210181,19 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "league_season_divisions_aggregate": [ - 2571, + 2617, { "distinct_on": [ - 2589, + 2635, "[league_season_divisions_select_column!]" ], "limit": [ @@ -207997,44 +210203,44 @@ export default { 41 ], "order_by": [ - 2587, + 2633, "[league_season_divisions_order_by!]" ], "where": [ - 2577 + 2623 ] } ], "league_season_divisions_by_pk": [ - 2570, + 2616, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_season_divisions_stream": [ - 2570, + 2616, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2591, + 2637, "[league_season_divisions_stream_cursor_input]!" ], "where": [ - 2577 + 2623 ] } ], "league_seasons": [ - 2595, + 2641, { "distinct_on": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "limit": [ @@ -208044,19 +210250,19 @@ export default { 41 ], "order_by": [ - 2612, + 2658, "[league_seasons_order_by!]" ], "where": [ - 2600 + 2646 ] } ], "league_seasons_aggregate": [ - 2596, + 2642, { "distinct_on": [ - 2615, + 2661, "[league_seasons_select_column!]" ], "limit": [ @@ -208066,44 +210272,44 @@ export default { 41 ], "order_by": [ - 2612, + 2658, "[league_seasons_order_by!]" ], "where": [ - 2600 + 2646 ] } ], "league_seasons_by_pk": [ - 2595, + 2641, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_seasons_stream": [ - 2595, + 2641, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2620, + 2666, "[league_seasons_stream_cursor_input]!" ], "where": [ - 2600 + 2646 ] } ], "league_team_movements": [ - 2628, + 2674, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -208113,19 +210319,19 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "league_team_movements_aggregate": [ - 2629, + 2675, { "distinct_on": [ - 2649, + 2695, "[league_team_movements_select_column!]" ], "limit": [ @@ -208135,44 +210341,44 @@ export default { 41 ], "order_by": [ - 2647, + 2693, "[league_team_movements_order_by!]" ], "where": [ - 2637 + 2683 ] } ], "league_team_movements_by_pk": [ - 2628, + 2674, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_team_movements_stream": [ - 2628, + 2674, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2657, + 2703, "[league_team_movements_stream_cursor_input]!" ], "where": [ - 2637 + 2683 ] } ], "league_team_rosters": [ - 2669, + 2715, { "distinct_on": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "limit": [ @@ -208182,19 +210388,19 @@ export default { 41 ], "order_by": [ - 2688, + 2734, "[league_team_rosters_order_by!]" ], "where": [ - 2678 + 2724 ] } ], "league_team_rosters_aggregate": [ - 2670, + 2716, { "distinct_on": [ - 2690, + 2736, "[league_team_rosters_select_column!]" ], "limit": [ @@ -208204,19 +210410,19 @@ export default { 41 ], "order_by": [ - 2688, + 2734, "[league_team_rosters_order_by!]" ], "where": [ - 2678 + 2724 ] } ], "league_team_rosters_by_pk": [ - 2669, + 2715, { "league_team_season_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -208226,26 +210432,26 @@ export default { } ], "league_team_rosters_stream": [ - 2669, + 2715, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2698, + 2744, "[league_team_rosters_stream_cursor_input]!" ], "where": [ - 2678 + 2724 ] } ], "league_team_seasons": [ - 2710, + 2756, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -208255,19 +210461,19 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "league_team_seasons_aggregate": [ - 2711, + 2757, { "distinct_on": [ - 2732, + 2778, "[league_team_seasons_select_column!]" ], "limit": [ @@ -208277,44 +210483,44 @@ export default { 41 ], "order_by": [ - 2730, + 2776, "[league_team_seasons_order_by!]" ], "where": [ - 2719 + 2765 ] } ], "league_team_seasons_by_pk": [ - 2710, + 2756, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_team_seasons_stream": [ - 2710, + 2756, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2740, + 2786, "[league_team_seasons_stream_cursor_input]!" ], "where": [ - 2719 + 2765 ] } ], "league_teams": [ - 2752, + 2798, { "distinct_on": [ - 2765, + 2811, "[league_teams_select_column!]" ], "limit": [ @@ -208324,19 +210530,19 @@ export default { 41 ], "order_by": [ - 2763, + 2809, "[league_teams_order_by!]" ], "where": [ - 2755 + 2801 ] } ], "league_teams_aggregate": [ - 2753, + 2799, { "distinct_on": [ - 2765, + 2811, "[league_teams_select_column!]" ], "limit": [ @@ -208346,44 +210552,44 @@ export default { 41 ], "order_by": [ - 2763, + 2809, "[league_teams_order_by!]" ], "where": [ - 2755 + 2801 ] } ], "league_teams_by_pk": [ - 2752, + 2798, { "id": [ - 6503, + 6603, "uuid!" ] } ], "league_teams_stream": [ - 2752, + 2798, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2767, + 2813, "[league_teams_stream_cursor_input]!" ], "where": [ - 2755 + 2801 ] } ], "lobbies": [ - 2771, + 2817, { "distinct_on": [ - 2784, + 2830, "[lobbies_select_column!]" ], "limit": [ @@ -208393,19 +210599,19 @@ export default { 41 ], "order_by": [ - 2782, + 2828, "[lobbies_order_by!]" ], "where": [ - 2774 + 2820 ] } ], "lobbies_aggregate": [ - 2772, + 2818, { "distinct_on": [ - 2784, + 2830, "[lobbies_select_column!]" ], "limit": [ @@ -208415,44 +210621,44 @@ export default { 41 ], "order_by": [ - 2782, + 2828, "[lobbies_order_by!]" ], "where": [ - 2774 + 2820 ] } ], "lobbies_by_pk": [ - 2771, + 2817, { "id": [ - 6503, + 6603, "uuid!" ] } ], "lobbies_stream": [ - 2771, + 2817, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2786, + 2832, "[lobbies_stream_cursor_input]!" ], "where": [ - 2774 + 2820 ] } ], "lobby_players": [ - 2790, + 2836, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -208462,19 +210668,19 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], "lobby_players_aggregate": [ - 2791, + 2837, { "distinct_on": [ - 2813, + 2859, "[lobby_players_select_column!]" ], "limit": [ @@ -208484,19 +210690,19 @@ export default { 41 ], "order_by": [ - 2811, + 2857, "[lobby_players_order_by!]" ], "where": [ - 2801 + 2847 ] } ], "lobby_players_by_pk": [ - 2790, + 2836, { "lobby_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -208506,26 +210712,26 @@ export default { } ], "lobby_players_stream": [ - 2790, + 2836, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2823, + 2869, "[lobby_players_stream_cursor_input]!" ], "where": [ - 2801 + 2847 ] } ], "map_callouts": [ - 2835, + 2881, { "distinct_on": [ - 2852, + 2898, "[map_callouts_select_column!]" ], "limit": [ @@ -208535,19 +210741,19 @@ export default { 41 ], "order_by": [ - 2849, + 2895, "[map_callouts_order_by!]" ], "where": [ - 2839 + 2885 ] } ], "map_callouts_aggregate": [ - 2836, + 2882, { "distinct_on": [ - 2852, + 2898, "[map_callouts_select_column!]" ], "limit": [ @@ -208557,16 +210763,16 @@ export default { 41 ], "order_by": [ - 2849, + 2895, "[map_callouts_order_by!]" ], "where": [ - 2839 + 2885 ] } ], "map_callouts_by_pk": [ - 2835, + 2881, { "map_name": [ 85, @@ -208579,26 +210785,26 @@ export default { } ], "map_callouts_stream": [ - 2835, + 2881, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2854, + 2900, "[map_callouts_stream_cursor_input]!" ], "where": [ - 2839 + 2885 ] } ], "map_pools": [ - 2858, + 2904, { "distinct_on": [ - 2871, + 2917, "[map_pools_select_column!]" ], "limit": [ @@ -208608,19 +210814,19 @@ export default { 41 ], "order_by": [ - 2869, + 2915, "[map_pools_order_by!]" ], "where": [ - 2861 + 2907 ] } ], "map_pools_aggregate": [ - 2859, + 2905, { "distinct_on": [ - 2871, + 2917, "[map_pools_select_column!]" ], "limit": [ @@ -208630,44 +210836,44 @@ export default { 41 ], "order_by": [ - 2869, + 2915, "[map_pools_order_by!]" ], "where": [ - 2861 + 2907 ] } ], "map_pools_by_pk": [ - 2858, + 2904, { "id": [ - 6503, + 6603, "uuid!" ] } ], "map_pools_stream": [ - 2858, + 2904, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2873, + 2919, "[map_pools_stream_cursor_input]!" ], "where": [ - 2861 + 2907 ] } ], "maps": [ - 2877, + 2923, { "distinct_on": [ - 2898, + 2944, "[maps_select_column!]" ], "limit": [ @@ -208677,19 +210883,19 @@ export default { 41 ], "order_by": [ - 2896, + 2942, "[maps_order_by!]" ], "where": [ - 2886 + 2932 ] } ], "maps_aggregate": [ - 2878, + 2924, { "distinct_on": [ - 2898, + 2944, "[maps_select_column!]" ], "limit": [ @@ -208699,44 +210905,44 @@ export default { 41 ], "order_by": [ - 2896, + 2942, "[maps_order_by!]" ], "where": [ - 2886 + 2932 ] } ], "maps_by_pk": [ - 2877, + 2923, { "id": [ - 6503, + 6603, "uuid!" ] } ], "maps_stream": [ - 2877, + 2923, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2902, + 2948, "[maps_stream_cursor_input]!" ], "where": [ - 2886 + 2932 ] } ], "match_clips": [ - 2906, + 2952, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -208746,19 +210952,19 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_aggregate": [ - 2907, + 2953, { "distinct_on": [ - 2928, + 2974, "[match_clips_select_column!]" ], "limit": [ @@ -208768,44 +210974,44 @@ export default { 41 ], "order_by": [ - 2926, + 2972, "[match_clips_order_by!]" ], "where": [ - 2915 + 2961 ] } ], "match_clips_by_pk": [ - 2906, + 2952, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_clips_stream": [ - 2906, + 2952, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2936, + 2982, "[match_clips_stream_cursor_input]!" ], "where": [ - 2915 + 2961 ] } ], "match_demo_sessions": [ - 2948, + 2994, { "distinct_on": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -208815,19 +211021,19 @@ export default { 41 ], "order_by": [ - 2971, + 3017, "[match_demo_sessions_order_by!]" ], "where": [ - 2958 + 3004 ] } ], "match_demo_sessions_aggregate": [ - 2949, + 2995, { "distinct_on": [ - 2974, + 3020, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -208837,44 +211043,44 @@ export default { 41 ], "order_by": [ - 2971, + 3017, "[match_demo_sessions_order_by!]" ], "where": [ - 2958 + 3004 ] } ], "match_demo_sessions_by_pk": [ - 2948, + 2994, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_demo_sessions_stream": [ - 2948, + 2994, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2982, + 3028, "[match_demo_sessions_stream_cursor_input]!" ], "where": [ - 2958 + 3004 ] } ], "match_lineup_players": [ - 2994, + 3040, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -208884,19 +211090,19 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "match_lineup_players_aggregate": [ - 2995, + 3041, { "distinct_on": [ - 3017, + 3063, "[match_lineup_players_select_column!]" ], "limit": [ @@ -208906,44 +211112,44 @@ export default { 41 ], "order_by": [ - 3015, + 3061, "[match_lineup_players_order_by!]" ], "where": [ - 3005 + 3051 ] } ], "match_lineup_players_by_pk": [ - 2994, + 3040, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_lineup_players_stream": [ - 2994, + 3040, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3027, + 3073, "[match_lineup_players_stream_cursor_input]!" ], "where": [ - 3005 + 3051 ] } ], "match_lineups": [ - 3039, + 3085, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -208953,19 +211159,19 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "match_lineups_aggregate": [ - 3040, + 3086, { "distinct_on": [ - 3061, + 3107, "[match_lineups_select_column!]" ], "limit": [ @@ -208975,44 +211181,44 @@ export default { 41 ], "order_by": [ - 3059, + 3105, "[match_lineups_order_by!]" ], "where": [ - 3048 + 3094 ] } ], "match_lineups_by_pk": [ - 3039, + 3085, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_lineups_stream": [ - 3039, + 3085, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3069, + 3115, "[match_lineups_stream_cursor_input]!" ], "where": [ - 3048 + 3094 ] } ], "match_map_demos": [ - 3081, + 3127, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -209022,19 +211228,19 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], "match_map_demos_aggregate": [ - 3082, + 3128, { "distinct_on": [ - 3110, + 3156, "[match_map_demos_select_column!]" ], "limit": [ @@ -209044,44 +211250,44 @@ export default { 41 ], "order_by": [ - 3107, + 3153, "[match_map_demos_order_by!]" ], "where": [ - 3093 + 3139 ] } ], "match_map_demos_by_pk": [ - 3081, + 3127, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_map_demos_stream": [ - 3081, + 3127, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3120, + 3166, "[match_map_demos_stream_cursor_input]!" ], "where": [ - 3093 + 3139 ] } ], "match_map_rounds": [ - 3132, + 3178, { "distinct_on": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "limit": [ @@ -209091,19 +211297,19 @@ export default { 41 ], "order_by": [ - 3151, + 3197, "[match_map_rounds_order_by!]" ], "where": [ - 3141 + 3187 ] } ], "match_map_rounds_aggregate": [ - 3133, + 3179, { "distinct_on": [ - 3153, + 3199, "[match_map_rounds_select_column!]" ], "limit": [ @@ -209113,44 +211319,44 @@ export default { 41 ], "order_by": [ - 3151, + 3197, "[match_map_rounds_order_by!]" ], "where": [ - 3141 + 3187 ] } ], "match_map_rounds_by_pk": [ - 3132, + 3178, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_map_rounds_stream": [ - 3132, + 3178, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3161, + 3207, "[match_map_rounds_stream_cursor_input]!" ], "where": [ - 3141 + 3187 ] } ], "match_map_veto_picks": [ - 3173, + 3219, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -209160,19 +211366,19 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_map_veto_picks_aggregate": [ - 3174, + 3220, { "distinct_on": [ - 3193, + 3239, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -209182,44 +211388,44 @@ export default { 41 ], "order_by": [ - 3191, + 3237, "[match_map_veto_picks_order_by!]" ], "where": [ - 3182 + 3228 ] } ], "match_map_veto_picks_by_pk": [ - 3173, + 3219, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_map_veto_picks_stream": [ - 3173, + 3219, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3197, + 3243, "[match_map_veto_picks_stream_cursor_input]!" ], "where": [ - 3182 + 3228 ] } ], "match_maps": [ - 3201, + 3247, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -209229,19 +211435,19 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_aggregate": [ - 3202, + 3248, { "distinct_on": [ - 3223, + 3269, "[match_maps_select_column!]" ], "limit": [ @@ -209251,44 +211457,44 @@ export default { 41 ], "order_by": [ - 3221, + 3267, "[match_maps_order_by!]" ], "where": [ - 3210 + 3256 ] } ], "match_maps_by_pk": [ - 3201, + 3247, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_maps_stream": [ - 3201, + 3247, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3231, + 3277, "[match_maps_stream_cursor_input]!" ], "where": [ - 3210 + 3256 ] } ], "match_options": [ - 3243, + 3289, { "distinct_on": [ - 3267, + 3313, "[match_options_select_column!]" ], "limit": [ @@ -209298,19 +211504,19 @@ export default { 41 ], "order_by": [ - 3265, + 3311, "[match_options_order_by!]" ], "where": [ - 3254 + 3300 ] } ], "match_options_aggregate": [ - 3244, + 3290, { "distinct_on": [ - 3267, + 3313, "[match_options_select_column!]" ], "limit": [ @@ -209320,44 +211526,44 @@ export default { 41 ], "order_by": [ - 3265, + 3311, "[match_options_order_by!]" ], "where": [ - 3254 + 3300 ] } ], "match_options_by_pk": [ - 3243, + 3289, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_options_stream": [ - 3243, + 3289, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3277, + 3323, "[match_options_stream_cursor_input]!" ], "where": [ - 3254 + 3300 ] } ], "match_region_veto_picks": [ - 3289, + 3335, { "distinct_on": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -209367,19 +211573,19 @@ export default { 41 ], "order_by": [ - 3307, + 3353, "[match_region_veto_picks_order_by!]" ], "where": [ - 3298 + 3344 ] } ], "match_region_veto_picks_aggregate": [ - 3290, + 3336, { "distinct_on": [ - 3309, + 3355, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -209389,44 +211595,44 @@ export default { 41 ], "order_by": [ - 3307, + 3353, "[match_region_veto_picks_order_by!]" ], "where": [ - 3298 + 3344 ] } ], "match_region_veto_picks_by_pk": [ - 3289, + 3335, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_region_veto_picks_stream": [ - 3289, + 3335, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3313, + 3359, "[match_region_veto_picks_stream_cursor_input]!" ], "where": [ - 3298 + 3344 ] } ], "match_streams": [ - 3317, + 3363, { "distinct_on": [ - 3345, + 3391, "[match_streams_select_column!]" ], "limit": [ @@ -209436,19 +211642,19 @@ export default { 41 ], "order_by": [ - 3342, + 3388, "[match_streams_order_by!]" ], "where": [ - 3329 + 3375 ] } ], "match_streams_aggregate": [ - 3318, + 3364, { "distinct_on": [ - 3345, + 3391, "[match_streams_select_column!]" ], "limit": [ @@ -209458,44 +211664,44 @@ export default { 41 ], "order_by": [ - 3342, + 3388, "[match_streams_order_by!]" ], "where": [ - 3329 + 3375 ] } ], "match_streams_by_pk": [ - 3317, + 3363, { "id": [ - 6503, + 6603, "uuid!" ] } ], "match_streams_stream": [ - 3317, + 3363, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3355, + 3401, "[match_streams_stream_cursor_input]!" ], "where": [ - 3329 + 3375 ] } ], "match_type_cfgs": [ - 3367, + 3413, { "distinct_on": [ - 3379, + 3425, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -209505,19 +211711,19 @@ export default { 41 ], "order_by": [ - 3377, + 3423, "[match_type_cfgs_order_by!]" ], "where": [ - 3370 + 3416 ] } ], "match_type_cfgs_aggregate": [ - 3368, + 3414, { "distinct_on": [ - 3379, + 3425, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -209527,16 +211733,16 @@ export default { 41 ], "order_by": [ - 3377, + 3423, "[match_type_cfgs_order_by!]" ], "where": [ - 3370 + 3416 ] } ], "match_type_cfgs_by_pk": [ - 3367, + 3413, { "type": [ 875, @@ -209545,26 +211751,26 @@ export default { } ], "match_type_cfgs_stream": [ - 3367, + 3413, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3381, + 3427, "[match_type_cfgs_stream_cursor_input]!" ], "where": [ - 3370 + 3416 ] } ], "matches": [ - 3385, + 3431, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -209574,19 +211780,19 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_aggregate": [ - 3386, + 3432, { "distinct_on": [ - 3409, + 3455, "[matches_select_column!]" ], "limit": [ @@ -209596,44 +211802,44 @@ export default { 41 ], "order_by": [ - 3407, + 3453, "[matches_order_by!]" ], "where": [ - 3396 + 3442 ] } ], "matches_by_pk": [ - 3385, + 3431, { "id": [ - 6503, + 6603, "uuid!" ] } ], "matches_stream": [ - 3385, + 3431, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3419, + 3465, "[matches_stream_cursor_input]!" ], "where": [ - 3396 + 3442 ] } ], "migration_hashes_hashes": [ - 3431, + 3477, { "distinct_on": [ - 3443, + 3489, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -209643,19 +211849,19 @@ export default { 41 ], "order_by": [ - 3441, + 3487, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3434 + 3480 ] } ], "migration_hashes_hashes_aggregate": [ - 3432, + 3478, { "distinct_on": [ - 3443, + 3489, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -209665,16 +211871,16 @@ export default { 41 ], "order_by": [ - 3441, + 3487, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3434 + 3480 ] } ], "migration_hashes_hashes_by_pk": [ - 3431, + 3477, { "name": [ 85, @@ -209683,26 +211889,26 @@ export default { } ], "migration_hashes_hashes_stream": [ - 3431, + 3477, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3445, + 3491, "[migration_hashes_hashes_stream_cursor_input]!" ], "where": [ - 3434 + 3480 ] } ], "my_friends": [ - 3449, + 3495, { "distinct_on": [ - 3474, + 3520, "[my_friends_select_column!]" ], "limit": [ @@ -209712,19 +211918,19 @@ export default { 41 ], "order_by": [ - 3472, + 3518, "[my_friends_order_by!]" ], "where": [ - 3461 + 3507 ] } ], "my_friends_aggregate": [ - 3450, + 3496, { "distinct_on": [ - 3474, + 3520, "[my_friends_select_column!]" ], "limit": [ @@ -209734,35 +211940,35 @@ export default { 41 ], "order_by": [ - 3472, + 3518, "[my_friends_order_by!]" ], "where": [ - 3461 + 3507 ] } ], "my_friends_stream": [ - 3449, + 3495, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3484, + 3530, "[my_friends_stream_cursor_input]!" ], "where": [ - 3461 + 3507 ] } ], "news_articles": [ - 3495, + 3541, { "distinct_on": [ - 3509, + 3555, "[news_articles_select_column!]" ], "limit": [ @@ -209772,19 +211978,19 @@ export default { 41 ], "order_by": [ - 3507, + 3553, "[news_articles_order_by!]" ], "where": [ - 3499 + 3545 ] } ], "news_articles_aggregate": [ - 3496, + 3542, { "distinct_on": [ - 3509, + 3555, "[news_articles_select_column!]" ], "limit": [ @@ -209794,44 +212000,44 @@ export default { 41 ], "order_by": [ - 3507, + 3553, "[news_articles_order_by!]" ], "where": [ - 3499 + 3545 ] } ], "news_articles_by_pk": [ - 3495, + 3541, { "id": [ - 6503, + 6603, "uuid!" ] } ], "news_articles_stream": [ - 3495, + 3541, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3514, + 3560, "[news_articles_stream_cursor_input]!" ], "where": [ - 3499 + 3545 ] } ], "notification_preferences": [ - 3522, + 3568, { "distinct_on": [ - 3536, + 3582, "[notification_preferences_select_column!]" ], "limit": [ @@ -209841,19 +212047,19 @@ export default { 41 ], "order_by": [ - 3534, + 3580, "[notification_preferences_order_by!]" ], "where": [ - 3526 + 3572 ] } ], "notification_preferences_aggregate": [ - 3523, + 3569, { "distinct_on": [ - 3536, + 3582, "[notification_preferences_select_column!]" ], "limit": [ @@ -209863,16 +212069,16 @@ export default { 41 ], "order_by": [ - 3534, + 3580, "[notification_preferences_order_by!]" ], "where": [ - 3526 + 3572 ] } ], "notification_preferences_by_pk": [ - 3522, + 3568, { "channel": [ 85, @@ -209889,26 +212095,26 @@ export default { } ], "notification_preferences_stream": [ - 3522, + 3568, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3541, + 3587, "[notification_preferences_stream_cursor_input]!" ], "where": [ - 3526 + 3572 ] } ], "notifications": [ - 3549, + 3595, { "distinct_on": [ - 3577, + 3623, "[notifications_select_column!]" ], "limit": [ @@ -209918,19 +212124,19 @@ export default { 41 ], "order_by": [ - 3574, + 3620, "[notifications_order_by!]" ], "where": [ - 3561 + 3607 ] } ], "notifications_aggregate": [ - 3550, + 3596, { "distinct_on": [ - 3577, + 3623, "[notifications_select_column!]" ], "limit": [ @@ -209940,44 +212146,44 @@ export default { 41 ], "order_by": [ - 3574, + 3620, "[notifications_order_by!]" ], "where": [ - 3561 + 3607 ] } ], "notifications_by_pk": [ - 3549, + 3595, { "id": [ - 6503, + 6603, "uuid!" ] } ], "notifications_stream": [ - 3549, + 3595, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3587, + 3633, "[notifications_stream_cursor_input]!" ], "where": [ - 3561 + 3607 ] } ], "pending_match_import_players": [ - 3602, + 3648, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -209987,19 +212193,19 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "pending_match_import_players_aggregate": [ - 3603, + 3649, { "distinct_on": [ - 3623, + 3669, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -210009,48 +212215,48 @@ export default { 41 ], "order_by": [ - 3621, + 3667, "[pending_match_import_players_order_by!]" ], "where": [ - 3611 + 3657 ] } ], "pending_match_import_players_by_pk": [ - 3602, + 3648, { "steam_id": [ 311, "bigint!" ], "valve_match_id": [ - 3599, + 3645, "numeric!" ] } ], "pending_match_import_players_stream": [ - 3602, + 3648, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3631, + 3677, "[pending_match_import_players_stream_cursor_input]!" ], "where": [ - 3611 + 3657 ] } ], "pending_match_imports": [ - 3643, + 3689, { "distinct_on": [ - 3658, + 3704, "[pending_match_imports_select_column!]" ], "limit": [ @@ -210060,19 +212266,19 @@ export default { 41 ], "order_by": [ - 3656, + 3702, "[pending_match_imports_order_by!]" ], "where": [ - 3647 + 3693 ] } ], "pending_match_imports_aggregate": [ - 3644, + 3690, { "distinct_on": [ - 3658, + 3704, "[pending_match_imports_select_column!]" ], "limit": [ @@ -210082,44 +212288,44 @@ export default { 41 ], "order_by": [ - 3656, + 3702, "[pending_match_imports_order_by!]" ], "where": [ - 3647 + 3693 ] } ], "pending_match_imports_by_pk": [ - 3643, + 3689, { "valve_match_id": [ - 3599, + 3645, "numeric!" ] } ], "pending_match_imports_stream": [ - 3643, + 3689, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3663, + 3709, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 3647 + 3693 ] } ], "player_aim_stats_demo": [ - 3671, + 3717, { "distinct_on": [ - 3685, + 3731, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -210129,19 +212335,19 @@ export default { 41 ], "order_by": [ - 3683, + 3729, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3675 + 3721 ] } ], "player_aim_stats_demo_aggregate": [ - 3672, + 3718, { "distinct_on": [ - 3685, + 3731, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -210151,48 +212357,48 @@ export default { 41 ], "order_by": [ - 3683, + 3729, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3675 + 3721 ] } ], "player_aim_stats_demo_by_pk": [ - 3671, + 3717, { "attacker_steam_id": [ 311, "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 3671, + 3717, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3690, + 3736, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 3675 + 3721 ] } ], "player_aim_weapon_stats": [ - 3698, + 3744, { "distinct_on": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -210202,19 +212408,19 @@ export default { 41 ], "order_by": [ - 3717, + 3763, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3707 + 3753 ] } ], "player_aim_weapon_stats_aggregate": [ - 3699, + 3745, { "distinct_on": [ - 3719, + 3765, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -210224,19 +212430,19 @@ export default { 41 ], "order_by": [ - 3717, + 3763, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3707 + 3753 ] } ], "player_aim_weapon_stats_by_pk": [ - 3698, + 3744, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -210250,26 +212456,26 @@ export default { } ], "player_aim_weapon_stats_stream": [ - 3698, + 3744, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3727, + 3773, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 3707 + 3753 ] } ], "player_assists": [ - 3739, + 3785, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -210279,19 +212485,19 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_assists_aggregate": [ - 3740, + 3786, { "distinct_on": [ - 3762, + 3808, "[player_assists_select_column!]" ], "limit": [ @@ -210301,16 +212507,16 @@ export default { 41 ], "order_by": [ - 3760, + 3806, "[player_assists_order_by!]" ], "where": [ - 3750 + 3796 ] } ], "player_assists_by_pk": [ - 3739, + 3785, { "attacked_steam_id": [ 311, @@ -210321,36 +212527,36 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_assists_stream": [ - 3739, + 3785, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3772, + 3818, "[player_assists_stream_cursor_input]!" ], "where": [ - 3750 + 3796 ] } ], "player_career_stats_v": [ - 3784, + 3830, { "distinct_on": [ - 3792, + 3838, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -210360,19 +212566,19 @@ export default { 41 ], "order_by": [ - 3791, + 3837, "[player_career_stats_v_order_by!]" ], "where": [ - 3788 + 3834 ] } ], "player_career_stats_v_aggregate": [ - 3785, + 3831, { "distinct_on": [ - 3792, + 3838, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -210382,35 +212588,35 @@ export default { 41 ], "order_by": [ - 3791, + 3837, "[player_career_stats_v_order_by!]" ], "where": [ - 3788 + 3834 ] } ], "player_career_stats_v_stream": [ - 3784, + 3830, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3796, + 3842, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 3788 + 3834 ] } ], "player_damages": [ - 3802, + 3848, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -210420,19 +212626,19 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_damages_aggregate": [ - 3803, + 3849, { "distinct_on": [ - 3823, + 3869, "[player_damages_select_column!]" ], "limit": [ @@ -210442,52 +212648,52 @@ export default { 41 ], "order_by": [ - 3821, + 3867, "[player_damages_order_by!]" ], "where": [ - 3811 + 3857 ] } ], "player_damages_by_pk": [ - 3802, + 3848, { "id": [ - 6503, + 6603, "uuid!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_damages_stream": [ - 3802, + 3848, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3831, + 3877, "[player_damages_stream_cursor_input]!" ], "where": [ - 3811 + 3857 ] } ], "player_elo": [ - 3843, + 3889, { "distinct_on": [ - 3857, + 3903, "[player_elo_select_column!]" ], "limit": [ @@ -210497,19 +212703,19 @@ export default { 41 ], "order_by": [ - 3855, + 3901, "[player_elo_order_by!]" ], "where": [ - 3847 + 3893 ] } ], "player_elo_aggregate": [ - 3844, + 3890, { "distinct_on": [ - 3857, + 3903, "[player_elo_select_column!]" ], "limit": [ @@ -210519,19 +212725,19 @@ export default { 41 ], "order_by": [ - 3855, + 3901, "[player_elo_order_by!]" ], "where": [ - 3847 + 3893 ] } ], "player_elo_by_pk": [ - 3843, + 3889, { "match_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -210545,26 +212751,26 @@ export default { } ], "player_elo_stream": [ - 3843, + 3889, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3862, + 3908, "[player_elo_stream_cursor_input]!" ], "where": [ - 3847 + 3893 ] } ], "player_faceit_rank_history": [ - 3870, + 3916, { "distinct_on": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -210574,19 +212780,19 @@ export default { 41 ], "order_by": [ - 3889, + 3935, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3879 + 3925 ] } ], "player_faceit_rank_history_aggregate": [ - 3871, + 3917, { "distinct_on": [ - 3891, + 3937, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -210596,44 +212802,44 @@ export default { 41 ], "order_by": [ - 3889, + 3935, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3879 + 3925 ] } ], "player_faceit_rank_history_by_pk": [ - 3870, + 3916, { "id": [ - 6503, + 6603, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 3870, + 3916, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3899, + 3945, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 3879 + 3925 ] } ], "player_flashes": [ - 3911, + 3957, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -210643,19 +212849,19 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "player_flashes_aggregate": [ - 3912, + 3958, { "distinct_on": [ - 3934, + 3980, "[player_flashes_select_column!]" ], "limit": [ @@ -210665,16 +212871,16 @@ export default { 41 ], "order_by": [ - 3932, + 3978, "[player_flashes_order_by!]" ], "where": [ - 3922 + 3968 ] } ], "player_flashes_by_pk": [ - 3911, + 3957, { "attacked_steam_id": [ 311, @@ -210685,36 +212891,36 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_flashes_stream": [ - 3911, + 3957, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3944, + 3990, "[player_flashes_stream_cursor_input]!" ], "where": [ - 3922 + 3968 ] } ], "player_kills": [ - 3956, + 4002, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -210724,19 +212930,19 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_kills_aggregate": [ - 3957, + 4003, { "distinct_on": [ - 4020, + 4066, "[player_kills_select_column!]" ], "limit": [ @@ -210746,16 +212952,16 @@ export default { 41 ], "order_by": [ - 4018, + 4064, "[player_kills_order_by!]" ], "where": [ - 3967 + 4013 ] } ], "player_kills_by_pk": [ - 3956, + 4002, { "attacked_steam_id": [ 311, @@ -210766,20 +212972,20 @@ export default { "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 3968, + 4014, { "distinct_on": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -210789,19 +212995,19 @@ export default { 41 ], "order_by": [ - 3987, + 4033, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3977 + 4023 ] } ], "player_kills_by_weapon_aggregate": [ - 3969, + 4015, { "distinct_on": [ - 3989, + 4035, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -210811,16 +213017,16 @@ export default { 41 ], "order_by": [ - 3987, + 4033, "[player_kills_by_weapon_order_by!]" ], "where": [ - 3977 + 4023 ] } ], "player_kills_by_weapon_by_pk": [ - 3968, + 4014, { "player_steam_id": [ 311, @@ -210833,42 +213039,42 @@ export default { } ], "player_kills_by_weapon_stream": [ - 3968, + 4014, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3997, + 4043, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 3977 + 4023 ] } ], "player_kills_stream": [ - 3956, + 4002, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4030, + 4076, "[player_kills_stream_cursor_input]!" ], "where": [ - 3967 + 4013 ] } ], "player_leaderboard_rank": [ - 4042, + 4088, { "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -210878,19 +213084,19 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "player_leaderboard_rank_aggregate": [ - 4043, + 4089, { "distinct_on": [ - 4053, + 4099, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -210900,35 +213106,35 @@ export default { 41 ], "order_by": [ - 4052, + 4098, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4046 + 4092 ] } ], "player_leaderboard_rank_stream": [ - 4042, + 4088, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4058, + 4104, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 4046 + 4092 ] } ], "player_match_map_stats": [ - 4065, + 4111, { "distinct_on": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -210938,19 +213144,19 @@ export default { 41 ], "order_by": [ - 4084, + 4130, "[player_match_map_stats_order_by!]" ], "where": [ - 4074 + 4120 ] } ], "player_match_map_stats_aggregate": [ - 4066, + 4112, { "distinct_on": [ - 4086, + 4132, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -210960,19 +213166,19 @@ export default { 41 ], "order_by": [ - 4084, + 4130, "[player_match_map_stats_order_by!]" ], "where": [ - 4074 + 4120 ] } ], "player_match_map_stats_by_pk": [ - 4065, + 4111, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "steam_id": [ @@ -210982,26 +213188,26 @@ export default { } ], "player_match_map_stats_stream": [ - 4065, + 4111, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4094, + 4140, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 4074 + 4120 ] } ], "player_match_performance_v": [ - 4106, + 4152, { "distinct_on": [ - 4114, + 4160, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -211011,19 +213217,19 @@ export default { 41 ], "order_by": [ - 4113, + 4159, "[player_match_performance_v_order_by!]" ], "where": [ - 4110 + 4156 ] } ], "player_match_performance_v_aggregate": [ - 4107, + 4153, { "distinct_on": [ - 4114, + 4160, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -211033,35 +213239,35 @@ export default { 41 ], "order_by": [ - 4113, + 4159, "[player_match_performance_v_order_by!]" ], "where": [ - 4110 + 4156 ] } ], "player_match_performance_v_stream": [ - 4106, + 4152, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4118, + 4164, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 4110 + 4156 ] } ], "player_match_stats_v": [ - 4124, + 4170, { "distinct_on": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -211071,19 +213277,19 @@ export default { 41 ], "order_by": [ - 4139, + 4185, "[player_match_stats_v_order_by!]" ], "where": [ - 4133 + 4179 ] } ], "player_match_stats_v_aggregate": [ - 4125, + 4171, { "distinct_on": [ - 4140, + 4186, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -211093,35 +213299,35 @@ export default { 41 ], "order_by": [ - 4139, + 4185, "[player_match_stats_v_order_by!]" ], "where": [ - 4133 + 4179 ] } ], "player_match_stats_v_stream": [ - 4124, + 4170, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4147, + 4193, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 4133 + 4179 ] } ], "player_objectives": [ - 4157, + 4203, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -211131,19 +213337,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_objectives_aggregate": [ - 4158, + 4204, { "distinct_on": [ - 4178, + 4224, "[player_objectives_select_column!]" ], "limit": [ @@ -211153,19 +213359,19 @@ export default { 41 ], "order_by": [ - 4176, + 4222, "[player_objectives_order_by!]" ], "where": [ - 4166 + 4212 ] } ], "player_objectives_by_pk": [ - 4157, + 4203, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -211173,32 +213379,32 @@ export default { "bigint!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_objectives_stream": [ - 4157, + 4203, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4186, + 4232, "[player_objectives_stream_cursor_input]!" ], "where": [ - 4166 + 4212 ] } ], "player_performance_v": [ - 4198, + 4244, { "distinct_on": [ - 4206, + 4252, "[player_performance_v_select_column!]" ], "limit": [ @@ -211208,19 +213414,19 @@ export default { 41 ], "order_by": [ - 4205, + 4251, "[player_performance_v_order_by!]" ], "where": [ - 4202 + 4248 ] } ], "player_performance_v_aggregate": [ - 4199, + 4245, { "distinct_on": [ - 4206, + 4252, "[player_performance_v_select_column!]" ], "limit": [ @@ -211230,35 +213436,35 @@ export default { 41 ], "order_by": [ - 4205, + 4251, "[player_performance_v_order_by!]" ], "where": [ - 4202 + 4248 ] } ], "player_performance_v_stream": [ - 4198, + 4244, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4210, + 4256, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 4202 + 4248 ] } ], "player_premier_rank_history": [ - 4216, + 4262, { "distinct_on": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -211268,19 +213474,19 @@ export default { 41 ], "order_by": [ - 4235, + 4281, "[player_premier_rank_history_order_by!]" ], "where": [ - 4225 + 4271 ] } ], "player_premier_rank_history_aggregate": [ - 4217, + 4263, { "distinct_on": [ - 4237, + 4283, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -211290,44 +213496,44 @@ export default { 41 ], "order_by": [ - 4235, + 4281, "[player_premier_rank_history_order_by!]" ], "where": [ - 4225 + 4271 ] } ], "player_premier_rank_history_by_pk": [ - 4216, + 4262, { "id": [ - 6503, + 6603, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 4216, + 4262, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4245, + 4291, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 4225 + 4271 ] } ], "player_sanctions": [ - 4257, + 4303, { "distinct_on": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "limit": [ @@ -211337,19 +213543,19 @@ export default { 41 ], "order_by": [ - 4276, + 4322, "[player_sanctions_order_by!]" ], "where": [ - 4266 + 4312 ] } ], "player_sanctions_aggregate": [ - 4258, + 4304, { "distinct_on": [ - 4278, + 4324, "[player_sanctions_select_column!]" ], "limit": [ @@ -211359,48 +213565,48 @@ export default { 41 ], "order_by": [ - 4276, + 4322, "[player_sanctions_order_by!]" ], "where": [ - 4266 + 4312 ] } ], "player_sanctions_by_pk": [ - 4257, + 4303, { "created_at": [ - 5196, + 5242, "timestamptz!" ], "id": [ - 6503, + 6603, "uuid!" ] } ], "player_sanctions_stream": [ - 4257, + 4303, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4286, + 4332, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 4266 + 4312 ] } ], "player_season_stats": [ - 4298, + 4344, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -211410,19 +213616,19 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "player_season_stats_aggregate": [ - 4299, + 4345, { "distinct_on": [ - 4329, + 4375, "[player_season_stats_select_column!]" ], "limit": [ @@ -211432,48 +213638,48 @@ export default { 41 ], "order_by": [ - 4327, + 4373, "[player_season_stats_order_by!]" ], "where": [ - 4317 + 4363 ] } ], "player_season_stats_by_pk": [ - 4298, + 4344, { "player_steam_id": [ 311, "bigint!" ], "season_id": [ - 6503, + 6603, "uuid!" ] } ], "player_season_stats_stream": [ - 4298, + 4344, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4345, + 4391, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 4317 + 4363 ] } ], "player_stats": [ - 4357, + 4403, { "distinct_on": [ - 4372, + 4418, "[player_stats_select_column!]" ], "limit": [ @@ -211483,19 +213689,19 @@ export default { 41 ], "order_by": [ - 4370, + 4416, "[player_stats_order_by!]" ], "where": [ - 4361 + 4407 ] } ], "player_stats_aggregate": [ - 4358, + 4404, { "distinct_on": [ - 4372, + 4418, "[player_stats_select_column!]" ], "limit": [ @@ -211505,16 +213711,16 @@ export default { 41 ], "order_by": [ - 4370, + 4416, "[player_stats_order_by!]" ], "where": [ - 4361 + 4407 ] } ], "player_stats_by_pk": [ - 4357, + 4403, { "player_steam_id": [ 311, @@ -211523,26 +213729,26 @@ export default { } ], "player_stats_stream": [ - 4357, + 4403, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4377, + 4423, "[player_stats_stream_cursor_input]!" ], "where": [ - 4361 + 4407 ] } ], "player_steam_bot_friend": [ - 4385, + 4431, { "distinct_on": [ - 4404, + 4450, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -211552,19 +213758,19 @@ export default { 41 ], "order_by": [ - 4401, + 4447, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4390 + 4436 ] } ], "player_steam_bot_friend_aggregate": [ - 4386, + 4432, { "distinct_on": [ - 4404, + 4450, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -211574,16 +213780,16 @@ export default { 41 ], "order_by": [ - 4401, + 4447, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4390 + 4436 ] } ], "player_steam_bot_friend_by_pk": [ - 4385, + 4431, { "steam_id": [ 311, @@ -211592,26 +213798,26 @@ export default { } ], "player_steam_bot_friend_stream": [ - 4385, + 4431, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4409, + 4455, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 4390 + 4436 ] } ], "player_steam_match_auth": [ - 4417, + 4463, { "distinct_on": [ - 4431, + 4477, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -211621,19 +213827,19 @@ export default { 41 ], "order_by": [ - 4429, + 4475, "[player_steam_match_auth_order_by!]" ], "where": [ - 4421 + 4467 ] } ], "player_steam_match_auth_aggregate": [ - 4418, + 4464, { "distinct_on": [ - 4431, + 4477, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -211643,16 +213849,16 @@ export default { 41 ], "order_by": [ - 4429, + 4475, "[player_steam_match_auth_order_by!]" ], "where": [ - 4421 + 4467 ] } ], "player_steam_match_auth_by_pk": [ - 4417, + 4463, { "steam_id": [ 311, @@ -211661,26 +213867,26 @@ export default { } ], "player_steam_match_auth_stream": [ - 4417, + 4463, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4436, + 4482, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 4421 + 4467 ] } ], "player_unused_utility": [ - 4444, + 4490, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -211690,19 +213896,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utility_aggregate": [ - 4445, + 4491, { "distinct_on": [ - 4465, + 4511, "[player_unused_utility_select_column!]" ], "limit": [ @@ -211712,19 +213918,19 @@ export default { 41 ], "order_by": [ - 4463, + 4509, "[player_unused_utility_order_by!]" ], "where": [ - 4453 + 4499 ] } ], "player_unused_utility_by_pk": [ - 4444, + 4490, { "match_map_id": [ - 6503, + 6603, "uuid!" ], "player_steam_id": [ @@ -211734,26 +213940,26 @@ export default { } ], "player_unused_utility_stream": [ - 4444, + 4490, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4473, + 4519, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 4453 + 4499 ] } ], "player_utility": [ - 4485, + 4531, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -211763,19 +213969,19 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "player_utility_aggregate": [ - 4486, + 4532, { "distinct_on": [ - 4506, + 4552, "[player_utility_select_column!]" ], "limit": [ @@ -211785,52 +213991,52 @@ export default { 41 ], "order_by": [ - 4504, + 4550, "[player_utility_order_by!]" ], "where": [ - 4494 + 4540 ] } ], "player_utility_by_pk": [ - 4485, + 4531, { "attacker_steam_id": [ 311, "bigint!" ], "match_map_id": [ - 6503, + 6603, "uuid!" ], "time": [ - 5196, + 5242, "timestamptz!" ] } ], "player_utility_stream": [ - 4485, + 4531, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4514, + 4560, "[player_utility_stream_cursor_input]!" ], "where": [ - 4494 + 4540 ] } ], "player_weapon_stats_v": [ - 4526, + 4572, { "distinct_on": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -211840,19 +214046,19 @@ export default { 41 ], "order_by": [ - 4541, + 4587, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4535 + 4581 ] } ], "player_weapon_stats_v_aggregate": [ - 4527, + 4573, { "distinct_on": [ - 4542, + 4588, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -211862,35 +214068,35 @@ export default { 41 ], "order_by": [ - 4541, + 4587, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4535 + 4581 ] } ], "player_weapon_stats_v_stream": [ - 4526, + 4572, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4549, + 4595, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 4535 + 4581 ] } ], "players": [ - 4559, + 4605, { "distinct_on": [ - 4574, + 4620, "[players_select_column!]" ], "limit": [ @@ -211900,19 +214106,19 @@ export default { 41 ], "order_by": [ - 4572, + 4618, "[players_order_by!]" ], "where": [ - 4563 + 4609 ] } ], "players_aggregate": [ - 4560, + 4606, { "distinct_on": [ - 4574, + 4620, "[players_select_column!]" ], "limit": [ @@ -211922,16 +214128,16 @@ export default { 41 ], "order_by": [ - 4572, + 4618, "[players_order_by!]" ], "where": [ - 4563 + 4609 ] } ], "players_by_pk": [ - 4559, + 4605, { "steam_id": [ 311, @@ -211940,26 +214146,26 @@ export default { } ], "players_stream": [ - 4559, + 4605, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4579, + 4625, "[players_stream_cursor_input]!" ], "where": [ - 4563 + 4609 ] } ], "plugin_versions": [ - 4587, + 4633, { "distinct_on": [ - 4601, + 4647, "[plugin_versions_select_column!]" ], "limit": [ @@ -211969,19 +214175,19 @@ export default { 41 ], "order_by": [ - 4599, + 4645, "[plugin_versions_order_by!]" ], "where": [ - 4591 + 4637 ] } ], "plugin_versions_aggregate": [ - 4588, + 4634, { "distinct_on": [ - 4601, + 4647, "[plugin_versions_select_column!]" ], "limit": [ @@ -211991,16 +214197,16 @@ export default { 41 ], "order_by": [ - 4599, + 4645, "[plugin_versions_order_by!]" ], "where": [ - 4591 + 4637 ] } ], "plugin_versions_by_pk": [ - 4587, + 4633, { "runtime": [ 1305, @@ -212013,26 +214219,26 @@ export default { } ], "plugin_versions_stream": [ - 4587, + 4633, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4606, + 4652, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 4591 + 4637 ] } ], "push_subscriptions": [ - 4614, + 4660, { "distinct_on": [ - 4628, + 4674, "[push_subscriptions_select_column!]" ], "limit": [ @@ -212042,19 +214248,19 @@ export default { 41 ], "order_by": [ - 4626, + 4672, "[push_subscriptions_order_by!]" ], "where": [ - 4618 + 4664 ] } ], "push_subscriptions_aggregate": [ - 4615, + 4661, { "distinct_on": [ - 4628, + 4674, "[push_subscriptions_select_column!]" ], "limit": [ @@ -212064,44 +214270,44 @@ export default { 41 ], "order_by": [ - 4626, + 4672, "[push_subscriptions_order_by!]" ], "where": [ - 4618 + 4664 ] } ], "push_subscriptions_by_pk": [ - 4614, + 4660, { "id": [ - 6503, + 6603, "uuid!" ] } ], "push_subscriptions_stream": [ - 4614, + 4660, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4633, + 4679, "[push_subscriptions_stream_cursor_input]!" ], "where": [ - 4618 + 4664 ] } ], "role_permissions": [ - 4645, + 4691, { "distinct_on": [ - 4654, + 4700, "[role_permissions_select_column!]" ], "limit": [ @@ -212111,19 +214317,19 @@ export default { 41 ], "order_by": [ - 4653, + 4699, "[role_permissions_order_by!]" ], "where": [ - 4648 + 4694 ] } ], "role_permissions_aggregate": [ - 4646, + 4692, { "distinct_on": [ - 4654, + 4700, "[role_permissions_select_column!]" ], "limit": [ @@ -212133,35 +214339,35 @@ export default { 41 ], "order_by": [ - 4653, + 4699, "[role_permissions_order_by!]" ], "where": [ - 4648 + 4694 ] } ], "role_permissions_stream": [ - 4645, + 4691, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4656, + 4702, "[role_permissions_stream_cursor_input]!" ], "where": [ - 4648 + 4694 ] } ], "seasons": [ - 4659, + 4705, { "distinct_on": [ - 4674, + 4720, "[seasons_select_column!]" ], "limit": [ @@ -212171,19 +214377,19 @@ export default { 41 ], "order_by": [ - 4672, + 4718, "[seasons_order_by!]" ], "where": [ - 4663 + 4709 ] } ], "seasons_aggregate": [ - 4660, + 4706, { "distinct_on": [ - 4674, + 4720, "[seasons_select_column!]" ], "limit": [ @@ -212193,44 +214399,44 @@ export default { 41 ], "order_by": [ - 4672, + 4718, "[seasons_order_by!]" ], "where": [ - 4663 + 4709 ] } ], "seasons_by_pk": [ - 4659, + 4705, { "id": [ - 6503, + 6603, "uuid!" ] } ], "seasons_stream": [ - 4659, + 4705, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4679, + 4725, "[seasons_stream_cursor_input]!" ], "where": [ - 4663 + 4709 ] } ], "server_regions": [ - 4687, + 4733, { "distinct_on": [ - 4701, + 4747, "[server_regions_select_column!]" ], "limit": [ @@ -212240,19 +214446,19 @@ export default { 41 ], "order_by": [ - 4699, + 4745, "[server_regions_order_by!]" ], "where": [ - 4691 + 4737 ] } ], "server_regions_aggregate": [ - 4688, + 4734, { "distinct_on": [ - 4701, + 4747, "[server_regions_select_column!]" ], "limit": [ @@ -212262,16 +214468,16 @@ export default { 41 ], "order_by": [ - 4699, + 4745, "[server_regions_order_by!]" ], "where": [ - 4691 + 4737 ] } ], "server_regions_by_pk": [ - 4687, + 4733, { "value": [ 85, @@ -212280,26 +214486,26 @@ export default { } ], "server_regions_stream": [ - 4687, + 4733, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4706, + 4752, "[server_regions_stream_cursor_input]!" ], "where": [ - 4691 + 4737 ] } ], "servers": [ - 4714, + 4760, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -212309,19 +214515,19 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "servers_aggregate": [ - 4715, + 4761, { "distinct_on": [ - 4743, + 4789, "[servers_select_column!]" ], "limit": [ @@ -212331,44 +214537,44 @@ export default { 41 ], "order_by": [ - 4740, + 4786, "[servers_order_by!]" ], "where": [ - 4726 + 4772 ] } ], "servers_by_pk": [ - 4714, + 4760, { "id": [ - 6503, + 6603, "uuid!" ] } ], "servers_stream": [ - 4714, + 4760, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4753, + 4799, "[servers_stream_cursor_input]!" ], "where": [ - 4726 + 4772 ] } ], "settings": [ - 4765, + 4811, { "distinct_on": [ - 4777, + 4823, "[settings_select_column!]" ], "limit": [ @@ -212378,19 +214584,19 @@ export default { 41 ], "order_by": [ - 4775, + 4821, "[settings_order_by!]" ], "where": [ - 4768 + 4814 ] } ], "settings_aggregate": [ - 4766, + 4812, { "distinct_on": [ - 4777, + 4823, "[settings_select_column!]" ], "limit": [ @@ -212400,16 +214606,16 @@ export default { 41 ], "order_by": [ - 4775, + 4821, "[settings_order_by!]" ], "where": [ - 4768 + 4814 ] } ], "settings_by_pk": [ - 4765, + 4811, { "name": [ 85, @@ -212418,26 +214624,26 @@ export default { } ], "settings_stream": [ - 4765, + 4811, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4779, + 4825, "[settings_stream_cursor_input]!" ], "where": [ - 4768 + 4814 ] } ], "steam_account_claims": [ - 4785, + 4831, { "distinct_on": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "limit": [ @@ -212447,19 +214653,19 @@ export default { 41 ], "order_by": [ - 4801, + 4847, "[steam_account_claims_order_by!]" ], "where": [ - 4792 + 4838 ] } ], "steam_account_claims_aggregate": [ - 4786, + 4832, { "distinct_on": [ - 4803, + 4849, "[steam_account_claims_select_column!]" ], "limit": [ @@ -212469,44 +214675,44 @@ export default { 41 ], "order_by": [ - 4801, + 4847, "[steam_account_claims_order_by!]" ], "where": [ - 4792 + 4838 ] } ], "steam_account_claims_by_pk": [ - 4785, + 4831, { "id": [ - 6503, + 6603, "uuid!" ] } ], "steam_account_claims_stream": [ - 4785, + 4831, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4805, + 4851, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 4792 + 4838 ] } ], "steam_accounts": [ - 4809, + 4855, { "distinct_on": [ - 4824, + 4870, "[steam_accounts_select_column!]" ], "limit": [ @@ -212516,19 +214722,19 @@ export default { 41 ], "order_by": [ - 4822, + 4868, "[steam_accounts_order_by!]" ], "where": [ - 4813 + 4859 ] } ], "steam_accounts_aggregate": [ - 4810, + 4856, { "distinct_on": [ - 4824, + 4870, "[steam_accounts_select_column!]" ], "limit": [ @@ -212538,44 +214744,44 @@ export default { 41 ], "order_by": [ - 4822, + 4868, "[steam_accounts_order_by!]" ], "where": [ - 4813 + 4859 ] } ], "steam_accounts_by_pk": [ - 4809, + 4855, { "id": [ - 6503, + 6603, "uuid!" ] } ], "steam_accounts_stream": [ - 4809, + 4855, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4829, + 4875, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 4813 + 4859 ] } ], "system_alerts": [ - 4837, + 4883, { "distinct_on": [ - 4851, + 4897, "[system_alerts_select_column!]" ], "limit": [ @@ -212585,19 +214791,19 @@ export default { 41 ], "order_by": [ - 4849, + 4895, "[system_alerts_order_by!]" ], "where": [ - 4841 + 4887 ] } ], "system_alerts_aggregate": [ - 4838, + 4884, { "distinct_on": [ - 4851, + 4897, "[system_alerts_select_column!]" ], "limit": [ @@ -212607,44 +214813,44 @@ export default { 41 ], "order_by": [ - 4849, + 4895, "[system_alerts_order_by!]" ], "where": [ - 4841 + 4887 ] } ], "system_alerts_by_pk": [ - 4837, + 4883, { "id": [ - 6503, + 6603, "uuid!" ] } ], "system_alerts_stream": [ - 4837, + 4883, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4856, + 4902, "[system_alerts_stream_cursor_input]!" ], "where": [ - 4841 + 4887 ] } ], "team_invites": [ - 4864, + 4910, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -212654,19 +214860,19 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "team_invites_aggregate": [ - 4865, + 4911, { "distinct_on": [ - 4885, + 4931, "[team_invites_select_column!]" ], "limit": [ @@ -212676,44 +214882,44 @@ export default { 41 ], "order_by": [ - 4883, + 4929, "[team_invites_order_by!]" ], "where": [ - 4873 + 4919 ] } ], "team_invites_by_pk": [ - 4864, + 4910, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_invites_stream": [ - 4864, + 4910, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4893, + 4939, "[team_invites_stream_cursor_input]!" ], "where": [ - 4873 + 4919 ] } ], "team_roster": [ - 4905, + 4951, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -212723,19 +214929,19 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "team_roster_aggregate": [ - 4906, + 4952, { "distinct_on": [ - 4928, + 4974, "[team_roster_select_column!]" ], "limit": [ @@ -212745,48 +214951,48 @@ export default { 41 ], "order_by": [ - 4926, + 4972, "[team_roster_order_by!]" ], "where": [ - 4916 + 4962 ] } ], "team_roster_by_pk": [ - 4905, + 4951, { "player_steam_id": [ 311, "bigint!" ], "team_id": [ - 6503, + 6603, "uuid!" ] } ], "team_roster_stream": [ - 4905, + 4951, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4938, + 4984, "[team_roster_stream_cursor_input]!" ], "where": [ - 4916 + 4962 ] } ], "team_scrim_alerts": [ - 4950, + 4996, { "distinct_on": [ - 4964, + 5010, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -212796,19 +215002,19 @@ export default { 41 ], "order_by": [ - 4962, + 5008, "[team_scrim_alerts_order_by!]" ], "where": [ - 4954 + 5000 ] } ], "team_scrim_alerts_aggregate": [ - 4951, + 4997, { "distinct_on": [ - 4964, + 5010, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -212818,44 +215024,44 @@ export default { 41 ], "order_by": [ - 4962, + 5008, "[team_scrim_alerts_order_by!]" ], "where": [ - 4954 + 5000 ] } ], "team_scrim_alerts_by_pk": [ - 4950, + 4996, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 4950, + 4996, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4969, + 5015, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 4954 + 5000 ] } ], "team_scrim_availability": [ - 4977, + 5023, { "distinct_on": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -212865,19 +215071,19 @@ export default { 41 ], "order_by": [ - 4995, + 5041, "[team_scrim_availability_order_by!]" ], "where": [ - 4986 + 5032 ] } ], "team_scrim_availability_aggregate": [ - 4978, + 5024, { "distinct_on": [ - 4997, + 5043, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -212887,44 +215093,44 @@ export default { 41 ], "order_by": [ - 4995, + 5041, "[team_scrim_availability_order_by!]" ], "where": [ - 4986 + 5032 ] } ], "team_scrim_availability_by_pk": [ - 4977, + 5023, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_availability_stream": [ - 4977, + 5023, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5001, + 5047, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 4986 + 5032 ] } ], "team_scrim_request_proposals": [ - 5005, + 5051, { "distinct_on": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -212934,19 +215140,19 @@ export default { 41 ], "order_by": [ - 5024, + 5070, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5014 + 5060 ] } ], "team_scrim_request_proposals_aggregate": [ - 5006, + 5052, { "distinct_on": [ - 5026, + 5072, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -212956,44 +215162,44 @@ export default { 41 ], "order_by": [ - 5024, + 5070, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5014 + 5060 ] } ], "team_scrim_request_proposals_by_pk": [ - 5005, + 5051, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 5005, + 5051, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5034, + 5080, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 5014 + 5060 ] } ], "team_scrim_requests": [ - 5046, + 5092, { "distinct_on": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -213003,19 +215209,19 @@ export default { 41 ], "order_by": [ - 5068, + 5114, "[team_scrim_requests_order_by!]" ], "where": [ - 5057 + 5103 ] } ], "team_scrim_requests_aggregate": [ - 5047, + 5093, { "distinct_on": [ - 5070, + 5116, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -213025,44 +215231,44 @@ export default { 41 ], "order_by": [ - 5068, + 5114, "[team_scrim_requests_order_by!]" ], "where": [ - 5057 + 5103 ] } ], "team_scrim_requests_by_pk": [ - 5046, + 5092, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_requests_stream": [ - 5046, + 5092, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5080, + 5126, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 5057 + 5103 ] } ], "team_scrim_settings": [ - 5092, + 5138, { "distinct_on": [ - 5107, + 5153, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -213072,19 +215278,19 @@ export default { 41 ], "order_by": [ - 5105, + 5151, "[team_scrim_settings_order_by!]" ], "where": [ - 5096 + 5142 ] } ], "team_scrim_settings_aggregate": [ - 5093, + 5139, { "distinct_on": [ - 5107, + 5153, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -213094,44 +215300,44 @@ export default { 41 ], "order_by": [ - 5105, + 5151, "[team_scrim_settings_order_by!]" ], "where": [ - 5096 + 5142 ] } ], "team_scrim_settings_by_pk": [ - 5092, + 5138, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_scrim_settings_stream": [ - 5092, + 5138, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5112, + 5158, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 5096 + 5142 ] } ], "team_suggestions": [ - 5120, + 5166, { "distinct_on": [ - 5134, + 5180, "[team_suggestions_select_column!]" ], "limit": [ @@ -213141,19 +215347,19 @@ export default { 41 ], "order_by": [ - 5132, + 5178, "[team_suggestions_order_by!]" ], "where": [ - 5124 + 5170 ] } ], "team_suggestions_aggregate": [ - 5121, + 5167, { "distinct_on": [ - 5134, + 5180, "[team_suggestions_select_column!]" ], "limit": [ @@ -213163,44 +215369,44 @@ export default { 41 ], "order_by": [ - 5132, + 5178, "[team_suggestions_order_by!]" ], "where": [ - 5124 + 5170 ] } ], "team_suggestions_by_pk": [ - 5120, + 5166, { "id": [ - 6503, + 6603, "uuid!" ] } ], "team_suggestions_stream": [ - 5120, + 5166, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5139, + 5185, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 5124 + 5170 ] } ], "teams": [ - 5147, + 5193, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -213210,19 +215416,19 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "teams_aggregate": [ - 5148, + 5194, { "distinct_on": [ - 5171, + 5217, "[teams_select_column!]" ], "limit": [ @@ -213232,44 +215438,44 @@ export default { 41 ], "order_by": [ - 5169, + 5215, "[teams_order_by!]" ], "where": [ - 5158 + 5204 ] } ], "teams_by_pk": [ - 5147, + 5193, { "id": [ - 6503, + 6603, "uuid!" ] } ], "teams_stream": [ - 5147, + 5193, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5181, + 5227, "[teams_stream_cursor_input]!" ], "where": [ - 5158 + 5204 ] } ], "tournament_awards": [ - 5198, + 5244, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -213279,19 +215485,19 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "tournament_awards_aggregate": [ - 5199, + 5245, { "distinct_on": [ - 5220, + 5266, "[tournament_awards_select_column!]" ], "limit": [ @@ -213301,44 +215507,44 @@ export default { 41 ], "order_by": [ - 5218, + 5264, "[tournament_awards_order_by!]" ], "where": [ - 5207 + 5253 ] } ], "tournament_awards_by_pk": [ - 5198, + 5244, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_awards_stream": [ - 5198, + 5244, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5228, + 5274, "[tournament_awards_stream_cursor_input]!" ], "where": [ - 5207 + 5253 ] } ], "tournament_brackets": [ - 5240, + 5286, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -213348,19 +215554,19 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], "tournament_brackets_aggregate": [ - 5241, + 5287, { "distinct_on": [ - 5264, + 5310, "[tournament_brackets_select_column!]" ], "limit": [ @@ -213370,44 +215576,44 @@ export default { 41 ], "order_by": [ - 5262, + 5308, "[tournament_brackets_order_by!]" ], "where": [ - 5251 + 5297 ] } ], "tournament_brackets_by_pk": [ - 5240, + 5286, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_brackets_stream": [ - 5240, + 5286, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5274, + 5320, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 5251 + 5297 ] } ], "tournament_categories": [ - 5286, + 5332, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -213417,19 +215623,19 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], "tournament_categories_aggregate": [ - 5287, + 5333, { "distinct_on": [ - 5304, + 5350, "[tournament_categories_select_column!]" ], "limit": [ @@ -213439,48 +215645,48 @@ export default { 41 ], "order_by": [ - 5302, + 5348, "[tournament_categories_order_by!]" ], "where": [ - 5293 + 5339 ] } ], "tournament_categories_by_pk": [ - 5286, + 5332, { "category": [ - 1507, + 1553, "e_tournament_categories_enum!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_categories_stream": [ - 5286, + 5332, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5306, + 5352, "[tournament_categories_stream_cursor_input]!" ], "where": [ - 5293 + 5339 ] } ], "tournament_free_agents": [ - 5310, + 5356, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -213490,19 +215696,19 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "tournament_free_agents_aggregate": [ - 5311, + 5357, { "distinct_on": [ - 5331, + 5377, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -213512,44 +215718,113 @@ export default { 41 ], "order_by": [ - 5329, + 5375, "[tournament_free_agents_order_by!]" ], "where": [ - 5319 + 5365 ] } ], "tournament_free_agents_by_pk": [ - 5310, + 5356, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_free_agents_stream": [ - 5310, + 5356, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5339, + 5385, "[tournament_free_agents_stream_cursor_input]!" ], "where": [ - 5319 + 5365 + ] + } + ], + "tournament_invites": [ + 5397, + { + "distinct_on": [ + 5411, + "[tournament_invites_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5409, + "[tournament_invites_order_by!]" + ], + "where": [ + 5401 + ] + } + ], + "tournament_invites_aggregate": [ + 5398, + { + "distinct_on": [ + 5411, + "[tournament_invites_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5409, + "[tournament_invites_order_by!]" + ], + "where": [ + 5401 + ] + } + ], + "tournament_invites_by_pk": [ + 5397, + { + "id": [ + 6603, + "uuid!" + ] + } + ], + "tournament_invites_stream": [ + 5397, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5416, + "[tournament_invites_stream_cursor_input]!" + ], + "where": [ + 5401 ] } ], "tournament_leaderboard_entries": [ - 5351, + 5424, { "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -213559,19 +215834,19 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "tournament_leaderboard_entries_aggregate": [ - 5352, + 5425, { "distinct_on": [ - 5362, + 5435, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -213581,35 +215856,104 @@ export default { 41 ], "order_by": [ - 5361, + 5434, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5355 + 5428 ] } ], "tournament_leaderboard_entries_stream": [ - 5351, + 5424, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5367, + 5440, "[tournament_leaderboard_entries_stream_cursor_input]!" ], "where": [ - 5355 + 5428 + ] + } + ], + "tournament_no_shows": [ + 5447, + { + "distinct_on": [ + 5461, + "[tournament_no_shows_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5459, + "[tournament_no_shows_order_by!]" + ], + "where": [ + 5451 + ] + } + ], + "tournament_no_shows_aggregate": [ + 5448, + { + "distinct_on": [ + 5461, + "[tournament_no_shows_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5459, + "[tournament_no_shows_order_by!]" + ], + "where": [ + 5451 + ] + } + ], + "tournament_no_shows_by_pk": [ + 5447, + { + "id": [ + 6603, + "uuid!" + ] + } + ], + "tournament_no_shows_stream": [ + 5447, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5466, + "[tournament_no_shows_stream_cursor_input]!" + ], + "where": [ + 5451 ] } ], "tournament_organizer_teams": [ - 5374, + 5474, { "distinct_on": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -213619,19 +215963,19 @@ export default { 41 ], "order_by": [ - 5390, + 5490, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5381 + 5481 ] } ], "tournament_organizer_teams_aggregate": [ - 5375, + 5475, { "distinct_on": [ - 5392, + 5492, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -213641,48 +215985,48 @@ export default { 41 ], "order_by": [ - 5390, + 5490, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5381 + 5481 ] } ], "tournament_organizer_teams_by_pk": [ - 5374, + 5474, { "team_id": [ - 6503, + 6603, "uuid!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_organizer_teams_stream": [ - 5374, + 5474, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5394, + 5494, "[tournament_organizer_teams_stream_cursor_input]!" ], "where": [ - 5381 + 5481 ] } ], "tournament_organizers": [ - 5398, + 5498, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -213692,19 +216036,19 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "tournament_organizers_aggregate": [ - 5399, + 5499, { "distinct_on": [ - 5419, + 5519, "[tournament_organizers_select_column!]" ], "limit": [ @@ -213714,48 +216058,48 @@ export default { 41 ], "order_by": [ - 5417, + 5517, "[tournament_organizers_order_by!]" ], "where": [ - 5407 + 5507 ] } ], "tournament_organizers_by_pk": [ - 5398, + 5498, { "steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_organizers_stream": [ - 5398, + 5498, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5427, + 5527, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 5407 + 5507 ] } ], "tournament_prizes": [ - 5439, + 5539, { "distinct_on": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "limit": [ @@ -213765,19 +216109,19 @@ export default { 41 ], "order_by": [ - 5458, + 5558, "[tournament_prizes_order_by!]" ], "where": [ - 5448 + 5548 ] } ], "tournament_prizes_aggregate": [ - 5440, + 5540, { "distinct_on": [ - 5460, + 5560, "[tournament_prizes_select_column!]" ], "limit": [ @@ -213787,44 +216131,44 @@ export default { 41 ], "order_by": [ - 5458, + 5558, "[tournament_prizes_order_by!]" ], "where": [ - 5448 + 5548 ] } ], "tournament_prizes_by_pk": [ - 5439, + 5539, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_prizes_stream": [ - 5439, + 5539, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5468, + 5568, "[tournament_prizes_stream_cursor_input]!" ], "where": [ - 5448 + 5548 ] } ], "tournament_registration_unlocks": [ - 5480, + 5580, { "distinct_on": [ - 5494, + 5594, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -213834,19 +216178,19 @@ export default { 41 ], "order_by": [ - 5492, + 5592, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5484 + 5584 ] } ], "tournament_registration_unlocks_aggregate": [ - 5481, + 5581, { "distinct_on": [ - 5494, + 5594, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -213856,48 +216200,48 @@ export default { 41 ], "order_by": [ - 5492, + 5592, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5484 + 5584 ] } ], "tournament_registration_unlocks_by_pk": [ - 5480, + 5580, { "player_steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_registration_unlocks_stream": [ - 5480, + 5580, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5499, + 5599, "[tournament_registration_unlocks_stream_cursor_input]!" ], "where": [ - 5484 + 5584 ] } ], "tournament_stage_windows": [ - 5507, + 5607, { "distinct_on": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -213907,19 +216251,19 @@ export default { 41 ], "order_by": [ - 5526, + 5626, "[tournament_stage_windows_order_by!]" ], "where": [ - 5516 + 5616 ] } ], "tournament_stage_windows_aggregate": [ - 5508, + 5608, { "distinct_on": [ - 5528, + 5628, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -213929,44 +216273,44 @@ export default { 41 ], "order_by": [ - 5526, + 5626, "[tournament_stage_windows_order_by!]" ], "where": [ - 5516 + 5616 ] } ], "tournament_stage_windows_by_pk": [ - 5507, + 5607, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_stage_windows_stream": [ - 5507, + 5607, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5536, + 5636, "[tournament_stage_windows_stream_cursor_input]!" ], "where": [ - 5516 + 5616 ] } ], "tournament_stages": [ - 5548, + 5648, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -213976,19 +216320,19 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "tournament_stages_aggregate": [ - 5549, + 5649, { "distinct_on": [ - 5577, + 5677, "[tournament_stages_select_column!]" ], "limit": [ @@ -213998,44 +216342,44 @@ export default { 41 ], "order_by": [ - 5574, + 5674, "[tournament_stages_order_by!]" ], "where": [ - 5560 + 5660 ] } ], "tournament_stages_by_pk": [ - 5548, + 5648, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_stages_stream": [ - 5548, + 5648, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5587, + 5687, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 5560 + 5660 ] } ], "tournament_team_invites": [ - 5599, + 5699, { "distinct_on": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -214045,19 +216389,19 @@ export default { 41 ], "order_by": [ - 5618, + 5718, "[tournament_team_invites_order_by!]" ], "where": [ - 5608 + 5708 ] } ], "tournament_team_invites_aggregate": [ - 5600, + 5700, { "distinct_on": [ - 5620, + 5720, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -214067,44 +216411,44 @@ export default { 41 ], "order_by": [ - 5618, + 5718, "[tournament_team_invites_order_by!]" ], "where": [ - 5608 + 5708 ] } ], "tournament_team_invites_by_pk": [ - 5599, + 5699, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_team_invites_stream": [ - 5599, + 5699, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5628, + 5728, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 5608 + 5708 ] } ], "tournament_team_roster": [ - 5640, + 5740, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -214114,19 +216458,19 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournament_team_roster_aggregate": [ - 5641, + 5741, { "distinct_on": [ - 5661, + 5761, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -214136,48 +216480,48 @@ export default { 41 ], "order_by": [ - 5659, + 5759, "[tournament_team_roster_order_by!]" ], "where": [ - 5649 + 5749 ] } ], "tournament_team_roster_by_pk": [ - 5640, + 5740, { "player_steam_id": [ 311, "bigint!" ], "tournament_id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_team_roster_stream": [ - 5640, + 5740, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5669, + 5769, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 5649 + 5749 ] } ], "tournament_teams": [ - 5681, + 5781, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -214187,19 +216531,19 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], "tournament_teams_aggregate": [ - 5682, + 5782, { "distinct_on": [ - 5705, + 5805, "[tournament_teams_select_column!]" ], "limit": [ @@ -214209,44 +216553,44 @@ export default { 41 ], "order_by": [ - 5703, + 5803, "[tournament_teams_order_by!]" ], "where": [ - 5692 + 5792 ] } ], "tournament_teams_by_pk": [ - 5681, + 5781, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournament_teams_stream": [ - 5681, + 5781, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5715, + 5815, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 5692 + 5792 ] } ], "tournaments": [ - 5727, + 5827, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -214256,19 +216600,19 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_aggregate": [ - 5728, + 5828, { "distinct_on": [ - 5761, + 5861, "[tournaments_select_column!]" ], "limit": [ @@ -214278,44 +216622,44 @@ export default { 41 ], "order_by": [ - 5759, + 5859, "[tournaments_order_by!]" ], "where": [ - 5748 + 5848 ] } ], "tournaments_by_pk": [ - 5727, + 5827, { "id": [ - 6503, + 6603, "uuid!" ] } ], "tournaments_stream": [ - 5727, + 5827, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5779, + 5879, "[tournaments_stream_cursor_input]!" ], "where": [ - 5748 + 5848 ] } ], "utility_collection_items": [ - 5791, + 5891, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -214325,19 +216669,19 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], "utility_collection_items_aggregate": [ - 5792, + 5892, { "distinct_on": [ - 5812, + 5912, "[utility_collection_items_select_column!]" ], "limit": [ @@ -214347,48 +216691,48 @@ export default { 41 ], "order_by": [ - 5810, + 5910, "[utility_collection_items_order_by!]" ], "where": [ - 5800 + 5900 ] } ], "utility_collection_items_by_pk": [ - 5791, + 5891, { "collection_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_collection_items_stream": [ - 5791, + 5891, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5820, + 5920, "[utility_collection_items_stream_cursor_input]!" ], "where": [ - 5800 + 5900 ] } ], "utility_collections": [ - 5832, + 5932, { "distinct_on": [ - 5847, + 5947, "[utility_collections_select_column!]" ], "limit": [ @@ -214398,19 +216742,19 @@ export default { 41 ], "order_by": [ - 5845, + 5945, "[utility_collections_order_by!]" ], "where": [ - 5836 + 5936 ] } ], "utility_collections_aggregate": [ - 5833, + 5933, { "distinct_on": [ - 5847, + 5947, "[utility_collections_select_column!]" ], "limit": [ @@ -214420,44 +216764,44 @@ export default { 41 ], "order_by": [ - 5845, + 5945, "[utility_collections_order_by!]" ], "where": [ - 5836 + 5936 ] } ], "utility_collections_by_pk": [ - 5832, + 5932, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_collections_stream": [ - 5832, + 5932, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5852, + 5952, "[utility_collections_stream_cursor_input]!" ], "where": [ - 5836 + 5936 ] } ], "utility_demo_mines": [ - 5860, + 5960, { "distinct_on": [ - 5874, + 5974, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -214467,19 +216811,19 @@ export default { 41 ], "order_by": [ - 5872, + 5972, "[utility_demo_mines_order_by!]" ], "where": [ - 5864 + 5964 ] } ], "utility_demo_mines_aggregate": [ - 5861, + 5961, { "distinct_on": [ - 5874, + 5974, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -214489,44 +216833,44 @@ export default { 41 ], "order_by": [ - 5872, + 5972, "[utility_demo_mines_order_by!]" ], "where": [ - 5864 + 5964 ] } ], "utility_demo_mines_by_pk": [ - 5860, + 5960, { "match_map_demo_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_demo_mines_stream": [ - 5860, + 5960, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5879, + 5979, "[utility_demo_mines_stream_cursor_input]!" ], "where": [ - 5864 + 5964 ] } ], "utility_demo_throws": [ - 5887, + 5987, { "distinct_on": [ - 5901, + 6001, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -214536,19 +216880,19 @@ export default { 41 ], "order_by": [ - 5899, + 5999, "[utility_demo_throws_order_by!]" ], "where": [ - 5891 + 5991 ] } ], "utility_demo_throws_aggregate": [ - 5888, + 5988, { "distinct_on": [ - 5901, + 6001, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -214558,48 +216902,48 @@ export default { 41 ], "order_by": [ - 5899, + 5999, "[utility_demo_throws_order_by!]" ], "where": [ - 5891 + 5991 ] } ], "utility_demo_throws_by_pk": [ - 5887, + 5987, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_demo_throws_stream": [ - 5887, + 5987, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5906, + 6006, "[utility_demo_throws_stream_cursor_input]!" ], "where": [ - 5891 + 5991 ] } ], "utility_drift_results": [ - 5914, + 6014, { "distinct_on": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "limit": [ @@ -214609,19 +216953,19 @@ export default { 41 ], "order_by": [ - 5943, + 6043, "[utility_drift_results_order_by!]" ], "where": [ - 5933 + 6033 ] } ], "utility_drift_results_aggregate": [ - 5915, + 6015, { "distinct_on": [ - 5945, + 6045, "[utility_drift_results_select_column!]" ], "limit": [ @@ -214631,48 +216975,48 @@ export default { 41 ], "order_by": [ - 5943, + 6043, "[utility_drift_results_order_by!]" ], "where": [ - 5933 + 6033 ] } ], "utility_drift_results_by_pk": [ - 5914, + 6014, { "utility_drift_scan_id": [ - 6503, + 6603, "uuid!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_drift_results_stream": [ - 5914, + 6014, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5961, + 6061, "[utility_drift_results_stream_cursor_input]!" ], "where": [ - 5933 + 6033 ] } ], "utility_drift_scans": [ - 5973, + 6073, { "distinct_on": [ - 5988, + 6088, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -214682,19 +217026,19 @@ export default { 41 ], "order_by": [ - 5986, + 6086, "[utility_drift_scans_order_by!]" ], "where": [ - 5977 + 6077 ] } ], "utility_drift_scans_aggregate": [ - 5974, + 6074, { "distinct_on": [ - 5988, + 6088, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -214704,44 +217048,44 @@ export default { 41 ], "order_by": [ - 5986, + 6086, "[utility_drift_scans_order_by!]" ], "where": [ - 5977 + 6077 ] } ], "utility_drift_scans_by_pk": [ - 5973, + 6073, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_drift_scans_stream": [ - 5973, + 6073, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5993, + 6093, "[utility_drift_scans_stream_cursor_input]!" ], "where": [ - 5977 + 6077 ] } ], "utility_lineup_favorites": [ - 6001, + 6101, { "distinct_on": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -214751,19 +217095,19 @@ export default { 41 ], "order_by": [ - 6020, + 6120, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6010 + 6110 ] } ], "utility_lineup_favorites_aggregate": [ - 6002, + 6102, { "distinct_on": [ - 6022, + 6122, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -214773,48 +217117,48 @@ export default { 41 ], "order_by": [ - 6020, + 6120, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6010 + 6110 ] } ], "utility_lineup_favorites_by_pk": [ - 6001, + 6101, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_favorites_stream": [ - 6001, + 6101, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6030, + 6130, "[utility_lineup_favorites_stream_cursor_input]!" ], "where": [ - 6010 + 6110 ] } ], "utility_lineup_progress": [ - 6042, + 6142, { "distinct_on": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -214824,19 +217168,19 @@ export default { 41 ], "order_by": [ - 6071, + 6171, "[utility_lineup_progress_order_by!]" ], "where": [ - 6061 + 6161 ] } ], "utility_lineup_progress_aggregate": [ - 6043, + 6143, { "distinct_on": [ - 6073, + 6173, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -214846,48 +217190,48 @@ export default { 41 ], "order_by": [ - 6071, + 6171, "[utility_lineup_progress_order_by!]" ], "where": [ - 6061 + 6161 ] } ], "utility_lineup_progress_by_pk": [ - 6042, + 6142, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_progress_stream": [ - 6042, + 6142, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6089, + 6189, "[utility_lineup_progress_stream_cursor_input]!" ], "where": [ - 6061 + 6161 ] } ], "utility_lineup_renders": [ - 6101, + 6201, { "distinct_on": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -214897,19 +217241,19 @@ export default { 41 ], "order_by": [ - 6126, + 6226, "[utility_lineup_renders_order_by!]" ], "where": [ - 6113 + 6213 ] } ], "utility_lineup_renders_aggregate": [ - 6102, + 6202, { "distinct_on": [ - 6129, + 6229, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -214919,44 +217263,44 @@ export default { 41 ], "order_by": [ - 6126, + 6226, "[utility_lineup_renders_order_by!]" ], "where": [ - 6113 + 6213 ] } ], "utility_lineup_renders_by_pk": [ - 6101, + 6201, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_renders_stream": [ - 6101, + 6201, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6139, + 6239, "[utility_lineup_renders_stream_cursor_input]!" ], "where": [ - 6113 + 6213 ] } ], "utility_lineup_repairs": [ - 6151, + 6251, { "distinct_on": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -214966,19 +217310,19 @@ export default { 41 ], "order_by": [ - 6180, + 6280, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6170 + 6270 ] } ], "utility_lineup_repairs_aggregate": [ - 6152, + 6252, { "distinct_on": [ - 6182, + 6282, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -214988,44 +217332,44 @@ export default { 41 ], "order_by": [ - 6180, + 6280, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6170 + 6270 ] } ], "utility_lineup_repairs_by_pk": [ - 6151, + 6251, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_repairs_stream": [ - 6151, + 6251, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6198, + 6298, "[utility_lineup_repairs_stream_cursor_input]!" ], "where": [ - 6170 + 6270 ] } ], "utility_lineup_votes": [ - 6210, + 6310, { "distinct_on": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -215035,19 +217379,19 @@ export default { 41 ], "order_by": [ - 6229, + 6329, "[utility_lineup_votes_order_by!]" ], "where": [ - 6219 + 6319 ] } ], "utility_lineup_votes_aggregate": [ - 6211, + 6311, { "distinct_on": [ - 6231, + 6331, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -215057,48 +217401,48 @@ export default { 41 ], "order_by": [ - 6229, + 6329, "[utility_lineup_votes_order_by!]" ], "where": [ - 6219 + 6319 ] } ], "utility_lineup_votes_by_pk": [ - 6210, + 6310, { "steam_id": [ 311, "bigint!" ], "utility_lineup_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineup_votes_stream": [ - 6210, + 6310, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6239, + 6339, "[utility_lineup_votes_stream_cursor_input]!" ], "where": [ - 6219 + 6319 ] } ], "utility_lineups": [ - 6251, + 6351, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -215108,19 +217452,19 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_aggregate": [ - 6252, + 6352, { "distinct_on": [ - 6290, + 6390, "[utility_lineups_select_column!]" ], "limit": [ @@ -215130,44 +217474,44 @@ export default { 41 ], "order_by": [ - 6287, + 6387, "[utility_lineups_order_by!]" ], "where": [ - 6273 + 6373 ] } ], "utility_lineups_by_pk": [ - 6251, + 6351, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_lineups_stream": [ - 6251, + 6351, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6308, + 6408, "[utility_lineups_stream_cursor_input]!" ], "where": [ - 6273 + 6373 ] } ], "utility_meta_lineups": [ - 6320, + 6420, { "distinct_on": [ - 6334, + 6434, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -215177,19 +217521,19 @@ export default { 41 ], "order_by": [ - 6332, + 6432, "[utility_meta_lineups_order_by!]" ], "where": [ - 6324 + 6424 ] } ], "utility_meta_lineups_aggregate": [ - 6321, + 6421, { "distinct_on": [ - 6334, + 6434, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -215199,16 +217543,16 @@ export default { 41 ], "order_by": [ - 6332, + 6432, "[utility_meta_lineups_order_by!]" ], "where": [ - 6324 + 6424 ] } ], "utility_meta_lineups_by_pk": [ - 6320, + 6420, { "lineup_bucket": [ 85, @@ -215217,26 +217561,26 @@ export default { } ], "utility_meta_lineups_stream": [ - 6320, + 6420, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6339, + 6439, "[utility_meta_lineups_stream_cursor_input]!" ], "where": [ - 6324 + 6424 ] } ], "utility_playbook_steps": [ - 6347, + 6447, { "distinct_on": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -215246,19 +217590,19 @@ export default { 41 ], "order_by": [ - 6366, + 6466, "[utility_playbook_steps_order_by!]" ], "where": [ - 6356 + 6456 ] } ], "utility_playbook_steps_aggregate": [ - 6348, + 6448, { "distinct_on": [ - 6368, + 6468, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -215268,44 +217612,44 @@ export default { 41 ], "order_by": [ - 6366, + 6466, "[utility_playbook_steps_order_by!]" ], "where": [ - 6356 + 6456 ] } ], "utility_playbook_steps_by_pk": [ - 6347, + 6447, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_playbook_steps_stream": [ - 6347, + 6447, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6376, + 6476, "[utility_playbook_steps_stream_cursor_input]!" ], "where": [ - 6356 + 6456 ] } ], "utility_playbooks": [ - 6388, + 6488, { "distinct_on": [ - 6403, + 6503, "[utility_playbooks_select_column!]" ], "limit": [ @@ -215315,19 +217659,19 @@ export default { 41 ], "order_by": [ - 6401, + 6501, "[utility_playbooks_order_by!]" ], "where": [ - 6392 + 6492 ] } ], "utility_playbooks_aggregate": [ - 6389, + 6489, { "distinct_on": [ - 6403, + 6503, "[utility_playbooks_select_column!]" ], "limit": [ @@ -215337,44 +217681,44 @@ export default { 41 ], "order_by": [ - 6401, + 6501, "[utility_playbooks_order_by!]" ], "where": [ - 6392 + 6492 ] } ], "utility_playbooks_by_pk": [ - 6388, + 6488, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_playbooks_stream": [ - 6388, + 6488, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6408, + 6508, "[utility_playbooks_stream_cursor_input]!" ], "where": [ - 6392 + 6492 ] } ], "utility_practice_invites": [ - 6416, + 6516, { "distinct_on": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -215384,19 +217728,19 @@ export default { 41 ], "order_by": [ - 6435, + 6535, "[utility_practice_invites_order_by!]" ], "where": [ - 6425 + 6525 ] } ], "utility_practice_invites_aggregate": [ - 6417, + 6517, { "distinct_on": [ - 6437, + 6537, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -215406,48 +217750,48 @@ export default { 41 ], "order_by": [ - 6435, + 6535, "[utility_practice_invites_order_by!]" ], "where": [ - 6425 + 6525 ] } ], "utility_practice_invites_by_pk": [ - 6416, + 6516, { "steam_id": [ 311, "bigint!" ], "utility_practice_session_id": [ - 6503, + 6603, "uuid!" ] } ], "utility_practice_invites_stream": [ - 6416, + 6516, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6445, + 6545, "[utility_practice_invites_stream_cursor_input]!" ], "where": [ - 6425 + 6525 ] } ], "utility_practice_sessions": [ - 6457, + 6557, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -215457,19 +217801,19 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], "utility_practice_sessions_aggregate": [ - 6458, + 6558, { "distinct_on": [ - 6481, + 6581, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -215479,44 +217823,44 @@ export default { 41 ], "order_by": [ - 6479, + 6579, "[utility_practice_sessions_order_by!]" ], "where": [ - 6468 + 6568 ] } ], "utility_practice_sessions_by_pk": [ - 6457, + 6557, { "id": [ - 6503, + 6603, "uuid!" ] } ], "utility_practice_sessions_stream": [ - 6457, + 6557, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6491, + 6591, "[utility_practice_sessions_stream_cursor_input]!" ], "where": [ - 6468 + 6568 ] } ], "v_event_player_stats": [ - 6506, + 6606, { "distinct_on": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -215526,19 +217870,19 @@ export default { 41 ], "order_by": [ - 6531, + 6631, "[v_event_player_stats_order_by!]" ], "where": [ - 6525 + 6625 ] } ], "v_event_player_stats_aggregate": [ - 6507, + 6607, { "distinct_on": [ - 6532, + 6632, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -215548,35 +217892,35 @@ export default { 41 ], "order_by": [ - 6531, + 6631, "[v_event_player_stats_order_by!]" ], "where": [ - 6525 + 6625 ] } ], "v_event_player_stats_stream": [ - 6506, + 6606, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6547, + 6647, "[v_event_player_stats_stream_cursor_input]!" ], "where": [ - 6525 + 6625 ] } ], "v_gpu_pool_status": [ - 6557, + 6657, { "distinct_on": [ - 6565, + 6665, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -215586,19 +217930,19 @@ export default { 41 ], "order_by": [ - 6564, + 6664, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6561 + 6661 ] } ], "v_gpu_pool_status_aggregate": [ - 6558, + 6658, { "distinct_on": [ - 6565, + 6665, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -215608,35 +217952,35 @@ export default { 41 ], "order_by": [ - 6564, + 6664, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6561 + 6661 ] } ], "v_gpu_pool_status_stream": [ - 6557, + 6657, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6569, + 6669, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 6561 + 6661 ] } ], "v_league_division_standings": [ - 6575, + 6675, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -215646,19 +217990,19 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "v_league_division_standings_aggregate": [ - 6576, + 6676, { "distinct_on": [ - 6591, + 6691, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -215668,35 +218012,35 @@ export default { 41 ], "order_by": [ - 6590, + 6690, "[v_league_division_standings_order_by!]" ], "where": [ - 6584 + 6684 ] } ], "v_league_division_standings_stream": [ - 6575, + 6675, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6598, + 6698, "[v_league_division_standings_stream_cursor_input]!" ], "where": [ - 6584 + 6684 ] } ], "v_league_season_player_stats": [ - 6608, + 6708, { "distinct_on": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -215706,19 +218050,19 @@ export default { 41 ], "order_by": [ - 6633, + 6733, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6627 + 6727 ] } ], "v_league_season_player_stats_aggregate": [ - 6609, + 6709, { "distinct_on": [ - 6634, + 6734, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -215728,35 +218072,35 @@ export default { 41 ], "order_by": [ - 6633, + 6733, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6627 + 6727 ] } ], "v_league_season_player_stats_stream": [ - 6608, + 6708, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6649, + 6749, "[v_league_season_player_stats_stream_cursor_input]!" ], "where": [ - 6627 + 6727 ] } ], "v_match_captains": [ - 6659, + 6759, { "distinct_on": [ - 6671, + 6771, "[v_match_captains_select_column!]" ], "limit": [ @@ -215766,19 +218110,19 @@ export default { 41 ], "order_by": [ - 6670, + 6770, "[v_match_captains_order_by!]" ], "where": [ - 6663 + 6763 ] } ], "v_match_captains_aggregate": [ - 6660, + 6760, { "distinct_on": [ - 6671, + 6771, "[v_match_captains_select_column!]" ], "limit": [ @@ -215788,35 +218132,35 @@ export default { 41 ], "order_by": [ - 6670, + 6770, "[v_match_captains_order_by!]" ], "where": [ - 6663 + 6763 ] } ], "v_match_captains_stream": [ - 6659, + 6759, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6676, + 6776, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 6663 + 6763 ] } ], "v_match_clutches": [ - 6683, + 6783, { "distinct_on": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "limit": [ @@ -215826,19 +218170,19 @@ export default { 41 ], "order_by": [ - 6698, + 6798, "[v_match_clutches_order_by!]" ], "where": [ - 6692 + 6792 ] } ], "v_match_clutches_aggregate": [ - 6684, + 6784, { "distinct_on": [ - 6699, + 6799, "[v_match_clutches_select_column!]" ], "limit": [ @@ -215848,35 +218192,35 @@ export default { 41 ], "order_by": [ - 6698, + 6798, "[v_match_clutches_order_by!]" ], "where": [ - 6692 + 6792 ] } ], "v_match_clutches_stream": [ - 6683, + 6783, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6706, + 6806, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 6692 + 6792 ] } ], "v_match_kill_pairs": [ - 6716, + 6816, { "distinct_on": [ - 6724, + 6824, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -215886,19 +218230,19 @@ export default { 41 ], "order_by": [ - 6723, + 6823, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6720 + 6820 ] } ], "v_match_kill_pairs_aggregate": [ - 6717, + 6817, { "distinct_on": [ - 6724, + 6824, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -215908,35 +218252,35 @@ export default { 41 ], "order_by": [ - 6723, + 6823, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6720 + 6820 ] } ], "v_match_kill_pairs_stream": [ - 6716, + 6816, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6728, + 6828, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 6720 + 6820 ] } ], "v_match_lineup_buy_types": [ - 6734, + 6834, { "distinct_on": [ - 6742, + 6842, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -215946,19 +218290,19 @@ export default { 41 ], "order_by": [ - 6741, + 6841, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6738 + 6838 ] } ], "v_match_lineup_buy_types_aggregate": [ - 6735, + 6835, { "distinct_on": [ - 6742, + 6842, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -215968,35 +218312,35 @@ export default { 41 ], "order_by": [ - 6741, + 6841, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6738 + 6838 ] } ], "v_match_lineup_buy_types_stream": [ - 6734, + 6834, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6746, + 6846, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 6738 + 6838 ] } ], "v_match_lineup_map_stats": [ - 6752, + 6852, { "distinct_on": [ - 6760, + 6860, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -216006,19 +218350,19 @@ export default { 41 ], "order_by": [ - 6759, + 6859, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6756 + 6856 ] } ], "v_match_lineup_map_stats_aggregate": [ - 6753, + 6853, { "distinct_on": [ - 6760, + 6860, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -216028,35 +218372,35 @@ export default { 41 ], "order_by": [ - 6759, + 6859, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6756 + 6856 ] } ], "v_match_lineup_map_stats_stream": [ - 6752, + 6852, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6764, + 6864, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 6756 + 6856 ] } ], "v_match_map_backup_rounds": [ - 6770, + 6870, { "distinct_on": [ - 6781, + 6881, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -216066,19 +218410,19 @@ export default { 41 ], "order_by": [ - 6780, + 6880, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6774 + 6874 ] } ], "v_match_map_backup_rounds_aggregate": [ - 6771, + 6871, { "distinct_on": [ - 6781, + 6881, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -216088,35 +218432,35 @@ export default { 41 ], "order_by": [ - 6780, + 6880, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6774 + 6874 ] } ], "v_match_map_backup_rounds_stream": [ - 6770, + 6870, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6786, + 6886, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 6774 + 6874 ] } ], "v_match_player_buy_types": [ - 6793, + 6893, { "distinct_on": [ - 6801, + 6901, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -216126,19 +218470,19 @@ export default { 41 ], "order_by": [ - 6800, + 6900, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6797 + 6897 ] } ], "v_match_player_buy_types_aggregate": [ - 6794, + 6894, { "distinct_on": [ - 6801, + 6901, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -216148,35 +218492,35 @@ export default { 41 ], "order_by": [ - 6800, + 6900, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6797 + 6897 ] } ], "v_match_player_buy_types_stream": [ - 6793, + 6893, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6805, + 6905, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 6797 + 6897 ] } ], "v_match_player_opening_duels": [ - 6811, + 6911, { "distinct_on": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -216186,19 +218530,19 @@ export default { 41 ], "order_by": [ - 6826, + 6926, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6820 + 6920 ] } ], "v_match_player_opening_duels_aggregate": [ - 6812, + 6912, { "distinct_on": [ - 6827, + 6927, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -216208,35 +218552,35 @@ export default { 41 ], "order_by": [ - 6826, + 6926, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6820 + 6920 ] } ], "v_match_player_opening_duels_stream": [ - 6811, + 6911, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6834, + 6934, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 6820 + 6920 ] } ], "v_player_arch_nemesis": [ - 6844, + 6944, { "distinct_on": [ - 6852, + 6952, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -216246,19 +218590,19 @@ export default { 41 ], "order_by": [ - 6851, + 6951, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6848 + 6948 ] } ], "v_player_arch_nemesis_aggregate": [ - 6845, + 6945, { "distinct_on": [ - 6852, + 6952, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -216268,35 +218612,35 @@ export default { 41 ], "order_by": [ - 6851, + 6951, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6848 + 6948 ] } ], "v_player_arch_nemesis_stream": [ - 6844, + 6944, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6856, + 6956, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 6848 + 6948 ] } ], "v_player_damage": [ - 6862, + 6962, { "distinct_on": [ - 6870, + 6970, "[v_player_damage_select_column!]" ], "limit": [ @@ -216306,19 +218650,19 @@ export default { 41 ], "order_by": [ - 6869, + 6969, "[v_player_damage_order_by!]" ], "where": [ - 6866 + 6966 ] } ], "v_player_damage_aggregate": [ - 6863, + 6963, { "distinct_on": [ - 6870, + 6970, "[v_player_damage_select_column!]" ], "limit": [ @@ -216328,35 +218672,35 @@ export default { 41 ], "order_by": [ - 6869, + 6969, "[v_player_damage_order_by!]" ], "where": [ - 6866 + 6966 ] } ], "v_player_damage_stream": [ - 6862, + 6962, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6874, + 6974, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 6866 + 6966 ] } ], "v_player_elo": [ - 6880, + 6980, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -216366,19 +218710,19 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "v_player_elo_aggregate": [ - 6881, + 6981, { "distinct_on": [ - 6906, + 7006, "[v_player_elo_select_column!]" ], "limit": [ @@ -216388,35 +218732,35 @@ export default { 41 ], "order_by": [ - 6905, + 7005, "[v_player_elo_order_by!]" ], "where": [ - 6899 + 6999 ] } ], "v_player_elo_stream": [ - 6880, + 6980, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6921, + 7021, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 6899 + 6999 ] } ], "v_player_map_losses": [ - 6931, + 7031, { "distinct_on": [ - 6939, + 7039, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -216426,19 +218770,19 @@ export default { 41 ], "order_by": [ - 6938, + 7038, "[v_player_map_losses_order_by!]" ], "where": [ - 6935 + 7035 ] } ], "v_player_map_losses_aggregate": [ - 6932, + 7032, { "distinct_on": [ - 6939, + 7039, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -216448,35 +218792,35 @@ export default { 41 ], "order_by": [ - 6938, + 7038, "[v_player_map_losses_order_by!]" ], "where": [ - 6935 + 7035 ] } ], "v_player_map_losses_stream": [ - 6931, + 7031, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6943, + 7043, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 6935 + 7035 ] } ], "v_player_map_wins": [ - 6949, + 7049, { "distinct_on": [ - 6957, + 7057, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -216486,19 +218830,19 @@ export default { 41 ], "order_by": [ - 6956, + 7056, "[v_player_map_wins_order_by!]" ], "where": [ - 6953 + 7053 ] } ], "v_player_map_wins_aggregate": [ - 6950, + 7050, { "distinct_on": [ - 6957, + 7057, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -216508,35 +218852,35 @@ export default { 41 ], "order_by": [ - 6956, + 7056, "[v_player_map_wins_order_by!]" ], "where": [ - 6953 + 7053 ] } ], "v_player_map_wins_stream": [ - 6949, + 7049, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6961, + 7061, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 6953 + 7053 ] } ], "v_player_match_head_to_head": [ - 6967, + 7067, { "distinct_on": [ - 6975, + 7075, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -216546,19 +218890,19 @@ export default { 41 ], "order_by": [ - 6974, + 7074, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6971 + 7071 ] } ], "v_player_match_head_to_head_aggregate": [ - 6968, + 7068, { "distinct_on": [ - 6975, + 7075, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -216568,35 +218912,35 @@ export default { 41 ], "order_by": [ - 6974, + 7074, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 6971 + 7071 ] } ], "v_player_match_head_to_head_stream": [ - 6967, + 7067, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6979, + 7079, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 6971 + 7071 ] } ], "v_player_match_map_hltv": [ - 6985, + 7085, { "distinct_on": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -216606,19 +218950,19 @@ export default { 41 ], "order_by": [ - 7002, + 7102, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6994 + 7094 ] } ], "v_player_match_map_hltv_aggregate": [ - 6986, + 7086, { "distinct_on": [ - 7003, + 7103, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -216628,35 +218972,35 @@ export default { 41 ], "order_by": [ - 7002, + 7102, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 6994 + 7094 ] } ], "v_player_match_map_hltv_stream": [ - 6985, + 7085, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7011, + 7111, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 6994 + 7094 ] } ], "v_player_match_map_roles": [ - 7022, + 7122, { "distinct_on": [ - 7030, + 7130, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -216666,19 +219010,19 @@ export default { 41 ], "order_by": [ - 7029, + 7129, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7026 + 7126 ] } ], "v_player_match_map_roles_aggregate": [ - 7023, + 7123, { "distinct_on": [ - 7030, + 7130, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -216688,35 +219032,35 @@ export default { 41 ], "order_by": [ - 7029, + 7129, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7026 + 7126 ] } ], "v_player_match_map_roles_stream": [ - 7022, + 7122, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7034, + 7134, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 7026 + 7126 ] } ], "v_player_match_performance": [ - 7040, + 7140, { "distinct_on": [ - 7048, + 7148, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -216726,19 +219070,19 @@ export default { 41 ], "order_by": [ - 7047, + 7147, "[v_player_match_performance_order_by!]" ], "where": [ - 7044 + 7144 ] } ], "v_player_match_performance_aggregate": [ - 7041, + 7141, { "distinct_on": [ - 7048, + 7148, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -216748,35 +219092,35 @@ export default { 41 ], "order_by": [ - 7047, + 7147, "[v_player_match_performance_order_by!]" ], "where": [ - 7044 + 7144 ] } ], "v_player_match_performance_stream": [ - 7040, + 7140, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7052, + 7152, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 7044 + 7144 ] } ], "v_player_match_rating": [ - 7058, + 7158, { "distinct_on": [ - 7066, + 7166, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -216786,19 +219130,19 @@ export default { 41 ], "order_by": [ - 7065, + 7165, "[v_player_match_rating_order_by!]" ], "where": [ - 7062 + 7162 ] } ], "v_player_match_rating_aggregate": [ - 7059, + 7159, { "distinct_on": [ - 7066, + 7166, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -216808,35 +219152,35 @@ export default { 41 ], "order_by": [ - 7065, + 7165, "[v_player_match_rating_order_by!]" ], "where": [ - 7062 + 7162 ] } ], "v_player_match_rating_stream": [ - 7058, + 7158, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7070, + 7170, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 7062 + 7162 ] } ], "v_player_multi_kills": [ - 7076, + 7176, { "distinct_on": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -216846,19 +219190,19 @@ export default { 41 ], "order_by": [ - 7091, + 7191, "[v_player_multi_kills_order_by!]" ], "where": [ - 7085 + 7185 ] } ], "v_player_multi_kills_aggregate": [ - 7077, + 7177, { "distinct_on": [ - 7092, + 7192, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -216868,35 +219212,35 @@ export default { 41 ], "order_by": [ - 7091, + 7191, "[v_player_multi_kills_order_by!]" ], "where": [ - 7085 + 7185 ] } ], "v_player_multi_kills_stream": [ - 7076, + 7176, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7099, + 7199, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 7085 + 7185 ] } ], "v_player_queue_partners": [ - 7109, + 7209, { "distinct_on": [ - 7117, + 7217, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -216906,19 +219250,19 @@ export default { 41 ], "order_by": [ - 7116, + 7216, "[v_player_queue_partners_order_by!]" ], "where": [ - 7113 + 7213 ] } ], "v_player_queue_partners_aggregate": [ - 7110, + 7210, { "distinct_on": [ - 7117, + 7217, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -216928,35 +219272,35 @@ export default { 41 ], "order_by": [ - 7116, + 7216, "[v_player_queue_partners_order_by!]" ], "where": [ - 7113 + 7213 ] } ], "v_player_queue_partners_stream": [ - 7109, + 7209, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7121, + 7221, "[v_player_queue_partners_stream_cursor_input]!" ], "where": [ - 7113 + 7213 ] } ], "v_player_weapon_damage": [ - 7127, + 7227, { "distinct_on": [ - 7135, + 7235, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -216966,19 +219310,19 @@ export default { 41 ], "order_by": [ - 7134, + 7234, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7131 + 7231 ] } ], "v_player_weapon_damage_aggregate": [ - 7128, + 7228, { "distinct_on": [ - 7135, + 7235, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -216988,35 +219332,35 @@ export default { 41 ], "order_by": [ - 7134, + 7234, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7131 + 7231 ] } ], "v_player_weapon_damage_stream": [ - 7127, + 7227, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7139, + 7239, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 7131 + 7231 ] } ], "v_player_weapon_kills": [ - 7145, + 7245, { "distinct_on": [ - 7153, + 7253, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -217026,19 +219370,19 @@ export default { 41 ], "order_by": [ - 7152, + 7252, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7149 + 7249 ] } ], "v_player_weapon_kills_aggregate": [ - 7146, + 7246, { "distinct_on": [ - 7153, + 7253, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -217048,35 +219392,35 @@ export default { 41 ], "order_by": [ - 7152, + 7252, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7149 + 7249 ] } ], "v_player_weapon_kills_stream": [ - 7145, + 7245, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7157, + 7257, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 7149 + 7249 ] } ], "v_pool_maps": [ - 7163, + 7263, { "distinct_on": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "limit": [ @@ -217086,19 +219430,19 @@ export default { 41 ], "order_by": [ - 7179, + 7279, "[v_pool_maps_order_by!]" ], "where": [ - 7172 + 7272 ] } ], "v_pool_maps_aggregate": [ - 7164, + 7264, { "distinct_on": [ - 7180, + 7280, "[v_pool_maps_select_column!]" ], "limit": [ @@ -217108,35 +219452,35 @@ export default { 41 ], "order_by": [ - 7179, + 7279, "[v_pool_maps_order_by!]" ], "where": [ - 7172 + 7272 ] } ], "v_pool_maps_stream": [ - 7163, + 7263, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7184, + 7284, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 7172 + 7272 ] } ], "v_steam_account_pool_status": [ - 7187, + 7287, { "distinct_on": [ - 7195, + 7295, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -217146,19 +219490,19 @@ export default { 41 ], "order_by": [ - 7194, + 7294, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7191 + 7291 ] } ], "v_steam_account_pool_status_aggregate": [ - 7188, + 7288, { "distinct_on": [ - 7195, + 7295, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -217168,35 +219512,35 @@ export default { 41 ], "order_by": [ - 7194, + 7294, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7191 + 7291 ] } ], "v_steam_account_pool_status_stream": [ - 7187, + 7287, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7199, + 7299, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 7191 + 7291 ] } ], "v_team_ranks": [ - 7205, + 7305, { "distinct_on": [ - 7215, + 7315, "[v_team_ranks_select_column!]" ], "limit": [ @@ -217206,19 +219550,19 @@ export default { 41 ], "order_by": [ - 7214, + 7314, "[v_team_ranks_order_by!]" ], "where": [ - 7209 + 7309 ] } ], "v_team_ranks_aggregate": [ - 7206, + 7306, { "distinct_on": [ - 7215, + 7315, "[v_team_ranks_select_column!]" ], "limit": [ @@ -217228,35 +219572,35 @@ export default { 41 ], "order_by": [ - 7214, + 7314, "[v_team_ranks_order_by!]" ], "where": [ - 7209 + 7309 ] } ], "v_team_ranks_stream": [ - 7205, + 7305, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7219, + 7319, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 7209 + 7309 ] } ], "v_team_reputation": [ - 7225, + 7325, { "distinct_on": [ - 7235, + 7335, "[v_team_reputation_select_column!]" ], "limit": [ @@ -217266,19 +219610,19 @@ export default { 41 ], "order_by": [ - 7234, + 7334, "[v_team_reputation_order_by!]" ], "where": [ - 7229 + 7329 ] } ], "v_team_reputation_aggregate": [ - 7226, + 7326, { "distinct_on": [ - 7235, + 7335, "[v_team_reputation_select_column!]" ], "limit": [ @@ -217288,35 +219632,35 @@ export default { 41 ], "order_by": [ - 7234, + 7334, "[v_team_reputation_order_by!]" ], "where": [ - 7229 + 7329 ] } ], "v_team_reputation_stream": [ - 7225, + 7325, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7239, + 7339, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 7229 + 7329 ] } ], "v_team_stage_results": [ - 7245, + 7345, { "distinct_on": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -217326,19 +219670,19 @@ export default { 41 ], "order_by": [ - 7275, + 7375, "[v_team_stage_results_order_by!]" ], "where": [ - 7264 + 7364 ] } ], "v_team_stage_results_aggregate": [ - 7246, + 7346, { "distinct_on": [ - 7277, + 7377, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -217348,48 +219692,48 @@ export default { 41 ], "order_by": [ - 7275, + 7375, "[v_team_stage_results_order_by!]" ], "where": [ - 7264 + 7364 ] } ], "v_team_stage_results_by_pk": [ - 7245, + 7345, { "tournament_stage_id": [ - 6503, + 6603, "uuid!" ], "tournament_team_id": [ - 6503, + 6603, "uuid!" ] } ], "v_team_stage_results_stream": [ - 7245, + 7345, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7293, + 7393, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 7264 + 7364 ] } ], "v_team_tournament_results": [ - 7305, + 7405, { "distinct_on": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -217399,19 +219743,19 @@ export default { 41 ], "order_by": [ - 7330, + 7430, "[v_team_tournament_results_order_by!]" ], "where": [ - 7324 + 7424 ] } ], "v_team_tournament_results_aggregate": [ - 7306, + 7406, { "distinct_on": [ - 7331, + 7431, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -217421,35 +219765,35 @@ export default { 41 ], "order_by": [ - 7330, + 7430, "[v_team_tournament_results_order_by!]" ], "where": [ - 7324 + 7424 ] } ], "v_team_tournament_results_stream": [ - 7305, + 7405, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7346, + 7446, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 7324 + 7424 ] } ], "v_tournament_player_stats": [ - 7356, + 7456, { "distinct_on": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -217459,19 +219803,19 @@ export default { 41 ], "order_by": [ - 7381, + 7481, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7375 + 7475 ] } ], "v_tournament_player_stats_aggregate": [ - 7357, + 7457, { "distinct_on": [ - 7382, + 7482, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -217481,27 +219825,27 @@ export default { 41 ], "order_by": [ - 7381, + 7481, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7375 + 7475 ] } ], "v_tournament_player_stats_stream": [ - 7356, + 7456, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7397, + 7497, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 7375 + 7475 ] } ], From 2e152966ad1f376c824750424fea715f6fa4ccc6 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 09:25:10 -0400 Subject: [PATCH 11/17] feature: expiring tournament invite links and team invites replace the registration passcode --- .../tournament_registration_access.sql | 66 ++- hasura/metadata/actions.graphql | 23 +- hasura/metadata/actions.yaml | 33 +- .../public_tournament_invite_code_uses.yaml | 32 ++ .../public_tournament_invite_codes.yaml | 40 ++ .../tables/public_tournament_invites.yaml | 34 +- ...ublic_tournament_registration_unlocks.yaml | 8 +- .../default/tables/public_tournaments.yaml | 13 - .../databases/default/tables/tables.yaml | 2 + .../down.sql | 61 ++ .../up.sql | 159 +++++ hasura/triggers/tournament_teams.sql | 9 +- scripts/seed-tournament-qa.mjs | 22 +- src/invites/invites.controller.ts | 97 +++- .../redis-manager/redis-manager.service.ts | 33 ++ .../tournaments.controller.spec.ts | 249 ++++++-- src/tournaments/tournaments.controller.ts | 262 +++++++-- src/utility/utility-practice.service.ts | 26 +- test/tournament-invite-codes.spec.ts | 541 ++++++++++++++++++ test/tournament-invites.spec.ts | 182 +++++- 20 files changed, 1706 insertions(+), 186 deletions(-) create mode 100644 hasura/metadata/databases/default/tables/public_tournament_invite_code_uses.yaml create mode 100644 hasura/metadata/databases/default/tables/public_tournament_invite_codes.yaml create mode 100644 hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql create mode 100644 hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql create mode 100644 test/tournament-invite-codes.spec.ts diff --git a/hasura/functions/tournaments/tournament_registration_access.sql b/hasura/functions/tournaments/tournament_registration_access.sql index f2e6aa9b2..720579c3d 100644 --- a/hasura/functions/tournaments/tournament_registration_access.sql +++ b/hasura/functions/tournaments/tournament_registration_access.sql @@ -1,9 +1,22 @@ --- Has this player traded the passcode for an unlock on this tournament? --- The insert triggers on tournament_teams / tournament_free_agents ask this; --- unlockTournamentRegistration is what writes the row. +-- The single choke point every invite_only gate reduces to: has this player +-- been let into this tournament, either in their own right or through a team +-- they are allowed to register? +-- +-- _team_id is what tells the two apart, and it is the whole reason a team invite +-- means what it says. tbi_tournament_team passes the team being registered; +-- tbi_tournament_free_agents and the computed field pass NULL, so an invited +-- team gets to enter as a team and its members do not each get a free-agent +-- slot out of it. +-- +-- The 2-argument form has to be dropped explicitly rather than replaced: a +-- default-valued third parameter leaves both resolvable, and every existing call +-- site then fails as ambiguous (42725). +DROP FUNCTION IF EXISTS public.tournament_registration_unlocked(uuid, bigint); + CREATE OR REPLACE FUNCTION public.tournament_registration_unlocked( _tournament_id uuid, - _player_steam_id bigint + _player_steam_id bigint, + _team_id uuid DEFAULT NULL ) RETURNS boolean LANGUAGE sql @@ -13,12 +26,35 @@ AS $$ SELECT 1 FROM public.tournament_registration_unlocks u WHERE u.tournament_id = _tournament_id + AND u.team_id IS NULL AND u.player_steam_id = _player_steam_id + ) + -- Exactly the people public_tournament_teams.yaml already lets register a + -- team: its owner, its captain, or a team_roster Admin. + OR EXISTS ( + SELECT 1 + FROM public.tournament_registration_unlocks u + JOIN public.teams t ON t.id = u.team_id + WHERE u.tournament_id = _tournament_id + AND u.team_id = _team_id + AND ( + t.owner_steam_id = _player_steam_id + OR t.captain_steam_id = _player_steam_id + OR EXISTS ( + SELECT 1 + FROM public.team_roster tr + WHERE tr.team_id = t.id + AND tr.player_steam_id = _player_steam_id + AND tr.role = 'Admin' + ) + ) ); $$; -- Computed-field form, so the join UI can tell "locked" from "already unlocked" --- without being handed the passcode to compare against. +-- without being handed anything it could redeem. NULL team: this answers +-- whether the player themselves may enter, which is what the gate on the +-- tournament page is asking. CREATE OR REPLACE FUNCTION public.tournament_registration_unlocked_for_session( tournament public.tournaments, hasura_session json @@ -34,23 +70,3 @@ AS $$ (hasura_session ->> 'x-hasura-user-id')::bigint ); $$; - --- registration_passcode is a column only the tournament_organizer ROLE may --- select, but a plain `user` with can_create_tournaments owns tournaments too --- and has to be able to read back the passcode they set. Granting the column to --- the `user` role would hand it to every logged-in player for every tournament --- they can see -- which is the gate itself -- so the organizer reads it through --- this row-level field instead. -CREATE OR REPLACE FUNCTION public.tournament_organizer_registration_passcode( - tournament public.tournaments, - hasura_session json -) -RETURNS text -LANGUAGE sql -STABLE -AS $$ - SELECT CASE - WHEN public.is_tournament_organizer(tournament, hasura_session) - THEN tournament.registration_passcode - END; -$$; diff --git a/hasura/metadata/actions.graphql b/hasura/metadata/actions.graphql index fc2bd0280..c489d7cf3 100644 --- a/hasura/metadata/actions.graphql +++ b/hasura/metadata/actions.graphql @@ -2585,12 +2585,31 @@ type Mutation { } type Mutation { - unlockTournamentRegistration( + createTournamentInviteCode( tournament_id: uuid! - passcode: String! + expires_in_minutes: Int + max_uses: Int + ): TournamentInviteCodeOutput +} + +type Mutation { + revokeTournamentInviteCode( + invite_code_id: uuid! + ): SuccessOutput +} + +type Mutation { + redeemTournamentInviteCode( + tournament_id: uuid! + code: String! ): SuccessOutput } +type TournamentInviteCodeOutput { + id: uuid! + code: String! +} + type TournamentDraftOutput { teams_created: Int! } diff --git a/hasura/metadata/actions.yaml b/hasura/metadata/actions.yaml index 704be57d3..a82594ea4 100644 --- a/hasura/metadata/actions.yaml +++ b/hasura/metadata/actions.yaml @@ -1934,7 +1934,7 @@ actions: - role: verified_user - role: user comment: Withdraw from a tournament's free agent pool - - name: unlockTournamentRegistration + - name: createTournamentInviteCode definition: kind: synchronous handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' @@ -1947,7 +1947,35 @@ actions: - role: streamer - role: verified_user - role: user - comment: Trade the registration passcode for an unlock on an invite only tournament + comment: Organizer mints an expiring, use capped invite link for a tournament + - name: revokeTournamentInviteCode + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Organizer kills a tournament invite link without losing who already used it + - name: redeemTournamentInviteCode + definition: + kind: synchronous + handler: '{{HASURA_GRAPHQL_ACTIONS_HOOK}}' + forward_client_headers: true + permissions: + - role: administrator + - role: tournament_organizer + - role: match_organizer + - role: moderator + - role: streamer + - role: verified_user + - role: user + comment: Spend a tournament invite link for an unlock on an invite only tournament custom_types: enums: [] input_objects: @@ -1988,6 +2016,7 @@ custom_types: type: object - name: SuccessOutput - name: TournamentDraftOutput + - name: TournamentInviteCodeOutput - name: UtilityPracticeSessionOutput - name: UtilityLineupOutput - name: UtilityPlaybookOutput diff --git a/hasura/metadata/databases/default/tables/public_tournament_invite_code_uses.yaml b/hasura/metadata/databases/default/tables/public_tournament_invite_code_uses.yaml new file mode 100644 index 000000000..9d8cb8067 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_invite_code_uses.yaml @@ -0,0 +1,32 @@ +table: + name: tournament_invite_code_uses + schema: public +object_relationships: + - name: invite_code + using: + foreign_key_constraint_on: invite_code_id + - name: player + using: + foreign_key_constraint_on: player_steam_id + - name: team + using: + foreign_key_constraint_on: team_id +select_permissions: + - role: user + permission: + columns: + - invite_code_id + - player_steam_id + - team_id + - used_at + filter: + _or: + - player_steam_id: + _eq: X-Hasura-User-Id + - invite_code: + tournament: + is_organizer: + _eq: true + allow_aggregations: true + comment: The organizer's audit of a link they published, plus the player's own record of + what they spent diff --git a/hasura/metadata/databases/default/tables/public_tournament_invite_codes.yaml b/hasura/metadata/databases/default/tables/public_tournament_invite_codes.yaml new file mode 100644 index 000000000..9613ce991 --- /dev/null +++ b/hasura/metadata/databases/default/tables/public_tournament_invite_codes.yaml @@ -0,0 +1,40 @@ +table: + name: tournament_invite_codes + schema: public +object_relationships: + - name: created_by + using: + foreign_key_constraint_on: created_by_player_steam_id + - name: tournament + using: + foreign_key_constraint_on: tournament_id +array_relationships: + - name: used_by + using: + foreign_key_constraint_on: + column: invite_code_id + table: + name: tournament_invite_code_uses + schema: public +select_permissions: + - role: user + permission: + columns: + - code + - created_at + - created_by_player_steam_id + - expires_at + - id + - max_uses + - revoked_at + - tournament_id + - uses + filter: + tournament: + is_organizer: + _eq: true + allow_aggregations: true + comment: Organizers only, and deliberately no wider - code is a bearer credential, so + anyone who can select the row can enter an invite only tournament. Minting, revoking + and spending a code all go through actions, which is why there is no write permission + here at all diff --git a/hasura/metadata/databases/default/tables/public_tournament_invites.yaml b/hasura/metadata/databases/default/tables/public_tournament_invites.yaml index 2c4395d47..e0f797022 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_invites.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_invites.yaml @@ -19,6 +19,9 @@ object_relationships: - name: player using: foreign_key_constraint_on: steam_id + - name: team + using: + foreign_key_constraint_on: team_id - name: tournament using: foreign_key_constraint_on: tournament_id @@ -33,6 +36,7 @@ insert_permissions: invited_by_player_steam_id: x-hasura-user-id columns: - steam_id + - team_id - tournament_id comment: A tournament_organizer by role and a plain user who owns the tournament are the same person here, so one block covers both and every role above it inherits it @@ -44,16 +48,31 @@ select_permissions: - id - invited_by_player_steam_id - steam_id + - team_id - tournament_id filter: _or: - 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: + - role: + _eq: Admin + - player_steam_id: + _eq: X-Hasura-User-Id - tournament: is_organizer: _eq: true allow_aggregations: true - comment: "" + comment: A team invite is addressed to nobody in particular, so it is visible to whoever + could register that team -- the same owner / captain / roster Admin the unlock answers for delete_permissions: - role: user permission: @@ -61,6 +80,19 @@ delete_permissions: _or: - 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: + - role: + _eq: Admin + - player_steam_id: + _eq: X-Hasura-User-Id - tournament: is_organizer: _eq: true diff --git a/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml b/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml index 3cc6a4db2..1f281d93a 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_registration_unlocks.yaml @@ -5,6 +5,9 @@ object_relationships: - name: player using: foreign_key_constraint_on: player_steam_id + - name: team + using: + foreign_key_constraint_on: team_id - name: tournament using: foreign_key_constraint_on: tournament_id @@ -17,14 +20,16 @@ insert_permissions: _eq: true columns: - player_steam_id + - team_id - tournament_id - comment: Pre-unlock a player without handing out the passcode + comment: Pre-unlock a player or a team without handing out an invite link select_permissions: - role: user permission: columns: - created_at - player_steam_id + - team_id - tournament_id filter: player_steam_id: @@ -36,6 +41,7 @@ select_permissions: columns: - created_at - player_steam_id + - team_id - tournament_id filter: _or: diff --git a/hasura/metadata/databases/default/tables/public_tournaments.yaml b/hasura/metadata/databases/default/tables/public_tournaments.yaml index 990312052..7598b5adb 100644 --- a/hasura/metadata/databases/default/tables/public_tournaments.yaml +++ b/hasura/metadata/databases/default/tables/public_tournaments.yaml @@ -212,12 +212,6 @@ computed_fields: function: name: tournament_missed_check_in_count schema: public - - name: organizer_registration_passcode - definition: - function: - name: tournament_organizer_registration_passcode - schema: public - session_argument: hasura_session - name: registration_unlocked definition: function: @@ -263,7 +257,6 @@ insert_permissions: - min_role - regions - registration_type - - registration_passcode comment: "" - role: tournament_organizer permission: @@ -320,7 +313,6 @@ insert_permissions: - min_role - regions - registration_type - - registration_passcode comment: "" select_permissions: - role: guest @@ -427,7 +419,6 @@ select_permissions: - min_role - regions - registration_type - - registration_passcode computed_fields: - can_cancel - can_close_registration @@ -447,7 +438,6 @@ select_permissions: - meets_min_role - can_review_check_in - missed_check_in_count - - organizer_registration_passcode - registration_unlocked filter: _or: @@ -507,7 +497,6 @@ select_permissions: - meets_min_role - can_review_check_in - missed_check_in_count - - organizer_registration_passcode - registration_unlocked filter: _or: @@ -561,7 +550,6 @@ update_permissions: - min_role - regions - registration_type - - registration_passcode filter: is_organizer: _eq: true @@ -595,7 +583,6 @@ update_permissions: - min_role - regions - registration_type - - registration_passcode filter: is_organizer: _eq: true diff --git a/hasura/metadata/databases/default/tables/tables.yaml b/hasura/metadata/databases/default/tables/tables.yaml index aa5cb59b3..cff6b5f3a 100644 --- a/hasura/metadata/databases/default/tables/tables.yaml +++ b/hasura/metadata/databases/default/tables/tables.yaml @@ -188,6 +188,8 @@ - "!include public_tournament_brackets.yaml" - "!include public_tournament_categories.yaml" - "!include public_tournament_free_agents.yaml" +- "!include public_tournament_invite_code_uses.yaml" +- "!include public_tournament_invite_codes.yaml" - "!include public_tournament_invites.yaml" - "!include public_tournament_leaderboard_entries.yaml" - "!include public_tournament_no_shows.yaml" diff --git a/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql b/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql new file mode 100644 index 000000000..7c2456ec8 --- /dev/null +++ b/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql @@ -0,0 +1,61 @@ +ALTER TABLE public.tournaments + ADD COLUMN IF NOT EXISTS registration_passcode text; + +DROP INDEX IF EXISTS public.idx_tournament_registration_unlocks_team; +DROP INDEX IF EXISTS public.idx_tournament_registration_unlocks_player; + +ALTER TABLE public.tournament_registration_unlocks + DROP CONSTRAINT IF EXISTS tournament_registration_unlocks_scoped_once; + +DELETE FROM public.tournament_registration_unlocks WHERE player_steam_id IS NULL; + +ALTER TABLE public.tournament_registration_unlocks + DROP COLUMN IF EXISTS team_id; + +ALTER TABLE public.tournament_registration_unlocks + ALTER COLUMN player_steam_id SET NOT NULL; + +ALTER TABLE public.tournament_registration_unlocks + ADD CONSTRAINT tournament_registration_unlocks_pkey + PRIMARY KEY (tournament_id, player_steam_id); + +DROP INDEX IF EXISTS public.idx_tournament_invites_team_id; +DROP INDEX IF EXISTS public.idx_tournament_invites_team_unique; +DROP INDEX IF EXISTS public.idx_tournament_invites_player_unique; + +ALTER TABLE public.tournament_invites + DROP CONSTRAINT IF EXISTS tournament_invites_addressed_once; + +DELETE FROM public.tournament_invites WHERE steam_id IS NULL; + +ALTER TABLE public.tournament_invites + DROP COLUMN IF EXISTS team_id; + +ALTER TABLE public.tournament_invites + ALTER COLUMN steam_id SET NOT NULL; + +ALTER TABLE public.tournament_invites + ADD CONSTRAINT tournament_invites_tournament_id_steam_id_key + UNIQUE (tournament_id, steam_id); + +DROP TABLE IF EXISTS public.tournament_invite_code_uses; +DROP TABLE IF EXISTS public.tournament_invite_codes; + +CREATE OR REPLACE FUNCTION public.generate_utility_invite_code() RETURNS text + LANGUAGE plpgsql + VOLATILE + AS $fn$ +DECLARE + alphabet constant text := '0123456789ABCDEFGHJKMNPQRSTVWXYZ'; + source bytea := gen_random_bytes(10); + code text := ''; + i int; +BEGIN + FOR i IN 0..9 LOOP + code := code || substr(alphabet, (get_byte(source, i) % 32) + 1, 1); + END LOOP; + RETURN code; +END; +$fn$; + +DROP FUNCTION IF EXISTS public.generate_secure_invite_code(); diff --git a/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql b/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql new file mode 100644 index 000000000..f868e4245 --- /dev/null +++ b/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql @@ -0,0 +1,159 @@ +-- Crockford base32 over gen_random_bytes: 10 chars, 50 bits, no ambiguous +-- glyphs, 256 % 32 == 0 so the modulo is unbiased. It arrived with the utility +-- practice sessions and is the right algorithm for any link handed out in +-- public, so it moves here and generate_utility_invite_code() delegates -- its +-- name and signature are untouched, which is what keeps the +-- utility_practice_sessions.invite_code default working. +-- +-- This has to be a migration rather than a hasura/functions file: migrations run +-- before the functions phase, so the tournament_invite_codes.code DEFAULT below +-- would not resolve on a fresh install. 1880000000000_utility_lineups documents +-- the same trap for generate_invite_code(). +CREATE OR REPLACE FUNCTION public.generate_secure_invite_code() RETURNS text + LANGUAGE plpgsql + VOLATILE + AS $fn$ +DECLARE + alphabet constant text := '0123456789ABCDEFGHJKMNPQRSTVWXYZ'; + source bytea := gen_random_bytes(10); + code text := ''; + i int; +BEGIN + FOR i IN 0..9 LOOP + code := code || substr(alphabet, (get_byte(source, i) % 32) + 1, 1); + END LOOP; + RETURN code; +END; +$fn$; + +CREATE OR REPLACE FUNCTION public.generate_utility_invite_code() RETURNS text + LANGUAGE sql + VOLATILE + AS $fn$ + SELECT public.generate_secure_invite_code(); +$fn$; + + +-- A tournament is advertised for weeks, so its way in cannot be a static +-- secret that never expires. A code expires, caps its uses, can be revoked, and +-- records who used it. +CREATE TABLE IF NOT EXISTS public.tournament_invite_codes ( + id uuid NOT NULL DEFAULT gen_random_uuid(), + tournament_id uuid NOT NULL REFERENCES public.tournaments (id) ON UPDATE CASCADE ON DELETE CASCADE, + code text NOT NULL DEFAULT public.generate_secure_invite_code(), + + -- NULL is "never expires" / "unlimited" rather than a sentinel date or + -- count that every reader has to remember not to compare against. + expires_at timestamptz, + max_uses integer, + + uses integer NOT NULL DEFAULT 0, + revoked_at timestamptz, + created_by_player_steam_id bigint NOT NULL REFERENCES public.players (steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + created_at timestamptz NOT NULL DEFAULT now(), + PRIMARY KEY (id), + + -- Deliberately not partial. A revoked code staying reserved forever is the + -- safe failure, and the alternative is not available anyway: an index + -- predicate over now() is impossible because now() is not immutable. + UNIQUE (code), + + CONSTRAINT tournament_invite_codes_max_uses_positive + CHECK (max_uses IS NULL OR max_uses > 0), + CONSTRAINT tournament_invite_codes_uses_not_negative + CHECK (uses >= 0) +); + +CREATE INDEX IF NOT EXISTS idx_tournament_invite_codes_tournament + ON public.tournament_invite_codes (tournament_id); + + +-- "See who used it": the organizer's audit of a link they published. +CREATE TABLE IF NOT EXISTS public.tournament_invite_code_uses ( + invite_code_id uuid NOT NULL REFERENCES public.tournament_invite_codes (id) ON UPDATE CASCADE ON DELETE CASCADE, + player_steam_id bigint NOT NULL REFERENCES public.players (steam_id) ON UPDATE CASCADE ON DELETE CASCADE, + + -- Which team they brought, once they bring one. A redemption grants entry + -- to the player, so this is NULL at the moment the code is spent. + team_id uuid REFERENCES public.teams (id) ON UPDATE CASCADE ON DELETE SET NULL, + + used_at timestamptz NOT NULL DEFAULT now(), + PRIMARY KEY (invite_code_id, player_steam_id) +); + + +-- Tournaments recruit teams, not only players. One table rather than a sibling: +-- a tournament_team_invite* name would collide with tournament_team_invites, +-- which already means "join a team that is registered". +ALTER TABLE public.tournament_invites + ADD COLUMN IF NOT EXISTS team_id uuid REFERENCES public.teams (id) ON UPDATE CASCADE ON DELETE CASCADE; + +ALTER TABLE public.tournament_invites + ALTER COLUMN steam_id DROP NOT NULL; + +ALTER TABLE public.tournament_invites + DROP CONSTRAINT IF EXISTS tournament_invites_tournament_id_steam_id_key; + +ALTER TABLE public.tournament_invites + DROP CONSTRAINT IF EXISTS tournament_invites_addressed_once; + +ALTER TABLE public.tournament_invites + ADD CONSTRAINT tournament_invites_addressed_once + CHECK (num_nonnulls(steam_id, team_id) = 1); + +-- The plain UNIQUE (tournament_id, steam_id) stops deduping the moment steam_id +-- can be NULL -- every NULL is distinct to a unique index, so a table of team +-- invites would all be "unique" on the player half. Two partial indexes instead. +CREATE UNIQUE INDEX IF NOT EXISTS idx_tournament_invites_player_unique + ON public.tournament_invites (tournament_id, steam_id) + WHERE steam_id IS NOT NULL; + +CREATE UNIQUE INDEX IF NOT EXISTS idx_tournament_invites_team_unique + ON public.tournament_invites (tournament_id, team_id) + WHERE team_id IS NOT NULL; + +CREATE INDEX IF NOT EXISTS idx_tournament_invites_team_id + ON public.tournament_invites (team_id); + + +-- An unlock is now either player-scoped or team-scoped, on the same shape as +-- the invite that grants it. A team-scoped row carries no player: it is the +-- team that was let in, and whoever may register that team inherits it. +ALTER TABLE public.tournament_registration_unlocks + ADD COLUMN IF NOT EXISTS team_id uuid REFERENCES public.teams (id) ON UPDATE CASCADE ON DELETE CASCADE; + +-- Before the DROP NOT NULL, not after: a column still in a primary key cannot +-- become nullable. +ALTER TABLE public.tournament_registration_unlocks + DROP CONSTRAINT IF EXISTS tournament_registration_unlocks_pkey; + +ALTER TABLE public.tournament_registration_unlocks + ALTER COLUMN player_steam_id DROP NOT NULL; + +ALTER TABLE public.tournament_registration_unlocks + DROP CONSTRAINT IF EXISTS tournament_registration_unlocks_scoped_once; + +ALTER TABLE public.tournament_registration_unlocks + ADD CONSTRAINT tournament_registration_unlocks_scoped_once + CHECK (num_nonnulls(player_steam_id, team_id) = 1); + +CREATE UNIQUE INDEX IF NOT EXISTS idx_tournament_registration_unlocks_player + ON public.tournament_registration_unlocks (tournament_id, player_steam_id) + WHERE team_id IS NULL; + +CREATE UNIQUE INDEX IF NOT EXISTS idx_tournament_registration_unlocks_team + ON public.tournament_registration_unlocks (tournament_id, team_id) + WHERE team_id IS NOT NULL; + + +-- Its own step, and the irreversible one: everything above works without it. +-- The typed passcode is a bearer secret that never expires, and it had a trap +-- of its own -- invite_only saved with a NULL passcode locked everyone out with +-- no UI path back. The generated codes replace it outright. +-- +-- The computed field goes with the column: a SQL function body is a string, so +-- Postgres tracks no dependency and would leave it to fail at call time instead. +DROP FUNCTION IF EXISTS public.tournament_organizer_registration_passcode(public.tournaments, json); + +ALTER TABLE public.tournaments + DROP COLUMN IF EXISTS registration_passcode; diff --git a/hasura/triggers/tournament_teams.sql b/hasura/triggers/tournament_teams.sql index 6459ca823..352983794 100644 --- a/hasura/triggers/tournament_teams.sql +++ b/hasura/triggers/tournament_teams.sql @@ -22,7 +22,14 @@ BEGIN IF (_session ->> 'x-hasura-role') IS NOT NULL AND tournament.invite_only AND NOT is_tournament_organizer(tournament, _session) - AND NOT public.tournament_registration_unlocked(NEW.tournament_id, _session_steam_id) THEN + -- NEW.team_id, so an invite addressed to the team is what lets the team + -- in. It is NULL for an ad-hoc tournament team, which then falls back to + -- the player-scoped half on its own. + AND NOT public.tournament_registration_unlocked( + NEW.tournament_id, + _session_steam_id, + NEW.team_id + ) THEN RAISE EXCEPTION USING ERRCODE = '22000', MESSAGE = 'This tournament is invite only'; END IF; diff --git a/scripts/seed-tournament-qa.mjs b/scripts/seed-tournament-qa.mjs index cbb185abb..06c4db104 100644 --- a/scripts/seed-tournament-qa.mjs +++ b/scripts/seed-tournament-qa.mjs @@ -298,12 +298,30 @@ async function main() { name: "7 join rules", organizer: org, startsInMinutes: 300, columns: { min_role: "verified_user", min_elo: 1200, max_elo: 2000, - invite_only: true, registration_passcode: "QA-2026", + invite_only: true, regions: "{}", }, }); await setStatus(client, id, org, "RegistrationOpen"); - record("JOIN RULES", id, "verified_user + 1200-2000 ELO + invite only, passcode QA-2026"); + + // A live link and a dead one, so the fixture covers both answers without + // anyone having to wait out an expiry. + const { rows: [live] } = await client.query( + `INSERT INTO tournament_invite_codes (tournament_id, created_by_player_steam_id, expires_at, max_uses) + VALUES ($1, $2, now() + interval '7 days', 2) RETURNING code`, + [id, org], + ); + const { rows: [dead] } = await client.query( + `INSERT INTO tournament_invite_codes (tournament_id, created_by_player_steam_id, expires_at) + VALUES ($1, $2, now() - interval '1 hour') RETURNING code`, + [id, org], + ); + + record( + "JOIN RULES", + id, + `verified_user + 1200-2000 ELO + invite only. Live link ?invite=${live.code} (2 uses), expired ?invite=${dead.code}`, + ); } console.log(`\nSeeded ${scenarios.length} scenarios:\n`); diff --git a/src/invites/invites.controller.ts b/src/invites/invites.controller.ts index c0e3a538e..a054006af 100644 --- a/src/invites/invites.controller.ts +++ b/src/invites/invites.controller.ts @@ -52,7 +52,7 @@ export class InvitesController { } await this.notifyInvited("TeamInvite", { - steamId: invite.steam_id, + steamIds: [invite.steam_id], title: "Team Invite", body: `${NotificationsService.escapeHtml(invite.invited_by)} invited you to ${NotificationsService.escapeHtml(invite.team_name)}.`, entityId: data.new.id, @@ -95,7 +95,7 @@ export class InvitesController { } await this.notifyInvited("TournamentTeamInvite", { - steamId: invite.steam_id, + steamIds: [invite.steam_id], title: "Tournament Invite", body: `${NotificationsService.escapeHtml(invite.invited_by)} invited you to play for ${NotificationsService.escapeHtml(invite.team_name)} in ${NotificationsService.escapeHtml(invite.tournament_name)}.`, entityId: data.new.id, @@ -111,18 +111,23 @@ export class InvitesController { const [invite] = await this.postgres.query< Array<{ - steam_id: string; + steam_id: string | null; + team_id: string | null; + team_name: string | null; tournament_name: string; tournament_logo: string | null; invited_by: string; }> >( `SELECT ti.steam_id::text AS steam_id, + ti.team_id::text AS team_id, + team.name AS team_name, tour.name AS tournament_name, tour.logo AS tournament_logo, COALESCE(p.name, 'Someone') AS invited_by FROM public.tournament_invites ti JOIN public.tournaments tour ON tour.id = ti.tournament_id + LEFT JOIN public.teams team ON team.id = ti.team_id LEFT JOIN public.players p ON p.steam_id = ti.invited_by_player_steam_id WHERE ti.id = $1::uuid`, [data.new.id], @@ -132,19 +137,54 @@ export class InvitesController { return; } + // A team-addressed invite has nobody to tell on the row itself, so it goes + // to the people who could act on it -- the same owner / captain / roster + // Admin the unlock will answer for. + const steamIds = invite.team_id + ? await this.teamRegistrars(invite.team_id) + : [invite.steam_id!]; + + if (steamIds.length === 0) { + return; + } + await this.notifyInvited("TournamentInvite", { - steamId: invite.steam_id, + steamIds, title: "Tournament Invite", - body: `${NotificationsService.escapeHtml(invite.invited_by)} invited you to register for ${NotificationsService.escapeHtml(invite.tournament_name)}.`, + body: invite.team_id + ? `${NotificationsService.escapeHtml(invite.invited_by)} invited ${NotificationsService.escapeHtml(invite.team_name ?? "your team")} to register for ${NotificationsService.escapeHtml(invite.tournament_name)}.` + : `${NotificationsService.escapeHtml(invite.invited_by)} invited you to register for ${NotificationsService.escapeHtml(invite.tournament_name)}.`, entityId: data.new.id, icon: invite.tournament_logo, }); } + // Owner, captain and roster Admins: exactly the people + // tournament_registration_unlocked() treats as able to register the team, so + // the invite reaches whoever can actually accept it. + private async teamRegistrars(teamId: 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 public.teams t WHERE t.id = $1::uuid + UNION + SELECT t.captain_steam_id FROM public.teams t WHERE t.id = $1::uuid + UNION + SELECT tr.player_steam_id + FROM public.team_roster tr + WHERE tr.team_id = $1::uuid AND tr.role = 'Admin' + ) registrars + WHERE steam_id IS NOT NULL`, + [teamId], + ); + + return rows.map((row) => row.steam_id); + } + public async notifyInvited( type: e_notification_types_enum, invite: { - steamId: string; + steamIds: Array; title: string; body: string; entityId: string; @@ -158,7 +198,7 @@ export class InvitesController { message: invite.body, role: "user", entity_id: invite.entityId, - steamIds: [invite.steamId], + steamIds: invite.steamIds, data: { icon: invite.icon }, }); } catch (error) { @@ -304,9 +344,13 @@ export class InvitesController { // steam id. private async findTournamentInvite(invite_id: string) { const [invite] = await this.postgres.query< - Array<{ tournament_id: string; steam_id: string }> + Array<{ + tournament_id: string; + steam_id: string | null; + team_id: string | null; + }> >( - `SELECT tournament_id, steam_id::text AS steam_id + `SELECT tournament_id, steam_id::text AS steam_id, team_id::text AS team_id FROM public.tournament_invites WHERE id = $1::uuid`, [invite_id], @@ -319,24 +363,43 @@ export class InvitesController { return invite; } + // The row is addressed to exactly one of a player or a team + // (tournament_invites_addressed_once), and who may answer it follows from + // which: the player themselves, or anyone who could register that team. + private async canAnswerTournamentInvite( + invite: { steam_id: string | null; team_id: string | null }, + user: User, + ): Promise { + if (invite.team_id === null) { + return invite.steam_id === user.steam_id; + } + + const registrars = await this.teamRegistrars(invite.team_id); + + return registrars.includes(user.steam_id); + } + private async acceptTournamentInvite(invite_id: string, user: User) { const invite = await this.findTournamentInvite(invite_id); - if (invite.steam_id !== user.steam_id) { + if (!(await this.canAnswerTournamentInvite(invite, user))) { return { success: false, }; } // An unlock row is what tbi_tournament_team and tbi_tournament_free_agents - // already check, so the invite grants exactly what the passcode grants + // already check, so the invite grants exactly what an invite code grants // rather than becoming a second gate they would both have to learn about. - // ON CONFLICT because the player may have redeemed a passcode first. + // ON CONFLICT because the player may have redeemed a code first. + // + // A team invite writes the team-scoped half: the team gets to register, and + // its members do not each get a free-agent slot out of it. await this.postgres.query( - `INSERT INTO public.tournament_registration_unlocks (tournament_id, player_steam_id) - VALUES ($1::uuid, $2::bigint) + `INSERT INTO public.tournament_registration_unlocks (tournament_id, player_steam_id, team_id) + VALUES ($1::uuid, $2::bigint, $3::uuid) ON CONFLICT DO NOTHING`, - [invite.tournament_id, invite.steam_id], + [invite.tournament_id, invite.steam_id, invite.team_id], ); await this.postgres.query( @@ -446,14 +509,14 @@ export class InvitesController { public async denyTournamentInvite(invite_id: string, user: User) { const invite = await this.findTournamentInvite(invite_id); - if (invite.steam_id !== user.steam_id) { + if (!(await this.canAnswerTournamentInvite(invite, user))) { return { success: false, }; } // Only the invite goes; a declined invite never granted an unlock, and - // deleting one here would revoke a passcode the player redeemed themselves. + // deleting one here would revoke a code the player redeemed themselves. await this.postgres.query( "DELETE FROM public.tournament_invites WHERE id = $1::uuid", [invite_id], diff --git a/src/redis/redis-manager/redis-manager.service.ts b/src/redis/redis-manager/redis-manager.service.ts index 245329d62..8b1e70166 100644 --- a/src/redis/redis-manager/redis-manager.service.ts +++ b/src/redis/redis-manager/redis-manager.service.ts @@ -81,6 +81,39 @@ export class RedisManagerService implements OnApplicationShutdown { return this.connections[connection]; } + // Every bearer credential the platform hands out -- a practice session invite + // code, a tournament invite link -- is guessable in principle, and the action + // that redeems one takes an arbitrary id, so any logged-in caller can grind + // against every target. Keyed per caller, and the minute is part of the key + // rather than a refreshed TTL: re-setting the TTL on every attempt would push + // the window ahead of a caller who never stops and lock them out for good. + public static async assertRateLimit( + redis: Redis, + options: { + key: string; + steamId: string; + limit: number; + message: string; + }, + ): Promise { + const key = `${options.key}:${options.steamId}:${Math.floor( + Date.now() / 60000, + )}`; + + // INCR rather than get-then-put: attempts fired concurrently all read the + // same pre-increment value, and a limit that only counts the ones that + // happened to be serialised is not a limit. EXPIRE has to follow INCR -- + // on a key that does not exist yet it does nothing, which would leave the + // counter with no TTL at all. + const result = await redis.multi().incr(key).expire(key, 120).exec(); + + const count = Number(result?.[0]?.[1] ?? 0); + + if (count > options.limit) { + throw Error(options.message); + } + } + public getConfig(connection: string): RedisOptions { if (!this.config.connections[connection]) { throw new Error(`Redis connection ${connection} not found`); diff --git a/src/tournaments/tournaments.controller.spec.ts b/src/tournaments/tournaments.controller.spec.ts index 68e41fecc..a0c1b7fbc 100644 --- a/src/tournaments/tournaments.controller.spec.ts +++ b/src/tournaments/tournaments.controller.spec.ts @@ -33,7 +33,10 @@ describe("TournamentsController registration and check-in actions", () => { let continued: Rows; let removedFreeAgent: Rows; let eligible: boolean; - let passcodeRow: Record | undefined; + let mintedCode: Record; + let codeRow: Record | undefined; + let claimedRows: Rows; + let diagnosisRow: Record | undefined; let draftedTeams: number; let lobbyRow: Record | undefined; let lobbyMembers: Rows; @@ -99,7 +102,10 @@ describe("TournamentsController registration and check-in actions", () => { continued = [{ id: "tournament-1" }]; removedFreeAgent = [{ id: "agent-1" }]; eligible = true; - passcodeRow = undefined; + mintedCode = { id: "code-1", code: "ABCDEFGHJK" }; + codeRow = { tournament_id: "tournament-1" }; + claimedRows = [{ invite_code_id: "code-1" }]; + diagnosisRow = undefined; draftedTeams = 2; lobbyRow = { lobby_id: "lobby-1", captain: true }; lobbyMembers = [ @@ -156,8 +162,23 @@ describe("TournamentsController registration and check-in actions", () => { if (sql.includes("DELETE FROM tournament_free_agents")) { return removedFreeAgent; } - if (sql.includes("registration_passcode")) { - return passcodeRow ? [passcodeRow] : []; + if (sql.includes("INSERT INTO tournament_invite_codes")) { + return [mintedCode]; + } + if (sql.includes("SELECT tournament_id::text AS tournament_id")) { + return codeRow ? [codeRow] : []; + } + if (sql.includes("SET revoked_at = now()")) { + return []; + } + if (sql.includes("DELETE FROM tournament_invite_codes c")) { + return []; + } + if (sql.includes("WITH claimed AS (")) { + return claimedRows; + } + if (sql.includes("AS already_used")) { + return diagnosisRow ? [diagnosisRow] : []; } if (sql.includes("INSERT INTO tournament_registration_unlocks")) { return []; @@ -817,82 +838,218 @@ describe("TournamentsController registration and check-in actions", () => { }); }); - describe("unlockTournamentRegistration", () => { - // "No passcode set" and "wrong passcode" must not be told apart: the - // distinction is half the search space handed to a guesser for free. - it("refuses a tournament with no passcode indistinguishably", async () => { - passcodeRow = { - status: "RegistrationOpen", - has_passcode: false, - matches: false, - }; + describe("tournament invite codes", () => { + it("refuses to mint a link for a tournament the caller does not run", async () => { + tournamentRow = tournament({ is_organizer: false }); await expect( - controller.unlockTournamentRegistration({ + controller.createTournamentInviteCode({ user: player, tournament_id: "tournament-1", - passcode: "hunter2", }), - ).rejects.toThrow(/^incorrect passcode$/i); + ).rejects.toThrow(/not the tournament organizer/i); + + expect( + statements.some((sql) => + sql.includes("INSERT INTO tournament_invite_codes"), + ), + ).toBe(false); + }); + + it("hands back the code the database minted", async () => { + tournamentRow = tournament({ is_organizer: true }); + + await expect( + controller.createTournamentInviteCode({ + user: organizer, + tournament_id: "tournament-1", + expires_in_minutes: 30, + max_uses: 2, + }), + ).resolves.toEqual({ id: "code-1", code: "ABCDEFGHJK" }); + }); + + // NULL is the "never expires" / "unlimited" case, so a zero or a negative + // has to be refused rather than quietly stored as one of them. + it("refuses a non-positive expiry or use limit", async () => { + tournamentRow = tournament({ is_organizer: true }); + + await expect( + controller.createTournamentInviteCode({ + user: organizer, + tournament_id: "tournament-1", + expires_in_minutes: 0, + }), + ).rejects.toThrow(/expiry has to be in the future/i); + + await expect( + controller.createTournamentInviteCode({ + user: organizer, + tournament_id: "tournament-1", + max_uses: 0, + }), + ).rejects.toThrow(/use limit has to be at least one/i); + }); + + it("refuses to revoke a link belonging to somebody else's tournament", async () => { + tournamentRow = tournament({ is_organizer: false }); + + await expect( + controller.revokeTournamentInviteCode({ + user: player, + invite_code_id: "code-1", + }), + ).rejects.toThrow(/not the tournament organizer/i); + + expect( + statements.some((sql) => sql.includes("SET revoked_at = now()")), + ).toBe(false); + }); + + it("stamps rather than deletes, so the uses survive the revoke", async () => { + tournamentRow = tournament({ is_organizer: true }); + + await expect( + controller.revokeTournamentInviteCode({ + user: organizer, + invite_code_id: "code-1", + }), + ).resolves.toEqual({ success: true }); + + expect( + statements.some((sql) => sql.includes("SET revoked_at = now()")), + ).toBe(true); + expect( + statements.some((sql) => + sql.includes("DELETE FROM tournament_invite_codes\n"), + ), + ).toBe(false); }); it("throttles a guesser before the database is even asked", async () => { - passcodeRow = { - status: "RegistrationOpen", - has_passcode: true, - matches: false, - }; redisExec.mockResolvedValue([ - [null, TournamentsController.PASSCODE_ATTEMPTS_PER_MINUTE + 1], + [null, TournamentsController.REDEEM_ATTEMPTS_PER_MINUTE + 1], ]); await expect( - controller.unlockTournamentRegistration({ + controller.redeemTournamentInviteCode({ user: player, tournament_id: "tournament-1", - passcode: "nope", + code: "NOPE", }), - ).rejects.toThrow(/too many passcode attempts/i); + ).rejects.toThrow(/too many invite attempts/i); expect(statements).toHaveLength(0); }); - it("refuses a wrong passcode", async () => { - passcodeRow = { - status: "RegistrationOpen", - has_passcode: true, - matches: false, + it("refuses once registration has closed", async () => { + tournamentRow = tournament({ status: "RegistrationClosed" }); + + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).rejects.toThrow(/registration is not open/i); + + expect(statements.some((sql) => sql.includes("WITH claimed AS ("))).toBe( + false, + ); + }); + + it("claims the code, the unlock and the audit row in one statement", async () => { + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).resolves.toEqual({ success: true }); + + const [claim] = statements.filter((sql) => + sql.includes("WITH claimed AS ("), + ); + expect(claim).toContain("SET uses = c.uses + 1"); + expect(claim).toContain("INSERT INTO tournament_registration_unlocks"); + expect(claim).toContain("INSERT INTO tournament_invite_code_uses"); + }); + + // The claim is silent about why it matched nothing; naming the reason is a + // second read that must never be able to let anybody in. + it("names the refusal without ever granting on the diagnosis", async () => { + claimedRows = []; + + diagnosisRow = { + revoked: true, + expired: false, + exhausted: false, + already_used: false, }; + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).rejects.toThrow(/was revoked/i); + diagnosisRow = { + revoked: false, + expired: true, + exhausted: false, + already_used: false, + }; await expect( - controller.unlockTournamentRegistration({ + controller.redeemTournamentInviteCode({ user: player, tournament_id: "tournament-1", - passcode: "nope", + code: "ABCDEFGHJK", }), - ).rejects.toThrow(/^incorrect passcode$/i); + ).rejects.toThrow(/has expired/i); + + diagnosisRow = { + revoked: false, + expired: false, + exhausted: true, + already_used: false, + }; + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).rejects.toThrow(/has been used up/i); + + diagnosisRow = undefined; + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).rejects.toThrow(/not found/i); }); - it("records the unlock on a match", async () => { - passcodeRow = { - status: "RegistrationOpen", - has_passcode: true, - matches: true, + // A double-clicked Accept is not a second entry: they already hold the + // unlock, so it is a no-op rather than "this link has been used up". + it("treats a second redemption by the same player as a no-op", async () => { + claimedRows = []; + diagnosisRow = { + revoked: false, + expired: false, + exhausted: true, + already_used: true, }; await expect( - controller.unlockTournamentRegistration({ + controller.redeemTournamentInviteCode({ user: player, tournament_id: "tournament-1", - passcode: "hunter2", + code: "ABCDEFGHJK", }), ).resolves.toEqual({ success: true }); - - expect( - statements.some((sql) => - sql.includes("INSERT INTO tournament_registration_unlocks"), - ), - ).toBe(true); }); }); }); diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index ffec359ef..cd52d1606 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -1117,75 +1117,237 @@ export class TournamentsController { throw Error("this tournament is invite only"); } - // A passcode is a bearer credential and the action takes an arbitrary - // tournament id, so every logged-in player can guess against every - // tournament. Keyed per caller, and the minute is part of the key rather than - // a refreshed TTL -- re-setting the TTL on each attempt would push the window - // ahead of somebody who never stops and lock them out for good. - public static readonly PASSCODE_ATTEMPTS_PER_MINUTE = 5; - - private async assertPasscodeRateLimit(steamId: string): Promise { - const key = `tournament-passcode:${steamId}:${Math.floor( - Date.now() / 60000, - )}`; - // INCR rather than get-then-put: guesses fired concurrently all read the - // same pre-increment value, and a limit that only counts the attempts that - // happened to be serialised is not a limit. EXPIRE has to follow INCR -- - // on a key that does not exist yet it does nothing, which would leave the - // counter with no TTL at all. - const result = await this.redis.multi().incr(key).expire(key, 120).exec(); - - const count = Number(result?.[0]?.[1] ?? 0); - - if (count > TournamentsController.PASSCODE_ATTEMPTS_PER_MINUTE) { - throw Error("too many passcode attempts, try again in a minute"); - } - } - @HasuraAction() - public async unlockTournamentRegistration(data: { + public async createTournamentInviteCode(data: { user: User; tournament_id: string; - passcode: string; + expires_in_minutes?: number | null; + max_uses?: number | null; }) { - const { tournament_id, passcode } = data; + const { tournament_id, expires_in_minutes, max_uses } = data; + const tournament = await this.getTournamentAccess(tournament_id, data.user); + + this.requireOrganizer(tournament); - await this.assertPasscodeRateLimit(data.user.steam_id); + if (expires_in_minutes != null && expires_in_minutes <= 0) { + throw Error("an expiry has to be in the future"); + } - // Compared in SQL so the passcode never has to be read back out of the - // database and into a log or an error message. - const [tournament] = await this.postgres.query< - Array<{ status: string; matches: boolean; has_passcode: boolean }> + if (max_uses != null && max_uses <= 0) { + throw Error("a use limit has to be at least one"); + } + + // The code itself comes from the column default: generating it in SQL keeps + // one generator for every public link on the platform, and keeps the API + // out of the business of seeding randomness. + const [code] = await this.postgres.query< + Array<{ id: string; code: string }> >( - `SELECT t.status, - t.registration_passcode IS NOT NULL AND t.registration_passcode <> '' AS has_passcode, - lower(btrim(COALESCE(t.registration_passcode, ''))) = lower(btrim($2::text)) AS matches - FROM tournaments t - WHERE t.id = $1::uuid`, - [tournament_id, passcode ?? ""], + `INSERT INTO tournament_invite_codes + (tournament_id, created_by_player_steam_id, expires_at, max_uses) + VALUES ($1::uuid, $2::bigint, + CASE WHEN $3::int IS NULL THEN NULL + ELSE now() + ($3::int * interval '1 minute') END, + $4::int) + RETURNING id::text AS id, code`, + [ + tournament_id, + data.user.steam_id, + expires_in_minutes ?? null, + max_uses ?? null, + ], ); - if (!tournament) { - throw Error("tournament not found"); + return { id: code.id, code: code.code }; + } + + @HasuraAction() + public async revokeTournamentInviteCode(data: { + user: User; + invite_code_id: string; + }) { + const { invite_code_id } = data; + + const [code] = await this.postgres.query>( + `SELECT tournament_id::text AS tournament_id + FROM tournament_invite_codes + WHERE id = $1::uuid`, + [invite_code_id], + ); + + if (!code) { + throw Error("invite link not found"); } + const tournament = await this.getTournamentAccess( + code.tournament_id, + data.user, + ); + + this.requireOrganizer(tournament); + + // Stamped rather than deleted: the uses cascade off the code, and revoking + // a link must not erase the record of who already came in through it. + await this.postgres.query( + `UPDATE tournament_invite_codes + SET revoked_at = now() + WHERE id = $1::uuid AND revoked_at IS NULL`, + [invite_code_id], + ); + + return { success: true }; + } + + // An invite code is a bearer credential and redemption takes an arbitrary + // tournament id, so every logged-in player can grind codes against every + // tournament. + public static readonly REDEEM_ATTEMPTS_PER_MINUTE = 5; + + @HasuraAction() + public async redeemTournamentInviteCode(data: { + user: User; + tournament_id: string; + code: string; + }) { + const { tournament_id, code } = data; + + await RedisManagerService.assertRateLimit(this.redis, { + key: "tournament-invite-code", + steamId: data.user.steam_id, + limit: TournamentsController.REDEEM_ATTEMPTS_PER_MINUTE, + message: "too many invite attempts, try again in a minute", + }); + + const tournament = await this.getTournamentAccess(tournament_id, data.user); + if (!["Setup", "RegistrationOpen"].includes(tournament.status)) { throw Error("registration is not open"); } - // One message for both. "No passcode set" and "wrong passcode" told apart - // is half the search space handed over for free. - if (!tournament.has_passcode || !tournament.matches) { - throw Error("incorrect passcode"); + await this.pruneInviteCodes(tournament_id); + + // One statement, so two players spending the last slot at once cannot both + // win it: the second UPDATE blocks on the row, then re-checks its own WHERE + // against the committed `uses` and matches nothing. A read-then-write has no + // way to say that. Both writes hang off the same CTE, so the unlock and the + // audit row only exist for a claim that actually landed. + const claimed = await this.postgres.query< + Array<{ invite_code_id: string }> + >( + `WITH claimed AS ( + UPDATE tournament_invite_codes c + SET uses = c.uses + 1 + WHERE c.tournament_id = $1::uuid + AND upper(btrim(c.code)) = upper(btrim($2::text)) + AND c.revoked_at IS NULL + AND (c.expires_at IS NULL OR c.expires_at > now()) + AND (c.max_uses IS NULL OR c.uses < c.max_uses) + AND NOT EXISTS ( + SELECT 1 + FROM tournament_invite_code_uses u + WHERE u.invite_code_id = c.id + AND u.player_steam_id = $3::bigint + ) + RETURNING c.id + ), + unlocked AS ( + INSERT INTO tournament_registration_unlocks (tournament_id, player_steam_id) + SELECT $1::uuid, $3::bigint FROM claimed + ON CONFLICT DO NOTHING + RETURNING tournament_id + ) + INSERT INTO tournament_invite_code_uses (invite_code_id, player_steam_id) + SELECT id, $3::bigint FROM claimed + ON CONFLICT (invite_code_id, player_steam_id) DO NOTHING + RETURNING invite_code_id::text AS invite_code_id`, + [tournament_id, code ?? "", data.user.steam_id], + ); + + if (claimed.length > 0) { + return { success: true }; } - await this.postgres.query( - `INSERT INTO tournament_registration_unlocks (tournament_id, player_steam_id) - VALUES ($1::uuid, $2::bigint) - ON CONFLICT (tournament_id, player_steam_id) DO NOTHING`, - [tournament_id, data.user.steam_id], + // Nothing was claimed, and the statement is silent about why. This either + // names the refusal or returns, which happens for one reason only: the + // player already spent this link and holds the unlock already. + await this.explainRefusedInviteCode( + tournament_id, + code ?? "", + data.user.steam_id, ); return { success: true }; } + + // Lazily, on the path that already has this tournament's codes in hand, + // rather than on a cron. Only codes nobody ever spent: a code with uses on it + // is the record of who came in through it, and the uses cascade off it. The + // grace period is what keeps a link that has only just lapsed answering "this + // expired" instead of "no such link". + private async pruneInviteCodes(tournamentId: string): Promise { + await this.postgres.query( + `DELETE FROM tournament_invite_codes c + WHERE c.tournament_id = $1::uuid + AND c.uses = 0 + AND (c.expires_at <= now() - interval '1 day' + OR c.revoked_at <= now() - interval '1 day')`, + [tournamentId], + ); + } + + // Only ever reached once the claim has failed, so the diagnosis races nothing + // that matters: it decides which refusal to name, never whether to let anyone + // in. + private async explainRefusedInviteCode( + tournamentId: string, + code: string, + steamId: string, + ): Promise { + const [row] = await this.postgres.query< + Array<{ + revoked: boolean; + expired: boolean; + exhausted: boolean; + already_used: boolean; + }> + >( + `SELECT c.revoked_at IS NOT NULL AS revoked, + c.expires_at IS NOT NULL AND c.expires_at <= now() AS expired, + c.max_uses IS NOT NULL AND c.uses >= c.max_uses AS exhausted, + EXISTS ( + SELECT 1 + FROM tournament_invite_code_uses u + WHERE u.invite_code_id = c.id + AND u.player_steam_id = $3::bigint + ) AS already_used + FROM tournament_invite_codes c + WHERE c.tournament_id = $1::uuid + AND upper(btrim(c.code)) = upper(btrim($2::text))`, + [tournamentId, code, steamId], + ); + + if (!row) { + throw Error("invite link not found"); + } + + // Spending a link twice is the double-clicked button, not a second entry: + // they already hold the unlock, so this is a no-op rather than a refusal. + if (row.already_used) { + return; + } + + if (row.revoked) { + throw Error("this invite link was revoked"); + } + + if (row.expired) { + throw Error("this invite link has expired"); + } + + if (row.exhausted) { + throw Error("this invite link has been used up"); + } + + throw Error("invite link not found"); + } } diff --git a/src/utility/utility-practice.service.ts b/src/utility/utility-practice.service.ts index 970c5e1b7..448fe3535 100644 --- a/src/utility/utility-practice.service.ts +++ b/src/utility/utility-practice.service.ts @@ -671,28 +671,16 @@ export class UtilityPracticeService { // index that keeps codes unique is scoped to Starting/Ready, so an ended // session's code is free to be minted again by somebody else. // An invite code is a bearer credential, so the lookup is the enumeration - // surface rather than the code length alone. Keyed per caller, and the minute - // is part of the key rather than a refreshed TTL -- re-setting the TTL on - // every attempt would push the window ahead of a caller who never stops and - // lock them out for good. + // surface rather than the code length alone. public static readonly INVITE_LOOKUPS_PER_MINUTE = 10; private async assertInviteLookupRateLimit(steamId: string): Promise { - const key = `utility-invite-lookup:${steamId}:${Math.floor( - Date.now() / 60000, - )}`; - // INCR rather than get-then-put: guesses fired concurrently all read the - // same pre-increment value, and a limit that only counts the attempts that - // happened to be serialised is not a limit. EXPIRE has to follow INCR -- - // on a key that does not exist yet it does nothing, which would leave the - // counter with no TTL at all. - const result = await this.redis.multi().incr(key).expire(key, 120).exec(); - - const count = Number(result?.[0]?.[1] ?? 0); - - if (count > UtilityPracticeService.INVITE_LOOKUPS_PER_MINUTE) { - throw Error("too many invite attempts, try again in a minute"); - } + await RedisManagerService.assertRateLimit(this.redis, { + key: "utility-invite-lookup", + steamId, + limit: UtilityPracticeService.INVITE_LOOKUPS_PER_MINUTE, + message: "too many invite attempts, try again in a minute", + }); } private async findSession(options: { diff --git a/test/tournament-invite-codes.spec.ts b/test/tournament-invite-codes.spec.ts new file mode 100644 index 000000000..07b9e2c7d --- /dev/null +++ b/test/tournament-invite-codes.spec.ts @@ -0,0 +1,541 @@ +import { Logger } from "@nestjs/common"; +import { PostgresService } from "./../src/postgres/postgres.service"; +import { TournamentsController } from "./../src/tournaments/tournaments.controller"; +import { User } from "./../src/auth/types/User"; +import { Fixtures } from "./utils/fixtures"; +import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; + +// An invite link replaces the typed passcode: it expires, it caps its uses, it +// can be revoked and it records who came in through it. Every one of those is a +// property of the row and the claiming statement rather than of the API, so +// they are exercised against the real schema. +describe("tournament invite codes (SQL-driven)", () => { + let db: SqlTestDb; + let postgres: PostgresService; + let fx: Fixtures; + + // The action mints, revokes and spends codes on the API's pooled connection, + // which carries no hasura.user -- there is no trigger behind it, so the + // controller is the thing under test. + const controller = () => + new TournamentsController( + new Logger("TournamentInviteCodeTest"), + {} as never, + {} as never, + {} as never, + {} as never, + { notifyPlayers: jest.fn() } as never, + postgres, + { getConnection: () => redisStub() } as never, + ); + + // Counting has to be an INCR, so the stub keeps a counter rather than + // pretending the multi() chain is a no-op. + const counters = new Map(); + + const redisStub = () => ({ + multi: () => { + const queued: Array<[string, unknown]> = []; + const chain = { + incr(key: string) { + const next = (counters.get(key) ?? 0) + 1; + counters.set(key, next); + queued.push([key, next]); + return chain; + }, + expire() { + return chain; + }, + exec: async () => queued.map(([, value]) => [null, value]), + }; + return chain; + }, + }); + + const asUser = (steamId: string): User => ({ + name: "Player", + role: "user", + steam_id: steamId, + }); + + beforeAll(async () => { + db = await bootMigratedDb("TournamentInviteCodeTest"); + postgres = db.postgres; + fx = new Fixtures(postgres, 76561193700000000n); + await fx.region("TestCode"); + }, 600_000); + + afterAll(async () => { + await db?.stop(); + }); + + beforeEach(async () => { + counters.clear(); + await postgres.query("DELETE FROM matches"); + await postgres.query("DELETE FROM tournaments"); + await postgres.query("DELETE FROM match_options"); + await postgres.query("DELETE FROM teams"); + await postgres.query("DELETE FROM players"); + }); + + const createTournament = async ({ + columns = { invite_only: true } as Record< + string, + string | number | boolean + >, + } = {}) => { + const organizer = await fx.player(); + const [options] = await postgres.query>( + `INSERT INTO match_options (mr, best_of, type, map_pool_id, map_veto, region_veto, regions, number_of_substitutes) + SELECT 8, 1, 'Wingman', id, false, true, '{TestCode}', 0 + FROM map_pools WHERE type = 'Wingman' AND seed = true RETURNING id`, + ); + + const names = Object.keys(columns); + const extraCols = names.map((name) => `, "${name}"`).join(""); + const extraVals = names.map((_, index) => `, $${index + 4}`).join(""); + + const [tournament] = await postgres.query>( + `INSERT INTO tournaments (name, start, organizer_steam_id, match_options_id, status${extraCols}) + VALUES ($1, now() + interval '1 day', $2, $3, 'Setup'${extraVals}) RETURNING id`, + [ + fx.nextName("cup"), + organizer, + options.id, + ...names.map((name) => columns[name]), + ], + ); + await postgres.query( + `INSERT INTO tournament_stages (tournament_id, type, "order", min_teams, max_teams) + VALUES ($1, 'SingleElimination', 1, 4, 8)`, + [tournament.id], + ); + await runAsUser(postgres, organizer, "admin", (query) => + query( + "UPDATE tournaments SET status = 'RegistrationOpen' WHERE id = $1", + [tournament.id], + ), + ); + + return { id: tournament.id, organizer }; + }; + + const mint = ( + tournamentId: string, + organizer: string, + options: { expires_in_minutes?: number; max_uses?: number } = {}, + ) => + controller().createTournamentInviteCode({ + user: asUser(organizer), + tournament_id: tournamentId, + ...options, + }); + + const redeem = (tournamentId: string, steamId: string, code: string) => + controller().redeemTournamentInviteCode({ + user: asUser(steamId), + tournament_id: tournamentId, + code, + }); + + const codeRow = async (id: string) => { + const [row] = await postgres.query< + Array<{ uses: number; revoked_at: Date | null }> + >("SELECT uses, revoked_at FROM tournament_invite_codes WHERE id = $1", [ + id, + ]); + return row; + }; + + const usedBy = async (inviteCodeId: string) => { + const rows = await postgres.query>( + `SELECT player_steam_id::text AS player_steam_id + FROM tournament_invite_code_uses + WHERE invite_code_id = $1 + ORDER BY used_at`, + [inviteCodeId], + ); + return rows.map((row) => row.player_steam_id); + }; + + const unlocked = async (tournamentId: string, steamId: string) => { + const [row] = await postgres.query>( + "SELECT tournament_registration_unlocked($1, $2) AS unlocked", + [tournamentId, steamId], + ); + return row.unlocked; + }; + + const registerTeam = (tournamentId: string, owner: string) => + runAsUser(postgres, owner, "user", (query) => + query( + `INSERT INTO tournament_teams (tournament_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $3)`, + [tournamentId, fx.nextName("pickup"), owner], + ), + ); + + const expire = (id: string, interval: string) => + postgres.query( + `UPDATE tournament_invite_codes SET expires_at = now() - $2::interval WHERE id = $1`, + [id, interval], + ); + + describe("minting", () => { + it("refuses anyone who does not run the tournament", async () => { + const t = await createTournament(); + const outsider = await fx.player(); + + await expect(mint(t.id, outsider)).rejects.toThrow( + /not the tournament organizer/i, + ); + + const [row] = await postgres.query>( + "SELECT count(*)::text AS count FROM tournament_invite_codes", + ); + expect(Number(row.count)).toBe(0); + }); + + // A six-digit random() code is enumerable in one pass; the generator is + // Crockford base32 over gen_random_bytes for exactly that reason. + it("mints an unguessable code with no ambiguous glyphs", async () => { + const t = await createTournament(); + + const code = await mint(t.id, t.organizer); + + expect(code.code).toMatch(/^[0-9ABCDEFGHJKMNPQRSTVWXYZ]{10}$/); + expect(code.code).not.toMatch(/[ILOU]/); + }); + + it("keeps generate_utility_invite_code() working off the same generator", async () => { + const [row] = await postgres.query>( + "SELECT generate_utility_invite_code() AS code", + ); + + expect(row.code).toMatch(/^[0-9ABCDEFGHJKMNPQRSTVWXYZ]{10}$/); + }); + + it("refuses to hand out the same code twice", async () => { + const t = await createTournament(); + const first = await mint(t.id, t.organizer); + + await expect( + postgres.query( + `INSERT INTO tournament_invite_codes (tournament_id, created_by_player_steam_id, code) + VALUES ($1, $2, $3)`, + [t.id, t.organizer, first.code], + ), + ).rejects.toThrow(/duplicate key/i); + }); + + it("does not survive its tournament", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const player = await fx.player(); + await redeem(t.id, player, code.code); + + await postgres.query("DELETE FROM tournaments WHERE id = $1", [t.id]); + + const [row] = await postgres.query>( + `SELECT (SELECT count(*) FROM tournament_invite_codes) + + (SELECT count(*) FROM tournament_invite_code_uses) AS count`, + ); + expect(Number(row.count)).toBe(0); + }); + }); + + describe("redeeming", () => { + it("grants registration and names who spent it", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const player = await fx.player(); + + await expect(registerTeam(t.id, player)).rejects.toThrow(/invite only/i); + + await expect(redeem(t.id, player, code.code)).resolves.toEqual({ + success: true, + }); + + expect(await unlocked(t.id, player)).toBe(true); + expect(await usedBy(code.id)).toEqual([player]); + expect((await codeRow(code.id)).uses).toBe(1); + await expect(registerTeam(t.id, player)).resolves.toBeDefined(); + }); + + it("is case and whitespace tolerant, because the code is pasted", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const player = await fx.player(); + + await expect( + redeem(t.id, player, ` ${code.code.toLowerCase()} `), + ).resolves.toEqual({ success: true }); + }); + + it("refuses a code that has expired", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer, { expires_in_minutes: 30 }); + const player = await fx.player(); + await expire(code.id, "1 hour"); + + await expect(redeem(t.id, player, code.code)).rejects.toThrow(/expired/i); + + expect(await unlocked(t.id, player)).toBe(false); + expect((await codeRow(code.id)).uses).toBe(0); + }); + + it("keeps working while it is still inside its window", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer, { expires_in_minutes: 30 }); + const player = await fx.player(); + + await expect(redeem(t.id, player, code.code)).resolves.toEqual({ + success: true, + }); + }); + + it("refuses a revoked code immediately", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const first = await fx.player(); + const second = await fx.player(); + await redeem(t.id, first, code.code); + + await expect( + controller().revokeTournamentInviteCode({ + user: asUser(t.organizer), + invite_code_id: code.id, + }), + ).resolves.toEqual({ success: true }); + + await expect(redeem(t.id, second, code.code)).rejects.toThrow(/revoked/i); + expect(await unlocked(t.id, second)).toBe(false); + + // Revoking kills the link, not the record of who already came in. + expect(await usedBy(code.id)).toEqual([first]); + expect(await unlocked(t.id, first)).toBe(true); + }); + + it("refuses a revoke from anyone but the organizer", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const outsider = await fx.player(); + + await expect( + controller().revokeTournamentInviteCode({ + user: asUser(outsider), + invite_code_id: code.id, + }), + ).rejects.toThrow(/not the tournament organizer/i); + + expect((await codeRow(code.id)).revoked_at).toBeNull(); + }); + + it("refuses once registration has closed", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const player = await fx.player(); + await postgres.query( + "UPDATE tournaments SET status = 'RegistrationClosed' WHERE id = $1", + [t.id], + ); + + await expect(redeem(t.id, player, code.code)).rejects.toThrow( + /registration is not open/i, + ); + }); + + it("refuses a code minted for a different tournament", async () => { + const mine = await createTournament(); + const theirs = await createTournament(); + const code = await mint(theirs.id, theirs.organizer); + const player = await fx.player(); + + await expect(redeem(mine.id, player, code.code)).rejects.toThrow( + /not found/i, + ); + expect(await unlocked(mine.id, player)).toBe(false); + }); + + it("throttles a caller grinding codes at one tournament", async () => { + const t = await createTournament(); + const player = await fx.player(); + + for ( + let i = 0; + i <= TournamentsController.REDEEM_ATTEMPTS_PER_MINUTE; + i++ + ) { + await expect(redeem(t.id, player, "AAAAAAAAAA")).rejects.toThrow(); + } + + await expect(redeem(t.id, player, "AAAAAAAAAA")).rejects.toThrow( + /too many invite attempts/i, + ); + }); + + it("treats a second redemption by the same player as a no-op", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer, { max_uses: 2 }); + const player = await fx.player(); + + await redeem(t.id, player, code.code); + await expect(redeem(t.id, player, code.code)).resolves.toEqual({ + success: true, + }); + + // The second pass must not spend the slot somebody else is owed. + expect((await codeRow(code.id)).uses).toBe(1); + expect(await usedBy(code.id)).toEqual([player]); + }); + }); + + describe("max_uses", () => { + it("stops at the cap", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer, { max_uses: 2 }); + const [first, second, third] = await fx.players(3); + + await expect(redeem(t.id, first, code.code)).resolves.toEqual({ + success: true, + }); + await expect(redeem(t.id, second, code.code)).resolves.toEqual({ + success: true, + }); + await expect(redeem(t.id, third, code.code)).rejects.toThrow(/used up/i); + + expect((await codeRow(code.id)).uses).toBe(2); + expect(await unlocked(t.id, third)).toBe(false); + }); + + // The claim is one statement so the second UPDATE blocks on the row and + // then re-checks its own WHERE against the committed `uses`. Held open by + // hand, because a read-then-write passes this whenever the two happen to + // serialise on their own. + it("refuses the last slot to a redemption that was waiting on it", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer, { max_uses: 1 }); + const waiting = await fx.player(); + + const holder = await client(); + try { + await holder.query("BEGIN"); + await holder.query( + "UPDATE tournament_invite_codes SET uses = uses + 1 WHERE id = $1", + [code.id], + ); + + const pending = redeem(t.id, waiting, code.code); + const settled = await blockedOnInviteCodes(pending); + expect(settled).toBe(false); + + await holder.query("COMMIT"); + + await expect(pending).rejects.toThrow(/used up/i); + } finally { + holder.release(); + } + + expect((await codeRow(code.id)).uses).toBe(1); + expect(await unlocked(t.id, waiting)).toBe(false); + }); + + it("hands the whole pool out exactly once under a concurrent rush", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer, { max_uses: 3 }); + const rush = await fx.players(8); + + const results = await Promise.allSettled( + rush.map((steamId) => redeem(t.id, steamId, code.code)), + ); + const granted = results.filter( + (result) => result.status === "fulfilled", + ).length; + + expect(granted).toBe(3); + expect((await codeRow(code.id)).uses).toBe(3); + expect(await usedBy(code.id)).toHaveLength(3); + }); + }); + + describe("pruning", () => { + it("clears a long dead code nobody ever used", async () => { + const t = await createTournament(); + const dead = await mint(t.id, t.organizer, { expires_in_minutes: 30 }); + const live = await mint(t.id, t.organizer); + await expire(dead.id, "2 days"); + const player = await fx.player(); + + await redeem(t.id, player, live.code); + + expect(await codeRow(dead.id)).toBeUndefined(); + }); + + // Deleting one would cascade the uses away with it, and "see who used it" + // is the whole point of the audit. + it("keeps a dead code that somebody came in through", async () => { + const t = await createTournament(); + const spent = await mint(t.id, t.organizer, { + expires_in_minutes: 30, + max_uses: 1, + }); + const live = await mint(t.id, t.organizer); + const [first, second] = await fx.players(2); + + await redeem(t.id, first, spent.code); + await expire(spent.id, "2 days"); + await redeem(t.id, second, live.code); + + expect(await codeRow(spent.id)).toBeDefined(); + expect(await usedBy(spent.id)).toEqual([first]); + }); + }); + + // runAsUser owns the only pooled-client helper the specs have, and it wraps + // its own transaction; the interleaving test needs to drive BEGIN/COMMIT + // itself. + const client = async () => { + const pool = ( + postgres as unknown as { + pool: { + connect(): Promise<{ + query(sql: string, params?: Array): Promise; + release(): void; + }>; + }; + } + ).pool; + + return await pool.connect(); + }; + + // Resolves false once the claim is provably parked on the row lock, so the + // interleave is a fact rather than a hope. The pending promise is watched too: + // a claim that sailed through settles and fails the assertion instead of + // hanging the suite. + const blockedOnInviteCodes = async (pending: Promise) => { + let settled = false; + pending.then( + () => (settled = true), + () => (settled = true), + ); + + for (let attempt = 0; attempt < 200; attempt++) { + const [row] = await postgres.query>( + `SELECT count(*)::text AS count + FROM pg_stat_activity + WHERE datname = current_database() + AND wait_event_type = 'Lock' + AND query ILIKE '%tournament_invite_codes%'`, + ); + + if (Number(row.count) > 0 || settled) { + return settled; + } + + await new Promise((resolve) => setTimeout(resolve, 25)); + } + + throw Error("the claim never blocked on the invite code row"); + }; +}); diff --git a/test/tournament-invites.spec.ts b/test/tournament-invites.spec.ts index fd54d41b7..a17f60ef6 100644 --- a/test/tournament-invites.spec.ts +++ b/test/tournament-invites.spec.ts @@ -5,11 +5,11 @@ import { User } from "./../src/auth/types/User"; import { Fixtures } from "./utils/fixtures"; import { bootMigratedDb, runAsUser, SqlTestDb } from "./utils/sql-test-db"; -// tournament_invites is the other half of invite_only: the passcode was the -// only way into a locked tournament, so an organizer who never handed a code -// out had no mechanism at all. Accepting writes the same -// tournament_registration_unlocks row unlockTournamentRegistration writes, so -// both paths meet at one grant the join triggers already check. +// tournament_invites is the half of invite_only that names who is wanted: an +// invite link is a shortcut, an invite is an address. It is addressed to a +// player or to a team -- tournaments recruit teams -- and accepting writes the +// same tournament_registration_unlocks row a redeemed link writes, so every +// path meets at one grant the join triggers already check. describe("tournament invites (SQL-driven)", () => { let db: SqlTestDb; let postgres: PostgresService; @@ -134,6 +134,31 @@ describe("tournament invites (SQL-driven)", () => { ), ); + // The invite arrives the same way a player invite does; only the address + // column changes. + const inviteTeam = (tournamentId: string, teamId: string, actor: string) => + runAsUser(postgres, actor, "user", async (query) => { + const [row] = (await query( + `INSERT INTO tournament_invites (tournament_id, team_id, invited_by_player_steam_id) + VALUES ($1, $2, $3) RETURNING id`, + [tournamentId, teamId, actor], + )) as Array<{ id: string }>; + return row.id; + }); + + const registerRealTeam = ( + tournamentId: string, + teamId: string, + actor: string, + ) => + runAsUser(postgres, actor, "user", (query) => + query( + `INSERT INTO tournament_teams (tournament_id, team_id, name, owner_steam_id, captain_steam_id) + VALUES ($1, $2, $3, $4, $4)`, + [tournamentId, teamId, fx.nextName("squad"), actor], + ), + ); + const registerFreeAgent = (tournamentId: string, steamId: string) => runAsUser(postgres, steamId, "user", (query) => query( @@ -214,9 +239,9 @@ describe("tournament invites (SQL-driven)", () => { expect(await inviteCount(t.id)).toBe(0); }); - it("stays a no-op when the player already redeemed the passcode", async () => { + it("stays a no-op when the player already redeemed a link", async () => { const t = await createTournament({ - columns: { invite_only: true, registration_passcode: "letmein" }, + columns: { invite_only: true }, }); const player = await fx.player(); await postgres.query( @@ -307,6 +332,149 @@ describe("tournament invites (SQL-driven)", () => { }); }); + describe("inviting a team", () => { + it("lets the invited team register once an admin accepts", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const team = await fx.team(); + + await expect(registerRealTeam(t.id, team.id, team.owner)).rejects.toThrow( + /invite only/i, + ); + + const id = await inviteTeam(t.id, team.id, t.organizer); + await expect( + controller().acceptInvite({ + user: asUser(team.owner), + invite_id: id, + type: "tournament-registration", + }), + ).resolves.toEqual({ success: true }); + + await expect( + registerRealTeam(t.id, team.id, team.owner), + ).resolves.toBeDefined(); + }); + + // The team was invited, not its players individually. A free-agent slot is + // a different thing to have been offered. + it("does not put the accepting admin into the free agent pool", async () => { + const t = await createTournament({ + columns: { invite_only: true, registration_type: "both" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const team = await fx.team(); + + const id = await inviteTeam(t.id, team.id, t.organizer); + await controller().acceptInvite({ + user: asUser(team.owner), + invite_id: id, + type: "tournament-registration", + }); + + await expect(registerFreeAgent(t.id, team.owner)).rejects.toThrow( + /invite only/i, + ); + }); + + // A team-scoped grant is not a personal one: the same admin bringing a + // different team is still outside. + it("does not let the accepting admin register some other team", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const invited = await fx.team(); + const [other] = await postgres.query>( + "INSERT INTO teams (name, short_name, owner_steam_id) VALUES ($1, $1, $2) RETURNING id", + [fx.nextName("other"), invited.owner], + ); + + const id = await inviteTeam(t.id, invited.id, t.organizer); + await controller().acceptInvite({ + user: asUser(invited.owner), + invite_id: id, + type: "tournament-registration", + }); + + await expect( + registerRealTeam(t.id, other.id, invited.owner), + ).rejects.toThrow(/invite only/i); + }); + + it("refuses an accept from somebody who cannot register the team", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const team = await fx.team(); + const outsider = await fx.player(); + const id = await inviteTeam(t.id, team.id, t.organizer); + + await expect( + controller().acceptInvite({ + user: asUser(outsider), + invite_id: id, + type: "tournament-registration", + }), + ).resolves.toEqual({ success: false }); + expect(await inviteCount(t.id)).toBe(1); + }); + + // num_nonnulls(steam_id, team_id) = 1: an invite has exactly one address. + it("refuses a row addressed to both a player and a team, or to neither", async () => { + const t = await createTournament(); + const team = await fx.team(); + const player = await fx.player(); + + await expect( + runAsUser(postgres, t.organizer, "user", (query) => + query( + `INSERT INTO tournament_invites (tournament_id, steam_id, team_id, invited_by_player_steam_id) + VALUES ($1, $2, $3, $4)`, + [t.id, player, team.id, t.organizer], + ), + ), + ).rejects.toThrow(/addressed_once/i); + + await expect( + runAsUser(postgres, t.organizer, "user", (query) => + query( + `INSERT INTO tournament_invites (tournament_id, invited_by_player_steam_id) + VALUES ($1, $2)`, + [t.id, t.organizer], + ), + ), + ).rejects.toThrow(/addressed_once/i); + }); + + // A plain UNIQUE stops deduping the moment the other half can be NULL. + it("keeps one invite per team per tournament", async () => { + const t = await createTournament(); + const team = await fx.team(); + await inviteTeam(t.id, team.id, t.organizer); + + await expect(inviteTeam(t.id, team.id, t.organizer)).rejects.toThrow( + /duplicate key/i, + ); + }); + + it("notifies whoever could register the invited team", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const team = await fx.team(); + const id = await inviteTeam(t.id, team.id, t.organizer); + + await controller().tournament_invite_events({ + op: "INSERT", + old: { id }, + new: { id }, + }); + + expect(notifications.notifyPlayers).toHaveBeenCalledWith( + "TournamentInvite", + expect.objectContaining({ + entity_id: id, + steamIds: expect.arrayContaining([team.owner]), + }), + ); + }); + }); + describe("registering into an invite-only tournament", () => { it("lets an invited player register a team once they accept", async () => { const t = await createTournament({ columns: { invite_only: true } }); From 824c690cc4ba0786bdc17febf7c1bafc21838e09 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 09:30:11 -0400 Subject: [PATCH 12/17] wip --- generated/schema.graphql | 1268 +- generated/schema.ts | 1492 +- generated/types.ts | 78505 ++++++++++++----------- src/matches/matches.controller.spec.ts | 1 + src/matches/matches.controller.ts | 35 + src/matches/matches.module.ts | 2 + src/voice/voice.service.spec.ts | 151 +- src/voice/voice.service.ts | 179 +- 8 files changed, 42994 insertions(+), 38639 deletions(-) diff --git a/generated/schema.graphql b/generated/schema.graphql index cdafd42d3..4a16d4a4e 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -1022,6 +1022,11 @@ type TournamentDraftOutput { teams_created: Int! } +type TournamentInviteCodeOutput { + code: String! + id: uuid! +} + type TournamentMatchResetImpact { bracket_id: uuid! depth: Int! @@ -44400,6 +44405,9 @@ type mutation_root { """Create directory on game server""" createServerDirectory(dir_path: String!, node_id: String!, server_id: String): SuccessOutput + """Organizer mints an expiring, use capped invite link for a tournament""" + createTournamentInviteCode(expires_in_minutes: Int, max_uses: Int, tournament_id: uuid!): TournamentInviteCodeOutput + """Delete a catalog award""" deleteAward(id: uuid!): SuccessOutput @@ -46619,6 +46627,32 @@ type mutation_root { """ delete_tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + """ + delete data from the table: "tournament_invite_code_uses" + """ + delete_tournament_invite_code_uses( + """filter the rows which have to be deleted""" + where: tournament_invite_code_uses_bool_exp! + ): tournament_invite_code_uses_mutation_response + + """ + delete single row from the table: "tournament_invite_code_uses" + """ + delete_tournament_invite_code_uses_by_pk(invite_code_id: uuid!, player_steam_id: bigint!): tournament_invite_code_uses + + """ + delete data from the table: "tournament_invite_codes" + """ + delete_tournament_invite_codes( + """filter the rows which have to be deleted""" + where: tournament_invite_codes_bool_exp! + ): tournament_invite_codes_mutation_response + + """ + delete single row from the table: "tournament_invite_codes" + """ + delete_tournament_invite_codes_by_pk(id: uuid!): tournament_invite_codes + """ delete data from the table: "tournament_invites" """ @@ -46700,11 +46734,6 @@ type mutation_root { where: tournament_registration_unlocks_bool_exp! ): tournament_registration_unlocks_mutation_response - """ - delete single row from the table: "tournament_registration_unlocks" - """ - delete_tournament_registration_unlocks_by_pk(player_steam_id: bigint!, tournament_id: uuid!): tournament_registration_unlocks - """ delete data from the table: "tournament_stage_windows" """ @@ -50792,6 +50821,50 @@ type mutation_root { on_conflict: tournament_free_agents_on_conflict ): tournament_free_agents + """ + insert data into the table: "tournament_invite_code_uses" + """ + insert_tournament_invite_code_uses( + """the rows to be inserted""" + objects: [tournament_invite_code_uses_insert_input!]! + + """upsert condition""" + on_conflict: tournament_invite_code_uses_on_conflict + ): tournament_invite_code_uses_mutation_response + + """ + insert a single row into the table: "tournament_invite_code_uses" + """ + insert_tournament_invite_code_uses_one( + """the row to be inserted""" + object: tournament_invite_code_uses_insert_input! + + """upsert condition""" + on_conflict: tournament_invite_code_uses_on_conflict + ): tournament_invite_code_uses + + """ + insert data into the table: "tournament_invite_codes" + """ + insert_tournament_invite_codes( + """the rows to be inserted""" + objects: [tournament_invite_codes_insert_input!]! + + """upsert condition""" + on_conflict: tournament_invite_codes_on_conflict + ): tournament_invite_codes_mutation_response + + """ + insert a single row into the table: "tournament_invite_codes" + """ + insert_tournament_invite_codes_one( + """the row to be inserted""" + object: tournament_invite_codes_insert_input! + + """upsert condition""" + on_conflict: tournament_invite_codes_on_conflict + ): tournament_invite_codes + """ insert data into the table: "tournament_invites" """ @@ -51661,6 +51734,11 @@ type mutation_root { reconcileNodePlugins(nodeId: String!): ReconcileNodePluginsOutput reconnectLive(match_id: uuid!): SuccessOutput + """ + Spend a tournament invite link for an unlock on an invite only tournament + """ + redeemTournamentInviteCode(code: String!, tournament_id: uuid!): SuccessOutput + """ Reindex every player into the Typesense search index (admin only). Runs in the background; track via refreshAllPlayersStatus. """ @@ -51805,6 +51883,11 @@ type mutation_root { """Revoke a hand-granted award""" revokeAward(id: uuid!): SuccessOutput + + """ + Organizer kills a tournament invite link without losing who already used it + """ + revokeTournamentInviteCode(invite_code_id: uuid!): SuccessOutput sanctionServerPlayer(duration: Float, reason: String, serverId: String, steam_id: String!, type: String!): SanctionResult! """Create or update a catalog award""" @@ -51912,11 +51995,6 @@ type mutation_root { uninstallGamePlugin(force: Boolean, slug: String!): SuccessOutput unlinkDiscord: SuccessOutput unlinkSteamMatchHistory: SuccessOutput - - """ - Trade the registration passcode for an unlock on an invite only tournament - """ - unlockTournamentRegistration(passcode: String!, tournament_id: uuid!): SuccessOutput unsanctionServerPlayer(serverId: String, steam_id: String!, type: String!): SanctionResult! """Owner-only patch for clip title / visibility / target_steam_id.""" @@ -57827,6 +57905,74 @@ type mutation_root { updates: [tournament_free_agents_updates!]! ): [tournament_free_agents_mutation_response] + """ + update data of the table: "tournament_invite_code_uses" + """ + update_tournament_invite_code_uses( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invite_code_uses_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invite_code_uses_set_input + + """filter the rows which have to be updated""" + where: tournament_invite_code_uses_bool_exp! + ): tournament_invite_code_uses_mutation_response + + """ + update single row of the table: "tournament_invite_code_uses" + """ + update_tournament_invite_code_uses_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invite_code_uses_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invite_code_uses_set_input + pk_columns: tournament_invite_code_uses_pk_columns_input! + ): tournament_invite_code_uses + + """ + update multiples rows of table: "tournament_invite_code_uses" + """ + update_tournament_invite_code_uses_many( + """updates to execute, in order""" + updates: [tournament_invite_code_uses_updates!]! + ): [tournament_invite_code_uses_mutation_response] + + """ + update data of the table: "tournament_invite_codes" + """ + update_tournament_invite_codes( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invite_codes_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invite_codes_set_input + + """filter the rows which have to be updated""" + where: tournament_invite_codes_bool_exp! + ): tournament_invite_codes_mutation_response + + """ + update single row of the table: "tournament_invite_codes" + """ + update_tournament_invite_codes_by_pk( + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invite_codes_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invite_codes_set_input + pk_columns: tournament_invite_codes_pk_columns_input! + ): tournament_invite_codes + + """ + update multiples rows of table: "tournament_invite_codes" + """ + update_tournament_invite_codes_many( + """updates to execute, in order""" + updates: [tournament_invite_codes_updates!]! + ): [tournament_invite_codes_mutation_response] + """ update data of the table: "tournament_invites" """ @@ -58027,18 +58173,6 @@ type mutation_root { where: tournament_registration_unlocks_bool_exp! ): tournament_registration_unlocks_mutation_response - """ - update single row of the table: "tournament_registration_unlocks" - """ - update_tournament_registration_unlocks_by_pk( - """increments the numeric columns with given value of the filtered values""" - _inc: tournament_registration_unlocks_inc_input - - """sets the columns of the filtered rows to the given values""" - _set: tournament_registration_unlocks_set_input - pk_columns: tournament_registration_unlocks_pk_columns_input! - ): tournament_registration_unlocks - """ update multiples rows of table: "tournament_registration_unlocks" """ @@ -89307,6 +89441,96 @@ type query_root { """ tournament_free_agents_by_pk(id: uuid!): tournament_free_agents + """ + fetch data from the table: "tournament_invite_code_uses" + """ + tournament_invite_code_uses( + """distinct select on columns""" + distinct_on: [tournament_invite_code_uses_select_column!] + + """limit the number of rows returned""" + 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_invite_code_uses_order_by!] + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): [tournament_invite_code_uses!]! + + """ + fetch aggregated fields from the table: "tournament_invite_code_uses" + """ + tournament_invite_code_uses_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invite_code_uses_select_column!] + + """limit the number of rows returned""" + 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_invite_code_uses_order_by!] + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): tournament_invite_code_uses_aggregate! + + """ + fetch data from the table: "tournament_invite_code_uses" using primary key columns + """ + tournament_invite_code_uses_by_pk(invite_code_id: uuid!, player_steam_id: bigint!): tournament_invite_code_uses + + """ + fetch data from the table: "tournament_invite_codes" + """ + tournament_invite_codes( + """distinct select on columns""" + distinct_on: [tournament_invite_codes_select_column!] + + """limit the number of rows returned""" + 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_invite_codes_order_by!] + + """filter the rows returned""" + where: tournament_invite_codes_bool_exp + ): [tournament_invite_codes!]! + + """ + fetch aggregated fields from the table: "tournament_invite_codes" + """ + tournament_invite_codes_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invite_codes_select_column!] + + """limit the number of rows returned""" + 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_invite_codes_order_by!] + + """filter the rows returned""" + where: tournament_invite_codes_bool_exp + ): tournament_invite_codes_aggregate! + + """ + fetch data from the table: "tournament_invite_codes" using primary key columns + """ + tournament_invite_codes_by_pk(id: uuid!): tournament_invite_codes + """ fetch data from the table: "tournament_invites" """ @@ -89608,11 +89832,6 @@ type query_root { where: tournament_registration_unlocks_bool_exp ): tournament_registration_unlocks_aggregate! - """ - fetch data from the table: "tournament_registration_unlocks" using primary key columns - """ - tournament_registration_unlocks_by_pk(player_steam_id: bigint!, tournament_id: uuid!): tournament_registration_unlocks - """ fetch data from the table: "tournament_stage_windows" """ @@ -104988,6 +105207,124 @@ type subscription_root { where: tournament_free_agents_bool_exp ): [tournament_free_agents!]! + """ + fetch data from the table: "tournament_invite_code_uses" + """ + tournament_invite_code_uses( + """distinct select on columns""" + distinct_on: [tournament_invite_code_uses_select_column!] + + """limit the number of rows returned""" + 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_invite_code_uses_order_by!] + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): [tournament_invite_code_uses!]! + + """ + fetch aggregated fields from the table: "tournament_invite_code_uses" + """ + tournament_invite_code_uses_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invite_code_uses_select_column!] + + """limit the number of rows returned""" + 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_invite_code_uses_order_by!] + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): tournament_invite_code_uses_aggregate! + + """ + fetch data from the table: "tournament_invite_code_uses" using primary key columns + """ + tournament_invite_code_uses_by_pk(invite_code_id: uuid!, player_steam_id: bigint!): tournament_invite_code_uses + + """ + fetch data from the table in a streaming manner: "tournament_invite_code_uses" + """ + tournament_invite_code_uses_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_invite_code_uses_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): [tournament_invite_code_uses!]! + + """ + fetch data from the table: "tournament_invite_codes" + """ + tournament_invite_codes( + """distinct select on columns""" + distinct_on: [tournament_invite_codes_select_column!] + + """limit the number of rows returned""" + 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_invite_codes_order_by!] + + """filter the rows returned""" + where: tournament_invite_codes_bool_exp + ): [tournament_invite_codes!]! + + """ + fetch aggregated fields from the table: "tournament_invite_codes" + """ + tournament_invite_codes_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invite_codes_select_column!] + + """limit the number of rows returned""" + 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_invite_codes_order_by!] + + """filter the rows returned""" + where: tournament_invite_codes_bool_exp + ): tournament_invite_codes_aggregate! + + """ + fetch data from the table: "tournament_invite_codes" using primary key columns + """ + tournament_invite_codes_by_pk(id: uuid!): tournament_invite_codes + + """ + fetch data from the table in a streaming manner: "tournament_invite_codes" + """ + tournament_invite_codes_stream( + """maximum number of rows returned in a single batch""" + batch_size: Int! + + """cursor to stream the results returned by the query""" + cursor: [tournament_invite_codes_stream_cursor_input]! + + """filter the rows returned""" + where: tournament_invite_codes_bool_exp + ): [tournament_invite_codes!]! + """ fetch data from the table: "tournament_invites" """ @@ -105373,11 +105710,6 @@ type subscription_root { where: tournament_registration_unlocks_bool_exp ): tournament_registration_unlocks_aggregate! - """ - fetch data from the table: "tournament_registration_unlocks" using primary key columns - """ - tournament_registration_unlocks_by_pk(player_steam_id: bigint!, tournament_id: uuid!): tournament_registration_unlocks - """ fetch data from the table in a streaming manner: "tournament_registration_unlocks" """ @@ -114832,6 +115164,771 @@ input tournament_free_agents_variance_order_by { player_steam_id: order_by } +""" +columns and relationships of "tournament_invite_code_uses" +""" +type tournament_invite_code_uses { + """An object relationship""" + invite_code: tournament_invite_codes! + invite_code_id: uuid! + + """An object relationship""" + player: players! + player_steam_id: bigint! + + """An object relationship""" + team: teams + team_id: uuid + used_at: timestamptz! +} + +""" +aggregated selection of "tournament_invite_code_uses" +""" +type tournament_invite_code_uses_aggregate { + aggregate: tournament_invite_code_uses_aggregate_fields + nodes: [tournament_invite_code_uses!]! +} + +input tournament_invite_code_uses_aggregate_bool_exp { + count: tournament_invite_code_uses_aggregate_bool_exp_count +} + +input tournament_invite_code_uses_aggregate_bool_exp_count { + arguments: [tournament_invite_code_uses_select_column!] + distinct: Boolean + filter: tournament_invite_code_uses_bool_exp + predicate: Int_comparison_exp! +} + +""" +aggregate fields of "tournament_invite_code_uses" +""" +type tournament_invite_code_uses_aggregate_fields { + avg: tournament_invite_code_uses_avg_fields + count(columns: [tournament_invite_code_uses_select_column!], distinct: Boolean): Int! + max: tournament_invite_code_uses_max_fields + min: tournament_invite_code_uses_min_fields + stddev: tournament_invite_code_uses_stddev_fields + stddev_pop: tournament_invite_code_uses_stddev_pop_fields + stddev_samp: tournament_invite_code_uses_stddev_samp_fields + sum: tournament_invite_code_uses_sum_fields + var_pop: tournament_invite_code_uses_var_pop_fields + var_samp: tournament_invite_code_uses_var_samp_fields + variance: tournament_invite_code_uses_variance_fields +} + +""" +order by aggregate values of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_aggregate_order_by { + avg: tournament_invite_code_uses_avg_order_by + count: order_by + max: tournament_invite_code_uses_max_order_by + min: tournament_invite_code_uses_min_order_by + stddev: tournament_invite_code_uses_stddev_order_by + stddev_pop: tournament_invite_code_uses_stddev_pop_order_by + stddev_samp: tournament_invite_code_uses_stddev_samp_order_by + sum: tournament_invite_code_uses_sum_order_by + var_pop: tournament_invite_code_uses_var_pop_order_by + var_samp: tournament_invite_code_uses_var_samp_order_by + variance: tournament_invite_code_uses_variance_order_by +} + +""" +input type for inserting array relation for remote table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_arr_rel_insert_input { + data: [tournament_invite_code_uses_insert_input!]! + + """upsert condition""" + on_conflict: tournament_invite_code_uses_on_conflict +} + +"""aggregate avg on columns""" +type tournament_invite_code_uses_avg_fields { + player_steam_id: Float +} + +""" +order by avg() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_avg_order_by { + player_steam_id: order_by +} + +""" +Boolean expression to filter rows from the table "tournament_invite_code_uses". All fields are combined with a logical 'AND'. +""" +input tournament_invite_code_uses_bool_exp { + _and: [tournament_invite_code_uses_bool_exp!] + _not: tournament_invite_code_uses_bool_exp + _or: [tournament_invite_code_uses_bool_exp!] + invite_code: tournament_invite_codes_bool_exp + invite_code_id: uuid_comparison_exp + player: players_bool_exp + player_steam_id: bigint_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp + used_at: timestamptz_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_invite_code_uses" +""" +enum tournament_invite_code_uses_constraint { + """ + unique or primary key constraint on columns "player_steam_id", "invite_code_id" + """ + tournament_invite_code_uses_pkey +} + +""" +input type for incrementing numeric columns in table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_inc_input { + player_steam_id: bigint +} + +""" +input type for inserting data into table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_insert_input { + invite_code: tournament_invite_codes_obj_rel_insert_input + invite_code_id: uuid + player: players_obj_rel_insert_input + player_steam_id: bigint + team: teams_obj_rel_insert_input + team_id: uuid + used_at: timestamptz +} + +"""aggregate max on columns""" +type tournament_invite_code_uses_max_fields { + invite_code_id: uuid + player_steam_id: bigint + team_id: uuid + used_at: timestamptz +} + +""" +order by max() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_max_order_by { + invite_code_id: order_by + player_steam_id: order_by + team_id: order_by + used_at: order_by +} + +"""aggregate min on columns""" +type tournament_invite_code_uses_min_fields { + invite_code_id: uuid + player_steam_id: bigint + team_id: uuid + used_at: timestamptz +} + +""" +order by min() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_min_order_by { + invite_code_id: order_by + player_steam_id: order_by + team_id: order_by + used_at: order_by +} + +""" +response of any mutation on the table "tournament_invite_code_uses" +""" +type tournament_invite_code_uses_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_invite_code_uses!]! +} + +""" +on_conflict condition type for table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_on_conflict { + constraint: tournament_invite_code_uses_constraint! + update_columns: [tournament_invite_code_uses_update_column!]! = [] + where: tournament_invite_code_uses_bool_exp +} + +""" +Ordering options when selecting data from "tournament_invite_code_uses". +""" +input tournament_invite_code_uses_order_by { + invite_code: tournament_invite_codes_order_by + invite_code_id: order_by + player: players_order_by + player_steam_id: order_by + team: teams_order_by + team_id: order_by + used_at: order_by +} + +"""primary key columns input for table: tournament_invite_code_uses""" +input tournament_invite_code_uses_pk_columns_input { + invite_code_id: uuid! + player_steam_id: bigint! +} + +""" +select columns of table "tournament_invite_code_uses" +""" +enum tournament_invite_code_uses_select_column { + """column name""" + invite_code_id + + """column name""" + player_steam_id + + """column name""" + team_id + + """column name""" + used_at +} + +""" +input type for updating data in table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_set_input { + invite_code_id: uuid + player_steam_id: bigint + team_id: uuid + used_at: timestamptz +} + +"""aggregate stddev on columns""" +type tournament_invite_code_uses_stddev_fields { + player_steam_id: Float +} + +""" +order by stddev() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_stddev_order_by { + player_steam_id: order_by +} + +"""aggregate stddev_pop on columns""" +type tournament_invite_code_uses_stddev_pop_fields { + player_steam_id: Float +} + +""" +order by stddev_pop() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_stddev_pop_order_by { + player_steam_id: order_by +} + +"""aggregate stddev_samp on columns""" +type tournament_invite_code_uses_stddev_samp_fields { + player_steam_id: Float +} + +""" +order by stddev_samp() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_stddev_samp_order_by { + player_steam_id: order_by +} + +""" +Streaming cursor of the table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_invite_code_uses_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_invite_code_uses_stream_cursor_value_input { + invite_code_id: uuid + player_steam_id: bigint + team_id: uuid + used_at: timestamptz +} + +"""aggregate sum on columns""" +type tournament_invite_code_uses_sum_fields { + player_steam_id: bigint +} + +""" +order by sum() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_sum_order_by { + player_steam_id: order_by +} + +""" +update columns of table "tournament_invite_code_uses" +""" +enum tournament_invite_code_uses_update_column { + """column name""" + invite_code_id + + """column name""" + player_steam_id + + """column name""" + team_id + + """column name""" + used_at +} + +input tournament_invite_code_uses_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invite_code_uses_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invite_code_uses_set_input + + """filter the rows which have to be updated""" + where: tournament_invite_code_uses_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_invite_code_uses_var_pop_fields { + player_steam_id: Float +} + +""" +order by var_pop() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_var_pop_order_by { + player_steam_id: order_by +} + +"""aggregate var_samp on columns""" +type tournament_invite_code_uses_var_samp_fields { + player_steam_id: Float +} + +""" +order by var_samp() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_var_samp_order_by { + player_steam_id: order_by +} + +"""aggregate variance on columns""" +type tournament_invite_code_uses_variance_fields { + player_steam_id: Float +} + +""" +order by variance() on columns of table "tournament_invite_code_uses" +""" +input tournament_invite_code_uses_variance_order_by { + player_steam_id: order_by +} + +""" +columns and relationships of "tournament_invite_codes" +""" +type tournament_invite_codes { + code: String! + created_at: timestamptz! + + """An object relationship""" + created_by: players! + created_by_player_steam_id: bigint! + expires_at: timestamptz + id: uuid! + max_uses: Int + revoked_at: timestamptz + + """An object relationship""" + tournament: tournaments! + tournament_id: uuid! + + """An array relationship""" + used_by( + """distinct select on columns""" + distinct_on: [tournament_invite_code_uses_select_column!] + + """limit the number of rows returned""" + 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_invite_code_uses_order_by!] + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): [tournament_invite_code_uses!]! + + """An aggregate relationship""" + used_by_aggregate( + """distinct select on columns""" + distinct_on: [tournament_invite_code_uses_select_column!] + + """limit the number of rows returned""" + 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_invite_code_uses_order_by!] + + """filter the rows returned""" + where: tournament_invite_code_uses_bool_exp + ): tournament_invite_code_uses_aggregate! + uses: Int! +} + +""" +aggregated selection of "tournament_invite_codes" +""" +type tournament_invite_codes_aggregate { + aggregate: tournament_invite_codes_aggregate_fields + nodes: [tournament_invite_codes!]! +} + +""" +aggregate fields of "tournament_invite_codes" +""" +type tournament_invite_codes_aggregate_fields { + avg: tournament_invite_codes_avg_fields + count(columns: [tournament_invite_codes_select_column!], distinct: Boolean): Int! + max: tournament_invite_codes_max_fields + min: tournament_invite_codes_min_fields + stddev: tournament_invite_codes_stddev_fields + stddev_pop: tournament_invite_codes_stddev_pop_fields + stddev_samp: tournament_invite_codes_stddev_samp_fields + sum: tournament_invite_codes_sum_fields + var_pop: tournament_invite_codes_var_pop_fields + var_samp: tournament_invite_codes_var_samp_fields + variance: tournament_invite_codes_variance_fields +} + +"""aggregate avg on columns""" +type tournament_invite_codes_avg_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + +""" +Boolean expression to filter rows from the table "tournament_invite_codes". All fields are combined with a logical 'AND'. +""" +input tournament_invite_codes_bool_exp { + _and: [tournament_invite_codes_bool_exp!] + _not: tournament_invite_codes_bool_exp + _or: [tournament_invite_codes_bool_exp!] + code: String_comparison_exp + created_at: timestamptz_comparison_exp + created_by: players_bool_exp + created_by_player_steam_id: bigint_comparison_exp + expires_at: timestamptz_comparison_exp + id: uuid_comparison_exp + max_uses: Int_comparison_exp + revoked_at: timestamptz_comparison_exp + tournament: tournaments_bool_exp + tournament_id: uuid_comparison_exp + used_by: tournament_invite_code_uses_bool_exp + used_by_aggregate: tournament_invite_code_uses_aggregate_bool_exp + uses: Int_comparison_exp +} + +""" +unique or primary key constraints on table "tournament_invite_codes" +""" +enum tournament_invite_codes_constraint { + """ + unique or primary key constraint on columns "code" + """ + tournament_invite_codes_code_key + + """ + unique or primary key constraint on columns "id" + """ + tournament_invite_codes_pkey +} + +""" +input type for incrementing numeric columns in table "tournament_invite_codes" +""" +input tournament_invite_codes_inc_input { + created_by_player_steam_id: bigint + max_uses: Int + uses: Int +} + +""" +input type for inserting data into table "tournament_invite_codes" +""" +input tournament_invite_codes_insert_input { + code: String + created_at: timestamptz + created_by: players_obj_rel_insert_input + created_by_player_steam_id: bigint + expires_at: timestamptz + id: uuid + max_uses: Int + revoked_at: timestamptz + tournament: tournaments_obj_rel_insert_input + tournament_id: uuid + used_by: tournament_invite_code_uses_arr_rel_insert_input + uses: Int +} + +"""aggregate max on columns""" +type tournament_invite_codes_max_fields { + code: String + created_at: timestamptz + created_by_player_steam_id: bigint + expires_at: timestamptz + id: uuid + max_uses: Int + revoked_at: timestamptz + tournament_id: uuid + uses: Int +} + +"""aggregate min on columns""" +type tournament_invite_codes_min_fields { + code: String + created_at: timestamptz + created_by_player_steam_id: bigint + expires_at: timestamptz + id: uuid + max_uses: Int + revoked_at: timestamptz + tournament_id: uuid + uses: Int +} + +""" +response of any mutation on the table "tournament_invite_codes" +""" +type tournament_invite_codes_mutation_response { + """number of rows affected by the mutation""" + affected_rows: Int! + + """data from the rows affected by the mutation""" + returning: [tournament_invite_codes!]! +} + +""" +input type for inserting object relation for remote table "tournament_invite_codes" +""" +input tournament_invite_codes_obj_rel_insert_input { + data: tournament_invite_codes_insert_input! + + """upsert condition""" + on_conflict: tournament_invite_codes_on_conflict +} + +""" +on_conflict condition type for table "tournament_invite_codes" +""" +input tournament_invite_codes_on_conflict { + constraint: tournament_invite_codes_constraint! + update_columns: [tournament_invite_codes_update_column!]! = [] + where: tournament_invite_codes_bool_exp +} + +"""Ordering options when selecting data from "tournament_invite_codes".""" +input tournament_invite_codes_order_by { + code: order_by + created_at: order_by + created_by: players_order_by + created_by_player_steam_id: order_by + expires_at: order_by + id: order_by + max_uses: order_by + revoked_at: order_by + tournament: tournaments_order_by + tournament_id: order_by + used_by_aggregate: tournament_invite_code_uses_aggregate_order_by + uses: order_by +} + +"""primary key columns input for table: tournament_invite_codes""" +input tournament_invite_codes_pk_columns_input { + id: uuid! +} + +""" +select columns of table "tournament_invite_codes" +""" +enum tournament_invite_codes_select_column { + """column name""" + code + + """column name""" + created_at + + """column name""" + created_by_player_steam_id + + """column name""" + expires_at + + """column name""" + id + + """column name""" + max_uses + + """column name""" + revoked_at + + """column name""" + tournament_id + + """column name""" + uses +} + +""" +input type for updating data in table "tournament_invite_codes" +""" +input tournament_invite_codes_set_input { + code: String + created_at: timestamptz + created_by_player_steam_id: bigint + expires_at: timestamptz + id: uuid + max_uses: Int + revoked_at: timestamptz + tournament_id: uuid + uses: Int +} + +"""aggregate stddev on columns""" +type tournament_invite_codes_stddev_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + +"""aggregate stddev_pop on columns""" +type tournament_invite_codes_stddev_pop_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + +"""aggregate stddev_samp on columns""" +type tournament_invite_codes_stddev_samp_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + +""" +Streaming cursor of the table "tournament_invite_codes" +""" +input tournament_invite_codes_stream_cursor_input { + """Stream column input with initial value""" + initial_value: tournament_invite_codes_stream_cursor_value_input! + + """cursor ordering""" + ordering: cursor_ordering +} + +"""Initial value of the column from where the streaming should start""" +input tournament_invite_codes_stream_cursor_value_input { + code: String + created_at: timestamptz + created_by_player_steam_id: bigint + expires_at: timestamptz + id: uuid + max_uses: Int + revoked_at: timestamptz + tournament_id: uuid + uses: Int +} + +"""aggregate sum on columns""" +type tournament_invite_codes_sum_fields { + created_by_player_steam_id: bigint + max_uses: Int + uses: Int +} + +""" +update columns of table "tournament_invite_codes" +""" +enum tournament_invite_codes_update_column { + """column name""" + code + + """column name""" + created_at + + """column name""" + created_by_player_steam_id + + """column name""" + expires_at + + """column name""" + id + + """column name""" + max_uses + + """column name""" + revoked_at + + """column name""" + tournament_id + + """column name""" + uses +} + +input tournament_invite_codes_updates { + """increments the numeric columns with given value of the filtered values""" + _inc: tournament_invite_codes_inc_input + + """sets the columns of the filtered rows to the given values""" + _set: tournament_invite_codes_set_input + + """filter the rows which have to be updated""" + where: tournament_invite_codes_bool_exp! +} + +"""aggregate var_pop on columns""" +type tournament_invite_codes_var_pop_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + +"""aggregate var_samp on columns""" +type tournament_invite_codes_var_samp_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + +"""aggregate variance on columns""" +type tournament_invite_codes_variance_fields { + created_by_player_steam_id: Float + max_uses: Float + uses: Float +} + """ columns and relationships of "tournament_invites" """ @@ -114844,8 +115941,12 @@ type tournament_invites { invited_by_player_steam_id: bigint! """An object relationship""" - player: players! - steam_id: bigint! + player: players + steam_id: bigint + + """An object relationship""" + team: teams + team_id: uuid """An object relationship""" tournament: tournaments! @@ -114896,6 +115997,8 @@ input tournament_invites_bool_exp { invited_by_player_steam_id: bigint_comparison_exp player: players_bool_exp steam_id: bigint_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp } @@ -114905,14 +116008,19 @@ unique or primary key constraints on table "tournament_invites" """ enum tournament_invites_constraint { """ - unique or primary key constraint on columns "id" + unique or primary key constraint on columns "steam_id", "tournament_id" """ - tournament_invites_pkey + idx_tournament_invites_player_unique """ - unique or primary key constraint on columns "steam_id", "tournament_id" + unique or primary key constraint on columns "tournament_id", "team_id" + """ + idx_tournament_invites_team_unique + + """ + unique or primary key constraint on columns "id" """ - tournament_invites_tournament_id_steam_id_key + tournament_invites_pkey } """ @@ -114933,6 +116041,8 @@ input tournament_invites_insert_input { invited_by_player_steam_id: bigint player: players_obj_rel_insert_input steam_id: bigint + team: teams_obj_rel_insert_input + team_id: uuid tournament: tournaments_obj_rel_insert_input tournament_id: uuid } @@ -114943,6 +116053,7 @@ type tournament_invites_max_fields { id: uuid invited_by_player_steam_id: bigint steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -114952,6 +116063,7 @@ type tournament_invites_min_fields { id: uuid invited_by_player_steam_id: bigint steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -114983,6 +116095,8 @@ input tournament_invites_order_by { invited_by_player_steam_id: order_by player: players_order_by steam_id: order_by + team: teams_order_by + team_id: order_by tournament: tournaments_order_by tournament_id: order_by } @@ -115008,6 +116122,9 @@ enum tournament_invites_select_column { """column name""" steam_id + """column name""" + team_id + """column name""" tournament_id } @@ -115020,6 +116137,7 @@ input tournament_invites_set_input { id: uuid invited_by_player_steam_id: bigint steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -115058,6 +116176,7 @@ input tournament_invites_stream_cursor_value_input { id: uuid invited_by_player_steam_id: bigint steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -115083,6 +116202,9 @@ enum tournament_invites_update_column { """column name""" steam_id + """column name""" + team_id + """column name""" tournament_id } @@ -116771,8 +117893,12 @@ type tournament_registration_unlocks { created_at: timestamptz! """An object relationship""" - player: players! - player_steam_id: bigint! + player: players + player_steam_id: bigint + + """An object relationship""" + team: teams + team_id: uuid """An object relationship""" tournament: tournaments! @@ -116819,6 +117945,8 @@ input tournament_registration_unlocks_bool_exp { created_at: timestamptz_comparison_exp player: players_bool_exp player_steam_id: bigint_comparison_exp + team: teams_bool_exp + team_id: uuid_comparison_exp tournament: tournaments_bool_exp tournament_id: uuid_comparison_exp } @@ -116830,7 +117958,12 @@ enum tournament_registration_unlocks_constraint { """ unique or primary key constraint on columns "player_steam_id", "tournament_id" """ - tournament_registration_unlocks_pkey + idx_tournament_registration_unlocks_player + + """ + unique or primary key constraint on columns "tournament_id", "team_id" + """ + idx_tournament_registration_unlocks_team } """ @@ -116847,6 +117980,8 @@ input tournament_registration_unlocks_insert_input { created_at: timestamptz player: players_obj_rel_insert_input player_steam_id: bigint + team: teams_obj_rel_insert_input + team_id: uuid tournament: tournaments_obj_rel_insert_input tournament_id: uuid } @@ -116855,6 +117990,7 @@ input tournament_registration_unlocks_insert_input { type tournament_registration_unlocks_max_fields { created_at: timestamptz player_steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -116862,6 +117998,7 @@ type tournament_registration_unlocks_max_fields { type tournament_registration_unlocks_min_fields { created_at: timestamptz player_steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -116892,16 +118029,12 @@ input tournament_registration_unlocks_order_by { created_at: order_by player: players_order_by player_steam_id: order_by + team: teams_order_by + team_id: order_by tournament: tournaments_order_by tournament_id: order_by } -"""primary key columns input for table: tournament_registration_unlocks""" -input tournament_registration_unlocks_pk_columns_input { - player_steam_id: bigint! - tournament_id: uuid! -} - """ select columns of table "tournament_registration_unlocks" """ @@ -116912,6 +118045,9 @@ enum tournament_registration_unlocks_select_column { """column name""" player_steam_id + """column name""" + team_id + """column name""" tournament_id } @@ -116922,6 +118058,7 @@ input type for updating data in table "tournament_registration_unlocks" input tournament_registration_unlocks_set_input { created_at: timestamptz player_steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -116955,6 +118092,7 @@ input tournament_registration_unlocks_stream_cursor_input { input tournament_registration_unlocks_stream_cursor_value_input { created_at: timestamptz player_steam_id: bigint + team_id: uuid tournament_id: uuid } @@ -116973,6 +118111,9 @@ enum tournament_registration_unlocks_update_column { """column name""" player_steam_id + """column name""" + team_id + """column name""" tournament_id } @@ -120132,11 +121273,6 @@ type tournaments { """An object relationship""" options: match_options! - - """ - A computed field, executes function "tournament_organizer_registration_passcode" - """ - organizer_registration_passcode: String organizer_steam_id: bigint! """An array relationship""" @@ -120285,7 +121421,6 @@ type tournaments { """Preferred server regions for hosted matches""" regions: [String!]! - registration_passcode: String registration_type: e_tournament_registration_types_enum! """ @@ -120710,7 +121845,6 @@ input tournaments_bool_exp { missed_check_in_count: Int_comparison_exp name: String_comparison_exp options: match_options_bool_exp - organizer_registration_passcode: String_comparison_exp organizer_steam_id: bigint_comparison_exp organizer_teams: tournament_organizer_teams_bool_exp organizer_teams_aggregate: tournament_organizer_teams_aggregate_bool_exp @@ -120721,7 +121855,6 @@ input tournaments_bool_exp { prizes: tournament_prizes_bool_exp prizes_aggregate: tournament_prizes_aggregate_bool_exp regions: String_array_comparison_exp - registration_passcode: String_comparison_exp registration_type: e_tournament_registration_types_enum_comparison_exp registration_unlocked: Boolean_comparison_exp results: v_team_tournament_results_bool_exp @@ -120831,7 +121964,6 @@ input tournaments_insert_input { """Preferred server regions for hosted matches""" regions: [String!] - registration_passcode: String registration_type: e_tournament_registration_types_enum results: v_team_tournament_results_arr_rel_insert_input rosters: tournament_team_roster_arr_rel_insert_input @@ -120880,16 +122012,10 @@ type tournaments_max_fields { """ missed_check_in_count: Int name: String - - """ - A computed field, executes function "tournament_organizer_registration_passcode" - """ - organizer_registration_passcode: String organizer_steam_id: bigint """Preferred server regions for hosted matches""" regions: [String!] - registration_passcode: String scheduling_mode: String start: timestamptz } @@ -120923,7 +122049,6 @@ input tournaments_max_order_by { """Preferred server regions for hosted matches""" regions: order_by - registration_passcode: order_by scheduling_mode: order_by start: order_by } @@ -120966,16 +122091,10 @@ type tournaments_min_fields { """ missed_check_in_count: Int name: String - - """ - A computed field, executes function "tournament_organizer_registration_passcode" - """ - organizer_registration_passcode: String organizer_steam_id: bigint """Preferred server regions for hosted matches""" regions: [String!] - registration_passcode: String scheduling_mode: String start: timestamptz } @@ -121009,7 +122128,6 @@ input tournaments_min_order_by { """Preferred server regions for hosted matches""" regions: order_by - registration_passcode: order_by scheduling_mode: order_by start: order_by } @@ -121112,14 +122230,12 @@ input tournaments_order_by { missed_check_in_count: order_by name: order_by options: match_options_order_by - organizer_registration_passcode: order_by organizer_steam_id: order_by organizer_teams_aggregate: tournament_organizer_teams_aggregate_order_by organizers_aggregate: tournament_organizers_aggregate_order_by player_stats_aggregate: v_tournament_player_stats_aggregate_order_by prizes_aggregate: tournament_prizes_aggregate_order_by regions: order_by - registration_passcode: order_by registration_type: order_by registration_unlocked: order_by results_aggregate: v_team_tournament_results_aggregate_order_by @@ -121266,9 +122382,6 @@ enum tournaments_select_column { """column name""" regions - """column name""" - registration_passcode - """column name""" registration_type @@ -121548,7 +122661,6 @@ input tournaments_set_input { """Preferred server regions for hosted matches""" regions: [String!] - registration_passcode: String registration_type: e_tournament_registration_types_enum scheduling_mode: String start: timestamptz @@ -121735,7 +122847,6 @@ input tournaments_stream_cursor_value_input { """Preferred server regions for hosted matches""" regions: [String!] - registration_passcode: String registration_type: e_tournament_registration_types_enum scheduling_mode: String start: timestamptz @@ -121911,9 +123022,6 @@ enum tournaments_update_column { """column name""" regions - """column name""" - registration_passcode - """column name""" registration_type diff --git a/generated/schema.ts b/generated/schema.ts index e3241a5a3..244443357 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -970,6 +970,12 @@ export interface TournamentDraftOutput { __typename: 'TournamentDraftOutput' } +export interface TournamentInviteCodeOutput { + code: Scalars['String'] + id: Scalars['uuid'] + __typename: 'TournamentInviteCodeOutput' +} + export interface TournamentMatchResetImpact { bracket_id: Scalars['uuid'] depth: Scalars['Int'] @@ -15066,6 +15072,8 @@ export interface mutation_root { createScheduledMatch: (CreateScheduledMatchOutput | null) /** Create directory on game server */ createServerDirectory: (SuccessOutput | null) + /** Organizer mints an expiring, use capped invite link for a tournament */ + createTournamentInviteCode: (TournamentInviteCodeOutput | null) /** Delete a catalog award */ deleteAward: (SuccessOutput | null) /** Delete a saved clip and its underlying S3 object */ @@ -15755,6 +15763,14 @@ export interface mutation_root { delete_tournament_free_agents: (tournament_free_agents_mutation_response | null) /** delete single row from the table: "tournament_free_agents" */ delete_tournament_free_agents_by_pk: (tournament_free_agents | null) + /** delete data from the table: "tournament_invite_code_uses" */ + delete_tournament_invite_code_uses: (tournament_invite_code_uses_mutation_response | null) + /** delete single row from the table: "tournament_invite_code_uses" */ + delete_tournament_invite_code_uses_by_pk: (tournament_invite_code_uses | null) + /** delete data from the table: "tournament_invite_codes" */ + delete_tournament_invite_codes: (tournament_invite_codes_mutation_response | null) + /** delete single row from the table: "tournament_invite_codes" */ + delete_tournament_invite_codes_by_pk: (tournament_invite_codes | null) /** delete data from the table: "tournament_invites" */ delete_tournament_invites: (tournament_invites_mutation_response | null) /** delete single row from the table: "tournament_invites" */ @@ -15779,8 +15795,6 @@ export interface mutation_root { delete_tournament_prizes_by_pk: (tournament_prizes | null) /** delete data from the table: "tournament_registration_unlocks" */ delete_tournament_registration_unlocks: (tournament_registration_unlocks_mutation_response | null) - /** delete single row from the table: "tournament_registration_unlocks" */ - delete_tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | 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" */ @@ -16583,6 +16597,14 @@ export interface mutation_root { insert_tournament_free_agents: (tournament_free_agents_mutation_response | null) /** insert a single row into the table: "tournament_free_agents" */ insert_tournament_free_agents_one: (tournament_free_agents | null) + /** insert data into the table: "tournament_invite_code_uses" */ + insert_tournament_invite_code_uses: (tournament_invite_code_uses_mutation_response | null) + /** insert a single row into the table: "tournament_invite_code_uses" */ + insert_tournament_invite_code_uses_one: (tournament_invite_code_uses | null) + /** insert data into the table: "tournament_invite_codes" */ + insert_tournament_invite_codes: (tournament_invite_codes_mutation_response | null) + /** insert a single row into the table: "tournament_invite_codes" */ + insert_tournament_invite_codes_one: (tournament_invite_codes | null) /** insert data into the table: "tournament_invites" */ insert_tournament_invites: (tournament_invites_mutation_response | null) /** insert a single row into the table: "tournament_invites" */ @@ -16778,6 +16800,8 @@ export interface mutation_root { /** Re-read which plugins are actually on a node */ reconcileNodePlugins: (ReconcileNodePluginsOutput | null) reconnectLive: (SuccessOutput | null) + /** Spend a tournament invite link for an unlock on an invite only tournament */ + redeemTournamentInviteCode: (SuccessOutput | null) /** Reindex every player into the Typesense search index (admin only). Runs in the background; track via refreshAllPlayersStatus. */ refreshAllPlayers: (ReindexStartedOutput | null) /** Return the progress of the player reindex run (admin only). */ @@ -16826,6 +16850,8 @@ export interface mutation_root { retryPendingMatchImport: (PendingMatchImportActionOutput | null) /** Revoke a hand-granted award */ revokeAward: (SuccessOutput | null) + /** Organizer kills a tournament invite link without losing who already used it */ + revokeTournamentInviteCode: (SuccessOutput | null) sanctionServerPlayer: SanctionResult /** Create or update a catalog award */ saveAward: (Award | null) @@ -16903,8 +16929,6 @@ export interface mutation_root { uninstallGamePlugin: (SuccessOutput | null) unlinkDiscord: (SuccessOutput | null) unlinkSteamMatchHistory: (SuccessOutput | null) - /** Trade the registration passcode for an unlock on an invite only tournament */ - unlockTournamentRegistration: (SuccessOutput | null) unsanctionServerPlayer: SanctionResult /** Owner-only patch for clip title / visibility / target_steam_id. */ updateClip: (SuccessOutput | null) @@ -17924,6 +17948,18 @@ export interface mutation_root { update_tournament_free_agents_by_pk: (tournament_free_agents | null) /** update multiples rows of table: "tournament_free_agents" */ update_tournament_free_agents_many: ((tournament_free_agents_mutation_response | null)[] | null) + /** update data of the table: "tournament_invite_code_uses" */ + update_tournament_invite_code_uses: (tournament_invite_code_uses_mutation_response | null) + /** update single row of the table: "tournament_invite_code_uses" */ + update_tournament_invite_code_uses_by_pk: (tournament_invite_code_uses | null) + /** update multiples rows of table: "tournament_invite_code_uses" */ + update_tournament_invite_code_uses_many: ((tournament_invite_code_uses_mutation_response | null)[] | null) + /** update data of the table: "tournament_invite_codes" */ + update_tournament_invite_codes: (tournament_invite_codes_mutation_response | null) + /** update single row of the table: "tournament_invite_codes" */ + update_tournament_invite_codes_by_pk: (tournament_invite_codes | null) + /** update multiples rows of table: "tournament_invite_codes" */ + update_tournament_invite_codes_many: ((tournament_invite_codes_mutation_response | null)[] | null) /** update data of the table: "tournament_invites" */ update_tournament_invites: (tournament_invites_mutation_response | null) /** update single row of the table: "tournament_invites" */ @@ -17960,8 +17996,6 @@ export interface mutation_root { update_tournament_prizes_many: ((tournament_prizes_mutation_response | null)[] | null) /** update data of the table: "tournament_registration_unlocks" */ update_tournament_registration_unlocks: (tournament_registration_unlocks_mutation_response | null) - /** update single row of the table: "tournament_registration_unlocks" */ - update_tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | null) /** update multiples rows of table: "tournament_registration_unlocks" */ update_tournament_registration_unlocks_many: ((tournament_registration_unlocks_mutation_response | null)[] | null) /** update data of the table: "tournament_stage_windows" */ @@ -27680,6 +27714,18 @@ export interface query_root { tournament_free_agents_aggregate: tournament_free_agents_aggregate /** fetch data from the table: "tournament_free_agents" using primary key columns */ tournament_free_agents_by_pk: (tournament_free_agents | null) + /** fetch data from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses: tournament_invite_code_uses[] + /** fetch aggregated fields from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses_aggregate: tournament_invite_code_uses_aggregate + /** fetch data from the table: "tournament_invite_code_uses" using primary key columns */ + tournament_invite_code_uses_by_pk: (tournament_invite_code_uses | null) + /** fetch data from the table: "tournament_invite_codes" */ + tournament_invite_codes: tournament_invite_codes[] + /** fetch aggregated fields from the table: "tournament_invite_codes" */ + tournament_invite_codes_aggregate: tournament_invite_codes_aggregate + /** fetch data from the table: "tournament_invite_codes" using primary key columns */ + tournament_invite_codes_by_pk: (tournament_invite_codes | null) /** fetch data from the table: "tournament_invites" */ tournament_invites: tournament_invites[] /** fetch aggregated fields from the table: "tournament_invites" */ @@ -27718,8 +27764,6 @@ export interface query_root { tournament_registration_unlocks: tournament_registration_unlocks[] /** fetch aggregated fields from the table: "tournament_registration_unlocks" */ tournament_registration_unlocks_aggregate: tournament_registration_unlocks_aggregate - /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ - tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | null) /** fetch data from the table: "tournament_stage_windows" */ tournament_stage_windows: tournament_stage_windows[] /** fetch aggregated fields from the table: "tournament_stage_windows" */ @@ -30345,6 +30389,22 @@ export interface subscription_root { tournament_free_agents_by_pk: (tournament_free_agents | null) /** fetch data from the table in a streaming manner: "tournament_free_agents" */ tournament_free_agents_stream: tournament_free_agents[] + /** fetch data from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses: tournament_invite_code_uses[] + /** fetch aggregated fields from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses_aggregate: tournament_invite_code_uses_aggregate + /** fetch data from the table: "tournament_invite_code_uses" using primary key columns */ + tournament_invite_code_uses_by_pk: (tournament_invite_code_uses | null) + /** fetch data from the table in a streaming manner: "tournament_invite_code_uses" */ + tournament_invite_code_uses_stream: tournament_invite_code_uses[] + /** fetch data from the table: "tournament_invite_codes" */ + tournament_invite_codes: tournament_invite_codes[] + /** fetch aggregated fields from the table: "tournament_invite_codes" */ + tournament_invite_codes_aggregate: tournament_invite_codes_aggregate + /** fetch data from the table: "tournament_invite_codes" using primary key columns */ + tournament_invite_codes_by_pk: (tournament_invite_codes | null) + /** fetch data from the table in a streaming manner: "tournament_invite_codes" */ + tournament_invite_codes_stream: tournament_invite_codes[] /** fetch data from the table: "tournament_invites" */ tournament_invites: tournament_invites[] /** fetch aggregated fields from the table: "tournament_invites" */ @@ -30395,8 +30455,6 @@ export interface subscription_root { tournament_registration_unlocks: tournament_registration_unlocks[] /** fetch aggregated fields from the table: "tournament_registration_unlocks" */ tournament_registration_unlocks_aggregate: tournament_registration_unlocks_aggregate - /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ - tournament_registration_unlocks_by_pk: (tournament_registration_unlocks | null) /** fetch data from the table in a streaming manner: "tournament_registration_unlocks" */ tournament_registration_unlocks_stream: tournament_registration_unlocks[] /** fetch data from the table: "tournament_stage_windows" */ @@ -32924,6 +32982,317 @@ export interface tournament_free_agents_variance_fields { } +/** columns and relationships of "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses { + /** An object relationship */ + invite_code: tournament_invite_codes + invite_code_id: Scalars['uuid'] + /** An object relationship */ + player: players + player_steam_id: Scalars['bigint'] + /** An object relationship */ + team: (teams | null) + team_id: (Scalars['uuid'] | null) + used_at: Scalars['timestamptz'] + __typename: 'tournament_invite_code_uses' +} + + +/** aggregated selection of "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_aggregate { + aggregate: (tournament_invite_code_uses_aggregate_fields | null) + nodes: tournament_invite_code_uses[] + __typename: 'tournament_invite_code_uses_aggregate' +} + + +/** aggregate fields of "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_aggregate_fields { + avg: (tournament_invite_code_uses_avg_fields | null) + count: Scalars['Int'] + max: (tournament_invite_code_uses_max_fields | null) + min: (tournament_invite_code_uses_min_fields | null) + stddev: (tournament_invite_code_uses_stddev_fields | null) + stddev_pop: (tournament_invite_code_uses_stddev_pop_fields | null) + stddev_samp: (tournament_invite_code_uses_stddev_samp_fields | null) + sum: (tournament_invite_code_uses_sum_fields | null) + var_pop: (tournament_invite_code_uses_var_pop_fields | null) + var_samp: (tournament_invite_code_uses_var_samp_fields | null) + variance: (tournament_invite_code_uses_variance_fields | null) + __typename: 'tournament_invite_code_uses_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_invite_code_uses_avg_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_invite_code_uses" */ +export type tournament_invite_code_uses_constraint = 'tournament_invite_code_uses_pkey' + + +/** aggregate max on columns */ +export interface tournament_invite_code_uses_max_fields { + invite_code_id: (Scalars['uuid'] | null) + player_steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + used_at: (Scalars['timestamptz'] | null) + __typename: 'tournament_invite_code_uses_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_invite_code_uses_min_fields { + invite_code_id: (Scalars['uuid'] | null) + player_steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) + used_at: (Scalars['timestamptz'] | null) + __typename: 'tournament_invite_code_uses_min_fields' +} + + +/** response of any mutation on the table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_invite_code_uses[] + __typename: 'tournament_invite_code_uses_mutation_response' +} + + +/** select columns of table "tournament_invite_code_uses" */ +export type tournament_invite_code_uses_select_column = 'invite_code_id' | 'player_steam_id' | 'team_id' | 'used_at' + + +/** aggregate stddev on columns */ +export interface tournament_invite_code_uses_stddev_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_invite_code_uses_stddev_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_invite_code_uses_stddev_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_invite_code_uses_sum_fields { + player_steam_id: (Scalars['bigint'] | null) + __typename: 'tournament_invite_code_uses_sum_fields' +} + + +/** update columns of table "tournament_invite_code_uses" */ +export type tournament_invite_code_uses_update_column = 'invite_code_id' | 'player_steam_id' | 'team_id' | 'used_at' + + +/** aggregate var_pop on columns */ +export interface tournament_invite_code_uses_var_pop_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_invite_code_uses_var_samp_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_invite_code_uses_variance_fields { + player_steam_id: (Scalars['Float'] | null) + __typename: 'tournament_invite_code_uses_variance_fields' +} + + +/** columns and relationships of "tournament_invite_codes" */ +export interface tournament_invite_codes { + code: Scalars['String'] + created_at: Scalars['timestamptz'] + /** An object relationship */ + created_by: players + created_by_player_steam_id: Scalars['bigint'] + expires_at: (Scalars['timestamptz'] | null) + id: Scalars['uuid'] + max_uses: (Scalars['Int'] | null) + revoked_at: (Scalars['timestamptz'] | null) + /** An object relationship */ + tournament: tournaments + tournament_id: Scalars['uuid'] + /** An array relationship */ + used_by: tournament_invite_code_uses[] + /** An aggregate relationship */ + used_by_aggregate: tournament_invite_code_uses_aggregate + uses: Scalars['Int'] + __typename: 'tournament_invite_codes' +} + + +/** aggregated selection of "tournament_invite_codes" */ +export interface tournament_invite_codes_aggregate { + aggregate: (tournament_invite_codes_aggregate_fields | null) + nodes: tournament_invite_codes[] + __typename: 'tournament_invite_codes_aggregate' +} + + +/** aggregate fields of "tournament_invite_codes" */ +export interface tournament_invite_codes_aggregate_fields { + avg: (tournament_invite_codes_avg_fields | null) + count: Scalars['Int'] + max: (tournament_invite_codes_max_fields | null) + min: (tournament_invite_codes_min_fields | null) + stddev: (tournament_invite_codes_stddev_fields | null) + stddev_pop: (tournament_invite_codes_stddev_pop_fields | null) + stddev_samp: (tournament_invite_codes_stddev_samp_fields | null) + sum: (tournament_invite_codes_sum_fields | null) + var_pop: (tournament_invite_codes_var_pop_fields | null) + var_samp: (tournament_invite_codes_var_samp_fields | null) + variance: (tournament_invite_codes_variance_fields | null) + __typename: 'tournament_invite_codes_aggregate_fields' +} + + +/** aggregate avg on columns */ +export interface tournament_invite_codes_avg_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_avg_fields' +} + + +/** unique or primary key constraints on table "tournament_invite_codes" */ +export type tournament_invite_codes_constraint = 'tournament_invite_codes_code_key' | 'tournament_invite_codes_pkey' + + +/** aggregate max on columns */ +export interface tournament_invite_codes_max_fields { + code: (Scalars['String'] | null) + created_at: (Scalars['timestamptz'] | null) + created_by_player_steam_id: (Scalars['bigint'] | null) + expires_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + max_uses: (Scalars['Int'] | null) + revoked_at: (Scalars['timestamptz'] | null) + tournament_id: (Scalars['uuid'] | null) + uses: (Scalars['Int'] | null) + __typename: 'tournament_invite_codes_max_fields' +} + + +/** aggregate min on columns */ +export interface tournament_invite_codes_min_fields { + code: (Scalars['String'] | null) + created_at: (Scalars['timestamptz'] | null) + created_by_player_steam_id: (Scalars['bigint'] | null) + expires_at: (Scalars['timestamptz'] | null) + id: (Scalars['uuid'] | null) + max_uses: (Scalars['Int'] | null) + revoked_at: (Scalars['timestamptz'] | null) + tournament_id: (Scalars['uuid'] | null) + uses: (Scalars['Int'] | null) + __typename: 'tournament_invite_codes_min_fields' +} + + +/** response of any mutation on the table "tournament_invite_codes" */ +export interface tournament_invite_codes_mutation_response { + /** number of rows affected by the mutation */ + affected_rows: Scalars['Int'] + /** data from the rows affected by the mutation */ + returning: tournament_invite_codes[] + __typename: 'tournament_invite_codes_mutation_response' +} + + +/** select columns of table "tournament_invite_codes" */ +export type tournament_invite_codes_select_column = 'code' | 'created_at' | 'created_by_player_steam_id' | 'expires_at' | 'id' | 'max_uses' | 'revoked_at' | 'tournament_id' | 'uses' + + +/** aggregate stddev on columns */ +export interface tournament_invite_codes_stddev_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_stddev_fields' +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_invite_codes_stddev_pop_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_stddev_pop_fields' +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_invite_codes_stddev_samp_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_stddev_samp_fields' +} + + +/** aggregate sum on columns */ +export interface tournament_invite_codes_sum_fields { + created_by_player_steam_id: (Scalars['bigint'] | null) + max_uses: (Scalars['Int'] | null) + uses: (Scalars['Int'] | null) + __typename: 'tournament_invite_codes_sum_fields' +} + + +/** update columns of table "tournament_invite_codes" */ +export type tournament_invite_codes_update_column = 'code' | 'created_at' | 'created_by_player_steam_id' | 'expires_at' | 'id' | 'max_uses' | 'revoked_at' | 'tournament_id' | 'uses' + + +/** aggregate var_pop on columns */ +export interface tournament_invite_codes_var_pop_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_var_pop_fields' +} + + +/** aggregate var_samp on columns */ +export interface tournament_invite_codes_var_samp_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_var_samp_fields' +} + + +/** aggregate variance on columns */ +export interface tournament_invite_codes_variance_fields { + created_by_player_steam_id: (Scalars['Float'] | null) + max_uses: (Scalars['Float'] | null) + uses: (Scalars['Float'] | null) + __typename: 'tournament_invite_codes_variance_fields' +} + + /** columns and relationships of "tournament_invites" */ export interface tournament_invites { created_at: Scalars['timestamptz'] @@ -32932,8 +33301,11 @@ export interface tournament_invites { invited_by: players invited_by_player_steam_id: Scalars['bigint'] /** An object relationship */ - player: players - steam_id: Scalars['bigint'] + player: (players | null) + 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'] @@ -32975,7 +33347,7 @@ export interface tournament_invites_avg_fields { /** unique or primary key constraints on table "tournament_invites" */ -export type tournament_invites_constraint = 'tournament_invites_pkey' | 'tournament_invites_tournament_id_steam_id_key' +export type tournament_invites_constraint = 'idx_tournament_invites_player_unique' | 'idx_tournament_invites_team_unique' | 'tournament_invites_pkey' /** aggregate max on columns */ @@ -32984,6 +33356,7 @@ export interface tournament_invites_max_fields { id: (Scalars['uuid'] | null) invited_by_player_steam_id: (Scalars['bigint'] | null) steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) tournament_id: (Scalars['uuid'] | null) __typename: 'tournament_invites_max_fields' } @@ -32995,6 +33368,7 @@ export interface tournament_invites_min_fields { id: (Scalars['uuid'] | null) invited_by_player_steam_id: (Scalars['bigint'] | null) steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) tournament_id: (Scalars['uuid'] | null) __typename: 'tournament_invites_min_fields' } @@ -33011,7 +33385,7 @@ export interface tournament_invites_mutation_response { /** select columns of table "tournament_invites" */ -export type tournament_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_id' +export type tournament_invites_select_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'team_id' | 'tournament_id' /** aggregate stddev on columns */ @@ -33047,7 +33421,7 @@ export interface tournament_invites_sum_fields { /** update columns of table "tournament_invites" */ -export type tournament_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'tournament_id' +export type tournament_invites_update_column = 'created_at' | 'id' | 'invited_by_player_steam_id' | 'steam_id' | 'team_id' | 'tournament_id' /** aggregate var_pop on columns */ @@ -33790,8 +34164,11 @@ export interface tournament_prizes_variance_fields { export interface tournament_registration_unlocks { created_at: Scalars['timestamptz'] /** An object relationship */ - player: players - player_steam_id: Scalars['bigint'] + 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'] @@ -33832,13 +34209,14 @@ export interface tournament_registration_unlocks_avg_fields { /** unique or primary key constraints on table "tournament_registration_unlocks" */ -export type tournament_registration_unlocks_constraint = 'tournament_registration_unlocks_pkey' +export type tournament_registration_unlocks_constraint = 'idx_tournament_registration_unlocks_player' | 'idx_tournament_registration_unlocks_team' /** aggregate max on columns */ export interface tournament_registration_unlocks_max_fields { created_at: (Scalars['timestamptz'] | null) player_steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) tournament_id: (Scalars['uuid'] | null) __typename: 'tournament_registration_unlocks_max_fields' } @@ -33848,6 +34226,7 @@ export interface tournament_registration_unlocks_max_fields { export interface tournament_registration_unlocks_min_fields { created_at: (Scalars['timestamptz'] | null) player_steam_id: (Scalars['bigint'] | null) + team_id: (Scalars['uuid'] | null) tournament_id: (Scalars['uuid'] | null) __typename: 'tournament_registration_unlocks_min_fields' } @@ -33864,7 +34243,7 @@ export interface tournament_registration_unlocks_mutation_response { /** select columns of table "tournament_registration_unlocks" */ -export type tournament_registration_unlocks_select_column = 'created_at' | 'player_steam_id' | 'tournament_id' +export type tournament_registration_unlocks_select_column = 'created_at' | 'player_steam_id' | 'team_id' | 'tournament_id' /** aggregate stddev on columns */ @@ -33896,7 +34275,7 @@ export interface tournament_registration_unlocks_sum_fields { /** update columns of table "tournament_registration_unlocks" */ -export type tournament_registration_unlocks_update_column = 'created_at' | 'player_steam_id' | 'tournament_id' +export type tournament_registration_unlocks_update_column = 'created_at' | 'player_steam_id' | 'team_id' | 'tournament_id' /** aggregate var_pop on columns */ @@ -34908,8 +35287,6 @@ export interface tournaments { name: Scalars['String'] /** An object relationship */ options: match_options - /** A computed field, executes function "tournament_organizer_registration_passcode" */ - organizer_registration_passcode: (Scalars['String'] | null) organizer_steam_id: Scalars['bigint'] /** An array relationship */ organizer_teams: tournament_organizer_teams[] @@ -34929,7 +35306,6 @@ export interface tournaments { prizes_aggregate: tournament_prizes_aggregate /** Preferred server regions for hosted matches */ regions: Scalars['String'][] - registration_passcode: (Scalars['String'] | null) registration_type: e_tournament_registration_types_enum /** A computed field, executes function "tournament_registration_unlocked_for_session" */ registration_unlocked: (Scalars['Boolean'] | null) @@ -35032,12 +35408,9 @@ export interface tournaments_max_fields { /** A computed field, executes function "tournament_missed_check_in_count" */ missed_check_in_count: (Scalars['Int'] | null) name: (Scalars['String'] | null) - /** A computed field, executes function "tournament_organizer_registration_passcode" */ - organizer_registration_passcode: (Scalars['String'] | null) organizer_steam_id: (Scalars['bigint'] | null) /** Preferred server regions for hosted matches */ regions: (Scalars['String'][] | null) - registration_passcode: (Scalars['String'] | null) scheduling_mode: (Scalars['String'] | null) start: (Scalars['timestamptz'] | null) __typename: 'tournaments_max_fields' @@ -35072,12 +35445,9 @@ export interface tournaments_min_fields { /** A computed field, executes function "tournament_missed_check_in_count" */ missed_check_in_count: (Scalars['Int'] | null) name: (Scalars['String'] | null) - /** A computed field, executes function "tournament_organizer_registration_passcode" */ - organizer_registration_passcode: (Scalars['String'] | null) organizer_steam_id: (Scalars['bigint'] | null) /** Preferred server regions for hosted matches */ regions: (Scalars['String'][] | null) - registration_passcode: (Scalars['String'] | null) scheduling_mode: (Scalars['String'] | null) start: (Scalars['timestamptz'] | null) __typename: 'tournaments_min_fields' @@ -35095,7 +35465,7 @@ export interface tournaments_mutation_response { /** select columns of table "tournaments" */ -export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_passcode' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' +export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' /** select "tournaments_aggregate_bool_exp_avg_arguments_columns" columns of table "tournaments" */ @@ -35215,7 +35585,7 @@ export interface tournaments_sum_fields { /** update columns of table "tournaments" */ -export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_passcode' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' +export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' /** aggregate var_pop on columns */ @@ -46237,6 +46607,13 @@ export interface TournamentDraftOutputGenqlSelection{ __scalar?: boolean | number } +export interface TournamentInviteCodeOutputGenqlSelection{ + code?: boolean | number + id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + export interface TournamentMatchResetImpactGenqlSelection{ bracket_id?: boolean | number depth?: boolean | number @@ -69919,6 +70296,8 @@ export interface mutation_rootGenqlSelection{ createScheduledMatch?: (CreateScheduledMatchOutputGenqlSelection & { __args: {lineup_1: ScheduledLineupInput, lineup_2: ScheduledLineupInput, options: Scalars['jsonb'], scheduled_at: Scalars['String']} }) /** Create directory on game server */ createServerDirectory?: (SuccessOutputGenqlSelection & { __args: {dir_path: Scalars['String'], node_id: Scalars['String'], server_id?: (Scalars['String'] | null)} }) + /** Organizer mints an expiring, use capped invite link for a tournament */ + createTournamentInviteCode?: (TournamentInviteCodeOutputGenqlSelection & { __args: {expires_in_minutes?: (Scalars['Int'] | null), max_uses?: (Scalars['Int'] | null), tournament_id: Scalars['uuid']} }) /** Delete a catalog award */ deleteAward?: (SuccessOutputGenqlSelection & { __args: {id: Scalars['uuid']} }) /** Delete a saved clip and its underlying S3 object */ @@ -70948,6 +71327,18 @@ export interface mutation_rootGenqlSelection{ where: tournament_free_agents_bool_exp} }) /** delete single row from the table: "tournament_free_agents" */ delete_tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** delete data from the table: "tournament_invite_code_uses" */ + delete_tournament_invite_code_uses?: (tournament_invite_code_uses_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_invite_code_uses_bool_exp} }) + /** delete single row from the table: "tournament_invite_code_uses" */ + delete_tournament_invite_code_uses_by_pk?: (tournament_invite_code_usesGenqlSelection & { __args: {invite_code_id: Scalars['uuid'], player_steam_id: Scalars['bigint']} }) + /** delete data from the table: "tournament_invite_codes" */ + delete_tournament_invite_codes?: (tournament_invite_codes_mutation_responseGenqlSelection & { __args: { + /** filter the rows which have to be deleted */ + where: tournament_invite_codes_bool_exp} }) + /** delete single row from the table: "tournament_invite_codes" */ + delete_tournament_invite_codes_by_pk?: (tournament_invite_codesGenqlSelection & { __args: {id: Scalars['uuid']} }) /** delete data from the table: "tournament_invites" */ delete_tournament_invites?: (tournament_invites_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ @@ -70986,8 +71377,6 @@ export interface mutation_rootGenqlSelection{ delete_tournament_registration_unlocks?: (tournament_registration_unlocks_mutation_responseGenqlSelection & { __args: { /** filter the rows which have to be deleted */ where: tournament_registration_unlocks_bool_exp} }) - /** delete single row from the table: "tournament_registration_unlocks" */ - delete_tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: {player_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 */ @@ -73190,6 +73579,30 @@ export interface mutation_rootGenqlSelection{ object: tournament_free_agents_insert_input, /** upsert condition */ on_conflict?: (tournament_free_agents_on_conflict | null)} }) + /** insert data into the table: "tournament_invite_code_uses" */ + insert_tournament_invite_code_uses?: (tournament_invite_code_uses_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_invite_code_uses_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_invite_code_uses_on_conflict | null)} }) + /** insert a single row into the table: "tournament_invite_code_uses" */ + insert_tournament_invite_code_uses_one?: (tournament_invite_code_usesGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_invite_code_uses_insert_input, + /** upsert condition */ + on_conflict?: (tournament_invite_code_uses_on_conflict | null)} }) + /** insert data into the table: "tournament_invite_codes" */ + insert_tournament_invite_codes?: (tournament_invite_codes_mutation_responseGenqlSelection & { __args: { + /** the rows to be inserted */ + objects: tournament_invite_codes_insert_input[], + /** upsert condition */ + on_conflict?: (tournament_invite_codes_on_conflict | null)} }) + /** insert a single row into the table: "tournament_invite_codes" */ + insert_tournament_invite_codes_one?: (tournament_invite_codesGenqlSelection & { __args: { + /** the row to be inserted */ + object: tournament_invite_codes_insert_input, + /** upsert condition */ + on_conflict?: (tournament_invite_codes_on_conflict | null)} }) /** insert data into the table: "tournament_invites" */ insert_tournament_invites?: (tournament_invites_mutation_responseGenqlSelection & { __args: { /** the rows to be inserted */ @@ -73669,6 +74082,8 @@ export interface mutation_rootGenqlSelection{ /** Re-read which plugins are actually on a node */ reconcileNodePlugins?: (ReconcileNodePluginsOutputGenqlSelection & { __args: {nodeId: Scalars['String']} }) reconnectLive?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} }) + /** Spend a tournament invite link for an unlock on an invite only tournament */ + redeemTournamentInviteCode?: (SuccessOutputGenqlSelection & { __args: {code: Scalars['String'], tournament_id: Scalars['uuid']} }) /** Reindex every player into the Typesense search index (admin only). Runs in the background; track via refreshAllPlayersStatus. */ refreshAllPlayers?: ReindexStartedOutputGenqlSelection /** Return the progress of the player reindex run (admin only). */ @@ -73753,6 +74168,8 @@ export interface mutation_rootGenqlSelection{ retryPendingMatchImport?: (PendingMatchImportActionOutputGenqlSelection & { __args: {valve_match_id: Scalars['String']} }) /** Revoke a hand-granted award */ revokeAward?: (SuccessOutputGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** Organizer kills a tournament invite link without losing who already used it */ + revokeTournamentInviteCode?: (SuccessOutputGenqlSelection & { __args: {invite_code_id: Scalars['uuid']} }) sanctionServerPlayer?: (SanctionResultGenqlSelection & { __args: {duration?: (Scalars['Float'] | null), reason?: (Scalars['String'] | null), serverId?: (Scalars['String'] | null), steam_id: Scalars['String'], type: Scalars['String']} }) /** Create or update a catalog award */ saveAward?: (AwardGenqlSelection & { __args: {allow_multiple?: (Scalars['Boolean'] | null), description?: (Scalars['String'] | null), event_id?: (Scalars['uuid'] | null), id?: (Scalars['uuid'] | null), league_season_id?: (Scalars['uuid'] | null), name: Scalars['String'], season_id?: (Scalars['uuid'] | null), silhouette?: (Scalars['Int'] | null), tier: Scalars['String'], tournament_id?: (Scalars['uuid'] | null)} }) @@ -73830,8 +74247,6 @@ export interface mutation_rootGenqlSelection{ uninstallGamePlugin?: (SuccessOutputGenqlSelection & { __args: {force?: (Scalars['Boolean'] | null), slug: Scalars['String']} }) unlinkDiscord?: SuccessOutputGenqlSelection unlinkSteamMatchHistory?: SuccessOutputGenqlSelection - /** Trade the registration passcode for an unlock on an invite only tournament */ - unlockTournamentRegistration?: (SuccessOutputGenqlSelection & { __args: {passcode: Scalars['String'], tournament_id: Scalars['uuid']} }) unsanctionServerPlayer?: (SanctionResultGenqlSelection & { __args: {serverId?: (Scalars['String'] | null), steam_id: Scalars['String'], type: Scalars['String']} }) /** Owner-only patch for clip title / visibility / target_steam_id. */ updateClip?: (SuccessOutputGenqlSelection & { __args: {clip_id: Scalars['uuid'], target_steam_id?: (Scalars['String'] | null), title?: (Scalars['String'] | null), visibility?: (Scalars['String'] | null)} }) @@ -76863,6 +77278,42 @@ export interface mutation_rootGenqlSelection{ update_tournament_free_agents_many?: (tournament_free_agents_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ updates: tournament_free_agents_updates[]} }) + /** update data of the table: "tournament_invite_code_uses" */ + update_tournament_invite_code_uses?: (tournament_invite_code_uses_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_invite_code_uses_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_invite_code_uses_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_invite_code_uses_bool_exp} }) + /** update single row of the table: "tournament_invite_code_uses" */ + update_tournament_invite_code_uses_by_pk?: (tournament_invite_code_usesGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_invite_code_uses_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_invite_code_uses_set_input | null), pk_columns: tournament_invite_code_uses_pk_columns_input} }) + /** update multiples rows of table: "tournament_invite_code_uses" */ + update_tournament_invite_code_uses_many?: (tournament_invite_code_uses_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_invite_code_uses_updates[]} }) + /** update data of the table: "tournament_invite_codes" */ + update_tournament_invite_codes?: (tournament_invite_codes_mutation_responseGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_invite_codes_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_invite_codes_set_input | null), + /** filter the rows which have to be updated */ + where: tournament_invite_codes_bool_exp} }) + /** update single row of the table: "tournament_invite_codes" */ + update_tournament_invite_codes_by_pk?: (tournament_invite_codesGenqlSelection & { __args: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: (tournament_invite_codes_inc_input | null), + /** sets the columns of the filtered rows to the given values */ + _set?: (tournament_invite_codes_set_input | null), pk_columns: tournament_invite_codes_pk_columns_input} }) + /** update multiples rows of table: "tournament_invite_codes" */ + update_tournament_invite_codes_many?: (tournament_invite_codes_mutation_responseGenqlSelection & { __args: { + /** updates to execute, in order */ + updates: tournament_invite_codes_updates[]} }) /** update data of the table: "tournament_invites" */ update_tournament_invites?: (tournament_invites_mutation_responseGenqlSelection & { __args: { /** increments the numeric columns with given value of the filtered values */ @@ -76969,12 +77420,6 @@ export interface mutation_rootGenqlSelection{ _set?: (tournament_registration_unlocks_set_input | null), /** filter the rows which have to be updated */ where: tournament_registration_unlocks_bool_exp} }) - /** update single row of the table: "tournament_registration_unlocks" */ - update_tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: { - /** increments the numeric columns with given value of the filtered values */ - _inc?: (tournament_registration_unlocks_inc_input | null), - /** sets the columns of the filtered rows to the given values */ - _set?: (tournament_registration_unlocks_set_input | null), pk_columns: tournament_registration_unlocks_pk_columns_input} }) /** update multiples rows of table: "tournament_registration_unlocks" */ update_tournament_registration_unlocks_many?: (tournament_registration_unlocks_mutation_responseGenqlSelection & { __args: { /** updates to execute, in order */ @@ -94227,6 +94672,58 @@ export interface query_rootGenqlSelection{ where?: (tournament_free_agents_bool_exp | null)} }) /** fetch data from the table: "tournament_free_agents" using primary key columns */ tournament_free_agents_by_pk?: (tournament_free_agentsGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses?: (tournament_invite_code_usesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_code_uses_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_code_uses_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses_aggregate?: (tournament_invite_code_uses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_code_uses_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_code_uses_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + /** fetch data from the table: "tournament_invite_code_uses" using primary key columns */ + tournament_invite_code_uses_by_pk?: (tournament_invite_code_usesGenqlSelection & { __args: {invite_code_id: Scalars['uuid'], player_steam_id: Scalars['bigint']} }) + /** fetch data from the table: "tournament_invite_codes" */ + tournament_invite_codes?: (tournament_invite_codesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_codes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_codes_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_codes_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_invite_codes" */ + tournament_invite_codes_aggregate?: (tournament_invite_codes_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_codes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_codes_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_codes_bool_exp | null)} }) + /** fetch data from the table: "tournament_invite_codes" using primary key columns */ + tournament_invite_codes_by_pk?: (tournament_invite_codesGenqlSelection & { __args: {id: Scalars['uuid']} }) /** fetch data from the table: "tournament_invites" */ tournament_invites?: (tournament_invitesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -94405,8 +94902,6 @@ export interface query_rootGenqlSelection{ order_by?: (tournament_registration_unlocks_order_by[] | null), /** filter the rows returned */ where?: (tournament_registration_unlocks_bool_exp | null)} }) - /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ - tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: {player_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 */ @@ -103365,6 +103860,74 @@ export interface subscription_rootGenqlSelection{ cursor: (tournament_free_agents_stream_cursor_input | null)[], /** filter the rows returned */ where?: (tournament_free_agents_bool_exp | null)} }) + /** fetch data from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses?: (tournament_invite_code_usesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_code_uses_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_code_uses_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_invite_code_uses" */ + tournament_invite_code_uses_aggregate?: (tournament_invite_code_uses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_code_uses_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_code_uses_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + /** fetch data from the table: "tournament_invite_code_uses" using primary key columns */ + tournament_invite_code_uses_by_pk?: (tournament_invite_code_usesGenqlSelection & { __args: {invite_code_id: Scalars['uuid'], player_steam_id: Scalars['bigint']} }) + /** fetch data from the table in a streaming manner: "tournament_invite_code_uses" */ + tournament_invite_code_uses_stream?: (tournament_invite_code_usesGenqlSelection & { __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_invite_code_uses_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + /** fetch data from the table: "tournament_invite_codes" */ + tournament_invite_codes?: (tournament_invite_codesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_codes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_codes_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_codes_bool_exp | null)} }) + /** fetch aggregated fields from the table: "tournament_invite_codes" */ + tournament_invite_codes_aggregate?: (tournament_invite_codes_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_codes_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_codes_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_codes_bool_exp | null)} }) + /** fetch data from the table: "tournament_invite_codes" using primary key columns */ + tournament_invite_codes_by_pk?: (tournament_invite_codesGenqlSelection & { __args: {id: Scalars['uuid']} }) + /** fetch data from the table in a streaming manner: "tournament_invite_codes" */ + tournament_invite_codes_stream?: (tournament_invite_codesGenqlSelection & { __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_invite_codes_stream_cursor_input | null)[], + /** filter the rows returned */ + where?: (tournament_invite_codes_bool_exp | null)} }) /** fetch data from the table: "tournament_invites" */ tournament_invites?: (tournament_invitesGenqlSelection & { __args?: { /** distinct select on columns */ @@ -103591,8 +104154,6 @@ export interface subscription_rootGenqlSelection{ order_by?: (tournament_registration_unlocks_order_by[] | null), /** filter the rows returned */ where?: (tournament_registration_unlocks_bool_exp | null)} }) - /** fetch data from the table: "tournament_registration_unlocks" using primary key columns */ - tournament_registration_unlocks_by_pk?: (tournament_registration_unlocksGenqlSelection & { __args: {player_steam_id: Scalars['bigint'], tournament_id: Scalars['uuid']} }) /** fetch data from the table in a streaming manner: "tournament_registration_unlocks" */ tournament_registration_unlocks_stream?: (tournament_registration_unlocksGenqlSelection & { __args: { /** maximum number of rows returned in a single batch */ @@ -108949,6 +109510,497 @@ export interface tournament_free_agents_variance_fieldsGenqlSelection{ export interface tournament_free_agents_variance_order_by {player_steam_id?: (order_by | null)} +/** columns and relationships of "tournament_invite_code_uses" */ +export interface tournament_invite_code_usesGenqlSelection{ + /** An object relationship */ + invite_code?: tournament_invite_codesGenqlSelection + invite_code_id?: boolean | number + /** An object relationship */ + player?: playersGenqlSelection + player_steam_id?: boolean | number + /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + used_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_aggregateGenqlSelection{ + aggregate?: tournament_invite_code_uses_aggregate_fieldsGenqlSelection + nodes?: tournament_invite_code_usesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_invite_code_uses_aggregate_bool_exp {count?: (tournament_invite_code_uses_aggregate_bool_exp_count | null)} + +export interface tournament_invite_code_uses_aggregate_bool_exp_count {arguments?: (tournament_invite_code_uses_select_column[] | null),distinct?: (Scalars['Boolean'] | null),filter?: (tournament_invite_code_uses_bool_exp | null),predicate: Int_comparison_exp} + + +/** aggregate fields of "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_aggregate_fieldsGenqlSelection{ + avg?: tournament_invite_code_uses_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_invite_code_uses_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_invite_code_uses_max_fieldsGenqlSelection + min?: tournament_invite_code_uses_min_fieldsGenqlSelection + stddev?: tournament_invite_code_uses_stddev_fieldsGenqlSelection + stddev_pop?: tournament_invite_code_uses_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_invite_code_uses_stddev_samp_fieldsGenqlSelection + sum?: tournament_invite_code_uses_sum_fieldsGenqlSelection + var_pop?: tournament_invite_code_uses_var_pop_fieldsGenqlSelection + var_samp?: tournament_invite_code_uses_var_samp_fieldsGenqlSelection + variance?: tournament_invite_code_uses_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by aggregate values of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_aggregate_order_by {avg?: (tournament_invite_code_uses_avg_order_by | null),count?: (order_by | null),max?: (tournament_invite_code_uses_max_order_by | null),min?: (tournament_invite_code_uses_min_order_by | null),stddev?: (tournament_invite_code_uses_stddev_order_by | null),stddev_pop?: (tournament_invite_code_uses_stddev_pop_order_by | null),stddev_samp?: (tournament_invite_code_uses_stddev_samp_order_by | null),sum?: (tournament_invite_code_uses_sum_order_by | null),var_pop?: (tournament_invite_code_uses_var_pop_order_by | null),var_samp?: (tournament_invite_code_uses_var_samp_order_by | null),variance?: (tournament_invite_code_uses_variance_order_by | null)} + + +/** input type for inserting array relation for remote table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_arr_rel_insert_input {data: tournament_invite_code_uses_insert_input[], +/** upsert condition */ +on_conflict?: (tournament_invite_code_uses_on_conflict | null)} + + +/** aggregate avg on columns */ +export interface tournament_invite_code_uses_avg_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by avg() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_avg_order_by {player_steam_id?: (order_by | null)} + + +/** Boolean expression to filter rows from the table "tournament_invite_code_uses". All fields are combined with a logical 'AND'. */ +export interface tournament_invite_code_uses_bool_exp {_and?: (tournament_invite_code_uses_bool_exp[] | null),_not?: (tournament_invite_code_uses_bool_exp | null),_or?: (tournament_invite_code_uses_bool_exp[] | null),invite_code?: (tournament_invite_codes_bool_exp | null),invite_code_id?: (uuid_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),used_at?: (timestamptz_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_inc_input {player_steam_id?: (Scalars['bigint'] | null)} + + +/** input type for inserting data into table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_insert_input {invite_code?: (tournament_invite_codes_obj_rel_insert_input | null),invite_code_id?: (Scalars['uuid'] | 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),used_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate max on columns */ +export interface tournament_invite_code_uses_max_fieldsGenqlSelection{ + invite_code_id?: boolean | number + player_steam_id?: boolean | number + team_id?: boolean | number + used_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by max() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_max_order_by {invite_code_id?: (order_by | null),player_steam_id?: (order_by | null),team_id?: (order_by | null),used_at?: (order_by | null)} + + +/** aggregate min on columns */ +export interface tournament_invite_code_uses_min_fieldsGenqlSelection{ + invite_code_id?: boolean | number + player_steam_id?: boolean | number + team_id?: boolean | number + used_at?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by min() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_min_order_by {invite_code_id?: (order_by | null),player_steam_id?: (order_by | null),team_id?: (order_by | null),used_at?: (order_by | null)} + + +/** response of any mutation on the table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_invite_code_usesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** on_conflict condition type for table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_on_conflict {constraint: tournament_invite_code_uses_constraint,update_columns?: tournament_invite_code_uses_update_column[],where?: (tournament_invite_code_uses_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_invite_code_uses". */ +export interface tournament_invite_code_uses_order_by {invite_code?: (tournament_invite_codes_order_by | null),invite_code_id?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),team?: (teams_order_by | null),team_id?: (order_by | null),used_at?: (order_by | null)} + + +/** primary key columns input for table: tournament_invite_code_uses */ +export interface tournament_invite_code_uses_pk_columns_input {invite_code_id: Scalars['uuid'],player_steam_id: Scalars['bigint']} + + +/** input type for updating data in table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_set_input {invite_code_id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null),used_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_invite_code_uses_stddev_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_stddev_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate stddev_pop on columns */ +export interface tournament_invite_code_uses_stddev_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_pop() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_stddev_pop_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate stddev_samp on columns */ +export interface tournament_invite_code_uses_stddev_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by stddev_samp() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_stddev_samp_order_by {player_steam_id?: (order_by | null)} + + +/** Streaming cursor of the table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_invite_code_uses_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_invite_code_uses_stream_cursor_value_input {invite_code_id?: (Scalars['uuid'] | null),player_steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null),used_at?: (Scalars['timestamptz'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_invite_code_uses_sum_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by sum() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_sum_order_by {player_steam_id?: (order_by | null)} + +export interface tournament_invite_code_uses_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_invite_code_uses_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_invite_code_uses_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_invite_code_uses_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_invite_code_uses_var_pop_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_pop() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_var_pop_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate var_samp on columns */ +export interface tournament_invite_code_uses_var_samp_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by var_samp() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_var_samp_order_by {player_steam_id?: (order_by | null)} + + +/** aggregate variance on columns */ +export interface tournament_invite_code_uses_variance_fieldsGenqlSelection{ + player_steam_id?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** order by variance() on columns of table "tournament_invite_code_uses" */ +export interface tournament_invite_code_uses_variance_order_by {player_steam_id?: (order_by | null)} + + +/** columns and relationships of "tournament_invite_codes" */ +export interface tournament_invite_codesGenqlSelection{ + code?: boolean | number + created_at?: boolean | number + /** An object relationship */ + created_by?: playersGenqlSelection + created_by_player_steam_id?: boolean | number + expires_at?: boolean | number + id?: boolean | number + max_uses?: boolean | number + revoked_at?: boolean | number + /** An object relationship */ + tournament?: tournamentsGenqlSelection + tournament_id?: boolean | number + /** An array relationship */ + used_by?: (tournament_invite_code_usesGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_code_uses_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_code_uses_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + /** An aggregate relationship */ + used_by_aggregate?: (tournament_invite_code_uses_aggregateGenqlSelection & { __args?: { + /** distinct select on columns */ + distinct_on?: (tournament_invite_code_uses_select_column[] | null), + /** limit the number of rows returned */ + limit?: (Scalars['Int'] | null), + /** 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_invite_code_uses_order_by[] | null), + /** filter the rows returned */ + where?: (tournament_invite_code_uses_bool_exp | null)} }) + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregated selection of "tournament_invite_codes" */ +export interface tournament_invite_codes_aggregateGenqlSelection{ + aggregate?: tournament_invite_codes_aggregate_fieldsGenqlSelection + nodes?: tournament_invite_codesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate fields of "tournament_invite_codes" */ +export interface tournament_invite_codes_aggregate_fieldsGenqlSelection{ + avg?: tournament_invite_codes_avg_fieldsGenqlSelection + count?: { __args: {columns?: (tournament_invite_codes_select_column[] | null), distinct?: (Scalars['Boolean'] | null)} } | boolean | number + max?: tournament_invite_codes_max_fieldsGenqlSelection + min?: tournament_invite_codes_min_fieldsGenqlSelection + stddev?: tournament_invite_codes_stddev_fieldsGenqlSelection + stddev_pop?: tournament_invite_codes_stddev_pop_fieldsGenqlSelection + stddev_samp?: tournament_invite_codes_stddev_samp_fieldsGenqlSelection + sum?: tournament_invite_codes_sum_fieldsGenqlSelection + var_pop?: tournament_invite_codes_var_pop_fieldsGenqlSelection + var_samp?: tournament_invite_codes_var_samp_fieldsGenqlSelection + variance?: tournament_invite_codes_variance_fieldsGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate avg on columns */ +export interface tournament_invite_codes_avg_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Boolean expression to filter rows from the table "tournament_invite_codes". All fields are combined with a logical 'AND'. */ +export interface tournament_invite_codes_bool_exp {_and?: (tournament_invite_codes_bool_exp[] | null),_not?: (tournament_invite_codes_bool_exp | null),_or?: (tournament_invite_codes_bool_exp[] | null),code?: (String_comparison_exp | null),created_at?: (timestamptz_comparison_exp | null),created_by?: (players_bool_exp | null),created_by_player_steam_id?: (bigint_comparison_exp | null),expires_at?: (timestamptz_comparison_exp | null),id?: (uuid_comparison_exp | null),max_uses?: (Int_comparison_exp | null),revoked_at?: (timestamptz_comparison_exp | null),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null),used_by?: (tournament_invite_code_uses_bool_exp | null),used_by_aggregate?: (tournament_invite_code_uses_aggregate_bool_exp | null),uses?: (Int_comparison_exp | null)} + + +/** input type for incrementing numeric columns in table "tournament_invite_codes" */ +export interface tournament_invite_codes_inc_input {created_by_player_steam_id?: (Scalars['bigint'] | null),max_uses?: (Scalars['Int'] | null),uses?: (Scalars['Int'] | null)} + + +/** input type for inserting data into table "tournament_invite_codes" */ +export interface tournament_invite_codes_insert_input {code?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),created_by?: (players_obj_rel_insert_input | null),created_by_player_steam_id?: (Scalars['bigint'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),max_uses?: (Scalars['Int'] | null),revoked_at?: (Scalars['timestamptz'] | null),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null),used_by?: (tournament_invite_code_uses_arr_rel_insert_input | null),uses?: (Scalars['Int'] | null)} + + +/** aggregate max on columns */ +export interface tournament_invite_codes_max_fieldsGenqlSelection{ + code?: boolean | number + created_at?: boolean | number + created_by_player_steam_id?: boolean | number + expires_at?: boolean | number + id?: boolean | number + max_uses?: boolean | number + revoked_at?: boolean | number + tournament_id?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate min on columns */ +export interface tournament_invite_codes_min_fieldsGenqlSelection{ + code?: boolean | number + created_at?: boolean | number + created_by_player_steam_id?: boolean | number + expires_at?: boolean | number + id?: boolean | number + max_uses?: boolean | number + revoked_at?: boolean | number + tournament_id?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** response of any mutation on the table "tournament_invite_codes" */ +export interface tournament_invite_codes_mutation_responseGenqlSelection{ + /** number of rows affected by the mutation */ + affected_rows?: boolean | number + /** data from the rows affected by the mutation */ + returning?: tournament_invite_codesGenqlSelection + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** input type for inserting object relation for remote table "tournament_invite_codes" */ +export interface tournament_invite_codes_obj_rel_insert_input {data: tournament_invite_codes_insert_input, +/** upsert condition */ +on_conflict?: (tournament_invite_codes_on_conflict | null)} + + +/** on_conflict condition type for table "tournament_invite_codes" */ +export interface tournament_invite_codes_on_conflict {constraint: tournament_invite_codes_constraint,update_columns?: tournament_invite_codes_update_column[],where?: (tournament_invite_codes_bool_exp | null)} + + +/** Ordering options when selecting data from "tournament_invite_codes". */ +export interface tournament_invite_codes_order_by {code?: (order_by | null),created_at?: (order_by | null),created_by?: (players_order_by | null),created_by_player_steam_id?: (order_by | null),expires_at?: (order_by | null),id?: (order_by | null),max_uses?: (order_by | null),revoked_at?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null),used_by_aggregate?: (tournament_invite_code_uses_aggregate_order_by | null),uses?: (order_by | null)} + + +/** primary key columns input for table: tournament_invite_codes */ +export interface tournament_invite_codes_pk_columns_input {id: Scalars['uuid']} + + +/** input type for updating data in table "tournament_invite_codes" */ +export interface tournament_invite_codes_set_input {code?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),created_by_player_steam_id?: (Scalars['bigint'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),max_uses?: (Scalars['Int'] | null),revoked_at?: (Scalars['timestamptz'] | null),tournament_id?: (Scalars['uuid'] | null),uses?: (Scalars['Int'] | null)} + + +/** aggregate stddev on columns */ +export interface tournament_invite_codes_stddev_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_pop on columns */ +export interface tournament_invite_codes_stddev_pop_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate stddev_samp on columns */ +export interface tournament_invite_codes_stddev_samp_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** Streaming cursor of the table "tournament_invite_codes" */ +export interface tournament_invite_codes_stream_cursor_input { +/** Stream column input with initial value */ +initial_value: tournament_invite_codes_stream_cursor_value_input, +/** cursor ordering */ +ordering?: (cursor_ordering | null)} + + +/** Initial value of the column from where the streaming should start */ +export interface tournament_invite_codes_stream_cursor_value_input {code?: (Scalars['String'] | null),created_at?: (Scalars['timestamptz'] | null),created_by_player_steam_id?: (Scalars['bigint'] | null),expires_at?: (Scalars['timestamptz'] | null),id?: (Scalars['uuid'] | null),max_uses?: (Scalars['Int'] | null),revoked_at?: (Scalars['timestamptz'] | null),tournament_id?: (Scalars['uuid'] | null),uses?: (Scalars['Int'] | null)} + + +/** aggregate sum on columns */ +export interface tournament_invite_codes_sum_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + +export interface tournament_invite_codes_updates { +/** increments the numeric columns with given value of the filtered values */ +_inc?: (tournament_invite_codes_inc_input | null), +/** sets the columns of the filtered rows to the given values */ +_set?: (tournament_invite_codes_set_input | null), +/** filter the rows which have to be updated */ +where: tournament_invite_codes_bool_exp} + + +/** aggregate var_pop on columns */ +export interface tournament_invite_codes_var_pop_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate var_samp on columns */ +export interface tournament_invite_codes_var_samp_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + +/** aggregate variance on columns */ +export interface tournament_invite_codes_variance_fieldsGenqlSelection{ + created_by_player_steam_id?: boolean | number + max_uses?: boolean | number + uses?: boolean | number + __typename?: boolean | number + __scalar?: boolean | number +} + + /** columns and relationships of "tournament_invites" */ export interface tournament_invitesGenqlSelection{ created_at?: boolean | number @@ -108960,6 +110012,9 @@ export interface tournament_invitesGenqlSelection{ player?: playersGenqlSelection steam_id?: boolean | number /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + /** An object relationship */ tournament?: tournamentsGenqlSelection tournament_id?: boolean | number __typename?: boolean | number @@ -109004,7 +110059,7 @@ export interface tournament_invites_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "tournament_invites". All fields are combined with a logical 'AND'. */ -export interface tournament_invites_bool_exp {_and?: (tournament_invites_bool_exp[] | null),_not?: (tournament_invites_bool_exp | null),_or?: (tournament_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),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} +export interface tournament_invites_bool_exp {_and?: (tournament_invites_bool_exp[] | null),_not?: (tournament_invites_bool_exp | null),_or?: (tournament_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),tournament?: (tournaments_bool_exp | null),tournament_id?: (uuid_comparison_exp | null)} /** input type for incrementing numeric columns in table "tournament_invites" */ @@ -109012,7 +110067,7 @@ export interface tournament_invites_inc_input {invited_by_player_steam_id?: (Sca /** input type for inserting data into table "tournament_invites" */ -export interface tournament_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),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} +export interface tournament_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),tournament?: (tournaments_obj_rel_insert_input | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate max on columns */ @@ -109021,6 +110076,7 @@ export interface tournament_invites_max_fieldsGenqlSelection{ id?: boolean | number invited_by_player_steam_id?: boolean | number steam_id?: boolean | number + team_id?: boolean | number tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -109033,6 +110089,7 @@ export interface tournament_invites_min_fieldsGenqlSelection{ id?: boolean | number invited_by_player_steam_id?: boolean | number steam_id?: boolean | number + team_id?: boolean | number tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -109055,7 +110112,7 @@ export interface tournament_invites_on_conflict {constraint: tournament_invites_ /** Ordering options when selecting data from "tournament_invites". */ -export interface tournament_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),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} +export interface tournament_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),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} /** primary key columns input for table: tournament_invites */ @@ -109063,7 +110120,7 @@ export interface tournament_invites_pk_columns_input {id: Scalars['uuid']} /** input type for updating data in table "tournament_invites" */ -export interface tournament_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_id?: (Scalars['uuid'] | null)} +export interface tournament_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),tournament_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ @@ -109102,7 +110159,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_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_id?: (Scalars['uuid'] | null)} +export interface tournament_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),tournament_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ @@ -110234,6 +111291,9 @@ export interface tournament_registration_unlocksGenqlSelection{ player?: playersGenqlSelection player_steam_id?: boolean | number /** An object relationship */ + team?: teamsGenqlSelection + team_id?: boolean | number + /** An object relationship */ tournament?: tournamentsGenqlSelection tournament_id?: boolean | number __typename?: boolean | number @@ -110277,7 +111337,7 @@ export interface tournament_registration_unlocks_avg_fieldsGenqlSelection{ /** Boolean expression to filter rows from the table "tournament_registration_unlocks". All fields are combined with a logical 'AND'. */ -export interface tournament_registration_unlocks_bool_exp {_and?: (tournament_registration_unlocks_bool_exp[] | null),_not?: (tournament_registration_unlocks_bool_exp | null),_or?: (tournament_registration_unlocks_bool_exp[] | null),created_at?: (timestamptz_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)} +export interface tournament_registration_unlocks_bool_exp {_and?: (tournament_registration_unlocks_bool_exp[] | null),_not?: (tournament_registration_unlocks_bool_exp | null),_or?: (tournament_registration_unlocks_bool_exp[] | null),created_at?: (timestamptz_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)} /** input type for incrementing numeric columns in table "tournament_registration_unlocks" */ @@ -110285,13 +111345,14 @@ export interface tournament_registration_unlocks_inc_input {player_steam_id?: (S /** input type for inserting data into table "tournament_registration_unlocks" */ -export interface tournament_registration_unlocks_insert_input {created_at?: (Scalars['timestamptz'] | 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)} +export interface tournament_registration_unlocks_insert_input {created_at?: (Scalars['timestamptz'] | 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)} /** aggregate max on columns */ export interface tournament_registration_unlocks_max_fieldsGenqlSelection{ created_at?: boolean | number player_steam_id?: boolean | number + team_id?: boolean | number tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -110302,6 +111363,7 @@ export interface tournament_registration_unlocks_max_fieldsGenqlSelection{ export interface tournament_registration_unlocks_min_fieldsGenqlSelection{ created_at?: boolean | number player_steam_id?: boolean | number + team_id?: boolean | number tournament_id?: boolean | number __typename?: boolean | number __scalar?: boolean | number @@ -110324,15 +111386,11 @@ export interface tournament_registration_unlocks_on_conflict {constraint: tourna /** Ordering options when selecting data from "tournament_registration_unlocks". */ -export interface tournament_registration_unlocks_order_by {created_at?: (order_by | null),player?: (players_order_by | null),player_steam_id?: (order_by | null),tournament?: (tournaments_order_by | null),tournament_id?: (order_by | null)} - - -/** primary key columns input for table: tournament_registration_unlocks */ -export interface tournament_registration_unlocks_pk_columns_input {player_steam_id: Scalars['bigint'],tournament_id: Scalars['uuid']} +export interface tournament_registration_unlocks_order_by {created_at?: (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)} /** input type for updating data in table "tournament_registration_unlocks" */ -export interface tournament_registration_unlocks_set_input {created_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} +export interface tournament_registration_unlocks_set_input {created_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate stddev on columns */ @@ -110368,7 +111426,7 @@ ordering?: (cursor_ordering | null)} /** Initial value of the column from where the streaming should start */ -export interface tournament_registration_unlocks_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),tournament_id?: (Scalars['uuid'] | null)} +export interface tournament_registration_unlocks_stream_cursor_value_input {created_at?: (Scalars['timestamptz'] | null),player_steam_id?: (Scalars['bigint'] | null),team_id?: (Scalars['uuid'] | null),tournament_id?: (Scalars['uuid'] | null)} /** aggregate sum on columns */ @@ -112161,8 +113219,6 @@ export interface tournamentsGenqlSelection{ name?: boolean | number /** An object relationship */ options?: match_optionsGenqlSelection - /** A computed field, executes function "tournament_organizer_registration_passcode" */ - organizer_registration_passcode?: boolean | number organizer_steam_id?: boolean | number /** An array relationship */ organizer_teams?: (tournament_organizer_teamsGenqlSelection & { __args?: { @@ -112262,7 +113318,6 @@ export interface tournamentsGenqlSelection{ where?: (tournament_prizes_bool_exp | null)} }) /** Preferred server regions for hosted matches */ regions?: boolean | number - registration_passcode?: boolean | number registration_type?: boolean | number /** A computed field, executes function "tournament_registration_unlocked_for_session" */ registration_unlocked?: boolean | number @@ -112460,7 +113515,7 @@ export interface tournaments_avg_order_by {check_in_closes_before_minutes?: (ord /** 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),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_review_check_in?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),check_in_closes_before_minutes?: (Int_comparison_exp | null),check_in_ends_at?: (timestamptz_comparison_exp | null),check_in_open?: (Boolean_comparison_exp | null),check_in_opens_before_minutes?: (Int_comparison_exp | null),check_in_required?: (Boolean_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),check_in_started?: (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),free_agents?: (tournament_free_agents_bool_exp | null),free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_only?: (Boolean_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),meets_min_role?: (Boolean_comparison_exp | null),min_elo?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),min_role?: (e_player_roles_enum_comparison_exp | null),missed_check_in_count?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_registration_passcode?: (String_comparison_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),registration_passcode?: (String_comparison_exp | null),registration_type?: (e_tournament_registration_types_enum_comparison_exp | null),registration_unlocked?: (Boolean_comparison_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)} +export interface tournaments_bool_exp {_and?: (tournaments_bool_exp[] | null),_not?: (tournaments_bool_exp | null),_or?: (tournaments_bool_exp[] | null),admin?: (players_bool_exp | null),auto_start?: (Boolean_comparison_exp | null),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_review_check_in?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),check_in_closes_before_minutes?: (Int_comparison_exp | null),check_in_ends_at?: (timestamptz_comparison_exp | null),check_in_open?: (Boolean_comparison_exp | null),check_in_opens_before_minutes?: (Int_comparison_exp | null),check_in_required?: (Boolean_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),check_in_started?: (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),free_agents?: (tournament_free_agents_bool_exp | null),free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_only?: (Boolean_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),meets_min_role?: (Boolean_comparison_exp | null),min_elo?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),min_role?: (e_player_roles_enum_comparison_exp | null),missed_check_in_count?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),registration_type?: (e_tournament_registration_types_enum_comparison_exp | null),registration_unlocked?: (Boolean_comparison_exp | null),results?: (v_team_tournament_results_bool_exp | null),results_aggregate?: (v_team_tournament_results_aggregate_bool_exp | null),rosters?: (tournament_team_roster_bool_exp | null),rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),scheduling_mode?: (String_comparison_exp | null),stages?: (tournament_stages_bool_exp | null),stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),start?: (timestamptz_comparison_exp | null),status?: (e_tournament_status_enum_comparison_exp | null),teams?: (tournament_teams_bool_exp | null),teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} /** input type for incrementing numeric columns in table "tournaments" */ @@ -112474,7 +113529,7 @@ check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ check_in_setting?: (e_check_in_settings_enum | 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),free_agents?: (tournament_free_agents_arr_rel_insert_input | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),invite_only?: (Scalars['Boolean'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),league_season_division?: (league_season_divisions_obj_rel_insert_input | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),min_role?: (e_player_roles_enum | null),name?: (Scalars['String'] | null),options?: (match_options_obj_rel_insert_input | null),organizer_steam_id?: (Scalars['bigint'] | null),organizer_teams?: (tournament_organizer_teams_arr_rel_insert_input | null),organizers?: (tournament_organizers_arr_rel_insert_input | null),player_stats?: (v_tournament_player_stats_arr_rel_insert_input | null),prizes?: (tournament_prizes_arr_rel_insert_input | null), /** Preferred server regions for hosted matches */ -regions?: (Scalars['String'][] | null),registration_passcode?: (Scalars['String'] | null),registration_type?: (e_tournament_registration_types_enum | 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)} +regions?: (Scalars['String'][] | null),registration_type?: (e_tournament_registration_types_enum | null),results?: (v_team_tournament_results_arr_rel_insert_input | null),rosters?: (tournament_team_roster_arr_rel_insert_input | null),scheduling_mode?: (Scalars['String'] | null),stages?: (tournament_stages_arr_rel_insert_input | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null),teams?: (tournament_teams_arr_rel_insert_input | null)} /** aggregate max on columns */ @@ -112505,12 +113560,9 @@ export interface tournaments_max_fieldsGenqlSelection{ /** A computed field, executes function "tournament_missed_check_in_count" */ missed_check_in_count?: boolean | number name?: boolean | number - /** A computed field, executes function "tournament_organizer_registration_passcode" */ - organizer_registration_passcode?: boolean | number organizer_steam_id?: boolean | number /** Preferred server regions for hosted matches */ regions?: boolean | number - registration_passcode?: boolean | number scheduling_mode?: boolean | number start?: boolean | number __typename?: boolean | number @@ -112523,7 +113575,7 @@ export interface tournaments_max_order_by {banner?: (order_by | null),check_in_c /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null), /** Preferred server regions for hosted matches */ -regions?: (order_by | null),registration_passcode?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} +regions?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} /** aggregate min on columns */ @@ -112554,12 +113606,9 @@ export interface tournaments_min_fieldsGenqlSelection{ /** A computed field, executes function "tournament_missed_check_in_count" */ missed_check_in_count?: boolean | number name?: boolean | number - /** A computed field, executes function "tournament_organizer_registration_passcode" */ - organizer_registration_passcode?: boolean | number organizer_steam_id?: boolean | number /** Preferred server regions for hosted matches */ regions?: boolean | number - registration_passcode?: boolean | number scheduling_mode?: boolean | number start?: boolean | number __typename?: boolean | number @@ -112572,7 +113621,7 @@ export interface tournaments_min_order_by {banner?: (order_by | null),check_in_c /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null), /** Preferred server regions for hosted matches */ -regions?: (order_by | null),registration_passcode?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} +regions?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_by | null)} /** response of any mutation on the table "tournaments" */ @@ -112597,7 +113646,7 @@ export interface tournaments_on_conflict {constraint: tournaments_constraint,upd /** Ordering options when selecting data from "tournaments". */ -export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_review_check_in?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),check_in_closes_before_minutes?: (order_by | null),check_in_ends_at?: (order_by | null),check_in_open?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),check_in_required?: (order_by | null),check_in_setting?: (order_by | null),check_in_started?: (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),free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),invite_only?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),max_players_per_lineup?: (order_by | null),meets_min_role?: (order_by | null),min_elo?: (order_by | null),min_players_per_lineup?: (order_by | null),min_role?: (order_by | null),missed_check_in_count?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_registration_passcode?: (order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),regions?: (order_by | null),registration_passcode?: (order_by | null),registration_type?: (order_by | null),registration_unlocked?: (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)} +export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_review_check_in?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),check_in_closes_before_minutes?: (order_by | null),check_in_ends_at?: (order_by | null),check_in_open?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),check_in_required?: (order_by | null),check_in_setting?: (order_by | null),check_in_started?: (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),free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),invite_only?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),max_players_per_lineup?: (order_by | null),meets_min_role?: (order_by | null),min_elo?: (order_by | null),min_players_per_lineup?: (order_by | null),min_role?: (order_by | null),missed_check_in_count?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),regions?: (order_by | null),registration_type?: (order_by | null),registration_unlocked?: (order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),scheduling_mode?: (order_by | null),stages_aggregate?: (tournament_stages_aggregate_order_by | null),start?: (order_by | null),status?: (order_by | null),teams_aggregate?: (tournament_teams_aggregate_order_by | null)} /** primary key columns input for table: tournaments */ @@ -112611,7 +113660,7 @@ check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ check_in_setting?: (e_check_in_settings_enum | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),invite_only?: (Scalars['Boolean'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),min_role?: (e_player_roles_enum | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null), /** Preferred server regions for hosted matches */ -regions?: (Scalars['String'][] | null),registration_passcode?: (Scalars['String'] | null),registration_type?: (e_tournament_registration_types_enum | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} +regions?: (Scalars['String'][] | null),registration_type?: (e_tournament_registration_types_enum | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} /** aggregate stddev on columns */ @@ -112701,7 +113750,7 @@ check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ check_in_setting?: (e_check_in_settings_enum | null),created_at?: (Scalars['timestamptz'] | null),description?: (Scalars['String'] | null),discord_guild_id?: (Scalars['String'] | null),discord_notifications_enabled?: (Scalars['Boolean'] | null),discord_notify_Canceled?: (Scalars['Boolean'] | null),discord_notify_Finished?: (Scalars['Boolean'] | null),discord_notify_Forfeit?: (Scalars['Boolean'] | null),discord_notify_Live?: (Scalars['Boolean'] | null),discord_notify_MapPaused?: (Scalars['Boolean'] | null),discord_notify_PickingPlayers?: (Scalars['Boolean'] | null),discord_notify_Scheduled?: (Scalars['Boolean'] | null),discord_notify_Surrendered?: (Scalars['Boolean'] | null),discord_notify_Tie?: (Scalars['Boolean'] | null),discord_notify_Veto?: (Scalars['Boolean'] | null),discord_notify_WaitingForCheckIn?: (Scalars['Boolean'] | null),discord_notify_WaitingForServer?: (Scalars['Boolean'] | null),discord_role_id?: (Scalars['String'] | null),discord_voice_enabled?: (Scalars['Boolean'] | null),discord_webhook?: (Scalars['String'] | null),homepage?: (Scalars['String'] | null),id?: (Scalars['uuid'] | null),invite_only?: (Scalars['Boolean'] | null),is_league?: (Scalars['Boolean'] | null),latitude?: (Scalars['float8'] | null),location?: (Scalars['String'] | null),logo?: (Scalars['String'] | null),longitude?: (Scalars['float8'] | null),match_options_id?: (Scalars['uuid'] | null),max_elo?: (Scalars['Int'] | null),min_elo?: (Scalars['Int'] | null),min_role?: (e_player_roles_enum | null),name?: (Scalars['String'] | null),organizer_steam_id?: (Scalars['bigint'] | null), /** Preferred server regions for hosted matches */ -regions?: (Scalars['String'][] | null),registration_passcode?: (Scalars['String'] | null),registration_type?: (e_tournament_registration_types_enum | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} +regions?: (Scalars['String'][] | null),registration_type?: (e_tournament_registration_types_enum | null),scheduling_mode?: (Scalars['String'] | null),start?: (Scalars['timestamptz'] | null),status?: (e_tournament_status_enum | null)} /** aggregate sum on columns */ @@ -126774,6 +127823,14 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const TournamentInviteCodeOutput_possibleTypes: string[] = ['TournamentInviteCodeOutput'] + export const isTournamentInviteCodeOutput = (obj?: { __typename?: any } | null): obj is TournamentInviteCodeOutput => { + if (!obj?.__typename) throw new Error('__typename is missing in "isTournamentInviteCodeOutput"') + return TournamentInviteCodeOutput_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"') @@ -141606,6 +142663,230 @@ export type SubscriptionGenqlSelection = subscription_rootGenqlSelection + const tournament_invite_code_uses_possibleTypes: string[] = ['tournament_invite_code_uses'] + export const istournament_invite_code_uses = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses"') + return tournament_invite_code_uses_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_aggregate_possibleTypes: string[] = ['tournament_invite_code_uses_aggregate'] + export const istournament_invite_code_uses_aggregate = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_aggregate"') + return tournament_invite_code_uses_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_aggregate_fields_possibleTypes: string[] = ['tournament_invite_code_uses_aggregate_fields'] + export const istournament_invite_code_uses_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_aggregate_fields"') + return tournament_invite_code_uses_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_avg_fields_possibleTypes: string[] = ['tournament_invite_code_uses_avg_fields'] + export const istournament_invite_code_uses_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_avg_fields"') + return tournament_invite_code_uses_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_max_fields_possibleTypes: string[] = ['tournament_invite_code_uses_max_fields'] + export const istournament_invite_code_uses_max_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_max_fields"') + return tournament_invite_code_uses_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_min_fields_possibleTypes: string[] = ['tournament_invite_code_uses_min_fields'] + export const istournament_invite_code_uses_min_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_min_fields"') + return tournament_invite_code_uses_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_mutation_response_possibleTypes: string[] = ['tournament_invite_code_uses_mutation_response'] + export const istournament_invite_code_uses_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_mutation_response"') + return tournament_invite_code_uses_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_stddev_fields_possibleTypes: string[] = ['tournament_invite_code_uses_stddev_fields'] + export const istournament_invite_code_uses_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_stddev_fields"') + return tournament_invite_code_uses_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_stddev_pop_fields_possibleTypes: string[] = ['tournament_invite_code_uses_stddev_pop_fields'] + export const istournament_invite_code_uses_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_stddev_pop_fields"') + return tournament_invite_code_uses_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_stddev_samp_fields_possibleTypes: string[] = ['tournament_invite_code_uses_stddev_samp_fields'] + export const istournament_invite_code_uses_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_stddev_samp_fields"') + return tournament_invite_code_uses_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_sum_fields_possibleTypes: string[] = ['tournament_invite_code_uses_sum_fields'] + export const istournament_invite_code_uses_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_sum_fields"') + return tournament_invite_code_uses_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_var_pop_fields_possibleTypes: string[] = ['tournament_invite_code_uses_var_pop_fields'] + export const istournament_invite_code_uses_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_var_pop_fields"') + return tournament_invite_code_uses_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_var_samp_fields_possibleTypes: string[] = ['tournament_invite_code_uses_var_samp_fields'] + export const istournament_invite_code_uses_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_var_samp_fields"') + return tournament_invite_code_uses_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_code_uses_variance_fields_possibleTypes: string[] = ['tournament_invite_code_uses_variance_fields'] + export const istournament_invite_code_uses_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_code_uses_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_code_uses_variance_fields"') + return tournament_invite_code_uses_variance_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_possibleTypes: string[] = ['tournament_invite_codes'] + export const istournament_invite_codes = (obj?: { __typename?: any } | null): obj is tournament_invite_codes => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes"') + return tournament_invite_codes_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_aggregate_possibleTypes: string[] = ['tournament_invite_codes_aggregate'] + export const istournament_invite_codes_aggregate = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_aggregate => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_aggregate"') + return tournament_invite_codes_aggregate_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_aggregate_fields_possibleTypes: string[] = ['tournament_invite_codes_aggregate_fields'] + export const istournament_invite_codes_aggregate_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_aggregate_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_aggregate_fields"') + return tournament_invite_codes_aggregate_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_avg_fields_possibleTypes: string[] = ['tournament_invite_codes_avg_fields'] + export const istournament_invite_codes_avg_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_avg_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_avg_fields"') + return tournament_invite_codes_avg_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_max_fields_possibleTypes: string[] = ['tournament_invite_codes_max_fields'] + export const istournament_invite_codes_max_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_max_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_max_fields"') + return tournament_invite_codes_max_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_min_fields_possibleTypes: string[] = ['tournament_invite_codes_min_fields'] + export const istournament_invite_codes_min_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_min_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_min_fields"') + return tournament_invite_codes_min_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_mutation_response_possibleTypes: string[] = ['tournament_invite_codes_mutation_response'] + export const istournament_invite_codes_mutation_response = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_mutation_response => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_mutation_response"') + return tournament_invite_codes_mutation_response_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_stddev_fields_possibleTypes: string[] = ['tournament_invite_codes_stddev_fields'] + export const istournament_invite_codes_stddev_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_stddev_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_stddev_fields"') + return tournament_invite_codes_stddev_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_stddev_pop_fields_possibleTypes: string[] = ['tournament_invite_codes_stddev_pop_fields'] + export const istournament_invite_codes_stddev_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_stddev_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_stddev_pop_fields"') + return tournament_invite_codes_stddev_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_stddev_samp_fields_possibleTypes: string[] = ['tournament_invite_codes_stddev_samp_fields'] + export const istournament_invite_codes_stddev_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_stddev_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_stddev_samp_fields"') + return tournament_invite_codes_stddev_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_sum_fields_possibleTypes: string[] = ['tournament_invite_codes_sum_fields'] + export const istournament_invite_codes_sum_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_sum_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_sum_fields"') + return tournament_invite_codes_sum_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_var_pop_fields_possibleTypes: string[] = ['tournament_invite_codes_var_pop_fields'] + export const istournament_invite_codes_var_pop_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_var_pop_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_var_pop_fields"') + return tournament_invite_codes_var_pop_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_var_samp_fields_possibleTypes: string[] = ['tournament_invite_codes_var_samp_fields'] + export const istournament_invite_codes_var_samp_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_var_samp_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_var_samp_fields"') + return tournament_invite_codes_var_samp_fields_possibleTypes.includes(obj.__typename) + } + + + + const tournament_invite_codes_variance_fields_possibleTypes: string[] = ['tournament_invite_codes_variance_fields'] + export const istournament_invite_codes_variance_fields = (obj?: { __typename?: any } | null): obj is tournament_invite_codes_variance_fields => { + if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invite_codes_variance_fields"') + return tournament_invite_codes_variance_fields_possibleTypes.includes(obj.__typename) + } + + + const tournament_invites_possibleTypes: string[] = ['tournament_invites'] export const istournament_invites = (obj?: { __typename?: any } | null): obj is tournament_invites => { if (!obj?.__typename) throw new Error('__typename is missing in "istournament_invites"') @@ -153600,9 +154881,57 @@ export const enumTournamentFreeAgentsUpdateColumn = { tournament_team_id: 'tournament_team_id' as const } +export const enumTournamentInviteCodeUsesConstraint = { + tournament_invite_code_uses_pkey: 'tournament_invite_code_uses_pkey' as const +} + +export const enumTournamentInviteCodeUsesSelectColumn = { + invite_code_id: 'invite_code_id' as const, + player_steam_id: 'player_steam_id' as const, + team_id: 'team_id' as const, + used_at: 'used_at' as const +} + +export const enumTournamentInviteCodeUsesUpdateColumn = { + invite_code_id: 'invite_code_id' as const, + player_steam_id: 'player_steam_id' as const, + team_id: 'team_id' as const, + used_at: 'used_at' as const +} + +export const enumTournamentInviteCodesConstraint = { + tournament_invite_codes_code_key: 'tournament_invite_codes_code_key' as const, + tournament_invite_codes_pkey: 'tournament_invite_codes_pkey' as const +} + +export const enumTournamentInviteCodesSelectColumn = { + code: 'code' as const, + created_at: 'created_at' as const, + created_by_player_steam_id: 'created_by_player_steam_id' as const, + expires_at: 'expires_at' as const, + id: 'id' as const, + max_uses: 'max_uses' as const, + revoked_at: 'revoked_at' as const, + tournament_id: 'tournament_id' as const, + uses: 'uses' as const +} + +export const enumTournamentInviteCodesUpdateColumn = { + code: 'code' as const, + created_at: 'created_at' as const, + created_by_player_steam_id: 'created_by_player_steam_id' as const, + expires_at: 'expires_at' as const, + id: 'id' as const, + max_uses: 'max_uses' as const, + revoked_at: 'revoked_at' as const, + tournament_id: 'tournament_id' as const, + uses: 'uses' as const +} + export const enumTournamentInvitesConstraint = { - tournament_invites_pkey: 'tournament_invites_pkey' as const, - tournament_invites_tournament_id_steam_id_key: 'tournament_invites_tournament_id_steam_id_key' as const + idx_tournament_invites_player_unique: 'idx_tournament_invites_player_unique' as const, + idx_tournament_invites_team_unique: 'idx_tournament_invites_team_unique' as const, + tournament_invites_pkey: 'tournament_invites_pkey' as const } export const enumTournamentInvitesSelectColumn = { @@ -153610,6 +154939,7 @@ export const enumTournamentInvitesSelectColumn = { id: 'id' as const, invited_by_player_steam_id: 'invited_by_player_steam_id' as const, steam_id: 'steam_id' as const, + team_id: 'team_id' as const, tournament_id: 'tournament_id' as const } @@ -153618,6 +154948,7 @@ export const enumTournamentInvitesUpdateColumn = { id: 'id' as const, invited_by_player_steam_id: 'invited_by_player_steam_id' as const, steam_id: 'steam_id' as const, + team_id: 'team_id' as const, tournament_id: 'tournament_id' as const } @@ -153716,18 +155047,21 @@ export const enumTournamentPrizesUpdateColumn = { } export const enumTournamentRegistrationUnlocksConstraint = { - tournament_registration_unlocks_pkey: 'tournament_registration_unlocks_pkey' as const + idx_tournament_registration_unlocks_player: 'idx_tournament_registration_unlocks_player' as const, + idx_tournament_registration_unlocks_team: 'idx_tournament_registration_unlocks_team' as const } export const enumTournamentRegistrationUnlocksSelectColumn = { created_at: 'created_at' as const, player_steam_id: 'player_steam_id' as const, + team_id: 'team_id' as const, tournament_id: 'tournament_id' as const } export const enumTournamentRegistrationUnlocksUpdateColumn = { created_at: 'created_at' as const, player_steam_id: 'player_steam_id' as const, + team_id: 'team_id' as const, tournament_id: 'tournament_id' as const } @@ -153942,7 +155276,6 @@ export const enumTournamentsSelectColumn = { name: 'name' as const, organizer_steam_id: 'organizer_steam_id' as const, regions: 'regions' as const, - registration_passcode: 'registration_passcode' as const, registration_type: 'registration_type' as const, scheduling_mode: 'scheduling_mode' as const, start: 'start' as const, @@ -154076,7 +155409,6 @@ export const enumTournamentsUpdateColumn = { name: 'name' as const, organizer_steam_id: 'organizer_steam_id' as const, regions: 'regions' as const, - registration_passcode: 'registration_passcode' as const, registration_type: 'registration_type' as const, scheduling_mode: 'scheduling_mode' as const, start: 'start' as const, diff --git a/generated/types.ts b/generated/types.ts index 2977b3045..5d3181634 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -4,536 +4,535 @@ export default { 32, 41, 85, - 158, - 166, - 170, - 172, - 183, - 194, - 206, - 219, - 228, - 236, - 252, - 263, - 275, - 288, - 298, - 306, - 311, - 314, - 321, - 330, - 338, - 356, - 371, + 159, + 167, + 171, + 173, + 184, + 195, + 207, + 220, + 229, + 237, + 253, + 264, + 276, + 289, + 299, + 307, + 312, + 315, + 322, + 331, + 339, + 357, 372, 373, - 385, - 394, - 401, - 414, - 422, - 432, - 441, - 449, - 459, - 468, - 476, - 486, - 495, - 503, - 520, - 531, + 374, + 386, + 395, + 402, + 415, + 423, + 433, + 442, + 450, + 460, + 469, + 477, + 487, + 496, + 504, + 521, 532, 533, - 545, - 565, - 576, + 534, + 546, + 566, 577, 578, - 590, - 610, - 622, + 579, + 591, + 611, 623, 624, - 636, - 648, + 625, + 637, 649, - 658, - 662, - 668, + 650, + 659, + 663, 669, - 678, - 682, - 688, + 670, + 679, + 683, 689, - 698, - 702, - 708, + 690, + 699, + 703, 709, - 719, - 723, - 729, + 710, + 720, + 724, 730, - 740, - 744, - 750, + 731, + 741, + 745, 751, - 761, - 765, - 771, + 752, + 762, + 766, 772, - 782, - 786, - 792, + 773, + 783, + 787, 793, - 803, - 807, - 813, + 794, + 804, + 808, 814, - 823, - 827, - 833, + 815, + 824, + 828, 834, - 843, - 847, - 853, + 835, + 844, + 848, 854, - 864, - 868, - 874, + 855, + 865, + 869, 875, - 884, - 888, - 894, + 876, + 885, + 889, 895, - 904, - 908, - 914, + 896, + 905, + 909, 915, - 924, - 928, - 934, + 916, + 925, + 929, 935, - 944, - 948, - 954, + 936, + 945, + 949, 955, - 965, - 969, - 975, + 956, + 966, + 970, 976, - 986, - 990, - 996, + 977, + 987, + 991, 997, - 1007, - 1011, - 1017, + 998, + 1008, + 1012, 1018, - 1028, - 1032, - 1038, + 1019, + 1029, + 1033, 1039, - 1049, - 1053, - 1059, + 1040, + 1050, + 1054, 1060, - 1070, - 1074, - 1080, + 1061, + 1071, + 1075, 1081, - 1090, - 1094, - 1100, + 1082, + 1091, + 1095, 1101, - 1111, - 1115, - 1121, + 1102, + 1112, + 1116, 1122, - 1131, - 1135, - 1141, + 1123, + 1132, + 1136, 1142, - 1152, - 1156, - 1162, + 1143, + 1153, + 1157, 1163, - 1172, - 1176, - 1182, + 1164, + 1173, + 1177, 1183, - 1192, - 1196, - 1202, + 1184, + 1193, + 1197, 1203, - 1213, - 1217, - 1223, + 1204, + 1214, + 1218, 1224, - 1234, - 1238, - 1244, + 1225, + 1235, + 1239, 1245, - 1254, - 1258, - 1264, + 1246, + 1255, + 1259, 1265, - 1274, - 1278, - 1284, + 1266, + 1275, + 1279, 1285, - 1294, - 1298, - 1304, + 1286, + 1295, + 1299, 1305, - 1314, - 1318, - 1324, + 1306, + 1315, + 1319, 1325, - 1334, - 1338, - 1344, - 1353, - 1357, - 1364, - 1373, - 1381, - 1390, + 1326, + 1335, + 1339, + 1345, + 1354, + 1358, + 1365, + 1374, + 1382, 1391, - 1401, - 1405, - 1411, + 1392, + 1402, + 1406, 1412, - 1421, - 1425, - 1431, + 1413, + 1422, + 1426, 1432, - 1441, - 1445, - 1451, + 1433, + 1442, + 1446, 1452, - 1461, - 1465, - 1471, + 1453, + 1462, + 1466, 1472, - 1481, - 1485, - 1491, + 1473, + 1482, + 1486, 1492, - 1502, - 1506, - 1512, + 1493, + 1503, + 1507, 1513, - 1522, - 1526, - 1532, + 1514, + 1523, + 1527, 1533, - 1542, - 1546, - 1552, + 1534, + 1543, + 1547, 1553, - 1563, - 1567, - 1573, + 1554, + 1564, + 1568, 1574, - 1584, - 1588, - 1594, + 1575, + 1585, + 1589, 1595, - 1604, - 1608, - 1614, + 1596, + 1605, + 1609, 1615, - 1625, - 1629, - 1635, + 1616, + 1626, + 1630, 1636, - 1646, - 1650, - 1656, + 1637, + 1647, + 1651, 1657, - 1666, - 1670, - 1676, + 1658, + 1667, + 1671, 1677, - 1687, - 1691, - 1697, + 1678, + 1688, + 1692, 1698, - 1707, - 1711, - 1717, + 1699, + 1708, + 1712, 1718, - 1727, - 1731, - 1737, + 1719, + 1728, + 1732, 1738, - 1747, - 1751, - 1757, + 1739, + 1748, + 1752, 1758, - 1767, - 1771, - 1777, + 1759, + 1768, + 1772, 1778, - 1787, - 1791, - 1797, + 1779, + 1788, + 1792, 1798, - 1807, - 1811, - 1817, + 1799, + 1808, + 1812, 1818, - 1827, - 1831, - 1837, - 1845, - 1849, - 1861, - 1883, - 1894, - 1906, - 1914, - 1926, - 1944, - 1955, - 1967, - 1985, - 1996, - 2008, - 2024, - 2034, - 2038, - 2048, - 2058, - 2062, - 2069, - 2079, - 2087, - 2092, - 2099, - 2108, - 2116, - 2134, - 2149, + 1819, + 1828, + 1832, + 1838, + 1846, + 1850, + 1862, + 1884, + 1895, + 1907, + 1915, + 1927, + 1945, + 1956, + 1968, + 1986, + 1997, + 2009, + 2025, + 2035, + 2039, + 2049, + 2059, + 2063, + 2070, + 2080, + 2088, + 2093, + 2100, + 2109, + 2117, + 2135, 2150, 2151, - 2163, - 2175, - 2184, - 2188, - 2194, - 2202, - 2206, - 2220, - 2231, + 2152, + 2164, + 2176, + 2185, + 2189, + 2195, + 2203, + 2207, + 2221, 2232, 2233, - 2245, - 2259, - 2272, - 2280, - 2295, - 2305, + 2234, + 2246, + 2260, + 2273, + 2281, + 2296, 2306, 2307, - 2311, - 2326, - 2342, + 2308, + 2312, + 2327, 2343, 2344, - 2356, - 2370, - 2384, - 2392, - 2403, - 2416, - 2424, - 2434, - 2436, - 2438, - 2452, - 2470, - 2480, - 2488, - 2503, - 2514, - 2526, - 2544, - 2555, - 2567, - 2585, - 2596, - 2608, - 2624, - 2635, - 2639, - 2647, - 2661, - 2669, - 2684, - 2695, - 2707, - 2725, - 2736, - 2748, - 2766, - 2778, - 2790, - 2802, - 2811, - 2815, - 2821, - 2830, - 2834, - 2848, - 2859, + 2345, + 2357, + 2371, + 2385, + 2393, + 2404, + 2417, + 2425, + 2435, + 2437, + 2439, + 2453, + 2471, + 2481, + 2489, + 2504, + 2515, + 2527, + 2545, + 2556, + 2568, + 2586, + 2597, + 2609, + 2625, + 2636, + 2640, + 2648, + 2662, + 2670, + 2685, + 2696, + 2708, + 2726, + 2737, + 2749, + 2767, + 2779, + 2791, + 2803, + 2812, + 2816, + 2822, + 2831, + 2835, + 2849, 2860, 2861, - 2873, - 2886, - 2898, - 2902, - 2908, - 2917, - 2921, - 2933, - 2944, + 2862, + 2874, + 2887, + 2899, + 2903, + 2909, + 2918, + 2922, + 2934, 2945, 2946, - 2950, - 2962, - 2974, - 2986, - 3005, - 3020, - 3032, - 3052, - 3063, + 2947, + 2951, + 2963, + 2975, + 2987, + 3006, + 3021, + 3033, + 3053, 3064, 3065, - 3077, - 3095, - 3107, - 3119, - 3140, - 3156, + 3066, + 3078, + 3096, + 3108, + 3120, + 3141, 3157, 3158, - 3170, - 3188, - 3199, - 3211, - 3229, - 3239, + 3159, + 3171, + 3189, + 3200, + 3212, + 3230, 3240, 3241, - 3245, - 3257, - 3269, - 3281, - 3301, - 3313, + 3242, + 3246, + 3258, + 3270, + 3282, + 3302, 3314, 3315, - 3327, - 3345, - 3355, + 3316, + 3328, + 3346, 3356, 3357, - 3361, - 3376, - 3391, + 3358, + 3362, + 3377, 3392, 3393, - 3405, - 3417, - 3425, - 3429, - 3443, - 3455, + 3394, + 3406, + 3418, + 3426, + 3430, + 3444, 3456, 3457, - 3469, - 3481, - 3489, - 3493, - 3520, + 3458, + 3470, + 3482, + 3490, + 3494, 3521, 3522, - 3546, - 3555, - 3563, - 3573, - 3582, - 3590, - 3608, - 3623, + 3523, + 3547, + 3556, + 3564, + 3574, + 3583, + 3591, + 3609, 3624, 3625, - 3637, - 3645, - 3647, - 3658, - 3669, - 3681, - 3694, - 3704, - 3712, - 3722, - 3731, - 3739, - 3754, - 3765, - 3777, - 3797, - 3808, + 3626, + 3638, + 3646, + 3648, + 3659, + 3670, + 3682, + 3695, + 3705, + 3713, + 3723, + 3732, + 3740, + 3755, + 3766, + 3778, + 3798, 3809, 3810, - 3822, - 3838, - 3858, - 3869, - 3881, - 3894, - 3903, - 3911, - 3926, - 3937, - 3949, - 3969, - 3980, + 3811, + 3823, + 3839, + 3859, + 3870, + 3882, + 3895, + 3904, + 3912, + 3927, + 3938, + 3950, + 3970, 3981, 3982, - 3994, - 4024, - 4035, - 4047, - 4055, - 4066, + 3983, + 3995, + 4025, + 4036, + 4048, + 4056, 4067, 4068, - 4080, - 4099, - 4121, - 4132, - 4144, - 4160, - 4186, - 4213, - 4224, - 4236, - 4252, - 4272, - 4283, - 4295, - 4313, - 4324, - 4336, - 4364, - 4375, + 4069, + 4081, + 4100, + 4122, + 4133, + 4145, + 4161, + 4187, + 4214, + 4225, + 4237, + 4253, + 4273, + 4284, + 4296, + 4314, + 4325, + 4337, + 4365, 4376, 4377, 4378, @@ -542,335 +541,342 @@ export default { 4381, 4382, 4383, - 4395, - 4408, - 4418, - 4426, - 4437, - 4450, - 4458, - 4468, - 4477, - 4485, - 4500, - 4511, - 4523, - 4541, - 4552, - 4564, - 4588, - 4610, - 4620, - 4628, - 4638, - 4647, - 4655, - 4665, - 4674, - 4682, - 4700, - 4710, - 4720, - 4728, - 4738, - 4747, - 4755, - 4773, - 4789, + 4384, + 4396, + 4409, + 4419, + 4427, + 4438, + 4451, + 4459, + 4469, + 4478, + 4486, + 4501, + 4512, + 4524, + 4542, + 4553, + 4565, + 4589, + 4611, + 4621, + 4629, + 4639, + 4648, + 4656, + 4666, + 4675, + 4683, + 4701, + 4711, + 4721, + 4729, + 4739, + 4748, + 4756, + 4774, 4790, 4791, - 4803, - 4815, - 4823, - 4827, - 4829, - 4839, - 4849, - 4853, - 4860, - 4870, - 4878, - 4888, - 4897, - 4905, - 4920, - 4931, - 4943, - 4963, - 4974, + 4792, + 4804, + 4816, + 4824, + 4828, + 4830, + 4840, + 4850, + 4854, + 4861, + 4871, + 4879, + 4889, + 4898, + 4906, + 4921, + 4932, + 4944, + 4964, 4975, 4976, - 4988, - 5001, - 5010, - 5018, - 5033, - 5043, + 4977, + 4989, + 5002, + 5011, + 5019, + 5034, 5044, 5045, - 5049, - 5061, - 5072, - 5084, - 5104, - 5116, + 5046, + 5050, + 5062, + 5073, + 5085, + 5105, 5117, 5118, - 5130, - 5143, - 5153, - 5161, - 5171, - 5180, - 5188, - 5205, - 5217, + 5119, + 5131, + 5144, + 5154, + 5162, + 5172, + 5181, + 5189, + 5206, 5218, 5219, - 5231, - 5239, - 5241, + 5220, + 5232, + 5240, 5242, - 5254, - 5266, - 5278, - 5298, - 5310, + 5243, + 5255, + 5267, + 5279, + 5299, 5311, 5312, - 5324, - 5340, - 5350, - 5354, - 5366, - 5377, - 5389, - 5402, - 5411, + 5313, + 5325, + 5341, + 5351, + 5355, + 5367, + 5378, + 5390, + 5408, 5419, - 5435, - 5452, - 5461, - 5469, - 5482, - 5492, - 5496, - 5508, - 5519, + 5431, + 5444, + 5454, + 5462, + 5472, + 5481, + 5489, + 5505, + 5522, 5531, - 5549, - 5560, - 5572, - 5585, - 5594, - 5602, - 5617, - 5628, - 5640, - 5661, - 5677, - 5678, - 5679, - 5691, + 5539, + 5552, + 5562, + 5566, + 5578, + 5589, + 5601, + 5619, + 5630, + 5642, + 5655, + 5663, + 5671, + 5686, + 5697, 5709, - 5720, - 5732, - 5750, - 5761, - 5773, - 5793, - 5805, - 5806, - 5807, + 5730, + 5746, + 5747, + 5748, + 5760, + 5778, + 5789, + 5801, 5819, - 5849, - 5861, + 5830, + 5842, 5862, - 5863, - 5864, - 5865, - 5866, - 5867, - 5868, - 5869, - 5870, - 5871, - 5883, - 5901, - 5912, - 5924, + 5874, + 5875, + 5876, + 5888, + 5918, + 5930, + 5931, + 5932, + 5933, + 5934, + 5935, + 5936, 5937, - 5947, - 5955, - 5965, - 5974, - 5982, - 5992, - 6001, - 6009, + 5938, + 5939, + 5940, + 5952, + 5970, + 5981, + 5993, + 6006, + 6016, + 6024, 6034, - 6045, - 6046, - 6047, - 6048, - 6049, - 6050, + 6043, 6051, - 6052, - 6053, - 6065, + 6061, + 6070, 6078, - 6088, - 6096, - 6111, + 6103, + 6114, + 6115, + 6116, + 6117, + 6118, + 6119, + 6120, + 6121, 6122, 6134, - 6162, - 6173, - 6174, - 6175, - 6176, - 6177, - 6178, - 6179, + 6147, + 6157, + 6165, 6180, - 6181, - 6193, - 6214, - 6229, - 6230, + 6191, + 6203, 6231, + 6242, 6243, - 6271, - 6282, + 6244, + 6245, + 6246, + 6247, + 6248, + 6249, + 6250, + 6262, 6283, - 6284, - 6285, - 6286, - 6287, - 6288, - 6289, - 6290, - 6302, - 6320, - 6331, - 6343, - 6374, - 6390, - 6391, - 6392, - 6393, - 6394, - 6395, - 6396, - 6397, - 6398, - 6399, + 6298, + 6299, + 6300, + 6312, + 6340, + 6351, + 6352, + 6353, + 6354, + 6355, + 6356, + 6357, + 6358, + 6359, + 6371, + 6389, 6400, 6412, - 6425, - 6434, - 6442, - 6457, + 6443, + 6459, + 6460, + 6461, + 6462, + 6463, + 6464, + 6465, + 6466, + 6467, 6468, - 6480, - 6493, + 6469, + 6481, + 6494, 6503, 6511, 6526, 6537, 6549, - 6569, - 6581, - 6582, - 6583, + 6562, + 6572, + 6580, 6595, - 6603, - 6632, - 6633, - 6634, - 6635, - 6636, - 6637, + 6606, + 6618, 6638, - 6639, - 6640, - 6665, - 6691, + 6650, + 6651, + 6652, + 6664, + 6672, + 6701, + 6702, + 6703, + 6704, + 6705, + 6706, + 6707, + 6708, + 6709, 6734, - 6735, - 6736, - 6737, - 6738, - 6739, - 6740, - 6741, - 6742, - 6771, - 6799, - 6824, - 6842, - 6860, - 6881, - 6901, - 6927, - 6952, + 6760, + 6803, + 6804, + 6805, + 6806, + 6807, + 6808, + 6809, + 6810, + 6811, + 6840, + 6868, + 6893, + 6911, + 6929, + 6950, 6970, - 7006, - 7007, - 7008, - 7009, - 7010, - 7011, - 7012, - 7013, - 7014, + 6996, + 7021, 7039, - 7057, 7075, - 7103, - 7130, - 7148, - 7166, - 7192, + 7076, + 7077, + 7078, + 7079, + 7080, + 7081, + 7082, + 7083, + 7108, + 7126, + 7144, + 7172, + 7199, 7217, 7235, - 7253, - 7280, - 7281, - 7282, - 7295, - 7315, - 7335, - 7365, - 7377, - 7378, - 7379, - 7380, - 7381, - 7382, - 7383, + 7261, + 7286, + 7304, + 7322, + 7349, + 7350, + 7351, + 7364, 7384, - 7385, - 7397, - 7431, - 7432, - 7433, + 7404, 7434, - 7435, - 7436, - 7437, - 7438, - 7439, - 7482, - 7483, - 7484, - 7485, - 7486, - 7487, - 7488, - 7489, - 7490 + 7446, + 7447, + 7448, + 7449, + 7450, + 7451, + 7452, + 7453, + 7454, + 7466, + 7500, + 7501, + 7502, + 7503, + 7504, + 7505, + 7506, + 7507, + 7508, + 7551, + 7552, + 7553, + 7554, + 7555, + 7556, + 7557, + 7558, + 7559 ], "types": { "ActiveConnection": { @@ -887,7 +893,7 @@ export default { 85 ], "query_start": [ - 5241 + 5242 ], "state": [ 85 @@ -916,7 +922,7 @@ export default { 85 ], "query_start": [ - 5241 + 5242 ], "state": [ 85 @@ -973,22 +979,22 @@ export default { 85 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -1000,7 +1006,7 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ 85 @@ -1011,7 +1017,7 @@ export default { }, "AwardRecipient": { "award_id": [ - 6603 + 6672 ], "awarded_by_steam_id": [ 85 @@ -1020,7 +1026,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -1035,13 +1041,13 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -1119,7 +1125,7 @@ export default { 41 ], "payload": [ - 2438 + 2439 ], "start_ms": [ 41 @@ -1153,7 +1159,7 @@ export default { 85 ], "match_map_id": [ - 6603 + 6672 ], "output": [ 9 @@ -1213,13 +1219,13 @@ export default { }, "CpuStat": { "time": [ - 5241 + 5242 ], "total": [ - 311 + 312 ], "used": [ - 311 + 312 ], "window": [ 32 @@ -1230,7 +1236,7 @@ export default { }, "CreateClipRenderOutput": { "job_id": [ - 6603 + 6672 ], "success": [ 6 @@ -1241,7 +1247,7 @@ export default { }, "CreateDraftGameOutput": { "draftGameId": [ - 6603 + 6672 ], "__typename": [ 85 @@ -1249,7 +1255,7 @@ export default { }, "CreateScheduledMatchOutput": { "matchId": [ - 6603 + 6672 ], "__typename": [ 85 @@ -1405,7 +1411,7 @@ export default { 23 ], "time": [ - 5241 + 5242 ], "__typename": [ 85 @@ -1431,7 +1437,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mode": [ 85 @@ -1499,7 +1505,7 @@ export default { 85 ], "size": [ - 311 + 312 ], "__typename": [ 85 @@ -1510,7 +1516,7 @@ export default { 6 ], "modified": [ - 5241 + 5242 ], "name": [ 85 @@ -1519,7 +1525,7 @@ export default { 85 ], "size": [ - 311 + 312 ], "type": [ 85 @@ -1614,7 +1620,7 @@ export default { 35 ], "time": [ - 5241 + 5242 ], "__typename": [ 85 @@ -1867,7 +1873,7 @@ export default { 85 ], "player": [ - 4605 + 4606 ], "profile_url": [ 85 @@ -1884,13 +1890,13 @@ export default { }, "MemoryStat": { "time": [ - 5241 + 5242 ], "total": [ - 311 + 312 ], "used": [ - 311 + 312 ], "__typename": [ 85 @@ -1901,7 +1907,7 @@ export default { 53 ], "time": [ - 5241 + 5242 ], "__typename": [ 85 @@ -1921,7 +1927,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "published_at": [ 85 @@ -1942,7 +1948,7 @@ export default { 85 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -1953,10 +1959,10 @@ export default { 85 ], "rx": [ - 311 + 312 ], "tx": [ - 311 + 312 ], "__typename": [ 85 @@ -2113,7 +2119,7 @@ export default { }, "PreviewTournamentMatchResetOutput": { "impacts": [ - 113 + 114 ], "__typename": [ 85 @@ -2729,16 +2735,16 @@ export default { 41 ], "last_analyze": [ - 5241 + 5242 ], "last_autoanalyze": [ - 5241 + 5242 ], "last_autovacuum": [ - 5241 + 5242 ], "last_vacuum": [ - 5241 + 5242 ], "n_dead_tup": [ 41 @@ -2955,7 +2961,7 @@ export default { 41 ], "pluginsBySlug": [ - 2438 + 2439 ], "pluginsManual": [ 41 @@ -3276,7 +3282,7 @@ export default { 85 ], "next_start": [ - 5241 + 5242 ], "__typename": [ 85 @@ -3298,13 +3304,13 @@ export default { }, "TournamentAward": { "award_id": [ - 6603 + 6672 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -3316,7 +3322,7 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3330,9 +3336,20 @@ export default { 85 ] }, + "TournamentInviteCodeOutput": { + "code": [ + 85 + ], + "id": [ + 6672 + ], + "__typename": [ + 85 + ] + }, "TournamentMatchResetImpact": { "bracket_id": [ - 6603 + 6672 ], "depth": [ 41 @@ -3341,7 +3358,7 @@ export default { 6 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 @@ -3373,7 +3390,7 @@ export default { 85 ], "results": [ - 115 + 116 ], "__typename": [ 85 @@ -3390,7 +3407,7 @@ export default { 32 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3415,7 +3432,7 @@ export default { 41 ], "scan_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3457,7 +3474,7 @@ export default { 6 ], "errors": [ - 119 + 120 ], "failed": [ 41 @@ -3494,7 +3511,7 @@ export default { }, "UtilityLineupOutput": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3551,7 +3568,7 @@ export default { 85 ], "results": [ - 126 + 127 ], "__typename": [ 85 @@ -3588,7 +3605,7 @@ export default { 85 ], "results": [ - 128 + 129 ], "__typename": [ 85 @@ -3616,7 +3633,7 @@ export default { }, "UtilityPlaybookOutput": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3633,7 +3650,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3685,7 +3702,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3696,7 +3713,7 @@ export default { 6 ], "entries": [ - 132 + 133 ], "message": [ 85 @@ -3710,7 +3727,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "in_use": [ 6 @@ -3727,7 +3744,7 @@ export default { }, "UtilityPracticeServersOutput": { "servers": [ - 134 + 135 ], "__typename": [ 85 @@ -3735,13 +3752,13 @@ export default { }, "UtilityPracticeSessionOutput": { "id": [ - 6603 + 6672 ], "invite_code": [ 85 ], "match_id": [ - 6603 + 6672 ], "status": [ 85 @@ -3758,7 +3775,7 @@ export default { 6 ], "session_id": [ - 6603 + 6672 ], "switching": [ 6 @@ -3808,7 +3825,7 @@ export default { 85 ], "render_id": [ - 6603 + 6672 ], "status": [ 85 @@ -3881,7 +3898,7 @@ export default { 85 ], "results": [ - 145 + 146 ], "threshold": [ 32 @@ -3961,7 +3978,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -3972,7 +3989,7 @@ export default { 6 ], "entries": [ - 147 + 148 ], "message": [ 85 @@ -3986,7 +4003,7 @@ export default { 6 ], "by_type": [ - 150 + 151 ], "landed": [ 41 @@ -4069,7 +4086,7 @@ export default { 6 ], "last_delivered_at": [ - 5242 + 5243 ], "managed_by_environment": [ 6 @@ -4081,7 +4098,7 @@ export default { 41 ], "platforms": [ - 152 + 153 ], "players": [ 41 @@ -4095,10 +4112,10 @@ export default { }, "_map_pool": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4106,10 +4123,10 @@ export default { }, "_map_pool_aggregate": { "aggregate": [ - 156 + 157 ], "nodes": [ - 154 + 155 ], "__typename": [ 85 @@ -4120,7 +4137,7 @@ export default { 41, { "columns": [ - 166, + 167, "[_map_pool_select_column!]" ], "distinct": [ @@ -4129,10 +4146,10 @@ export default { } ], "max": [ - 160 + 161 ], "min": [ - 161 + 162 ], "__typename": [ 85 @@ -4140,19 +4157,19 @@ export default { }, "_map_pool_bool_exp": { "_and": [ - 157 + 158 ], "_not": [ - 157 + 158 ], "_or": [ - 157 + 158 ], "map_id": [ - 6605 + 6674 ], "map_pool_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -4161,10 +4178,10 @@ export default { "_map_pool_constraint": {}, "_map_pool_insert_input": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4172,10 +4189,10 @@ export default { }, "_map_pool_max_fields": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4183,10 +4200,10 @@ export default { }, "_map_pool_min_fields": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4197,7 +4214,7 @@ export default { 41 ], "returning": [ - 154 + 155 ], "__typename": [ 85 @@ -4205,13 +4222,13 @@ export default { }, "_map_pool_on_conflict": { "constraint": [ - 158 + 159 ], "update_columns": [ - 170 + 171 ], "where": [ - 157 + 158 ], "__typename": [ 85 @@ -4219,10 +4236,10 @@ export default { }, "_map_pool_order_by": { "map_id": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4230,10 +4247,10 @@ export default { }, "_map_pool_pk_columns_input": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4242,10 +4259,10 @@ export default { "_map_pool_select_column": {}, "_map_pool_set_input": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4253,10 +4270,10 @@ export default { }, "_map_pool_stream_cursor_input": { "initial_value": [ - 169 + 170 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -4264,10 +4281,10 @@ export default { }, "_map_pool_stream_cursor_value_input": { "map_id": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4276,10 +4293,10 @@ export default { "_map_pool_update_column": {}, "_map_pool_updates": { "_set": [ - 167 + 168 ], "where": [ - 157 + 158 ], "__typename": [ 85 @@ -4288,19 +4305,19 @@ export default { "_uuid": {}, "abandoned_matches": { "abandoned_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4308,10 +4325,10 @@ export default { }, "abandoned_matches_aggregate": { "aggregate": [ - 177 + 178 ], "nodes": [ - 173 + 174 ], "__typename": [ 85 @@ -4319,7 +4336,7 @@ export default { }, "abandoned_matches_aggregate_bool_exp": { "count": [ - 176 + 177 ], "__typename": [ 85 @@ -4327,13 +4344,13 @@ export default { }, "abandoned_matches_aggregate_bool_exp_count": { "arguments": [ - 194 + 195 ], "distinct": [ 6 ], "filter": [ - 182 + 183 ], "predicate": [ 42 @@ -4344,13 +4361,13 @@ export default { }, "abandoned_matches_aggregate_fields": { "avg": [ - 180 + 181 ], "count": [ 41, { "columns": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "distinct": [ @@ -4359,31 +4376,31 @@ export default { } ], "max": [ - 186 + 187 ], "min": [ - 188 + 189 ], "stddev": [ - 196 + 197 ], "stddev_pop": [ - 198 + 199 ], "stddev_samp": [ - 200 + 201 ], "sum": [ - 204 + 205 ], "var_pop": [ - 208 + 209 ], "var_samp": [ - 210 + 211 ], "variance": [ - 212 + 213 ], "__typename": [ 85 @@ -4391,37 +4408,37 @@ export default { }, "abandoned_matches_aggregate_order_by": { "avg": [ - 181 + 182 ], "count": [ - 3647 + 3648 ], "max": [ - 187 + 188 ], "min": [ - 189 + 190 ], "stddev": [ - 197 + 198 ], "stddev_pop": [ - 199 + 200 ], "stddev_samp": [ - 201 + 202 ], "sum": [ - 205 + 206 ], "var_pop": [ - 209 + 210 ], "var_samp": [ - 211 + 212 ], "variance": [ - 213 + 214 ], "__typename": [ 85 @@ -4429,10 +4446,10 @@ export default { }, "abandoned_matches_arr_rel_insert_input": { "data": [ - 185 + 186 ], "on_conflict": [ - 191 + 192 ], "__typename": [ 85 @@ -4448,7 +4465,7 @@ export default { }, "abandoned_matches_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4456,28 +4473,28 @@ export default { }, "abandoned_matches_bool_exp": { "_and": [ - 182 + 183 ], "_not": [ - 182 + 183 ], "_or": [ - 182 + 183 ], "abandoned_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -4486,7 +4503,7 @@ export default { "abandoned_matches_constraint": {}, "abandoned_matches_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4494,19 +4511,19 @@ export default { }, "abandoned_matches_insert_input": { "abandoned_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4514,16 +4531,16 @@ export default { }, "abandoned_matches_max_fields": { "abandoned_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4531,16 +4548,16 @@ export default { }, "abandoned_matches_max_order_by": { "abandoned_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4548,16 +4565,16 @@ export default { }, "abandoned_matches_min_fields": { "abandoned_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4565,16 +4582,16 @@ export default { }, "abandoned_matches_min_order_by": { "abandoned_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4585,7 +4602,7 @@ export default { 41 ], "returning": [ - 173 + 174 ], "__typename": [ 85 @@ -4593,13 +4610,13 @@ export default { }, "abandoned_matches_on_conflict": { "constraint": [ - 183 + 184 ], "update_columns": [ - 206 + 207 ], "where": [ - 182 + 183 ], "__typename": [ 85 @@ -4607,19 +4624,19 @@ export default { }, "abandoned_matches_order_by": { "abandoned_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4627,7 +4644,7 @@ export default { }, "abandoned_matches_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -4636,16 +4653,16 @@ export default { "abandoned_matches_select_column": {}, "abandoned_matches_set_input": { "abandoned_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4661,7 +4678,7 @@ export default { }, "abandoned_matches_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4677,7 +4694,7 @@ export default { }, "abandoned_matches_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4693,7 +4710,7 @@ export default { }, "abandoned_matches_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4701,10 +4718,10 @@ export default { }, "abandoned_matches_stream_cursor_input": { "initial_value": [ - 203 + 204 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -4712,16 +4729,16 @@ export default { }, "abandoned_matches_stream_cursor_value_input": { "abandoned_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4729,7 +4746,7 @@ export default { }, "abandoned_matches_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4737,7 +4754,7 @@ export default { }, "abandoned_matches_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4746,13 +4763,13 @@ export default { "abandoned_matches_update_column": {}, "abandoned_matches_updates": { "_inc": [ - 184 + 185 ], "_set": [ - 195 + 196 ], "where": [ - 182 + 183 ], "__typename": [ 85 @@ -4768,7 +4785,7 @@ export default { }, "abandoned_matches_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4784,7 +4801,7 @@ export default { }, "abandoned_matches_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4800,7 +4817,7 @@ export default { }, "abandoned_matches_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -4808,19 +4825,19 @@ export default { }, "api_keys": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "last_used_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4828,10 +4845,10 @@ export default { }, "api_keys_aggregate": { "aggregate": [ - 216 + 217 ], "nodes": [ - 214 + 215 ], "__typename": [ 85 @@ -4839,13 +4856,13 @@ export default { }, "api_keys_aggregate_fields": { "avg": [ - 217 + 218 ], "count": [ 41, { "columns": [ - 228, + 229, "[api_keys_select_column!]" ], "distinct": [ @@ -4854,31 +4871,31 @@ export default { } ], "max": [ - 222 + 223 ], "min": [ - 223 + 224 ], "stddev": [ - 230 + 231 ], "stddev_pop": [ - 231 + 232 ], "stddev_samp": [ - 232 + 233 ], "sum": [ - 235 + 236 ], "var_pop": [ - 238 + 239 ], "var_samp": [ - 239 + 240 ], "variance": [ - 240 + 241 ], "__typename": [ 85 @@ -4894,28 +4911,28 @@ export default { }, "api_keys_bool_exp": { "_and": [ - 218 + 219 ], "_not": [ - 218 + 219 ], "_or": [ - 218 + 219 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "label": [ 87 ], "last_used_at": [ - 5243 + 5244 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -4924,7 +4941,7 @@ export default { "api_keys_constraint": {}, "api_keys_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4932,19 +4949,19 @@ export default { }, "api_keys_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "last_used_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4952,19 +4969,19 @@ export default { }, "api_keys_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "last_used_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4972,19 +4989,19 @@ export default { }, "api_keys_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "last_used_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -4995,7 +5012,7 @@ export default { 41 ], "returning": [ - 214 + 215 ], "__typename": [ 85 @@ -5003,13 +5020,13 @@ export default { }, "api_keys_on_conflict": { "constraint": [ - 219 + 220 ], "update_columns": [ - 236 + 237 ], "where": [ - 218 + 219 ], "__typename": [ 85 @@ -5017,19 +5034,19 @@ export default { }, "api_keys_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "last_used_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -5037,7 +5054,7 @@ export default { }, "api_keys_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5046,19 +5063,19 @@ export default { "api_keys_select_column": {}, "api_keys_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "last_used_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -5090,10 +5107,10 @@ export default { }, "api_keys_stream_cursor_input": { "initial_value": [ - 234 + 235 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -5101,19 +5118,19 @@ export default { }, "api_keys_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "last_used_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -5121,7 +5138,7 @@ export default { }, "api_keys_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -5130,13 +5147,13 @@ export default { "api_keys_update_column": {}, "api_keys_updates": { "_inc": [ - 220 + 221 ], "_set": [ - 229 + 230 ], "where": [ - 218 + 219 ], "__typename": [ 85 @@ -5168,7 +5185,7 @@ export default { }, "approve_league_season_movements_args": { "_league_season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5176,34 +5193,34 @@ export default { }, "award_recipients": { "award": [ - 283 + 284 ], "award_id": [ - 6603 + 6672 ], "awarded_by": [ - 4605 + 4606 ], "awarded_by_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season": [ - 2641 + 2642 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -5215,40 +5232,40 @@ export default { 85 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "season": [ - 4705 + 4706 ], "season_id": [ - 6603 + 6672 ], "source": [ - 649 + 650 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "tournament": [ - 5827 + 5896 ], "tournament_award": [ - 5244 + 5245 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5781 + 5850 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5256,10 +5273,10 @@ export default { }, "award_recipients_aggregate": { "aggregate": [ - 246 + 247 ], "nodes": [ - 242 + 243 ], "__typename": [ 85 @@ -5267,7 +5284,7 @@ export default { }, "award_recipients_aggregate_bool_exp": { "count": [ - 245 + 246 ], "__typename": [ 85 @@ -5275,13 +5292,13 @@ export default { }, "award_recipients_aggregate_bool_exp_count": { "arguments": [ - 263 + 264 ], "distinct": [ 6 ], "filter": [ - 251 + 252 ], "predicate": [ 42 @@ -5292,13 +5309,13 @@ export default { }, "award_recipients_aggregate_fields": { "avg": [ - 249 + 250 ], "count": [ 41, { "columns": [ - 263, + 264, "[award_recipients_select_column!]" ], "distinct": [ @@ -5307,31 +5324,31 @@ export default { } ], "max": [ - 255 + 256 ], "min": [ - 257 + 258 ], "stddev": [ - 265 + 266 ], "stddev_pop": [ - 267 + 268 ], "stddev_samp": [ - 269 + 270 ], "sum": [ - 273 + 274 ], "var_pop": [ - 277 + 278 ], "var_samp": [ - 279 + 280 ], "variance": [ - 281 + 282 ], "__typename": [ 85 @@ -5339,37 +5356,37 @@ export default { }, "award_recipients_aggregate_order_by": { "avg": [ - 250 + 251 ], "count": [ - 3647 + 3648 ], "max": [ - 256 + 257 ], "min": [ - 258 + 259 ], "stddev": [ - 266 + 267 ], "stddev_pop": [ - 268 + 269 ], "stddev_samp": [ - 270 + 271 ], "sum": [ - 274 + 275 ], "var_pop": [ - 278 + 279 ], "var_samp": [ - 280 + 281 ], "variance": [ - 282 + 283 ], "__typename": [ 85 @@ -5377,10 +5394,10 @@ export default { }, "award_recipients_arr_rel_insert_input": { "data": [ - 254 + 255 ], "on_conflict": [ - 260 + 261 ], "__typename": [ 85 @@ -5402,13 +5419,13 @@ export default { }, "award_recipients_avg_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -5416,43 +5433,43 @@ export default { }, "award_recipients_bool_exp": { "_and": [ - 251 + 252 ], "_not": [ - 251 + 252 ], "_or": [ - 251 + 252 ], "award": [ - 287 + 288 ], "award_id": [ - 6605 + 6674 ], "awarded_by": [ - 4609 + 4610 ], "awarded_by_steam_id": [ - 313 + 314 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "id": [ - 6605 + 6674 ], "league_season": [ - 2646 + 2647 ], "league_season_id": [ - 6605 + 6674 ], "note": [ 87 @@ -5464,40 +5481,40 @@ export default { 87 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "season": [ - 4709 + 4710 ], "season_id": [ - 6605 + 6674 ], "source": [ - 650 + 651 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "tournament": [ - 5848 + 5917 ], "tournament_award": [ - 5253 + 5254 ], "tournament_id": [ - 6605 + 6674 ], "tournament_team": [ - 5792 + 5861 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -5506,13 +5523,13 @@ export default { "award_recipients_constraint": {}, "award_recipients_inc_input": { "awarded_by_steam_id": [ - 311 + 312 ], "placement": [ 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -5520,34 +5537,34 @@ export default { }, "award_recipients_insert_input": { "award": [ - 294 + 295 ], "award_id": [ - 6603 + 6672 ], "awarded_by": [ - 4616 + 4617 ], "awarded_by_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season": [ - 2656 + 2657 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -5556,40 +5573,40 @@ export default { 41 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "season": [ - 4716 + 4717 ], "season_id": [ - 6603 + 6672 ], "source": [ - 649 + 650 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "tournament": [ - 5857 + 5926 ], "tournament_award": [ - 5262 + 5263 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5801 + 5870 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5597,22 +5614,22 @@ export default { }, "award_recipients_max_fields": { "award_id": [ - 6603 + 6672 ], "awarded_by_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -5624,19 +5641,19 @@ export default { 85 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5644,46 +5661,46 @@ export default { }, "award_recipients_max_order_by": { "award_id": [ - 3647 + 3648 ], "awarded_by_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "placement_tier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -5691,22 +5708,22 @@ export default { }, "award_recipients_min_fields": { "award_id": [ - 6603 + 6672 ], "awarded_by_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -5718,19 +5735,19 @@ export default { 85 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5738,46 +5755,46 @@ export default { }, "award_recipients_min_order_by": { "award_id": [ - 3647 + 3648 ], "awarded_by_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "placement_tier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -5788,7 +5805,7 @@ export default { 41 ], "returning": [ - 242 + 243 ], "__typename": [ 85 @@ -5796,13 +5813,13 @@ export default { }, "award_recipients_on_conflict": { "constraint": [ - 252 + 253 ], "update_columns": [ - 275 + 276 ], "where": [ - 251 + 252 ], "__typename": [ 85 @@ -5810,79 +5827,79 @@ export default { }, "award_recipients_order_by": { "award": [ - 296 + 297 ], "award_id": [ - 3647 + 3648 ], "awarded_by": [ - 4618 + 4619 ], "awarded_by_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season": [ - 2658 + 2659 ], "league_season_id": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "placement_tier": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "season": [ - 4718 + 4719 ], "season_id": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_award": [ - 5264 + 5265 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team": [ - 5803 + 5872 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -5890,7 +5907,7 @@ export default { }, "award_recipients_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5899,22 +5916,22 @@ export default { "award_recipients_select_column": {}, "award_recipients_set_input": { "award_id": [ - 6603 + 6672 ], "awarded_by_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -5923,22 +5940,22 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "source": [ - 649 + 650 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -5960,13 +5977,13 @@ export default { }, "award_recipients_stddev_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -5988,13 +6005,13 @@ export default { }, "award_recipients_stddev_pop_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6016,13 +6033,13 @@ export default { }, "award_recipients_stddev_samp_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6030,10 +6047,10 @@ export default { }, "award_recipients_stream_cursor_input": { "initial_value": [ - 272 + 273 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -6041,22 +6058,22 @@ export default { }, "award_recipients_stream_cursor_value_input": { "award_id": [ - 6603 + 6672 ], "awarded_by_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -6068,22 +6085,22 @@ export default { 85 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "source": [ - 649 + 650 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -6091,13 +6108,13 @@ export default { }, "award_recipients_sum_fields": { "awarded_by_steam_id": [ - 311 + 312 ], "placement": [ 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -6105,13 +6122,13 @@ export default { }, "award_recipients_sum_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6120,13 +6137,13 @@ export default { "award_recipients_update_column": {}, "award_recipients_updates": { "_inc": [ - 253 + 254 ], "_set": [ - 264 + 265 ], "where": [ - 251 + 252 ], "__typename": [ 85 @@ -6148,13 +6165,13 @@ export default { }, "award_recipients_var_pop_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6176,13 +6193,13 @@ export default { }, "award_recipients_var_samp_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6204,13 +6221,13 @@ export default { }, "award_recipients_variance_order_by": { "awarded_by_steam_id": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6221,43 +6238,43 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by": [ - 4605 + 4606 ], "created_by_steam_id": [ - 311 + 312 ], "description": [ 85 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season": [ - 2641 + 2642 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "recipients": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -6267,19 +6284,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "recipients_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -6289,19 +6306,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "season": [ - 4705 + 4706 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -6310,16 +6327,16 @@ export default { 85 ], "tier": [ - 669 + 670 ], "tournament": [ - 5827 + 5896 ], "tournament_configs": [ - 5244, + 5245, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -6329,19 +6346,19 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "tournament_configs_aggregate": [ - 5245, + 5246, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -6351,19 +6368,19 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -6371,10 +6388,10 @@ export default { }, "awards_aggregate": { "aggregate": [ - 285 + 286 ], "nodes": [ - 283 + 284 ], "__typename": [ 85 @@ -6382,13 +6399,13 @@ export default { }, "awards_aggregate_fields": { "avg": [ - 286 + 287 ], "count": [ 41, { "columns": [ - 298, + 299, "[awards_select_column!]" ], "distinct": [ @@ -6397,31 +6414,31 @@ export default { } ], "max": [ - 291 + 292 ], "min": [ - 292 + 293 ], "stddev": [ - 300 + 301 ], "stddev_pop": [ - 301 + 302 ], "stddev_samp": [ - 302 + 303 ], "sum": [ - 305 + 306 ], "var_pop": [ - 308 + 309 ], "var_samp": [ - 309 + 310 ], "variance": [ - 310 + 311 ], "__typename": [ 85 @@ -6440,61 +6457,61 @@ export default { }, "awards_bool_exp": { "_and": [ - 287 + 288 ], "_not": [ - 287 + 288 ], "_or": [ - 287 + 288 ], "allow_multiple": [ 7 ], "created_at": [ - 5243 + 5244 ], "created_by": [ - 4609 + 4610 ], "created_by_steam_id": [ - 313 + 314 ], "description": [ 87 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "id": [ - 6605 + 6674 ], "image_url": [ 87 ], "league_season": [ - 2646 + 2647 ], "league_season_id": [ - 6605 + 6674 ], "name": [ 87 ], "recipients": [ - 251 + 252 ], "recipients_aggregate": [ - 244 + 245 ], "season": [ - 4709 + 4710 ], "season_id": [ - 6605 + 6674 ], "silhouette": [ 42 @@ -6503,22 +6520,22 @@ export default { 87 ], "tier": [ - 670 + 671 ], "tournament": [ - 5848 + 5917 ], "tournament_configs": [ - 5253 + 5254 ], "tournament_configs_aggregate": [ - 5246 + 5247 ], "tournament_id": [ - 6605 + 6674 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -6527,7 +6544,7 @@ export default { "awards_constraint": {}, "awards_inc_input": { "created_by_steam_id": [ - 311 + 312 ], "silhouette": [ 41 @@ -6541,46 +6558,46 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by": [ - 4616 + 4617 ], "created_by_steam_id": [ - 311 + 312 ], "description": [ 85 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season": [ - 2656 + 2657 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "recipients": [ - 248 + 249 ], "season": [ - 4716 + 4717 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -6589,19 +6606,19 @@ export default { 85 ], "tier": [ - 669 + 670 ], "tournament": [ - 5857 + 5926 ], "tournament_configs": [ - 5250 + 5251 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -6609,31 +6626,31 @@ export default { }, "awards_max_fields": { "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "description": [ 85 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -6642,10 +6659,10 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -6653,31 +6670,31 @@ export default { }, "awards_min_fields": { "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "description": [ 85 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -6686,10 +6703,10 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -6700,7 +6717,7 @@ export default { 41 ], "returning": [ - 283 + 284 ], "__typename": [ 85 @@ -6708,10 +6725,10 @@ export default { }, "awards_obj_rel_insert_input": { "data": [ - 290 + 291 ], "on_conflict": [ - 295 + 296 ], "__typename": [ 85 @@ -6719,13 +6736,13 @@ export default { }, "awards_on_conflict": { "constraint": [ - 288 + 289 ], "update_columns": [ - 306 + 307 ], "where": [ - 287 + 288 ], "__typename": [ 85 @@ -6733,70 +6750,70 @@ export default { }, "awards_order_by": { "allow_multiple": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "created_by": [ - 4618 + 4619 ], "created_by_steam_id": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "image_url": [ - 3647 + 3648 ], "league_season": [ - 2658 + 2659 ], "league_season_id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "recipients_aggregate": [ - 247 + 248 ], "season": [ - 4718 + 4719 ], "season_id": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "system_key": [ - 3647 + 3648 ], "tier": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_configs_aggregate": [ - 5249 + 5250 ], "tournament_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -6804,7 +6821,7 @@ export default { }, "awards_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -6816,31 +6833,31 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "description": [ 85 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -6849,13 +6866,13 @@ export default { 85 ], "tier": [ - 669 + 670 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -6896,10 +6913,10 @@ export default { }, "awards_stream_cursor_input": { "initial_value": [ - 304 + 305 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -6910,31 +6927,31 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "description": [ 85 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85 ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -6943,13 +6960,13 @@ export default { 85 ], "tier": [ - 669 + 670 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -6957,7 +6974,7 @@ export default { }, "awards_sum_fields": { "created_by_steam_id": [ - 311 + 312 ], "silhouette": [ 41 @@ -6969,13 +6986,13 @@ export default { "awards_update_column": {}, "awards_updates": { "_inc": [ - 289 + 290 ], "_set": [ - 299 + 300 ], "where": [ - 287 + 288 ], "__typename": [ 85 @@ -7017,37 +7034,37 @@ export default { "bigint": {}, "bigint_array_comparison_exp": { "_contained_in": [ - 311 + 312 ], "_contains": [ - 311 + 312 ], "_eq": [ - 311 + 312 ], "_gt": [ - 311 + 312 ], "_gte": [ - 311 + 312 ], "_in": [ - 311 + 312 ], "_is_null": [ 6 ], "_lt": [ - 311 + 312 ], "_lte": [ - 311 + 312 ], "_neq": [ - 311 + 312 ], "_nin": [ - 311 + 312 ], "__typename": [ 85 @@ -7055,31 +7072,31 @@ export default { }, "bigint_comparison_exp": { "_eq": [ - 311 + 312 ], "_gt": [ - 311 + 312 ], "_gte": [ - 311 + 312 ], "_in": [ - 311 + 312 ], "_is_null": [ 6 ], "_lt": [ - 311 + 312 ], "_lte": [ - 311 + 312 ], "_neq": [ - 311 + 312 ], "_nin": [ - 311 + 312 ], "__typename": [ 85 @@ -7088,31 +7105,31 @@ export default { "bytea": {}, "bytea_comparison_exp": { "_eq": [ - 314 + 315 ], "_gt": [ - 314 + 315 ], "_gte": [ - 314 + 315 ], "_in": [ - 314 + 315 ], "_is_null": [ 6 ], "_lt": [ - 314 + 315 ], "_lte": [ - 314 + 315 ], "_neq": [ - 314 + 315 ], "_nin": [ - 314 + 315 ], "__typename": [ 85 @@ -7120,10 +7137,10 @@ export default { }, "chat_read_state": { "last_read_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7134,10 +7151,10 @@ export default { }, "chat_read_state_aggregate": { "aggregate": [ - 318 + 319 ], "nodes": [ - 316 + 317 ], "__typename": [ 85 @@ -7145,13 +7162,13 @@ export default { }, "chat_read_state_aggregate_fields": { "avg": [ - 319 + 320 ], "count": [ 41, { "columns": [ - 330, + 331, "[chat_read_state_select_column!]" ], "distinct": [ @@ -7160,31 +7177,31 @@ export default { } ], "max": [ - 324 + 325 ], "min": [ - 325 + 326 ], "stddev": [ - 332 + 333 ], "stddev_pop": [ - 333 + 334 ], "stddev_samp": [ - 334 + 335 ], "sum": [ - 337 + 338 ], "var_pop": [ - 340 + 341 ], "var_samp": [ - 341 + 342 ], "variance": [ - 342 + 343 ], "__typename": [ 85 @@ -7200,19 +7217,19 @@ export default { }, "chat_read_state_bool_exp": { "_and": [ - 320 + 321 ], "_not": [ - 320 + 321 ], "_or": [ - 320 + 321 ], "last_read_at": [ - 5243 + 5244 ], "steam_id": [ - 313 + 314 ], "thread": [ 87 @@ -7224,7 +7241,7 @@ export default { "chat_read_state_constraint": {}, "chat_read_state_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -7232,10 +7249,10 @@ export default { }, "chat_read_state_insert_input": { "last_read_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7246,10 +7263,10 @@ export default { }, "chat_read_state_max_fields": { "last_read_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7260,10 +7277,10 @@ export default { }, "chat_read_state_min_fields": { "last_read_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7277,7 +7294,7 @@ export default { 41 ], "returning": [ - 316 + 317 ], "__typename": [ 85 @@ -7285,13 +7302,13 @@ export default { }, "chat_read_state_on_conflict": { "constraint": [ - 321 + 322 ], "update_columns": [ - 338 + 339 ], "where": [ - 320 + 321 ], "__typename": [ 85 @@ -7299,13 +7316,13 @@ export default { }, "chat_read_state_order_by": { "last_read_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "thread": [ - 3647 + 3648 ], "__typename": [ 85 @@ -7313,7 +7330,7 @@ export default { }, "chat_read_state_pk_columns_input": { "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7325,10 +7342,10 @@ export default { "chat_read_state_select_column": {}, "chat_read_state_set_input": { "last_read_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7363,10 +7380,10 @@ export default { }, "chat_read_state_stream_cursor_input": { "initial_value": [ - 336 + 337 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -7374,10 +7391,10 @@ export default { }, "chat_read_state_stream_cursor_value_input": { "last_read_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "thread": [ 85 @@ -7388,7 +7405,7 @@ export default { }, "chat_read_state_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -7397,13 +7414,13 @@ export default { "chat_read_state_update_column": {}, "chat_read_state_updates": { "_inc": [ - 322 + 323 ], "_set": [ - 331 + 332 ], "where": [ - 320 + 321 ], "__typename": [ 85 @@ -7435,49 +7452,49 @@ export default { }, "clip_render_jobs": { "clip": [ - 2952 + 2953 ], "clip_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "error_message": [ 85 ], "game_server_node": [ - 2313 + 2314 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "match_map": [ - 3247 + 3248 ], "match_map_demo": [ - 3127 + 3128 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "paused": [ 6 ], "progress": [ - 3645 + 3646 ], "session_token": [ 85 @@ -7486,7 +7503,7 @@ export default { 41 ], "spec": [ - 2438, + 2439, { "path": [ 85 @@ -7497,7 +7514,7 @@ export default { 85 ], "status_history": [ - 2438, + 2439, { "path": [ 85 @@ -7505,10 +7522,10 @@ export default { } ], "user": [ - 4605 + 4606 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -7516,10 +7533,10 @@ export default { }, "clip_render_jobs_aggregate": { "aggregate": [ - 349 + 350 ], "nodes": [ - 343 + 344 ], "__typename": [ 85 @@ -7527,13 +7544,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp": { "bool_and": [ - 346 + 347 ], "bool_or": [ - 347 + 348 ], "count": [ - 348 + 349 ], "__typename": [ 85 @@ -7541,13 +7558,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp_bool_and": { "arguments": [ - 372 + 373 ], "distinct": [ 6 ], "filter": [ - 355 + 356 ], "predicate": [ 7 @@ -7558,13 +7575,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp_bool_or": { "arguments": [ - 373 + 374 ], "distinct": [ 6 ], "filter": [ - 355 + 356 ], "predicate": [ 7 @@ -7575,13 +7592,13 @@ export default { }, "clip_render_jobs_aggregate_bool_exp_count": { "arguments": [ - 371 + 372 ], "distinct": [ 6 ], "filter": [ - 355 + 356 ], "predicate": [ 42 @@ -7592,13 +7609,13 @@ export default { }, "clip_render_jobs_aggregate_fields": { "avg": [ - 353 + 354 ], "count": [ 41, { "columns": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "distinct": [ @@ -7607,31 +7624,31 @@ export default { } ], "max": [ - 362 + 363 ], "min": [ - 364 + 365 ], "stddev": [ - 375 + 376 ], "stddev_pop": [ - 377 + 378 ], "stddev_samp": [ - 379 + 380 ], "sum": [ - 383 + 384 ], "var_pop": [ - 387 + 388 ], "var_samp": [ - 389 + 390 ], "variance": [ - 391 + 392 ], "__typename": [ 85 @@ -7639,37 +7656,37 @@ export default { }, "clip_render_jobs_aggregate_order_by": { "avg": [ - 354 + 355 ], "count": [ - 3647 + 3648 ], "max": [ - 363 + 364 ], "min": [ - 365 + 366 ], "stddev": [ - 376 + 377 ], "stddev_pop": [ - 378 + 379 ], "stddev_samp": [ - 380 + 381 ], "sum": [ - 384 + 385 ], "var_pop": [ - 388 + 389 ], "var_samp": [ - 390 + 391 ], "variance": [ - 392 + 393 ], "__typename": [ 85 @@ -7677,10 +7694,10 @@ export default { }, "clip_render_jobs_append_input": { "spec": [ - 2438 + 2439 ], "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -7688,10 +7705,10 @@ export default { }, "clip_render_jobs_arr_rel_insert_input": { "data": [ - 361 + 362 ], "on_conflict": [ - 367 + 368 ], "__typename": [ 85 @@ -7713,13 +7730,13 @@ export default { }, "clip_render_jobs_avg_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -7727,58 +7744,58 @@ export default { }, "clip_render_jobs_bool_exp": { "_and": [ - 355 + 356 ], "_not": [ - 355 + 356 ], "_or": [ - 355 + 356 ], "clip": [ - 2961 + 2962 ], "clip_id": [ - 6605 + 6674 ], "created_at": [ - 5243 + 5244 ], "error_message": [ 87 ], "game_server_node": [ - 2325 + 2326 ], "game_server_node_id": [ 87 ], "id": [ - 6605 + 6674 ], "k8s_job_name": [ 87 ], "last_status_at": [ - 5243 + 5244 ], "match_map": [ - 3256 + 3257 ], "match_map_demo": [ - 3139 + 3140 ], "match_map_demo_id": [ - 6605 + 6674 ], "match_map_id": [ - 6605 + 6674 ], "paused": [ 7 ], "progress": [ - 3646 + 3647 ], "session_token": [ 87 @@ -7787,19 +7804,19 @@ export default { 42 ], "spec": [ - 2440 + 2441 ], "status": [ 87 ], "status_history": [ - 2440 + 2441 ], "user": [ - 4609 + 4610 ], "user_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -7841,13 +7858,13 @@ export default { }, "clip_render_jobs_inc_input": { "progress": [ - 3645 + 3646 ], "sort_index": [ 41 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -7855,49 +7872,49 @@ export default { }, "clip_render_jobs_insert_input": { "clip": [ - 2970 + 2971 ], "clip_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "error_message": [ 85 ], "game_server_node": [ - 2337 + 2338 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "match_map": [ - 3265 + 3266 ], "match_map_demo": [ - 3151 + 3152 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "paused": [ 6 ], "progress": [ - 3645 + 3646 ], "session_token": [ 85 @@ -7906,19 +7923,19 @@ export default { 41 ], "spec": [ - 2438 + 2439 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "user": [ - 4616 + 4617 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -7926,10 +7943,10 @@ export default { }, "clip_render_jobs_max_fields": { "clip_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -7938,22 +7955,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "progress": [ - 3645 + 3646 ], "session_token": [ 85 @@ -7965,7 +7982,7 @@ export default { 85 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -7973,46 +7990,46 @@ export default { }, "clip_render_jobs_max_order_by": { "clip_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "session_token": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8020,10 +8037,10 @@ export default { }, "clip_render_jobs_min_fields": { "clip_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -8032,22 +8049,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "progress": [ - 3645 + 3646 ], "session_token": [ 85 @@ -8059,7 +8076,7 @@ export default { 85 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -8067,46 +8084,46 @@ export default { }, "clip_render_jobs_min_order_by": { "clip_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "session_token": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8117,7 +8134,7 @@ export default { 41 ], "returning": [ - 343 + 344 ], "__typename": [ 85 @@ -8125,13 +8142,13 @@ export default { }, "clip_render_jobs_on_conflict": { "constraint": [ - 356 + 357 ], "update_columns": [ - 385 + 386 ], "where": [ - 355 + 356 ], "__typename": [ 85 @@ -8139,70 +8156,70 @@ export default { }, "clip_render_jobs_order_by": { "clip": [ - 2972 + 2973 ], "clip_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node": [ - 2339 + 2340 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_demo": [ - 3153 + 3154 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "paused": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "session_token": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "spec": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "status_history": [ - 3647 + 3648 ], "user": [ - 4618 + 4619 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8210,7 +8227,7 @@ export default { }, "clip_render_jobs_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -8218,10 +8235,10 @@ export default { }, "clip_render_jobs_prepend_input": { "spec": [ - 2438 + 2439 ], "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -8232,10 +8249,10 @@ export default { "clip_render_jobs_select_column_clip_render_jobs_aggregate_bool_exp_bool_or_arguments_columns": {}, "clip_render_jobs_set_input": { "clip_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -8244,25 +8261,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "paused": [ 6 ], "progress": [ - 3645 + 3646 ], "session_token": [ 85 @@ -8271,16 +8288,16 @@ export default { 41 ], "spec": [ - 2438 + 2439 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -8302,13 +8319,13 @@ export default { }, "clip_render_jobs_stddev_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8330,13 +8347,13 @@ export default { }, "clip_render_jobs_stddev_pop_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8358,13 +8375,13 @@ export default { }, "clip_render_jobs_stddev_samp_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8372,10 +8389,10 @@ export default { }, "clip_render_jobs_stream_cursor_input": { "initial_value": [ - 382 + 383 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -8383,10 +8400,10 @@ export default { }, "clip_render_jobs_stream_cursor_value_input": { "clip_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -8395,25 +8412,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "paused": [ 6 ], "progress": [ - 3645 + 3646 ], "session_token": [ 85 @@ -8422,16 +8439,16 @@ export default { 41 ], "spec": [ - 2438 + 2439 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -8439,13 +8456,13 @@ export default { }, "clip_render_jobs_sum_fields": { "progress": [ - 3645 + 3646 ], "sort_index": [ 41 ], "user_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -8453,13 +8470,13 @@ export default { }, "clip_render_jobs_sum_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8468,28 +8485,28 @@ export default { "clip_render_jobs_update_column": {}, "clip_render_jobs_updates": { "_append": [ - 351 + 352 ], "_delete_at_path": [ - 357 + 358 ], "_delete_elem": [ - 358 + 359 ], "_delete_key": [ - 359 + 360 ], "_inc": [ - 360 + 361 ], "_prepend": [ - 370 + 371 ], "_set": [ - 374 + 375 ], "where": [ - 355 + 356 ], "__typename": [ 85 @@ -8511,13 +8528,13 @@ export default { }, "clip_render_jobs_var_pop_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8539,13 +8556,13 @@ export default { }, "clip_render_jobs_var_samp_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8567,13 +8584,13 @@ export default { }, "clip_render_jobs_variance_order_by": { "progress": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -8581,7 +8598,7 @@ export default { }, "clone_league_season_args": { "_league_season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -8590,10 +8607,10 @@ export default { "cursor_ordering": {}, "custom_pages": { "created_at": [ - 5242 + 5243 ], "deployments": [ - 2438, + 2439, { "path": [ 85 @@ -8610,7 +8627,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_default": [ 6 @@ -8637,7 +8654,7 @@ export default { 85 ], "required_role": [ - 1285 + 1286 ], "slug": [ 85 @@ -8646,7 +8663,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -8654,10 +8671,10 @@ export default { }, "custom_pages_aggregate": { "aggregate": [ - 397 + 398 ], "nodes": [ - 395 + 396 ], "__typename": [ 85 @@ -8665,13 +8682,13 @@ export default { }, "custom_pages_aggregate_fields": { "avg": [ - 399 + 400 ], "count": [ 41, { "columns": [ - 414, + 415, "[custom_pages_select_column!]" ], "distinct": [ @@ -8680,31 +8697,31 @@ export default { } ], "max": [ - 407 + 408 ], "min": [ - 408 + 409 ], "stddev": [ - 416 + 417 ], "stddev_pop": [ - 417 + 418 ], "stddev_samp": [ - 418 + 419 ], "sum": [ - 421 + 422 ], "var_pop": [ - 424 + 425 ], "var_samp": [ - 425 + 426 ], "variance": [ - 426 + 427 ], "__typename": [ 85 @@ -8712,7 +8729,7 @@ export default { }, "custom_pages_append_input": { "deployments": [ - 2438 + 2439 ], "__typename": [ 85 @@ -8728,19 +8745,19 @@ export default { }, "custom_pages_bool_exp": { "_and": [ - 400 + 401 ], "_not": [ - 400 + 401 ], "_or": [ - 400 + 401 ], "created_at": [ - 5243 + 5244 ], "deployments": [ - 2440 + 2441 ], "enabled": [ 7 @@ -8752,7 +8769,7 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "is_default": [ 7 @@ -8779,7 +8796,7 @@ export default { 87 ], "required_role": [ - 1286 + 1287 ], "slug": [ 87 @@ -8788,7 +8805,7 @@ export default { 87 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -8829,10 +8846,10 @@ export default { }, "custom_pages_insert_input": { "created_at": [ - 5242 + 5243 ], "deployments": [ - 2438 + 2439 ], "enabled": [ 6 @@ -8844,7 +8861,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_default": [ 6 @@ -8871,7 +8888,7 @@ export default { 85 ], "required_role": [ - 1285 + 1286 ], "slug": [ 85 @@ -8880,7 +8897,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -8888,7 +8905,7 @@ export default { }, "custom_pages_max_fields": { "created_at": [ - 5242 + 5243 ], "exposed_module": [ 85 @@ -8897,7 +8914,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "manifest_url": [ 85 @@ -8927,7 +8944,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -8935,7 +8952,7 @@ export default { }, "custom_pages_min_fields": { "created_at": [ - 5242 + 5243 ], "exposed_module": [ 85 @@ -8944,7 +8961,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "manifest_url": [ 85 @@ -8974,7 +8991,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -8985,7 +9002,7 @@ export default { 41 ], "returning": [ - 395 + 396 ], "__typename": [ 85 @@ -8993,13 +9010,13 @@ export default { }, "custom_pages_on_conflict": { "constraint": [ - 401 + 402 ], "update_columns": [ - 422 + 423 ], "where": [ - 400 + 401 ], "__typename": [ 85 @@ -9007,58 +9024,58 @@ export default { }, "custom_pages_order_by": { "created_at": [ - 3647 + 3648 ], "deployments": [ - 3647 + 3648 ], "enabled": [ - 3647 + 3648 ], "exposed_module": [ - 3647 + 3648 ], "icon": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_default": [ - 3647 + 3648 ], "manifest_url": [ - 3647 + 3648 ], "nav_group": [ - 3647 + 3648 ], "nav_order": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "profile_tab_label": [ - 3647 + 3648 ], "remote_entry_url": [ - 3647 + 3648 ], "remote_scope": [ - 3647 + 3648 ], "required_role": [ - 3647 + 3648 ], "slug": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -9066,7 +9083,7 @@ export default { }, "custom_pages_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -9074,7 +9091,7 @@ export default { }, "custom_pages_prepend_input": { "deployments": [ - 2438 + 2439 ], "__typename": [ 85 @@ -9083,10 +9100,10 @@ export default { "custom_pages_select_column": {}, "custom_pages_set_input": { "created_at": [ - 5242 + 5243 ], "deployments": [ - 2438 + 2439 ], "enabled": [ 6 @@ -9098,7 +9115,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_default": [ 6 @@ -9125,7 +9142,7 @@ export default { 85 ], "required_role": [ - 1285 + 1286 ], "slug": [ 85 @@ -9134,7 +9151,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -9166,10 +9183,10 @@ export default { }, "custom_pages_stream_cursor_input": { "initial_value": [ - 420 + 421 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -9177,10 +9194,10 @@ export default { }, "custom_pages_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "deployments": [ - 2438 + 2439 ], "enabled": [ 6 @@ -9192,7 +9209,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_default": [ 6 @@ -9219,7 +9236,7 @@ export default { 85 ], "required_role": [ - 1285 + 1286 ], "slug": [ 85 @@ -9228,7 +9245,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -9245,28 +9262,28 @@ export default { "custom_pages_update_column": {}, "custom_pages_updates": { "_append": [ - 398 + 399 ], "_delete_at_path": [ - 402 + 403 ], "_delete_elem": [ - 403 + 404 ], "_delete_key": [ - 404 + 405 ], "_inc": [ - 405 + 406 ], "_prepend": [ - 413 + 414 ], "_set": [ - 415 + 416 ], "where": [ - 400 + 401 ], "__typename": [ 85 @@ -9298,10 +9315,10 @@ export default { }, "db_backups": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -9315,10 +9332,10 @@ export default { }, "db_backups_aggregate": { "aggregate": [ - 429 + 430 ], "nodes": [ - 427 + 428 ], "__typename": [ 85 @@ -9326,13 +9343,13 @@ export default { }, "db_backups_aggregate_fields": { "avg": [ - 430 + 431 ], "count": [ 41, { "columns": [ - 441, + 442, "[db_backups_select_column!]" ], "distinct": [ @@ -9341,31 +9358,31 @@ export default { } ], "max": [ - 435 + 436 ], "min": [ - 436 + 437 ], "stddev": [ - 443 + 444 ], "stddev_pop": [ - 444 + 445 ], "stddev_samp": [ - 445 + 446 ], "sum": [ - 448 + 449 ], "var_pop": [ - 451 + 452 ], "var_samp": [ - 452 + 453 ], "variance": [ - 453 + 454 ], "__typename": [ 85 @@ -9381,19 +9398,19 @@ export default { }, "db_backups_bool_exp": { "_and": [ - 431 + 432 ], "_not": [ - 431 + 432 ], "_or": [ - 431 + 432 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "name": [ 87 @@ -9416,10 +9433,10 @@ export default { }, "db_backups_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -9433,10 +9450,10 @@ export default { }, "db_backups_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -9450,10 +9467,10 @@ export default { }, "db_backups_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -9470,7 +9487,7 @@ export default { 41 ], "returning": [ - 427 + 428 ], "__typename": [ 85 @@ -9478,13 +9495,13 @@ export default { }, "db_backups_on_conflict": { "constraint": [ - 432 + 433 ], "update_columns": [ - 449 + 450 ], "where": [ - 431 + 432 ], "__typename": [ 85 @@ -9492,16 +9509,16 @@ export default { }, "db_backups_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -9509,7 +9526,7 @@ export default { }, "db_backups_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -9518,10 +9535,10 @@ export default { "db_backups_select_column": {}, "db_backups_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -9559,10 +9576,10 @@ export default { }, "db_backups_stream_cursor_input": { "initial_value": [ - 447 + 448 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -9570,10 +9587,10 @@ export default { }, "db_backups_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -9596,13 +9613,13 @@ export default { "db_backups_update_column": {}, "db_backups_updates": { "_inc": [ - 433 + 434 ], "_set": [ - 442 + 443 ], "where": [ - 431 + 432 ], "__typename": [ 85 @@ -9637,7 +9654,7 @@ export default { 6 ], "last_message_at": [ - 5242 + 5243 ], "position": [ 41 @@ -9646,7 +9663,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9654,10 +9671,10 @@ export default { }, "direct_conversations_aggregate": { "aggregate": [ - 456 + 457 ], "nodes": [ - 454 + 455 ], "__typename": [ 85 @@ -9665,13 +9682,13 @@ export default { }, "direct_conversations_aggregate_fields": { "avg": [ - 457 + 458 ], "count": [ 41, { "columns": [ - 468, + 469, "[direct_conversations_select_column!]" ], "distinct": [ @@ -9680,31 +9697,31 @@ export default { } ], "max": [ - 462 + 463 ], "min": [ - 463 + 464 ], "stddev": [ - 470 + 471 ], "stddev_pop": [ - 471 + 472 ], "stddev_samp": [ - 472 + 473 ], "sum": [ - 475 + 476 ], "var_pop": [ - 478 + 479 ], "var_samp": [ - 479 + 480 ], "variance": [ - 480 + 481 ], "__typename": [ 85 @@ -9723,19 +9740,19 @@ export default { }, "direct_conversations_bool_exp": { "_and": [ - 458 + 459 ], "_not": [ - 458 + 459 ], "_or": [ - 458 + 459 ], "is_open": [ 7 ], "last_message_at": [ - 5243 + 5244 ], "position": [ 42 @@ -9744,7 +9761,7 @@ export default { 87 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -9756,7 +9773,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9767,7 +9784,7 @@ export default { 6 ], "last_message_at": [ - 5242 + 5243 ], "position": [ 41 @@ -9776,7 +9793,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9784,7 +9801,7 @@ export default { }, "direct_conversations_max_fields": { "last_message_at": [ - 5242 + 5243 ], "position": [ 41 @@ -9793,7 +9810,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9801,7 +9818,7 @@ export default { }, "direct_conversations_min_fields": { "last_message_at": [ - 5242 + 5243 ], "position": [ 41 @@ -9810,7 +9827,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9821,7 +9838,7 @@ export default { 41 ], "returning": [ - 454 + 455 ], "__typename": [ 85 @@ -9829,13 +9846,13 @@ export default { }, "direct_conversations_on_conflict": { "constraint": [ - 459 + 460 ], "update_columns": [ - 476 + 477 ], "where": [ - 458 + 459 ], "__typename": [ 85 @@ -9843,19 +9860,19 @@ export default { }, "direct_conversations_order_by": { "is_open": [ - 3647 + 3648 ], "last_message_at": [ - 3647 + 3648 ], "position": [ - 3647 + 3648 ], "room_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -9866,7 +9883,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9878,7 +9895,7 @@ export default { 6 ], "last_message_at": [ - 5242 + 5243 ], "position": [ 41 @@ -9887,7 +9904,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9928,10 +9945,10 @@ export default { }, "direct_conversations_stream_cursor_input": { "initial_value": [ - 474 + 475 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -9942,7 +9959,7 @@ export default { 6 ], "last_message_at": [ - 5242 + 5243 ], "position": [ 41 @@ -9951,7 +9968,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9962,7 +9979,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -9971,13 +9988,13 @@ export default { "direct_conversations_update_column": {}, "direct_conversations_updates": { "_inc": [ - 460 + 461 ], "_set": [ - 469 + 470 ], "where": [ - 458 + 459 ], "__typename": [ 85 @@ -10018,13 +10035,13 @@ export default { }, "direct_messages": { "created_at": [ - 5242 + 5243 ], "from_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -10033,7 +10050,7 @@ export default { 85 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10041,10 +10058,10 @@ export default { }, "direct_messages_aggregate": { "aggregate": [ - 483 + 484 ], "nodes": [ - 481 + 482 ], "__typename": [ 85 @@ -10052,13 +10069,13 @@ export default { }, "direct_messages_aggregate_fields": { "avg": [ - 484 + 485 ], "count": [ 41, { "columns": [ - 495, + 496, "[direct_messages_select_column!]" ], "distinct": [ @@ -10067,31 +10084,31 @@ export default { } ], "max": [ - 489 + 490 ], "min": [ - 490 + 491 ], "stddev": [ - 497 + 498 ], "stddev_pop": [ - 498 + 499 ], "stddev_samp": [ - 499 + 500 ], "sum": [ - 502 + 503 ], "var_pop": [ - 505 + 506 ], "var_samp": [ - 506 + 507 ], "variance": [ - 507 + 508 ], "__typename": [ 85 @@ -10110,22 +10127,22 @@ export default { }, "direct_messages_bool_exp": { "_and": [ - 485 + 486 ], "_not": [ - 485 + 486 ], "_or": [ - 485 + 486 ], "created_at": [ - 5243 + 5244 ], "from_steam_id": [ - 313 + 314 ], "id": [ - 6605 + 6674 ], "message": [ 87 @@ -10134,7 +10151,7 @@ export default { 87 ], "seq": [ - 313 + 314 ], "__typename": [ 85 @@ -10143,10 +10160,10 @@ export default { "direct_messages_constraint": {}, "direct_messages_inc_input": { "from_steam_id": [ - 311 + 312 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10154,13 +10171,13 @@ export default { }, "direct_messages_insert_input": { "created_at": [ - 5242 + 5243 ], "from_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -10169,7 +10186,7 @@ export default { 85 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10177,13 +10194,13 @@ export default { }, "direct_messages_max_fields": { "created_at": [ - 5242 + 5243 ], "from_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -10192,7 +10209,7 @@ export default { 85 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10200,13 +10217,13 @@ export default { }, "direct_messages_min_fields": { "created_at": [ - 5242 + 5243 ], "from_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -10215,7 +10232,7 @@ export default { 85 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10226,7 +10243,7 @@ export default { 41 ], "returning": [ - 481 + 482 ], "__typename": [ 85 @@ -10234,13 +10251,13 @@ export default { }, "direct_messages_on_conflict": { "constraint": [ - 486 + 487 ], "update_columns": [ - 503 + 504 ], "where": [ - 485 + 486 ], "__typename": [ 85 @@ -10248,22 +10265,22 @@ export default { }, "direct_messages_order_by": { "created_at": [ - 3647 + 3648 ], "from_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "room_id": [ - 3647 + 3648 ], "seq": [ - 3647 + 3648 ], "__typename": [ 85 @@ -10271,7 +10288,7 @@ export default { }, "direct_messages_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -10280,13 +10297,13 @@ export default { "direct_messages_select_column": {}, "direct_messages_set_input": { "created_at": [ - 5242 + 5243 ], "from_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -10295,7 +10312,7 @@ export default { 85 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10336,10 +10353,10 @@ export default { }, "direct_messages_stream_cursor_input": { "initial_value": [ - 501 + 502 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -10347,13 +10364,13 @@ export default { }, "direct_messages_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "from_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -10362,7 +10379,7 @@ export default { 85 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10370,10 +10387,10 @@ export default { }, "direct_messages_sum_fields": { "from_steam_id": [ - 311 + 312 ], "seq": [ - 311 + 312 ], "__typename": [ 85 @@ -10382,13 +10399,13 @@ export default { "direct_messages_update_column": {}, "direct_messages_updates": { "_inc": [ - 487 + 488 ], "_set": [ - 496 + 497 ], "where": [ - 485 + 486 ], "__typename": [ 85 @@ -10432,22 +10449,22 @@ export default { 6 ], "captain": [ - 4605 + 4606 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "draft_game": [ - 598 + 599 ], "draft_game_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "is_organizer": [ 6 @@ -10456,10 +10473,10 @@ export default { 41 ], "picked": [ - 4605 + 4606 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -10467,10 +10484,10 @@ export default { }, "draft_game_picks_aggregate": { "aggregate": [ - 514 + 515 ], "nodes": [ - 508 + 509 ], "__typename": [ 85 @@ -10478,13 +10495,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp": { "bool_and": [ - 511 + 512 ], "bool_or": [ - 512 + 513 ], "count": [ - 513 + 514 ], "__typename": [ 85 @@ -10492,13 +10509,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 532 + 533 ], "distinct": [ 6 ], "filter": [ - 519 + 520 ], "predicate": [ 7 @@ -10509,13 +10526,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 533 + 534 ], "distinct": [ 6 ], "filter": [ - 519 + 520 ], "predicate": [ 7 @@ -10526,13 +10543,13 @@ export default { }, "draft_game_picks_aggregate_bool_exp_count": { "arguments": [ - 531 + 532 ], "distinct": [ 6 ], "filter": [ - 519 + 520 ], "predicate": [ 42 @@ -10543,13 +10560,13 @@ export default { }, "draft_game_picks_aggregate_fields": { "avg": [ - 517 + 518 ], "count": [ 41, { "columns": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "distinct": [ @@ -10558,31 +10575,31 @@ export default { } ], "max": [ - 523 + 524 ], "min": [ - 525 + 526 ], "stddev": [ - 535 + 536 ], "stddev_pop": [ - 537 + 538 ], "stddev_samp": [ - 539 + 540 ], "sum": [ - 543 + 544 ], "var_pop": [ - 547 + 548 ], "var_samp": [ - 549 + 550 ], "variance": [ - 551 + 552 ], "__typename": [ 85 @@ -10590,37 +10607,37 @@ export default { }, "draft_game_picks_aggregate_order_by": { "avg": [ - 518 + 519 ], "count": [ - 3647 + 3648 ], "max": [ - 524 + 525 ], "min": [ - 526 + 527 ], "stddev": [ - 536 + 537 ], "stddev_pop": [ - 538 + 539 ], "stddev_samp": [ - 540 + 541 ], "sum": [ - 544 + 545 ], "var_pop": [ - 548 + 549 ], "var_samp": [ - 550 + 551 ], "variance": [ - 552 + 553 ], "__typename": [ 85 @@ -10628,10 +10645,10 @@ export default { }, "draft_game_picks_arr_rel_insert_input": { "data": [ - 522 + 523 ], "on_conflict": [ - 528 + 529 ], "__typename": [ 85 @@ -10653,13 +10670,13 @@ export default { }, "draft_game_picks_avg_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -10667,34 +10684,34 @@ export default { }, "draft_game_picks_bool_exp": { "_and": [ - 519 + 520 ], "_not": [ - 519 + 520 ], "_or": [ - 519 + 520 ], "auto_picked": [ 7 ], "captain": [ - 4609 + 4610 ], "captain_steam_id": [ - 313 + 314 ], "created_at": [ - 5243 + 5244 ], "draft_game": [ - 609 + 610 ], "draft_game_id": [ - 6605 + 6674 ], "id": [ - 6605 + 6674 ], "is_organizer": [ 7 @@ -10703,10 +10720,10 @@ export default { 42 ], "picked": [ - 4609 + 4610 ], "picked_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -10715,13 +10732,13 @@ export default { "draft_game_picks_constraint": {}, "draft_game_picks_inc_input": { "captain_steam_id": [ - 311 + 312 ], "lineup": [ 41 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -10732,31 +10749,31 @@ export default { 6 ], "captain": [ - 4616 + 4617 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "draft_game": [ - 618 + 619 ], "draft_game_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "lineup": [ 41 ], "picked": [ - 4616 + 4617 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -10764,22 +10781,22 @@ export default { }, "draft_game_picks_max_fields": { "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "draft_game_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "lineup": [ 41 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -10787,22 +10804,22 @@ export default { }, "draft_game_picks_max_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "draft_game_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -10810,22 +10827,22 @@ export default { }, "draft_game_picks_min_fields": { "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "draft_game_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "lineup": [ 41 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -10833,22 +10850,22 @@ export default { }, "draft_game_picks_min_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "draft_game_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -10859,7 +10876,7 @@ export default { 41 ], "returning": [ - 508 + 509 ], "__typename": [ 85 @@ -10867,13 +10884,13 @@ export default { }, "draft_game_picks_on_conflict": { "constraint": [ - 520 + 521 ], "update_columns": [ - 545 + 546 ], "where": [ - 519 + 520 ], "__typename": [ 85 @@ -10881,37 +10898,37 @@ export default { }, "draft_game_picks_order_by": { "auto_picked": [ - 3647 + 3648 ], "captain": [ - 4618 + 4619 ], "captain_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "draft_game": [ - 620 + 621 ], "draft_game_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_organizer": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked": [ - 4618 + 4619 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -10919,7 +10936,7 @@ export default { }, "draft_game_picks_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -10933,22 +10950,22 @@ export default { 6 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "draft_game_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "lineup": [ 41 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -10970,13 +10987,13 @@ export default { }, "draft_game_picks_stddev_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -10998,13 +11015,13 @@ export default { }, "draft_game_picks_stddev_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11026,13 +11043,13 @@ export default { }, "draft_game_picks_stddev_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11040,10 +11057,10 @@ export default { }, "draft_game_picks_stream_cursor_input": { "initial_value": [ - 542 + 543 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -11054,22 +11071,22 @@ export default { 6 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "draft_game_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "lineup": [ 41 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11077,13 +11094,13 @@ export default { }, "draft_game_picks_sum_fields": { "captain_steam_id": [ - 311 + 312 ], "lineup": [ 41 ], "picked_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11091,13 +11108,13 @@ export default { }, "draft_game_picks_sum_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11106,13 +11123,13 @@ export default { "draft_game_picks_update_column": {}, "draft_game_picks_updates": { "_inc": [ - 521 + 522 ], "_set": [ - 534 + 535 ], "where": [ - 519 + 520 ], "__typename": [ 85 @@ -11134,13 +11151,13 @@ export default { }, "draft_game_picks_var_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11162,13 +11179,13 @@ export default { }, "draft_game_picks_var_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11190,13 +11207,13 @@ export default { }, "draft_game_picks_variance_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "picked_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11204,13 +11221,13 @@ export default { }, "draft_game_players": { "draft_game": [ - 598 + 599 ], "draft_game_id": [ - 6603 + 6672 ], "e_draft_game_player_status": [ - 767 + 768 ], "elo_snapshot": [ 41 @@ -11222,7 +11239,7 @@ export default { 6 ], "joined_at": [ - 5242 + 5243 ], "lineup": [ 41 @@ -11231,13 +11248,13 @@ export default { 41 ], "player": [ - 4605 + 4606 ], "status": [ - 772 + 773 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11245,10 +11262,10 @@ export default { }, "draft_game_players_aggregate": { "aggregate": [ - 559 + 560 ], "nodes": [ - 553 + 554 ], "__typename": [ 85 @@ -11256,13 +11273,13 @@ export default { }, "draft_game_players_aggregate_bool_exp": { "bool_and": [ - 556 + 557 ], "bool_or": [ - 557 + 558 ], "count": [ - 558 + 559 ], "__typename": [ 85 @@ -11270,13 +11287,13 @@ export default { }, "draft_game_players_aggregate_bool_exp_bool_and": { "arguments": [ - 577 + 578 ], "distinct": [ 6 ], "filter": [ - 564 + 565 ], "predicate": [ 7 @@ -11287,13 +11304,13 @@ export default { }, "draft_game_players_aggregate_bool_exp_bool_or": { "arguments": [ - 578 + 579 ], "distinct": [ 6 ], "filter": [ - 564 + 565 ], "predicate": [ 7 @@ -11304,13 +11321,13 @@ export default { }, "draft_game_players_aggregate_bool_exp_count": { "arguments": [ - 576 + 577 ], "distinct": [ 6 ], "filter": [ - 564 + 565 ], "predicate": [ 42 @@ -11321,13 +11338,13 @@ export default { }, "draft_game_players_aggregate_fields": { "avg": [ - 562 + 563 ], "count": [ 41, { "columns": [ - 576, + 577, "[draft_game_players_select_column!]" ], "distinct": [ @@ -11336,31 +11353,31 @@ export default { } ], "max": [ - 568 + 569 ], "min": [ - 570 + 571 ], "stddev": [ - 580 + 581 ], "stddev_pop": [ - 582 + 583 ], "stddev_samp": [ - 584 + 585 ], "sum": [ - 588 + 589 ], "var_pop": [ - 592 + 593 ], "var_samp": [ - 594 + 595 ], "variance": [ - 596 + 597 ], "__typename": [ 85 @@ -11368,37 +11385,37 @@ export default { }, "draft_game_players_aggregate_order_by": { "avg": [ - 563 + 564 ], "count": [ - 3647 + 3648 ], "max": [ - 569 + 570 ], "min": [ - 571 + 572 ], "stddev": [ - 581 + 582 ], "stddev_pop": [ - 583 + 584 ], "stddev_samp": [ - 585 + 586 ], "sum": [ - 589 + 590 ], "var_pop": [ - 593 + 594 ], "var_samp": [ - 595 + 596 ], "variance": [ - 597 + 598 ], "__typename": [ 85 @@ -11406,10 +11423,10 @@ export default { }, "draft_game_players_arr_rel_insert_input": { "data": [ - 567 + 568 ], "on_conflict": [ - 573 + 574 ], "__typename": [ 85 @@ -11434,16 +11451,16 @@ export default { }, "draft_game_players_avg_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11451,22 +11468,22 @@ export default { }, "draft_game_players_bool_exp": { "_and": [ - 564 + 565 ], "_not": [ - 564 + 565 ], "_or": [ - 564 + 565 ], "draft_game": [ - 609 + 610 ], "draft_game_id": [ - 6605 + 6674 ], "e_draft_game_player_status": [ - 770 + 771 ], "elo_snapshot": [ 42 @@ -11478,7 +11495,7 @@ export default { 7 ], "joined_at": [ - 5243 + 5244 ], "lineup": [ 42 @@ -11487,13 +11504,13 @@ export default { 42 ], "player": [ - 4609 + 4610 ], "status": [ - 773 + 774 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -11511,7 +11528,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11519,13 +11536,13 @@ export default { }, "draft_game_players_insert_input": { "draft_game": [ - 618 + 619 ], "draft_game_id": [ - 6603 + 6672 ], "e_draft_game_player_status": [ - 778 + 779 ], "elo_snapshot": [ 41 @@ -11534,7 +11551,7 @@ export default { 6 ], "joined_at": [ - 5242 + 5243 ], "lineup": [ 41 @@ -11543,13 +11560,13 @@ export default { 41 ], "player": [ - 4616 + 4617 ], "status": [ - 772 + 773 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11557,13 +11574,13 @@ export default { }, "draft_game_players_max_fields": { "draft_game_id": [ - 6603 + 6672 ], "elo_snapshot": [ 41 ], "joined_at": [ - 5242 + 5243 ], "lineup": [ 41 @@ -11572,7 +11589,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11580,22 +11597,22 @@ export default { }, "draft_game_players_max_order_by": { "draft_game_id": [ - 3647 + 3648 ], "elo_snapshot": [ - 3647 + 3648 ], "joined_at": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11603,13 +11620,13 @@ export default { }, "draft_game_players_min_fields": { "draft_game_id": [ - 6603 + 6672 ], "elo_snapshot": [ 41 ], "joined_at": [ - 5242 + 5243 ], "lineup": [ 41 @@ -11618,7 +11635,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11626,22 +11643,22 @@ export default { }, "draft_game_players_min_order_by": { "draft_game_id": [ - 3647 + 3648 ], "elo_snapshot": [ - 3647 + 3648 ], "joined_at": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11652,7 +11669,7 @@ export default { 41 ], "returning": [ - 553 + 554 ], "__typename": [ 85 @@ -11660,13 +11677,13 @@ export default { }, "draft_game_players_on_conflict": { "constraint": [ - 565 + 566 ], "update_columns": [ - 590 + 591 ], "where": [ - 564 + 565 ], "__typename": [ 85 @@ -11674,40 +11691,40 @@ export default { }, "draft_game_players_order_by": { "draft_game": [ - 620 + 621 ], "draft_game_id": [ - 3647 + 3648 ], "e_draft_game_player_status": [ - 780 + 781 ], "elo_snapshot": [ - 3647 + 3648 ], "is_captain": [ - 3647 + 3648 ], "is_organizer": [ - 3647 + 3648 ], "joined_at": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "status": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11715,10 +11732,10 @@ export default { }, "draft_game_players_pk_columns_input": { "draft_game_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11729,7 +11746,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": [ - 6603 + 6672 ], "elo_snapshot": [ 41 @@ -11738,7 +11755,7 @@ export default { 6 ], "joined_at": [ - 5242 + 5243 ], "lineup": [ 41 @@ -11747,10 +11764,10 @@ export default { 41 ], "status": [ - 772 + 773 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11775,16 +11792,16 @@ export default { }, "draft_game_players_stddev_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11809,16 +11826,16 @@ export default { }, "draft_game_players_stddev_pop_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11843,16 +11860,16 @@ export default { }, "draft_game_players_stddev_samp_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11860,10 +11877,10 @@ export default { }, "draft_game_players_stream_cursor_input": { "initial_value": [ - 587 + 588 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -11871,7 +11888,7 @@ export default { }, "draft_game_players_stream_cursor_value_input": { "draft_game_id": [ - 6603 + 6672 ], "elo_snapshot": [ 41 @@ -11880,7 +11897,7 @@ export default { 6 ], "joined_at": [ - 5242 + 5243 ], "lineup": [ 41 @@ -11889,10 +11906,10 @@ export default { 41 ], "status": [ - 772 + 773 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11909,7 +11926,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -11917,16 +11934,16 @@ export default { }, "draft_game_players_sum_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -11935,13 +11952,13 @@ export default { "draft_game_players_update_column": {}, "draft_game_players_updates": { "_inc": [ - 566 + 567 ], "_set": [ - 579 + 580 ], "where": [ - 564 + 565 ], "__typename": [ 85 @@ -11966,16 +11983,16 @@ export default { }, "draft_game_players_var_pop_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -12000,16 +12017,16 @@ export default { }, "draft_game_players_var_samp_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -12034,16 +12051,16 @@ export default { }, "draft_game_players_variance_order_by": { "elo_snapshot": [ - 3647 + 3648 ], "lineup": [ - 3647 + 3648 ], "pick_order": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -12051,73 +12068,73 @@ export default { }, "draft_games": { "access": [ - 1060 + 1061 ], "capacity": [ 41 ], "captain_selection": [ - 709 + 710 ], "created_at": [ - 5242 + 5243 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 730 + 731 ], "e_draft_game_captain_selection": [ - 704 + 705 ], "e_draft_game_draft_order": [ - 725 + 726 ], "e_draft_game_mode": [ - 746 + 747 ], "e_draft_game_status": [ - 788 + 789 ], "e_lobby_access": [ - 1055 + 1056 ], "expires_at": [ - 5242 + 5243 ], "host": [ - 4605 + 4606 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "inner_squad": [ 6 ], "invite_code": [ - 6603 + 6672 ], "is_organizer": [ 6 ], "map_pool": [ - 2904 + 2905 ], "map_pool_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -12126,13 +12143,13 @@ export default { 41 ], "mode": [ - 751 + 752 ], "options": [ - 3289 + 3290 ], "pattern": [ - 2438, + 2439, { "path": [ 85 @@ -12140,13 +12157,13 @@ export default { } ], "pick_deadline": [ - 5242 + 5243 ], "picks": [ - 508, + 509, { "distinct_on": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "limit": [ @@ -12156,19 +12173,19 @@ export default { 41 ], "order_by": [ - 529, + 530, "[draft_game_picks_order_by!]" ], "where": [ - 519 + 520 ] } ], "picks_aggregate": [ - 509, + 510, { "distinct_on": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "limit": [ @@ -12178,19 +12195,19 @@ export default { 41 ], "order_by": [ - 529, + 530, "[draft_game_picks_order_by!]" ], "where": [ - 519 + 520 ] } ], "players": [ - 553, + 554, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -12200,19 +12217,19 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "players_aggregate": [ - 554, + 555, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -12222,11 +12239,11 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], @@ -12237,28 +12254,28 @@ export default { 6 ], "scheduled_at": [ - 5242 + 5243 ], "status": [ - 793 + 794 ], "team_1": [ - 5193 + 5194 ], "team_1_id": [ - 6603 + 6672 ], "team_2": [ - 5193 + 5194 ], "team_2_id": [ - 6603 + 6672 ], "type": [ - 1224 + 1225 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -12266,10 +12283,10 @@ export default { }, "draft_games_aggregate": { "aggregate": [ - 604 + 605 ], "nodes": [ - 598 + 599 ], "__typename": [ 85 @@ -12277,13 +12294,13 @@ export default { }, "draft_games_aggregate_bool_exp": { "bool_and": [ - 601 + 602 ], "bool_or": [ - 602 + 603 ], "count": [ - 603 + 604 ], "__typename": [ 85 @@ -12291,13 +12308,13 @@ export default { }, "draft_games_aggregate_bool_exp_bool_and": { "arguments": [ - 623 + 624 ], "distinct": [ 6 ], "filter": [ - 609 + 610 ], "predicate": [ 7 @@ -12308,13 +12325,13 @@ export default { }, "draft_games_aggregate_bool_exp_bool_or": { "arguments": [ - 624 + 625 ], "distinct": [ 6 ], "filter": [ - 609 + 610 ], "predicate": [ 7 @@ -12325,13 +12342,13 @@ export default { }, "draft_games_aggregate_bool_exp_count": { "arguments": [ - 622 + 623 ], "distinct": [ 6 ], "filter": [ - 609 + 610 ], "predicate": [ 42 @@ -12342,13 +12359,13 @@ export default { }, "draft_games_aggregate_fields": { "avg": [ - 607 + 608 ], "count": [ 41, { "columns": [ - 622, + 623, "[draft_games_select_column!]" ], "distinct": [ @@ -12357,31 +12374,31 @@ export default { } ], "max": [ - 613 + 614 ], "min": [ - 615 + 616 ], "stddev": [ - 626 + 627 ], "stddev_pop": [ - 628 + 629 ], "stddev_samp": [ - 630 + 631 ], "sum": [ - 634 + 635 ], "var_pop": [ - 638 + 639 ], "var_samp": [ - 640 + 641 ], "variance": [ - 642 + 643 ], "__typename": [ 85 @@ -12389,37 +12406,37 @@ export default { }, "draft_games_aggregate_order_by": { "avg": [ - 608 + 609 ], "count": [ - 3647 + 3648 ], "max": [ - 614 + 615 ], "min": [ - 616 + 617 ], "stddev": [ - 627 + 628 ], "stddev_pop": [ - 629 + 630 ], "stddev_samp": [ - 631 + 632 ], "sum": [ - 635 + 636 ], "var_pop": [ - 639 + 640 ], "var_samp": [ - 641 + 642 ], "variance": [ - 643 + 644 ], "__typename": [ 85 @@ -12427,10 +12444,10 @@ export default { }, "draft_games_arr_rel_insert_input": { "data": [ - 612 + 613 ], "on_conflict": [ - 619 + 620 ], "__typename": [ 85 @@ -12458,19 +12475,19 @@ export default { }, "draft_games_avg_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -12478,82 +12495,82 @@ export default { }, "draft_games_bool_exp": { "_and": [ - 609 + 610 ], "_not": [ - 609 + 610 ], "_or": [ - 609 + 610 ], "access": [ - 1061 + 1062 ], "capacity": [ 42 ], "captain_selection": [ - 710 + 711 ], "created_at": [ - 5243 + 5244 ], "current_pick_lineup": [ 42 ], "draft_order": [ - 731 + 732 ], "e_draft_game_captain_selection": [ - 707 + 708 ], "e_draft_game_draft_order": [ - 728 + 729 ], "e_draft_game_mode": [ - 749 + 750 ], "e_draft_game_status": [ - 791 + 792 ], "e_lobby_access": [ - 1058 + 1059 ], "expires_at": [ - 5243 + 5244 ], "host": [ - 4609 + 4610 ], "host_steam_id": [ - 313 + 314 ], "id": [ - 6605 + 6674 ], "inner_squad": [ 7 ], "invite_code": [ - 6605 + 6674 ], "is_organizer": [ 7 ], "map_pool": [ - 2907 + 2908 ], "map_pool_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_options_id": [ - 6605 + 6674 ], "max_elo": [ 42 @@ -12562,28 +12579,28 @@ export default { 42 ], "mode": [ - 752 + 753 ], "options": [ - 3300 + 3301 ], "pattern": [ - 2440 + 2441 ], "pick_deadline": [ - 5243 + 5244 ], "picks": [ - 519 + 520 ], "picks_aggregate": [ - 510 + 511 ], "players": [ - 564 + 565 ], "players_aggregate": [ - 555 + 556 ], "regions": [ 86 @@ -12592,28 +12609,28 @@ export default { 7 ], "scheduled_at": [ - 5243 + 5244 ], "status": [ - 794 + 795 ], "team_1": [ - 5204 + 5205 ], "team_1_id": [ - 6605 + 6674 ], "team_2": [ - 5204 + 5205 ], "team_2_id": [ - 6605 + 6674 ], "type": [ - 1225 + 1226 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -12628,7 +12645,7 @@ export default { 41 ], "host_steam_id": [ - 311 + 312 ], "max_elo": [ 41 @@ -12642,70 +12659,70 @@ export default { }, "draft_games_insert_input": { "access": [ - 1060 + 1061 ], "capacity": [ 41 ], "captain_selection": [ - 709 + 710 ], "created_at": [ - 5242 + 5243 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 730 + 731 ], "e_draft_game_captain_selection": [ - 715 + 716 ], "e_draft_game_draft_order": [ - 736 + 737 ], "e_draft_game_mode": [ - 757 + 758 ], "e_draft_game_status": [ - 799 + 800 ], "e_lobby_access": [ - 1066 + 1067 ], "expires_at": [ - 5242 + 5243 ], "host": [ - 4616 + 4617 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "inner_squad": [ 6 ], "invite_code": [ - 6603 + 6672 ], "map_pool": [ - 2913 + 2914 ], "map_pool_id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -12714,19 +12731,19 @@ export default { 41 ], "mode": [ - 751 + 752 ], "options": [ - 3309 + 3310 ], "pick_deadline": [ - 5242 + 5243 ], "picks": [ - 516 + 517 ], "players": [ - 561 + 562 ], "regions": [ 85 @@ -12735,28 +12752,28 @@ export default { 6 ], "scheduled_at": [ - 5242 + 5243 ], "status": [ - 793 + 794 ], "team_1": [ - 5213 + 5214 ], "team_1_id": [ - 6603 + 6672 ], "team_2": [ - 5213 + 5214 ], "team_2_id": [ - 6603 + 6672 ], "type": [ - 1224 + 1225 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -12767,31 +12784,31 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "current_pick_lineup": [ 41 ], "expires_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -12800,22 +12817,22 @@ export default { 41 ], "pick_deadline": [ - 5242 + 5243 ], "regions": [ 85 ], "scheduled_at": [ - 5242 + 5243 ], "team_1_id": [ - 6603 + 6672 ], "team_2_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -12823,58 +12840,58 @@ export default { }, "draft_games_max_order_by": { "capacity": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "pick_deadline": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "team_1_id": [ - 3647 + 3648 ], "team_2_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -12885,31 +12902,31 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "current_pick_lineup": [ 41 ], "expires_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -12918,22 +12935,22 @@ export default { 41 ], "pick_deadline": [ - 5242 + 5243 ], "regions": [ 85 ], "scheduled_at": [ - 5242 + 5243 ], "team_1_id": [ - 6603 + 6672 ], "team_2_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -12941,58 +12958,58 @@ export default { }, "draft_games_min_order_by": { "capacity": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "pick_deadline": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "team_1_id": [ - 3647 + 3648 ], "team_2_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13003,7 +13020,7 @@ export default { 41 ], "returning": [ - 598 + 599 ], "__typename": [ 85 @@ -13011,10 +13028,10 @@ export default { }, "draft_games_obj_rel_insert_input": { "data": [ - 612 + 613 ], "on_conflict": [ - 619 + 620 ], "__typename": [ 85 @@ -13022,13 +13039,13 @@ export default { }, "draft_games_on_conflict": { "constraint": [ - 610 + 611 ], "update_columns": [ - 636 + 637 ], "where": [ - 609 + 610 ], "__typename": [ 85 @@ -13036,127 +13053,127 @@ export default { }, "draft_games_order_by": { "access": [ - 3647 + 3648 ], "capacity": [ - 3647 + 3648 ], "captain_selection": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "draft_order": [ - 3647 + 3648 ], "e_draft_game_captain_selection": [ - 717 + 718 ], "e_draft_game_draft_order": [ - 738 + 739 ], "e_draft_game_mode": [ - 759 + 760 ], "e_draft_game_status": [ - 801 + 802 ], "e_lobby_access": [ - 1068 + 1069 ], "expires_at": [ - 3647 + 3648 ], "host": [ - 4618 + 4619 ], "host_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "inner_squad": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "is_organizer": [ - 3647 + 3648 ], "map_pool": [ - 2915 + 2916 ], "map_pool_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "mode": [ - 3647 + 3648 ], "options": [ - 3311 + 3312 ], "pattern": [ - 3647 + 3648 ], "pick_deadline": [ - 3647 + 3648 ], "picks_aggregate": [ - 515 + 516 ], "players_aggregate": [ - 560 + 561 ], "regions": [ - 3647 + 3648 ], "require_approval": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "team_1": [ - 5215 + 5216 ], "team_1_id": [ - 3647 + 3648 ], "team_2": [ - 5215 + 5216 ], "team_2_id": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13164,7 +13181,7 @@ export default { }, "draft_games_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -13175,46 +13192,46 @@ export default { "draft_games_select_column_draft_games_aggregate_bool_exp_bool_or_arguments_columns": {}, "draft_games_set_input": { "access": [ - 1060 + 1061 ], "capacity": [ 41 ], "captain_selection": [ - 709 + 710 ], "created_at": [ - 5242 + 5243 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 730 + 731 ], "expires_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "inner_squad": [ 6 ], "invite_code": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -13223,10 +13240,10 @@ export default { 41 ], "mode": [ - 751 + 752 ], "pick_deadline": [ - 5242 + 5243 ], "regions": [ 85 @@ -13235,22 +13252,22 @@ export default { 6 ], "scheduled_at": [ - 5242 + 5243 ], "status": [ - 793 + 794 ], "team_1_id": [ - 6603 + 6672 ], "team_2_id": [ - 6603 + 6672 ], "type": [ - 1224 + 1225 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -13278,19 +13295,19 @@ export default { }, "draft_games_stddev_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13318,19 +13335,19 @@ export default { }, "draft_games_stddev_pop_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13358,19 +13375,19 @@ export default { }, "draft_games_stddev_samp_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13378,10 +13395,10 @@ export default { }, "draft_games_stream_cursor_input": { "initial_value": [ - 633 + 634 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -13389,46 +13406,46 @@ export default { }, "draft_games_stream_cursor_value_input": { "access": [ - 1060 + 1061 ], "capacity": [ 41 ], "captain_selection": [ - 709 + 710 ], "created_at": [ - 5242 + 5243 ], "current_pick_lineup": [ 41 ], "draft_order": [ - 730 + 731 ], "expires_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "inner_squad": [ 6 ], "invite_code": [ - 6603 + 6672 ], "map_pool_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -13437,10 +13454,10 @@ export default { 41 ], "mode": [ - 751 + 752 ], "pick_deadline": [ - 5242 + 5243 ], "regions": [ 85 @@ -13449,22 +13466,22 @@ export default { 6 ], "scheduled_at": [ - 5242 + 5243 ], "status": [ - 793 + 794 ], "team_1_id": [ - 6603 + 6672 ], "team_2_id": [ - 6603 + 6672 ], "type": [ - 1224 + 1225 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -13478,7 +13495,7 @@ export default { 41 ], "host_steam_id": [ - 311 + 312 ], "max_elo": [ 41 @@ -13492,19 +13509,19 @@ export default { }, "draft_games_sum_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13513,13 +13530,13 @@ export default { "draft_games_update_column": {}, "draft_games_updates": { "_inc": [ - 611 + 612 ], "_set": [ - 625 + 626 ], "where": [ - 609 + 610 ], "__typename": [ 85 @@ -13547,19 +13564,19 @@ export default { }, "draft_games_var_pop_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13587,19 +13604,19 @@ export default { }, "draft_games_var_samp_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13627,19 +13644,19 @@ export default { }, "draft_games_variance_order_by": { "capacity": [ - 3647 + 3648 ], "current_pick_lineup": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13658,10 +13675,10 @@ export default { }, "e_award_sources_aggregate": { "aggregate": [ - 646 + 647 ], "nodes": [ - 644 + 645 ], "__typename": [ 85 @@ -13672,7 +13689,7 @@ export default { 41, { "columns": [ - 658, + 659, "[e_award_sources_select_column!]" ], "distinct": [ @@ -13681,10 +13698,10 @@ export default { } ], "max": [ - 652 + 653 ], "min": [ - 653 + 654 ], "__typename": [ 85 @@ -13692,13 +13709,13 @@ export default { }, "e_award_sources_bool_exp": { "_and": [ - 647 + 648 ], "_not": [ - 647 + 648 ], "_or": [ - 647 + 648 ], "description": [ 87 @@ -13714,19 +13731,19 @@ export default { "e_award_sources_enum": {}, "e_award_sources_enum_comparison_exp": { "_eq": [ - 649 + 650 ], "_in": [ - 649 + 650 ], "_is_null": [ 6 ], "_neq": [ - 649 + 650 ], "_nin": [ - 649 + 650 ], "__typename": [ 85 @@ -13770,7 +13787,7 @@ export default { 41 ], "returning": [ - 644 + 645 ], "__typename": [ 85 @@ -13778,13 +13795,13 @@ export default { }, "e_award_sources_on_conflict": { "constraint": [ - 648 + 649 ], "update_columns": [ - 662 + 663 ], "where": [ - 647 + 648 ], "__typename": [ 85 @@ -13792,10 +13809,10 @@ export default { }, "e_award_sources_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -13823,10 +13840,10 @@ export default { }, "e_award_sources_stream_cursor_input": { "initial_value": [ - 661 + 662 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -13846,10 +13863,10 @@ export default { "e_award_sources_update_column": {}, "e_award_sources_updates": { "_set": [ - 659 + 660 ], "where": [ - 647 + 648 ], "__typename": [ 85 @@ -13868,10 +13885,10 @@ export default { }, "e_award_tiers_aggregate": { "aggregate": [ - 666 + 667 ], "nodes": [ - 664 + 665 ], "__typename": [ 85 @@ -13882,7 +13899,7 @@ export default { 41, { "columns": [ - 678, + 679, "[e_award_tiers_select_column!]" ], "distinct": [ @@ -13891,10 +13908,10 @@ export default { } ], "max": [ - 672 + 673 ], "min": [ - 673 + 674 ], "__typename": [ 85 @@ -13902,13 +13919,13 @@ export default { }, "e_award_tiers_bool_exp": { "_and": [ - 667 + 668 ], "_not": [ - 667 + 668 ], "_or": [ - 667 + 668 ], "description": [ 87 @@ -13924,19 +13941,19 @@ export default { "e_award_tiers_enum": {}, "e_award_tiers_enum_comparison_exp": { "_eq": [ - 669 + 670 ], "_in": [ - 669 + 670 ], "_is_null": [ 6 ], "_neq": [ - 669 + 670 ], "_nin": [ - 669 + 670 ], "__typename": [ 85 @@ -13980,7 +13997,7 @@ export default { 41 ], "returning": [ - 664 + 665 ], "__typename": [ 85 @@ -13988,13 +14005,13 @@ export default { }, "e_award_tiers_on_conflict": { "constraint": [ - 668 + 669 ], "update_columns": [ - 682 + 683 ], "where": [ - 667 + 668 ], "__typename": [ 85 @@ -14002,10 +14019,10 @@ export default { }, "e_award_tiers_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -14033,10 +14050,10 @@ export default { }, "e_award_tiers_stream_cursor_input": { "initial_value": [ - 681 + 682 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -14056,10 +14073,10 @@ export default { "e_award_tiers_update_column": {}, "e_award_tiers_updates": { "_set": [ - 679 + 680 ], "where": [ - 667 + 668 ], "__typename": [ 85 @@ -14078,10 +14095,10 @@ export default { }, "e_check_in_settings_aggregate": { "aggregate": [ - 686 + 687 ], "nodes": [ - 684 + 685 ], "__typename": [ 85 @@ -14092,7 +14109,7 @@ export default { 41, { "columns": [ - 698, + 699, "[e_check_in_settings_select_column!]" ], "distinct": [ @@ -14101,10 +14118,10 @@ export default { } ], "max": [ - 692 + 693 ], "min": [ - 693 + 694 ], "__typename": [ 85 @@ -14112,13 +14129,13 @@ export default { }, "e_check_in_settings_bool_exp": { "_and": [ - 687 + 688 ], "_not": [ - 687 + 688 ], "_or": [ - 687 + 688 ], "description": [ 87 @@ -14134,19 +14151,19 @@ export default { "e_check_in_settings_enum": {}, "e_check_in_settings_enum_comparison_exp": { "_eq": [ - 689 + 690 ], "_in": [ - 689 + 690 ], "_is_null": [ 6 ], "_neq": [ - 689 + 690 ], "_nin": [ - 689 + 690 ], "__typename": [ 85 @@ -14190,7 +14207,7 @@ export default { 41 ], "returning": [ - 684 + 685 ], "__typename": [ 85 @@ -14198,13 +14215,13 @@ export default { }, "e_check_in_settings_on_conflict": { "constraint": [ - 688 + 689 ], "update_columns": [ - 702 + 703 ], "where": [ - 687 + 688 ], "__typename": [ 85 @@ -14212,10 +14229,10 @@ export default { }, "e_check_in_settings_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -14243,10 +14260,10 @@ export default { }, "e_check_in_settings_stream_cursor_input": { "initial_value": [ - 701 + 702 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -14266,10 +14283,10 @@ export default { "e_check_in_settings_update_column": {}, "e_check_in_settings_updates": { "_set": [ - 699 + 700 ], "where": [ - 687 + 688 ], "__typename": [ 85 @@ -14288,10 +14305,10 @@ export default { }, "e_draft_game_captain_selection_aggregate": { "aggregate": [ - 706 + 707 ], "nodes": [ - 704 + 705 ], "__typename": [ 85 @@ -14302,7 +14319,7 @@ export default { 41, { "columns": [ - 719, + 720, "[e_draft_game_captain_selection_select_column!]" ], "distinct": [ @@ -14311,10 +14328,10 @@ export default { } ], "max": [ - 712 + 713 ], "min": [ - 713 + 714 ], "__typename": [ 85 @@ -14322,13 +14339,13 @@ export default { }, "e_draft_game_captain_selection_bool_exp": { "_and": [ - 707 + 708 ], "_not": [ - 707 + 708 ], "_or": [ - 707 + 708 ], "description": [ 87 @@ -14344,19 +14361,19 @@ export default { "e_draft_game_captain_selection_enum": {}, "e_draft_game_captain_selection_enum_comparison_exp": { "_eq": [ - 709 + 710 ], "_in": [ - 709 + 710 ], "_is_null": [ 6 ], "_neq": [ - 709 + 710 ], "_nin": [ - 709 + 710 ], "__typename": [ 85 @@ -14400,7 +14417,7 @@ export default { 41 ], "returning": [ - 704 + 705 ], "__typename": [ 85 @@ -14408,10 +14425,10 @@ export default { }, "e_draft_game_captain_selection_obj_rel_insert_input": { "data": [ - 711 + 712 ], "on_conflict": [ - 716 + 717 ], "__typename": [ 85 @@ -14419,13 +14436,13 @@ export default { }, "e_draft_game_captain_selection_on_conflict": { "constraint": [ - 708 + 709 ], "update_columns": [ - 723 + 724 ], "where": [ - 707 + 708 ], "__typename": [ 85 @@ -14433,10 +14450,10 @@ export default { }, "e_draft_game_captain_selection_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -14464,10 +14481,10 @@ export default { }, "e_draft_game_captain_selection_stream_cursor_input": { "initial_value": [ - 722 + 723 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -14487,10 +14504,10 @@ export default { "e_draft_game_captain_selection_update_column": {}, "e_draft_game_captain_selection_updates": { "_set": [ - 720 + 721 ], "where": [ - 707 + 708 ], "__typename": [ 85 @@ -14509,10 +14526,10 @@ export default { }, "e_draft_game_draft_order_aggregate": { "aggregate": [ - 727 + 728 ], "nodes": [ - 725 + 726 ], "__typename": [ 85 @@ -14523,7 +14540,7 @@ export default { 41, { "columns": [ - 740, + 741, "[e_draft_game_draft_order_select_column!]" ], "distinct": [ @@ -14532,10 +14549,10 @@ export default { } ], "max": [ - 733 + 734 ], "min": [ - 734 + 735 ], "__typename": [ 85 @@ -14543,13 +14560,13 @@ export default { }, "e_draft_game_draft_order_bool_exp": { "_and": [ - 728 + 729 ], "_not": [ - 728 + 729 ], "_or": [ - 728 + 729 ], "description": [ 87 @@ -14565,19 +14582,19 @@ export default { "e_draft_game_draft_order_enum": {}, "e_draft_game_draft_order_enum_comparison_exp": { "_eq": [ - 730 + 731 ], "_in": [ - 730 + 731 ], "_is_null": [ 6 ], "_neq": [ - 730 + 731 ], "_nin": [ - 730 + 731 ], "__typename": [ 85 @@ -14621,7 +14638,7 @@ export default { 41 ], "returning": [ - 725 + 726 ], "__typename": [ 85 @@ -14629,10 +14646,10 @@ export default { }, "e_draft_game_draft_order_obj_rel_insert_input": { "data": [ - 732 + 733 ], "on_conflict": [ - 737 + 738 ], "__typename": [ 85 @@ -14640,13 +14657,13 @@ export default { }, "e_draft_game_draft_order_on_conflict": { "constraint": [ - 729 + 730 ], "update_columns": [ - 744 + 745 ], "where": [ - 728 + 729 ], "__typename": [ 85 @@ -14654,10 +14671,10 @@ export default { }, "e_draft_game_draft_order_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -14685,10 +14702,10 @@ export default { }, "e_draft_game_draft_order_stream_cursor_input": { "initial_value": [ - 743 + 744 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -14708,10 +14725,10 @@ export default { "e_draft_game_draft_order_update_column": {}, "e_draft_game_draft_order_updates": { "_set": [ - 741 + 742 ], "where": [ - 728 + 729 ], "__typename": [ 85 @@ -14730,10 +14747,10 @@ export default { }, "e_draft_game_mode_aggregate": { "aggregate": [ - 748 + 749 ], "nodes": [ - 746 + 747 ], "__typename": [ 85 @@ -14744,7 +14761,7 @@ export default { 41, { "columns": [ - 761, + 762, "[e_draft_game_mode_select_column!]" ], "distinct": [ @@ -14753,10 +14770,10 @@ export default { } ], "max": [ - 754 + 755 ], "min": [ - 755 + 756 ], "__typename": [ 85 @@ -14764,13 +14781,13 @@ export default { }, "e_draft_game_mode_bool_exp": { "_and": [ - 749 + 750 ], "_not": [ - 749 + 750 ], "_or": [ - 749 + 750 ], "description": [ 87 @@ -14786,19 +14803,19 @@ export default { "e_draft_game_mode_enum": {}, "e_draft_game_mode_enum_comparison_exp": { "_eq": [ - 751 + 752 ], "_in": [ - 751 + 752 ], "_is_null": [ 6 ], "_neq": [ - 751 + 752 ], "_nin": [ - 751 + 752 ], "__typename": [ 85 @@ -14842,7 +14859,7 @@ export default { 41 ], "returning": [ - 746 + 747 ], "__typename": [ 85 @@ -14850,10 +14867,10 @@ export default { }, "e_draft_game_mode_obj_rel_insert_input": { "data": [ - 753 + 754 ], "on_conflict": [ - 758 + 759 ], "__typename": [ 85 @@ -14861,13 +14878,13 @@ export default { }, "e_draft_game_mode_on_conflict": { "constraint": [ - 750 + 751 ], "update_columns": [ - 765 + 766 ], "where": [ - 749 + 750 ], "__typename": [ 85 @@ -14875,10 +14892,10 @@ export default { }, "e_draft_game_mode_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -14906,10 +14923,10 @@ export default { }, "e_draft_game_mode_stream_cursor_input": { "initial_value": [ - 764 + 765 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -14929,10 +14946,10 @@ export default { "e_draft_game_mode_update_column": {}, "e_draft_game_mode_updates": { "_set": [ - 762 + 763 ], "where": [ - 749 + 750 ], "__typename": [ 85 @@ -14951,10 +14968,10 @@ export default { }, "e_draft_game_player_status_aggregate": { "aggregate": [ - 769 + 770 ], "nodes": [ - 767 + 768 ], "__typename": [ 85 @@ -14965,7 +14982,7 @@ export default { 41, { "columns": [ - 782, + 783, "[e_draft_game_player_status_select_column!]" ], "distinct": [ @@ -14974,10 +14991,10 @@ export default { } ], "max": [ - 775 + 776 ], "min": [ - 776 + 777 ], "__typename": [ 85 @@ -14985,13 +15002,13 @@ export default { }, "e_draft_game_player_status_bool_exp": { "_and": [ - 770 + 771 ], "_not": [ - 770 + 771 ], "_or": [ - 770 + 771 ], "description": [ 87 @@ -15007,19 +15024,19 @@ export default { "e_draft_game_player_status_enum": {}, "e_draft_game_player_status_enum_comparison_exp": { "_eq": [ - 772 + 773 ], "_in": [ - 772 + 773 ], "_is_null": [ 6 ], "_neq": [ - 772 + 773 ], "_nin": [ - 772 + 773 ], "__typename": [ 85 @@ -15063,7 +15080,7 @@ export default { 41 ], "returning": [ - 767 + 768 ], "__typename": [ 85 @@ -15071,10 +15088,10 @@ export default { }, "e_draft_game_player_status_obj_rel_insert_input": { "data": [ - 774 + 775 ], "on_conflict": [ - 779 + 780 ], "__typename": [ 85 @@ -15082,13 +15099,13 @@ export default { }, "e_draft_game_player_status_on_conflict": { "constraint": [ - 771 + 772 ], "update_columns": [ - 786 + 787 ], "where": [ - 770 + 771 ], "__typename": [ 85 @@ -15096,10 +15113,10 @@ export default { }, "e_draft_game_player_status_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -15127,10 +15144,10 @@ export default { }, "e_draft_game_player_status_stream_cursor_input": { "initial_value": [ - 785 + 786 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -15150,10 +15167,10 @@ export default { "e_draft_game_player_status_update_column": {}, "e_draft_game_player_status_updates": { "_set": [ - 783 + 784 ], "where": [ - 770 + 771 ], "__typename": [ 85 @@ -15172,10 +15189,10 @@ export default { }, "e_draft_game_status_aggregate": { "aggregate": [ - 790 + 791 ], "nodes": [ - 788 + 789 ], "__typename": [ 85 @@ -15186,7 +15203,7 @@ export default { 41, { "columns": [ - 803, + 804, "[e_draft_game_status_select_column!]" ], "distinct": [ @@ -15195,10 +15212,10 @@ export default { } ], "max": [ - 796 + 797 ], "min": [ - 797 + 798 ], "__typename": [ 85 @@ -15206,13 +15223,13 @@ export default { }, "e_draft_game_status_bool_exp": { "_and": [ - 791 + 792 ], "_not": [ - 791 + 792 ], "_or": [ - 791 + 792 ], "description": [ 87 @@ -15228,19 +15245,19 @@ export default { "e_draft_game_status_enum": {}, "e_draft_game_status_enum_comparison_exp": { "_eq": [ - 793 + 794 ], "_in": [ - 793 + 794 ], "_is_null": [ 6 ], "_neq": [ - 793 + 794 ], "_nin": [ - 793 + 794 ], "__typename": [ 85 @@ -15284,7 +15301,7 @@ export default { 41 ], "returning": [ - 788 + 789 ], "__typename": [ 85 @@ -15292,10 +15309,10 @@ export default { }, "e_draft_game_status_obj_rel_insert_input": { "data": [ - 795 + 796 ], "on_conflict": [ - 800 + 801 ], "__typename": [ 85 @@ -15303,13 +15320,13 @@ export default { }, "e_draft_game_status_on_conflict": { "constraint": [ - 792 + 793 ], "update_columns": [ - 807 + 808 ], "where": [ - 791 + 792 ], "__typename": [ 85 @@ -15317,10 +15334,10 @@ export default { }, "e_draft_game_status_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -15348,10 +15365,10 @@ export default { }, "e_draft_game_status_stream_cursor_input": { "initial_value": [ - 806 + 807 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -15371,10 +15388,10 @@ export default { "e_draft_game_status_update_column": {}, "e_draft_game_status_updates": { "_set": [ - 804 + 805 ], "where": [ - 791 + 792 ], "__typename": [ 85 @@ -15393,10 +15410,10 @@ export default { }, "e_event_media_access_aggregate": { "aggregate": [ - 811 + 812 ], "nodes": [ - 809 + 810 ], "__typename": [ 85 @@ -15407,7 +15424,7 @@ export default { 41, { "columns": [ - 823, + 824, "[e_event_media_access_select_column!]" ], "distinct": [ @@ -15416,10 +15433,10 @@ export default { } ], "max": [ - 817 + 818 ], "min": [ - 818 + 819 ], "__typename": [ 85 @@ -15427,13 +15444,13 @@ export default { }, "e_event_media_access_bool_exp": { "_and": [ - 812 + 813 ], "_not": [ - 812 + 813 ], "_or": [ - 812 + 813 ], "description": [ 87 @@ -15449,19 +15466,19 @@ export default { "e_event_media_access_enum": {}, "e_event_media_access_enum_comparison_exp": { "_eq": [ - 814 + 815 ], "_in": [ - 814 + 815 ], "_is_null": [ 6 ], "_neq": [ - 814 + 815 ], "_nin": [ - 814 + 815 ], "__typename": [ 85 @@ -15505,7 +15522,7 @@ export default { 41 ], "returning": [ - 809 + 810 ], "__typename": [ 85 @@ -15513,13 +15530,13 @@ export default { }, "e_event_media_access_on_conflict": { "constraint": [ - 813 + 814 ], "update_columns": [ - 827 + 828 ], "where": [ - 812 + 813 ], "__typename": [ 85 @@ -15527,10 +15544,10 @@ export default { }, "e_event_media_access_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -15558,10 +15575,10 @@ export default { }, "e_event_media_access_stream_cursor_input": { "initial_value": [ - 826 + 827 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -15581,10 +15598,10 @@ export default { "e_event_media_access_update_column": {}, "e_event_media_access_updates": { "_set": [ - 824 + 825 ], "where": [ - 812 + 813 ], "__typename": [ 85 @@ -15603,10 +15620,10 @@ export default { }, "e_event_visibility_aggregate": { "aggregate": [ - 831 + 832 ], "nodes": [ - 829 + 830 ], "__typename": [ 85 @@ -15617,7 +15634,7 @@ export default { 41, { "columns": [ - 843, + 844, "[e_event_visibility_select_column!]" ], "distinct": [ @@ -15626,10 +15643,10 @@ export default { } ], "max": [ - 837 + 838 ], "min": [ - 838 + 839 ], "__typename": [ 85 @@ -15637,13 +15654,13 @@ export default { }, "e_event_visibility_bool_exp": { "_and": [ - 832 + 833 ], "_not": [ - 832 + 833 ], "_or": [ - 832 + 833 ], "description": [ 87 @@ -15659,19 +15676,19 @@ export default { "e_event_visibility_enum": {}, "e_event_visibility_enum_comparison_exp": { "_eq": [ - 834 + 835 ], "_in": [ - 834 + 835 ], "_is_null": [ 6 ], "_neq": [ - 834 + 835 ], "_nin": [ - 834 + 835 ], "__typename": [ 85 @@ -15715,7 +15732,7 @@ export default { 41 ], "returning": [ - 829 + 830 ], "__typename": [ 85 @@ -15723,13 +15740,13 @@ export default { }, "e_event_visibility_on_conflict": { "constraint": [ - 833 + 834 ], "update_columns": [ - 847 + 848 ], "where": [ - 832 + 833 ], "__typename": [ 85 @@ -15737,10 +15754,10 @@ export default { }, "e_event_visibility_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -15768,10 +15785,10 @@ export default { }, "e_event_visibility_stream_cursor_input": { "initial_value": [ - 846 + 847 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -15791,10 +15808,10 @@ export default { "e_event_visibility_update_column": {}, "e_event_visibility_updates": { "_set": [ - 844 + 845 ], "where": [ - 832 + 833 ], "__typename": [ 85 @@ -15813,10 +15830,10 @@ export default { }, "e_friend_status_aggregate": { "aggregate": [ - 851 + 852 ], "nodes": [ - 849 + 850 ], "__typename": [ 85 @@ -15827,7 +15844,7 @@ export default { 41, { "columns": [ - 864, + 865, "[e_friend_status_select_column!]" ], "distinct": [ @@ -15836,10 +15853,10 @@ export default { } ], "max": [ - 857 + 858 ], "min": [ - 858 + 859 ], "__typename": [ 85 @@ -15847,13 +15864,13 @@ export default { }, "e_friend_status_bool_exp": { "_and": [ - 852 + 853 ], "_not": [ - 852 + 853 ], "_or": [ - 852 + 853 ], "description": [ 87 @@ -15869,19 +15886,19 @@ export default { "e_friend_status_enum": {}, "e_friend_status_enum_comparison_exp": { "_eq": [ - 854 + 855 ], "_in": [ - 854 + 855 ], "_is_null": [ 6 ], "_neq": [ - 854 + 855 ], "_nin": [ - 854 + 855 ], "__typename": [ 85 @@ -15925,7 +15942,7 @@ export default { 41 ], "returning": [ - 849 + 850 ], "__typename": [ 85 @@ -15933,10 +15950,10 @@ export default { }, "e_friend_status_obj_rel_insert_input": { "data": [ - 856 + 857 ], "on_conflict": [ - 861 + 862 ], "__typename": [ 85 @@ -15944,13 +15961,13 @@ export default { }, "e_friend_status_on_conflict": { "constraint": [ - 853 + 854 ], "update_columns": [ - 868 + 869 ], "where": [ - 852 + 853 ], "__typename": [ 85 @@ -15958,10 +15975,10 @@ export default { }, "e_friend_status_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -15989,10 +16006,10 @@ export default { }, "e_friend_status_stream_cursor_input": { "initial_value": [ - 867 + 868 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -16012,10 +16029,10 @@ export default { "e_friend_status_update_column": {}, "e_friend_status_updates": { "_set": [ - 865 + 866 ], "where": [ - 852 + 853 ], "__typename": [ 85 @@ -16034,10 +16051,10 @@ export default { }, "e_game_cfg_types_aggregate": { "aggregate": [ - 872 + 873 ], "nodes": [ - 870 + 871 ], "__typename": [ 85 @@ -16048,7 +16065,7 @@ export default { 41, { "columns": [ - 884, + 885, "[e_game_cfg_types_select_column!]" ], "distinct": [ @@ -16057,10 +16074,10 @@ export default { } ], "max": [ - 878 + 879 ], "min": [ - 879 + 880 ], "__typename": [ 85 @@ -16068,13 +16085,13 @@ export default { }, "e_game_cfg_types_bool_exp": { "_and": [ - 873 + 874 ], "_not": [ - 873 + 874 ], "_or": [ - 873 + 874 ], "description": [ 87 @@ -16090,19 +16107,19 @@ export default { "e_game_cfg_types_enum": {}, "e_game_cfg_types_enum_comparison_exp": { "_eq": [ - 875 + 876 ], "_in": [ - 875 + 876 ], "_is_null": [ 6 ], "_neq": [ - 875 + 876 ], "_nin": [ - 875 + 876 ], "__typename": [ 85 @@ -16146,7 +16163,7 @@ export default { 41 ], "returning": [ - 870 + 871 ], "__typename": [ 85 @@ -16154,13 +16171,13 @@ export default { }, "e_game_cfg_types_on_conflict": { "constraint": [ - 874 + 875 ], "update_columns": [ - 888 + 889 ], "where": [ - 873 + 874 ], "__typename": [ 85 @@ -16168,10 +16185,10 @@ export default { }, "e_game_cfg_types_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -16199,10 +16216,10 @@ export default { }, "e_game_cfg_types_stream_cursor_input": { "initial_value": [ - 887 + 888 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -16222,10 +16239,10 @@ export default { "e_game_cfg_types_update_column": {}, "e_game_cfg_types_updates": { "_set": [ - 885 + 886 ], "where": [ - 873 + 874 ], "__typename": [ 85 @@ -16244,10 +16261,10 @@ export default { }, "e_game_plugin_channels_aggregate": { "aggregate": [ - 892 + 893 ], "nodes": [ - 890 + 891 ], "__typename": [ 85 @@ -16258,7 +16275,7 @@ export default { 41, { "columns": [ - 904, + 905, "[e_game_plugin_channels_select_column!]" ], "distinct": [ @@ -16267,10 +16284,10 @@ export default { } ], "max": [ - 898 + 899 ], "min": [ - 899 + 900 ], "__typename": [ 85 @@ -16278,13 +16295,13 @@ export default { }, "e_game_plugin_channels_bool_exp": { "_and": [ - 893 + 894 ], "_not": [ - 893 + 894 ], "_or": [ - 893 + 894 ], "description": [ 87 @@ -16300,19 +16317,19 @@ export default { "e_game_plugin_channels_enum": {}, "e_game_plugin_channels_enum_comparison_exp": { "_eq": [ - 895 + 896 ], "_in": [ - 895 + 896 ], "_is_null": [ 6 ], "_neq": [ - 895 + 896 ], "_nin": [ - 895 + 896 ], "__typename": [ 85 @@ -16356,7 +16373,7 @@ export default { 41 ], "returning": [ - 890 + 891 ], "__typename": [ 85 @@ -16364,13 +16381,13 @@ export default { }, "e_game_plugin_channels_on_conflict": { "constraint": [ - 894 + 895 ], "update_columns": [ - 908 + 909 ], "where": [ - 893 + 894 ], "__typename": [ 85 @@ -16378,10 +16395,10 @@ export default { }, "e_game_plugin_channels_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -16409,10 +16426,10 @@ export default { }, "e_game_plugin_channels_stream_cursor_input": { "initial_value": [ - 907 + 908 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -16432,10 +16449,10 @@ export default { "e_game_plugin_channels_update_column": {}, "e_game_plugin_channels_updates": { "_set": [ - 905 + 906 ], "where": [ - 893 + 894 ], "__typename": [ 85 @@ -16454,10 +16471,10 @@ export default { }, "e_game_plugin_install_statuses_aggregate": { "aggregate": [ - 912 + 913 ], "nodes": [ - 910 + 911 ], "__typename": [ 85 @@ -16468,7 +16485,7 @@ export default { 41, { "columns": [ - 924, + 925, "[e_game_plugin_install_statuses_select_column!]" ], "distinct": [ @@ -16477,10 +16494,10 @@ export default { } ], "max": [ - 918 + 919 ], "min": [ - 919 + 920 ], "__typename": [ 85 @@ -16488,13 +16505,13 @@ export default { }, "e_game_plugin_install_statuses_bool_exp": { "_and": [ - 913 + 914 ], "_not": [ - 913 + 914 ], "_or": [ - 913 + 914 ], "description": [ 87 @@ -16510,19 +16527,19 @@ export default { "e_game_plugin_install_statuses_enum": {}, "e_game_plugin_install_statuses_enum_comparison_exp": { "_eq": [ - 915 + 916 ], "_in": [ - 915 + 916 ], "_is_null": [ 6 ], "_neq": [ - 915 + 916 ], "_nin": [ - 915 + 916 ], "__typename": [ 85 @@ -16566,7 +16583,7 @@ export default { 41 ], "returning": [ - 910 + 911 ], "__typename": [ 85 @@ -16574,13 +16591,13 @@ export default { }, "e_game_plugin_install_statuses_on_conflict": { "constraint": [ - 914 + 915 ], "update_columns": [ - 928 + 929 ], "where": [ - 913 + 914 ], "__typename": [ 85 @@ -16588,10 +16605,10 @@ export default { }, "e_game_plugin_install_statuses_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -16619,10 +16636,10 @@ export default { }, "e_game_plugin_install_statuses_stream_cursor_input": { "initial_value": [ - 927 + 928 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -16642,10 +16659,10 @@ export default { "e_game_plugin_install_statuses_update_column": {}, "e_game_plugin_install_statuses_updates": { "_set": [ - 925 + 926 ], "where": [ - 913 + 914 ], "__typename": [ 85 @@ -16664,10 +16681,10 @@ export default { }, "e_game_plugin_kinds_aggregate": { "aggregate": [ - 932 + 933 ], "nodes": [ - 930 + 931 ], "__typename": [ 85 @@ -16678,7 +16695,7 @@ export default { 41, { "columns": [ - 944, + 945, "[e_game_plugin_kinds_select_column!]" ], "distinct": [ @@ -16687,10 +16704,10 @@ export default { } ], "max": [ - 938 + 939 ], "min": [ - 939 + 940 ], "__typename": [ 85 @@ -16698,13 +16715,13 @@ export default { }, "e_game_plugin_kinds_bool_exp": { "_and": [ - 933 + 934 ], "_not": [ - 933 + 934 ], "_or": [ - 933 + 934 ], "description": [ 87 @@ -16720,19 +16737,19 @@ export default { "e_game_plugin_kinds_enum": {}, "e_game_plugin_kinds_enum_comparison_exp": { "_eq": [ - 935 + 936 ], "_in": [ - 935 + 936 ], "_is_null": [ 6 ], "_neq": [ - 935 + 936 ], "_nin": [ - 935 + 936 ], "__typename": [ 85 @@ -16776,7 +16793,7 @@ export default { 41 ], "returning": [ - 930 + 931 ], "__typename": [ 85 @@ -16784,13 +16801,13 @@ export default { }, "e_game_plugin_kinds_on_conflict": { "constraint": [ - 934 + 935 ], "update_columns": [ - 948 + 949 ], "where": [ - 933 + 934 ], "__typename": [ 85 @@ -16798,10 +16815,10 @@ export default { }, "e_game_plugin_kinds_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -16829,10 +16846,10 @@ export default { }, "e_game_plugin_kinds_stream_cursor_input": { "initial_value": [ - 947 + 948 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -16852,10 +16869,10 @@ export default { "e_game_plugin_kinds_update_column": {}, "e_game_plugin_kinds_updates": { "_set": [ - 945 + 946 ], "where": [ - 933 + 934 ], "__typename": [ 85 @@ -16874,10 +16891,10 @@ export default { }, "e_game_server_node_statuses_aggregate": { "aggregate": [ - 952 + 953 ], "nodes": [ - 950 + 951 ], "__typename": [ 85 @@ -16888,7 +16905,7 @@ export default { 41, { "columns": [ - 965, + 966, "[e_game_server_node_statuses_select_column!]" ], "distinct": [ @@ -16897,10 +16914,10 @@ export default { } ], "max": [ - 958 + 959 ], "min": [ - 959 + 960 ], "__typename": [ 85 @@ -16908,13 +16925,13 @@ export default { }, "e_game_server_node_statuses_bool_exp": { "_and": [ - 953 + 954 ], "_not": [ - 953 + 954 ], "_or": [ - 953 + 954 ], "description": [ 87 @@ -16930,19 +16947,19 @@ export default { "e_game_server_node_statuses_enum": {}, "e_game_server_node_statuses_enum_comparison_exp": { "_eq": [ - 955 + 956 ], "_in": [ - 955 + 956 ], "_is_null": [ 6 ], "_neq": [ - 955 + 956 ], "_nin": [ - 955 + 956 ], "__typename": [ 85 @@ -16986,7 +17003,7 @@ export default { 41 ], "returning": [ - 950 + 951 ], "__typename": [ 85 @@ -16994,10 +17011,10 @@ export default { }, "e_game_server_node_statuses_obj_rel_insert_input": { "data": [ - 957 + 958 ], "on_conflict": [ - 962 + 963 ], "__typename": [ 85 @@ -17005,13 +17022,13 @@ export default { }, "e_game_server_node_statuses_on_conflict": { "constraint": [ - 954 + 955 ], "update_columns": [ - 969 + 970 ], "where": [ - 953 + 954 ], "__typename": [ 85 @@ -17019,10 +17036,10 @@ export default { }, "e_game_server_node_statuses_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -17050,10 +17067,10 @@ export default { }, "e_game_server_node_statuses_stream_cursor_input": { "initial_value": [ - 968 + 969 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -17073,10 +17090,10 @@ export default { "e_game_server_node_statuses_update_column": {}, "e_game_server_node_statuses_updates": { "_set": [ - 966 + 967 ], "where": [ - 953 + 954 ], "__typename": [ 85 @@ -17095,10 +17112,10 @@ export default { }, "e_league_movement_types_aggregate": { "aggregate": [ - 973 + 974 ], "nodes": [ - 971 + 972 ], "__typename": [ 85 @@ -17109,7 +17126,7 @@ export default { 41, { "columns": [ - 986, + 987, "[e_league_movement_types_select_column!]" ], "distinct": [ @@ -17118,10 +17135,10 @@ export default { } ], "max": [ - 979 + 980 ], "min": [ - 980 + 981 ], "__typename": [ 85 @@ -17129,13 +17146,13 @@ export default { }, "e_league_movement_types_bool_exp": { "_and": [ - 974 + 975 ], "_not": [ - 974 + 975 ], "_or": [ - 974 + 975 ], "description": [ 87 @@ -17151,19 +17168,19 @@ export default { "e_league_movement_types_enum": {}, "e_league_movement_types_enum_comparison_exp": { "_eq": [ - 976 + 977 ], "_in": [ - 976 + 977 ], "_is_null": [ 6 ], "_neq": [ - 976 + 977 ], "_nin": [ - 976 + 977 ], "__typename": [ 85 @@ -17207,7 +17224,7 @@ export default { 41 ], "returning": [ - 971 + 972 ], "__typename": [ 85 @@ -17215,10 +17232,10 @@ export default { }, "e_league_movement_types_obj_rel_insert_input": { "data": [ - 978 + 979 ], "on_conflict": [ - 983 + 984 ], "__typename": [ 85 @@ -17226,13 +17243,13 @@ export default { }, "e_league_movement_types_on_conflict": { "constraint": [ - 975 + 976 ], "update_columns": [ - 990 + 991 ], "where": [ - 974 + 975 ], "__typename": [ 85 @@ -17240,10 +17257,10 @@ export default { }, "e_league_movement_types_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -17271,10 +17288,10 @@ export default { }, "e_league_movement_types_stream_cursor_input": { "initial_value": [ - 989 + 990 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -17294,10 +17311,10 @@ export default { "e_league_movement_types_update_column": {}, "e_league_movement_types_updates": { "_set": [ - 987 + 988 ], "where": [ - 974 + 975 ], "__typename": [ 85 @@ -17316,10 +17333,10 @@ export default { }, "e_league_proposal_statuses_aggregate": { "aggregate": [ - 994 + 995 ], "nodes": [ - 992 + 993 ], "__typename": [ 85 @@ -17330,7 +17347,7 @@ export default { 41, { "columns": [ - 1007, + 1008, "[e_league_proposal_statuses_select_column!]" ], "distinct": [ @@ -17339,10 +17356,10 @@ export default { } ], "max": [ - 1000 + 1001 ], "min": [ - 1001 + 1002 ], "__typename": [ 85 @@ -17350,13 +17367,13 @@ export default { }, "e_league_proposal_statuses_bool_exp": { "_and": [ - 995 + 996 ], "_not": [ - 995 + 996 ], "_or": [ - 995 + 996 ], "description": [ 87 @@ -17372,19 +17389,19 @@ export default { "e_league_proposal_statuses_enum": {}, "e_league_proposal_statuses_enum_comparison_exp": { "_eq": [ - 997 + 998 ], "_in": [ - 997 + 998 ], "_is_null": [ 6 ], "_neq": [ - 997 + 998 ], "_nin": [ - 997 + 998 ], "__typename": [ 85 @@ -17428,7 +17445,7 @@ export default { 41 ], "returning": [ - 992 + 993 ], "__typename": [ 85 @@ -17436,10 +17453,10 @@ export default { }, "e_league_proposal_statuses_obj_rel_insert_input": { "data": [ - 999 + 1000 ], "on_conflict": [ - 1004 + 1005 ], "__typename": [ 85 @@ -17447,13 +17464,13 @@ export default { }, "e_league_proposal_statuses_on_conflict": { "constraint": [ - 996 + 997 ], "update_columns": [ - 1011 + 1012 ], "where": [ - 995 + 996 ], "__typename": [ 85 @@ -17461,10 +17478,10 @@ export default { }, "e_league_proposal_statuses_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -17492,10 +17509,10 @@ export default { }, "e_league_proposal_statuses_stream_cursor_input": { "initial_value": [ - 1010 + 1011 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -17515,10 +17532,10 @@ export default { "e_league_proposal_statuses_update_column": {}, "e_league_proposal_statuses_updates": { "_set": [ - 1008 + 1009 ], "where": [ - 995 + 996 ], "__typename": [ 85 @@ -17537,10 +17554,10 @@ export default { }, "e_league_registration_statuses_aggregate": { "aggregate": [ - 1015 + 1016 ], "nodes": [ - 1013 + 1014 ], "__typename": [ 85 @@ -17551,7 +17568,7 @@ export default { 41, { "columns": [ - 1028, + 1029, "[e_league_registration_statuses_select_column!]" ], "distinct": [ @@ -17560,10 +17577,10 @@ export default { } ], "max": [ - 1021 + 1022 ], "min": [ - 1022 + 1023 ], "__typename": [ 85 @@ -17571,13 +17588,13 @@ export default { }, "e_league_registration_statuses_bool_exp": { "_and": [ - 1016 + 1017 ], "_not": [ - 1016 + 1017 ], "_or": [ - 1016 + 1017 ], "description": [ 87 @@ -17593,19 +17610,19 @@ export default { "e_league_registration_statuses_enum": {}, "e_league_registration_statuses_enum_comparison_exp": { "_eq": [ - 1018 + 1019 ], "_in": [ - 1018 + 1019 ], "_is_null": [ 6 ], "_neq": [ - 1018 + 1019 ], "_nin": [ - 1018 + 1019 ], "__typename": [ 85 @@ -17649,7 +17666,7 @@ export default { 41 ], "returning": [ - 1013 + 1014 ], "__typename": [ 85 @@ -17657,10 +17674,10 @@ export default { }, "e_league_registration_statuses_obj_rel_insert_input": { "data": [ - 1020 + 1021 ], "on_conflict": [ - 1025 + 1026 ], "__typename": [ 85 @@ -17668,13 +17685,13 @@ export default { }, "e_league_registration_statuses_on_conflict": { "constraint": [ - 1017 + 1018 ], "update_columns": [ - 1032 + 1033 ], "where": [ - 1016 + 1017 ], "__typename": [ 85 @@ -17682,10 +17699,10 @@ export default { }, "e_league_registration_statuses_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -17713,10 +17730,10 @@ export default { }, "e_league_registration_statuses_stream_cursor_input": { "initial_value": [ - 1031 + 1032 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -17736,10 +17753,10 @@ export default { "e_league_registration_statuses_update_column": {}, "e_league_registration_statuses_updates": { "_set": [ - 1029 + 1030 ], "where": [ - 1016 + 1017 ], "__typename": [ 85 @@ -17758,10 +17775,10 @@ export default { }, "e_league_season_statuses_aggregate": { "aggregate": [ - 1036 + 1037 ], "nodes": [ - 1034 + 1035 ], "__typename": [ 85 @@ -17772,7 +17789,7 @@ export default { 41, { "columns": [ - 1049, + 1050, "[e_league_season_statuses_select_column!]" ], "distinct": [ @@ -17781,10 +17798,10 @@ export default { } ], "max": [ - 1042 + 1043 ], "min": [ - 1043 + 1044 ], "__typename": [ 85 @@ -17792,13 +17809,13 @@ export default { }, "e_league_season_statuses_bool_exp": { "_and": [ - 1037 + 1038 ], "_not": [ - 1037 + 1038 ], "_or": [ - 1037 + 1038 ], "description": [ 87 @@ -17814,19 +17831,19 @@ export default { "e_league_season_statuses_enum": {}, "e_league_season_statuses_enum_comparison_exp": { "_eq": [ - 1039 + 1040 ], "_in": [ - 1039 + 1040 ], "_is_null": [ 6 ], "_neq": [ - 1039 + 1040 ], "_nin": [ - 1039 + 1040 ], "__typename": [ 85 @@ -17870,7 +17887,7 @@ export default { 41 ], "returning": [ - 1034 + 1035 ], "__typename": [ 85 @@ -17878,10 +17895,10 @@ export default { }, "e_league_season_statuses_obj_rel_insert_input": { "data": [ - 1041 + 1042 ], "on_conflict": [ - 1046 + 1047 ], "__typename": [ 85 @@ -17889,13 +17906,13 @@ export default { }, "e_league_season_statuses_on_conflict": { "constraint": [ - 1038 + 1039 ], "update_columns": [ - 1053 + 1054 ], "where": [ - 1037 + 1038 ], "__typename": [ 85 @@ -17903,10 +17920,10 @@ export default { }, "e_league_season_statuses_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -17934,10 +17951,10 @@ export default { }, "e_league_season_statuses_stream_cursor_input": { "initial_value": [ - 1052 + 1053 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -17957,10 +17974,10 @@ export default { "e_league_season_statuses_update_column": {}, "e_league_season_statuses_updates": { "_set": [ - 1050 + 1051 ], "where": [ - 1037 + 1038 ], "__typename": [ 85 @@ -17979,10 +17996,10 @@ export default { }, "e_lobby_access_aggregate": { "aggregate": [ - 1057 + 1058 ], "nodes": [ - 1055 + 1056 ], "__typename": [ 85 @@ -17993,7 +18010,7 @@ export default { 41, { "columns": [ - 1070, + 1071, "[e_lobby_access_select_column!]" ], "distinct": [ @@ -18002,10 +18019,10 @@ export default { } ], "max": [ - 1063 + 1064 ], "min": [ - 1064 + 1065 ], "__typename": [ 85 @@ -18013,13 +18030,13 @@ export default { }, "e_lobby_access_bool_exp": { "_and": [ - 1058 + 1059 ], "_not": [ - 1058 + 1059 ], "_or": [ - 1058 + 1059 ], "description": [ 87 @@ -18035,19 +18052,19 @@ export default { "e_lobby_access_enum": {}, "e_lobby_access_enum_comparison_exp": { "_eq": [ - 1060 + 1061 ], "_in": [ - 1060 + 1061 ], "_is_null": [ 6 ], "_neq": [ - 1060 + 1061 ], "_nin": [ - 1060 + 1061 ], "__typename": [ 85 @@ -18091,7 +18108,7 @@ export default { 41 ], "returning": [ - 1055 + 1056 ], "__typename": [ 85 @@ -18099,10 +18116,10 @@ export default { }, "e_lobby_access_obj_rel_insert_input": { "data": [ - 1062 + 1063 ], "on_conflict": [ - 1067 + 1068 ], "__typename": [ 85 @@ -18110,13 +18127,13 @@ export default { }, "e_lobby_access_on_conflict": { "constraint": [ - 1059 + 1060 ], "update_columns": [ - 1074 + 1075 ], "where": [ - 1058 + 1059 ], "__typename": [ 85 @@ -18124,10 +18141,10 @@ export default { }, "e_lobby_access_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -18155,10 +18172,10 @@ export default { }, "e_lobby_access_stream_cursor_input": { "initial_value": [ - 1073 + 1074 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -18178,10 +18195,10 @@ export default { "e_lobby_access_update_column": {}, "e_lobby_access_updates": { "_set": [ - 1071 + 1072 ], "where": [ - 1058 + 1059 ], "__typename": [ 85 @@ -18200,10 +18217,10 @@ export default { }, "e_lobby_player_status_aggregate": { "aggregate": [ - 1078 + 1079 ], "nodes": [ - 1076 + 1077 ], "__typename": [ 85 @@ -18214,7 +18231,7 @@ export default { 41, { "columns": [ - 1090, + 1091, "[e_lobby_player_status_select_column!]" ], "distinct": [ @@ -18223,10 +18240,10 @@ export default { } ], "max": [ - 1084 + 1085 ], "min": [ - 1085 + 1086 ], "__typename": [ 85 @@ -18234,13 +18251,13 @@ export default { }, "e_lobby_player_status_bool_exp": { "_and": [ - 1079 + 1080 ], "_not": [ - 1079 + 1080 ], "_or": [ - 1079 + 1080 ], "description": [ 87 @@ -18256,19 +18273,19 @@ export default { "e_lobby_player_status_enum": {}, "e_lobby_player_status_enum_comparison_exp": { "_eq": [ - 1081 + 1082 ], "_in": [ - 1081 + 1082 ], "_is_null": [ 6 ], "_neq": [ - 1081 + 1082 ], "_nin": [ - 1081 + 1082 ], "__typename": [ 85 @@ -18312,7 +18329,7 @@ export default { 41 ], "returning": [ - 1076 + 1077 ], "__typename": [ 85 @@ -18320,13 +18337,13 @@ export default { }, "e_lobby_player_status_on_conflict": { "constraint": [ - 1080 + 1081 ], "update_columns": [ - 1094 + 1095 ], "where": [ - 1079 + 1080 ], "__typename": [ 85 @@ -18334,10 +18351,10 @@ export default { }, "e_lobby_player_status_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -18365,10 +18382,10 @@ export default { }, "e_lobby_player_status_stream_cursor_input": { "initial_value": [ - 1093 + 1094 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -18388,10 +18405,10 @@ export default { "e_lobby_player_status_update_column": {}, "e_lobby_player_status_updates": { "_set": [ - 1091 + 1092 ], "where": [ - 1079 + 1080 ], "__typename": [ 85 @@ -18410,10 +18427,10 @@ export default { }, "e_map_pool_types_aggregate": { "aggregate": [ - 1098 + 1099 ], "nodes": [ - 1096 + 1097 ], "__typename": [ 85 @@ -18424,7 +18441,7 @@ export default { 41, { "columns": [ - 1111, + 1112, "[e_map_pool_types_select_column!]" ], "distinct": [ @@ -18433,10 +18450,10 @@ export default { } ], "max": [ - 1104 + 1105 ], "min": [ - 1105 + 1106 ], "__typename": [ 85 @@ -18444,13 +18461,13 @@ export default { }, "e_map_pool_types_bool_exp": { "_and": [ - 1099 + 1100 ], "_not": [ - 1099 + 1100 ], "_or": [ - 1099 + 1100 ], "description": [ 87 @@ -18466,19 +18483,19 @@ export default { "e_map_pool_types_enum": {}, "e_map_pool_types_enum_comparison_exp": { "_eq": [ - 1101 + 1102 ], "_in": [ - 1101 + 1102 ], "_is_null": [ 6 ], "_neq": [ - 1101 + 1102 ], "_nin": [ - 1101 + 1102 ], "__typename": [ 85 @@ -18522,7 +18539,7 @@ export default { 41 ], "returning": [ - 1096 + 1097 ], "__typename": [ 85 @@ -18530,10 +18547,10 @@ export default { }, "e_map_pool_types_obj_rel_insert_input": { "data": [ - 1103 + 1104 ], "on_conflict": [ - 1108 + 1109 ], "__typename": [ 85 @@ -18541,13 +18558,13 @@ export default { }, "e_map_pool_types_on_conflict": { "constraint": [ - 1100 + 1101 ], "update_columns": [ - 1115 + 1116 ], "where": [ - 1099 + 1100 ], "__typename": [ 85 @@ -18555,10 +18572,10 @@ export default { }, "e_map_pool_types_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -18586,10 +18603,10 @@ export default { }, "e_map_pool_types_stream_cursor_input": { "initial_value": [ - 1114 + 1115 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -18609,10 +18626,10 @@ export default { "e_map_pool_types_update_column": {}, "e_map_pool_types_updates": { "_set": [ - 1112 + 1113 ], "where": [ - 1099 + 1100 ], "__typename": [ 85 @@ -18623,10 +18640,10 @@ export default { 85 ], "match_clips": [ - 2952, + 2953, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -18636,19 +18653,19 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_aggregate": [ - 2953, + 2954, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -18658,11 +18675,11 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], @@ -18675,10 +18692,10 @@ export default { }, "e_match_clip_visibility_aggregate": { "aggregate": [ - 1119 + 1120 ], "nodes": [ - 1117 + 1118 ], "__typename": [ 85 @@ -18689,7 +18706,7 @@ export default { 41, { "columns": [ - 1131, + 1132, "[e_match_clip_visibility_select_column!]" ], "distinct": [ @@ -18698,10 +18715,10 @@ export default { } ], "max": [ - 1125 + 1126 ], "min": [ - 1126 + 1127 ], "__typename": [ 85 @@ -18709,22 +18726,22 @@ export default { }, "e_match_clip_visibility_bool_exp": { "_and": [ - 1120 + 1121 ], "_not": [ - 1120 + 1121 ], "_or": [ - 1120 + 1121 ], "description": [ 87 ], "match_clips": [ - 2961 + 2962 ], "match_clips_aggregate": [ - 2954 + 2955 ], "value": [ 87 @@ -18737,19 +18754,19 @@ export default { "e_match_clip_visibility_enum": {}, "e_match_clip_visibility_enum_comparison_exp": { "_eq": [ - 1122 + 1123 ], "_in": [ - 1122 + 1123 ], "_is_null": [ 6 ], "_neq": [ - 1122 + 1123 ], "_nin": [ - 1122 + 1123 ], "__typename": [ 85 @@ -18760,7 +18777,7 @@ export default { 85 ], "match_clips": [ - 2958 + 2959 ], "value": [ 85 @@ -18796,7 +18813,7 @@ export default { 41 ], "returning": [ - 1117 + 1118 ], "__typename": [ 85 @@ -18804,13 +18821,13 @@ export default { }, "e_match_clip_visibility_on_conflict": { "constraint": [ - 1121 + 1122 ], "update_columns": [ - 1135 + 1136 ], "where": [ - 1120 + 1121 ], "__typename": [ 85 @@ -18818,13 +18835,13 @@ export default { }, "e_match_clip_visibility_order_by": { "description": [ - 3647 + 3648 ], "match_clips_aggregate": [ - 2957 + 2958 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -18852,10 +18869,10 @@ export default { }, "e_match_clip_visibility_stream_cursor_input": { "initial_value": [ - 1134 + 1135 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -18875,10 +18892,10 @@ export default { "e_match_clip_visibility_update_column": {}, "e_match_clip_visibility_updates": { "_set": [ - 1132 + 1133 ], "where": [ - 1120 + 1121 ], "__typename": [ 85 @@ -18889,10 +18906,10 @@ export default { 85 ], "match_maps": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -18902,19 +18919,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -18924,11 +18941,11 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], @@ -18941,10 +18958,10 @@ export default { }, "e_match_map_status_aggregate": { "aggregate": [ - 1139 + 1140 ], "nodes": [ - 1137 + 1138 ], "__typename": [ 85 @@ -18955,7 +18972,7 @@ export default { 41, { "columns": [ - 1152, + 1153, "[e_match_map_status_select_column!]" ], "distinct": [ @@ -18964,10 +18981,10 @@ export default { } ], "max": [ - 1145 + 1146 ], "min": [ - 1146 + 1147 ], "__typename": [ 85 @@ -18975,22 +18992,22 @@ export default { }, "e_match_map_status_bool_exp": { "_and": [ - 1140 + 1141 ], "_not": [ - 1140 + 1141 ], "_or": [ - 1140 + 1141 ], "description": [ 87 ], "match_maps": [ - 3256 + 3257 ], "match_maps_aggregate": [ - 3249 + 3250 ], "value": [ 87 @@ -19003,19 +19020,19 @@ export default { "e_match_map_status_enum": {}, "e_match_map_status_enum_comparison_exp": { "_eq": [ - 1142 + 1143 ], "_in": [ - 1142 + 1143 ], "_is_null": [ 6 ], "_neq": [ - 1142 + 1143 ], "_nin": [ - 1142 + 1143 ], "__typename": [ 85 @@ -19026,7 +19043,7 @@ export default { 85 ], "match_maps": [ - 3253 + 3254 ], "value": [ 85 @@ -19062,7 +19079,7 @@ export default { 41 ], "returning": [ - 1137 + 1138 ], "__typename": [ 85 @@ -19070,10 +19087,10 @@ export default { }, "e_match_map_status_obj_rel_insert_input": { "data": [ - 1144 + 1145 ], "on_conflict": [ - 1149 + 1150 ], "__typename": [ 85 @@ -19081,13 +19098,13 @@ export default { }, "e_match_map_status_on_conflict": { "constraint": [ - 1141 + 1142 ], "update_columns": [ - 1156 + 1157 ], "where": [ - 1140 + 1141 ], "__typename": [ 85 @@ -19095,13 +19112,13 @@ export default { }, "e_match_map_status_order_by": { "description": [ - 3647 + 3648 ], "match_maps_aggregate": [ - 3252 + 3253 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -19129,10 +19146,10 @@ export default { }, "e_match_map_status_stream_cursor_input": { "initial_value": [ - 1155 + 1156 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -19152,10 +19169,10 @@ export default { "e_match_map_status_update_column": {}, "e_match_map_status_updates": { "_set": [ - 1153 + 1154 ], "where": [ - 1140 + 1141 ], "__typename": [ 85 @@ -19174,10 +19191,10 @@ export default { }, "e_match_mode_aggregate": { "aggregate": [ - 1160 + 1161 ], "nodes": [ - 1158 + 1159 ], "__typename": [ 85 @@ -19188,7 +19205,7 @@ export default { 41, { "columns": [ - 1172, + 1173, "[e_match_mode_select_column!]" ], "distinct": [ @@ -19197,10 +19214,10 @@ export default { } ], "max": [ - 1166 + 1167 ], "min": [ - 1167 + 1168 ], "__typename": [ 85 @@ -19208,13 +19225,13 @@ export default { }, "e_match_mode_bool_exp": { "_and": [ - 1161 + 1162 ], "_not": [ - 1161 + 1162 ], "_or": [ - 1161 + 1162 ], "description": [ 87 @@ -19230,19 +19247,19 @@ export default { "e_match_mode_enum": {}, "e_match_mode_enum_comparison_exp": { "_eq": [ - 1163 + 1164 ], "_in": [ - 1163 + 1164 ], "_is_null": [ 6 ], "_neq": [ - 1163 + 1164 ], "_nin": [ - 1163 + 1164 ], "__typename": [ 85 @@ -19286,7 +19303,7 @@ export default { 41 ], "returning": [ - 1158 + 1159 ], "__typename": [ 85 @@ -19294,13 +19311,13 @@ export default { }, "e_match_mode_on_conflict": { "constraint": [ - 1162 + 1163 ], "update_columns": [ - 1176 + 1177 ], "where": [ - 1161 + 1162 ], "__typename": [ 85 @@ -19308,10 +19325,10 @@ export default { }, "e_match_mode_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -19339,10 +19356,10 @@ export default { }, "e_match_mode_stream_cursor_input": { "initial_value": [ - 1175 + 1176 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -19362,10 +19379,10 @@ export default { "e_match_mode_update_column": {}, "e_match_mode_updates": { "_set": [ - 1173 + 1174 ], "where": [ - 1161 + 1162 ], "__typename": [ 85 @@ -19376,10 +19393,10 @@ export default { 85 ], "match_lineup_players": [ - 3040, + 3041, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -19389,19 +19406,19 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "match_lineup_players_aggregate": [ - 3041, + 3042, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -19411,11 +19428,11 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], @@ -19428,10 +19445,10 @@ export default { }, "e_match_party_sources_aggregate": { "aggregate": [ - 1180 + 1181 ], "nodes": [ - 1178 + 1179 ], "__typename": [ 85 @@ -19442,7 +19459,7 @@ export default { 41, { "columns": [ - 1192, + 1193, "[e_match_party_sources_select_column!]" ], "distinct": [ @@ -19451,10 +19468,10 @@ export default { } ], "max": [ - 1186 + 1187 ], "min": [ - 1187 + 1188 ], "__typename": [ 85 @@ -19462,22 +19479,22 @@ export default { }, "e_match_party_sources_bool_exp": { "_and": [ - 1181 + 1182 ], "_not": [ - 1181 + 1182 ], "_or": [ - 1181 + 1182 ], "description": [ 87 ], "match_lineup_players": [ - 3051 + 3052 ], "match_lineup_players_aggregate": [ - 3042 + 3043 ], "value": [ 87 @@ -19490,19 +19507,19 @@ export default { "e_match_party_sources_enum": {}, "e_match_party_sources_enum_comparison_exp": { "_eq": [ - 1183 + 1184 ], "_in": [ - 1183 + 1184 ], "_is_null": [ 6 ], "_neq": [ - 1183 + 1184 ], "_nin": [ - 1183 + 1184 ], "__typename": [ 85 @@ -19513,7 +19530,7 @@ export default { 85 ], "match_lineup_players": [ - 3048 + 3049 ], "value": [ 85 @@ -19549,7 +19566,7 @@ export default { 41 ], "returning": [ - 1178 + 1179 ], "__typename": [ 85 @@ -19557,13 +19574,13 @@ export default { }, "e_match_party_sources_on_conflict": { "constraint": [ - 1182 + 1183 ], "update_columns": [ - 1196 + 1197 ], "where": [ - 1181 + 1182 ], "__typename": [ 85 @@ -19571,13 +19588,13 @@ export default { }, "e_match_party_sources_order_by": { "description": [ - 3647 + 3648 ], "match_lineup_players_aggregate": [ - 3047 + 3048 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -19605,10 +19622,10 @@ export default { }, "e_match_party_sources_stream_cursor_input": { "initial_value": [ - 1195 + 1196 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -19628,10 +19645,10 @@ export default { "e_match_party_sources_update_column": {}, "e_match_party_sources_updates": { "_set": [ - 1193 + 1194 ], "where": [ - 1181 + 1182 ], "__typename": [ 85 @@ -19642,10 +19659,10 @@ export default { 85 ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -19655,19 +19672,19 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_aggregate": [ - 3432, + 3433, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -19677,11 +19694,11 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], @@ -19694,10 +19711,10 @@ export default { }, "e_match_status_aggregate": { "aggregate": [ - 1200 + 1201 ], "nodes": [ - 1198 + 1199 ], "__typename": [ 85 @@ -19708,7 +19725,7 @@ export default { 41, { "columns": [ - 1213, + 1214, "[e_match_status_select_column!]" ], "distinct": [ @@ -19717,10 +19734,10 @@ export default { } ], "max": [ - 1206 + 1207 ], "min": [ - 1207 + 1208 ], "__typename": [ 85 @@ -19728,22 +19745,22 @@ export default { }, "e_match_status_bool_exp": { "_and": [ - 1201 + 1202 ], "_not": [ - 1201 + 1202 ], "_or": [ - 1201 + 1202 ], "description": [ 87 ], "matches": [ - 3442 + 3443 ], "matches_aggregate": [ - 3433 + 3434 ], "value": [ 87 @@ -19756,19 +19773,19 @@ export default { "e_match_status_enum": {}, "e_match_status_enum_comparison_exp": { "_eq": [ - 1203 + 1204 ], "_in": [ - 1203 + 1204 ], "_is_null": [ 6 ], "_neq": [ - 1203 + 1204 ], "_nin": [ - 1203 + 1204 ], "__typename": [ 85 @@ -19779,7 +19796,7 @@ export default { 85 ], "matches": [ - 3439 + 3440 ], "value": [ 85 @@ -19815,7 +19832,7 @@ export default { 41 ], "returning": [ - 1198 + 1199 ], "__typename": [ 85 @@ -19823,10 +19840,10 @@ export default { }, "e_match_status_obj_rel_insert_input": { "data": [ - 1205 + 1206 ], "on_conflict": [ - 1210 + 1211 ], "__typename": [ 85 @@ -19834,13 +19851,13 @@ export default { }, "e_match_status_on_conflict": { "constraint": [ - 1202 + 1203 ], "update_columns": [ - 1217 + 1218 ], "where": [ - 1201 + 1202 ], "__typename": [ 85 @@ -19848,13 +19865,13 @@ export default { }, "e_match_status_order_by": { "description": [ - 3647 + 3648 ], "matches_aggregate": [ - 3438 + 3439 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -19882,10 +19899,10 @@ export default { }, "e_match_status_stream_cursor_input": { "initial_value": [ - 1216 + 1217 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -19905,10 +19922,10 @@ export default { "e_match_status_update_column": {}, "e_match_status_updates": { "_set": [ - 1214 + 1215 ], "where": [ - 1201 + 1202 ], "__typename": [ 85 @@ -19919,10 +19936,10 @@ export default { 85 ], "maps": [ - 2923, + 2924, { "distinct_on": [ - 2944, + 2945, "[maps_select_column!]" ], "limit": [ @@ -19932,19 +19949,19 @@ export default { 41 ], "order_by": [ - 2942, + 2943, "[maps_order_by!]" ], "where": [ - 2932 + 2933 ] } ], "maps_aggregate": [ - 2924, + 2925, { "distinct_on": [ - 2944, + 2945, "[maps_select_column!]" ], "limit": [ @@ -19954,11 +19971,11 @@ export default { 41 ], "order_by": [ - 2942, + 2943, "[maps_order_by!]" ], "where": [ - 2932 + 2933 ] } ], @@ -19971,10 +19988,10 @@ export default { }, "e_match_types_aggregate": { "aggregate": [ - 1221 + 1222 ], "nodes": [ - 1219 + 1220 ], "__typename": [ 85 @@ -19985,7 +20002,7 @@ export default { 41, { "columns": [ - 1234, + 1235, "[e_match_types_select_column!]" ], "distinct": [ @@ -19994,10 +20011,10 @@ export default { } ], "max": [ - 1227 + 1228 ], "min": [ - 1228 + 1229 ], "__typename": [ 85 @@ -20005,22 +20022,22 @@ export default { }, "e_match_types_bool_exp": { "_and": [ - 1222 + 1223 ], "_not": [ - 1222 + 1223 ], "_or": [ - 1222 + 1223 ], "description": [ 87 ], "maps": [ - 2932 + 2933 ], "maps_aggregate": [ - 2925 + 2926 ], "value": [ 87 @@ -20033,19 +20050,19 @@ export default { "e_match_types_enum": {}, "e_match_types_enum_comparison_exp": { "_eq": [ - 1224 + 1225 ], "_in": [ - 1224 + 1225 ], "_is_null": [ 6 ], "_neq": [ - 1224 + 1225 ], "_nin": [ - 1224 + 1225 ], "__typename": [ 85 @@ -20056,7 +20073,7 @@ export default { 85 ], "maps": [ - 2931 + 2932 ], "value": [ 85 @@ -20092,7 +20109,7 @@ export default { 41 ], "returning": [ - 1219 + 1220 ], "__typename": [ 85 @@ -20100,10 +20117,10 @@ export default { }, "e_match_types_obj_rel_insert_input": { "data": [ - 1226 + 1227 ], "on_conflict": [ - 1231 + 1232 ], "__typename": [ 85 @@ -20111,13 +20128,13 @@ export default { }, "e_match_types_on_conflict": { "constraint": [ - 1223 + 1224 ], "update_columns": [ - 1238 + 1239 ], "where": [ - 1222 + 1223 ], "__typename": [ 85 @@ -20125,13 +20142,13 @@ export default { }, "e_match_types_order_by": { "description": [ - 3647 + 3648 ], "maps_aggregate": [ - 2930 + 2931 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -20159,10 +20176,10 @@ export default { }, "e_match_types_stream_cursor_input": { "initial_value": [ - 1237 + 1238 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -20182,10 +20199,10 @@ export default { "e_match_types_update_column": {}, "e_match_types_updates": { "_set": [ - 1235 + 1236 ], "where": [ - 1222 + 1223 ], "__typename": [ 85 @@ -20204,10 +20221,10 @@ export default { }, "e_notification_types_aggregate": { "aggregate": [ - 1242 + 1243 ], "nodes": [ - 1240 + 1241 ], "__typename": [ 85 @@ -20218,7 +20235,7 @@ export default { 41, { "columns": [ - 1254, + 1255, "[e_notification_types_select_column!]" ], "distinct": [ @@ -20227,10 +20244,10 @@ export default { } ], "max": [ - 1248 + 1249 ], "min": [ - 1249 + 1250 ], "__typename": [ 85 @@ -20238,13 +20255,13 @@ export default { }, "e_notification_types_bool_exp": { "_and": [ - 1243 + 1244 ], "_not": [ - 1243 + 1244 ], "_or": [ - 1243 + 1244 ], "description": [ 87 @@ -20260,19 +20277,19 @@ export default { "e_notification_types_enum": {}, "e_notification_types_enum_comparison_exp": { "_eq": [ - 1245 + 1246 ], "_in": [ - 1245 + 1246 ], "_is_null": [ 6 ], "_neq": [ - 1245 + 1246 ], "_nin": [ - 1245 + 1246 ], "__typename": [ 85 @@ -20316,7 +20333,7 @@ export default { 41 ], "returning": [ - 1240 + 1241 ], "__typename": [ 85 @@ -20324,13 +20341,13 @@ export default { }, "e_notification_types_on_conflict": { "constraint": [ - 1244 + 1245 ], "update_columns": [ - 1258 + 1259 ], "where": [ - 1243 + 1244 ], "__typename": [ 85 @@ -20338,10 +20355,10 @@ export default { }, "e_notification_types_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -20369,10 +20386,10 @@ export default { }, "e_notification_types_stream_cursor_input": { "initial_value": [ - 1257 + 1258 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -20392,10 +20409,10 @@ export default { "e_notification_types_update_column": {}, "e_notification_types_updates": { "_set": [ - 1255 + 1256 ], "where": [ - 1243 + 1244 ], "__typename": [ 85 @@ -20406,10 +20423,10 @@ export default { 85 ], "player_objectives": [ - 4203, + 4204, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -20419,19 +20436,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_objectives_aggregate": [ - 4204, + 4205, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -20441,11 +20458,11 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], @@ -20458,10 +20475,10 @@ export default { }, "e_objective_types_aggregate": { "aggregate": [ - 1262 + 1263 ], "nodes": [ - 1260 + 1261 ], "__typename": [ 85 @@ -20472,7 +20489,7 @@ export default { 41, { "columns": [ - 1274, + 1275, "[e_objective_types_select_column!]" ], "distinct": [ @@ -20481,10 +20498,10 @@ export default { } ], "max": [ - 1268 + 1269 ], "min": [ - 1269 + 1270 ], "__typename": [ 85 @@ -20492,22 +20509,22 @@ export default { }, "e_objective_types_bool_exp": { "_and": [ - 1263 + 1264 ], "_not": [ - 1263 + 1264 ], "_or": [ - 1263 + 1264 ], "description": [ 87 ], "player_objectives": [ - 4212 + 4213 ], "player_objectives_aggregate": [ - 4205 + 4206 ], "value": [ 87 @@ -20520,19 +20537,19 @@ export default { "e_objective_types_enum": {}, "e_objective_types_enum_comparison_exp": { "_eq": [ - 1265 + 1266 ], "_in": [ - 1265 + 1266 ], "_is_null": [ 6 ], "_neq": [ - 1265 + 1266 ], "_nin": [ - 1265 + 1266 ], "__typename": [ 85 @@ -20543,7 +20560,7 @@ export default { 85 ], "player_objectives": [ - 4209 + 4210 ], "value": [ 85 @@ -20579,7 +20596,7 @@ export default { 41 ], "returning": [ - 1260 + 1261 ], "__typename": [ 85 @@ -20587,13 +20604,13 @@ export default { }, "e_objective_types_on_conflict": { "constraint": [ - 1264 + 1265 ], "update_columns": [ - 1278 + 1279 ], "where": [ - 1263 + 1264 ], "__typename": [ 85 @@ -20601,13 +20618,13 @@ export default { }, "e_objective_types_order_by": { "description": [ - 3647 + 3648 ], "player_objectives_aggregate": [ - 4208 + 4209 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -20635,10 +20652,10 @@ export default { }, "e_objective_types_stream_cursor_input": { "initial_value": [ - 1277 + 1278 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -20658,10 +20675,10 @@ export default { "e_objective_types_update_column": {}, "e_objective_types_updates": { "_set": [ - 1275 + 1276 ], "where": [ - 1263 + 1264 ], "__typename": [ 85 @@ -20680,10 +20697,10 @@ export default { }, "e_player_roles_aggregate": { "aggregate": [ - 1282 + 1283 ], "nodes": [ - 1280 + 1281 ], "__typename": [ 85 @@ -20694,7 +20711,7 @@ export default { 41, { "columns": [ - 1294, + 1295, "[e_player_roles_select_column!]" ], "distinct": [ @@ -20703,10 +20720,10 @@ export default { } ], "max": [ - 1288 + 1289 ], "min": [ - 1289 + 1290 ], "__typename": [ 85 @@ -20714,13 +20731,13 @@ export default { }, "e_player_roles_bool_exp": { "_and": [ - 1283 + 1284 ], "_not": [ - 1283 + 1284 ], "_or": [ - 1283 + 1284 ], "description": [ 87 @@ -20736,19 +20753,19 @@ export default { "e_player_roles_enum": {}, "e_player_roles_enum_comparison_exp": { "_eq": [ - 1285 + 1286 ], "_in": [ - 1285 + 1286 ], "_is_null": [ 6 ], "_neq": [ - 1285 + 1286 ], "_nin": [ - 1285 + 1286 ], "__typename": [ 85 @@ -20792,7 +20809,7 @@ export default { 41 ], "returning": [ - 1280 + 1281 ], "__typename": [ 85 @@ -20800,13 +20817,13 @@ export default { }, "e_player_roles_on_conflict": { "constraint": [ - 1284 + 1285 ], "update_columns": [ - 1298 + 1299 ], "where": [ - 1283 + 1284 ], "__typename": [ 85 @@ -20814,10 +20831,10 @@ export default { }, "e_player_roles_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -20845,10 +20862,10 @@ export default { }, "e_player_roles_stream_cursor_input": { "initial_value": [ - 1297 + 1298 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -20868,10 +20885,10 @@ export default { "e_player_roles_update_column": {}, "e_player_roles_updates": { "_set": [ - 1295 + 1296 ], "where": [ - 1283 + 1284 ], "__typename": [ 85 @@ -20890,10 +20907,10 @@ export default { }, "e_plugin_runtimes_aggregate": { "aggregate": [ - 1302 + 1303 ], "nodes": [ - 1300 + 1301 ], "__typename": [ 85 @@ -20904,7 +20921,7 @@ export default { 41, { "columns": [ - 1314, + 1315, "[e_plugin_runtimes_select_column!]" ], "distinct": [ @@ -20913,10 +20930,10 @@ export default { } ], "max": [ - 1308 + 1309 ], "min": [ - 1309 + 1310 ], "__typename": [ 85 @@ -20924,13 +20941,13 @@ export default { }, "e_plugin_runtimes_bool_exp": { "_and": [ - 1303 + 1304 ], "_not": [ - 1303 + 1304 ], "_or": [ - 1303 + 1304 ], "description": [ 87 @@ -20946,19 +20963,19 @@ export default { "e_plugin_runtimes_enum": {}, "e_plugin_runtimes_enum_comparison_exp": { "_eq": [ - 1305 + 1306 ], "_in": [ - 1305 + 1306 ], "_is_null": [ 6 ], "_neq": [ - 1305 + 1306 ], "_nin": [ - 1305 + 1306 ], "__typename": [ 85 @@ -21002,7 +21019,7 @@ export default { 41 ], "returning": [ - 1300 + 1301 ], "__typename": [ 85 @@ -21010,13 +21027,13 @@ export default { }, "e_plugin_runtimes_on_conflict": { "constraint": [ - 1304 + 1305 ], "update_columns": [ - 1318 + 1319 ], "where": [ - 1303 + 1304 ], "__typename": [ 85 @@ -21024,10 +21041,10 @@ export default { }, "e_plugin_runtimes_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -21055,10 +21072,10 @@ export default { }, "e_plugin_runtimes_stream_cursor_input": { "initial_value": [ - 1317 + 1318 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -21078,10 +21095,10 @@ export default { "e_plugin_runtimes_update_column": {}, "e_plugin_runtimes_updates": { "_set": [ - 1315 + 1316 ], "where": [ - 1303 + 1304 ], "__typename": [ 85 @@ -21100,10 +21117,10 @@ export default { }, "e_ready_settings_aggregate": { "aggregate": [ - 1322 + 1323 ], "nodes": [ - 1320 + 1321 ], "__typename": [ 85 @@ -21114,7 +21131,7 @@ export default { 41, { "columns": [ - 1334, + 1335, "[e_ready_settings_select_column!]" ], "distinct": [ @@ -21123,10 +21140,10 @@ export default { } ], "max": [ - 1328 + 1329 ], "min": [ - 1329 + 1330 ], "__typename": [ 85 @@ -21134,13 +21151,13 @@ export default { }, "e_ready_settings_bool_exp": { "_and": [ - 1323 + 1324 ], "_not": [ - 1323 + 1324 ], "_or": [ - 1323 + 1324 ], "description": [ 87 @@ -21156,19 +21173,19 @@ export default { "e_ready_settings_enum": {}, "e_ready_settings_enum_comparison_exp": { "_eq": [ - 1325 + 1326 ], "_in": [ - 1325 + 1326 ], "_is_null": [ 6 ], "_neq": [ - 1325 + 1326 ], "_nin": [ - 1325 + 1326 ], "__typename": [ 85 @@ -21212,7 +21229,7 @@ export default { 41 ], "returning": [ - 1320 + 1321 ], "__typename": [ 85 @@ -21220,13 +21237,13 @@ export default { }, "e_ready_settings_on_conflict": { "constraint": [ - 1324 + 1325 ], "update_columns": [ - 1338 + 1339 ], "where": [ - 1323 + 1324 ], "__typename": [ 85 @@ -21234,10 +21251,10 @@ export default { }, "e_ready_settings_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -21265,10 +21282,10 @@ export default { }, "e_ready_settings_stream_cursor_input": { "initial_value": [ - 1337 + 1338 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -21288,10 +21305,10 @@ export default { "e_ready_settings_update_column": {}, "e_ready_settings_updates": { "_set": [ - 1335 + 1336 ], "where": [ - 1323 + 1324 ], "__typename": [ 85 @@ -21310,10 +21327,10 @@ export default { }, "e_sanction_scopes_aggregate": { "aggregate": [ - 1342 + 1343 ], "nodes": [ - 1340 + 1341 ], "__typename": [ 85 @@ -21324,7 +21341,7 @@ export default { 41, { "columns": [ - 1353, + 1354, "[e_sanction_scopes_select_column!]" ], "distinct": [ @@ -21333,10 +21350,10 @@ export default { } ], "max": [ - 1346 + 1347 ], "min": [ - 1347 + 1348 ], "__typename": [ 85 @@ -21344,13 +21361,13 @@ export default { }, "e_sanction_scopes_bool_exp": { "_and": [ - 1343 + 1344 ], "_not": [ - 1343 + 1344 ], "_or": [ - 1343 + 1344 ], "description": [ 87 @@ -21401,7 +21418,7 @@ export default { 41 ], "returning": [ - 1340 + 1341 ], "__typename": [ 85 @@ -21409,10 +21426,10 @@ export default { }, "e_sanction_scopes_obj_rel_insert_input": { "data": [ - 1345 + 1346 ], "on_conflict": [ - 1350 + 1351 ], "__typename": [ 85 @@ -21420,13 +21437,13 @@ export default { }, "e_sanction_scopes_on_conflict": { "constraint": [ - 1344 + 1345 ], "update_columns": [ - 1357 + 1358 ], "where": [ - 1343 + 1344 ], "__typename": [ 85 @@ -21434,10 +21451,10 @@ export default { }, "e_sanction_scopes_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -21465,10 +21482,10 @@ export default { }, "e_sanction_scopes_stream_cursor_input": { "initial_value": [ - 1356 + 1357 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -21488,10 +21505,10 @@ export default { "e_sanction_scopes_update_column": {}, "e_sanction_scopes_updates": { "_set": [ - 1354 + 1355 ], "where": [ - 1343 + 1344 ], "__typename": [ 85 @@ -21517,7 +21534,7 @@ export default { 85 ], "e_sanction_scope": [ - 1340 + 1341 ], "value": [ 85 @@ -21531,10 +21548,10 @@ export default { }, "e_sanction_sources_aggregate": { "aggregate": [ - 1361 + 1362 ], "nodes": [ - 1359 + 1360 ], "__typename": [ 85 @@ -21542,13 +21559,13 @@ export default { }, "e_sanction_sources_aggregate_fields": { "avg": [ - 1362 + 1363 ], "count": [ 41, { "columns": [ - 1373, + 1374, "[e_sanction_sources_select_column!]" ], "distinct": [ @@ -21557,31 +21574,31 @@ export default { } ], "max": [ - 1367 + 1368 ], "min": [ - 1368 + 1369 ], "stddev": [ - 1375 + 1376 ], "stddev_pop": [ - 1376 + 1377 ], "stddev_samp": [ - 1377 + 1378 ], "sum": [ - 1380 + 1381 ], "var_pop": [ - 1383 + 1384 ], "var_samp": [ - 1384 + 1385 ], "variance": [ - 1385 + 1386 ], "__typename": [ 85 @@ -21600,13 +21617,13 @@ export default { }, "e_sanction_sources_bool_exp": { "_and": [ - 1363 + 1364 ], "_not": [ - 1363 + 1364 ], "_or": [ - 1363 + 1364 ], "default_durations": [ 87 @@ -21627,7 +21644,7 @@ export default { 87 ], "e_sanction_scope": [ - 1343 + 1344 ], "value": [ 87 @@ -21671,7 +21688,7 @@ export default { 85 ], "e_sanction_scope": [ - 1349 + 1350 ], "value": [ 85 @@ -21734,7 +21751,7 @@ export default { 41 ], "returning": [ - 1359 + 1360 ], "__typename": [ 85 @@ -21742,13 +21759,13 @@ export default { }, "e_sanction_sources_on_conflict": { "constraint": [ - 1364 + 1365 ], "update_columns": [ - 1381 + 1382 ], "where": [ - 1363 + 1364 ], "__typename": [ 85 @@ -21756,31 +21773,31 @@ export default { }, "e_sanction_sources_order_by": { "default_durations": [ - 3647 + 3648 ], "default_enabled": [ - 3647 + 3648 ], "default_scope": [ - 3647 + 3648 ], "default_threshold": [ - 3647 + 3648 ], "default_window_days": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "e_sanction_scope": [ - 1351 + 1352 ], "value": [ - 3647 + 3648 ], "writes_platform_ban": [ - 3647 + 3648 ], "__typename": [ 85 @@ -21859,10 +21876,10 @@ export default { }, "e_sanction_sources_stream_cursor_input": { "initial_value": [ - 1379 + 1380 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -21911,13 +21928,13 @@ export default { "e_sanction_sources_update_column": {}, "e_sanction_sources_updates": { "_inc": [ - 1365 + 1366 ], "_set": [ - 1374 + 1375 ], "where": [ - 1363 + 1364 ], "__typename": [ 85 @@ -21969,10 +21986,10 @@ export default { }, "e_sanction_types_aggregate": { "aggregate": [ - 1388 + 1389 ], "nodes": [ - 1386 + 1387 ], "__typename": [ 85 @@ -21983,7 +22000,7 @@ export default { 41, { "columns": [ - 1401, + 1402, "[e_sanction_types_select_column!]" ], "distinct": [ @@ -21992,10 +22009,10 @@ export default { } ], "max": [ - 1394 + 1395 ], "min": [ - 1395 + 1396 ], "__typename": [ 85 @@ -22003,13 +22020,13 @@ export default { }, "e_sanction_types_bool_exp": { "_and": [ - 1389 + 1390 ], "_not": [ - 1389 + 1390 ], "_or": [ - 1389 + 1390 ], "description": [ 87 @@ -22025,19 +22042,19 @@ export default { "e_sanction_types_enum": {}, "e_sanction_types_enum_comparison_exp": { "_eq": [ - 1391 + 1392 ], "_in": [ - 1391 + 1392 ], "_is_null": [ 6 ], "_neq": [ - 1391 + 1392 ], "_nin": [ - 1391 + 1392 ], "__typename": [ 85 @@ -22081,7 +22098,7 @@ export default { 41 ], "returning": [ - 1386 + 1387 ], "__typename": [ 85 @@ -22089,10 +22106,10 @@ export default { }, "e_sanction_types_obj_rel_insert_input": { "data": [ - 1393 + 1394 ], "on_conflict": [ - 1398 + 1399 ], "__typename": [ 85 @@ -22100,13 +22117,13 @@ export default { }, "e_sanction_types_on_conflict": { "constraint": [ - 1390 + 1391 ], "update_columns": [ - 1405 + 1406 ], "where": [ - 1389 + 1390 ], "__typename": [ 85 @@ -22114,10 +22131,10 @@ export default { }, "e_sanction_types_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -22145,10 +22162,10 @@ export default { }, "e_sanction_types_stream_cursor_input": { "initial_value": [ - 1404 + 1405 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -22168,10 +22185,10 @@ export default { "e_sanction_types_update_column": {}, "e_sanction_types_updates": { "_set": [ - 1402 + 1403 ], "where": [ - 1389 + 1390 ], "__typename": [ 85 @@ -22182,10 +22199,10 @@ export default { 85 ], "scrim_requests": [ - 5092, + 5093, { "distinct_on": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -22195,19 +22212,19 @@ export default { 41 ], "order_by": [ - 5114, + 5115, "[team_scrim_requests_order_by!]" ], "where": [ - 5103 + 5104 ] } ], "scrim_requests_aggregate": [ - 5093, + 5094, { "distinct_on": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -22217,11 +22234,11 @@ export default { 41 ], "order_by": [ - 5114, + 5115, "[team_scrim_requests_order_by!]" ], "where": [ - 5103 + 5104 ] } ], @@ -22234,10 +22251,10 @@ export default { }, "e_scrim_request_statuses_aggregate": { "aggregate": [ - 1409 + 1410 ], "nodes": [ - 1407 + 1408 ], "__typename": [ 85 @@ -22248,7 +22265,7 @@ export default { 41, { "columns": [ - 1421, + 1422, "[e_scrim_request_statuses_select_column!]" ], "distinct": [ @@ -22257,10 +22274,10 @@ export default { } ], "max": [ - 1415 + 1416 ], "min": [ - 1416 + 1417 ], "__typename": [ 85 @@ -22268,22 +22285,22 @@ export default { }, "e_scrim_request_statuses_bool_exp": { "_and": [ - 1410 + 1411 ], "_not": [ - 1410 + 1411 ], "_or": [ - 1410 + 1411 ], "description": [ 87 ], "scrim_requests": [ - 5103 + 5104 ], "scrim_requests_aggregate": [ - 5094 + 5095 ], "value": [ 87 @@ -22296,19 +22313,19 @@ export default { "e_scrim_request_statuses_enum": {}, "e_scrim_request_statuses_enum_comparison_exp": { "_eq": [ - 1412 + 1413 ], "_in": [ - 1412 + 1413 ], "_is_null": [ 6 ], "_neq": [ - 1412 + 1413 ], "_nin": [ - 1412 + 1413 ], "__typename": [ 85 @@ -22319,7 +22336,7 @@ export default { 85 ], "scrim_requests": [ - 5100 + 5101 ], "value": [ 85 @@ -22355,7 +22372,7 @@ export default { 41 ], "returning": [ - 1407 + 1408 ], "__typename": [ 85 @@ -22363,13 +22380,13 @@ export default { }, "e_scrim_request_statuses_on_conflict": { "constraint": [ - 1411 + 1412 ], "update_columns": [ - 1425 + 1426 ], "where": [ - 1410 + 1411 ], "__typename": [ 85 @@ -22377,13 +22394,13 @@ export default { }, "e_scrim_request_statuses_order_by": { "description": [ - 3647 + 3648 ], "scrim_requests_aggregate": [ - 5099 + 5100 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -22411,10 +22428,10 @@ export default { }, "e_scrim_request_statuses_stream_cursor_input": { "initial_value": [ - 1424 + 1425 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -22434,10 +22451,10 @@ export default { "e_scrim_request_statuses_update_column": {}, "e_scrim_request_statuses_updates": { "_set": [ - 1422 + 1423 ], "where": [ - 1410 + 1411 ], "__typename": [ 85 @@ -22448,10 +22465,10 @@ export default { 85 ], "servers": [ - 4760, + 4761, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -22461,19 +22478,19 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "servers_aggregate": [ - 4761, + 4762, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -22483,11 +22500,11 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], @@ -22500,10 +22517,10 @@ export default { }, "e_server_types_aggregate": { "aggregate": [ - 1429 + 1430 ], "nodes": [ - 1427 + 1428 ], "__typename": [ 85 @@ -22514,7 +22531,7 @@ export default { 41, { "columns": [ - 1441, + 1442, "[e_server_types_select_column!]" ], "distinct": [ @@ -22523,10 +22540,10 @@ export default { } ], "max": [ - 1435 + 1436 ], "min": [ - 1436 + 1437 ], "__typename": [ 85 @@ -22534,22 +22551,22 @@ export default { }, "e_server_types_bool_exp": { "_and": [ - 1430 + 1431 ], "_not": [ - 1430 + 1431 ], "_or": [ - 1430 + 1431 ], "description": [ 87 ], "servers": [ - 4772 + 4773 ], "servers_aggregate": [ - 4762 + 4763 ], "value": [ 87 @@ -22562,19 +22579,19 @@ export default { "e_server_types_enum": {}, "e_server_types_enum_comparison_exp": { "_eq": [ - 1432 + 1433 ], "_in": [ - 1432 + 1433 ], "_is_null": [ 6 ], "_neq": [ - 1432 + 1433 ], "_nin": [ - 1432 + 1433 ], "__typename": [ 85 @@ -22585,7 +22602,7 @@ export default { 85 ], "servers": [ - 4769 + 4770 ], "value": [ 85 @@ -22621,7 +22638,7 @@ export default { 41 ], "returning": [ - 1427 + 1428 ], "__typename": [ 85 @@ -22629,13 +22646,13 @@ export default { }, "e_server_types_on_conflict": { "constraint": [ - 1431 + 1432 ], "update_columns": [ - 1445 + 1446 ], "where": [ - 1430 + 1431 ], "__typename": [ 85 @@ -22643,13 +22660,13 @@ export default { }, "e_server_types_order_by": { "description": [ - 3647 + 3648 ], "servers_aggregate": [ - 4767 + 4768 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -22677,10 +22694,10 @@ export default { }, "e_server_types_stream_cursor_input": { "initial_value": [ - 1444 + 1445 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -22700,10 +22717,10 @@ export default { "e_server_types_update_column": {}, "e_server_types_updates": { "_set": [ - 1442 + 1443 ], "where": [ - 1430 + 1431 ], "__typename": [ 85 @@ -22714,10 +22731,10 @@ export default { 85 ], "match_map_lineup_1": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -22727,19 +22744,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_map_lineup_1_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -22749,19 +22766,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_map_lineup_2": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -22771,19 +22788,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_map_lineup_2_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -22793,11 +22810,11 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], @@ -22810,10 +22827,10 @@ export default { }, "e_sides_aggregate": { "aggregate": [ - 1449 + 1450 ], "nodes": [ - 1447 + 1448 ], "__typename": [ 85 @@ -22824,7 +22841,7 @@ export default { 41, { "columns": [ - 1461, + 1462, "[e_sides_select_column!]" ], "distinct": [ @@ -22833,10 +22850,10 @@ export default { } ], "max": [ - 1455 + 1456 ], "min": [ - 1456 + 1457 ], "__typename": [ 85 @@ -22844,28 +22861,28 @@ export default { }, "e_sides_bool_exp": { "_and": [ - 1450 + 1451 ], "_not": [ - 1450 + 1451 ], "_or": [ - 1450 + 1451 ], "description": [ 87 ], "match_map_lineup_1": [ - 3256 + 3257 ], "match_map_lineup_1_aggregate": [ - 3249 + 3250 ], "match_map_lineup_2": [ - 3256 + 3257 ], "match_map_lineup_2_aggregate": [ - 3249 + 3250 ], "value": [ 87 @@ -22878,19 +22895,19 @@ export default { "e_sides_enum": {}, "e_sides_enum_comparison_exp": { "_eq": [ - 1452 + 1453 ], "_in": [ - 1452 + 1453 ], "_is_null": [ 6 ], "_neq": [ - 1452 + 1453 ], "_nin": [ - 1452 + 1453 ], "__typename": [ 85 @@ -22901,10 +22918,10 @@ export default { 85 ], "match_map_lineup_1": [ - 3253 + 3254 ], "match_map_lineup_2": [ - 3253 + 3254 ], "value": [ 85 @@ -22940,7 +22957,7 @@ export default { 41 ], "returning": [ - 1447 + 1448 ], "__typename": [ 85 @@ -22948,13 +22965,13 @@ export default { }, "e_sides_on_conflict": { "constraint": [ - 1451 + 1452 ], "update_columns": [ - 1465 + 1466 ], "where": [ - 1450 + 1451 ], "__typename": [ 85 @@ -22962,16 +22979,16 @@ export default { }, "e_sides_order_by": { "description": [ - 3647 + 3648 ], "match_map_lineup_1_aggregate": [ - 3252 + 3253 ], "match_map_lineup_2_aggregate": [ - 3252 + 3253 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -22999,10 +23016,10 @@ export default { }, "e_sides_stream_cursor_input": { "initial_value": [ - 1464 + 1465 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -23022,10 +23039,10 @@ export default { "e_sides_update_column": {}, "e_sides_updates": { "_set": [ - 1462 + 1463 ], "where": [ - 1450 + 1451 ], "__typename": [ 85 @@ -23044,10 +23061,10 @@ export default { }, "e_system_alert_types_aggregate": { "aggregate": [ - 1469 + 1470 ], "nodes": [ - 1467 + 1468 ], "__typename": [ 85 @@ -23058,7 +23075,7 @@ export default { 41, { "columns": [ - 1481, + 1482, "[e_system_alert_types_select_column!]" ], "distinct": [ @@ -23067,10 +23084,10 @@ export default { } ], "max": [ - 1475 + 1476 ], "min": [ - 1476 + 1477 ], "__typename": [ 85 @@ -23078,13 +23095,13 @@ export default { }, "e_system_alert_types_bool_exp": { "_and": [ - 1470 + 1471 ], "_not": [ - 1470 + 1471 ], "_or": [ - 1470 + 1471 ], "description": [ 87 @@ -23100,19 +23117,19 @@ export default { "e_system_alert_types_enum": {}, "e_system_alert_types_enum_comparison_exp": { "_eq": [ - 1472 + 1473 ], "_in": [ - 1472 + 1473 ], "_is_null": [ 6 ], "_neq": [ - 1472 + 1473 ], "_nin": [ - 1472 + 1473 ], "__typename": [ 85 @@ -23156,7 +23173,7 @@ export default { 41 ], "returning": [ - 1467 + 1468 ], "__typename": [ 85 @@ -23164,13 +23181,13 @@ export default { }, "e_system_alert_types_on_conflict": { "constraint": [ - 1471 + 1472 ], "update_columns": [ - 1485 + 1486 ], "where": [ - 1470 + 1471 ], "__typename": [ 85 @@ -23178,10 +23195,10 @@ export default { }, "e_system_alert_types_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -23209,10 +23226,10 @@ export default { }, "e_system_alert_types_stream_cursor_input": { "initial_value": [ - 1484 + 1485 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -23232,10 +23249,10 @@ export default { "e_system_alert_types_update_column": {}, "e_system_alert_types_updates": { "_set": [ - 1482 + 1483 ], "where": [ - 1470 + 1471 ], "__typename": [ 85 @@ -23246,10 +23263,10 @@ export default { 85 ], "team_rosters": [ - 4951, + 4952, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -23259,19 +23276,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "team_rosters_aggregate": [ - 4952, + 4953, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -23281,19 +23298,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "tournament_team_rosters": [ - 5740, + 5809, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -23303,19 +23320,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournament_team_rosters_aggregate": [ - 5741, + 5810, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -23325,11 +23342,11 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], @@ -23342,10 +23359,10 @@ export default { }, "e_team_roles_aggregate": { "aggregate": [ - 1489 + 1490 ], "nodes": [ - 1487 + 1488 ], "__typename": [ 85 @@ -23356,7 +23373,7 @@ export default { 41, { "columns": [ - 1502, + 1503, "[e_team_roles_select_column!]" ], "distinct": [ @@ -23365,10 +23382,10 @@ export default { } ], "max": [ - 1495 + 1496 ], "min": [ - 1496 + 1497 ], "__typename": [ 85 @@ -23376,28 +23393,28 @@ export default { }, "e_team_roles_bool_exp": { "_and": [ - 1490 + 1491 ], "_not": [ - 1490 + 1491 ], "_or": [ - 1490 + 1491 ], "description": [ 87 ], "team_rosters": [ - 4962 + 4963 ], "team_rosters_aggregate": [ - 4953 + 4954 ], "tournament_team_rosters": [ - 5749 + 5818 ], "tournament_team_rosters_aggregate": [ - 5742 + 5811 ], "value": [ 87 @@ -23410,19 +23427,19 @@ export default { "e_team_roles_enum": {}, "e_team_roles_enum_comparison_exp": { "_eq": [ - 1492 + 1493 ], "_in": [ - 1492 + 1493 ], "_is_null": [ 6 ], "_neq": [ - 1492 + 1493 ], "_nin": [ - 1492 + 1493 ], "__typename": [ 85 @@ -23433,10 +23450,10 @@ export default { 85 ], "team_rosters": [ - 4959 + 4960 ], "tournament_team_rosters": [ - 5746 + 5815 ], "value": [ 85 @@ -23472,7 +23489,7 @@ export default { 41 ], "returning": [ - 1487 + 1488 ], "__typename": [ 85 @@ -23480,10 +23497,10 @@ export default { }, "e_team_roles_obj_rel_insert_input": { "data": [ - 1494 + 1495 ], "on_conflict": [ - 1499 + 1500 ], "__typename": [ 85 @@ -23491,13 +23508,13 @@ export default { }, "e_team_roles_on_conflict": { "constraint": [ - 1491 + 1492 ], "update_columns": [ - 1506 + 1507 ], "where": [ - 1490 + 1491 ], "__typename": [ 85 @@ -23505,16 +23522,16 @@ export default { }, "e_team_roles_order_by": { "description": [ - 3647 + 3648 ], "team_rosters_aggregate": [ - 4958 + 4959 ], "tournament_team_rosters_aggregate": [ - 5745 + 5814 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -23542,10 +23559,10 @@ export default { }, "e_team_roles_stream_cursor_input": { "initial_value": [ - 1505 + 1506 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -23565,10 +23582,10 @@ export default { "e_team_roles_update_column": {}, "e_team_roles_updates": { "_set": [ - 1503 + 1504 ], "where": [ - 1490 + 1491 ], "__typename": [ 85 @@ -23587,10 +23604,10 @@ export default { }, "e_team_roster_statuses_aggregate": { "aggregate": [ - 1510 + 1511 ], "nodes": [ - 1508 + 1509 ], "__typename": [ 85 @@ -23601,7 +23618,7 @@ export default { 41, { "columns": [ - 1522, + 1523, "[e_team_roster_statuses_select_column!]" ], "distinct": [ @@ -23610,10 +23627,10 @@ export default { } ], "max": [ - 1516 + 1517 ], "min": [ - 1517 + 1518 ], "__typename": [ 85 @@ -23621,13 +23638,13 @@ export default { }, "e_team_roster_statuses_bool_exp": { "_and": [ - 1511 + 1512 ], "_not": [ - 1511 + 1512 ], "_or": [ - 1511 + 1512 ], "description": [ 87 @@ -23643,19 +23660,19 @@ export default { "e_team_roster_statuses_enum": {}, "e_team_roster_statuses_enum_comparison_exp": { "_eq": [ - 1513 + 1514 ], "_in": [ - 1513 + 1514 ], "_is_null": [ 6 ], "_neq": [ - 1513 + 1514 ], "_nin": [ - 1513 + 1514 ], "__typename": [ 85 @@ -23699,7 +23716,7 @@ export default { 41 ], "returning": [ - 1508 + 1509 ], "__typename": [ 85 @@ -23707,13 +23724,13 @@ export default { }, "e_team_roster_statuses_on_conflict": { "constraint": [ - 1512 + 1513 ], "update_columns": [ - 1526 + 1527 ], "where": [ - 1511 + 1512 ], "__typename": [ 85 @@ -23721,10 +23738,10 @@ export default { }, "e_team_roster_statuses_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -23752,10 +23769,10 @@ export default { }, "e_team_roster_statuses_stream_cursor_input": { "initial_value": [ - 1525 + 1526 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -23775,10 +23792,10 @@ export default { "e_team_roster_statuses_update_column": {}, "e_team_roster_statuses_updates": { "_set": [ - 1523 + 1524 ], "where": [ - 1511 + 1512 ], "__typename": [ 85 @@ -23797,10 +23814,10 @@ export default { }, "e_timeout_settings_aggregate": { "aggregate": [ - 1530 + 1531 ], "nodes": [ - 1528 + 1529 ], "__typename": [ 85 @@ -23811,7 +23828,7 @@ export default { 41, { "columns": [ - 1542, + 1543, "[e_timeout_settings_select_column!]" ], "distinct": [ @@ -23820,10 +23837,10 @@ export default { } ], "max": [ - 1536 + 1537 ], "min": [ - 1537 + 1538 ], "__typename": [ 85 @@ -23831,13 +23848,13 @@ export default { }, "e_timeout_settings_bool_exp": { "_and": [ - 1531 + 1532 ], "_not": [ - 1531 + 1532 ], "_or": [ - 1531 + 1532 ], "description": [ 87 @@ -23853,19 +23870,19 @@ export default { "e_timeout_settings_enum": {}, "e_timeout_settings_enum_comparison_exp": { "_eq": [ - 1533 + 1534 ], "_in": [ - 1533 + 1534 ], "_is_null": [ 6 ], "_neq": [ - 1533 + 1534 ], "_nin": [ - 1533 + 1534 ], "__typename": [ 85 @@ -23909,7 +23926,7 @@ export default { 41 ], "returning": [ - 1528 + 1529 ], "__typename": [ 85 @@ -23917,13 +23934,13 @@ export default { }, "e_timeout_settings_on_conflict": { "constraint": [ - 1532 + 1533 ], "update_columns": [ - 1546 + 1547 ], "where": [ - 1531 + 1532 ], "__typename": [ 85 @@ -23931,10 +23948,10 @@ export default { }, "e_timeout_settings_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -23962,10 +23979,10 @@ export default { }, "e_timeout_settings_stream_cursor_input": { "initial_value": [ - 1545 + 1546 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -23985,10 +24002,10 @@ export default { "e_timeout_settings_update_column": {}, "e_timeout_settings_updates": { "_set": [ - 1543 + 1544 ], "where": [ - 1531 + 1532 ], "__typename": [ 85 @@ -23999,10 +24016,10 @@ export default { 85 ], "tournament_categories": [ - 5332, + 5333, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -24012,19 +24029,19 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], "tournament_categories_aggregate": [ - 5333, + 5334, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -24034,11 +24051,11 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], @@ -24051,10 +24068,10 @@ export default { }, "e_tournament_categories_aggregate": { "aggregate": [ - 1550 + 1551 ], "nodes": [ - 1548 + 1549 ], "__typename": [ 85 @@ -24065,7 +24082,7 @@ export default { 41, { "columns": [ - 1563, + 1564, "[e_tournament_categories_select_column!]" ], "distinct": [ @@ -24074,10 +24091,10 @@ export default { } ], "max": [ - 1556 + 1557 ], "min": [ - 1557 + 1558 ], "__typename": [ 85 @@ -24085,22 +24102,22 @@ export default { }, "e_tournament_categories_bool_exp": { "_and": [ - 1551 + 1552 ], "_not": [ - 1551 + 1552 ], "_or": [ - 1551 + 1552 ], "description": [ 87 ], "tournament_categories": [ - 5339 + 5340 ], "tournament_categories_aggregate": [ - 5334 + 5335 ], "value": [ 87 @@ -24113,19 +24130,19 @@ export default { "e_tournament_categories_enum": {}, "e_tournament_categories_enum_comparison_exp": { "_eq": [ - 1553 + 1554 ], "_in": [ - 1553 + 1554 ], "_is_null": [ 6 ], "_neq": [ - 1553 + 1554 ], "_nin": [ - 1553 + 1554 ], "__typename": [ 85 @@ -24136,7 +24153,7 @@ export default { 85 ], "tournament_categories": [ - 5338 + 5339 ], "value": [ 85 @@ -24172,7 +24189,7 @@ export default { 41 ], "returning": [ - 1548 + 1549 ], "__typename": [ 85 @@ -24180,10 +24197,10 @@ export default { }, "e_tournament_categories_obj_rel_insert_input": { "data": [ - 1555 + 1556 ], "on_conflict": [ - 1560 + 1561 ], "__typename": [ 85 @@ -24191,13 +24208,13 @@ export default { }, "e_tournament_categories_on_conflict": { "constraint": [ - 1552 + 1553 ], "update_columns": [ - 1567 + 1568 ], "where": [ - 1551 + 1552 ], "__typename": [ 85 @@ -24205,13 +24222,13 @@ export default { }, "e_tournament_categories_order_by": { "description": [ - 3647 + 3648 ], "tournament_categories_aggregate": [ - 5337 + 5338 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -24239,10 +24256,10 @@ export default { }, "e_tournament_categories_stream_cursor_input": { "initial_value": [ - 1566 + 1567 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -24262,10 +24279,10 @@ export default { "e_tournament_categories_update_column": {}, "e_tournament_categories_updates": { "_set": [ - 1564 + 1565 ], "where": [ - 1551 + 1552 ], "__typename": [ 85 @@ -24276,10 +24293,10 @@ export default { 85 ], "tournament_free_agents": [ - 5356, + 5357, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -24289,19 +24306,19 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "tournament_free_agents_aggregate": [ - 5357, + 5358, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -24311,11 +24328,11 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], @@ -24328,10 +24345,10 @@ export default { }, "e_tournament_free_agent_statuses_aggregate": { "aggregate": [ - 1571 + 1572 ], "nodes": [ - 1569 + 1570 ], "__typename": [ 85 @@ -24342,7 +24359,7 @@ export default { 41, { "columns": [ - 1584, + 1585, "[e_tournament_free_agent_statuses_select_column!]" ], "distinct": [ @@ -24351,10 +24368,10 @@ export default { } ], "max": [ - 1577 + 1578 ], "min": [ - 1578 + 1579 ], "__typename": [ 85 @@ -24362,22 +24379,22 @@ export default { }, "e_tournament_free_agent_statuses_bool_exp": { "_and": [ - 1572 + 1573 ], "_not": [ - 1572 + 1573 ], "_or": [ - 1572 + 1573 ], "description": [ 87 ], "tournament_free_agents": [ - 5365 + 5366 ], "tournament_free_agents_aggregate": [ - 5358 + 5359 ], "value": [ 87 @@ -24390,19 +24407,19 @@ export default { "e_tournament_free_agent_statuses_enum": {}, "e_tournament_free_agent_statuses_enum_comparison_exp": { "_eq": [ - 1574 + 1575 ], "_in": [ - 1574 + 1575 ], "_is_null": [ 6 ], "_neq": [ - 1574 + 1575 ], "_nin": [ - 1574 + 1575 ], "__typename": [ 85 @@ -24413,7 +24430,7 @@ export default { 85 ], "tournament_free_agents": [ - 5362 + 5363 ], "value": [ 85 @@ -24449,7 +24466,7 @@ export default { 41 ], "returning": [ - 1569 + 1570 ], "__typename": [ 85 @@ -24457,10 +24474,10 @@ export default { }, "e_tournament_free_agent_statuses_obj_rel_insert_input": { "data": [ - 1576 + 1577 ], "on_conflict": [ - 1581 + 1582 ], "__typename": [ 85 @@ -24468,13 +24485,13 @@ export default { }, "e_tournament_free_agent_statuses_on_conflict": { "constraint": [ - 1573 + 1574 ], "update_columns": [ - 1588 + 1589 ], "where": [ - 1572 + 1573 ], "__typename": [ 85 @@ -24482,13 +24499,13 @@ export default { }, "e_tournament_free_agent_statuses_order_by": { "description": [ - 3647 + 3648 ], "tournament_free_agents_aggregate": [ - 5361 + 5362 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -24516,10 +24533,10 @@ export default { }, "e_tournament_free_agent_statuses_stream_cursor_input": { "initial_value": [ - 1587 + 1588 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -24539,10 +24556,10 @@ export default { "e_tournament_free_agent_statuses_update_column": {}, "e_tournament_free_agent_statuses_updates": { "_set": [ - 1585 + 1586 ], "where": [ - 1572 + 1573 ], "__typename": [ 85 @@ -24553,10 +24570,10 @@ export default { 85 ], "tournaments": [ - 5827, + 5896, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -24566,19 +24583,19 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_aggregate": [ - 5828, + 5897, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -24588,11 +24605,11 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], @@ -24605,10 +24622,10 @@ export default { }, "e_tournament_registration_types_aggregate": { "aggregate": [ - 1592 + 1593 ], "nodes": [ - 1590 + 1591 ], "__typename": [ 85 @@ -24619,7 +24636,7 @@ export default { 41, { "columns": [ - 1604, + 1605, "[e_tournament_registration_types_select_column!]" ], "distinct": [ @@ -24628,10 +24645,10 @@ export default { } ], "max": [ - 1598 + 1599 ], "min": [ - 1599 + 1600 ], "__typename": [ 85 @@ -24639,22 +24656,22 @@ export default { }, "e_tournament_registration_types_bool_exp": { "_and": [ - 1593 + 1594 ], "_not": [ - 1593 + 1594 ], "_or": [ - 1593 + 1594 ], "description": [ 87 ], "tournaments": [ - 5848 + 5917 ], "tournaments_aggregate": [ - 5829 + 5898 ], "value": [ 87 @@ -24667,19 +24684,19 @@ export default { "e_tournament_registration_types_enum": {}, "e_tournament_registration_types_enum_comparison_exp": { "_eq": [ - 1595 + 1596 ], "_in": [ - 1595 + 1596 ], "_is_null": [ 6 ], "_neq": [ - 1595 + 1596 ], "_nin": [ - 1595 + 1596 ], "__typename": [ 85 @@ -24690,7 +24707,7 @@ export default { 85 ], "tournaments": [ - 5845 + 5914 ], "value": [ 85 @@ -24726,7 +24743,7 @@ export default { 41 ], "returning": [ - 1590 + 1591 ], "__typename": [ 85 @@ -24734,13 +24751,13 @@ export default { }, "e_tournament_registration_types_on_conflict": { "constraint": [ - 1594 + 1595 ], "update_columns": [ - 1608 + 1609 ], "where": [ - 1593 + 1594 ], "__typename": [ 85 @@ -24748,13 +24765,13 @@ export default { }, "e_tournament_registration_types_order_by": { "description": [ - 3647 + 3648 ], "tournaments_aggregate": [ - 5844 + 5913 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -24782,10 +24799,10 @@ export default { }, "e_tournament_registration_types_stream_cursor_input": { "initial_value": [ - 1607 + 1608 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -24805,10 +24822,10 @@ export default { "e_tournament_registration_types_update_column": {}, "e_tournament_registration_types_updates": { "_set": [ - 1605 + 1606 ], "where": [ - 1593 + 1594 ], "__typename": [ 85 @@ -24819,10 +24836,10 @@ export default { 85 ], "tournament_stages": [ - 5648, + 5717, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -24832,19 +24849,19 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "tournament_stages_aggregate": [ - 5649, + 5718, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -24854,11 +24871,11 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], @@ -24871,10 +24888,10 @@ export default { }, "e_tournament_stage_types_aggregate": { "aggregate": [ - 1612 + 1613 ], "nodes": [ - 1610 + 1611 ], "__typename": [ 85 @@ -24885,7 +24902,7 @@ export default { 41, { "columns": [ - 1625, + 1626, "[e_tournament_stage_types_select_column!]" ], "distinct": [ @@ -24894,10 +24911,10 @@ export default { } ], "max": [ - 1618 + 1619 ], "min": [ - 1619 + 1620 ], "__typename": [ 85 @@ -24905,22 +24922,22 @@ export default { }, "e_tournament_stage_types_bool_exp": { "_and": [ - 1613 + 1614 ], "_not": [ - 1613 + 1614 ], "_or": [ - 1613 + 1614 ], "description": [ 87 ], "tournament_stages": [ - 5660 + 5729 ], "tournament_stages_aggregate": [ - 5650 + 5719 ], "value": [ 87 @@ -24933,19 +24950,19 @@ export default { "e_tournament_stage_types_enum": {}, "e_tournament_stage_types_enum_comparison_exp": { "_eq": [ - 1615 + 1616 ], "_in": [ - 1615 + 1616 ], "_is_null": [ 6 ], "_neq": [ - 1615 + 1616 ], "_nin": [ - 1615 + 1616 ], "__typename": [ 85 @@ -24956,7 +24973,7 @@ export default { 85 ], "tournament_stages": [ - 5657 + 5726 ], "value": [ 85 @@ -24992,7 +25009,7 @@ export default { 41 ], "returning": [ - 1610 + 1611 ], "__typename": [ 85 @@ -25000,10 +25017,10 @@ export default { }, "e_tournament_stage_types_obj_rel_insert_input": { "data": [ - 1617 + 1618 ], "on_conflict": [ - 1622 + 1623 ], "__typename": [ 85 @@ -25011,13 +25028,13 @@ export default { }, "e_tournament_stage_types_on_conflict": { "constraint": [ - 1614 + 1615 ], "update_columns": [ - 1629 + 1630 ], "where": [ - 1613 + 1614 ], "__typename": [ 85 @@ -25025,13 +25042,13 @@ export default { }, "e_tournament_stage_types_order_by": { "description": [ - 3647 + 3648 ], "tournament_stages_aggregate": [ - 5655 + 5724 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -25059,10 +25076,10 @@ export default { }, "e_tournament_stage_types_stream_cursor_input": { "initial_value": [ - 1628 + 1629 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -25082,10 +25099,10 @@ export default { "e_tournament_stage_types_update_column": {}, "e_tournament_stage_types_updates": { "_set": [ - 1626 + 1627 ], "where": [ - 1613 + 1614 ], "__typename": [ 85 @@ -25096,10 +25113,10 @@ export default { 85 ], "tournaments": [ - 5827, + 5896, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -25109,19 +25126,19 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_aggregate": [ - 5828, + 5897, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -25131,11 +25148,11 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], @@ -25148,10 +25165,10 @@ export default { }, "e_tournament_status_aggregate": { "aggregate": [ - 1633 + 1634 ], "nodes": [ - 1631 + 1632 ], "__typename": [ 85 @@ -25162,7 +25179,7 @@ export default { 41, { "columns": [ - 1646, + 1647, "[e_tournament_status_select_column!]" ], "distinct": [ @@ -25171,10 +25188,10 @@ export default { } ], "max": [ - 1639 + 1640 ], "min": [ - 1640 + 1641 ], "__typename": [ 85 @@ -25182,22 +25199,22 @@ export default { }, "e_tournament_status_bool_exp": { "_and": [ - 1634 + 1635 ], "_not": [ - 1634 + 1635 ], "_or": [ - 1634 + 1635 ], "description": [ 87 ], "tournaments": [ - 5848 + 5917 ], "tournaments_aggregate": [ - 5829 + 5898 ], "value": [ 87 @@ -25210,19 +25227,19 @@ export default { "e_tournament_status_enum": {}, "e_tournament_status_enum_comparison_exp": { "_eq": [ - 1636 + 1637 ], "_in": [ - 1636 + 1637 ], "_is_null": [ 6 ], "_neq": [ - 1636 + 1637 ], "_nin": [ - 1636 + 1637 ], "__typename": [ 85 @@ -25233,7 +25250,7 @@ export default { 85 ], "tournaments": [ - 5845 + 5914 ], "value": [ 85 @@ -25269,7 +25286,7 @@ export default { 41 ], "returning": [ - 1631 + 1632 ], "__typename": [ 85 @@ -25277,10 +25294,10 @@ export default { }, "e_tournament_status_obj_rel_insert_input": { "data": [ - 1638 + 1639 ], "on_conflict": [ - 1643 + 1644 ], "__typename": [ 85 @@ -25288,13 +25305,13 @@ export default { }, "e_tournament_status_on_conflict": { "constraint": [ - 1635 + 1636 ], "update_columns": [ - 1650 + 1651 ], "where": [ - 1634 + 1635 ], "__typename": [ 85 @@ -25302,13 +25319,13 @@ export default { }, "e_tournament_status_order_by": { "description": [ - 3647 + 3648 ], "tournaments_aggregate": [ - 5844 + 5913 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -25336,10 +25353,10 @@ export default { }, "e_tournament_status_stream_cursor_input": { "initial_value": [ - 1649 + 1650 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -25359,10 +25376,10 @@ export default { "e_tournament_status_update_column": {}, "e_tournament_status_updates": { "_set": [ - 1647 + 1648 ], "where": [ - 1634 + 1635 ], "__typename": [ 85 @@ -25373,10 +25390,10 @@ export default { 85 ], "utility_practice_sessions": [ - 6557, + 6626, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -25386,19 +25403,19 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], "utility_practice_sessions_aggregate": [ - 6558, + 6627, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -25408,11 +25425,11 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], @@ -25425,10 +25442,10 @@ export default { }, "e_utility_practice_access_aggregate": { "aggregate": [ - 1654 + 1655 ], "nodes": [ - 1652 + 1653 ], "__typename": [ 85 @@ -25439,7 +25456,7 @@ export default { 41, { "columns": [ - 1666, + 1667, "[e_utility_practice_access_select_column!]" ], "distinct": [ @@ -25448,10 +25465,10 @@ export default { } ], "max": [ - 1660 + 1661 ], "min": [ - 1661 + 1662 ], "__typename": [ 85 @@ -25459,22 +25476,22 @@ export default { }, "e_utility_practice_access_bool_exp": { "_and": [ - 1655 + 1656 ], "_not": [ - 1655 + 1656 ], "_or": [ - 1655 + 1656 ], "description": [ 87 ], "utility_practice_sessions": [ - 6568 + 6637 ], "utility_practice_sessions_aggregate": [ - 6559 + 6628 ], "value": [ 87 @@ -25487,19 +25504,19 @@ export default { "e_utility_practice_access_enum": {}, "e_utility_practice_access_enum_comparison_exp": { "_eq": [ - 1657 + 1658 ], "_in": [ - 1657 + 1658 ], "_is_null": [ 6 ], "_neq": [ - 1657 + 1658 ], "_nin": [ - 1657 + 1658 ], "__typename": [ 85 @@ -25510,7 +25527,7 @@ export default { 85 ], "utility_practice_sessions": [ - 6565 + 6634 ], "value": [ 85 @@ -25546,7 +25563,7 @@ export default { 41 ], "returning": [ - 1652 + 1653 ], "__typename": [ 85 @@ -25554,13 +25571,13 @@ export default { }, "e_utility_practice_access_on_conflict": { "constraint": [ - 1656 + 1657 ], "update_columns": [ - 1670 + 1671 ], "where": [ - 1655 + 1656 ], "__typename": [ 85 @@ -25568,13 +25585,13 @@ export default { }, "e_utility_practice_access_order_by": { "description": [ - 3647 + 3648 ], "utility_practice_sessions_aggregate": [ - 6564 + 6633 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -25602,10 +25619,10 @@ export default { }, "e_utility_practice_access_stream_cursor_input": { "initial_value": [ - 1669 + 1670 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -25625,10 +25642,10 @@ export default { "e_utility_practice_access_update_column": {}, "e_utility_practice_access_updates": { "_set": [ - 1667 + 1668 ], "where": [ - 1655 + 1656 ], "__typename": [ 85 @@ -25639,10 +25656,10 @@ export default { 85 ], "utility_practice_sessions": [ - 6557, + 6626, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -25652,19 +25669,19 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], "utility_practice_sessions_aggregate": [ - 6558, + 6627, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -25674,11 +25691,11 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], @@ -25691,10 +25708,10 @@ export default { }, "e_utility_practice_statuses_aggregate": { "aggregate": [ - 1674 + 1675 ], "nodes": [ - 1672 + 1673 ], "__typename": [ 85 @@ -25705,7 +25722,7 @@ export default { 41, { "columns": [ - 1687, + 1688, "[e_utility_practice_statuses_select_column!]" ], "distinct": [ @@ -25714,10 +25731,10 @@ export default { } ], "max": [ - 1680 + 1681 ], "min": [ - 1681 + 1682 ], "__typename": [ 85 @@ -25725,22 +25742,22 @@ export default { }, "e_utility_practice_statuses_bool_exp": { "_and": [ - 1675 + 1676 ], "_not": [ - 1675 + 1676 ], "_or": [ - 1675 + 1676 ], "description": [ 87 ], "utility_practice_sessions": [ - 6568 + 6637 ], "utility_practice_sessions_aggregate": [ - 6559 + 6628 ], "value": [ 87 @@ -25753,19 +25770,19 @@ export default { "e_utility_practice_statuses_enum": {}, "e_utility_practice_statuses_enum_comparison_exp": { "_eq": [ - 1677 + 1678 ], "_in": [ - 1677 + 1678 ], "_is_null": [ 6 ], "_neq": [ - 1677 + 1678 ], "_nin": [ - 1677 + 1678 ], "__typename": [ 85 @@ -25776,7 +25793,7 @@ export default { 85 ], "utility_practice_sessions": [ - 6565 + 6634 ], "value": [ 85 @@ -25812,7 +25829,7 @@ export default { 41 ], "returning": [ - 1672 + 1673 ], "__typename": [ 85 @@ -25820,10 +25837,10 @@ export default { }, "e_utility_practice_statuses_obj_rel_insert_input": { "data": [ - 1679 + 1680 ], "on_conflict": [ - 1684 + 1685 ], "__typename": [ 85 @@ -25831,13 +25848,13 @@ export default { }, "e_utility_practice_statuses_on_conflict": { "constraint": [ - 1676 + 1677 ], "update_columns": [ - 1691 + 1692 ], "where": [ - 1675 + 1676 ], "__typename": [ 85 @@ -25845,13 +25862,13 @@ export default { }, "e_utility_practice_statuses_order_by": { "description": [ - 3647 + 3648 ], "utility_practice_sessions_aggregate": [ - 6564 + 6633 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -25879,10 +25896,10 @@ export default { }, "e_utility_practice_statuses_stream_cursor_input": { "initial_value": [ - 1690 + 1691 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -25902,10 +25919,10 @@ export default { "e_utility_practice_statuses_update_column": {}, "e_utility_practice_statuses_updates": { "_set": [ - 1688 + 1689 ], "where": [ - 1675 + 1676 ], "__typename": [ 85 @@ -25916,10 +25933,10 @@ export default { 85 ], "utility_lineups": [ - 6351, + 6420, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -25929,19 +25946,19 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_aggregate": [ - 6352, + 6421, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -25951,11 +25968,11 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], @@ -25968,10 +25985,10 @@ export default { }, "e_utility_sources_aggregate": { "aggregate": [ - 1695 + 1696 ], "nodes": [ - 1693 + 1694 ], "__typename": [ 85 @@ -25982,7 +25999,7 @@ export default { 41, { "columns": [ - 1707, + 1708, "[e_utility_sources_select_column!]" ], "distinct": [ @@ -25991,10 +26008,10 @@ export default { } ], "max": [ - 1701 + 1702 ], "min": [ - 1702 + 1703 ], "__typename": [ 85 @@ -26002,22 +26019,22 @@ export default { }, "e_utility_sources_bool_exp": { "_and": [ - 1696 + 1697 ], "_not": [ - 1696 + 1697 ], "_or": [ - 1696 + 1697 ], "description": [ 87 ], "utility_lineups": [ - 6373 + 6442 ], "utility_lineups_aggregate": [ - 6353 + 6422 ], "value": [ 87 @@ -26030,19 +26047,19 @@ export default { "e_utility_sources_enum": {}, "e_utility_sources_enum_comparison_exp": { "_eq": [ - 1698 + 1699 ], "_in": [ - 1698 + 1699 ], "_is_null": [ 6 ], "_neq": [ - 1698 + 1699 ], "_nin": [ - 1698 + 1699 ], "__typename": [ 85 @@ -26053,7 +26070,7 @@ export default { 85 ], "utility_lineups": [ - 6370 + 6439 ], "value": [ 85 @@ -26089,7 +26106,7 @@ export default { 41 ], "returning": [ - 1693 + 1694 ], "__typename": [ 85 @@ -26097,13 +26114,13 @@ export default { }, "e_utility_sources_on_conflict": { "constraint": [ - 1697 + 1698 ], "update_columns": [ - 1711 + 1712 ], "where": [ - 1696 + 1697 ], "__typename": [ 85 @@ -26111,13 +26128,13 @@ export default { }, "e_utility_sources_order_by": { "description": [ - 3647 + 3648 ], "utility_lineups_aggregate": [ - 6368 + 6437 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -26145,10 +26162,10 @@ export default { }, "e_utility_sources_stream_cursor_input": { "initial_value": [ - 1710 + 1711 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -26168,10 +26185,10 @@ export default { "e_utility_sources_update_column": {}, "e_utility_sources_updates": { "_set": [ - 1708 + 1709 ], "where": [ - 1696 + 1697 ], "__typename": [ 85 @@ -26182,10 +26199,10 @@ export default { 85 ], "utility_lineups": [ - 6351, + 6420, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -26195,19 +26212,19 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_aggregate": [ - 6352, + 6421, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -26217,11 +26234,11 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], @@ -26234,10 +26251,10 @@ export default { }, "e_utility_techniques_aggregate": { "aggregate": [ - 1715 + 1716 ], "nodes": [ - 1713 + 1714 ], "__typename": [ 85 @@ -26248,7 +26265,7 @@ export default { 41, { "columns": [ - 1727, + 1728, "[e_utility_techniques_select_column!]" ], "distinct": [ @@ -26257,10 +26274,10 @@ export default { } ], "max": [ - 1721 + 1722 ], "min": [ - 1722 + 1723 ], "__typename": [ 85 @@ -26268,22 +26285,22 @@ export default { }, "e_utility_techniques_bool_exp": { "_and": [ - 1716 + 1717 ], "_not": [ - 1716 + 1717 ], "_or": [ - 1716 + 1717 ], "description": [ 87 ], "utility_lineups": [ - 6373 + 6442 ], "utility_lineups_aggregate": [ - 6353 + 6422 ], "value": [ 87 @@ -26296,19 +26313,19 @@ export default { "e_utility_techniques_enum": {}, "e_utility_techniques_enum_comparison_exp": { "_eq": [ - 1718 + 1719 ], "_in": [ - 1718 + 1719 ], "_is_null": [ 6 ], "_neq": [ - 1718 + 1719 ], "_nin": [ - 1718 + 1719 ], "__typename": [ 85 @@ -26319,7 +26336,7 @@ export default { 85 ], "utility_lineups": [ - 6370 + 6439 ], "value": [ 85 @@ -26355,7 +26372,7 @@ export default { 41 ], "returning": [ - 1713 + 1714 ], "__typename": [ 85 @@ -26363,13 +26380,13 @@ export default { }, "e_utility_techniques_on_conflict": { "constraint": [ - 1717 + 1718 ], "update_columns": [ - 1731 + 1732 ], "where": [ - 1716 + 1717 ], "__typename": [ 85 @@ -26377,13 +26394,13 @@ export default { }, "e_utility_techniques_order_by": { "description": [ - 3647 + 3648 ], "utility_lineups_aggregate": [ - 6368 + 6437 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -26411,10 +26428,10 @@ export default { }, "e_utility_techniques_stream_cursor_input": { "initial_value": [ - 1730 + 1731 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -26434,10 +26451,10 @@ export default { "e_utility_techniques_update_column": {}, "e_utility_techniques_updates": { "_set": [ - 1728 + 1729 ], "where": [ - 1716 + 1717 ], "__typename": [ 85 @@ -26448,10 +26465,10 @@ export default { 85 ], "utility_lineups": [ - 6351, + 6420, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -26461,19 +26478,19 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_aggregate": [ - 6352, + 6421, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -26483,11 +26500,11 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], @@ -26500,10 +26517,10 @@ export default { }, "e_utility_throw_strengths_aggregate": { "aggregate": [ - 1735 + 1736 ], "nodes": [ - 1733 + 1734 ], "__typename": [ 85 @@ -26514,7 +26531,7 @@ export default { 41, { "columns": [ - 1747, + 1748, "[e_utility_throw_strengths_select_column!]" ], "distinct": [ @@ -26523,10 +26540,10 @@ export default { } ], "max": [ - 1741 + 1742 ], "min": [ - 1742 + 1743 ], "__typename": [ 85 @@ -26534,22 +26551,22 @@ export default { }, "e_utility_throw_strengths_bool_exp": { "_and": [ - 1736 + 1737 ], "_not": [ - 1736 + 1737 ], "_or": [ - 1736 + 1737 ], "description": [ 87 ], "utility_lineups": [ - 6373 + 6442 ], "utility_lineups_aggregate": [ - 6353 + 6422 ], "value": [ 87 @@ -26562,19 +26579,19 @@ export default { "e_utility_throw_strengths_enum": {}, "e_utility_throw_strengths_enum_comparison_exp": { "_eq": [ - 1738 + 1739 ], "_in": [ - 1738 + 1739 ], "_is_null": [ 6 ], "_neq": [ - 1738 + 1739 ], "_nin": [ - 1738 + 1739 ], "__typename": [ 85 @@ -26585,7 +26602,7 @@ export default { 85 ], "utility_lineups": [ - 6370 + 6439 ], "value": [ 85 @@ -26621,7 +26638,7 @@ export default { 41 ], "returning": [ - 1733 + 1734 ], "__typename": [ 85 @@ -26629,13 +26646,13 @@ export default { }, "e_utility_throw_strengths_on_conflict": { "constraint": [ - 1737 + 1738 ], "update_columns": [ - 1751 + 1752 ], "where": [ - 1736 + 1737 ], "__typename": [ 85 @@ -26643,13 +26660,13 @@ export default { }, "e_utility_throw_strengths_order_by": { "description": [ - 3647 + 3648 ], "utility_lineups_aggregate": [ - 6368 + 6437 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -26677,10 +26694,10 @@ export default { }, "e_utility_throw_strengths_stream_cursor_input": { "initial_value": [ - 1750 + 1751 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -26700,10 +26717,10 @@ export default { "e_utility_throw_strengths_update_column": {}, "e_utility_throw_strengths_updates": { "_set": [ - 1748 + 1749 ], "where": [ - 1736 + 1737 ], "__typename": [ 85 @@ -26714,10 +26731,10 @@ export default { 85 ], "player_utilities": [ - 4531, + 4532, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -26727,19 +26744,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "player_utilities_aggregate": [ - 4532, + 4533, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -26749,11 +26766,11 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], @@ -26766,10 +26783,10 @@ export default { }, "e_utility_types_aggregate": { "aggregate": [ - 1755 + 1756 ], "nodes": [ - 1753 + 1754 ], "__typename": [ 85 @@ -26780,7 +26797,7 @@ export default { 41, { "columns": [ - 1767, + 1768, "[e_utility_types_select_column!]" ], "distinct": [ @@ -26789,10 +26806,10 @@ export default { } ], "max": [ - 1761 + 1762 ], "min": [ - 1762 + 1763 ], "__typename": [ 85 @@ -26800,22 +26817,22 @@ export default { }, "e_utility_types_bool_exp": { "_and": [ - 1756 + 1757 ], "_not": [ - 1756 + 1757 ], "_or": [ - 1756 + 1757 ], "description": [ 87 ], "player_utilities": [ - 4540 + 4541 ], "player_utilities_aggregate": [ - 4533 + 4534 ], "value": [ 87 @@ -26828,19 +26845,19 @@ export default { "e_utility_types_enum": {}, "e_utility_types_enum_comparison_exp": { "_eq": [ - 1758 + 1759 ], "_in": [ - 1758 + 1759 ], "_is_null": [ 6 ], "_neq": [ - 1758 + 1759 ], "_nin": [ - 1758 + 1759 ], "__typename": [ 85 @@ -26851,7 +26868,7 @@ export default { 85 ], "player_utilities": [ - 4537 + 4538 ], "value": [ 85 @@ -26887,7 +26904,7 @@ export default { 41 ], "returning": [ - 1753 + 1754 ], "__typename": [ 85 @@ -26895,13 +26912,13 @@ export default { }, "e_utility_types_on_conflict": { "constraint": [ - 1757 + 1758 ], "update_columns": [ - 1771 + 1772 ], "where": [ - 1756 + 1757 ], "__typename": [ 85 @@ -26909,13 +26926,13 @@ export default { }, "e_utility_types_order_by": { "description": [ - 3647 + 3648 ], "player_utilities_aggregate": [ - 4536 + 4537 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -26943,10 +26960,10 @@ export default { }, "e_utility_types_stream_cursor_input": { "initial_value": [ - 1770 + 1771 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -26966,10 +26983,10 @@ export default { "e_utility_types_update_column": {}, "e_utility_types_updates": { "_set": [ - 1768 + 1769 ], "where": [ - 1756 + 1757 ], "__typename": [ 85 @@ -26980,10 +26997,10 @@ export default { 85 ], "utility_lineups": [ - 6351, + 6420, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -26993,19 +27010,19 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_aggregate": [ - 6352, + 6421, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -27015,11 +27032,11 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], @@ -27032,10 +27049,10 @@ export default { }, "e_utility_visibility_aggregate": { "aggregate": [ - 1775 + 1776 ], "nodes": [ - 1773 + 1774 ], "__typename": [ 85 @@ -27046,7 +27063,7 @@ export default { 41, { "columns": [ - 1787, + 1788, "[e_utility_visibility_select_column!]" ], "distinct": [ @@ -27055,10 +27072,10 @@ export default { } ], "max": [ - 1781 + 1782 ], "min": [ - 1782 + 1783 ], "__typename": [ 85 @@ -27066,22 +27083,22 @@ export default { }, "e_utility_visibility_bool_exp": { "_and": [ - 1776 + 1777 ], "_not": [ - 1776 + 1777 ], "_or": [ - 1776 + 1777 ], "description": [ 87 ], "utility_lineups": [ - 6373 + 6442 ], "utility_lineups_aggregate": [ - 6353 + 6422 ], "value": [ 87 @@ -27094,19 +27111,19 @@ export default { "e_utility_visibility_enum": {}, "e_utility_visibility_enum_comparison_exp": { "_eq": [ - 1778 + 1779 ], "_in": [ - 1778 + 1779 ], "_is_null": [ 6 ], "_neq": [ - 1778 + 1779 ], "_nin": [ - 1778 + 1779 ], "__typename": [ 85 @@ -27117,7 +27134,7 @@ export default { 85 ], "utility_lineups": [ - 6370 + 6439 ], "value": [ 85 @@ -27153,7 +27170,7 @@ export default { 41 ], "returning": [ - 1773 + 1774 ], "__typename": [ 85 @@ -27161,13 +27178,13 @@ export default { }, "e_utility_visibility_on_conflict": { "constraint": [ - 1777 + 1778 ], "update_columns": [ - 1791 + 1792 ], "where": [ - 1776 + 1777 ], "__typename": [ 85 @@ -27175,13 +27192,13 @@ export default { }, "e_utility_visibility_order_by": { "description": [ - 3647 + 3648 ], "utility_lineups_aggregate": [ - 6368 + 6437 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -27209,10 +27226,10 @@ export default { }, "e_utility_visibility_stream_cursor_input": { "initial_value": [ - 1790 + 1791 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -27232,10 +27249,10 @@ export default { "e_utility_visibility_update_column": {}, "e_utility_visibility_updates": { "_set": [ - 1788 + 1789 ], "where": [ - 1776 + 1777 ], "__typename": [ 85 @@ -27246,10 +27263,10 @@ export default { 85 ], "match_veto_picks": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -27259,19 +27276,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_veto_picks_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -27281,11 +27298,11 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], @@ -27298,10 +27315,10 @@ export default { }, "e_veto_pick_types_aggregate": { "aggregate": [ - 1795 + 1796 ], "nodes": [ - 1793 + 1794 ], "__typename": [ 85 @@ -27312,7 +27329,7 @@ export default { 41, { "columns": [ - 1807, + 1808, "[e_veto_pick_types_select_column!]" ], "distinct": [ @@ -27321,10 +27338,10 @@ export default { } ], "max": [ - 1801 + 1802 ], "min": [ - 1802 + 1803 ], "__typename": [ 85 @@ -27332,22 +27349,22 @@ export default { }, "e_veto_pick_types_bool_exp": { "_and": [ - 1796 + 1797 ], "_not": [ - 1796 + 1797 ], "_or": [ - 1796 + 1797 ], "description": [ 87 ], "match_veto_picks": [ - 3228 + 3229 ], "match_veto_picks_aggregate": [ - 3221 + 3222 ], "value": [ 87 @@ -27360,19 +27377,19 @@ export default { "e_veto_pick_types_enum": {}, "e_veto_pick_types_enum_comparison_exp": { "_eq": [ - 1798 + 1799 ], "_in": [ - 1798 + 1799 ], "_is_null": [ 6 ], "_neq": [ - 1798 + 1799 ], "_nin": [ - 1798 + 1799 ], "__typename": [ 85 @@ -27383,7 +27400,7 @@ export default { 85 ], "match_veto_picks": [ - 3227 + 3228 ], "value": [ 85 @@ -27419,7 +27436,7 @@ export default { 41 ], "returning": [ - 1793 + 1794 ], "__typename": [ 85 @@ -27427,13 +27444,13 @@ export default { }, "e_veto_pick_types_on_conflict": { "constraint": [ - 1797 + 1798 ], "update_columns": [ - 1811 + 1812 ], "where": [ - 1796 + 1797 ], "__typename": [ 85 @@ -27441,13 +27458,13 @@ export default { }, "e_veto_pick_types_order_by": { "description": [ - 3647 + 3648 ], "match_veto_picks_aggregate": [ - 3226 + 3227 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -27475,10 +27492,10 @@ export default { }, "e_veto_pick_types_stream_cursor_input": { "initial_value": [ - 1810 + 1811 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -27498,10 +27515,10 @@ export default { "e_veto_pick_types_update_column": {}, "e_veto_pick_types_updates": { "_set": [ - 1808 + 1809 ], "where": [ - 1796 + 1797 ], "__typename": [ 85 @@ -27520,10 +27537,10 @@ export default { }, "e_winning_reasons_aggregate": { "aggregate": [ - 1815 + 1816 ], "nodes": [ - 1813 + 1814 ], "__typename": [ 85 @@ -27534,7 +27551,7 @@ export default { 41, { "columns": [ - 1827, + 1828, "[e_winning_reasons_select_column!]" ], "distinct": [ @@ -27543,10 +27560,10 @@ export default { } ], "max": [ - 1821 + 1822 ], "min": [ - 1822 + 1823 ], "__typename": [ 85 @@ -27554,13 +27571,13 @@ export default { }, "e_winning_reasons_bool_exp": { "_and": [ - 1816 + 1817 ], "_not": [ - 1816 + 1817 ], "_or": [ - 1816 + 1817 ], "description": [ 87 @@ -27576,19 +27593,19 @@ export default { "e_winning_reasons_enum": {}, "e_winning_reasons_enum_comparison_exp": { "_eq": [ - 1818 + 1819 ], "_in": [ - 1818 + 1819 ], "_is_null": [ 6 ], "_neq": [ - 1818 + 1819 ], "_nin": [ - 1818 + 1819 ], "__typename": [ 85 @@ -27632,7 +27649,7 @@ export default { 41 ], "returning": [ - 1813 + 1814 ], "__typename": [ 85 @@ -27640,13 +27657,13 @@ export default { }, "e_winning_reasons_on_conflict": { "constraint": [ - 1817 + 1818 ], "update_columns": [ - 1831 + 1832 ], "where": [ - 1816 + 1817 ], "__typename": [ 85 @@ -27654,10 +27671,10 @@ export default { }, "e_winning_reasons_order_by": { "description": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -27685,10 +27702,10 @@ export default { }, "e_winning_reasons_stream_cursor_input": { "initial_value": [ - 1830 + 1831 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -27708,10 +27725,10 @@ export default { "e_winning_reasons_update_column": {}, "e_winning_reasons_updates": { "_set": [ - 1828 + 1829 ], "where": [ - 1816 + 1817 ], "__typename": [ 85 @@ -27719,19 +27736,19 @@ export default { }, "event_match_links": { "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27739,10 +27756,10 @@ export default { }, "event_match_links_aggregate": { "aggregate": [ - 1835 + 1836 ], "nodes": [ - 1833 + 1834 ], "__typename": [ 85 @@ -27753,7 +27770,7 @@ export default { 41, { "columns": [ - 1845, + 1846, "[event_match_links_select_column!]" ], "distinct": [ @@ -27762,10 +27779,10 @@ export default { } ], "max": [ - 1839 + 1840 ], "min": [ - 1840 + 1841 ], "__typename": [ 85 @@ -27773,28 +27790,28 @@ export default { }, "event_match_links_bool_exp": { "_and": [ - 1836 + 1837 ], "_not": [ - 1836 + 1837 ], "_or": [ - 1836 + 1837 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -27803,19 +27820,19 @@ export default { "event_match_links_constraint": {}, "event_match_links_insert_input": { "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27823,13 +27840,13 @@ export default { }, "event_match_links_max_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27837,13 +27854,13 @@ export default { }, "event_match_links_min_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27854,7 +27871,7 @@ export default { 41 ], "returning": [ - 1833 + 1834 ], "__typename": [ 85 @@ -27862,13 +27879,13 @@ export default { }, "event_match_links_on_conflict": { "constraint": [ - 1837 + 1838 ], "update_columns": [ - 1849 + 1850 ], "where": [ - 1836 + 1837 ], "__typename": [ 85 @@ -27876,19 +27893,19 @@ export default { }, "event_match_links_order_by": { "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -27896,10 +27913,10 @@ export default { }, "event_match_links_pk_columns_input": { "event_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27908,13 +27925,13 @@ export default { "event_match_links_select_column": {}, "event_match_links_set_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27922,10 +27939,10 @@ export default { }, "event_match_links_stream_cursor_input": { "initial_value": [ - 1848 + 1849 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -27933,13 +27950,13 @@ export default { }, "event_match_links_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -27948,10 +27965,10 @@ export default { "event_match_links_update_column": {}, "event_match_links_updates": { "_set": [ - 1846 + 1847 ], "where": [ - 1836 + 1837 ], "__typename": [ 85 @@ -27959,13 +27976,13 @@ export default { }, "event_media": { "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "external_url": [ 85 @@ -27974,16 +27991,16 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mime_type": [ 85 ], "players": [ - 1873, + 1874, { "distinct_on": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "limit": [ @@ -27993,19 +28010,19 @@ export default { 41 ], "order_by": [ - 1892, + 1893, "[event_media_players_order_by!]" ], "where": [ - 1882 + 1883 ] } ], "players_aggregate": [ - 1874, + 1875, { "distinct_on": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "limit": [ @@ -28015,16 +28032,16 @@ export default { 41 ], "order_by": [ - 1892, + 1893, "[event_media_players_order_by!]" ], "where": [ - 1882 + 1883 ] } ], "size": [ - 311 + 312 ], "thumbnail_filename": [ 85 @@ -28033,10 +28050,10 @@ export default { 85 ], "uploader": [ - 4605 + 4606 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28044,10 +28061,10 @@ export default { }, "event_media_aggregate": { "aggregate": [ - 1855 + 1856 ], "nodes": [ - 1851 + 1852 ], "__typename": [ 85 @@ -28055,7 +28072,7 @@ export default { }, "event_media_aggregate_bool_exp": { "count": [ - 1854 + 1855 ], "__typename": [ 85 @@ -28063,13 +28080,13 @@ export default { }, "event_media_aggregate_bool_exp_count": { "arguments": [ - 1914 + 1915 ], "distinct": [ 6 ], "filter": [ - 1860 + 1861 ], "predicate": [ 42 @@ -28080,13 +28097,13 @@ export default { }, "event_media_aggregate_fields": { "avg": [ - 1858 + 1859 ], "count": [ 41, { "columns": [ - 1914, + 1915, "[event_media_select_column!]" ], "distinct": [ @@ -28094,44 +28111,6 @@ export default { ] } ], - "max": [ - 1864 - ], - "min": [ - 1866 - ], - "stddev": [ - 1916 - ], - "stddev_pop": [ - 1918 - ], - "stddev_samp": [ - 1920 - ], - "sum": [ - 1924 - ], - "var_pop": [ - 1928 - ], - "var_samp": [ - 1930 - ], - "variance": [ - 1932 - ], - "__typename": [ - 85 - ] - }, - "event_media_aggregate_order_by": { - "avg": [ - 1859 - ], - "count": [ - 3647 - ], "max": [ 1865 ], @@ -28163,12 +28142,50 @@ export default { 85 ] }, + "event_media_aggregate_order_by": { + "avg": [ + 1860 + ], + "count": [ + 3648 + ], + "max": [ + 1866 + ], + "min": [ + 1868 + ], + "stddev": [ + 1918 + ], + "stddev_pop": [ + 1920 + ], + "stddev_samp": [ + 1922 + ], + "sum": [ + 1926 + ], + "var_pop": [ + 1930 + ], + "var_samp": [ + 1932 + ], + "variance": [ + 1934 + ], + "__typename": [ + 85 + ] + }, "event_media_arr_rel_insert_input": { "data": [ - 1863 + 1864 ], "on_conflict": [ - 1870 + 1871 ], "__typename": [ 85 @@ -28187,10 +28204,10 @@ export default { }, "event_media_avg_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28198,22 +28215,22 @@ export default { }, "event_media_bool_exp": { "_and": [ - 1860 + 1861 ], "_not": [ - 1860 + 1861 ], "_or": [ - 1860 + 1861 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "external_url": [ 87 @@ -28222,19 +28239,19 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "mime_type": [ 87 ], "players": [ - 1882 + 1883 ], "players_aggregate": [ - 1875 + 1876 ], "size": [ - 313 + 314 ], "thumbnail_filename": [ 87 @@ -28243,10 +28260,10 @@ export default { 87 ], "uploader": [ - 4609 + 4610 ], "uploader_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -28255,10 +28272,10 @@ export default { "event_media_constraint": {}, "event_media_inc_input": { "size": [ - 311 + 312 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28266,13 +28283,13 @@ export default { }, "event_media_insert_input": { "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "external_url": [ 85 @@ -28281,16 +28298,16 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mime_type": [ 85 ], "players": [ - 1879 + 1880 ], "size": [ - 311 + 312 ], "thumbnail_filename": [ 85 @@ -28299,10 +28316,10 @@ export default { 85 ], "uploader": [ - 4616 + 4617 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28310,10 +28327,10 @@ export default { }, "event_media_max_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "external_url": [ 85 @@ -28322,13 +28339,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mime_type": [ 85 ], "size": [ - 311 + 312 ], "thumbnail_filename": [ 85 @@ -28337,7 +28354,7 @@ export default { 85 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28345,34 +28362,34 @@ export default { }, "event_media_max_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "external_url": [ - 3647 + 3648 ], "filename": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "mime_type": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "thumbnail_filename": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28380,10 +28397,10 @@ export default { }, "event_media_min_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "external_url": [ 85 @@ -28392,13 +28409,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mime_type": [ 85 ], "size": [ - 311 + 312 ], "thumbnail_filename": [ 85 @@ -28407,7 +28424,7 @@ export default { 85 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28415,34 +28432,34 @@ export default { }, "event_media_min_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "external_url": [ - 3647 + 3648 ], "filename": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "mime_type": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "thumbnail_filename": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28453,7 +28470,7 @@ export default { 41 ], "returning": [ - 1851 + 1852 ], "__typename": [ 85 @@ -28461,10 +28478,10 @@ export default { }, "event_media_obj_rel_insert_input": { "data": [ - 1863 + 1864 ], "on_conflict": [ - 1870 + 1871 ], "__typename": [ 85 @@ -28472,13 +28489,13 @@ export default { }, "event_media_on_conflict": { "constraint": [ - 1861 + 1862 ], "update_columns": [ - 1926 + 1927 ], "where": [ - 1860 + 1861 ], "__typename": [ 85 @@ -28486,43 +28503,43 @@ export default { }, "event_media_order_by": { "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "external_url": [ - 3647 + 3648 ], "filename": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "mime_type": [ - 3647 + 3648 ], "players_aggregate": [ - 1878 + 1879 ], "size": [ - 3647 + 3648 ], "thumbnail_filename": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "uploader": [ - 4618 + 4619 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28530,7 +28547,7 @@ export default { }, "event_media_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -28538,19 +28555,19 @@ export default { }, "event_media_players": { "created_at": [ - 5242 + 5243 ], "media": [ - 1851 + 1852 ], "media_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28558,10 +28575,10 @@ export default { }, "event_media_players_aggregate": { "aggregate": [ - 1877 + 1878 ], "nodes": [ - 1873 + 1874 ], "__typename": [ 85 @@ -28569,7 +28586,7 @@ export default { }, "event_media_players_aggregate_bool_exp": { "count": [ - 1876 + 1877 ], "__typename": [ 85 @@ -28577,13 +28594,13 @@ export default { }, "event_media_players_aggregate_bool_exp_count": { "arguments": [ - 1894 + 1895 ], "distinct": [ 6 ], "filter": [ - 1882 + 1883 ], "predicate": [ 42 @@ -28594,13 +28611,13 @@ export default { }, "event_media_players_aggregate_fields": { "avg": [ - 1880 + 1881 ], "count": [ 41, { "columns": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "distinct": [ @@ -28609,31 +28626,31 @@ export default { } ], "max": [ - 1886 + 1887 ], "min": [ - 1888 + 1889 ], "stddev": [ - 1896 + 1897 ], "stddev_pop": [ - 1898 + 1899 ], "stddev_samp": [ - 1900 + 1901 ], "sum": [ - 1904 + 1905 ], "var_pop": [ - 1908 + 1909 ], "var_samp": [ - 1910 + 1911 ], "variance": [ - 1912 + 1913 ], "__typename": [ 85 @@ -28641,37 +28658,37 @@ export default { }, "event_media_players_aggregate_order_by": { "avg": [ - 1881 + 1882 ], "count": [ - 3647 + 3648 ], "max": [ - 1887 + 1888 ], "min": [ - 1889 + 1890 ], "stddev": [ - 1897 + 1898 ], "stddev_pop": [ - 1899 + 1900 ], "stddev_samp": [ - 1901 + 1902 ], "sum": [ - 1905 + 1906 ], "var_pop": [ - 1909 + 1910 ], "var_samp": [ - 1911 + 1912 ], "variance": [ - 1913 + 1914 ], "__typename": [ 85 @@ -28679,10 +28696,10 @@ export default { }, "event_media_players_arr_rel_insert_input": { "data": [ - 1885 + 1886 ], "on_conflict": [ - 1891 + 1892 ], "__typename": [ 85 @@ -28698,7 +28715,7 @@ export default { }, "event_media_players_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28706,28 +28723,28 @@ export default { }, "event_media_players_bool_exp": { "_and": [ - 1882 + 1883 ], "_not": [ - 1882 + 1883 ], "_or": [ - 1882 + 1883 ], "created_at": [ - 5243 + 5244 ], "media": [ - 1860 + 1861 ], "media_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -28736,7 +28753,7 @@ export default { "event_media_players_constraint": {}, "event_media_players_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28744,19 +28761,19 @@ export default { }, "event_media_players_insert_input": { "created_at": [ - 5242 + 5243 ], "media": [ - 1869 + 1870 ], "media_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28764,13 +28781,13 @@ export default { }, "event_media_players_max_fields": { "created_at": [ - 5242 + 5243 ], "media_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28778,13 +28795,13 @@ export default { }, "event_media_players_max_order_by": { "created_at": [ - 3647 + 3648 ], "media_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28792,13 +28809,13 @@ export default { }, "event_media_players_min_fields": { "created_at": [ - 5242 + 5243 ], "media_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28806,13 +28823,13 @@ export default { }, "event_media_players_min_order_by": { "created_at": [ - 3647 + 3648 ], "media_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28823,7 +28840,7 @@ export default { 41 ], "returning": [ - 1873 + 1874 ], "__typename": [ 85 @@ -28831,13 +28848,13 @@ export default { }, "event_media_players_on_conflict": { "constraint": [ - 1883 + 1884 ], "update_columns": [ - 1906 + 1907 ], "where": [ - 1882 + 1883 ], "__typename": [ 85 @@ -28845,19 +28862,19 @@ export default { }, "event_media_players_order_by": { "created_at": [ - 3647 + 3648 ], "media": [ - 1871 + 1872 ], "media_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28865,10 +28882,10 @@ export default { }, "event_media_players_pk_columns_input": { "media_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28877,13 +28894,13 @@ export default { "event_media_players_select_column": {}, "event_media_players_set_input": { "created_at": [ - 5242 + 5243 ], "media_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28899,7 +28916,7 @@ export default { }, "event_media_players_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28915,7 +28932,7 @@ export default { }, "event_media_players_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28931,7 +28948,7 @@ export default { }, "event_media_players_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28939,10 +28956,10 @@ export default { }, "event_media_players_stream_cursor_input": { "initial_value": [ - 1903 + 1904 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -28950,13 +28967,13 @@ export default { }, "event_media_players_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "media_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28964,7 +28981,7 @@ export default { }, "event_media_players_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -28972,7 +28989,7 @@ export default { }, "event_media_players_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -28981,13 +28998,13 @@ export default { "event_media_players_update_column": {}, "event_media_players_updates": { "_inc": [ - 1884 + 1885 ], "_set": [ - 1895 + 1896 ], "where": [ - 1882 + 1883 ], "__typename": [ 85 @@ -29003,7 +29020,7 @@ export default { }, "event_media_players_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29019,7 +29036,7 @@ export default { }, "event_media_players_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29035,7 +29052,7 @@ export default { }, "event_media_players_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29044,10 +29061,10 @@ export default { "event_media_select_column": {}, "event_media_set_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "external_url": [ 85 @@ -29056,13 +29073,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mime_type": [ 85 ], "size": [ - 311 + 312 ], "thumbnail_filename": [ 85 @@ -29071,7 +29088,7 @@ export default { 85 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29090,10 +29107,10 @@ export default { }, "event_media_stddev_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29112,10 +29129,10 @@ export default { }, "event_media_stddev_pop_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29134,10 +29151,10 @@ export default { }, "event_media_stddev_samp_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29145,10 +29162,10 @@ export default { }, "event_media_stream_cursor_input": { "initial_value": [ - 1923 + 1924 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -29156,10 +29173,10 @@ export default { }, "event_media_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "external_url": [ 85 @@ -29168,13 +29185,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "mime_type": [ 85 ], "size": [ - 311 + 312 ], "thumbnail_filename": [ 85 @@ -29183,7 +29200,7 @@ export default { 85 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29191,10 +29208,10 @@ export default { }, "event_media_sum_fields": { "size": [ - 311 + 312 ], "uploader_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29202,10 +29219,10 @@ export default { }, "event_media_sum_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29214,13 +29231,13 @@ export default { "event_media_update_column": {}, "event_media_updates": { "_inc": [ - 1862 + 1863 ], "_set": [ - 1915 + 1916 ], "where": [ - 1860 + 1861 ], "__typename": [ 85 @@ -29239,10 +29256,10 @@ export default { }, "event_media_var_pop_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29261,10 +29278,10 @@ export default { }, "event_media_var_samp_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29283,10 +29300,10 @@ export default { }, "event_media_variance_order_by": { "size": [ - 3647 + 3648 ], "uploader_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29294,19 +29311,19 @@ export default { }, "event_organizers": { "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "organizer": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29314,10 +29331,10 @@ export default { }, "event_organizers_aggregate": { "aggregate": [ - 1938 + 1939 ], "nodes": [ - 1934 + 1935 ], "__typename": [ 85 @@ -29325,7 +29342,7 @@ export default { }, "event_organizers_aggregate_bool_exp": { "count": [ - 1937 + 1938 ], "__typename": [ 85 @@ -29333,13 +29350,13 @@ export default { }, "event_organizers_aggregate_bool_exp_count": { "arguments": [ - 1955 + 1956 ], "distinct": [ 6 ], "filter": [ - 1943 + 1944 ], "predicate": [ 42 @@ -29350,13 +29367,13 @@ export default { }, "event_organizers_aggregate_fields": { "avg": [ - 1941 + 1942 ], "count": [ 41, { "columns": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "distinct": [ @@ -29364,44 +29381,6 @@ export default { ] } ], - "max": [ - 1947 - ], - "min": [ - 1949 - ], - "stddev": [ - 1957 - ], - "stddev_pop": [ - 1959 - ], - "stddev_samp": [ - 1961 - ], - "sum": [ - 1965 - ], - "var_pop": [ - 1969 - ], - "var_samp": [ - 1971 - ], - "variance": [ - 1973 - ], - "__typename": [ - 85 - ] - }, - "event_organizers_aggregate_order_by": { - "avg": [ - 1942 - ], - "count": [ - 3647 - ], "max": [ 1948 ], @@ -29433,12 +29412,50 @@ export default { 85 ] }, + "event_organizers_aggregate_order_by": { + "avg": [ + 1943 + ], + "count": [ + 3648 + ], + "max": [ + 1949 + ], + "min": [ + 1951 + ], + "stddev": [ + 1959 + ], + "stddev_pop": [ + 1961 + ], + "stddev_samp": [ + 1963 + ], + "sum": [ + 1967 + ], + "var_pop": [ + 1971 + ], + "var_samp": [ + 1973 + ], + "variance": [ + 1975 + ], + "__typename": [ + 85 + ] + }, "event_organizers_arr_rel_insert_input": { "data": [ - 1946 + 1947 ], "on_conflict": [ - 1952 + 1953 ], "__typename": [ 85 @@ -29454,7 +29471,7 @@ export default { }, "event_organizers_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29462,28 +29479,28 @@ export default { }, "event_organizers_bool_exp": { "_and": [ - 1943 + 1944 ], "_not": [ - 1943 + 1944 ], "_or": [ - 1943 + 1944 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "organizer": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -29492,7 +29509,7 @@ export default { "event_organizers_constraint": {}, "event_organizers_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29500,19 +29517,19 @@ export default { }, "event_organizers_insert_input": { "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "organizer": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29520,13 +29537,13 @@ export default { }, "event_organizers_max_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29534,13 +29551,13 @@ export default { }, "event_organizers_max_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29548,13 +29565,13 @@ export default { }, "event_organizers_min_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29562,13 +29579,13 @@ export default { }, "event_organizers_min_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29579,7 +29596,7 @@ export default { 41 ], "returning": [ - 1934 + 1935 ], "__typename": [ 85 @@ -29587,13 +29604,13 @@ export default { }, "event_organizers_on_conflict": { "constraint": [ - 1944 + 1945 ], "update_columns": [ - 1967 + 1968 ], "where": [ - 1943 + 1944 ], "__typename": [ 85 @@ -29601,19 +29618,19 @@ export default { }, "event_organizers_order_by": { "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "organizer": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29621,10 +29638,10 @@ export default { }, "event_organizers_pk_columns_input": { "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29633,13 +29650,13 @@ export default { "event_organizers_select_column": {}, "event_organizers_set_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29655,7 +29672,7 @@ export default { }, "event_organizers_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29671,7 +29688,7 @@ export default { }, "event_organizers_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29687,7 +29704,7 @@ export default { }, "event_organizers_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29695,10 +29712,10 @@ export default { }, "event_organizers_stream_cursor_input": { "initial_value": [ - 1964 + 1965 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -29706,13 +29723,13 @@ export default { }, "event_organizers_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29720,7 +29737,7 @@ export default { }, "event_organizers_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29728,7 +29745,7 @@ export default { }, "event_organizers_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29737,13 +29754,13 @@ export default { "event_organizers_update_column": {}, "event_organizers_updates": { "_inc": [ - 1945 + 1946 ], "_set": [ - 1956 + 1957 ], "where": [ - 1943 + 1944 ], "__typename": [ 85 @@ -29759,7 +29776,7 @@ export default { }, "event_organizers_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29775,7 +29792,7 @@ export default { }, "event_organizers_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29791,7 +29808,7 @@ export default { }, "event_organizers_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29799,19 +29816,19 @@ export default { }, "event_players": { "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -29819,10 +29836,10 @@ export default { }, "event_players_aggregate": { "aggregate": [ - 1979 + 1980 ], "nodes": [ - 1975 + 1976 ], "__typename": [ 85 @@ -29830,7 +29847,7 @@ export default { }, "event_players_aggregate_bool_exp": { "count": [ - 1978 + 1979 ], "__typename": [ 85 @@ -29838,13 +29855,13 @@ export default { }, "event_players_aggregate_bool_exp_count": { "arguments": [ - 1996 + 1997 ], "distinct": [ 6 ], "filter": [ - 1984 + 1985 ], "predicate": [ 42 @@ -29855,13 +29872,13 @@ export default { }, "event_players_aggregate_fields": { "avg": [ - 1982 + 1983 ], "count": [ 41, { "columns": [ - 1996, + 1997, "[event_players_select_column!]" ], "distinct": [ @@ -29870,31 +29887,31 @@ export default { } ], "max": [ - 1988 + 1989 ], "min": [ - 1990 + 1991 ], "stddev": [ - 1998 + 1999 ], "stddev_pop": [ - 2000 + 2001 ], "stddev_samp": [ - 2002 + 2003 ], "sum": [ - 2006 + 2007 ], "var_pop": [ - 2010 + 2011 ], "var_samp": [ - 2012 + 2013 ], "variance": [ - 2014 + 2015 ], "__typename": [ 85 @@ -29902,37 +29919,37 @@ export default { }, "event_players_aggregate_order_by": { "avg": [ - 1983 + 1984 ], "count": [ - 3647 + 3648 ], "max": [ - 1989 + 1990 ], "min": [ - 1991 + 1992 ], "stddev": [ - 1999 + 2000 ], "stddev_pop": [ - 2001 + 2002 ], "stddev_samp": [ - 2003 + 2004 ], "sum": [ - 2007 + 2008 ], "var_pop": [ - 2011 + 2012 ], "var_samp": [ - 2013 + 2014 ], "variance": [ - 2015 + 2016 ], "__typename": [ 85 @@ -29940,10 +29957,10 @@ export default { }, "event_players_arr_rel_insert_input": { "data": [ - 1987 + 1988 ], "on_conflict": [ - 1993 + 1994 ], "__typename": [ 85 @@ -29959,7 +29976,7 @@ export default { }, "event_players_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -29967,28 +29984,28 @@ export default { }, "event_players_bool_exp": { "_and": [ - 1984 + 1985 ], "_not": [ - 1984 + 1985 ], "_or": [ - 1984 + 1985 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -29997,7 +30014,7 @@ export default { "event_players_constraint": {}, "event_players_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30005,19 +30022,19 @@ export default { }, "event_players_insert_input": { "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30025,13 +30042,13 @@ export default { }, "event_players_max_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30039,13 +30056,13 @@ export default { }, "event_players_max_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30053,13 +30070,13 @@ export default { }, "event_players_min_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30067,13 +30084,13 @@ export default { }, "event_players_min_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30084,7 +30101,7 @@ export default { 41 ], "returning": [ - 1975 + 1976 ], "__typename": [ 85 @@ -30092,13 +30109,13 @@ export default { }, "event_players_on_conflict": { "constraint": [ - 1985 + 1986 ], "update_columns": [ - 2008 + 2009 ], "where": [ - 1984 + 1985 ], "__typename": [ 85 @@ -30106,19 +30123,19 @@ export default { }, "event_players_order_by": { "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30126,10 +30143,10 @@ export default { }, "event_players_pk_columns_input": { "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30138,13 +30155,13 @@ export default { "event_players_select_column": {}, "event_players_set_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30160,7 +30177,7 @@ export default { }, "event_players_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30176,7 +30193,7 @@ export default { }, "event_players_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30192,7 +30209,7 @@ export default { }, "event_players_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30200,10 +30217,10 @@ export default { }, "event_players_stream_cursor_input": { "initial_value": [ - 2005 + 2006 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -30211,13 +30228,13 @@ export default { }, "event_players_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30225,7 +30242,7 @@ export default { }, "event_players_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -30233,7 +30250,7 @@ export default { }, "event_players_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30242,13 +30259,13 @@ export default { "event_players_update_column": {}, "event_players_updates": { "_inc": [ - 1986 + 1987 ], "_set": [ - 1997 + 1998 ], "where": [ - 1984 + 1985 ], "__typename": [ 85 @@ -30264,7 +30281,7 @@ export default { }, "event_players_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30280,7 +30297,7 @@ export default { }, "event_players_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30296,7 +30313,7 @@ export default { }, "event_players_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30304,19 +30321,19 @@ export default { }, "event_teams": { "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30324,10 +30341,10 @@ export default { }, "event_teams_aggregate": { "aggregate": [ - 2020 + 2021 ], "nodes": [ - 2016 + 2017 ], "__typename": [ 85 @@ -30335,7 +30352,7 @@ export default { }, "event_teams_aggregate_bool_exp": { "count": [ - 2019 + 2020 ], "__typename": [ 85 @@ -30343,13 +30360,13 @@ export default { }, "event_teams_aggregate_bool_exp_count": { "arguments": [ - 2034 + 2035 ], "distinct": [ 6 ], "filter": [ - 2023 + 2024 ], "predicate": [ 42 @@ -30363,7 +30380,7 @@ export default { 41, { "columns": [ - 2034, + 2035, "[event_teams_select_column!]" ], "distinct": [ @@ -30372,10 +30389,10 @@ export default { } ], "max": [ - 2026 + 2027 ], "min": [ - 2028 + 2029 ], "__typename": [ 85 @@ -30383,13 +30400,13 @@ export default { }, "event_teams_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 2027 + 2028 ], "min": [ - 2029 + 2030 ], "__typename": [ 85 @@ -30397,10 +30414,10 @@ export default { }, "event_teams_arr_rel_insert_input": { "data": [ - 2025 + 2026 ], "on_conflict": [ - 2031 + 2032 ], "__typename": [ 85 @@ -30408,28 +30425,28 @@ export default { }, "event_teams_bool_exp": { "_and": [ - 2023 + 2024 ], "_not": [ - 2023 + 2024 ], "_or": [ - 2023 + 2024 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -30438,19 +30455,19 @@ export default { "event_teams_constraint": {}, "event_teams_insert_input": { "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30458,13 +30475,13 @@ export default { }, "event_teams_max_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30472,13 +30489,13 @@ export default { }, "event_teams_max_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30486,13 +30503,13 @@ export default { }, "event_teams_min_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30500,13 +30517,13 @@ export default { }, "event_teams_min_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30517,7 +30534,7 @@ export default { 41 ], "returning": [ - 2016 + 2017 ], "__typename": [ 85 @@ -30525,13 +30542,13 @@ export default { }, "event_teams_on_conflict": { "constraint": [ - 2024 + 2025 ], "update_columns": [ - 2038 + 2039 ], "where": [ - 2023 + 2024 ], "__typename": [ 85 @@ -30539,19 +30556,19 @@ export default { }, "event_teams_order_by": { "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30559,10 +30576,10 @@ export default { }, "event_teams_pk_columns_input": { "event_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30571,13 +30588,13 @@ export default { "event_teams_select_column": {}, "event_teams_set_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30585,10 +30602,10 @@ export default { }, "event_teams_stream_cursor_input": { "initial_value": [ - 2037 + 2038 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -30596,13 +30613,13 @@ export default { }, "event_teams_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30611,10 +30628,10 @@ export default { "event_teams_update_column": {}, "event_teams_updates": { "_set": [ - 2035 + 2036 ], "where": [ - 2023 + 2024 ], "__typename": [ 85 @@ -30622,19 +30639,19 @@ export default { }, "event_tournaments": { "created_at": [ - 5242 + 5243 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30642,10 +30659,10 @@ export default { }, "event_tournaments_aggregate": { "aggregate": [ - 2044 + 2045 ], "nodes": [ - 2040 + 2041 ], "__typename": [ 85 @@ -30653,7 +30670,7 @@ export default { }, "event_tournaments_aggregate_bool_exp": { "count": [ - 2043 + 2044 ], "__typename": [ 85 @@ -30661,13 +30678,13 @@ export default { }, "event_tournaments_aggregate_bool_exp_count": { "arguments": [ - 2058 + 2059 ], "distinct": [ 6 ], "filter": [ - 2047 + 2048 ], "predicate": [ 42 @@ -30681,7 +30698,7 @@ export default { 41, { "columns": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "distinct": [ @@ -30690,10 +30707,10 @@ export default { } ], "max": [ - 2050 + 2051 ], "min": [ - 2052 + 2053 ], "__typename": [ 85 @@ -30701,13 +30718,13 @@ export default { }, "event_tournaments_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 2051 + 2052 ], "min": [ - 2053 + 2054 ], "__typename": [ 85 @@ -30715,10 +30732,10 @@ export default { }, "event_tournaments_arr_rel_insert_input": { "data": [ - 2049 + 2050 ], "on_conflict": [ - 2055 + 2056 ], "__typename": [ 85 @@ -30726,28 +30743,28 @@ export default { }, "event_tournaments_bool_exp": { "_and": [ - 2047 + 2048 ], "_not": [ - 2047 + 2048 ], "_or": [ - 2047 + 2048 ], "created_at": [ - 5243 + 5244 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -30756,19 +30773,19 @@ export default { "event_tournaments_constraint": {}, "event_tournaments_insert_input": { "created_at": [ - 5242 + 5243 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30776,13 +30793,13 @@ export default { }, "event_tournaments_max_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30790,13 +30807,13 @@ export default { }, "event_tournaments_max_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30804,13 +30821,13 @@ export default { }, "event_tournaments_min_fields": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30818,13 +30835,13 @@ export default { }, "event_tournaments_min_order_by": { "created_at": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30835,7 +30852,7 @@ export default { 41 ], "returning": [ - 2040 + 2041 ], "__typename": [ 85 @@ -30843,13 +30860,13 @@ export default { }, "event_tournaments_on_conflict": { "constraint": [ - 2048 + 2049 ], "update_columns": [ - 2062 + 2063 ], "where": [ - 2047 + 2048 ], "__typename": [ 85 @@ -30857,19 +30874,19 @@ export default { }, "event_tournaments_order_by": { "created_at": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -30877,10 +30894,10 @@ export default { }, "event_tournaments_pk_columns_input": { "event_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30889,13 +30906,13 @@ export default { "event_tournaments_select_column": {}, "event_tournaments_set_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30903,10 +30920,10 @@ export default { }, "event_tournaments_stream_cursor_input": { "initial_value": [ - 2061 + 2062 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -30914,13 +30931,13 @@ export default { }, "event_tournaments_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "event_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -30929,10 +30946,10 @@ export default { "event_tournaments_update_column": {}, "event_tournaments_updates": { "_set": [ - 2059 + 2060 ], "where": [ - 2047 + 2048 ], "__typename": [ 85 @@ -30940,10 +30957,10 @@ export default { }, "events": { "awards": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -30953,19 +30970,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "awards_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -30975,19 +30992,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "banner": [ - 1851 + 1852 ], "banner_media_id": [ - 6603 + 6672 ], "can_upload_media": [ 6 @@ -30996,28 +31013,28 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "hide_creator_organizer": [ 6 ], "id": [ - 6603 + 6672 ], "is_organizer": [ 6 ], "media": [ - 1851, + 1852, { "distinct_on": [ - 1914, + 1915, "[event_media_select_column!]" ], "limit": [ @@ -31027,22 +31044,22 @@ export default { 41 ], "order_by": [ - 1871, + 1872, "[event_media_order_by!]" ], "where": [ - 1860 + 1861 ] } ], "media_access": [ - 814 + 815 ], "media_aggregate": [ - 1852, + 1853, { "distinct_on": [ - 1914, + 1915, "[event_media_select_column!]" ], "limit": [ @@ -31052,11 +31069,11 @@ export default { 41 ], "order_by": [ - 1871, + 1872, "[event_media_order_by!]" ], "where": [ - 1860 + 1861 ] } ], @@ -31064,16 +31081,16 @@ export default { 85 ], "organizer": [ - 4605 + 4606 ], "organizer_steam_id": [ - 311 + 312 ], "organizers": [ - 1934, + 1935, { "distinct_on": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "limit": [ @@ -31083,19 +31100,19 @@ export default { 41 ], "order_by": [ - 1953, + 1954, "[event_organizers_order_by!]" ], "where": [ - 1943 + 1944 ] } ], "organizers_aggregate": [ - 1935, + 1936, { "distinct_on": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "limit": [ @@ -31105,19 +31122,19 @@ export default { 41 ], "order_by": [ - 1953, + 1954, "[event_organizers_order_by!]" ], "where": [ - 1943 + 1944 ] } ], "player_stats": [ - 6606, + 6675, { "distinct_on": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -31127,19 +31144,19 @@ export default { 41 ], "order_by": [ - 6631, + 6700, "[v_event_player_stats_order_by!]" ], "where": [ - 6625 + 6694 ] } ], "player_stats_aggregate": [ - 6607, + 6676, { "distinct_on": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -31149,19 +31166,19 @@ export default { 41 ], "order_by": [ - 6631, + 6700, "[v_event_player_stats_order_by!]" ], "where": [ - 6625 + 6694 ] } ], "players": [ - 1975, + 1976, { "distinct_on": [ - 1996, + 1997, "[event_players_select_column!]" ], "limit": [ @@ -31171,19 +31188,19 @@ export default { 41 ], "order_by": [ - 1994, + 1995, "[event_players_order_by!]" ], "where": [ - 1984 + 1985 ] } ], "players_aggregate": [ - 1976, + 1977, { "distinct_on": [ - 1996, + 1997, "[event_players_select_column!]" ], "limit": [ @@ -31193,22 +31210,22 @@ export default { 41 ], "order_by": [ - 1994, + 1995, "[event_players_order_by!]" ], "where": [ - 1984 + 1985 ] } ], "starts_at": [ - 5242 + 5243 ], "teams": [ - 2016, + 2017, { "distinct_on": [ - 2034, + 2035, "[event_teams_select_column!]" ], "limit": [ @@ -31218,19 +31235,19 @@ export default { 41 ], "order_by": [ - 2032, + 2033, "[event_teams_order_by!]" ], "where": [ - 2023 + 2024 ] } ], "teams_aggregate": [ - 2017, + 2018, { "distinct_on": [ - 2034, + 2035, "[event_teams_select_column!]" ], "limit": [ @@ -31240,19 +31257,19 @@ export default { 41 ], "order_by": [ - 2032, + 2033, "[event_teams_order_by!]" ], "where": [ - 2023 + 2024 ] } ], "tournaments": [ - 2040, + 2041, { "distinct_on": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "limit": [ @@ -31262,19 +31279,19 @@ export default { 41 ], "order_by": [ - 2056, + 2057, "[event_tournaments_order_by!]" ], "where": [ - 2047 + 2048 ] } ], "tournaments_aggregate": [ - 2041, + 2042, { "distinct_on": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "limit": [ @@ -31284,16 +31301,16 @@ export default { 41 ], "order_by": [ - 2056, + 2057, "[event_tournaments_order_by!]" ], "where": [ - 2047 + 2048 ] } ], "visibility": [ - 834 + 835 ], "__typename": [ 85 @@ -31301,10 +31318,10 @@ export default { }, "events_aggregate": { "aggregate": [ - 2066 + 2067 ], "nodes": [ - 2064 + 2065 ], "__typename": [ 85 @@ -31312,13 +31329,13 @@ export default { }, "events_aggregate_fields": { "avg": [ - 2067 + 2068 ], "count": [ 41, { "columns": [ - 2079, + 2080, "[events_select_column!]" ], "distinct": [ @@ -31327,31 +31344,31 @@ export default { } ], "max": [ - 2072 + 2073 ], "min": [ - 2073 + 2074 ], "stddev": [ - 2081 + 2082 ], "stddev_pop": [ - 2082 + 2083 ], "stddev_samp": [ - 2083 + 2084 ], "sum": [ - 2086 + 2087 ], "var_pop": [ - 2089 + 2090 ], "var_samp": [ - 2090 + 2091 ], "variance": [ - 2091 + 2092 ], "__typename": [ 85 @@ -31367,25 +31384,25 @@ export default { }, "events_bool_exp": { "_and": [ - 2068 + 2069 ], "_not": [ - 2068 + 2069 ], "_or": [ - 2068 + 2069 ], "awards": [ - 251 + 252 ], "awards_aggregate": [ - 244 + 245 ], "banner": [ - 1860 + 1861 ], "banner_media_id": [ - 6605 + 6674 ], "can_upload_media": [ 7 @@ -31394,76 +31411,76 @@ export default { 7 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 ], "ends_at": [ - 5243 + 5244 ], "hide_creator_organizer": [ 7 ], "id": [ - 6605 + 6674 ], "is_organizer": [ 7 ], "media": [ - 1860 + 1861 ], "media_access": [ - 815 + 816 ], "media_aggregate": [ - 1853 + 1854 ], "name": [ 87 ], "organizer": [ - 4609 + 4610 ], "organizer_steam_id": [ - 313 + 314 ], "organizers": [ - 1943 + 1944 ], "organizers_aggregate": [ - 1936 + 1937 ], "player_stats": [ - 6625 + 6694 ], "player_stats_aggregate": [ - 6608 + 6677 ], "players": [ - 1984 + 1985 ], "players_aggregate": [ - 1977 + 1978 ], "starts_at": [ - 5243 + 5244 ], "teams": [ - 2023 + 2024 ], "teams_aggregate": [ - 2018 + 2019 ], "tournaments": [ - 2047 + 2048 ], "tournaments_aggregate": [ - 2042 + 2043 ], "visibility": [ - 835 + 836 ], "__typename": [ 85 @@ -31472,7 +31489,7 @@ export default { "events_constraint": {}, "events_inc_input": { "organizer_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -31480,64 +31497,64 @@ export default { }, "events_insert_input": { "awards": [ - 248 + 249 ], "banner": [ - 1869 + 1870 ], "banner_media_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "hide_creator_organizer": [ 6 ], "id": [ - 6603 + 6672 ], "media": [ - 1857 + 1858 ], "media_access": [ - 814 + 815 ], "name": [ 85 ], "organizer": [ - 4616 + 4617 ], "organizer_steam_id": [ - 311 + 312 ], "organizers": [ - 1940 + 1941 ], "player_stats": [ - 6622 + 6691 ], "players": [ - 1981 + 1982 ], "starts_at": [ - 5242 + 5243 ], "teams": [ - 2022 + 2023 ], "tournaments": [ - 2046 + 2047 ], "visibility": [ - 834 + 835 ], "__typename": [ 85 @@ -31545,28 +31562,28 @@ export default { }, "events_max_fields": { "banner_media_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "organizer_steam_id": [ - 311 + 312 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -31574,28 +31591,28 @@ export default { }, "events_min_fields": { "banner_media_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "organizer_steam_id": [ - 311 + 312 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -31606,7 +31623,7 @@ export default { 41 ], "returning": [ - 2064 + 2065 ], "__typename": [ 85 @@ -31614,10 +31631,10 @@ export default { }, "events_obj_rel_insert_input": { "data": [ - 2071 + 2072 ], "on_conflict": [ - 2076 + 2077 ], "__typename": [ 85 @@ -31625,13 +31642,13 @@ export default { }, "events_on_conflict": { "constraint": [ - 2069 + 2070 ], "update_columns": [ - 2087 + 2088 ], "where": [ - 2068 + 2069 ], "__typename": [ 85 @@ -31639,73 +31656,73 @@ export default { }, "events_order_by": { "awards_aggregate": [ - 247 + 248 ], "banner": [ - 1871 + 1872 ], "banner_media_id": [ - 3647 + 3648 ], "can_upload_media": [ - 3647 + 3648 ], "can_view": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "ends_at": [ - 3647 + 3648 ], "hide_creator_organizer": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_organizer": [ - 3647 + 3648 ], "media_access": [ - 3647 + 3648 ], "media_aggregate": [ - 1856 + 1857 ], "name": [ - 3647 + 3648 ], "organizer": [ - 4618 + 4619 ], "organizer_steam_id": [ - 3647 + 3648 ], "organizers_aggregate": [ - 1939 + 1940 ], "player_stats_aggregate": [ - 6621 + 6690 ], "players_aggregate": [ - 1980 + 1981 ], "starts_at": [ - 3647 + 3648 ], "teams_aggregate": [ - 2021 + 2022 ], "tournaments_aggregate": [ - 2045 + 2046 ], "visibility": [ - 3647 + 3648 ], "__typename": [ 85 @@ -31713,7 +31730,7 @@ export default { }, "events_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -31722,37 +31739,37 @@ export default { "events_select_column": {}, "events_set_input": { "banner_media_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "hide_creator_organizer": [ 6 ], "id": [ - 6603 + 6672 ], "media_access": [ - 814 + 815 ], "name": [ 85 ], "organizer_steam_id": [ - 311 + 312 ], "starts_at": [ - 5242 + 5243 ], "visibility": [ - 834 + 835 ], "__typename": [ 85 @@ -31784,10 +31801,10 @@ export default { }, "events_stream_cursor_input": { "initial_value": [ - 2085 + 2086 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -31795,37 +31812,37 @@ export default { }, "events_stream_cursor_value_input": { "banner_media_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "hide_creator_organizer": [ 6 ], "id": [ - 6603 + 6672 ], "media_access": [ - 814 + 815 ], "name": [ 85 ], "organizer_steam_id": [ - 311 + 312 ], "starts_at": [ - 5242 + 5243 ], "visibility": [ - 834 + 835 ], "__typename": [ 85 @@ -31833,7 +31850,7 @@ export default { }, "events_sum_fields": { "organizer_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -31842,13 +31859,13 @@ export default { "events_update_column": {}, "events_updates": { "_inc": [ - 2070 + 2071 ], "_set": [ - 2080 + 2081 ], "where": [ - 2068 + 2069 ], "__typename": [ 85 @@ -31881,31 +31898,31 @@ export default { "float8": {}, "float8_comparison_exp": { "_eq": [ - 2092 + 2093 ], "_gt": [ - 2092 + 2093 ], "_gte": [ - 2092 + 2093 ], "_in": [ - 2092 + 2093 ], "_is_null": [ 6 ], "_lt": [ - 2092 + 2093 ], "_lte": [ - 2092 + 2093 ], "_neq": [ - 2092 + 2093 ], "_nin": [ - 2092 + 2093 ], "__typename": [ 85 @@ -31913,16 +31930,16 @@ export default { }, "friends": { "e_status": [ - 849 + 850 ], "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 854 + 855 ], "__typename": [ 85 @@ -31930,10 +31947,10 @@ export default { }, "friends_aggregate": { "aggregate": [ - 2096 + 2097 ], "nodes": [ - 2094 + 2095 ], "__typename": [ 85 @@ -31941,13 +31958,13 @@ export default { }, "friends_aggregate_fields": { "avg": [ - 2097 + 2098 ], "count": [ 41, { "columns": [ - 2108, + 2109, "[friends_select_column!]" ], "distinct": [ @@ -31956,31 +31973,31 @@ export default { } ], "max": [ - 2102 + 2103 ], "min": [ - 2103 + 2104 ], "stddev": [ - 2110 + 2111 ], "stddev_pop": [ - 2111 + 2112 ], "stddev_samp": [ - 2112 + 2113 ], "sum": [ - 2115 + 2116 ], "var_pop": [ - 2118 + 2119 ], "var_samp": [ - 2119 + 2120 ], "variance": [ - 2120 + 2121 ], "__typename": [ 85 @@ -31999,25 +32016,25 @@ export default { }, "friends_bool_exp": { "_and": [ - 2098 + 2099 ], "_not": [ - 2098 + 2099 ], "_or": [ - 2098 + 2099 ], "e_status": [ - 852 + 853 ], "other_player_steam_id": [ - 313 + 314 ], "player_steam_id": [ - 313 + 314 ], "status": [ - 855 + 856 ], "__typename": [ 85 @@ -32026,10 +32043,10 @@ export default { "friends_constraint": {}, "friends_inc_input": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -32037,16 +32054,16 @@ export default { }, "friends_insert_input": { "e_status": [ - 860 + 861 ], "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 854 + 855 ], "__typename": [ 85 @@ -32054,10 +32071,10 @@ export default { }, "friends_max_fields": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -32065,10 +32082,10 @@ export default { }, "friends_min_fields": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -32079,7 +32096,7 @@ export default { 41 ], "returning": [ - 2094 + 2095 ], "__typename": [ 85 @@ -32087,13 +32104,13 @@ export default { }, "friends_on_conflict": { "constraint": [ - 2099 + 2100 ], "update_columns": [ - 2116 + 2117 ], "where": [ - 2098 + 2099 ], "__typename": [ 85 @@ -32101,16 +32118,16 @@ export default { }, "friends_order_by": { "e_status": [ - 862 + 863 ], "other_player_steam_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32118,10 +32135,10 @@ export default { }, "friends_pk_columns_input": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -32130,13 +32147,13 @@ export default { "friends_select_column": {}, "friends_set_input": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 854 + 855 ], "__typename": [ 85 @@ -32177,10 +32194,10 @@ export default { }, "friends_stream_cursor_input": { "initial_value": [ - 2114 + 2115 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -32188,13 +32205,13 @@ export default { }, "friends_stream_cursor_value_input": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 854 + 855 ], "__typename": [ 85 @@ -32202,10 +32219,10 @@ export default { }, "friends_sum_fields": { "other_player_steam_id": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -32214,13 +32231,13 @@ export default { "friends_update_column": {}, "friends_updates": { "_inc": [ - 2100 + 2101 ], "_set": [ - 2109 + 2110 ], "where": [ - 2098 + 2099 ], "__typename": [ 85 @@ -32261,7 +32278,7 @@ export default { }, "game_mode_plugins": { "config": [ - 2438, + 2439, { "path": [ 85 @@ -32269,16 +32286,16 @@ export default { } ], "game_mode": [ - 2171 + 2172 ], "game_mode_id": [ - 6603 + 6672 ], "load_order": [ 41 ], "plugin": [ - 2253 + 2254 ], "plugin_slug": [ 85 @@ -32292,10 +32309,10 @@ export default { }, "game_mode_plugins_aggregate": { "aggregate": [ - 2127 + 2128 ], "nodes": [ - 2121 + 2122 ], "__typename": [ 85 @@ -32303,13 +32320,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp": { "bool_and": [ - 2124 + 2125 ], "bool_or": [ - 2125 + 2126 ], "count": [ - 2126 + 2127 ], "__typename": [ 85 @@ -32317,13 +32334,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_bool_and": { "arguments": [ - 2150 + 2151 ], "distinct": [ 6 ], "filter": [ - 2133 + 2134 ], "predicate": [ 7 @@ -32334,13 +32351,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_bool_or": { "arguments": [ - 2151 + 2152 ], "distinct": [ 6 ], "filter": [ - 2133 + 2134 ], "predicate": [ 7 @@ -32351,13 +32368,13 @@ export default { }, "game_mode_plugins_aggregate_bool_exp_count": { "arguments": [ - 2149 + 2150 ], "distinct": [ 6 ], "filter": [ - 2133 + 2134 ], "predicate": [ 42 @@ -32368,13 +32385,13 @@ export default { }, "game_mode_plugins_aggregate_fields": { "avg": [ - 2131 + 2132 ], "count": [ 41, { "columns": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "distinct": [ @@ -32383,31 +32400,31 @@ export default { } ], "max": [ - 2140 + 2141 ], "min": [ - 2142 + 2143 ], "stddev": [ - 2153 + 2154 ], "stddev_pop": [ - 2155 + 2156 ], "stddev_samp": [ - 2157 + 2158 ], "sum": [ - 2161 + 2162 ], "var_pop": [ - 2165 + 2166 ], "var_samp": [ - 2167 + 2168 ], "variance": [ - 2169 + 2170 ], "__typename": [ 85 @@ -32415,37 +32432,37 @@ export default { }, "game_mode_plugins_aggregate_order_by": { "avg": [ - 2132 + 2133 ], "count": [ - 3647 + 3648 ], "max": [ - 2141 + 2142 ], "min": [ - 2143 + 2144 ], "stddev": [ - 2154 + 2155 ], "stddev_pop": [ - 2156 + 2157 ], "stddev_samp": [ - 2158 + 2159 ], "sum": [ - 2162 + 2163 ], "var_pop": [ - 2166 + 2167 ], "var_samp": [ - 2168 + 2169 ], "variance": [ - 2170 + 2171 ], "__typename": [ 85 @@ -32453,7 +32470,7 @@ export default { }, "game_mode_plugins_append_input": { "config": [ - 2438 + 2439 ], "__typename": [ 85 @@ -32461,10 +32478,10 @@ export default { }, "game_mode_plugins_arr_rel_insert_input": { "data": [ - 2139 + 2140 ], "on_conflict": [ - 2145 + 2146 ], "__typename": [ 85 @@ -32480,7 +32497,7 @@ export default { }, "game_mode_plugins_avg_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32488,28 +32505,28 @@ export default { }, "game_mode_plugins_bool_exp": { "_and": [ - 2133 + 2134 ], "_not": [ - 2133 + 2134 ], "_or": [ - 2133 + 2134 ], "config": [ - 2440 + 2441 ], "game_mode": [ - 2174 + 2175 ], "game_mode_id": [ - 6605 + 6674 ], "load_order": [ 42 ], "plugin": [ - 2258 + 2259 ], "plugin_slug": [ 87 @@ -32556,19 +32573,19 @@ export default { }, "game_mode_plugins_insert_input": { "config": [ - 2438 + 2439 ], "game_mode": [ - 2180 + 2181 ], "game_mode_id": [ - 6603 + 6672 ], "load_order": [ 41 ], "plugin": [ - 2267 + 2268 ], "plugin_slug": [ 85 @@ -32582,7 +32599,7 @@ export default { }, "game_mode_plugins_max_fields": { "game_mode_id": [ - 6603 + 6672 ], "load_order": [ 41 @@ -32596,13 +32613,13 @@ export default { }, "game_mode_plugins_max_order_by": { "game_mode_id": [ - 3647 + 3648 ], "load_order": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32610,7 +32627,7 @@ export default { }, "game_mode_plugins_min_fields": { "game_mode_id": [ - 6603 + 6672 ], "load_order": [ 41 @@ -32624,13 +32641,13 @@ export default { }, "game_mode_plugins_min_order_by": { "game_mode_id": [ - 3647 + 3648 ], "load_order": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32641,7 +32658,7 @@ export default { 41 ], "returning": [ - 2121 + 2122 ], "__typename": [ 85 @@ -32649,13 +32666,13 @@ export default { }, "game_mode_plugins_on_conflict": { "constraint": [ - 2134 + 2135 ], "update_columns": [ - 2163 + 2164 ], "where": [ - 2133 + 2134 ], "__typename": [ 85 @@ -32663,25 +32680,25 @@ export default { }, "game_mode_plugins_order_by": { "config": [ - 3647 + 3648 ], "game_mode": [ - 2182 + 2183 ], "game_mode_id": [ - 3647 + 3648 ], "load_order": [ - 3647 + 3648 ], "plugin": [ - 2269 + 2270 ], "plugin_slug": [ - 3647 + 3648 ], "required": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32689,7 +32706,7 @@ export default { }, "game_mode_plugins_pk_columns_input": { "game_mode_id": [ - 6603 + 6672 ], "plugin_slug": [ 85 @@ -32700,7 +32717,7 @@ export default { }, "game_mode_plugins_prepend_input": { "config": [ - 2438 + 2439 ], "__typename": [ 85 @@ -32711,10 +32728,10 @@ export default { "game_mode_plugins_select_column_game_mode_plugins_aggregate_bool_exp_bool_or_arguments_columns": {}, "game_mode_plugins_set_input": { "config": [ - 2438 + 2439 ], "game_mode_id": [ - 6603 + 6672 ], "load_order": [ 41 @@ -32739,7 +32756,7 @@ export default { }, "game_mode_plugins_stddev_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32755,7 +32772,7 @@ export default { }, "game_mode_plugins_stddev_pop_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32771,7 +32788,7 @@ export default { }, "game_mode_plugins_stddev_samp_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32779,10 +32796,10 @@ export default { }, "game_mode_plugins_stream_cursor_input": { "initial_value": [ - 2160 + 2161 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -32790,10 +32807,10 @@ export default { }, "game_mode_plugins_stream_cursor_value_input": { "config": [ - 2438 + 2439 ], "game_mode_id": [ - 6603 + 6672 ], "load_order": [ 41 @@ -32818,7 +32835,7 @@ export default { }, "game_mode_plugins_sum_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32827,28 +32844,28 @@ export default { "game_mode_plugins_update_column": {}, "game_mode_plugins_updates": { "_append": [ - 2129 + 2130 ], "_delete_at_path": [ - 2135 + 2136 ], "_delete_elem": [ - 2136 + 2137 ], "_delete_key": [ - 2137 + 2138 ], "_inc": [ - 2138 + 2139 ], "_prepend": [ - 2148 + 2149 ], "_set": [ - 2152 + 2153 ], "where": [ - 2133 + 2134 ], "__typename": [ 85 @@ -32864,7 +32881,7 @@ export default { }, "game_mode_plugins_var_pop_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32880,7 +32897,7 @@ export default { }, "game_mode_plugins_var_samp_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32896,7 +32913,7 @@ export default { }, "game_mode_plugins_variance_order_by": { "load_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -32904,7 +32921,7 @@ export default { }, "game_modes": { "archived_at": [ - 5242 + 5243 ], "cfg": [ 85 @@ -32913,7 +32930,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -32928,13 +32945,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_options": [ - 3289, + 3290, { "distinct_on": [ - 3313, + 3314, "[match_options_select_column!]" ], "limit": [ @@ -32944,19 +32961,19 @@ export default { 41 ], "order_by": [ - 3311, + 3312, "[match_options_order_by!]" ], "where": [ - 3300 + 3301 ] } ], "match_options_aggregate": [ - 3290, + 3291, { "distinct_on": [ - 3313, + 3314, "[match_options_select_column!]" ], "limit": [ @@ -32966,11 +32983,11 @@ export default { 41 ], "order_by": [ - 3311, + 3312, "[match_options_order_by!]" ], "where": [ - 3300 + 3301 ] } ], @@ -32978,10 +32995,10 @@ export default { 85 ], "plugins": [ - 2121, + 2122, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -32991,19 +33008,19 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "plugins_aggregate": [ - 2122, + 2123, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -33013,16 +33030,16 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "runtime_conflicts": [ - 2438, + 2439, { "path": [ 85 @@ -33033,7 +33050,7 @@ export default { 85 ], "supported_runtimes": [ - 2438, + 2439, { "path": [ 85 @@ -33041,7 +33058,7 @@ export default { } ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -33049,10 +33066,10 @@ export default { }, "game_modes_aggregate": { "aggregate": [ - 2173 + 2174 ], "nodes": [ - 2171 + 2172 ], "__typename": [ 85 @@ -33063,7 +33080,7 @@ export default { 41, { "columns": [ - 2184, + 2185, "[game_modes_select_column!]" ], "distinct": [ @@ -33072,10 +33089,10 @@ export default { } ], "max": [ - 2177 + 2178 ], "min": [ - 2178 + 2179 ], "__typename": [ 85 @@ -33083,16 +33100,16 @@ export default { }, "game_modes_bool_exp": { "_and": [ - 2174 + 2175 ], "_not": [ - 2174 + 2175 ], "_or": [ - 2174 + 2175 ], "archived_at": [ - 5243 + 5244 ], "cfg": [ 87 @@ -33101,7 +33118,7 @@ export default { 7 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 @@ -33116,34 +33133,34 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "match_options": [ - 3300 + 3301 ], "match_options_aggregate": [ - 3291 + 3292 ], "name": [ 87 ], "plugins": [ - 2133 + 2134 ], "plugins_aggregate": [ - 2123 + 2124 ], "runtime_conflicts": [ - 2440 + 2441 ], "slug": [ 87 ], "supported_runtimes": [ - 2440 + 2441 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -33152,7 +33169,7 @@ export default { "game_modes_constraint": {}, "game_modes_insert_input": { "archived_at": [ - 5242 + 5243 ], "cfg": [ 85 @@ -33161,7 +33178,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -33176,22 +33193,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_options": [ - 3297 + 3298 ], "name": [ 85 ], "plugins": [ - 2130 + 2131 ], "slug": [ 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -33199,13 +33216,13 @@ export default { }, "game_modes_max_fields": { "archived_at": [ - 5242 + 5243 ], "cfg": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -33217,7 +33234,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -33226,7 +33243,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -33234,13 +33251,13 @@ export default { }, "game_modes_min_fields": { "archived_at": [ - 5242 + 5243 ], "cfg": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -33252,7 +33269,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -33261,7 +33278,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -33272,7 +33289,7 @@ export default { 41 ], "returning": [ - 2171 + 2172 ], "__typename": [ 85 @@ -33280,10 +33297,10 @@ export default { }, "game_modes_obj_rel_insert_input": { "data": [ - 2176 + 2177 ], "on_conflict": [ - 2181 + 2182 ], "__typename": [ 85 @@ -33291,13 +33308,13 @@ export default { }, "game_modes_on_conflict": { "constraint": [ - 2175 + 2176 ], "update_columns": [ - 2188 + 2189 ], "where": [ - 2174 + 2175 ], "__typename": [ 85 @@ -33305,52 +33322,52 @@ export default { }, "game_modes_order_by": { "archived_at": [ - 3647 + 3648 ], "cfg": [ - 3647 + 3648 ], "competitive_safe": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "enabled": [ - 3647 + 3648 ], "extra_game_params": [ - 3647 + 3648 ], "icon": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_options_aggregate": [ - 3296 + 3297 ], "name": [ - 3647 + 3648 ], "plugins_aggregate": [ - 2128 + 2129 ], "runtime_conflicts": [ - 3647 + 3648 ], "slug": [ - 3647 + 3648 ], "supported_runtimes": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -33358,7 +33375,7 @@ export default { }, "game_modes_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -33367,7 +33384,7 @@ export default { "game_modes_select_column": {}, "game_modes_set_input": { "archived_at": [ - 5242 + 5243 ], "cfg": [ 85 @@ -33376,7 +33393,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -33391,7 +33408,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -33400,7 +33417,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -33408,10 +33425,10 @@ export default { }, "game_modes_stream_cursor_input": { "initial_value": [ - 2187 + 2188 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -33419,7 +33436,7 @@ export default { }, "game_modes_stream_cursor_value_input": { "archived_at": [ - 5242 + 5243 ], "cfg": [ 85 @@ -33428,7 +33445,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -33443,7 +33460,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "name": [ 85 @@ -33452,7 +33469,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -33461,10 +33478,10 @@ export default { "game_modes_update_column": {}, "game_modes_updates": { "_set": [ - 2185 + 2186 ], "where": [ - 2174 + 2175 ], "__typename": [ 85 @@ -33475,10 +33492,10 @@ export default { 85 ], "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "disable_server_guidelines": [ 6 @@ -33496,13 +33513,13 @@ export default { 6 ], "plugin": [ - 2253 + 2254 ], "plugin_slug": [ 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -33513,10 +33530,10 @@ export default { }, "game_plugin_installs_aggregate": { "aggregate": [ - 2192 + 2193 ], "nodes": [ - 2190 + 2191 ], "__typename": [ 85 @@ -33527,7 +33544,7 @@ export default { 41, { "columns": [ - 2202, + 2203, "[game_plugin_installs_select_column!]" ], "distinct": [ @@ -33536,10 +33553,10 @@ export default { } ], "max": [ - 2196 + 2197 ], "min": [ - 2197 + 2198 ], "__typename": [ 85 @@ -33547,22 +33564,22 @@ export default { }, "game_plugin_installs_bool_exp": { "_and": [ - 2193 + 2194 ], "_not": [ - 2193 + 2194 ], "_or": [ - 2193 + 2194 ], "cfg": [ 87 ], "channel": [ - 896 + 897 ], "created_at": [ - 5243 + 5244 ], "disable_server_guidelines": [ 7 @@ -33580,13 +33597,13 @@ export default { 7 ], "plugin": [ - 2258 + 2259 ], "plugin_slug": [ 87 ], "updated_at": [ - 5243 + 5244 ], "version": [ 87 @@ -33601,10 +33618,10 @@ export default { 85 ], "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "disable_server_guidelines": [ 6 @@ -33622,13 +33639,13 @@ export default { 6 ], "plugin": [ - 2267 + 2268 ], "plugin_slug": [ 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -33642,13 +33659,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "plugin_slug": [ 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -33662,13 +33679,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "plugin_slug": [ 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -33682,7 +33699,7 @@ export default { 41 ], "returning": [ - 2190 + 2191 ], "__typename": [ 85 @@ -33690,13 +33707,13 @@ export default { }, "game_plugin_installs_on_conflict": { "constraint": [ - 2194 + 2195 ], "update_columns": [ - 2206 + 2207 ], "where": [ - 2193 + 2194 ], "__typename": [ 85 @@ -33704,40 +33721,40 @@ export default { }, "game_plugin_installs_order_by": { "cfg": [ - 3647 + 3648 ], "channel": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "disable_server_guidelines": [ - 3647 + 3648 ], "enabled": [ - 3647 + 3648 ], "load_custom": [ - 3647 + 3648 ], "load_ranked": [ - 3647 + 3648 ], "load_tournaments": [ - 3647 + 3648 ], "plugin": [ - 2269 + 2270 ], "plugin_slug": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -33757,10 +33774,10 @@ export default { 85 ], "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "disable_server_guidelines": [ 6 @@ -33781,7 +33798,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -33792,10 +33809,10 @@ export default { }, "game_plugin_installs_stream_cursor_input": { "initial_value": [ - 2205 + 2206 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -33806,10 +33823,10 @@ export default { 85 ], "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "disable_server_guidelines": [ 6 @@ -33830,7 +33847,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -33842,10 +33859,10 @@ export default { "game_plugin_installs_update_column": {}, "game_plugin_installs_updates": { "_set": [ - 2203 + 2204 ], "where": [ - 2193 + 2194 ], "__typename": [ 85 @@ -33859,7 +33876,7 @@ export default { 85 ], "plugin": [ - 2253 + 2254 ], "plugin_slug": [ 85 @@ -33868,10 +33885,10 @@ export default { 6 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "sha256": [ 85 @@ -33891,10 +33908,10 @@ export default { }, "game_plugin_versions_aggregate": { "aggregate": [ - 2214 + 2215 ], "nodes": [ - 2208 + 2209 ], "__typename": [ 85 @@ -33902,13 +33919,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp": { "bool_and": [ - 2211 + 2212 ], "bool_or": [ - 2212 + 2213 ], "count": [ - 2213 + 2214 ], "__typename": [ 85 @@ -33916,13 +33933,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_bool_and": { "arguments": [ - 2232 + 2233 ], "distinct": [ 6 ], "filter": [ - 2219 + 2220 ], "predicate": [ 7 @@ -33933,13 +33950,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_bool_or": { "arguments": [ - 2233 + 2234 ], "distinct": [ 6 ], "filter": [ - 2219 + 2220 ], "predicate": [ 7 @@ -33950,13 +33967,13 @@ export default { }, "game_plugin_versions_aggregate_bool_exp_count": { "arguments": [ - 2231 + 2232 ], "distinct": [ 6 ], "filter": [ - 2219 + 2220 ], "predicate": [ 42 @@ -33967,13 +33984,13 @@ export default { }, "game_plugin_versions_aggregate_fields": { "avg": [ - 2217 + 2218 ], "count": [ 41, { "columns": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "distinct": [ @@ -33981,44 +33998,6 @@ export default { ] } ], - "max": [ - 2223 - ], - "min": [ - 2225 - ], - "stddev": [ - 2235 - ], - "stddev_pop": [ - 2237 - ], - "stddev_samp": [ - 2239 - ], - "sum": [ - 2243 - ], - "var_pop": [ - 2247 - ], - "var_samp": [ - 2249 - ], - "variance": [ - 2251 - ], - "__typename": [ - 85 - ] - }, - "game_plugin_versions_aggregate_order_by": { - "avg": [ - 2218 - ], - "count": [ - 3647 - ], "max": [ 2224 ], @@ -34050,12 +34029,50 @@ export default { 85 ] }, + "game_plugin_versions_aggregate_order_by": { + "avg": [ + 2219 + ], + "count": [ + 3648 + ], + "max": [ + 2225 + ], + "min": [ + 2227 + ], + "stddev": [ + 2237 + ], + "stddev_pop": [ + 2239 + ], + "stddev_samp": [ + 2241 + ], + "sum": [ + 2245 + ], + "var_pop": [ + 2249 + ], + "var_samp": [ + 2251 + ], + "variance": [ + 2253 + ], + "__typename": [ + 85 + ] + }, "game_plugin_versions_arr_rel_insert_input": { "data": [ - 2222 + 2223 ], "on_conflict": [ - 2228 + 2229 ], "__typename": [ 85 @@ -34071,7 +34088,7 @@ export default { }, "game_plugin_versions_avg_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34079,13 +34096,13 @@ export default { }, "game_plugin_versions_bool_exp": { "_and": [ - 2219 + 2220 ], "_not": [ - 2219 + 2220 ], "_or": [ - 2219 + 2220 ], "install_path": [ 87 @@ -34094,7 +34111,7 @@ export default { 87 ], "plugin": [ - 2258 + 2259 ], "plugin_slug": [ 87 @@ -34103,10 +34120,10 @@ export default { 7 ], "published_at": [ - 5243 + 5244 ], "runtime": [ - 1306 + 1307 ], "sha256": [ 87 @@ -34141,7 +34158,7 @@ export default { 85 ], "plugin": [ - 2267 + 2268 ], "plugin_slug": [ 85 @@ -34150,10 +34167,10 @@ export default { 6 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "sha256": [ 85 @@ -34182,7 +34199,7 @@ export default { 85 ], "published_at": [ - 5242 + 5243 ], "sha256": [ 85 @@ -34202,28 +34219,28 @@ export default { }, "game_plugin_versions_max_order_by": { "install_path": [ - 3647 + 3648 ], "layout": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "published_at": [ - 3647 + 3648 ], "sha256": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "url": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34240,7 +34257,7 @@ export default { 85 ], "published_at": [ - 5242 + 5243 ], "sha256": [ 85 @@ -34260,28 +34277,28 @@ export default { }, "game_plugin_versions_min_order_by": { "install_path": [ - 3647 + 3648 ], "layout": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "published_at": [ - 3647 + 3648 ], "sha256": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "url": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34292,7 +34309,7 @@ export default { 41 ], "returning": [ - 2208 + 2209 ], "__typename": [ 85 @@ -34300,13 +34317,13 @@ export default { }, "game_plugin_versions_on_conflict": { "constraint": [ - 2220 + 2221 ], "update_columns": [ - 2245 + 2246 ], "where": [ - 2219 + 2220 ], "__typename": [ 85 @@ -34314,37 +34331,37 @@ export default { }, "game_plugin_versions_order_by": { "install_path": [ - 3647 + 3648 ], "layout": [ - 3647 + 3648 ], "plugin": [ - 2269 + 2270 ], "plugin_slug": [ - 3647 + 3648 ], "prerelease": [ - 3647 + 3648 ], "published_at": [ - 3647 + 3648 ], "runtime": [ - 3647 + 3648 ], "sha256": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "url": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34355,7 +34372,7 @@ export default { 85 ], "runtime": [ - 1305 + 1306 ], "version": [ 85 @@ -34381,10 +34398,10 @@ export default { 6 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "sha256": [ 85 @@ -34412,7 +34429,7 @@ export default { }, "game_plugin_versions_stddev_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34428,7 +34445,7 @@ export default { }, "game_plugin_versions_stddev_pop_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34444,7 +34461,7 @@ export default { }, "game_plugin_versions_stddev_samp_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34452,10 +34469,10 @@ export default { }, "game_plugin_versions_stream_cursor_input": { "initial_value": [ - 2242 + 2243 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -34475,10 +34492,10 @@ export default { 6 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "sha256": [ 85 @@ -34506,7 +34523,7 @@ export default { }, "game_plugin_versions_sum_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34515,13 +34532,13 @@ export default { "game_plugin_versions_update_column": {}, "game_plugin_versions_updates": { "_inc": [ - 2221 + 2222 ], "_set": [ - 2234 + 2235 ], "where": [ - 2219 + 2220 ], "__typename": [ 85 @@ -34537,7 +34554,7 @@ export default { }, "game_plugin_versions_var_pop_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34553,7 +34570,7 @@ export default { }, "game_plugin_versions_var_samp_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34569,7 +34586,7 @@ export default { }, "game_plugin_versions_variance_order_by": { "size": [ - 3647 + 3648 ], "__typename": [ 85 @@ -34583,7 +34600,7 @@ export default { 85 ], "config_schema": [ - 2438, + 2439, { "path": [ 85 @@ -34597,10 +34614,10 @@ export default { 85 ], "game_modes": [ - 2121, + 2122, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -34610,19 +34627,19 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "game_modes_aggregate": [ - 2122, + 2123, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -34632,11 +34649,11 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], @@ -34653,16 +34670,16 @@ export default { 41 ], "kind": [ - 935 + 936 ], "name": [ 85 ], "node_installs": [ - 2285, + 2286, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -34672,19 +34689,19 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "node_installs_aggregate": [ - 2286, + 2287, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -34694,11 +34711,11 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], @@ -34706,7 +34723,7 @@ export default { 85 ], "panel": [ - 2438, + 2439, { "path": [ 85 @@ -34726,7 +34743,7 @@ export default { 85 ], "synced_at": [ - 5242 + 5243 ], "tags": [ 85 @@ -34738,10 +34755,10 @@ export default { 6 ], "versions": [ - 2208, + 2209, { "distinct_on": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -34751,19 +34768,19 @@ export default { 41 ], "order_by": [ - 2229, + 2230, "[game_plugin_versions_order_by!]" ], "where": [ - 2219 + 2220 ] } ], "versions_aggregate": [ - 2209, + 2210, { "distinct_on": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -34773,16 +34790,16 @@ export default { 41 ], "order_by": [ - 2229, + 2230, "[game_plugin_versions_order_by!]" ], "where": [ - 2219 + 2220 ] } ], "wiring": [ - 2438, + 2439, { "path": [ 85 @@ -34795,10 +34812,10 @@ export default { }, "game_plugins_aggregate": { "aggregate": [ - 2255 + 2256 ], "nodes": [ - 2253 + 2254 ], "__typename": [ 85 @@ -34806,13 +34823,13 @@ export default { }, "game_plugins_aggregate_fields": { "avg": [ - 2257 + 2258 ], "count": [ 41, { "columns": [ - 2272, + 2273, "[game_plugins_select_column!]" ], "distinct": [ @@ -34821,31 +34838,31 @@ export default { } ], "max": [ - 2264 + 2265 ], "min": [ - 2265 + 2266 ], "stddev": [ - 2274 + 2275 ], "stddev_pop": [ - 2275 + 2276 ], "stddev_samp": [ - 2276 + 2277 ], "sum": [ - 2279 + 2280 ], "var_pop": [ - 2282 + 2283 ], "var_samp": [ - 2283 + 2284 ], "variance": [ - 2284 + 2285 ], "__typename": [ 85 @@ -34853,13 +34870,13 @@ export default { }, "game_plugins_append_input": { "config_schema": [ - 2438 + 2439 ], "panel": [ - 2438 + 2439 ], "wiring": [ - 2438 + 2439 ], "__typename": [ 85 @@ -34878,13 +34895,13 @@ export default { }, "game_plugins_bool_exp": { "_and": [ - 2258 + 2259 ], "_not": [ - 2258 + 2259 ], "_or": [ - 2258 + 2259 ], "author": [ 87 @@ -34893,7 +34910,7 @@ export default { 87 ], "config_schema": [ - 2440 + 2441 ], "cvars": [ 86 @@ -34902,10 +34919,10 @@ export default { 87 ], "game_modes": [ - 2133 + 2134 ], "game_modes_aggregate": [ - 2123 + 2124 ], "homepage": [ 87 @@ -34920,22 +34937,22 @@ export default { 42 ], "kind": [ - 936 + 937 ], "name": [ 87 ], "node_installs": [ - 2294 + 2295 ], "node_installs_aggregate": [ - 2287 + 2288 ], "pairs_with": [ 86 ], "panel": [ - 2440 + 2441 ], "requires_server_guidelines_disabled": [ 7 @@ -34950,7 +34967,7 @@ export default { 87 ], "synced_at": [ - 5243 + 5244 ], "tags": [ 86 @@ -34962,13 +34979,13 @@ export default { 7 ], "versions": [ - 2219 + 2220 ], "versions_aggregate": [ - 2210 + 2211 ], "wiring": [ - 2440 + 2441 ], "__typename": [ 85 @@ -35025,7 +35042,7 @@ export default { 85 ], "config_schema": [ - 2438 + 2439 ], "cvars": [ 85 @@ -35034,7 +35051,7 @@ export default { 85 ], "game_modes": [ - 2130 + 2131 ], "homepage": [ 85 @@ -35043,19 +35060,19 @@ export default { 6 ], "kind": [ - 935 + 936 ], "name": [ 85 ], "node_installs": [ - 2293 + 2294 ], "pairs_with": [ 85 ], "panel": [ - 2438 + 2439 ], "requires_server_guidelines_disabled": [ 6 @@ -35070,7 +35087,7 @@ export default { 85 ], "synced_at": [ - 5242 + 5243 ], "tags": [ 85 @@ -35079,10 +35096,10 @@ export default { 6 ], "versions": [ - 2216 + 2217 ], "wiring": [ - 2438 + 2439 ], "__typename": [ 85 @@ -35126,7 +35143,7 @@ export default { 85 ], "synced_at": [ - 5242 + 5243 ], "tags": [ 85 @@ -35176,7 +35193,7 @@ export default { 85 ], "synced_at": [ - 5242 + 5243 ], "tags": [ 85 @@ -35193,7 +35210,7 @@ export default { 41 ], "returning": [ - 2253 + 2254 ], "__typename": [ 85 @@ -35201,10 +35218,10 @@ export default { }, "game_plugins_obj_rel_insert_input": { "data": [ - 2263 + 2264 ], "on_conflict": [ - 2268 + 2269 ], "__typename": [ 85 @@ -35212,13 +35229,13 @@ export default { }, "game_plugins_on_conflict": { "constraint": [ - 2259 + 2260 ], "update_columns": [ - 2280 + 2281 ], "where": [ - 2258 + 2259 ], "__typename": [ 85 @@ -35226,79 +35243,79 @@ export default { }, "game_plugins_order_by": { "author": [ - 3647 + 3648 ], "config_path": [ - 3647 + 3648 ], "config_schema": [ - 3647 + 3648 ], "cvars": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "game_modes_aggregate": [ - 2128 + 2129 ], "homepage": [ - 3647 + 3648 ], "hot_swappable": [ - 3647 + 3648 ], "install_state": [ - 3647 + 3648 ], "installed_node_count": [ - 3647 + 3648 ], "kind": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "node_installs_aggregate": [ - 2292 + 2293 ], "pairs_with": [ - 3647 + 3648 ], "panel": [ - 3647 + 3648 ], "requires_server_guidelines_disabled": [ - 3647 + 3648 ], "requires_service": [ - 3647 + 3648 ], "slug": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "synced_at": [ - 3647 + 3648 ], "tags": [ - 3647 + 3648 ], "target_node_count": [ - 3647 + 3648 ], "verified": [ - 3647 + 3648 ], "versions_aggregate": [ - 2215 + 2216 ], "wiring": [ - 3647 + 3648 ], "__typename": [ 85 @@ -35314,13 +35331,13 @@ export default { }, "game_plugins_prepend_input": { "config_schema": [ - 2438 + 2439 ], "panel": [ - 2438 + 2439 ], "wiring": [ - 2438 + 2439 ], "__typename": [ 85 @@ -35335,7 +35352,7 @@ export default { 85 ], "config_schema": [ - 2438 + 2439 ], "cvars": [ 85 @@ -35350,7 +35367,7 @@ export default { 6 ], "kind": [ - 935 + 936 ], "name": [ 85 @@ -35359,7 +35376,7 @@ export default { 85 ], "panel": [ - 2438 + 2439 ], "requires_server_guidelines_disabled": [ 6 @@ -35374,7 +35391,7 @@ export default { 85 ], "synced_at": [ - 5242 + 5243 ], "tags": [ 85 @@ -35383,7 +35400,7 @@ export default { 6 ], "wiring": [ - 2438 + 2439 ], "__typename": [ 85 @@ -35424,10 +35441,10 @@ export default { }, "game_plugins_stream_cursor_input": { "initial_value": [ - 2278 + 2279 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -35441,7 +35458,7 @@ export default { 85 ], "config_schema": [ - 2438 + 2439 ], "cvars": [ 85 @@ -35456,7 +35473,7 @@ export default { 6 ], "kind": [ - 935 + 936 ], "name": [ 85 @@ -35465,7 +35482,7 @@ export default { 85 ], "panel": [ - 2438 + 2439 ], "requires_server_guidelines_disabled": [ 6 @@ -35480,7 +35497,7 @@ export default { 85 ], "synced_at": [ - 5242 + 5243 ], "tags": [ 85 @@ -35489,7 +35506,7 @@ export default { 6 ], "wiring": [ - 2438 + 2439 ], "__typename": [ 85 @@ -35509,25 +35526,25 @@ export default { "game_plugins_update_column": {}, "game_plugins_updates": { "_append": [ - 2256 + 2257 ], "_delete_at_path": [ - 2260 + 2261 ], "_delete_elem": [ - 2261 + 2262 ], "_delete_key": [ - 2262 + 2263 ], "_prepend": [ - 2271 + 2272 ], "_set": [ - 2273 + 2274 ], "where": [ - 2258 + 2259 ], "__typename": [ 85 @@ -35568,10 +35585,10 @@ export default { }, "game_server_node_plugins": { "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "detected": [ 6 @@ -35580,16 +35597,16 @@ export default { 85 ], "game_server_node": [ - 2313 + 2314 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "installed_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -35598,7 +35615,7 @@ export default { 85 ], "plugin": [ - 2253 + 2254 ], "plugin_slug": [ 85 @@ -35607,16 +35624,16 @@ export default { 85 ], "runtime": [ - 1305 + 1306 ], "source": [ 85 ], "status": [ - 915 + 916 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -35627,10 +35644,10 @@ export default { }, "game_server_node_plugins_aggregate": { "aggregate": [ - 2291 + 2292 ], "nodes": [ - 2285 + 2286 ], "__typename": [ 85 @@ -35638,13 +35655,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp": { "bool_and": [ - 2288 + 2289 ], "bool_or": [ - 2289 + 2290 ], "count": [ - 2290 + 2291 ], "__typename": [ 85 @@ -35652,13 +35669,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_bool_and": { "arguments": [ - 2306 + 2307 ], "distinct": [ 6 ], "filter": [ - 2294 + 2295 ], "predicate": [ 7 @@ -35669,13 +35686,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_bool_or": { "arguments": [ - 2307 + 2308 ], "distinct": [ 6 ], "filter": [ - 2294 + 2295 ], "predicate": [ 7 @@ -35686,13 +35703,13 @@ export default { }, "game_server_node_plugins_aggregate_bool_exp_count": { "arguments": [ - 2305 + 2306 ], "distinct": [ 6 ], "filter": [ - 2294 + 2295 ], "predicate": [ 42 @@ -35706,7 +35723,7 @@ export default { 41, { "columns": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "distinct": [ @@ -35715,10 +35732,10 @@ export default { } ], "max": [ - 2297 + 2298 ], "min": [ - 2299 + 2300 ], "__typename": [ 85 @@ -35726,13 +35743,13 @@ export default { }, "game_server_node_plugins_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 2298 + 2299 ], "min": [ - 2300 + 2301 ], "__typename": [ 85 @@ -35740,10 +35757,10 @@ export default { }, "game_server_node_plugins_arr_rel_insert_input": { "data": [ - 2296 + 2297 ], "on_conflict": [ - 2302 + 2303 ], "__typename": [ 85 @@ -35751,19 +35768,19 @@ export default { }, "game_server_node_plugins_bool_exp": { "_and": [ - 2294 + 2295 ], "_not": [ - 2294 + 2295 ], "_or": [ - 2294 + 2295 ], "channel": [ - 896 + 897 ], "created_at": [ - 5243 + 5244 ], "detected": [ 7 @@ -35772,16 +35789,16 @@ export default { 87 ], "game_server_node": [ - 2325 + 2326 ], "game_server_node_id": [ 87 ], "id": [ - 6605 + 6674 ], "installed_at": [ - 5243 + 5244 ], "last_error": [ 87 @@ -35790,7 +35807,7 @@ export default { 87 ], "plugin": [ - 2258 + 2259 ], "plugin_slug": [ 87 @@ -35799,16 +35816,16 @@ export default { 87 ], "runtime": [ - 1306 + 1307 ], "source": [ 87 ], "status": [ - 916 + 917 ], "updated_at": [ - 5243 + 5244 ], "version": [ 87 @@ -35820,10 +35837,10 @@ export default { "game_server_node_plugins_constraint": {}, "game_server_node_plugins_insert_input": { "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "detected": [ 6 @@ -35832,16 +35849,16 @@ export default { 85 ], "game_server_node": [ - 2337 + 2338 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "installed_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -35850,7 +35867,7 @@ export default { 85 ], "plugin": [ - 2267 + 2268 ], "plugin_slug": [ 85 @@ -35859,16 +35876,16 @@ export default { 85 ], "runtime": [ - 1305 + 1306 ], "source": [ 85 ], "status": [ - 915 + 916 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -35879,7 +35896,7 @@ export default { }, "game_server_node_plugins_max_fields": { "created_at": [ - 5242 + 5243 ], "detected_version": [ 85 @@ -35888,10 +35905,10 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "installed_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -35909,7 +35926,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -35920,40 +35937,40 @@ export default { }, "game_server_node_plugins_max_order_by": { "created_at": [ - 3647 + 3648 ], "detected_version": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "installed_at": [ - 3647 + 3648 ], "last_error": [ - 3647 + 3648 ], "path": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "previous_version": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -35961,7 +35978,7 @@ export default { }, "game_server_node_plugins_min_fields": { "created_at": [ - 5242 + 5243 ], "detected_version": [ 85 @@ -35970,10 +35987,10 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "installed_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -35991,7 +36008,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -36002,40 +36019,40 @@ export default { }, "game_server_node_plugins_min_order_by": { "created_at": [ - 3647 + 3648 ], "detected_version": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "installed_at": [ - 3647 + 3648 ], "last_error": [ - 3647 + 3648 ], "path": [ - 3647 + 3648 ], "plugin_slug": [ - 3647 + 3648 ], "previous_version": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -36046,7 +36063,7 @@ export default { 41 ], "returning": [ - 2285 + 2286 ], "__typename": [ 85 @@ -36054,13 +36071,13 @@ export default { }, "game_server_node_plugins_on_conflict": { "constraint": [ - 2295 + 2296 ], "update_columns": [ - 2311 + 2312 ], "where": [ - 2294 + 2295 ], "__typename": [ 85 @@ -36068,58 +36085,58 @@ export default { }, "game_server_node_plugins_order_by": { "channel": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "detected": [ - 3647 + 3648 ], "detected_version": [ - 3647 + 3648 ], "game_server_node": [ - 2339 + 2340 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "installed_at": [ - 3647 + 3648 ], "last_error": [ - 3647 + 3648 ], "path": [ - 3647 + 3648 ], "plugin": [ - 2269 + 2270 ], "plugin_slug": [ - 3647 + 3648 ], "previous_version": [ - 3647 + 3648 ], "runtime": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -36127,7 +36144,7 @@ export default { }, "game_server_node_plugins_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -36138,10 +36155,10 @@ export default { "game_server_node_plugins_select_column_game_server_node_plugins_aggregate_bool_exp_bool_or_arguments_columns": {}, "game_server_node_plugins_set_input": { "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "detected": [ 6 @@ -36153,10 +36170,10 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "installed_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -36171,16 +36188,16 @@ export default { 85 ], "runtime": [ - 1305 + 1306 ], "source": [ 85 ], "status": [ - 915 + 916 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -36191,10 +36208,10 @@ export default { }, "game_server_node_plugins_stream_cursor_input": { "initial_value": [ - 2310 + 2311 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -36202,10 +36219,10 @@ export default { }, "game_server_node_plugins_stream_cursor_value_input": { "channel": [ - 895 + 896 ], "created_at": [ - 5242 + 5243 ], "detected": [ 6 @@ -36217,10 +36234,10 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "installed_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -36235,16 +36252,16 @@ export default { 85 ], "runtime": [ - 1305 + 1306 ], "source": [ 85 ], "status": [ - 915 + 916 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -36256,10 +36273,10 @@ export default { "game_server_node_plugins_update_column": {}, "game_server_node_plugins_updates": { "_set": [ - 2308 + 2309 ], "where": [ - 2294 + 2295 ], "__typename": [ 85 @@ -36276,7 +36293,7 @@ export default { 41 ], "cpu_frequency_info": [ - 2438, + 2439, { "path": [ 85 @@ -36284,7 +36301,7 @@ export default { } ], "cpu_governor_info": [ - 2438, + 2439, { "path": [ 85 @@ -36298,7 +36315,7 @@ export default { 41 ], "cpu_warnings": [ - 2438, + 2439, { "path": [ 85 @@ -36306,7 +36323,7 @@ export default { } ], "cs2_launch_options": [ - 2438, + 2439, { "path": [ 85 @@ -36314,7 +36331,7 @@ export default { } ], "cs2_video_settings": [ - 2438, + 2439, { "path": [ 85 @@ -36334,10 +36351,10 @@ export default { 41 ], "e_region": [ - 4733 + 4734 ], "e_status": [ - 950 + 951 ], "enabled": [ 6 @@ -36355,7 +36372,7 @@ export default { 6 ], "gpu_info": [ - 2438, + 2439, { "path": [ 85 @@ -36375,13 +36392,13 @@ export default { 85 ], "lan_ip": [ - 2434 + 2435 ], "node_ip": [ - 2434 + 2435 ], "offline_at": [ - 5242 + 5243 ], "pin_build_id": [ 41 @@ -36393,16 +36410,16 @@ export default { 85 ], "pinned_version": [ - 2364 + 2365 ], "plugin_supported": [ 6 ], "plugins": [ - 2285, + 2286, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -36412,19 +36429,19 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "plugins_aggregate": [ - 2286, + 2287, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -36434,28 +36451,28 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "plugins_synced_at": [ - 5242 + 5243 ], "public_ip": [ - 2434 + 2435 ], "region": [ 85 ], "servers": [ - 4760, + 4761, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -36465,19 +36482,19 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "servers_aggregate": [ - 4761, + 4762, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -36487,16 +36504,16 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "shader_bake_progress": [ - 3645 + 3646 ], "shader_bake_progress_stage": [ 85 @@ -36505,7 +36522,7 @@ export default { 85 ], "shader_bake_status_history": [ - 2438, + 2439, { "path": [ 85 @@ -36516,7 +36533,7 @@ export default { 41 ], "status": [ - 955 + 956 ], "supports_cpu_pinning": [ 6 @@ -36534,7 +36551,7 @@ export default { 85 ], "version": [ - 2364 + 2365 ], "__typename": [ 85 @@ -36542,10 +36559,10 @@ export default { }, "game_server_nodes_aggregate": { "aggregate": [ - 2319 + 2320 ], "nodes": [ - 2313 + 2314 ], "__typename": [ 85 @@ -36553,13 +36570,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp": { "bool_and": [ - 2316 + 2317 ], "bool_or": [ - 2317 + 2318 ], "count": [ - 2318 + 2319 ], "__typename": [ 85 @@ -36567,13 +36584,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_bool_and": { "arguments": [ - 2343 + 2344 ], "distinct": [ 6 ], "filter": [ - 2325 + 2326 ], "predicate": [ 7 @@ -36584,13 +36601,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_bool_or": { "arguments": [ - 2344 + 2345 ], "distinct": [ 6 ], "filter": [ - 2325 + 2326 ], "predicate": [ 7 @@ -36601,13 +36618,13 @@ export default { }, "game_server_nodes_aggregate_bool_exp_count": { "arguments": [ - 2342 + 2343 ], "distinct": [ 6 ], "filter": [ - 2325 + 2326 ], "predicate": [ 42 @@ -36618,13 +36635,13 @@ export default { }, "game_server_nodes_aggregate_fields": { "avg": [ - 2323 + 2324 ], "count": [ 41, { "columns": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "distinct": [ @@ -36632,44 +36649,6 @@ export default { ] } ], - "max": [ - 2332 - ], - "min": [ - 2334 - ], - "stddev": [ - 2346 - ], - "stddev_pop": [ - 2348 - ], - "stddev_samp": [ - 2350 - ], - "sum": [ - 2354 - ], - "var_pop": [ - 2358 - ], - "var_samp": [ - 2360 - ], - "variance": [ - 2362 - ], - "__typename": [ - 85 - ] - }, - "game_server_nodes_aggregate_order_by": { - "avg": [ - 2324 - ], - "count": [ - 3647 - ], "max": [ 2333 ], @@ -36701,27 +36680,65 @@ export default { 85 ] }, + "game_server_nodes_aggregate_order_by": { + "avg": [ + 2325 + ], + "count": [ + 3648 + ], + "max": [ + 2334 + ], + "min": [ + 2336 + ], + "stddev": [ + 2348 + ], + "stddev_pop": [ + 2350 + ], + "stddev_samp": [ + 2352 + ], + "sum": [ + 2356 + ], + "var_pop": [ + 2360 + ], + "var_samp": [ + 2362 + ], + "variance": [ + 2364 + ], + "__typename": [ + 85 + ] + }, "game_server_nodes_append_input": { "cpu_frequency_info": [ - 2438 + 2439 ], "cpu_governor_info": [ - 2438 + 2439 ], "cpu_warnings": [ - 2438 + 2439 ], "cs2_launch_options": [ - 2438 + 2439 ], "cs2_video_settings": [ - 2438 + 2439 ], "gpu_info": [ - 2438 + 2439 ], "shader_bake_status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -36729,10 +36746,10 @@ export default { }, "game_server_nodes_arr_rel_insert_input": { "data": [ - 2331 + 2332 ], "on_conflict": [ - 2338 + 2339 ], "__typename": [ 85 @@ -36787,40 +36804,40 @@ export default { }, "game_server_nodes_avg_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -36828,13 +36845,13 @@ export default { }, "game_server_nodes_bool_exp": { "_and": [ - 2325 + 2326 ], "_not": [ - 2325 + 2326 ], "_or": [ - 2325 + 2326 ], "available_server_count": [ 42 @@ -36846,10 +36863,10 @@ export default { 42 ], "cpu_frequency_info": [ - 2440 + 2441 ], "cpu_governor_info": [ - 2440 + 2441 ], "cpu_sockets": [ 42 @@ -36858,13 +36875,13 @@ export default { 42 ], "cpu_warnings": [ - 2440 + 2441 ], "cs2_launch_options": [ - 2440 + 2441 ], "cs2_video_settings": [ - 2440 + 2441 ], "csgo_build_id": [ 42 @@ -36879,10 +36896,10 @@ export default { 42 ], "e_region": [ - 4737 + 4738 ], "e_status": [ - 953 + 954 ], "enabled": [ 7 @@ -36900,7 +36917,7 @@ export default { 7 ], "gpu_info": [ - 2440 + 2441 ], "gpu_rendering_enabled": [ 7 @@ -36915,13 +36932,13 @@ export default { 87 ], "lan_ip": [ - 2435 + 2436 ], "node_ip": [ - 2435 + 2436 ], "offline_at": [ - 5243 + 5244 ], "pin_build_id": [ 42 @@ -36933,34 +36950,34 @@ export default { 87 ], "pinned_version": [ - 2369 + 2370 ], "plugin_supported": [ 7 ], "plugins": [ - 2294 + 2295 ], "plugins_aggregate": [ - 2287 + 2288 ], "plugins_synced_at": [ - 5243 + 5244 ], "public_ip": [ - 2435 + 2436 ], "region": [ 87 ], "servers": [ - 4772 + 4773 ], "servers_aggregate": [ - 4762 + 4763 ], "shader_bake_progress": [ - 3646 + 3647 ], "shader_bake_progress_stage": [ 87 @@ -36969,13 +36986,13 @@ export default { 87 ], "shader_bake_status_history": [ - 2440 + 2441 ], "start_port_range": [ 42 ], "status": [ - 956 + 957 ], "supports_cpu_pinning": [ 7 @@ -36993,7 +37010,7 @@ export default { 87 ], "version": [ - 2369 + 2370 ], "__typename": [ 85 @@ -37110,7 +37127,7 @@ export default { 41 ], "shader_bake_progress": [ - 3645 + 3646 ], "start_port_range": [ 41 @@ -37127,10 +37144,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2438 + 2439 ], "cpu_governor_info": [ - 2438 + 2439 ], "cpu_sockets": [ 41 @@ -37139,13 +37156,13 @@ export default { 41 ], "cpu_warnings": [ - 2438 + 2439 ], "cs2_launch_options": [ - 2438 + 2439 ], "cs2_video_settings": [ - 2438 + 2439 ], "csgo_build_id": [ 41 @@ -37160,10 +37177,10 @@ export default { 41 ], "e_region": [ - 4743 + 4744 ], "e_status": [ - 961 + 962 ], "enabled": [ 6 @@ -37181,7 +37198,7 @@ export default { 6 ], "gpu_info": [ - 2438 + 2439 ], "gpu_rendering_enabled": [ 6 @@ -37196,13 +37213,13 @@ export default { 85 ], "lan_ip": [ - 2434 + 2435 ], "node_ip": [ - 2434 + 2435 ], "offline_at": [ - 5242 + 5243 ], "pin_build_id": [ 41 @@ -37214,25 +37231,25 @@ export default { 85 ], "pinned_version": [ - 2379 + 2380 ], "plugins": [ - 2293 + 2294 ], "plugins_synced_at": [ - 5242 + 5243 ], "public_ip": [ - 2434 + 2435 ], "region": [ 85 ], "servers": [ - 4769 + 4770 ], "shader_bake_progress": [ - 3645 + 3646 ], "shader_bake_progress_stage": [ 85 @@ -37241,13 +37258,13 @@ export default { 85 ], "shader_bake_status_history": [ - 2438 + 2439 ], "start_port_range": [ 41 ], "status": [ - 955 + 956 ], "supports_cpu_pinning": [ 6 @@ -37262,7 +37279,7 @@ export default { 85 ], "version": [ - 2379 + 2380 ], "__typename": [ 85 @@ -37306,7 +37323,7 @@ export default { 85 ], "offline_at": [ - 5242 + 5243 ], "pin_build_id": [ 41 @@ -37318,13 +37335,13 @@ export default { 85 ], "plugins_synced_at": [ - 5242 + 5243 ], "region": [ 85 ], "shader_bake_progress": [ - 3645 + 3646 ], "shader_bake_progress_stage": [ 85 @@ -37350,73 +37367,73 @@ export default { }, "game_server_nodes_max_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "offline_at": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "pin_plugin_runtime": [ - 3647 + 3648 ], "pin_plugin_version": [ - 3647 + 3648 ], "plugins_synced_at": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "shader_bake_progress_stage": [ - 3647 + 3648 ], "shader_bake_status": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "token": [ - 3647 + 3648 ], "update_status": [ - 3647 + 3648 ], "__typename": [ 85 @@ -37460,7 +37477,7 @@ export default { 85 ], "offline_at": [ - 5242 + 5243 ], "pin_build_id": [ 41 @@ -37472,13 +37489,13 @@ export default { 85 ], "plugins_synced_at": [ - 5242 + 5243 ], "region": [ 85 ], "shader_bake_progress": [ - 3645 + 3646 ], "shader_bake_progress_stage": [ 85 @@ -37504,73 +37521,73 @@ export default { }, "game_server_nodes_min_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "offline_at": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "pin_plugin_runtime": [ - 3647 + 3648 ], "pin_plugin_version": [ - 3647 + 3648 ], "plugins_synced_at": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "shader_bake_progress_stage": [ - 3647 + 3648 ], "shader_bake_status": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "token": [ - 3647 + 3648 ], "update_status": [ - 3647 + 3648 ], "__typename": [ 85 @@ -37581,7 +37598,7 @@ export default { 41 ], "returning": [ - 2313 + 2314 ], "__typename": [ 85 @@ -37589,10 +37606,10 @@ export default { }, "game_server_nodes_obj_rel_insert_input": { "data": [ - 2331 + 2332 ], "on_conflict": [ - 2338 + 2339 ], "__typename": [ 85 @@ -37600,13 +37617,13 @@ export default { }, "game_server_nodes_on_conflict": { "constraint": [ - 2326 + 2327 ], "update_columns": [ - 2356 + 2357 ], "where": [ - 2325 + 2326 ], "__typename": [ 85 @@ -37614,157 +37631,157 @@ export default { }, "game_server_nodes_order_by": { "available_server_count": [ - 3647 + 3648 ], "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_frequency_info": [ - 3647 + 3648 ], "cpu_governor_info": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "cpu_warnings": [ - 3647 + 3648 ], "cs2_launch_options": [ - 3647 + 3648 ], "cs2_video_settings": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "e_region": [ - 4745 + 4746 ], "e_status": [ - 963 + 964 ], "enabled": [ - 3647 + 3648 ], "enabled_for_match_making": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "gpu": [ - 3647 + 3648 ], "gpu_demos_enabled": [ - 3647 + 3648 ], "gpu_info": [ - 3647 + 3648 ], "gpu_rendering_enabled": [ - 3647 + 3648 ], "gpu_streaming_enabled": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "lan_ip": [ - 3647 + 3648 ], "node_ip": [ - 3647 + 3648 ], "offline_at": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "pin_plugin_runtime": [ - 3647 + 3648 ], "pin_plugin_version": [ - 3647 + 3648 ], "pinned_version": [ - 2381 + 2382 ], "plugin_supported": [ - 3647 + 3648 ], "plugins_aggregate": [ - 2292 + 2293 ], "plugins_synced_at": [ - 3647 + 3648 ], "public_ip": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "servers_aggregate": [ - 4767 + 4768 ], "shader_bake_progress": [ - 3647 + 3648 ], "shader_bake_progress_stage": [ - 3647 + 3648 ], "shader_bake_status": [ - 3647 + 3648 ], "shader_bake_status_history": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "supports_cpu_pinning": [ - 3647 + 3648 ], "supports_low_latency": [ - 3647 + 3648 ], "token": [ - 3647 + 3648 ], "total_server_count": [ - 3647 + 3648 ], "update_status": [ - 3647 + 3648 ], "version": [ - 2381 + 2382 ], "__typename": [ 85 @@ -37780,25 +37797,25 @@ export default { }, "game_server_nodes_prepend_input": { "cpu_frequency_info": [ - 2438 + 2439 ], "cpu_governor_info": [ - 2438 + 2439 ], "cpu_warnings": [ - 2438 + 2439 ], "cs2_launch_options": [ - 2438 + 2439 ], "cs2_video_settings": [ - 2438 + 2439 ], "gpu_info": [ - 2438 + 2439 ], "shader_bake_status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -37815,10 +37832,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2438 + 2439 ], "cpu_governor_info": [ - 2438 + 2439 ], "cpu_sockets": [ 41 @@ -37827,13 +37844,13 @@ export default { 41 ], "cpu_warnings": [ - 2438 + 2439 ], "cs2_launch_options": [ - 2438 + 2439 ], "cs2_video_settings": [ - 2438 + 2439 ], "csgo_build_id": [ 41 @@ -37863,7 +37880,7 @@ export default { 6 ], "gpu_info": [ - 2438 + 2439 ], "gpu_rendering_enabled": [ 6 @@ -37878,13 +37895,13 @@ export default { 85 ], "lan_ip": [ - 2434 + 2435 ], "node_ip": [ - 2434 + 2435 ], "offline_at": [ - 5242 + 5243 ], "pin_build_id": [ 41 @@ -37896,16 +37913,16 @@ export default { 85 ], "plugins_synced_at": [ - 5242 + 5243 ], "public_ip": [ - 2434 + 2435 ], "region": [ 85 ], "shader_bake_progress": [ - 3645 + 3646 ], "shader_bake_progress_stage": [ 85 @@ -37914,13 +37931,13 @@ export default { 85 ], "shader_bake_status_history": [ - 2438 + 2439 ], "start_port_range": [ 41 ], "status": [ - 955 + 956 ], "supports_cpu_pinning": [ 6 @@ -37987,40 +38004,40 @@ export default { }, "game_server_nodes_stddev_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38075,40 +38092,40 @@ export default { }, "game_server_nodes_stddev_pop_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38163,40 +38180,40 @@ export default { }, "game_server_nodes_stddev_samp_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38204,10 +38221,10 @@ export default { }, "game_server_nodes_stream_cursor_input": { "initial_value": [ - 2353 + 2354 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -38221,10 +38238,10 @@ export default { 41 ], "cpu_frequency_info": [ - 2438 + 2439 ], "cpu_governor_info": [ - 2438 + 2439 ], "cpu_sockets": [ 41 @@ -38233,13 +38250,13 @@ export default { 41 ], "cpu_warnings": [ - 2438 + 2439 ], "cs2_launch_options": [ - 2438 + 2439 ], "cs2_video_settings": [ - 2438 + 2439 ], "csgo_build_id": [ 41 @@ -38269,7 +38286,7 @@ export default { 6 ], "gpu_info": [ - 2438 + 2439 ], "gpu_rendering_enabled": [ 6 @@ -38284,13 +38301,13 @@ export default { 85 ], "lan_ip": [ - 2434 + 2435 ], "node_ip": [ - 2434 + 2435 ], "offline_at": [ - 5242 + 5243 ], "pin_build_id": [ 41 @@ -38302,16 +38319,16 @@ export default { 85 ], "plugins_synced_at": [ - 5242 + 5243 ], "public_ip": [ - 2434 + 2435 ], "region": [ 85 ], "shader_bake_progress": [ - 3645 + 3646 ], "shader_bake_progress_stage": [ 85 @@ -38320,13 +38337,13 @@ export default { 85 ], "shader_bake_status_history": [ - 2438 + 2439 ], "start_port_range": [ 41 ], "status": [ - 955 + 956 ], "supports_cpu_pinning": [ 6 @@ -38379,7 +38396,7 @@ export default { 41 ], "shader_bake_progress": [ - 3645 + 3646 ], "start_port_range": [ 41 @@ -38393,40 +38410,40 @@ export default { }, "game_server_nodes_sum_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38435,28 +38452,28 @@ export default { "game_server_nodes_update_column": {}, "game_server_nodes_updates": { "_append": [ - 2321 + 2322 ], "_delete_at_path": [ - 2327 + 2328 ], "_delete_elem": [ - 2328 + 2329 ], "_delete_key": [ - 2329 + 2330 ], "_inc": [ - 2330 + 2331 ], "_prepend": [ - 2341 + 2342 ], "_set": [ - 2345 + 2346 ], "where": [ - 2325 + 2326 ], "__typename": [ 85 @@ -38511,40 +38528,40 @@ export default { }, "game_server_nodes_var_pop_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38599,40 +38616,40 @@ export default { }, "game_server_nodes_var_samp_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38687,40 +38704,40 @@ export default { }, "game_server_nodes_variance_order_by": { "build_id": [ - 3647 + 3648 ], "cpu_cores_per_socket": [ - 3647 + 3648 ], "cpu_sockets": [ - 3647 + 3648 ], "cpu_threads_per_core": [ - 3647 + 3648 ], "csgo_build_id": [ - 3647 + 3648 ], "demo_network_limiter": [ - 3647 + 3648 ], "disk_available_gb": [ - 3647 + 3648 ], "disk_used_percent": [ - 3647 + 3648 ], "end_port_range": [ - 3647 + 3648 ], "pin_build_id": [ - 3647 + 3648 ], "shader_bake_progress": [ - 3647 + 3648 ], "start_port_range": [ - 3647 + 3648 ], "__typename": [ 85 @@ -38740,7 +38757,7 @@ export default { 85 ], "downloads": [ - 2438, + 2439, { "path": [ 85 @@ -38748,7 +38765,7 @@ export default { } ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -38759,10 +38776,10 @@ export default { }, "game_versions_aggregate": { "aggregate": [ - 2366 + 2367 ], "nodes": [ - 2364 + 2365 ], "__typename": [ 85 @@ -38770,13 +38787,13 @@ export default { }, "game_versions_aggregate_fields": { "avg": [ - 2368 + 2369 ], "count": [ 41, { "columns": [ - 2384, + 2385, "[game_versions_select_column!]" ], "distinct": [ @@ -38785,31 +38802,31 @@ export default { } ], "max": [ - 2376 + 2377 ], "min": [ - 2377 + 2378 ], "stddev": [ - 2386 + 2387 ], "stddev_pop": [ - 2387 + 2388 ], "stddev_samp": [ - 2388 + 2389 ], "sum": [ - 2391 + 2392 ], "var_pop": [ - 2394 + 2395 ], "var_samp": [ - 2395 + 2396 ], "variance": [ - 2396 + 2397 ], "__typename": [ 85 @@ -38817,7 +38834,7 @@ export default { }, "game_versions_append_input": { "downloads": [ - 2438 + 2439 ], "__typename": [ 85 @@ -38833,13 +38850,13 @@ export default { }, "game_versions_bool_exp": { "_and": [ - 2369 + 2370 ], "_not": [ - 2369 + 2370 ], "_or": [ - 2369 + 2370 ], "build_id": [ 42 @@ -38854,10 +38871,10 @@ export default { 87 ], "downloads": [ - 2440 + 2441 ], "updated_at": [ - 5243 + 5244 ], "version": [ 87 @@ -38913,10 +38930,10 @@ export default { 85 ], "downloads": [ - 2438 + 2439 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -38933,7 +38950,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -38950,7 +38967,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -38964,7 +38981,7 @@ export default { 41 ], "returning": [ - 2364 + 2365 ], "__typename": [ 85 @@ -38972,10 +38989,10 @@ export default { }, "game_versions_obj_rel_insert_input": { "data": [ - 2375 + 2376 ], "on_conflict": [ - 2380 + 2381 ], "__typename": [ 85 @@ -38983,13 +39000,13 @@ export default { }, "game_versions_on_conflict": { "constraint": [ - 2370 + 2371 ], "update_columns": [ - 2392 + 2393 ], "where": [ - 2369 + 2370 ], "__typename": [ 85 @@ -38997,25 +39014,25 @@ export default { }, "game_versions_order_by": { "build_id": [ - 3647 + 3648 ], "current": [ - 3647 + 3648 ], "cvars": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "downloads": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -39031,7 +39048,7 @@ export default { }, "game_versions_prepend_input": { "downloads": [ - 2438 + 2439 ], "__typename": [ 85 @@ -39052,10 +39069,10 @@ export default { 85 ], "downloads": [ - 2438 + 2439 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -39090,10 +39107,10 @@ export default { }, "game_versions_stream_cursor_input": { "initial_value": [ - 2390 + 2391 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -39113,10 +39130,10 @@ export default { 85 ], "downloads": [ - 2438 + 2439 ], "updated_at": [ - 5242 + 5243 ], "version": [ 85 @@ -39136,28 +39153,28 @@ export default { "game_versions_update_column": {}, "game_versions_updates": { "_append": [ - 2367 + 2368 ], "_delete_at_path": [ - 2371 + 2372 ], "_delete_elem": [ - 2372 + 2373 ], "_delete_key": [ - 2373 + 2374 ], "_inc": [ - 2374 + 2375 ], "_prepend": [ - 2383 + 2384 ], "_set": [ - 2385 + 2386 ], "where": [ - 2369 + 2370 ], "__typename": [ 85 @@ -39195,13 +39212,13 @@ export default { 41 ], "game_version": [ - 2364 + 2365 ], "id": [ - 6603 + 6672 ], "results": [ - 2438, + 2439, { "path": [ 85 @@ -39212,7 +39229,7 @@ export default { 85 ], "validated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -39220,10 +39237,10 @@ export default { }, "gamedata_signature_validations_aggregate": { "aggregate": [ - 2399 + 2400 ], "nodes": [ - 2397 + 2398 ], "__typename": [ 85 @@ -39231,13 +39248,13 @@ export default { }, "gamedata_signature_validations_aggregate_fields": { "avg": [ - 2401 + 2402 ], "count": [ 41, { "columns": [ - 2416, + 2417, "[gamedata_signature_validations_select_column!]" ], "distinct": [ @@ -39246,31 +39263,31 @@ export default { } ], "max": [ - 2409 + 2410 ], "min": [ - 2410 + 2411 ], "stddev": [ - 2418 + 2419 ], "stddev_pop": [ - 2419 + 2420 ], "stddev_samp": [ - 2420 + 2421 ], "sum": [ - 2423 + 2424 ], "var_pop": [ - 2426 + 2427 ], "var_samp": [ - 2427 + 2428 ], "variance": [ - 2428 + 2429 ], "__typename": [ 85 @@ -39278,7 +39295,7 @@ export default { }, "gamedata_signature_validations_append_input": { "results": [ - 2438 + 2439 ], "__typename": [ 85 @@ -39294,13 +39311,13 @@ export default { }, "gamedata_signature_validations_bool_exp": { "_and": [ - 2402 + 2403 ], "_not": [ - 2402 + 2403 ], "_or": [ - 2402 + 2403 ], "branch": [ 87 @@ -39309,19 +39326,19 @@ export default { 42 ], "game_version": [ - 2369 + 2370 ], "id": [ - 6605 + 6674 ], "results": [ - 2440 + 2441 ], "status": [ 87 ], "validated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -39368,19 +39385,19 @@ export default { 41 ], "game_version": [ - 2379 + 2380 ], "id": [ - 6603 + 6672 ], "results": [ - 2438 + 2439 ], "status": [ 85 ], "validated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -39394,13 +39411,13 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "status": [ 85 ], "validated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -39414,13 +39431,13 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "status": [ 85 ], "validated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -39431,7 +39448,7 @@ export default { 41 ], "returning": [ - 2397 + 2398 ], "__typename": [ 85 @@ -39439,13 +39456,13 @@ export default { }, "gamedata_signature_validations_on_conflict": { "constraint": [ - 2403 + 2404 ], "update_columns": [ - 2424 + 2425 ], "where": [ - 2402 + 2403 ], "__typename": [ 85 @@ -39453,25 +39470,25 @@ export default { }, "gamedata_signature_validations_order_by": { "branch": [ - 3647 + 3648 ], "build_id": [ - 3647 + 3648 ], "game_version": [ - 2381 + 2382 ], "id": [ - 3647 + 3648 ], "results": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "validated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -39479,7 +39496,7 @@ export default { }, "gamedata_signature_validations_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -39487,7 +39504,7 @@ export default { }, "gamedata_signature_validations_prepend_input": { "results": [ - 2438 + 2439 ], "__typename": [ 85 @@ -39502,16 +39519,16 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "results": [ - 2438 + 2439 ], "status": [ 85 ], "validated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -39543,10 +39560,10 @@ export default { }, "gamedata_signature_validations_stream_cursor_input": { "initial_value": [ - 2422 + 2423 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -39560,16 +39577,16 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "results": [ - 2438 + 2439 ], "status": [ 85 ], "validated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -39586,28 +39603,28 @@ export default { "gamedata_signature_validations_update_column": {}, "gamedata_signature_validations_updates": { "_append": [ - 2400 + 2401 ], "_delete_at_path": [ - 2404 + 2405 ], "_delete_elem": [ - 2405 + 2406 ], "_delete_key": [ - 2406 + 2407 ], "_inc": [ - 2407 + 2408 ], "_prepend": [ - 2415 + 2416 ], "_set": [ - 2417 + 2418 ], "where": [ - 2402 + 2403 ], "__typename": [ 85 @@ -39642,7 +39659,7 @@ export default { 85 ], "_event_id": [ - 6603 + 6672 ], "_match_type": [ 85 @@ -39668,7 +39685,7 @@ export default { 85 ], "_season_id": [ - 6603 + 6672 ], "_source": [ 85 @@ -39685,7 +39702,7 @@ export default { 85 ], "_league_season_id": [ - 6603 + 6672 ], "_role": [ 85 @@ -39708,7 +39725,7 @@ export default { 85 ], "_season_id": [ - 6603 + 6672 ], "_source": [ 85 @@ -39722,7 +39739,7 @@ export default { }, "get_tournament_leaderboard_args": { "_tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -39731,31 +39748,31 @@ export default { "inet": {}, "inet_comparison_exp": { "_eq": [ - 2434 + 2435 ], "_gt": [ - 2434 + 2435 ], "_gte": [ - 2434 + 2435 ], "_in": [ - 2434 + 2435 ], "_is_null": [ 6 ], "_lt": [ - 2434 + 2435 ], "_lte": [ - 2434 + 2435 ], "_neq": [ - 2434 + 2435 ], "_nin": [ - 2434 + 2435 ], "__typename": [ 85 @@ -39764,31 +39781,31 @@ export default { "json": {}, "json_comparison_exp": { "_eq": [ - 2436 + 2437 ], "_gt": [ - 2436 + 2437 ], "_gte": [ - 2436 + 2437 ], "_in": [ - 2436 + 2437 ], "_is_null": [ 6 ], "_lt": [ - 2436 + 2437 ], "_lte": [ - 2436 + 2437 ], "_neq": [ - 2436 + 2437 ], "_nin": [ - 2436 + 2437 ], "__typename": [ 85 @@ -39805,22 +39822,22 @@ export default { }, "jsonb_comparison_exp": { "_cast": [ - 2439 + 2440 ], "_contained_in": [ - 2438 + 2439 ], "_contains": [ - 2438 + 2439 ], "_eq": [ - 2438 + 2439 ], "_gt": [ - 2438 + 2439 ], "_gte": [ - 2438 + 2439 ], "_has_key": [ 85 @@ -39832,22 +39849,22 @@ export default { 85 ], "_in": [ - 2438 + 2439 ], "_is_null": [ 6 ], "_lt": [ - 2438 + 2439 ], "_lte": [ - 2438 + 2439 ], "_neq": [ - 2438 + 2439 ], "_nin": [ - 2438 + 2439 ], "__typename": [ 85 @@ -39873,13 +39890,13 @@ export default { 85 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -39887,10 +39904,10 @@ export default { }, "leaderboard_entries_aggregate": { "aggregate": [ - 2443 + 2444 ], "nodes": [ - 2441 + 2442 ], "__typename": [ 85 @@ -39898,13 +39915,13 @@ export default { }, "leaderboard_entries_aggregate_fields": { "avg": [ - 2444 + 2445 ], "count": [ 41, { "columns": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "distinct": [ @@ -39913,31 +39930,31 @@ export default { } ], "max": [ - 2448 + 2449 ], "min": [ - 2449 + 2450 ], "stddev": [ - 2454 + 2455 ], "stddev_pop": [ - 2455 + 2456 ], "stddev_samp": [ - 2456 + 2457 ], "sum": [ - 2459 + 2460 ], "var_pop": [ - 2461 + 2462 ], "var_samp": [ - 2462 + 2463 ], "variance": [ - 2463 + 2464 ], "__typename": [ 85 @@ -39962,13 +39979,13 @@ export default { }, "leaderboard_entries_bool_exp": { "_and": [ - 2445 + 2446 ], "_not": [ - 2445 + 2446 ], "_or": [ - 2445 + 2446 ], "matches_played": [ 42 @@ -39989,13 +40006,13 @@ export default { 87 ], "secondary_value": [ - 2093 + 2094 ], "tertiary_value": [ - 2093 + 2094 ], "value": [ - 2093 + 2094 ], "__typename": [ 85 @@ -40006,13 +40023,13 @@ export default { 41 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40038,13 +40055,13 @@ export default { 85 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40070,13 +40087,13 @@ export default { 85 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40102,13 +40119,13 @@ export default { 85 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40119,7 +40136,7 @@ export default { 41 ], "returning": [ - 2441 + 2442 ], "__typename": [ 85 @@ -40127,31 +40144,31 @@ export default { }, "leaderboard_entries_order_by": { "matches_played": [ - 3647 + 3648 ], "player_avatar_url": [ - 3647 + 3648 ], "player_country": [ - 3647 + 3648 ], "player_custom_avatar_url": [ - 3647 + 3648 ], "player_name": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "secondary_value": [ - 3647 + 3648 ], "tertiary_value": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -40178,13 +40195,13 @@ export default { 85 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40243,10 +40260,10 @@ export default { }, "leaderboard_entries_stream_cursor_input": { "initial_value": [ - 2458 + 2459 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -40272,13 +40289,13 @@ export default { 85 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40289,13 +40306,13 @@ export default { 41 ], "secondary_value": [ - 2092 + 2093 ], "tertiary_value": [ - 2092 + 2093 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -40303,13 +40320,13 @@ export default { }, "leaderboard_entries_updates": { "_inc": [ - 2446 + 2447 ], "_set": [ - 2453 + 2454 ], "where": [ - 2445 + 2446 ], "__typename": [ 85 @@ -40368,10 +40385,10 @@ export default { }, "league_award_forfeit_args": { "_tournament_bracket_id": [ - 6603 + 6672 ], "_winning_tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -40379,19 +40396,19 @@ export default { }, "league_divisions": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "season_divisions": [ - 2616, + 2617, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -40401,19 +40418,19 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "season_divisions_aggregate": [ - 2617, + 2618, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -40423,16 +40440,16 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40440,10 +40457,10 @@ export default { }, "league_divisions_aggregate": { "aggregate": [ - 2467 + 2468 ], "nodes": [ - 2465 + 2466 ], "__typename": [ 85 @@ -40451,13 +40468,13 @@ export default { }, "league_divisions_aggregate_fields": { "avg": [ - 2468 + 2469 ], "count": [ 41, { "columns": [ - 2480, + 2481, "[league_divisions_select_column!]" ], "distinct": [ @@ -40466,31 +40483,31 @@ export default { } ], "max": [ - 2473 + 2474 ], "min": [ - 2474 + 2475 ], "stddev": [ - 2482 + 2483 ], "stddev_pop": [ - 2483 + 2484 ], "stddev_samp": [ - 2484 + 2485 ], "sum": [ - 2487 + 2488 ], "var_pop": [ - 2490 + 2491 ], "var_samp": [ - 2491 + 2492 ], "variance": [ - 2492 + 2493 ], "__typename": [ 85 @@ -40506,31 +40523,31 @@ export default { }, "league_divisions_bool_exp": { "_and": [ - 2469 + 2470 ], "_not": [ - 2469 + 2470 ], "_or": [ - 2469 + 2470 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "name": [ 87 ], "season_divisions": [ - 2623 + 2624 ], "season_divisions_aggregate": [ - 2618 + 2619 ], "tier": [ - 4830 + 4831 ], "__typename": [ 85 @@ -40539,7 +40556,7 @@ export default { "league_divisions_constraint": {}, "league_divisions_inc_input": { "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40547,19 +40564,19 @@ export default { }, "league_divisions_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "season_divisions": [ - 2622 + 2623 ], "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40567,16 +40584,16 @@ export default { }, "league_divisions_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40584,16 +40601,16 @@ export default { }, "league_divisions_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40604,7 +40621,7 @@ export default { 41 ], "returning": [ - 2465 + 2466 ], "__typename": [ 85 @@ -40612,10 +40629,10 @@ export default { }, "league_divisions_obj_rel_insert_input": { "data": [ - 2472 + 2473 ], "on_conflict": [ - 2477 + 2478 ], "__typename": [ 85 @@ -40623,13 +40640,13 @@ export default { }, "league_divisions_on_conflict": { "constraint": [ - 2470 + 2471 ], "update_columns": [ - 2488 + 2489 ], "where": [ - 2469 + 2470 ], "__typename": [ 85 @@ -40637,19 +40654,19 @@ export default { }, "league_divisions_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "season_divisions_aggregate": [ - 2621 + 2622 ], "tier": [ - 3647 + 3648 ], "__typename": [ 85 @@ -40657,7 +40674,7 @@ export default { }, "league_divisions_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -40666,16 +40683,16 @@ export default { "league_divisions_select_column": {}, "league_divisions_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40707,10 +40724,10 @@ export default { }, "league_divisions_stream_cursor_input": { "initial_value": [ - 2486 + 2487 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -40718,16 +40735,16 @@ export default { }, "league_divisions_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40735,7 +40752,7 @@ export default { }, "league_divisions_sum_fields": { "tier": [ - 4829 + 4830 ], "__typename": [ 85 @@ -40744,13 +40761,13 @@ export default { "league_divisions_update_column": {}, "league_divisions_updates": { "_inc": [ - 2471 + 2472 ], "_set": [ - 2481 + 2482 ], "where": [ - 2469 + 2470 ], "__typename": [ 85 @@ -40782,25 +40799,25 @@ export default { }, "league_match_weeks": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "season": [ - 2641 + 2642 ], "week_number": [ 41 @@ -40811,10 +40828,10 @@ export default { }, "league_match_weeks_aggregate": { "aggregate": [ - 2497 + 2498 ], "nodes": [ - 2493 + 2494 ], "__typename": [ 85 @@ -40822,7 +40839,7 @@ export default { }, "league_match_weeks_aggregate_bool_exp": { "count": [ - 2496 + 2497 ], "__typename": [ 85 @@ -40830,13 +40847,13 @@ export default { }, "league_match_weeks_aggregate_bool_exp_count": { "arguments": [ - 2514 + 2515 ], "distinct": [ 6 ], "filter": [ - 2502 + 2503 ], "predicate": [ 42 @@ -40847,13 +40864,13 @@ export default { }, "league_match_weeks_aggregate_fields": { "avg": [ - 2500 + 2501 ], "count": [ 41, { "columns": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "distinct": [ @@ -40862,31 +40879,31 @@ export default { } ], "max": [ - 2506 + 2507 ], "min": [ - 2508 + 2509 ], "stddev": [ - 2516 + 2517 ], "stddev_pop": [ - 2518 + 2519 ], "stddev_samp": [ - 2520 + 2521 ], "sum": [ - 2524 + 2525 ], "var_pop": [ - 2528 + 2529 ], "var_samp": [ - 2530 + 2531 ], "variance": [ - 2532 + 2533 ], "__typename": [ 85 @@ -40894,37 +40911,37 @@ export default { }, "league_match_weeks_aggregate_order_by": { "avg": [ - 2501 + 2502 ], "count": [ - 3647 + 3648 ], "max": [ - 2507 + 2508 ], "min": [ - 2509 + 2510 ], "stddev": [ - 2517 + 2518 ], "stddev_pop": [ - 2519 + 2520 ], "stddev_samp": [ - 2521 + 2522 ], "sum": [ - 2525 + 2526 ], "var_pop": [ - 2529 + 2530 ], "var_samp": [ - 2531 + 2532 ], "variance": [ - 2533 + 2534 ], "__typename": [ 85 @@ -40932,10 +40949,10 @@ export default { }, "league_match_weeks_arr_rel_insert_input": { "data": [ - 2505 + 2506 ], "on_conflict": [ - 2511 + 2512 ], "__typename": [ 85 @@ -40951,7 +40968,7 @@ export default { }, "league_match_weeks_avg_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -40959,34 +40976,34 @@ export default { }, "league_match_weeks_bool_exp": { "_and": [ - 2502 + 2503 ], "_not": [ - 2502 + 2503 ], "_or": [ - 2502 + 2503 ], "closes_at": [ - 5243 + 5244 ], "created_at": [ - 5243 + 5244 ], "default_match_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "opens_at": [ - 5243 + 5244 ], "season": [ - 2646 + 2647 ], "week_number": [ 42 @@ -41006,25 +41023,25 @@ export default { }, "league_match_weeks_insert_input": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "season": [ - 2656 + 2657 ], "week_number": [ 41 @@ -41035,22 +41052,22 @@ export default { }, "league_match_weeks_max_fields": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "week_number": [ 41 @@ -41061,25 +41078,25 @@ export default { }, "league_match_weeks_max_order_by": { "closes_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "default_match_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "opens_at": [ - 3647 + 3648 ], "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41087,22 +41104,22 @@ export default { }, "league_match_weeks_min_fields": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "week_number": [ 41 @@ -41113,25 +41130,25 @@ export default { }, "league_match_weeks_min_order_by": { "closes_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "default_match_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "opens_at": [ - 3647 + 3648 ], "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41142,7 +41159,7 @@ export default { 41 ], "returning": [ - 2493 + 2494 ], "__typename": [ 85 @@ -41150,13 +41167,13 @@ export default { }, "league_match_weeks_on_conflict": { "constraint": [ - 2503 + 2504 ], "update_columns": [ - 2526 + 2527 ], "where": [ - 2502 + 2503 ], "__typename": [ 85 @@ -41164,28 +41181,28 @@ export default { }, "league_match_weeks_order_by": { "closes_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "default_match_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "opens_at": [ - 3647 + 3648 ], "season": [ - 2658 + 2659 ], "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41193,7 +41210,7 @@ export default { }, "league_match_weeks_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41202,22 +41219,22 @@ export default { "league_match_weeks_select_column": {}, "league_match_weeks_set_input": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "week_number": [ 41 @@ -41236,7 +41253,7 @@ export default { }, "league_match_weeks_stddev_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41252,7 +41269,7 @@ export default { }, "league_match_weeks_stddev_pop_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41268,7 +41285,7 @@ export default { }, "league_match_weeks_stddev_samp_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41276,10 +41293,10 @@ export default { }, "league_match_weeks_stream_cursor_input": { "initial_value": [ - 2523 + 2524 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -41287,22 +41304,22 @@ export default { }, "league_match_weeks_stream_cursor_value_input": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "week_number": [ 41 @@ -41321,7 +41338,7 @@ export default { }, "league_match_weeks_sum_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41330,13 +41347,13 @@ export default { "league_match_weeks_update_column": {}, "league_match_weeks_updates": { "_inc": [ - 2504 + 2505 ], "_set": [ - 2515 + 2516 ], "where": [ - 2502 + 2503 ], "__typename": [ 85 @@ -41352,7 +41369,7 @@ export default { }, "league_match_weeks_var_pop_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41368,7 +41385,7 @@ export default { }, "league_match_weeks_var_samp_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41384,7 +41401,7 @@ export default { }, "league_match_weeks_variance_order_by": { "week_number": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41392,40 +41409,40 @@ export default { }, "league_relegation_playoffs": { "created_at": [ - 5242 + 5243 ], "higher_division": [ - 2465 + 2466 ], "higher_division_id": [ - 6603 + 6672 ], "higher_slots": [ 41 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "lower_division": [ - 2465 + 2466 ], "lower_division_id": [ - 6603 + 6672 ], "resolved_at": [ - 5242 + 5243 ], "season": [ - 2641 + 2642 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41433,10 +41450,10 @@ export default { }, "league_relegation_playoffs_aggregate": { "aggregate": [ - 2538 + 2539 ], "nodes": [ - 2534 + 2535 ], "__typename": [ 85 @@ -41444,7 +41461,7 @@ export default { }, "league_relegation_playoffs_aggregate_bool_exp": { "count": [ - 2537 + 2538 ], "__typename": [ 85 @@ -41452,13 +41469,13 @@ export default { }, "league_relegation_playoffs_aggregate_bool_exp_count": { "arguments": [ - 2555 + 2556 ], "distinct": [ 6 ], "filter": [ - 2543 + 2544 ], "predicate": [ 42 @@ -41469,13 +41486,13 @@ export default { }, "league_relegation_playoffs_aggregate_fields": { "avg": [ - 2541 + 2542 ], "count": [ 41, { "columns": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "distinct": [ @@ -41483,44 +41500,6 @@ export default { ] } ], - "max": [ - 2547 - ], - "min": [ - 2549 - ], - "stddev": [ - 2557 - ], - "stddev_pop": [ - 2559 - ], - "stddev_samp": [ - 2561 - ], - "sum": [ - 2565 - ], - "var_pop": [ - 2569 - ], - "var_samp": [ - 2571 - ], - "variance": [ - 2573 - ], - "__typename": [ - 85 - ] - }, - "league_relegation_playoffs_aggregate_order_by": { - "avg": [ - 2542 - ], - "count": [ - 3647 - ], "max": [ 2548 ], @@ -41552,12 +41531,50 @@ export default { 85 ] }, + "league_relegation_playoffs_aggregate_order_by": { + "avg": [ + 2543 + ], + "count": [ + 3648 + ], + "max": [ + 2549 + ], + "min": [ + 2551 + ], + "stddev": [ + 2559 + ], + "stddev_pop": [ + 2561 + ], + "stddev_samp": [ + 2563 + ], + "sum": [ + 2567 + ], + "var_pop": [ + 2571 + ], + "var_samp": [ + 2573 + ], + "variance": [ + 2575 + ], + "__typename": [ + 85 + ] + }, "league_relegation_playoffs_arr_rel_insert_input": { "data": [ - 2546 + 2547 ], "on_conflict": [ - 2552 + 2553 ], "__typename": [ 85 @@ -41573,7 +41590,7 @@ export default { }, "league_relegation_playoffs_avg_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41581,49 +41598,49 @@ export default { }, "league_relegation_playoffs_bool_exp": { "_and": [ - 2543 + 2544 ], "_not": [ - 2543 + 2544 ], "_or": [ - 2543 + 2544 ], "created_at": [ - 5243 + 5244 ], "higher_division": [ - 2469 + 2470 ], "higher_division_id": [ - 6605 + 6674 ], "higher_slots": [ 42 ], "id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "lower_division": [ - 2469 + 2470 ], "lower_division_id": [ - 6605 + 6674 ], "resolved_at": [ - 5243 + 5244 ], "season": [ - 2646 + 2647 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -41640,40 +41657,40 @@ export default { }, "league_relegation_playoffs_insert_input": { "created_at": [ - 5242 + 5243 ], "higher_division": [ - 2476 + 2477 ], "higher_division_id": [ - 6603 + 6672 ], "higher_slots": [ 41 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "lower_division": [ - 2476 + 2477 ], "lower_division_id": [ - 6603 + 6672 ], "resolved_at": [ - 5242 + 5243 ], "season": [ - 2656 + 2657 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41681,28 +41698,28 @@ export default { }, "league_relegation_playoffs_max_fields": { "created_at": [ - 5242 + 5243 ], "higher_division_id": [ - 6603 + 6672 ], "higher_slots": [ 41 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "lower_division_id": [ - 6603 + 6672 ], "resolved_at": [ - 5242 + 5243 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41710,28 +41727,28 @@ export default { }, "league_relegation_playoffs_max_order_by": { "created_at": [ - 3647 + 3648 ], "higher_division_id": [ - 3647 + 3648 ], "higher_slots": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "lower_division_id": [ - 3647 + 3648 ], "resolved_at": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41739,28 +41756,28 @@ export default { }, "league_relegation_playoffs_min_fields": { "created_at": [ - 5242 + 5243 ], "higher_division_id": [ - 6603 + 6672 ], "higher_slots": [ 41 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "lower_division_id": [ - 6603 + 6672 ], "resolved_at": [ - 5242 + 5243 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41768,28 +41785,28 @@ export default { }, "league_relegation_playoffs_min_order_by": { "created_at": [ - 3647 + 3648 ], "higher_division_id": [ - 3647 + 3648 ], "higher_slots": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "lower_division_id": [ - 3647 + 3648 ], "resolved_at": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41800,7 +41817,7 @@ export default { 41 ], "returning": [ - 2534 + 2535 ], "__typename": [ 85 @@ -41808,13 +41825,13 @@ export default { }, "league_relegation_playoffs_on_conflict": { "constraint": [ - 2544 + 2545 ], "update_columns": [ - 2567 + 2568 ], "where": [ - 2543 + 2544 ], "__typename": [ 85 @@ -41822,40 +41839,40 @@ export default { }, "league_relegation_playoffs_order_by": { "created_at": [ - 3647 + 3648 ], "higher_division": [ - 2478 + 2479 ], "higher_division_id": [ - 3647 + 3648 ], "higher_slots": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "lower_division": [ - 2478 + 2479 ], "lower_division_id": [ - 3647 + 3648 ], "resolved_at": [ - 3647 + 3648 ], "season": [ - 2658 + 2659 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41863,7 +41880,7 @@ export default { }, "league_relegation_playoffs_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41872,28 +41889,28 @@ export default { "league_relegation_playoffs_select_column": {}, "league_relegation_playoffs_set_input": { "created_at": [ - 5242 + 5243 ], "higher_division_id": [ - 6603 + 6672 ], "higher_slots": [ 41 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "lower_division_id": [ - 6603 + 6672 ], "resolved_at": [ - 5242 + 5243 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41909,7 +41926,7 @@ export default { }, "league_relegation_playoffs_stddev_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41925,7 +41942,7 @@ export default { }, "league_relegation_playoffs_stddev_pop_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41941,7 +41958,7 @@ export default { }, "league_relegation_playoffs_stddev_samp_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -41949,10 +41966,10 @@ export default { }, "league_relegation_playoffs_stream_cursor_input": { "initial_value": [ - 2564 + 2565 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -41960,28 +41977,28 @@ export default { }, "league_relegation_playoffs_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "higher_division_id": [ - 6603 + 6672 ], "higher_slots": [ 41 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "lower_division_id": [ - 6603 + 6672 ], "resolved_at": [ - 5242 + 5243 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -41997,7 +42014,7 @@ export default { }, "league_relegation_playoffs_sum_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42006,13 +42023,13 @@ export default { "league_relegation_playoffs_update_column": {}, "league_relegation_playoffs_updates": { "_inc": [ - 2545 + 2546 ], "_set": [ - 2556 + 2557 ], "where": [ - 2543 + 2544 ], "__typename": [ 85 @@ -42028,7 +42045,7 @@ export default { }, "league_relegation_playoffs_var_pop_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42044,7 +42061,7 @@ export default { }, "league_relegation_playoffs_var_samp_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42060,7 +42077,7 @@ export default { }, "league_relegation_playoffs_variance_order_by": { "higher_slots": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42068,46 +42085,46 @@ export default { }, "league_scheduling_proposals": { "bracket": [ - 5286 + 5287 ], "created_at": [ - 5242 + 5243 ], "e_proposal_status": [ - 992 + 993 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "proposed_by": [ - 4605 + 4606 ], "proposed_by_league_team_season_id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_time": [ - 5242 + 5243 ], "responded_by": [ - 4605 + 4606 ], "responded_by_steam_id": [ - 311 + 312 ], "status": [ - 997 + 998 ], "team_season": [ - 2756 + 2757 ], "tournament_bracket_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42115,10 +42132,10 @@ export default { }, "league_scheduling_proposals_aggregate": { "aggregate": [ - 2579 + 2580 ], "nodes": [ - 2575 + 2576 ], "__typename": [ 85 @@ -42126,7 +42143,7 @@ export default { }, "league_scheduling_proposals_aggregate_bool_exp": { "count": [ - 2578 + 2579 ], "__typename": [ 85 @@ -42134,13 +42151,13 @@ export default { }, "league_scheduling_proposals_aggregate_bool_exp_count": { "arguments": [ - 2596 + 2597 ], "distinct": [ 6 ], "filter": [ - 2584 + 2585 ], "predicate": [ 42 @@ -42151,13 +42168,13 @@ export default { }, "league_scheduling_proposals_aggregate_fields": { "avg": [ - 2582 + 2583 ], "count": [ 41, { "columns": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "distinct": [ @@ -42165,44 +42182,6 @@ export default { ] } ], - "max": [ - 2588 - ], - "min": [ - 2590 - ], - "stddev": [ - 2598 - ], - "stddev_pop": [ - 2600 - ], - "stddev_samp": [ - 2602 - ], - "sum": [ - 2606 - ], - "var_pop": [ - 2610 - ], - "var_samp": [ - 2612 - ], - "variance": [ - 2614 - ], - "__typename": [ - 85 - ] - }, - "league_scheduling_proposals_aggregate_order_by": { - "avg": [ - 2583 - ], - "count": [ - 3647 - ], "max": [ 2589 ], @@ -42234,12 +42213,50 @@ export default { 85 ] }, + "league_scheduling_proposals_aggregate_order_by": { + "avg": [ + 2584 + ], + "count": [ + 3648 + ], + "max": [ + 2590 + ], + "min": [ + 2592 + ], + "stddev": [ + 2600 + ], + "stddev_pop": [ + 2602 + ], + "stddev_samp": [ + 2604 + ], + "sum": [ + 2608 + ], + "var_pop": [ + 2612 + ], + "var_samp": [ + 2614 + ], + "variance": [ + 2616 + ], + "__typename": [ + 85 + ] + }, "league_scheduling_proposals_arr_rel_insert_input": { "data": [ - 2587 + 2588 ], "on_conflict": [ - 2593 + 2594 ], "__typename": [ 85 @@ -42258,10 +42275,10 @@ export default { }, "league_scheduling_proposals_avg_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42269,55 +42286,55 @@ export default { }, "league_scheduling_proposals_bool_exp": { "_and": [ - 2584 + 2585 ], "_not": [ - 2584 + 2585 ], "_or": [ - 2584 + 2585 ], "bracket": [ - 5297 + 5298 ], "created_at": [ - 5243 + 5244 ], "e_proposal_status": [ - 995 + 996 ], "id": [ - 6605 + 6674 ], "message": [ 87 ], "proposed_by": [ - 4609 + 4610 ], "proposed_by_league_team_season_id": [ - 6605 + 6674 ], "proposed_by_steam_id": [ - 313 + 314 ], "proposed_time": [ - 5243 + 5244 ], "responded_by": [ - 4609 + 4610 ], "responded_by_steam_id": [ - 313 + 314 ], "status": [ - 998 + 999 ], "team_season": [ - 2765 + 2766 ], "tournament_bracket_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -42326,10 +42343,10 @@ export default { "league_scheduling_proposals_constraint": {}, "league_scheduling_proposals_inc_input": { "proposed_by_steam_id": [ - 311 + 312 ], "responded_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -42337,46 +42354,46 @@ export default { }, "league_scheduling_proposals_insert_input": { "bracket": [ - 5306 + 5307 ], "created_at": [ - 5242 + 5243 ], "e_proposal_status": [ - 1003 + 1004 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "proposed_by": [ - 4616 + 4617 ], "proposed_by_league_team_season_id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_time": [ - 5242 + 5243 ], "responded_by": [ - 4616 + 4617 ], "responded_by_steam_id": [ - 311 + 312 ], "status": [ - 997 + 998 ], "team_season": [ - 2774 + 2775 ], "tournament_bracket_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42384,28 +42401,28 @@ export default { }, "league_scheduling_proposals_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_time": [ - 5242 + 5243 ], "responded_by_steam_id": [ - 311 + 312 ], "tournament_bracket_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42413,28 +42430,28 @@ export default { }, "league_scheduling_proposals_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "proposed_by_league_team_season_id": [ - 3647 + 3648 ], "proposed_by_steam_id": [ - 3647 + 3648 ], "proposed_time": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "tournament_bracket_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42442,28 +42459,28 @@ export default { }, "league_scheduling_proposals_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_time": [ - 5242 + 5243 ], "responded_by_steam_id": [ - 311 + 312 ], "tournament_bracket_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42471,28 +42488,28 @@ export default { }, "league_scheduling_proposals_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "proposed_by_league_team_season_id": [ - 3647 + 3648 ], "proposed_by_steam_id": [ - 3647 + 3648 ], "proposed_time": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "tournament_bracket_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42503,7 +42520,7 @@ export default { 41 ], "returning": [ - 2575 + 2576 ], "__typename": [ 85 @@ -42511,13 +42528,13 @@ export default { }, "league_scheduling_proposals_on_conflict": { "constraint": [ - 2585 + 2586 ], "update_columns": [ - 2608 + 2609 ], "where": [ - 2584 + 2585 ], "__typename": [ 85 @@ -42525,46 +42542,46 @@ export default { }, "league_scheduling_proposals_order_by": { "bracket": [ - 5308 + 5309 ], "created_at": [ - 3647 + 3648 ], "e_proposal_status": [ - 1005 + 1006 ], "id": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "proposed_by": [ - 4618 + 4619 ], "proposed_by_league_team_season_id": [ - 3647 + 3648 ], "proposed_by_steam_id": [ - 3647 + 3648 ], "proposed_time": [ - 3647 + 3648 ], "responded_by": [ - 4618 + 4619 ], "responded_by_steam_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "team_season": [ - 2776 + 2777 ], "tournament_bracket_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42572,7 +42589,7 @@ export default { }, "league_scheduling_proposals_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42581,31 +42598,31 @@ export default { "league_scheduling_proposals_select_column": {}, "league_scheduling_proposals_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_time": [ - 5242 + 5243 ], "responded_by_steam_id": [ - 311 + 312 ], "status": [ - 997 + 998 ], "tournament_bracket_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42624,10 +42641,10 @@ export default { }, "league_scheduling_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42646,10 +42663,10 @@ export default { }, "league_scheduling_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42668,10 +42685,10 @@ export default { }, "league_scheduling_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42679,10 +42696,10 @@ export default { }, "league_scheduling_proposals_stream_cursor_input": { "initial_value": [ - 2605 + 2606 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -42690,31 +42707,31 @@ export default { }, "league_scheduling_proposals_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "proposed_by_league_team_season_id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_time": [ - 5242 + 5243 ], "responded_by_steam_id": [ - 311 + 312 ], "status": [ - 997 + 998 ], "tournament_bracket_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42722,10 +42739,10 @@ export default { }, "league_scheduling_proposals_sum_fields": { "proposed_by_steam_id": [ - 311 + 312 ], "responded_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -42733,10 +42750,10 @@ export default { }, "league_scheduling_proposals_sum_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42745,13 +42762,13 @@ export default { "league_scheduling_proposals_update_column": {}, "league_scheduling_proposals_updates": { "_inc": [ - 2586 + 2587 ], "_set": [ - 2597 + 2598 ], "where": [ - 2584 + 2585 ], "__typename": [ 85 @@ -42770,10 +42787,10 @@ export default { }, "league_scheduling_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42792,10 +42809,10 @@ export default { }, "league_scheduling_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42814,10 +42831,10 @@ export default { }, "league_scheduling_proposals_variance_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "responded_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -42825,28 +42842,28 @@ export default { }, "league_season_divisions": { "created_at": [ - 5242 + 5243 ], "division": [ - 2465 + 2466 ], "id": [ - 6603 + 6672 ], "league_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "season": [ - 2641 + 2642 ], "standings": [ - 6675, + 6744, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -42856,19 +42873,19 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "standings_aggregate": [ - 6676, + 6745, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -42878,19 +42895,19 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -42898,10 +42915,10 @@ export default { }, "league_season_divisions_aggregate": { "aggregate": [ - 2620 + 2621 ], "nodes": [ - 2616 + 2617 ], "__typename": [ 85 @@ -42909,7 +42926,7 @@ export default { }, "league_season_divisions_aggregate_bool_exp": { "count": [ - 2619 + 2620 ], "__typename": [ 85 @@ -42917,13 +42934,13 @@ export default { }, "league_season_divisions_aggregate_bool_exp_count": { "arguments": [ - 2635 + 2636 ], "distinct": [ 6 ], "filter": [ - 2623 + 2624 ], "predicate": [ 42 @@ -42937,7 +42954,7 @@ export default { 41, { "columns": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "distinct": [ @@ -42946,10 +42963,10 @@ export default { } ], "max": [ - 2626 + 2627 ], "min": [ - 2628 + 2629 ], "__typename": [ 85 @@ -42957,13 +42974,13 @@ export default { }, "league_season_divisions_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 2627 + 2628 ], "min": [ - 2629 + 2630 ], "__typename": [ 85 @@ -42971,10 +42988,10 @@ export default { }, "league_season_divisions_arr_rel_insert_input": { "data": [ - 2625 + 2626 ], "on_conflict": [ - 2632 + 2633 ], "__typename": [ 85 @@ -42982,43 +42999,43 @@ export default { }, "league_season_divisions_bool_exp": { "_and": [ - 2623 + 2624 ], "_not": [ - 2623 + 2624 ], "_or": [ - 2623 + 2624 ], "created_at": [ - 5243 + 5244 ], "division": [ - 2469 + 2470 ], "id": [ - 6605 + 6674 ], "league_division_id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "season": [ - 2646 + 2647 ], "standings": [ - 6684 + 6753 ], "standings_aggregate": [ - 6677 + 6746 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -43027,31 +43044,31 @@ export default { "league_season_divisions_constraint": {}, "league_season_divisions_insert_input": { "created_at": [ - 5242 + 5243 ], "division": [ - 2476 + 2477 ], "id": [ - 6603 + 6672 ], "league_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "season": [ - 2656 + 2657 ], "standings": [ - 6681 + 6750 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -43059,19 +43076,19 @@ export default { }, "league_season_divisions_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -43079,19 +43096,19 @@ export default { }, "league_season_divisions_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -43099,19 +43116,19 @@ export default { }, "league_season_divisions_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -43119,19 +43136,19 @@ export default { }, "league_season_divisions_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -43142,7 +43159,7 @@ export default { 41 ], "returning": [ - 2616 + 2617 ], "__typename": [ 85 @@ -43150,10 +43167,10 @@ export default { }, "league_season_divisions_obj_rel_insert_input": { "data": [ - 2625 + 2626 ], "on_conflict": [ - 2632 + 2633 ], "__typename": [ 85 @@ -43161,13 +43178,13 @@ export default { }, "league_season_divisions_on_conflict": { "constraint": [ - 2624 + 2625 ], "update_columns": [ - 2639 + 2640 ], "where": [ - 2623 + 2624 ], "__typename": [ 85 @@ -43175,31 +43192,31 @@ export default { }, "league_season_divisions_order_by": { "created_at": [ - 3647 + 3648 ], "division": [ - 2478 + 2479 ], "id": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "season": [ - 2658 + 2659 ], "standings_aggregate": [ - 6680 + 6749 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -43207,7 +43224,7 @@ export default { }, "league_season_divisions_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -43216,19 +43233,19 @@ export default { "league_season_divisions_select_column": {}, "league_season_divisions_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -43236,10 +43253,10 @@ export default { }, "league_season_divisions_stream_cursor_input": { "initial_value": [ - 2638 + 2639 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -43247,19 +43264,19 @@ export default { }, "league_season_divisions_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "league_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -43268,10 +43285,10 @@ export default { "league_season_divisions_update_column": {}, "league_season_divisions_updates": { "_set": [ - 2636 + 2637 ], "where": [ - 2623 + 2624 ], "__typename": [ 85 @@ -43282,10 +43299,10 @@ export default { 6 ], "awards": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -43295,19 +43312,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "awards_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -43317,11 +43334,11 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], @@ -43329,10 +43346,10 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -43344,13 +43361,13 @@ export default { 41 ], "e_league_season_status": [ - 1034 + 1035 ], "games_per_week": [ 41 ], "id": [ - 6603 + 6672 ], "is_league_admin": [ 6 @@ -43359,13 +43376,13 @@ export default { 6 ], "match_options_id": [ - 6603 + 6672 ], "match_weeks": [ - 2493, + 2494, { "distinct_on": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "limit": [ @@ -43375,19 +43392,19 @@ export default { 41 ], "order_by": [ - 2512, + 2513, "[league_match_weeks_order_by!]" ], "where": [ - 2502 + 2503 ] } ], "match_weeks_aggregate": [ - 2494, + 2495, { "distinct_on": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "limit": [ @@ -43397,11 +43414,11 @@ export default { 41 ], "order_by": [ - 2512, + 2513, "[league_match_weeks_order_by!]" ], "where": [ - 2502 + 2503 ] } ], @@ -43415,10 +43432,10 @@ export default { 41 ], "movements": [ - 2674, + 2675, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -43428,19 +43445,19 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "movements_aggregate": [ - 2675, + 2676, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -43450,19 +43467,19 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "my_registration": [ - 2756, + 2757, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -43472,11 +43489,11 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], @@ -43484,13 +43501,13 @@ export default { 85 ], "options": [ - 3289 + 3290 ], "player_stats": [ - 6708, + 6777, { "distinct_on": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -43500,19 +43517,19 @@ export default { 41 ], "order_by": [ - 6733, + 6802, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6727 + 6796 ] } ], "player_stats_aggregate": [ - 6709, + 6778, { "distinct_on": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -43522,11 +43539,11 @@ export default { 41 ], "order_by": [ - 6733, + 6802, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6727 + 6796 ] } ], @@ -43534,7 +43551,7 @@ export default { 41 ], "playoff_round_best_of": [ - 2438, + 2439, { "path": [ 85 @@ -43545,7 +43562,7 @@ export default { 41 ], "playoff_stage_type": [ - 1615 + 1616 ], "playoff_third_place_match": [ 6 @@ -43554,7 +43571,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1615 + 1616 ], "relegate_count": [ 41 @@ -43563,10 +43580,10 @@ export default { 41 ], "relegation_playoffs": [ - 2534, + 2535, { "distinct_on": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -43576,19 +43593,19 @@ export default { 41 ], "order_by": [ - 2553, + 2554, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2543 + 2544 ] } ], "relegation_playoffs_aggregate": [ - 2535, + 2536, { "distinct_on": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -43598,11 +43615,11 @@ export default { 41 ], "order_by": [ - 2553, + 2554, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2543 + 2544 ] } ], @@ -43610,13 +43627,13 @@ export default { 41 ], "roster_lock_at": [ - 5242 + 5243 ], "season_divisions": [ - 2616, + 2617, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -43626,19 +43643,19 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "season_divisions_aggregate": [ - 2617, + 2618, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -43648,11 +43665,11 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], @@ -43660,16 +43677,16 @@ export default { 41 ], "signup_closes_at": [ - 5242 + 5243 ], "signup_opens_at": [ - 5242 + 5243 ], "standings": [ - 6675, + 6744, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -43679,19 +43696,19 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "standings_aggregate": [ - 6676, + 6745, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -43701,25 +43718,25 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "starts_at": [ - 5242 + 5243 ], "status": [ - 1039 + 1040 ], "team_seasons": [ - 2756, + 2757, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -43729,19 +43746,19 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "team_seasons_aggregate": [ - 2757, + 2758, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -43751,16 +43768,16 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "week_best_of": [ - 2438, + 2439, { "path": [ 85 @@ -43773,10 +43790,10 @@ export default { }, "league_seasons_aggregate": { "aggregate": [ - 2643 + 2644 ], "nodes": [ - 2641 + 2642 ], "__typename": [ 85 @@ -43784,13 +43801,13 @@ export default { }, "league_seasons_aggregate_fields": { "avg": [ - 2645 + 2646 ], "count": [ 41, { "columns": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "distinct": [ @@ -43799,31 +43816,31 @@ export default { } ], "max": [ - 2653 + 2654 ], "min": [ - 2654 + 2655 ], "stddev": [ - 2663 + 2664 ], "stddev_pop": [ - 2664 + 2665 ], "stddev_samp": [ - 2665 + 2666 ], "sum": [ - 2668 + 2669 ], "var_pop": [ - 2671 + 2672 ], "var_samp": [ - 2672 + 2673 ], "variance": [ - 2673 + 2674 ], "__typename": [ 85 @@ -43831,10 +43848,10 @@ export default { }, "league_seasons_append_input": { "playoff_round_best_of": [ - 2438 + 2439 ], "week_best_of": [ - 2438 + 2439 ], "__typename": [ 85 @@ -43892,31 +43909,31 @@ export default { }, "league_seasons_bool_exp": { "_and": [ - 2646 + 2647 ], "_not": [ - 2646 + 2647 ], "_or": [ - 2646 + 2647 ], "auto_regular_season_format": [ 7 ], "awards": [ - 251 + 252 ], "awards_aggregate": [ - 244 + 245 ], "can_register": [ 7 ], "created_at": [ - 5243 + 5244 ], "created_by_steam_id": [ - 313 + 314 ], "default_best_of": [ 42 @@ -43928,13 +43945,13 @@ export default { 42 ], "e_league_season_status": [ - 1037 + 1038 ], "games_per_week": [ 42 ], "id": [ - 6605 + 6674 ], "is_league_admin": [ 7 @@ -43943,13 +43960,13 @@ export default { 7 ], "match_options_id": [ - 6605 + 6674 ], "match_weeks": [ - 2502 + 2503 ], "match_weeks_aggregate": [ - 2495 + 2496 ], "match_weeks_count": [ 42 @@ -43961,37 +43978,37 @@ export default { 42 ], "movements": [ - 2683 + 2684 ], "movements_aggregate": [ - 2676 + 2677 ], "my_registration": [ - 2765 + 2766 ], "name": [ 87 ], "options": [ - 3300 + 3301 ], "player_stats": [ - 6727 + 6796 ], "player_stats_aggregate": [ - 6710 + 6779 ], "playoff_best_of": [ 42 ], "playoff_round_best_of": [ - 2440 + 2441 ], "playoff_seats": [ 42 ], "playoff_stage_type": [ - 1616 + 1617 ], "playoff_third_place_match": [ 7 @@ -44000,7 +44017,7 @@ export default { 42 ], "regular_season_stage_type": [ - 1616 + 1617 ], "relegate_count": [ 42 @@ -44009,52 +44026,52 @@ export default { 42 ], "relegation_playoffs": [ - 2543 + 2544 ], "relegation_playoffs_aggregate": [ - 2536 + 2537 ], "relegation_up_count": [ 42 ], "roster_lock_at": [ - 5243 + 5244 ], "season_divisions": [ - 2623 + 2624 ], "season_divisions_aggregate": [ - 2618 + 2619 ], "season_number": [ 42 ], "signup_closes_at": [ - 5243 + 5244 ], "signup_opens_at": [ - 5243 + 5244 ], "standings": [ - 6684 + 6753 ], "standings_aggregate": [ - 6677 + 6746 ], "starts_at": [ - 5243 + 5244 ], "status": [ - 1040 + 1041 ], "team_seasons": [ - 2765 + 2766 ], "team_seasons_aggregate": [ - 2758 + 2759 ], "week_best_of": [ - 2440 + 2441 ], "__typename": [ 85 @@ -44096,7 +44113,7 @@ export default { }, "league_seasons_inc_input": { "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -44149,13 +44166,13 @@ export default { 6 ], "awards": [ - 248 + 249 ], "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -44167,19 +44184,19 @@ export default { 41 ], "e_league_season_status": [ - 1045 + 1046 ], "games_per_week": [ 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_weeks": [ - 2499 + 2500 ], "match_weeks_count": [ 41 @@ -44191,28 +44208,28 @@ export default { 41 ], "movements": [ - 2680 + 2681 ], "name": [ 85 ], "options": [ - 3309 + 3310 ], "player_stats": [ - 6724 + 6793 ], "playoff_best_of": [ 41 ], "playoff_round_best_of": [ - 2438 + 2439 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1615 + 1616 ], "playoff_third_place_match": [ 6 @@ -44221,7 +44238,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1615 + 1616 ], "relegate_count": [ 41 @@ -44230,40 +44247,40 @@ export default { 41 ], "relegation_playoffs": [ - 2540 + 2541 ], "relegation_up_count": [ 41 ], "roster_lock_at": [ - 5242 + 5243 ], "season_divisions": [ - 2622 + 2623 ], "season_number": [ 41 ], "signup_closes_at": [ - 5242 + 5243 ], "signup_opens_at": [ - 5242 + 5243 ], "standings": [ - 6681 + 6750 ], "starts_at": [ - 5242 + 5243 ], "status": [ - 1039 + 1040 ], "team_seasons": [ - 2762 + 2763 ], "week_best_of": [ - 2438 + 2439 ], "__typename": [ 85 @@ -44271,10 +44288,10 @@ export default { }, "league_seasons_max_fields": { "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -44289,10 +44306,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_weeks_count": [ 41 @@ -44325,19 +44342,19 @@ export default { 41 ], "roster_lock_at": [ - 5242 + 5243 ], "season_number": [ 41 ], "signup_closes_at": [ - 5242 + 5243 ], "signup_opens_at": [ - 5242 + 5243 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -44345,10 +44362,10 @@ export default { }, "league_seasons_min_fields": { "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -44363,10 +44380,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_weeks_count": [ 41 @@ -44399,19 +44416,19 @@ export default { 41 ], "roster_lock_at": [ - 5242 + 5243 ], "season_number": [ 41 ], "signup_closes_at": [ - 5242 + 5243 ], "signup_opens_at": [ - 5242 + 5243 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -44422,7 +44439,7 @@ export default { 41 ], "returning": [ - 2641 + 2642 ], "__typename": [ 85 @@ -44430,10 +44447,10 @@ export default { }, "league_seasons_obj_rel_insert_input": { "data": [ - 2652 + 2653 ], "on_conflict": [ - 2657 + 2658 ], "__typename": [ 85 @@ -44441,13 +44458,13 @@ export default { }, "league_seasons_on_conflict": { "constraint": [ - 2647 + 2648 ], "update_columns": [ - 2669 + 2670 ], "where": [ - 2646 + 2647 ], "__typename": [ 85 @@ -44455,136 +44472,136 @@ export default { }, "league_seasons_order_by": { "auto_regular_season_format": [ - 3647 + 3648 ], "awards_aggregate": [ - 247 + 248 ], "can_register": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "created_by_steam_id": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "direct_promote_count": [ - 3647 + 3648 ], "direct_relegate_count": [ - 3647 + 3648 ], "e_league_season_status": [ - 1047 + 1048 ], "games_per_week": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_league_admin": [ - 3647 + 3648 ], "is_roster_locked": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "match_weeks_aggregate": [ - 2498 + 2499 ], "match_weeks_count": [ - 3647 + 3648 ], "max_roster_size": [ - 3647 + 3648 ], "min_roster_size": [ - 3647 + 3648 ], "movements_aggregate": [ - 2679 + 2680 ], "my_registration_aggregate": [ - 2761 + 2762 ], "name": [ - 3647 + 3648 ], "options": [ - 3311 + 3312 ], "player_stats_aggregate": [ - 6723 + 6792 ], "playoff_best_of": [ - 3647 + 3648 ], "playoff_round_best_of": [ - 3647 + 3648 ], "playoff_seats": [ - 3647 + 3648 ], "playoff_stage_type": [ - 3647 + 3648 ], "playoff_third_place_match": [ - 3647 + 3648 ], "promote_count": [ - 3647 + 3648 ], "regular_season_stage_type": [ - 3647 + 3648 ], "relegate_count": [ - 3647 + 3648 ], "relegation_down_count": [ - 3647 + 3648 ], "relegation_playoffs_aggregate": [ - 2539 + 2540 ], "relegation_up_count": [ - 3647 + 3648 ], "roster_lock_at": [ - 3647 + 3648 ], "season_divisions_aggregate": [ - 2621 + 2622 ], "season_number": [ - 3647 + 3648 ], "signup_closes_at": [ - 3647 + 3648 ], "signup_opens_at": [ - 3647 + 3648 ], "standings_aggregate": [ - 6680 + 6749 ], "starts_at": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "team_seasons_aggregate": [ - 2761 + 2762 ], "week_best_of": [ - 3647 + 3648 ], "__typename": [ 85 @@ -44592,7 +44609,7 @@ export default { }, "league_seasons_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -44600,10 +44617,10 @@ export default { }, "league_seasons_prepend_input": { "playoff_round_best_of": [ - 2438 + 2439 ], "week_best_of": [ - 2438 + 2439 ], "__typename": [ 85 @@ -44615,10 +44632,10 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -44633,10 +44650,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_weeks_count": [ 41 @@ -44654,13 +44671,13 @@ export default { 41 ], "playoff_round_best_of": [ - 2438 + 2439 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1615 + 1616 ], "playoff_third_place_match": [ 6 @@ -44669,7 +44686,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1615 + 1616 ], "relegate_count": [ 41 @@ -44681,25 +44698,25 @@ export default { 41 ], "roster_lock_at": [ - 5242 + 5243 ], "season_number": [ 41 ], "signup_closes_at": [ - 5242 + 5243 ], "signup_opens_at": [ - 5242 + 5243 ], "starts_at": [ - 5242 + 5243 ], "status": [ - 1039 + 1040 ], "week_best_of": [ - 2438 + 2439 ], "__typename": [ 85 @@ -44857,10 +44874,10 @@ export default { }, "league_seasons_stream_cursor_input": { "initial_value": [ - 2667 + 2668 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -44871,10 +44888,10 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -44889,10 +44906,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_weeks_count": [ 41 @@ -44910,13 +44927,13 @@ export default { 41 ], "playoff_round_best_of": [ - 2438 + 2439 ], "playoff_seats": [ 41 ], "playoff_stage_type": [ - 1615 + 1616 ], "playoff_third_place_match": [ 6 @@ -44925,7 +44942,7 @@ export default { 41 ], "regular_season_stage_type": [ - 1615 + 1616 ], "relegate_count": [ 41 @@ -44937,25 +44954,25 @@ export default { 41 ], "roster_lock_at": [ - 5242 + 5243 ], "season_number": [ 41 ], "signup_closes_at": [ - 5242 + 5243 ], "signup_opens_at": [ - 5242 + 5243 ], "starts_at": [ - 5242 + 5243 ], "status": [ - 1039 + 1040 ], "week_best_of": [ - 2438 + 2439 ], "__typename": [ 85 @@ -44963,7 +44980,7 @@ export default { }, "league_seasons_sum_fields": { "created_by_steam_id": [ - 311 + 312 ], "default_best_of": [ 41 @@ -45014,28 +45031,28 @@ export default { "league_seasons_update_column": {}, "league_seasons_updates": { "_append": [ - 2644 + 2645 ], "_delete_at_path": [ - 2648 + 2649 ], "_delete_elem": [ - 2649 + 2650 ], "_delete_key": [ - 2650 + 2651 ], "_inc": [ - 2651 + 2652 ], "_prepend": [ - 2660 + 2661 ], "_set": [ - 2662 + 2663 ], "where": [ - 2646 + 2647 ], "__typename": [ 85 @@ -45193,58 +45210,58 @@ export default { }, "league_team_movements": { "approved_at": [ - 5242 + 5243 ], "approved_by": [ - 4605 + 4606 ], "approved_by_steam_id": [ - 311 + 312 ], "computed_to_division": [ - 2465 + 2466 ], "computed_to_division_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "e_movement_type": [ - 971 + 972 ], "final_rank": [ 41 ], "final_to_division": [ - 2465 + 2466 ], "final_to_division_id": [ - 6603 + 6672 ], "from_division": [ - 2465 + 2466 ], "from_division_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2798 + 2799 ], "league_team_id": [ - 6603 + 6672 ], "season": [ - 2641 + 2642 ], "type": [ - 976 + 977 ], "__typename": [ 85 @@ -45252,10 +45269,10 @@ export default { }, "league_team_movements_aggregate": { "aggregate": [ - 2678 + 2679 ], "nodes": [ - 2674 + 2675 ], "__typename": [ 85 @@ -45263,7 +45280,7 @@ export default { }, "league_team_movements_aggregate_bool_exp": { "count": [ - 2677 + 2678 ], "__typename": [ 85 @@ -45271,13 +45288,13 @@ export default { }, "league_team_movements_aggregate_bool_exp_count": { "arguments": [ - 2695 + 2696 ], "distinct": [ 6 ], "filter": [ - 2683 + 2684 ], "predicate": [ 42 @@ -45288,13 +45305,13 @@ export default { }, "league_team_movements_aggregate_fields": { "avg": [ - 2681 + 2682 ], "count": [ 41, { "columns": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "distinct": [ @@ -45303,31 +45320,31 @@ export default { } ], "max": [ - 2687 + 2688 ], "min": [ - 2689 + 2690 ], "stddev": [ - 2697 + 2698 ], "stddev_pop": [ - 2699 + 2700 ], "stddev_samp": [ - 2701 + 2702 ], "sum": [ - 2705 + 2706 ], "var_pop": [ - 2709 + 2710 ], "var_samp": [ - 2711 + 2712 ], "variance": [ - 2713 + 2714 ], "__typename": [ 85 @@ -45335,37 +45352,37 @@ export default { }, "league_team_movements_aggregate_order_by": { "avg": [ - 2682 + 2683 ], "count": [ - 3647 + 3648 ], "max": [ - 2688 + 2689 ], "min": [ - 2690 + 2691 ], "stddev": [ - 2698 + 2699 ], "stddev_pop": [ - 2700 + 2701 ], "stddev_samp": [ - 2702 + 2703 ], "sum": [ - 2706 + 2707 ], "var_pop": [ - 2710 + 2711 ], "var_samp": [ - 2712 + 2713 ], "variance": [ - 2714 + 2715 ], "__typename": [ 85 @@ -45373,10 +45390,10 @@ export default { }, "league_team_movements_arr_rel_insert_input": { "data": [ - 2686 + 2687 ], "on_conflict": [ - 2692 + 2693 ], "__typename": [ 85 @@ -45395,10 +45412,10 @@ export default { }, "league_team_movements_avg_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45406,67 +45423,67 @@ export default { }, "league_team_movements_bool_exp": { "_and": [ - 2683 + 2684 ], "_not": [ - 2683 + 2684 ], "_or": [ - 2683 + 2684 ], "approved_at": [ - 5243 + 5244 ], "approved_by": [ - 4609 + 4610 ], "approved_by_steam_id": [ - 313 + 314 ], "computed_to_division": [ - 2469 + 2470 ], "computed_to_division_id": [ - 6605 + 6674 ], "created_at": [ - 5243 + 5244 ], "e_movement_type": [ - 974 + 975 ], "final_rank": [ 42 ], "final_to_division": [ - 2469 + 2470 ], "final_to_division_id": [ - 6605 + 6674 ], "from_division": [ - 2469 + 2470 ], "from_division_id": [ - 6605 + 6674 ], "id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "league_team": [ - 2801 + 2802 ], "league_team_id": [ - 6605 + 6674 ], "season": [ - 2646 + 2647 ], "type": [ - 977 + 978 ], "__typename": [ 85 @@ -45475,7 +45492,7 @@ export default { "league_team_movements_constraint": {}, "league_team_movements_inc_input": { "approved_by_steam_id": [ - 311 + 312 ], "final_rank": [ 41 @@ -45486,58 +45503,58 @@ export default { }, "league_team_movements_insert_input": { "approved_at": [ - 5242 + 5243 ], "approved_by": [ - 4616 + 4617 ], "approved_by_steam_id": [ - 311 + 312 ], "computed_to_division": [ - 2476 + 2477 ], "computed_to_division_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "e_movement_type": [ - 982 + 983 ], "final_rank": [ 41 ], "final_to_division": [ - 2476 + 2477 ], "final_to_division_id": [ - 6603 + 6672 ], "from_division": [ - 2476 + 2477 ], "from_division_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2807 + 2808 ], "league_team_id": [ - 6603 + 6672 ], "season": [ - 2656 + 2657 ], "type": [ - 976 + 977 ], "__typename": [ 85 @@ -45545,34 +45562,34 @@ export default { }, "league_team_movements_max_fields": { "approved_at": [ - 5242 + 5243 ], "approved_by_steam_id": [ - 311 + 312 ], "computed_to_division_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6603 + 6672 ], "from_division_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -45580,34 +45597,34 @@ export default { }, "league_team_movements_max_order_by": { "approved_at": [ - 3647 + 3648 ], "approved_by_steam_id": [ - 3647 + 3648 ], "computed_to_division_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "final_to_division_id": [ - 3647 + 3648 ], "from_division_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45615,34 +45632,34 @@ export default { }, "league_team_movements_min_fields": { "approved_at": [ - 5242 + 5243 ], "approved_by_steam_id": [ - 311 + 312 ], "computed_to_division_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6603 + 6672 ], "from_division_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -45650,34 +45667,34 @@ export default { }, "league_team_movements_min_order_by": { "approved_at": [ - 3647 + 3648 ], "approved_by_steam_id": [ - 3647 + 3648 ], "computed_to_division_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "final_to_division_id": [ - 3647 + 3648 ], "from_division_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45688,7 +45705,7 @@ export default { 41 ], "returning": [ - 2674 + 2675 ], "__typename": [ 85 @@ -45696,13 +45713,13 @@ export default { }, "league_team_movements_on_conflict": { "constraint": [ - 2684 + 2685 ], "update_columns": [ - 2707 + 2708 ], "where": [ - 2683 + 2684 ], "__typename": [ 85 @@ -45710,58 +45727,58 @@ export default { }, "league_team_movements_order_by": { "approved_at": [ - 3647 + 3648 ], "approved_by": [ - 4618 + 4619 ], "approved_by_steam_id": [ - 3647 + 3648 ], "computed_to_division": [ - 2478 + 2479 ], "computed_to_division_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "e_movement_type": [ - 984 + 985 ], "final_rank": [ - 3647 + 3648 ], "final_to_division": [ - 2478 + 2479 ], "final_to_division_id": [ - 3647 + 3648 ], "from_division": [ - 2478 + 2479 ], "from_division_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team": [ - 2809 + 2810 ], "league_team_id": [ - 3647 + 3648 ], "season": [ - 2658 + 2659 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45769,7 +45786,7 @@ export default { }, "league_team_movements_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -45778,37 +45795,37 @@ export default { "league_team_movements_select_column": {}, "league_team_movements_set_input": { "approved_at": [ - 5242 + 5243 ], "approved_by_steam_id": [ - 311 + 312 ], "computed_to_division_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6603 + 6672 ], "from_division_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "type": [ - 976 + 977 ], "__typename": [ 85 @@ -45827,10 +45844,10 @@ export default { }, "league_team_movements_stddev_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45849,10 +45866,10 @@ export default { }, "league_team_movements_stddev_pop_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45871,10 +45888,10 @@ export default { }, "league_team_movements_stddev_samp_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45882,10 +45899,10 @@ export default { }, "league_team_movements_stream_cursor_input": { "initial_value": [ - 2704 + 2705 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -45893,37 +45910,37 @@ export default { }, "league_team_movements_stream_cursor_value_input": { "approved_at": [ - 5242 + 5243 ], "approved_by_steam_id": [ - 311 + 312 ], "computed_to_division_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "final_rank": [ 41 ], "final_to_division_id": [ - 6603 + 6672 ], "from_division_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "type": [ - 976 + 977 ], "__typename": [ 85 @@ -45931,7 +45948,7 @@ export default { }, "league_team_movements_sum_fields": { "approved_by_steam_id": [ - 311 + 312 ], "final_rank": [ 41 @@ -45942,10 +45959,10 @@ export default { }, "league_team_movements_sum_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -45954,13 +45971,13 @@ export default { "league_team_movements_update_column": {}, "league_team_movements_updates": { "_inc": [ - 2685 + 2686 ], "_set": [ - 2696 + 2697 ], "where": [ - 2683 + 2684 ], "__typename": [ 85 @@ -45979,10 +45996,10 @@ export default { }, "league_team_movements_var_pop_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46001,10 +46018,10 @@ export default { }, "league_team_movements_var_samp_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46023,10 +46040,10 @@ export default { }, "league_team_movements_variance_order_by": { "approved_by_steam_id": [ - 3647 + 3648 ], "final_rank": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46034,28 +46051,28 @@ export default { }, "league_team_rosters": { "added_at": [ - 5242 + 5243 ], "league_team_season_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "removed_at": [ - 5242 + 5243 ], "removed_reason": [ 85 ], "status": [ - 1513 + 1514 ], "team_season": [ - 2756 + 2757 ], "__typename": [ 85 @@ -46063,10 +46080,10 @@ export default { }, "league_team_rosters_aggregate": { "aggregate": [ - 2719 + 2720 ], "nodes": [ - 2715 + 2716 ], "__typename": [ 85 @@ -46074,7 +46091,7 @@ export default { }, "league_team_rosters_aggregate_bool_exp": { "count": [ - 2718 + 2719 ], "__typename": [ 85 @@ -46082,13 +46099,13 @@ export default { }, "league_team_rosters_aggregate_bool_exp_count": { "arguments": [ - 2736 + 2737 ], "distinct": [ 6 ], "filter": [ - 2724 + 2725 ], "predicate": [ 42 @@ -46099,13 +46116,13 @@ export default { }, "league_team_rosters_aggregate_fields": { "avg": [ - 2722 + 2723 ], "count": [ 41, { "columns": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "distinct": [ @@ -46113,44 +46130,6 @@ export default { ] } ], - "max": [ - 2728 - ], - "min": [ - 2730 - ], - "stddev": [ - 2738 - ], - "stddev_pop": [ - 2740 - ], - "stddev_samp": [ - 2742 - ], - "sum": [ - 2746 - ], - "var_pop": [ - 2750 - ], - "var_samp": [ - 2752 - ], - "variance": [ - 2754 - ], - "__typename": [ - 85 - ] - }, - "league_team_rosters_aggregate_order_by": { - "avg": [ - 2723 - ], - "count": [ - 3647 - ], "max": [ 2729 ], @@ -46182,12 +46161,50 @@ export default { 85 ] }, + "league_team_rosters_aggregate_order_by": { + "avg": [ + 2724 + ], + "count": [ + 3648 + ], + "max": [ + 2730 + ], + "min": [ + 2732 + ], + "stddev": [ + 2740 + ], + "stddev_pop": [ + 2742 + ], + "stddev_samp": [ + 2744 + ], + "sum": [ + 2748 + ], + "var_pop": [ + 2752 + ], + "var_samp": [ + 2754 + ], + "variance": [ + 2756 + ], + "__typename": [ + 85 + ] + }, "league_team_rosters_arr_rel_insert_input": { "data": [ - 2727 + 2728 ], "on_conflict": [ - 2733 + 2734 ], "__typename": [ 85 @@ -46203,7 +46220,7 @@ export default { }, "league_team_rosters_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46211,37 +46228,37 @@ export default { }, "league_team_rosters_bool_exp": { "_and": [ - 2724 + 2725 ], "_not": [ - 2724 + 2725 ], "_or": [ - 2724 + 2725 ], "added_at": [ - 5243 + 5244 ], "league_team_season_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "removed_at": [ - 5243 + 5244 ], "removed_reason": [ 87 ], "status": [ - 1514 + 1515 ], "team_season": [ - 2765 + 2766 ], "__typename": [ 85 @@ -46250,7 +46267,7 @@ export default { "league_team_rosters_constraint": {}, "league_team_rosters_inc_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -46258,28 +46275,28 @@ export default { }, "league_team_rosters_insert_input": { "added_at": [ - 5242 + 5243 ], "league_team_season_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "removed_at": [ - 5242 + 5243 ], "removed_reason": [ 85 ], "status": [ - 1513 + 1514 ], "team_season": [ - 2774 + 2775 ], "__typename": [ 85 @@ -46287,16 +46304,16 @@ export default { }, "league_team_rosters_max_fields": { "added_at": [ - 5242 + 5243 ], "league_team_season_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "removed_at": [ - 5242 + 5243 ], "removed_reason": [ 85 @@ -46307,19 +46324,19 @@ export default { }, "league_team_rosters_max_order_by": { "added_at": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "removed_at": [ - 3647 + 3648 ], "removed_reason": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46327,16 +46344,16 @@ export default { }, "league_team_rosters_min_fields": { "added_at": [ - 5242 + 5243 ], "league_team_season_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "removed_at": [ - 5242 + 5243 ], "removed_reason": [ 85 @@ -46347,19 +46364,19 @@ export default { }, "league_team_rosters_min_order_by": { "added_at": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "removed_at": [ - 3647 + 3648 ], "removed_reason": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46370,7 +46387,7 @@ export default { 41 ], "returning": [ - 2715 + 2716 ], "__typename": [ 85 @@ -46378,13 +46395,13 @@ export default { }, "league_team_rosters_on_conflict": { "constraint": [ - 2725 + 2726 ], "update_columns": [ - 2748 + 2749 ], "where": [ - 2724 + 2725 ], "__typename": [ 85 @@ -46392,28 +46409,28 @@ export default { }, "league_team_rosters_order_by": { "added_at": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "removed_at": [ - 3647 + 3648 ], "removed_reason": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "team_season": [ - 2776 + 2777 ], "__typename": [ 85 @@ -46421,10 +46438,10 @@ export default { }, "league_team_rosters_pk_columns_input": { "league_team_season_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -46433,22 +46450,22 @@ export default { "league_team_rosters_select_column": {}, "league_team_rosters_set_input": { "added_at": [ - 5242 + 5243 ], "league_team_season_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "removed_at": [ - 5242 + 5243 ], "removed_reason": [ 85 ], "status": [ - 1513 + 1514 ], "__typename": [ 85 @@ -46464,7 +46481,7 @@ export default { }, "league_team_rosters_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46480,7 +46497,7 @@ export default { }, "league_team_rosters_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46496,7 +46513,7 @@ export default { }, "league_team_rosters_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46504,10 +46521,10 @@ export default { }, "league_team_rosters_stream_cursor_input": { "initial_value": [ - 2745 + 2746 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -46515,22 +46532,22 @@ export default { }, "league_team_rosters_stream_cursor_value_input": { "added_at": [ - 5242 + 5243 ], "league_team_season_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "removed_at": [ - 5242 + 5243 ], "removed_reason": [ 85 ], "status": [ - 1513 + 1514 ], "__typename": [ 85 @@ -46538,7 +46555,7 @@ export default { }, "league_team_rosters_sum_fields": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -46546,7 +46563,7 @@ export default { }, "league_team_rosters_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46555,13 +46572,13 @@ export default { "league_team_rosters_update_column": {}, "league_team_rosters_updates": { "_inc": [ - 2726 + 2727 ], "_set": [ - 2737 + 2738 ], "where": [ - 2724 + 2725 ], "__typename": [ 85 @@ -46577,7 +46594,7 @@ export default { }, "league_team_rosters_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46593,7 +46610,7 @@ export default { }, "league_team_rosters_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46609,7 +46626,7 @@ export default { }, "league_team_rosters_variance_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46617,55 +46634,55 @@ export default { }, "league_team_seasons": { "assigned_division": [ - 2465 + 2466 ], "assigned_division_id": [ - 6603 + 6672 ], "captain": [ - 4605 + 4606 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "decline_reason": [ 85 ], "e_registration_status": [ - 1013 + 1014 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2798 + 2799 ], "league_team_id": [ - 6603 + 6672 ], "registered_by": [ - 4605 + 4606 ], "registered_by_steam_id": [ - 311 + 312 ], "requested_division": [ - 2465 + 2466 ], "requested_division_id": [ - 6603 + 6672 ], "roster": [ - 2715, + 2716, { "distinct_on": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "limit": [ @@ -46675,19 +46692,19 @@ export default { 41 ], "order_by": [ - 2734, + 2735, "[league_team_rosters_order_by!]" ], "where": [ - 2724 + 2725 ] } ], "roster_aggregate": [ - 2716, + 2717, { "distinct_on": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "limit": [ @@ -46697,28 +46714,28 @@ export default { 41 ], "order_by": [ - 2734, + 2735, "[league_team_rosters_order_by!]" ], "where": [ - 2724 + 2725 ] } ], "season": [ - 2641 + 2642 ], "seed": [ 41 ], "status": [ - 1018 + 1019 ], "tournament_team": [ - 5781 + 5850 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -46726,10 +46743,10 @@ export default { }, "league_team_seasons_aggregate": { "aggregate": [ - 2760 + 2761 ], "nodes": [ - 2756 + 2757 ], "__typename": [ 85 @@ -46737,7 +46754,7 @@ export default { }, "league_team_seasons_aggregate_bool_exp": { "count": [ - 2759 + 2760 ], "__typename": [ 85 @@ -46745,13 +46762,13 @@ export default { }, "league_team_seasons_aggregate_bool_exp_count": { "arguments": [ - 2778 + 2779 ], "distinct": [ 6 ], "filter": [ - 2765 + 2766 ], "predicate": [ 42 @@ -46762,13 +46779,13 @@ export default { }, "league_team_seasons_aggregate_fields": { "avg": [ - 2763 + 2764 ], "count": [ 41, { "columns": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "distinct": [ @@ -46777,31 +46794,31 @@ export default { } ], "max": [ - 2769 + 2770 ], "min": [ - 2771 + 2772 ], "stddev": [ - 2780 + 2781 ], "stddev_pop": [ - 2782 + 2783 ], "stddev_samp": [ - 2784 + 2785 ], "sum": [ - 2788 + 2789 ], "var_pop": [ - 2792 + 2793 ], "var_samp": [ - 2794 + 2795 ], "variance": [ - 2796 + 2797 ], "__typename": [ 85 @@ -46809,37 +46826,37 @@ export default { }, "league_team_seasons_aggregate_order_by": { "avg": [ - 2764 + 2765 ], "count": [ - 3647 + 3648 ], "max": [ - 2770 + 2771 ], "min": [ - 2772 + 2773 ], "stddev": [ - 2781 + 2782 ], "stddev_pop": [ - 2783 + 2784 ], "stddev_samp": [ - 2785 + 2786 ], "sum": [ - 2789 + 2790 ], "var_pop": [ - 2793 + 2794 ], "var_samp": [ - 2795 + 2796 ], "variance": [ - 2797 + 2798 ], "__typename": [ 85 @@ -46847,10 +46864,10 @@ export default { }, "league_team_seasons_arr_rel_insert_input": { "data": [ - 2768 + 2769 ], "on_conflict": [ - 2775 + 2776 ], "__typename": [ 85 @@ -46872,13 +46889,13 @@ export default { }, "league_team_seasons_avg_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -46886,79 +46903,79 @@ export default { }, "league_team_seasons_bool_exp": { "_and": [ - 2765 + 2766 ], "_not": [ - 2765 + 2766 ], "_or": [ - 2765 + 2766 ], "assigned_division": [ - 2469 + 2470 ], "assigned_division_id": [ - 6605 + 6674 ], "captain": [ - 4609 + 4610 ], "captain_steam_id": [ - 313 + 314 ], "created_at": [ - 5243 + 5244 ], "decline_reason": [ 87 ], "e_registration_status": [ - 1016 + 1017 ], "id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "league_team": [ - 2801 + 2802 ], "league_team_id": [ - 6605 + 6674 ], "registered_by": [ - 4609 + 4610 ], "registered_by_steam_id": [ - 313 + 314 ], "requested_division": [ - 2469 + 2470 ], "requested_division_id": [ - 6605 + 6674 ], "roster": [ - 2724 + 2725 ], "roster_aggregate": [ - 2717 + 2718 ], "season": [ - 2646 + 2647 ], "seed": [ 42 ], "status": [ - 1019 + 1020 ], "tournament_team": [ - 5792 + 5861 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -46967,10 +46984,10 @@ export default { "league_team_seasons_constraint": {}, "league_team_seasons_inc_input": { "captain_steam_id": [ - 311 + 312 ], "registered_by_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -46981,67 +46998,67 @@ export default { }, "league_team_seasons_insert_input": { "assigned_division": [ - 2476 + 2477 ], "assigned_division_id": [ - 6603 + 6672 ], "captain": [ - 4616 + 4617 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "decline_reason": [ 85 ], "e_registration_status": [ - 1024 + 1025 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2807 + 2808 ], "league_team_id": [ - 6603 + 6672 ], "registered_by": [ - 4616 + 4617 ], "registered_by_steam_id": [ - 311 + 312 ], "requested_division": [ - 2476 + 2477 ], "requested_division_id": [ - 6603 + 6672 ], "roster": [ - 2721 + 2722 ], "season": [ - 2656 + 2657 ], "seed": [ 41 ], "status": [ - 1018 + 1019 ], "tournament_team": [ - 5801 + 5870 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47049,37 +47066,37 @@ export default { }, "league_team_seasons_max_fields": { "assigned_division_id": [ - 6603 + 6672 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "decline_reason": [ 85 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "registered_by_steam_id": [ - 311 + 312 ], "requested_division_id": [ - 6603 + 6672 ], "seed": [ 41 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47087,37 +47104,37 @@ export default { }, "league_team_seasons_max_order_by": { "assigned_division_id": [ - 3647 + 3648 ], "captain_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "decline_reason": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "requested_division_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47125,37 +47142,37 @@ export default { }, "league_team_seasons_min_fields": { "assigned_division_id": [ - 6603 + 6672 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "decline_reason": [ 85 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "registered_by_steam_id": [ - 311 + 312 ], "requested_division_id": [ - 6603 + 6672 ], "seed": [ 41 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47163,37 +47180,37 @@ export default { }, "league_team_seasons_min_order_by": { "assigned_division_id": [ - 3647 + 3648 ], "captain_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "decline_reason": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "requested_division_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47204,7 +47221,7 @@ export default { 41 ], "returning": [ - 2756 + 2757 ], "__typename": [ 85 @@ -47212,10 +47229,10 @@ export default { }, "league_team_seasons_obj_rel_insert_input": { "data": [ - 2768 + 2769 ], "on_conflict": [ - 2775 + 2776 ], "__typename": [ 85 @@ -47223,13 +47240,13 @@ export default { }, "league_team_seasons_on_conflict": { "constraint": [ - 2766 + 2767 ], "update_columns": [ - 2790 + 2791 ], "where": [ - 2765 + 2766 ], "__typename": [ 85 @@ -47237,67 +47254,67 @@ export default { }, "league_team_seasons_order_by": { "assigned_division": [ - 2478 + 2479 ], "assigned_division_id": [ - 3647 + 3648 ], "captain": [ - 4618 + 4619 ], "captain_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "decline_reason": [ - 3647 + 3648 ], "e_registration_status": [ - 1026 + 1027 ], "id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team": [ - 2809 + 2810 ], "league_team_id": [ - 3647 + 3648 ], "registered_by": [ - 4618 + 4619 ], "registered_by_steam_id": [ - 3647 + 3648 ], "requested_division": [ - 2478 + 2479 ], "requested_division_id": [ - 3647 + 3648 ], "roster_aggregate": [ - 2720 + 2721 ], "season": [ - 2658 + 2659 ], "seed": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "tournament_team": [ - 5803 + 5872 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47305,7 +47322,7 @@ export default { }, "league_team_seasons_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47314,40 +47331,40 @@ export default { "league_team_seasons_select_column": {}, "league_team_seasons_set_input": { "assigned_division_id": [ - 6603 + 6672 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "decline_reason": [ 85 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "registered_by_steam_id": [ - 311 + 312 ], "requested_division_id": [ - 6603 + 6672 ], "seed": [ 41 ], "status": [ - 1018 + 1019 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47369,13 +47386,13 @@ export default { }, "league_team_seasons_stddev_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47397,13 +47414,13 @@ export default { }, "league_team_seasons_stddev_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47425,13 +47442,13 @@ export default { }, "league_team_seasons_stddev_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47439,10 +47456,10 @@ export default { }, "league_team_seasons_stream_cursor_input": { "initial_value": [ - 2787 + 2788 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -47450,40 +47467,40 @@ export default { }, "league_team_seasons_stream_cursor_value_input": { "assigned_division_id": [ - 6603 + 6672 ], "captain_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "decline_reason": [ 85 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "registered_by_steam_id": [ - 311 + 312 ], "requested_division_id": [ - 6603 + 6672 ], "seed": [ 41 ], "status": [ - 1018 + 1019 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47491,10 +47508,10 @@ export default { }, "league_team_seasons_sum_fields": { "captain_steam_id": [ - 311 + 312 ], "registered_by_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -47505,13 +47522,13 @@ export default { }, "league_team_seasons_sum_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47520,13 +47537,13 @@ export default { "league_team_seasons_update_column": {}, "league_team_seasons_updates": { "_inc": [ - 2767 + 2768 ], "_set": [ - 2779 + 2780 ], "where": [ - 2765 + 2766 ], "__typename": [ 85 @@ -47548,13 +47565,13 @@ export default { }, "league_team_seasons_var_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47576,13 +47593,13 @@ export default { }, "league_team_seasons_var_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47604,13 +47621,13 @@ export default { }, "league_team_seasons_variance_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "registered_by_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -47618,16 +47635,16 @@ export default { }, "league_teams": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "movements": [ - 2674, + 2675, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -47637,19 +47654,19 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "movements_aggregate": [ - 2675, + 2676, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -47659,25 +47676,25 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "team_seasons": [ - 2756, + 2757, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -47687,19 +47704,19 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "team_seasons_aggregate": [ - 2757, + 2758, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -47709,11 +47726,11 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], @@ -47723,10 +47740,10 @@ export default { }, "league_teams_aggregate": { "aggregate": [ - 2800 + 2801 ], "nodes": [ - 2798 + 2799 ], "__typename": [ 85 @@ -47737,7 +47754,7 @@ export default { 41, { "columns": [ - 2811, + 2812, "[league_teams_select_column!]" ], "distinct": [ @@ -47746,10 +47763,10 @@ export default { } ], "max": [ - 2804 + 2805 ], "min": [ - 2805 + 2806 ], "__typename": [ 85 @@ -47757,37 +47774,37 @@ export default { }, "league_teams_bool_exp": { "_and": [ - 2801 + 2802 ], "_not": [ - 2801 + 2802 ], "_or": [ - 2801 + 2802 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "movements": [ - 2683 + 2684 ], "movements_aggregate": [ - 2676 + 2677 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "team_seasons": [ - 2765 + 2766 ], "team_seasons_aggregate": [ - 2758 + 2759 ], "__typename": [ 85 @@ -47796,22 +47813,22 @@ export default { "league_teams_constraint": {}, "league_teams_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "movements": [ - 2680 + 2681 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "team_seasons": [ - 2762 + 2763 ], "__typename": [ 85 @@ -47819,13 +47836,13 @@ export default { }, "league_teams_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47833,13 +47850,13 @@ export default { }, "league_teams_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47850,7 +47867,7 @@ export default { 41 ], "returning": [ - 2798 + 2799 ], "__typename": [ 85 @@ -47858,10 +47875,10 @@ export default { }, "league_teams_obj_rel_insert_input": { "data": [ - 2803 + 2804 ], "on_conflict": [ - 2808 + 2809 ], "__typename": [ 85 @@ -47869,13 +47886,13 @@ export default { }, "league_teams_on_conflict": { "constraint": [ - 2802 + 2803 ], "update_columns": [ - 2815 + 2816 ], "where": [ - 2801 + 2802 ], "__typename": [ 85 @@ -47883,22 +47900,22 @@ export default { }, "league_teams_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "movements_aggregate": [ - 2679 + 2680 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "team_seasons_aggregate": [ - 2761 + 2762 ], "__typename": [ 85 @@ -47906,7 +47923,7 @@ export default { }, "league_teams_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47915,13 +47932,13 @@ export default { "league_teams_select_column": {}, "league_teams_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47929,10 +47946,10 @@ export default { }, "league_teams_stream_cursor_input": { "initial_value": [ - 2814 + 2815 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -47940,13 +47957,13 @@ export default { }, "league_teams_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -47955,10 +47972,10 @@ export default { "league_teams_update_column": {}, "league_teams_updates": { "_set": [ - 2812 + 2813 ], "where": [ - 2801 + 2802 ], "__typename": [ 85 @@ -47966,22 +47983,22 @@ export default { }, "lobbies": { "access": [ - 1060 + 1061 ], "created_at": [ - 5242 + 5243 ], "e_lobby_access": [ - 1055 + 1056 ], "id": [ - 6603 + 6672 ], "players": [ - 2836, + 2837, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -47991,19 +48008,19 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], "players_aggregate": [ - 2837, + 2838, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -48013,11 +48030,11 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], @@ -48027,10 +48044,10 @@ export default { }, "lobbies_aggregate": { "aggregate": [ - 2819 + 2820 ], "nodes": [ - 2817 + 2818 ], "__typename": [ 85 @@ -48041,7 +48058,7 @@ export default { 41, { "columns": [ - 2830, + 2831, "[lobbies_select_column!]" ], "distinct": [ @@ -48050,10 +48067,10 @@ export default { } ], "max": [ - 2823 + 2824 ], "min": [ - 2824 + 2825 ], "__typename": [ 85 @@ -48061,31 +48078,31 @@ export default { }, "lobbies_bool_exp": { "_and": [ - 2820 + 2821 ], "_not": [ - 2820 + 2821 ], "_or": [ - 2820 + 2821 ], "access": [ - 1061 + 1062 ], "created_at": [ - 5243 + 5244 ], "e_lobby_access": [ - 1058 + 1059 ], "id": [ - 6605 + 6674 ], "players": [ - 2847 + 2848 ], "players_aggregate": [ - 2838 + 2839 ], "__typename": [ 85 @@ -48094,19 +48111,19 @@ export default { "lobbies_constraint": {}, "lobbies_insert_input": { "access": [ - 1060 + 1061 ], "created_at": [ - 5242 + 5243 ], "e_lobby_access": [ - 1066 + 1067 ], "id": [ - 6603 + 6672 ], "players": [ - 2844 + 2845 ], "__typename": [ 85 @@ -48114,10 +48131,10 @@ export default { }, "lobbies_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -48125,10 +48142,10 @@ export default { }, "lobbies_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -48139,7 +48156,7 @@ export default { 41 ], "returning": [ - 2817 + 2818 ], "__typename": [ 85 @@ -48147,10 +48164,10 @@ export default { }, "lobbies_obj_rel_insert_input": { "data": [ - 2822 + 2823 ], "on_conflict": [ - 2827 + 2828 ], "__typename": [ 85 @@ -48158,13 +48175,13 @@ export default { }, "lobbies_on_conflict": { "constraint": [ - 2821 + 2822 ], "update_columns": [ - 2834 + 2835 ], "where": [ - 2820 + 2821 ], "__typename": [ 85 @@ -48172,19 +48189,19 @@ export default { }, "lobbies_order_by": { "access": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "e_lobby_access": [ - 1068 + 1069 ], "id": [ - 3647 + 3648 ], "players_aggregate": [ - 2843 + 2844 ], "__typename": [ 85 @@ -48192,7 +48209,7 @@ export default { }, "lobbies_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -48201,13 +48218,13 @@ export default { "lobbies_select_column": {}, "lobbies_set_input": { "access": [ - 1060 + 1061 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -48215,10 +48232,10 @@ export default { }, "lobbies_stream_cursor_input": { "initial_value": [ - 2833 + 2834 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -48226,13 +48243,13 @@ export default { }, "lobbies_stream_cursor_value_input": { "access": [ - 1060 + 1061 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -48241,10 +48258,10 @@ export default { "lobbies_update_column": {}, "lobbies_updates": { "_set": [ - 2831 + 2832 ], "where": [ - 2820 + 2821 ], "__typename": [ 85 @@ -48255,22 +48272,22 @@ export default { 6 ], "invited_by_steam_id": [ - 311 + 312 ], "lobby": [ - 2817 + 2818 ], "lobby_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "status": [ - 1081 + 1082 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48278,10 +48295,10 @@ export default { }, "lobby_players_aggregate": { "aggregate": [ - 2842 + 2843 ], "nodes": [ - 2836 + 2837 ], "__typename": [ 85 @@ -48289,13 +48306,13 @@ export default { }, "lobby_players_aggregate_bool_exp": { "bool_and": [ - 2839 + 2840 ], "bool_or": [ - 2840 + 2841 ], "count": [ - 2841 + 2842 ], "__typename": [ 85 @@ -48303,13 +48320,13 @@ export default { }, "lobby_players_aggregate_bool_exp_bool_and": { "arguments": [ - 2860 + 2861 ], "distinct": [ 6 ], "filter": [ - 2847 + 2848 ], "predicate": [ 7 @@ -48320,13 +48337,13 @@ export default { }, "lobby_players_aggregate_bool_exp_bool_or": { "arguments": [ - 2861 + 2862 ], "distinct": [ 6 ], "filter": [ - 2847 + 2848 ], "predicate": [ 7 @@ -48337,13 +48354,13 @@ export default { }, "lobby_players_aggregate_bool_exp_count": { "arguments": [ - 2859 + 2860 ], "distinct": [ 6 ], "filter": [ - 2847 + 2848 ], "predicate": [ 42 @@ -48354,13 +48371,13 @@ export default { }, "lobby_players_aggregate_fields": { "avg": [ - 2845 + 2846 ], "count": [ 41, { "columns": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "distinct": [ @@ -48368,44 +48385,6 @@ export default { ] } ], - "max": [ - 2851 - ], - "min": [ - 2853 - ], - "stddev": [ - 2863 - ], - "stddev_pop": [ - 2865 - ], - "stddev_samp": [ - 2867 - ], - "sum": [ - 2871 - ], - "var_pop": [ - 2875 - ], - "var_samp": [ - 2877 - ], - "variance": [ - 2879 - ], - "__typename": [ - 85 - ] - }, - "lobby_players_aggregate_order_by": { - "avg": [ - 2846 - ], - "count": [ - 3647 - ], "max": [ 2852 ], @@ -48437,12 +48416,50 @@ export default { 85 ] }, + "lobby_players_aggregate_order_by": { + "avg": [ + 2847 + ], + "count": [ + 3648 + ], + "max": [ + 2853 + ], + "min": [ + 2855 + ], + "stddev": [ + 2865 + ], + "stddev_pop": [ + 2867 + ], + "stddev_samp": [ + 2869 + ], + "sum": [ + 2873 + ], + "var_pop": [ + 2877 + ], + "var_samp": [ + 2879 + ], + "variance": [ + 2881 + ], + "__typename": [ + 85 + ] + }, "lobby_players_arr_rel_insert_input": { "data": [ - 2850 + 2851 ], "on_conflict": [ - 2856 + 2857 ], "__typename": [ 85 @@ -48461,10 +48478,10 @@ export default { }, "lobby_players_avg_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48472,34 +48489,34 @@ export default { }, "lobby_players_bool_exp": { "_and": [ - 2847 + 2848 ], "_not": [ - 2847 + 2848 ], "_or": [ - 2847 + 2848 ], "captain": [ 7 ], "invited_by_steam_id": [ - 313 + 314 ], "lobby": [ - 2820 + 2821 ], "lobby_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "status": [ - 1082 + 1083 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -48508,10 +48525,10 @@ export default { "lobby_players_constraint": {}, "lobby_players_inc_input": { "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48522,22 +48539,22 @@ export default { 6 ], "invited_by_steam_id": [ - 311 + 312 ], "lobby": [ - 2826 + 2827 ], "lobby_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "status": [ - 1081 + 1082 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48545,13 +48562,13 @@ export default { }, "lobby_players_max_fields": { "invited_by_steam_id": [ - 311 + 312 ], "lobby_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48559,13 +48576,13 @@ export default { }, "lobby_players_max_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "lobby_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48573,13 +48590,13 @@ export default { }, "lobby_players_min_fields": { "invited_by_steam_id": [ - 311 + 312 ], "lobby_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48587,13 +48604,13 @@ export default { }, "lobby_players_min_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "lobby_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48604,7 +48621,7 @@ export default { 41 ], "returning": [ - 2836 + 2837 ], "__typename": [ 85 @@ -48612,13 +48629,13 @@ export default { }, "lobby_players_on_conflict": { "constraint": [ - 2848 + 2849 ], "update_columns": [ - 2873 + 2874 ], "where": [ - 2847 + 2848 ], "__typename": [ 85 @@ -48626,25 +48643,25 @@ export default { }, "lobby_players_order_by": { "captain": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "lobby": [ - 2828 + 2829 ], "lobby_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "status": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48652,10 +48669,10 @@ export default { }, "lobby_players_pk_columns_input": { "lobby_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48669,16 +48686,16 @@ export default { 6 ], "invited_by_steam_id": [ - 311 + 312 ], "lobby_id": [ - 6603 + 6672 ], "status": [ - 1081 + 1082 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48697,10 +48714,10 @@ export default { }, "lobby_players_stddev_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48719,10 +48736,10 @@ export default { }, "lobby_players_stddev_pop_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48741,10 +48758,10 @@ export default { }, "lobby_players_stddev_samp_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48752,10 +48769,10 @@ export default { }, "lobby_players_stream_cursor_input": { "initial_value": [ - 2870 + 2871 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -48766,16 +48783,16 @@ export default { 6 ], "invited_by_steam_id": [ - 311 + 312 ], "lobby_id": [ - 6603 + 6672 ], "status": [ - 1081 + 1082 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48783,10 +48800,10 @@ export default { }, "lobby_players_sum_fields": { "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -48794,10 +48811,10 @@ export default { }, "lobby_players_sum_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48806,13 +48823,13 @@ export default { "lobby_players_update_column": {}, "lobby_players_updates": { "_inc": [ - 2849 + 2850 ], "_set": [ - 2862 + 2863 ], "where": [ - 2847 + 2848 ], "__typename": [ 85 @@ -48831,10 +48848,10 @@ export default { }, "lobby_players_var_pop_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48853,10 +48870,10 @@ export default { }, "lobby_players_var_samp_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48875,10 +48892,10 @@ export default { }, "lobby_players_variance_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -48886,7 +48903,7 @@ export default { }, "map_callouts": { "boxes": [ - 2438, + 2439, { "path": [ 85 @@ -48903,7 +48920,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -48911,10 +48928,10 @@ export default { }, "map_callouts_aggregate": { "aggregate": [ - 2883 + 2884 ], "nodes": [ - 2881 + 2882 ], "__typename": [ 85 @@ -48925,7 +48942,7 @@ export default { 41, { "columns": [ - 2898, + 2899, "[map_callouts_select_column!]" ], "distinct": [ @@ -48934,10 +48951,10 @@ export default { } ], "max": [ - 2891 + 2892 ], "min": [ - 2892 + 2893 ], "__typename": [ 85 @@ -48945,7 +48962,7 @@ export default { }, "map_callouts_append_input": { "boxes": [ - 2438 + 2439 ], "__typename": [ 85 @@ -48953,16 +48970,16 @@ export default { }, "map_callouts_bool_exp": { "_and": [ - 2885 + 2886 ], "_not": [ - 2885 + 2886 ], "_or": [ - 2885 + 2886 ], "boxes": [ - 2440 + 2441 ], "map_name": [ 87 @@ -48974,7 +48991,7 @@ export default { 87 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -49007,7 +49024,7 @@ export default { }, "map_callouts_insert_input": { "boxes": [ - 2438 + 2439 ], "map_name": [ 85 @@ -49019,7 +49036,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -49036,7 +49053,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -49053,7 +49070,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -49064,7 +49081,7 @@ export default { 41 ], "returning": [ - 2881 + 2882 ], "__typename": [ 85 @@ -49072,13 +49089,13 @@ export default { }, "map_callouts_on_conflict": { "constraint": [ - 2886 + 2887 ], "update_columns": [ - 2902 + 2903 ], "where": [ - 2885 + 2886 ], "__typename": [ 85 @@ -49086,19 +49103,19 @@ export default { }, "map_callouts_order_by": { "boxes": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -49117,7 +49134,7 @@ export default { }, "map_callouts_prepend_input": { "boxes": [ - 2438 + 2439 ], "__typename": [ 85 @@ -49126,7 +49143,7 @@ export default { "map_callouts_select_column": {}, "map_callouts_set_input": { "boxes": [ - 2438 + 2439 ], "map_name": [ 85 @@ -49138,7 +49155,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -49146,10 +49163,10 @@ export default { }, "map_callouts_stream_cursor_input": { "initial_value": [ - 2901 + 2902 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -49157,7 +49174,7 @@ export default { }, "map_callouts_stream_cursor_value_input": { "boxes": [ - 2438 + 2439 ], "map_name": [ 85 @@ -49169,7 +49186,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -49178,25 +49195,25 @@ export default { "map_callouts_update_column": {}, "map_callouts_updates": { "_append": [ - 2884 + 2885 ], "_delete_at_path": [ - 2887 + 2888 ], "_delete_elem": [ - 2888 + 2889 ], "_delete_key": [ - 2889 + 2890 ], "_prepend": [ - 2897 + 2898 ], "_set": [ - 2899 + 2900 ], "where": [ - 2885 + 2886 ], "__typename": [ 85 @@ -49204,19 +49221,19 @@ export default { }, "map_pools": { "e_type": [ - 1096 + 1097 ], "enabled": [ 6 ], "id": [ - 6603 + 6672 ], "maps": [ - 7263, + 7332, { "distinct_on": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "limit": [ @@ -49226,19 +49243,19 @@ export default { 41 ], "order_by": [ - 7279, + 7348, "[v_pool_maps_order_by!]" ], "where": [ - 7272 + 7341 ] } ], "maps_aggregate": [ - 7264, + 7333, { "distinct_on": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "limit": [ @@ -49248,11 +49265,11 @@ export default { 41 ], "order_by": [ - 7279, + 7348, "[v_pool_maps_order_by!]" ], "where": [ - 7272 + 7341 ] } ], @@ -49260,7 +49277,7 @@ export default { 6 ], "type": [ - 1101 + 1102 ], "__typename": [ 85 @@ -49268,10 +49285,10 @@ export default { }, "map_pools_aggregate": { "aggregate": [ - 2906 + 2907 ], "nodes": [ - 2904 + 2905 ], "__typename": [ 85 @@ -49282,7 +49299,7 @@ export default { 41, { "columns": [ - 2917, + 2918, "[map_pools_select_column!]" ], "distinct": [ @@ -49291,10 +49308,10 @@ export default { } ], "max": [ - 2910 + 2911 ], "min": [ - 2911 + 2912 ], "__typename": [ 85 @@ -49302,34 +49319,34 @@ export default { }, "map_pools_bool_exp": { "_and": [ - 2907 + 2908 ], "_not": [ - 2907 + 2908 ], "_or": [ - 2907 + 2908 ], "e_type": [ - 1099 + 1100 ], "enabled": [ 7 ], "id": [ - 6605 + 6674 ], "maps": [ - 7272 + 7341 ], "maps_aggregate": [ - 7265 + 7334 ], "seed": [ 7 ], "type": [ - 1102 + 1103 ], "__typename": [ 85 @@ -49338,22 +49355,22 @@ export default { "map_pools_constraint": {}, "map_pools_insert_input": { "e_type": [ - 1107 + 1108 ], "enabled": [ 6 ], "id": [ - 6603 + 6672 ], "maps": [ - 7271 + 7340 ], "seed": [ 6 ], "type": [ - 1101 + 1102 ], "__typename": [ 85 @@ -49361,7 +49378,7 @@ export default { }, "map_pools_max_fields": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -49369,7 +49386,7 @@ export default { }, "map_pools_min_fields": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -49380,7 +49397,7 @@ export default { 41 ], "returning": [ - 2904 + 2905 ], "__typename": [ 85 @@ -49388,10 +49405,10 @@ export default { }, "map_pools_obj_rel_insert_input": { "data": [ - 2909 + 2910 ], "on_conflict": [ - 2914 + 2915 ], "__typename": [ 85 @@ -49399,13 +49416,13 @@ export default { }, "map_pools_on_conflict": { "constraint": [ - 2908 + 2909 ], "update_columns": [ - 2921 + 2922 ], "where": [ - 2907 + 2908 ], "__typename": [ 85 @@ -49413,22 +49430,22 @@ export default { }, "map_pools_order_by": { "e_type": [ - 1109 + 1110 ], "enabled": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "maps_aggregate": [ - 7270 + 7339 ], "seed": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -49436,7 +49453,7 @@ export default { }, "map_pools_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -49448,13 +49465,13 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "seed": [ 6 ], "type": [ - 1101 + 1102 ], "__typename": [ 85 @@ -49462,10 +49479,10 @@ export default { }, "map_pools_stream_cursor_input": { "initial_value": [ - 2920 + 2921 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -49476,13 +49493,13 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "seed": [ 6 ], "type": [ - 1101 + 1102 ], "__typename": [ 85 @@ -49491,10 +49508,10 @@ export default { "map_pools_update_column": {}, "map_pools_updates": { "_set": [ - 2918 + 2919 ], "where": [ - 2907 + 2908 ], "__typename": [ 85 @@ -49505,25 +49522,25 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "e_match_type": [ - 1219 + 1220 ], "enabled": [ 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "match_maps": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -49533,19 +49550,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -49555,19 +49572,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_veto_picks": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -49577,19 +49594,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_veto_picks_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -49599,11 +49616,11 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], @@ -49617,7 +49634,7 @@ export default { 85 ], "type": [ - 1224 + 1225 ], "workshop_map_id": [ 85 @@ -49628,10 +49645,10 @@ export default { }, "maps_aggregate": { "aggregate": [ - 2929 + 2930 ], "nodes": [ - 2923 + 2924 ], "__typename": [ 85 @@ -49639,13 +49656,13 @@ export default { }, "maps_aggregate_bool_exp": { "bool_and": [ - 2926 + 2927 ], "bool_or": [ - 2927 + 2928 ], "count": [ - 2928 + 2929 ], "__typename": [ 85 @@ -49653,13 +49670,13 @@ export default { }, "maps_aggregate_bool_exp_bool_and": { "arguments": [ - 2945 + 2946 ], "distinct": [ 6 ], "filter": [ - 2932 + 2933 ], "predicate": [ 7 @@ -49670,13 +49687,13 @@ export default { }, "maps_aggregate_bool_exp_bool_or": { "arguments": [ - 2946 + 2947 ], "distinct": [ 6 ], "filter": [ - 2932 + 2933 ], "predicate": [ 7 @@ -49687,13 +49704,13 @@ export default { }, "maps_aggregate_bool_exp_count": { "arguments": [ - 2944 + 2945 ], "distinct": [ 6 ], "filter": [ - 2932 + 2933 ], "predicate": [ 42 @@ -49707,7 +49724,7 @@ export default { 41, { "columns": [ - 2944, + 2945, "[maps_select_column!]" ], "distinct": [ @@ -49716,10 +49733,10 @@ export default { } ], "max": [ - 2935 + 2936 ], "min": [ - 2937 + 2938 ], "__typename": [ 85 @@ -49727,13 +49744,13 @@ export default { }, "maps_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 2936 + 2937 ], "min": [ - 2938 + 2939 ], "__typename": [ 85 @@ -49741,10 +49758,10 @@ export default { }, "maps_arr_rel_insert_input": { "data": [ - 2934 + 2935 ], "on_conflict": [ - 2941 + 2942 ], "__typename": [ 85 @@ -49752,43 +49769,43 @@ export default { }, "maps_bool_exp": { "_and": [ - 2932 + 2933 ], "_not": [ - 2932 + 2933 ], "_or": [ - 2932 + 2933 ], "active_pool": [ 7 ], "deleted_at": [ - 5243 + 5244 ], "e_match_type": [ - 1222 + 1223 ], "enabled": [ 7 ], "id": [ - 6605 + 6674 ], "label": [ 87 ], "match_maps": [ - 3256 + 3257 ], "match_maps_aggregate": [ - 3249 + 3250 ], "match_veto_picks": [ - 3228 + 3229 ], "match_veto_picks_aggregate": [ - 3221 + 3222 ], "name": [ 87 @@ -49800,7 +49817,7 @@ export default { 87 ], "type": [ - 1225 + 1226 ], "workshop_map_id": [ 87 @@ -49815,25 +49832,25 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "e_match_type": [ - 1230 + 1231 ], "enabled": [ 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "match_maps": [ - 3253 + 3254 ], "match_veto_picks": [ - 3227 + 3228 ], "name": [ 85 @@ -49845,7 +49862,7 @@ export default { 85 ], "type": [ - 1224 + 1225 ], "workshop_map_id": [ 85 @@ -49856,10 +49873,10 @@ export default { }, "maps_max_fields": { "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 @@ -49882,25 +49899,25 @@ export default { }, "maps_max_order_by": { "deleted_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "patch": [ - 3647 + 3648 ], "poster": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -49908,10 +49925,10 @@ export default { }, "maps_min_fields": { "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "label": [ 85 @@ -49934,25 +49951,25 @@ export default { }, "maps_min_order_by": { "deleted_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "patch": [ - 3647 + 3648 ], "poster": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -49963,7 +49980,7 @@ export default { 41 ], "returning": [ - 2923 + 2924 ], "__typename": [ 85 @@ -49971,10 +49988,10 @@ export default { }, "maps_obj_rel_insert_input": { "data": [ - 2934 + 2935 ], "on_conflict": [ - 2941 + 2942 ], "__typename": [ 85 @@ -49982,13 +49999,13 @@ export default { }, "maps_on_conflict": { "constraint": [ - 2933 + 2934 ], "update_columns": [ - 2950 + 2951 ], "where": [ - 2932 + 2933 ], "__typename": [ 85 @@ -49996,43 +50013,43 @@ export default { }, "maps_order_by": { "active_pool": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "e_match_type": [ - 1232 + 1233 ], "enabled": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "match_maps_aggregate": [ - 3252 + 3253 ], "match_veto_picks_aggregate": [ - 3226 + 3227 ], "name": [ - 3647 + 3648 ], "patch": [ - 3647 + 3648 ], "poster": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -50040,7 +50057,7 @@ export default { }, "maps_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -50054,13 +50071,13 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "enabled": [ 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 @@ -50075,7 +50092,7 @@ export default { 85 ], "type": [ - 1224 + 1225 ], "workshop_map_id": [ 85 @@ -50086,10 +50103,10 @@ export default { }, "maps_stream_cursor_input": { "initial_value": [ - 2949 + 2950 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -50100,13 +50117,13 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "enabled": [ 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 @@ -50121,7 +50138,7 @@ export default { 85 ], "type": [ - 1224 + 1225 ], "workshop_map_id": [ 85 @@ -50133,10 +50150,10 @@ export default { "maps_update_column": {}, "maps_updates": { "_set": [ - 2947 + 2948 ], "where": [ - 2932 + 2933 ], "__typename": [ 85 @@ -50144,7 +50161,7 @@ export default { }, "match_clips": { "created_at": [ - 5242 + 5243 ], "download_url": [ 85 @@ -50156,28 +50173,28 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "kills_count": [ 41 ], "match_map": [ - 3247 + 3248 ], "match_map_demo": [ - 3127 + 3128 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "render_jobs": [ - 343, + 344, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -50187,19 +50204,19 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "render_jobs_aggregate": [ - 344, + 345, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -50209,11 +50226,11 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], @@ -50221,13 +50238,13 @@ export default { 41 ], "size": [ - 311 + 312 ], "target": [ - 4605 + 4606 ], "target_steam_id": [ - 311 + 312 ], "thumbnail_download_url": [ 85 @@ -50239,16 +50256,16 @@ export default { 85 ], "user": [ - 4605 + 4606 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 ], "visibility": [ - 1122 + 1123 ], "__typename": [ 85 @@ -50256,10 +50273,10 @@ export default { }, "match_clips_aggregate": { "aggregate": [ - 2956 + 2957 ], "nodes": [ - 2952 + 2953 ], "__typename": [ 85 @@ -50267,7 +50284,7 @@ export default { }, "match_clips_aggregate_bool_exp": { "count": [ - 2955 + 2956 ], "__typename": [ 85 @@ -50275,13 +50292,13 @@ export default { }, "match_clips_aggregate_bool_exp_count": { "arguments": [ - 2974 + 2975 ], "distinct": [ 6 ], "filter": [ - 2961 + 2962 ], "predicate": [ 42 @@ -50292,13 +50309,13 @@ export default { }, "match_clips_aggregate_fields": { "avg": [ - 2959 + 2960 ], "count": [ 41, { "columns": [ - 2974, + 2975, "[match_clips_select_column!]" ], "distinct": [ @@ -50307,31 +50324,31 @@ export default { } ], "max": [ - 2965 + 2966 ], "min": [ - 2967 + 2968 ], "stddev": [ - 2976 + 2977 ], "stddev_pop": [ - 2978 + 2979 ], "stddev_samp": [ - 2980 + 2981 ], "sum": [ - 2984 + 2985 ], "var_pop": [ - 2988 + 2989 ], "var_samp": [ - 2990 + 2991 ], "variance": [ - 2992 + 2993 ], "__typename": [ 85 @@ -50339,37 +50356,37 @@ export default { }, "match_clips_aggregate_order_by": { "avg": [ - 2960 + 2961 ], "count": [ - 3647 + 3648 ], "max": [ - 2966 + 2967 ], "min": [ - 2968 + 2969 ], "stddev": [ - 2977 + 2978 ], "stddev_pop": [ - 2979 + 2980 ], "stddev_samp": [ - 2981 + 2982 ], "sum": [ - 2985 + 2986 ], "var_pop": [ - 2989 + 2990 ], "var_samp": [ - 2991 + 2992 ], "variance": [ - 2993 + 2994 ], "__typename": [ 85 @@ -50377,10 +50394,10 @@ export default { }, "match_clips_arr_rel_insert_input": { "data": [ - 2964 + 2965 ], "on_conflict": [ - 2971 + 2972 ], "__typename": [ 85 @@ -50414,25 +50431,25 @@ export default { }, "match_clips_avg_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -50440,16 +50457,16 @@ export default { }, "match_clips_bool_exp": { "_and": [ - 2961 + 2962 ], "_not": [ - 2961 + 2962 ], "_or": [ - 2961 + 2962 ], "created_at": [ - 5243 + 5244 ], "download_url": [ 87 @@ -50461,40 +50478,40 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "kills_count": [ 42 ], "match_map": [ - 3256 + 3257 ], "match_map_demo": [ - 3139 + 3140 ], "match_map_demo_id": [ - 6605 + 6674 ], "match_map_id": [ - 6605 + 6674 ], "render_jobs": [ - 355 + 356 ], "render_jobs_aggregate": [ - 345 + 346 ], "round": [ 42 ], "size": [ - 313 + 314 ], "target": [ - 4609 + 4610 ], "target_steam_id": [ - 313 + 314 ], "thumbnail_download_url": [ 87 @@ -50506,16 +50523,16 @@ export default { 87 ], "user": [ - 4609 + 4610 ], "user_steam_id": [ - 313 + 314 ], "views_count": [ 42 ], "visibility": [ - 1123 + 1124 ], "__typename": [ 85 @@ -50533,13 +50550,13 @@ export default { 41 ], "size": [ - 311 + 312 ], "target_steam_id": [ - 311 + 312 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 @@ -50550,7 +50567,7 @@ export default { }, "match_clips_insert_input": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -50559,37 +50576,37 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "kills_count": [ 41 ], "match_map": [ - 3265 + 3266 ], "match_map_demo": [ - 3151 + 3152 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "render_jobs": [ - 352 + 353 ], "round": [ 41 ], "size": [ - 311 + 312 ], "target": [ - 4616 + 4617 ], "target_steam_id": [ - 311 + 312 ], "thumbnail_url": [ 85 @@ -50598,16 +50615,16 @@ export default { 85 ], "user": [ - 4616 + 4617 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 ], "visibility": [ - 1122 + 1123 ], "__typename": [ 85 @@ -50615,7 +50632,7 @@ export default { }, "match_clips_max_fields": { "created_at": [ - 5242 + 5243 ], "download_url": [ 85 @@ -50627,25 +50644,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "size": [ - 311 + 312 ], "target_steam_id": [ - 311 + 312 ], "thumbnail_download_url": [ 85 @@ -50657,7 +50674,7 @@ export default { 85 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 @@ -50668,46 +50685,46 @@ export default { }, "match_clips_max_order_by": { "created_at": [ - 3647 + 3648 ], "duration_ms": [ - 3647 + 3648 ], "file": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "thumbnail_url": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -50715,7 +50732,7 @@ export default { }, "match_clips_min_fields": { "created_at": [ - 5242 + 5243 ], "download_url": [ 85 @@ -50727,25 +50744,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "size": [ - 311 + 312 ], "target_steam_id": [ - 311 + 312 ], "thumbnail_download_url": [ 85 @@ -50757,7 +50774,7 @@ export default { 85 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 @@ -50768,46 +50785,46 @@ export default { }, "match_clips_min_order_by": { "created_at": [ - 3647 + 3648 ], "duration_ms": [ - 3647 + 3648 ], "file": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "thumbnail_url": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -50818,7 +50835,7 @@ export default { 41 ], "returning": [ - 2952 + 2953 ], "__typename": [ 85 @@ -50826,10 +50843,10 @@ export default { }, "match_clips_obj_rel_insert_input": { "data": [ - 2964 + 2965 ], "on_conflict": [ - 2971 + 2972 ], "__typename": [ 85 @@ -50837,13 +50854,13 @@ export default { }, "match_clips_on_conflict": { "constraint": [ - 2962 + 2963 ], "update_columns": [ - 2986 + 2987 ], "where": [ - 2961 + 2962 ], "__typename": [ 85 @@ -50851,70 +50868,70 @@ export default { }, "match_clips_order_by": { "created_at": [ - 3647 + 3648 ], "download_url": [ - 3647 + 3648 ], "duration_ms": [ - 3647 + 3648 ], "file": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_demo": [ - 3153 + 3154 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "render_jobs_aggregate": [ - 350 + 351 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target": [ - 4618 + 4619 ], "target_steam_id": [ - 3647 + 3648 ], "thumbnail_download_url": [ - 3647 + 3648 ], "thumbnail_url": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "user": [ - 4618 + 4619 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "visibility": [ - 3647 + 3648 ], "__typename": [ 85 @@ -50922,7 +50939,7 @@ export default { }, "match_clips_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -50931,7 +50948,7 @@ export default { "match_clips_select_column": {}, "match_clips_set_input": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -50940,25 +50957,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "size": [ - 311 + 312 ], "target_steam_id": [ - 311 + 312 ], "thumbnail_url": [ 85 @@ -50967,13 +50984,13 @@ export default { 85 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 ], "visibility": [ - 1122 + 1123 ], "__typename": [ 85 @@ -51007,25 +51024,25 @@ export default { }, "match_clips_stddev_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51059,25 +51076,25 @@ export default { }, "match_clips_stddev_pop_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51111,25 +51128,25 @@ export default { }, "match_clips_stddev_samp_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51137,10 +51154,10 @@ export default { }, "match_clips_stream_cursor_input": { "initial_value": [ - 2983 + 2984 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -51148,7 +51165,7 @@ export default { }, "match_clips_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -51157,25 +51174,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "kills_count": [ 41 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "size": [ - 311 + 312 ], "target_steam_id": [ - 311 + 312 ], "thumbnail_url": [ 85 @@ -51184,13 +51201,13 @@ export default { 85 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 ], "visibility": [ - 1122 + 1123 ], "__typename": [ 85 @@ -51207,13 +51224,13 @@ export default { 41 ], "size": [ - 311 + 312 ], "target_steam_id": [ - 311 + 312 ], "user_steam_id": [ - 311 + 312 ], "views_count": [ 41 @@ -51224,25 +51241,25 @@ export default { }, "match_clips_sum_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51251,13 +51268,13 @@ export default { "match_clips_update_column": {}, "match_clips_updates": { "_inc": [ - 2963 + 2964 ], "_set": [ - 2975 + 2976 ], "where": [ - 2961 + 2962 ], "__typename": [ 85 @@ -51291,25 +51308,25 @@ export default { }, "match_clips_var_pop_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51343,25 +51360,25 @@ export default { }, "match_clips_var_samp_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51395,25 +51412,25 @@ export default { }, "match_clips_variance_order_by": { "duration_ms": [ - 3647 + 3648 ], "kills_count": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "target_steam_id": [ - 3647 + 3648 ], "user_steam_id": [ - 3647 + 3648 ], "views_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51421,52 +51438,52 @@ export default { }, "match_demo_sessions": { "created_at": [ - 5242 + 5243 ], "error_message": [ 85 ], "game_server_node": [ - 2313 + 2314 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5242 + 5243 ], "last_status_at": [ - 5242 + 5243 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_demo": [ - 3127 + 3128 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "status": [ 85 ], "status_history": [ - 2438, + 2439, { "path": [ 85 @@ -51477,10 +51494,10 @@ export default { 85 ], "watcher": [ - 4605 + 4606 ], "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -51488,10 +51505,10 @@ export default { }, "match_demo_sessions_aggregate": { "aggregate": [ - 2998 + 2999 ], "nodes": [ - 2994 + 2995 ], "__typename": [ 85 @@ -51499,7 +51516,7 @@ export default { }, "match_demo_sessions_aggregate_bool_exp": { "count": [ - 2997 + 2998 ], "__typename": [ 85 @@ -51507,13 +51524,13 @@ export default { }, "match_demo_sessions_aggregate_bool_exp_count": { "arguments": [ - 3020 + 3021 ], "distinct": [ 6 ], "filter": [ - 3004 + 3005 ], "predicate": [ 42 @@ -51524,13 +51541,13 @@ export default { }, "match_demo_sessions_aggregate_fields": { "avg": [ - 3002 + 3003 ], "count": [ 41, { "columns": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "distinct": [ @@ -51539,31 +51556,31 @@ export default { } ], "max": [ - 3011 + 3012 ], "min": [ - 3013 + 3014 ], "stddev": [ - 3022 + 3023 ], "stddev_pop": [ - 3024 + 3025 ], "stddev_samp": [ - 3026 + 3027 ], "sum": [ - 3030 + 3031 ], "var_pop": [ - 3034 + 3035 ], "var_samp": [ - 3036 + 3037 ], "variance": [ - 3038 + 3039 ], "__typename": [ 85 @@ -51571,37 +51588,37 @@ export default { }, "match_demo_sessions_aggregate_order_by": { "avg": [ - 3003 + 3004 ], "count": [ - 3647 + 3648 ], "max": [ - 3012 + 3013 ], "min": [ - 3014 + 3015 ], "stddev": [ - 3023 + 3024 ], "stddev_pop": [ - 3025 + 3026 ], "stddev_samp": [ - 3027 + 3028 ], "sum": [ - 3031 + 3032 ], "var_pop": [ - 3035 + 3036 ], "var_samp": [ - 3037 + 3038 ], "variance": [ - 3039 + 3040 ], "__typename": [ 85 @@ -51609,7 +51626,7 @@ export default { }, "match_demo_sessions_append_input": { "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -51617,10 +51634,10 @@ export default { }, "match_demo_sessions_arr_rel_insert_input": { "data": [ - 3010 + 3011 ], "on_conflict": [ - 3016 + 3017 ], "__typename": [ 85 @@ -51636,7 +51653,7 @@ export default { }, "match_demo_sessions_avg_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51644,70 +51661,70 @@ export default { }, "match_demo_sessions_bool_exp": { "_and": [ - 3004 + 3005 ], "_not": [ - 3004 + 3005 ], "_or": [ - 3004 + 3005 ], "created_at": [ - 5243 + 5244 ], "error_message": [ 87 ], "game_server_node": [ - 2325 + 2326 ], "game_server_node_id": [ 87 ], "id": [ - 6605 + 6674 ], "k8s_job_name": [ 87 ], "last_activity_at": [ - 5243 + 5244 ], "last_status_at": [ - 5243 + 5244 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_demo": [ - 3139 + 3140 ], "match_map_demo_id": [ - 6605 + 6674 ], "match_map_id": [ - 6605 + 6674 ], "status": [ 87 ], "status_history": [ - 2440 + 2441 ], "stream_url": [ 87 ], "watcher": [ - 4609 + 4610 ], "watcher_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -51740,7 +51757,7 @@ export default { }, "match_demo_sessions_inc_input": { "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -51748,61 +51765,61 @@ export default { }, "match_demo_sessions_insert_input": { "created_at": [ - 5242 + 5243 ], "error_message": [ 85 ], "game_server_node": [ - 2337 + 2338 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5242 + 5243 ], "last_status_at": [ - 5242 + 5243 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_demo": [ - 3151 + 3152 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "stream_url": [ 85 ], "watcher": [ - 4616 + 4617 ], "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -51810,7 +51827,7 @@ export default { }, "match_demo_sessions_max_fields": { "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -51819,25 +51836,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5242 + 5243 ], "last_status_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "status": [ 85 @@ -51846,7 +51863,7 @@ export default { 85 ], "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -51854,43 +51871,43 @@ export default { }, "match_demo_sessions_max_order_by": { "created_at": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_activity_at": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "stream_url": [ - 3647 + 3648 ], "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51898,7 +51915,7 @@ export default { }, "match_demo_sessions_min_fields": { "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -51907,25 +51924,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5242 + 5243 ], "last_status_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "status": [ 85 @@ -51934,7 +51951,7 @@ export default { 85 ], "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -51942,43 +51959,43 @@ export default { }, "match_demo_sessions_min_order_by": { "created_at": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_activity_at": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "stream_url": [ - 3647 + 3648 ], "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -51989,7 +52006,7 @@ export default { 41 ], "returning": [ - 2994 + 2995 ], "__typename": [ 85 @@ -51997,13 +52014,13 @@ export default { }, "match_demo_sessions_on_conflict": { "constraint": [ - 3005 + 3006 ], "update_columns": [ - 3032 + 3033 ], "where": [ - 3004 + 3005 ], "__typename": [ 85 @@ -52011,61 +52028,61 @@ export default { }, "match_demo_sessions_order_by": { "created_at": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node": [ - 2339 + 2340 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_activity_at": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_demo": [ - 3153 + 3154 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "status_history": [ - 3647 + 3648 ], "stream_url": [ - 3647 + 3648 ], "watcher": [ - 4618 + 4619 ], "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52073,7 +52090,7 @@ export default { }, "match_demo_sessions_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -52081,7 +52098,7 @@ export default { }, "match_demo_sessions_prepend_input": { "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -52090,7 +52107,7 @@ export default { "match_demo_sessions_select_column": {}, "match_demo_sessions_set_input": { "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -52099,37 +52116,37 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5242 + 5243 ], "last_status_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "stream_url": [ 85 ], "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52145,7 +52162,7 @@ export default { }, "match_demo_sessions_stddev_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52161,7 +52178,7 @@ export default { }, "match_demo_sessions_stddev_pop_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52177,7 +52194,7 @@ export default { }, "match_demo_sessions_stddev_samp_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52185,10 +52202,10 @@ export default { }, "match_demo_sessions_stream_cursor_input": { "initial_value": [ - 3029 + 3030 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -52196,7 +52213,7 @@ export default { }, "match_demo_sessions_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "error_message": [ 85 @@ -52205,37 +52222,37 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_activity_at": [ - 5242 + 5243 ], "last_status_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "stream_url": [ 85 ], "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52243,7 +52260,7 @@ export default { }, "match_demo_sessions_sum_fields": { "watcher_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52251,7 +52268,7 @@ export default { }, "match_demo_sessions_sum_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52260,28 +52277,28 @@ export default { "match_demo_sessions_update_column": {}, "match_demo_sessions_updates": { "_append": [ - 3000 + 3001 ], "_delete_at_path": [ - 3006 + 3007 ], "_delete_elem": [ - 3007 + 3008 ], "_delete_key": [ - 3008 + 3009 ], "_inc": [ - 3009 + 3010 ], "_prepend": [ - 3019 + 3020 ], "_set": [ - 3021 + 3022 ], "where": [ - 3004 + 3005 ], "__typename": [ 85 @@ -52297,7 +52314,7 @@ export default { }, "match_demo_sessions_var_pop_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52313,7 +52330,7 @@ export default { }, "match_demo_sessions_var_samp_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52329,7 +52346,7 @@ export default { }, "match_demo_sessions_variance_order_by": { "watcher_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52346,31 +52363,31 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_connected": [ 6 ], "lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "party_source": [ - 1183 + 1184 ], "placeholder_name": [ 85 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52378,10 +52395,10 @@ export default { }, "match_lineup_players_aggregate": { "aggregate": [ - 3046 + 3047 ], "nodes": [ - 3040 + 3041 ], "__typename": [ 85 @@ -52389,13 +52406,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp": { "bool_and": [ - 3043 + 3044 ], "bool_or": [ - 3044 + 3045 ], "count": [ - 3045 + 3046 ], "__typename": [ 85 @@ -52403,13 +52420,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_bool_and": { "arguments": [ - 3064 + 3065 ], "distinct": [ 6 ], "filter": [ - 3051 + 3052 ], "predicate": [ 7 @@ -52420,13 +52437,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_bool_or": { "arguments": [ - 3065 + 3066 ], "distinct": [ 6 ], "filter": [ - 3051 + 3052 ], "predicate": [ 7 @@ -52437,13 +52454,13 @@ export default { }, "match_lineup_players_aggregate_bool_exp_count": { "arguments": [ - 3063 + 3064 ], "distinct": [ 6 ], "filter": [ - 3051 + 3052 ], "predicate": [ 42 @@ -52454,13 +52471,13 @@ export default { }, "match_lineup_players_aggregate_fields": { "avg": [ - 3049 + 3050 ], "count": [ 41, { "columns": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "distinct": [ @@ -52468,44 +52485,6 @@ export default { ] } ], - "max": [ - 3055 - ], - "min": [ - 3057 - ], - "stddev": [ - 3067 - ], - "stddev_pop": [ - 3069 - ], - "stddev_samp": [ - 3071 - ], - "sum": [ - 3075 - ], - "var_pop": [ - 3079 - ], - "var_samp": [ - 3081 - ], - "variance": [ - 3083 - ], - "__typename": [ - 85 - ] - }, - "match_lineup_players_aggregate_order_by": { - "avg": [ - 3050 - ], - "count": [ - 3647 - ], "max": [ 3056 ], @@ -52537,12 +52516,50 @@ export default { 85 ] }, + "match_lineup_players_aggregate_order_by": { + "avg": [ + 3051 + ], + "count": [ + 3648 + ], + "max": [ + 3057 + ], + "min": [ + 3059 + ], + "stddev": [ + 3069 + ], + "stddev_pop": [ + 3071 + ], + "stddev_samp": [ + 3073 + ], + "sum": [ + 3077 + ], + "var_pop": [ + 3081 + ], + "var_samp": [ + 3083 + ], + "variance": [ + 3085 + ], + "__typename": [ + 85 + ] + }, "match_lineup_players_arr_rel_insert_input": { "data": [ - 3054 + 3055 ], "on_conflict": [ - 3060 + 3061 ], "__typename": [ 85 @@ -52558,7 +52575,7 @@ export default { }, "match_lineup_players_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52566,13 +52583,13 @@ export default { }, "match_lineup_players_bool_exp": { "_and": [ - 3051 + 3052 ], "_not": [ - 3051 + 3052 ], "_or": [ - 3051 + 3052 ], "captain": [ 7 @@ -52584,31 +52601,31 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "is_connected": [ 7 ], "lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "party_id": [ - 6605 + 6674 ], "party_source": [ - 1184 + 1185 ], "placeholder_name": [ 87 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -52617,7 +52634,7 @@ export default { "match_lineup_players_constraint": {}, "match_lineup_players_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52634,31 +52651,31 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_connected": [ 6 ], "lineup": [ - 3103 + 3104 ], "match_lineup_id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "party_source": [ - 1183 + 1184 ], "placeholder_name": [ 85 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52669,19 +52686,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52689,22 +52706,22 @@ export default { }, "match_lineup_players_max_order_by": { "discord_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "party_id": [ - 3647 + 3648 ], "placeholder_name": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52715,19 +52732,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52735,22 +52752,22 @@ export default { }, "match_lineup_players_min_order_by": { "discord_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "party_id": [ - 3647 + 3648 ], "placeholder_name": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52761,7 +52778,7 @@ export default { 41 ], "returning": [ - 3040 + 3041 ], "__typename": [ 85 @@ -52769,13 +52786,13 @@ export default { }, "match_lineup_players_on_conflict": { "constraint": [ - 3052 + 3053 ], "update_columns": [ - 3077 + 3078 ], "where": [ - 3051 + 3052 ], "__typename": [ 85 @@ -52783,40 +52800,40 @@ export default { }, "match_lineup_players_order_by": { "captain": [ - 3647 + 3648 ], "checked_in": [ - 3647 + 3648 ], "discord_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_connected": [ - 3647 + 3648 ], "lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "party_id": [ - 3647 + 3648 ], "party_source": [ - 3647 + 3648 ], "placeholder_name": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52824,7 +52841,7 @@ export default { }, "match_lineup_players_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -52844,25 +52861,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_connected": [ 6 ], "match_lineup_id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "party_source": [ - 1183 + 1184 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52878,7 +52895,7 @@ export default { }, "match_lineup_players_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52894,7 +52911,7 @@ export default { }, "match_lineup_players_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52910,7 +52927,7 @@ export default { }, "match_lineup_players_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52918,10 +52935,10 @@ export default { }, "match_lineup_players_stream_cursor_input": { "initial_value": [ - 3074 + 3075 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -52938,25 +52955,25 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_connected": [ 6 ], "match_lineup_id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "party_source": [ - 1183 + 1184 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52964,7 +52981,7 @@ export default { }, "match_lineup_players_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -52972,7 +52989,7 @@ export default { }, "match_lineup_players_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -52981,13 +52998,13 @@ export default { "match_lineup_players_update_column": {}, "match_lineup_players_updates": { "_inc": [ - 3053 + 3054 ], "_set": [ - 3066 + 3067 ], "where": [ - 3051 + 3052 ], "__typename": [ 85 @@ -53003,7 +53020,7 @@ export default { }, "match_lineup_players_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53019,7 +53036,7 @@ export default { }, "match_lineup_players_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53035,7 +53052,7 @@ export default { }, "match_lineup_players_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53052,16 +53069,16 @@ export default { 6 ], "captain": [ - 6759 + 6828 ], "coach": [ - 4605 + 4606 ], "coach_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "is_on_lineup": [ 6 @@ -53076,10 +53093,10 @@ export default { 6 ], "lineup_players": [ - 3040, + 3041, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -53089,19 +53106,19 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "lineup_players_aggregate": [ - 3041, + 3042, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -53111,25 +53128,25 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_veto_picks": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -53139,19 +53156,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_veto_picks_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -53161,11 +53178,11 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], @@ -53173,10 +53190,10 @@ export default { 85 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "team_name": [ 85 @@ -53187,10 +53204,10 @@ export default { }, "match_lineups_aggregate": { "aggregate": [ - 3089 + 3090 ], "nodes": [ - 3085 + 3086 ], "__typename": [ 85 @@ -53198,7 +53215,7 @@ export default { }, "match_lineups_aggregate_bool_exp": { "count": [ - 3088 + 3089 ], "__typename": [ 85 @@ -53206,13 +53223,13 @@ export default { }, "match_lineups_aggregate_bool_exp_count": { "arguments": [ - 3107 + 3108 ], "distinct": [ 6 ], "filter": [ - 3094 + 3095 ], "predicate": [ 42 @@ -53223,13 +53240,13 @@ export default { }, "match_lineups_aggregate_fields": { "avg": [ - 3092 + 3093 ], "count": [ 41, { "columns": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "distinct": [ @@ -53238,31 +53255,31 @@ export default { } ], "max": [ - 3098 + 3099 ], "min": [ - 3100 + 3101 ], "stddev": [ - 3109 + 3110 ], "stddev_pop": [ - 3111 + 3112 ], "stddev_samp": [ - 3113 + 3114 ], "sum": [ - 3117 + 3118 ], "var_pop": [ - 3121 + 3122 ], "var_samp": [ - 3123 + 3124 ], "variance": [ - 3125 + 3126 ], "__typename": [ 85 @@ -53270,37 +53287,37 @@ export default { }, "match_lineups_aggregate_order_by": { "avg": [ - 3093 + 3094 ], "count": [ - 3647 + 3648 ], "max": [ - 3099 + 3100 ], "min": [ - 3101 + 3102 ], "stddev": [ - 3110 + 3111 ], "stddev_pop": [ - 3112 + 3113 ], "stddev_samp": [ - 3114 + 3115 ], "sum": [ - 3118 + 3119 ], "var_pop": [ - 3122 + 3123 ], "var_samp": [ - 3124 + 3125 ], "variance": [ - 3126 + 3127 ], "__typename": [ 85 @@ -53308,10 +53325,10 @@ export default { }, "match_lineups_arr_rel_insert_input": { "data": [ - 3097 + 3098 ], "on_conflict": [ - 3104 + 3105 ], "__typename": [ 85 @@ -53327,7 +53344,7 @@ export default { }, "match_lineups_avg_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53335,13 +53352,13 @@ export default { }, "match_lineups_bool_exp": { "_and": [ - 3094 + 3095 ], "_not": [ - 3094 + 3095 ], "_or": [ - 3094 + 3095 ], "can_pick_map_veto": [ 7 @@ -53353,16 +53370,16 @@ export default { 7 ], "captain": [ - 6763 + 6832 ], "coach": [ - 4609 + 4610 ], "coach_steam_id": [ - 313 + 314 ], "id": [ - 6605 + 6674 ], "is_on_lineup": [ 7 @@ -53377,31 +53394,31 @@ export default { 7 ], "lineup_players": [ - 3051 + 3052 ], "lineup_players_aggregate": [ - 3042 + 3043 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_veto_picks": [ - 3228 + 3229 ], "match_veto_picks_aggregate": [ - 3221 + 3222 ], "name": [ 87 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "team_name": [ 87 @@ -53413,7 +53430,7 @@ export default { "match_lineups_constraint": {}, "match_lineups_inc_input": { "coach_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -53421,34 +53438,34 @@ export default { }, "match_lineups_insert_input": { "captain": [ - 6769 + 6838 ], "coach": [ - 4616 + 4617 ], "coach_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "lineup_players": [ - 3048 + 3049 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_veto_picks": [ - 3227 + 3228 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "team_name": [ 85 @@ -53459,19 +53476,19 @@ export default { }, "match_lineups_max_fields": { "coach_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "name": [ 85 ], "team_id": [ - 6603 + 6672 ], "team_name": [ 85 @@ -53482,19 +53499,19 @@ export default { }, "match_lineups_max_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "team_name": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53502,19 +53519,19 @@ export default { }, "match_lineups_min_fields": { "coach_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "name": [ 85 ], "team_id": [ - 6603 + 6672 ], "team_name": [ 85 @@ -53525,19 +53542,19 @@ export default { }, "match_lineups_min_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "team_name": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53548,7 +53565,7 @@ export default { 41 ], "returning": [ - 3085 + 3086 ], "__typename": [ 85 @@ -53556,10 +53573,10 @@ export default { }, "match_lineups_obj_rel_insert_input": { "data": [ - 3097 + 3098 ], "on_conflict": [ - 3104 + 3105 ], "__typename": [ 85 @@ -53567,13 +53584,13 @@ export default { }, "match_lineups_on_conflict": { "constraint": [ - 3095 + 3096 ], "update_columns": [ - 3119 + 3120 ], "where": [ - 3094 + 3095 ], "__typename": [ 85 @@ -53581,61 +53598,61 @@ export default { }, "match_lineups_order_by": { "can_pick_map_veto": [ - 3647 + 3648 ], "can_pick_region_veto": [ - 3647 + 3648 ], "can_update_lineup": [ - 3647 + 3648 ], "captain": [ - 6770 + 6839 ], "coach": [ - 4618 + 4619 ], "coach_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_on_lineup": [ - 3647 + 3648 ], "is_picking_map_veto": [ - 3647 + 3648 ], "is_picking_region_veto": [ - 3647 + 3648 ], "is_ready": [ - 3647 + 3648 ], "lineup_players_aggregate": [ - 3047 + 3048 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_veto_picks_aggregate": [ - 3226 + 3227 ], "name": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "team_name": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53643,7 +53660,7 @@ export default { }, "match_lineups_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -53652,16 +53669,16 @@ export default { "match_lineups_select_column": {}, "match_lineups_set_input": { "coach_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "team_name": [ 85 @@ -53680,7 +53697,7 @@ export default { }, "match_lineups_stddev_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53696,7 +53713,7 @@ export default { }, "match_lineups_stddev_pop_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53712,7 +53729,7 @@ export default { }, "match_lineups_stddev_samp_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53720,10 +53737,10 @@ export default { }, "match_lineups_stream_cursor_input": { "initial_value": [ - 3116 + 3117 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -53731,16 +53748,16 @@ export default { }, "match_lineups_stream_cursor_value_input": { "coach_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "team_name": [ 85 @@ -53751,7 +53768,7 @@ export default { }, "match_lineups_sum_fields": { "coach_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -53759,7 +53776,7 @@ export default { }, "match_lineups_sum_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53768,13 +53785,13 @@ export default { "match_lineups_update_column": {}, "match_lineups_updates": { "_inc": [ - 3096 + 3097 ], "_set": [ - 3108 + 3109 ], "where": [ - 3094 + 3095 ], "__typename": [ 85 @@ -53790,7 +53807,7 @@ export default { }, "match_lineups_var_pop_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53806,7 +53823,7 @@ export default { }, "match_lineups_var_samp_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53822,7 +53839,7 @@ export default { }, "match_lineups_variance_order_by": { "coach_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -53830,7 +53847,7 @@ export default { }, "match_map_demos": { "bombs": [ - 2438, + 2439, { "path": [ 85 @@ -53838,10 +53855,10 @@ export default { } ], "clip_render_jobs": [ - 343, + 344, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -53851,19 +53868,19 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "clip_render_jobs_aggregate": [ - 344, + 345, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -53873,25 +53890,25 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "created_at": [ - 5242 + 5243 ], "cs2_build": [ 85 ], "demo_sessions": [ - 2994, + 2995, { "distinct_on": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -53901,19 +53918,19 @@ export default { 41 ], "order_by": [ - 3017, + 3018, "[match_demo_sessions_order_by!]" ], "where": [ - 3004 + 3005 ] } ], "demo_sessions_aggregate": [ - 2995, + 2996, { "distinct_on": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -53923,11 +53940,11 @@ export default { 41 ], "order_by": [ - 3017, + 3018, "[match_demo_sessions_order_by!]" ], "where": [ - 3004 + 3005 ] } ], @@ -53944,10 +53961,10 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "kills": [ - 2438, + 2439, { "path": [ 85 @@ -53958,13 +53975,13 @@ export default { 85 ], "match": [ - 3431 + 3432 ], "match_clips": [ - 2952, + 2953, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -53974,19 +53991,19 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_aggregate": [ - 2953, + 2954, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -53996,25 +54013,25 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "metadata_parsed_at": [ - 5242 + 5243 ], "parser_version": [ 41 @@ -54032,7 +54049,7 @@ export default { 41 ], "players": [ - 2438, + 2439, { "path": [ 85 @@ -54040,7 +54057,7 @@ export default { } ], "round_ticks": [ - 2438, + 2439, { "path": [ 85 @@ -54065,10 +54082,10 @@ export default { }, "match_map_demos_aggregate": { "aggregate": [ - 3133 + 3134 ], "nodes": [ - 3127 + 3128 ], "__typename": [ 85 @@ -54076,13 +54093,13 @@ export default { }, "match_map_demos_aggregate_bool_exp": { "bool_and": [ - 3130 + 3131 ], "bool_or": [ - 3131 + 3132 ], "count": [ - 3132 + 3133 ], "__typename": [ 85 @@ -54090,13 +54107,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_bool_and": { "arguments": [ - 3157 + 3158 ], "distinct": [ 6 ], "filter": [ - 3139 + 3140 ], "predicate": [ 7 @@ -54107,13 +54124,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_bool_or": { "arguments": [ - 3158 + 3159 ], "distinct": [ 6 ], "filter": [ - 3139 + 3140 ], "predicate": [ 7 @@ -54124,13 +54141,13 @@ export default { }, "match_map_demos_aggregate_bool_exp_count": { "arguments": [ - 3156 + 3157 ], "distinct": [ 6 ], "filter": [ - 3139 + 3140 ], "predicate": [ 42 @@ -54141,13 +54158,13 @@ export default { }, "match_map_demos_aggregate_fields": { "avg": [ - 3137 + 3138 ], "count": [ 41, { "columns": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "distinct": [ @@ -54156,31 +54173,31 @@ export default { } ], "max": [ - 3146 + 3147 ], "min": [ - 3148 + 3149 ], "stddev": [ - 3160 + 3161 ], "stddev_pop": [ - 3162 + 3163 ], "stddev_samp": [ - 3164 + 3165 ], "sum": [ - 3168 + 3169 ], "var_pop": [ - 3172 + 3173 ], "var_samp": [ - 3174 + 3175 ], "variance": [ - 3176 + 3177 ], "__typename": [ 85 @@ -54188,37 +54205,37 @@ export default { }, "match_map_demos_aggregate_order_by": { "avg": [ - 3138 + 3139 ], "count": [ - 3647 + 3648 ], "max": [ - 3147 + 3148 ], "min": [ - 3149 + 3150 ], "stddev": [ - 3161 + 3162 ], "stddev_pop": [ - 3163 + 3164 ], "stddev_samp": [ - 3165 + 3166 ], "sum": [ - 3169 + 3170 ], "var_pop": [ - 3173 + 3174 ], "var_samp": [ - 3175 + 3176 ], "variance": [ - 3177 + 3178 ], "__typename": [ 85 @@ -54226,16 +54243,16 @@ export default { }, "match_map_demos_append_input": { "bombs": [ - 2438 + 2439 ], "kills": [ - 2438 + 2439 ], "players": [ - 2438 + 2439 ], "round_ticks": [ - 2438 + 2439 ], "__typename": [ 85 @@ -54243,10 +54260,10 @@ export default { }, "match_map_demos_arr_rel_insert_input": { "data": [ - 3145 + 3146 ], "on_conflict": [ - 3152 + 3153 ], "__typename": [ 85 @@ -54280,25 +54297,25 @@ export default { }, "match_map_demos_avg_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -54306,34 +54323,34 @@ export default { }, "match_map_demos_bool_exp": { "_and": [ - 3139 + 3140 ], "_not": [ - 3139 + 3140 ], "_or": [ - 3139 + 3140 ], "bombs": [ - 2440 + 2441 ], "clip_render_jobs": [ - 355 + 356 ], "clip_render_jobs_aggregate": [ - 345 + 346 ], "created_at": [ - 5243 + 5244 ], "cs2_build": [ 87 ], "demo_sessions": [ - 3004 + 3005 ], "demo_sessions_aggregate": [ - 2996 + 2997 ], "download_url": [ 87 @@ -54348,34 +54365,34 @@ export default { 7 ], "id": [ - 6605 + 6674 ], "kills": [ - 2440 + 2441 ], "map_name": [ 87 ], "match": [ - 3442 + 3443 ], "match_clips": [ - 2961 + 2962 ], "match_clips_aggregate": [ - 2954 + 2955 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "metadata_parsed_at": [ - 5243 + 5244 ], "parser_version": [ 42 @@ -54393,10 +54410,10 @@ export default { 42 ], "players": [ - 2440 + 2441 ], "round_ticks": [ - 2440 + 2441 ], "size": [ 42 @@ -54491,19 +54508,19 @@ export default { }, "match_map_demos_insert_input": { "bombs": [ - 2438 + 2439 ], "clip_render_jobs": [ - 352 + 353 ], "created_at": [ - 5242 + 5243 ], "cs2_build": [ 85 ], "demo_sessions": [ - 3001 + 3002 ], "file": [ 85 @@ -54512,31 +54529,31 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "kills": [ - 2438 + 2439 ], "map_name": [ 85 ], "match": [ - 3451 + 3452 ], "match_clips": [ - 2958 + 2959 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "metadata_parsed_at": [ - 5242 + 5243 ], "parser_version": [ 41 @@ -54551,10 +54568,10 @@ export default { 41 ], "players": [ - 2438 + 2439 ], "round_ticks": [ - 2438 + 2439 ], "size": [ 41 @@ -54574,7 +54591,7 @@ export default { }, "match_map_demos_max_fields": { "created_at": [ - 5242 + 5243 ], "cs2_build": [ 85 @@ -54589,19 +54606,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "metadata_parsed_at": [ - 5242 + 5243 ], "parser_version": [ 41 @@ -54636,55 +54653,55 @@ export default { }, "match_map_demos_max_order_by": { "created_at": [ - 3647 + 3648 ], "cs2_build": [ - 3647 + 3648 ], "duration_seconds": [ - 3647 + 3648 ], "file": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "metadata_parsed_at": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_file": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "workshop_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -54692,7 +54709,7 @@ export default { }, "match_map_demos_min_fields": { "created_at": [ - 5242 + 5243 ], "cs2_build": [ 85 @@ -54707,19 +54724,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "metadata_parsed_at": [ - 5242 + 5243 ], "parser_version": [ 41 @@ -54754,55 +54771,55 @@ export default { }, "match_map_demos_min_order_by": { "created_at": [ - 3647 + 3648 ], "cs2_build": [ - 3647 + 3648 ], "duration_seconds": [ - 3647 + 3648 ], "file": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "metadata_parsed_at": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_file": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "workshop_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -54813,7 +54830,7 @@ export default { 41 ], "returning": [ - 3127 + 3128 ], "__typename": [ 85 @@ -54821,10 +54838,10 @@ export default { }, "match_map_demos_obj_rel_insert_input": { "data": [ - 3145 + 3146 ], "on_conflict": [ - 3152 + 3153 ], "__typename": [ 85 @@ -54832,13 +54849,13 @@ export default { }, "match_map_demos_on_conflict": { "constraint": [ - 3140 + 3141 ], "update_columns": [ - 3170 + 3171 ], "where": [ - 3139 + 3140 ], "__typename": [ 85 @@ -54846,91 +54863,91 @@ export default { }, "match_map_demos_order_by": { "bombs": [ - 3647 + 3648 ], "clip_render_jobs_aggregate": [ - 350 + 351 ], "created_at": [ - 3647 + 3648 ], "cs2_build": [ - 3647 + 3648 ], "demo_sessions_aggregate": [ - 2999 + 3000 ], "download_url": [ - 3647 + 3648 ], "duration_seconds": [ - 3647 + 3648 ], "file": [ - 3647 + 3648 ], "geometry_validated": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_clips_aggregate": [ - 2957 + 2958 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "metadata_parsed_at": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_file": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_url": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "players": [ - 3647 + 3648 ], "round_ticks": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "workshop_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -54938,7 +54955,7 @@ export default { }, "match_map_demos_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -54946,16 +54963,16 @@ export default { }, "match_map_demos_prepend_input": { "bombs": [ - 2438 + 2439 ], "kills": [ - 2438 + 2439 ], "players": [ - 2438 + 2439 ], "round_ticks": [ - 2438 + 2439 ], "__typename": [ 85 @@ -54966,10 +54983,10 @@ export default { "match_map_demos_select_column_match_map_demos_aggregate_bool_exp_bool_or_arguments_columns": {}, "match_map_demos_set_input": { "bombs": [ - 2438 + 2439 ], "created_at": [ - 5242 + 5243 ], "cs2_build": [ 85 @@ -54981,22 +54998,22 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "kills": [ - 2438 + 2439 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "metadata_parsed_at": [ - 5242 + 5243 ], "parser_version": [ 41 @@ -55011,10 +55028,10 @@ export default { 41 ], "players": [ - 2438 + 2439 ], "round_ticks": [ - 2438 + 2439 ], "size": [ 41 @@ -55060,25 +55077,25 @@ export default { }, "match_map_demos_stddev_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55112,25 +55129,25 @@ export default { }, "match_map_demos_stddev_pop_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55164,25 +55181,25 @@ export default { }, "match_map_demos_stddev_samp_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55190,10 +55207,10 @@ export default { }, "match_map_demos_stream_cursor_input": { "initial_value": [ - 3167 + 3168 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -55201,10 +55218,10 @@ export default { }, "match_map_demos_stream_cursor_value_input": { "bombs": [ - 2438 + 2439 ], "created_at": [ - 5242 + 5243 ], "cs2_build": [ 85 @@ -55219,22 +55236,22 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "kills": [ - 2438 + 2439 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "metadata_parsed_at": [ - 5242 + 5243 ], "parser_version": [ 41 @@ -55249,10 +55266,10 @@ export default { 41 ], "players": [ - 2438 + 2439 ], "round_ticks": [ - 2438 + 2439 ], "size": [ 41 @@ -55298,25 +55315,25 @@ export default { }, "match_map_demos_sum_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55325,28 +55342,28 @@ export default { "match_map_demos_update_column": {}, "match_map_demos_updates": { "_append": [ - 3135 + 3136 ], "_delete_at_path": [ - 3141 + 3142 ], "_delete_elem": [ - 3142 + 3143 ], "_delete_key": [ - 3143 + 3144 ], "_inc": [ - 3144 + 3145 ], "_prepend": [ - 3155 + 3156 ], "_set": [ - 3159 + 3160 ], "where": [ - 3139 + 3140 ], "__typename": [ 85 @@ -55380,25 +55397,25 @@ export default { }, "match_map_demos_var_pop_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55432,25 +55449,25 @@ export default { }, "match_map_demos_var_samp_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55484,25 +55501,25 @@ export default { }, "match_map_demos_variance_order_by": { "duration_seconds": [ - 3647 + 3648 ], "parser_version": [ - 3647 + 3648 ], "playback_size": [ - 3647 + 3648 ], "playback_version": [ - 3647 + 3648 ], "size": [ - 3647 + 3648 ], "tick_rate": [ - 3647 + 3648 ], "total_ticks": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55510,10 +55527,10 @@ export default { }, "match_map_rounds": { "assists": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -55523,19 +55540,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "assists_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -55545,11 +55562,11 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], @@ -55557,22 +55574,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "has_backup_file": [ 6 ], "id": [ - 6603 + 6672 ], "kills": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -55582,19 +55599,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "kills_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -55604,11 +55621,11 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], @@ -55619,7 +55636,7 @@ export default { 41 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 @@ -55631,25 +55648,25 @@ export default { 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "winning_reason": [ - 1818 + 1819 ], "winning_side": [ 85 @@ -55660,10 +55677,10 @@ export default { }, "match_map_rounds_aggregate": { "aggregate": [ - 3182 + 3183 ], "nodes": [ - 3178 + 3179 ], "__typename": [ 85 @@ -55671,7 +55688,7 @@ export default { }, "match_map_rounds_aggregate_bool_exp": { "count": [ - 3181 + 3182 ], "__typename": [ 85 @@ -55679,13 +55696,13 @@ export default { }, "match_map_rounds_aggregate_bool_exp_count": { "arguments": [ - 3199 + 3200 ], "distinct": [ 6 ], "filter": [ - 3187 + 3188 ], "predicate": [ 42 @@ -55696,13 +55713,13 @@ export default { }, "match_map_rounds_aggregate_fields": { "avg": [ - 3185 + 3186 ], "count": [ 41, { "columns": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "distinct": [ @@ -55711,31 +55728,31 @@ export default { } ], "max": [ - 3191 + 3192 ], "min": [ - 3193 + 3194 ], "stddev": [ - 3201 + 3202 ], "stddev_pop": [ - 3203 + 3204 ], "stddev_samp": [ - 3205 + 3206 ], "sum": [ - 3209 + 3210 ], "var_pop": [ - 3213 + 3214 ], "var_samp": [ - 3215 + 3216 ], "variance": [ - 3217 + 3218 ], "__typename": [ 85 @@ -55743,37 +55760,37 @@ export default { }, "match_map_rounds_aggregate_order_by": { "avg": [ - 3186 + 3187 ], "count": [ - 3647 + 3648 ], "max": [ - 3192 + 3193 ], "min": [ - 3194 + 3195 ], "stddev": [ - 3202 + 3203 ], "stddev_pop": [ - 3204 + 3205 ], "stddev_samp": [ - 3206 + 3207 ], "sum": [ - 3210 + 3211 ], "var_pop": [ - 3214 + 3215 ], "var_samp": [ - 3216 + 3217 ], "variance": [ - 3218 + 3219 ], "__typename": [ 85 @@ -55781,10 +55798,10 @@ export default { }, "match_map_rounds_arr_rel_insert_input": { "data": [ - 3190 + 3191 ], "on_conflict": [ - 3196 + 3197 ], "__typename": [ 85 @@ -55818,25 +55835,25 @@ export default { }, "match_map_rounds_avg_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -55844,40 +55861,40 @@ export default { }, "match_map_rounds_bool_exp": { "_and": [ - 3187 + 3188 ], "_not": [ - 3187 + 3188 ], "_or": [ - 3187 + 3188 ], "assists": [ - 3796 + 3797 ], "assists_aggregate": [ - 3787 + 3788 ], "backup_file": [ 87 ], "created_at": [ - 5243 + 5244 ], "deleted_at": [ - 5243 + 5244 ], "has_backup_file": [ 7 ], "id": [ - 6605 + 6674 ], "kills": [ - 4013 + 4014 ], "kills_aggregate": [ - 4004 + 4005 ], "lineup_1_money": [ 42 @@ -55886,7 +55903,7 @@ export default { 42 ], "lineup_1_side": [ - 1453 + 1454 ], "lineup_1_timeouts_available": [ 42 @@ -55898,25 +55915,25 @@ export default { 42 ], "lineup_2_side": [ - 1453 + 1454 ], "lineup_2_timeouts_available": [ 42 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "round": [ 42 ], "time": [ - 5243 + 5244 ], "winning_reason": [ - 1819 + 1820 ], "winning_side": [ 87 @@ -55954,22 +55971,22 @@ export default { }, "match_map_rounds_insert_input": { "assists": [ - 3793 + 3794 ], "backup_file": [ 85 ], "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "kills": [ - 4010 + 4011 ], "lineup_1_money": [ 41 @@ -55978,7 +55995,7 @@ export default { 41 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 @@ -55990,25 +56007,25 @@ export default { 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "winning_reason": [ - 1818 + 1819 ], "winning_side": [ 85 @@ -56022,13 +56039,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "lineup_1_money": [ 41 @@ -56049,13 +56066,13 @@ export default { 41 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "winning_side": [ 85 @@ -56066,46 +56083,46 @@ export default { }, "match_map_rounds_max_order_by": { "backup_file": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "winning_side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56116,13 +56133,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "lineup_1_money": [ 41 @@ -56143,13 +56160,13 @@ export default { 41 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "winning_side": [ 85 @@ -56160,46 +56177,46 @@ export default { }, "match_map_rounds_min_order_by": { "backup_file": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "winning_side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56210,7 +56227,7 @@ export default { 41 ], "returning": [ - 3178 + 3179 ], "__typename": [ 85 @@ -56218,13 +56235,13 @@ export default { }, "match_map_rounds_on_conflict": { "constraint": [ - 3188 + 3189 ], "update_columns": [ - 3211 + 3212 ], "where": [ - 3187 + 3188 ], "__typename": [ 85 @@ -56232,67 +56249,67 @@ export default { }, "match_map_rounds_order_by": { "assists_aggregate": [ - 3792 + 3793 ], "backup_file": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "has_backup_file": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "kills_aggregate": [ - 4009 + 4010 ], "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_side": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_side": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "winning_reason": [ - 3647 + 3648 ], "winning_side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56300,7 +56317,7 @@ export default { }, "match_map_rounds_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -56312,13 +56329,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "lineup_1_money": [ 41 @@ -56327,7 +56344,7 @@ export default { 41 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 @@ -56339,22 +56356,22 @@ export default { 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "winning_reason": [ - 1818 + 1819 ], "winning_side": [ 85 @@ -56391,25 +56408,25 @@ export default { }, "match_map_rounds_stddev_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56443,25 +56460,25 @@ export default { }, "match_map_rounds_stddev_pop_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56495,25 +56512,25 @@ export default { }, "match_map_rounds_stddev_samp_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56521,10 +56538,10 @@ export default { }, "match_map_rounds_stream_cursor_input": { "initial_value": [ - 3208 + 3209 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -56535,13 +56552,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "lineup_1_money": [ 41 @@ -56550,7 +56567,7 @@ export default { 41 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 @@ -56562,22 +56579,22 @@ export default { 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "winning_reason": [ - 1818 + 1819 ], "winning_side": [ 85 @@ -56614,25 +56631,25 @@ export default { }, "match_map_rounds_sum_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56641,13 +56658,13 @@ export default { "match_map_rounds_update_column": {}, "match_map_rounds_updates": { "_inc": [ - 3189 + 3190 ], "_set": [ - 3200 + 3201 ], "where": [ - 3187 + 3188 ], "__typename": [ 85 @@ -56681,25 +56698,25 @@ export default { }, "match_map_rounds_var_pop_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56733,25 +56750,25 @@ export default { }, "match_map_rounds_var_samp_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56785,25 +56802,25 @@ export default { }, "match_map_rounds_variance_order_by": { "lineup_1_money": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_money": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -56814,34 +56831,34 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "map": [ - 2923 + 2924 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "side": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -56849,10 +56866,10 @@ export default { }, "match_map_veto_picks_aggregate": { "aggregate": [ - 3225 + 3226 ], "nodes": [ - 3219 + 3220 ], "__typename": [ 85 @@ -56860,13 +56877,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp": { "bool_and": [ - 3222 + 3223 ], "bool_or": [ - 3223 + 3224 ], "count": [ - 3224 + 3225 ], "__typename": [ 85 @@ -56874,13 +56891,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 3240 + 3241 ], "distinct": [ 6 ], "filter": [ - 3228 + 3229 ], "predicate": [ 7 @@ -56891,13 +56908,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 3241 + 3242 ], "distinct": [ 6 ], "filter": [ - 3228 + 3229 ], "predicate": [ 7 @@ -56908,13 +56925,13 @@ export default { }, "match_map_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 3239 + 3240 ], "distinct": [ 6 ], "filter": [ - 3228 + 3229 ], "predicate": [ 42 @@ -56928,7 +56945,7 @@ export default { 41, { "columns": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "distinct": [ @@ -56937,10 +56954,10 @@ export default { } ], "max": [ - 3231 + 3232 ], "min": [ - 3233 + 3234 ], "__typename": [ 85 @@ -56948,13 +56965,13 @@ export default { }, "match_map_veto_picks_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 3232 + 3233 ], "min": [ - 3234 + 3235 ], "__typename": [ 85 @@ -56962,10 +56979,10 @@ export default { }, "match_map_veto_picks_arr_rel_insert_input": { "data": [ - 3230 + 3231 ], "on_conflict": [ - 3236 + 3237 ], "__typename": [ 85 @@ -56973,46 +56990,46 @@ export default { }, "match_map_veto_picks_bool_exp": { "_and": [ - 3228 + 3229 ], "_not": [ - 3228 + 3229 ], "_or": [ - 3228 + 3229 ], "auto_picked": [ 7 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "map": [ - 2932 + 2933 ], "map_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "side": [ 87 ], "type": [ - 1799 + 1800 ], "__typename": [ 85 @@ -57024,34 +57041,34 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "map": [ - 2940 + 2941 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3103 + 3104 ], "match_lineup_id": [ - 6603 + 6672 ], "side": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -57059,19 +57076,19 @@ export default { }, "match_map_veto_picks_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "side": [ 85 @@ -57082,22 +57099,22 @@ export default { }, "match_map_veto_picks_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -57105,19 +57122,19 @@ export default { }, "match_map_veto_picks_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "side": [ 85 @@ -57128,22 +57145,22 @@ export default { }, "match_map_veto_picks_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -57154,7 +57171,7 @@ export default { 41 ], "returning": [ - 3219 + 3220 ], "__typename": [ 85 @@ -57162,13 +57179,13 @@ export default { }, "match_map_veto_picks_on_conflict": { "constraint": [ - 3229 + 3230 ], "update_columns": [ - 3245 + 3246 ], "where": [ - 3228 + 3229 ], "__typename": [ 85 @@ -57176,37 +57193,37 @@ export default { }, "match_map_veto_picks_order_by": { "auto_picked": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map": [ - 2942 + 2943 ], "map_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -57214,7 +57231,7 @@ export default { }, "match_map_veto_picks_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -57228,25 +57245,25 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "side": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -57254,10 +57271,10 @@ export default { }, "match_map_veto_picks_stream_cursor_input": { "initial_value": [ - 3244 + 3245 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -57268,25 +57285,25 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "side": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -57295,10 +57312,10 @@ export default { "match_map_veto_picks_update_column": {}, "match_map_veto_picks_updates": { "_set": [ - 3242 + 3243 ], "where": [ - 3228 + 3229 ], "__typename": [ 85 @@ -57309,16 +57326,16 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "demo_processing_started_at": [ - 5242 + 5243 ], "demos": [ - 3127, + 3128, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -57328,19 +57345,19 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "demos_aggregate": [ - 3128, + 3129, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -57350,11 +57367,11 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], @@ -57365,16 +57382,16 @@ export default { 41 ], "e_match_map_status": [ - 1137 + 1138 ], "ended_at": [ - 5242 + 5243 ], "flashes": [ - 3957, + 3958, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -57384,19 +57401,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "flashes_aggregate": [ - 3958, + 3959, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -57406,28 +57423,28 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "id": [ - 6603 + 6672 ], "is_current_map": [ 6 ], "latest_clip_at": [ - 5242 + 5243 ], "lineup_1_score": [ 41 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 @@ -57436,25 +57453,25 @@ export default { 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "map": [ - 2923 + 2924 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_clips": [ - 2952, + 2953, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -57464,19 +57481,19 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_aggregate": [ - 2953, + 2954, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -57486,22 +57503,22 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_id": [ - 6603 + 6672 ], "objectives": [ - 4203, + 4204, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -57511,19 +57528,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "objectives_aggregate": [ - 4204, + 4205, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -57533,11 +57550,11 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], @@ -57545,10 +57562,10 @@ export default { 41 ], "player_assists": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -57558,19 +57575,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_assists_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -57580,19 +57597,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_damages": [ - 3848, + 3849, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -57602,19 +57619,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_damages_aggregate": [ - 3849, + 3850, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -57624,19 +57641,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_kills": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -57646,19 +57663,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_kills_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -57668,19 +57685,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_unused_utilities": [ - 4490, + 4491, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -57690,19 +57707,19 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utilities_aggregate": [ - 4491, + 4492, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -57712,11 +57729,11 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], @@ -57724,13 +57741,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5242 + 5243 ], "rounds": [ - 3178, + 3179, { "distinct_on": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "limit": [ @@ -57740,19 +57757,19 @@ export default { 41 ], "order_by": [ - 3197, + 3198, "[match_map_rounds_order_by!]" ], "where": [ - 3187 + 3188 ] } ], "rounds_aggregate": [ - 3179, + 3180, { "distinct_on": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "limit": [ @@ -57762,25 +57779,25 @@ export default { 41 ], "order_by": [ - 3197, + 3198, "[match_map_rounds_order_by!]" ], "where": [ - 3187 + 3188 ] } ], "started_at": [ - 5242 + 5243 ], "status": [ - 1142 + 1143 ], "utility": [ - 4531, + 4532, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -57790,19 +57807,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "utility_aggregate": [ - 4532, + 4533, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -57812,19 +57829,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "vetos": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -57834,19 +57851,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "vetos_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -57856,16 +57873,16 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -57873,10 +57890,10 @@ export default { }, "match_maps_aggregate": { "aggregate": [ - 3251 + 3252 ], "nodes": [ - 3247 + 3248 ], "__typename": [ 85 @@ -57884,7 +57901,7 @@ export default { }, "match_maps_aggregate_bool_exp": { "count": [ - 3250 + 3251 ], "__typename": [ 85 @@ -57892,13 +57909,13 @@ export default { }, "match_maps_aggregate_bool_exp_count": { "arguments": [ - 3269 + 3270 ], "distinct": [ 6 ], "filter": [ - 3256 + 3257 ], "predicate": [ 42 @@ -57909,13 +57926,13 @@ export default { }, "match_maps_aggregate_fields": { "avg": [ - 3254 + 3255 ], "count": [ 41, { "columns": [ - 3269, + 3270, "[match_maps_select_column!]" ], "distinct": [ @@ -57923,44 +57940,6 @@ export default { ] } ], - "max": [ - 3260 - ], - "min": [ - 3262 - ], - "stddev": [ - 3271 - ], - "stddev_pop": [ - 3273 - ], - "stddev_samp": [ - 3275 - ], - "sum": [ - 3279 - ], - "var_pop": [ - 3283 - ], - "var_samp": [ - 3285 - ], - "variance": [ - 3287 - ], - "__typename": [ - 85 - ] - }, - "match_maps_aggregate_order_by": { - "avg": [ - 3255 - ], - "count": [ - 3647 - ], "max": [ 3261 ], @@ -57992,12 +57971,50 @@ export default { 85 ] }, + "match_maps_aggregate_order_by": { + "avg": [ + 3256 + ], + "count": [ + 3648 + ], + "max": [ + 3262 + ], + "min": [ + 3264 + ], + "stddev": [ + 3273 + ], + "stddev_pop": [ + 3275 + ], + "stddev_samp": [ + 3277 + ], + "sum": [ + 3281 + ], + "var_pop": [ + 3285 + ], + "var_samp": [ + 3287 + ], + "variance": [ + 3289 + ], + "__typename": [ + 85 + ] + }, "match_maps_arr_rel_insert_input": { "data": [ - 3259 + 3260 ], "on_conflict": [ - 3266 + 3267 ], "__typename": [ 85 @@ -58034,19 +58051,19 @@ export default { }, "match_maps_avg_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58054,28 +58071,28 @@ export default { }, "match_maps_bool_exp": { "_and": [ - 3256 + 3257 ], "_not": [ - 3256 + 3257 ], "_or": [ - 3256 + 3257 ], "clips_count": [ 42 ], "created_at": [ - 5243 + 5244 ], "demo_processing_started_at": [ - 5243 + 5244 ], "demos": [ - 3139 + 3140 ], "demos_aggregate": [ - 3129 + 3130 ], "demos_download_url": [ 87 @@ -58084,31 +58101,31 @@ export default { 42 ], "e_match_map_status": [ - 1140 + 1141 ], "ended_at": [ - 5243 + 5244 ], "flashes": [ - 3968 + 3969 ], "flashes_aggregate": [ - 3959 + 3960 ], "id": [ - 6605 + 6674 ], "is_current_map": [ 7 ], "latest_clip_at": [ - 5243 + 5244 ], "lineup_1_score": [ 42 ], "lineup_1_side": [ - 1453 + 1454 ], "lineup_1_timeouts_available": [ 42 @@ -58117,94 +58134,94 @@ export default { 42 ], "lineup_2_side": [ - 1453 + 1454 ], "lineup_2_timeouts_available": [ 42 ], "map": [ - 2932 + 2933 ], "map_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_clips": [ - 2961 + 2962 ], "match_clips_aggregate": [ - 2954 + 2955 ], "match_id": [ - 6605 + 6674 ], "objectives": [ - 4212 + 4213 ], "objectives_aggregate": [ - 4205 + 4206 ], "order": [ 42 ], "player_assists": [ - 3796 + 3797 ], "player_assists_aggregate": [ - 3787 + 3788 ], "player_damages": [ - 3857 + 3858 ], "player_damages_aggregate": [ - 3850 + 3851 ], "player_kills": [ - 4013 + 4014 ], "player_kills_aggregate": [ - 4004 + 4005 ], "player_unused_utilities": [ - 4499 + 4500 ], "player_unused_utilities_aggregate": [ - 4492 + 4493 ], "public_clips_count": [ 42 ], "public_latest_clip_at": [ - 5243 + 5244 ], "rounds": [ - 3187 + 3188 ], "rounds_aggregate": [ - 3180 + 3181 ], "started_at": [ - 5243 + 5244 ], "status": [ - 1143 + 1144 ], "utility": [ - 4540 + 4541 ], "utility_aggregate": [ - 4533 + 4534 ], "vetos": [ - 3228 + 3229 ], "vetos_aggregate": [ - 3221 + 3222 ], "winning_lineup_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -58236,97 +58253,97 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "demo_processing_started_at": [ - 5242 + 5243 ], "demos": [ - 3136 + 3137 ], "e_match_map_status": [ - 1148 + 1149 ], "ended_at": [ - 5242 + 5243 ], "flashes": [ - 3965 + 3966 ], "id": [ - 6603 + 6672 ], "latest_clip_at": [ - 5242 + 5243 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "map": [ - 2940 + 2941 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_clips": [ - 2958 + 2959 ], "match_id": [ - 6603 + 6672 ], "objectives": [ - 4209 + 4210 ], "order": [ 41 ], "player_assists": [ - 3793 + 3794 ], "player_damages": [ - 3854 + 3855 ], "player_kills": [ - 4010 + 4011 ], "player_unused_utilities": [ - 4496 + 4497 ], "public_clips_count": [ 41 ], "public_latest_clip_at": [ - 5242 + 5243 ], "rounds": [ - 3184 + 3185 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1142 + 1143 ], "utility": [ - 4537 + 4538 ], "vetos": [ - 3227 + 3228 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -58337,10 +58354,10 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "demo_processing_started_at": [ - 5242 + 5243 ], "demos_download_url": [ 85 @@ -58349,13 +58366,13 @@ export default { 41 ], "ended_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "latest_clip_at": [ - 5242 + 5243 ], "lineup_1_score": [ 41 @@ -58370,10 +58387,10 @@ export default { 41 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "order": [ 41 @@ -58382,13 +58399,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5242 + 5243 ], "started_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -58396,49 +58413,49 @@ export default { }, "match_maps_max_order_by": { "clips_count": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "demo_processing_started_at": [ - 3647 + 3648 ], "ended_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "latest_clip_at": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "map_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "public_latest_clip_at": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "winning_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58449,10 +58466,10 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "demo_processing_started_at": [ - 5242 + 5243 ], "demos_download_url": [ 85 @@ -58461,13 +58478,13 @@ export default { 41 ], "ended_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "latest_clip_at": [ - 5242 + 5243 ], "lineup_1_score": [ 41 @@ -58482,10 +58499,10 @@ export default { 41 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "order": [ 41 @@ -58494,13 +58511,13 @@ export default { 41 ], "public_latest_clip_at": [ - 5242 + 5243 ], "started_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -58508,49 +58525,49 @@ export default { }, "match_maps_min_order_by": { "clips_count": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "demo_processing_started_at": [ - 3647 + 3648 ], "ended_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "latest_clip_at": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "map_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "public_latest_clip_at": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "winning_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58561,7 +58578,7 @@ export default { 41 ], "returning": [ - 3247 + 3248 ], "__typename": [ 85 @@ -58569,10 +58586,10 @@ export default { }, "match_maps_obj_rel_insert_input": { "data": [ - 3259 + 3260 ], "on_conflict": [ - 3266 + 3267 ], "__typename": [ 85 @@ -58580,13 +58597,13 @@ export default { }, "match_maps_on_conflict": { "constraint": [ - 3257 + 3258 ], "update_columns": [ - 3281 + 3282 ], "where": [ - 3256 + 3257 ], "__typename": [ 85 @@ -58594,115 +58611,115 @@ export default { }, "match_maps_order_by": { "clips_count": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "demo_processing_started_at": [ - 3647 + 3648 ], "demos_aggregate": [ - 3134 + 3135 ], "demos_download_url": [ - 3647 + 3648 ], "demos_total_size": [ - 3647 + 3648 ], "e_match_map_status": [ - 1150 + 1151 ], "ended_at": [ - 3647 + 3648 ], "flashes_aggregate": [ - 3964 + 3965 ], "id": [ - 3647 + 3648 ], "is_current_map": [ - 3647 + 3648 ], "latest_clip_at": [ - 3647 + 3648 ], "lineup_1_score": [ - 3647 + 3648 ], "lineup_1_side": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_score": [ - 3647 + 3648 ], "lineup_2_side": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "map": [ - 2942 + 2943 ], "map_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_clips_aggregate": [ - 2957 + 2958 ], "match_id": [ - 3647 + 3648 ], "objectives_aggregate": [ - 4208 + 4209 ], "order": [ - 3647 + 3648 ], "player_assists_aggregate": [ - 3792 + 3793 ], "player_damages_aggregate": [ - 3853 + 3854 ], "player_kills_aggregate": [ - 4009 + 4010 ], "player_unused_utilities_aggregate": [ - 4495 + 4496 ], "public_clips_count": [ - 3647 + 3648 ], "public_latest_clip_at": [ - 3647 + 3648 ], "rounds_aggregate": [ - 3183 + 3184 ], "started_at": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "utility_aggregate": [ - 4536 + 4537 ], "vetos_aggregate": [ - 3226 + 3227 ], "winning_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58710,7 +58727,7 @@ export default { }, "match_maps_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -58722,37 +58739,37 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "demo_processing_started_at": [ - 5242 + 5243 ], "ended_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "latest_clip_at": [ - 5242 + 5243 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "order": [ 41 @@ -58761,16 +58778,16 @@ export default { 41 ], "public_latest_clip_at": [ - 5242 + 5243 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1142 + 1143 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -58807,19 +58824,19 @@ export default { }, "match_maps_stddev_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58856,19 +58873,19 @@ export default { }, "match_maps_stddev_pop_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58905,19 +58922,19 @@ export default { }, "match_maps_stddev_samp_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -58925,10 +58942,10 @@ export default { }, "match_maps_stream_cursor_input": { "initial_value": [ - 3278 + 3279 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -58939,37 +58956,37 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "demo_processing_started_at": [ - 5242 + 5243 ], "ended_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "latest_clip_at": [ - 5242 + 5243 ], "lineup_1_side": [ - 1452 + 1453 ], "lineup_1_timeouts_available": [ 41 ], "lineup_2_side": [ - 1452 + 1453 ], "lineup_2_timeouts_available": [ 41 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "order": [ 41 @@ -58978,16 +58995,16 @@ export default { 41 ], "public_latest_clip_at": [ - 5242 + 5243 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1142 + 1143 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -59024,19 +59041,19 @@ export default { }, "match_maps_sum_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -59045,13 +59062,13 @@ export default { "match_maps_update_column": {}, "match_maps_updates": { "_inc": [ - 3258 + 3259 ], "_set": [ - 3270 + 3271 ], "where": [ - 3256 + 3257 ], "__typename": [ 85 @@ -59088,19 +59105,19 @@ export default { }, "match_maps_var_pop_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -59137,19 +59154,19 @@ export default { }, "match_maps_var_samp_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -59186,19 +59203,19 @@ export default { }, "match_maps_variance_order_by": { "clips_count": [ - 3647 + 3648 ], "lineup_1_timeouts_available": [ - 3647 + 3648 ], "lineup_2_timeouts_available": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "public_clips_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -59221,7 +59238,7 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "coaches": [ 6 @@ -59230,10 +59247,10 @@ export default { 6 ], "game_mode": [ - 2171 + 2172 ], "game_mode_id": [ - 6603 + 6672 ], "halftime_pausematch": [ 6 @@ -59242,7 +59259,7 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -59254,22 +59271,22 @@ export default { 41 ], "map_pool": [ - 2904 + 2905 ], "map_pool_id": [ - 6603 + 6672 ], "map_veto": [ 6 ], "match_mode": [ - 1163 + 1164 ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -59279,19 +59296,19 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_aggregate": [ - 3432, + 3433, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -59301,11 +59318,11 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], @@ -59322,7 +59339,7 @@ export default { 6 ], "ready_setting": [ - 1325 + 1326 ], "region_veto": [ 6 @@ -59334,25 +59351,25 @@ export default { 41 ], "tech_timeout_setting": [ - 1533 + 1534 ], "timeout_setting": [ - 1533 + 1534 ], "tournament": [ - 5827 + 5896 ], "tournament_bracket": [ - 5286 + 5287 ], "tournament_stage": [ - 5648 + 5717 ], "tv_delay": [ 41 ], "type": [ - 1224 + 1225 ], "veto_pick_timeout": [ 41 @@ -59363,10 +59380,10 @@ export default { }, "match_options_aggregate": { "aggregate": [ - 3295 + 3296 ], "nodes": [ - 3289 + 3290 ], "__typename": [ 85 @@ -59374,13 +59391,13 @@ export default { }, "match_options_aggregate_bool_exp": { "bool_and": [ - 3292 + 3293 ], "bool_or": [ - 3293 + 3294 ], "count": [ - 3294 + 3295 ], "__typename": [ 85 @@ -59388,13 +59405,13 @@ export default { }, "match_options_aggregate_bool_exp_bool_and": { "arguments": [ - 3314 + 3315 ], "distinct": [ 6 ], "filter": [ - 3300 + 3301 ], "predicate": [ 7 @@ -59405,13 +59422,13 @@ export default { }, "match_options_aggregate_bool_exp_bool_or": { "arguments": [ - 3315 + 3316 ], "distinct": [ 6 ], "filter": [ - 3300 + 3301 ], "predicate": [ 7 @@ -59422,13 +59439,13 @@ export default { }, "match_options_aggregate_bool_exp_count": { "arguments": [ - 3313 + 3314 ], "distinct": [ 6 ], "filter": [ - 3300 + 3301 ], "predicate": [ 42 @@ -59439,13 +59456,13 @@ export default { }, "match_options_aggregate_fields": { "avg": [ - 3298 + 3299 ], "count": [ 41, { "columns": [ - 3313, + 3314, "[match_options_select_column!]" ], "distinct": [ @@ -59454,31 +59471,31 @@ export default { } ], "max": [ - 3304 + 3305 ], "min": [ - 3306 + 3307 ], "stddev": [ - 3317 + 3318 ], "stddev_pop": [ - 3319 + 3320 ], "stddev_samp": [ - 3321 + 3322 ], "sum": [ - 3325 + 3326 ], "var_pop": [ - 3329 + 3330 ], "var_samp": [ - 3331 + 3332 ], "variance": [ - 3333 + 3334 ], "__typename": [ 85 @@ -59486,37 +59503,37 @@ export default { }, "match_options_aggregate_order_by": { "avg": [ - 3299 + 3300 ], "count": [ - 3647 + 3648 ], "max": [ - 3305 + 3306 ], "min": [ - 3307 + 3308 ], "stddev": [ - 3318 + 3319 ], "stddev_pop": [ - 3320 + 3321 ], "stddev_samp": [ - 3322 + 3323 ], "sum": [ - 3326 + 3327 ], "var_pop": [ - 3330 + 3331 ], "var_samp": [ - 3332 + 3333 ], "variance": [ - 3334 + 3335 ], "__typename": [ 85 @@ -59524,10 +59541,10 @@ export default { }, "match_options_arr_rel_insert_input": { "data": [ - 3303 + 3304 ], "on_conflict": [ - 3310 + 3311 ], "__typename": [ 85 @@ -59564,28 +59581,28 @@ export default { }, "match_options_avg_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -59593,13 +59610,13 @@ export default { }, "match_options_bool_exp": { "_and": [ - 3300 + 3301 ], "_not": [ - 3300 + 3301 ], "_or": [ - 3300 + 3301 ], "auto_cancel_duration": [ 42 @@ -59617,7 +59634,7 @@ export default { 7 ], "check_in_setting": [ - 690 + 691 ], "coaches": [ 7 @@ -59626,10 +59643,10 @@ export default { 7 ], "game_mode": [ - 2174 + 2175 ], "game_mode_id": [ - 6605 + 6674 ], "halftime_pausematch": [ 7 @@ -59638,7 +59655,7 @@ export default { 7 ], "id": [ - 6605 + 6674 ], "invite_code": [ 87 @@ -59650,22 +59667,22 @@ export default { 42 ], "map_pool": [ - 2907 + 2908 ], "map_pool_id": [ - 6605 + 6674 ], "map_veto": [ 7 ], "match_mode": [ - 1164 + 1165 ], "matches": [ - 3442 + 3443 ], "matches_aggregate": [ - 3433 + 3434 ], "mr": [ 42 @@ -59680,7 +59697,7 @@ export default { 7 ], "ready_setting": [ - 1326 + 1327 ], "region_veto": [ 7 @@ -59692,25 +59709,25 @@ export default { 42 ], "tech_timeout_setting": [ - 1534 + 1535 ], "timeout_setting": [ - 1534 + 1535 ], "tournament": [ - 5848 + 5917 ], "tournament_bracket": [ - 5297 + 5298 ], "tournament_stage": [ - 5660 + 5729 ], "tv_delay": [ 42 ], "type": [ - 1225 + 1226 ], "veto_pick_timeout": [ 42 @@ -59766,7 +59783,7 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "coaches": [ 6 @@ -59775,16 +59792,16 @@ export default { 6 ], "game_mode": [ - 2180 + 2181 ], "game_mode_id": [ - 6603 + 6672 ], "halftime_pausematch": [ 6 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -59796,19 +59813,19 @@ export default { 41 ], "map_pool": [ - 2913 + 2914 ], "map_pool_id": [ - 6603 + 6672 ], "map_veto": [ 6 ], "match_mode": [ - 1163 + 1164 ], "matches": [ - 3439 + 3440 ], "mr": [ 41 @@ -59823,7 +59840,7 @@ export default { 6 ], "ready_setting": [ - 1325 + 1326 ], "region_veto": [ 6 @@ -59835,25 +59852,25 @@ export default { 41 ], "tech_timeout_setting": [ - 1533 + 1534 ], "timeout_setting": [ - 1533 + 1534 ], "tournament": [ - 5857 + 5926 ], "tournament_bracket": [ - 5306 + 5307 ], "tournament_stage": [ - 5672 + 5741 ], "tv_delay": [ 41 ], "type": [ - 1224 + 1225 ], "veto_pick_timeout": [ 41 @@ -59870,10 +59887,10 @@ export default { 41 ], "game_mode_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -59882,7 +59899,7 @@ export default { 41 ], "map_pool_id": [ - 6603 + 6672 ], "mr": [ 41 @@ -59908,43 +59925,43 @@ export default { }, "match_options_max_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "game_mode_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -59958,10 +59975,10 @@ export default { 41 ], "game_mode_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -59970,7 +59987,7 @@ export default { 41 ], "map_pool_id": [ - 6603 + 6672 ], "mr": [ 41 @@ -59996,43 +60013,43 @@ export default { }, "match_options_min_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "game_mode_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60043,7 +60060,7 @@ export default { 41 ], "returning": [ - 3289 + 3290 ], "__typename": [ 85 @@ -60051,10 +60068,10 @@ export default { }, "match_options_obj_rel_insert_input": { "data": [ - 3303 + 3304 ], "on_conflict": [ - 3310 + 3311 ], "__typename": [ 85 @@ -60062,13 +60079,13 @@ export default { }, "match_options_on_conflict": { "constraint": [ - 3301 + 3302 ], "update_columns": [ - 3327 + 3328 ], "where": [ - 3300 + 3301 ], "__typename": [ 85 @@ -60076,115 +60093,115 @@ export default { }, "match_options_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "auto_cancellation": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "camera_allow_teammates": [ - 3647 + 3648 ], "camera_required": [ - 3647 + 3648 ], "check_in_setting": [ - 3647 + 3648 ], "coaches": [ - 3647 + 3648 ], "default_models": [ - 3647 + 3648 ], "game_mode": [ - 2182 + 2183 ], "game_mode_id": [ - 3647 + 3648 ], "halftime_pausematch": [ - 3647 + 3648 ], "has_active_matches": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "knife_round": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "map_pool": [ - 2915 + 2916 ], "map_pool_id": [ - 3647 + 3648 ], "map_veto": [ - 3647 + 3648 ], "match_mode": [ - 3647 + 3648 ], "matches_aggregate": [ - 3438 + 3439 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "overtime": [ - 3647 + 3648 ], "prefer_dedicated_server": [ - 3647 + 3648 ], "ready_setting": [ - 3647 + 3648 ], "region_veto": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tech_timeout_setting": [ - 3647 + 3648 ], "timeout_setting": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_bracket": [ - 5308 + 5309 ], "tournament_stage": [ - 5674 + 5743 ], "tv_delay": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60192,7 +60209,7 @@ export default { }, "match_options_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -60218,7 +60235,7 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "coaches": [ 6 @@ -60227,13 +60244,13 @@ export default { 6 ], "game_mode_id": [ - 6603 + 6672 ], "halftime_pausematch": [ 6 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -60245,13 +60262,13 @@ export default { 41 ], "map_pool_id": [ - 6603 + 6672 ], "map_veto": [ 6 ], "match_mode": [ - 1163 + 1164 ], "mr": [ 41 @@ -60266,7 +60283,7 @@ export default { 6 ], "ready_setting": [ - 1325 + 1326 ], "region_veto": [ 6 @@ -60278,16 +60295,16 @@ export default { 41 ], "tech_timeout_setting": [ - 1533 + 1534 ], "timeout_setting": [ - 1533 + 1534 ], "tv_delay": [ 41 ], "type": [ - 1224 + 1225 ], "veto_pick_timeout": [ 41 @@ -60327,28 +60344,28 @@ export default { }, "match_options_stddev_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60385,28 +60402,28 @@ export default { }, "match_options_stddev_pop_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60443,28 +60460,28 @@ export default { }, "match_options_stddev_samp_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60472,10 +60489,10 @@ export default { }, "match_options_stream_cursor_input": { "initial_value": [ - 3324 + 3325 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -60498,7 +60515,7 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "coaches": [ 6 @@ -60507,13 +60524,13 @@ export default { 6 ], "game_mode_id": [ - 6603 + 6672 ], "halftime_pausematch": [ 6 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -60525,13 +60542,13 @@ export default { 41 ], "map_pool_id": [ - 6603 + 6672 ], "map_veto": [ 6 ], "match_mode": [ - 1163 + 1164 ], "mr": [ 41 @@ -60546,7 +60563,7 @@ export default { 6 ], "ready_setting": [ - 1325 + 1326 ], "region_veto": [ 6 @@ -60558,16 +60575,16 @@ export default { 41 ], "tech_timeout_setting": [ - 1533 + 1534 ], "timeout_setting": [ - 1533 + 1534 ], "tv_delay": [ 41 ], "type": [ - 1224 + 1225 ], "veto_pick_timeout": [ 41 @@ -60607,28 +60624,28 @@ export default { }, "match_options_sum_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60637,13 +60654,13 @@ export default { "match_options_update_column": {}, "match_options_updates": { "_inc": [ - 3302 + 3303 ], "_set": [ - 3316 + 3317 ], "where": [ - 3300 + 3301 ], "__typename": [ 85 @@ -60680,28 +60697,28 @@ export default { }, "match_options_var_pop_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60738,28 +60755,28 @@ export default { }, "match_options_var_samp_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60796,28 +60813,28 @@ export default { }, "match_options_variance_order_by": { "auto_cancel_duration": [ - 3647 + 3648 ], "best_of": [ - 3647 + 3648 ], "live_match_timeout": [ - 3647 + 3648 ], "mr": [ - 3647 + 3648 ], "number_of_substitutes": [ - 3647 + 3648 ], "round_restart_delay": [ - 3647 + 3648 ], "tv_delay": [ - 3647 + 3648 ], "veto_pick_timeout": [ - 3647 + 3648 ], "__typename": [ 85 @@ -60828,28 +60845,28 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "region": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -60857,10 +60874,10 @@ export default { }, "match_region_veto_picks_aggregate": { "aggregate": [ - 3341 + 3342 ], "nodes": [ - 3335 + 3336 ], "__typename": [ 85 @@ -60868,13 +60885,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp": { "bool_and": [ - 3338 + 3339 ], "bool_or": [ - 3339 + 3340 ], "count": [ - 3340 + 3341 ], "__typename": [ 85 @@ -60882,13 +60899,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_bool_and": { "arguments": [ - 3356 + 3357 ], "distinct": [ 6 ], "filter": [ - 3344 + 3345 ], "predicate": [ 7 @@ -60899,13 +60916,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_bool_or": { "arguments": [ - 3357 + 3358 ], "distinct": [ 6 ], "filter": [ - 3344 + 3345 ], "predicate": [ 7 @@ -60916,13 +60933,13 @@ export default { }, "match_region_veto_picks_aggregate_bool_exp_count": { "arguments": [ - 3355 + 3356 ], "distinct": [ 6 ], "filter": [ - 3344 + 3345 ], "predicate": [ 42 @@ -60936,7 +60953,7 @@ export default { 41, { "columns": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "distinct": [ @@ -60945,10 +60962,10 @@ export default { } ], "max": [ - 3347 + 3348 ], "min": [ - 3349 + 3350 ], "__typename": [ 85 @@ -60956,13 +60973,13 @@ export default { }, "match_region_veto_picks_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 3348 + 3349 ], "min": [ - 3350 + 3351 ], "__typename": [ 85 @@ -60970,10 +60987,10 @@ export default { }, "match_region_veto_picks_arr_rel_insert_input": { "data": [ - 3346 + 3347 ], "on_conflict": [ - 3352 + 3353 ], "__typename": [ 85 @@ -60981,40 +60998,40 @@ export default { }, "match_region_veto_picks_bool_exp": { "_and": [ - 3344 + 3345 ], "_not": [ - 3344 + 3345 ], "_or": [ - 3344 + 3345 ], "auto_picked": [ 7 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "region": [ 87 ], "type": [ - 1799 + 1800 ], "__typename": [ 85 @@ -61026,28 +61043,28 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3103 + 3104 ], "match_lineup_id": [ - 6603 + 6672 ], "region": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -61055,16 +61072,16 @@ export default { }, "match_region_veto_picks_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "region": [ 85 @@ -61075,19 +61092,19 @@ export default { }, "match_region_veto_picks_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61095,16 +61112,16 @@ export default { }, "match_region_veto_picks_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "region": [ 85 @@ -61115,19 +61132,19 @@ export default { }, "match_region_veto_picks_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61138,7 +61155,7 @@ export default { 41 ], "returning": [ - 3335 + 3336 ], "__typename": [ 85 @@ -61146,13 +61163,13 @@ export default { }, "match_region_veto_picks_on_conflict": { "constraint": [ - 3345 + 3346 ], "update_columns": [ - 3361 + 3362 ], "where": [ - 3344 + 3345 ], "__typename": [ 85 @@ -61160,31 +61177,31 @@ export default { }, "match_region_veto_picks_order_by": { "auto_picked": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61192,7 +61209,7 @@ export default { }, "match_region_veto_picks_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -61206,22 +61223,22 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "region": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -61229,10 +61246,10 @@ export default { }, "match_region_veto_picks_stream_cursor_input": { "initial_value": [ - 3360 + 3361 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -61243,22 +61260,22 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "region": [ 85 ], "type": [ - 1798 + 1799 ], "__typename": [ 85 @@ -61267,10 +61284,10 @@ export default { "match_region_veto_picks_update_column": {}, "match_region_veto_picks_updates": { "_set": [ - 3358 + 3359 ], "where": [ - 3344 + 3345 ], "__typename": [ 85 @@ -61284,13 +61301,13 @@ export default { 85 ], "game_server_node": [ - 2313 + 2314 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "is_game_streamer": [ 6 @@ -61302,16 +61319,16 @@ export default { 85 ], "last_status_at": [ - 5242 + 5243 ], "link": [ 85 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "mode": [ 85 @@ -61323,7 +61340,7 @@ export default { 85 ], "status_history": [ - 2438, + 2439, { "path": [ 85 @@ -61342,10 +61359,10 @@ export default { }, "match_streams_aggregate": { "aggregate": [ - 3369 + 3370 ], "nodes": [ - 3363 + 3364 ], "__typename": [ 85 @@ -61353,13 +61370,13 @@ export default { }, "match_streams_aggregate_bool_exp": { "bool_and": [ - 3366 + 3367 ], "bool_or": [ - 3367 + 3368 ], "count": [ - 3368 + 3369 ], "__typename": [ 85 @@ -61367,13 +61384,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_and": { "arguments": [ - 3392 + 3393 ], "distinct": [ 6 ], "filter": [ - 3375 + 3376 ], "predicate": [ 7 @@ -61384,13 +61401,13 @@ export default { }, "match_streams_aggregate_bool_exp_bool_or": { "arguments": [ - 3393 + 3394 ], "distinct": [ 6 ], "filter": [ - 3375 + 3376 ], "predicate": [ 7 @@ -61401,13 +61418,13 @@ export default { }, "match_streams_aggregate_bool_exp_count": { "arguments": [ - 3391 + 3392 ], "distinct": [ 6 ], "filter": [ - 3375 + 3376 ], "predicate": [ 42 @@ -61418,13 +61435,13 @@ export default { }, "match_streams_aggregate_fields": { "avg": [ - 3373 + 3374 ], "count": [ 41, { "columns": [ - 3391, + 3392, "[match_streams_select_column!]" ], "distinct": [ @@ -61433,31 +61450,31 @@ export default { } ], "max": [ - 3382 + 3383 ], "min": [ - 3384 + 3385 ], "stddev": [ - 3395 + 3396 ], "stddev_pop": [ - 3397 + 3398 ], "stddev_samp": [ - 3399 + 3400 ], "sum": [ - 3403 + 3404 ], "var_pop": [ - 3407 + 3408 ], "var_samp": [ - 3409 + 3410 ], "variance": [ - 3411 + 3412 ], "__typename": [ 85 @@ -61465,37 +61482,37 @@ export default { }, "match_streams_aggregate_order_by": { "avg": [ - 3374 + 3375 ], "count": [ - 3647 + 3648 ], "max": [ - 3383 + 3384 ], "min": [ - 3385 + 3386 ], "stddev": [ - 3396 + 3397 ], "stddev_pop": [ - 3398 + 3399 ], "stddev_samp": [ - 3400 + 3401 ], "sum": [ - 3404 + 3405 ], "var_pop": [ - 3408 + 3409 ], "var_samp": [ - 3410 + 3411 ], "variance": [ - 3412 + 3413 ], "__typename": [ 85 @@ -61503,7 +61520,7 @@ export default { }, "match_streams_append_input": { "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -61511,10 +61528,10 @@ export default { }, "match_streams_arr_rel_insert_input": { "data": [ - 3381 + 3382 ], "on_conflict": [ - 3387 + 3388 ], "__typename": [ 85 @@ -61530,7 +61547,7 @@ export default { }, "match_streams_avg_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61538,13 +61555,13 @@ export default { }, "match_streams_bool_exp": { "_and": [ - 3375 + 3376 ], "_not": [ - 3375 + 3376 ], "_or": [ - 3375 + 3376 ], "autodirector": [ 7 @@ -61553,13 +61570,13 @@ export default { 87 ], "game_server_node": [ - 2325 + 2326 ], "game_server_node_id": [ 87 ], "id": [ - 6605 + 6674 ], "is_game_streamer": [ 7 @@ -61571,16 +61588,16 @@ export default { 87 ], "last_status_at": [ - 5243 + 5244 ], "link": [ 87 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "mode": [ 87 @@ -61592,7 +61609,7 @@ export default { 87 ], "status_history": [ - 2440 + 2441 ], "stream_url": [ 87 @@ -61645,13 +61662,13 @@ export default { 85 ], "game_server_node": [ - 2337 + 2338 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "is_game_streamer": [ 6 @@ -61663,16 +61680,16 @@ export default { 85 ], "last_status_at": [ - 5242 + 5243 ], "link": [ 85 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "mode": [ 85 @@ -61684,7 +61701,7 @@ export default { 85 ], "status_history": [ - 2438 + 2439 ], "stream_url": [ 85 @@ -61704,19 +61721,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_service_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "link": [ 85 ], "match_id": [ - 6603 + 6672 ], "mode": [ 85 @@ -61739,40 +61756,40 @@ export default { }, "match_streams_max_order_by": { "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_service_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "link": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "mode": [ - 3647 + 3648 ], "priority": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "stream_url": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61786,19 +61803,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_service_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "link": [ 85 ], "match_id": [ - 6603 + 6672 ], "mode": [ 85 @@ -61821,40 +61838,40 @@ export default { }, "match_streams_min_order_by": { "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_service_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "link": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "mode": [ - 3647 + 3648 ], "priority": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "stream_url": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61865,7 +61882,7 @@ export default { 41 ], "returning": [ - 3363 + 3364 ], "__typename": [ 85 @@ -61873,13 +61890,13 @@ export default { }, "match_streams_on_conflict": { "constraint": [ - 3376 + 3377 ], "update_columns": [ - 3405 + 3406 ], "where": [ - 3375 + 3376 ], "__typename": [ 85 @@ -61887,58 +61904,58 @@ export default { }, "match_streams_order_by": { "autodirector": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node": [ - 2339 + 2340 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_game_streamer": [ - 3647 + 3648 ], "is_live": [ - 3647 + 3648 ], "k8s_service_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "link": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "mode": [ - 3647 + 3648 ], "priority": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "status_history": [ - 3647 + 3648 ], "stream_url": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "__typename": [ 85 @@ -61946,7 +61963,7 @@ export default { }, "match_streams_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -61954,7 +61971,7 @@ export default { }, "match_streams_prepend_input": { "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -61974,7 +61991,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_game_streamer": [ 6 @@ -61986,13 +62003,13 @@ export default { 85 ], "last_status_at": [ - 5242 + 5243 ], "link": [ 85 ], "match_id": [ - 6603 + 6672 ], "mode": [ 85 @@ -62004,7 +62021,7 @@ export default { 85 ], "status_history": [ - 2438 + 2439 ], "stream_url": [ 85 @@ -62026,7 +62043,7 @@ export default { }, "match_streams_stddev_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62042,7 +62059,7 @@ export default { }, "match_streams_stddev_pop_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62058,7 +62075,7 @@ export default { }, "match_streams_stddev_samp_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62066,10 +62083,10 @@ export default { }, "match_streams_stream_cursor_input": { "initial_value": [ - 3402 + 3403 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -62086,7 +62103,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_game_streamer": [ 6 @@ -62098,13 +62115,13 @@ export default { 85 ], "last_status_at": [ - 5242 + 5243 ], "link": [ 85 ], "match_id": [ - 6603 + 6672 ], "mode": [ 85 @@ -62116,7 +62133,7 @@ export default { 85 ], "status_history": [ - 2438 + 2439 ], "stream_url": [ 85 @@ -62138,7 +62155,7 @@ export default { }, "match_streams_sum_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62147,28 +62164,28 @@ export default { "match_streams_update_column": {}, "match_streams_updates": { "_append": [ - 3371 + 3372 ], "_delete_at_path": [ - 3377 + 3378 ], "_delete_elem": [ - 3378 + 3379 ], "_delete_key": [ - 3379 + 3380 ], "_inc": [ - 3380 + 3381 ], "_prepend": [ - 3390 + 3391 ], "_set": [ - 3394 + 3395 ], "where": [ - 3375 + 3376 ], "__typename": [ 85 @@ -62184,7 +62201,7 @@ export default { }, "match_streams_var_pop_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62200,7 +62217,7 @@ export default { }, "match_streams_var_samp_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62216,7 +62233,7 @@ export default { }, "match_streams_variance_order_by": { "priority": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62227,7 +62244,7 @@ export default { 85 ], "type": [ - 875 + 876 ], "__typename": [ 85 @@ -62235,10 +62252,10 @@ export default { }, "match_type_cfgs_aggregate": { "aggregate": [ - 3415 + 3416 ], "nodes": [ - 3413 + 3414 ], "__typename": [ 85 @@ -62249,7 +62266,7 @@ export default { 41, { "columns": [ - 3425, + 3426, "[match_type_cfgs_select_column!]" ], "distinct": [ @@ -62258,10 +62275,10 @@ export default { } ], "max": [ - 3419 + 3420 ], "min": [ - 3420 + 3421 ], "__typename": [ 85 @@ -62269,19 +62286,19 @@ export default { }, "match_type_cfgs_bool_exp": { "_and": [ - 3416 + 3417 ], "_not": [ - 3416 + 3417 ], "_or": [ - 3416 + 3417 ], "cfg": [ 87 ], "type": [ - 876 + 877 ], "__typename": [ 85 @@ -62293,7 +62310,7 @@ export default { 85 ], "type": [ - 875 + 876 ], "__typename": [ 85 @@ -62320,7 +62337,7 @@ export default { 41 ], "returning": [ - 3413 + 3414 ], "__typename": [ 85 @@ -62328,13 +62345,13 @@ export default { }, "match_type_cfgs_on_conflict": { "constraint": [ - 3417 + 3418 ], "update_columns": [ - 3429 + 3430 ], "where": [ - 3416 + 3417 ], "__typename": [ 85 @@ -62342,10 +62359,10 @@ export default { }, "match_type_cfgs_order_by": { "cfg": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -62353,7 +62370,7 @@ export default { }, "match_type_cfgs_pk_columns_input": { "type": [ - 875 + 876 ], "__typename": [ 85 @@ -62365,7 +62382,7 @@ export default { 85 ], "type": [ - 875 + 876 ], "__typename": [ 85 @@ -62373,10 +62390,10 @@ export default { }, "match_type_cfgs_stream_cursor_input": { "initial_value": [ - 3428 + 3429 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -62387,7 +62404,7 @@ export default { 85 ], "type": [ - 875 + 876 ], "__typename": [ 85 @@ -62396,10 +62413,10 @@ export default { "match_type_cfgs_update_column": {}, "match_type_cfgs_updates": { "_set": [ - 3426 + 3427 ], "where": [ - 3416 + 3417 ], "__typename": [ 85 @@ -62431,13 +62448,13 @@ export default { 6 ], "cancels_at": [ - 5242 + 5243 ], "clutches": [ - 6783, + 6852, { "distinct_on": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "limit": [ @@ -62447,19 +62464,19 @@ export default { 41 ], "order_by": [ - 6798, + 6867, "[v_match_clutches_order_by!]" ], "where": [ - 6792 + 6861 ] } ], "clutches_aggregate": [ - 6784, + 6853, { "distinct_on": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "limit": [ @@ -62469,11 +62486,11 @@ export default { 41 ], "order_by": [ - 6798, + 6867, "[v_match_clutches_order_by!]" ], "where": [ - 6792 + 6861 ] } ], @@ -62487,16 +62504,16 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "current_match_map_id": [ - 6603 + 6672 ], "demos": [ - 3127, + 3128, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -62506,19 +62523,19 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "demos_aggregate": [ - 3128, + 3129, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -62528,19 +62545,19 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "draft_games": [ - 598, + 599, { "distinct_on": [ - 622, + 623, "[draft_games_select_column!]" ], "limit": [ @@ -62550,19 +62567,19 @@ export default { 41 ], "order_by": [ - 620, + 621, "[draft_games_order_by!]" ], "where": [ - 609 + 610 ] } ], "draft_games_aggregate": [ - 599, + 600, { "distinct_on": [ - 622, + 623, "[draft_games_select_column!]" ], "limit": [ @@ -62572,28 +62589,28 @@ export default { 41 ], "order_by": [ - 620, + 621, "[draft_games_order_by!]" ], "where": [ - 609 + 610 ] } ], "e_match_status": [ - 1198 + 1199 ], "e_region": [ - 4733 + 4734 ], "effective_at": [ - 5242 + 5243 ], "elo_changes": [ - 6980, + 7049, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -62603,19 +62620,19 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "elo_changes_aggregate": [ - 6981, + 7050, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -62625,22 +62642,22 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "ended_at": [ - 5242 + 5243 ], "external_id": [ 85 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -62673,19 +62690,19 @@ export default { 85 ], "lineup_1": [ - 3085 + 3086 ], "lineup_1_id": [ - 6603 + 6672 ], "lineup_2": [ - 3085 + 3086 ], "lineup_2_id": [ - 6603 + 6672 ], "lineup_counts": [ - 2436, + 2437, { "path": [ 85 @@ -62693,13 +62710,13 @@ export default { } ], "map_veto_picking_lineup_id": [ - 6603 + 6672 ], "map_veto_picks": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -62709,19 +62726,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "map_veto_picks_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -62731,11 +62748,11 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], @@ -62743,10 +62760,10 @@ export default { 85 ], "match_maps": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -62756,19 +62773,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -62778,16 +62795,16 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_options_id": [ - 6603 + 6672 ], "max_players_per_lineup": [ 41 @@ -62796,10 +62813,10 @@ export default { 41 ], "opening_duels": [ - 6911, + 6980, { "distinct_on": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -62809,19 +62826,19 @@ export default { 41 ], "order_by": [ - 6926, + 6995, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6920 + 6989 ] } ], "opening_duels_aggregate": [ - 6912, + 6981, { "distinct_on": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -62831,31 +62848,31 @@ export default { 41 ], "order_by": [ - 6926, + 6995, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6920 + 6989 ] } ], "options": [ - 3289 + 3290 ], "organizer": [ - 4605 + 4606 ], "organizer_steam_id": [ - 311 + 312 ], "password": [ 85 ], "player_assists": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -62865,19 +62882,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_assists_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -62887,19 +62904,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_damages": [ - 3848, + 3849, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -62909,19 +62926,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_damages_aggregate": [ - 3849, + 3850, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -62931,19 +62948,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_flashes": [ - 3957, + 3958, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -62953,19 +62970,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "player_flashes_aggregate": [ - 3958, + 3959, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -62975,19 +62992,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "player_kills": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -62997,19 +63014,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_kills_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -63019,19 +63036,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_objectives": [ - 4203, + 4204, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -63041,19 +63058,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_objectives_aggregate": [ - 4204, + 4205, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -63063,19 +63080,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_unused_utilities": [ - 4490, + 4491, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -63085,19 +63102,19 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utilities_aggregate": [ - 4491, + 4492, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -63107,19 +63124,19 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_utility": [ - 4531, + 4532, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -63129,19 +63146,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "player_utility_aggregate": [ - 4532, + 4533, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -63151,11 +63168,11 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], @@ -63163,13 +63180,13 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6603 + 6672 ], "region_veto_picks": [ - 3335, + 3336, { "distinct_on": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -63179,19 +63196,19 @@ export default { 41 ], "order_by": [ - 3353, + 3354, "[match_region_veto_picks_order_by!]" ], "where": [ - 3344 + 3345 ] } ], "region_veto_picks_aggregate": [ - 3336, + 3337, { "distinct_on": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -63201,11 +63218,11 @@ export default { 41 ], "order_by": [ - 3353, + 3354, "[match_region_veto_picks_order_by!]" ], "where": [ - 3344 + 3345 ] } ], @@ -63213,16 +63230,16 @@ export default { 6 ], "scheduled_at": [ - 5242 + 5243 ], "server": [ - 4760 + 4761 ], "server_error": [ 85 ], "server_id": [ - 6603 + 6672 ], "server_plugin_runtime": [ 85 @@ -63240,16 +63257,16 @@ export default { 85 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1203 + 1204 ], "streams": [ - 3363, + 3364, { "distinct_on": [ - 3391, + 3392, "[match_streams_select_column!]" ], "limit": [ @@ -63259,19 +63276,19 @@ export default { 41 ], "order_by": [ - 3388, + 3389, "[match_streams_order_by!]" ], "where": [ - 3375 + 3376 ] } ], "streams_aggregate": [ - 3364, + 3365, { "distinct_on": [ - 3391, + 3392, "[match_streams_select_column!]" ], "limit": [ @@ -63281,19 +63298,19 @@ export default { 41 ], "order_by": [ - 3388, + 3389, "[match_streams_order_by!]" ], "where": [ - 3375 + 3376 ] } ], "teams": [ - 5193, + 5194, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -63303,19 +63320,19 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "tournament_brackets": [ - 5286, + 5287, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -63325,19 +63342,19 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], "tournament_brackets_aggregate": [ - 5287, + 5288, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -63347,11 +63364,11 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], @@ -63359,13 +63376,13 @@ export default { 85 ], "veto_pick_expires_at": [ - 5242 + 5243 ], "winner": [ - 3085 + 3086 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -63373,10 +63390,10 @@ export default { }, "matches_aggregate": { "aggregate": [ - 3437 + 3438 ], "nodes": [ - 3431 + 3432 ], "__typename": [ 85 @@ -63384,13 +63401,13 @@ export default { }, "matches_aggregate_bool_exp": { "bool_and": [ - 3434 + 3435 ], "bool_or": [ - 3435 + 3436 ], "count": [ - 3436 + 3437 ], "__typename": [ 85 @@ -63398,13 +63415,13 @@ export default { }, "matches_aggregate_bool_exp_bool_and": { "arguments": [ - 3456 + 3457 ], "distinct": [ 6 ], "filter": [ - 3442 + 3443 ], "predicate": [ 7 @@ -63415,13 +63432,13 @@ export default { }, "matches_aggregate_bool_exp_bool_or": { "arguments": [ - 3457 + 3458 ], "distinct": [ 6 ], "filter": [ - 3442 + 3443 ], "predicate": [ 7 @@ -63432,13 +63449,13 @@ export default { }, "matches_aggregate_bool_exp_count": { "arguments": [ - 3455 + 3456 ], "distinct": [ 6 ], "filter": [ - 3442 + 3443 ], "predicate": [ 42 @@ -63449,13 +63466,13 @@ export default { }, "matches_aggregate_fields": { "avg": [ - 3440 + 3441 ], "count": [ 41, { "columns": [ - 3455, + 3456, "[matches_select_column!]" ], "distinct": [ @@ -63463,44 +63480,6 @@ export default { ] } ], - "max": [ - 3446 - ], - "min": [ - 3448 - ], - "stddev": [ - 3459 - ], - "stddev_pop": [ - 3461 - ], - "stddev_samp": [ - 3463 - ], - "sum": [ - 3467 - ], - "var_pop": [ - 3471 - ], - "var_samp": [ - 3473 - ], - "variance": [ - 3475 - ], - "__typename": [ - 85 - ] - }, - "matches_aggregate_order_by": { - "avg": [ - 3441 - ], - "count": [ - 3647 - ], "max": [ 3447 ], @@ -63532,12 +63511,50 @@ export default { 85 ] }, + "matches_aggregate_order_by": { + "avg": [ + 3442 + ], + "count": [ + 3648 + ], + "max": [ + 3448 + ], + "min": [ + 3450 + ], + "stddev": [ + 3461 + ], + "stddev_pop": [ + 3463 + ], + "stddev_samp": [ + 3465 + ], + "sum": [ + 3469 + ], + "var_pop": [ + 3473 + ], + "var_samp": [ + 3475 + ], + "variance": [ + 3477 + ], + "__typename": [ + 85 + ] + }, "matches_arr_rel_insert_input": { "data": [ - 3445 + 3446 ], "on_conflict": [ - 3452 + 3453 ], "__typename": [ 85 @@ -63559,7 +63576,7 @@ export default { }, "matches_avg_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -63567,13 +63584,13 @@ export default { }, "matches_bool_exp": { "_and": [ - 3442 + 3443 ], "_not": [ - 3442 + 3443 ], "_or": [ - 3442 + 3443 ], "can_assign_server": [ 7 @@ -63600,13 +63617,13 @@ export default { 7 ], "cancels_at": [ - 5243 + 5244 ], "clutches": [ - 6792 + 6861 ], "clutches_aggregate": [ - 6785 + 6854 ], "connection_link": [ 87 @@ -63618,46 +63635,46 @@ export default { 7 ], "created_at": [ - 5243 + 5244 ], "current_match_map_id": [ - 6605 + 6674 ], "demos": [ - 3139 + 3140 ], "demos_aggregate": [ - 3129 + 3130 ], "draft_games": [ - 609 + 610 ], "draft_games_aggregate": [ - 600 + 601 ], "e_match_status": [ - 1201 + 1202 ], "e_region": [ - 4737 + 4738 ], "effective_at": [ - 5243 + 5244 ], "elo_changes": [ - 6999 + 7068 ], "elo_changes_aggregate": [ - 6982 + 7051 ], "ended_at": [ - 5243 + 5244 ], "external_id": [ 87 ], "id": [ - 6605 + 6674 ], "invite_code": [ 87 @@ -63690,40 +63707,40 @@ export default { 87 ], "lineup_1": [ - 3094 + 3095 ], "lineup_1_id": [ - 6605 + 6674 ], "lineup_2": [ - 3094 + 3095 ], "lineup_2_id": [ - 6605 + 6674 ], "lineup_counts": [ - 2437 + 2438 ], "map_veto_picking_lineup_id": [ - 6605 + 6674 ], "map_veto_picks": [ - 3228 + 3229 ], "map_veto_picks_aggregate": [ - 3221 + 3222 ], "map_veto_type": [ 87 ], "match_maps": [ - 3256 + 3257 ], "match_maps_aggregate": [ - 3249 + 3250 ], "match_options_id": [ - 6605 + 6674 ], "max_players_per_lineup": [ 42 @@ -63732,91 +63749,91 @@ export default { 42 ], "opening_duels": [ - 6920 + 6989 ], "opening_duels_aggregate": [ - 6913 + 6982 ], "options": [ - 3300 + 3301 ], "organizer": [ - 4609 + 4610 ], "organizer_steam_id": [ - 313 + 314 ], "password": [ 87 ], "player_assists": [ - 3796 + 3797 ], "player_assists_aggregate": [ - 3787 + 3788 ], "player_damages": [ - 3857 + 3858 ], "player_damages_aggregate": [ - 3850 + 3851 ], "player_flashes": [ - 3968 + 3969 ], "player_flashes_aggregate": [ - 3959 + 3960 ], "player_kills": [ - 4013 + 4014 ], "player_kills_aggregate": [ - 4004 + 4005 ], "player_objectives": [ - 4212 + 4213 ], "player_objectives_aggregate": [ - 4205 + 4206 ], "player_unused_utilities": [ - 4499 + 4500 ], "player_unused_utilities_aggregate": [ - 4492 + 4493 ], "player_utility": [ - 4540 + 4541 ], "player_utility_aggregate": [ - 4533 + 4534 ], "region": [ 87 ], "region_veto_picking_lineup_id": [ - 6605 + 6674 ], "region_veto_picks": [ - 3344 + 3345 ], "region_veto_picks_aggregate": [ - 3337 + 3338 ], "requested_organizer": [ 7 ], "scheduled_at": [ - 5243 + 5244 ], "server": [ - 4772 + 4773 ], "server_error": [ 87 ], "server_id": [ - 6605 + 6674 ], "server_plugin_runtime": [ 87 @@ -63834,37 +63851,37 @@ export default { 87 ], "started_at": [ - 5243 + 5244 ], "status": [ - 1204 + 1205 ], "streams": [ - 3375 + 3376 ], "streams_aggregate": [ - 3365 + 3366 ], "teams": [ - 5204 + 5205 ], "tournament_brackets": [ - 5297 + 5298 ], "tournament_brackets_aggregate": [ - 5288 + 5289 ], "tv_connection_string": [ 87 ], "veto_pick_expires_at": [ - 5243 + 5244 ], "winner": [ - 3094 + 3095 ], "winning_lineup_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -63873,7 +63890,7 @@ export default { "matches_constraint": {}, "matches_inc_input": { "organizer_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -63881,118 +63898,118 @@ export default { }, "matches_insert_input": { "cancels_at": [ - 5242 + 5243 ], "clutches": [ - 6789 + 6858 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5242 + 5243 ], "demos": [ - 3136 + 3137 ], "draft_games": [ - 606 + 607 ], "e_match_status": [ - 1209 + 1210 ], "e_region": [ - 4743 + 4744 ], "elo_changes": [ - 6996 + 7065 ], "ended_at": [ - 5242 + 5243 ], "external_id": [ 85 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "lineup_1": [ - 3103 + 3104 ], "lineup_1_id": [ - 6603 + 6672 ], "lineup_2": [ - 3103 + 3104 ], "lineup_2_id": [ - 6603 + 6672 ], "map_veto_picks": [ - 3227 + 3228 ], "match_maps": [ - 3253 + 3254 ], "match_options_id": [ - 6603 + 6672 ], "opening_duels": [ - 6917 + 6986 ], "options": [ - 3309 + 3310 ], "organizer": [ - 4616 + 4617 ], "organizer_steam_id": [ - 311 + 312 ], "password": [ 85 ], "player_assists": [ - 3793 + 3794 ], "player_damages": [ - 3854 + 3855 ], "player_flashes": [ - 3965 + 3966 ], "player_kills": [ - 4010 + 4011 ], "player_objectives": [ - 4209 + 4210 ], "player_unused_utilities": [ - 4496 + 4497 ], "player_utility": [ - 4537 + 4538 ], "region": [ 85 ], "region_veto_picks": [ - 3343 + 3344 ], "scheduled_at": [ - 5242 + 5243 ], "server": [ - 4784 + 4785 ], "server_error": [ 85 ], "server_id": [ - 6603 + 6672 ], "share_code": [ 85 @@ -64001,25 +64018,25 @@ export default { 85 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1203 + 1204 ], "streams": [ - 3372 + 3373 ], "tournament_brackets": [ - 5294 + 5295 ], "veto_pick_expires_at": [ - 5242 + 5243 ], "winner": [ - 3103 + 3104 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -64027,7 +64044,7 @@ export default { }, "matches_max_fields": { "cancels_at": [ - 5242 + 5243 ], "connection_link": [ 85 @@ -64036,22 +64053,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "current_match_map_id": [ - 6603 + 6672 ], "effective_at": [ - 5242 + 5243 ], "ended_at": [ - 5242 + 5243 ], "external_id": [ 85 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -64060,19 +64077,19 @@ export default { 85 ], "lineup_1_id": [ - 6603 + 6672 ], "lineup_2_id": [ - 6603 + 6672 ], "map_veto_picking_lineup_id": [ - 6603 + 6672 ], "map_veto_type": [ 85 ], "match_options_id": [ - 6603 + 6672 ], "max_players_per_lineup": [ 41 @@ -64081,7 +64098,7 @@ export default { 41 ], "organizer_steam_id": [ - 311 + 312 ], "password": [ 85 @@ -64090,16 +64107,16 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6603 + 6672 ], "scheduled_at": [ - 5242 + 5243 ], "server_error": [ 85 ], "server_id": [ - 6603 + 6672 ], "server_plugin_runtime": [ 85 @@ -64117,16 +64134,16 @@ export default { 85 ], "started_at": [ - 5242 + 5243 ], "tv_connection_string": [ 85 ], "veto_pick_expires_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -64134,67 +64151,67 @@ export default { }, "matches_max_order_by": { "cancels_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "effective_at": [ - 3647 + 3648 ], "ended_at": [ - 3647 + 3648 ], "external_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "lineup_1_id": [ - 3647 + 3648 ], "lineup_2_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "password": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "server_error": [ - 3647 + 3648 ], "server_id": [ - 3647 + 3648 ], "share_code": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "veto_pick_expires_at": [ - 3647 + 3648 ], "winning_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64202,7 +64219,7 @@ export default { }, "matches_min_fields": { "cancels_at": [ - 5242 + 5243 ], "connection_link": [ 85 @@ -64211,22 +64228,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "current_match_map_id": [ - 6603 + 6672 ], "effective_at": [ - 5242 + 5243 ], "ended_at": [ - 5242 + 5243 ], "external_id": [ 85 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -64235,19 +64252,19 @@ export default { 85 ], "lineup_1_id": [ - 6603 + 6672 ], "lineup_2_id": [ - 6603 + 6672 ], "map_veto_picking_lineup_id": [ - 6603 + 6672 ], "map_veto_type": [ 85 ], "match_options_id": [ - 6603 + 6672 ], "max_players_per_lineup": [ 41 @@ -64256,7 +64273,7 @@ export default { 41 ], "organizer_steam_id": [ - 311 + 312 ], "password": [ 85 @@ -64265,16 +64282,16 @@ export default { 85 ], "region_veto_picking_lineup_id": [ - 6603 + 6672 ], "scheduled_at": [ - 5242 + 5243 ], "server_error": [ 85 ], "server_id": [ - 6603 + 6672 ], "server_plugin_runtime": [ 85 @@ -64292,16 +64309,16 @@ export default { 85 ], "started_at": [ - 5242 + 5243 ], "tv_connection_string": [ 85 ], "veto_pick_expires_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -64309,67 +64326,67 @@ export default { }, "matches_min_order_by": { "cancels_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "effective_at": [ - 3647 + 3648 ], "ended_at": [ - 3647 + 3648 ], "external_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "lineup_1_id": [ - 3647 + 3648 ], "lineup_2_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "password": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "server_error": [ - 3647 + 3648 ], "server_id": [ - 3647 + 3648 ], "share_code": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "veto_pick_expires_at": [ - 3647 + 3648 ], "winning_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64380,7 +64397,7 @@ export default { 41 ], "returning": [ - 3431 + 3432 ], "__typename": [ 85 @@ -64388,10 +64405,10 @@ export default { }, "matches_obj_rel_insert_input": { "data": [ - 3445 + 3446 ], "on_conflict": [ - 3452 + 3453 ], "__typename": [ 85 @@ -64399,13 +64416,13 @@ export default { }, "matches_on_conflict": { "constraint": [ - 3443 + 3444 ], "update_columns": [ - 3469 + 3470 ], "where": [ - 3442 + 3443 ], "__typename": [ 85 @@ -64413,244 +64430,244 @@ export default { }, "matches_order_by": { "can_assign_server": [ - 3647 + 3648 ], "can_cancel": [ - 3647 + 3648 ], "can_check_in": [ - 3647 + 3648 ], "can_reassign_winner": [ - 3647 + 3648 ], "can_schedule": [ - 3647 + 3648 ], "can_start": [ - 3647 + 3648 ], "can_stream_live": [ - 3647 + 3648 ], "can_stream_tv": [ - 3647 + 3648 ], "cancels_at": [ - 3647 + 3648 ], "clutches_aggregate": [ - 6788 + 6857 ], "connection_link": [ - 3647 + 3648 ], "connection_string": [ - 3647 + 3648 ], "counts_toward_ranking": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "current_match_map_id": [ - 3647 + 3648 ], "demos_aggregate": [ - 3134 + 3135 ], "draft_games_aggregate": [ - 605 + 606 ], "e_match_status": [ - 1211 + 1212 ], "e_region": [ - 4745 + 4746 ], "effective_at": [ - 3647 + 3648 ], "elo_changes_aggregate": [ - 6995 + 7064 ], "ended_at": [ - 3647 + 3648 ], "external_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "is_captain": [ - 3647 + 3648 ], "is_coach": [ - 3647 + 3648 ], "is_friend_in_match_lineup": [ - 3647 + 3648 ], "is_in_lineup": [ - 3647 + 3648 ], "is_match_server_available": [ - 3647 + 3648 ], "is_organizer": [ - 3647 + 3648 ], "is_server_online": [ - 3647 + 3648 ], "is_tournament_match": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "lineup_1": [ - 3105 + 3106 ], "lineup_1_id": [ - 3647 + 3648 ], "lineup_2": [ - 3105 + 3106 ], "lineup_2_id": [ - 3647 + 3648 ], "lineup_counts": [ - 3647 + 3648 ], "map_veto_picking_lineup_id": [ - 3647 + 3648 ], "map_veto_picks_aggregate": [ - 3226 + 3227 ], "map_veto_type": [ - 3647 + 3648 ], "match_maps_aggregate": [ - 3252 + 3253 ], "match_options_id": [ - 3647 + 3648 ], "max_players_per_lineup": [ - 3647 + 3648 ], "min_players_per_lineup": [ - 3647 + 3648 ], "opening_duels_aggregate": [ - 6916 + 6985 ], "options": [ - 3311 + 3312 ], "organizer": [ - 4618 + 4619 ], "organizer_steam_id": [ - 3647 + 3648 ], "password": [ - 3647 + 3648 ], "player_assists_aggregate": [ - 3792 + 3793 ], "player_damages_aggregate": [ - 3853 + 3854 ], "player_flashes_aggregate": [ - 3964 + 3965 ], "player_kills_aggregate": [ - 4009 + 4010 ], "player_objectives_aggregate": [ - 4208 + 4209 ], "player_unused_utilities_aggregate": [ - 4495 + 4496 ], "player_utility_aggregate": [ - 4536 + 4537 ], "region": [ - 3647 + 3648 ], "region_veto_picking_lineup_id": [ - 3647 + 3648 ], "region_veto_picks_aggregate": [ - 3342 + 3343 ], "requested_organizer": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "server": [ - 4786 + 4787 ], "server_error": [ - 3647 + 3648 ], "server_id": [ - 3647 + 3648 ], "server_plugin_runtime": [ - 3647 + 3648 ], "server_region": [ - 3647 + 3648 ], "server_type": [ - 3647 + 3648 ], "share_code": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "streams_aggregate": [ - 3370 + 3371 ], "teams_aggregate": [ - 5200 + 5201 ], "tournament_brackets_aggregate": [ - 5293 + 5294 ], "tv_connection_string": [ - 3647 + 3648 ], "veto_pick_expires_at": [ - 3647 + 3648 ], "winner": [ - 3105 + 3106 ], "winning_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64658,7 +64675,7 @@ export default { }, "matches_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -64669,37 +64686,37 @@ export default { "matches_select_column_matches_aggregate_bool_exp_bool_or_arguments_columns": {}, "matches_set_input": { "cancels_at": [ - 5242 + 5243 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5242 + 5243 ], "ended_at": [ - 5242 + 5243 ], "external_id": [ 85 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "lineup_1_id": [ - 6603 + 6672 ], "lineup_2_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "organizer_steam_id": [ - 311 + 312 ], "password": [ 85 @@ -64708,13 +64725,13 @@ export default { 85 ], "scheduled_at": [ - 5242 + 5243 ], "server_error": [ 85 ], "server_id": [ - 6603 + 6672 ], "share_code": [ 85 @@ -64723,16 +64740,16 @@ export default { 85 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1203 + 1204 ], "veto_pick_expires_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -64754,7 +64771,7 @@ export default { }, "matches_stddev_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64776,7 +64793,7 @@ export default { }, "matches_stddev_pop_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64798,7 +64815,7 @@ export default { }, "matches_stddev_samp_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64806,10 +64823,10 @@ export default { }, "matches_stream_cursor_input": { "initial_value": [ - 3466 + 3467 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -64817,40 +64834,40 @@ export default { }, "matches_stream_cursor_value_input": { "cancels_at": [ - 5242 + 5243 ], "counts_toward_ranking": [ 6 ], "created_at": [ - 5242 + 5243 ], "effective_at": [ - 5242 + 5243 ], "ended_at": [ - 5242 + 5243 ], "external_id": [ 85 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "lineup_1_id": [ - 6603 + 6672 ], "lineup_2_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "organizer_steam_id": [ - 311 + 312 ], "password": [ 85 @@ -64859,13 +64876,13 @@ export default { 85 ], "scheduled_at": [ - 5242 + 5243 ], "server_error": [ 85 ], "server_id": [ - 6603 + 6672 ], "share_code": [ 85 @@ -64874,16 +64891,16 @@ export default { 85 ], "started_at": [ - 5242 + 5243 ], "status": [ - 1203 + 1204 ], "veto_pick_expires_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -64897,7 +64914,7 @@ export default { 41 ], "organizer_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -64905,7 +64922,7 @@ export default { }, "matches_sum_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64914,13 +64931,13 @@ export default { "matches_update_column": {}, "matches_updates": { "_inc": [ - 3444 + 3445 ], "_set": [ - 3458 + 3459 ], "where": [ - 3442 + 3443 ], "__typename": [ 85 @@ -64942,7 +64959,7 @@ export default { }, "matches_var_pop_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64964,7 +64981,7 @@ export default { }, "matches_var_samp_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -64986,7 +65003,7 @@ export default { }, "matches_variance_order_by": { "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -65005,10 +65022,10 @@ export default { }, "migration_hashes_hashes_aggregate": { "aggregate": [ - 3479 + 3480 ], "nodes": [ - 3477 + 3478 ], "__typename": [ 85 @@ -65019,7 +65036,7 @@ export default { 41, { "columns": [ - 3489, + 3490, "[migration_hashes_hashes_select_column!]" ], "distinct": [ @@ -65028,10 +65045,10 @@ export default { } ], "max": [ - 3483 + 3484 ], "min": [ - 3484 + 3485 ], "__typename": [ 85 @@ -65039,13 +65056,13 @@ export default { }, "migration_hashes_hashes_bool_exp": { "_and": [ - 3480 + 3481 ], "_not": [ - 3480 + 3481 ], "_or": [ - 3480 + 3481 ], "hash": [ 87 @@ -65096,7 +65113,7 @@ export default { 41 ], "returning": [ - 3477 + 3478 ], "__typename": [ 85 @@ -65104,13 +65121,13 @@ export default { }, "migration_hashes_hashes_on_conflict": { "constraint": [ - 3481 + 3482 ], "update_columns": [ - 3493 + 3494 ], "where": [ - 3480 + 3481 ], "__typename": [ 85 @@ -65118,10 +65135,10 @@ export default { }, "migration_hashes_hashes_order_by": { "hash": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "__typename": [ 85 @@ -65149,10 +65166,10 @@ export default { }, "migration_hashes_hashes_stream_cursor_input": { "initial_value": [ - 3492 + 3493 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -65172,10 +65189,10 @@ export default { "migration_hashes_hashes_update_column": {}, "migration_hashes_hashes_updates": { "_set": [ - 3490 + 3491 ], "where": [ - 3480 + 3481 ], "__typename": [ 85 @@ -65189,7 +65206,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -65201,7 +65218,7 @@ export default { 85 ], "elo": [ - 2438, + 2439, { "path": [ 85 @@ -65221,25 +65238,25 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "language": [ 85 ], "last_presence_state": [ - 2438, + 2439, { "path": [ 85 @@ -65247,10 +65264,10 @@ export default { } ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -65262,25 +65279,25 @@ export default { 85 ], "player": [ - 4605 + 4606 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "presence_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ 85 @@ -65295,10 +65312,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -65312,10 +65329,10 @@ export default { }, "my_friends_aggregate": { "aggregate": [ - 3501 + 3502 ], "nodes": [ - 3495 + 3496 ], "__typename": [ 85 @@ -65323,13 +65340,13 @@ export default { }, "my_friends_aggregate_bool_exp": { "bool_and": [ - 3498 + 3499 ], "bool_or": [ - 3499 + 3500 ], "count": [ - 3500 + 3501 ], "__typename": [ 85 @@ -65337,13 +65354,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_and": { "arguments": [ - 3521 + 3522 ], "distinct": [ 6 ], "filter": [ - 3507 + 3508 ], "predicate": [ 7 @@ -65354,13 +65371,13 @@ export default { }, "my_friends_aggregate_bool_exp_bool_or": { "arguments": [ - 3522 + 3523 ], "distinct": [ 6 ], "filter": [ - 3507 + 3508 ], "predicate": [ 7 @@ -65371,13 +65388,13 @@ export default { }, "my_friends_aggregate_bool_exp_count": { "arguments": [ - 3520 + 3521 ], "distinct": [ 6 ], "filter": [ - 3507 + 3508 ], "predicate": [ 42 @@ -65388,13 +65405,13 @@ export default { }, "my_friends_aggregate_fields": { "avg": [ - 3505 + 3506 ], "count": [ 41, { "columns": [ - 3520, + 3521, "[my_friends_select_column!]" ], "distinct": [ @@ -65403,31 +65420,31 @@ export default { } ], "max": [ - 3513 + 3514 ], "min": [ - 3515 + 3516 ], "stddev": [ - 3524 + 3525 ], "stddev_pop": [ - 3526 + 3527 ], "stddev_samp": [ - 3528 + 3529 ], "sum": [ - 3532 + 3533 ], "var_pop": [ - 3535 + 3536 ], "var_samp": [ - 3537 + 3538 ], "variance": [ - 3539 + 3540 ], "__typename": [ 85 @@ -65435,37 +65452,37 @@ export default { }, "my_friends_aggregate_order_by": { "avg": [ - 3506 + 3507 ], "count": [ - 3647 + 3648 ], "max": [ - 3514 + 3515 ], "min": [ - 3516 + 3517 ], "stddev": [ - 3525 + 3526 ], "stddev_pop": [ - 3527 + 3528 ], "stddev_samp": [ - 3529 + 3530 ], "sum": [ - 3533 + 3534 ], "var_pop": [ - 3536 + 3537 ], "var_samp": [ - 3538 + 3539 ], "variance": [ - 3540 + 3541 ], "__typename": [ 85 @@ -65473,10 +65490,10 @@ export default { }, "my_friends_append_input": { "elo": [ - 2438 + 2439 ], "last_presence_state": [ - 2438 + 2439 ], "__typename": [ 85 @@ -65484,7 +65501,7 @@ export default { }, "my_friends_arr_rel_insert_input": { "data": [ - 3512 + 3513 ], "__typename": [ 85 @@ -65524,31 +65541,31 @@ export default { }, "my_friends_avg_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -65556,13 +65573,13 @@ export default { }, "my_friends_bool_exp": { "_and": [ - 3507 + 3508 ], "_not": [ - 3507 + 3508 ], "_or": [ - 3507 + 3508 ], "avatar_url": [ 87 @@ -65571,7 +65588,7 @@ export default { 87 ], "created_at": [ - 5243 + 5244 ], "custom_avatar_url": [ 87 @@ -65583,7 +65600,7 @@ export default { 87 ], "elo": [ - 2440 + 2441 ], "faceit_elo": [ 42 @@ -65598,31 +65615,31 @@ export default { 42 ], "faceit_updated_at": [ - 5243 + 5244 ], "faceit_url": [ 87 ], "friend_steam_id": [ - 313 + 314 ], "game_ban_count": [ 42 ], "invited_by_steam_id": [ - 313 + 314 ], "language": [ 87 ], "last_presence_state": [ - 2440 + 2441 ], "last_read_news_at": [ - 5243 + 5244 ], "last_sign_in_at": [ - 5243 + 5244 ], "name": [ 87 @@ -65634,25 +65651,25 @@ export default { 87 ], "player": [ - 4609 + 4610 ], "premier_rank": [ 42 ], "premier_rank_updated_at": [ - 5243 + 5244 ], "presence_updated_at": [ - 5243 + 5244 ], "profile_url": [ 87 ], "quiet_hours_end": [ - 5240 + 5241 ], "quiet_hours_start": [ - 5240 + 5241 ], "role": [ 87 @@ -65667,10 +65684,10 @@ export default { 87 ], "steam_bans_checked_at": [ - 5243 + 5244 ], "steam_id": [ - 313 + 314 ], "vac_ban_count": [ 42 @@ -65726,19 +65743,19 @@ export default { 41 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "premier_rank": [ 41 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -65755,7 +65772,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -65767,7 +65784,7 @@ export default { 85 ], "elo": [ - 2438 + 2439 ], "faceit_elo": [ 41 @@ -65782,31 +65799,31 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "language": [ 85 ], "last_presence_state": [ - 2438 + 2439 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -65818,25 +65835,25 @@ export default { 85 ], "player": [ - 4616 + 4617 ], "premier_rank": [ 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "presence_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ 85 @@ -65851,10 +65868,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -65874,7 +65891,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -65898,28 +65915,28 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "language": [ 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -65931,10 +65948,10 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "presence_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 @@ -65949,10 +65966,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -65963,94 +65980,94 @@ export default { }, "my_friends_max_order_by": { "avatar_url": [ - 3647 + 3648 ], "country": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "custom_avatar_url": [ - 3647 + 3648 ], "days_since_last_ban": [ - 3647 + 3648 ], "discord_id": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_nickname": [ - 3647 + 3648 ], "faceit_player_id": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "faceit_updated_at": [ - 3647 + 3648 ], "faceit_url": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "language": [ - 3647 + 3648 ], "last_read_news_at": [ - 3647 + 3648 ], "last_sign_in_at": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "notification_timezone": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "premier_rank_updated_at": [ - 3647 + 3648 ], "presence_updated_at": [ - 3647 + 3648 ], "profile_url": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "steam_bans_checked_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66064,7 +66081,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -66088,28 +66105,28 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "language": [ 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -66121,10 +66138,10 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "presence_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 @@ -66139,10 +66156,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -66153,94 +66170,94 @@ export default { }, "my_friends_min_order_by": { "avatar_url": [ - 3647 + 3648 ], "country": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "custom_avatar_url": [ - 3647 + 3648 ], "days_since_last_ban": [ - 3647 + 3648 ], "discord_id": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_nickname": [ - 3647 + 3648 ], "faceit_player_id": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "faceit_updated_at": [ - 3647 + 3648 ], "faceit_url": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "language": [ - 3647 + 3648 ], "last_read_news_at": [ - 3647 + 3648 ], "last_sign_in_at": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "notification_timezone": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "premier_rank_updated_at": [ - 3647 + 3648 ], "presence_updated_at": [ - 3647 + 3648 ], "profile_url": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "steam_bans_checked_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66251,7 +66268,7 @@ export default { 41 ], "returning": [ - 3495 + 3496 ], "__typename": [ 85 @@ -66259,118 +66276,118 @@ export default { }, "my_friends_order_by": { "avatar_url": [ - 3647 + 3648 ], "country": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "custom_avatar_url": [ - 3647 + 3648 ], "days_since_last_ban": [ - 3647 + 3648 ], "discord_id": [ - 3647 + 3648 ], "elo": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_nickname": [ - 3647 + 3648 ], "faceit_player_id": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "faceit_updated_at": [ - 3647 + 3648 ], "faceit_url": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "language": [ - 3647 + 3648 ], "last_presence_state": [ - 3647 + 3648 ], "last_read_news_at": [ - 3647 + 3648 ], "last_sign_in_at": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "name_registered": [ - 3647 + 3648 ], "notification_timezone": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "premier_rank": [ - 3647 + 3648 ], "premier_rank_updated_at": [ - 3647 + 3648 ], "presence_updated_at": [ - 3647 + 3648 ], "profile_url": [ - 3647 + 3648 ], "quiet_hours_end": [ - 3647 + 3648 ], "quiet_hours_start": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "show_match_ready_modal": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "steam_bans_checked_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "vac_banned": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66378,10 +66395,10 @@ export default { }, "my_friends_prepend_input": { "elo": [ - 2438 + 2439 ], "last_presence_state": [ - 2438 + 2439 ], "__typename": [ 85 @@ -66398,7 +66415,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -66410,7 +66427,7 @@ export default { 85 ], "elo": [ - 2438 + 2439 ], "faceit_elo": [ 41 @@ -66425,31 +66442,31 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "language": [ 85 ], "last_presence_state": [ - 2438 + 2439 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -66464,19 +66481,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "presence_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ 85 @@ -66491,10 +66508,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -66540,31 +66557,31 @@ export default { }, "my_friends_stddev_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66604,31 +66621,31 @@ export default { }, "my_friends_stddev_pop_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66668,31 +66685,31 @@ export default { }, "my_friends_stddev_samp_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66700,10 +66717,10 @@ export default { }, "my_friends_stream_cursor_input": { "initial_value": [ - 3531 + 3532 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -66717,7 +66734,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -66729,7 +66746,7 @@ export default { 85 ], "elo": [ - 2438 + 2439 ], "faceit_elo": [ 41 @@ -66744,31 +66761,31 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "language": [ 85 ], "last_presence_state": [ - 2438 + 2439 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -66783,19 +66800,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "presence_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ 85 @@ -66810,10 +66827,10 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -66836,19 +66853,19 @@ export default { 41 ], "friend_steam_id": [ - 311 + 312 ], "game_ban_count": [ 41 ], "invited_by_steam_id": [ - 311 + 312 ], "premier_rank": [ 41 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -66859,31 +66876,31 @@ export default { }, "my_friends_sum_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -66891,28 +66908,28 @@ export default { }, "my_friends_updates": { "_append": [ - 3503 + 3504 ], "_delete_at_path": [ - 3508 + 3509 ], "_delete_elem": [ - 3509 + 3510 ], "_delete_key": [ - 3510 + 3511 ], "_inc": [ - 3511 + 3512 ], "_prepend": [ - 3519 + 3520 ], "_set": [ - 3523 + 3524 ], "where": [ - 3507 + 3508 ], "__typename": [ 85 @@ -66952,31 +66969,31 @@ export default { }, "my_friends_var_pop_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -67016,31 +67033,31 @@ export default { }, "my_friends_var_samp_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -67080,31 +67097,31 @@ export default { }, "my_friends_variance_order_by": { "days_since_last_ban": [ - 3647 + 3648 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_skill_level": [ - 3647 + 3648 ], "friend_steam_id": [ - 3647 + 3648 ], "game_ban_count": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "vac_ban_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -67112,10 +67129,10 @@ export default { }, "news_articles": { "author": [ - 4605 + 4606 ], "author_steam_id": [ - 311 + 312 ], "content_markdown": [ 85 @@ -67124,13 +67141,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "published_at": [ - 5242 + 5243 ], "slug": [ 85 @@ -67145,10 +67162,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67156,10 +67173,10 @@ export default { }, "news_articles_aggregate": { "aggregate": [ - 3543 + 3544 ], "nodes": [ - 3541 + 3542 ], "__typename": [ 85 @@ -67167,13 +67184,13 @@ export default { }, "news_articles_aggregate_fields": { "avg": [ - 3544 + 3545 ], "count": [ 41, { "columns": [ - 3555, + 3556, "[news_articles_select_column!]" ], "distinct": [ @@ -67182,31 +67199,31 @@ export default { } ], "max": [ - 3549 + 3550 ], "min": [ - 3550 + 3551 ], "stddev": [ - 3557 + 3558 ], "stddev_pop": [ - 3558 + 3559 ], "stddev_samp": [ - 3559 + 3560 ], "sum": [ - 3562 + 3563 ], "var_pop": [ - 3565 + 3566 ], "var_samp": [ - 3566 + 3567 ], "variance": [ - 3567 + 3568 ], "__typename": [ 85 @@ -67225,19 +67242,19 @@ export default { }, "news_articles_bool_exp": { "_and": [ - 3545 + 3546 ], "_not": [ - 3545 + 3546 ], "_or": [ - 3545 + 3546 ], "author": [ - 4609 + 4610 ], "author_steam_id": [ - 313 + 314 ], "content_markdown": [ 87 @@ -67246,13 +67263,13 @@ export default { 87 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "published_at": [ - 5243 + 5244 ], "slug": [ 87 @@ -67267,10 +67284,10 @@ export default { 87 ], "updated_at": [ - 5243 + 5244 ], "view_count": [ - 313 + 314 ], "__typename": [ 85 @@ -67279,10 +67296,10 @@ export default { "news_articles_constraint": {}, "news_articles_inc_input": { "author_steam_id": [ - 311 + 312 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67290,10 +67307,10 @@ export default { }, "news_articles_insert_input": { "author": [ - 4616 + 4617 ], "author_steam_id": [ - 311 + 312 ], "content_markdown": [ 85 @@ -67302,13 +67319,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "published_at": [ - 5242 + 5243 ], "slug": [ 85 @@ -67323,10 +67340,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67334,7 +67351,7 @@ export default { }, "news_articles_max_fields": { "author_steam_id": [ - 311 + 312 ], "content_markdown": [ 85 @@ -67343,13 +67360,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "published_at": [ - 5242 + 5243 ], "slug": [ 85 @@ -67364,10 +67381,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67375,7 +67392,7 @@ export default { }, "news_articles_min_fields": { "author_steam_id": [ - 311 + 312 ], "content_markdown": [ 85 @@ -67384,13 +67401,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "published_at": [ - 5242 + 5243 ], "slug": [ 85 @@ -67405,10 +67422,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67419,7 +67436,7 @@ export default { 41 ], "returning": [ - 3541 + 3542 ], "__typename": [ 85 @@ -67427,13 +67444,13 @@ export default { }, "news_articles_on_conflict": { "constraint": [ - 3546 + 3547 ], "update_columns": [ - 3563 + 3564 ], "where": [ - 3545 + 3546 ], "__typename": [ 85 @@ -67441,43 +67458,43 @@ export default { }, "news_articles_order_by": { "author": [ - 4618 + 4619 ], "author_steam_id": [ - 3647 + 3648 ], "content_markdown": [ - 3647 + 3648 ], "cover_image_url": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "published_at": [ - 3647 + 3648 ], "slug": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "teaser": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "view_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -67485,7 +67502,7 @@ export default { }, "news_articles_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -67494,7 +67511,7 @@ export default { "news_articles_select_column": {}, "news_articles_set_input": { "author_steam_id": [ - 311 + 312 ], "content_markdown": [ 85 @@ -67503,13 +67520,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "published_at": [ - 5242 + 5243 ], "slug": [ 85 @@ -67524,10 +67541,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67568,10 +67585,10 @@ export default { }, "news_articles_stream_cursor_input": { "initial_value": [ - 3561 + 3562 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -67579,7 +67596,7 @@ export default { }, "news_articles_stream_cursor_value_input": { "author_steam_id": [ - 311 + 312 ], "content_markdown": [ 85 @@ -67588,13 +67605,13 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "published_at": [ - 5242 + 5243 ], "slug": [ 85 @@ -67609,10 +67626,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67620,10 +67637,10 @@ export default { }, "news_articles_sum_fields": { "author_steam_id": [ - 311 + 312 ], "view_count": [ - 311 + 312 ], "__typename": [ 85 @@ -67632,13 +67649,13 @@ export default { "news_articles_update_column": {}, "news_articles_updates": { "_inc": [ - 3547 + 3548 ], "_set": [ - 3556 + 3557 ], "where": [ - 3545 + 3546 ], "__typename": [ 85 @@ -67688,10 +67705,10 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -67699,10 +67716,10 @@ export default { }, "notification_preferences_aggregate": { "aggregate": [ - 3570 + 3571 ], "nodes": [ - 3568 + 3569 ], "__typename": [ 85 @@ -67710,13 +67727,13 @@ export default { }, "notification_preferences_aggregate_fields": { "avg": [ - 3571 + 3572 ], "count": [ 41, { "columns": [ - 3582, + 3583, "[notification_preferences_select_column!]" ], "distinct": [ @@ -67725,31 +67742,31 @@ export default { } ], "max": [ - 3576 + 3577 ], "min": [ - 3577 + 3578 ], "stddev": [ - 3584 + 3585 ], "stddev_pop": [ - 3585 + 3586 ], "stddev_samp": [ - 3586 + 3587 ], "sum": [ - 3589 + 3590 ], "var_pop": [ - 3592 + 3593 ], "var_samp": [ - 3593 + 3594 ], "variance": [ - 3594 + 3595 ], "__typename": [ 85 @@ -67765,13 +67782,13 @@ export default { }, "notification_preferences_bool_exp": { "_and": [ - 3572 + 3573 ], "_not": [ - 3572 + 3573 ], "_or": [ - 3572 + 3573 ], "channel": [ 87 @@ -67783,10 +67800,10 @@ export default { 87 ], "steam_id": [ - 313 + 314 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -67795,7 +67812,7 @@ export default { "notification_preferences_constraint": {}, "notification_preferences_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -67812,10 +67829,10 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -67829,10 +67846,10 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -67846,10 +67863,10 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -67860,7 +67877,7 @@ export default { 41 ], "returning": [ - 3568 + 3569 ], "__typename": [ 85 @@ -67868,13 +67885,13 @@ export default { }, "notification_preferences_on_conflict": { "constraint": [ - 3573 + 3574 ], "update_columns": [ - 3590 + 3591 ], "where": [ - 3572 + 3573 ], "__typename": [ 85 @@ -67882,19 +67899,19 @@ export default { }, "notification_preferences_order_by": { "channel": [ - 3647 + 3648 ], "enabled": [ - 3647 + 3648 ], "key": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -67908,7 +67925,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -67926,10 +67943,10 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -67961,10 +67978,10 @@ export default { }, "notification_preferences_stream_cursor_input": { "initial_value": [ - 3588 + 3589 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -67981,10 +67998,10 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -67992,7 +68009,7 @@ export default { }, "notification_preferences_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -68001,13 +68018,13 @@ export default { "notification_preferences_update_column": {}, "notification_preferences_updates": { "_inc": [ - 3574 + 3575 ], "_set": [ - 3583 + 3584 ], "where": [ - 3572 + 3573 ], "__typename": [ 85 @@ -68039,7 +68056,7 @@ export default { }, "notifications": { "actions": [ - 2438, + 2439, { "path": [ 85 @@ -68047,10 +68064,10 @@ export default { } ], "created_at": [ - 5242 + 5243 ], "data": [ - 2438, + 2439, { "path": [ 85 @@ -68061,13 +68078,13 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "entity_id": [ 85 ], "id": [ - 6603 + 6672 ], "in_app": [ 6 @@ -68079,19 +68096,19 @@ export default { 85 ], "player": [ - 4605 + 4606 ], "role": [ - 1285 + 1286 ], "steam_id": [ - 311 + 312 ], "title": [ 85 ], "type": [ - 1245 + 1246 ], "__typename": [ 85 @@ -68099,10 +68116,10 @@ export default { }, "notifications_aggregate": { "aggregate": [ - 3601 + 3602 ], "nodes": [ - 3595 + 3596 ], "__typename": [ 85 @@ -68110,13 +68127,13 @@ export default { }, "notifications_aggregate_bool_exp": { "bool_and": [ - 3598 + 3599 ], "bool_or": [ - 3599 + 3600 ], "count": [ - 3600 + 3601 ], "__typename": [ 85 @@ -68124,13 +68141,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_and": { "arguments": [ - 3624 + 3625 ], "distinct": [ 6 ], "filter": [ - 3607 + 3608 ], "predicate": [ 7 @@ -68141,13 +68158,13 @@ export default { }, "notifications_aggregate_bool_exp_bool_or": { "arguments": [ - 3625 + 3626 ], "distinct": [ 6 ], "filter": [ - 3607 + 3608 ], "predicate": [ 7 @@ -68158,13 +68175,13 @@ export default { }, "notifications_aggregate_bool_exp_count": { "arguments": [ - 3623 + 3624 ], "distinct": [ 6 ], "filter": [ - 3607 + 3608 ], "predicate": [ 42 @@ -68175,13 +68192,13 @@ export default { }, "notifications_aggregate_fields": { "avg": [ - 3605 + 3606 ], "count": [ 41, { "columns": [ - 3623, + 3624, "[notifications_select_column!]" ], "distinct": [ @@ -68190,31 +68207,31 @@ export default { } ], "max": [ - 3614 + 3615 ], "min": [ - 3616 + 3617 ], "stddev": [ - 3627 + 3628 ], "stddev_pop": [ - 3629 + 3630 ], "stddev_samp": [ - 3631 + 3632 ], "sum": [ - 3635 + 3636 ], "var_pop": [ - 3639 + 3640 ], "var_samp": [ - 3641 + 3642 ], "variance": [ - 3643 + 3644 ], "__typename": [ 85 @@ -68222,37 +68239,37 @@ export default { }, "notifications_aggregate_order_by": { "avg": [ - 3606 + 3607 ], "count": [ - 3647 + 3648 ], "max": [ - 3615 + 3616 ], "min": [ - 3617 + 3618 ], "stddev": [ - 3628 + 3629 ], "stddev_pop": [ - 3630 + 3631 ], "stddev_samp": [ - 3632 + 3633 ], "sum": [ - 3636 + 3637 ], "var_pop": [ - 3640 + 3641 ], "var_samp": [ - 3642 + 3643 ], "variance": [ - 3644 + 3645 ], "__typename": [ 85 @@ -68260,10 +68277,10 @@ export default { }, "notifications_append_input": { "actions": [ - 2438 + 2439 ], "data": [ - 2438 + 2439 ], "__typename": [ 85 @@ -68271,10 +68288,10 @@ export default { }, "notifications_arr_rel_insert_input": { "data": [ - 3613 + 3614 ], "on_conflict": [ - 3619 + 3620 ], "__typename": [ 85 @@ -68290,7 +68307,7 @@ export default { }, "notifications_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68298,34 +68315,34 @@ export default { }, "notifications_bool_exp": { "_and": [ - 3607 + 3608 ], "_not": [ - 3607 + 3608 ], "_or": [ - 3607 + 3608 ], "actions": [ - 2440 + 2441 ], "created_at": [ - 5243 + 5244 ], "data": [ - 2440 + 2441 ], "deletable": [ 7 ], "deleted_at": [ - 5243 + 5244 ], "entity_id": [ 87 ], "id": [ - 6605 + 6674 ], "in_app": [ 7 @@ -68337,19 +68354,19 @@ export default { 87 ], "player": [ - 4609 + 4610 ], "role": [ - 1286 + 1287 ], "steam_id": [ - 313 + 314 ], "title": [ 87 ], "type": [ - 1246 + 1247 ], "__typename": [ 85 @@ -68391,7 +68408,7 @@ export default { }, "notifications_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -68399,25 +68416,25 @@ export default { }, "notifications_insert_input": { "actions": [ - 2438 + 2439 ], "created_at": [ - 5242 + 5243 ], "data": [ - 2438 + 2439 ], "deletable": [ 6 ], "deleted_at": [ - 5242 + 5243 ], "entity_id": [ 85 ], "id": [ - 6603 + 6672 ], "in_app": [ 6 @@ -68429,19 +68446,19 @@ export default { 85 ], "player": [ - 4616 + 4617 ], "role": [ - 1285 + 1286 ], "steam_id": [ - 311 + 312 ], "title": [ 85 ], "type": [ - 1245 + 1246 ], "__typename": [ 85 @@ -68449,22 +68466,22 @@ export default { }, "notifications_max_fields": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "entity_id": [ 85 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "steam_id": [ - 311 + 312 ], "title": [ 85 @@ -68475,25 +68492,25 @@ export default { }, "notifications_max_order_by": { "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "entity_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68501,22 +68518,22 @@ export default { }, "notifications_min_fields": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "entity_id": [ 85 ], "id": [ - 6603 + 6672 ], "message": [ 85 ], "steam_id": [ - 311 + 312 ], "title": [ 85 @@ -68527,25 +68544,25 @@ export default { }, "notifications_min_order_by": { "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "entity_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68556,7 +68573,7 @@ export default { 41 ], "returning": [ - 3595 + 3596 ], "__typename": [ 85 @@ -68564,13 +68581,13 @@ export default { }, "notifications_on_conflict": { "constraint": [ - 3608 + 3609 ], "update_columns": [ - 3637 + 3638 ], "where": [ - 3607 + 3608 ], "__typename": [ 85 @@ -68578,49 +68595,49 @@ export default { }, "notifications_order_by": { "actions": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "data": [ - 3647 + 3648 ], "deletable": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "entity_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "in_app": [ - 3647 + 3648 ], "is_read": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "role": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68628,7 +68645,7 @@ export default { }, "notifications_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -68636,10 +68653,10 @@ export default { }, "notifications_prepend_input": { "actions": [ - 2438 + 2439 ], "data": [ - 2438 + 2439 ], "__typename": [ 85 @@ -68650,25 +68667,25 @@ export default { "notifications_select_column_notifications_aggregate_bool_exp_bool_or_arguments_columns": {}, "notifications_set_input": { "actions": [ - 2438 + 2439 ], "created_at": [ - 5242 + 5243 ], "data": [ - 2438 + 2439 ], "deletable": [ 6 ], "deleted_at": [ - 5242 + 5243 ], "entity_id": [ 85 ], "id": [ - 6603 + 6672 ], "in_app": [ 6 @@ -68680,16 +68697,16 @@ export default { 85 ], "role": [ - 1285 + 1286 ], "steam_id": [ - 311 + 312 ], "title": [ 85 ], "type": [ - 1245 + 1246 ], "__typename": [ 85 @@ -68705,7 +68722,7 @@ export default { }, "notifications_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68721,7 +68738,7 @@ export default { }, "notifications_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68737,7 +68754,7 @@ export default { }, "notifications_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68745,10 +68762,10 @@ export default { }, "notifications_stream_cursor_input": { "initial_value": [ - 3634 + 3635 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -68756,25 +68773,25 @@ export default { }, "notifications_stream_cursor_value_input": { "actions": [ - 2438 + 2439 ], "created_at": [ - 5242 + 5243 ], "data": [ - 2438 + 2439 ], "deletable": [ 6 ], "deleted_at": [ - 5242 + 5243 ], "entity_id": [ 85 ], "id": [ - 6603 + 6672 ], "in_app": [ 6 @@ -68786,16 +68803,16 @@ export default { 85 ], "role": [ - 1285 + 1286 ], "steam_id": [ - 311 + 312 ], "title": [ 85 ], "type": [ - 1245 + 1246 ], "__typename": [ 85 @@ -68803,7 +68820,7 @@ export default { }, "notifications_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -68811,7 +68828,7 @@ export default { }, "notifications_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68820,28 +68837,28 @@ export default { "notifications_update_column": {}, "notifications_updates": { "_append": [ - 3603 + 3604 ], "_delete_at_path": [ - 3609 + 3610 ], "_delete_elem": [ - 3610 + 3611 ], "_delete_key": [ - 3611 + 3612 ], "_inc": [ - 3612 + 3613 ], "_prepend": [ - 3622 + 3623 ], "_set": [ - 3626 + 3627 ], "where": [ - 3607 + 3608 ], "__typename": [ 85 @@ -68857,7 +68874,7 @@ export default { }, "notifications_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68873,7 +68890,7 @@ export default { }, "notifications_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68889,7 +68906,7 @@ export default { }, "notifications_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -68898,31 +68915,31 @@ export default { "numeric": {}, "numeric_comparison_exp": { "_eq": [ - 3645 + 3646 ], "_gt": [ - 3645 + 3646 ], "_gte": [ - 3645 + 3646 ], "_in": [ - 3645 + 3646 ], "_is_null": [ 6 ], "_lt": [ - 3645 + 3646 ], "_lte": [ - 3645 + 3646 ], "_neq": [ - 3645 + 3646 ], "_nin": [ - 3645 + 3646 ], "__typename": [ 85 @@ -68931,19 +68948,19 @@ export default { "order_by": {}, "pending_match_import_players": { "created_at": [ - 5242 + 5243 ], "pending_match_import": [ - 3689 + 3690 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -68951,10 +68968,10 @@ export default { }, "pending_match_import_players_aggregate": { "aggregate": [ - 3652 + 3653 ], "nodes": [ - 3648 + 3649 ], "__typename": [ 85 @@ -68962,7 +68979,7 @@ export default { }, "pending_match_import_players_aggregate_bool_exp": { "count": [ - 3651 + 3652 ], "__typename": [ 85 @@ -68970,13 +68987,13 @@ export default { }, "pending_match_import_players_aggregate_bool_exp_count": { "arguments": [ - 3669 + 3670 ], "distinct": [ 6 ], "filter": [ - 3657 + 3658 ], "predicate": [ 42 @@ -68987,13 +69004,13 @@ export default { }, "pending_match_import_players_aggregate_fields": { "avg": [ - 3655 + 3656 ], "count": [ 41, { "columns": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "distinct": [ @@ -69001,44 +69018,6 @@ export default { ] } ], - "max": [ - 3661 - ], - "min": [ - 3663 - ], - "stddev": [ - 3671 - ], - "stddev_pop": [ - 3673 - ], - "stddev_samp": [ - 3675 - ], - "sum": [ - 3679 - ], - "var_pop": [ - 3683 - ], - "var_samp": [ - 3685 - ], - "variance": [ - 3687 - ], - "__typename": [ - 85 - ] - }, - "pending_match_import_players_aggregate_order_by": { - "avg": [ - 3656 - ], - "count": [ - 3647 - ], "max": [ 3662 ], @@ -69070,12 +69049,50 @@ export default { 85 ] }, + "pending_match_import_players_aggregate_order_by": { + "avg": [ + 3657 + ], + "count": [ + 3648 + ], + "max": [ + 3663 + ], + "min": [ + 3665 + ], + "stddev": [ + 3673 + ], + "stddev_pop": [ + 3675 + ], + "stddev_samp": [ + 3677 + ], + "sum": [ + 3681 + ], + "var_pop": [ + 3685 + ], + "var_samp": [ + 3687 + ], + "variance": [ + 3689 + ], + "__typename": [ + 85 + ] + }, "pending_match_import_players_arr_rel_insert_input": { "data": [ - 3660 + 3661 ], "on_conflict": [ - 3666 + 3667 ], "__typename": [ 85 @@ -69094,10 +69111,10 @@ export default { }, "pending_match_import_players_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69105,28 +69122,28 @@ export default { }, "pending_match_import_players_bool_exp": { "_and": [ - 3657 + 3658 ], "_not": [ - 3657 + 3658 ], "_or": [ - 3657 + 3658 ], "created_at": [ - 5243 + 5244 ], "pending_match_import": [ - 3693 + 3694 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "valve_match_id": [ - 3646 + 3647 ], "__typename": [ 85 @@ -69135,10 +69152,10 @@ export default { "pending_match_import_players_constraint": {}, "pending_match_import_players_inc_input": { "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69146,19 +69163,19 @@ export default { }, "pending_match_import_players_insert_input": { "created_at": [ - 5242 + 5243 ], "pending_match_import": [ - 3700 + 3701 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69166,13 +69183,13 @@ export default { }, "pending_match_import_players_max_fields": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69180,13 +69197,13 @@ export default { }, "pending_match_import_players_max_order_by": { "created_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69194,13 +69211,13 @@ export default { }, "pending_match_import_players_min_fields": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69208,13 +69225,13 @@ export default { }, "pending_match_import_players_min_order_by": { "created_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69225,7 +69242,7 @@ export default { 41 ], "returning": [ - 3648 + 3649 ], "__typename": [ 85 @@ -69233,13 +69250,13 @@ export default { }, "pending_match_import_players_on_conflict": { "constraint": [ - 3658 + 3659 ], "update_columns": [ - 3681 + 3682 ], "where": [ - 3657 + 3658 ], "__typename": [ 85 @@ -69247,19 +69264,19 @@ export default { }, "pending_match_import_players_order_by": { "created_at": [ - 3647 + 3648 ], "pending_match_import": [ - 3702 + 3703 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69267,10 +69284,10 @@ export default { }, "pending_match_import_players_pk_columns_input": { "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69279,13 +69296,13 @@ export default { "pending_match_import_players_select_column": {}, "pending_match_import_players_set_input": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69304,10 +69321,10 @@ export default { }, "pending_match_import_players_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69326,10 +69343,10 @@ export default { }, "pending_match_import_players_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69348,10 +69365,10 @@ export default { }, "pending_match_import_players_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69359,10 +69376,10 @@ export default { }, "pending_match_import_players_stream_cursor_input": { "initial_value": [ - 3678 + 3679 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -69370,13 +69387,13 @@ export default { }, "pending_match_import_players_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69384,10 +69401,10 @@ export default { }, "pending_match_import_players_sum_fields": { "steam_id": [ - 311 + 312 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69395,10 +69412,10 @@ export default { }, "pending_match_import_players_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69407,13 +69424,13 @@ export default { "pending_match_import_players_update_column": {}, "pending_match_import_players_updates": { "_inc": [ - 3659 + 3660 ], "_set": [ - 3670 + 3671 ], "where": [ - 3657 + 3658 ], "__typename": [ 85 @@ -69432,10 +69449,10 @@ export default { }, "pending_match_import_players_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69454,10 +69471,10 @@ export default { }, "pending_match_import_players_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69476,10 +69493,10 @@ export default { }, "pending_match_import_players_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69487,7 +69504,7 @@ export default { }, "pending_match_imports": { "created_at": [ - 5242 + 5243 ], "demo_url": [ 85 @@ -69499,13 +69516,13 @@ export default { 85 ], "match_start_time": [ - 5242 + 5243 ], "players": [ - 3648, + 3649, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -69515,19 +69532,19 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "players_aggregate": [ - 3649, + 3650, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -69537,11 +69554,11 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], @@ -69552,10 +69569,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69563,10 +69580,10 @@ export default { }, "pending_match_imports_aggregate": { "aggregate": [ - 3691 + 3692 ], "nodes": [ - 3689 + 3690 ], "__typename": [ 85 @@ -69574,13 +69591,13 @@ export default { }, "pending_match_imports_aggregate_fields": { "avg": [ - 3692 + 3693 ], "count": [ 41, { "columns": [ - 3704, + 3705, "[pending_match_imports_select_column!]" ], "distinct": [ @@ -69589,31 +69606,31 @@ export default { } ], "max": [ - 3697 + 3698 ], "min": [ - 3698 + 3699 ], "stddev": [ - 3706 + 3707 ], "stddev_pop": [ - 3707 + 3708 ], "stddev_samp": [ - 3708 + 3709 ], "sum": [ - 3711 + 3712 ], "var_pop": [ - 3714 + 3715 ], "var_samp": [ - 3715 + 3716 ], "variance": [ - 3716 + 3717 ], "__typename": [ 85 @@ -69629,16 +69646,16 @@ export default { }, "pending_match_imports_bool_exp": { "_and": [ - 3693 + 3694 ], "_not": [ - 3693 + 3694 ], "_or": [ - 3693 + 3694 ], "created_at": [ - 5243 + 5244 ], "demo_url": [ 87 @@ -69650,13 +69667,13 @@ export default { 87 ], "match_start_time": [ - 5243 + 5244 ], "players": [ - 3657 + 3658 ], "players_aggregate": [ - 3650 + 3651 ], "share_code": [ 87 @@ -69665,10 +69682,10 @@ export default { 87 ], "updated_at": [ - 5243 + 5244 ], "valve_match_id": [ - 3646 + 3647 ], "__typename": [ 85 @@ -69677,7 +69694,7 @@ export default { "pending_match_imports_constraint": {}, "pending_match_imports_inc_input": { "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69685,7 +69702,7 @@ export default { }, "pending_match_imports_insert_input": { "created_at": [ - 5242 + 5243 ], "demo_url": [ 85 @@ -69697,10 +69714,10 @@ export default { 85 ], "match_start_time": [ - 5242 + 5243 ], "players": [ - 3654 + 3655 ], "share_code": [ 85 @@ -69709,10 +69726,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69720,7 +69737,7 @@ export default { }, "pending_match_imports_max_fields": { "created_at": [ - 5242 + 5243 ], "demo_url": [ 85 @@ -69732,7 +69749,7 @@ export default { 85 ], "match_start_time": [ - 5242 + 5243 ], "share_code": [ 85 @@ -69741,10 +69758,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69752,7 +69769,7 @@ export default { }, "pending_match_imports_min_fields": { "created_at": [ - 5242 + 5243 ], "demo_url": [ 85 @@ -69764,7 +69781,7 @@ export default { 85 ], "match_start_time": [ - 5242 + 5243 ], "share_code": [ 85 @@ -69773,10 +69790,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69787,7 +69804,7 @@ export default { 41 ], "returning": [ - 3689 + 3690 ], "__typename": [ 85 @@ -69795,10 +69812,10 @@ export default { }, "pending_match_imports_obj_rel_insert_input": { "data": [ - 3696 + 3697 ], "on_conflict": [ - 3701 + 3702 ], "__typename": [ 85 @@ -69806,13 +69823,13 @@ export default { }, "pending_match_imports_on_conflict": { "constraint": [ - 3694 + 3695 ], "update_columns": [ - 3712 + 3713 ], "where": [ - 3693 + 3694 ], "__typename": [ 85 @@ -69820,34 +69837,34 @@ export default { }, "pending_match_imports_order_by": { "created_at": [ - 3647 + 3648 ], "demo_url": [ - 3647 + 3648 ], "error": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match_start_time": [ - 3647 + 3648 ], "players_aggregate": [ - 3653 + 3654 ], "share_code": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "valve_match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -69855,7 +69872,7 @@ export default { }, "pending_match_imports_pk_columns_input": { "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69864,7 +69881,7 @@ export default { "pending_match_imports_select_column": {}, "pending_match_imports_set_input": { "created_at": [ - 5242 + 5243 ], "demo_url": [ 85 @@ -69876,7 +69893,7 @@ export default { 85 ], "match_start_time": [ - 5242 + 5243 ], "share_code": [ 85 @@ -69885,10 +69902,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69920,10 +69937,10 @@ export default { }, "pending_match_imports_stream_cursor_input": { "initial_value": [ - 3710 + 3711 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -69931,7 +69948,7 @@ export default { }, "pending_match_imports_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "demo_url": [ 85 @@ -69943,7 +69960,7 @@ export default { 85 ], "match_start_time": [ - 5242 + 5243 ], "share_code": [ 85 @@ -69952,10 +69969,10 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69963,7 +69980,7 @@ export default { }, "pending_match_imports_sum_fields": { "valve_match_id": [ - 3645 + 3646 ], "__typename": [ 85 @@ -69972,13 +69989,13 @@ export default { "pending_match_imports_update_column": {}, "pending_match_imports_updates": { "_inc": [ - 3695 + 3696 ], "_set": [ - 3705 + 3706 ], "where": [ - 3693 + 3694 ], "__typename": [ 85 @@ -70010,10 +70027,10 @@ export default { }, "player_aim_stats_demo": { "attacker": [ - 4605 + 4606 ], "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70025,7 +70042,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70043,16 +70060,16 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "non_awp_hits": [ 41 @@ -70073,7 +70090,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70084,10 +70101,10 @@ export default { }, "player_aim_stats_demo_aggregate": { "aggregate": [ - 3719 + 3720 ], "nodes": [ - 3717 + 3718 ], "__typename": [ 85 @@ -70095,13 +70112,13 @@ export default { }, "player_aim_stats_demo_aggregate_fields": { "avg": [ - 3720 + 3721 ], "count": [ 41, { "columns": [ - 3731, + 3732, "[player_aim_stats_demo_select_column!]" ], "distinct": [ @@ -70110,31 +70127,31 @@ export default { } ], "max": [ - 3725 + 3726 ], "min": [ - 3726 + 3727 ], "stddev": [ - 3733 + 3734 ], "stddev_pop": [ - 3734 + 3735 ], "stddev_samp": [ - 3735 + 3736 ], "sum": [ - 3738 + 3739 ], "var_pop": [ - 3741 + 3742 ], "var_samp": [ - 3742 + 3743 ], "variance": [ - 3743 + 3744 ], "__typename": [ 85 @@ -70201,19 +70218,19 @@ export default { }, "player_aim_stats_demo_bool_exp": { "_and": [ - 3721 + 3722 ], "_not": [ - 3721 + 3722 ], "_or": [ - 3721 + 3722 ], "attacker": [ - 4609 + 4610 ], "attacker_steam_id": [ - 313 + 314 ], "counter_strafe_eligible_shots": [ 42 @@ -70225,7 +70242,7 @@ export default { 42 ], "crosshair_angle_sum_deg": [ - 3646 + 3647 ], "first_bullet_hits": [ 42 @@ -70243,16 +70260,16 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "non_awp_hits": [ 42 @@ -70273,7 +70290,7 @@ export default { 42 ], "time_to_damage_sum_s": [ - 3646 + 3647 ], "total_engagement_frames": [ 42 @@ -70285,7 +70302,7 @@ export default { "player_aim_stats_demo_constraint": {}, "player_aim_stats_demo_inc_input": { "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70297,7 +70314,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70333,7 +70350,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70344,10 +70361,10 @@ export default { }, "player_aim_stats_demo_insert_input": { "attacker": [ - 4616 + 4617 ], "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70359,7 +70376,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70377,16 +70394,16 @@ export default { 41 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "non_awp_hits": [ 41 @@ -70407,7 +70424,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70418,7 +70435,7 @@ export default { }, "player_aim_stats_demo_max_fields": { "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70430,7 +70447,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70448,10 +70465,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "non_awp_hits": [ 41 @@ -70472,7 +70489,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70483,7 +70500,7 @@ export default { }, "player_aim_stats_demo_min_fields": { "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70495,7 +70512,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70513,10 +70530,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "non_awp_hits": [ 41 @@ -70537,7 +70554,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70551,7 +70568,7 @@ export default { 41 ], "returning": [ - 3717 + 3718 ], "__typename": [ 85 @@ -70559,13 +70576,13 @@ export default { }, "player_aim_stats_demo_on_conflict": { "constraint": [ - 3722 + 3723 ], "update_columns": [ - 3739 + 3740 ], "where": [ - 3721 + 3722 ], "__typename": [ 85 @@ -70573,73 +70590,73 @@ export default { }, "player_aim_stats_demo_order_by": { "attacker": [ - 4618 + 4619 ], "attacker_steam_id": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "__typename": [ 85 @@ -70647,10 +70664,10 @@ export default { }, "player_aim_stats_demo_pk_columns_input": { "attacker_steam_id": [ - 311 + 312 ], "match_map_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -70659,7 +70676,7 @@ export default { "player_aim_stats_demo_select_column": {}, "player_aim_stats_demo_set_input": { "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70671,7 +70688,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70689,10 +70706,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "non_awp_hits": [ 41 @@ -70713,7 +70730,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70901,10 +70918,10 @@ export default { }, "player_aim_stats_demo_stream_cursor_input": { "initial_value": [ - 3737 + 3738 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -70912,7 +70929,7 @@ export default { }, "player_aim_stats_demo_stream_cursor_value_input": { "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70924,7 +70941,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -70942,10 +70959,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "non_awp_hits": [ 41 @@ -70966,7 +70983,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -70977,7 +70994,7 @@ export default { }, "player_aim_stats_demo_sum_fields": { "attacker_steam_id": [ - 311 + 312 ], "counter_strafe_eligible_shots": [ 41 @@ -70989,7 +71006,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "first_bullet_hits": [ 41 @@ -71025,7 +71042,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -71037,13 +71054,13 @@ export default { "player_aim_stats_demo_update_column": {}, "player_aim_stats_demo_updates": { "_inc": [ - 3723 + 3724 ], "_set": [ - 3732 + 3733 ], "where": [ - 3721 + 3722 ], "__typename": [ 85 @@ -71240,19 +71257,19 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "shots": [ 41 @@ -71261,7 +71278,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -71272,10 +71289,10 @@ export default { }, "player_aim_weapon_stats_aggregate": { "aggregate": [ - 3748 + 3749 ], "nodes": [ - 3744 + 3745 ], "__typename": [ 85 @@ -71283,7 +71300,7 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp": { "count": [ - 3747 + 3748 ], "__typename": [ 85 @@ -71291,13 +71308,13 @@ export default { }, "player_aim_weapon_stats_aggregate_bool_exp_count": { "arguments": [ - 3765 + 3766 ], "distinct": [ 6 ], "filter": [ - 3753 + 3754 ], "predicate": [ 42 @@ -71308,13 +71325,13 @@ export default { }, "player_aim_weapon_stats_aggregate_fields": { "avg": [ - 3751 + 3752 ], "count": [ 41, { "columns": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "distinct": [ @@ -71323,31 +71340,31 @@ export default { } ], "max": [ - 3757 + 3758 ], "min": [ - 3759 + 3760 ], "stddev": [ - 3767 + 3768 ], "stddev_pop": [ - 3769 + 3770 ], "stddev_samp": [ - 3771 + 3772 ], "sum": [ - 3775 + 3776 ], "var_pop": [ - 3779 + 3780 ], "var_samp": [ - 3781 + 3782 ], "variance": [ - 3783 + 3784 ], "__typename": [ 85 @@ -71355,37 +71372,37 @@ export default { }, "player_aim_weapon_stats_aggregate_order_by": { "avg": [ - 3752 + 3753 ], "count": [ - 3647 + 3648 ], "max": [ - 3758 + 3759 ], "min": [ - 3760 + 3761 ], "stddev": [ - 3768 + 3769 ], "stddev_pop": [ - 3770 + 3771 ], "stddev_samp": [ - 3772 + 3773 ], "sum": [ - 3776 + 3777 ], "var_pop": [ - 3780 + 3781 ], "var_samp": [ - 3782 + 3783 ], "variance": [ - 3784 + 3785 ], "__typename": [ 85 @@ -71393,10 +71410,10 @@ export default { }, "player_aim_weapon_stats_arr_rel_insert_input": { "data": [ - 3756 + 3757 ], "on_conflict": [ - 3762 + 3763 ], "__typename": [ 85 @@ -71430,25 +71447,25 @@ export default { }, "player_aim_weapon_stats_avg_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71456,13 +71473,13 @@ export default { }, "player_aim_weapon_stats_bool_exp": { "_and": [ - 3753 + 3754 ], "_not": [ - 3753 + 3754 ], "_or": [ - 3753 + 3754 ], "first_bullet_hits": [ 42 @@ -71477,19 +71494,19 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "shots": [ 42 @@ -71498,7 +71515,7 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "weapon_class": [ 87 @@ -71528,7 +71545,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -71548,19 +71565,19 @@ export default { 41 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "shots": [ 41 @@ -71569,7 +71586,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -71592,10 +71609,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -71604,7 +71621,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -71615,34 +71632,34 @@ export default { }, "player_aim_weapon_stats_max_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "weapon_class": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71662,10 +71679,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -71674,7 +71691,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -71685,34 +71702,34 @@ export default { }, "player_aim_weapon_stats_min_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "weapon_class": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71723,7 +71740,7 @@ export default { 41 ], "returning": [ - 3744 + 3745 ], "__typename": [ 85 @@ -71731,13 +71748,13 @@ export default { }, "player_aim_weapon_stats_on_conflict": { "constraint": [ - 3754 + 3755 ], "update_columns": [ - 3777 + 3778 ], "where": [ - 3753 + 3754 ], "__typename": [ 85 @@ -71745,43 +71762,43 @@ export default { }, "player_aim_weapon_stats_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "weapon_class": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71789,10 +71806,10 @@ export default { }, "player_aim_weapon_stats_pk_columns_input": { "match_map_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -71816,10 +71833,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -71828,7 +71845,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -71865,25 +71882,25 @@ export default { }, "player_aim_weapon_stats_stddev_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71917,25 +71934,25 @@ export default { }, "player_aim_weapon_stats_stddev_pop_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71969,25 +71986,25 @@ export default { }, "player_aim_weapon_stats_stddev_samp_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -71995,10 +72012,10 @@ export default { }, "player_aim_weapon_stats_stream_cursor_input": { "initial_value": [ - 3774 + 3775 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -72018,10 +72035,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -72030,7 +72047,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -72059,7 +72076,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -72067,25 +72084,25 @@ export default { }, "player_aim_weapon_stats_sum_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72094,13 +72111,13 @@ export default { "player_aim_weapon_stats_update_column": {}, "player_aim_weapon_stats_updates": { "_inc": [ - 3755 + 3756 ], "_set": [ - 3766 + 3767 ], "where": [ - 3753 + 3754 ], "__typename": [ 85 @@ -72134,25 +72151,25 @@ export default { }, "player_aim_weapon_stats_var_pop_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72186,25 +72203,25 @@ export default { }, "player_aim_weapon_stats_var_samp_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72238,25 +72255,25 @@ export default { }, "player_aim_weapon_stats_variance_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72264,22 +72281,22 @@ export default { }, "player_assists": { "attacked_player": [ - 4605 + 4606 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "flash": [ 6 @@ -72288,25 +72305,25 @@ export default { 6 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -72314,10 +72331,10 @@ export default { }, "player_assists_aggregate": { "aggregate": [ - 3791 + 3792 ], "nodes": [ - 3785 + 3786 ], "__typename": [ 85 @@ -72325,13 +72342,13 @@ export default { }, "player_assists_aggregate_bool_exp": { "bool_and": [ - 3788 + 3789 ], "bool_or": [ - 3789 + 3790 ], "count": [ - 3790 + 3791 ], "__typename": [ 85 @@ -72339,13 +72356,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_and": { "arguments": [ - 3809 + 3810 ], "distinct": [ 6 ], "filter": [ - 3796 + 3797 ], "predicate": [ 7 @@ -72356,13 +72373,13 @@ export default { }, "player_assists_aggregate_bool_exp_bool_or": { "arguments": [ - 3810 + 3811 ], "distinct": [ 6 ], "filter": [ - 3796 + 3797 ], "predicate": [ 7 @@ -72373,13 +72390,13 @@ export default { }, "player_assists_aggregate_bool_exp_count": { "arguments": [ - 3808 + 3809 ], "distinct": [ 6 ], "filter": [ - 3796 + 3797 ], "predicate": [ 42 @@ -72390,13 +72407,13 @@ export default { }, "player_assists_aggregate_fields": { "avg": [ - 3794 + 3795 ], "count": [ 41, { "columns": [ - 3808, + 3809, "[player_assists_select_column!]" ], "distinct": [ @@ -72404,44 +72421,6 @@ export default { ] } ], - "max": [ - 3800 - ], - "min": [ - 3802 - ], - "stddev": [ - 3812 - ], - "stddev_pop": [ - 3814 - ], - "stddev_samp": [ - 3816 - ], - "sum": [ - 3820 - ], - "var_pop": [ - 3824 - ], - "var_samp": [ - 3826 - ], - "variance": [ - 3828 - ], - "__typename": [ - 85 - ] - }, - "player_assists_aggregate_order_by": { - "avg": [ - 3795 - ], - "count": [ - 3647 - ], "max": [ 3801 ], @@ -72473,12 +72452,50 @@ export default { 85 ] }, + "player_assists_aggregate_order_by": { + "avg": [ + 3796 + ], + "count": [ + 3648 + ], + "max": [ + 3802 + ], + "min": [ + 3804 + ], + "stddev": [ + 3814 + ], + "stddev_pop": [ + 3816 + ], + "stddev_samp": [ + 3818 + ], + "sum": [ + 3822 + ], + "var_pop": [ + 3826 + ], + "var_samp": [ + 3828 + ], + "variance": [ + 3830 + ], + "__typename": [ + 85 + ] + }, "player_assists_arr_rel_insert_input": { "data": [ - 3799 + 3800 ], "on_conflict": [ - 3805 + 3806 ], "__typename": [ 85 @@ -72500,13 +72517,13 @@ export default { }, "player_assists_avg_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72514,31 +72531,31 @@ export default { }, "player_assists_bool_exp": { "_and": [ - 3796 + 3797 ], "_not": [ - 3796 + 3797 ], "_or": [ - 3796 + 3797 ], "attacked_player": [ - 4609 + 4610 ], "attacked_steam_id": [ - 313 + 314 ], "attacked_team": [ 87 ], "attacker_steam_id": [ - 313 + 314 ], "attacker_team": [ 87 ], "deleted_at": [ - 5243 + 5244 ], "flash": [ 7 @@ -72547,25 +72564,25 @@ export default { 7 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "round": [ 42 ], "time": [ - 5243 + 5244 ], "__typename": [ 85 @@ -72574,10 +72591,10 @@ export default { "player_assists_constraint": {}, "player_assists_inc_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -72588,46 +72605,46 @@ export default { }, "player_assists_insert_input": { "attacked_player": [ - 4616 + 4617 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "flash": [ 6 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -72635,31 +72652,31 @@ export default { }, "player_assists_max_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -72667,31 +72684,31 @@ export default { }, "player_assists_max_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72699,31 +72716,31 @@ export default { }, "player_assists_min_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -72731,31 +72748,31 @@ export default { }, "player_assists_min_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72766,7 +72783,7 @@ export default { 41 ], "returning": [ - 3785 + 3786 ], "__typename": [ 85 @@ -72774,13 +72791,13 @@ export default { }, "player_assists_on_conflict": { "constraint": [ - 3797 + 3798 ], "update_columns": [ - 3822 + 3823 ], "where": [ - 3796 + 3797 ], "__typename": [ 85 @@ -72788,49 +72805,49 @@ export default { }, "player_assists_order_by": { "attacked_player": [ - 4618 + 4619 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "flash": [ - 3647 + 3648 ], "is_team_assist": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72838,16 +72855,16 @@ export default { }, "player_assists_pk_columns_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "match_map_id": [ - 6603 + 6672 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -72858,34 +72875,34 @@ export default { "player_assists_select_column_player_assists_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_assists_set_input": { "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "flash": [ 6 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -72907,13 +72924,13 @@ export default { }, "player_assists_stddev_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72935,13 +72952,13 @@ export default { }, "player_assists_stddev_pop_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72963,13 +72980,13 @@ export default { }, "player_assists_stddev_samp_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -72977,10 +72994,10 @@ export default { }, "player_assists_stream_cursor_input": { "initial_value": [ - 3819 + 3820 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -72988,34 +73005,34 @@ export default { }, "player_assists_stream_cursor_value_input": { "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "flash": [ 6 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -73023,10 +73040,10 @@ export default { }, "player_assists_sum_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -73037,13 +73054,13 @@ export default { }, "player_assists_sum_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -73052,13 +73069,13 @@ export default { "player_assists_update_column": {}, "player_assists_updates": { "_inc": [ - 3798 + 3799 ], "_set": [ - 3811 + 3812 ], "where": [ - 3796 + 3797 ], "__typename": [ 85 @@ -73080,13 +73097,13 @@ export default { }, "player_assists_var_pop_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -73108,13 +73125,13 @@ export default { }, "player_assists_var_samp_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -73136,13 +73153,13 @@ export default { }, "player_assists_variance_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -73150,28 +73167,28 @@ export default { }, "player_career_stats_v": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "counter_strafe_pct": [ - 3645 + 3646 ], "crosshair_deg": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "maps": [ 41 @@ -73183,19 +73200,19 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "time_to_damage_s": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "__typename": [ 85 @@ -73203,10 +73220,10 @@ export default { }, "player_career_stats_v_aggregate": { "aggregate": [ - 3832 + 3833 ], "nodes": [ - 3830 + 3831 ], "__typename": [ 85 @@ -73214,13 +73231,13 @@ export default { }, "player_career_stats_v_aggregate_fields": { "avg": [ - 3833 + 3834 ], "count": [ 41, { "columns": [ - 3838, + 3839, "[player_career_stats_v_select_column!]" ], "distinct": [ @@ -73229,31 +73246,31 @@ export default { } ], "max": [ - 3835 + 3836 ], "min": [ - 3836 + 3837 ], "stddev": [ - 3839 + 3840 ], "stddev_pop": [ - 3840 + 3841 ], "stddev_samp": [ - 3841 + 3842 ], "sum": [ - 3844 + 3845 ], "var_pop": [ - 3845 + 3846 ], "var_samp": [ - 3846 + 3847 ], "variance": [ - 3847 + 3848 ], "__typename": [ 85 @@ -73314,37 +73331,37 @@ export default { }, "player_career_stats_v_bool_exp": { "_and": [ - 3834 + 3835 ], "_not": [ - 3834 + 3835 ], "_or": [ - 3834 + 3835 ], "accuracy": [ - 3646 + 3647 ], "accuracy_spotted": [ - 3646 + 3647 ], "counter_strafe_pct": [ - 3646 + 3647 ], "crosshair_deg": [ - 3646 + 3647 ], "enemy_blind_pr": [ - 3646 + 3647 ], "flash_assists_pr": [ - 3646 + 3647 ], "hs_pct": [ - 3646 + 3647 ], "kast_pct": [ - 3646 + 3647 ], "maps": [ 42 @@ -73356,19 +73373,19 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "survival_pct": [ - 3646 + 3647 ], "time_to_damage_s": [ - 3646 + 3647 ], "traded_death_pct": [ - 3646 + 3647 ], "util_efficiency": [ - 3646 + 3647 ], "__typename": [ 85 @@ -73376,28 +73393,28 @@ export default { }, "player_career_stats_v_max_fields": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "counter_strafe_pct": [ - 3645 + 3646 ], "crosshair_deg": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "maps": [ 41 @@ -73409,19 +73426,19 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "time_to_damage_s": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "__typename": [ 85 @@ -73429,28 +73446,28 @@ export default { }, "player_career_stats_v_min_fields": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "counter_strafe_pct": [ - 3645 + 3646 ], "crosshair_deg": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "maps": [ 41 @@ -73462,19 +73479,19 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "time_to_damage_s": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "__typename": [ 85 @@ -73482,52 +73499,52 @@ export default { }, "player_career_stats_v_order_by": { "accuracy": [ - 3647 + 3648 ], "accuracy_spotted": [ - 3647 + 3648 ], "counter_strafe_pct": [ - 3647 + 3648 ], "crosshair_deg": [ - 3647 + 3648 ], "enemy_blind_pr": [ - 3647 + 3648 ], "flash_assists_pr": [ - 3647 + 3648 ], "hs_pct": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "maps": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "survival_pct": [ - 3647 + 3648 ], "time_to_damage_s": [ - 3647 + 3648 ], "traded_death_pct": [ - 3647 + 3648 ], "util_efficiency": [ - 3647 + 3648 ], "__typename": [ 85 @@ -73695,10 +73712,10 @@ export default { }, "player_career_stats_v_stream_cursor_input": { "initial_value": [ - 3843 + 3844 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -73706,28 +73723,28 @@ export default { }, "player_career_stats_v_stream_cursor_value_input": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "counter_strafe_pct": [ - 3645 + 3646 ], "crosshair_deg": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "maps": [ 41 @@ -73739,19 +73756,19 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "time_to_damage_s": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "__typename": [ 85 @@ -73759,28 +73776,28 @@ export default { }, "player_career_stats_v_sum_fields": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "counter_strafe_pct": [ - 3645 + 3646 ], "crosshair_deg": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "maps": [ 41 @@ -73792,19 +73809,19 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "time_to_damage_s": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "__typename": [ 85 @@ -73980,10 +73997,10 @@ export default { 85 ], "attacked_player": [ - 4605 + 4606 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -73995,7 +74012,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -74007,7 +74024,7 @@ export default { 41 ], "deleted_at": [ - 5242 + 5243 ], "health": [ 41 @@ -74016,31 +74033,31 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "round": [ - 3645 + 3646 ], "team_damage": [ 6 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -74051,10 +74068,10 @@ export default { }, "player_damages_aggregate": { "aggregate": [ - 3852 + 3853 ], "nodes": [ - 3848 + 3849 ], "__typename": [ 85 @@ -74062,7 +74079,7 @@ export default { }, "player_damages_aggregate_bool_exp": { "count": [ - 3851 + 3852 ], "__typename": [ 85 @@ -74070,13 +74087,13 @@ export default { }, "player_damages_aggregate_bool_exp_count": { "arguments": [ - 3869 + 3870 ], "distinct": [ 6 ], "filter": [ - 3857 + 3858 ], "predicate": [ 42 @@ -74087,13 +74104,13 @@ export default { }, "player_damages_aggregate_fields": { "avg": [ - 3855 + 3856 ], "count": [ 41, { "columns": [ - 3869, + 3870, "[player_damages_select_column!]" ], "distinct": [ @@ -74101,44 +74118,6 @@ export default { ] } ], - "max": [ - 3861 - ], - "min": [ - 3863 - ], - "stddev": [ - 3871 - ], - "stddev_pop": [ - 3873 - ], - "stddev_samp": [ - 3875 - ], - "sum": [ - 3879 - ], - "var_pop": [ - 3883 - ], - "var_samp": [ - 3885 - ], - "variance": [ - 3887 - ], - "__typename": [ - 85 - ] - }, - "player_damages_aggregate_order_by": { - "avg": [ - 3856 - ], - "count": [ - 3647 - ], "max": [ 3862 ], @@ -74170,12 +74149,50 @@ export default { 85 ] }, + "player_damages_aggregate_order_by": { + "avg": [ + 3857 + ], + "count": [ + 3648 + ], + "max": [ + 3863 + ], + "min": [ + 3865 + ], + "stddev": [ + 3873 + ], + "stddev_pop": [ + 3875 + ], + "stddev_samp": [ + 3877 + ], + "sum": [ + 3881 + ], + "var_pop": [ + 3885 + ], + "var_samp": [ + 3887 + ], + "variance": [ + 3889 + ], + "__typename": [ + 85 + ] + }, "player_damages_arr_rel_insert_input": { "data": [ - 3860 + 3861 ], "on_conflict": [ - 3866 + 3867 ], "__typename": [ 85 @@ -74209,25 +74226,25 @@ export default { }, "player_damages_avg_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -74235,13 +74252,13 @@ export default { }, "player_damages_bool_exp": { "_and": [ - 3857 + 3858 ], "_not": [ - 3857 + 3858 ], "_or": [ - 3857 + 3858 ], "armor": [ 42 @@ -74253,10 +74270,10 @@ export default { 87 ], "attacked_player": [ - 4609 + 4610 ], "attacked_steam_id": [ - 313 + 314 ], "attacked_team": [ 87 @@ -74268,7 +74285,7 @@ export default { 87 ], "attacker_steam_id": [ - 313 + 314 ], "attacker_team": [ 87 @@ -74280,7 +74297,7 @@ export default { 42 ], "deleted_at": [ - 5243 + 5244 ], "health": [ 42 @@ -74289,31 +74306,31 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "round": [ - 3646 + 3647 ], "team_damage": [ 7 ], "time": [ - 5243 + 5244 ], "with": [ 87 @@ -74328,10 +74345,10 @@ export default { 41 ], "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "damage": [ 41 @@ -74343,7 +74360,7 @@ export default { 41 ], "round": [ - 3645 + 3646 ], "__typename": [ 85 @@ -74360,10 +74377,10 @@ export default { 85 ], "attacked_player": [ - 4616 + 4617 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -74375,7 +74392,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -74387,7 +74404,7 @@ export default { 41 ], "deleted_at": [ - 5242 + 5243 ], "health": [ 41 @@ -74396,28 +74413,28 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "round": [ - 3645 + 3646 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -74437,7 +74454,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -74449,7 +74466,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -74461,7 +74478,7 @@ export default { 41 ], "deleted_at": [ - 5242 + 5243 ], "health": [ 41 @@ -74470,19 +74487,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ - 3645 + 3646 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -74493,64 +74510,64 @@ export default { }, "player_damages_max_order_by": { "armor": [ - 3647 + 3648 ], "attacked_location": [ - 3647 + 3648 ], "attacked_location_coordinates": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_location": [ - 3647 + 3648 ], "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "hitgroup": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -74567,7 +74584,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -74579,7 +74596,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -74591,7 +74608,7 @@ export default { 41 ], "deleted_at": [ - 5242 + 5243 ], "health": [ 41 @@ -74600,19 +74617,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ - 3645 + 3646 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -74623,64 +74640,64 @@ export default { }, "player_damages_min_order_by": { "armor": [ - 3647 + 3648 ], "attacked_location": [ - 3647 + 3648 ], "attacked_location_coordinates": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_location": [ - 3647 + 3648 ], "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "hitgroup": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -74691,7 +74708,7 @@ export default { 41 ], "returning": [ - 3848 + 3849 ], "__typename": [ 85 @@ -74699,13 +74716,13 @@ export default { }, "player_damages_on_conflict": { "constraint": [ - 3858 + 3859 ], "update_columns": [ - 3881 + 3882 ], "where": [ - 3857 + 3858 ], "__typename": [ 85 @@ -74713,79 +74730,79 @@ export default { }, "player_damages_order_by": { "armor": [ - 3647 + 3648 ], "attacked_location": [ - 3647 + 3648 ], "attacked_location_coordinates": [ - 3647 + 3648 ], "attacked_player": [ - 4618 + 4619 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_location": [ - 3647 + 3648 ], "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "hitgroup": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "round": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -74793,13 +74810,13 @@ export default { }, "player_damages_pk_columns_input": { "id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -74817,7 +74834,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -74829,7 +74846,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -74841,7 +74858,7 @@ export default { 41 ], "deleted_at": [ - 5242 + 5243 ], "health": [ 41 @@ -74850,19 +74867,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ - 3645 + 3646 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -74899,25 +74916,25 @@ export default { }, "player_damages_stddev_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -74951,25 +74968,25 @@ export default { }, "player_damages_stddev_pop_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -75003,25 +75020,25 @@ export default { }, "player_damages_stddev_samp_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -75029,10 +75046,10 @@ export default { }, "player_damages_stream_cursor_input": { "initial_value": [ - 3878 + 3879 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -75049,7 +75066,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -75061,7 +75078,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -75073,7 +75090,7 @@ export default { 41 ], "deleted_at": [ - 5242 + 5243 ], "health": [ 41 @@ -75082,19 +75099,19 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ - 3645 + 3646 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -75108,10 +75125,10 @@ export default { 41 ], "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "damage": [ 41 @@ -75123,7 +75140,7 @@ export default { 41 ], "round": [ - 3645 + 3646 ], "__typename": [ 85 @@ -75131,25 +75148,25 @@ export default { }, "player_damages_sum_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -75158,13 +75175,13 @@ export default { "player_damages_update_column": {}, "player_damages_updates": { "_inc": [ - 3859 + 3860 ], "_set": [ - 3870 + 3871 ], "where": [ - 3857 + 3858 ], "__typename": [ 85 @@ -75198,25 +75215,25 @@ export default { }, "player_damages_var_pop_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -75250,25 +75267,25 @@ export default { }, "player_damages_var_samp_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -75302,25 +75319,25 @@ export default { }, "player_damages_variance_order_by": { "armor": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_armor": [ - 3647 + 3648 ], "health": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -75328,40 +75345,40 @@ export default { }, "player_elo": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "created_at": [ - 5242 + 5243 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -75373,43 +75390,43 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player": [ - 4605 + 4606 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season": [ - 4705 + 4706 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ - 1224 + 1225 ], "__typename": [ 85 @@ -75417,10 +75434,10 @@ export default { }, "player_elo_aggregate": { "aggregate": [ - 3891 + 3892 ], "nodes": [ - 3889 + 3890 ], "__typename": [ 85 @@ -75428,13 +75445,13 @@ export default { }, "player_elo_aggregate_fields": { "avg": [ - 3892 + 3893 ], "count": [ 41, { "columns": [ - 3903, + 3904, "[player_elo_select_column!]" ], "distinct": [ @@ -75443,31 +75460,31 @@ export default { } ], "max": [ - 3897 + 3898 ], "min": [ - 3898 + 3899 ], "stddev": [ - 3905 + 3906 ], "stddev_pop": [ - 3906 + 3907 ], "stddev_samp": [ - 3907 + 3908 ], "sum": [ - 3910 + 3911 ], "var_pop": [ - 3913 + 3914 ], "var_samp": [ - 3914 + 3915 ], "variance": [ - 3915 + 3916 ], "__typename": [ 85 @@ -75543,49 +75560,49 @@ export default { }, "player_elo_bool_exp": { "_and": [ - 3893 + 3894 ], "_not": [ - 3893 + 3894 ], "_or": [ - 3893 + 3894 ], "actual_score": [ - 2093 + 2094 ], "assists": [ 42 ], "change": [ - 3646 + 3647 ], "created_at": [ - 5243 + 5244 ], "current": [ - 3646 + 3647 ], "damage": [ 42 ], "damage_percent": [ - 2093 + 2094 ], "deaths": [ 42 ], "expected_score": [ - 2093 + 2094 ], "impact": [ - 3646 + 3647 ], "k_factor": [ 42 ], "kda": [ - 2093 + 2094 ], "kills": [ 42 @@ -75597,43 +75614,43 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "opponent_team_elo_avg": [ - 2093 + 2094 ], "performance_multiplier": [ - 2093 + 2094 ], "player": [ - 4609 + 4610 ], "player_team_elo_avg": [ - 2093 + 2094 ], "rating_for_expected": [ - 2093 + 2094 ], "season": [ - 4709 + 4710 ], "season_id": [ - 6605 + 6674 ], "series_multiplier": [ 42 ], "steam_id": [ - 313 + 314 ], "team_avg_kda": [ - 2093 + 2094 ], "type": [ - 1225 + 1226 ], "__typename": [ 85 @@ -75642,37 +75659,37 @@ export default { "player_elo_constraint": {}, "player_elo_inc_input": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -75684,25 +75701,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "__typename": [ 85 @@ -75710,40 +75727,40 @@ export default { }, "player_elo_insert_input": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "created_at": [ - 5242 + 5243 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -75755,43 +75772,43 @@ export default { 41 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player": [ - 4616 + 4617 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season": [ - 4716 + 4717 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ - 1224 + 1225 ], "__typename": [ 85 @@ -75799,40 +75816,40 @@ export default { }, "player_elo_max_fields": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "created_at": [ - 5242 + 5243 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -75844,31 +75861,31 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "__typename": [ 85 @@ -75876,40 +75893,40 @@ export default { }, "player_elo_min_fields": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "created_at": [ - 5242 + 5243 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -75921,31 +75938,31 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "__typename": [ 85 @@ -75956,7 +75973,7 @@ export default { 41 ], "returning": [ - 3889 + 3890 ], "__typename": [ 85 @@ -75964,13 +75981,13 @@ export default { }, "player_elo_on_conflict": { "constraint": [ - 3894 + 3895 ], "update_columns": [ - 3911 + 3912 ], "where": [ - 3893 + 3894 ], "__typename": [ 85 @@ -75978,88 +75995,88 @@ export default { }, "player_elo_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "change": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "current": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "season": [ - 4718 + 4719 ], "season_id": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -76067,13 +76084,13 @@ export default { }, "player_elo_pk_columns_input": { "match_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "type": [ - 1224 + 1225 ], "__typename": [ 85 @@ -76082,40 +76099,40 @@ export default { "player_elo_select_column": {}, "player_elo_set_input": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "created_at": [ - 5242 + 5243 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -76127,34 +76144,34 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ - 1224 + 1225 ], "__typename": [ 85 @@ -76366,10 +76383,10 @@ export default { }, "player_elo_stream_cursor_input": { "initial_value": [ - 3909 + 3910 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -76377,40 +76394,40 @@ export default { }, "player_elo_stream_cursor_value_input": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "created_at": [ - 5242 + 5243 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -76422,34 +76439,34 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ - 1224 + 1225 ], "__typename": [ 85 @@ -76457,37 +76474,37 @@ export default { }, "player_elo_sum_fields": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 ], "change": [ - 3645 + 3646 ], "current": [ - 3645 + 3646 ], "damage": [ 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 3645 + 3646 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -76499,25 +76516,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "series_multiplier": [ 41 ], "steam_id": [ - 311 + 312 ], "team_avg_kda": [ - 2092 + 2093 ], "__typename": [ 85 @@ -76526,13 +76543,13 @@ export default { "player_elo_update_column": {}, "player_elo_updates": { "_inc": [ - 3895 + 3896 ], "_set": [ - 3904 + 3905 ], "where": [ - 3893 + 3894 ], "__typename": [ 85 @@ -76747,19 +76764,19 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "previous_rank": [ 41 @@ -76768,7 +76785,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -76776,10 +76793,10 @@ export default { }, "player_faceit_rank_history_aggregate": { "aggregate": [ - 3920 + 3921 ], "nodes": [ - 3916 + 3917 ], "__typename": [ 85 @@ -76787,7 +76804,7 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp": { "count": [ - 3919 + 3920 ], "__typename": [ 85 @@ -76795,13 +76812,13 @@ export default { }, "player_faceit_rank_history_aggregate_bool_exp_count": { "arguments": [ - 3937 + 3938 ], "distinct": [ 6 ], "filter": [ - 3925 + 3926 ], "predicate": [ 42 @@ -76812,13 +76829,13 @@ export default { }, "player_faceit_rank_history_aggregate_fields": { "avg": [ - 3923 + 3924 ], "count": [ 41, { "columns": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "distinct": [ @@ -76827,31 +76844,31 @@ export default { } ], "max": [ - 3929 + 3930 ], "min": [ - 3931 + 3932 ], "stddev": [ - 3939 + 3940 ], "stddev_pop": [ - 3941 + 3942 ], "stddev_samp": [ - 3943 + 3944 ], "sum": [ - 3947 + 3948 ], "var_pop": [ - 3951 + 3952 ], "var_samp": [ - 3953 + 3954 ], "variance": [ - 3955 + 3956 ], "__typename": [ 85 @@ -76859,37 +76876,37 @@ export default { }, "player_faceit_rank_history_aggregate_order_by": { "avg": [ - 3924 + 3925 ], "count": [ - 3647 + 3648 ], "max": [ - 3930 + 3931 ], "min": [ - 3932 + 3933 ], "stddev": [ - 3940 + 3941 ], "stddev_pop": [ - 3942 + 3943 ], "stddev_samp": [ - 3944 + 3945 ], "sum": [ - 3948 + 3949 ], "var_pop": [ - 3952 + 3953 ], "var_samp": [ - 3954 + 3955 ], "variance": [ - 3956 + 3957 ], "__typename": [ 85 @@ -76897,10 +76914,10 @@ export default { }, "player_faceit_rank_history_arr_rel_insert_input": { "data": [ - 3928 + 3929 ], "on_conflict": [ - 3934 + 3935 ], "__typename": [ 85 @@ -76925,16 +76942,16 @@ export default { }, "player_faceit_rank_history_avg_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -76942,31 +76959,31 @@ export default { }, "player_faceit_rank_history_bool_exp": { "_and": [ - 3925 + 3926 ], "_not": [ - 3925 + 3926 ], "_or": [ - 3925 + 3926 ], "elo": [ 42 ], "id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "observed_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "previous_rank": [ 42 @@ -76975,7 +76992,7 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -76993,7 +77010,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77004,19 +77021,19 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "previous_rank": [ 41 @@ -77025,7 +77042,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77036,13 +77053,13 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -77051,7 +77068,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77059,25 +77076,25 @@ export default { }, "player_faceit_rank_history_max_order_by": { "elo": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "observed_at": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77088,13 +77105,13 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -77103,7 +77120,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77111,25 +77128,25 @@ export default { }, "player_faceit_rank_history_min_order_by": { "elo": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "observed_at": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77140,7 +77157,7 @@ export default { 41 ], "returning": [ - 3916 + 3917 ], "__typename": [ 85 @@ -77148,13 +77165,13 @@ export default { }, "player_faceit_rank_history_on_conflict": { "constraint": [ - 3926 + 3927 ], "update_columns": [ - 3949 + 3950 ], "where": [ - 3925 + 3926 ], "__typename": [ 85 @@ -77162,31 +77179,31 @@ export default { }, "player_faceit_rank_history_order_by": { "elo": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "observed_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77194,7 +77211,7 @@ export default { }, "player_faceit_rank_history_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -77206,13 +77223,13 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -77221,7 +77238,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77246,16 +77263,16 @@ export default { }, "player_faceit_rank_history_stddev_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77280,16 +77297,16 @@ export default { }, "player_faceit_rank_history_stddev_pop_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77314,16 +77331,16 @@ export default { }, "player_faceit_rank_history_stddev_samp_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77331,10 +77348,10 @@ export default { }, "player_faceit_rank_history_stream_cursor_input": { "initial_value": [ - 3946 + 3947 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -77345,13 +77362,13 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -77360,7 +77377,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77377,7 +77394,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -77385,16 +77402,16 @@ export default { }, "player_faceit_rank_history_sum_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77403,13 +77420,13 @@ export default { "player_faceit_rank_history_update_column": {}, "player_faceit_rank_history_updates": { "_inc": [ - 3927 + 3928 ], "_set": [ - 3938 + 3939 ], "where": [ - 3925 + 3926 ], "__typename": [ 85 @@ -77434,16 +77451,16 @@ export default { }, "player_faceit_rank_history_var_pop_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77468,16 +77485,16 @@ export default { }, "player_faceit_rank_history_var_samp_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77502,16 +77519,16 @@ export default { }, "player_faceit_rank_history_variance_order_by": { "elo": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "skill_level": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77519,31 +77536,31 @@ export default { }, "player_flashes": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "blinded": [ - 4605 + 4606 ], "deleted_at": [ - 5242 + 5243 ], "duration": [ - 3645 + 3646 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -77552,10 +77569,10 @@ export default { 6 ], "thrown_by": [ - 4605 + 4606 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -77563,10 +77580,10 @@ export default { }, "player_flashes_aggregate": { "aggregate": [ - 3963 + 3964 ], "nodes": [ - 3957 + 3958 ], "__typename": [ 85 @@ -77574,13 +77591,13 @@ export default { }, "player_flashes_aggregate_bool_exp": { "bool_and": [ - 3960 + 3961 ], "bool_or": [ - 3961 + 3962 ], "count": [ - 3962 + 3963 ], "__typename": [ 85 @@ -77588,13 +77605,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_and": { "arguments": [ - 3981 + 3982 ], "distinct": [ 6 ], "filter": [ - 3968 + 3969 ], "predicate": [ 7 @@ -77605,13 +77622,13 @@ export default { }, "player_flashes_aggregate_bool_exp_bool_or": { "arguments": [ - 3982 + 3983 ], "distinct": [ 6 ], "filter": [ - 3968 + 3969 ], "predicate": [ 7 @@ -77622,13 +77639,13 @@ export default { }, "player_flashes_aggregate_bool_exp_count": { "arguments": [ - 3980 + 3981 ], "distinct": [ 6 ], "filter": [ - 3968 + 3969 ], "predicate": [ 42 @@ -77639,13 +77656,13 @@ export default { }, "player_flashes_aggregate_fields": { "avg": [ - 3966 + 3967 ], "count": [ 41, { "columns": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "distinct": [ @@ -77654,31 +77671,31 @@ export default { } ], "max": [ - 3972 + 3973 ], "min": [ - 3974 + 3975 ], "stddev": [ - 3984 + 3985 ], "stddev_pop": [ - 3986 + 3987 ], "stddev_samp": [ - 3988 + 3989 ], "sum": [ - 3992 + 3993 ], "var_pop": [ - 3996 + 3997 ], "var_samp": [ - 3998 + 3999 ], "variance": [ - 4000 + 4001 ], "__typename": [ 85 @@ -77686,37 +77703,37 @@ export default { }, "player_flashes_aggregate_order_by": { "avg": [ - 3967 + 3968 ], "count": [ - 3647 + 3648 ], "max": [ - 3973 + 3974 ], "min": [ - 3975 + 3976 ], "stddev": [ - 3985 + 3986 ], "stddev_pop": [ - 3987 + 3988 ], "stddev_samp": [ - 3989 + 3990 ], "sum": [ - 3993 + 3994 ], "var_pop": [ - 3997 + 3998 ], "var_samp": [ - 3999 + 4000 ], "variance": [ - 4001 + 4002 ], "__typename": [ 85 @@ -77724,10 +77741,10 @@ export default { }, "player_flashes_arr_rel_insert_input": { "data": [ - 3971 + 3972 ], "on_conflict": [ - 3977 + 3978 ], "__typename": [ 85 @@ -77752,16 +77769,16 @@ export default { }, "player_flashes_avg_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77769,40 +77786,40 @@ export default { }, "player_flashes_bool_exp": { "_and": [ - 3968 + 3969 ], "_not": [ - 3968 + 3969 ], "_or": [ - 3968 + 3969 ], "attacked_steam_id": [ - 313 + 314 ], "attacker_steam_id": [ - 313 + 314 ], "blinded": [ - 4609 + 4610 ], "deleted_at": [ - 5243 + 5244 ], "duration": [ - 3646 + 3647 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "round": [ 42 @@ -77811,10 +77828,10 @@ export default { 7 ], "thrown_by": [ - 4609 + 4610 ], "time": [ - 5243 + 5244 ], "__typename": [ 85 @@ -77823,13 +77840,13 @@ export default { "player_flashes_constraint": {}, "player_flashes_inc_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "duration": [ - 3645 + 3646 ], "round": [ 41 @@ -77840,31 +77857,31 @@ export default { }, "player_flashes_insert_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "blinded": [ - 4616 + 4617 ], "deleted_at": [ - 5242 + 5243 ], "duration": [ - 3645 + 3646 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -77873,10 +77890,10 @@ export default { 6 ], "thrown_by": [ - 4616 + 4617 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -77884,28 +77901,28 @@ export default { }, "player_flashes_max_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "duration": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -77913,28 +77930,28 @@ export default { }, "player_flashes_max_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -77942,28 +77959,28 @@ export default { }, "player_flashes_min_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "duration": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -77971,28 +77988,28 @@ export default { }, "player_flashes_min_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78003,7 +78020,7 @@ export default { 41 ], "returning": [ - 3957 + 3958 ], "__typename": [ 85 @@ -78011,13 +78028,13 @@ export default { }, "player_flashes_on_conflict": { "constraint": [ - 3969 + 3970 ], "update_columns": [ - 3994 + 3995 ], "where": [ - 3968 + 3969 ], "__typename": [ 85 @@ -78025,43 +78042,43 @@ export default { }, "player_flashes_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "blinded": [ - 4618 + 4619 ], "deleted_at": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_flash": [ - 3647 + 3648 ], "thrown_by": [ - 4618 + 4619 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78069,16 +78086,16 @@ export default { }, "player_flashes_pk_columns_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "match_map_id": [ - 6603 + 6672 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -78089,22 +78106,22 @@ export default { "player_flashes_select_column_player_flashes_aggregate_bool_exp_bool_or_arguments_columns": {}, "player_flashes_set_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "duration": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -78113,7 +78130,7 @@ export default { 6 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -78138,16 +78155,16 @@ export default { }, "player_flashes_stddev_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78172,16 +78189,16 @@ export default { }, "player_flashes_stddev_pop_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78206,16 +78223,16 @@ export default { }, "player_flashes_stddev_samp_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78223,10 +78240,10 @@ export default { }, "player_flashes_stream_cursor_input": { "initial_value": [ - 3991 + 3992 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -78234,22 +78251,22 @@ export default { }, "player_flashes_stream_cursor_value_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "duration": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -78258,7 +78275,7 @@ export default { 6 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -78266,13 +78283,13 @@ export default { }, "player_flashes_sum_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "duration": [ - 3645 + 3646 ], "round": [ 41 @@ -78283,16 +78300,16 @@ export default { }, "player_flashes_sum_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78301,13 +78318,13 @@ export default { "player_flashes_update_column": {}, "player_flashes_updates": { "_inc": [ - 3970 + 3971 ], "_set": [ - 3983 + 3984 ], "where": [ - 3968 + 3969 ], "__typename": [ 85 @@ -78332,16 +78349,16 @@ export default { }, "player_flashes_var_pop_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78366,16 +78383,16 @@ export default { }, "player_flashes_var_samp_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78400,16 +78417,16 @@ export default { }, "player_flashes_variance_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "duration": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78426,10 +78443,10 @@ export default { 85 ], "attacked_player": [ - 4605 + 4606 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -78441,7 +78458,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -78450,7 +78467,7 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "headshot": [ 6 @@ -78465,22 +78482,22 @@ export default { 6 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "no_scope": [ 6 ], "player": [ - 4605 + 4606 ], "round": [ 41 @@ -78495,7 +78512,7 @@ export default { 6 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -78506,10 +78523,10 @@ export default { }, "player_kills_aggregate": { "aggregate": [ - 4008 + 4009 ], "nodes": [ - 4002 + 4003 ], "__typename": [ 85 @@ -78517,13 +78534,13 @@ export default { }, "player_kills_aggregate_bool_exp": { "bool_and": [ - 4005 + 4006 ], "bool_or": [ - 4006 + 4007 ], "count": [ - 4007 + 4008 ], "__typename": [ 85 @@ -78531,13 +78548,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_and": { "arguments": [ - 4067 + 4068 ], "distinct": [ 6 ], "filter": [ - 4013 + 4014 ], "predicate": [ 7 @@ -78548,13 +78565,13 @@ export default { }, "player_kills_aggregate_bool_exp_bool_or": { "arguments": [ - 4068 + 4069 ], "distinct": [ 6 ], "filter": [ - 4013 + 4014 ], "predicate": [ 7 @@ -78565,13 +78582,13 @@ export default { }, "player_kills_aggregate_bool_exp_count": { "arguments": [ - 4066 + 4067 ], "distinct": [ 6 ], "filter": [ - 4013 + 4014 ], "predicate": [ 42 @@ -78582,13 +78599,13 @@ export default { }, "player_kills_aggregate_fields": { "avg": [ - 4011 + 4012 ], "count": [ 41, { "columns": [ - 4066, + 4067, "[player_kills_select_column!]" ], "distinct": [ @@ -78597,31 +78614,31 @@ export default { } ], "max": [ - 4058 + 4059 ], "min": [ - 4060 + 4061 ], "stddev": [ - 4070 + 4071 ], "stddev_pop": [ - 4072 + 4073 ], "stddev_samp": [ - 4074 + 4075 ], "sum": [ - 4078 + 4079 ], "var_pop": [ - 4082 + 4083 ], "var_samp": [ - 4084 + 4085 ], "variance": [ - 4086 + 4087 ], "__typename": [ 85 @@ -78629,37 +78646,37 @@ export default { }, "player_kills_aggregate_order_by": { "avg": [ - 4012 + 4013 ], "count": [ - 3647 + 3648 ], "max": [ - 4059 + 4060 ], "min": [ - 4061 + 4062 ], "stddev": [ - 4071 + 4072 ], "stddev_pop": [ - 4073 + 4074 ], "stddev_samp": [ - 4075 + 4076 ], "sum": [ - 4079 + 4080 ], "var_pop": [ - 4083 + 4084 ], "var_samp": [ - 4085 + 4086 ], "variance": [ - 4087 + 4088 ], "__typename": [ 85 @@ -78667,10 +78684,10 @@ export default { }, "player_kills_arr_rel_insert_input": { "data": [ - 4057 + 4058 ], "on_conflict": [ - 4063 + 4064 ], "__typename": [ 85 @@ -78692,13 +78709,13 @@ export default { }, "player_kills_avg_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78706,13 +78723,13 @@ export default { }, "player_kills_bool_exp": { "_and": [ - 4013 + 4014 ], "_not": [ - 4013 + 4014 ], "_or": [ - 4013 + 4014 ], "assisted": [ 7 @@ -78724,10 +78741,10 @@ export default { 87 ], "attacked_player": [ - 4609 + 4610 ], "attacked_steam_id": [ - 313 + 314 ], "attacked_team": [ 87 @@ -78739,7 +78756,7 @@ export default { 87 ], "attacker_steam_id": [ - 313 + 314 ], "attacker_team": [ 87 @@ -78748,7 +78765,7 @@ export default { 7 ], "deleted_at": [ - 5243 + 5244 ], "headshot": [ 7 @@ -78763,22 +78780,22 @@ export default { 7 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "no_scope": [ 7 ], "player": [ - 4609 + 4610 ], "round": [ 42 @@ -78793,7 +78810,7 @@ export default { 7 ], "time": [ - 5243 + 5244 ], "with": [ 87 @@ -78804,13 +78821,13 @@ export default { }, "player_kills_by_weapon": { "kill_count": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -78821,10 +78838,10 @@ export default { }, "player_kills_by_weapon_aggregate": { "aggregate": [ - 4018 + 4019 ], "nodes": [ - 4014 + 4015 ], "__typename": [ 85 @@ -78832,7 +78849,7 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp": { "count": [ - 4017 + 4018 ], "__typename": [ 85 @@ -78840,13 +78857,13 @@ export default { }, "player_kills_by_weapon_aggregate_bool_exp_count": { "arguments": [ - 4035 + 4036 ], "distinct": [ 6 ], "filter": [ - 4023 + 4024 ], "predicate": [ 42 @@ -78857,13 +78874,13 @@ export default { }, "player_kills_by_weapon_aggregate_fields": { "avg": [ - 4021 + 4022 ], "count": [ 41, { "columns": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "distinct": [ @@ -78872,31 +78889,31 @@ export default { } ], "max": [ - 4027 + 4028 ], "min": [ - 4029 + 4030 ], "stddev": [ - 4037 + 4038 ], "stddev_pop": [ - 4039 + 4040 ], "stddev_samp": [ - 4041 + 4042 ], "sum": [ - 4045 + 4046 ], "var_pop": [ - 4049 + 4050 ], "var_samp": [ - 4051 + 4052 ], "variance": [ - 4053 + 4054 ], "__typename": [ 85 @@ -78904,37 +78921,37 @@ export default { }, "player_kills_by_weapon_aggregate_order_by": { "avg": [ - 4022 + 4023 ], "count": [ - 3647 + 3648 ], "max": [ - 4028 + 4029 ], "min": [ - 4030 + 4031 ], "stddev": [ - 4038 + 4039 ], "stddev_pop": [ - 4040 + 4041 ], "stddev_samp": [ - 4042 + 4043 ], "sum": [ - 4046 + 4047 ], "var_pop": [ - 4050 + 4051 ], "var_samp": [ - 4052 + 4053 ], "variance": [ - 4054 + 4055 ], "__typename": [ 85 @@ -78942,10 +78959,10 @@ export default { }, "player_kills_by_weapon_arr_rel_insert_input": { "data": [ - 4026 + 4027 ], "on_conflict": [ - 4032 + 4033 ], "__typename": [ 85 @@ -78964,10 +78981,10 @@ export default { }, "player_kills_by_weapon_avg_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -78975,22 +78992,22 @@ export default { }, "player_kills_by_weapon_bool_exp": { "_and": [ - 4023 + 4024 ], "_not": [ - 4023 + 4024 ], "_or": [ - 4023 + 4024 ], "kill_count": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "with": [ 87 @@ -79002,10 +79019,10 @@ export default { "player_kills_by_weapon_constraint": {}, "player_kills_by_weapon_inc_input": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -79013,13 +79030,13 @@ export default { }, "player_kills_by_weapon_insert_input": { "kill_count": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -79030,10 +79047,10 @@ export default { }, "player_kills_by_weapon_max_fields": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -79044,13 +79061,13 @@ export default { }, "player_kills_by_weapon_max_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79058,10 +79075,10 @@ export default { }, "player_kills_by_weapon_min_fields": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -79072,13 +79089,13 @@ export default { }, "player_kills_by_weapon_min_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79089,7 +79106,7 @@ export default { 41 ], "returning": [ - 4014 + 4015 ], "__typename": [ 85 @@ -79097,13 +79114,13 @@ export default { }, "player_kills_by_weapon_on_conflict": { "constraint": [ - 4024 + 4025 ], "update_columns": [ - 4047 + 4048 ], "where": [ - 4023 + 4024 ], "__typename": [ 85 @@ -79111,16 +79128,16 @@ export default { }, "player_kills_by_weapon_order_by": { "kill_count": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79128,7 +79145,7 @@ export default { }, "player_kills_by_weapon_pk_columns_input": { "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -79140,10 +79157,10 @@ export default { "player_kills_by_weapon_select_column": {}, "player_kills_by_weapon_set_input": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -79165,10 +79182,10 @@ export default { }, "player_kills_by_weapon_stddev_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79187,10 +79204,10 @@ export default { }, "player_kills_by_weapon_stddev_pop_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79209,10 +79226,10 @@ export default { }, "player_kills_by_weapon_stddev_samp_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79220,10 +79237,10 @@ export default { }, "player_kills_by_weapon_stream_cursor_input": { "initial_value": [ - 4044 + 4045 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -79231,10 +79248,10 @@ export default { }, "player_kills_by_weapon_stream_cursor_value_input": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "with": [ 85 @@ -79245,10 +79262,10 @@ export default { }, "player_kills_by_weapon_sum_fields": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -79256,10 +79273,10 @@ export default { }, "player_kills_by_weapon_sum_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79268,13 +79285,13 @@ export default { "player_kills_by_weapon_update_column": {}, "player_kills_by_weapon_updates": { "_inc": [ - 4025 + 4026 ], "_set": [ - 4036 + 4037 ], "where": [ - 4023 + 4024 ], "__typename": [ 85 @@ -79293,10 +79310,10 @@ export default { }, "player_kills_by_weapon_var_pop_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79315,10 +79332,10 @@ export default { }, "player_kills_by_weapon_var_samp_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79337,10 +79354,10 @@ export default { }, "player_kills_by_weapon_variance_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79349,10 +79366,10 @@ export default { "player_kills_constraint": {}, "player_kills_inc_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -79372,10 +79389,10 @@ export default { 85 ], "attacked_player": [ - 4616 + 4617 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -79387,7 +79404,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -79396,7 +79413,7 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "headshot": [ 6 @@ -79408,22 +79425,22 @@ export default { 6 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "no_scope": [ 6 ], "player": [ - 4616 + 4617 ], "round": [ 41 @@ -79435,7 +79452,7 @@ export default { 6 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -79452,7 +79469,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -79464,28 +79481,28 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "hitgroup": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -79496,49 +79513,49 @@ export default { }, "player_kills_max_order_by": { "attacked_location": [ - 3647 + 3648 ], "attacked_location_coordinates": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_location": [ - 3647 + 3648 ], "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "hitgroup": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79552,7 +79569,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -79564,28 +79581,28 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 ], "deleted_at": [ - 5242 + 5243 ], "hitgroup": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -79596,49 +79613,49 @@ export default { }, "player_kills_min_order_by": { "attacked_location": [ - 3647 + 3648 ], "attacked_location_coordinates": [ - 3647 + 3648 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_location": [ - 3647 + 3648 ], "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "hitgroup": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79649,7 +79666,7 @@ export default { 41 ], "returning": [ - 4002 + 4003 ], "__typename": [ 85 @@ -79657,13 +79674,13 @@ export default { }, "player_kills_on_conflict": { "constraint": [ - 4055 + 4056 ], "update_columns": [ - 4080 + 4081 ], "where": [ - 4013 + 4014 ], "__typename": [ 85 @@ -79671,88 +79688,88 @@ export default { }, "player_kills_order_by": { "assisted": [ - 3647 + 3648 ], "attacked_location": [ - 3647 + 3648 ], "attacked_location_coordinates": [ - 3647 + 3648 ], "attacked_player": [ - 4618 + 4619 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacked_team": [ - 3647 + 3648 ], "attacker_location": [ - 3647 + 3648 ], "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "attacker_team": [ - 3647 + 3648 ], "blinded": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "headshot": [ - 3647 + 3648 ], "hitgroup": [ - 3647 + 3648 ], "in_air": [ - 3647 + 3648 ], "is_suicide": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "no_scope": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "round": [ - 3647 + 3648 ], "team_kill": [ - 3647 + 3648 ], "thru_smoke": [ - 3647 + 3648 ], "thru_wall": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79760,16 +79777,16 @@ export default { }, "player_kills_pk_columns_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "match_map_id": [ - 6603 + 6672 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -79789,7 +79806,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -79801,7 +79818,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -79810,7 +79827,7 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "headshot": [ 6 @@ -79822,10 +79839,10 @@ export default { 6 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "no_scope": [ 6 @@ -79840,7 +79857,7 @@ export default { 6 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -79865,13 +79882,13 @@ export default { }, "player_kills_stddev_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79893,13 +79910,13 @@ export default { }, "player_kills_stddev_pop_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79921,13 +79938,13 @@ export default { }, "player_kills_stddev_samp_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -79935,10 +79952,10 @@ export default { }, "player_kills_stream_cursor_input": { "initial_value": [ - 4077 + 4078 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -79955,7 +79972,7 @@ export default { 85 ], "attacked_steam_id": [ - 311 + 312 ], "attacked_team": [ 85 @@ -79967,7 +79984,7 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "attacker_team": [ 85 @@ -79976,7 +79993,7 @@ export default { 6 ], "deleted_at": [ - 5242 + 5243 ], "headshot": [ 6 @@ -79988,10 +80005,10 @@ export default { 6 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "no_scope": [ 6 @@ -80006,7 +80023,7 @@ export default { 6 ], "time": [ - 5242 + 5243 ], "with": [ 85 @@ -80017,10 +80034,10 @@ export default { }, "player_kills_sum_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -80031,13 +80048,13 @@ export default { }, "player_kills_sum_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -80046,13 +80063,13 @@ export default { "player_kills_update_column": {}, "player_kills_updates": { "_inc": [ - 4056 + 4057 ], "_set": [ - 4069 + 4070 ], "where": [ - 4013 + 4014 ], "__typename": [ 85 @@ -80074,13 +80091,13 @@ export default { }, "player_kills_var_pop_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -80102,13 +80119,13 @@ export default { }, "player_kills_var_samp_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -80130,13 +80147,13 @@ export default { }, "player_kills_variance_order_by": { "attacked_steam_id": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -80153,7 +80170,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80161,10 +80178,10 @@ export default { }, "player_leaderboard_rank_aggregate": { "aggregate": [ - 4090 + 4091 ], "nodes": [ - 4088 + 4089 ], "__typename": [ 85 @@ -80172,13 +80189,13 @@ export default { }, "player_leaderboard_rank_aggregate_fields": { "avg": [ - 4091 + 4092 ], "count": [ 41, { "columns": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "distinct": [ @@ -80187,31 +80204,31 @@ export default { } ], "max": [ - 4095 + 4096 ], "min": [ - 4096 + 4097 ], "stddev": [ - 4101 + 4102 ], "stddev_pop": [ - 4102 + 4103 ], "stddev_samp": [ - 4103 + 4104 ], "sum": [ - 4106 + 4107 ], "var_pop": [ - 4108 + 4109 ], "var_samp": [ - 4109 + 4110 ], "variance": [ - 4110 + 4111 ], "__typename": [ 85 @@ -80233,13 +80250,13 @@ export default { }, "player_leaderboard_rank_bool_exp": { "_and": [ - 4092 + 4093 ], "_not": [ - 4092 + 4093 ], "_or": [ - 4092 + 4093 ], "player_steam_id": [ 87 @@ -80251,7 +80268,7 @@ export default { 42 ], "value": [ - 2093 + 2094 ], "__typename": [ 85 @@ -80265,7 +80282,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80282,7 +80299,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80299,7 +80316,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80316,7 +80333,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80327,7 +80344,7 @@ export default { 41 ], "returning": [ - 4088 + 4089 ], "__typename": [ 85 @@ -80335,16 +80352,16 @@ export default { }, "player_leaderboard_rank_order_by": { "player_steam_id": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "total": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -80362,7 +80379,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80412,10 +80429,10 @@ export default { }, "player_leaderboard_rank_stream_cursor_input": { "initial_value": [ - 4105 + 4106 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -80432,7 +80449,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80446,7 +80463,7 @@ export default { 41 ], "value": [ - 2092 + 2093 ], "__typename": [ 85 @@ -80454,13 +80471,13 @@ export default { }, "player_leaderboard_rank_updates": { "_inc": [ - 4093 + 4094 ], "_set": [ - 4100 + 4101 ], "where": [ - 4092 + 4093 ], "__typename": [ 85 @@ -80528,7 +80545,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -80570,7 +80587,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -80624,16 +80641,16 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -80648,7 +80665,7 @@ export default { 41 ], "player": [ - 4605 + 4606 ], "rounds_ct": [ 41 @@ -80681,7 +80698,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -80696,7 +80713,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -80726,7 +80743,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "util_on_death_count": [ 41 @@ -80746,10 +80763,10 @@ export default { }, "player_match_map_stats_aggregate": { "aggregate": [ - 4115 + 4116 ], "nodes": [ - 4111 + 4112 ], "__typename": [ 85 @@ -80757,7 +80774,7 @@ export default { }, "player_match_map_stats_aggregate_bool_exp": { "count": [ - 4114 + 4115 ], "__typename": [ 85 @@ -80765,13 +80782,13 @@ export default { }, "player_match_map_stats_aggregate_bool_exp_count": { "arguments": [ - 4132 + 4133 ], "distinct": [ 6 ], "filter": [ - 4120 + 4121 ], "predicate": [ 42 @@ -80782,13 +80799,13 @@ export default { }, "player_match_map_stats_aggregate_fields": { "avg": [ - 4118 + 4119 ], "count": [ 41, { "columns": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "distinct": [ @@ -80797,31 +80814,31 @@ export default { } ], "max": [ - 4124 + 4125 ], "min": [ - 4126 + 4127 ], "stddev": [ - 4134 + 4135 ], "stddev_pop": [ - 4136 + 4137 ], "stddev_samp": [ - 4138 + 4139 ], "sum": [ - 4142 + 4143 ], "var_pop": [ - 4146 + 4147 ], "var_samp": [ - 4148 + 4149 ], "variance": [ - 4150 + 4151 ], "__typename": [ 85 @@ -80829,37 +80846,37 @@ export default { }, "player_match_map_stats_aggregate_order_by": { "avg": [ - 4119 + 4120 ], "count": [ - 3647 + 3648 ], "max": [ - 4125 + 4126 ], "min": [ - 4127 + 4128 ], "stddev": [ - 4135 + 4136 ], "stddev_pop": [ - 4137 + 4138 ], "stddev_samp": [ - 4139 + 4140 ], "sum": [ - 4143 + 4144 ], "var_pop": [ - 4147 + 4148 ], "var_samp": [ - 4149 + 4150 ], "variance": [ - 4151 + 4152 ], "__typename": [ 85 @@ -80867,10 +80884,10 @@ export default { }, "player_match_map_stats_arr_rel_insert_input": { "data": [ - 4123 + 4124 ], "on_conflict": [ - 4129 + 4130 ], "__typename": [ 85 @@ -81096,217 +81113,217 @@ export default { }, "player_match_map_stats_avg_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -81314,13 +81331,13 @@ export default { }, "player_match_map_stats_bool_exp": { "_and": [ - 4120 + 4121 ], "_not": [ - 4120 + 4121 ], "_or": [ - 4120 + 4121 ], "assists": [ 42 @@ -81341,7 +81358,7 @@ export default { 42 ], "crosshair_angle_sum_deg": [ - 3646 + 3647 ], "damage": [ 42 @@ -81383,7 +81400,7 @@ export default { 42 ], "flash_duration_sum": [ - 3646 + 3647 ], "flashes_thrown": [ 42 @@ -81437,16 +81454,16 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "molotov_damage": [ 42 @@ -81461,7 +81478,7 @@ export default { 42 ], "player": [ - 4609 + 4610 ], "rounds_ct": [ 42 @@ -81494,7 +81511,7 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "team_damage": [ 42 @@ -81509,7 +81526,7 @@ export default { 42 ], "time_to_damage_sum_s": [ - 3646 + 3647 ], "total_engagement_frames": [ 42 @@ -81539,7 +81556,7 @@ export default { 42 ], "updated_at": [ - 5243 + 5244 ], "util_on_death_count": [ 42 @@ -81578,7 +81595,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -81620,7 +81637,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -81716,7 +81733,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -81731,7 +81748,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -81796,7 +81813,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -81838,7 +81855,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -81892,16 +81909,16 @@ export default { 41 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -81916,7 +81933,7 @@ export default { 41 ], "player": [ - 4616 + 4617 ], "rounds_ct": [ 41 @@ -81949,7 +81966,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -81964,7 +81981,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -81994,7 +82011,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "util_on_death_count": [ 41 @@ -82032,7 +82049,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -82074,7 +82091,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -82128,10 +82145,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -82176,7 +82193,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -82191,7 +82208,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -82221,7 +82238,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "util_on_death_count": [ 41 @@ -82241,226 +82258,226 @@ export default { }, "player_match_map_stats_max_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -82486,7 +82503,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -82528,7 +82545,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -82582,10 +82599,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -82630,7 +82647,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -82645,7 +82662,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -82675,7 +82692,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "util_on_death_count": [ 41 @@ -82695,226 +82712,226 @@ export default { }, "player_match_map_stats_min_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -82925,7 +82942,7 @@ export default { 41 ], "returning": [ - 4111 + 4112 ], "__typename": [ 85 @@ -82933,13 +82950,13 @@ export default { }, "player_match_map_stats_on_conflict": { "constraint": [ - 4121 + 4122 ], "update_columns": [ - 4144 + 4145 ], "where": [ - 4120 + 4121 ], "__typename": [ 85 @@ -82947,235 +82964,235 @@ export default { }, "player_match_map_stats_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -83183,10 +83200,10 @@ export default { }, "player_match_map_stats_pk_columns_input": { "match_map_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -83213,7 +83230,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -83255,7 +83272,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -83309,10 +83326,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -83357,7 +83374,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -83372,7 +83389,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -83402,7 +83419,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "util_on_death_count": [ 41 @@ -83640,217 +83657,217 @@ export default { }, "player_match_map_stats_stddev_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -84076,217 +84093,217 @@ export default { }, "player_match_map_stats_stddev_pop_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -84512,217 +84529,217 @@ export default { }, "player_match_map_stats_stddev_samp_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -84730,10 +84747,10 @@ export default { }, "player_match_map_stats_stream_cursor_input": { "initial_value": [ - 4141 + 4142 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -84759,7 +84776,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -84801,7 +84818,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -84855,10 +84872,10 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -84903,7 +84920,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -84918,7 +84935,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -84948,7 +84965,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "util_on_death_count": [ 41 @@ -84986,7 +85003,7 @@ export default { 41 ], "crosshair_angle_sum_deg": [ - 3645 + 3646 ], "damage": [ 41 @@ -85028,7 +85045,7 @@ export default { 41 ], "flash_duration_sum": [ - 3645 + 3646 ], "flashes_thrown": [ 41 @@ -85124,7 +85141,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -85139,7 +85156,7 @@ export default { 41 ], "time_to_damage_sum_s": [ - 3645 + 3646 ], "total_engagement_frames": [ 41 @@ -85186,217 +85203,217 @@ export default { }, "player_match_map_stats_sum_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -85405,13 +85422,13 @@ export default { "player_match_map_stats_update_column": {}, "player_match_map_stats_updates": { "_inc": [ - 4122 + 4123 ], "_set": [ - 4133 + 4134 ], "where": [ - 4120 + 4121 ], "__typename": [ 85 @@ -85637,217 +85654,217 @@ export default { }, "player_match_map_stats_var_pop_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -86073,217 +86090,217 @@ export default { }, "player_match_map_stats_var_samp_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -86509,217 +86526,217 @@ export default { }, "player_match_map_stats_variance_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "crosshair_angle_count": [ - 3647 + 3648 ], "crosshair_angle_sum_deg": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flash_duration_count": [ - 3647 + 3648 ], "flash_duration_sum": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kast_rounds": [ - 3647 + 3648 ], "kast_total_rounds": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "time_to_damage_count": [ - 3647 + 3648 ], "time_to_damage_sum_s": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "util_on_death_count": [ - 3647 + 3648 ], "util_on_death_sum": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -86727,40 +86744,40 @@ export default { }, "player_match_performance_v": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "aim_rating": [ - 2092 + 2093 ], "counter_strafe_pct": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "overall_rating": [ - 2092 + 2093 ], "played_at": [ - 5242 + 5243 ], "positioning_rating": [ - 2092 + 2093 ], "rounds": [ 41 @@ -86769,19 +86786,19 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -86789,10 +86806,10 @@ export default { }, "player_match_performance_v_aggregate": { "aggregate": [ - 4154 + 4155 ], "nodes": [ - 4152 + 4153 ], "__typename": [ 85 @@ -86800,13 +86817,13 @@ export default { }, "player_match_performance_v_aggregate_fields": { "avg": [ - 4155 + 4156 ], "count": [ 41, { "columns": [ - 4160, + 4161, "[player_match_performance_v_select_column!]" ], "distinct": [ @@ -86815,31 +86832,31 @@ export default { } ], "max": [ - 4157 + 4158 ], "min": [ - 4158 + 4159 ], "stddev": [ - 4161 + 4162 ], "stddev_pop": [ - 4162 + 4163 ], "stddev_samp": [ - 4163 + 4164 ], "sum": [ - 4166 + 4167 ], "var_pop": [ - 4167 + 4168 ], "var_samp": [ - 4168 + 4169 ], "variance": [ - 4169 + 4170 ], "__typename": [ 85 @@ -86900,49 +86917,49 @@ export default { }, "player_match_performance_v_bool_exp": { "_and": [ - 4156 + 4157 ], "_not": [ - 4156 + 4157 ], "_or": [ - 4156 + 4157 ], "accuracy": [ - 3646 + 3647 ], "accuracy_spotted": [ - 3646 + 3647 ], "aim_rating": [ - 2093 + 2094 ], "counter_strafe_pct": [ - 3646 + 3647 ], "enemy_blind_pr": [ - 3646 + 3647 ], "flash_assists_pr": [ - 3646 + 3647 ], "hs_pct": [ - 3646 + 3647 ], "kast_pct": [ - 3646 + 3647 ], "match_id": [ - 6605 + 6674 ], "overall_rating": [ - 2093 + 2094 ], "played_at": [ - 5243 + 5244 ], "positioning_rating": [ - 2093 + 2094 ], "rounds": [ 42 @@ -86951,19 +86968,19 @@ export default { 87 ], "steam_id": [ - 313 + 314 ], "survival_pct": [ - 3646 + 3647 ], "traded_death_pct": [ - 3646 + 3647 ], "util_efficiency": [ - 3646 + 3647 ], "utility_rating": [ - 2093 + 2094 ], "__typename": [ 85 @@ -86971,40 +86988,40 @@ export default { }, "player_match_performance_v_max_fields": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "aim_rating": [ - 2092 + 2093 ], "counter_strafe_pct": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "overall_rating": [ - 2092 + 2093 ], "played_at": [ - 5242 + 5243 ], "positioning_rating": [ - 2092 + 2093 ], "rounds": [ 41 @@ -87013,19 +87030,19 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -87033,40 +87050,40 @@ export default { }, "player_match_performance_v_min_fields": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "aim_rating": [ - 2092 + 2093 ], "counter_strafe_pct": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "overall_rating": [ - 2092 + 2093 ], "played_at": [ - 5242 + 5243 ], "positioning_rating": [ - 2092 + 2093 ], "rounds": [ 41 @@ -87075,19 +87092,19 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -87095,61 +87112,61 @@ export default { }, "player_match_performance_v_order_by": { "accuracy": [ - 3647 + 3648 ], "accuracy_spotted": [ - 3647 + 3648 ], "aim_rating": [ - 3647 + 3648 ], "counter_strafe_pct": [ - 3647 + 3648 ], "enemy_blind_pr": [ - 3647 + 3648 ], "flash_assists_pr": [ - 3647 + 3648 ], "hs_pct": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "overall_rating": [ - 3647 + 3648 ], "played_at": [ - 3647 + 3648 ], "positioning_rating": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "survival_pct": [ - 3647 + 3648 ], "traded_death_pct": [ - 3647 + 3648 ], "util_efficiency": [ - 3647 + 3648 ], "utility_rating": [ - 3647 + 3648 ], "__typename": [ 85 @@ -87317,10 +87334,10 @@ export default { }, "player_match_performance_v_stream_cursor_input": { "initial_value": [ - 4165 + 4166 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -87328,40 +87345,40 @@ export default { }, "player_match_performance_v_stream_cursor_value_input": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "aim_rating": [ - 2092 + 2093 ], "counter_strafe_pct": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "overall_rating": [ - 2092 + 2093 ], "played_at": [ - 5242 + 5243 ], "positioning_rating": [ - 2092 + 2093 ], "rounds": [ 41 @@ -87370,19 +87387,19 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -87390,52 +87407,52 @@ export default { }, "player_match_performance_v_sum_fields": { "accuracy": [ - 3645 + 3646 ], "accuracy_spotted": [ - 3645 + 3646 ], "aim_rating": [ - 2092 + 2093 ], "counter_strafe_pct": [ - 3645 + 3646 ], "enemy_blind_pr": [ - 3645 + 3646 ], "flash_assists_pr": [ - 3645 + 3646 ], "hs_pct": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "overall_rating": [ - 2092 + 2093 ], "positioning_rating": [ - 2092 + 2093 ], "rounds": [ 41 ], "steam_id": [ - 311 + 312 ], "survival_pct": [ - 3645 + 3646 ], "traded_death_pct": [ - 3645 + 3646 ], "util_efficiency": [ - 3645 + 3646 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -87611,13 +87628,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3645 + 3646 ], "avg_flash_duration": [ - 3645 + 3646 ], "avg_time_to_damage_s": [ - 3645 + 3646 ], "counter_strafe_eligible_shots": [ 41 @@ -87707,7 +87724,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -87752,7 +87769,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -87791,7 +87808,7 @@ export default { 41 ], "utility_on_death": [ - 3645 + 3646 ], "wasted_magazine_shots": [ 41 @@ -87805,10 +87822,10 @@ export default { }, "player_match_stats_v_aggregate": { "aggregate": [ - 4174 + 4175 ], "nodes": [ - 4170 + 4171 ], "__typename": [ 85 @@ -87816,7 +87833,7 @@ export default { }, "player_match_stats_v_aggregate_bool_exp": { "count": [ - 4173 + 4174 ], "__typename": [ 85 @@ -87824,13 +87841,13 @@ export default { }, "player_match_stats_v_aggregate_bool_exp_count": { "arguments": [ - 4186 + 4187 ], "distinct": [ 6 ], "filter": [ - 4179 + 4180 ], "predicate": [ 42 @@ -87841,13 +87858,13 @@ export default { }, "player_match_stats_v_aggregate_fields": { "avg": [ - 4177 + 4178 ], "count": [ 41, { "columns": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "distinct": [ @@ -87856,31 +87873,31 @@ export default { } ], "max": [ - 4181 + 4182 ], "min": [ - 4183 + 4184 ], "stddev": [ - 4187 + 4188 ], "stddev_pop": [ - 4189 + 4190 ], "stddev_samp": [ - 4191 + 4192 ], "sum": [ - 4195 + 4196 ], "var_pop": [ - 4197 + 4198 ], "var_samp": [ - 4199 + 4200 ], "variance": [ - 4201 + 4202 ], "__typename": [ 85 @@ -87888,37 +87905,37 @@ export default { }, "player_match_stats_v_aggregate_order_by": { "avg": [ - 4178 + 4179 ], "count": [ - 3647 + 3648 ], "max": [ - 4182 + 4183 ], "min": [ - 4184 + 4185 ], "stddev": [ - 4188 + 4189 ], "stddev_pop": [ - 4190 + 4191 ], "stddev_samp": [ - 4192 + 4193 ], "sum": [ - 4196 + 4197 ], "var_pop": [ - 4198 + 4199 ], "var_samp": [ - 4200 + 4201 ], "variance": [ - 4202 + 4203 ], "__typename": [ 85 @@ -87926,7 +87943,7 @@ export default { }, "player_match_stats_v_arr_rel_insert_input": { "data": [ - 4180 + 4181 ], "__typename": [ 85 @@ -88134,199 +88151,199 @@ export default { }, "player_match_stats_v_avg_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -88334,13 +88351,13 @@ export default { }, "player_match_stats_v_bool_exp": { "_and": [ - 4179 + 4180 ], "_not": [ - 4179 + 4180 ], "_or": [ - 4179 + 4180 ], "assists": [ 42 @@ -88352,13 +88369,13 @@ export default { 42 ], "avg_crosshair_angle_deg": [ - 3646 + 3647 ], "avg_flash_duration": [ - 3646 + 3647 ], "avg_time_to_damage_s": [ - 3646 + 3647 ], "counter_strafe_eligible_shots": [ 42 @@ -88448,7 +88465,7 @@ export default { 42 ], "match_id": [ - 6605 + 6674 ], "molotov_damage": [ 42 @@ -88493,7 +88510,7 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "team_damage": [ 42 @@ -88532,7 +88549,7 @@ export default { 42 ], "utility_on_death": [ - 3646 + 3647 ], "wasted_magazine_shots": [ 42 @@ -88555,13 +88572,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3645 + 3646 ], "avg_flash_duration": [ - 3645 + 3646 ], "avg_time_to_damage_s": [ - 3645 + 3646 ], "counter_strafe_eligible_shots": [ 41 @@ -88651,7 +88668,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -88696,7 +88713,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -88735,7 +88752,7 @@ export default { 41 ], "utility_on_death": [ - 3645 + 3646 ], "wasted_magazine_shots": [ 41 @@ -88758,13 +88775,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3645 + 3646 ], "avg_flash_duration": [ - 3645 + 3646 ], "avg_time_to_damage_s": [ - 3645 + 3646 ], "counter_strafe_eligible_shots": [ 41 @@ -88854,7 +88871,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -88899,7 +88916,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -88938,7 +88955,7 @@ export default { 41 ], "utility_on_death": [ - 3645 + 3646 ], "wasted_magazine_shots": [ 41 @@ -88952,202 +88969,202 @@ export default { }, "player_match_stats_v_max_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -89164,13 +89181,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3645 + 3646 ], "avg_flash_duration": [ - 3645 + 3646 ], "avg_time_to_damage_s": [ - 3645 + 3646 ], "counter_strafe_eligible_shots": [ 41 @@ -89260,7 +89277,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -89305,7 +89322,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -89344,7 +89361,7 @@ export default { 41 ], "utility_on_death": [ - 3645 + 3646 ], "wasted_magazine_shots": [ 41 @@ -89358,202 +89375,202 @@ export default { }, "player_match_stats_v_min_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -89561,202 +89578,202 @@ export default { }, "player_match_stats_v_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -89965,199 +89982,199 @@ export default { }, "player_match_stats_v_stddev_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -90365,199 +90382,199 @@ export default { }, "player_match_stats_v_stddev_pop_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -90765,199 +90782,199 @@ export default { }, "player_match_stats_v_stddev_samp_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -90965,10 +90982,10 @@ export default { }, "player_match_stats_v_stream_cursor_input": { "initial_value": [ - 4194 + 4195 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -90985,13 +91002,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3645 + 3646 ], "avg_flash_duration": [ - 3645 + 3646 ], "avg_time_to_damage_s": [ - 3645 + 3646 ], "counter_strafe_eligible_shots": [ 41 @@ -91081,7 +91098,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "molotov_damage": [ 41 @@ -91126,7 +91143,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -91165,7 +91182,7 @@ export default { 41 ], "utility_on_death": [ - 3645 + 3646 ], "wasted_magazine_shots": [ 41 @@ -91188,13 +91205,13 @@ export default { 41 ], "avg_crosshair_angle_deg": [ - 3645 + 3646 ], "avg_flash_duration": [ - 3645 + 3646 ], "avg_time_to_damage_s": [ - 3645 + 3646 ], "counter_strafe_eligible_shots": [ 41 @@ -91326,7 +91343,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "team_damage": [ 41 @@ -91365,7 +91382,7 @@ export default { 41 ], "utility_on_death": [ - 3645 + 3646 ], "wasted_magazine_shots": [ 41 @@ -91379,199 +91396,199 @@ export default { }, "player_match_stats_v_sum_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -91779,199 +91796,199 @@ export default { }, "player_match_stats_v_var_pop_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -92179,199 +92196,199 @@ export default { }, "player_match_stats_v_var_samp_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -92579,199 +92596,199 @@ export default { }, "player_match_stats_v_variance_order_by": { "assists": [ - 3647 + 3648 ], "assists_ct": [ - 3647 + 3648 ], "assists_t": [ - 3647 + 3648 ], "avg_crosshair_angle_deg": [ - 3647 + 3648 ], "avg_flash_duration": [ - 3647 + 3648 ], "avg_time_to_damage_s": [ - 3647 + 3648 ], "counter_strafe_eligible_shots": [ - 3647 + 3648 ], "counter_strafed_shots": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_ct": [ - 3647 + 3648 ], "damage_t": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "deaths_ct": [ - 3647 + 3648 ], "deaths_t": [ - 3647 + 3648 ], "decoy_throws": [ - 3647 + 3648 ], "enemies_flashed": [ - 3647 + 3648 ], "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "five_kill_rounds": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "flashes_thrown": [ - 3647 + 3648 ], "four_kill_rounds": [ - 3647 + 3648 ], "he_damage": [ - 3647 + 3648 ], "he_team_damage": [ - 3647 + 3648 ], "he_throws": [ - 3647 + 3648 ], "headshot_hits": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_at_spotted": [ - 3647 + 3648 ], "hs_kills": [ - 3647 + 3648 ], "hs_kills_ct": [ - 3647 + 3648 ], "hs_kills_t": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kills_ct": [ - 3647 + 3648 ], "kills_t": [ - 3647 + 3648 ], "knife_kills": [ - 3647 + 3648 ], "molotov_damage": [ - 3647 + 3648 ], "molotov_throws": [ - 3647 + 3648 ], "non_awp_hits": [ - 3647 + 3648 ], "on_target_frames": [ - 3647 + 3648 ], "rounds_ct": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "rounds_t": [ - 3647 + 3648 ], "shots_at_spotted": [ - 3647 + 3648 ], "shots_fired": [ - 3647 + 3648 ], "smoke_throws": [ - 3647 + 3648 ], "spotted_count": [ - 3647 + 3648 ], "spotted_with_damage_count": [ - 3647 + 3648 ], "spray_hits": [ - 3647 + 3648 ], "spray_shots": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_damage": [ - 3647 + 3648 ], "team_flashed": [ - 3647 + 3648 ], "three_kill_rounds": [ - 3647 + 3648 ], "total_engagement_frames": [ - 3647 + 3648 ], "trade_kill_attempts": [ - 3647 + 3648 ], "trade_kill_opportunities": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_attempts": [ - 3647 + 3648 ], "traded_death_opportunities": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "two_kill_rounds": [ - 3647 + 3648 ], "unused_utility_value": [ - 3647 + 3648 ], "utility_on_death": [ - 3647 + 3648 ], "wasted_magazine_shots": [ - 3647 + 3648 ], "zeus_kills": [ - 3647 + 3648 ], "__typename": [ 85 @@ -92779,34 +92796,34 @@ export default { }, "player_objectives": { "deleted_at": [ - 5242 + 5243 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1265 + 1266 ], "__typename": [ 85 @@ -92814,10 +92831,10 @@ export default { }, "player_objectives_aggregate": { "aggregate": [ - 4207 + 4208 ], "nodes": [ - 4203 + 4204 ], "__typename": [ 85 @@ -92825,7 +92842,7 @@ export default { }, "player_objectives_aggregate_bool_exp": { "count": [ - 4206 + 4207 ], "__typename": [ 85 @@ -92833,13 +92850,13 @@ export default { }, "player_objectives_aggregate_bool_exp_count": { "arguments": [ - 4224 + 4225 ], "distinct": [ 6 ], "filter": [ - 4212 + 4213 ], "predicate": [ 42 @@ -92850,13 +92867,13 @@ export default { }, "player_objectives_aggregate_fields": { "avg": [ - 4210 + 4211 ], "count": [ 41, { "columns": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "distinct": [ @@ -92865,31 +92882,31 @@ export default { } ], "max": [ - 4216 + 4217 ], "min": [ - 4218 + 4219 ], "stddev": [ - 4226 + 4227 ], "stddev_pop": [ - 4228 + 4229 ], "stddev_samp": [ - 4230 + 4231 ], "sum": [ - 4234 + 4235 ], "var_pop": [ - 4238 + 4239 ], "var_samp": [ - 4240 + 4241 ], "variance": [ - 4242 + 4243 ], "__typename": [ 85 @@ -92897,37 +92914,37 @@ export default { }, "player_objectives_aggregate_order_by": { "avg": [ - 4211 + 4212 ], "count": [ - 3647 + 3648 ], "max": [ - 4217 + 4218 ], "min": [ - 4219 + 4220 ], "stddev": [ - 4227 + 4228 ], "stddev_pop": [ - 4229 + 4230 ], "stddev_samp": [ - 4231 + 4232 ], "sum": [ - 4235 + 4236 ], "var_pop": [ - 4239 + 4240 ], "var_samp": [ - 4241 + 4242 ], "variance": [ - 4243 + 4244 ], "__typename": [ 85 @@ -92935,10 +92952,10 @@ export default { }, "player_objectives_arr_rel_insert_input": { "data": [ - 4215 + 4216 ], "on_conflict": [ - 4221 + 4222 ], "__typename": [ 85 @@ -92957,10 +92974,10 @@ export default { }, "player_objectives_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -92968,43 +92985,43 @@ export default { }, "player_objectives_bool_exp": { "_and": [ - 4212 + 4213 ], "_not": [ - 4212 + 4213 ], "_or": [ - 4212 + 4213 ], "deleted_at": [ - 5243 + 5244 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "round": [ 42 ], "time": [ - 5243 + 5244 ], "type": [ - 1266 + 1267 ], "__typename": [ 85 @@ -93013,7 +93030,7 @@ export default { "player_objectives_constraint": {}, "player_objectives_inc_input": { "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -93024,34 +93041,34 @@ export default { }, "player_objectives_insert_input": { "deleted_at": [ - 5242 + 5243 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1265 + 1266 ], "__typename": [ 85 @@ -93059,22 +93076,22 @@ export default { }, "player_objectives_max_fields": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -93082,22 +93099,22 @@ export default { }, "player_objectives_max_order_by": { "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93105,22 +93122,22 @@ export default { }, "player_objectives_min_fields": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -93128,22 +93145,22 @@ export default { }, "player_objectives_min_order_by": { "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93154,7 +93171,7 @@ export default { 41 ], "returning": [ - 4203 + 4204 ], "__typename": [ 85 @@ -93162,13 +93179,13 @@ export default { }, "player_objectives_on_conflict": { "constraint": [ - 4213 + 4214 ], "update_columns": [ - 4236 + 4237 ], "where": [ - 4212 + 4213 ], "__typename": [ 85 @@ -93176,34 +93193,34 @@ export default { }, "player_objectives_order_by": { "deleted_at": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93211,13 +93228,13 @@ export default { }, "player_objectives_pk_columns_input": { "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -93226,25 +93243,25 @@ export default { "player_objectives_select_column": {}, "player_objectives_set_input": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1265 + 1266 ], "__typename": [ 85 @@ -93263,10 +93280,10 @@ export default { }, "player_objectives_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93285,10 +93302,10 @@ export default { }, "player_objectives_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93307,10 +93324,10 @@ export default { }, "player_objectives_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93318,10 +93335,10 @@ export default { }, "player_objectives_stream_cursor_input": { "initial_value": [ - 4233 + 4234 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -93329,25 +93346,25 @@ export default { }, "player_objectives_stream_cursor_value_input": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1265 + 1266 ], "__typename": [ 85 @@ -93355,7 +93372,7 @@ export default { }, "player_objectives_sum_fields": { "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -93366,10 +93383,10 @@ export default { }, "player_objectives_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93378,13 +93395,13 @@ export default { "player_objectives_update_column": {}, "player_objectives_updates": { "_inc": [ - 4214 + 4215 ], "_set": [ - 4225 + 4226 ], "where": [ - 4212 + 4213 ], "__typename": [ 85 @@ -93403,10 +93420,10 @@ export default { }, "player_objectives_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93425,10 +93442,10 @@ export default { }, "player_objectives_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93447,10 +93464,10 @@ export default { }, "player_objectives_variance_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -93458,46 +93475,46 @@ export default { }, "player_performance_v": { "accuracy_score": [ - 2092 + 2093 ], "aim_goal": [ - 2092 + 2093 ], "aim_rating": [ - 2092 + 2093 ], "band": [ 41 ], "band_sample": [ - 311 + 312 ], "blind_score": [ - 2092 + 2093 ], "counter_strafe_score": [ - 2092 + 2093 ], "crosshair_score": [ - 2092 + 2093 ], "flash_assists_score": [ - 2092 + 2093 ], "hs_score": [ - 2092 + 2093 ], "kast_score": [ - 2092 + 2093 ], "maps": [ 41 ], "positioning_goal": [ - 2092 + 2093 ], "positioning_rating": [ - 2092 + 2093 ], "premier_rank": [ 41 @@ -93506,28 +93523,28 @@ export default { 41 ], "spotted_score": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "survival_score": [ - 2092 + 2093 ], "traded_score": [ - 2092 + 2093 ], "ttd_score": [ - 2092 + 2093 ], "util_eff_score": [ - 2092 + 2093 ], "utility_goal": [ - 2092 + 2093 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -93535,10 +93552,10 @@ export default { }, "player_performance_v_aggregate": { "aggregate": [ - 4246 + 4247 ], "nodes": [ - 4244 + 4245 ], "__typename": [ 85 @@ -93546,13 +93563,13 @@ export default { }, "player_performance_v_aggregate_fields": { "avg": [ - 4247 + 4248 ], "count": [ 41, { "columns": [ - 4252, + 4253, "[player_performance_v_select_column!]" ], "distinct": [ @@ -93561,31 +93578,31 @@ export default { } ], "max": [ - 4249 + 4250 ], "min": [ - 4250 + 4251 ], "stddev": [ - 4253 + 4254 ], "stddev_pop": [ - 4254 + 4255 ], "stddev_samp": [ - 4255 + 4256 ], "sum": [ - 4258 + 4259 ], "var_pop": [ - 4259 + 4260 ], "var_samp": [ - 4260 + 4261 ], "variance": [ - 4261 + 4262 ], "__typename": [ 85 @@ -93670,55 +93687,55 @@ export default { }, "player_performance_v_bool_exp": { "_and": [ - 4248 + 4249 ], "_not": [ - 4248 + 4249 ], "_or": [ - 4248 + 4249 ], "accuracy_score": [ - 2093 + 2094 ], "aim_goal": [ - 2093 + 2094 ], "aim_rating": [ - 2093 + 2094 ], "band": [ 42 ], "band_sample": [ - 313 + 314 ], "blind_score": [ - 2093 + 2094 ], "counter_strafe_score": [ - 2093 + 2094 ], "crosshair_score": [ - 2093 + 2094 ], "flash_assists_score": [ - 2093 + 2094 ], "hs_score": [ - 2093 + 2094 ], "kast_score": [ - 2093 + 2094 ], "maps": [ 42 ], "positioning_goal": [ - 2093 + 2094 ], "positioning_rating": [ - 2093 + 2094 ], "premier_rank": [ 42 @@ -93727,28 +93744,28 @@ export default { 42 ], "spotted_score": [ - 2093 + 2094 ], "steam_id": [ - 313 + 314 ], "survival_score": [ - 2093 + 2094 ], "traded_score": [ - 2093 + 2094 ], "ttd_score": [ - 2093 + 2094 ], "util_eff_score": [ - 2093 + 2094 ], "utility_goal": [ - 2093 + 2094 ], "utility_rating": [ - 2093 + 2094 ], "__typename": [ 85 @@ -93756,46 +93773,46 @@ export default { }, "player_performance_v_max_fields": { "accuracy_score": [ - 2092 + 2093 ], "aim_goal": [ - 2092 + 2093 ], "aim_rating": [ - 2092 + 2093 ], "band": [ 41 ], "band_sample": [ - 311 + 312 ], "blind_score": [ - 2092 + 2093 ], "counter_strafe_score": [ - 2092 + 2093 ], "crosshair_score": [ - 2092 + 2093 ], "flash_assists_score": [ - 2092 + 2093 ], "hs_score": [ - 2092 + 2093 ], "kast_score": [ - 2092 + 2093 ], "maps": [ 41 ], "positioning_goal": [ - 2092 + 2093 ], "positioning_rating": [ - 2092 + 2093 ], "premier_rank": [ 41 @@ -93804,28 +93821,28 @@ export default { 41 ], "spotted_score": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "survival_score": [ - 2092 + 2093 ], "traded_score": [ - 2092 + 2093 ], "ttd_score": [ - 2092 + 2093 ], "util_eff_score": [ - 2092 + 2093 ], "utility_goal": [ - 2092 + 2093 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -93833,46 +93850,46 @@ export default { }, "player_performance_v_min_fields": { "accuracy_score": [ - 2092 + 2093 ], "aim_goal": [ - 2092 + 2093 ], "aim_rating": [ - 2092 + 2093 ], "band": [ 41 ], "band_sample": [ - 311 + 312 ], "blind_score": [ - 2092 + 2093 ], "counter_strafe_score": [ - 2092 + 2093 ], "crosshair_score": [ - 2092 + 2093 ], "flash_assists_score": [ - 2092 + 2093 ], "hs_score": [ - 2092 + 2093 ], "kast_score": [ - 2092 + 2093 ], "maps": [ 41 ], "positioning_goal": [ - 2092 + 2093 ], "positioning_rating": [ - 2092 + 2093 ], "premier_rank": [ 41 @@ -93881,28 +93898,28 @@ export default { 41 ], "spotted_score": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "survival_score": [ - 2092 + 2093 ], "traded_score": [ - 2092 + 2093 ], "ttd_score": [ - 2092 + 2093 ], "util_eff_score": [ - 2092 + 2093 ], "utility_goal": [ - 2092 + 2093 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -93910,76 +93927,76 @@ export default { }, "player_performance_v_order_by": { "accuracy_score": [ - 3647 + 3648 ], "aim_goal": [ - 3647 + 3648 ], "aim_rating": [ - 3647 + 3648 ], "band": [ - 3647 + 3648 ], "band_sample": [ - 3647 + 3648 ], "blind_score": [ - 3647 + 3648 ], "counter_strafe_score": [ - 3647 + 3648 ], "crosshair_score": [ - 3647 + 3648 ], "flash_assists_score": [ - 3647 + 3648 ], "hs_score": [ - 3647 + 3648 ], "kast_score": [ - 3647 + 3648 ], "maps": [ - 3647 + 3648 ], "positioning_goal": [ - 3647 + 3648 ], "positioning_rating": [ - 3647 + 3648 ], "premier_rank": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "spotted_score": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "survival_score": [ - 3647 + 3648 ], "traded_score": [ - 3647 + 3648 ], "ttd_score": [ - 3647 + 3648 ], "util_eff_score": [ - 3647 + 3648 ], "utility_goal": [ - 3647 + 3648 ], "utility_rating": [ - 3647 + 3648 ], "__typename": [ 85 @@ -94219,10 +94236,10 @@ export default { }, "player_performance_v_stream_cursor_input": { "initial_value": [ - 4257 + 4258 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -94230,46 +94247,46 @@ export default { }, "player_performance_v_stream_cursor_value_input": { "accuracy_score": [ - 2092 + 2093 ], "aim_goal": [ - 2092 + 2093 ], "aim_rating": [ - 2092 + 2093 ], "band": [ 41 ], "band_sample": [ - 311 + 312 ], "blind_score": [ - 2092 + 2093 ], "counter_strafe_score": [ - 2092 + 2093 ], "crosshair_score": [ - 2092 + 2093 ], "flash_assists_score": [ - 2092 + 2093 ], "hs_score": [ - 2092 + 2093 ], "kast_score": [ - 2092 + 2093 ], "maps": [ 41 ], "positioning_goal": [ - 2092 + 2093 ], "positioning_rating": [ - 2092 + 2093 ], "premier_rank": [ 41 @@ -94278,28 +94295,28 @@ export default { 41 ], "spotted_score": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "survival_score": [ - 2092 + 2093 ], "traded_score": [ - 2092 + 2093 ], "ttd_score": [ - 2092 + 2093 ], "util_eff_score": [ - 2092 + 2093 ], "utility_goal": [ - 2092 + 2093 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -94307,46 +94324,46 @@ export default { }, "player_performance_v_sum_fields": { "accuracy_score": [ - 2092 + 2093 ], "aim_goal": [ - 2092 + 2093 ], "aim_rating": [ - 2092 + 2093 ], "band": [ 41 ], "band_sample": [ - 311 + 312 ], "blind_score": [ - 2092 + 2093 ], "counter_strafe_score": [ - 2092 + 2093 ], "crosshair_score": [ - 2092 + 2093 ], "flash_assists_score": [ - 2092 + 2093 ], "hs_score": [ - 2092 + 2093 ], "kast_score": [ - 2092 + 2093 ], "maps": [ 41 ], "positioning_goal": [ - 2092 + 2093 ], "positioning_rating": [ - 2092 + 2093 ], "premier_rank": [ 41 @@ -94355,28 +94372,28 @@ export default { 41 ], "spotted_score": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "survival_score": [ - 2092 + 2093 ], "traded_score": [ - 2092 + 2093 ], "ttd_score": [ - 2092 + 2093 ], "util_eff_score": [ - 2092 + 2093 ], "utility_goal": [ - 2092 + 2093 ], "utility_rating": [ - 2092 + 2093 ], "__typename": [ 85 @@ -94615,25 +94632,25 @@ export default { }, "player_premier_rank_history": { "id": [ - 6603 + 6672 ], "map": [ - 2923 + 2924 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "previous_rank": [ 41 @@ -94645,7 +94662,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -94653,10 +94670,10 @@ export default { }, "player_premier_rank_history_aggregate": { "aggregate": [ - 4266 + 4267 ], "nodes": [ - 4262 + 4263 ], "__typename": [ 85 @@ -94664,7 +94681,7 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp": { "count": [ - 4265 + 4266 ], "__typename": [ 85 @@ -94672,13 +94689,13 @@ export default { }, "player_premier_rank_history_aggregate_bool_exp_count": { "arguments": [ - 4283 + 4284 ], "distinct": [ 6 ], "filter": [ - 4271 + 4272 ], "predicate": [ 42 @@ -94689,13 +94706,13 @@ export default { }, "player_premier_rank_history_aggregate_fields": { "avg": [ - 4269 + 4270 ], "count": [ 41, { "columns": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "distinct": [ @@ -94703,44 +94720,6 @@ export default { ] } ], - "max": [ - 4275 - ], - "min": [ - 4277 - ], - "stddev": [ - 4285 - ], - "stddev_pop": [ - 4287 - ], - "stddev_samp": [ - 4289 - ], - "sum": [ - 4293 - ], - "var_pop": [ - 4297 - ], - "var_samp": [ - 4299 - ], - "variance": [ - 4301 - ], - "__typename": [ - 85 - ] - }, - "player_premier_rank_history_aggregate_order_by": { - "avg": [ - 4270 - ], - "count": [ - 3647 - ], "max": [ 4276 ], @@ -94772,12 +94751,50 @@ export default { 85 ] }, + "player_premier_rank_history_aggregate_order_by": { + "avg": [ + 4271 + ], + "count": [ + 3648 + ], + "max": [ + 4277 + ], + "min": [ + 4279 + ], + "stddev": [ + 4287 + ], + "stddev_pop": [ + 4289 + ], + "stddev_samp": [ + 4291 + ], + "sum": [ + 4295 + ], + "var_pop": [ + 4299 + ], + "var_samp": [ + 4301 + ], + "variance": [ + 4303 + ], + "__typename": [ + 85 + ] + }, "player_premier_rank_history_arr_rel_insert_input": { "data": [ - 4274 + 4275 ], "on_conflict": [ - 4280 + 4281 ], "__typename": [ 85 @@ -94802,16 +94819,16 @@ export default { }, "player_premier_rank_history_avg_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -94819,34 +94836,34 @@ export default { }, "player_premier_rank_history_bool_exp": { "_and": [ - 4271 + 4272 ], "_not": [ - 4271 + 4272 ], "_or": [ - 4271 + 4272 ], "id": [ - 6605 + 6674 ], "map": [ - 2932 + 2933 ], "map_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "observed_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "previous_rank": [ 42 @@ -94858,7 +94875,7 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -94876,7 +94893,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -94884,25 +94901,25 @@ export default { }, "player_premier_rank_history_insert_input": { "id": [ - 6603 + 6672 ], "map": [ - 2940 + 2941 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "previous_rank": [ 41 @@ -94914,7 +94931,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -94922,16 +94939,16 @@ export default { }, "player_premier_rank_history_max_fields": { "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -94943,7 +94960,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -94951,28 +94968,28 @@ export default { }, "player_premier_rank_history_max_order_by": { "id": [ - 3647 + 3648 ], "map_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "observed_at": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -94980,16 +94997,16 @@ export default { }, "player_premier_rank_history_min_fields": { "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -95001,7 +95018,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95009,28 +95026,28 @@ export default { }, "player_premier_rank_history_min_order_by": { "id": [ - 3647 + 3648 ], "map_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "observed_at": [ - 3647 + 3648 ], "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95041,7 +95058,7 @@ export default { 41 ], "returning": [ - 4262 + 4263 ], "__typename": [ 85 @@ -95049,13 +95066,13 @@ export default { }, "player_premier_rank_history_on_conflict": { "constraint": [ - 4272 + 4273 ], "update_columns": [ - 4295 + 4296 ], "where": [ - 4271 + 4272 ], "__typename": [ 85 @@ -95063,37 +95080,37 @@ export default { }, "player_premier_rank_history_order_by": { "id": [ - 3647 + 3648 ], "map": [ - 2942 + 2943 ], "map_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "observed_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95101,7 +95118,7 @@ export default { }, "player_premier_rank_history_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -95110,16 +95127,16 @@ export default { "player_premier_rank_history_select_column": {}, "player_premier_rank_history_set_input": { "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -95131,7 +95148,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95156,16 +95173,16 @@ export default { }, "player_premier_rank_history_stddev_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95190,16 +95207,16 @@ export default { }, "player_premier_rank_history_stddev_pop_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95224,16 +95241,16 @@ export default { }, "player_premier_rank_history_stddev_samp_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95241,10 +95258,10 @@ export default { }, "player_premier_rank_history_stream_cursor_input": { "initial_value": [ - 4292 + 4293 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -95252,16 +95269,16 @@ export default { }, "player_premier_rank_history_stream_cursor_value_input": { "id": [ - 6603 + 6672 ], "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "observed_at": [ - 5242 + 5243 ], "previous_rank": [ 41 @@ -95273,7 +95290,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95290,7 +95307,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95298,16 +95315,16 @@ export default { }, "player_premier_rank_history_sum_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95316,13 +95333,13 @@ export default { "player_premier_rank_history_update_column": {}, "player_premier_rank_history_updates": { "_inc": [ - 4273 + 4274 ], "_set": [ - 4284 + 4285 ], "where": [ - 4271 + 4272 ], "__typename": [ 85 @@ -95347,16 +95364,16 @@ export default { }, "player_premier_rank_history_var_pop_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95381,16 +95398,16 @@ export default { }, "player_premier_rank_history_var_samp_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95415,16 +95432,16 @@ export default { }, "player_premier_rank_history_variance_order_by": { "previous_rank": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rank_type": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95432,37 +95449,37 @@ export default { }, "player_sanctions": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "e_sanction_type": [ - 1386 + 1387 ], "id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "reason": [ 85 ], "remove_sanction_date": [ - 5242 + 5243 ], "sanctioned_by": [ - 4605 + 4606 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "type": [ - 1391 + 1392 ], "__typename": [ 85 @@ -95470,10 +95487,10 @@ export default { }, "player_sanctions_aggregate": { "aggregate": [ - 4307 + 4308 ], "nodes": [ - 4303 + 4304 ], "__typename": [ 85 @@ -95481,7 +95498,7 @@ export default { }, "player_sanctions_aggregate_bool_exp": { "count": [ - 4306 + 4307 ], "__typename": [ 85 @@ -95489,13 +95506,13 @@ export default { }, "player_sanctions_aggregate_bool_exp_count": { "arguments": [ - 4324 + 4325 ], "distinct": [ 6 ], "filter": [ - 4312 + 4313 ], "predicate": [ 42 @@ -95506,13 +95523,13 @@ export default { }, "player_sanctions_aggregate_fields": { "avg": [ - 4310 + 4311 ], "count": [ 41, { "columns": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "distinct": [ @@ -95520,44 +95537,6 @@ export default { ] } ], - "max": [ - 4316 - ], - "min": [ - 4318 - ], - "stddev": [ - 4326 - ], - "stddev_pop": [ - 4328 - ], - "stddev_samp": [ - 4330 - ], - "sum": [ - 4334 - ], - "var_pop": [ - 4338 - ], - "var_samp": [ - 4340 - ], - "variance": [ - 4342 - ], - "__typename": [ - 85 - ] - }, - "player_sanctions_aggregate_order_by": { - "avg": [ - 4311 - ], - "count": [ - 3647 - ], "max": [ 4317 ], @@ -95589,12 +95568,50 @@ export default { 85 ] }, + "player_sanctions_aggregate_order_by": { + "avg": [ + 4312 + ], + "count": [ + 3648 + ], + "max": [ + 4318 + ], + "min": [ + 4320 + ], + "stddev": [ + 4328 + ], + "stddev_pop": [ + 4330 + ], + "stddev_samp": [ + 4332 + ], + "sum": [ + 4336 + ], + "var_pop": [ + 4340 + ], + "var_samp": [ + 4342 + ], + "variance": [ + 4344 + ], + "__typename": [ + 85 + ] + }, "player_sanctions_arr_rel_insert_input": { "data": [ - 4315 + 4316 ], "on_conflict": [ - 4321 + 4322 ], "__typename": [ 85 @@ -95613,10 +95630,10 @@ export default { }, "player_sanctions_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95624,46 +95641,46 @@ export default { }, "player_sanctions_bool_exp": { "_and": [ - 4312 + 4313 ], "_not": [ - 4312 + 4313 ], "_or": [ - 4312 + 4313 ], "created_at": [ - 5243 + 5244 ], "deleted_at": [ - 5243 + 5244 ], "e_sanction_type": [ - 1389 + 1390 ], "id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "reason": [ 87 ], "remove_sanction_date": [ - 5243 + 5244 ], "sanctioned_by": [ - 4609 + 4610 ], "sanctioned_by_steam_id": [ - 313 + 314 ], "type": [ - 1392 + 1393 ], "__typename": [ 85 @@ -95672,10 +95689,10 @@ export default { "player_sanctions_constraint": {}, "player_sanctions_inc_input": { "player_steam_id": [ - 311 + 312 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95683,37 +95700,37 @@ export default { }, "player_sanctions_insert_input": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "e_sanction_type": [ - 1397 + 1398 ], "id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "reason": [ 85 ], "remove_sanction_date": [ - 5242 + 5243 ], "sanctioned_by": [ - 4616 + 4617 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "type": [ - 1391 + 1392 ], "__typename": [ 85 @@ -95721,25 +95738,25 @@ export default { }, "player_sanctions_max_fields": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "reason": [ 85 ], "remove_sanction_date": [ - 5242 + 5243 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95747,25 +95764,25 @@ export default { }, "player_sanctions_max_order_by": { "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "reason": [ - 3647 + 3648 ], "remove_sanction_date": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95773,25 +95790,25 @@ export default { }, "player_sanctions_min_fields": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "reason": [ 85 ], "remove_sanction_date": [ - 5242 + 5243 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -95799,25 +95816,25 @@ export default { }, "player_sanctions_min_order_by": { "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "reason": [ - 3647 + 3648 ], "remove_sanction_date": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95828,7 +95845,7 @@ export default { 41 ], "returning": [ - 4303 + 4304 ], "__typename": [ 85 @@ -95836,13 +95853,13 @@ export default { }, "player_sanctions_on_conflict": { "constraint": [ - 4313 + 4314 ], "update_columns": [ - 4336 + 4337 ], "where": [ - 4312 + 4313 ], "__typename": [ 85 @@ -95850,37 +95867,37 @@ export default { }, "player_sanctions_order_by": { "created_at": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "e_sanction_type": [ - 1399 + 1400 ], "id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "reason": [ - 3647 + 3648 ], "remove_sanction_date": [ - 3647 + 3648 ], "sanctioned_by": [ - 4618 + 4619 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95888,10 +95905,10 @@ export default { }, "player_sanctions_pk_columns_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -95900,28 +95917,28 @@ export default { "player_sanctions_select_column": {}, "player_sanctions_set_input": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "reason": [ 85 ], "remove_sanction_date": [ - 5242 + 5243 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "type": [ - 1391 + 1392 ], "__typename": [ 85 @@ -95940,10 +95957,10 @@ export default { }, "player_sanctions_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95962,10 +95979,10 @@ export default { }, "player_sanctions_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95984,10 +96001,10 @@ export default { }, "player_sanctions_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -95995,10 +96012,10 @@ export default { }, "player_sanctions_stream_cursor_input": { "initial_value": [ - 4333 + 4334 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -96006,28 +96023,28 @@ export default { }, "player_sanctions_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "deleted_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "reason": [ 85 ], "remove_sanction_date": [ - 5242 + 5243 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "type": [ - 1391 + 1392 ], "__typename": [ 85 @@ -96035,10 +96052,10 @@ export default { }, "player_sanctions_sum_fields": { "player_steam_id": [ - 311 + 312 ], "sanctioned_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -96046,10 +96063,10 @@ export default { }, "player_sanctions_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96058,13 +96075,13 @@ export default { "player_sanctions_update_column": {}, "player_sanctions_updates": { "_inc": [ - 4314 + 4315 ], "_set": [ - 4325 + 4326 ], "where": [ - 4312 + 4313 ], "__typename": [ 85 @@ -96083,10 +96100,10 @@ export default { }, "player_sanctions_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96105,10 +96122,10 @@ export default { }, "player_sanctions_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96127,10 +96144,10 @@ export default { }, "player_sanctions_variance_order_by": { "player_steam_id": [ - 3647 + 3648 ], "sanctioned_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96138,31 +96155,31 @@ export default { }, "player_season_stats": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "season": [ - 4705 + 4706 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -96170,10 +96187,10 @@ export default { }, "player_season_stats_aggregate": { "aggregate": [ - 4358 + 4359 ], "nodes": [ - 4344 + 4345 ], "__typename": [ 85 @@ -96181,31 +96198,31 @@ export default { }, "player_season_stats_aggregate_bool_exp": { "avg": [ - 4347 + 4348 ], "corr": [ - 4348 + 4349 ], "count": [ - 4350 + 4351 ], "covar_samp": [ - 4351 + 4352 ], "max": [ - 4353 + 4354 ], "min": [ - 4354 + 4355 ], "stddev_samp": [ - 4355 + 4356 ], "sum": [ - 4356 + 4357 ], "var_samp": [ - 4357 + 4358 ], "__typename": [ 85 @@ -96213,16 +96230,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_avg": { "arguments": [ - 4376 + 4377 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96230,16 +96247,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr": { "arguments": [ - 4349 + 4350 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96247,10 +96264,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 4377 + 4378 ], "Y": [ - 4377 + 4378 ], "__typename": [ 85 @@ -96258,13 +96275,13 @@ export default { }, "player_season_stats_aggregate_bool_exp_count": { "arguments": [ - 4375 + 4376 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ 42 @@ -96275,16 +96292,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 4352 + 4353 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96292,10 +96309,10 @@ export default { }, "player_season_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 4378 + 4379 ], "Y": [ - 4378 + 4379 ], "__typename": [ 85 @@ -96303,16 +96320,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_max": { "arguments": [ - 4379 + 4380 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96320,16 +96337,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_min": { "arguments": [ - 4380 + 4381 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96337,16 +96354,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 4381 + 4382 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96354,16 +96371,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_sum": { "arguments": [ - 4382 + 4383 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96371,16 +96388,16 @@ export default { }, "player_season_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 4383 + 4384 ], "distinct": [ 6 ], "filter": [ - 4363 + 4364 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -96388,13 +96405,13 @@ export default { }, "player_season_stats_aggregate_fields": { "avg": [ - 4361 + 4362 ], "count": [ 41, { "columns": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "distinct": [ @@ -96402,44 +96419,6 @@ export default { ] } ], - "max": [ - 4367 - ], - "min": [ - 4369 - ], - "stddev": [ - 4385 - ], - "stddev_pop": [ - 4387 - ], - "stddev_samp": [ - 4389 - ], - "sum": [ - 4393 - ], - "var_pop": [ - 4397 - ], - "var_samp": [ - 4399 - ], - "variance": [ - 4401 - ], - "__typename": [ - 85 - ] - }, - "player_season_stats_aggregate_order_by": { - "avg": [ - 4362 - ], - "count": [ - 3647 - ], "max": [ 4368 ], @@ -96471,12 +96450,50 @@ export default { 85 ] }, + "player_season_stats_aggregate_order_by": { + "avg": [ + 4363 + ], + "count": [ + 3648 + ], + "max": [ + 4369 + ], + "min": [ + 4371 + ], + "stddev": [ + 4387 + ], + "stddev_pop": [ + 4389 + ], + "stddev_samp": [ + 4391 + ], + "sum": [ + 4395 + ], + "var_pop": [ + 4399 + ], + "var_samp": [ + 4401 + ], + "variance": [ + 4403 + ], + "__typename": [ + 85 + ] + }, "player_season_stats_arr_rel_insert_input": { "data": [ - 4366 + 4367 ], "on_conflict": [ - 4372 + 4373 ], "__typename": [ 85 @@ -96507,22 +96524,22 @@ export default { }, "player_season_stats_avg_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96530,40 +96547,40 @@ export default { }, "player_season_stats_bool_exp": { "_and": [ - 4363 + 4364 ], "_not": [ - 4363 + 4364 ], "_or": [ - 4363 + 4364 ], "assists": [ - 313 + 314 ], "deaths": [ - 313 + 314 ], "headshot_percentage": [ - 2093 + 2094 ], "headshots": [ - 313 + 314 ], "kills": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "season": [ - 4709 + 4710 ], "season_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -96572,22 +96589,22 @@ export default { "player_season_stats_constraint": {}, "player_season_stats_inc_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -96595,31 +96612,31 @@ export default { }, "player_season_stats_insert_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "season": [ - 4716 + 4717 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -96627,25 +96644,25 @@ export default { }, "player_season_stats_max_fields": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -96653,25 +96670,25 @@ export default { }, "player_season_stats_max_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96679,25 +96696,25 @@ export default { }, "player_season_stats_min_fields": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -96705,25 +96722,25 @@ export default { }, "player_season_stats_min_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96734,7 +96751,7 @@ export default { 41 ], "returning": [ - 4344 + 4345 ], "__typename": [ 85 @@ -96742,13 +96759,13 @@ export default { }, "player_season_stats_on_conflict": { "constraint": [ - 4364 + 4365 ], "update_columns": [ - 4395 + 4396 ], "where": [ - 4363 + 4364 ], "__typename": [ 85 @@ -96756,31 +96773,31 @@ export default { }, "player_season_stats_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "season": [ - 4718 + 4719 ], "season_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96788,10 +96805,10 @@ export default { }, "player_season_stats_pk_columns_input": { "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -96808,25 +96825,25 @@ export default { "player_season_stats_select_column_player_season_stats_aggregate_bool_exp_var_samp_arguments_columns": {}, "player_season_stats_set_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -96857,22 +96874,22 @@ export default { }, "player_season_stats_stddev_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96903,22 +96920,22 @@ export default { }, "player_season_stats_stddev_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96949,22 +96966,22 @@ export default { }, "player_season_stats_stddev_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -96972,10 +96989,10 @@ export default { }, "player_season_stats_stream_cursor_input": { "initial_value": [ - 4392 + 4393 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -96983,25 +97000,25 @@ export default { }, "player_season_stats_stream_cursor_value_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -97009,22 +97026,22 @@ export default { }, "player_season_stats_sum_fields": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97032,22 +97049,22 @@ export default { }, "player_season_stats_sum_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -97056,13 +97073,13 @@ export default { "player_season_stats_update_column": {}, "player_season_stats_updates": { "_inc": [ - 4365 + 4366 ], "_set": [ - 4384 + 4385 ], "where": [ - 4363 + 4364 ], "__typename": [ 85 @@ -97093,22 +97110,22 @@ export default { }, "player_season_stats_var_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -97139,22 +97156,22 @@ export default { }, "player_season_stats_var_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -97185,22 +97202,22 @@ export default { }, "player_season_stats_variance_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -97208,25 +97225,25 @@ export default { }, "player_stats": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97234,10 +97251,10 @@ export default { }, "player_stats_aggregate": { "aggregate": [ - 4405 + 4406 ], "nodes": [ - 4403 + 4404 ], "__typename": [ 85 @@ -97245,13 +97262,13 @@ export default { }, "player_stats_aggregate_fields": { "avg": [ - 4406 + 4407 ], "count": [ 41, { "columns": [ - 4418, + 4419, "[player_stats_select_column!]" ], "distinct": [ @@ -97260,31 +97277,31 @@ export default { } ], "max": [ - 4411 + 4412 ], "min": [ - 4412 + 4413 ], "stddev": [ - 4420 + 4421 ], "stddev_pop": [ - 4421 + 4422 ], "stddev_samp": [ - 4422 + 4423 ], "sum": [ - 4425 + 4426 ], "var_pop": [ - 4428 + 4429 ], "var_samp": [ - 4429 + 4430 ], "variance": [ - 4430 + 4431 ], "__typename": [ 85 @@ -97315,34 +97332,34 @@ export default { }, "player_stats_bool_exp": { "_and": [ - 4407 + 4408 ], "_not": [ - 4407 + 4408 ], "_or": [ - 4407 + 4408 ], "assists": [ - 313 + 314 ], "deaths": [ - 313 + 314 ], "headshot_percentage": [ - 2093 + 2094 ], "headshots": [ - 313 + 314 ], "kills": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -97351,22 +97368,22 @@ export default { "player_stats_constraint": {}, "player_stats_inc_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97374,25 +97391,25 @@ export default { }, "player_stats_insert_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97400,22 +97417,22 @@ export default { }, "player_stats_max_fields": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97423,22 +97440,22 @@ export default { }, "player_stats_min_fields": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97449,7 +97466,7 @@ export default { 41 ], "returning": [ - 4403 + 4404 ], "__typename": [ 85 @@ -97457,10 +97474,10 @@ export default { }, "player_stats_obj_rel_insert_input": { "data": [ - 4410 + 4411 ], "on_conflict": [ - 4415 + 4416 ], "__typename": [ 85 @@ -97468,13 +97485,13 @@ export default { }, "player_stats_on_conflict": { "constraint": [ - 4408 + 4409 ], "update_columns": [ - 4426 + 4427 ], "where": [ - 4407 + 4408 ], "__typename": [ 85 @@ -97482,25 +97499,25 @@ export default { }, "player_stats_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -97508,7 +97525,7 @@ export default { }, "player_stats_pk_columns_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97517,22 +97534,22 @@ export default { "player_stats_select_column": {}, "player_stats_set_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97609,10 +97626,10 @@ export default { }, "player_stats_stream_cursor_input": { "initial_value": [ - 4424 + 4425 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -97620,22 +97637,22 @@ export default { }, "player_stats_stream_cursor_value_input": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97643,22 +97660,22 @@ export default { }, "player_stats_sum_fields": { "assists": [ - 311 + 312 ], "deaths": [ - 311 + 312 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97667,13 +97684,13 @@ export default { "player_stats_update_column": {}, "player_stats_updates": { "_inc": [ - 4409 + 4410 ], "_set": [ - 4419 + 4420 ], "where": [ - 4407 + 4408 ], "__typename": [ 85 @@ -97750,19 +97767,19 @@ export default { }, "player_steam_bot_friend": { "bot_steam_account_id": [ - 6603 + 6672 ], "bot_steamid64": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "friended_at": [ - 5242 + 5243 ], "last_presence_state": [ - 2438, + 2439, { "path": [ 85 @@ -97770,16 +97787,16 @@ export default { } ], "player": [ - 4605 + 4606 ], "status": [ 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -97787,10 +97804,10 @@ export default { }, "player_steam_bot_friend_aggregate": { "aggregate": [ - 4433 + 4434 ], "nodes": [ - 4431 + 4432 ], "__typename": [ 85 @@ -97798,13 +97815,13 @@ export default { }, "player_steam_bot_friend_aggregate_fields": { "avg": [ - 4435 + 4436 ], "count": [ 41, { "columns": [ - 4450, + 4451, "[player_steam_bot_friend_select_column!]" ], "distinct": [ @@ -97813,31 +97830,31 @@ export default { } ], "max": [ - 4443 + 4444 ], "min": [ - 4444 + 4445 ], "stddev": [ - 4452 + 4453 ], "stddev_pop": [ - 4453 + 4454 ], "stddev_samp": [ - 4454 + 4455 ], "sum": [ - 4457 + 4458 ], "var_pop": [ - 4460 + 4461 ], "var_samp": [ - 4461 + 4462 ], "variance": [ - 4462 + 4463 ], "__typename": [ 85 @@ -97845,7 +97862,7 @@ export default { }, "player_steam_bot_friend_append_input": { "last_presence_state": [ - 2438 + 2439 ], "__typename": [ 85 @@ -97864,40 +97881,40 @@ export default { }, "player_steam_bot_friend_bool_exp": { "_and": [ - 4436 + 4437 ], "_not": [ - 4436 + 4437 ], "_or": [ - 4436 + 4437 ], "bot_steam_account_id": [ - 6605 + 6674 ], "bot_steamid64": [ - 313 + 314 ], "created_at": [ - 5243 + 5244 ], "friended_at": [ - 5243 + 5244 ], "last_presence_state": [ - 2440 + 2441 ], "player": [ - 4609 + 4610 ], "status": [ 87 ], "steam_id": [ - 313 + 314 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -97930,10 +97947,10 @@ export default { }, "player_steam_bot_friend_inc_input": { "bot_steamid64": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -97941,31 +97958,31 @@ export default { }, "player_steam_bot_friend_insert_input": { "bot_steam_account_id": [ - 6603 + 6672 ], "bot_steamid64": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "friended_at": [ - 5242 + 5243 ], "last_presence_state": [ - 2438 + 2439 ], "player": [ - 4616 + 4617 ], "status": [ 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -97973,25 +97990,25 @@ export default { }, "player_steam_bot_friend_max_fields": { "bot_steam_account_id": [ - 6603 + 6672 ], "bot_steamid64": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "friended_at": [ - 5242 + 5243 ], "status": [ 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -97999,25 +98016,25 @@ export default { }, "player_steam_bot_friend_min_fields": { "bot_steam_account_id": [ - 6603 + 6672 ], "bot_steamid64": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "friended_at": [ - 5242 + 5243 ], "status": [ 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98028,7 +98045,7 @@ export default { 41 ], "returning": [ - 4431 + 4432 ], "__typename": [ 85 @@ -98036,13 +98053,13 @@ export default { }, "player_steam_bot_friend_on_conflict": { "constraint": [ - 4437 + 4438 ], "update_columns": [ - 4458 + 4459 ], "where": [ - 4436 + 4437 ], "__typename": [ 85 @@ -98050,31 +98067,31 @@ export default { }, "player_steam_bot_friend_order_by": { "bot_steam_account_id": [ - 3647 + 3648 ], "bot_steamid64": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "friended_at": [ - 3647 + 3648 ], "last_presence_state": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "status": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -98082,7 +98099,7 @@ export default { }, "player_steam_bot_friend_pk_columns_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -98090,7 +98107,7 @@ export default { }, "player_steam_bot_friend_prepend_input": { "last_presence_state": [ - 2438 + 2439 ], "__typename": [ 85 @@ -98099,28 +98116,28 @@ export default { "player_steam_bot_friend_select_column": {}, "player_steam_bot_friend_set_input": { "bot_steam_account_id": [ - 6603 + 6672 ], "bot_steamid64": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "friended_at": [ - 5242 + 5243 ], "last_presence_state": [ - 2438 + 2439 ], "status": [ 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98161,10 +98178,10 @@ export default { }, "player_steam_bot_friend_stream_cursor_input": { "initial_value": [ - 4456 + 4457 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -98172,28 +98189,28 @@ export default { }, "player_steam_bot_friend_stream_cursor_value_input": { "bot_steam_account_id": [ - 6603 + 6672 ], "bot_steamid64": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "friended_at": [ - 5242 + 5243 ], "last_presence_state": [ - 2438 + 2439 ], "status": [ 85 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98201,10 +98218,10 @@ export default { }, "player_steam_bot_friend_sum_fields": { "bot_steamid64": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -98213,28 +98230,28 @@ export default { "player_steam_bot_friend_update_column": {}, "player_steam_bot_friend_updates": { "_append": [ - 4434 + 4435 ], "_delete_at_path": [ - 4438 + 4439 ], "_delete_elem": [ - 4439 + 4440 ], "_delete_key": [ - 4440 + 4441 ], "_inc": [ - 4441 + 4442 ], "_prepend": [ - 4449 + 4450 ], "_set": [ - 4451 + 4452 ], "where": [ - 4436 + 4437 ], "__typename": [ 85 @@ -98278,7 +98295,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -98287,16 +98304,16 @@ export default { 85 ], "last_polled_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98304,10 +98321,10 @@ export default { }, "player_steam_match_auth_aggregate": { "aggregate": [ - 4465 + 4466 ], "nodes": [ - 4463 + 4464 ], "__typename": [ 85 @@ -98315,13 +98332,13 @@ export default { }, "player_steam_match_auth_aggregate_fields": { "avg": [ - 4466 + 4467 ], "count": [ 41, { "columns": [ - 4477, + 4478, "[player_steam_match_auth_select_column!]" ], "distinct": [ @@ -98330,31 +98347,31 @@ export default { } ], "max": [ - 4471 + 4472 ], "min": [ - 4472 + 4473 ], "stddev": [ - 4479 + 4480 ], "stddev_pop": [ - 4480 + 4481 ], "stddev_samp": [ - 4481 + 4482 ], "sum": [ - 4484 + 4485 ], "var_pop": [ - 4487 + 4488 ], "var_samp": [ - 4488 + 4489 ], "variance": [ - 4489 + 4490 ], "__typename": [ 85 @@ -98370,19 +98387,19 @@ export default { }, "player_steam_match_auth_bool_exp": { "_and": [ - 4467 + 4468 ], "_not": [ - 4467 + 4468 ], "_or": [ - 4467 + 4468 ], "auth_code": [ 87 ], "created_at": [ - 5243 + 5244 ], "last_error": [ 87 @@ -98391,16 +98408,16 @@ export default { 87 ], "last_polled_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -98409,7 +98426,7 @@ export default { "player_steam_match_auth_constraint": {}, "player_steam_match_auth_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -98420,7 +98437,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -98429,16 +98446,16 @@ export default { 85 ], "last_polled_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98449,7 +98466,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -98458,13 +98475,13 @@ export default { 85 ], "last_polled_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98475,7 +98492,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -98484,13 +98501,13 @@ export default { 85 ], "last_polled_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98501,7 +98518,7 @@ export default { 41 ], "returning": [ - 4463 + 4464 ], "__typename": [ 85 @@ -98509,13 +98526,13 @@ export default { }, "player_steam_match_auth_on_conflict": { "constraint": [ - 4468 + 4469 ], "update_columns": [ - 4485 + 4486 ], "where": [ - 4467 + 4468 ], "__typename": [ 85 @@ -98523,28 +98540,28 @@ export default { }, "player_steam_match_auth_order_by": { "auth_code": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "last_error": [ - 3647 + 3648 ], "last_known_share_code": [ - 3647 + 3648 ], "last_polled_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -98552,7 +98569,7 @@ export default { }, "player_steam_match_auth_pk_columns_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -98564,7 +98581,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -98573,13 +98590,13 @@ export default { 85 ], "last_polled_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98611,10 +98628,10 @@ export default { }, "player_steam_match_auth_stream_cursor_input": { "initial_value": [ - 4483 + 4484 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -98625,7 +98642,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "last_error": [ 85 @@ -98634,13 +98651,13 @@ export default { 85 ], "last_polled_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -98648,7 +98665,7 @@ export default { }, "player_steam_match_auth_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -98657,13 +98674,13 @@ export default { "player_steam_match_auth_update_column": {}, "player_steam_match_auth_updates": { "_inc": [ - 4469 + 4470 ], "_set": [ - 4478 + 4479 ], "where": [ - 4467 + 4468 ], "__typename": [ 85 @@ -98695,25 +98712,25 @@ export default { }, "player_unused_utility": { "deleted_at": [ - 5242 + 5243 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -98727,10 +98744,10 @@ export default { }, "player_unused_utility_aggregate": { "aggregate": [ - 4494 + 4495 ], "nodes": [ - 4490 + 4491 ], "__typename": [ 85 @@ -98738,7 +98755,7 @@ export default { }, "player_unused_utility_aggregate_bool_exp": { "count": [ - 4493 + 4494 ], "__typename": [ 85 @@ -98746,13 +98763,13 @@ export default { }, "player_unused_utility_aggregate_bool_exp_count": { "arguments": [ - 4511 + 4512 ], "distinct": [ 6 ], "filter": [ - 4499 + 4500 ], "predicate": [ 42 @@ -98763,13 +98780,13 @@ export default { }, "player_unused_utility_aggregate_fields": { "avg": [ - 4497 + 4498 ], "count": [ 41, { "columns": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "distinct": [ @@ -98777,44 +98794,6 @@ export default { ] } ], - "max": [ - 4503 - ], - "min": [ - 4505 - ], - "stddev": [ - 4513 - ], - "stddev_pop": [ - 4515 - ], - "stddev_samp": [ - 4517 - ], - "sum": [ - 4521 - ], - "var_pop": [ - 4525 - ], - "var_samp": [ - 4527 - ], - "variance": [ - 4529 - ], - "__typename": [ - 85 - ] - }, - "player_unused_utility_aggregate_order_by": { - "avg": [ - 4498 - ], - "count": [ - 3647 - ], "max": [ 4504 ], @@ -98846,12 +98825,50 @@ export default { 85 ] }, + "player_unused_utility_aggregate_order_by": { + "avg": [ + 4499 + ], + "count": [ + 3648 + ], + "max": [ + 4505 + ], + "min": [ + 4507 + ], + "stddev": [ + 4515 + ], + "stddev_pop": [ + 4517 + ], + "stddev_samp": [ + 4519 + ], + "sum": [ + 4523 + ], + "var_pop": [ + 4527 + ], + "var_samp": [ + 4529 + ], + "variance": [ + 4531 + ], + "__typename": [ + 85 + ] + }, "player_unused_utility_arr_rel_insert_input": { "data": [ - 4502 + 4503 ], "on_conflict": [ - 4508 + 4509 ], "__typename": [ 85 @@ -98873,13 +98890,13 @@ export default { }, "player_unused_utility_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -98887,34 +98904,34 @@ export default { }, "player_unused_utility_bool_exp": { "_and": [ - 4499 + 4500 ], "_not": [ - 4499 + 4500 ], "_or": [ - 4499 + 4500 ], "deleted_at": [ - 5243 + 5244 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "round": [ 42 @@ -98929,7 +98946,7 @@ export default { "player_unused_utility_constraint": {}, "player_unused_utility_inc_input": { "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -98943,25 +98960,25 @@ export default { }, "player_unused_utility_insert_input": { "deleted_at": [ - 5242 + 5243 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -98975,16 +98992,16 @@ export default { }, "player_unused_utility_max_fields": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -98998,22 +99015,22 @@ export default { }, "player_unused_utility_max_order_by": { "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99021,16 +99038,16 @@ export default { }, "player_unused_utility_min_fields": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -99044,22 +99061,22 @@ export default { }, "player_unused_utility_min_order_by": { "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99070,7 +99087,7 @@ export default { 41 ], "returning": [ - 4490 + 4491 ], "__typename": [ 85 @@ -99078,13 +99095,13 @@ export default { }, "player_unused_utility_on_conflict": { "constraint": [ - 4500 + 4501 ], "update_columns": [ - 4523 + 4524 ], "where": [ - 4499 + 4500 ], "__typename": [ 85 @@ -99092,31 +99109,31 @@ export default { }, "player_unused_utility_order_by": { "deleted_at": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99124,10 +99141,10 @@ export default { }, "player_unused_utility_pk_columns_input": { "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -99136,16 +99153,16 @@ export default { "player_unused_utility_select_column": {}, "player_unused_utility_set_input": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -99173,13 +99190,13 @@ export default { }, "player_unused_utility_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99201,13 +99218,13 @@ export default { }, "player_unused_utility_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99229,13 +99246,13 @@ export default { }, "player_unused_utility_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99243,10 +99260,10 @@ export default { }, "player_unused_utility_stream_cursor_input": { "initial_value": [ - 4520 + 4521 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -99254,16 +99271,16 @@ export default { }, "player_unused_utility_stream_cursor_value_input": { "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -99277,7 +99294,7 @@ export default { }, "player_unused_utility_sum_fields": { "player_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -99291,13 +99308,13 @@ export default { }, "player_unused_utility_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99306,13 +99323,13 @@ export default { "player_unused_utility_update_column": {}, "player_unused_utility_updates": { "_inc": [ - 4501 + 4502 ], "_set": [ - 4512 + 4513 ], "where": [ - 4499 + 4500 ], "__typename": [ 85 @@ -99334,13 +99351,13 @@ export default { }, "player_unused_utility_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99362,13 +99379,13 @@ export default { }, "player_unused_utility_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99390,13 +99407,13 @@ export default { }, "player_unused_utility_variance_order_by": { "player_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "unused": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99407,34 +99424,34 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1758 + 1759 ], "__typename": [ 85 @@ -99442,10 +99459,10 @@ export default { }, "player_utility_aggregate": { "aggregate": [ - 4535 + 4536 ], "nodes": [ - 4531 + 4532 ], "__typename": [ 85 @@ -99453,7 +99470,7 @@ export default { }, "player_utility_aggregate_bool_exp": { "count": [ - 4534 + 4535 ], "__typename": [ 85 @@ -99461,13 +99478,13 @@ export default { }, "player_utility_aggregate_bool_exp_count": { "arguments": [ - 4552 + 4553 ], "distinct": [ 6 ], "filter": [ - 4540 + 4541 ], "predicate": [ 42 @@ -99478,13 +99495,13 @@ export default { }, "player_utility_aggregate_fields": { "avg": [ - 4538 + 4539 ], "count": [ 41, { "columns": [ - 4552, + 4553, "[player_utility_select_column!]" ], "distinct": [ @@ -99492,44 +99509,6 @@ export default { ] } ], - "max": [ - 4544 - ], - "min": [ - 4546 - ], - "stddev": [ - 4554 - ], - "stddev_pop": [ - 4556 - ], - "stddev_samp": [ - 4558 - ], - "sum": [ - 4562 - ], - "var_pop": [ - 4566 - ], - "var_samp": [ - 4568 - ], - "variance": [ - 4570 - ], - "__typename": [ - 85 - ] - }, - "player_utility_aggregate_order_by": { - "avg": [ - 4539 - ], - "count": [ - 3647 - ], "max": [ 4545 ], @@ -99561,12 +99540,50 @@ export default { 85 ] }, + "player_utility_aggregate_order_by": { + "avg": [ + 4540 + ], + "count": [ + 3648 + ], + "max": [ + 4546 + ], + "min": [ + 4548 + ], + "stddev": [ + 4556 + ], + "stddev_pop": [ + 4558 + ], + "stddev_samp": [ + 4560 + ], + "sum": [ + 4564 + ], + "var_pop": [ + 4568 + ], + "var_samp": [ + 4570 + ], + "variance": [ + 4572 + ], + "__typename": [ + 85 + ] + }, "player_utility_arr_rel_insert_input": { "data": [ - 4543 + 4544 ], "on_conflict": [ - 4549 + 4550 ], "__typename": [ 85 @@ -99585,10 +99602,10 @@ export default { }, "player_utility_avg_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99596,46 +99613,46 @@ export default { }, "player_utility_bool_exp": { "_and": [ - 4540 + 4541 ], "_not": [ - 4540 + 4541 ], "_or": [ - 4540 + 4541 ], "attacker_location_coordinates": [ 87 ], "attacker_steam_id": [ - 313 + 314 ], "deleted_at": [ - 5243 + 5244 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "round": [ 42 ], "time": [ - 5243 + 5244 ], "type": [ - 1759 + 1760 ], "__typename": [ 85 @@ -99644,7 +99661,7 @@ export default { "player_utility_constraint": {}, "player_utility_inc_input": { "attacker_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -99658,34 +99675,34 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1758 + 1759 ], "__typename": [ 85 @@ -99696,22 +99713,22 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -99719,25 +99736,25 @@ export default { }, "player_utility_max_order_by": { "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99748,22 +99765,22 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -99771,25 +99788,25 @@ export default { }, "player_utility_min_order_by": { "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99800,7 +99817,7 @@ export default { 41 ], "returning": [ - 4531 + 4532 ], "__typename": [ 85 @@ -99808,13 +99825,13 @@ export default { }, "player_utility_on_conflict": { "constraint": [ - 4541 + 4542 ], "update_columns": [ - 4564 + 4565 ], "where": [ - 4540 + 4541 ], "__typename": [ 85 @@ -99822,37 +99839,37 @@ export default { }, "player_utility_order_by": { "attacker_location_coordinates": [ - 3647 + 3648 ], "attacker_steam_id": [ - 3647 + 3648 ], "deleted_at": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "round": [ - 3647 + 3648 ], "time": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99860,13 +99877,13 @@ export default { }, "player_utility_pk_columns_input": { "attacker_steam_id": [ - 311 + 312 ], "match_map_id": [ - 6603 + 6672 ], "time": [ - 5242 + 5243 ], "__typename": [ 85 @@ -99878,25 +99895,25 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1758 + 1759 ], "__typename": [ 85 @@ -99915,10 +99932,10 @@ export default { }, "player_utility_stddev_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99937,10 +99954,10 @@ export default { }, "player_utility_stddev_pop_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99959,10 +99976,10 @@ export default { }, "player_utility_stddev_samp_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -99970,10 +99987,10 @@ export default { }, "player_utility_stream_cursor_input": { "initial_value": [ - 4561 + 4562 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -99984,25 +100001,25 @@ export default { 85 ], "attacker_steam_id": [ - 311 + 312 ], "deleted_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 ], "time": [ - 5242 + 5243 ], "type": [ - 1758 + 1759 ], "__typename": [ 85 @@ -100010,7 +100027,7 @@ export default { }, "player_utility_sum_fields": { "attacker_steam_id": [ - 311 + 312 ], "round": [ 41 @@ -100021,10 +100038,10 @@ export default { }, "player_utility_sum_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100033,13 +100050,13 @@ export default { "player_utility_update_column": {}, "player_utility_updates": { "_inc": [ - 4542 + 4543 ], "_set": [ - 4553 + 4554 ], "where": [ - 4540 + 4541 ], "__typename": [ 85 @@ -100058,10 +100075,10 @@ export default { }, "player_utility_var_pop_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100080,10 +100097,10 @@ export default { }, "player_utility_var_samp_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100102,10 +100119,10 @@ export default { }, "player_utility_variance_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100125,7 +100142,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -100134,7 +100151,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -100145,10 +100162,10 @@ export default { }, "player_weapon_stats_v_aggregate": { "aggregate": [ - 4576 + 4577 ], "nodes": [ - 4572 + 4573 ], "__typename": [ 85 @@ -100156,7 +100173,7 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp": { "count": [ - 4575 + 4576 ], "__typename": [ 85 @@ -100164,13 +100181,13 @@ export default { }, "player_weapon_stats_v_aggregate_bool_exp_count": { "arguments": [ - 4588 + 4589 ], "distinct": [ 6 ], "filter": [ - 4581 + 4582 ], "predicate": [ 42 @@ -100181,13 +100198,13 @@ export default { }, "player_weapon_stats_v_aggregate_fields": { "avg": [ - 4579 + 4580 ], "count": [ 41, { "columns": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "distinct": [ @@ -100195,44 +100212,6 @@ export default { ] } ], - "max": [ - 4583 - ], - "min": [ - 4585 - ], - "stddev": [ - 4589 - ], - "stddev_pop": [ - 4591 - ], - "stddev_samp": [ - 4593 - ], - "sum": [ - 4597 - ], - "var_pop": [ - 4599 - ], - "var_samp": [ - 4601 - ], - "variance": [ - 4603 - ], - "__typename": [ - 85 - ] - }, - "player_weapon_stats_v_aggregate_order_by": { - "avg": [ - 4580 - ], - "count": [ - 3647 - ], "max": [ 4584 ], @@ -100264,9 +100243,47 @@ export default { 85 ] }, + "player_weapon_stats_v_aggregate_order_by": { + "avg": [ + 4581 + ], + "count": [ + 3648 + ], + "max": [ + 4585 + ], + "min": [ + 4587 + ], + "stddev": [ + 4591 + ], + "stddev_pop": [ + 4593 + ], + "stddev_samp": [ + 4595 + ], + "sum": [ + 4599 + ], + "var_pop": [ + 4601 + ], + "var_samp": [ + 4603 + ], + "variance": [ + 4605 + ], + "__typename": [ + 85 + ] + }, "player_weapon_stats_v_arr_rel_insert_input": { "data": [ - 4582 + 4583 ], "__typename": [ 85 @@ -100300,25 +100317,25 @@ export default { }, "player_weapon_stats_v_avg_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100326,13 +100343,13 @@ export default { }, "player_weapon_stats_v_bool_exp": { "_and": [ - 4581 + 4582 ], "_not": [ - 4581 + 4582 ], "_or": [ - 4581 + 4582 ], "first_bullet_hits": [ 42 @@ -100347,7 +100364,7 @@ export default { 42 ], "match_id": [ - 6605 + 6674 ], "shots": [ 42 @@ -100356,7 +100373,7 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "weapon_class": [ 87 @@ -100379,7 +100396,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -100388,7 +100405,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -100411,7 +100428,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -100420,7 +100437,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -100431,31 +100448,31 @@ export default { }, "player_weapon_stats_v_max_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "weapon_class": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100475,7 +100492,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -100484,7 +100501,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -100495,31 +100512,31 @@ export default { }, "player_weapon_stats_v_min_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "weapon_class": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100527,31 +100544,31 @@ export default { }, "player_weapon_stats_v_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "weapon_class": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100586,25 +100603,25 @@ export default { }, "player_weapon_stats_v_stddev_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100638,25 +100655,25 @@ export default { }, "player_weapon_stats_v_stddev_pop_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100690,25 +100707,25 @@ export default { }, "player_weapon_stats_v_stddev_samp_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100716,10 +100733,10 @@ export default { }, "player_weapon_stats_v_stream_cursor_input": { "initial_value": [ - 4596 + 4597 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -100739,7 +100756,7 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "shots": [ 41 @@ -100748,7 +100765,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "weapon_class": [ 85 @@ -100777,7 +100794,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -100785,25 +100802,25 @@ export default { }, "player_weapon_stats_v_sum_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100837,25 +100854,25 @@ export default { }, "player_weapon_stats_v_var_pop_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100889,25 +100906,25 @@ export default { }, "player_weapon_stats_v_var_samp_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100941,25 +100958,25 @@ export default { }, "player_weapon_stats_v_variance_order_by": { "first_bullet_hits": [ - 3647 + 3648 ], "first_bullet_shots": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "hits_spotted": [ - 3647 + 3648 ], "shots": [ - 3647 + 3648 ], "shots_spotted": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -100967,10 +100984,10 @@ export default { }, "players": { "abandoned_matches": [ - 173, + 174, { "distinct_on": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "limit": [ @@ -100980,19 +100997,19 @@ export default { 41 ], "order_by": [ - 192, + 193, "[abandoned_matches_order_by!]" ], "where": [ - 182 + 183 ] } ], "abandoned_matches_aggregate": [ - 174, + 175, { "distinct_on": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "limit": [ @@ -101002,19 +101019,19 @@ export default { 41 ], "order_by": [ - 192, + 193, "[abandoned_matches_order_by!]" ], "where": [ - 182 + 183 ] } ], "aim_weapon_stats": [ - 3744, + 3745, { "distinct_on": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -101024,19 +101041,19 @@ export default { 41 ], "order_by": [ - 3763, + 3764, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3753 + 3754 ] } ], "aim_weapon_stats_aggregate": [ - 3745, + 3746, { "distinct_on": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -101046,19 +101063,19 @@ export default { 41 ], "order_by": [ - 3763, + 3764, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3753 + 3754 ] } ], "assists": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -101068,19 +101085,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "assists_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -101090,19 +101107,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "assited_by_players": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -101112,19 +101129,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "assited_by_players_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -101134,11 +101151,11 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], @@ -101146,10 +101163,10 @@ export default { 85 ], "awards": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -101159,19 +101176,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "awards_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -101181,22 +101198,22 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "banned_until": [ - 5242 + 5243 ], "coach_lineups": [ - 3085, + 3086, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -101206,19 +101223,19 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "coach_lineups_aggregate": [ - 3086, + 3087, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -101228,11 +101245,11 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], @@ -101240,19 +101257,19 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "current_lobby_id": [ - 6603 + 6672 ], "custom_avatar_url": [ 85 ], "damage_dealt": [ - 3848, + 3849, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -101262,19 +101279,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "damage_dealt_aggregate": [ - 3849, + 3850, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -101284,19 +101301,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "damage_taken": [ - 3848, + 3849, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -101306,19 +101323,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "damage_taken_aggregate": [ - 3849, + 3850, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -101328,11 +101345,11 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], @@ -101340,10 +101357,10 @@ export default { 41 ], "deaths": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -101353,19 +101370,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "deaths_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -101375,11 +101392,11 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], @@ -101387,10 +101404,10 @@ export default { 85 ], "draft_game_players": [ - 553, + 554, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -101400,19 +101417,19 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "draft_game_players_aggregate": [ - 554, + 555, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -101422,16 +101439,16 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "elo": [ - 2438, + 2439, { "path": [ 85 @@ -101439,10 +101456,10 @@ export default { } ], "elo_history": [ - 6980, + 7049, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -101452,19 +101469,19 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "elo_history_aggregate": [ - 6981, + 7050, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -101474,11 +101491,11 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], @@ -101492,10 +101509,10 @@ export default { 85 ], "faceit_rank_history": [ - 3916, + 3917, { "distinct_on": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -101505,19 +101522,19 @@ export default { 41 ], "order_by": [ - 3935, + 3936, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3925 + 3926 ] } ], "faceit_rank_history_aggregate": [ - 3917, + 3918, { "distinct_on": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -101527,11 +101544,11 @@ export default { 41 ], "order_by": [ - 3935, + 3936, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3925 + 3926 ] } ], @@ -101539,16 +101556,16 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "flashed_by_players": [ - 3957, + 3958, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -101558,19 +101575,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "flashed_by_players_aggregate": [ - 3958, + 3959, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -101580,19 +101597,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "flashed_players": [ - 3957, + 3958, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -101602,19 +101619,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "flashed_players_aggregate": [ - 3958, + 3959, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -101624,19 +101641,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "friends": [ - 3495, + 3496, { "distinct_on": [ - 3520, + 3521, "[my_friends_select_column!]" ], "limit": [ @@ -101646,19 +101663,19 @@ export default { 41 ], "order_by": [ - 3518, + 3519, "[my_friends_order_by!]" ], "where": [ - 3507 + 3508 ] } ], "friends_aggregate": [ - 3496, + 3497, { "distinct_on": [ - 3520, + 3521, "[my_friends_select_column!]" ], "limit": [ @@ -101668,11 +101685,11 @@ export default { 41 ], "order_by": [ - 3518, + 3519, "[my_friends_order_by!]" ], "where": [ - 3507 + 3508 ] } ], @@ -101680,10 +101697,10 @@ export default { 41 ], "invited_players": [ - 4910, + 4911, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -101693,19 +101710,19 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "invited_players_aggregate": [ - 4911, + 4912, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -101715,11 +101732,11 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], @@ -101748,10 +101765,10 @@ export default { 6 ], "kills": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -101761,19 +101778,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "kills_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -101783,19 +101800,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "kills_by_weapons": [ - 4014, + 4015, { "distinct_on": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -101805,19 +101822,19 @@ export default { 41 ], "order_by": [ - 4033, + 4034, "[player_kills_by_weapon_order_by!]" ], "where": [ - 4023 + 4024 ] } ], "kills_by_weapons_aggregate": [ - 4015, + 4016, { "distinct_on": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -101827,11 +101844,11 @@ export default { 41 ], "order_by": [ - 4033, + 4034, "[player_kills_by_weapon_order_by!]" ], "where": [ - 4023 + 4024 ] } ], @@ -101839,16 +101856,16 @@ export default { 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "lobby_players": [ - 2836, + 2837, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -101858,19 +101875,19 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], "lobby_players_aggregate": [ - 2837, + 2838, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -101880,11 +101897,11 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], @@ -101901,10 +101918,10 @@ export default { 41 ], "match_map_hltv": [ - 7085, + 7154, { "distinct_on": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -101914,19 +101931,19 @@ export default { 41 ], "order_by": [ - 7102, + 7171, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 7094 + 7163 ] } ], "match_map_hltv_aggregate": [ - 7086, + 7155, { "distinct_on": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -101936,19 +101953,19 @@ export default { 41 ], "order_by": [ - 7102, + 7171, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 7094 + 7163 ] } ], "match_map_stats": [ - 4111, + 4112, { "distinct_on": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -101958,19 +101975,19 @@ export default { 41 ], "order_by": [ - 4130, + 4131, "[player_match_map_stats_order_by!]" ], "where": [ - 4120 + 4121 ] } ], "match_map_stats_aggregate": [ - 4112, + 4113, { "distinct_on": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -101980,19 +101997,19 @@ export default { 41 ], "order_by": [ - 4130, + 4131, "[player_match_map_stats_order_by!]" ], "where": [ - 4120 + 4121 ] } ], "match_stats": [ - 4170, + 4171, { "distinct_on": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -102002,19 +102019,19 @@ export default { 41 ], "order_by": [ - 4185, + 4186, "[player_match_stats_v_order_by!]" ], "where": [ - 4179 + 4180 ] } ], "match_stats_aggregate": [ - 4171, + 4172, { "distinct_on": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -102024,19 +102041,19 @@ export default { 41 ], "order_by": [ - 4185, + 4186, "[player_match_stats_v_order_by!]" ], "where": [ - 4179 + 4180 ] } ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -102046,22 +102063,22 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matchmaking_cooldown": [ - 5242 + 5243 ], "multi_kills": [ - 7176, + 7245, { "distinct_on": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -102071,19 +102088,19 @@ export default { 41 ], "order_by": [ - 7191, + 7260, "[v_player_multi_kills_order_by!]" ], "where": [ - 7185 + 7254 ] } ], "multi_kills_aggregate": [ - 7177, + 7246, { "distinct_on": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -102093,11 +102110,11 @@ export default { 41 ], "order_by": [ - 7191, + 7260, "[v_player_multi_kills_order_by!]" ], "where": [ - 7185 + 7254 ] } ], @@ -102111,10 +102128,10 @@ export default { 85 ], "notifications": [ - 3595, + 3596, { "distinct_on": [ - 3623, + 3624, "[notifications_select_column!]" ], "limit": [ @@ -102124,19 +102141,19 @@ export default { 41 ], "order_by": [ - 3620, + 3621, "[notifications_order_by!]" ], "where": [ - 3607 + 3608 ] } ], "notifications_aggregate": [ - 3596, + 3597, { "distinct_on": [ - 3623, + 3624, "[notifications_select_column!]" ], "limit": [ @@ -102146,19 +102163,19 @@ export default { 41 ], "order_by": [ - 3620, + 3621, "[notifications_order_by!]" ], "where": [ - 3607 + 3608 ] } ], "objectives": [ - 4203, + 4204, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -102168,19 +102185,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "objectives_aggregate": [ - 4204, + 4205, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -102190,19 +102207,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "owned_teams": [ - 5193, + 5194, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -102212,19 +102229,19 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "owned_teams_aggregate": [ - 5194, + 5195, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -102234,16 +102251,16 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "peak_elo": [ - 2438, + 2439, { "path": [ 85 @@ -102251,10 +102268,10 @@ export default { } ], "pending_match_imports": [ - 3648, + 3649, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -102264,19 +102281,19 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "pending_match_imports_aggregate": [ - 3649, + 3650, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -102286,19 +102303,19 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "player_lineup": [ - 3040, + 3041, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -102308,19 +102325,19 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "player_lineup_aggregate": [ - 3041, + 3042, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -102330,19 +102347,19 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "player_unused_utilities": [ - 4490, + 4491, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -102352,19 +102369,19 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utilities_aggregate": [ - 4491, + 4492, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -102374,11 +102391,11 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], @@ -102386,10 +102403,10 @@ export default { 41 ], "premier_rank_history": [ - 4262, + 4263, { "distinct_on": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -102399,19 +102416,19 @@ export default { 41 ], "order_by": [ - 4281, + 4282, "[player_premier_rank_history_order_by!]" ], "where": [ - 4271 + 4272 ] } ], "premier_rank_history_aggregate": [ - 4263, + 4264, { "distinct_on": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -102421,37 +102438,37 @@ export default { 41 ], "order_by": [ - 4281, + 4282, "[player_premier_rank_history_order_by!]" ], "where": [ - 4271 + 4272 ] } ], "premier_rank_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ - 1285 + 1286 ], "roster_image_url": [ 85 ], "sanctions": [ - 4303, + 4304, { "distinct_on": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "limit": [ @@ -102461,19 +102478,19 @@ export default { 41 ], "order_by": [ - 4322, + 4323, "[player_sanctions_order_by!]" ], "where": [ - 4312 + 4313 ] } ], "sanctions_aggregate": [ - 4304, + 4305, { "distinct_on": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "limit": [ @@ -102483,19 +102500,19 @@ export default { 41 ], "order_by": [ - 4322, + 4323, "[player_sanctions_order_by!]" ], "where": [ - 4312 + 4313 ] } ], "season_stats": [ - 4344, + 4345, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -102505,19 +102522,19 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "season_stats_aggregate": [ - 4345, + 4346, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -102527,11 +102544,11 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], @@ -102539,19 +102556,19 @@ export default { 6 ], "stats": [ - 4403 + 4404 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "team_invites": [ - 4910, + 4911, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -102561,19 +102578,19 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "team_invites_aggregate": [ - 4911, + 4912, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -102583,19 +102600,19 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "team_members": [ - 4951, + 4952, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -102605,19 +102622,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "team_members_aggregate": [ - 4952, + 4953, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -102627,19 +102644,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "teams": [ - 5193, + 5194, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -102649,11 +102666,11 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], @@ -102661,13 +102678,13 @@ export default { 41 ], "tournament_cooldown": [ - 5242 + 5243 ], "tournament_organizers": [ - 5498, + 5568, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -102677,19 +102694,19 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "tournament_organizers_aggregate": [ - 5499, + 5569, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -102699,19 +102716,19 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "tournament_rosters": [ - 5740, + 5809, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -102721,19 +102738,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournament_rosters_aggregate": [ - 5741, + 5810, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -102743,19 +102760,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournaments": [ - 5827, + 5896, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -102765,19 +102782,19 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_aggregate": [ - 5828, + 5897, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -102787,19 +102804,19 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "utility_thrown": [ - 4531, + 4532, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -102809,19 +102826,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "utility_thrown_aggregate": [ - 4532, + 4533, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -102831,11 +102848,11 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], @@ -102846,10 +102863,10 @@ export default { 6 ], "weapon_stats": [ - 4572, + 4573, { "distinct_on": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -102859,19 +102876,19 @@ export default { 41 ], "order_by": [ - 4587, + 4588, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4581 + 4582 ] } ], "weapon_stats_aggregate": [ - 4573, + 4574, { "distinct_on": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -102881,11 +102898,11 @@ export default { 41 ], "order_by": [ - 4587, + 4588, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4581 + 4582 ] } ], @@ -102907,10 +102924,10 @@ export default { }, "players_aggregate": { "aggregate": [ - 4607 + 4608 ], "nodes": [ - 4605 + 4606 ], "__typename": [ 85 @@ -102918,13 +102935,13 @@ export default { }, "players_aggregate_fields": { "avg": [ - 4608 + 4609 ], "count": [ 41, { "columns": [ - 4620, + 4621, "[players_select_column!]" ], "distinct": [ @@ -102933,31 +102950,31 @@ export default { } ], "max": [ - 4613 + 4614 ], "min": [ - 4614 + 4615 ], "stddev": [ - 4622 + 4623 ], "stddev_pop": [ - 4623 + 4624 ], "stddev_samp": [ - 4624 + 4625 ], "sum": [ - 4627 + 4628 ], "var_pop": [ - 4630 + 4631 ], "var_samp": [ - 4631 + 4632 ], "variance": [ - 4632 + 4633 ], "__typename": [ 85 @@ -103018,106 +103035,106 @@ export default { }, "players_bool_exp": { "_and": [ - 4609 + 4610 ], "_not": [ - 4609 + 4610 ], "_or": [ - 4609 + 4610 ], "abandoned_matches": [ - 182 + 183 ], "abandoned_matches_aggregate": [ - 175 + 176 ], "aim_weapon_stats": [ - 3753 + 3754 ], "aim_weapon_stats_aggregate": [ - 3746 + 3747 ], "assists": [ - 3796 + 3797 ], "assists_aggregate": [ - 3787 + 3788 ], "assited_by_players": [ - 3796 + 3797 ], "assited_by_players_aggregate": [ - 3787 + 3788 ], "avatar_url": [ 87 ], "awards": [ - 251 + 252 ], "awards_aggregate": [ - 244 + 245 ], "banned_until": [ - 5243 + 5244 ], "coach_lineups": [ - 3094 + 3095 ], "coach_lineups_aggregate": [ - 3087 + 3088 ], "country": [ 87 ], "created_at": [ - 5243 + 5244 ], "current_lobby_id": [ - 6605 + 6674 ], "custom_avatar_url": [ 87 ], "damage_dealt": [ - 3857 + 3858 ], "damage_dealt_aggregate": [ - 3850 + 3851 ], "damage_taken": [ - 3857 + 3858 ], "damage_taken_aggregate": [ - 3850 + 3851 ], "days_since_last_ban": [ 42 ], "deaths": [ - 4013 + 4014 ], "deaths_aggregate": [ - 4004 + 4005 ], "discord_id": [ 87 ], "draft_game_players": [ - 564 + 565 ], "draft_game_players_aggregate": [ - 555 + 556 ], "elo": [ - 2440 + 2441 ], "elo_history": [ - 6999 + 7068 ], "elo_history_aggregate": [ - 6982 + 7051 ], "faceit_elo": [ 42 @@ -103129,46 +103146,46 @@ export default { 87 ], "faceit_rank_history": [ - 3925 + 3926 ], "faceit_rank_history_aggregate": [ - 3918 + 3919 ], "faceit_skill_level": [ 42 ], "faceit_updated_at": [ - 5243 + 5244 ], "faceit_url": [ 87 ], "flashed_by_players": [ - 3968 + 3969 ], "flashed_by_players_aggregate": [ - 3959 + 3960 ], "flashed_players": [ - 3968 + 3969 ], "flashed_players_aggregate": [ - 3959 + 3960 ], "friends": [ - 3507 + 3508 ], "friends_aggregate": [ - 3497 + 3498 ], "game_ban_count": [ 42 ], "invited_players": [ - 4919 + 4920 ], "invited_players_aggregate": [ - 4912 + 4913 ], "is_admin_sanctioned": [ 7 @@ -103195,31 +103212,31 @@ export default { 7 ], "kills": [ - 4013 + 4014 ], "kills_aggregate": [ - 4004 + 4005 ], "kills_by_weapons": [ - 4023 + 4024 ], "kills_by_weapons_aggregate": [ - 4016 + 4017 ], "language": [ 87 ], "last_read_news_at": [ - 5243 + 5244 ], "last_sign_in_at": [ - 5243 + 5244 ], "lobby_players": [ - 2847 + 2848 ], "lobby_players_aggregate": [ - 2838 + 2839 ], "losses": [ 42 @@ -103234,34 +103251,34 @@ export default { 42 ], "match_map_hltv": [ - 7094 + 7163 ], "match_map_hltv_aggregate": [ - 7087 + 7156 ], "match_map_stats": [ - 4120 + 4121 ], "match_map_stats_aggregate": [ - 4113 + 4114 ], "match_stats": [ - 4179 + 4180 ], "match_stats_aggregate": [ - 4172 + 4173 ], "matches": [ - 3442 + 3443 ], "matchmaking_cooldown": [ - 5243 + 5244 ], "multi_kills": [ - 7185 + 7254 ], "multi_kills_aggregate": [ - 7178 + 7247 ], "name": [ 87 @@ -103273,139 +103290,139 @@ export default { 87 ], "notifications": [ - 3607 + 3608 ], "notifications_aggregate": [ - 3597 + 3598 ], "objectives": [ - 4212 + 4213 ], "objectives_aggregate": [ - 4205 + 4206 ], "owned_teams": [ - 5204 + 5205 ], "owned_teams_aggregate": [ - 5195 + 5196 ], "peak_elo": [ - 2440 + 2441 ], "pending_match_imports": [ - 3657 + 3658 ], "pending_match_imports_aggregate": [ - 3650 + 3651 ], "player_lineup": [ - 3051 + 3052 ], "player_lineup_aggregate": [ - 3042 + 3043 ], "player_unused_utilities": [ - 4499 + 4500 ], "player_unused_utilities_aggregate": [ - 4492 + 4493 ], "premier_rank": [ 42 ], "premier_rank_history": [ - 4271 + 4272 ], "premier_rank_history_aggregate": [ - 4264 + 4265 ], "premier_rank_updated_at": [ - 5243 + 5244 ], "profile_url": [ 87 ], "quiet_hours_end": [ - 5240 + 5241 ], "quiet_hours_start": [ - 5240 + 5241 ], "role": [ - 1286 + 1287 ], "roster_image_url": [ 87 ], "sanctions": [ - 4312 + 4313 ], "sanctions_aggregate": [ - 4305 + 4306 ], "season_stats": [ - 4363 + 4364 ], "season_stats_aggregate": [ - 4346 + 4347 ], "show_match_ready_modal": [ 7 ], "stats": [ - 4407 + 4408 ], "steam_bans_checked_at": [ - 5243 + 5244 ], "steam_id": [ - 313 + 314 ], "team_invites": [ - 4919 + 4920 ], "team_invites_aggregate": [ - 4912 + 4913 ], "team_members": [ - 4962 + 4963 ], "team_members_aggregate": [ - 4953 + 4954 ], "teams": [ - 5204 + 5205 ], "total_matches": [ 42 ], "tournament_cooldown": [ - 5243 + 5244 ], "tournament_organizers": [ - 5507 + 5577 ], "tournament_organizers_aggregate": [ - 5500 + 5570 ], "tournament_rosters": [ - 5749 + 5818 ], "tournament_rosters_aggregate": [ - 5742 + 5811 ], "tournaments": [ - 5848 + 5917 ], "tournaments_aggregate": [ - 5829 + 5898 ], "utility_thrown": [ - 4540 + 4541 ], "utility_thrown_aggregate": [ - 4533 + 4534 ], "vac_ban_count": [ 42 @@ -103414,10 +103431,10 @@ export default { 7 ], "weapon_stats": [ - 4581 + 4582 ], "weapon_stats_aggregate": [ - 4574 + 4575 ], "wins": [ 42 @@ -103453,7 +103470,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -103464,55 +103481,55 @@ export default { }, "players_insert_input": { "abandoned_matches": [ - 179 + 180 ], "aim_weapon_stats": [ - 3750 + 3751 ], "assists": [ - 3793 + 3794 ], "assited_by_players": [ - 3793 + 3794 ], "avatar_url": [ 85 ], "awards": [ - 248 + 249 ], "coach_lineups": [ - 3091 + 3092 ], "country": [ 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 ], "damage_dealt": [ - 3854 + 3855 ], "damage_taken": [ - 3854 + 3855 ], "days_since_last_ban": [ 41 ], "deaths": [ - 4010 + 4011 ], "discord_id": [ 85 ], "draft_game_players": [ - 561 + 562 ], "elo_history": [ - 6996 + 7065 ], "faceit_elo": [ 41 @@ -103524,61 +103541,61 @@ export default { 85 ], "faceit_rank_history": [ - 3922 + 3923 ], "faceit_skill_level": [ 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 ], "flashed_by_players": [ - 3965 + 3966 ], "flashed_players": [ - 3965 + 3966 ], "friends": [ - 3504 + 3505 ], "game_ban_count": [ 41 ], "invited_players": [ - 4916 + 4917 ], "kills": [ - 4010 + 4011 ], "kills_by_weapons": [ - 4020 + 4021 ], "language": [ 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "lobby_players": [ - 2844 + 2845 ], "match_map_hltv": [ - 7091 + 7160 ], "match_map_stats": [ - 4117 + 4118 ], "match_stats": [ - 4176 + 4177 ], "multi_kills": [ - 7182 + 7251 ], "name": [ 85 @@ -103590,82 +103607,82 @@ export default { 85 ], "notifications": [ - 3604 + 3605 ], "objectives": [ - 4209 + 4210 ], "owned_teams": [ - 5201 + 5202 ], "pending_match_imports": [ - 3654 + 3655 ], "player_lineup": [ - 3048 + 3049 ], "player_unused_utilities": [ - 4496 + 4497 ], "premier_rank": [ 41 ], "premier_rank_history": [ - 4268 + 4269 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ - 1285 + 1286 ], "roster_image_url": [ 85 ], "sanctions": [ - 4309 + 4310 ], "season_stats": [ - 4360 + 4361 ], "show_match_ready_modal": [ 6 ], "stats": [ - 4414 + 4415 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "team_invites": [ - 4916 + 4917 ], "team_members": [ - 4959 + 4960 ], "tournament_organizers": [ - 5504 + 5574 ], "tournament_rosters": [ - 5746 + 5815 ], "tournaments": [ - 5845 + 5914 ], "utility_thrown": [ - 4537 + 4538 ], "vac_ban_count": [ 41 @@ -103674,7 +103691,7 @@ export default { 6 ], "weapon_stats": [ - 4578 + 4579 ], "__typename": [ 85 @@ -103685,16 +103702,16 @@ export default { 85 ], "banned_until": [ - 5242 + 5243 ], "country": [ 85 ], "created_at": [ - 5242 + 5243 ], "current_lobby_id": [ - 6603 + 6672 ], "custom_avatar_url": [ 85 @@ -103718,7 +103735,7 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 @@ -103730,10 +103747,10 @@ export default { 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "losses": [ 41 @@ -103748,7 +103765,7 @@ export default { 41 ], "matchmaking_cooldown": [ - 5242 + 5243 ], "name": [ 85 @@ -103760,7 +103777,7 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 @@ -103769,16 +103786,16 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "total_matches": [ 41 ], "tournament_cooldown": [ - 5242 + 5243 ], "vac_ban_count": [ 41 @@ -103804,16 +103821,16 @@ export default { 85 ], "banned_until": [ - 5242 + 5243 ], "country": [ 85 ], "created_at": [ - 5242 + 5243 ], "current_lobby_id": [ - 6603 + 6672 ], "custom_avatar_url": [ 85 @@ -103837,7 +103854,7 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 @@ -103849,10 +103866,10 @@ export default { 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "losses": [ 41 @@ -103867,7 +103884,7 @@ export default { 41 ], "matchmaking_cooldown": [ - 5242 + 5243 ], "name": [ 85 @@ -103879,7 +103896,7 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 @@ -103888,16 +103905,16 @@ export default { 85 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "total_matches": [ 41 ], "tournament_cooldown": [ - 5242 + 5243 ], "vac_ban_count": [ 41 @@ -103923,7 +103940,7 @@ export default { 41 ], "returning": [ - 4605 + 4606 ], "__typename": [ 85 @@ -103931,10 +103948,10 @@ export default { }, "players_obj_rel_insert_input": { "data": [ - 4612 + 4613 ], "on_conflict": [ - 4617 + 4618 ], "__typename": [ 85 @@ -103942,13 +103959,13 @@ export default { }, "players_on_conflict": { "constraint": [ - 4610 + 4611 ], "update_columns": [ - 4628 + 4629 ], "where": [ - 4609 + 4610 ], "__typename": [ 85 @@ -103956,292 +103973,292 @@ export default { }, "players_order_by": { "abandoned_matches_aggregate": [ - 178 + 179 ], "aim_weapon_stats_aggregate": [ - 3749 + 3750 ], "assists_aggregate": [ - 3792 + 3793 ], "assited_by_players_aggregate": [ - 3792 + 3793 ], "avatar_url": [ - 3647 + 3648 ], "awards_aggregate": [ - 247 + 248 ], "banned_until": [ - 3647 + 3648 ], "coach_lineups_aggregate": [ - 3090 + 3091 ], "country": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "current_lobby_id": [ - 3647 + 3648 ], "custom_avatar_url": [ - 3647 + 3648 ], "damage_dealt_aggregate": [ - 3853 + 3854 ], "damage_taken_aggregate": [ - 3853 + 3854 ], "days_since_last_ban": [ - 3647 + 3648 ], "deaths_aggregate": [ - 4009 + 4010 ], "discord_id": [ - 3647 + 3648 ], "draft_game_players_aggregate": [ - 560 + 561 ], "elo": [ - 3647 + 3648 ], "elo_history_aggregate": [ - 6995 + 7064 ], "faceit_elo": [ - 3647 + 3648 ], "faceit_nickname": [ - 3647 + 3648 ], "faceit_player_id": [ - 3647 + 3648 ], "faceit_rank_history_aggregate": [ - 3921 + 3922 ], "faceit_skill_level": [ - 3647 + 3648 ], "faceit_updated_at": [ - 3647 + 3648 ], "faceit_url": [ - 3647 + 3648 ], "flashed_by_players_aggregate": [ - 3964 + 3965 ], "flashed_players_aggregate": [ - 3964 + 3965 ], "friends_aggregate": [ - 3502 + 3503 ], "game_ban_count": [ - 3647 + 3648 ], "invited_players_aggregate": [ - 4915 + 4916 ], "is_admin_sanctioned": [ - 3647 + 3648 ], "is_banned": [ - 3647 + 3648 ], "is_gagged": [ - 3647 + 3648 ], "is_in_another_match": [ - 3647 + 3648 ], "is_in_draft": [ - 3647 + 3648 ], "is_in_lobby": [ - 3647 + 3648 ], "is_muted": [ - 3647 + 3648 ], "is_registered": [ - 3647 + 3648 ], "kills_aggregate": [ - 4009 + 4010 ], "kills_by_weapons_aggregate": [ - 4019 + 4020 ], "language": [ - 3647 + 3648 ], "last_read_news_at": [ - 3647 + 3648 ], "last_sign_in_at": [ - 3647 + 3648 ], "lobby_players_aggregate": [ - 2843 + 2844 ], "losses": [ - 3647 + 3648 ], "losses_competitive": [ - 3647 + 3648 ], "losses_duel": [ - 3647 + 3648 ], "losses_wingman": [ - 3647 + 3648 ], "match_map_hltv_aggregate": [ - 7090 + 7159 ], "match_map_stats_aggregate": [ - 4116 + 4117 ], "match_stats_aggregate": [ - 4175 + 4176 ], "matches_aggregate": [ - 3438 + 3439 ], "matchmaking_cooldown": [ - 3647 + 3648 ], "multi_kills_aggregate": [ - 7181 + 7250 ], "name": [ - 3647 + 3648 ], "name_registered": [ - 3647 + 3648 ], "notification_timezone": [ - 3647 + 3648 ], "notifications_aggregate": [ - 3602 + 3603 ], "objectives_aggregate": [ - 4208 + 4209 ], "owned_teams_aggregate": [ - 5200 + 5201 ], "peak_elo": [ - 3647 + 3648 ], "pending_match_imports_aggregate": [ - 3653 + 3654 ], "player_lineup_aggregate": [ - 3047 + 3048 ], "player_unused_utilities_aggregate": [ - 4495 + 4496 ], "premier_rank": [ - 3647 + 3648 ], "premier_rank_history_aggregate": [ - 4267 + 4268 ], "premier_rank_updated_at": [ - 3647 + 3648 ], "profile_url": [ - 3647 + 3648 ], "quiet_hours_end": [ - 3647 + 3648 ], "quiet_hours_start": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "sanctions_aggregate": [ - 4308 + 4309 ], "season_stats_aggregate": [ - 4359 + 4360 ], "show_match_ready_modal": [ - 3647 + 3648 ], "stats": [ - 4416 + 4417 ], "steam_bans_checked_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_invites_aggregate": [ - 4915 + 4916 ], "team_members_aggregate": [ - 4958 + 4959 ], "teams_aggregate": [ - 5200 + 5201 ], "total_matches": [ - 3647 + 3648 ], "tournament_cooldown": [ - 3647 + 3648 ], "tournament_organizers_aggregate": [ - 5503 + 5573 ], "tournament_rosters_aggregate": [ - 5745 + 5814 ], "tournaments_aggregate": [ - 5844 + 5913 ], "utility_thrown_aggregate": [ - 4536 + 4537 ], "vac_ban_count": [ - 3647 + 3648 ], "vac_banned": [ - 3647 + 3648 ], "weapon_stats_aggregate": [ - 4577 + 4578 ], "wins": [ - 3647 + 3648 ], "wins_competitive": [ - 3647 + 3648 ], "wins_duel": [ - 3647 + 3648 ], "wins_wingman": [ - 3647 + 3648 ], "__typename": [ 85 @@ -104249,7 +104266,7 @@ export default { }, "players_pk_columns_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -104264,7 +104281,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -104288,7 +104305,7 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 @@ -104300,10 +104317,10 @@ export default { 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -104318,19 +104335,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ - 1285 + 1286 ], "roster_image_url": [ 85 @@ -104339,10 +104356,10 @@ export default { 6 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -104515,10 +104532,10 @@ export default { }, "players_stream_cursor_input": { "initial_value": [ - 4626 + 4627 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -104532,7 +104549,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "custom_avatar_url": [ 85 @@ -104556,7 +104573,7 @@ export default { 41 ], "faceit_updated_at": [ - 5242 + 5243 ], "faceit_url": [ 85 @@ -104568,10 +104585,10 @@ export default { 85 ], "last_read_news_at": [ - 5242 + 5243 ], "last_sign_in_at": [ - 5242 + 5243 ], "name": [ 85 @@ -104586,19 +104603,19 @@ export default { 41 ], "premier_rank_updated_at": [ - 5242 + 5243 ], "profile_url": [ 85 ], "quiet_hours_end": [ - 5239 + 5240 ], "quiet_hours_start": [ - 5239 + 5240 ], "role": [ - 1285 + 1286 ], "roster_image_url": [ 85 @@ -104607,10 +104624,10 @@ export default { 6 ], "steam_bans_checked_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "vac_ban_count": [ 41 @@ -104651,7 +104668,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "total_matches": [ 41 @@ -104678,13 +104695,13 @@ export default { "players_update_column": {}, "players_updates": { "_inc": [ - 4611 + 4612 ], "_set": [ - 4621 + 4622 ], "where": [ - 4609 + 4610 ], "__typename": [ 85 @@ -104854,10 +104871,10 @@ export default { 41 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "version": [ 85 @@ -104868,10 +104885,10 @@ export default { }, "plugin_versions_aggregate": { "aggregate": [ - 4635 + 4636 ], "nodes": [ - 4633 + 4634 ], "__typename": [ 85 @@ -104879,13 +104896,13 @@ export default { }, "plugin_versions_aggregate_fields": { "avg": [ - 4636 + 4637 ], "count": [ 41, { "columns": [ - 4647, + 4648, "[plugin_versions_select_column!]" ], "distinct": [ @@ -104894,31 +104911,31 @@ export default { } ], "max": [ - 4641 + 4642 ], "min": [ - 4642 + 4643 ], "stddev": [ - 4649 + 4650 ], "stddev_pop": [ - 4650 + 4651 ], "stddev_samp": [ - 4651 + 4652 ], "sum": [ - 4654 + 4655 ], "var_pop": [ - 4657 + 4658 ], "var_samp": [ - 4658 + 4659 ], "variance": [ - 4659 + 4660 ], "__typename": [ 85 @@ -104934,22 +104951,22 @@ export default { }, "plugin_versions_bool_exp": { "_and": [ - 4637 + 4638 ], "_not": [ - 4637 + 4638 ], "_or": [ - 4637 + 4638 ], "min_game_build_id": [ 42 ], "published_at": [ - 5243 + 5244 ], "runtime": [ - 1306 + 1307 ], "version": [ 87 @@ -104972,10 +104989,10 @@ export default { 41 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "version": [ 85 @@ -104989,7 +105006,7 @@ export default { 41 ], "published_at": [ - 5242 + 5243 ], "version": [ 85 @@ -105003,7 +105020,7 @@ export default { 41 ], "published_at": [ - 5242 + 5243 ], "version": [ 85 @@ -105017,7 +105034,7 @@ export default { 41 ], "returning": [ - 4633 + 4634 ], "__typename": [ 85 @@ -105025,13 +105042,13 @@ export default { }, "plugin_versions_on_conflict": { "constraint": [ - 4638 + 4639 ], "update_columns": [ - 4655 + 4656 ], "where": [ - 4637 + 4638 ], "__typename": [ 85 @@ -105039,16 +105056,16 @@ export default { }, "plugin_versions_order_by": { "min_game_build_id": [ - 3647 + 3648 ], "published_at": [ - 3647 + 3648 ], "runtime": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -105056,7 +105073,7 @@ export default { }, "plugin_versions_pk_columns_input": { "runtime": [ - 1305 + 1306 ], "version": [ 85 @@ -105071,10 +105088,10 @@ export default { 41 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "version": [ 85 @@ -105109,10 +105126,10 @@ export default { }, "plugin_versions_stream_cursor_input": { "initial_value": [ - 4653 + 4654 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -105123,10 +105140,10 @@ export default { 41 ], "published_at": [ - 5242 + 5243 ], "runtime": [ - 1305 + 1306 ], "version": [ 85 @@ -105146,13 +105163,13 @@ export default { "plugin_versions_update_column": {}, "plugin_versions_updates": { "_inc": [ - 4639 + 4640 ], "_set": [ - 4648 + 4649 ], "where": [ - 4637 + 4638 ], "__typename": [ 85 @@ -105187,22 +105204,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "endpoint": [ 85 ], "id": [ - 6603 + 6672 ], "last_used_at": [ - 5242 + 5243 ], "p256dh": [ 85 ], "steam_id": [ - 311 + 312 ], "user_agent": [ 85 @@ -105213,10 +105230,10 @@ export default { }, "push_subscriptions_aggregate": { "aggregate": [ - 4662 + 4663 ], "nodes": [ - 4660 + 4661 ], "__typename": [ 85 @@ -105224,13 +105241,13 @@ export default { }, "push_subscriptions_aggregate_fields": { "avg": [ - 4663 + 4664 ], "count": [ 41, { "columns": [ - 4674, + 4675, "[push_subscriptions_select_column!]" ], "distinct": [ @@ -105239,31 +105256,31 @@ export default { } ], "max": [ - 4668 + 4669 ], "min": [ - 4669 + 4670 ], "stddev": [ - 4676 + 4677 ], "stddev_pop": [ - 4677 + 4678 ], "stddev_samp": [ - 4678 + 4679 ], "sum": [ - 4681 + 4682 ], "var_pop": [ - 4684 + 4685 ], "var_samp": [ - 4685 + 4686 ], "variance": [ - 4686 + 4687 ], "__typename": [ 85 @@ -105279,34 +105296,34 @@ export default { }, "push_subscriptions_bool_exp": { "_and": [ - 4664 + 4665 ], "_not": [ - 4664 + 4665 ], "_or": [ - 4664 + 4665 ], "auth": [ 87 ], "created_at": [ - 5243 + 5244 ], "endpoint": [ 87 ], "id": [ - 6605 + 6674 ], "last_used_at": [ - 5243 + 5244 ], "p256dh": [ 87 ], "steam_id": [ - 313 + 314 ], "user_agent": [ 87 @@ -105318,7 +105335,7 @@ export default { "push_subscriptions_constraint": {}, "push_subscriptions_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -105329,22 +105346,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "endpoint": [ 85 ], "id": [ - 6603 + 6672 ], "last_used_at": [ - 5242 + 5243 ], "p256dh": [ 85 ], "steam_id": [ - 311 + 312 ], "user_agent": [ 85 @@ -105358,22 +105375,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "endpoint": [ 85 ], "id": [ - 6603 + 6672 ], "last_used_at": [ - 5242 + 5243 ], "p256dh": [ 85 ], "steam_id": [ - 311 + 312 ], "user_agent": [ 85 @@ -105387,22 +105404,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "endpoint": [ 85 ], "id": [ - 6603 + 6672 ], "last_used_at": [ - 5242 + 5243 ], "p256dh": [ 85 ], "steam_id": [ - 311 + 312 ], "user_agent": [ 85 @@ -105416,7 +105433,7 @@ export default { 41 ], "returning": [ - 4660 + 4661 ], "__typename": [ 85 @@ -105424,13 +105441,13 @@ export default { }, "push_subscriptions_on_conflict": { "constraint": [ - 4665 + 4666 ], "update_columns": [ - 4682 + 4683 ], "where": [ - 4664 + 4665 ], "__typename": [ 85 @@ -105438,28 +105455,28 @@ export default { }, "push_subscriptions_order_by": { "auth": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "endpoint": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "last_used_at": [ - 3647 + 3648 ], "p256dh": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "user_agent": [ - 3647 + 3648 ], "__typename": [ 85 @@ -105467,7 +105484,7 @@ export default { }, "push_subscriptions_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -105479,22 +105496,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "endpoint": [ 85 ], "id": [ - 6603 + 6672 ], "last_used_at": [ - 5242 + 5243 ], "p256dh": [ 85 ], "steam_id": [ - 311 + 312 ], "user_agent": [ 85 @@ -105529,10 +105546,10 @@ export default { }, "push_subscriptions_stream_cursor_input": { "initial_value": [ - 4680 + 4681 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -105543,22 +105560,22 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "endpoint": [ 85 ], "id": [ - 6603 + 6672 ], "last_used_at": [ - 5242 + 5243 ], "p256dh": [ 85 ], "steam_id": [ - 311 + 312 ], "user_agent": [ 85 @@ -105569,7 +105586,7 @@ export default { }, "push_subscriptions_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -105578,13 +105595,13 @@ export default { "push_subscriptions_update_column": {}, "push_subscriptions_updates": { "_inc": [ - 4666 + 4667 ], "_set": [ - 4675 + 4676 ], "where": [ - 4664 + 4665 ], "__typename": [ 85 @@ -105616,7 +105633,7 @@ export default { }, "recalculate_tournament_awards_args": { "_tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -105624,7 +105641,7 @@ export default { }, "remove_league_team_from_season_args": { "_league_team_season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -105632,7 +105649,7 @@ export default { }, "reorder_league_divisions_args": { "_division_ids": [ - 172 + 173 ], "__typename": [ 85 @@ -105640,7 +105657,7 @@ export default { }, "restart_league_season_args": { "_league_season_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -105665,10 +105682,10 @@ export default { }, "role_permissions_aggregate": { "aggregate": [ - 4693 + 4694 ], "nodes": [ - 4691 + 4692 ], "__typename": [ 85 @@ -105679,7 +105696,7 @@ export default { 41, { "columns": [ - 4700, + 4701, "[role_permissions_select_column!]" ], "distinct": [ @@ -105688,10 +105705,10 @@ export default { } ], "max": [ - 4696 + 4697 ], "min": [ - 4697 + 4698 ], "__typename": [ 85 @@ -105699,13 +105716,13 @@ export default { }, "role_permissions_bool_exp": { "_and": [ - 4694 + 4695 ], "_not": [ - 4694 + 4695 ], "_or": [ - 4694 + 4695 ], "can_create_events": [ 7 @@ -105761,7 +105778,7 @@ export default { 41 ], "returning": [ - 4691 + 4692 ], "__typename": [ 85 @@ -105769,16 +105786,16 @@ export default { }, "role_permissions_order_by": { "can_create_events": [ - 3647 + 3648 ], "can_create_matches": [ - 3647 + 3648 ], "can_create_tournaments": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "__typename": [ 85 @@ -105804,10 +105821,10 @@ export default { }, "role_permissions_stream_cursor_input": { "initial_value": [ - 4703 + 4704 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -105832,10 +105849,10 @@ export default { }, "role_permissions_updates": { "_set": [ - 4701 + 4702 ], "where": [ - 4694 + 4695 ], "__typename": [ 85 @@ -105843,10 +105860,10 @@ export default { }, "seasons": { "awards": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -105856,19 +105873,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "awards_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -105878,25 +105895,25 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "needs_rebuild": [ 6 @@ -105905,10 +105922,10 @@ export default { 41 ], "player_season_stats": [ - 4344, + 4345, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -105918,19 +105935,19 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "player_season_stats_aggregate": [ - 4345, + 4346, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -105940,16 +105957,16 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -105957,10 +105974,10 @@ export default { }, "seasons_aggregate": { "aggregate": [ - 4707 + 4708 ], "nodes": [ - 4705 + 4706 ], "__typename": [ 85 @@ -105968,13 +105985,13 @@ export default { }, "seasons_aggregate_fields": { "avg": [ - 4708 + 4709 ], "count": [ 41, { "columns": [ - 4720, + 4721, "[seasons_select_column!]" ], "distinct": [ @@ -105983,31 +106000,31 @@ export default { } ], "max": [ - 4713 + 4714 ], "min": [ - 4714 + 4715 ], "stddev": [ - 4722 + 4723 ], "stddev_pop": [ - 4723 + 4724 ], "stddev_samp": [ - 4724 + 4725 ], "sum": [ - 4727 + 4728 ], "var_pop": [ - 4730 + 4731 ], "var_samp": [ - 4731 + 4732 ], "variance": [ - 4732 + 4733 ], "__typename": [ 85 @@ -106023,31 +106040,31 @@ export default { }, "seasons_bool_exp": { "_and": [ - 4709 + 4710 ], "_not": [ - 4709 + 4710 ], "_or": [ - 4709 + 4710 ], "awards": [ - 251 + 252 ], "awards_aggregate": [ - 244 + 245 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 ], "ends_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "needs_rebuild": [ 7 @@ -106056,13 +106073,13 @@ export default { 42 ], "player_season_stats": [ - 4363 + 4364 ], "player_season_stats_aggregate": [ - 4346 + 4347 ], "starts_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -106079,19 +106096,19 @@ export default { }, "seasons_insert_input": { "awards": [ - 248 + 249 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "needs_rebuild": [ 6 @@ -106100,10 +106117,10 @@ export default { 41 ], "player_season_stats": [ - 4360 + 4361 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -106111,22 +106128,22 @@ export default { }, "seasons_max_fields": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "number": [ 41 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -106134,22 +106151,22 @@ export default { }, "seasons_min_fields": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "number": [ 41 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -106160,7 +106177,7 @@ export default { 41 ], "returning": [ - 4705 + 4706 ], "__typename": [ 85 @@ -106168,10 +106185,10 @@ export default { }, "seasons_obj_rel_insert_input": { "data": [ - 4712 + 4713 ], "on_conflict": [ - 4717 + 4718 ], "__typename": [ 85 @@ -106179,13 +106196,13 @@ export default { }, "seasons_on_conflict": { "constraint": [ - 4710 + 4711 ], "update_columns": [ - 4728 + 4729 ], "where": [ - 4709 + 4710 ], "__typename": [ 85 @@ -106193,31 +106210,31 @@ export default { }, "seasons_order_by": { "awards_aggregate": [ - 247 + 248 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "ends_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "needs_rebuild": [ - 3647 + 3648 ], "number": [ - 3647 + 3648 ], "player_season_stats_aggregate": [ - 4359 + 4360 ], "starts_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -106225,7 +106242,7 @@ export default { }, "seasons_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -106234,16 +106251,16 @@ export default { "seasons_select_column": {}, "seasons_set_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "needs_rebuild": [ 6 @@ -106252,7 +106269,7 @@ export default { 41 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -106284,10 +106301,10 @@ export default { }, "seasons_stream_cursor_input": { "initial_value": [ - 4726 + 4727 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -106295,16 +106312,16 @@ export default { }, "seasons_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "needs_rebuild": [ 6 @@ -106313,7 +106330,7 @@ export default { 41 ], "starts_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -106330,13 +106347,13 @@ export default { "seasons_update_column": {}, "seasons_updates": { "_inc": [ - 4711 + 4712 ], "_set": [ - 4721 + 4722 ], "where": [ - 4709 + 4710 ], "__typename": [ 85 @@ -106374,10 +106391,10 @@ export default { 85 ], "game_server_nodes": [ - 2313, + 2314, { "distinct_on": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "limit": [ @@ -106387,19 +106404,19 @@ export default { 41 ], "order_by": [ - 2339, + 2340, "[game_server_nodes_order_by!]" ], "where": [ - 2325 + 2326 ] } ], "game_server_nodes_aggregate": [ - 2314, + 2315, { "distinct_on": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "limit": [ @@ -106409,11 +106426,11 @@ export default { 41 ], "order_by": [ - 2339, + 2340, "[game_server_nodes_order_by!]" ], "where": [ - 2325 + 2326 ] } ], @@ -106441,10 +106458,10 @@ export default { }, "server_regions_aggregate": { "aggregate": [ - 4735 + 4736 ], "nodes": [ - 4733 + 4734 ], "__typename": [ 85 @@ -106452,13 +106469,13 @@ export default { }, "server_regions_aggregate_fields": { "avg": [ - 4736 + 4737 ], "count": [ 41, { "columns": [ - 4747, + 4748, "[server_regions_select_column!]" ], "distinct": [ @@ -106467,31 +106484,31 @@ export default { } ], "max": [ - 4740 + 4741 ], "min": [ - 4741 + 4742 ], "stddev": [ - 4749 + 4750 ], "stddev_pop": [ - 4750 + 4751 ], "stddev_samp": [ - 4751 + 4752 ], "sum": [ - 4754 + 4755 ], "var_pop": [ - 4757 + 4758 ], "var_samp": [ - 4758 + 4759 ], "variance": [ - 4759 + 4760 ], "__typename": [ 85 @@ -106510,13 +106527,13 @@ export default { }, "server_regions_bool_exp": { "_and": [ - 4737 + 4738 ], "_not": [ - 4737 + 4738 ], "_or": [ - 4737 + 4738 ], "available_server_count": [ 42 @@ -106525,10 +106542,10 @@ export default { 87 ], "game_server_nodes": [ - 2325 + 2326 ], "game_server_nodes_aggregate": [ - 2315 + 2316 ], "has_node": [ 7 @@ -106558,7 +106575,7 @@ export default { 85 ], "game_server_nodes": [ - 2322 + 2323 ], "is_lan": [ 6 @@ -106618,7 +106635,7 @@ export default { 41 ], "returning": [ - 4733 + 4734 ], "__typename": [ 85 @@ -106626,10 +106643,10 @@ export default { }, "server_regions_obj_rel_insert_input": { "data": [ - 4739 + 4740 ], "on_conflict": [ - 4744 + 4745 ], "__typename": [ 85 @@ -106637,13 +106654,13 @@ export default { }, "server_regions_on_conflict": { "constraint": [ - 4738 + 4739 ], "update_columns": [ - 4755 + 4756 ], "where": [ - 4737 + 4738 ], "__typename": [ 85 @@ -106651,31 +106668,31 @@ export default { }, "server_regions_order_by": { "available_server_count": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "game_server_nodes_aggregate": [ - 2320 + 2321 ], "has_node": [ - 3647 + 3648 ], "is_lan": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "steam_relay": [ - 3647 + 3648 ], "total_server_count": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -106742,10 +106759,10 @@ export default { }, "server_regions_stream_cursor_input": { "initial_value": [ - 4753 + 4754 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -106782,10 +106799,10 @@ export default { "server_regions_update_column": {}, "server_regions_updates": { "_set": [ - 4748 + 4749 ], "where": [ - 4737 + 4738 ], "__typename": [ 85 @@ -106826,7 +106843,7 @@ export default { }, "servers": { "api_password": [ - 6603 + 6672 ], "boot_status": [ 85 @@ -106847,7 +106864,7 @@ export default { 85 ], "current_match": [ - 3431 + 3432 ], "enabled": [ 6 @@ -106856,13 +106873,13 @@ export default { 85 ], "game_mode": [ - 2171 + 2172 ], "game_mode_id": [ - 6603 + 6672 ], "game_server_node": [ - 2313 + 2314 ], "game_server_node_id": [ 85 @@ -106871,7 +106888,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_dedicated": [ 6 @@ -106880,7 +106897,7 @@ export default { 85 ], "loaded_plugins": [ - 2438, + 2439, { "path": [ 85 @@ -106888,10 +106905,10 @@ export default { } ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -106901,19 +106918,19 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_aggregate": [ - 3432, + 3433, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -106923,11 +106940,11 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], @@ -106935,22 +106952,22 @@ export default { 41 ], "offline_at": [ - 5242 + 5243 ], "plugin_runtime": [ - 1305 + 1306 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5242 + 5243 ], "port": [ 41 ], "rcon_password": [ - 314 + 315 ], "rcon_status": [ 6 @@ -106959,10 +106976,10 @@ export default { 85 ], "reserved_by_match_id": [ - 6603 + 6672 ], "server_region": [ - 4733 + 4734 ], "steam_relay": [ 85 @@ -106971,10 +106988,10 @@ export default { 41 ], "type": [ - 1432 + 1433 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -106982,10 +106999,10 @@ export default { }, "servers_aggregate": { "aggregate": [ - 4766 + 4767 ], "nodes": [ - 4760 + 4761 ], "__typename": [ 85 @@ -106993,13 +107010,13 @@ export default { }, "servers_aggregate_bool_exp": { "bool_and": [ - 4763 + 4764 ], "bool_or": [ - 4764 + 4765 ], "count": [ - 4765 + 4766 ], "__typename": [ 85 @@ -107007,13 +107024,13 @@ export default { }, "servers_aggregate_bool_exp_bool_and": { "arguments": [ - 4790 + 4791 ], "distinct": [ 6 ], "filter": [ - 4772 + 4773 ], "predicate": [ 7 @@ -107024,13 +107041,13 @@ export default { }, "servers_aggregate_bool_exp_bool_or": { "arguments": [ - 4791 + 4792 ], "distinct": [ 6 ], "filter": [ - 4772 + 4773 ], "predicate": [ 7 @@ -107041,13 +107058,13 @@ export default { }, "servers_aggregate_bool_exp_count": { "arguments": [ - 4789 + 4790 ], "distinct": [ 6 ], "filter": [ - 4772 + 4773 ], "predicate": [ 42 @@ -107058,13 +107075,13 @@ export default { }, "servers_aggregate_fields": { "avg": [ - 4770 + 4771 ], "count": [ 41, { "columns": [ - 4789, + 4790, "[servers_select_column!]" ], "distinct": [ @@ -107073,31 +107090,31 @@ export default { } ], "max": [ - 4779 + 4780 ], "min": [ - 4781 + 4782 ], "stddev": [ - 4793 + 4794 ], "stddev_pop": [ - 4795 + 4796 ], "stddev_samp": [ - 4797 + 4798 ], "sum": [ - 4801 + 4802 ], "var_pop": [ - 4805 + 4806 ], "var_samp": [ - 4807 + 4808 ], "variance": [ - 4809 + 4810 ], "__typename": [ 85 @@ -107105,37 +107122,37 @@ export default { }, "servers_aggregate_order_by": { "avg": [ - 4771 + 4772 ], "count": [ - 3647 + 3648 ], "max": [ - 4780 + 4781 ], "min": [ - 4782 + 4783 ], "stddev": [ - 4794 + 4795 ], "stddev_pop": [ - 4796 + 4797 ], "stddev_samp": [ - 4798 + 4799 ], "sum": [ - 4802 + 4803 ], "var_pop": [ - 4806 + 4807 ], "var_samp": [ - 4808 + 4809 ], "variance": [ - 4810 + 4811 ], "__typename": [ 85 @@ -107143,7 +107160,7 @@ export default { }, "servers_append_input": { "loaded_plugins": [ - 2438 + 2439 ], "__typename": [ 85 @@ -107151,10 +107168,10 @@ export default { }, "servers_arr_rel_insert_input": { "data": [ - 4778 + 4779 ], "on_conflict": [ - 4785 + 4786 ], "__typename": [ 85 @@ -107176,13 +107193,13 @@ export default { }, "servers_avg_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -107190,16 +107207,16 @@ export default { }, "servers_bool_exp": { "_and": [ - 4772 + 4773 ], "_not": [ - 4772 + 4773 ], "_or": [ - 4772 + 4773 ], "api_password": [ - 6605 + 6674 ], "boot_status": [ 87 @@ -107220,7 +107237,7 @@ export default { 87 ], "current_match": [ - 3442 + 3443 ], "enabled": [ 7 @@ -107229,13 +107246,13 @@ export default { 87 ], "game_mode": [ - 2174 + 2175 ], "game_mode_id": [ - 6605 + 6674 ], "game_server_node": [ - 2325 + 2326 ], "game_server_node_id": [ 87 @@ -107244,7 +107261,7 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "is_dedicated": [ 7 @@ -107253,34 +107270,34 @@ export default { 87 ], "loaded_plugins": [ - 2440 + 2441 ], "matches": [ - 3442 + 3443 ], "matches_aggregate": [ - 3433 + 3434 ], "max_players": [ 42 ], "offline_at": [ - 5243 + 5244 ], "plugin_runtime": [ - 1306 + 1307 ], "plugin_version": [ 87 ], "plugins_checked_at": [ - 5243 + 5244 ], "port": [ 42 ], "rcon_password": [ - 315 + 316 ], "rcon_status": [ 7 @@ -107289,10 +107306,10 @@ export default { 87 ], "reserved_by_match_id": [ - 6605 + 6674 ], "server_region": [ - 4737 + 4738 ], "steam_relay": [ 87 @@ -107301,10 +107318,10 @@ export default { 42 ], "type": [ - 1433 + 1434 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -107351,7 +107368,7 @@ export default { }, "servers_insert_input": { "api_password": [ - 6603 + 6672 ], "boot_status": [ 85 @@ -107366,7 +107383,7 @@ export default { 6 ], "current_match": [ - 3451 + 3452 ], "enabled": [ 6 @@ -107375,13 +107392,13 @@ export default { 85 ], "game_mode": [ - 2180 + 2181 ], "game_mode_id": [ - 6603 + 6672 ], "game_server_node": [ - 2337 + 2338 ], "game_server_node_id": [ 85 @@ -107390,7 +107407,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_dedicated": [ 6 @@ -107399,31 +107416,31 @@ export default { 85 ], "loaded_plugins": [ - 2438 + 2439 ], "matches": [ - 3439 + 3440 ], "max_players": [ 41 ], "offline_at": [ - 5242 + 5243 ], "plugin_runtime": [ - 1305 + 1306 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5242 + 5243 ], "port": [ 41 ], "rcon_password": [ - 314 + 315 ], "rcon_status": [ 6 @@ -107432,10 +107449,10 @@ export default { 85 ], "reserved_by_match_id": [ - 6603 + 6672 ], "server_region": [ - 4743 + 4744 ], "steam_relay": [ 85 @@ -107444,10 +107461,10 @@ export default { 41 ], "type": [ - 1432 + 1433 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -107455,7 +107472,7 @@ export default { }, "servers_max_fields": { "api_password": [ - 6603 + 6672 ], "boot_status": [ 85 @@ -107476,7 +107493,7 @@ export default { 85 ], "game_mode_id": [ - 6603 + 6672 ], "game_server_node_id": [ 85 @@ -107485,7 +107502,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "label": [ 85 @@ -107494,13 +107511,13 @@ export default { 41 ], "offline_at": [ - 5242 + 5243 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5242 + 5243 ], "port": [ 41 @@ -107509,7 +107526,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6603 + 6672 ], "steam_relay": [ 85 @@ -107518,7 +107535,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -107526,64 +107543,64 @@ export default { }, "servers_max_order_by": { "api_password": [ - 3647 + 3648 ], "boot_status": [ - 3647 + 3648 ], "boot_status_detail": [ - 3647 + 3648 ], "connect_password": [ - 3647 + 3648 ], "game": [ - 3647 + 3648 ], "game_mode_id": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "host": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "max_players": [ - 3647 + 3648 ], "offline_at": [ - 3647 + 3648 ], "plugin_version": [ - 3647 + 3648 ], "plugins_checked_at": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "reserved_by_match_id": [ - 3647 + 3648 ], "steam_relay": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -107591,7 +107608,7 @@ export default { }, "servers_min_fields": { "api_password": [ - 6603 + 6672 ], "boot_status": [ 85 @@ -107612,7 +107629,7 @@ export default { 85 ], "game_mode_id": [ - 6603 + 6672 ], "game_server_node_id": [ 85 @@ -107621,7 +107638,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "label": [ 85 @@ -107630,13 +107647,13 @@ export default { 41 ], "offline_at": [ - 5242 + 5243 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5242 + 5243 ], "port": [ 41 @@ -107645,7 +107662,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6603 + 6672 ], "steam_relay": [ 85 @@ -107654,7 +107671,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -107662,64 +107679,64 @@ export default { }, "servers_min_order_by": { "api_password": [ - 3647 + 3648 ], "boot_status": [ - 3647 + 3648 ], "boot_status_detail": [ - 3647 + 3648 ], "connect_password": [ - 3647 + 3648 ], "game": [ - 3647 + 3648 ], "game_mode_id": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "host": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "max_players": [ - 3647 + 3648 ], "offline_at": [ - 3647 + 3648 ], "plugin_version": [ - 3647 + 3648 ], "plugins_checked_at": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "reserved_by_match_id": [ - 3647 + 3648 ], "steam_relay": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -107730,7 +107747,7 @@ export default { 41 ], "returning": [ - 4760 + 4761 ], "__typename": [ 85 @@ -107738,10 +107755,10 @@ export default { }, "servers_obj_rel_insert_input": { "data": [ - 4778 + 4779 ], "on_conflict": [ - 4785 + 4786 ], "__typename": [ 85 @@ -107749,13 +107766,13 @@ export default { }, "servers_on_conflict": { "constraint": [ - 4773 + 4774 ], "update_columns": [ - 4803 + 4804 ], "where": [ - 4772 + 4773 ], "__typename": [ 85 @@ -107763,109 +107780,109 @@ export default { }, "servers_order_by": { "api_password": [ - 3647 + 3648 ], "boot_status": [ - 3647 + 3648 ], "boot_status_detail": [ - 3647 + 3648 ], "connect_password": [ - 3647 + 3648 ], "connected": [ - 3647 + 3648 ], "connection_link": [ - 3647 + 3648 ], "connection_string": [ - 3647 + 3648 ], "current_match": [ - 3453 + 3454 ], "enabled": [ - 3647 + 3648 ], "game": [ - 3647 + 3648 ], "game_mode": [ - 2182 + 2183 ], "game_mode_id": [ - 3647 + 3648 ], "game_server_node": [ - 2339 + 2340 ], "game_server_node_id": [ - 3647 + 3648 ], "host": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_dedicated": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "loaded_plugins": [ - 3647 + 3648 ], "matches_aggregate": [ - 3438 + 3439 ], "max_players": [ - 3647 + 3648 ], "offline_at": [ - 3647 + 3648 ], "plugin_runtime": [ - 3647 + 3648 ], "plugin_version": [ - 3647 + 3648 ], "plugins_checked_at": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "rcon_password": [ - 3647 + 3648 ], "rcon_status": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "reserved_by_match_id": [ - 3647 + 3648 ], "server_region": [ - 4745 + 4746 ], "steam_relay": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -107873,7 +107890,7 @@ export default { }, "servers_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -107881,7 +107898,7 @@ export default { }, "servers_prepend_input": { "loaded_plugins": [ - 2438 + 2439 ], "__typename": [ 85 @@ -107892,7 +107909,7 @@ export default { "servers_select_column_servers_aggregate_bool_exp_bool_or_arguments_columns": {}, "servers_set_input": { "api_password": [ - 6603 + 6672 ], "boot_status": [ 85 @@ -107913,7 +107930,7 @@ export default { 85 ], "game_mode_id": [ - 6603 + 6672 ], "game_server_node_id": [ 85 @@ -107922,7 +107939,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_dedicated": [ 6 @@ -107931,28 +107948,28 @@ export default { 85 ], "loaded_plugins": [ - 2438 + 2439 ], "max_players": [ 41 ], "offline_at": [ - 5242 + 5243 ], "plugin_runtime": [ - 1305 + 1306 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5242 + 5243 ], "port": [ 41 ], "rcon_password": [ - 314 + 315 ], "rcon_status": [ 6 @@ -107961,7 +107978,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6603 + 6672 ], "steam_relay": [ 85 @@ -107970,10 +107987,10 @@ export default { 41 ], "type": [ - 1432 + 1433 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -107995,13 +108012,13 @@ export default { }, "servers_stddev_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108023,13 +108040,13 @@ export default { }, "servers_stddev_pop_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108051,13 +108068,13 @@ export default { }, "servers_stddev_samp_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108065,10 +108082,10 @@ export default { }, "servers_stream_cursor_input": { "initial_value": [ - 4800 + 4801 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -108076,7 +108093,7 @@ export default { }, "servers_stream_cursor_value_input": { "api_password": [ - 6603 + 6672 ], "boot_status": [ 85 @@ -108097,7 +108114,7 @@ export default { 85 ], "game_mode_id": [ - 6603 + 6672 ], "game_server_node_id": [ 85 @@ -108106,7 +108123,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "is_dedicated": [ 6 @@ -108115,28 +108132,28 @@ export default { 85 ], "loaded_plugins": [ - 2438 + 2439 ], "max_players": [ 41 ], "offline_at": [ - 5242 + 5243 ], "plugin_runtime": [ - 1305 + 1306 ], "plugin_version": [ 85 ], "plugins_checked_at": [ - 5242 + 5243 ], "port": [ 41 ], "rcon_password": [ - 314 + 315 ], "rcon_status": [ 6 @@ -108145,7 +108162,7 @@ export default { 85 ], "reserved_by_match_id": [ - 6603 + 6672 ], "steam_relay": [ 85 @@ -108154,10 +108171,10 @@ export default { 41 ], "type": [ - 1432 + 1433 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -108179,13 +108196,13 @@ export default { }, "servers_sum_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108194,28 +108211,28 @@ export default { "servers_update_column": {}, "servers_updates": { "_append": [ - 4768 + 4769 ], "_delete_at_path": [ - 4774 + 4775 ], "_delete_elem": [ - 4775 + 4776 ], "_delete_key": [ - 4776 + 4777 ], "_inc": [ - 4777 + 4778 ], "_prepend": [ - 4788 + 4789 ], "_set": [ - 4792 + 4793 ], "where": [ - 4772 + 4773 ], "__typename": [ 85 @@ -108237,13 +108254,13 @@ export default { }, "servers_var_pop_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108265,13 +108282,13 @@ export default { }, "servers_var_samp_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108293,13 +108310,13 @@ export default { }, "servers_variance_order_by": { "max_players": [ - 3647 + 3648 ], "port": [ - 3647 + 3648 ], "tv_port": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108318,10 +108335,10 @@ export default { }, "settings_aggregate": { "aggregate": [ - 4813 + 4814 ], "nodes": [ - 4811 + 4812 ], "__typename": [ 85 @@ -108332,7 +108349,7 @@ export default { 41, { "columns": [ - 4823, + 4824, "[settings_select_column!]" ], "distinct": [ @@ -108341,10 +108358,10 @@ export default { } ], "max": [ - 4817 + 4818 ], "min": [ - 4818 + 4819 ], "__typename": [ 85 @@ -108352,13 +108369,13 @@ export default { }, "settings_bool_exp": { "_and": [ - 4814 + 4815 ], "_not": [ - 4814 + 4815 ], "_or": [ - 4814 + 4815 ], "name": [ 87 @@ -108409,7 +108426,7 @@ export default { 41 ], "returning": [ - 4811 + 4812 ], "__typename": [ 85 @@ -108417,13 +108434,13 @@ export default { }, "settings_on_conflict": { "constraint": [ - 4815 + 4816 ], "update_columns": [ - 4827 + 4828 ], "where": [ - 4814 + 4815 ], "__typename": [ 85 @@ -108431,10 +108448,10 @@ export default { }, "settings_order_by": { "name": [ - 3647 + 3648 ], "value": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108462,10 +108479,10 @@ export default { }, "settings_stream_cursor_input": { "initial_value": [ - 4826 + 4827 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -108485,10 +108502,10 @@ export default { "settings_update_column": {}, "settings_updates": { "_set": [ - 4824 + 4825 ], "where": [ - 4814 + 4815 ], "__typename": [ 85 @@ -108497,31 +108514,31 @@ export default { "smallint": {}, "smallint_comparison_exp": { "_eq": [ - 4829 + 4830 ], "_gt": [ - 4829 + 4830 ], "_gte": [ - 4829 + 4830 ], "_in": [ - 4829 + 4830 ], "_is_null": [ 6 ], "_lt": [ - 4829 + 4830 ], "_lte": [ - 4829 + 4830 ], "_neq": [ - 4829 + 4830 ], "_nin": [ - 4829 + 4830 ], "__typename": [ 85 @@ -108529,16 +108546,16 @@ export default { }, "steam_account_claims": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "node": [ - 2313 + 2314 ], "node_id": [ 85 @@ -108547,10 +108564,10 @@ export default { 85 ], "steam_account": [ - 4855 + 4856 ], "steam_account_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108558,10 +108575,10 @@ export default { }, "steam_account_claims_aggregate": { "aggregate": [ - 4835 + 4836 ], "nodes": [ - 4831 + 4832 ], "__typename": [ 85 @@ -108569,7 +108586,7 @@ export default { }, "steam_account_claims_aggregate_bool_exp": { "count": [ - 4834 + 4835 ], "__typename": [ 85 @@ -108577,13 +108594,13 @@ export default { }, "steam_account_claims_aggregate_bool_exp_count": { "arguments": [ - 4849 + 4850 ], "distinct": [ 6 ], "filter": [ - 4838 + 4839 ], "predicate": [ 42 @@ -108597,7 +108614,7 @@ export default { 41, { "columns": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "distinct": [ @@ -108606,10 +108623,10 @@ export default { } ], "max": [ - 4841 + 4842 ], "min": [ - 4843 + 4844 ], "__typename": [ 85 @@ -108617,13 +108634,13 @@ export default { }, "steam_account_claims_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 4842 + 4843 ], "min": [ - 4844 + 4845 ], "__typename": [ 85 @@ -108631,10 +108648,10 @@ export default { }, "steam_account_claims_arr_rel_insert_input": { "data": [ - 4840 + 4841 ], "on_conflict": [ - 4846 + 4847 ], "__typename": [ 85 @@ -108642,25 +108659,25 @@ export default { }, "steam_account_claims_bool_exp": { "_and": [ - 4838 + 4839 ], "_not": [ - 4838 + 4839 ], "_or": [ - 4838 + 4839 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "k8s_job_name": [ 87 ], "node": [ - 2325 + 2326 ], "node_id": [ 87 @@ -108669,10 +108686,10 @@ export default { 87 ], "steam_account": [ - 4859 + 4860 ], "steam_account_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -108681,16 +108698,16 @@ export default { "steam_account_claims_constraint": {}, "steam_account_claims_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "node": [ - 2337 + 2338 ], "node_id": [ 85 @@ -108699,10 +108716,10 @@ export default { 85 ], "steam_account": [ - 4866 + 4867 ], "steam_account_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108710,10 +108727,10 @@ export default { }, "steam_account_claims_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 @@ -108725,7 +108742,7 @@ export default { 85 ], "steam_account_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108733,22 +108750,22 @@ export default { }, "steam_account_claims_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "node_id": [ - 3647 + 3648 ], "purpose": [ - 3647 + 3648 ], "steam_account_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108756,10 +108773,10 @@ export default { }, "steam_account_claims_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 @@ -108771,7 +108788,7 @@ export default { 85 ], "steam_account_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108779,22 +108796,22 @@ export default { }, "steam_account_claims_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "node_id": [ - 3647 + 3648 ], "purpose": [ - 3647 + 3648 ], "steam_account_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108805,7 +108822,7 @@ export default { 41 ], "returning": [ - 4831 + 4832 ], "__typename": [ 85 @@ -108813,13 +108830,13 @@ export default { }, "steam_account_claims_on_conflict": { "constraint": [ - 4839 + 4840 ], "update_columns": [ - 4853 + 4854 ], "where": [ - 4838 + 4839 ], "__typename": [ 85 @@ -108827,28 +108844,28 @@ export default { }, "steam_account_claims_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "node": [ - 2339 + 2340 ], "node_id": [ - 3647 + 3648 ], "purpose": [ - 3647 + 3648 ], "steam_account": [ - 4868 + 4869 ], "steam_account_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -108856,7 +108873,7 @@ export default { }, "steam_account_claims_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108865,10 +108882,10 @@ export default { "steam_account_claims_select_column": {}, "steam_account_claims_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 @@ -108880,7 +108897,7 @@ export default { 85 ], "steam_account_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108888,10 +108905,10 @@ export default { }, "steam_account_claims_stream_cursor_input": { "initial_value": [ - 4852 + 4853 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -108899,10 +108916,10 @@ export default { }, "steam_account_claims_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 @@ -108914,7 +108931,7 @@ export default { 85 ], "steam_account_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -108923,10 +108940,10 @@ export default { "steam_account_claims_update_column": {}, "steam_account_claims_updates": { "_set": [ - 4850 + 4851 ], "where": [ - 4838 + 4839 ], "__typename": [ 85 @@ -108934,10 +108951,10 @@ export default { }, "steam_accounts": { "claims": [ - 4831, + 4832, { "distinct_on": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "limit": [ @@ -108947,19 +108964,19 @@ export default { 41 ], "order_by": [ - 4847, + 4848, "[steam_account_claims_order_by!]" ], "where": [ - 4838 + 4839 ] } ], "claims_aggregate": [ - 4832, + 4833, { "distinct_on": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "limit": [ @@ -108969,25 +108986,25 @@ export default { 41 ], "order_by": [ - 4847, + 4848, "[steam_account_claims_order_by!]" ], "where": [ - 4838 + 4839 ] } ], "created_at": [ - 5242 + 5243 ], "friend_capacity": [ 41 ], "id": [ - 6603 + 6672 ], "last_node": [ - 2313 + 2314 ], "last_node_id": [ 85 @@ -109002,10 +109019,10 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "username": [ 85 @@ -109016,10 +109033,10 @@ export default { }, "steam_accounts_aggregate": { "aggregate": [ - 4857 + 4858 ], "nodes": [ - 4855 + 4856 ], "__typename": [ 85 @@ -109027,13 +109044,13 @@ export default { }, "steam_accounts_aggregate_fields": { "avg": [ - 4858 + 4859 ], "count": [ 41, { "columns": [ - 4870, + 4871, "[steam_accounts_select_column!]" ], "distinct": [ @@ -109042,31 +109059,31 @@ export default { } ], "max": [ - 4863 + 4864 ], "min": [ - 4864 + 4865 ], "stddev": [ - 4872 + 4873 ], "stddev_pop": [ - 4873 + 4874 ], "stddev_samp": [ - 4874 + 4875 ], "sum": [ - 4877 + 4878 ], "var_pop": [ - 4880 + 4881 ], "var_samp": [ - 4881 + 4882 ], "variance": [ - 4882 + 4883 ], "__typename": [ 85 @@ -109088,31 +109105,31 @@ export default { }, "steam_accounts_bool_exp": { "_and": [ - 4859 + 4860 ], "_not": [ - 4859 + 4860 ], "_or": [ - 4859 + 4860 ], "claims": [ - 4838 + 4839 ], "claims_aggregate": [ - 4833 + 4834 ], "created_at": [ - 5243 + 5244 ], "friend_capacity": [ 42 ], "id": [ - 6605 + 6674 ], "last_node": [ - 2325 + 2326 ], "last_node_id": [ 87 @@ -109127,10 +109144,10 @@ export default { 42 ], "steamid64": [ - 313 + 314 ], "updated_at": [ - 5243 + 5244 ], "username": [ 87 @@ -109148,7 +109165,7 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "__typename": [ 85 @@ -109156,19 +109173,19 @@ export default { }, "steam_accounts_insert_input": { "claims": [ - 4837 + 4838 ], "created_at": [ - 5242 + 5243 ], "friend_capacity": [ 41 ], "id": [ - 6603 + 6672 ], "last_node": [ - 2337 + 2338 ], "last_node_id": [ 85 @@ -109183,10 +109200,10 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "username": [ 85 @@ -109197,13 +109214,13 @@ export default { }, "steam_accounts_max_fields": { "created_at": [ - 5242 + 5243 ], "friend_capacity": [ 41 ], "id": [ - 6603 + 6672 ], "last_node_id": [ 85 @@ -109218,10 +109235,10 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "username": [ 85 @@ -109232,13 +109249,13 @@ export default { }, "steam_accounts_min_fields": { "created_at": [ - 5242 + 5243 ], "friend_capacity": [ 41 ], "id": [ - 6603 + 6672 ], "last_node_id": [ 85 @@ -109253,10 +109270,10 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "username": [ 85 @@ -109270,7 +109287,7 @@ export default { 41 ], "returning": [ - 4855 + 4856 ], "__typename": [ 85 @@ -109278,10 +109295,10 @@ export default { }, "steam_accounts_obj_rel_insert_input": { "data": [ - 4862 + 4863 ], "on_conflict": [ - 4867 + 4868 ], "__typename": [ 85 @@ -109289,13 +109306,13 @@ export default { }, "steam_accounts_on_conflict": { "constraint": [ - 4860 + 4861 ], "update_columns": [ - 4878 + 4879 ], "where": [ - 4859 + 4860 ], "__typename": [ 85 @@ -109303,40 +109320,40 @@ export default { }, "steam_accounts_order_by": { "claims_aggregate": [ - 4836 + 4837 ], "created_at": [ - 3647 + 3648 ], "friend_capacity": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "last_node": [ - 2339 + 2340 ], "last_node_id": [ - 3647 + 3648 ], "password": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "steam_level": [ - 3647 + 3648 ], "steamid64": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "username": [ - 3647 + 3648 ], "__typename": [ 85 @@ -109344,7 +109361,7 @@ export default { }, "steam_accounts_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -109353,13 +109370,13 @@ export default { "steam_accounts_select_column": {}, "steam_accounts_set_input": { "created_at": [ - 5242 + 5243 ], "friend_capacity": [ 41 ], "id": [ - 6603 + 6672 ], "last_node_id": [ 85 @@ -109374,10 +109391,10 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "username": [ 85 @@ -109430,10 +109447,10 @@ export default { }, "steam_accounts_stream_cursor_input": { "initial_value": [ - 4876 + 4877 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -109441,13 +109458,13 @@ export default { }, "steam_accounts_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "friend_capacity": [ 41 ], "id": [ - 6603 + 6672 ], "last_node_id": [ 85 @@ -109462,10 +109479,10 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "updated_at": [ - 5242 + 5243 ], "username": [ 85 @@ -109482,7 +109499,7 @@ export default { 41 ], "steamid64": [ - 311 + 312 ], "__typename": [ 85 @@ -109491,13 +109508,13 @@ export default { "steam_accounts_update_column": {}, "steam_accounts_updates": { "_inc": [ - 4861 + 4862 ], "_set": [ - 4871 + 4872 ], "where": [ - 4859 + 4860 ], "__typename": [ 85 @@ -109547,19 +109564,19 @@ export default { }, "system_alerts": { "created_at": [ - 5242 + 5243 ], "created_by": [ - 311 + 312 ], "dismissible": [ 6 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "is_active": [ 6 @@ -109571,10 +109588,10 @@ export default { 85 ], "type": [ - 1472 + 1473 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -109582,10 +109599,10 @@ export default { }, "system_alerts_aggregate": { "aggregate": [ - 4885 + 4886 ], "nodes": [ - 4883 + 4884 ], "__typename": [ 85 @@ -109593,13 +109610,13 @@ export default { }, "system_alerts_aggregate_fields": { "avg": [ - 4886 + 4887 ], "count": [ 41, { "columns": [ - 4897, + 4898, "[system_alerts_select_column!]" ], "distinct": [ @@ -109608,31 +109625,31 @@ export default { } ], "max": [ - 4891 + 4892 ], "min": [ - 4892 + 4893 ], "stddev": [ - 4899 + 4900 ], "stddev_pop": [ - 4900 + 4901 ], "stddev_samp": [ - 4901 + 4902 ], "sum": [ - 4904 + 4905 ], "var_pop": [ - 4907 + 4908 ], "var_samp": [ - 4908 + 4909 ], "variance": [ - 4909 + 4910 ], "__typename": [ 85 @@ -109648,28 +109665,28 @@ export default { }, "system_alerts_bool_exp": { "_and": [ - 4887 + 4888 ], "_not": [ - 4887 + 4888 ], "_or": [ - 4887 + 4888 ], "created_at": [ - 5243 + 5244 ], "created_by": [ - 313 + 314 ], "dismissible": [ 7 ], "expires_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "is_active": [ 7 @@ -109681,10 +109698,10 @@ export default { 87 ], "type": [ - 1473 + 1474 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -109693,7 +109710,7 @@ export default { "system_alerts_constraint": {}, "system_alerts_inc_input": { "created_by": [ - 311 + 312 ], "__typename": [ 85 @@ -109701,19 +109718,19 @@ export default { }, "system_alerts_insert_input": { "created_at": [ - 5242 + 5243 ], "created_by": [ - 311 + 312 ], "dismissible": [ 6 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "is_active": [ 6 @@ -109725,10 +109742,10 @@ export default { 85 ], "type": [ - 1472 + 1473 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -109736,16 +109753,16 @@ export default { }, "system_alerts_max_fields": { "created_at": [ - 5242 + 5243 ], "created_by": [ - 311 + 312 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -109754,7 +109771,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -109762,16 +109779,16 @@ export default { }, "system_alerts_min_fields": { "created_at": [ - 5242 + 5243 ], "created_by": [ - 311 + 312 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "message": [ 85 @@ -109780,7 +109797,7 @@ export default { 85 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -109791,7 +109808,7 @@ export default { 41 ], "returning": [ - 4883 + 4884 ], "__typename": [ 85 @@ -109799,13 +109816,13 @@ export default { }, "system_alerts_on_conflict": { "constraint": [ - 4888 + 4889 ], "update_columns": [ - 4905 + 4906 ], "where": [ - 4887 + 4888 ], "__typename": [ 85 @@ -109813,34 +109830,34 @@ export default { }, "system_alerts_order_by": { "created_at": [ - 3647 + 3648 ], "created_by": [ - 3647 + 3648 ], "dismissible": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "is_active": [ - 3647 + 3648 ], "message": [ - 3647 + 3648 ], "title": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -109848,7 +109865,7 @@ export default { }, "system_alerts_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -109857,19 +109874,19 @@ export default { "system_alerts_select_column": {}, "system_alerts_set_input": { "created_at": [ - 5242 + 5243 ], "created_by": [ - 311 + 312 ], "dismissible": [ 6 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "is_active": [ 6 @@ -109881,10 +109898,10 @@ export default { 85 ], "type": [ - 1472 + 1473 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -109916,10 +109933,10 @@ export default { }, "system_alerts_stream_cursor_input": { "initial_value": [ - 4903 + 4904 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -109927,19 +109944,19 @@ export default { }, "system_alerts_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "created_by": [ - 311 + 312 ], "dismissible": [ 6 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "is_active": [ 6 @@ -109951,10 +109968,10 @@ export default { 85 ], "type": [ - 1472 + 1473 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -109962,7 +109979,7 @@ export default { }, "system_alerts_sum_fields": { "created_by": [ - 311 + 312 ], "__typename": [ 85 @@ -109971,13 +109988,13 @@ export default { "system_alerts_update_column": {}, "system_alerts_updates": { "_inc": [ - 4889 + 4890 ], "_set": [ - 4898 + 4899 ], "where": [ - 4887 + 4888 ], "__typename": [ 85 @@ -110009,28 +110026,28 @@ export default { }, "team_invites": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by": [ - 4605 + 4606 ], "invited_by_player_steam_id": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110038,10 +110055,10 @@ export default { }, "team_invites_aggregate": { "aggregate": [ - 4914 + 4915 ], "nodes": [ - 4910 + 4911 ], "__typename": [ 85 @@ -110049,7 +110066,7 @@ export default { }, "team_invites_aggregate_bool_exp": { "count": [ - 4913 + 4914 ], "__typename": [ 85 @@ -110057,13 +110074,13 @@ export default { }, "team_invites_aggregate_bool_exp_count": { "arguments": [ - 4931 + 4932 ], "distinct": [ 6 ], "filter": [ - 4919 + 4920 ], "predicate": [ 42 @@ -110074,13 +110091,13 @@ export default { }, "team_invites_aggregate_fields": { "avg": [ - 4917 + 4918 ], "count": [ 41, { "columns": [ - 4931, + 4932, "[team_invites_select_column!]" ], "distinct": [ @@ -110088,44 +110105,6 @@ export default { ] } ], - "max": [ - 4923 - ], - "min": [ - 4925 - ], - "stddev": [ - 4933 - ], - "stddev_pop": [ - 4935 - ], - "stddev_samp": [ - 4937 - ], - "sum": [ - 4941 - ], - "var_pop": [ - 4945 - ], - "var_samp": [ - 4947 - ], - "variance": [ - 4949 - ], - "__typename": [ - 85 - ] - }, - "team_invites_aggregate_order_by": { - "avg": [ - 4918 - ], - "count": [ - 3647 - ], "max": [ 4924 ], @@ -110157,12 +110136,50 @@ export default { 85 ] }, + "team_invites_aggregate_order_by": { + "avg": [ + 4919 + ], + "count": [ + 3648 + ], + "max": [ + 4925 + ], + "min": [ + 4927 + ], + "stddev": [ + 4935 + ], + "stddev_pop": [ + 4937 + ], + "stddev_samp": [ + 4939 + ], + "sum": [ + 4943 + ], + "var_pop": [ + 4947 + ], + "var_samp": [ + 4949 + ], + "variance": [ + 4951 + ], + "__typename": [ + 85 + ] + }, "team_invites_arr_rel_insert_input": { "data": [ - 4922 + 4923 ], "on_conflict": [ - 4928 + 4929 ], "__typename": [ 85 @@ -110181,10 +110198,10 @@ export default { }, "team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110192,37 +110209,37 @@ export default { }, "team_invites_bool_exp": { "_and": [ - 4919 + 4920 ], "_not": [ - 4919 + 4920 ], "_or": [ - 4919 + 4920 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "invited_by": [ - 4609 + 4610 ], "invited_by_player_steam_id": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -110231,10 +110248,10 @@ export default { "team_invites_constraint": {}, "team_invites_inc_input": { "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -110242,28 +110259,28 @@ export default { }, "team_invites_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by": [ - 4616 + 4617 ], "invited_by_player_steam_id": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110271,19 +110288,19 @@ export default { }, "team_invites_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110291,19 +110308,19 @@ export default { }, "team_invites_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110311,19 +110328,19 @@ export default { }, "team_invites_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110331,19 +110348,19 @@ export default { }, "team_invites_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110354,7 +110371,7 @@ export default { 41 ], "returning": [ - 4910 + 4911 ], "__typename": [ 85 @@ -110362,13 +110379,13 @@ export default { }, "team_invites_on_conflict": { "constraint": [ - 4920 + 4921 ], "update_columns": [ - 4943 + 4944 ], "where": [ - 4919 + 4920 ], "__typename": [ 85 @@ -110376,28 +110393,28 @@ export default { }, "team_invites_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by": [ - 4618 + 4619 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110405,7 +110422,7 @@ export default { }, "team_invites_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110414,19 +110431,19 @@ export default { "team_invites_select_column": {}, "team_invites_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110445,10 +110462,10 @@ export default { }, "team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110467,10 +110484,10 @@ export default { }, "team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110489,10 +110506,10 @@ export default { }, "team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110500,10 +110517,10 @@ export default { }, "team_invites_stream_cursor_input": { "initial_value": [ - 4940 + 4941 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -110511,19 +110528,19 @@ export default { }, "team_invites_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110531,10 +110548,10 @@ export default { }, "team_invites_sum_fields": { "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -110542,10 +110559,10 @@ export default { }, "team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110554,13 +110571,13 @@ export default { "team_invites_update_column": {}, "team_invites_updates": { "_inc": [ - 4921 + 4922 ], "_set": [ - 4932 + 4933 ], "where": [ - 4919 + 4920 ], "__typename": [ 85 @@ -110579,10 +110596,10 @@ export default { }, "team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110601,10 +110618,10 @@ export default { }, "team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110623,10 +110640,10 @@ export default { }, "team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110637,25 +110654,25 @@ export default { 6 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "roster_image_url": [ 85 ], "status": [ - 1513 + 1514 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110663,10 +110680,10 @@ export default { }, "team_roster_aggregate": { "aggregate": [ - 4957 + 4958 ], "nodes": [ - 4951 + 4952 ], "__typename": [ 85 @@ -110674,13 +110691,13 @@ export default { }, "team_roster_aggregate_bool_exp": { "bool_and": [ - 4954 + 4955 ], "bool_or": [ - 4955 + 4956 ], "count": [ - 4956 + 4957 ], "__typename": [ 85 @@ -110688,13 +110705,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_and": { "arguments": [ - 4975 + 4976 ], "distinct": [ 6 ], "filter": [ - 4962 + 4963 ], "predicate": [ 7 @@ -110705,13 +110722,13 @@ export default { }, "team_roster_aggregate_bool_exp_bool_or": { "arguments": [ - 4976 + 4977 ], "distinct": [ 6 ], "filter": [ - 4962 + 4963 ], "predicate": [ 7 @@ -110722,13 +110739,13 @@ export default { }, "team_roster_aggregate_bool_exp_count": { "arguments": [ - 4974 + 4975 ], "distinct": [ 6 ], "filter": [ - 4962 + 4963 ], "predicate": [ 42 @@ -110739,13 +110756,13 @@ export default { }, "team_roster_aggregate_fields": { "avg": [ - 4960 + 4961 ], "count": [ 41, { "columns": [ - 4974, + 4975, "[team_roster_select_column!]" ], "distinct": [ @@ -110753,44 +110770,6 @@ export default { ] } ], - "max": [ - 4966 - ], - "min": [ - 4968 - ], - "stddev": [ - 4978 - ], - "stddev_pop": [ - 4980 - ], - "stddev_samp": [ - 4982 - ], - "sum": [ - 4986 - ], - "var_pop": [ - 4990 - ], - "var_samp": [ - 4992 - ], - "variance": [ - 4994 - ], - "__typename": [ - 85 - ] - }, - "team_roster_aggregate_order_by": { - "avg": [ - 4961 - ], - "count": [ - 3647 - ], "max": [ 4967 ], @@ -110822,12 +110801,50 @@ export default { 85 ] }, + "team_roster_aggregate_order_by": { + "avg": [ + 4962 + ], + "count": [ + 3648 + ], + "max": [ + 4968 + ], + "min": [ + 4970 + ], + "stddev": [ + 4980 + ], + "stddev_pop": [ + 4982 + ], + "stddev_samp": [ + 4984 + ], + "sum": [ + 4988 + ], + "var_pop": [ + 4992 + ], + "var_samp": [ + 4994 + ], + "variance": [ + 4996 + ], + "__typename": [ + 85 + ] + }, "team_roster_arr_rel_insert_input": { "data": [ - 4965 + 4966 ], "on_conflict": [ - 4971 + 4972 ], "__typename": [ 85 @@ -110843,7 +110860,7 @@ export default { }, "team_roster_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110851,37 +110868,37 @@ export default { }, "team_roster_bool_exp": { "_and": [ - 4962 + 4963 ], "_not": [ - 4962 + 4963 ], "_or": [ - 4962 + 4963 ], "coach": [ 7 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "role": [ - 1493 + 1494 ], "roster_image_url": [ 87 ], "status": [ - 1514 + 1515 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -110890,7 +110907,7 @@ export default { "team_roster_constraint": {}, "team_roster_inc_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -110901,25 +110918,25 @@ export default { 6 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "roster_image_url": [ 85 ], "status": [ - 1513 + 1514 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110927,13 +110944,13 @@ export default { }, "team_roster_max_fields": { "player_steam_id": [ - 311 + 312 ], "roster_image_url": [ 85 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110941,13 +110958,13 @@ export default { }, "team_roster_max_order_by": { "player_steam_id": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110955,13 +110972,13 @@ export default { }, "team_roster_min_fields": { "player_steam_id": [ - 311 + 312 ], "roster_image_url": [ 85 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -110969,13 +110986,13 @@ export default { }, "team_roster_min_order_by": { "player_steam_id": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -110986,7 +111003,7 @@ export default { 41 ], "returning": [ - 4951 + 4952 ], "__typename": [ 85 @@ -110994,13 +111011,13 @@ export default { }, "team_roster_on_conflict": { "constraint": [ - 4963 + 4964 ], "update_columns": [ - 4988 + 4989 ], "where": [ - 4962 + 4963 ], "__typename": [ 85 @@ -111008,28 +111025,28 @@ export default { }, "team_roster_order_by": { "coach": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "roster_image_url": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111037,10 +111054,10 @@ export default { }, "team_roster_pk_columns_input": { "player_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111054,19 +111071,19 @@ export default { 6 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "roster_image_url": [ 85 ], "status": [ - 1513 + 1514 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111082,7 +111099,7 @@ export default { }, "team_roster_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111098,7 +111115,7 @@ export default { }, "team_roster_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111114,7 +111131,7 @@ export default { }, "team_roster_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111122,10 +111139,10 @@ export default { }, "team_roster_stream_cursor_input": { "initial_value": [ - 4985 + 4986 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -111136,19 +111153,19 @@ export default { 6 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "roster_image_url": [ 85 ], "status": [ - 1513 + 1514 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111156,7 +111173,7 @@ export default { }, "team_roster_sum_fields": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -111164,7 +111181,7 @@ export default { }, "team_roster_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111173,13 +111190,13 @@ export default { "team_roster_update_column": {}, "team_roster_updates": { "_inc": [ - 4964 + 4965 ], "_set": [ - 4977 + 4978 ], "where": [ - 4962 + 4963 ], "__typename": [ 85 @@ -111195,7 +111212,7 @@ export default { }, "team_roster_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111211,7 +111228,7 @@ export default { }, "team_roster_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111227,7 +111244,7 @@ export default { }, "team_roster_variance_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111235,7 +111252,7 @@ export default { }, "team_scrim_alerts": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -111247,19 +111264,19 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "regions": [ 85 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111267,10 +111284,10 @@ export default { }, "team_scrim_alerts_aggregate": { "aggregate": [ - 4998 + 4999 ], "nodes": [ - 4996 + 4997 ], "__typename": [ 85 @@ -111278,13 +111295,13 @@ export default { }, "team_scrim_alerts_aggregate_fields": { "avg": [ - 4999 + 5000 ], "count": [ 41, { "columns": [ - 5010, + 5011, "[team_scrim_alerts_select_column!]" ], "distinct": [ @@ -111293,31 +111310,31 @@ export default { } ], "max": [ - 5004 + 5005 ], "min": [ - 5005 + 5006 ], "stddev": [ - 5012 + 5013 ], "stddev_pop": [ - 5013 + 5014 ], "stddev_samp": [ - 5014 + 5015 ], "sum": [ - 5017 + 5018 ], "var_pop": [ - 5020 + 5021 ], "var_samp": [ - 5021 + 5022 ], "variance": [ - 5022 + 5023 ], "__typename": [ 85 @@ -111336,16 +111353,16 @@ export default { }, "team_scrim_alerts_bool_exp": { "_and": [ - 5000 + 5001 ], "_not": [ - 5000 + 5001 ], "_or": [ - 5000 + 5001 ], "created_at": [ - 5243 + 5244 ], "elo_max": [ 42 @@ -111357,19 +111374,19 @@ export default { 7 ], "id": [ - 6605 + 6674 ], "last_notified_at": [ - 5243 + 5244 ], "regions": [ 86 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -111389,7 +111406,7 @@ export default { }, "team_scrim_alerts_insert_input": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -111401,19 +111418,19 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "regions": [ 85 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111421,7 +111438,7 @@ export default { }, "team_scrim_alerts_max_fields": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -111430,16 +111447,16 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "regions": [ 85 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111447,7 +111464,7 @@ export default { }, "team_scrim_alerts_min_fields": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -111456,16 +111473,16 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "regions": [ 85 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111476,7 +111493,7 @@ export default { 41 ], "returning": [ - 4996 + 4997 ], "__typename": [ 85 @@ -111484,13 +111501,13 @@ export default { }, "team_scrim_alerts_on_conflict": { "constraint": [ - 5001 + 5002 ], "update_columns": [ - 5018 + 5019 ], "where": [ - 5000 + 5001 ], "__typename": [ 85 @@ -111498,31 +111515,31 @@ export default { }, "team_scrim_alerts_order_by": { "created_at": [ - 3647 + 3648 ], "elo_max": [ - 3647 + 3648 ], "elo_min": [ - 3647 + 3648 ], "enabled": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "last_notified_at": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111530,7 +111547,7 @@ export default { }, "team_scrim_alerts_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111539,7 +111556,7 @@ export default { "team_scrim_alerts_select_column": {}, "team_scrim_alerts_set_input": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -111551,16 +111568,16 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "regions": [ 85 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111601,10 +111618,10 @@ export default { }, "team_scrim_alerts_stream_cursor_input": { "initial_value": [ - 5016 + 5017 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -111612,7 +111629,7 @@ export default { }, "team_scrim_alerts_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -111624,16 +111641,16 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "regions": [ 85 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111653,13 +111670,13 @@ export default { "team_scrim_alerts_update_column": {}, "team_scrim_alerts_updates": { "_inc": [ - 5002 + 5003 ], "_set": [ - 5011 + 5012 ], "where": [ - 5000 + 5001 ], "__typename": [ 85 @@ -111700,25 +111717,25 @@ export default { }, "team_scrim_availability": { "created_at": [ - 5242 + 5243 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5242 + 5243 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111726,10 +111743,10 @@ export default { }, "team_scrim_availability_aggregate": { "aggregate": [ - 5029 + 5030 ], "nodes": [ - 5023 + 5024 ], "__typename": [ 85 @@ -111737,13 +111754,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp": { "bool_and": [ - 5026 + 5027 ], "bool_or": [ - 5027 + 5028 ], "count": [ - 5028 + 5029 ], "__typename": [ 85 @@ -111751,13 +111768,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_and": { "arguments": [ - 5044 + 5045 ], "distinct": [ 6 ], "filter": [ - 5032 + 5033 ], "predicate": [ 7 @@ -111768,13 +111785,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_bool_or": { "arguments": [ - 5045 + 5046 ], "distinct": [ 6 ], "filter": [ - 5032 + 5033 ], "predicate": [ 7 @@ -111785,13 +111802,13 @@ export default { }, "team_scrim_availability_aggregate_bool_exp_count": { "arguments": [ - 5043 + 5044 ], "distinct": [ 6 ], "filter": [ - 5032 + 5033 ], "predicate": [ 42 @@ -111805,7 +111822,7 @@ export default { 41, { "columns": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "distinct": [ @@ -111814,10 +111831,10 @@ export default { } ], "max": [ - 5035 + 5036 ], "min": [ - 5037 + 5038 ], "__typename": [ 85 @@ -111825,13 +111842,13 @@ export default { }, "team_scrim_availability_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 5036 + 5037 ], "min": [ - 5038 + 5039 ], "__typename": [ 85 @@ -111839,10 +111856,10 @@ export default { }, "team_scrim_availability_arr_rel_insert_input": { "data": [ - 5034 + 5035 ], "on_conflict": [ - 5040 + 5041 ], "__typename": [ 85 @@ -111850,34 +111867,34 @@ export default { }, "team_scrim_availability_bool_exp": { "_and": [ - 5032 + 5033 ], "_not": [ - 5032 + 5033 ], "_or": [ - 5032 + 5033 ], "created_at": [ - 5243 + 5244 ], "ends_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "recurring_weekly": [ 7 ], "starts_at": [ - 5243 + 5244 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -111886,25 +111903,25 @@ export default { "team_scrim_availability_constraint": {}, "team_scrim_availability_insert_input": { "created_at": [ - 5242 + 5243 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5242 + 5243 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111912,19 +111929,19 @@ export default { }, "team_scrim_availability_max_fields": { "created_at": [ - 5242 + 5243 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "starts_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111932,19 +111949,19 @@ export default { }, "team_scrim_availability_max_order_by": { "created_at": [ - 3647 + 3648 ], "ends_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "starts_at": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111952,19 +111969,19 @@ export default { }, "team_scrim_availability_min_fields": { "created_at": [ - 5242 + 5243 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "starts_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -111972,19 +111989,19 @@ export default { }, "team_scrim_availability_min_order_by": { "created_at": [ - 3647 + 3648 ], "ends_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "starts_at": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -111995,7 +112012,7 @@ export default { 41 ], "returning": [ - 5023 + 5024 ], "__typename": [ 85 @@ -112003,13 +112020,13 @@ export default { }, "team_scrim_availability_on_conflict": { "constraint": [ - 5033 + 5034 ], "update_columns": [ - 5049 + 5050 ], "where": [ - 5032 + 5033 ], "__typename": [ 85 @@ -112017,25 +112034,25 @@ export default { }, "team_scrim_availability_order_by": { "created_at": [ - 3647 + 3648 ], "ends_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "recurring_weekly": [ - 3647 + 3648 ], "starts_at": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112043,7 +112060,7 @@ export default { }, "team_scrim_availability_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112054,22 +112071,22 @@ export default { "team_scrim_availability_select_column_team_scrim_availability_aggregate_bool_exp_bool_or_arguments_columns": {}, "team_scrim_availability_set_input": { "created_at": [ - 5242 + 5243 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112077,10 +112094,10 @@ export default { }, "team_scrim_availability_stream_cursor_input": { "initial_value": [ - 5048 + 5049 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -112088,22 +112105,22 @@ export default { }, "team_scrim_availability_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "ends_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "recurring_weekly": [ 6 ], "starts_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112112,10 +112129,10 @@ export default { "team_scrim_availability_update_column": {}, "team_scrim_availability_updates": { "_set": [ - 5046 + 5047 ], "where": [ - 5032 + 5033 ], "__typename": [ 85 @@ -112123,31 +112140,31 @@ export default { }, "team_scrim_request_proposals": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "proposed_by": [ - 4605 + 4606 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_by_team": [ - 5193 + 5194 ], "proposed_by_team_id": [ - 6603 + 6672 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "request": [ - 5092 + 5093 ], "request_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112155,10 +112172,10 @@ export default { }, "team_scrim_request_proposals_aggregate": { "aggregate": [ - 5055 + 5056 ], "nodes": [ - 5051 + 5052 ], "__typename": [ 85 @@ -112166,7 +112183,7 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp": { "count": [ - 5054 + 5055 ], "__typename": [ 85 @@ -112174,13 +112191,13 @@ export default { }, "team_scrim_request_proposals_aggregate_bool_exp_count": { "arguments": [ - 5072 + 5073 ], "distinct": [ 6 ], "filter": [ - 5060 + 5061 ], "predicate": [ 42 @@ -112191,13 +112208,13 @@ export default { }, "team_scrim_request_proposals_aggregate_fields": { "avg": [ - 5058 + 5059 ], "count": [ 41, { "columns": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "distinct": [ @@ -112206,31 +112223,31 @@ export default { } ], "max": [ - 5064 + 5065 ], "min": [ - 5066 + 5067 ], "stddev": [ - 5074 + 5075 ], "stddev_pop": [ - 5076 + 5077 ], "stddev_samp": [ - 5078 + 5079 ], "sum": [ - 5082 + 5083 ], "var_pop": [ - 5086 + 5087 ], "var_samp": [ - 5088 + 5089 ], "variance": [ - 5090 + 5091 ], "__typename": [ 85 @@ -112238,37 +112255,37 @@ export default { }, "team_scrim_request_proposals_aggregate_order_by": { "avg": [ - 5059 + 5060 ], "count": [ - 3647 + 3648 ], "max": [ - 5065 + 5066 ], "min": [ - 5067 + 5068 ], "stddev": [ - 5075 + 5076 ], "stddev_pop": [ - 5077 + 5078 ], "stddev_samp": [ - 5079 + 5080 ], "sum": [ - 5083 + 5084 ], "var_pop": [ - 5087 + 5088 ], "var_samp": [ - 5089 + 5090 ], "variance": [ - 5091 + 5092 ], "__typename": [ 85 @@ -112276,10 +112293,10 @@ export default { }, "team_scrim_request_proposals_arr_rel_insert_input": { "data": [ - 5063 + 5064 ], "on_conflict": [ - 5069 + 5070 ], "__typename": [ 85 @@ -112295,7 +112312,7 @@ export default { }, "team_scrim_request_proposals_avg_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112303,40 +112320,40 @@ export default { }, "team_scrim_request_proposals_bool_exp": { "_and": [ - 5060 + 5061 ], "_not": [ - 5060 + 5061 ], "_or": [ - 5060 + 5061 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "proposed_by": [ - 4609 + 4610 ], "proposed_by_steam_id": [ - 313 + 314 ], "proposed_by_team": [ - 5204 + 5205 ], "proposed_by_team_id": [ - 6605 + 6674 ], "proposed_scheduled_at": [ - 5243 + 5244 ], "request": [ - 5103 + 5104 ], "request_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -112345,7 +112362,7 @@ export default { "team_scrim_request_proposals_constraint": {}, "team_scrim_request_proposals_inc_input": { "proposed_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -112353,31 +112370,31 @@ export default { }, "team_scrim_request_proposals_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "proposed_by": [ - 4616 + 4617 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_by_team": [ - 5213 + 5214 ], "proposed_by_team_id": [ - 6603 + 6672 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "request": [ - 5112 + 5113 ], "request_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112385,22 +112402,22 @@ export default { }, "team_scrim_request_proposals_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_by_team_id": [ - 6603 + 6672 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "request_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112408,22 +112425,22 @@ export default { }, "team_scrim_request_proposals_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "proposed_by_steam_id": [ - 3647 + 3648 ], "proposed_by_team_id": [ - 3647 + 3648 ], "proposed_scheduled_at": [ - 3647 + 3648 ], "request_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112431,22 +112448,22 @@ export default { }, "team_scrim_request_proposals_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_by_team_id": [ - 6603 + 6672 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "request_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112454,22 +112471,22 @@ export default { }, "team_scrim_request_proposals_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "proposed_by_steam_id": [ - 3647 + 3648 ], "proposed_by_team_id": [ - 3647 + 3648 ], "proposed_scheduled_at": [ - 3647 + 3648 ], "request_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112480,7 +112497,7 @@ export default { 41 ], "returning": [ - 5051 + 5052 ], "__typename": [ 85 @@ -112488,13 +112505,13 @@ export default { }, "team_scrim_request_proposals_on_conflict": { "constraint": [ - 5061 + 5062 ], "update_columns": [ - 5084 + 5085 ], "where": [ - 5060 + 5061 ], "__typename": [ 85 @@ -112502,31 +112519,31 @@ export default { }, "team_scrim_request_proposals_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "proposed_by": [ - 4618 + 4619 ], "proposed_by_steam_id": [ - 3647 + 3648 ], "proposed_by_team": [ - 5215 + 5216 ], "proposed_by_team_id": [ - 3647 + 3648 ], "proposed_scheduled_at": [ - 3647 + 3648 ], "request": [ - 5114 + 5115 ], "request_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112534,7 +112551,7 @@ export default { }, "team_scrim_request_proposals_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112543,22 +112560,22 @@ export default { "team_scrim_request_proposals_select_column": {}, "team_scrim_request_proposals_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_by_team_id": [ - 6603 + 6672 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "request_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112574,7 +112591,7 @@ export default { }, "team_scrim_request_proposals_stddev_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112590,7 +112607,7 @@ export default { }, "team_scrim_request_proposals_stddev_pop_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112606,7 +112623,7 @@ export default { }, "team_scrim_request_proposals_stddev_samp_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112614,10 +112631,10 @@ export default { }, "team_scrim_request_proposals_stream_cursor_input": { "initial_value": [ - 5081 + 5082 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -112625,22 +112642,22 @@ export default { }, "team_scrim_request_proposals_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "proposed_by_steam_id": [ - 311 + 312 ], "proposed_by_team_id": [ - 6603 + 6672 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "request_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112648,7 +112665,7 @@ export default { }, "team_scrim_request_proposals_sum_fields": { "proposed_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -112656,7 +112673,7 @@ export default { }, "team_scrim_request_proposals_sum_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112665,13 +112682,13 @@ export default { "team_scrim_request_proposals_update_column": {}, "team_scrim_request_proposals_updates": { "_inc": [ - 5062 + 5063 ], "_set": [ - 5073 + 5074 ], "where": [ - 5060 + 5061 ], "__typename": [ 85 @@ -112687,7 +112704,7 @@ export default { }, "team_scrim_request_proposals_var_pop_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112703,7 +112720,7 @@ export default { }, "team_scrim_request_proposals_var_samp_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112719,7 +112736,7 @@ export default { }, "team_scrim_request_proposals_variance_order_by": { "proposed_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -112730,55 +112747,55 @@ export default { 6 ], "awaiting_team": [ - 5193 + 5194 ], "awaiting_team_id": [ - 6603 + 6672 ], "canceled_by_team_id": [ - 6603 + 6672 ], "canceled_late": [ 6 ], "created_at": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "from_team": [ - 5193 + 5194 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_options": [ - 3289 + 3290 ], "match_options_id": [ - 6603 + 6672 ], "match_outcome": [ 85 ], "proposals": [ - 5051, + 5052, { "distinct_on": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -112788,19 +112805,19 @@ export default { 41 ], "order_by": [ - 5070, + 5071, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5060 + 5061 ] } ], "proposals_aggregate": [ - 5052, + 5053, { "distinct_on": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -112810,40 +112827,40 @@ export default { 41 ], "order_by": [ - 5070, + 5071, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5060 + 5061 ] } ], "proposed_scheduled_at": [ - 5242 + 5243 ], "region": [ 85 ], "requested_by": [ - 4605 + 4606 ], "requested_by_steam_id": [ - 311 + 312 ], "responded_at": [ - 5242 + 5243 ], "status": [ - 1412 + 1413 ], "to_team": [ - 5193 + 5194 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -112851,10 +112868,10 @@ export default { }, "team_scrim_requests_aggregate": { "aggregate": [ - 5098 + 5099 ], "nodes": [ - 5092 + 5093 ], "__typename": [ 85 @@ -112862,13 +112879,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp": { "bool_and": [ - 5095 + 5096 ], "bool_or": [ - 5096 + 5097 ], "count": [ - 5097 + 5098 ], "__typename": [ 85 @@ -112876,13 +112893,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_and": { "arguments": [ - 5117 + 5118 ], "distinct": [ 6 ], "filter": [ - 5103 + 5104 ], "predicate": [ 7 @@ -112893,13 +112910,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_bool_or": { "arguments": [ - 5118 + 5119 ], "distinct": [ 6 ], "filter": [ - 5103 + 5104 ], "predicate": [ 7 @@ -112910,13 +112927,13 @@ export default { }, "team_scrim_requests_aggregate_bool_exp_count": { "arguments": [ - 5116 + 5117 ], "distinct": [ 6 ], "filter": [ - 5103 + 5104 ], "predicate": [ 42 @@ -112927,13 +112944,13 @@ export default { }, "team_scrim_requests_aggregate_fields": { "avg": [ - 5101 + 5102 ], "count": [ 41, { "columns": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "distinct": [ @@ -112941,44 +112958,6 @@ export default { ] } ], - "max": [ - 5107 - ], - "min": [ - 5109 - ], - "stddev": [ - 5120 - ], - "stddev_pop": [ - 5122 - ], - "stddev_samp": [ - 5124 - ], - "sum": [ - 5128 - ], - "var_pop": [ - 5132 - ], - "var_samp": [ - 5134 - ], - "variance": [ - 5136 - ], - "__typename": [ - 85 - ] - }, - "team_scrim_requests_aggregate_order_by": { - "avg": [ - 5102 - ], - "count": [ - 3647 - ], "max": [ 5108 ], @@ -113010,12 +112989,50 @@ export default { 85 ] }, + "team_scrim_requests_aggregate_order_by": { + "avg": [ + 5103 + ], + "count": [ + 3648 + ], + "max": [ + 5109 + ], + "min": [ + 5111 + ], + "stddev": [ + 5122 + ], + "stddev_pop": [ + 5124 + ], + "stddev_samp": [ + 5126 + ], + "sum": [ + 5130 + ], + "var_pop": [ + 5134 + ], + "var_samp": [ + 5136 + ], + "variance": [ + 5138 + ], + "__typename": [ + 85 + ] + }, "team_scrim_requests_arr_rel_insert_input": { "data": [ - 5106 + 5107 ], "on_conflict": [ - 5113 + 5114 ], "__typename": [ 85 @@ -113031,7 +113048,7 @@ export default { }, "team_scrim_requests_avg_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113039,94 +113056,94 @@ export default { }, "team_scrim_requests_bool_exp": { "_and": [ - 5103 + 5104 ], "_not": [ - 5103 + 5104 ], "_or": [ - 5103 + 5104 ], "auto_generated": [ 7 ], "awaiting_team": [ - 5204 + 5205 ], "awaiting_team_id": [ - 6605 + 6674 ], "canceled_by_team_id": [ - 6605 + 6674 ], "canceled_late": [ 7 ], "created_at": [ - 5243 + 5244 ], "expires_at": [ - 5243 + 5244 ], "from_team": [ - 5204 + 5205 ], "from_team_checked_in": [ 7 ], "from_team_id": [ - 6605 + 6674 ], "id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_options": [ - 3300 + 3301 ], "match_options_id": [ - 6605 + 6674 ], "match_outcome": [ 87 ], "proposals": [ - 5060 + 5061 ], "proposals_aggregate": [ - 5053 + 5054 ], "proposed_scheduled_at": [ - 5243 + 5244 ], "region": [ 87 ], "requested_by": [ - 4609 + 4610 ], "requested_by_steam_id": [ - 313 + 314 ], "responded_at": [ - 5243 + 5244 ], "status": [ - 1413 + 1414 ], "to_team": [ - 5204 + 5205 ], "to_team_checked_in": [ 7 ], "to_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -113135,7 +113152,7 @@ export default { "team_scrim_requests_constraint": {}, "team_scrim_requests_inc_input": { "requested_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -113146,79 +113163,79 @@ export default { 6 ], "awaiting_team": [ - 5213 + 5214 ], "awaiting_team_id": [ - 6603 + 6672 ], "canceled_by_team_id": [ - 6603 + 6672 ], "canceled_late": [ 6 ], "created_at": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "from_team": [ - 5213 + 5214 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_options": [ - 3309 + 3310 ], "match_options_id": [ - 6603 + 6672 ], "match_outcome": [ 85 ], "proposals": [ - 5057 + 5058 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "region": [ 85 ], "requested_by": [ - 4616 + 4617 ], "requested_by_steam_id": [ - 311 + 312 ], "responded_at": [ - 5242 + 5243 ], "status": [ - 1412 + 1413 ], "to_team": [ - 5213 + 5214 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -113226,46 +113243,46 @@ export default { }, "team_scrim_requests_max_fields": { "awaiting_team_id": [ - 6603 + 6672 ], "canceled_by_team_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "from_team_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "region": [ 85 ], "requested_by_steam_id": [ - 311 + 312 ], "responded_at": [ - 5242 + 5243 ], "to_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -113273,46 +113290,46 @@ export default { }, "team_scrim_requests_max_order_by": { "awaiting_team_id": [ - 3647 + 3648 ], "canceled_by_team_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "from_team_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "match_outcome": [ - 3647 + 3648 ], "proposed_scheduled_at": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "responded_at": [ - 3647 + 3648 ], "to_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113320,46 +113337,46 @@ export default { }, "team_scrim_requests_min_fields": { "awaiting_team_id": [ - 6603 + 6672 ], "canceled_by_team_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "from_team_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "region": [ 85 ], "requested_by_steam_id": [ - 311 + 312 ], "responded_at": [ - 5242 + 5243 ], "to_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -113367,46 +113384,46 @@ export default { }, "team_scrim_requests_min_order_by": { "awaiting_team_id": [ - 3647 + 3648 ], "canceled_by_team_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "from_team_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "match_outcome": [ - 3647 + 3648 ], "proposed_scheduled_at": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "responded_at": [ - 3647 + 3648 ], "to_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113417,7 +113434,7 @@ export default { 41 ], "returning": [ - 5092 + 5093 ], "__typename": [ 85 @@ -113425,10 +113442,10 @@ export default { }, "team_scrim_requests_obj_rel_insert_input": { "data": [ - 5106 + 5107 ], "on_conflict": [ - 5113 + 5114 ], "__typename": [ 85 @@ -113436,13 +113453,13 @@ export default { }, "team_scrim_requests_on_conflict": { "constraint": [ - 5104 + 5105 ], "update_columns": [ - 5130 + 5131 ], "where": [ - 5103 + 5104 ], "__typename": [ 85 @@ -113450,82 +113467,82 @@ export default { }, "team_scrim_requests_order_by": { "auto_generated": [ - 3647 + 3648 ], "awaiting_team": [ - 5215 + 5216 ], "awaiting_team_id": [ - 3647 + 3648 ], "canceled_by_team_id": [ - 3647 + 3648 ], "canceled_late": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "from_team": [ - 5215 + 5216 ], "from_team_checked_in": [ - 3647 + 3648 ], "from_team_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_options": [ - 3311 + 3312 ], "match_options_id": [ - 3647 + 3648 ], "match_outcome": [ - 3647 + 3648 ], "proposals_aggregate": [ - 5056 + 5057 ], "proposed_scheduled_at": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "requested_by": [ - 4618 + 4619 ], "requested_by_steam_id": [ - 3647 + 3648 ], "responded_at": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "to_team": [ - 5215 + 5216 ], "to_team_checked_in": [ - 3647 + 3648 ], "to_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113533,7 +113550,7 @@ export default { }, "team_scrim_requests_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -113547,58 +113564,58 @@ export default { 6 ], "awaiting_team_id": [ - 6603 + 6672 ], "canceled_by_team_id": [ - 6603 + 6672 ], "canceled_late": [ 6 ], "created_at": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "region": [ 85 ], "requested_by_steam_id": [ - 311 + 312 ], "responded_at": [ - 5242 + 5243 ], "status": [ - 1412 + 1413 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -113614,7 +113631,7 @@ export default { }, "team_scrim_requests_stddev_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113630,7 +113647,7 @@ export default { }, "team_scrim_requests_stddev_pop_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113646,7 +113663,7 @@ export default { }, "team_scrim_requests_stddev_samp_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113654,10 +113671,10 @@ export default { }, "team_scrim_requests_stream_cursor_input": { "initial_value": [ - 5127 + 5128 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -113668,58 +113685,58 @@ export default { 6 ], "awaiting_team_id": [ - 6603 + 6672 ], "canceled_by_team_id": [ - 6603 + 6672 ], "canceled_late": [ 6 ], "created_at": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "from_team_checked_in": [ 6 ], "from_team_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "match_outcome": [ 85 ], "proposed_scheduled_at": [ - 5242 + 5243 ], "region": [ 85 ], "requested_by_steam_id": [ - 311 + 312 ], "responded_at": [ - 5242 + 5243 ], "status": [ - 1412 + 1413 ], "to_team_checked_in": [ 6 ], "to_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -113727,7 +113744,7 @@ export default { }, "team_scrim_requests_sum_fields": { "requested_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -113735,7 +113752,7 @@ export default { }, "team_scrim_requests_sum_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113744,13 +113761,13 @@ export default { "team_scrim_requests_update_column": {}, "team_scrim_requests_updates": { "_inc": [ - 5105 + 5106 ], "_set": [ - 5119 + 5120 ], "where": [ - 5103 + 5104 ], "__typename": [ 85 @@ -113766,7 +113783,7 @@ export default { }, "team_scrim_requests_var_pop_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113782,7 +113799,7 @@ export default { }, "team_scrim_requests_var_samp_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113798,7 +113815,7 @@ export default { }, "team_scrim_requests_variance_order_by": { "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -113809,7 +113826,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -113821,10 +113838,10 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "map_ids": [ - 6603 + 6672 ], "notes": [ 85 @@ -113833,13 +113850,13 @@ export default { 85 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -113847,10 +113864,10 @@ export default { }, "team_scrim_settings_aggregate": { "aggregate": [ - 5140 + 5141 ], "nodes": [ - 5138 + 5139 ], "__typename": [ 85 @@ -113858,13 +113875,13 @@ export default { }, "team_scrim_settings_aggregate_fields": { "avg": [ - 5141 + 5142 ], "count": [ 41, { "columns": [ - 5153, + 5154, "[team_scrim_settings_select_column!]" ], "distinct": [ @@ -113873,31 +113890,31 @@ export default { } ], "max": [ - 5146 + 5147 ], "min": [ - 5147 + 5148 ], "stddev": [ - 5155 + 5156 ], "stddev_pop": [ - 5156 + 5157 ], "stddev_samp": [ - 5157 + 5158 ], "sum": [ - 5160 + 5161 ], "var_pop": [ - 5163 + 5164 ], "var_samp": [ - 5164 + 5165 ], "variance": [ - 5165 + 5166 ], "__typename": [ 85 @@ -113916,19 +113933,19 @@ export default { }, "team_scrim_settings_bool_exp": { "_and": [ - 5142 + 5143 ], "_not": [ - 5142 + 5143 ], "_or": [ - 5142 + 5143 ], "allow_outside_availability": [ 7 ], "created_at": [ - 5243 + 5244 ], "elo_max": [ 42 @@ -113940,10 +113957,10 @@ export default { 7 ], "id": [ - 6605 + 6674 ], "map_ids": [ - 6604 + 6673 ], "notes": [ 87 @@ -113952,13 +113969,13 @@ export default { 86 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -113981,7 +113998,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -113993,10 +114010,10 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "map_ids": [ - 6603 + 6672 ], "notes": [ 85 @@ -114005,13 +114022,13 @@ export default { 85 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -114019,7 +114036,7 @@ export default { }, "team_scrim_settings_max_fields": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -114028,10 +114045,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "map_ids": [ - 6603 + 6672 ], "notes": [ 85 @@ -114040,10 +114057,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -114051,7 +114068,7 @@ export default { }, "team_scrim_settings_min_fields": { "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -114060,10 +114077,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "map_ids": [ - 6603 + 6672 ], "notes": [ 85 @@ -114072,10 +114089,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -114086,7 +114103,7 @@ export default { 41 ], "returning": [ - 5138 + 5139 ], "__typename": [ 85 @@ -114094,10 +114111,10 @@ export default { }, "team_scrim_settings_obj_rel_insert_input": { "data": [ - 5145 + 5146 ], "on_conflict": [ - 5150 + 5151 ], "__typename": [ 85 @@ -114105,13 +114122,13 @@ export default { }, "team_scrim_settings_on_conflict": { "constraint": [ - 5143 + 5144 ], "update_columns": [ - 5161 + 5162 ], "where": [ - 5142 + 5143 ], "__typename": [ 85 @@ -114119,40 +114136,40 @@ export default { }, "team_scrim_settings_order_by": { "allow_outside_availability": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "elo_max": [ - 3647 + 3648 ], "elo_min": [ - 3647 + 3648 ], "enabled": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map_ids": [ - 3647 + 3648 ], "notes": [ - 3647 + 3648 ], "regions": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -114160,7 +114177,7 @@ export default { }, "team_scrim_settings_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -114172,7 +114189,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -114184,10 +114201,10 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "map_ids": [ - 6603 + 6672 ], "notes": [ 85 @@ -114196,10 +114213,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -114240,10 +114257,10 @@ export default { }, "team_scrim_settings_stream_cursor_input": { "initial_value": [ - 5159 + 5160 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -114254,7 +114271,7 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "elo_max": [ 41 @@ -114266,10 +114283,10 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "map_ids": [ - 6603 + 6672 ], "notes": [ 85 @@ -114278,10 +114295,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -114301,13 +114318,13 @@ export default { "team_scrim_settings_update_column": {}, "team_scrim_settings_updates": { "_inc": [ - 5144 + 5145 ], "_set": [ - 5154 + 5155 ], "where": [ - 5142 + 5143 ], "__typename": [ 85 @@ -114348,19 +114365,19 @@ export default { }, "team_suggestions": { "created_at": [ - 5242 + 5243 ], "group_hash": [ 85 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 85 @@ -114374,10 +114391,10 @@ export default { }, "team_suggestions_aggregate": { "aggregate": [ - 5168 + 5169 ], "nodes": [ - 5166 + 5167 ], "__typename": [ 85 @@ -114385,13 +114402,13 @@ export default { }, "team_suggestions_aggregate_fields": { "avg": [ - 5169 + 5170 ], "count": [ 41, { "columns": [ - 5180, + 5181, "[team_suggestions_select_column!]" ], "distinct": [ @@ -114400,31 +114417,31 @@ export default { } ], "max": [ - 5174 + 5175 ], "min": [ - 5175 + 5176 ], "stddev": [ - 5182 + 5183 ], "stddev_pop": [ - 5183 + 5184 ], "stddev_samp": [ - 5184 + 5185 ], "sum": [ - 5187 + 5188 ], "var_pop": [ - 5190 + 5191 ], "var_samp": [ - 5191 + 5192 ], "variance": [ - 5192 + 5193 ], "__typename": [ 85 @@ -114440,28 +114457,28 @@ export default { }, "team_suggestions_bool_exp": { "_and": [ - 5170 + 5171 ], "_not": [ - 5170 + 5171 ], "_or": [ - 5170 + 5171 ], "created_at": [ - 5243 + 5244 ], "group_hash": [ 87 ], "id": [ - 6605 + 6674 ], "last_notified_at": [ - 5243 + 5244 ], "member_steam_ids": [ - 312 + 313 ], "status": [ 87 @@ -114484,19 +114501,19 @@ export default { }, "team_suggestions_insert_input": { "created_at": [ - 5242 + 5243 ], "group_hash": [ 85 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 85 @@ -114510,19 +114527,19 @@ export default { }, "team_suggestions_max_fields": { "created_at": [ - 5242 + 5243 ], "group_hash": [ 85 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 85 @@ -114536,19 +114553,19 @@ export default { }, "team_suggestions_min_fields": { "created_at": [ - 5242 + 5243 ], "group_hash": [ 85 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 85 @@ -114565,7 +114582,7 @@ export default { 41 ], "returning": [ - 5166 + 5167 ], "__typename": [ 85 @@ -114573,13 +114590,13 @@ export default { }, "team_suggestions_on_conflict": { "constraint": [ - 5171 + 5172 ], "update_columns": [ - 5188 + 5189 ], "where": [ - 5170 + 5171 ], "__typename": [ 85 @@ -114587,25 +114604,25 @@ export default { }, "team_suggestions_order_by": { "created_at": [ - 3647 + 3648 ], "group_hash": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "last_notified_at": [ - 3647 + 3648 ], "member_steam_ids": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "together_count": [ - 3647 + 3648 ], "__typename": [ 85 @@ -114613,7 +114630,7 @@ export default { }, "team_suggestions_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -114622,19 +114639,19 @@ export default { "team_suggestions_select_column": {}, "team_suggestions_set_input": { "created_at": [ - 5242 + 5243 ], "group_hash": [ 85 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 85 @@ -114672,10 +114689,10 @@ export default { }, "team_suggestions_stream_cursor_input": { "initial_value": [ - 5186 + 5187 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -114683,19 +114700,19 @@ export default { }, "team_suggestions_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "group_hash": [ 85 ], "id": [ - 6603 + 6672 ], "last_notified_at": [ - 5242 + 5243 ], "member_steam_ids": [ - 311 + 312 ], "status": [ 85 @@ -114718,13 +114735,13 @@ export default { "team_suggestions_update_column": {}, "team_suggestions_updates": { "_inc": [ - 5172 + 5173 ], "_set": [ - 5181 + 5182 ], "where": [ - 5170 + 5171 ], "__typename": [ 85 @@ -114759,10 +114776,10 @@ export default { 85 ], "awards": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -114772,19 +114789,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "awards_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -114794,11 +114811,11 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], @@ -114815,19 +114832,19 @@ export default { 6 ], "captain": [ - 4605 + 4606 ], "captain_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invites": [ - 4910, + 4911, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -114837,19 +114854,19 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "invites_aggregate": [ - 4911, + 4912, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -114859,11 +114876,11 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], @@ -114871,10 +114888,10 @@ export default { 6 ], "match_lineups": [ - 3085, + 3086, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -114884,19 +114901,19 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "match_lineups_aggregate": [ - 3086, + 3087, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -114906,19 +114923,19 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -114928,11 +114945,11 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], @@ -114940,25 +114957,25 @@ export default { 85 ], "owner": [ - 4605 + 4606 ], "owner_steam_id": [ - 311 + 312 ], "ranks": [ - 7305 + 7374 ], "reputation": [ - 7325 + 7394 ], "role": [ 85 ], "roster": [ - 4951, + 4952, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -114968,19 +114985,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "roster_aggregate": [ - 4952, + 4953, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -114990,19 +115007,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "scrim_availability": [ - 5023, + 5024, { "distinct_on": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -115012,19 +115029,19 @@ export default { 41 ], "order_by": [ - 5041, + 5042, "[team_scrim_availability_order_by!]" ], "where": [ - 5032 + 5033 ] } ], "scrim_availability_aggregate": [ - 5024, + 5025, { "distinct_on": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -115034,25 +115051,25 @@ export default { 41 ], "order_by": [ - 5041, + 5042, "[team_scrim_availability_order_by!]" ], "where": [ - 5032 + 5033 ] } ], "scrim_settings": [ - 5138 + 5139 ], "short_name": [ 85 ], "tournament_teams": [ - 5781, + 5850, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -115062,19 +115079,19 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], "tournament_teams_aggregate": [ - 5782, + 5851, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -115084,11 +115101,11 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], @@ -115098,10 +115115,10 @@ export default { }, "teams_aggregate": { "aggregate": [ - 5199 + 5200 ], "nodes": [ - 5193 + 5194 ], "__typename": [ 85 @@ -115109,13 +115126,13 @@ export default { }, "teams_aggregate_bool_exp": { "bool_and": [ - 5196 + 5197 ], "bool_or": [ - 5197 + 5198 ], "count": [ - 5198 + 5199 ], "__typename": [ 85 @@ -115123,13 +115140,13 @@ export default { }, "teams_aggregate_bool_exp_bool_and": { "arguments": [ - 5218 + 5219 ], "distinct": [ 6 ], "filter": [ - 5204 + 5205 ], "predicate": [ 7 @@ -115140,13 +115157,13 @@ export default { }, "teams_aggregate_bool_exp_bool_or": { "arguments": [ - 5219 + 5220 ], "distinct": [ 6 ], "filter": [ - 5204 + 5205 ], "predicate": [ 7 @@ -115157,13 +115174,13 @@ export default { }, "teams_aggregate_bool_exp_count": { "arguments": [ - 5217 + 5218 ], "distinct": [ 6 ], "filter": [ - 5204 + 5205 ], "predicate": [ 42 @@ -115174,13 +115191,13 @@ export default { }, "teams_aggregate_fields": { "avg": [ - 5202 + 5203 ], "count": [ 41, { "columns": [ - 5217, + 5218, "[teams_select_column!]" ], "distinct": [ @@ -115188,44 +115205,6 @@ export default { ] } ], - "max": [ - 5208 - ], - "min": [ - 5210 - ], - "stddev": [ - 5221 - ], - "stddev_pop": [ - 5223 - ], - "stddev_samp": [ - 5225 - ], - "sum": [ - 5229 - ], - "var_pop": [ - 5233 - ], - "var_samp": [ - 5235 - ], - "variance": [ - 5237 - ], - "__typename": [ - 85 - ] - }, - "teams_aggregate_order_by": { - "avg": [ - 5203 - ], - "count": [ - 3647 - ], "max": [ 5209 ], @@ -115257,12 +115236,50 @@ export default { 85 ] }, + "teams_aggregate_order_by": { + "avg": [ + 5204 + ], + "count": [ + 3648 + ], + "max": [ + 5210 + ], + "min": [ + 5212 + ], + "stddev": [ + 5223 + ], + "stddev_pop": [ + 5225 + ], + "stddev_samp": [ + 5227 + ], + "sum": [ + 5231 + ], + "var_pop": [ + 5235 + ], + "var_samp": [ + 5237 + ], + "variance": [ + 5239 + ], + "__typename": [ + 85 + ] + }, "teams_arr_rel_insert_input": { "data": [ - 5207 + 5208 ], "on_conflict": [ - 5214 + 5215 ], "__typename": [ 85 @@ -115281,10 +115298,10 @@ export default { }, "teams_avg_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115292,22 +115309,22 @@ export default { }, "teams_bool_exp": { "_and": [ - 5204 + 5205 ], "_not": [ - 5204 + 5205 ], "_or": [ - 5204 + 5205 ], "avatar_url": [ 87 ], "awards": [ - 251 + 252 ], "awards_aggregate": [ - 244 + 245 ], "can_change_role": [ 7 @@ -115322,73 +115339,73 @@ export default { 7 ], "captain": [ - 4609 + 4610 ], "captain_steam_id": [ - 313 + 314 ], "id": [ - 6605 + 6674 ], "invites": [ - 4919 + 4920 ], "invites_aggregate": [ - 4912 + 4913 ], "is_organization": [ 7 ], "match_lineups": [ - 3094 + 3095 ], "match_lineups_aggregate": [ - 3087 + 3088 ], "matches": [ - 3442 + 3443 ], "name": [ 87 ], "owner": [ - 4609 + 4610 ], "owner_steam_id": [ - 313 + 314 ], "ranks": [ - 7309 + 7378 ], "reputation": [ - 7329 + 7398 ], "role": [ 87 ], "roster": [ - 4962 + 4963 ], "roster_aggregate": [ - 4953 + 4954 ], "scrim_availability": [ - 5032 + 5033 ], "scrim_availability_aggregate": [ - 5025 + 5026 ], "scrim_settings": [ - 5142 + 5143 ], "short_name": [ 87 ], "tournament_teams": [ - 5792 + 5861 ], "tournament_teams_aggregate": [ - 5783 + 5852 ], "__typename": [ 85 @@ -115397,10 +115414,10 @@ export default { "teams_constraint": {}, "teams_inc_input": { "captain_steam_id": [ - 311 + 312 ], "owner_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -115411,55 +115428,55 @@ export default { 85 ], "awards": [ - 248 + 249 ], "captain": [ - 4616 + 4617 ], "captain_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invites": [ - 4916 + 4917 ], "is_organization": [ 6 ], "match_lineups": [ - 3091 + 3092 ], "name": [ 85 ], "owner": [ - 4616 + 4617 ], "owner_steam_id": [ - 311 + 312 ], "ranks": [ - 7313 + 7382 ], "reputation": [ - 7333 + 7402 ], "roster": [ - 4959 + 4960 ], "scrim_availability": [ - 5031 + 5032 ], "scrim_settings": [ - 5149 + 5150 ], "short_name": [ 85 ], "tournament_teams": [ - 5789 + 5858 ], "__typename": [ 85 @@ -115470,16 +115487,16 @@ export default { 85 ], "captain_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "owner_steam_id": [ - 311 + 312 ], "role": [ 85 @@ -115493,22 +115510,22 @@ export default { }, "teams_max_order_by": { "avatar_url": [ - 3647 + 3648 ], "captain_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "short_name": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115519,16 +115536,16 @@ export default { 85 ], "captain_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "owner_steam_id": [ - 311 + 312 ], "role": [ 85 @@ -115542,22 +115559,22 @@ export default { }, "teams_min_order_by": { "avatar_url": [ - 3647 + 3648 ], "captain_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "short_name": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115568,7 +115585,7 @@ export default { 41 ], "returning": [ - 5193 + 5194 ], "__typename": [ 85 @@ -115576,10 +115593,10 @@ export default { }, "teams_obj_rel_insert_input": { "data": [ - 5207 + 5208 ], "on_conflict": [ - 5214 + 5215 ], "__typename": [ 85 @@ -115587,13 +115604,13 @@ export default { }, "teams_on_conflict": { "constraint": [ - 5205 + 5206 ], "update_columns": [ - 5231 + 5232 ], "where": [ - 5204 + 5205 ], "__typename": [ 85 @@ -115601,76 +115618,76 @@ export default { }, "teams_order_by": { "avatar_url": [ - 3647 + 3648 ], "awards_aggregate": [ - 247 + 248 ], "can_change_role": [ - 3647 + 3648 ], "can_invite": [ - 3647 + 3648 ], "can_manage_scrims": [ - 3647 + 3648 ], "can_remove": [ - 3647 + 3648 ], "captain": [ - 4618 + 4619 ], "captain_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invites_aggregate": [ - 4915 + 4916 ], "is_organization": [ - 3647 + 3648 ], "match_lineups_aggregate": [ - 3090 + 3091 ], "matches_aggregate": [ - 3438 + 3439 ], "name": [ - 3647 + 3648 ], "owner": [ - 4618 + 4619 ], "owner_steam_id": [ - 3647 + 3648 ], "ranks": [ - 7314 + 7383 ], "reputation": [ - 7334 + 7403 ], "role": [ - 3647 + 3648 ], "roster_aggregate": [ - 4958 + 4959 ], "scrim_availability_aggregate": [ - 5030 + 5031 ], "scrim_settings": [ - 5151 + 5152 ], "short_name": [ - 3647 + 3648 ], "tournament_teams_aggregate": [ - 5788 + 5857 ], "__typename": [ 85 @@ -115678,7 +115695,7 @@ export default { }, "teams_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -115692,10 +115709,10 @@ export default { 85 ], "captain_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "is_organization": [ 6 @@ -115704,7 +115721,7 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "short_name": [ 85 @@ -115726,10 +115743,10 @@ export default { }, "teams_stddev_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115748,10 +115765,10 @@ export default { }, "teams_stddev_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115770,10 +115787,10 @@ export default { }, "teams_stddev_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115781,10 +115798,10 @@ export default { }, "teams_stream_cursor_input": { "initial_value": [ - 5228 + 5229 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -115795,10 +115812,10 @@ export default { 85 ], "captain_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "is_organization": [ 6 @@ -115807,7 +115824,7 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "short_name": [ 85 @@ -115818,10 +115835,10 @@ export default { }, "teams_sum_fields": { "captain_steam_id": [ - 311 + 312 ], "owner_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -115829,10 +115846,10 @@ export default { }, "teams_sum_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115841,13 +115858,13 @@ export default { "teams_update_column": {}, "teams_updates": { "_inc": [ - 5206 + 5207 ], "_set": [ - 5220 + 5221 ], "where": [ - 5204 + 5205 ], "__typename": [ 85 @@ -115866,10 +115883,10 @@ export default { }, "teams_var_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115888,10 +115905,10 @@ export default { }, "teams_var_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115910,10 +115927,10 @@ export default { }, "teams_variance_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -115922,31 +115939,31 @@ export default { "time": {}, "time_comparison_exp": { "_eq": [ - 5239 + 5240 ], "_gt": [ - 5239 + 5240 ], "_gte": [ - 5239 + 5240 ], "_in": [ - 5239 + 5240 ], "_is_null": [ 6 ], "_lt": [ - 5239 + 5240 ], "_lte": [ - 5239 + 5240 ], "_neq": [ - 5239 + 5240 ], "_nin": [ - 5239 + 5240 ], "__typename": [ 85 @@ -115956,31 +115973,31 @@ export default { "timestamptz": {}, "timestamptz_comparison_exp": { "_eq": [ - 5242 + 5243 ], "_gt": [ - 5242 + 5243 ], "_gte": [ - 5242 + 5243 ], "_in": [ - 5242 + 5243 ], "_is_null": [ 6 ], "_lt": [ - 5242 + 5243 ], "_lte": [ - 5242 + 5243 ], "_neq": [ - 5242 + 5243 ], "_nin": [ - 5242 + 5243 ], "__typename": [ 85 @@ -115988,19 +116005,19 @@ export default { }, "tournament_awards": { "award": [ - 283 + 284 ], "award_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -116012,13 +116029,13 @@ export default { 41 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -116026,10 +116043,10 @@ export default { }, "tournament_awards_aggregate": { "aggregate": [ - 5248 + 5249 ], "nodes": [ - 5244 + 5245 ], "__typename": [ 85 @@ -116037,7 +116054,7 @@ export default { }, "tournament_awards_aggregate_bool_exp": { "count": [ - 5247 + 5248 ], "__typename": [ 85 @@ -116045,13 +116062,13 @@ export default { }, "tournament_awards_aggregate_bool_exp_count": { "arguments": [ - 5266 + 5267 ], "distinct": [ 6 ], "filter": [ - 5253 + 5254 ], "predicate": [ 42 @@ -116062,13 +116079,13 @@ export default { }, "tournament_awards_aggregate_fields": { "avg": [ - 5251 + 5252 ], "count": [ 41, { "columns": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "distinct": [ @@ -116076,44 +116093,6 @@ export default { ] } ], - "max": [ - 5257 - ], - "min": [ - 5259 - ], - "stddev": [ - 5268 - ], - "stddev_pop": [ - 5270 - ], - "stddev_samp": [ - 5272 - ], - "sum": [ - 5276 - ], - "var_pop": [ - 5280 - ], - "var_samp": [ - 5282 - ], - "variance": [ - 5284 - ], - "__typename": [ - 85 - ] - }, - "tournament_awards_aggregate_order_by": { - "avg": [ - 5252 - ], - "count": [ - 3647 - ], "max": [ 5258 ], @@ -116145,12 +116124,50 @@ export default { 85 ] }, + "tournament_awards_aggregate_order_by": { + "avg": [ + 5253 + ], + "count": [ + 3648 + ], + "max": [ + 5259 + ], + "min": [ + 5261 + ], + "stddev": [ + 5270 + ], + "stddev_pop": [ + 5272 + ], + "stddev_samp": [ + 5274 + ], + "sum": [ + 5278 + ], + "var_pop": [ + 5282 + ], + "var_samp": [ + 5284 + ], + "variance": [ + 5286 + ], + "__typename": [ + 85 + ] + }, "tournament_awards_arr_rel_insert_input": { "data": [ - 5256 + 5257 ], "on_conflict": [ - 5263 + 5264 ], "__typename": [ 85 @@ -116169,10 +116186,10 @@ export default { }, "tournament_awards_avg_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116180,28 +116197,28 @@ export default { }, "tournament_awards_bool_exp": { "_and": [ - 5253 + 5254 ], "_not": [ - 5253 + 5254 ], "_or": [ - 5253 + 5254 ], "award": [ - 287 + 288 ], "award_id": [ - 6605 + 6674 ], "created_at": [ - 5243 + 5244 ], "custom_name": [ 87 ], "id": [ - 6605 + 6674 ], "image_url": [ 87 @@ -116213,13 +116230,13 @@ export default { 42 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -116239,19 +116256,19 @@ export default { }, "tournament_awards_insert_input": { "award": [ - 294 + 295 ], "award_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -116263,13 +116280,13 @@ export default { 41 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -116277,16 +116294,16 @@ export default { }, "tournament_awards_max_fields": { "award_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -116298,10 +116315,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -116309,31 +116326,31 @@ export default { }, "tournament_awards_max_order_by": { "award_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "custom_name": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "image_url": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116341,16 +116358,16 @@ export default { }, "tournament_awards_min_fields": { "award_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -116362,10 +116379,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -116373,31 +116390,31 @@ export default { }, "tournament_awards_min_order_by": { "award_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "custom_name": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "image_url": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116408,7 +116425,7 @@ export default { 41 ], "returning": [ - 5244 + 5245 ], "__typename": [ 85 @@ -116416,10 +116433,10 @@ export default { }, "tournament_awards_obj_rel_insert_input": { "data": [ - 5256 + 5257 ], "on_conflict": [ - 5263 + 5264 ], "__typename": [ 85 @@ -116427,13 +116444,13 @@ export default { }, "tournament_awards_on_conflict": { "constraint": [ - 5254 + 5255 ], "update_columns": [ - 5278 + 5279 ], "where": [ - 5253 + 5254 ], "__typename": [ 85 @@ -116441,37 +116458,37 @@ export default { }, "tournament_awards_order_by": { "award": [ - 296 + 297 ], "award_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "custom_name": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "image_url": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116479,7 +116496,7 @@ export default { }, "tournament_awards_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -116488,16 +116505,16 @@ export default { "tournament_awards_select_column": {}, "tournament_awards_set_input": { "award_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -116509,10 +116526,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -116531,10 +116548,10 @@ export default { }, "tournament_awards_stddev_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116553,10 +116570,10 @@ export default { }, "tournament_awards_stddev_pop_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116575,10 +116592,10 @@ export default { }, "tournament_awards_stddev_samp_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116586,10 +116603,10 @@ export default { }, "tournament_awards_stream_cursor_input": { "initial_value": [ - 5275 + 5276 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -116597,16 +116614,16 @@ export default { }, "tournament_awards_stream_cursor_value_input": { "award_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "custom_name": [ 85 ], "id": [ - 6603 + 6672 ], "image_url": [ 85 @@ -116618,10 +116635,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -116640,10 +116657,10 @@ export default { }, "tournament_awards_sum_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116652,13 +116669,13 @@ export default { "tournament_awards_update_column": {}, "tournament_awards_updates": { "_inc": [ - 5255 + 5256 ], "_set": [ - 5267 + 5268 ], "where": [ - 5253 + 5254 ], "__typename": [ 85 @@ -116677,10 +116694,10 @@ export default { }, "tournament_awards_var_pop_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116699,10 +116716,10 @@ export default { }, "tournament_awards_var_samp_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116721,10 +116738,10 @@ export default { }, "tournament_awards_variance_order_by": { "placement": [ - 3647 + 3648 ], "silhouette": [ - 3647 + 3648 ], "__typename": [ 85 @@ -116735,13 +116752,13 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "feeding_brackets": [ - 5286, + 5287, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -116751,11 +116768,11 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], @@ -116763,37 +116780,37 @@ export default { 6 ], "group": [ - 3645 + 3646 ], "id": [ - 6603 + 6672 ], "loser_bracket": [ - 5286 + 5287 ], "loser_parent_bracket_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 ], "match_options_id": [ - 6603 + 6672 ], "options": [ - 3289 + 3290 ], "parent_bracket": [ - 5286 + 5287 ], "parent_bracket_id": [ - 6603 + 6672 ], "path": [ 85 @@ -116802,16 +116819,16 @@ export default { 41 ], "scheduled_at": [ - 5242 + 5243 ], "scheduled_eta": [ - 5242 + 5243 ], "scheduling_proposals": [ - 2575, + 2576, { "distinct_on": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -116821,19 +116838,19 @@ export default { 41 ], "order_by": [ - 2594, + 2595, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2584 + 2585 ] } ], "scheduling_proposals_aggregate": [ - 2576, + 2577, { "distinct_on": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -116843,37 +116860,37 @@ export default { 41 ], "order_by": [ - 2594, + 2595, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2584 + 2585 ] } ], "stage": [ - 5648 + 5717 ], "team_1": [ - 5781 + 5850 ], "team_1_seed": [ 41 ], "team_2": [ - 5781 + 5850 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id_1": [ - 6603 + 6672 ], "tournament_team_id_2": [ - 6603 + 6672 ], "__typename": [ 85 @@ -116881,10 +116898,10 @@ export default { }, "tournament_brackets_aggregate": { "aggregate": [ - 5292 + 5293 ], "nodes": [ - 5286 + 5287 ], "__typename": [ 85 @@ -116892,13 +116909,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp": { "bool_and": [ - 5289 + 5290 ], "bool_or": [ - 5290 + 5291 ], "count": [ - 5291 + 5292 ], "__typename": [ 85 @@ -116906,13 +116923,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_and": { "arguments": [ - 5311 + 5312 ], "distinct": [ 6 ], "filter": [ - 5297 + 5298 ], "predicate": [ 7 @@ -116923,13 +116940,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_bool_or": { "arguments": [ - 5312 + 5313 ], "distinct": [ 6 ], "filter": [ - 5297 + 5298 ], "predicate": [ 7 @@ -116940,13 +116957,13 @@ export default { }, "tournament_brackets_aggregate_bool_exp_count": { "arguments": [ - 5310 + 5311 ], "distinct": [ 6 ], "filter": [ - 5297 + 5298 ], "predicate": [ 42 @@ -116957,13 +116974,13 @@ export default { }, "tournament_brackets_aggregate_fields": { "avg": [ - 5295 + 5296 ], "count": [ 41, { "columns": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "distinct": [ @@ -116971,44 +116988,6 @@ export default { ] } ], - "max": [ - 5301 - ], - "min": [ - 5303 - ], - "stddev": [ - 5314 - ], - "stddev_pop": [ - 5316 - ], - "stddev_samp": [ - 5318 - ], - "sum": [ - 5322 - ], - "var_pop": [ - 5326 - ], - "var_samp": [ - 5328 - ], - "variance": [ - 5330 - ], - "__typename": [ - 85 - ] - }, - "tournament_brackets_aggregate_order_by": { - "avg": [ - 5296 - ], - "count": [ - 3647 - ], "max": [ 5302 ], @@ -117040,12 +117019,50 @@ export default { 85 ] }, + "tournament_brackets_aggregate_order_by": { + "avg": [ + 5297 + ], + "count": [ + 3648 + ], + "max": [ + 5303 + ], + "min": [ + 5305 + ], + "stddev": [ + 5316 + ], + "stddev_pop": [ + 5318 + ], + "stddev_samp": [ + 5320 + ], + "sum": [ + 5324 + ], + "var_pop": [ + 5328 + ], + "var_samp": [ + 5330 + ], + "variance": [ + 5332 + ], + "__typename": [ + 85 + ] + }, "tournament_brackets_arr_rel_insert_input": { "data": [ - 5300 + 5301 ], "on_conflict": [ - 5307 + 5308 ], "__typename": [ 85 @@ -117073,19 +117090,19 @@ export default { }, "tournament_brackets_avg_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117093,58 +117110,58 @@ export default { }, "tournament_brackets_bool_exp": { "_and": [ - 5297 + 5298 ], "_not": [ - 5297 + 5298 ], "_or": [ - 5297 + 5298 ], "bye": [ 7 ], "created_at": [ - 5243 + 5244 ], "feeding_brackets": [ - 5297 + 5298 ], "finished": [ 7 ], "group": [ - 3646 + 3647 ], "id": [ - 6605 + 6674 ], "loser_bracket": [ - 5297 + 5298 ], "loser_parent_bracket_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_number": [ 42 ], "match_options_id": [ - 6605 + 6674 ], "options": [ - 3300 + 3301 ], "parent_bracket": [ - 5297 + 5298 ], "parent_bracket_id": [ - 6605 + 6674 ], "path": [ 87 @@ -117153,40 +117170,40 @@ export default { 42 ], "scheduled_at": [ - 5243 + 5244 ], "scheduled_eta": [ - 5243 + 5244 ], "scheduling_proposals": [ - 2584 + 2585 ], "scheduling_proposals_aggregate": [ - 2577 + 2578 ], "stage": [ - 5660 + 5729 ], "team_1": [ - 5792 + 5861 ], "team_1_seed": [ 42 ], "team_2": [ - 5792 + 5861 ], "team_2_seed": [ 42 ], "tournament_stage_id": [ - 6605 + 6674 ], "tournament_team_id_1": [ - 6605 + 6674 ], "tournament_team_id_2": [ - 6605 + 6674 ], "__typename": [ 85 @@ -117195,7 +117212,7 @@ export default { "tournament_brackets_constraint": {}, "tournament_brackets_inc_input": { "group": [ - 3645 + 3646 ], "match_number": [ 41 @@ -117218,43 +117235,43 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "finished": [ 6 ], "group": [ - 3645 + 3646 ], "id": [ - 6603 + 6672 ], "loser_bracket": [ - 5306 + 5307 ], "loser_parent_bracket_id": [ - 6603 + 6672 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 ], "match_options_id": [ - 6603 + 6672 ], "options": [ - 3309 + 3310 ], "parent_bracket": [ - 5306 + 5307 ], "parent_bracket_id": [ - 6603 + 6672 ], "path": [ 85 @@ -117263,37 +117280,37 @@ export default { 41 ], "scheduled_at": [ - 5242 + 5243 ], "scheduled_eta": [ - 5242 + 5243 ], "scheduling_proposals": [ - 2581 + 2582 ], "stage": [ - 5672 + 5741 ], "team_1": [ - 5801 + 5870 ], "team_1_seed": [ 41 ], "team_2": [ - 5801 + 5870 ], "team_2_seed": [ 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id_1": [ - 6603 + 6672 ], "tournament_team_id_2": [ - 6603 + 6672 ], "__typename": [ 85 @@ -117301,28 +117318,28 @@ export default { }, "tournament_brackets_max_fields": { "created_at": [ - 5242 + 5243 ], "group": [ - 3645 + 3646 ], "id": [ - 6603 + 6672 ], "loser_parent_bracket_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 ], "match_options_id": [ - 6603 + 6672 ], "parent_bracket_id": [ - 6603 + 6672 ], "path": [ 85 @@ -117331,10 +117348,10 @@ export default { 41 ], "scheduled_at": [ - 5242 + 5243 ], "scheduled_eta": [ - 5242 + 5243 ], "team_1_seed": [ 41 @@ -117343,13 +117360,13 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id_1": [ - 6603 + 6672 ], "tournament_team_id_2": [ - 6603 + 6672 ], "__typename": [ 85 @@ -117357,55 +117374,55 @@ export default { }, "tournament_brackets_max_order_by": { "created_at": [ - 3647 + 3648 ], "group": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "loser_parent_bracket_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "parent_bracket_id": [ - 3647 + 3648 ], "path": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "scheduled_eta": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "tournament_team_id_1": [ - 3647 + 3648 ], "tournament_team_id_2": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117413,28 +117430,28 @@ export default { }, "tournament_brackets_min_fields": { "created_at": [ - 5242 + 5243 ], "group": [ - 3645 + 3646 ], "id": [ - 6603 + 6672 ], "loser_parent_bracket_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 ], "match_options_id": [ - 6603 + 6672 ], "parent_bracket_id": [ - 6603 + 6672 ], "path": [ 85 @@ -117443,10 +117460,10 @@ export default { 41 ], "scheduled_at": [ - 5242 + 5243 ], "scheduled_eta": [ - 5242 + 5243 ], "team_1_seed": [ 41 @@ -117455,13 +117472,13 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id_1": [ - 6603 + 6672 ], "tournament_team_id_2": [ - 6603 + 6672 ], "__typename": [ 85 @@ -117469,55 +117486,55 @@ export default { }, "tournament_brackets_min_order_by": { "created_at": [ - 3647 + 3648 ], "group": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "loser_parent_bracket_id": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "parent_bracket_id": [ - 3647 + 3648 ], "path": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "scheduled_eta": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "tournament_team_id_1": [ - 3647 + 3648 ], "tournament_team_id_2": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117528,7 +117545,7 @@ export default { 41 ], "returning": [ - 5286 + 5287 ], "__typename": [ 85 @@ -117536,10 +117553,10 @@ export default { }, "tournament_brackets_obj_rel_insert_input": { "data": [ - 5300 + 5301 ], "on_conflict": [ - 5307 + 5308 ], "__typename": [ 85 @@ -117547,13 +117564,13 @@ export default { }, "tournament_brackets_on_conflict": { "constraint": [ - 5298 + 5299 ], "update_columns": [ - 5324 + 5325 ], "where": [ - 5297 + 5298 ], "__typename": [ 85 @@ -117561,88 +117578,88 @@ export default { }, "tournament_brackets_order_by": { "bye": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "feeding_brackets_aggregate": [ - 5293 + 5294 ], "finished": [ - 3647 + 3648 ], "group": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "loser_bracket": [ - 5308 + 5309 ], "loser_parent_bracket_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "options": [ - 3311 + 3312 ], "parent_bracket": [ - 5308 + 5309 ], "parent_bracket_id": [ - 3647 + 3648 ], "path": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "scheduled_at": [ - 3647 + 3648 ], "scheduled_eta": [ - 3647 + 3648 ], "scheduling_proposals_aggregate": [ - 2580 + 2581 ], "stage": [ - 5674 + 5743 ], "team_1": [ - 5803 + 5872 ], "team_1_seed": [ - 3647 + 3648 ], "team_2": [ - 5803 + 5872 ], "team_2_seed": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "tournament_team_id_1": [ - 3647 + 3648 ], "tournament_team_id_2": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117650,7 +117667,7 @@ export default { }, "tournament_brackets_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -117664,31 +117681,31 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "finished": [ 6 ], "group": [ - 3645 + 3646 ], "id": [ - 6603 + 6672 ], "loser_parent_bracket_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 ], "match_options_id": [ - 6603 + 6672 ], "parent_bracket_id": [ - 6603 + 6672 ], "path": [ 85 @@ -117697,10 +117714,10 @@ export default { 41 ], "scheduled_at": [ - 5242 + 5243 ], "scheduled_eta": [ - 5242 + 5243 ], "team_1_seed": [ 41 @@ -117709,13 +117726,13 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id_1": [ - 6603 + 6672 ], "tournament_team_id_2": [ - 6603 + 6672 ], "__typename": [ 85 @@ -117743,19 +117760,19 @@ export default { }, "tournament_brackets_stddev_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117783,19 +117800,19 @@ export default { }, "tournament_brackets_stddev_pop_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117823,19 +117840,19 @@ export default { }, "tournament_brackets_stddev_samp_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117843,10 +117860,10 @@ export default { }, "tournament_brackets_stream_cursor_input": { "initial_value": [ - 5321 + 5322 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -117857,31 +117874,31 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "finished": [ 6 ], "group": [ - 3645 + 3646 ], "id": [ - 6603 + 6672 ], "loser_parent_bracket_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_number": [ 41 ], "match_options_id": [ - 6603 + 6672 ], "parent_bracket_id": [ - 6603 + 6672 ], "path": [ 85 @@ -117890,10 +117907,10 @@ export default { 41 ], "scheduled_at": [ - 5242 + 5243 ], "scheduled_eta": [ - 5242 + 5243 ], "team_1_seed": [ 41 @@ -117902,13 +117919,13 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id_1": [ - 6603 + 6672 ], "tournament_team_id_2": [ - 6603 + 6672 ], "__typename": [ 85 @@ -117916,7 +117933,7 @@ export default { }, "tournament_brackets_sum_fields": { "group": [ - 3645 + 3646 ], "match_number": [ 41 @@ -117936,19 +117953,19 @@ export default { }, "tournament_brackets_sum_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -117957,13 +117974,13 @@ export default { "tournament_brackets_update_column": {}, "tournament_brackets_updates": { "_inc": [ - 5299 + 5300 ], "_set": [ - 5313 + 5314 ], "where": [ - 5297 + 5298 ], "__typename": [ 85 @@ -117991,19 +118008,19 @@ export default { }, "tournament_brackets_var_pop_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118031,19 +118048,19 @@ export default { }, "tournament_brackets_var_samp_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118071,19 +118088,19 @@ export default { }, "tournament_brackets_variance_order_by": { "group": [ - 3647 + 3648 ], "match_number": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "team_1_seed": [ - 3647 + 3648 ], "team_2_seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118091,16 +118108,16 @@ export default { }, "tournament_categories": { "category": [ - 1553 + 1554 ], "e_tournament_category": [ - 1548 + 1549 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118108,10 +118125,10 @@ export default { }, "tournament_categories_aggregate": { "aggregate": [ - 5336 + 5337 ], "nodes": [ - 5332 + 5333 ], "__typename": [ 85 @@ -118119,7 +118136,7 @@ export default { }, "tournament_categories_aggregate_bool_exp": { "count": [ - 5335 + 5336 ], "__typename": [ 85 @@ -118127,13 +118144,13 @@ export default { }, "tournament_categories_aggregate_bool_exp_count": { "arguments": [ - 5350 + 5351 ], "distinct": [ 6 ], "filter": [ - 5339 + 5340 ], "predicate": [ 42 @@ -118147,7 +118164,7 @@ export default { 41, { "columns": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "distinct": [ @@ -118156,10 +118173,10 @@ export default { } ], "max": [ - 5342 + 5343 ], "min": [ - 5344 + 5345 ], "__typename": [ 85 @@ -118167,13 +118184,13 @@ export default { }, "tournament_categories_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 5343 + 5344 ], "min": [ - 5345 + 5346 ], "__typename": [ 85 @@ -118181,10 +118198,10 @@ export default { }, "tournament_categories_arr_rel_insert_input": { "data": [ - 5341 + 5342 ], "on_conflict": [ - 5347 + 5348 ], "__typename": [ 85 @@ -118192,25 +118209,25 @@ export default { }, "tournament_categories_bool_exp": { "_and": [ - 5339 + 5340 ], "_not": [ - 5339 + 5340 ], "_or": [ - 5339 + 5340 ], "category": [ - 1554 + 1555 ], "e_tournament_category": [ - 1551 + 1552 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -118219,16 +118236,16 @@ export default { "tournament_categories_constraint": {}, "tournament_categories_insert_input": { "category": [ - 1553 + 1554 ], "e_tournament_category": [ - 1559 + 1560 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118236,7 +118253,7 @@ export default { }, "tournament_categories_max_fields": { "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118244,7 +118261,7 @@ export default { }, "tournament_categories_max_order_by": { "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118252,7 +118269,7 @@ export default { }, "tournament_categories_min_fields": { "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118260,7 +118277,7 @@ export default { }, "tournament_categories_min_order_by": { "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118271,7 +118288,7 @@ export default { 41 ], "returning": [ - 5332 + 5333 ], "__typename": [ 85 @@ -118279,13 +118296,13 @@ export default { }, "tournament_categories_on_conflict": { "constraint": [ - 5340 + 5341 ], "update_columns": [ - 5354 + 5355 ], "where": [ - 5339 + 5340 ], "__typename": [ 85 @@ -118293,16 +118310,16 @@ export default { }, "tournament_categories_order_by": { "category": [ - 3647 + 3648 ], "e_tournament_category": [ - 1561 + 1562 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118310,10 +118327,10 @@ export default { }, "tournament_categories_pk_columns_input": { "category": [ - 1553 + 1554 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118322,10 +118339,10 @@ export default { "tournament_categories_select_column": {}, "tournament_categories_set_input": { "category": [ - 1553 + 1554 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118333,10 +118350,10 @@ export default { }, "tournament_categories_stream_cursor_input": { "initial_value": [ - 5353 + 5354 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -118344,10 +118361,10 @@ export default { }, "tournament_categories_stream_cursor_value_input": { "category": [ - 1553 + 1554 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118356,10 +118373,10 @@ export default { "tournament_categories_update_column": {}, "tournament_categories_updates": { "_set": [ - 5351 + 5352 ], "where": [ - 5339 + 5340 ], "__typename": [ 85 @@ -118367,40 +118384,40 @@ export default { }, "tournament_free_agents": { "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "e_tournament_free_agent_status": [ - 1569 + 1570 ], "id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 1574 + 1575 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5781 + 5850 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118408,10 +118425,10 @@ export default { }, "tournament_free_agents_aggregate": { "aggregate": [ - 5360 + 5361 ], "nodes": [ - 5356 + 5357 ], "__typename": [ 85 @@ -118419,7 +118436,7 @@ export default { }, "tournament_free_agents_aggregate_bool_exp": { "count": [ - 5359 + 5360 ], "__typename": [ 85 @@ -118427,13 +118444,13 @@ export default { }, "tournament_free_agents_aggregate_bool_exp_count": { "arguments": [ - 5377 + 5378 ], "distinct": [ 6 ], "filter": [ - 5365 + 5366 ], "predicate": [ 42 @@ -118444,13 +118461,13 @@ export default { }, "tournament_free_agents_aggregate_fields": { "avg": [ - 5363 + 5364 ], "count": [ 41, { "columns": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "distinct": [ @@ -118459,31 +118476,31 @@ export default { } ], "max": [ - 5369 + 5370 ], "min": [ - 5371 + 5372 ], "stddev": [ - 5379 + 5380 ], "stddev_pop": [ - 5381 + 5382 ], "stddev_samp": [ - 5383 + 5384 ], "sum": [ - 5387 + 5388 ], "var_pop": [ - 5391 + 5392 ], "var_samp": [ - 5393 + 5394 ], "variance": [ - 5395 + 5396 ], "__typename": [ 85 @@ -118491,37 +118508,37 @@ export default { }, "tournament_free_agents_aggregate_order_by": { "avg": [ - 5364 + 5365 ], "count": [ - 3647 + 3648 ], "max": [ - 5370 + 5371 ], "min": [ - 5372 + 5373 ], "stddev": [ - 5380 + 5381 ], "stddev_pop": [ - 5382 + 5383 ], "stddev_samp": [ - 5384 + 5385 ], "sum": [ - 5388 + 5389 ], "var_pop": [ - 5392 + 5393 ], "var_samp": [ - 5394 + 5395 ], "variance": [ - 5396 + 5397 ], "__typename": [ 85 @@ -118529,10 +118546,10 @@ export default { }, "tournament_free_agents_arr_rel_insert_input": { "data": [ - 5368 + 5369 ], "on_conflict": [ - 5374 + 5375 ], "__typename": [ 85 @@ -118548,7 +118565,7 @@ export default { }, "tournament_free_agents_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118556,49 +118573,49 @@ export default { }, "tournament_free_agents_bool_exp": { "_and": [ - 5365 + 5366 ], "_not": [ - 5365 + 5366 ], "_or": [ - 5365 + 5366 ], "checked_in_at": [ - 5243 + 5244 ], "created_at": [ - 5243 + 5244 ], "e_tournament_free_agent_status": [ - 1572 + 1573 ], "id": [ - 6605 + 6674 ], "party_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "status": [ - 1575 + 1576 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "tournament_team": [ - 5792 + 5861 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -118607,7 +118624,7 @@ export default { "tournament_free_agents_constraint": {}, "tournament_free_agents_inc_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -118615,40 +118632,40 @@ export default { }, "tournament_free_agents_insert_input": { "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "e_tournament_free_agent_status": [ - 1580 + 1581 ], "id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 1574 + 1575 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5801 + 5870 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118656,25 +118673,25 @@ export default { }, "tournament_free_agents_max_fields": { "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118682,25 +118699,25 @@ export default { }, "tournament_free_agents_max_order_by": { "checked_in_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "party_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118708,25 +118725,25 @@ export default { }, "tournament_free_agents_min_fields": { "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118734,25 +118751,25 @@ export default { }, "tournament_free_agents_min_order_by": { "checked_in_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "party_id": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118763,7 +118780,7 @@ export default { 41 ], "returning": [ - 5356 + 5357 ], "__typename": [ 85 @@ -118771,13 +118788,13 @@ export default { }, "tournament_free_agents_on_conflict": { "constraint": [ - 5366 + 5367 ], "update_columns": [ - 5389 + 5390 ], "where": [ - 5365 + 5366 ], "__typename": [ 85 @@ -118785,40 +118802,40 @@ export default { }, "tournament_free_agents_order_by": { "checked_in_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "e_tournament_free_agent_status": [ - 1582 + 1583 ], "id": [ - 3647 + 3648 ], "party_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team": [ - 5803 + 5872 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118826,7 +118843,7 @@ export default { }, "tournament_free_agents_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118835,28 +118852,28 @@ export default { "tournament_free_agents_select_column": {}, "tournament_free_agents_set_input": { "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 1574 + 1575 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118872,7 +118889,7 @@ export default { }, "tournament_free_agents_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118888,7 +118905,7 @@ export default { }, "tournament_free_agents_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118904,7 +118921,7 @@ export default { }, "tournament_free_agents_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118912,10 +118929,10 @@ export default { }, "tournament_free_agents_stream_cursor_input": { "initial_value": [ - 5386 + 5387 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -118923,28 +118940,28 @@ export default { }, "tournament_free_agents_stream_cursor_value_input": { "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "party_id": [ - 6603 + 6672 ], "player_steam_id": [ - 311 + 312 ], "status": [ - 1574 + 1575 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -118952,7 +118969,7 @@ export default { }, "tournament_free_agents_sum_fields": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -118960,7 +118977,7 @@ export default { }, "tournament_free_agents_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -118969,13 +118986,13 @@ export default { "tournament_free_agents_update_column": {}, "tournament_free_agents_updates": { "_inc": [ - 5367 + 5368 ], "_set": [ - 5378 + 5379 ], "where": [ - 5365 + 5366 ], "__typename": [ 85 @@ -118991,7 +119008,7 @@ export default { }, "tournament_free_agents_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -119007,7 +119024,7 @@ export default { }, "tournament_free_agents_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -119023,7 +119040,1155 @@ export default { }, "tournament_free_agents_variance_order_by": { "player_steam_id": [ - 3647 + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses": { + "invite_code": [ + 5439 + ], + "invite_code_id": [ + 6672 + ], + "player": [ + 4606 + ], + "player_steam_id": [ + 312 + ], + "team": [ + 5194 + ], + "team_id": [ + 6672 + ], + "used_at": [ + 5243 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_aggregate": { + "aggregate": [ + 5402 + ], + "nodes": [ + 5398 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_aggregate_bool_exp": { + "count": [ + 5401 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_aggregate_bool_exp_count": { + "arguments": [ + 5419 + ], + "distinct": [ + 6 + ], + "filter": [ + 5407 + ], + "predicate": [ + 42 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_aggregate_fields": { + "avg": [ + 5405 + ], + "count": [ + 41, + { + "columns": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5411 + ], + "min": [ + 5413 + ], + "stddev": [ + 5421 + ], + "stddev_pop": [ + 5423 + ], + "stddev_samp": [ + 5425 + ], + "sum": [ + 5429 + ], + "var_pop": [ + 5433 + ], + "var_samp": [ + 5435 + ], + "variance": [ + 5437 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_aggregate_order_by": { + "avg": [ + 5406 + ], + "count": [ + 3648 + ], + "max": [ + 5412 + ], + "min": [ + 5414 + ], + "stddev": [ + 5422 + ], + "stddev_pop": [ + 5424 + ], + "stddev_samp": [ + 5426 + ], + "sum": [ + 5430 + ], + "var_pop": [ + 5434 + ], + "var_samp": [ + 5436 + ], + "variance": [ + 5438 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_arr_rel_insert_input": { + "data": [ + 5410 + ], + "on_conflict": [ + 5416 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_avg_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_avg_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_bool_exp": { + "_and": [ + 5407 + ], + "_not": [ + 5407 + ], + "_or": [ + 5407 + ], + "invite_code": [ + 5443 + ], + "invite_code_id": [ + 6674 + ], + "player": [ + 4610 + ], + "player_steam_id": [ + 314 + ], + "team": [ + 5205 + ], + "team_id": [ + 6674 + ], + "used_at": [ + 5244 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_constraint": {}, + "tournament_invite_code_uses_inc_input": { + "player_steam_id": [ + 312 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_insert_input": { + "invite_code": [ + 5450 + ], + "invite_code_id": [ + 6672 + ], + "player": [ + 4617 + ], + "player_steam_id": [ + 312 + ], + "team": [ + 5214 + ], + "team_id": [ + 6672 + ], + "used_at": [ + 5243 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_max_fields": { + "invite_code_id": [ + 6672 + ], + "player_steam_id": [ + 312 + ], + "team_id": [ + 6672 + ], + "used_at": [ + 5243 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_max_order_by": { + "invite_code_id": [ + 3648 + ], + "player_steam_id": [ + 3648 + ], + "team_id": [ + 3648 + ], + "used_at": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_min_fields": { + "invite_code_id": [ + 6672 + ], + "player_steam_id": [ + 312 + ], + "team_id": [ + 6672 + ], + "used_at": [ + 5243 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_min_order_by": { + "invite_code_id": [ + 3648 + ], + "player_steam_id": [ + 3648 + ], + "team_id": [ + 3648 + ], + "used_at": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5398 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_on_conflict": { + "constraint": [ + 5408 + ], + "update_columns": [ + 5431 + ], + "where": [ + 5407 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_order_by": { + "invite_code": [ + 5452 + ], + "invite_code_id": [ + 3648 + ], + "player": [ + 4619 + ], + "player_steam_id": [ + 3648 + ], + "team": [ + 5216 + ], + "team_id": [ + 3648 + ], + "used_at": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_pk_columns_input": { + "invite_code_id": [ + 6672 + ], + "player_steam_id": [ + 312 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_select_column": {}, + "tournament_invite_code_uses_set_input": { + "invite_code_id": [ + 6672 + ], + "player_steam_id": [ + 312 + ], + "team_id": [ + 6672 + ], + "used_at": [ + 5243 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stddev_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stddev_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stddev_pop_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stddev_pop_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stddev_samp_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stddev_samp_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stream_cursor_input": { + "initial_value": [ + 5428 + ], + "ordering": [ + 395 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_stream_cursor_value_input": { + "invite_code_id": [ + 6672 + ], + "player_steam_id": [ + 312 + ], + "team_id": [ + 6672 + ], + "used_at": [ + 5243 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_sum_fields": { + "player_steam_id": [ + 312 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_sum_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_update_column": {}, + "tournament_invite_code_uses_updates": { + "_inc": [ + 5409 + ], + "_set": [ + 5420 + ], + "where": [ + 5407 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_var_pop_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_var_pop_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_var_samp_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_var_samp_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_variance_fields": { + "player_steam_id": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_code_uses_variance_order_by": { + "player_steam_id": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes": { + "code": [ + 85 + ], + "created_at": [ + 5243 + ], + "created_by": [ + 4606 + ], + "created_by_player_steam_id": [ + 312 + ], + "expires_at": [ + 5243 + ], + "id": [ + 6672 + ], + "max_uses": [ + 41 + ], + "revoked_at": [ + 5243 + ], + "tournament": [ + 5896 + ], + "tournament_id": [ + 6672 + ], + "used_by": [ + 5398, + { + "distinct_on": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5417, + "[tournament_invite_code_uses_order_by!]" + ], + "where": [ + 5407 + ] + } + ], + "used_by_aggregate": [ + 5399, + { + "distinct_on": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5417, + "[tournament_invite_code_uses_order_by!]" + ], + "where": [ + 5407 + ] + } + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_aggregate": { + "aggregate": [ + 5441 + ], + "nodes": [ + 5439 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_aggregate_fields": { + "avg": [ + 5442 + ], + "count": [ + 41, + { + "columns": [ + 5454, + "[tournament_invite_codes_select_column!]" + ], + "distinct": [ + 6 + ] + } + ], + "max": [ + 5447 + ], + "min": [ + 5448 + ], + "stddev": [ + 5456 + ], + "stddev_pop": [ + 5457 + ], + "stddev_samp": [ + 5458 + ], + "sum": [ + 5461 + ], + "var_pop": [ + 5464 + ], + "var_samp": [ + 5465 + ], + "variance": [ + 5466 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_avg_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_bool_exp": { + "_and": [ + 5443 + ], + "_not": [ + 5443 + ], + "_or": [ + 5443 + ], + "code": [ + 87 + ], + "created_at": [ + 5244 + ], + "created_by": [ + 4610 + ], + "created_by_player_steam_id": [ + 314 + ], + "expires_at": [ + 5244 + ], + "id": [ + 6674 + ], + "max_uses": [ + 42 + ], + "revoked_at": [ + 5244 + ], + "tournament": [ + 5917 + ], + "tournament_id": [ + 6674 + ], + "used_by": [ + 5407 + ], + "used_by_aggregate": [ + 5400 + ], + "uses": [ + 42 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_constraint": {}, + "tournament_invite_codes_inc_input": { + "created_by_player_steam_id": [ + 312 + ], + "max_uses": [ + 41 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_insert_input": { + "code": [ + 85 + ], + "created_at": [ + 5243 + ], + "created_by": [ + 4617 + ], + "created_by_player_steam_id": [ + 312 + ], + "expires_at": [ + 5243 + ], + "id": [ + 6672 + ], + "max_uses": [ + 41 + ], + "revoked_at": [ + 5243 + ], + "tournament": [ + 5926 + ], + "tournament_id": [ + 6672 + ], + "used_by": [ + 5404 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_max_fields": { + "code": [ + 85 + ], + "created_at": [ + 5243 + ], + "created_by_player_steam_id": [ + 312 + ], + "expires_at": [ + 5243 + ], + "id": [ + 6672 + ], + "max_uses": [ + 41 + ], + "revoked_at": [ + 5243 + ], + "tournament_id": [ + 6672 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_min_fields": { + "code": [ + 85 + ], + "created_at": [ + 5243 + ], + "created_by_player_steam_id": [ + 312 + ], + "expires_at": [ + 5243 + ], + "id": [ + 6672 + ], + "max_uses": [ + 41 + ], + "revoked_at": [ + 5243 + ], + "tournament_id": [ + 6672 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_mutation_response": { + "affected_rows": [ + 41 + ], + "returning": [ + 5439 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_obj_rel_insert_input": { + "data": [ + 5446 + ], + "on_conflict": [ + 5451 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_on_conflict": { + "constraint": [ + 5444 + ], + "update_columns": [ + 5462 + ], + "where": [ + 5443 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_order_by": { + "code": [ + 3648 + ], + "created_at": [ + 3648 + ], + "created_by": [ + 4619 + ], + "created_by_player_steam_id": [ + 3648 + ], + "expires_at": [ + 3648 + ], + "id": [ + 3648 + ], + "max_uses": [ + 3648 + ], + "revoked_at": [ + 3648 + ], + "tournament": [ + 5928 + ], + "tournament_id": [ + 3648 + ], + "used_by_aggregate": [ + 5403 + ], + "uses": [ + 3648 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_pk_columns_input": { + "id": [ + 6672 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_select_column": {}, + "tournament_invite_codes_set_input": { + "code": [ + 85 + ], + "created_at": [ + 5243 + ], + "created_by_player_steam_id": [ + 312 + ], + "expires_at": [ + 5243 + ], + "id": [ + 6672 + ], + "max_uses": [ + 41 + ], + "revoked_at": [ + 5243 + ], + "tournament_id": [ + 6672 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_stddev_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_stddev_pop_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_stddev_samp_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_stream_cursor_input": { + "initial_value": [ + 5460 + ], + "ordering": [ + 395 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_stream_cursor_value_input": { + "code": [ + 85 + ], + "created_at": [ + 5243 + ], + "created_by_player_steam_id": [ + 312 + ], + "expires_at": [ + 5243 + ], + "id": [ + 6672 + ], + "max_uses": [ + 41 + ], + "revoked_at": [ + 5243 + ], + "tournament_id": [ + 6672 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_sum_fields": { + "created_by_player_steam_id": [ + 312 + ], + "max_uses": [ + 41 + ], + "uses": [ + 41 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_update_column": {}, + "tournament_invite_codes_updates": { + "_inc": [ + 5445 + ], + "_set": [ + 5455 + ], + "where": [ + 5443 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_var_pop_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_var_samp_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 + ], + "__typename": [ + 85 + ] + }, + "tournament_invite_codes_variance_fields": { + "created_by_player_steam_id": [ + 32 + ], + "max_uses": [ + 32 + ], + "uses": [ + 32 ], "__typename": [ 85 @@ -119031,28 +120196,34 @@ export default { }, "tournament_invites": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by": [ - 4605 + 4606 ], "invited_by_player_steam_id": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 + ], + "team": [ + 5194 + ], + "team_id": [ + 6672 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119060,10 +120231,10 @@ export default { }, "tournament_invites_aggregate": { "aggregate": [ - 5399 + 5469 ], "nodes": [ - 5397 + 5467 ], "__typename": [ 85 @@ -119071,13 +120242,13 @@ export default { }, "tournament_invites_aggregate_fields": { "avg": [ - 5400 + 5470 ], "count": [ 41, { "columns": [ - 5411, + 5481, "[tournament_invites_select_column!]" ], "distinct": [ @@ -119086,31 +120257,31 @@ export default { } ], "max": [ - 5405 + 5475 ], "min": [ - 5406 + 5476 ], "stddev": [ - 5413 + 5483 ], "stddev_pop": [ - 5414 + 5484 ], "stddev_samp": [ - 5415 + 5485 ], "sum": [ - 5418 + 5488 ], "var_pop": [ - 5421 + 5491 ], "var_samp": [ - 5422 + 5492 ], "variance": [ - 5423 + 5493 ], "__typename": [ 85 @@ -119129,37 +120300,43 @@ export default { }, "tournament_invites_bool_exp": { "_and": [ - 5401 + 5471 ], "_not": [ - 5401 + 5471 ], "_or": [ - 5401 + 5471 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "invited_by": [ - 4609 + 4610 ], "invited_by_player_steam_id": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 + ], + "team": [ + 5205 + ], + "team_id": [ + 6674 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -119168,10 +120345,10 @@ export default { "tournament_invites_constraint": {}, "tournament_invites_inc_input": { "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -119179,28 +120356,34 @@ export default { }, "tournament_invites_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by": [ - 4616 + 4617 ], "invited_by_player_steam_id": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 + ], + "team": [ + 5214 + ], + "team_id": [ + 6672 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119208,19 +120391,22 @@ export default { }, "tournament_invites_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119228,19 +120414,22 @@ export default { }, "tournament_invites_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119251,7 +120440,7 @@ export default { 41 ], "returning": [ - 5397 + 5467 ], "__typename": [ 85 @@ -119259,13 +120448,13 @@ export default { }, "tournament_invites_on_conflict": { "constraint": [ - 5402 + 5472 ], "update_columns": [ - 5419 + 5489 ], "where": [ - 5401 + 5471 ], "__typename": [ 85 @@ -119273,28 +120462,34 @@ export default { }, "tournament_invites_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by": [ - 4618 + 4619 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 + ], + "team": [ + 5216 + ], + "team_id": [ + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -119302,7 +120497,7 @@ export default { }, "tournament_invites_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119311,19 +120506,22 @@ export default { "tournament_invites_select_column": {}, "tournament_invites_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119364,10 +120562,10 @@ export default { }, "tournament_invites_stream_cursor_input": { "initial_value": [ - 5417 + 5487 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -119375,19 +120573,22 @@ export default { }, "tournament_invites_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119395,10 +120596,10 @@ export default { }, "tournament_invites_sum_fields": { "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -119407,13 +120608,13 @@ export default { "tournament_invites_update_column": {}, "tournament_invites_updates": { "_inc": [ - 5403 + 5473 ], "_set": [ - 5412 + 5482 ], "where": [ - 5401 + 5471 ], "__typename": [ 85 @@ -119454,7 +120655,7 @@ export default { }, "tournament_leaderboard_entries": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -119463,10 +120664,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -119490,7 +120691,7 @@ export default { 85 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -119499,7 +120700,7 @@ export default { 85 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119507,10 +120708,10 @@ export default { }, "tournament_leaderboard_entries_aggregate": { "aggregate": [ - 5426 + 5496 ], "nodes": [ - 5424 + 5494 ], "__typename": [ 85 @@ -119518,13 +120719,13 @@ export default { }, "tournament_leaderboard_entries_aggregate_fields": { "avg": [ - 5427 + 5497 ], "count": [ 41, { "columns": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "distinct": [ @@ -119533,31 +120734,31 @@ export default { } ], "max": [ - 5431 + 5501 ], "min": [ - 5432 + 5502 ], "stddev": [ - 5437 + 5507 ], "stddev_pop": [ - 5438 + 5508 ], "stddev_samp": [ - 5439 + 5509 ], "sum": [ - 5442 + 5512 ], "var_pop": [ - 5444 + 5514 ], "var_samp": [ - 5445 + 5515 ], "variance": [ - 5446 + 5516 ], "__typename": [ 85 @@ -119597,16 +120798,16 @@ export default { }, "tournament_leaderboard_entries_bool_exp": { "_and": [ - 5428 + 5498 ], "_not": [ - 5428 + 5498 ], "_or": [ - 5428 + 5498 ], "adr": [ - 2093 + 2094 ], "assists": [ 42 @@ -119615,10 +120816,10 @@ export default { 42 ], "headshot_percentage": [ - 2093 + 2094 ], "kdr": [ - 2093 + 2094 ], "kills": [ 42 @@ -119642,7 +120843,7 @@ export default { 87 ], "rating": [ - 2093 + 2094 ], "rounds_played": [ 42 @@ -119651,7 +120852,7 @@ export default { 87 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -119659,7 +120860,7 @@ export default { }, "tournament_leaderboard_entries_inc_input": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -119668,10 +120869,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -119680,7 +120881,7 @@ export default { 41 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -119691,7 +120892,7 @@ export default { }, "tournament_leaderboard_entries_insert_input": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -119700,10 +120901,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -119727,7 +120928,7 @@ export default { 85 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -119736,7 +120937,7 @@ export default { 85 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119744,7 +120945,7 @@ export default { }, "tournament_leaderboard_entries_max_fields": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -119753,10 +120954,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -119780,7 +120981,7 @@ export default { 85 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -119789,7 +120990,7 @@ export default { 85 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119797,7 +120998,7 @@ export default { }, "tournament_leaderboard_entries_min_fields": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -119806,10 +121007,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -119833,7 +121034,7 @@ export default { 85 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -119842,7 +121043,7 @@ export default { 85 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -119853,7 +121054,7 @@ export default { 41 ], "returning": [ - 5424 + 5494 ], "__typename": [ 85 @@ -119861,52 +121062,52 @@ export default { }, "tournament_leaderboard_entries_order_by": { "adr": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_avatar_url": [ - 3647 + 3648 ], "player_country": [ - 3647 + 3648 ], "player_custom_avatar_url": [ - 3647 + 3648 ], "player_name": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "rating": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "team_name": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -119915,7 +121116,7 @@ export default { "tournament_leaderboard_entries_select_column": {}, "tournament_leaderboard_entries_set_input": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -119924,10 +121125,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -119951,7 +121152,7 @@ export default { 85 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -119960,7 +121161,7 @@ export default { 85 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120064,10 +121265,10 @@ export default { }, "tournament_leaderboard_entries_stream_cursor_input": { "initial_value": [ - 5441 + 5511 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -120075,7 +121276,7 @@ export default { }, "tournament_leaderboard_entries_stream_cursor_value_input": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -120084,10 +121285,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -120111,7 +121312,7 @@ export default { 85 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -120120,7 +121321,7 @@ export default { 85 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120128,7 +121329,7 @@ export default { }, "tournament_leaderboard_entries_sum_fields": { "adr": [ - 2092 + 2093 ], "assists": [ 41 @@ -120137,10 +121338,10 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -120149,7 +121350,7 @@ export default { 41 ], "rating": [ - 2092 + 2093 ], "rounds_played": [ 41 @@ -120160,13 +121361,13 @@ export default { }, "tournament_leaderboard_entries_updates": { "_inc": [ - 5429 + 5499 ], "_set": [ - 5436 + 5506 ], "where": [ - 5428 + 5498 ], "__typename": [ 85 @@ -120270,28 +121471,28 @@ export default { }, "tournament_no_shows": { "id": [ - 6603 + 6672 ], "occurred_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5781 + 5850 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120299,10 +121500,10 @@ export default { }, "tournament_no_shows_aggregate": { "aggregate": [ - 5449 + 5519 ], "nodes": [ - 5447 + 5517 ], "__typename": [ 85 @@ -120310,13 +121511,13 @@ export default { }, "tournament_no_shows_aggregate_fields": { "avg": [ - 5450 + 5520 ], "count": [ 41, { "columns": [ - 5461, + 5531, "[tournament_no_shows_select_column!]" ], "distinct": [ @@ -120325,31 +121526,31 @@ export default { } ], "max": [ - 5455 + 5525 ], "min": [ - 5456 + 5526 ], "stddev": [ - 5463 + 5533 ], "stddev_pop": [ - 5464 + 5534 ], "stddev_samp": [ - 5465 + 5535 ], "sum": [ - 5468 + 5538 ], "var_pop": [ - 5471 + 5541 ], "var_samp": [ - 5472 + 5542 ], "variance": [ - 5473 + 5543 ], "__typename": [ 85 @@ -120365,37 +121566,37 @@ export default { }, "tournament_no_shows_bool_exp": { "_and": [ - 5451 + 5521 ], "_not": [ - 5451 + 5521 ], "_or": [ - 5451 + 5521 ], "id": [ - 6605 + 6674 ], "occurred_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "tournament_team": [ - 5792 + 5861 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -120404,7 +121605,7 @@ export default { "tournament_no_shows_constraint": {}, "tournament_no_shows_inc_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -120412,28 +121613,28 @@ export default { }, "tournament_no_shows_insert_input": { "id": [ - 6603 + 6672 ], "occurred_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5801 + 5870 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120441,19 +121642,19 @@ export default { }, "tournament_no_shows_max_fields": { "id": [ - 6603 + 6672 ], "occurred_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120461,19 +121662,19 @@ export default { }, "tournament_no_shows_min_fields": { "id": [ - 6603 + 6672 ], "occurred_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120484,7 +121685,7 @@ export default { 41 ], "returning": [ - 5447 + 5517 ], "__typename": [ 85 @@ -120492,13 +121693,13 @@ export default { }, "tournament_no_shows_on_conflict": { "constraint": [ - 5452 + 5522 ], "update_columns": [ - 5469 + 5539 ], "where": [ - 5451 + 5521 ], "__typename": [ 85 @@ -120506,28 +121707,28 @@ export default { }, "tournament_no_shows_order_by": { "id": [ - 3647 + 3648 ], "occurred_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team": [ - 5803 + 5872 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -120535,7 +121736,7 @@ export default { }, "tournament_no_shows_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120544,19 +121745,19 @@ export default { "tournament_no_shows_select_column": {}, "tournament_no_shows_set_input": { "id": [ - 6603 + 6672 ], "occurred_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120588,10 +121789,10 @@ export default { }, "tournament_no_shows_stream_cursor_input": { "initial_value": [ - 5467 + 5537 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -120599,19 +121800,19 @@ export default { }, "tournament_no_shows_stream_cursor_value_input": { "id": [ - 6603 + 6672 ], "occurred_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120619,7 +121820,7 @@ export default { }, "tournament_no_shows_sum_fields": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -120628,13 +121829,13 @@ export default { "tournament_no_shows_update_column": {}, "tournament_no_shows_updates": { "_inc": [ - 5453 + 5523 ], "_set": [ - 5462 + 5532 ], "where": [ - 5451 + 5521 ], "__typename": [ 85 @@ -120666,19 +121867,19 @@ export default { }, "tournament_organizer_teams": { "created_at": [ - 5242 + 5243 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120686,10 +121887,10 @@ export default { }, "tournament_organizer_teams_aggregate": { "aggregate": [ - 5478 + 5548 ], "nodes": [ - 5474 + 5544 ], "__typename": [ 85 @@ -120697,7 +121898,7 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp": { "count": [ - 5477 + 5547 ], "__typename": [ 85 @@ -120705,13 +121906,13 @@ export default { }, "tournament_organizer_teams_aggregate_bool_exp_count": { "arguments": [ - 5492 + 5562 ], "distinct": [ 6 ], "filter": [ - 5481 + 5551 ], "predicate": [ 42 @@ -120725,7 +121926,7 @@ export default { 41, { "columns": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "distinct": [ @@ -120734,10 +121935,10 @@ export default { } ], "max": [ - 5484 + 5554 ], "min": [ - 5486 + 5556 ], "__typename": [ 85 @@ -120745,13 +121946,13 @@ export default { }, "tournament_organizer_teams_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 5485 + 5555 ], "min": [ - 5487 + 5557 ], "__typename": [ 85 @@ -120759,10 +121960,10 @@ export default { }, "tournament_organizer_teams_arr_rel_insert_input": { "data": [ - 5483 + 5553 ], "on_conflict": [ - 5489 + 5559 ], "__typename": [ 85 @@ -120770,28 +121971,28 @@ export default { }, "tournament_organizer_teams_bool_exp": { "_and": [ - 5481 + 5551 ], "_not": [ - 5481 + 5551 ], "_or": [ - 5481 + 5551 ], "created_at": [ - 5243 + 5244 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -120800,19 +122001,19 @@ export default { "tournament_organizer_teams_constraint": {}, "tournament_organizer_teams_insert_input": { "created_at": [ - 5242 + 5243 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120820,13 +122021,13 @@ export default { }, "tournament_organizer_teams_max_fields": { "created_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120834,13 +122035,13 @@ export default { }, "tournament_organizer_teams_max_order_by": { "created_at": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -120848,13 +122049,13 @@ export default { }, "tournament_organizer_teams_min_fields": { "created_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120862,13 +122063,13 @@ export default { }, "tournament_organizer_teams_min_order_by": { "created_at": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -120879,7 +122080,7 @@ export default { 41 ], "returning": [ - 5474 + 5544 ], "__typename": [ 85 @@ -120887,13 +122088,13 @@ export default { }, "tournament_organizer_teams_on_conflict": { "constraint": [ - 5482 + 5552 ], "update_columns": [ - 5496 + 5566 ], "where": [ - 5481 + 5551 ], "__typename": [ 85 @@ -120901,19 +122102,19 @@ export default { }, "tournament_organizer_teams_order_by": { "created_at": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -120921,10 +122122,10 @@ export default { }, "tournament_organizer_teams_pk_columns_input": { "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120933,13 +122134,13 @@ export default { "tournament_organizer_teams_select_column": {}, "tournament_organizer_teams_set_input": { "created_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120947,10 +122148,10 @@ export default { }, "tournament_organizer_teams_stream_cursor_input": { "initial_value": [ - 5495 + 5565 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -120958,13 +122159,13 @@ export default { }, "tournament_organizer_teams_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -120973,10 +122174,10 @@ export default { "tournament_organizer_teams_update_column": {}, "tournament_organizer_teams_updates": { "_set": [ - 5493 + 5563 ], "where": [ - 5481 + 5551 ], "__typename": [ 85 @@ -120984,22 +122185,22 @@ export default { }, "tournament_organizers": { "organization_team": [ - 5193 + 5194 ], "organization_team_id": [ - 6603 + 6672 ], "organizer": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121007,10 +122208,10 @@ export default { }, "tournament_organizers_aggregate": { "aggregate": [ - 5502 + 5572 ], "nodes": [ - 5498 + 5568 ], "__typename": [ 85 @@ -121018,7 +122219,7 @@ export default { }, "tournament_organizers_aggregate_bool_exp": { "count": [ - 5501 + 5571 ], "__typename": [ 85 @@ -121026,13 +122227,13 @@ export default { }, "tournament_organizers_aggregate_bool_exp_count": { "arguments": [ - 5519 + 5589 ], "distinct": [ 6 ], "filter": [ - 5507 + 5577 ], "predicate": [ 42 @@ -121043,13 +122244,13 @@ export default { }, "tournament_organizers_aggregate_fields": { "avg": [ - 5505 + 5575 ], "count": [ 41, { "columns": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "distinct": [ @@ -121058,31 +122259,31 @@ export default { } ], "max": [ - 5511 + 5581 ], "min": [ - 5513 + 5583 ], "stddev": [ - 5521 + 5591 ], "stddev_pop": [ - 5523 + 5593 ], "stddev_samp": [ - 5525 + 5595 ], "sum": [ - 5529 + 5599 ], "var_pop": [ - 5533 + 5603 ], "var_samp": [ - 5535 + 5605 ], "variance": [ - 5537 + 5607 ], "__typename": [ 85 @@ -121090,37 +122291,37 @@ export default { }, "tournament_organizers_aggregate_order_by": { "avg": [ - 5506 + 5576 ], "count": [ - 3647 + 3648 ], "max": [ - 5512 + 5582 ], "min": [ - 5514 + 5584 ], "stddev": [ - 5522 + 5592 ], "stddev_pop": [ - 5524 + 5594 ], "stddev_samp": [ - 5526 + 5596 ], "sum": [ - 5530 + 5600 ], "var_pop": [ - 5534 + 5604 ], "var_samp": [ - 5536 + 5606 ], "variance": [ - 5538 + 5608 ], "__typename": [ 85 @@ -121128,10 +122329,10 @@ export default { }, "tournament_organizers_arr_rel_insert_input": { "data": [ - 5510 + 5580 ], "on_conflict": [ - 5516 + 5586 ], "__typename": [ 85 @@ -121147,7 +122348,7 @@ export default { }, "tournament_organizers_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121155,31 +122356,31 @@ export default { }, "tournament_organizers_bool_exp": { "_and": [ - 5507 + 5577 ], "_not": [ - 5507 + 5577 ], "_or": [ - 5507 + 5577 ], "organization_team": [ - 5204 + 5205 ], "organization_team_id": [ - 6605 + 6674 ], "organizer": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -121188,7 +122389,7 @@ export default { "tournament_organizers_constraint": {}, "tournament_organizers_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -121196,22 +122397,22 @@ export default { }, "tournament_organizers_insert_input": { "organization_team": [ - 5213 + 5214 ], "organization_team_id": [ - 6603 + 6672 ], "organizer": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121219,13 +122420,13 @@ export default { }, "tournament_organizers_max_fields": { "organization_team_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121233,13 +122434,13 @@ export default { }, "tournament_organizers_max_order_by": { "organization_team_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121247,13 +122448,13 @@ export default { }, "tournament_organizers_min_fields": { "organization_team_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121261,13 +122462,13 @@ export default { }, "tournament_organizers_min_order_by": { "organization_team_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121278,7 +122479,7 @@ export default { 41 ], "returning": [ - 5498 + 5568 ], "__typename": [ 85 @@ -121286,13 +122487,13 @@ export default { }, "tournament_organizers_on_conflict": { "constraint": [ - 5508 + 5578 ], "update_columns": [ - 5531 + 5601 ], "where": [ - 5507 + 5577 ], "__typename": [ 85 @@ -121300,22 +122501,22 @@ export default { }, "tournament_organizers_order_by": { "organization_team": [ - 5215 + 5216 ], "organization_team_id": [ - 3647 + 3648 ], "organizer": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121323,10 +122524,10 @@ export default { }, "tournament_organizers_pk_columns_input": { "steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121335,13 +122536,13 @@ export default { "tournament_organizers_select_column": {}, "tournament_organizers_set_input": { "organization_team_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121357,7 +122558,7 @@ export default { }, "tournament_organizers_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121373,7 +122574,7 @@ export default { }, "tournament_organizers_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121389,7 +122590,7 @@ export default { }, "tournament_organizers_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121397,10 +122598,10 @@ export default { }, "tournament_organizers_stream_cursor_input": { "initial_value": [ - 5528 + 5598 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -121408,13 +122609,13 @@ export default { }, "tournament_organizers_stream_cursor_value_input": { "organization_team_id": [ - 6603 + 6672 ], "steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121422,7 +122623,7 @@ export default { }, "tournament_organizers_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -121430,7 +122631,7 @@ export default { }, "tournament_organizers_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121439,13 +122640,13 @@ export default { "tournament_organizers_update_column": {}, "tournament_organizers_updates": { "_inc": [ - 5509 + 5579 ], "_set": [ - 5520 + 5590 ], "where": [ - 5507 + 5577 ], "__typename": [ 85 @@ -121461,7 +122662,7 @@ export default { }, "tournament_organizers_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121477,7 +122678,7 @@ export default { }, "tournament_organizers_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121493,7 +122694,7 @@ export default { }, "tournament_organizers_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121501,10 +122702,10 @@ export default { }, "tournament_prizes": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "order": [ 41 @@ -121516,10 +122717,10 @@ export default { 85 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121527,10 +122728,10 @@ export default { }, "tournament_prizes_aggregate": { "aggregate": [ - 5543 + 5613 ], "nodes": [ - 5539 + 5609 ], "__typename": [ 85 @@ -121538,7 +122739,7 @@ export default { }, "tournament_prizes_aggregate_bool_exp": { "count": [ - 5542 + 5612 ], "__typename": [ 85 @@ -121546,13 +122747,13 @@ export default { }, "tournament_prizes_aggregate_bool_exp_count": { "arguments": [ - 5560 + 5630 ], "distinct": [ 6 ], "filter": [ - 5548 + 5618 ], "predicate": [ 42 @@ -121563,13 +122764,13 @@ export default { }, "tournament_prizes_aggregate_fields": { "avg": [ - 5546 + 5616 ], "count": [ 41, { "columns": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "distinct": [ @@ -121578,31 +122779,31 @@ export default { } ], "max": [ - 5552 + 5622 ], "min": [ - 5554 + 5624 ], "stddev": [ - 5562 + 5632 ], "stddev_pop": [ - 5564 + 5634 ], "stddev_samp": [ - 5566 + 5636 ], "sum": [ - 5570 + 5640 ], "var_pop": [ - 5574 + 5644 ], "var_samp": [ - 5576 + 5646 ], "variance": [ - 5578 + 5648 ], "__typename": [ 85 @@ -121610,37 +122811,37 @@ export default { }, "tournament_prizes_aggregate_order_by": { "avg": [ - 5547 + 5617 ], "count": [ - 3647 + 3648 ], "max": [ - 5553 + 5623 ], "min": [ - 5555 + 5625 ], "stddev": [ - 5563 + 5633 ], "stddev_pop": [ - 5565 + 5635 ], "stddev_samp": [ - 5567 + 5637 ], "sum": [ - 5571 + 5641 ], "var_pop": [ - 5575 + 5645 ], "var_samp": [ - 5577 + 5647 ], "variance": [ - 5579 + 5649 ], "__typename": [ 85 @@ -121648,10 +122849,10 @@ export default { }, "tournament_prizes_arr_rel_insert_input": { "data": [ - 5551 + 5621 ], "on_conflict": [ - 5557 + 5627 ], "__typename": [ 85 @@ -121667,7 +122868,7 @@ export default { }, "tournament_prizes_avg_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121675,19 +122876,19 @@ export default { }, "tournament_prizes_bool_exp": { "_and": [ - 5548 + 5618 ], "_not": [ - 5548 + 5618 ], "_or": [ - 5548 + 5618 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "order": [ 42 @@ -121699,10 +122900,10 @@ export default { 87 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -121719,10 +122920,10 @@ export default { }, "tournament_prizes_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "order": [ 41 @@ -121734,10 +122935,10 @@ export default { 85 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121745,10 +122946,10 @@ export default { }, "tournament_prizes_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "order": [ 41 @@ -121760,7 +122961,7 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121768,22 +122969,22 @@ export default { }, "tournament_prizes_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "place": [ - 3647 + 3648 ], "prize": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121791,10 +122992,10 @@ export default { }, "tournament_prizes_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "order": [ 41 @@ -121806,7 +123007,7 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121814,22 +123015,22 @@ export default { }, "tournament_prizes_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "place": [ - 3647 + 3648 ], "prize": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121840,7 +123041,7 @@ export default { 41 ], "returning": [ - 5539 + 5609 ], "__typename": [ 85 @@ -121848,13 +123049,13 @@ export default { }, "tournament_prizes_on_conflict": { "constraint": [ - 5549 + 5619 ], "update_columns": [ - 5572 + 5642 ], "where": [ - 5548 + 5618 ], "__typename": [ 85 @@ -121862,25 +123063,25 @@ export default { }, "tournament_prizes_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "place": [ - 3647 + 3648 ], "prize": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121888,7 +123089,7 @@ export default { }, "tournament_prizes_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121897,10 +123098,10 @@ export default { "tournament_prizes_select_column": {}, "tournament_prizes_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "order": [ 41 @@ -121912,7 +123113,7 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -121928,7 +123129,7 @@ export default { }, "tournament_prizes_stddev_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121944,7 +123145,7 @@ export default { }, "tournament_prizes_stddev_pop_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121960,7 +123161,7 @@ export default { }, "tournament_prizes_stddev_samp_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -121968,10 +123169,10 @@ export default { }, "tournament_prizes_stream_cursor_input": { "initial_value": [ - 5569 + 5639 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -121979,10 +123180,10 @@ export default { }, "tournament_prizes_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "order": [ 41 @@ -121994,7 +123195,7 @@ export default { 85 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122010,7 +123211,7 @@ export default { }, "tournament_prizes_sum_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122019,13 +123220,13 @@ export default { "tournament_prizes_update_column": {}, "tournament_prizes_updates": { "_inc": [ - 5550 + 5620 ], "_set": [ - 5561 + 5631 ], "where": [ - 5548 + 5618 ], "__typename": [ 85 @@ -122041,7 +123242,7 @@ export default { }, "tournament_prizes_var_pop_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122057,7 +123258,7 @@ export default { }, "tournament_prizes_var_samp_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122073,7 +123274,7 @@ export default { }, "tournament_prizes_variance_order_by": { "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122081,19 +123282,25 @@ export default { }, "tournament_registration_unlocks": { "created_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 + ], + "team": [ + 5194 + ], + "team_id": [ + 6672 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122101,10 +123308,10 @@ export default { }, "tournament_registration_unlocks_aggregate": { "aggregate": [ - 5582 + 5652 ], "nodes": [ - 5580 + 5650 ], "__typename": [ 85 @@ -122112,13 +123319,13 @@ export default { }, "tournament_registration_unlocks_aggregate_fields": { "avg": [ - 5583 + 5653 ], "count": [ 41, { "columns": [ - 5594, + 5663, "[tournament_registration_unlocks_select_column!]" ], "distinct": [ @@ -122127,31 +123334,31 @@ export default { } ], "max": [ - 5588 + 5658 ], "min": [ - 5589 + 5659 ], "stddev": [ - 5596 + 5665 ], "stddev_pop": [ - 5597 + 5666 ], "stddev_samp": [ - 5598 + 5667 ], "sum": [ - 5601 + 5670 ], "var_pop": [ - 5604 + 5673 ], "var_samp": [ - 5605 + 5674 ], "variance": [ - 5606 + 5675 ], "__typename": [ 85 @@ -122167,28 +123374,34 @@ export default { }, "tournament_registration_unlocks_bool_exp": { "_and": [ - 5584 + 5654 ], "_not": [ - 5584 + 5654 ], "_or": [ - 5584 + 5654 ], "created_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 + ], + "team": [ + 5205 + ], + "team_id": [ + 6674 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -122197,7 +123410,7 @@ export default { "tournament_registration_unlocks_constraint": {}, "tournament_registration_unlocks_inc_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -122205,19 +123418,25 @@ export default { }, "tournament_registration_unlocks_insert_input": { "created_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 + ], + "team": [ + 5214 + ], + "team_id": [ + 6672 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122225,13 +123444,16 @@ export default { }, "tournament_registration_unlocks_max_fields": { "created_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122239,13 +123461,16 @@ export default { }, "tournament_registration_unlocks_min_fields": { "created_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122256,7 +123481,7 @@ export default { 41 ], "returning": [ - 5580 + 5650 ], "__typename": [ 85 @@ -122264,13 +123489,13 @@ export default { }, "tournament_registration_unlocks_on_conflict": { "constraint": [ - 5585 + 5655 ], "update_columns": [ - 5602 + 5671 ], "where": [ - 5584 + 5654 ], "__typename": [ 85 @@ -122278,30 +123503,25 @@ export default { }, "tournament_registration_unlocks_order_by": { "created_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], - "tournament": [ - 5859 + "team": [ + 5216 ], - "tournament_id": [ - 3647 + "team_id": [ + 3648 ], - "__typename": [ - 85 - ] - }, - "tournament_registration_unlocks_pk_columns_input": { - "player_steam_id": [ - 311 + "tournament": [ + 5928 ], "tournament_id": [ - 6603 + 3648 ], "__typename": [ 85 @@ -122310,13 +123530,16 @@ export default { "tournament_registration_unlocks_select_column": {}, "tournament_registration_unlocks_set_input": { "created_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122348,10 +123571,10 @@ export default { }, "tournament_registration_unlocks_stream_cursor_input": { "initial_value": [ - 5600 + 5669 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -122359,13 +123582,16 @@ export default { }, "tournament_registration_unlocks_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 + ], + "team_id": [ + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122373,7 +123599,7 @@ export default { }, "tournament_registration_unlocks_sum_fields": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -122382,13 +123608,13 @@ export default { "tournament_registration_unlocks_update_column": {}, "tournament_registration_unlocks_updates": { "_inc": [ - 5586 + 5656 ], "_set": [ - 5595 + 5664 ], "where": [ - 5584 + 5654 ], "__typename": [ 85 @@ -122420,28 +123646,28 @@ export default { }, "tournament_stage_windows": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "round": [ 41 ], "stage": [ - 5648 + 5717 ], "tournament_stage_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122449,10 +123675,10 @@ export default { }, "tournament_stage_windows_aggregate": { "aggregate": [ - 5611 + 5680 ], "nodes": [ - 5607 + 5676 ], "__typename": [ 85 @@ -122460,7 +123686,7 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp": { "count": [ - 5610 + 5679 ], "__typename": [ 85 @@ -122468,13 +123694,13 @@ export default { }, "tournament_stage_windows_aggregate_bool_exp_count": { "arguments": [ - 5628 + 5697 ], "distinct": [ 6 ], "filter": [ - 5616 + 5685 ], "predicate": [ 42 @@ -122485,13 +123711,13 @@ export default { }, "tournament_stage_windows_aggregate_fields": { "avg": [ - 5614 + 5683 ], "count": [ 41, { "columns": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "distinct": [ @@ -122500,31 +123726,31 @@ export default { } ], "max": [ - 5620 + 5689 ], "min": [ - 5622 + 5691 ], "stddev": [ - 5630 + 5699 ], "stddev_pop": [ - 5632 + 5701 ], "stddev_samp": [ - 5634 + 5703 ], "sum": [ - 5638 + 5707 ], "var_pop": [ - 5642 + 5711 ], "var_samp": [ - 5644 + 5713 ], "variance": [ - 5646 + 5715 ], "__typename": [ 85 @@ -122532,37 +123758,37 @@ export default { }, "tournament_stage_windows_aggregate_order_by": { "avg": [ - 5615 + 5684 ], "count": [ - 3647 + 3648 ], "max": [ - 5621 + 5690 ], "min": [ - 5623 + 5692 ], "stddev": [ - 5631 + 5700 ], "stddev_pop": [ - 5633 + 5702 ], "stddev_samp": [ - 5635 + 5704 ], "sum": [ - 5639 + 5708 ], "var_pop": [ - 5643 + 5712 ], "var_samp": [ - 5645 + 5714 ], "variance": [ - 5647 + 5716 ], "__typename": [ 85 @@ -122570,10 +123796,10 @@ export default { }, "tournament_stage_windows_arr_rel_insert_input": { "data": [ - 5619 + 5688 ], "on_conflict": [ - 5625 + 5694 ], "__typename": [ 85 @@ -122589,7 +123815,7 @@ export default { }, "tournament_stage_windows_avg_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122597,37 +123823,37 @@ export default { }, "tournament_stage_windows_bool_exp": { "_and": [ - 5616 + 5685 ], "_not": [ - 5616 + 5685 ], "_or": [ - 5616 + 5685 ], "closes_at": [ - 5243 + 5244 ], "created_at": [ - 5243 + 5244 ], "default_match_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "opens_at": [ - 5243 + 5244 ], "round": [ 42 ], "stage": [ - 5660 + 5729 ], "tournament_stage_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -122644,28 +123870,28 @@ export default { }, "tournament_stage_windows_insert_input": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "round": [ 41 ], "stage": [ - 5672 + 5741 ], "tournament_stage_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122673,25 +123899,25 @@ export default { }, "tournament_stage_windows_max_fields": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "round": [ 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122699,25 +123925,25 @@ export default { }, "tournament_stage_windows_max_order_by": { "closes_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "default_match_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "opens_at": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122725,25 +123951,25 @@ export default { }, "tournament_stage_windows_min_fields": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "round": [ 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122751,25 +123977,25 @@ export default { }, "tournament_stage_windows_min_order_by": { "closes_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "default_match_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "opens_at": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122780,7 +124006,7 @@ export default { 41 ], "returning": [ - 5607 + 5676 ], "__typename": [ 85 @@ -122788,13 +124014,13 @@ export default { }, "tournament_stage_windows_on_conflict": { "constraint": [ - 5617 + 5686 ], "update_columns": [ - 5640 + 5709 ], "where": [ - 5616 + 5685 ], "__typename": [ 85 @@ -122802,28 +124028,28 @@ export default { }, "tournament_stage_windows_order_by": { "closes_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "default_match_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "opens_at": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "stage": [ - 5674 + 5743 ], "tournament_stage_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122831,7 +124057,7 @@ export default { }, "tournament_stage_windows_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122840,25 +124066,25 @@ export default { "tournament_stage_windows_select_column": {}, "tournament_stage_windows_set_input": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "round": [ 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122874,7 +124100,7 @@ export default { }, "tournament_stage_windows_stddev_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122890,7 +124116,7 @@ export default { }, "tournament_stage_windows_stddev_pop_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122906,7 +124132,7 @@ export default { }, "tournament_stage_windows_stddev_samp_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122914,10 +124140,10 @@ export default { }, "tournament_stage_windows_stream_cursor_input": { "initial_value": [ - 5637 + 5706 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -122925,25 +124151,25 @@ export default { }, "tournament_stage_windows_stream_cursor_value_input": { "closes_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "default_match_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "opens_at": [ - 5242 + 5243 ], "round": [ 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -122959,7 +124185,7 @@ export default { }, "tournament_stage_windows_sum_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -122968,13 +124194,13 @@ export default { "tournament_stage_windows_update_column": {}, "tournament_stage_windows_updates": { "_inc": [ - 5618 + 5687 ], "_set": [ - 5629 + 5698 ], "where": [ - 5616 + 5685 ], "__typename": [ 85 @@ -122990,7 +124216,7 @@ export default { }, "tournament_stage_windows_var_pop_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -123006,7 +124232,7 @@ export default { }, "tournament_stage_windows_var_samp_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -123022,7 +124248,7 @@ export default { }, "tournament_stage_windows_variance_order_by": { "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -123030,10 +124256,10 @@ export default { }, "tournament_stages": { "brackets": [ - 5286, + 5287, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -123043,19 +124269,19 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], "brackets_aggregate": [ - 5287, + 5288, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -123065,11 +124291,11 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], @@ -123080,7 +124306,7 @@ export default { 41 ], "e_tournament_stage_type": [ - 1610 + 1611 ], "final_map_advantage": [ 41 @@ -123089,10 +124315,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_rounds": [ 41 @@ -123104,16 +124330,16 @@ export default { 41 ], "options": [ - 3289 + 3290 ], "order": [ 41 ], "results": [ - 7345, + 7414, { "distinct_on": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -123123,19 +124349,19 @@ export default { 41 ], "order_by": [ - 7375, + 7444, "[v_team_stage_results_order_by!]" ], "where": [ - 7364 + 7433 ] } ], "results_aggregate": [ - 7346, + 7415, { "distinct_on": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -123145,16 +124371,16 @@ export default { 41 ], "order_by": [ - 7375, + 7444, "[v_team_stage_results_order_by!]" ], "where": [ - 7364 + 7433 ] } ], "settings": [ - 2438, + 2439, { "path": [ 85 @@ -123168,19 +124394,19 @@ export default { 6 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "type": [ - 1615 + 1616 ], "windows": [ - 5607, + 5676, { "distinct_on": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -123190,19 +124416,19 @@ export default { 41 ], "order_by": [ - 5626, + 5695, "[tournament_stage_windows_order_by!]" ], "where": [ - 5616 + 5685 ] } ], "windows_aggregate": [ - 5608, + 5677, { "distinct_on": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -123212,11 +124438,11 @@ export default { 41 ], "order_by": [ - 5626, + 5695, "[tournament_stage_windows_order_by!]" ], "where": [ - 5616 + 5685 ] } ], @@ -123226,10 +124452,10 @@ export default { }, "tournament_stages_aggregate": { "aggregate": [ - 5654 + 5723 ], "nodes": [ - 5648 + 5717 ], "__typename": [ 85 @@ -123237,13 +124463,13 @@ export default { }, "tournament_stages_aggregate_bool_exp": { "bool_and": [ - 5651 + 5720 ], "bool_or": [ - 5652 + 5721 ], "count": [ - 5653 + 5722 ], "__typename": [ 85 @@ -123251,13 +124477,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_and": { "arguments": [ - 5678 + 5747 ], "distinct": [ 6 ], "filter": [ - 5660 + 5729 ], "predicate": [ 7 @@ -123268,13 +124494,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_bool_or": { "arguments": [ - 5679 + 5748 ], "distinct": [ 6 ], "filter": [ - 5660 + 5729 ], "predicate": [ 7 @@ -123285,13 +124511,13 @@ export default { }, "tournament_stages_aggregate_bool_exp_count": { "arguments": [ - 5677 + 5746 ], "distinct": [ 6 ], "filter": [ - 5660 + 5729 ], "predicate": [ 42 @@ -123302,13 +124528,13 @@ export default { }, "tournament_stages_aggregate_fields": { "avg": [ - 5658 + 5727 ], "count": [ 41, { "columns": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "distinct": [ @@ -123317,31 +124543,31 @@ export default { } ], "max": [ - 5667 + 5736 ], "min": [ - 5669 + 5738 ], "stddev": [ - 5681 + 5750 ], "stddev_pop": [ - 5683 + 5752 ], "stddev_samp": [ - 5685 + 5754 ], "sum": [ - 5689 + 5758 ], "var_pop": [ - 5693 + 5762 ], "var_samp": [ - 5695 + 5764 ], "variance": [ - 5697 + 5766 ], "__typename": [ 85 @@ -123349,37 +124575,37 @@ export default { }, "tournament_stages_aggregate_order_by": { "avg": [ - 5659 + 5728 ], "count": [ - 3647 + 3648 ], "max": [ - 5668 + 5737 ], "min": [ - 5670 + 5739 ], "stddev": [ - 5682 + 5751 ], "stddev_pop": [ - 5684 + 5753 ], "stddev_samp": [ - 5686 + 5755 ], "sum": [ - 5690 + 5759 ], "var_pop": [ - 5694 + 5763 ], "var_samp": [ - 5696 + 5765 ], "variance": [ - 5698 + 5767 ], "__typename": [ 85 @@ -123387,7 +124613,7 @@ export default { }, "tournament_stages_append_input": { "settings": [ - 2438 + 2439 ], "__typename": [ 85 @@ -123395,10 +124621,10 @@ export default { }, "tournament_stages_arr_rel_insert_input": { "data": [ - 5666 + 5735 ], "on_conflict": [ - 5673 + 5742 ], "__typename": [ 85 @@ -123435,28 +124661,28 @@ export default { }, "tournament_stages_avg_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -123464,19 +124690,19 @@ export default { }, "tournament_stages_bool_exp": { "_and": [ - 5660 + 5729 ], "_not": [ - 5660 + 5729 ], "_or": [ - 5660 + 5729 ], "brackets": [ - 5297 + 5298 ], "brackets_aggregate": [ - 5288 + 5289 ], "decider_best_of": [ 42 @@ -123485,7 +124711,7 @@ export default { 42 ], "e_tournament_stage_type": [ - 1613 + 1614 ], "final_map_advantage": [ 42 @@ -123494,10 +124720,10 @@ export default { 42 ], "id": [ - 6605 + 6674 ], "match_options_id": [ - 6605 + 6674 ], "max_rounds": [ 42 @@ -123509,19 +124735,19 @@ export default { 42 ], "options": [ - 3300 + 3301 ], "order": [ 42 ], "results": [ - 7364 + 7433 ], "results_aggregate": [ - 7347 + 7416 ], "settings": [ - 2440 + 2441 ], "swiss_no_elimination": [ 7 @@ -123530,19 +124756,19 @@ export default { 7 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "type": [ - 1616 + 1617 ], "windows": [ - 5616 + 5685 ], "windows_aggregate": [ - 5609 + 5678 ], "__typename": [ 85 @@ -123604,7 +124830,7 @@ export default { }, "tournament_stages_insert_input": { "brackets": [ - 5294 + 5295 ], "decider_best_of": [ 41 @@ -123613,7 +124839,7 @@ export default { 41 ], "e_tournament_stage_type": [ - 1621 + 1622 ], "final_map_advantage": [ 41 @@ -123622,10 +124848,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_rounds": [ 41 @@ -123637,16 +124863,16 @@ export default { 41 ], "options": [ - 3309 + 3310 ], "order": [ 41 ], "results": [ - 7361 + 7430 ], "settings": [ - 2438 + 2439 ], "swiss_no_elimination": [ 6 @@ -123655,16 +124881,16 @@ export default { 6 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "type": [ - 1615 + 1616 ], "windows": [ - 5613 + 5682 ], "__typename": [ 85 @@ -123684,10 +124910,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_rounds": [ 41 @@ -123702,7 +124928,7 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -123710,37 +124936,37 @@ export default { }, "tournament_stages_max_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -123760,10 +124986,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_rounds": [ 41 @@ -123778,7 +125004,7 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -123786,37 +125012,37 @@ export default { }, "tournament_stages_min_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -123827,7 +125053,7 @@ export default { 41 ], "returning": [ - 5648 + 5717 ], "__typename": [ 85 @@ -123835,10 +125061,10 @@ export default { }, "tournament_stages_obj_rel_insert_input": { "data": [ - 5666 + 5735 ], "on_conflict": [ - 5673 + 5742 ], "__typename": [ 85 @@ -123846,13 +125072,13 @@ export default { }, "tournament_stages_on_conflict": { "constraint": [ - 5661 + 5730 ], "update_columns": [ - 5691 + 5760 ], "where": [ - 5660 + 5729 ], "__typename": [ 85 @@ -123860,67 +125086,67 @@ export default { }, "tournament_stages_order_by": { "brackets_aggregate": [ - 5293 + 5294 ], "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "e_tournament_stage_type": [ - 1623 + 1624 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "options": [ - 3311 + 3312 ], "order": [ - 3647 + 3648 ], "results_aggregate": [ - 7360 + 7429 ], "settings": [ - 3647 + 3648 ], "swiss_no_elimination": [ - 3647 + 3648 ], "third_place_match": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "windows_aggregate": [ - 5612 + 5681 ], "__typename": [ 85 @@ -123928,7 +125154,7 @@ export default { }, "tournament_stages_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -123936,7 +125162,7 @@ export default { }, "tournament_stages_prepend_input": { "settings": [ - 2438 + 2439 ], "__typename": [ 85 @@ -123959,10 +125185,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_rounds": [ 41 @@ -123977,7 +125203,7 @@ export default { 41 ], "settings": [ - 2438 + 2439 ], "swiss_no_elimination": [ 6 @@ -123986,10 +125212,10 @@ export default { 6 ], "tournament_id": [ - 6603 + 6672 ], "type": [ - 1615 + 1616 ], "__typename": [ 85 @@ -124026,28 +125252,28 @@ export default { }, "tournament_stages_stddev_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124084,28 +125310,28 @@ export default { }, "tournament_stages_stddev_pop_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124142,28 +125368,28 @@ export default { }, "tournament_stages_stddev_samp_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124171,10 +125397,10 @@ export default { }, "tournament_stages_stream_cursor_input": { "initial_value": [ - 5688 + 5757 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -124194,10 +125420,10 @@ export default { 41 ], "id": [ - 6603 + 6672 ], "match_options_id": [ - 6603 + 6672 ], "max_rounds": [ 41 @@ -124212,7 +125438,7 @@ export default { 41 ], "settings": [ - 2438 + 2439 ], "swiss_no_elimination": [ 6 @@ -124221,10 +125447,10 @@ export default { 6 ], "tournament_id": [ - 6603 + 6672 ], "type": [ - 1615 + 1616 ], "__typename": [ 85 @@ -124261,28 +125487,28 @@ export default { }, "tournament_stages_sum_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124291,28 +125517,28 @@ export default { "tournament_stages_update_column": {}, "tournament_stages_updates": { "_append": [ - 5656 + 5725 ], "_delete_at_path": [ - 5662 + 5731 ], "_delete_elem": [ - 5663 + 5732 ], "_delete_key": [ - 5664 + 5733 ], "_inc": [ - 5665 + 5734 ], "_prepend": [ - 5676 + 5745 ], "_set": [ - 5680 + 5749 ], "where": [ - 5660 + 5729 ], "__typename": [ 85 @@ -124349,28 +125575,28 @@ export default { }, "tournament_stages_var_pop_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124407,28 +125633,28 @@ export default { }, "tournament_stages_var_samp_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124465,28 +125691,28 @@ export default { }, "tournament_stages_variance_order_by": { "decider_best_of": [ - 3647 + 3648 ], "default_best_of": [ - 3647 + 3648 ], "final_map_advantage": [ - 3647 + 3648 ], "groups": [ - 3647 + 3648 ], "max_rounds": [ - 3647 + 3648 ], "max_teams": [ - 3647 + 3648 ], "min_teams": [ - 3647 + 3648 ], "order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124494,28 +125720,28 @@ export default { }, "tournament_team_invites": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by": [ - 4605 + 4606 ], "invited_by_player_steam_id": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "team": [ - 5781 + 5850 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -124523,10 +125749,10 @@ export default { }, "tournament_team_invites_aggregate": { "aggregate": [ - 5703 + 5772 ], "nodes": [ - 5699 + 5768 ], "__typename": [ 85 @@ -124534,7 +125760,7 @@ export default { }, "tournament_team_invites_aggregate_bool_exp": { "count": [ - 5702 + 5771 ], "__typename": [ 85 @@ -124542,13 +125768,13 @@ export default { }, "tournament_team_invites_aggregate_bool_exp_count": { "arguments": [ - 5720 + 5789 ], "distinct": [ 6 ], "filter": [ - 5708 + 5777 ], "predicate": [ 42 @@ -124559,13 +125785,13 @@ export default { }, "tournament_team_invites_aggregate_fields": { "avg": [ - 5706 + 5775 ], "count": [ 41, { "columns": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "distinct": [ @@ -124574,31 +125800,31 @@ export default { } ], "max": [ - 5712 + 5781 ], "min": [ - 5714 + 5783 ], "stddev": [ - 5722 + 5791 ], "stddev_pop": [ - 5724 + 5793 ], "stddev_samp": [ - 5726 + 5795 ], "sum": [ - 5730 + 5799 ], "var_pop": [ - 5734 + 5803 ], "var_samp": [ - 5736 + 5805 ], "variance": [ - 5738 + 5807 ], "__typename": [ 85 @@ -124606,37 +125832,37 @@ export default { }, "tournament_team_invites_aggregate_order_by": { "avg": [ - 5707 + 5776 ], "count": [ - 3647 + 3648 ], "max": [ - 5713 + 5782 ], "min": [ - 5715 + 5784 ], "stddev": [ - 5723 + 5792 ], "stddev_pop": [ - 5725 + 5794 ], "stddev_samp": [ - 5727 + 5796 ], "sum": [ - 5731 + 5800 ], "var_pop": [ - 5735 + 5804 ], "var_samp": [ - 5737 + 5806 ], "variance": [ - 5739 + 5808 ], "__typename": [ 85 @@ -124644,10 +125870,10 @@ export default { }, "tournament_team_invites_arr_rel_insert_input": { "data": [ - 5711 + 5780 ], "on_conflict": [ - 5717 + 5786 ], "__typename": [ 85 @@ -124666,10 +125892,10 @@ export default { }, "tournament_team_invites_avg_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124677,37 +125903,37 @@ export default { }, "tournament_team_invites_bool_exp": { "_and": [ - 5708 + 5777 ], "_not": [ - 5708 + 5777 ], "_or": [ - 5708 + 5777 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "invited_by": [ - 4609 + 4610 ], "invited_by_player_steam_id": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "team": [ - 5792 + 5861 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -124716,10 +125942,10 @@ export default { "tournament_team_invites_constraint": {}, "tournament_team_invites_inc_input": { "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -124727,28 +125953,28 @@ export default { }, "tournament_team_invites_insert_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by": [ - 4616 + 4617 ], "invited_by_player_steam_id": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "team": [ - 5801 + 5870 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -124756,19 +125982,19 @@ export default { }, "tournament_team_invites_max_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -124776,19 +126002,19 @@ export default { }, "tournament_team_invites_max_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124796,19 +126022,19 @@ export default { }, "tournament_team_invites_min_fields": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -124816,19 +126042,19 @@ export default { }, "tournament_team_invites_min_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124839,7 +126065,7 @@ export default { 41 ], "returning": [ - 5699 + 5768 ], "__typename": [ 85 @@ -124847,13 +126073,13 @@ export default { }, "tournament_team_invites_on_conflict": { "constraint": [ - 5709 + 5778 ], "update_columns": [ - 5732 + 5801 ], "where": [ - 5708 + 5777 ], "__typename": [ 85 @@ -124861,28 +126087,28 @@ export default { }, "tournament_team_invites_order_by": { "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invited_by": [ - 4618 + 4619 ], "invited_by_player_steam_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "team": [ - 5803 + 5872 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124890,7 +126116,7 @@ export default { }, "tournament_team_invites_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -124899,19 +126125,19 @@ export default { "tournament_team_invites_select_column": {}, "tournament_team_invites_set_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -124930,10 +126156,10 @@ export default { }, "tournament_team_invites_stddev_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124952,10 +126178,10 @@ export default { }, "tournament_team_invites_stddev_pop_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124974,10 +126200,10 @@ export default { }, "tournament_team_invites_stddev_samp_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -124985,10 +126211,10 @@ export default { }, "tournament_team_invites_stream_cursor_input": { "initial_value": [ - 5729 + 5798 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -124996,19 +126222,19 @@ export default { }, "tournament_team_invites_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125016,10 +126242,10 @@ export default { }, "tournament_team_invites_sum_fields": { "invited_by_player_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -125027,10 +126253,10 @@ export default { }, "tournament_team_invites_sum_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125039,13 +126265,13 @@ export default { "tournament_team_invites_update_column": {}, "tournament_team_invites_updates": { "_inc": [ - 5710 + 5779 ], "_set": [ - 5721 + 5790 ], "where": [ - 5708 + 5777 ], "__typename": [ 85 @@ -125064,10 +126290,10 @@ export default { }, "tournament_team_invites_var_pop_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125086,10 +126312,10 @@ export default { }, "tournament_team_invites_var_samp_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125108,10 +126334,10 @@ export default { }, "tournament_team_invites_variance_order_by": { "invited_by_player_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125119,34 +126345,34 @@ export default { }, "tournament_team_roster": { "checked_in_at": [ - 5242 + 5243 ], "e_team_role": [ - 1487 + 1488 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "target_eligible": [ 6 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5781 + 5850 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125154,10 +126380,10 @@ export default { }, "tournament_team_roster_aggregate": { "aggregate": [ - 5744 + 5813 ], "nodes": [ - 5740 + 5809 ], "__typename": [ 85 @@ -125165,7 +126391,7 @@ export default { }, "tournament_team_roster_aggregate_bool_exp": { "count": [ - 5743 + 5812 ], "__typename": [ 85 @@ -125173,13 +126399,13 @@ export default { }, "tournament_team_roster_aggregate_bool_exp_count": { "arguments": [ - 5761 + 5830 ], "distinct": [ 6 ], "filter": [ - 5749 + 5818 ], "predicate": [ 42 @@ -125190,13 +126416,13 @@ export default { }, "tournament_team_roster_aggregate_fields": { "avg": [ - 5747 + 5816 ], "count": [ 41, { "columns": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "distinct": [ @@ -125205,31 +126431,31 @@ export default { } ], "max": [ - 5753 + 5822 ], "min": [ - 5755 + 5824 ], "stddev": [ - 5763 + 5832 ], "stddev_pop": [ - 5765 + 5834 ], "stddev_samp": [ - 5767 + 5836 ], "sum": [ - 5771 + 5840 ], "var_pop": [ - 5775 + 5844 ], "var_samp": [ - 5777 + 5846 ], "variance": [ - 5779 + 5848 ], "__typename": [ 85 @@ -125237,37 +126463,37 @@ export default { }, "tournament_team_roster_aggregate_order_by": { "avg": [ - 5748 + 5817 ], "count": [ - 3647 + 3648 ], "max": [ - 5754 + 5823 ], "min": [ - 5756 + 5825 ], "stddev": [ - 5764 + 5833 ], "stddev_pop": [ - 5766 + 5835 ], "stddev_samp": [ - 5768 + 5837 ], "sum": [ - 5772 + 5841 ], "var_pop": [ - 5776 + 5845 ], "var_samp": [ - 5778 + 5847 ], "variance": [ - 5780 + 5849 ], "__typename": [ 85 @@ -125275,10 +126501,10 @@ export default { }, "tournament_team_roster_arr_rel_insert_input": { "data": [ - 5752 + 5821 ], "on_conflict": [ - 5758 + 5827 ], "__typename": [ 85 @@ -125294,7 +126520,7 @@ export default { }, "tournament_team_roster_avg_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125302,43 +126528,43 @@ export default { }, "tournament_team_roster_bool_exp": { "_and": [ - 5749 + 5818 ], "_not": [ - 5749 + 5818 ], "_or": [ - 5749 + 5818 ], "checked_in_at": [ - 5243 + 5244 ], "e_team_role": [ - 1490 + 1491 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "role": [ - 1493 + 1494 ], "target_eligible": [ 7 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "tournament_team": [ - 5792 + 5861 ], "tournament_team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -125347,7 +126573,7 @@ export default { "tournament_team_roster_constraint": {}, "tournament_team_roster_inc_input": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -125355,31 +126581,31 @@ export default { }, "tournament_team_roster_insert_input": { "checked_in_at": [ - 5242 + 5243 ], "e_team_role": [ - 1498 + 1499 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team": [ - 5801 + 5870 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125387,16 +126613,16 @@ export default { }, "tournament_team_roster_max_fields": { "checked_in_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125404,16 +126630,16 @@ export default { }, "tournament_team_roster_max_order_by": { "checked_in_at": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125421,16 +126647,16 @@ export default { }, "tournament_team_roster_min_fields": { "checked_in_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125438,16 +126664,16 @@ export default { }, "tournament_team_roster_min_order_by": { "checked_in_at": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125458,7 +126684,7 @@ export default { 41 ], "returning": [ - 5740 + 5809 ], "__typename": [ 85 @@ -125466,13 +126692,13 @@ export default { }, "tournament_team_roster_on_conflict": { "constraint": [ - 5750 + 5819 ], "update_columns": [ - 5773 + 5842 ], "where": [ - 5749 + 5818 ], "__typename": [ 85 @@ -125480,34 +126706,34 @@ export default { }, "tournament_team_roster_order_by": { "checked_in_at": [ - 3647 + 3648 ], "e_team_role": [ - 1500 + 1501 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "role": [ - 3647 + 3648 ], "target_eligible": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team": [ - 5803 + 5872 ], "tournament_team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125515,10 +126741,10 @@ export default { }, "tournament_team_roster_pk_columns_input": { "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125527,19 +126753,19 @@ export default { "tournament_team_roster_select_column": {}, "tournament_team_roster_set_input": { "checked_in_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125555,7 +126781,7 @@ export default { }, "tournament_team_roster_stddev_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125571,7 +126797,7 @@ export default { }, "tournament_team_roster_stddev_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125587,7 +126813,7 @@ export default { }, "tournament_team_roster_stddev_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125595,10 +126821,10 @@ export default { }, "tournament_team_roster_stream_cursor_input": { "initial_value": [ - 5770 + 5839 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -125606,19 +126832,19 @@ export default { }, "tournament_team_roster_stream_cursor_value_input": { "checked_in_at": [ - 5242 + 5243 ], "player_steam_id": [ - 311 + 312 ], "role": [ - 1492 + 1493 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125626,7 +126852,7 @@ export default { }, "tournament_team_roster_sum_fields": { "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -125634,7 +126860,7 @@ export default { }, "tournament_team_roster_sum_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125643,13 +126869,13 @@ export default { "tournament_team_roster_update_column": {}, "tournament_team_roster_updates": { "_inc": [ - 5751 + 5820 ], "_set": [ - 5762 + 5831 ], "where": [ - 5749 + 5818 ], "__typename": [ 85 @@ -125665,7 +126891,7 @@ export default { }, "tournament_team_roster_var_pop_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125681,7 +126907,7 @@ export default { }, "tournament_team_roster_var_samp_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125697,7 +126923,7 @@ export default { }, "tournament_team_roster_variance_order_by": { "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -125708,31 +126934,31 @@ export default { 6 ], "captain": [ - 4605 + 4606 ], "captain_steam_id": [ - 311 + 312 ], "checked_in": [ 6 ], "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "creator": [ - 4605 + 4606 ], "eligible_at": [ - 5242 + 5243 ], "free_agents": [ - 5356, + 5357, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -125742,19 +126968,19 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "free_agents_aggregate": [ - 5357, + 5358, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -125764,22 +126990,22 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "id": [ - 6603 + 6672 ], "invites": [ - 5699, + 5768, { "distinct_on": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -125789,19 +127015,19 @@ export default { 41 ], "order_by": [ - 5718, + 5787, "[tournament_team_invites_order_by!]" ], "where": [ - 5708 + 5777 ] } ], "invites_aggregate": [ - 5700, + 5769, { "distinct_on": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -125811,11 +127037,11 @@ export default { 41 ], "order_by": [ - 5718, + 5787, "[tournament_team_invites_order_by!]" ], "where": [ - 5708 + 5777 ] } ], @@ -125826,16 +127052,16 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "results": [ - 7345 + 7414 ], "roster": [ - 5740, + 5809, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -125845,19 +127071,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "roster_aggregate": [ - 5741, + 5810, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -125867,11 +127093,11 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], @@ -125882,16 +127108,16 @@ export default { 85 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -125899,10 +127125,10 @@ export default { }, "tournament_teams_aggregate": { "aggregate": [ - 5787 + 5856 ], "nodes": [ - 5781 + 5850 ], "__typename": [ 85 @@ -125910,13 +127136,13 @@ export default { }, "tournament_teams_aggregate_bool_exp": { "bool_and": [ - 5784 + 5853 ], "bool_or": [ - 5785 + 5854 ], "count": [ - 5786 + 5855 ], "__typename": [ 85 @@ -125924,13 +127150,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_bool_and": { "arguments": [ - 5806 + 5875 ], "distinct": [ 6 ], "filter": [ - 5792 + 5861 ], "predicate": [ 7 @@ -125941,13 +127167,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_bool_or": { "arguments": [ - 5807 + 5876 ], "distinct": [ 6 ], "filter": [ - 5792 + 5861 ], "predicate": [ 7 @@ -125958,13 +127184,13 @@ export default { }, "tournament_teams_aggregate_bool_exp_count": { "arguments": [ - 5805 + 5874 ], "distinct": [ 6 ], "filter": [ - 5792 + 5861 ], "predicate": [ 42 @@ -125975,13 +127201,13 @@ export default { }, "tournament_teams_aggregate_fields": { "avg": [ - 5790 + 5859 ], "count": [ 41, { "columns": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "distinct": [ @@ -125990,31 +127216,31 @@ export default { } ], "max": [ - 5796 + 5865 ], "min": [ - 5798 + 5867 ], "stddev": [ - 5809 + 5878 ], "stddev_pop": [ - 5811 + 5880 ], "stddev_samp": [ - 5813 + 5882 ], "sum": [ - 5817 + 5886 ], "var_pop": [ - 5821 + 5890 ], "var_samp": [ - 5823 + 5892 ], "variance": [ - 5825 + 5894 ], "__typename": [ 85 @@ -126022,37 +127248,37 @@ export default { }, "tournament_teams_aggregate_order_by": { "avg": [ - 5791 + 5860 ], "count": [ - 3647 + 3648 ], "max": [ - 5797 + 5866 ], "min": [ - 5799 + 5868 ], "stddev": [ - 5810 + 5879 ], "stddev_pop": [ - 5812 + 5881 ], "stddev_samp": [ - 5814 + 5883 ], "sum": [ - 5818 + 5887 ], "var_pop": [ - 5822 + 5891 ], "var_samp": [ - 5824 + 5893 ], "variance": [ - 5826 + 5895 ], "__typename": [ 85 @@ -126060,10 +127286,10 @@ export default { }, "tournament_teams_arr_rel_insert_input": { "data": [ - 5795 + 5864 ], "on_conflict": [ - 5802 + 5871 ], "__typename": [ 85 @@ -126085,13 +127311,13 @@ export default { }, "tournament_teams_avg_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126099,52 +127325,52 @@ export default { }, "tournament_teams_bool_exp": { "_and": [ - 5792 + 5861 ], "_not": [ - 5792 + 5861 ], "_or": [ - 5792 + 5861 ], "can_manage": [ 7 ], "captain": [ - 4609 + 4610 ], "captain_steam_id": [ - 313 + 314 ], "checked_in": [ 7 ], "checked_in_at": [ - 5243 + 5244 ], "created_at": [ - 5243 + 5244 ], "creator": [ - 4609 + 4610 ], "eligible_at": [ - 5243 + 5244 ], "free_agents": [ - 5365 + 5366 ], "free_agents_aggregate": [ - 5358 + 5359 ], "id": [ - 6605 + 6674 ], "invites": [ - 5708 + 5777 ], "invites_aggregate": [ - 5701 + 5770 ], "is_drafted": [ 7 @@ -126153,16 +127379,16 @@ export default { 87 ], "owner_steam_id": [ - 313 + 314 ], "results": [ - 7364 + 7433 ], "roster": [ - 5749 + 5818 ], "roster_aggregate": [ - 5742 + 5811 ], "seed": [ 42 @@ -126171,16 +127397,16 @@ export default { 87 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -126189,10 +127415,10 @@ export default { "tournament_teams_constraint": {}, "tournament_teams_inc_input": { "captain_steam_id": [ - 311 + 312 ], "owner_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -126203,31 +127429,31 @@ export default { }, "tournament_teams_insert_input": { "captain": [ - 4616 + 4617 ], "captain_steam_id": [ - 311 + 312 ], "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "creator": [ - 4616 + 4617 ], "eligible_at": [ - 5242 + 5243 ], "free_agents": [ - 5362 + 5363 ], "id": [ - 6603 + 6672 ], "invites": [ - 5705 + 5774 ], "is_drafted": [ 6 @@ -126236,13 +127462,13 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "results": [ - 7373 + 7442 ], "roster": [ - 5746 + 5815 ], "seed": [ 41 @@ -126251,16 +127477,16 @@ export default { 85 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -126268,25 +127494,25 @@ export default { }, "tournament_teams_max_fields": { "captain_steam_id": [ - 311 + 312 ], "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "eligible_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "owner_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -126295,10 +127521,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -126306,37 +127532,37 @@ export default { }, "tournament_teams_max_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "checked_in_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "eligible_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "short_name": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126344,25 +127570,25 @@ export default { }, "tournament_teams_min_fields": { "captain_steam_id": [ - 311 + 312 ], "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "eligible_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "name": [ 85 ], "owner_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -126371,10 +127597,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -126382,37 +127608,37 @@ export default { }, "tournament_teams_min_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "checked_in_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "eligible_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "short_name": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126423,7 +127649,7 @@ export default { 41 ], "returning": [ - 5781 + 5850 ], "__typename": [ 85 @@ -126431,10 +127657,10 @@ export default { }, "tournament_teams_obj_rel_insert_input": { "data": [ - 5795 + 5864 ], "on_conflict": [ - 5802 + 5871 ], "__typename": [ 85 @@ -126442,13 +127668,13 @@ export default { }, "tournament_teams_on_conflict": { "constraint": [ - 5793 + 5862 ], "update_columns": [ - 5819 + 5888 ], "where": [ - 5792 + 5861 ], "__typename": [ 85 @@ -126456,70 +127682,70 @@ export default { }, "tournament_teams_order_by": { "can_manage": [ - 3647 + 3648 ], "captain": [ - 4618 + 4619 ], "captain_steam_id": [ - 3647 + 3648 ], "checked_in": [ - 3647 + 3648 ], "checked_in_at": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "creator": [ - 4618 + 4619 ], "eligible_at": [ - 3647 + 3648 ], "free_agents_aggregate": [ - 5361 + 5362 ], "id": [ - 3647 + 3648 ], "invites_aggregate": [ - 5704 + 5773 ], "is_drafted": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "results": [ - 7375 + 7444 ], "roster_aggregate": [ - 5745 + 5814 ], "seed": [ - 3647 + 3648 ], "short_name": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126527,7 +127753,7 @@ export default { }, "tournament_teams_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -126538,19 +127764,19 @@ export default { "tournament_teams_select_column_tournament_teams_aggregate_bool_exp_bool_or_arguments_columns": {}, "tournament_teams_set_input": { "captain_steam_id": [ - 311 + 312 ], "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "eligible_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "is_drafted": [ 6 @@ -126559,7 +127785,7 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -126568,10 +127794,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -126593,13 +127819,13 @@ export default { }, "tournament_teams_stddev_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126621,13 +127847,13 @@ export default { }, "tournament_teams_stddev_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126649,13 +127875,13 @@ export default { }, "tournament_teams_stddev_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126663,10 +127889,10 @@ export default { }, "tournament_teams_stream_cursor_input": { "initial_value": [ - 5816 + 5885 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -126674,19 +127900,19 @@ export default { }, "tournament_teams_stream_cursor_value_input": { "captain_steam_id": [ - 311 + 312 ], "checked_in_at": [ - 5242 + 5243 ], "created_at": [ - 5242 + 5243 ], "eligible_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "is_drafted": [ 6 @@ -126695,7 +127921,7 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -126704,10 +127930,10 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -126715,10 +127941,10 @@ export default { }, "tournament_teams_sum_fields": { "captain_steam_id": [ - 311 + 312 ], "owner_steam_id": [ - 311 + 312 ], "seed": [ 41 @@ -126729,13 +127955,13 @@ export default { }, "tournament_teams_sum_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126744,13 +127970,13 @@ export default { "tournament_teams_update_column": {}, "tournament_teams_updates": { "_inc": [ - 5794 + 5863 ], "_set": [ - 5808 + 5877 ], "where": [ - 5792 + 5861 ], "__typename": [ 85 @@ -126772,13 +127998,13 @@ export default { }, "tournament_teams_var_pop_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126800,13 +128026,13 @@ export default { }, "tournament_teams_var_samp_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126828,13 +128054,13 @@ export default { }, "tournament_teams_variance_order_by": { "captain_steam_id": [ - 3647 + 3648 ], "owner_steam_id": [ - 3647 + 3648 ], "seed": [ - 3647 + 3648 ], "__typename": [ 85 @@ -126842,16 +128068,16 @@ export default { }, "tournaments": { "admin": [ - 4605 + 4606 ], "auto_start": [ 6 ], "award_configs": [ - 5244, + 5245, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -126861,19 +128087,19 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "award_configs_aggregate": [ - 5245, + 5246, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -126883,19 +128109,19 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "awards": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -126905,19 +128131,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "awards_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -126927,11 +128153,11 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], @@ -126969,10 +128195,10 @@ export default { 6 ], "categories": [ - 5332, + 5333, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -126982,19 +128208,19 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], "categories_aggregate": [ - 5333, + 5334, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -127004,11 +128230,11 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], @@ -127016,7 +128242,7 @@ export default { 41 ], "check_in_ends_at": [ - 5242 + 5243 ], "check_in_open": [ 6 @@ -127028,13 +128254,13 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "check_in_started": [ 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -127091,13 +128317,13 @@ export default { 85 ], "e_tournament_status": [ - 1631 + 1632 ], "free_agents": [ - 5356, + 5357, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -127107,19 +128333,19 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "free_agents_aggregate": [ - 5357, + 5358, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -127129,11 +128355,11 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], @@ -127144,7 +128370,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "invite_only": [ 6 @@ -127159,10 +128385,10 @@ export default { 6 ], "latitude": [ - 2092 + 2093 ], "league_season_division": [ - 2616 + 2617 ], "location": [ 85 @@ -127171,10 +128397,10 @@ export default { 85 ], "longitude": [ - 2092 + 2093 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -127192,7 +128418,7 @@ export default { 41 ], "min_role": [ - 1285 + 1286 ], "missed_check_in_count": [ 41 @@ -127201,19 +128427,16 @@ export default { 85 ], "options": [ - 3289 - ], - "organizer_registration_passcode": [ - 85 + 3290 ], "organizer_steam_id": [ - 311 + 312 ], "organizer_teams": [ - 5474, + 5544, { "distinct_on": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -127223,19 +128446,19 @@ export default { 41 ], "order_by": [ - 5490, + 5560, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5481 + 5551 ] } ], "organizer_teams_aggregate": [ - 5475, + 5545, { "distinct_on": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -127245,19 +128468,19 @@ export default { 41 ], "order_by": [ - 5490, + 5560, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5481 + 5551 ] } ], "organizers": [ - 5498, + 5568, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -127267,19 +128490,19 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "organizers_aggregate": [ - 5499, + 5569, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -127289,19 +128512,19 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "player_stats": [ - 7456, + 7525, { "distinct_on": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -127311,19 +128534,19 @@ export default { 41 ], "order_by": [ - 7481, + 7550, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7475 + 7544 ] } ], "player_stats_aggregate": [ - 7457, + 7526, { "distinct_on": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -127333,19 +128556,19 @@ export default { 41 ], "order_by": [ - 7481, + 7550, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7475 + 7544 ] } ], "prizes": [ - 5539, + 5609, { "distinct_on": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "limit": [ @@ -127355,19 +128578,19 @@ export default { 41 ], "order_by": [ - 5558, + 5628, "[tournament_prizes_order_by!]" ], "where": [ - 5548 + 5618 ] } ], "prizes_aggregate": [ - 5540, + 5610, { "distinct_on": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "limit": [ @@ -127377,31 +128600,28 @@ export default { 41 ], "order_by": [ - 5558, + 5628, "[tournament_prizes_order_by!]" ], "where": [ - 5548 + 5618 ] } ], "regions": [ 85 ], - "registration_passcode": [ - 85 - ], "registration_type": [ - 1595 + 1596 ], "registration_unlocked": [ 6 ], "results": [ - 7405, + 7474, { "distinct_on": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -127411,19 +128631,19 @@ export default { 41 ], "order_by": [ - 7430, + 7499, "[v_team_tournament_results_order_by!]" ], "where": [ - 7424 + 7493 ] } ], "results_aggregate": [ - 7406, + 7475, { "distinct_on": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -127433,19 +128653,19 @@ export default { 41 ], "order_by": [ - 7430, + 7499, "[v_team_tournament_results_order_by!]" ], "where": [ - 7424 + 7493 ] } ], "rosters": [ - 5740, + 5809, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -127455,19 +128675,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "rosters_aggregate": [ - 5741, + 5810, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -127477,11 +128697,11 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], @@ -127489,10 +128709,10 @@ export default { 85 ], "stages": [ - 5648, + 5717, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -127502,19 +128722,19 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "stages_aggregate": [ - 5649, + 5718, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -127524,25 +128744,25 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "start": [ - 5242 + 5243 ], "status": [ - 1636 + 1637 ], "teams": [ - 5781, + 5850, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -127552,19 +128772,19 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], "teams_aggregate": [ - 5782, + 5851, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -127574,11 +128794,11 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], @@ -127588,10 +128808,10 @@ export default { }, "tournaments_aggregate": { "aggregate": [ - 5843 + 5912 ], "nodes": [ - 5827 + 5896 ], "__typename": [ 85 @@ -127599,37 +128819,37 @@ export default { }, "tournaments_aggregate_bool_exp": { "avg": [ - 5830 + 5899 ], "bool_and": [ - 5831 + 5900 ], "bool_or": [ - 5832 + 5901 ], "corr": [ - 5833 + 5902 ], "count": [ - 5835 + 5904 ], "covar_samp": [ - 5836 + 5905 ], "max": [ - 5838 + 5907 ], "min": [ - 5839 + 5908 ], "stddev_samp": [ - 5840 + 5909 ], "sum": [ - 5841 + 5910 ], "var_samp": [ - 5842 + 5911 ], "__typename": [ 85 @@ -127637,16 +128857,16 @@ export default { }, "tournaments_aggregate_bool_exp_avg": { "arguments": [ - 5862 + 5931 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127654,13 +128874,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_and": { "arguments": [ - 5863 + 5932 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ 7 @@ -127671,13 +128891,13 @@ export default { }, "tournaments_aggregate_bool_exp_bool_or": { "arguments": [ - 5864 + 5933 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ 7 @@ -127688,16 +128908,16 @@ export default { }, "tournaments_aggregate_bool_exp_corr": { "arguments": [ - 5834 + 5903 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127705,10 +128925,10 @@ export default { }, "tournaments_aggregate_bool_exp_corr_arguments": { "X": [ - 5865 + 5934 ], "Y": [ - 5865 + 5934 ], "__typename": [ 85 @@ -127716,13 +128936,13 @@ export default { }, "tournaments_aggregate_bool_exp_count": { "arguments": [ - 5861 + 5930 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ 42 @@ -127733,16 +128953,16 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp": { "arguments": [ - 5837 + 5906 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127750,10 +128970,10 @@ export default { }, "tournaments_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 5866 + 5935 ], "Y": [ - 5866 + 5935 ], "__typename": [ 85 @@ -127761,16 +128981,16 @@ export default { }, "tournaments_aggregate_bool_exp_max": { "arguments": [ - 5867 + 5936 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127778,16 +128998,16 @@ export default { }, "tournaments_aggregate_bool_exp_min": { "arguments": [ - 5868 + 5937 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127795,16 +129015,16 @@ export default { }, "tournaments_aggregate_bool_exp_stddev_samp": { "arguments": [ - 5869 + 5938 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127812,16 +129032,16 @@ export default { }, "tournaments_aggregate_bool_exp_sum": { "arguments": [ - 5870 + 5939 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127829,16 +129049,16 @@ export default { }, "tournaments_aggregate_bool_exp_var_samp": { "arguments": [ - 5871 + 5940 ], "distinct": [ 6 ], "filter": [ - 5848 + 5917 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -127846,13 +129066,13 @@ export default { }, "tournaments_aggregate_fields": { "avg": [ - 5846 + 5915 ], "count": [ 41, { "columns": [ - 5861, + 5930, "[tournaments_select_column!]" ], "distinct": [ @@ -127861,31 +129081,31 @@ export default { } ], "max": [ - 5852 + 5921 ], "min": [ - 5854 + 5923 ], "stddev": [ - 5873 + 5942 ], "stddev_pop": [ - 5875 + 5944 ], "stddev_samp": [ - 5877 + 5946 ], "sum": [ - 5881 + 5950 ], "var_pop": [ - 5885 + 5954 ], "var_samp": [ - 5887 + 5956 ], "variance": [ - 5889 + 5958 ], "__typename": [ 85 @@ -127893,37 +129113,37 @@ export default { }, "tournaments_aggregate_order_by": { "avg": [ - 5847 + 5916 ], "count": [ - 3647 + 3648 ], "max": [ - 5853 + 5922 ], "min": [ - 5855 + 5924 ], "stddev": [ - 5874 + 5943 ], "stddev_pop": [ - 5876 + 5945 ], "stddev_samp": [ - 5878 + 5947 ], "sum": [ - 5882 + 5951 ], "var_pop": [ - 5886 + 5955 ], "var_samp": [ - 5888 + 5957 ], "variance": [ - 5890 + 5959 ], "__typename": [ 85 @@ -127931,10 +129151,10 @@ export default { }, "tournaments_arr_rel_insert_input": { "data": [ - 5851 + 5920 ], "on_conflict": [ - 5858 + 5927 ], "__typename": [ 85 @@ -127977,25 +129197,25 @@ export default { }, "tournaments_avg_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -128003,31 +129223,31 @@ export default { }, "tournaments_bool_exp": { "_and": [ - 5848 + 5917 ], "_not": [ - 5848 + 5917 ], "_or": [ - 5848 + 5917 ], "admin": [ - 4609 + 4610 ], "auto_start": [ 7 ], "award_configs": [ - 5253 + 5254 ], "award_configs_aggregate": [ - 5246 + 5247 ], "awards": [ - 251 + 252 ], "awards_aggregate": [ - 244 + 245 ], "awards_enabled": [ 7 @@ -128063,16 +129283,16 @@ export default { 7 ], "categories": [ - 5339 + 5340 ], "categories_aggregate": [ - 5334 + 5335 ], "check_in_closes_before_minutes": [ 42 ], "check_in_ends_at": [ - 5243 + 5244 ], "check_in_open": [ 7 @@ -128084,13 +129304,13 @@ export default { 7 ], "check_in_setting": [ - 690 + 691 ], "check_in_started": [ 7 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 @@ -128147,13 +129367,13 @@ export default { 87 ], "e_tournament_status": [ - 1634 + 1635 ], "free_agents": [ - 5365 + 5366 ], "free_agents_aggregate": [ - 5358 + 5359 ], "has_min_teams": [ 7 @@ -128162,7 +129382,7 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "invite_only": [ 7 @@ -128177,10 +129397,10 @@ export default { 7 ], "latitude": [ - 2093 + 2094 ], "league_season_division": [ - 2623 + 2624 ], "location": [ 87 @@ -128189,10 +129409,10 @@ export default { 87 ], "longitude": [ - 2093 + 2094 ], "match_options_id": [ - 6605 + 6674 ], "max_elo": [ 42 @@ -128210,7 +129430,7 @@ export default { 42 ], "min_role": [ - 1286 + 1287 ], "missed_check_in_count": [ 42 @@ -128219,82 +129439,76 @@ export default { 87 ], "options": [ - 3300 - ], - "organizer_registration_passcode": [ - 87 + 3301 ], "organizer_steam_id": [ - 313 + 314 ], "organizer_teams": [ - 5481 + 5551 ], "organizer_teams_aggregate": [ - 5476 + 5546 ], "organizers": [ - 5507 + 5577 ], "organizers_aggregate": [ - 5500 + 5570 ], "player_stats": [ - 7475 + 7544 ], "player_stats_aggregate": [ - 7458 + 7527 ], "prizes": [ - 5548 + 5618 ], "prizes_aggregate": [ - 5541 + 5611 ], "regions": [ 86 ], - "registration_passcode": [ - 87 - ], "registration_type": [ - 1596 + 1597 ], "registration_unlocked": [ 7 ], "results": [ - 7424 + 7493 ], "results_aggregate": [ - 7407 + 7476 ], "rosters": [ - 5749 + 5818 ], "rosters_aggregate": [ - 5742 + 5811 ], "scheduling_mode": [ 87 ], "stages": [ - 5660 + 5729 ], "stages_aggregate": [ - 5650 + 5719 ], "start": [ - 5243 + 5244 ], "status": [ - 1637 + 1638 ], "teams": [ - 5792 + 5861 ], "teams_aggregate": [ - 5783 + 5852 ], "__typename": [ 85 @@ -128309,10 +129523,10 @@ export default { 41 ], "latitude": [ - 2092 + 2093 ], "longitude": [ - 2092 + 2093 ], "max_elo": [ 41 @@ -128321,7 +129535,7 @@ export default { 41 ], "organizer_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -128329,16 +129543,16 @@ export default { }, "tournaments_insert_input": { "admin": [ - 4616 + 4617 ], "auto_start": [ 6 ], "award_configs": [ - 5250 + 5251 ], "awards": [ - 248 + 249 ], "awards_enabled": [ 6 @@ -128347,13 +129561,13 @@ export default { 85 ], "categories": [ - 5338 + 5339 ], "check_in_closes_before_minutes": [ 41 ], "check_in_ends_at": [ - 5242 + 5243 ], "check_in_opens_before_minutes": [ 41 @@ -128362,10 +129576,10 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -128422,16 +129636,16 @@ export default { 85 ], "e_tournament_status": [ - 1642 + 1643 ], "free_agents": [ - 5362 + 5363 ], "homepage": [ 85 ], "id": [ - 6603 + 6672 ], "invite_only": [ 6 @@ -128440,10 +129654,10 @@ export default { 6 ], "latitude": [ - 2092 + 2093 ], "league_season_division": [ - 2631 + 2632 ], "location": [ 85 @@ -128452,10 +129666,10 @@ export default { 85 ], "longitude": [ - 2092 + 2093 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -128464,58 +129678,55 @@ export default { 41 ], "min_role": [ - 1285 + 1286 ], "name": [ 85 ], "options": [ - 3309 + 3310 ], "organizer_steam_id": [ - 311 + 312 ], "organizer_teams": [ - 5480 + 5550 ], "organizers": [ - 5504 + 5574 ], "player_stats": [ - 7472 + 7541 ], "prizes": [ - 5545 + 5615 ], "regions": [ 85 ], - "registration_passcode": [ - 85 - ], "registration_type": [ - 1595 + 1596 ], "results": [ - 7421 + 7490 ], "rosters": [ - 5746 + 5815 ], "scheduling_mode": [ 85 ], "stages": [ - 5657 + 5726 ], "start": [ - 5242 + 5243 ], "status": [ - 1636 + 1637 ], "teams": [ - 5789 + 5858 ], "__typename": [ 85 @@ -128529,13 +129740,13 @@ export default { 41 ], "check_in_ends_at": [ - 5242 + 5243 ], "check_in_opens_before_minutes": [ 41 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -128553,10 +129764,10 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "latitude": [ - 2092 + 2093 ], "location": [ 85 @@ -128565,10 +129776,10 @@ export default { 85 ], "longitude": [ - 2092 + 2093 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -128588,23 +129799,17 @@ export default { "name": [ 85 ], - "organizer_registration_passcode": [ - 85 - ], "organizer_steam_id": [ - 311 + 312 ], "regions": [ 85 ], - "registration_passcode": [ - 85 - ], "scheduling_mode": [ 85 ], "start": [ - 5242 + 5243 ], "__typename": [ 85 @@ -128612,76 +129817,73 @@ export default { }, "tournaments_max_order_by": { "banner": [ - 3647 + 3648 ], "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_ends_at": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "discord_guild_id": [ - 3647 + 3648 ], "discord_role_id": [ - 3647 + 3648 ], "discord_webhook": [ - 3647 + 3648 ], "homepage": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "location": [ - 3647 + 3648 ], "logo": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "regions": [ - 3647 - ], - "registration_passcode": [ - 3647 + 3648 ], "scheduling_mode": [ - 3647 + 3648 ], "start": [ - 3647 + 3648 ], "__typename": [ 85 @@ -128695,13 +129897,13 @@ export default { 41 ], "check_in_ends_at": [ - 5242 + 5243 ], "check_in_opens_before_minutes": [ 41 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -128719,10 +129921,10 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "latitude": [ - 2092 + 2093 ], "location": [ 85 @@ -128731,10 +129933,10 @@ export default { 85 ], "longitude": [ - 2092 + 2093 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -128754,23 +129956,17 @@ export default { "name": [ 85 ], - "organizer_registration_passcode": [ - 85 - ], "organizer_steam_id": [ - 311 + 312 ], "regions": [ 85 ], - "registration_passcode": [ - 85 - ], "scheduling_mode": [ 85 ], "start": [ - 5242 + 5243 ], "__typename": [ 85 @@ -128778,76 +129974,73 @@ export default { }, "tournaments_min_order_by": { "banner": [ - 3647 + 3648 ], "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_ends_at": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "discord_guild_id": [ - 3647 + 3648 ], "discord_role_id": [ - 3647 + 3648 ], "discord_webhook": [ - 3647 + 3648 ], "homepage": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "location": [ - 3647 + 3648 ], "logo": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "regions": [ - 3647 - ], - "registration_passcode": [ - 3647 + 3648 ], "scheduling_mode": [ - 3647 + 3648 ], "start": [ - 3647 + 3648 ], "__typename": [ 85 @@ -128858,7 +130051,7 @@ export default { 41 ], "returning": [ - 5827 + 5896 ], "__typename": [ 85 @@ -128866,10 +130059,10 @@ export default { }, "tournaments_obj_rel_insert_input": { "data": [ - 5851 + 5920 ], "on_conflict": [ - 5858 + 5927 ], "__typename": [ 85 @@ -128877,13 +130070,13 @@ export default { }, "tournaments_on_conflict": { "constraint": [ - 5849 + 5918 ], "update_columns": [ - 5883 + 5952 ], "where": [ - 5848 + 5917 ], "__typename": [ 85 @@ -128891,253 +130084,247 @@ export default { }, "tournaments_order_by": { "admin": [ - 4618 + 4619 ], "auto_start": [ - 3647 + 3648 ], "award_configs_aggregate": [ - 5249 + 5250 ], "awards_aggregate": [ - 247 + 248 ], "awards_enabled": [ - 3647 + 3648 ], "banner": [ - 3647 + 3648 ], "can_cancel": [ - 3647 + 3648 ], "can_close_registration": [ - 3647 + 3648 ], "can_join": [ - 3647 + 3648 ], "can_open_registration": [ - 3647 + 3648 ], "can_pause": [ - 3647 + 3648 ], "can_resume": [ - 3647 + 3648 ], "can_review_check_in": [ - 3647 + 3648 ], "can_setup": [ - 3647 + 3648 ], "can_start": [ - 3647 + 3648 ], "categories_aggregate": [ - 5337 + 5338 ], "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_ends_at": [ - 3647 + 3648 ], "check_in_open": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "check_in_required": [ - 3647 + 3648 ], "check_in_setting": [ - 3647 + 3648 ], "check_in_started": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "discord_guild_id": [ - 3647 + 3648 ], "discord_notifications_enabled": [ - 3647 + 3648 ], "discord_notify_Canceled": [ - 3647 + 3648 ], "discord_notify_Finished": [ - 3647 + 3648 ], "discord_notify_Forfeit": [ - 3647 + 3648 ], "discord_notify_Live": [ - 3647 + 3648 ], "discord_notify_MapPaused": [ - 3647 + 3648 ], "discord_notify_PickingPlayers": [ - 3647 + 3648 ], "discord_notify_Scheduled": [ - 3647 + 3648 ], "discord_notify_Surrendered": [ - 3647 + 3648 ], "discord_notify_Tie": [ - 3647 + 3648 ], "discord_notify_Veto": [ - 3647 + 3648 ], "discord_notify_WaitingForCheckIn": [ - 3647 + 3648 ], "discord_notify_WaitingForServer": [ - 3647 + 3648 ], "discord_role_id": [ - 3647 + 3648 ], "discord_voice_enabled": [ - 3647 + 3648 ], "discord_webhook": [ - 3647 + 3648 ], "e_tournament_status": [ - 1644 + 1645 ], "free_agents_aggregate": [ - 5361 + 5362 ], "has_min_teams": [ - 3647 + 3648 ], "homepage": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_only": [ - 3647 + 3648 ], "is_league": [ - 3647 + 3648 ], "is_organizer": [ - 3647 + 3648 ], "joined_tournament": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "league_season_division": [ - 2633 + 2634 ], "location": [ - 3647 + 3648 ], "logo": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "match_options_id": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "max_players_per_lineup": [ - 3647 + 3648 ], "meets_min_role": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "min_players_per_lineup": [ - 3647 + 3648 ], "min_role": [ - 3647 + 3648 ], "missed_check_in_count": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "options": [ - 3311 - ], - "organizer_registration_passcode": [ - 3647 + 3312 ], "organizer_steam_id": [ - 3647 + 3648 ], "organizer_teams_aggregate": [ - 5479 + 5549 ], "organizers_aggregate": [ - 5503 + 5573 ], "player_stats_aggregate": [ - 7471 + 7540 ], "prizes_aggregate": [ - 5544 + 5614 ], "regions": [ - 3647 - ], - "registration_passcode": [ - 3647 + 3648 ], "registration_type": [ - 3647 + 3648 ], "registration_unlocked": [ - 3647 + 3648 ], "results_aggregate": [ - 7420 + 7489 ], "rosters_aggregate": [ - 5745 + 5814 ], "scheduling_mode": [ - 3647 + 3648 ], "stages_aggregate": [ - 5655 + 5724 ], "start": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "teams_aggregate": [ - 5788 + 5857 ], "__typename": [ 85 @@ -129145,7 +130332,7 @@ export default { }, "tournaments_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -129176,7 +130363,7 @@ export default { 41 ], "check_in_ends_at": [ - 5242 + 5243 ], "check_in_opens_before_minutes": [ 41 @@ -129185,10 +130372,10 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -129248,7 +130435,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "invite_only": [ 6 @@ -129257,7 +130444,7 @@ export default { 6 ], "latitude": [ - 2092 + 2093 ], "location": [ 85 @@ -129266,10 +130453,10 @@ export default { 85 ], "longitude": [ - 2092 + 2093 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -129278,31 +130465,28 @@ export default { 41 ], "min_role": [ - 1285 + 1286 ], "name": [ 85 ], "organizer_steam_id": [ - 311 + 312 ], "regions": [ 85 ], - "registration_passcode": [ - 85 - ], "registration_type": [ - 1595 + 1596 ], "scheduling_mode": [ 85 ], "start": [ - 5242 + 5243 ], "status": [ - 1636 + 1637 ], "__typename": [ 85 @@ -129345,25 +130529,25 @@ export default { }, "tournaments_stddev_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129406,25 +130590,25 @@ export default { }, "tournaments_stddev_pop_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129467,25 +130651,25 @@ export default { }, "tournaments_stddev_samp_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129493,10 +130677,10 @@ export default { }, "tournaments_stream_cursor_input": { "initial_value": [ - 5880 + 5949 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -129516,7 +130700,7 @@ export default { 41 ], "check_in_ends_at": [ - 5242 + 5243 ], "check_in_opens_before_minutes": [ 41 @@ -129525,10 +130709,10 @@ export default { 6 ], "check_in_setting": [ - 689 + 690 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -129588,7 +130772,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "invite_only": [ 6 @@ -129597,7 +130781,7 @@ export default { 6 ], "latitude": [ - 2092 + 2093 ], "location": [ 85 @@ -129606,10 +130790,10 @@ export default { 85 ], "longitude": [ - 2092 + 2093 ], "match_options_id": [ - 6603 + 6672 ], "max_elo": [ 41 @@ -129618,31 +130802,28 @@ export default { 41 ], "min_role": [ - 1285 + 1286 ], "name": [ 85 ], "organizer_steam_id": [ - 311 + 312 ], "regions": [ 85 ], - "registration_passcode": [ - 85 - ], "registration_type": [ - 1595 + 1596 ], "scheduling_mode": [ 85 ], "start": [ - 5242 + 5243 ], "status": [ - 1636 + 1637 ], "__typename": [ 85 @@ -129656,10 +130837,10 @@ export default { 41 ], "latitude": [ - 2092 + 2093 ], "longitude": [ - 2092 + 2093 ], "max_elo": [ 41 @@ -129677,7 +130858,7 @@ export default { 41 ], "organizer_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -129685,25 +130866,25 @@ export default { }, "tournaments_sum_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129712,13 +130893,13 @@ export default { "tournaments_update_column": {}, "tournaments_updates": { "_inc": [ - 5850 + 5919 ], "_set": [ - 5872 + 5941 ], "where": [ - 5848 + 5917 ], "__typename": [ 85 @@ -129761,25 +130942,25 @@ export default { }, "tournaments_var_pop_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129822,25 +131003,25 @@ export default { }, "tournaments_var_samp_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129883,25 +131064,25 @@ export default { }, "tournaments_variance_order_by": { "check_in_closes_before_minutes": [ - 3647 + 3648 ], "check_in_opens_before_minutes": [ - 3647 + 3648 ], "latitude": [ - 3647 + 3648 ], "longitude": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "organizer_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -129909,13 +131090,13 @@ export default { }, "utility_collection_items": { "collection": [ - 5932 + 6001 ], "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "note": [ 85 @@ -129924,10 +131105,10 @@ export default { 41 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -129935,10 +131116,10 @@ export default { }, "utility_collection_items_aggregate": { "aggregate": [ - 5895 + 5964 ], "nodes": [ - 5891 + 5960 ], "__typename": [ 85 @@ -129946,7 +131127,7 @@ export default { }, "utility_collection_items_aggregate_bool_exp": { "count": [ - 5894 + 5963 ], "__typename": [ 85 @@ -129954,13 +131135,13 @@ export default { }, "utility_collection_items_aggregate_bool_exp_count": { "arguments": [ - 5912 + 5981 ], "distinct": [ 6 ], "filter": [ - 5900 + 5969 ], "predicate": [ 42 @@ -129971,13 +131152,13 @@ export default { }, "utility_collection_items_aggregate_fields": { "avg": [ - 5898 + 5967 ], "count": [ 41, { "columns": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "distinct": [ @@ -129986,31 +131167,31 @@ export default { } ], "max": [ - 5904 + 5973 ], "min": [ - 5906 + 5975 ], "stddev": [ - 5914 + 5983 ], "stddev_pop": [ - 5916 + 5985 ], "stddev_samp": [ - 5918 + 5987 ], "sum": [ - 5922 + 5991 ], "var_pop": [ - 5926 + 5995 ], "var_samp": [ - 5928 + 5997 ], "variance": [ - 5930 + 5999 ], "__typename": [ 85 @@ -130018,37 +131199,37 @@ export default { }, "utility_collection_items_aggregate_order_by": { "avg": [ - 5899 + 5968 ], "count": [ - 3647 + 3648 ], "max": [ - 5905 + 5974 ], "min": [ - 5907 + 5976 ], "stddev": [ - 5915 + 5984 ], "stddev_pop": [ - 5917 + 5986 ], "stddev_samp": [ - 5919 + 5988 ], "sum": [ - 5923 + 5992 ], "var_pop": [ - 5927 + 5996 ], "var_samp": [ - 5929 + 5998 ], "variance": [ - 5931 + 6000 ], "__typename": [ 85 @@ -130056,10 +131237,10 @@ export default { }, "utility_collection_items_arr_rel_insert_input": { "data": [ - 5903 + 5972 ], "on_conflict": [ - 5909 + 5978 ], "__typename": [ 85 @@ -130075,7 +131256,7 @@ export default { }, "utility_collection_items_avg_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130083,22 +131264,22 @@ export default { }, "utility_collection_items_bool_exp": { "_and": [ - 5900 + 5969 ], "_not": [ - 5900 + 5969 ], "_or": [ - 5900 + 5969 ], "collection": [ - 5936 + 6005 ], "collection_id": [ - 6605 + 6674 ], "created_at": [ - 5243 + 5244 ], "note": [ 87 @@ -130107,10 +131288,10 @@ export default { 42 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -130127,13 +131308,13 @@ export default { }, "utility_collection_items_insert_input": { "collection": [ - 5943 + 6012 ], "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "note": [ 85 @@ -130142,10 +131323,10 @@ export default { 41 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130153,10 +131334,10 @@ export default { }, "utility_collection_items_max_fields": { "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "note": [ 85 @@ -130165,7 +131346,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130173,19 +131354,19 @@ export default { }, "utility_collection_items_max_order_by": { "collection_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "position": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130193,10 +131374,10 @@ export default { }, "utility_collection_items_min_fields": { "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "note": [ 85 @@ -130205,7 +131386,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130213,19 +131394,19 @@ export default { }, "utility_collection_items_min_order_by": { "collection_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "position": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130236,7 +131417,7 @@ export default { 41 ], "returning": [ - 5891 + 5960 ], "__typename": [ 85 @@ -130244,13 +131425,13 @@ export default { }, "utility_collection_items_on_conflict": { "constraint": [ - 5901 + 5970 ], "update_columns": [ - 5924 + 5993 ], "where": [ - 5900 + 5969 ], "__typename": [ 85 @@ -130258,25 +131439,25 @@ export default { }, "utility_collection_items_order_by": { "collection": [ - 5945 + 6014 ], "collection_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "position": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130284,10 +131465,10 @@ export default { }, "utility_collection_items_pk_columns_input": { "collection_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130296,10 +131477,10 @@ export default { "utility_collection_items_select_column": {}, "utility_collection_items_set_input": { "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "note": [ 85 @@ -130308,7 +131489,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130324,7 +131505,7 @@ export default { }, "utility_collection_items_stddev_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130340,7 +131521,7 @@ export default { }, "utility_collection_items_stddev_pop_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130356,7 +131537,7 @@ export default { }, "utility_collection_items_stddev_samp_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130364,10 +131545,10 @@ export default { }, "utility_collection_items_stream_cursor_input": { "initial_value": [ - 5921 + 5990 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -130375,10 +131556,10 @@ export default { }, "utility_collection_items_stream_cursor_value_input": { "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "note": [ 85 @@ -130387,7 +131568,7 @@ export default { 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130403,7 +131584,7 @@ export default { }, "utility_collection_items_sum_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130412,13 +131593,13 @@ export default { "utility_collection_items_update_column": {}, "utility_collection_items_updates": { "_inc": [ - 5902 + 5971 ], "_set": [ - 5913 + 5982 ], "where": [ - 5900 + 5969 ], "__typename": [ 85 @@ -130434,7 +131615,7 @@ export default { }, "utility_collection_items_var_pop_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130450,7 +131631,7 @@ export default { }, "utility_collection_items_var_samp_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130466,7 +131647,7 @@ export default { }, "utility_collection_items_variance_order_by": { "position": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130480,19 +131661,19 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "items": [ - 5891, + 5960, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -130502,19 +131683,19 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], "items_aggregate": [ - 5892, + 5961, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -130524,11 +131705,11 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], @@ -130539,22 +131720,22 @@ export default { 85 ], "owner": [ - 4605 + 4606 ], "owner_steam_id": [ - 311 + 312 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -130562,10 +131743,10 @@ export default { }, "utility_collections_aggregate": { "aggregate": [ - 5934 + 6003 ], "nodes": [ - 5932 + 6001 ], "__typename": [ 85 @@ -130573,13 +131754,13 @@ export default { }, "utility_collections_aggregate_fields": { "avg": [ - 5935 + 6004 ], "count": [ 41, { "columns": [ - 5947, + 6016, "[utility_collections_select_column!]" ], "distinct": [ @@ -130588,31 +131769,31 @@ export default { } ], "max": [ - 5940 + 6009 ], "min": [ - 5941 + 6010 ], "stddev": [ - 5949 + 6018 ], "stddev_pop": [ - 5950 + 6019 ], "stddev_samp": [ - 5951 + 6020 ], "sum": [ - 5954 + 6023 ], "var_pop": [ - 5957 + 6026 ], "var_samp": [ - 5958 + 6027 ], "variance": [ - 5959 + 6028 ], "__typename": [ 85 @@ -130628,13 +131809,13 @@ export default { }, "utility_collections_bool_exp": { "_and": [ - 5936 + 6005 ], "_not": [ - 5936 + 6005 ], "_or": [ - 5936 + 6005 ], "can_edit": [ 7 @@ -130643,19 +131824,19 @@ export default { 7 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 ], "id": [ - 6605 + 6674 ], "items": [ - 5900 + 5969 ], "items_aggregate": [ - 5893 + 5962 ], "map_name": [ 87 @@ -130664,22 +131845,22 @@ export default { 87 ], "owner": [ - 4609 + 4610 ], "owner_steam_id": [ - 313 + 314 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "updated_at": [ - 5243 + 5244 ], "visibility": [ - 1779 + 1780 ], "__typename": [ 85 @@ -130688,7 +131869,7 @@ export default { "utility_collections_constraint": {}, "utility_collections_inc_input": { "owner_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -130696,16 +131877,16 @@ export default { }, "utility_collections_insert_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "items": [ - 5897 + 5966 ], "map_name": [ 85 @@ -130714,22 +131895,22 @@ export default { 85 ], "owner": [ - 4616 + 4617 ], "owner_steam_id": [ - 311 + 312 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -130737,13 +131918,13 @@ export default { }, "utility_collections_max_fields": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -130752,13 +131933,13 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -130766,13 +131947,13 @@ export default { }, "utility_collections_min_fields": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -130781,13 +131962,13 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -130798,7 +131979,7 @@ export default { 41 ], "returning": [ - 5932 + 6001 ], "__typename": [ 85 @@ -130806,10 +131987,10 @@ export default { }, "utility_collections_obj_rel_insert_input": { "data": [ - 5939 + 6008 ], "on_conflict": [ - 5944 + 6013 ], "__typename": [ 85 @@ -130817,13 +131998,13 @@ export default { }, "utility_collections_on_conflict": { "constraint": [ - 5937 + 6006 ], "update_columns": [ - 5955 + 6024 ], "where": [ - 5936 + 6005 ], "__typename": [ 85 @@ -130831,46 +132012,46 @@ export default { }, "utility_collections_order_by": { "can_edit": [ - 3647 + 3648 ], "can_view": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "items_aggregate": [ - 5896 + 5965 ], "map_name": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner": [ - 4618 + 4619 ], "owner_steam_id": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "visibility": [ - 3647 + 3648 ], "__typename": [ 85 @@ -130878,7 +132059,7 @@ export default { }, "utility_collections_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -130887,13 +132068,13 @@ export default { "utility_collections_select_column": {}, "utility_collections_set_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -130902,16 +132083,16 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -130943,10 +132124,10 @@ export default { }, "utility_collections_stream_cursor_input": { "initial_value": [ - 5953 + 6022 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -130954,13 +132135,13 @@ export default { }, "utility_collections_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -130969,16 +132150,16 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -130986,7 +132167,7 @@ export default { }, "utility_collections_sum_fields": { "owner_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -130995,13 +132176,13 @@ export default { "utility_collections_update_column": {}, "utility_collections_updates": { "_inc": [ - 5938 + 6007 ], "_set": [ - 5948 + 6017 ], "where": [ - 5936 + 6005 ], "__typename": [ 85 @@ -131036,10 +132217,10 @@ export default { 85 ], "match_map_demo_id": [ - 6603 + 6672 ], "mined_at": [ - 5242 + 5243 ], "throws": [ 41 @@ -131053,10 +132234,10 @@ export default { }, "utility_demo_mines_aggregate": { "aggregate": [ - 5962 + 6031 ], "nodes": [ - 5960 + 6029 ], "__typename": [ 85 @@ -131064,13 +132245,13 @@ export default { }, "utility_demo_mines_aggregate_fields": { "avg": [ - 5963 + 6032 ], "count": [ 41, { "columns": [ - 5974, + 6043, "[utility_demo_mines_select_column!]" ], "distinct": [ @@ -131079,31 +132260,31 @@ export default { } ], "max": [ - 5968 + 6037 ], "min": [ - 5969 + 6038 ], "stddev": [ - 5976 + 6045 ], "stddev_pop": [ - 5977 + 6046 ], "stddev_samp": [ - 5978 + 6047 ], "sum": [ - 5981 + 6050 ], "var_pop": [ - 5984 + 6053 ], "var_samp": [ - 5985 + 6054 ], "variance": [ - 5986 + 6055 ], "__typename": [ 85 @@ -131122,22 +132303,22 @@ export default { }, "utility_demo_mines_bool_exp": { "_and": [ - 5964 + 6033 ], "_not": [ - 5964 + 6033 ], "_or": [ - 5964 + 6033 ], "failed_reason": [ 87 ], "match_map_demo_id": [ - 6605 + 6674 ], "mined_at": [ - 5243 + 5244 ], "throws": [ 42 @@ -131166,10 +132347,10 @@ export default { 85 ], "match_map_demo_id": [ - 6603 + 6672 ], "mined_at": [ - 5242 + 5243 ], "throws": [ 41 @@ -131186,10 +132367,10 @@ export default { 85 ], "match_map_demo_id": [ - 6603 + 6672 ], "mined_at": [ - 5242 + 5243 ], "throws": [ 41 @@ -131206,10 +132387,10 @@ export default { 85 ], "match_map_demo_id": [ - 6603 + 6672 ], "mined_at": [ - 5242 + 5243 ], "throws": [ 41 @@ -131226,7 +132407,7 @@ export default { 41 ], "returning": [ - 5960 + 6029 ], "__typename": [ 85 @@ -131234,13 +132415,13 @@ export default { }, "utility_demo_mines_on_conflict": { "constraint": [ - 5965 + 6034 ], "update_columns": [ - 5982 + 6051 ], "where": [ - 5964 + 6033 ], "__typename": [ 85 @@ -131248,19 +132429,19 @@ export default { }, "utility_demo_mines_order_by": { "failed_reason": [ - 3647 + 3648 ], "match_map_demo_id": [ - 3647 + 3648 ], "mined_at": [ - 3647 + 3648 ], "throws": [ - 3647 + 3648 ], "version": [ - 3647 + 3648 ], "__typename": [ 85 @@ -131268,7 +132449,7 @@ export default { }, "utility_demo_mines_pk_columns_input": { "match_map_demo_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -131280,10 +132461,10 @@ export default { 85 ], "match_map_demo_id": [ - 6603 + 6672 ], "mined_at": [ - 5242 + 5243 ], "throws": [ 41 @@ -131330,10 +132511,10 @@ export default { }, "utility_demo_mines_stream_cursor_input": { "initial_value": [ - 5980 + 6049 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -131344,10 +132525,10 @@ export default { 85 ], "match_map_demo_id": [ - 6603 + 6672 ], "mined_at": [ - 5242 + 5243 ], "throws": [ 41 @@ -131373,13 +132554,13 @@ export default { "utility_demo_mines_update_column": {}, "utility_demo_mines_updates": { "_inc": [ - 5966 + 6035 ], "_set": [ - 5975 + 6044 ], "where": [ - 5964 + 6033 ], "__typename": [ 85 @@ -131420,7 +132601,7 @@ export default { }, "utility_demo_throws": { "created_at": [ - 5242 + 5243 ], "flight_time_ms": [ 41 @@ -131429,13 +132610,13 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -131444,58 +132625,58 @@ export default { 85 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "thrower_steam_id": [ - 311 + 312 ], "thrown_at": [ - 5242 + 5243 ], "tick": [ 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -131503,10 +132684,10 @@ export default { }, "utility_demo_throws_aggregate": { "aggregate": [ - 5989 + 6058 ], "nodes": [ - 5987 + 6056 ], "__typename": [ 85 @@ -131514,13 +132695,13 @@ export default { }, "utility_demo_throws_aggregate_fields": { "avg": [ - 5990 + 6059 ], "count": [ 41, { "columns": [ - 6001, + 6070, "[utility_demo_throws_select_column!]" ], "distinct": [ @@ -131529,31 +132710,31 @@ export default { } ], "max": [ - 5995 + 6064 ], "min": [ - 5996 + 6065 ], "stddev": [ - 6003 + 6072 ], "stddev_pop": [ - 6004 + 6073 ], "stddev_samp": [ - 6005 + 6074 ], "sum": [ - 6008 + 6077 ], "var_pop": [ - 6011 + 6080 ], "var_samp": [ - 6012 + 6081 ], "variance": [ - 6013 + 6082 ], "__typename": [ 85 @@ -131605,16 +132786,16 @@ export default { }, "utility_demo_throws_bool_exp": { "_and": [ - 5991 + 6060 ], "_not": [ - 5991 + 6060 ], "_or": [ - 5991 + 6060 ], "created_at": [ - 5243 + 5244 ], "flight_time_ms": [ 42 @@ -131623,13 +132804,13 @@ export default { 42 ], "land_x": [ - 2093 + 2094 ], "land_y": [ - 2093 + 2094 ], "land_z": [ - 2093 + 2094 ], "lineup_bucket": [ 87 @@ -131638,58 +132819,58 @@ export default { 87 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_demo_id": [ - 6605 + 6674 ], "match_map_id": [ - 6605 + 6674 ], "origin_x": [ - 2093 + 2094 ], "origin_y": [ - 2093 + 2094 ], "origin_z": [ - 2093 + 2094 ], "round": [ 42 ], "side": [ - 1453 + 1454 ], "technique": [ - 1719 + 1720 ], "throw_strength": [ - 1739 + 1740 ], "thrower_steam_id": [ - 313 + 314 ], "thrown_at": [ - 5243 + 5244 ], "tick": [ 42 ], "utility_type": [ - 1759 + 1760 ], "view_pitch": [ - 2093 + 2094 ], "view_yaw": [ - 2093 + 2094 ], "__typename": [ 85 @@ -131704,37 +132885,37 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "thrower_steam_id": [ - 311 + 312 ], "tick": [ 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -131742,7 +132923,7 @@ export default { }, "utility_demo_throws_insert_input": { "created_at": [ - 5242 + 5243 ], "flight_time_ms": [ 41 @@ -131751,70 +132932,70 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "map_name": [ 85 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "thrower_steam_id": [ - 311 + 312 ], "thrown_at": [ - 5242 + 5243 ], "tick": [ 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -131822,7 +133003,7 @@ export default { }, "utility_demo_throws_max_fields": { "created_at": [ - 5242 + 5243 ], "flight_time_ms": [ 41 @@ -131831,13 +133012,13 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -131846,40 +133027,40 @@ export default { 85 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "thrower_steam_id": [ - 311 + 312 ], "thrown_at": [ - 5242 + 5243 ], "tick": [ 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -131887,7 +133068,7 @@ export default { }, "utility_demo_throws_min_fields": { "created_at": [ - 5242 + 5243 ], "flight_time_ms": [ 41 @@ -131896,13 +133077,13 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -131911,40 +133092,40 @@ export default { 85 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "thrower_steam_id": [ - 311 + 312 ], "thrown_at": [ - 5242 + 5243 ], "tick": [ 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -131955,7 +133136,7 @@ export default { 41 ], "returning": [ - 5987 + 6056 ], "__typename": [ 85 @@ -131963,13 +133144,13 @@ export default { }, "utility_demo_throws_on_conflict": { "constraint": [ - 5992 + 6061 ], "update_columns": [ - 6009 + 6078 ], "where": [ - 5991 + 6060 ], "__typename": [ 85 @@ -131977,82 +133158,82 @@ export default { }, "utility_demo_throws_order_by": { "created_at": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "grenade_id": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "lineup_bucket": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_demo_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "technique": [ - 3647 + 3648 ], "throw_strength": [ - 3647 + 3648 ], "thrower_steam_id": [ - 3647 + 3648 ], "thrown_at": [ - 3647 + 3648 ], "tick": [ - 3647 + 3648 ], "utility_type": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "__typename": [ 85 @@ -132063,7 +133244,7 @@ export default { 41 ], "match_map_demo_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -132072,7 +133253,7 @@ export default { "utility_demo_throws_select_column": {}, "utility_demo_throws_set_input": { "created_at": [ - 5242 + 5243 ], "flight_time_ms": [ 41 @@ -132081,64 +133262,64 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "thrower_steam_id": [ - 311 + 312 ], "thrown_at": [ - 5242 + 5243 ], "tick": [ 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -132278,10 +133459,10 @@ export default { }, "utility_demo_throws_stream_cursor_input": { "initial_value": [ - 6007 + 6076 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -132289,7 +133470,7 @@ export default { }, "utility_demo_throws_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "flight_time_ms": [ 41 @@ -132298,13 +133479,13 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -132313,52 +133494,52 @@ export default { 85 ], "match_id": [ - 6603 + 6672 ], "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "thrower_steam_id": [ - 311 + 312 ], "thrown_at": [ - 5242 + 5243 ], "tick": [ 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -132372,37 +133553,37 @@ export default { 41 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "round": [ 41 ], "thrower_steam_id": [ - 311 + 312 ], "tick": [ 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -132411,13 +133592,13 @@ export default { "utility_demo_throws_update_column": {}, "utility_demo_throws_updates": { "_inc": [ - 5993 + 6062 ], "_set": [ - 6002 + 6071 ], "where": [ - 5991 + 6060 ], "__typename": [ 85 @@ -132557,34 +133738,34 @@ export default { }, "utility_drift_results": { "created_at": [ - 5242 + 5243 ], "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "reason": [ 85 ], "scan": [ - 6073 + 6142 ], "severity": [ 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "verdict": [ 85 @@ -132595,10 +133776,10 @@ export default { }, "utility_drift_results_aggregate": { "aggregate": [ - 6028 + 6097 ], "nodes": [ - 6014 + 6083 ], "__typename": [ 85 @@ -132606,31 +133787,31 @@ export default { }, "utility_drift_results_aggregate_bool_exp": { "avg": [ - 6017 + 6086 ], "corr": [ - 6018 + 6087 ], "count": [ - 6020 + 6089 ], "covar_samp": [ - 6021 + 6090 ], "max": [ - 6023 + 6092 ], "min": [ - 6024 + 6093 ], "stddev_samp": [ - 6025 + 6094 ], "sum": [ - 6026 + 6095 ], "var_samp": [ - 6027 + 6096 ], "__typename": [ 85 @@ -132638,16 +133819,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_avg": { "arguments": [ - 6046 + 6115 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132655,16 +133836,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_corr": { "arguments": [ - 6019 + 6088 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132672,10 +133853,10 @@ export default { }, "utility_drift_results_aggregate_bool_exp_corr_arguments": { "X": [ - 6047 + 6116 ], "Y": [ - 6047 + 6116 ], "__typename": [ 85 @@ -132683,13 +133864,13 @@ export default { }, "utility_drift_results_aggregate_bool_exp_count": { "arguments": [ - 6045 + 6114 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ 42 @@ -132700,16 +133881,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 6022 + 6091 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132717,10 +133898,10 @@ export default { }, "utility_drift_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6048 + 6117 ], "Y": [ - 6048 + 6117 ], "__typename": [ 85 @@ -132728,16 +133909,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_max": { "arguments": [ - 6049 + 6118 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132745,16 +133926,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_min": { "arguments": [ - 6050 + 6119 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132762,16 +133943,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6051 + 6120 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132779,16 +133960,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_sum": { "arguments": [ - 6052 + 6121 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132796,16 +133977,16 @@ export default { }, "utility_drift_results_aggregate_bool_exp_var_samp": { "arguments": [ - 6053 + 6122 ], "distinct": [ 6 ], "filter": [ - 6033 + 6102 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -132813,13 +133994,13 @@ export default { }, "utility_drift_results_aggregate_fields": { "avg": [ - 6031 + 6100 ], "count": [ 41, { "columns": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "distinct": [ @@ -132828,31 +134009,31 @@ export default { } ], "max": [ - 6037 + 6106 ], "min": [ - 6039 + 6108 ], "stddev": [ - 6055 + 6124 ], "stddev_pop": [ - 6057 + 6126 ], "stddev_samp": [ - 6059 + 6128 ], "sum": [ - 6063 + 6132 ], "var_pop": [ - 6067 + 6136 ], "var_samp": [ - 6069 + 6138 ], "variance": [ - 6071 + 6140 ], "__typename": [ 85 @@ -132860,37 +134041,37 @@ export default { }, "utility_drift_results_aggregate_order_by": { "avg": [ - 6032 + 6101 ], "count": [ - 3647 + 3648 ], "max": [ - 6038 + 6107 ], "min": [ - 6040 + 6109 ], "stddev": [ - 6056 + 6125 ], "stddev_pop": [ - 6058 + 6127 ], "stddev_samp": [ - 6060 + 6129 ], "sum": [ - 6064 + 6133 ], "var_pop": [ - 6068 + 6137 ], "var_samp": [ - 6070 + 6139 ], "variance": [ - 6072 + 6141 ], "__typename": [ 85 @@ -132898,10 +134079,10 @@ export default { }, "utility_drift_results_arr_rel_insert_input": { "data": [ - 6036 + 6105 ], "on_conflict": [ - 6042 + 6111 ], "__typename": [ 85 @@ -132923,13 +134104,13 @@ export default { }, "utility_drift_results_avg_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -132937,43 +134118,43 @@ export default { }, "utility_drift_results_bool_exp": { "_and": [ - 6033 + 6102 ], "_not": [ - 6033 + 6102 ], "_or": [ - 6033 + 6102 ], "created_at": [ - 5243 + 5244 ], "distance": [ - 2093 + 2094 ], "distance_xy": [ - 2093 + 2094 ], "distance_z": [ - 2093 + 2094 ], "reason": [ 87 ], "scan": [ - 6077 + 6146 ], "severity": [ 87 ], "utility_drift_scan_id": [ - 6605 + 6674 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "verdict": [ 87 @@ -132985,13 +134166,13 @@ export default { "utility_drift_results_constraint": {}, "utility_drift_results_inc_input": { "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "__typename": [ 85 @@ -132999,34 +134180,34 @@ export default { }, "utility_drift_results_insert_input": { "created_at": [ - 5242 + 5243 ], "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "reason": [ 85 ], "scan": [ - 6084 + 6153 ], "severity": [ 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "verdict": [ 85 @@ -133037,16 +134218,16 @@ export default { }, "utility_drift_results_max_fields": { "created_at": [ - 5242 + 5243 ], "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "reason": [ 85 @@ -133055,10 +134236,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "verdict": [ 85 @@ -133069,31 +134250,31 @@ export default { }, "utility_drift_results_max_order_by": { "created_at": [ - 3647 + 3648 ], "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "reason": [ - 3647 + 3648 ], "severity": [ - 3647 + 3648 ], "utility_drift_scan_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "verdict": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133101,16 +134282,16 @@ export default { }, "utility_drift_results_min_fields": { "created_at": [ - 5242 + 5243 ], "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "reason": [ 85 @@ -133119,10 +134300,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "verdict": [ 85 @@ -133133,31 +134314,31 @@ export default { }, "utility_drift_results_min_order_by": { "created_at": [ - 3647 + 3648 ], "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "reason": [ - 3647 + 3648 ], "severity": [ - 3647 + 3648 ], "utility_drift_scan_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "verdict": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133168,7 +134349,7 @@ export default { 41 ], "returning": [ - 6014 + 6083 ], "__typename": [ 85 @@ -133176,13 +134357,13 @@ export default { }, "utility_drift_results_on_conflict": { "constraint": [ - 6034 + 6103 ], "update_columns": [ - 6065 + 6134 ], "where": [ - 6033 + 6102 ], "__typename": [ 85 @@ -133190,37 +134371,37 @@ export default { }, "utility_drift_results_order_by": { "created_at": [ - 3647 + 3648 ], "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "reason": [ - 3647 + 3648 ], "scan": [ - 6086 + 6155 ], "severity": [ - 3647 + 3648 ], "utility_drift_scan_id": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "verdict": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133228,10 +134409,10 @@ export default { }, "utility_drift_results_pk_columns_input": { "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -133248,16 +134429,16 @@ export default { "utility_drift_results_select_column_utility_drift_results_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_drift_results_set_input": { "created_at": [ - 5242 + 5243 ], "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "reason": [ 85 @@ -133266,10 +134447,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "verdict": [ 85 @@ -133294,13 +134475,13 @@ export default { }, "utility_drift_results_stddev_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133322,13 +134503,13 @@ export default { }, "utility_drift_results_stddev_pop_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133350,13 +134531,13 @@ export default { }, "utility_drift_results_stddev_samp_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133364,10 +134545,10 @@ export default { }, "utility_drift_results_stream_cursor_input": { "initial_value": [ - 6062 + 6131 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -133375,16 +134556,16 @@ export default { }, "utility_drift_results_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "reason": [ 85 @@ -133393,10 +134574,10 @@ export default { 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "verdict": [ 85 @@ -133407,13 +134588,13 @@ export default { }, "utility_drift_results_sum_fields": { "distance": [ - 2092 + 2093 ], "distance_xy": [ - 2092 + 2093 ], "distance_z": [ - 2092 + 2093 ], "__typename": [ 85 @@ -133421,13 +134602,13 @@ export default { }, "utility_drift_results_sum_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133436,13 +134617,13 @@ export default { "utility_drift_results_update_column": {}, "utility_drift_results_updates": { "_inc": [ - 6035 + 6104 ], "_set": [ - 6054 + 6123 ], "where": [ - 6033 + 6102 ], "__typename": [ 85 @@ -133464,13 +134645,13 @@ export default { }, "utility_drift_results_var_pop_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133492,13 +134673,13 @@ export default { }, "utility_drift_results_var_samp_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133520,13 +134701,13 @@ export default { }, "utility_drift_results_variance_order_by": { "distance": [ - 3647 + 3648 ], "distance_xy": [ - 3647 + 3648 ], "distance_z": [ - 3647 + 3648 ], "__typename": [ 85 @@ -133537,19 +134718,19 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "finished_at": [ - 5242 + 5243 ], "from_revision": [ 85 ], "id": [ - 6603 + 6672 ], "lineups": [ 41 @@ -133558,22 +134739,22 @@ export default { 85 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by": [ - 4605 + 4606 ], "requested_by_steam_id": [ - 311 + 312 ], "results": [ - 6014, + 6083, { "distinct_on": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "limit": [ @@ -133583,19 +134764,19 @@ export default { 41 ], "order_by": [ - 6043, + 6112, "[utility_drift_results_order_by!]" ], "where": [ - 6033 + 6102 ] } ], "results_aggregate": [ - 6015, + 6084, { "distinct_on": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "limit": [ @@ -133605,11 +134786,11 @@ export default { 41 ], "order_by": [ - 6043, + 6112, "[utility_drift_results_order_by!]" ], "where": [ - 6033 + 6102 ] } ], @@ -133617,7 +134798,7 @@ export default { 41 ], "started_at": [ - 5242 + 5243 ], "status": [ 85 @@ -133632,7 +134813,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -133640,10 +134821,10 @@ export default { }, "utility_drift_scans_aggregate": { "aggregate": [ - 6075 + 6144 ], "nodes": [ - 6073 + 6142 ], "__typename": [ 85 @@ -133651,13 +134832,13 @@ export default { }, "utility_drift_scans_aggregate_fields": { "avg": [ - 6076 + 6145 ], "count": [ 41, { "columns": [ - 6088, + 6157, "[utility_drift_scans_select_column!]" ], "distinct": [ @@ -133666,31 +134847,31 @@ export default { } ], "max": [ - 6081 + 6150 ], "min": [ - 6082 + 6151 ], "stddev": [ - 6090 + 6159 ], "stddev_pop": [ - 6091 + 6160 ], "stddev_samp": [ - 6092 + 6161 ], "sum": [ - 6095 + 6164 ], "var_pop": [ - 6098 + 6167 ], "var_samp": [ - 6099 + 6168 ], "variance": [ - 6100 + 6169 ], "__typename": [ 85 @@ -133727,31 +134908,31 @@ export default { }, "utility_drift_scans_bool_exp": { "_and": [ - 6077 + 6146 ], "_not": [ - 6077 + 6146 ], "_or": [ - 6077 + 6146 ], "broken": [ 42 ], "created_at": [ - 5243 + 5244 ], "failure_reason": [ 87 ], "finished_at": [ - 5243 + 5244 ], "from_revision": [ 87 ], "id": [ - 6605 + 6674 ], "lineups": [ 42 @@ -133760,28 +134941,28 @@ export default { 87 ], "max_distance": [ - 2093 + 2094 ], "moved": [ 42 ], "requested_by": [ - 4609 + 4610 ], "requested_by_steam_id": [ - 313 + 314 ], "results": [ - 6033 + 6102 ], "results_aggregate": [ - 6016 + 6085 ], "scanned": [ 42 ], "started_at": [ - 5243 + 5244 ], "status": [ 87 @@ -133796,7 +134977,7 @@ export default { 42 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -133811,13 +134992,13 @@ export default { 41 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by_steam_id": [ - 311 + 312 ], "scanned": [ 41 @@ -133837,19 +135018,19 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "finished_at": [ - 5242 + 5243 ], "from_revision": [ 85 ], "id": [ - 6603 + 6672 ], "lineups": [ 41 @@ -133858,25 +135039,25 @@ export default { 85 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by": [ - 4616 + 4617 ], "requested_by_steam_id": [ - 311 + 312 ], "results": [ - 6030 + 6099 ], "scanned": [ 41 ], "started_at": [ - 5242 + 5243 ], "status": [ 85 @@ -133891,7 +135072,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -133902,19 +135083,19 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "finished_at": [ - 5242 + 5243 ], "from_revision": [ 85 ], "id": [ - 6603 + 6672 ], "lineups": [ 41 @@ -133923,19 +135104,19 @@ export default { 85 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by_steam_id": [ - 311 + 312 ], "scanned": [ 41 ], "started_at": [ - 5242 + 5243 ], "status": [ 85 @@ -133950,7 +135131,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -133961,19 +135142,19 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "finished_at": [ - 5242 + 5243 ], "from_revision": [ 85 ], "id": [ - 6603 + 6672 ], "lineups": [ 41 @@ -133982,19 +135163,19 @@ export default { 85 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by_steam_id": [ - 311 + 312 ], "scanned": [ 41 ], "started_at": [ - 5242 + 5243 ], "status": [ 85 @@ -134009,7 +135190,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -134020,7 +135201,7 @@ export default { 41 ], "returning": [ - 6073 + 6142 ], "__typename": [ 85 @@ -134028,10 +135209,10 @@ export default { }, "utility_drift_scans_obj_rel_insert_input": { "data": [ - 6080 + 6149 ], "on_conflict": [ - 6085 + 6154 ], "__typename": [ 85 @@ -134039,13 +135220,13 @@ export default { }, "utility_drift_scans_on_conflict": { "constraint": [ - 6078 + 6147 ], "update_columns": [ - 6096 + 6165 ], "where": [ - 6077 + 6146 ], "__typename": [ 85 @@ -134053,64 +135234,64 @@ export default { }, "utility_drift_scans_order_by": { "broken": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "failure_reason": [ - 3647 + 3648 ], "finished_at": [ - 3647 + 3648 ], "from_revision": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "lineups": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "max_distance": [ - 3647 + 3648 ], "moved": [ - 3647 + 3648 ], "requested_by": [ - 4618 + 4619 ], "requested_by_steam_id": [ - 3647 + 3648 ], "results_aggregate": [ - 6029 + 6098 ], "scanned": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "to_revision": [ - 3647 + 3648 ], "unchanged": [ - 3647 + 3648 ], "unsimulatable": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134118,7 +135299,7 @@ export default { }, "utility_drift_scans_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134130,19 +135311,19 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "finished_at": [ - 5242 + 5243 ], "from_revision": [ 85 ], "id": [ - 6603 + 6672 ], "lineups": [ 41 @@ -134151,19 +135332,19 @@ export default { 85 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by_steam_id": [ - 311 + 312 ], "scanned": [ 41 ], "started_at": [ - 5242 + 5243 ], "status": [ 85 @@ -134178,7 +135359,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -134273,10 +135454,10 @@ export default { }, "utility_drift_scans_stream_cursor_input": { "initial_value": [ - 6094 + 6163 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -134287,19 +135468,19 @@ export default { 41 ], "created_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "finished_at": [ - 5242 + 5243 ], "from_revision": [ 85 ], "id": [ - 6603 + 6672 ], "lineups": [ 41 @@ -134308,19 +135489,19 @@ export default { 85 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by_steam_id": [ - 311 + 312 ], "scanned": [ 41 ], "started_at": [ - 5242 + 5243 ], "status": [ 85 @@ -134335,7 +135516,7 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -134349,13 +135530,13 @@ export default { 41 ], "max_distance": [ - 2092 + 2093 ], "moved": [ 41 ], "requested_by_steam_id": [ - 311 + 312 ], "scanned": [ 41 @@ -134373,13 +135554,13 @@ export default { "utility_drift_scans_update_column": {}, "utility_drift_scans_updates": { "_inc": [ - 6079 + 6148 ], "_set": [ - 6089 + 6158 ], "where": [ - 6077 + 6146 ], "__typename": [ 85 @@ -134474,19 +135655,19 @@ export default { }, "utility_lineup_favorites": { "created_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134494,10 +135675,10 @@ export default { }, "utility_lineup_favorites_aggregate": { "aggregate": [ - 6105 + 6174 ], "nodes": [ - 6101 + 6170 ], "__typename": [ 85 @@ -134505,7 +135686,7 @@ export default { }, "utility_lineup_favorites_aggregate_bool_exp": { "count": [ - 6104 + 6173 ], "__typename": [ 85 @@ -134513,13 +135694,13 @@ export default { }, "utility_lineup_favorites_aggregate_bool_exp_count": { "arguments": [ - 6122 + 6191 ], "distinct": [ 6 ], "filter": [ - 6110 + 6179 ], "predicate": [ 42 @@ -134530,13 +135711,13 @@ export default { }, "utility_lineup_favorites_aggregate_fields": { "avg": [ - 6108 + 6177 ], "count": [ 41, { "columns": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "distinct": [ @@ -134545,31 +135726,31 @@ export default { } ], "max": [ - 6114 + 6183 ], "min": [ - 6116 + 6185 ], "stddev": [ - 6124 + 6193 ], "stddev_pop": [ - 6126 + 6195 ], "stddev_samp": [ - 6128 + 6197 ], "sum": [ - 6132 + 6201 ], "var_pop": [ - 6136 + 6205 ], "var_samp": [ - 6138 + 6207 ], "variance": [ - 6140 + 6209 ], "__typename": [ 85 @@ -134577,37 +135758,37 @@ export default { }, "utility_lineup_favorites_aggregate_order_by": { "avg": [ - 6109 + 6178 ], "count": [ - 3647 + 3648 ], "max": [ - 6115 + 6184 ], "min": [ - 6117 + 6186 ], "stddev": [ - 6125 + 6194 ], "stddev_pop": [ - 6127 + 6196 ], "stddev_samp": [ - 6129 + 6198 ], "sum": [ - 6133 + 6202 ], "var_pop": [ - 6137 + 6206 ], "var_samp": [ - 6139 + 6208 ], "variance": [ - 6141 + 6210 ], "__typename": [ 85 @@ -134615,10 +135796,10 @@ export default { }, "utility_lineup_favorites_arr_rel_insert_input": { "data": [ - 6113 + 6182 ], "on_conflict": [ - 6119 + 6188 ], "__typename": [ 85 @@ -134634,7 +135815,7 @@ export default { }, "utility_lineup_favorites_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134642,28 +135823,28 @@ export default { }, "utility_lineup_favorites_bool_exp": { "_and": [ - 6110 + 6179 ], "_not": [ - 6110 + 6179 ], "_or": [ - 6110 + 6179 ], "created_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -134672,7 +135853,7 @@ export default { "utility_lineup_favorites_constraint": {}, "utility_lineup_favorites_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -134680,19 +135861,19 @@ export default { }, "utility_lineup_favorites_insert_input": { "created_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134700,13 +135881,13 @@ export default { }, "utility_lineup_favorites_max_fields": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134714,13 +135895,13 @@ export default { }, "utility_lineup_favorites_max_order_by": { "created_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134728,13 +135909,13 @@ export default { }, "utility_lineup_favorites_min_fields": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134742,13 +135923,13 @@ export default { }, "utility_lineup_favorites_min_order_by": { "created_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134759,7 +135940,7 @@ export default { 41 ], "returning": [ - 6101 + 6170 ], "__typename": [ 85 @@ -134767,13 +135948,13 @@ export default { }, "utility_lineup_favorites_on_conflict": { "constraint": [ - 6111 + 6180 ], "update_columns": [ - 6134 + 6203 ], "where": [ - 6110 + 6179 ], "__typename": [ 85 @@ -134781,19 +135962,19 @@ export default { }, "utility_lineup_favorites_order_by": { "created_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134801,10 +135982,10 @@ export default { }, "utility_lineup_favorites_pk_columns_input": { "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134813,13 +135994,13 @@ export default { "utility_lineup_favorites_select_column": {}, "utility_lineup_favorites_set_input": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134835,7 +136016,7 @@ export default { }, "utility_lineup_favorites_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134851,7 +136032,7 @@ export default { }, "utility_lineup_favorites_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134867,7 +136048,7 @@ export default { }, "utility_lineup_favorites_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134875,10 +136056,10 @@ export default { }, "utility_lineup_favorites_stream_cursor_input": { "initial_value": [ - 6131 + 6200 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -134886,13 +136067,13 @@ export default { }, "utility_lineup_favorites_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -134900,7 +136081,7 @@ export default { }, "utility_lineup_favorites_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -134908,7 +136089,7 @@ export default { }, "utility_lineup_favorites_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134917,13 +136098,13 @@ export default { "utility_lineup_favorites_update_column": {}, "utility_lineup_favorites_updates": { "_inc": [ - 6112 + 6181 ], "_set": [ - 6123 + 6192 ], "where": [ - 6110 + 6179 ], "__typename": [ 85 @@ -134939,7 +136120,7 @@ export default { }, "utility_lineup_favorites_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134955,7 +136136,7 @@ export default { }, "utility_lineup_favorites_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134971,7 +136152,7 @@ export default { }, "utility_lineup_favorites_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -134988,37 +136169,37 @@ export default { 41 ], "last_practiced_at": [ - 5242 + 5243 ], "mastered_at": [ - 5242 + 5243 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -135026,10 +136207,10 @@ export default { }, "utility_lineup_progress_aggregate": { "aggregate": [ - 6156 + 6225 ], "nodes": [ - 6142 + 6211 ], "__typename": [ 85 @@ -135037,31 +136218,31 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp": { "avg": [ - 6145 + 6214 ], "corr": [ - 6146 + 6215 ], "count": [ - 6148 + 6217 ], "covar_samp": [ - 6149 + 6218 ], "max": [ - 6151 + 6220 ], "min": [ - 6152 + 6221 ], "stddev_samp": [ - 6153 + 6222 ], "sum": [ - 6154 + 6223 ], "var_samp": [ - 6155 + 6224 ], "__typename": [ 85 @@ -135069,16 +136250,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_avg": { "arguments": [ - 6174 + 6243 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135086,16 +136267,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_corr": { "arguments": [ - 6147 + 6216 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135103,10 +136284,10 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_corr_arguments": { "X": [ - 6175 + 6244 ], "Y": [ - 6175 + 6244 ], "__typename": [ 85 @@ -135114,13 +136295,13 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_count": { "arguments": [ - 6173 + 6242 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ 42 @@ -135131,16 +136312,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_covar_samp": { "arguments": [ - 6150 + 6219 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135148,10 +136329,10 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6176 + 6245 ], "Y": [ - 6176 + 6245 ], "__typename": [ 85 @@ -135159,16 +136340,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_max": { "arguments": [ - 6177 + 6246 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135176,16 +136357,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_min": { "arguments": [ - 6178 + 6247 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135193,16 +136374,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6179 + 6248 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135210,16 +136391,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_sum": { "arguments": [ - 6180 + 6249 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135227,16 +136408,16 @@ export default { }, "utility_lineup_progress_aggregate_bool_exp_var_samp": { "arguments": [ - 6181 + 6250 ], "distinct": [ 6 ], "filter": [ - 6161 + 6230 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -135244,13 +136425,13 @@ export default { }, "utility_lineup_progress_aggregate_fields": { "avg": [ - 6159 + 6228 ], "count": [ 41, { "columns": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "distinct": [ @@ -135259,31 +136440,31 @@ export default { } ], "max": [ - 6165 + 6234 ], "min": [ - 6167 + 6236 ], "stddev": [ - 6183 + 6252 ], "stddev_pop": [ - 6185 + 6254 ], "stddev_samp": [ - 6187 + 6256 ], "sum": [ - 6191 + 6260 ], "var_pop": [ - 6195 + 6264 ], "var_samp": [ - 6197 + 6266 ], "variance": [ - 6199 + 6268 ], "__typename": [ 85 @@ -135291,37 +136472,37 @@ export default { }, "utility_lineup_progress_aggregate_order_by": { "avg": [ - 6160 + 6229 ], "count": [ - 3647 + 3648 ], "max": [ - 6166 + 6235 ], "min": [ - 6168 + 6237 ], "stddev": [ - 6184 + 6253 ], "stddev_pop": [ - 6186 + 6255 ], "stddev_samp": [ - 6188 + 6257 ], "sum": [ - 6192 + 6261 ], "var_pop": [ - 6196 + 6265 ], "var_samp": [ - 6198 + 6267 ], "variance": [ - 6200 + 6269 ], "__typename": [ 85 @@ -135329,10 +136510,10 @@ export default { }, "utility_lineup_progress_arr_rel_insert_input": { "data": [ - 6164 + 6233 ], "on_conflict": [ - 6170 + 6239 ], "__typename": [ 85 @@ -135372,31 +136553,31 @@ export default { }, "utility_lineup_progress_avg_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -135404,13 +136585,13 @@ export default { }, "utility_lineup_progress_bool_exp": { "_and": [ - 6161 + 6230 ], "_not": [ - 6161 + 6230 ], "_or": [ - 6161 + 6230 ], "attempts": [ 42 @@ -135422,37 +136603,37 @@ export default { 42 ], "last_practiced_at": [ - 5243 + 5244 ], "mastered_at": [ - 5243 + 5244 ], "miss_along_sum": [ - 2093 + 2094 ], "miss_lateral_sum": [ - 2093 + 2094 ], "miss_samples": [ 42 ], "miss_vertical_sum": [ - 2093 + 2094 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "successes": [ 42 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -135470,19 +136651,19 @@ export default { 41 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 @@ -135502,37 +136683,37 @@ export default { 41 ], "last_practiced_at": [ - 5242 + 5243 ], "mastered_at": [ - 5242 + 5243 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -135549,31 +136730,31 @@ export default { 41 ], "last_practiced_at": [ - 5242 + 5243 ], "mastered_at": [ - 5242 + 5243 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -135581,40 +136762,40 @@ export default { }, "utility_lineup_progress_max_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "last_practiced_at": [ - 3647 + 3648 ], "mastered_at": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -135631,31 +136812,31 @@ export default { 41 ], "last_practiced_at": [ - 5242 + 5243 ], "mastered_at": [ - 5242 + 5243 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -135663,40 +136844,40 @@ export default { }, "utility_lineup_progress_min_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "last_practiced_at": [ - 3647 + 3648 ], "mastered_at": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -135707,7 +136888,7 @@ export default { 41 ], "returning": [ - 6142 + 6211 ], "__typename": [ 85 @@ -135715,13 +136896,13 @@ export default { }, "utility_lineup_progress_on_conflict": { "constraint": [ - 6162 + 6231 ], "update_columns": [ - 6193 + 6262 ], "where": [ - 6161 + 6230 ], "__typename": [ 85 @@ -135729,46 +136910,46 @@ export default { }, "utility_lineup_progress_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "last_practiced_at": [ - 3647 + 3648 ], "mastered_at": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -135776,10 +136957,10 @@ export default { }, "utility_lineup_progress_pk_columns_input": { "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -135805,31 +136986,31 @@ export default { 41 ], "last_practiced_at": [ - 5242 + 5243 ], "mastered_at": [ - 5242 + 5243 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -135869,31 +137050,31 @@ export default { }, "utility_lineup_progress_stddev_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -135933,31 +137114,31 @@ export default { }, "utility_lineup_progress_stddev_pop_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -135997,31 +137178,31 @@ export default { }, "utility_lineup_progress_stddev_samp_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136029,10 +137210,10 @@ export default { }, "utility_lineup_progress_stream_cursor_input": { "initial_value": [ - 6190 + 6259 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -136049,31 +137230,31 @@ export default { 41 ], "last_practiced_at": [ - 5242 + 5243 ], "mastered_at": [ - 5242 + 5243 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -136090,19 +137271,19 @@ export default { 41 ], "miss_along_sum": [ - 2092 + 2093 ], "miss_lateral_sum": [ - 2092 + 2093 ], "miss_samples": [ 41 ], "miss_vertical_sum": [ - 2092 + 2093 ], "steam_id": [ - 311 + 312 ], "successes": [ 41 @@ -136113,31 +137294,31 @@ export default { }, "utility_lineup_progress_sum_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136146,13 +137327,13 @@ export default { "utility_lineup_progress_update_column": {}, "utility_lineup_progress_updates": { "_inc": [ - 6163 + 6232 ], "_set": [ - 6182 + 6251 ], "where": [ - 6161 + 6230 ], "__typename": [ 85 @@ -136192,31 +137373,31 @@ export default { }, "utility_lineup_progress_var_pop_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136256,31 +137437,31 @@ export default { }, "utility_lineup_progress_var_samp_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136320,31 +137501,31 @@ export default { }, "utility_lineup_progress_variance_order_by": { "attempts": [ - 3647 + 3648 ], "best_streak": [ - 3647 + 3648 ], "current_streak": [ - 3647 + 3648 ], "miss_along_sum": [ - 3647 + 3648 ], "miss_lateral_sum": [ - 3647 + 3648 ], "miss_samples": [ - 3647 + 3648 ], "miss_vertical_sum": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "successes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136352,7 +137533,7 @@ export default { }, "utility_lineup_renders": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -136361,22 +137542,22 @@ export default { 85 ], "game_server_node": [ - 2313 + 2314 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "lineup": [ - 6351 + 6420 ], "map_name": [ 85 @@ -136385,16 +137566,16 @@ export default { 6 ], "practice_session": [ - 6557 + 6626 ], "progress": [ - 3645 + 3646 ], "requested_by": [ - 4605 + 4606 ], "requested_by_steam_id": [ - 311 + 312 ], "session_token": [ 85 @@ -136406,7 +137587,7 @@ export default { 41 ], "spec": [ - 2438, + 2439, { "path": [ 85 @@ -136417,7 +137598,7 @@ export default { 85 ], "status_history": [ - 2438, + 2439, { "path": [ 85 @@ -136425,10 +137606,10 @@ export default { } ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -136436,10 +137617,10 @@ export default { }, "utility_lineup_renders_aggregate": { "aggregate": [ - 6207 + 6276 ], "nodes": [ - 6201 + 6270 ], "__typename": [ 85 @@ -136447,13 +137628,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp": { "bool_and": [ - 6204 + 6273 ], "bool_or": [ - 6205 + 6274 ], "count": [ - 6206 + 6275 ], "__typename": [ 85 @@ -136461,13 +137642,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_bool_and": { "arguments": [ - 6230 + 6299 ], "distinct": [ 6 ], "filter": [ - 6213 + 6282 ], "predicate": [ 7 @@ -136478,13 +137659,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_bool_or": { "arguments": [ - 6231 + 6300 ], "distinct": [ 6 ], "filter": [ - 6213 + 6282 ], "predicate": [ 7 @@ -136495,13 +137676,13 @@ export default { }, "utility_lineup_renders_aggregate_bool_exp_count": { "arguments": [ - 6229 + 6298 ], "distinct": [ 6 ], "filter": [ - 6213 + 6282 ], "predicate": [ 42 @@ -136512,13 +137693,13 @@ export default { }, "utility_lineup_renders_aggregate_fields": { "avg": [ - 6211 + 6280 ], "count": [ 41, { "columns": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "distinct": [ @@ -136527,31 +137708,31 @@ export default { } ], "max": [ - 6220 + 6289 ], "min": [ - 6222 + 6291 ], "stddev": [ - 6233 + 6302 ], "stddev_pop": [ - 6235 + 6304 ], "stddev_samp": [ - 6237 + 6306 ], "sum": [ - 6241 + 6310 ], "var_pop": [ - 6245 + 6314 ], "var_samp": [ - 6247 + 6316 ], "variance": [ - 6249 + 6318 ], "__typename": [ 85 @@ -136559,37 +137740,37 @@ export default { }, "utility_lineup_renders_aggregate_order_by": { "avg": [ - 6212 + 6281 ], "count": [ - 3647 + 3648 ], "max": [ - 6221 + 6290 ], "min": [ - 6223 + 6292 ], "stddev": [ - 6234 + 6303 ], "stddev_pop": [ - 6236 + 6305 ], "stddev_samp": [ - 6238 + 6307 ], "sum": [ - 6242 + 6311 ], "var_pop": [ - 6246 + 6315 ], "var_samp": [ - 6248 + 6317 ], "variance": [ - 6250 + 6319 ], "__typename": [ 85 @@ -136597,10 +137778,10 @@ export default { }, "utility_lineup_renders_append_input": { "spec": [ - 2438 + 2439 ], "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -136608,10 +137789,10 @@ export default { }, "utility_lineup_renders_arr_rel_insert_input": { "data": [ - 6219 + 6288 ], "on_conflict": [ - 6225 + 6294 ], "__typename": [ 85 @@ -136636,16 +137817,16 @@ export default { }, "utility_lineup_renders_avg_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136653,16 +137834,16 @@ export default { }, "utility_lineup_renders_bool_exp": { "_and": [ - 6213 + 6282 ], "_not": [ - 6213 + 6282 ], "_or": [ - 6213 + 6282 ], "created_at": [ - 5243 + 5244 ], "duration_ms": [ 42 @@ -136671,22 +137852,22 @@ export default { 87 ], "game_server_node": [ - 2325 + 2326 ], "game_server_node_id": [ 87 ], "id": [ - 6605 + 6674 ], "k8s_job_name": [ 87 ], "last_status_at": [ - 5243 + 5244 ], "lineup": [ - 6373 + 6442 ], "map_name": [ 87 @@ -136695,16 +137876,16 @@ export default { 7 ], "practice_session": [ - 6568 + 6637 ], "progress": [ - 3646 + 3647 ], "requested_by": [ - 4609 + 4610 ], "requested_by_steam_id": [ - 313 + 314 ], "session_token": [ 87 @@ -136716,19 +137897,19 @@ export default { 42 ], "spec": [ - 2440 + 2441 ], "status": [ 87 ], "status_history": [ - 2440 + 2441 ], "utility_lineup_id": [ - 6605 + 6674 ], "utility_practice_session_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -136773,10 +137954,10 @@ export default { 41 ], "progress": [ - 3645 + 3646 ], "requested_by_steam_id": [ - 311 + 312 ], "sort_index": [ 41 @@ -136787,7 +137968,7 @@ export default { }, "utility_lineup_renders_insert_input": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -136796,22 +137977,22 @@ export default { 85 ], "game_server_node": [ - 2337 + 2338 ], "game_server_node_id": [ 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "lineup": [ - 6385 + 6454 ], "map_name": [ 85 @@ -136820,16 +138001,16 @@ export default { 6 ], "practice_session": [ - 6577 + 6646 ], "progress": [ - 3645 + 3646 ], "requested_by": [ - 4616 + 4617 ], "requested_by_steam_id": [ - 311 + 312 ], "session_token": [ 85 @@ -136841,19 +138022,19 @@ export default { 41 ], "spec": [ - 2438 + 2439 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -136861,7 +138042,7 @@ export default { }, "utility_lineup_renders_max_fields": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -136873,22 +138054,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "progress": [ - 3645 + 3646 ], "requested_by_steam_id": [ - 311 + 312 ], "session_token": [ 85 @@ -136903,10 +138084,10 @@ export default { 85 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -136914,52 +138095,52 @@ export default { }, "utility_lineup_renders_max_order_by": { "created_at": [ - 3647 + 3648 ], "duration_ms": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "session_token": [ - 3647 + 3648 ], "skip_reason": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -136967,7 +138148,7 @@ export default { }, "utility_lineup_renders_min_fields": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -136979,22 +138160,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "progress": [ - 3645 + 3646 ], "requested_by_steam_id": [ - 311 + 312 ], "session_token": [ 85 @@ -137009,10 +138190,10 @@ export default { 85 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -137020,52 +138201,52 @@ export default { }, "utility_lineup_renders_min_order_by": { "created_at": [ - 3647 + 3648 ], "duration_ms": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "session_token": [ - 3647 + 3648 ], "skip_reason": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137076,7 +138257,7 @@ export default { 41 ], "returning": [ - 6201 + 6270 ], "__typename": [ 85 @@ -137084,13 +138265,13 @@ export default { }, "utility_lineup_renders_on_conflict": { "constraint": [ - 6214 + 6283 ], "update_columns": [ - 6243 + 6312 ], "where": [ - 6213 + 6282 ], "__typename": [ 85 @@ -137098,73 +138279,73 @@ export default { }, "utility_lineup_renders_order_by": { "created_at": [ - 3647 + 3648 ], "duration_ms": [ - 3647 + 3648 ], "error_message": [ - 3647 + 3648 ], "game_server_node": [ - 2339 + 2340 ], "game_server_node_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "k8s_job_name": [ - 3647 + 3648 ], "last_status_at": [ - 3647 + 3648 ], "lineup": [ - 6387 + 6456 ], "map_name": [ - 3647 + 3648 ], "paused": [ - 3647 + 3648 ], "practice_session": [ - 6579 + 6648 ], "progress": [ - 3647 + 3648 ], "requested_by": [ - 4618 + 4619 ], "requested_by_steam_id": [ - 3647 + 3648 ], "session_token": [ - 3647 + 3648 ], "skip_reason": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "spec": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "status_history": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137172,7 +138353,7 @@ export default { }, "utility_lineup_renders_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -137180,10 +138361,10 @@ export default { }, "utility_lineup_renders_prepend_input": { "spec": [ - 2438 + 2439 ], "status_history": [ - 2438 + 2439 ], "__typename": [ 85 @@ -137194,7 +138375,7 @@ export default { "utility_lineup_renders_select_column_utility_lineup_renders_aggregate_bool_exp_bool_or_arguments_columns": {}, "utility_lineup_renders_set_input": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -137206,13 +138387,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "map_name": [ 85 @@ -137221,10 +138402,10 @@ export default { 6 ], "progress": [ - 3645 + 3646 ], "requested_by_steam_id": [ - 311 + 312 ], "session_token": [ 85 @@ -137236,19 +138417,19 @@ export default { 41 ], "spec": [ - 2438 + 2439 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -137273,16 +138454,16 @@ export default { }, "utility_lineup_renders_stddev_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137307,16 +138488,16 @@ export default { }, "utility_lineup_renders_stddev_pop_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137341,16 +138522,16 @@ export default { }, "utility_lineup_renders_stddev_samp_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137358,10 +138539,10 @@ export default { }, "utility_lineup_renders_stream_cursor_input": { "initial_value": [ - 6240 + 6309 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -137369,7 +138550,7 @@ export default { }, "utility_lineup_renders_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "duration_ms": [ 41 @@ -137381,13 +138562,13 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "k8s_job_name": [ 85 ], "last_status_at": [ - 5242 + 5243 ], "map_name": [ 85 @@ -137396,10 +138577,10 @@ export default { 6 ], "progress": [ - 3645 + 3646 ], "requested_by_steam_id": [ - 311 + 312 ], "session_token": [ 85 @@ -137411,19 +138592,19 @@ export default { 41 ], "spec": [ - 2438 + 2439 ], "status": [ 85 ], "status_history": [ - 2438 + 2439 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -137434,10 +138615,10 @@ export default { 41 ], "progress": [ - 3645 + 3646 ], "requested_by_steam_id": [ - 311 + 312 ], "sort_index": [ 41 @@ -137448,16 +138629,16 @@ export default { }, "utility_lineup_renders_sum_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137466,28 +138647,28 @@ export default { "utility_lineup_renders_update_column": {}, "utility_lineup_renders_updates": { "_append": [ - 6209 + 6278 ], "_delete_at_path": [ - 6215 + 6284 ], "_delete_elem": [ - 6216 + 6285 ], "_delete_key": [ - 6217 + 6286 ], "_inc": [ - 6218 + 6287 ], "_prepend": [ - 6228 + 6297 ], "_set": [ - 6232 + 6301 ], "where": [ - 6213 + 6282 ], "__typename": [ 85 @@ -137512,16 +138693,16 @@ export default { }, "utility_lineup_renders_var_pop_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137546,16 +138727,16 @@ export default { }, "utility_lineup_renders_var_samp_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137580,16 +138761,16 @@ export default { }, "utility_lineup_renders_variance_order_by": { "duration_ms": [ - 3647 + 3648 ], "progress": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "sort_index": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137597,52 +138778,52 @@ export default { }, "utility_lineup_repairs": { "created_at": [ - 5242 + 5243 ], "drift_distance": [ - 2092 + 2093 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "repaired_at": [ - 5242 + 5243 ], "repaired_utility_lineup": [ - 6351 + 6420 ], "repaired_utility_lineup_id": [ - 6603 + 6672 ], "requested_by": [ - 4605 + 4606 ], "requested_by_steam_id": [ - 311 + 312 ], "status": [ 85 ], "utility_drift_scan": [ - 6073 + 6142 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session": [ - 6557 + 6626 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -137650,10 +138831,10 @@ export default { }, "utility_lineup_repairs_aggregate": { "aggregate": [ - 6265 + 6334 ], "nodes": [ - 6251 + 6320 ], "__typename": [ 85 @@ -137661,31 +138842,31 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp": { "avg": [ - 6254 + 6323 ], "corr": [ - 6255 + 6324 ], "count": [ - 6257 + 6326 ], "covar_samp": [ - 6258 + 6327 ], "max": [ - 6260 + 6329 ], "min": [ - 6261 + 6330 ], "stddev_samp": [ - 6262 + 6331 ], "sum": [ - 6263 + 6332 ], "var_samp": [ - 6264 + 6333 ], "__typename": [ 85 @@ -137693,16 +138874,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_avg": { "arguments": [ - 6283 + 6352 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137710,16 +138891,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_corr": { "arguments": [ - 6256 + 6325 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137727,10 +138908,10 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_corr_arguments": { "X": [ - 6284 + 6353 ], "Y": [ - 6284 + 6353 ], "__typename": [ 85 @@ -137738,13 +138919,13 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_count": { "arguments": [ - 6282 + 6351 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ 42 @@ -137755,16 +138936,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_covar_samp": { "arguments": [ - 6259 + 6328 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137772,10 +138953,10 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6285 + 6354 ], "Y": [ - 6285 + 6354 ], "__typename": [ 85 @@ -137783,16 +138964,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_max": { "arguments": [ - 6286 + 6355 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137800,16 +138981,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_min": { "arguments": [ - 6287 + 6356 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137817,16 +138998,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6288 + 6357 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137834,16 +139015,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_sum": { "arguments": [ - 6289 + 6358 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137851,16 +139032,16 @@ export default { }, "utility_lineup_repairs_aggregate_bool_exp_var_samp": { "arguments": [ - 6290 + 6359 ], "distinct": [ 6 ], "filter": [ - 6270 + 6339 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -137868,13 +139049,13 @@ export default { }, "utility_lineup_repairs_aggregate_fields": { "avg": [ - 6268 + 6337 ], "count": [ 41, { "columns": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "distinct": [ @@ -137883,31 +139064,31 @@ export default { } ], "max": [ - 6274 + 6343 ], "min": [ - 6276 + 6345 ], "stddev": [ - 6292 + 6361 ], "stddev_pop": [ - 6294 + 6363 ], "stddev_samp": [ - 6296 + 6365 ], "sum": [ - 6300 + 6369 ], "var_pop": [ - 6304 + 6373 ], "var_samp": [ - 6306 + 6375 ], "variance": [ - 6308 + 6377 ], "__typename": [ 85 @@ -137915,37 +139096,37 @@ export default { }, "utility_lineup_repairs_aggregate_order_by": { "avg": [ - 6269 + 6338 ], "count": [ - 3647 + 3648 ], "max": [ - 6275 + 6344 ], "min": [ - 6277 + 6346 ], "stddev": [ - 6293 + 6362 ], "stddev_pop": [ - 6295 + 6364 ], "stddev_samp": [ - 6297 + 6366 ], "sum": [ - 6301 + 6370 ], "var_pop": [ - 6305 + 6374 ], "var_samp": [ - 6307 + 6376 ], "variance": [ - 6309 + 6378 ], "__typename": [ 85 @@ -137953,10 +139134,10 @@ export default { }, "utility_lineup_repairs_arr_rel_insert_input": { "data": [ - 6273 + 6342 ], "on_conflict": [ - 6279 + 6348 ], "__typename": [ 85 @@ -137975,10 +139156,10 @@ export default { }, "utility_lineup_repairs_avg_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -137986,61 +139167,61 @@ export default { }, "utility_lineup_repairs_bool_exp": { "_and": [ - 6270 + 6339 ], "_not": [ - 6270 + 6339 ], "_or": [ - 6270 + 6339 ], "created_at": [ - 5243 + 5244 ], "drift_distance": [ - 2093 + 2094 ], "expires_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "repaired_at": [ - 5243 + 5244 ], "repaired_utility_lineup": [ - 6373 + 6442 ], "repaired_utility_lineup_id": [ - 6605 + 6674 ], "requested_by": [ - 4609 + 4610 ], "requested_by_steam_id": [ - 313 + 314 ], "status": [ 87 ], "utility_drift_scan": [ - 6077 + 6146 ], "utility_drift_scan_id": [ - 6605 + 6674 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "utility_practice_session": [ - 6568 + 6637 ], "utility_practice_session_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -138049,10 +139230,10 @@ export default { "utility_lineup_repairs_constraint": {}, "utility_lineup_repairs_inc_input": { "drift_distance": [ - 2092 + 2093 ], "requested_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -138060,52 +139241,52 @@ export default { }, "utility_lineup_repairs_insert_input": { "created_at": [ - 5242 + 5243 ], "drift_distance": [ - 2092 + 2093 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "repaired_at": [ - 5242 + 5243 ], "repaired_utility_lineup": [ - 6385 + 6454 ], "repaired_utility_lineup_id": [ - 6603 + 6672 ], "requested_by": [ - 4616 + 4617 ], "requested_by_steam_id": [ - 311 + 312 ], "status": [ 85 ], "utility_drift_scan": [ - 6084 + 6153 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session": [ - 6577 + 6646 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138113,37 +139294,37 @@ export default { }, "utility_lineup_repairs_max_fields": { "created_at": [ - 5242 + 5243 ], "drift_distance": [ - 2092 + 2093 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "repaired_at": [ - 5242 + 5243 ], "repaired_utility_lineup_id": [ - 6603 + 6672 ], "requested_by_steam_id": [ - 311 + 312 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138151,37 +139332,37 @@ export default { }, "utility_lineup_repairs_max_order_by": { "created_at": [ - 3647 + 3648 ], "drift_distance": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "repaired_at": [ - 3647 + 3648 ], "repaired_utility_lineup_id": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "utility_drift_scan_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138189,37 +139370,37 @@ export default { }, "utility_lineup_repairs_min_fields": { "created_at": [ - 5242 + 5243 ], "drift_distance": [ - 2092 + 2093 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "repaired_at": [ - 5242 + 5243 ], "repaired_utility_lineup_id": [ - 6603 + 6672 ], "requested_by_steam_id": [ - 311 + 312 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138227,37 +139408,37 @@ export default { }, "utility_lineup_repairs_min_order_by": { "created_at": [ - 3647 + 3648 ], "drift_distance": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "repaired_at": [ - 3647 + 3648 ], "repaired_utility_lineup_id": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "utility_drift_scan_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138268,7 +139449,7 @@ export default { 41 ], "returning": [ - 6251 + 6320 ], "__typename": [ 85 @@ -138276,13 +139457,13 @@ export default { }, "utility_lineup_repairs_on_conflict": { "constraint": [ - 6271 + 6340 ], "update_columns": [ - 6302 + 6371 ], "where": [ - 6270 + 6339 ], "__typename": [ 85 @@ -138290,52 +139471,52 @@ export default { }, "utility_lineup_repairs_order_by": { "created_at": [ - 3647 + 3648 ], "drift_distance": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "repaired_at": [ - 3647 + 3648 ], "repaired_utility_lineup": [ - 6387 + 6456 ], "repaired_utility_lineup_id": [ - 3647 + 3648 ], "requested_by": [ - 4618 + 4619 ], "requested_by_steam_id": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "utility_drift_scan": [ - 6086 + 6155 ], "utility_drift_scan_id": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "utility_practice_session": [ - 6579 + 6648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138343,7 +139524,7 @@ export default { }, "utility_lineup_repairs_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138360,37 +139541,37 @@ export default { "utility_lineup_repairs_select_column_utility_lineup_repairs_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_lineup_repairs_set_input": { "created_at": [ - 5242 + 5243 ], "drift_distance": [ - 2092 + 2093 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "repaired_at": [ - 5242 + 5243 ], "repaired_utility_lineup_id": [ - 6603 + 6672 ], "requested_by_steam_id": [ - 311 + 312 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138409,10 +139590,10 @@ export default { }, "utility_lineup_repairs_stddev_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138431,10 +139612,10 @@ export default { }, "utility_lineup_repairs_stddev_pop_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138453,10 +139634,10 @@ export default { }, "utility_lineup_repairs_stddev_samp_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138464,10 +139645,10 @@ export default { }, "utility_lineup_repairs_stream_cursor_input": { "initial_value": [ - 6299 + 6368 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -138475,37 +139656,37 @@ export default { }, "utility_lineup_repairs_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "drift_distance": [ - 2092 + 2093 ], "expires_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "repaired_at": [ - 5242 + 5243 ], "repaired_utility_lineup_id": [ - 6603 + 6672 ], "requested_by_steam_id": [ - 311 + 312 ], "status": [ 85 ], "utility_drift_scan_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603 + 6672 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138513,10 +139694,10 @@ export default { }, "utility_lineup_repairs_sum_fields": { "drift_distance": [ - 2092 + 2093 ], "requested_by_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -138524,10 +139705,10 @@ export default { }, "utility_lineup_repairs_sum_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138536,13 +139717,13 @@ export default { "utility_lineup_repairs_update_column": {}, "utility_lineup_repairs_updates": { "_inc": [ - 6272 + 6341 ], "_set": [ - 6291 + 6360 ], "where": [ - 6270 + 6339 ], "__typename": [ 85 @@ -138561,10 +139742,10 @@ export default { }, "utility_lineup_repairs_var_pop_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138583,10 +139764,10 @@ export default { }, "utility_lineup_repairs_var_samp_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138605,10 +139786,10 @@ export default { }, "utility_lineup_repairs_variance_order_by": { "drift_distance": [ - 3647 + 3648 ], "requested_by_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138616,22 +139797,22 @@ export default { }, "utility_lineup_votes": { "created_at": [ - 5242 + 5243 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -138639,10 +139820,10 @@ export default { }, "utility_lineup_votes_aggregate": { "aggregate": [ - 6314 + 6383 ], "nodes": [ - 6310 + 6379 ], "__typename": [ 85 @@ -138650,7 +139831,7 @@ export default { }, "utility_lineup_votes_aggregate_bool_exp": { "count": [ - 6313 + 6382 ], "__typename": [ 85 @@ -138658,13 +139839,13 @@ export default { }, "utility_lineup_votes_aggregate_bool_exp_count": { "arguments": [ - 6331 + 6400 ], "distinct": [ 6 ], "filter": [ - 6319 + 6388 ], "predicate": [ 42 @@ -138675,13 +139856,13 @@ export default { }, "utility_lineup_votes_aggregate_fields": { "avg": [ - 6317 + 6386 ], "count": [ 41, { "columns": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "distinct": [ @@ -138690,31 +139871,31 @@ export default { } ], "max": [ - 6323 + 6392 ], "min": [ - 6325 + 6394 ], "stddev": [ - 6333 + 6402 ], "stddev_pop": [ - 6335 + 6404 ], "stddev_samp": [ - 6337 + 6406 ], "sum": [ - 6341 + 6410 ], "var_pop": [ - 6345 + 6414 ], "var_samp": [ - 6347 + 6416 ], "variance": [ - 6349 + 6418 ], "__typename": [ 85 @@ -138722,37 +139903,37 @@ export default { }, "utility_lineup_votes_aggregate_order_by": { "avg": [ - 6318 + 6387 ], "count": [ - 3647 + 3648 ], "max": [ - 6324 + 6393 ], "min": [ - 6326 + 6395 ], "stddev": [ - 6334 + 6403 ], "stddev_pop": [ - 6336 + 6405 ], "stddev_samp": [ - 6338 + 6407 ], "sum": [ - 6342 + 6411 ], "var_pop": [ - 6346 + 6415 ], "var_samp": [ - 6348 + 6417 ], "variance": [ - 6350 + 6419 ], "__typename": [ 85 @@ -138760,10 +139941,10 @@ export default { }, "utility_lineup_votes_arr_rel_insert_input": { "data": [ - 6322 + 6391 ], "on_conflict": [ - 6328 + 6397 ], "__typename": [ 85 @@ -138782,10 +139963,10 @@ export default { }, "utility_lineup_votes_avg_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138793,31 +139974,31 @@ export default { }, "utility_lineup_votes_bool_exp": { "_and": [ - 6319 + 6388 ], "_not": [ - 6319 + 6388 ], "_or": [ - 6319 + 6388 ], "created_at": [ - 5243 + 5244 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "vote": [ - 4830 + 4831 ], "__typename": [ 85 @@ -138826,10 +140007,10 @@ export default { "utility_lineup_votes_constraint": {}, "utility_lineup_votes_inc_input": { "steam_id": [ - 311 + 312 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -138837,22 +140018,22 @@ export default { }, "utility_lineup_votes_insert_input": { "created_at": [ - 5242 + 5243 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -138860,16 +140041,16 @@ export default { }, "utility_lineup_votes_max_fields": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -138877,16 +140058,16 @@ export default { }, "utility_lineup_votes_max_order_by": { "created_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138894,16 +140075,16 @@ export default { }, "utility_lineup_votes_min_fields": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -138911,16 +140092,16 @@ export default { }, "utility_lineup_votes_min_order_by": { "created_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138931,7 +140112,7 @@ export default { 41 ], "returning": [ - 6310 + 6379 ], "__typename": [ 85 @@ -138939,13 +140120,13 @@ export default { }, "utility_lineup_votes_on_conflict": { "constraint": [ - 6320 + 6389 ], "update_columns": [ - 6343 + 6412 ], "where": [ - 6319 + 6388 ], "__typename": [ 85 @@ -138953,22 +140134,22 @@ export default { }, "utility_lineup_votes_order_by": { "created_at": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -138976,10 +140157,10 @@ export default { }, "utility_lineup_votes_pk_columns_input": { "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -138988,16 +140169,16 @@ export default { "utility_lineup_votes_select_column": {}, "utility_lineup_votes_set_input": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -139016,10 +140197,10 @@ export default { }, "utility_lineup_votes_stddev_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139038,10 +140219,10 @@ export default { }, "utility_lineup_votes_stddev_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139060,10 +140241,10 @@ export default { }, "utility_lineup_votes_stddev_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139071,10 +140252,10 @@ export default { }, "utility_lineup_votes_stream_cursor_input": { "initial_value": [ - 6340 + 6409 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -139082,16 +140263,16 @@ export default { }, "utility_lineup_votes_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "utility_lineup_id": [ - 6603 + 6672 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -139099,10 +140280,10 @@ export default { }, "utility_lineup_votes_sum_fields": { "steam_id": [ - 311 + 312 ], "vote": [ - 4829 + 4830 ], "__typename": [ 85 @@ -139110,10 +140291,10 @@ export default { }, "utility_lineup_votes_sum_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139122,13 +140303,13 @@ export default { "utility_lineup_votes_update_column": {}, "utility_lineup_votes_updates": { "_inc": [ - 6321 + 6390 ], "_set": [ - 6332 + 6401 ], "where": [ - 6319 + 6388 ], "__typename": [ 85 @@ -139147,10 +140328,10 @@ export default { }, "utility_lineup_votes_var_pop_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139169,10 +140350,10 @@ export default { }, "utility_lineup_votes_var_samp_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139191,10 +140372,10 @@ export default { }, "utility_lineup_votes_variance_order_by": { "steam_id": [ - 3647 + 3648 ], "vote": [ - 3647 + 3648 ], "__typename": [ 85 @@ -139202,16 +140383,16 @@ export default { }, "utility_lineups": { "aim_tolerance": [ - 2092 + 2093 ], "archived_at": [ - 5242 + 5243 ], "author": [ - 4605 + 4606 ], "author_steam_id": [ - 311 + 312 ], "can_edit": [ 6 @@ -139220,10 +140401,10 @@ export default { 6 ], "collection_items": [ - 5891, + 5960, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -139233,19 +140414,19 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], "collection_items_aggregate": [ - 5892, + 5961, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -139255,11 +140436,11 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], @@ -139267,7 +140448,7 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -139282,13 +140463,13 @@ export default { 85 ], "eye_z": [ - 2092 + 2093 ], "favorited_by": [ - 6101, + 6170, { "distinct_on": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -139298,19 +140479,19 @@ export default { 41 ], "order_by": [ - 6120, + 6189, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6110 + 6179 ] } ], "favorited_by_aggregate": [ - 6102, + 6171, { "distinct_on": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -139320,11 +140501,11 @@ export default { 41 ], "order_by": [ - 6120, + 6189, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6110 + 6179 ] } ], @@ -139335,31 +140516,31 @@ export default { 41 ], "forked_from": [ - 6351 + 6420 ], "forked_from_utility_lineup_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "is_favorited": [ 6 @@ -139368,13 +140549,13 @@ export default { 6 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -139383,22 +140564,22 @@ export default { 85 ], "my_vote": [ - 4829 + 4830 ], "name": [ 85 ], "origin_source": [ - 1698 + 1699 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -139416,7 +140597,7 @@ export default { 85 ], "preview_rendered_at": [ - 5242 + 5243 ], "preview_thumbnail": [ 85 @@ -139428,10 +140609,10 @@ export default { 85 ], "progress": [ - 6142, + 6211, { "distinct_on": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -139441,19 +140622,19 @@ export default { 41 ], "order_by": [ - 6171, + 6240, "[utility_lineup_progress_order_by!]" ], "where": [ - 6161 + 6230 ] } ], "progress_aggregate": [ - 6143, + 6212, { "distinct_on": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -139463,31 +140644,31 @@ export default { 41 ], "order_by": [ - 6171, + 6240, "[utility_lineup_progress_order_by!]" ], "where": [ - 6161 + 6230 ] } ], "public_requested_at": [ - 5242 + 5243 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5242 + 5243 ], "public_reviewed_by": [ - 311 + 312 ], "renders": [ - 6201, + 6270, { "distinct_on": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -139497,19 +140678,19 @@ export default { 41 ], "order_by": [ - 6226, + 6295, "[utility_lineup_renders_order_by!]" ], "where": [ - 6213 + 6282 ] } ], "renders_aggregate": [ - 6202, + 6271, { "distinct_on": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -139519,19 +140700,19 @@ export default { 41 ], "order_by": [ - 6226, + 6295, "[utility_lineup_renders_order_by!]" ], "where": [ - 6213 + 6282 ] } ], "repairs": [ - 6251, + 6320, { "distinct_on": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -139541,19 +140722,19 @@ export default { 41 ], "order_by": [ - 6280, + 6349, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6270 + 6339 ] } ], "repairs_aggregate": [ - 6252, + 6321, { "distinct_on": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -139563,31 +140744,31 @@ export default { 41 ], "order_by": [ - 6280, + 6349, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6270 + 6339 ] } ], "side": [ - 1452 + 1453 ], "source_grenade_id": [ 41 ], "source_match": [ - 3431 + 3432 ], "source_match_id": [ - 6603 + 6672 ], "source_match_map": [ - 3247 + 3248 ], "source_match_map_id": [ - 6603 + 6672 ], "source_url": [ 85 @@ -139596,22 +140777,22 @@ export default { 85 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2438, + 2439, { "path": [ 85 @@ -139622,37 +140803,37 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "upvotes": [ 41 ], "utility_type": [ - 1758 + 1759 ], "verified_at": [ - 5242 + 5243 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "visibility": [ - 1778 + 1779 ], "votes": [ - 6310, + 6379, { "distinct_on": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -139662,19 +140843,19 @@ export default { 41 ], "order_by": [ - 6329, + 6398, "[utility_lineup_votes_order_by!]" ], "where": [ - 6319 + 6388 ] } ], "votes_aggregate": [ - 6311, + 6380, { "distinct_on": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -139684,11 +140865,11 @@ export default { 41 ], "order_by": [ - 6329, + 6398, "[utility_lineup_votes_order_by!]" ], "where": [ - 6319 + 6388 ] } ], @@ -139701,10 +140882,10 @@ export default { }, "utility_lineups_aggregate": { "aggregate": [ - 6367 + 6436 ], "nodes": [ - 6351 + 6420 ], "__typename": [ 85 @@ -139712,37 +140893,37 @@ export default { }, "utility_lineups_aggregate_bool_exp": { "avg": [ - 6354 + 6423 ], "bool_and": [ - 6355 + 6424 ], "bool_or": [ - 6356 + 6425 ], "corr": [ - 6357 + 6426 ], "count": [ - 6359 + 6428 ], "covar_samp": [ - 6360 + 6429 ], "max": [ - 6362 + 6431 ], "min": [ - 6363 + 6432 ], "stddev_samp": [ - 6364 + 6433 ], "sum": [ - 6365 + 6434 ], "var_samp": [ - 6366 + 6435 ], "__typename": [ 85 @@ -139750,16 +140931,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_avg": { "arguments": [ - 6391 + 6460 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139767,13 +140948,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_bool_and": { "arguments": [ - 6392 + 6461 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ 7 @@ -139784,13 +140965,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_bool_or": { "arguments": [ - 6393 + 6462 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ 7 @@ -139801,16 +140982,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_corr": { "arguments": [ - 6358 + 6427 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139818,10 +140999,10 @@ export default { }, "utility_lineups_aggregate_bool_exp_corr_arguments": { "X": [ - 6394 + 6463 ], "Y": [ - 6394 + 6463 ], "__typename": [ 85 @@ -139829,13 +141010,13 @@ export default { }, "utility_lineups_aggregate_bool_exp_count": { "arguments": [ - 6390 + 6459 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ 42 @@ -139846,16 +141027,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_covar_samp": { "arguments": [ - 6361 + 6430 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139863,10 +141044,10 @@ export default { }, "utility_lineups_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6395 + 6464 ], "Y": [ - 6395 + 6464 ], "__typename": [ 85 @@ -139874,16 +141055,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_max": { "arguments": [ - 6396 + 6465 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139891,16 +141072,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_min": { "arguments": [ - 6397 + 6466 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139908,16 +141089,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6398 + 6467 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139925,16 +141106,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_sum": { "arguments": [ - 6399 + 6468 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139942,16 +141123,16 @@ export default { }, "utility_lineups_aggregate_bool_exp_var_samp": { "arguments": [ - 6400 + 6469 ], "distinct": [ 6 ], "filter": [ - 6373 + 6442 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -139959,13 +141140,13 @@ export default { }, "utility_lineups_aggregate_fields": { "avg": [ - 6371 + 6440 ], "count": [ 41, { "columns": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "distinct": [ @@ -139974,31 +141155,31 @@ export default { } ], "max": [ - 6380 + 6449 ], "min": [ - 6382 + 6451 ], "stddev": [ - 6402 + 6471 ], "stddev_pop": [ - 6404 + 6473 ], "stddev_samp": [ - 6406 + 6475 ], "sum": [ - 6410 + 6479 ], "var_pop": [ - 6414 + 6483 ], "var_samp": [ - 6416 + 6485 ], "variance": [ - 6418 + 6487 ], "__typename": [ 85 @@ -140006,37 +141187,37 @@ export default { }, "utility_lineups_aggregate_order_by": { "avg": [ - 6372 + 6441 ], "count": [ - 3647 + 3648 ], "max": [ - 6381 + 6450 ], "min": [ - 6383 + 6452 ], "stddev": [ - 6403 + 6472 ], "stddev_pop": [ - 6405 + 6474 ], "stddev_samp": [ - 6407 + 6476 ], "sum": [ - 6411 + 6480 ], "var_pop": [ - 6415 + 6484 ], "var_samp": [ - 6417 + 6486 ], "variance": [ - 6419 + 6488 ], "__typename": [ 85 @@ -140044,7 +141225,7 @@ export default { }, "utility_lineups_append_input": { "trajectory_preview": [ - 2438 + 2439 ], "__typename": [ 85 @@ -140052,10 +141233,10 @@ export default { }, "utility_lineups_arr_rel_insert_input": { "data": [ - 6379 + 6448 ], "on_conflict": [ - 6386 + 6455 ], "__typename": [ 85 @@ -140108,7 +141289,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -140161,94 +141342,94 @@ export default { }, "utility_lineups_avg_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -140256,25 +141437,25 @@ export default { }, "utility_lineups_bool_exp": { "_and": [ - 6373 + 6442 ], "_not": [ - 6373 + 6442 ], "_or": [ - 6373 + 6442 ], "aim_tolerance": [ - 2093 + 2094 ], "archived_at": [ - 5243 + 5244 ], "author": [ - 4609 + 4610 ], "author_steam_id": [ - 313 + 314 ], "can_edit": [ 7 @@ -140283,16 +141464,16 @@ export default { 7 ], "collection_items": [ - 5900 + 5969 ], "collection_items_aggregate": [ - 5893 + 5962 ], "confidence": [ 87 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 @@ -140307,13 +141488,13 @@ export default { 87 ], "eye_z": [ - 2093 + 2094 ], "favorited_by": [ - 6110 + 6179 ], "favorited_by_aggregate": [ - 6103 + 6172 ], "favorites": [ 42 @@ -140322,31 +141503,31 @@ export default { 42 ], "forked_from": [ - 6373 + 6442 ], "forked_from_utility_lineup_id": [ - 6605 + 6674 ], "id": [ - 6605 + 6674 ], "initial_pos_x": [ - 2093 + 2094 ], "initial_pos_y": [ - 2093 + 2094 ], "initial_pos_z": [ - 2093 + 2094 ], "initial_vel_x": [ - 2093 + 2094 ], "initial_vel_y": [ - 2093 + 2094 ], "initial_vel_z": [ - 2093 + 2094 ], "is_favorited": [ 7 @@ -140355,13 +141536,13 @@ export default { 7 ], "land_x": [ - 2093 + 2094 ], "land_y": [ - 2093 + 2094 ], "land_z": [ - 2093 + 2094 ], "lineup_bucket": [ 87 @@ -140370,22 +141551,22 @@ export default { 87 ], "my_vote": [ - 4830 + 4831 ], "name": [ 87 ], "origin_source": [ - 1699 + 1700 ], "origin_x": [ - 2093 + 2094 ], "origin_y": [ - 2093 + 2094 ], "origin_z": [ - 2093 + 2094 ], "practice_attempts": [ 42 @@ -140403,7 +141584,7 @@ export default { 87 ], "preview_rendered_at": [ - 5243 + 5244 ], "preview_thumbnail": [ 87 @@ -140415,52 +141596,52 @@ export default { 87 ], "progress": [ - 6161 + 6230 ], "progress_aggregate": [ - 6144 + 6213 ], "public_requested_at": [ - 5243 + 5244 ], "public_review_note": [ 87 ], "public_reviewed_at": [ - 5243 + 5244 ], "public_reviewed_by": [ - 313 + 314 ], "renders": [ - 6213 + 6282 ], "renders_aggregate": [ - 6203 + 6272 ], "repairs": [ - 6270 + 6339 ], "repairs_aggregate": [ - 6253 + 6322 ], "side": [ - 1453 + 1454 ], "source_grenade_id": [ 42 ], "source_match": [ - 3442 + 3443 ], "source_match_id": [ - 6605 + 6674 ], "source_match_map": [ - 3256 + 3257 ], "source_match_map_id": [ - 6605 + 6674 ], "source_url": [ 87 @@ -140469,58 +141650,58 @@ export default { 86 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "technique": [ - 1719 + 1720 ], "throw_strength": [ - 1739 + 1740 ], "trajectory_file": [ 87 ], "trajectory_preview": [ - 2440 + 2441 ], "trajectory_size": [ 42 ], "updated_at": [ - 5243 + 5244 ], "upvotes": [ 42 ], "utility_type": [ - 1759 + 1760 ], "verified_at": [ - 5243 + 5244 ], "view_pitch": [ - 2093 + 2094 ], "view_pitch_delta": [ - 2093 + 2094 ], "view_yaw": [ - 2093 + 2094 ], "view_yaw_delta": [ - 2093 + 2094 ], "visibility": [ - 1779 + 1780 ], "votes": [ - 6319 + 6388 ], "votes_aggregate": [ - 6312 + 6381 ], "workshop_map_id": [ 87 @@ -140556,16 +141737,16 @@ export default { }, "utility_lineups_inc_input": { "aim_tolerance": [ - 2092 + 2093 ], "author_steam_id": [ - 311 + 312 ], "downvotes": [ 41 ], "eye_z": [ - 2092 + 2093 ], "favorites": [ 41 @@ -140574,40 +141755,40 @@ export default { 41 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -140622,7 +141803,7 @@ export default { 41 ], "public_reviewed_by": [ - 311 + 312 ], "source_grenade_id": [ 41 @@ -140634,16 +141815,16 @@ export default { 41 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "__typename": [ 85 @@ -140651,25 +141832,25 @@ export default { }, "utility_lineups_insert_input": { "aim_tolerance": [ - 2092 + 2093 ], "archived_at": [ - 5242 + 5243 ], "author": [ - 4616 + 4617 ], "author_steam_id": [ - 311 + 312 ], "collection_items": [ - 5897 + 5966 ], "confidence": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -140681,10 +141862,10 @@ export default { 85 ], "eye_z": [ - 2092 + 2093 ], "favorited_by": [ - 6107 + 6176 ], "favorites": [ 41 @@ -140693,43 +141874,43 @@ export default { 41 ], "forked_from": [ - 6385 + 6454 ], "forked_from_utility_lineup_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "map_name": [ 85 @@ -140738,16 +141919,16 @@ export default { 85 ], "origin_source": [ - 1698 + 1699 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -140765,49 +141946,49 @@ export default { 85 ], "preview_rendered_at": [ - 5242 + 5243 ], "preview_thumbnail": [ 85 ], "progress": [ - 6158 + 6227 ], "public_requested_at": [ - 5242 + 5243 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5242 + 5243 ], "public_reviewed_by": [ - 311 + 312 ], "renders": [ - 6210 + 6279 ], "repairs": [ - 6267 + 6336 ], "side": [ - 1452 + 1453 ], "source_grenade_id": [ 41 ], "source_match": [ - 3451 + 3452 ], "source_match_id": [ - 6603 + 6672 ], "source_match_map": [ - 3265 + 3266 ], "source_match_map_id": [ - 6603 + 6672 ], "source_url": [ 85 @@ -140816,55 +141997,55 @@ export default { 85 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2438 + 2439 ], "trajectory_size": [ 41 ], "updated_at": [ - 5242 + 5243 ], "upvotes": [ 41 ], "utility_type": [ - 1758 + 1759 ], "verified_at": [ - 5242 + 5243 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "visibility": [ - 1778 + 1779 ], "votes": [ - 6316 + 6385 ], "workshop_map_id": [ 85 @@ -140875,19 +142056,19 @@ export default { }, "utility_lineups_max_fields": { "aim_tolerance": [ - 2092 + 2093 ], "archived_at": [ - 5242 + 5243 ], "author_steam_id": [ - 311 + 312 ], "confidence": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -140902,7 +142083,7 @@ export default { 85 ], "eye_z": [ - 2092 + 2093 ], "favorites": [ 41 @@ -140911,37 +142092,37 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -140950,19 +142131,19 @@ export default { 85 ], "my_vote": [ - 4829 + 4830 ], "name": [ 85 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -140980,7 +142161,7 @@ export default { 85 ], "preview_rendered_at": [ - 5242 + 5243 ], "preview_thumbnail": [ 85 @@ -140992,25 +142173,25 @@ export default { 85 ], "public_requested_at": [ - 5242 + 5243 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5242 + 5243 ], "public_reviewed_by": [ - 311 + 312 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6603 + 6672 ], "source_match_map_id": [ - 6603 + 6672 ], "source_url": [ 85 @@ -141019,7 +142200,7 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "trajectory_file": [ 85 @@ -141028,25 +142209,25 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "upvotes": [ 41 ], "verified_at": [ - 5242 + 5243 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "workshop_map_id": [ 85 @@ -141057,169 +142238,169 @@ export default { }, "utility_lineups_max_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "archived_at": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "confidence": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "external_id": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "forked_from_utility_lineup_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "lineup_bucket": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "preview_file": [ - 3647 + 3648 ], "preview_rendered_at": [ - 3647 + 3648 ], "preview_thumbnail": [ - 3647 + 3648 ], "public_requested_at": [ - 3647 + 3648 ], "public_review_note": [ - 3647 + 3648 ], "public_reviewed_at": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "source_match_id": [ - 3647 + 3648 ], "source_match_map_id": [ - 3647 + 3648 ], "source_url": [ - 3647 + 3648 ], "tags": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "trajectory_file": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "verified_at": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -141227,19 +142408,19 @@ export default { }, "utility_lineups_min_fields": { "aim_tolerance": [ - 2092 + 2093 ], "archived_at": [ - 5242 + 5243 ], "author_steam_id": [ - 311 + 312 ], "confidence": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -141254,7 +142435,7 @@ export default { 85 ], "eye_z": [ - 2092 + 2093 ], "favorites": [ 41 @@ -141263,37 +142444,37 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -141302,19 +142483,19 @@ export default { 85 ], "my_vote": [ - 4829 + 4830 ], "name": [ 85 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -141332,7 +142513,7 @@ export default { 85 ], "preview_rendered_at": [ - 5242 + 5243 ], "preview_thumbnail": [ 85 @@ -141344,25 +142525,25 @@ export default { 85 ], "public_requested_at": [ - 5242 + 5243 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5242 + 5243 ], "public_reviewed_by": [ - 311 + 312 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6603 + 6672 ], "source_match_map_id": [ - 6603 + 6672 ], "source_url": [ 85 @@ -141371,7 +142552,7 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "trajectory_file": [ 85 @@ -141380,25 +142561,25 @@ export default { 41 ], "updated_at": [ - 5242 + 5243 ], "upvotes": [ 41 ], "verified_at": [ - 5242 + 5243 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "workshop_map_id": [ 85 @@ -141409,169 +142590,169 @@ export default { }, "utility_lineups_min_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "archived_at": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "confidence": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "external_id": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "forked_from_utility_lineup_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "lineup_bucket": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "preview_file": [ - 3647 + 3648 ], "preview_rendered_at": [ - 3647 + 3648 ], "preview_thumbnail": [ - 3647 + 3648 ], "public_requested_at": [ - 3647 + 3648 ], "public_review_note": [ - 3647 + 3648 ], "public_reviewed_at": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "source_match_id": [ - 3647 + 3648 ], "source_match_map_id": [ - 3647 + 3648 ], "source_url": [ - 3647 + 3648 ], "tags": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "trajectory_file": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "verified_at": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -141582,7 +142763,7 @@ export default { 41 ], "returning": [ - 6351 + 6420 ], "__typename": [ 85 @@ -141590,10 +142771,10 @@ export default { }, "utility_lineups_obj_rel_insert_input": { "data": [ - 6379 + 6448 ], "on_conflict": [ - 6386 + 6455 ], "__typename": [ 85 @@ -141601,13 +142782,13 @@ export default { }, "utility_lineups_on_conflict": { "constraint": [ - 6374 + 6443 ], "update_columns": [ - 6412 + 6481 ], "where": [ - 6373 + 6442 ], "__typename": [ 85 @@ -141615,247 +142796,247 @@ export default { }, "utility_lineups_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "archived_at": [ - 3647 + 3648 ], "author": [ - 4618 + 4619 ], "author_steam_id": [ - 3647 + 3648 ], "can_edit": [ - 3647 + 3648 ], "can_view": [ - 3647 + 3648 ], "collection_items_aggregate": [ - 5896 + 5965 ], "confidence": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "difficulty": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "external_id": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorited_by_aggregate": [ - 6106 + 6175 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "forked_from": [ - 6387 + 6456 ], "forked_from_utility_lineup_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "is_favorited": [ - 3647 + 3648 ], "jump_throw_bind": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "lineup_bucket": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "my_vote": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "origin_source": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "preview_file": [ - 3647 + 3648 ], "preview_rendered_at": [ - 3647 + 3648 ], "preview_thumbnail": [ - 3647 + 3648 ], "preview_thumbnail_url": [ - 3647 + 3648 ], "preview_url": [ - 3647 + 3648 ], "progress_aggregate": [ - 6157 + 6226 ], "public_requested_at": [ - 3647 + 3648 ], "public_review_note": [ - 3647 + 3648 ], "public_reviewed_at": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "renders_aggregate": [ - 6208 + 6277 ], "repairs_aggregate": [ - 6266 + 6335 ], "side": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "source_match": [ - 3453 + 3454 ], "source_match_id": [ - 3647 + 3648 ], "source_match_map": [ - 3267 + 3268 ], "source_match_map_id": [ - 3647 + 3648 ], "source_url": [ - 3647 + 3648 ], "tags": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "technique": [ - 3647 + 3648 ], "throw_strength": [ - 3647 + 3648 ], "trajectory_file": [ - 3647 + 3648 ], "trajectory_preview": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "utility_type": [ - 3647 + 3648 ], "verified_at": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "visibility": [ - 3647 + 3648 ], "votes_aggregate": [ - 6315 + 6384 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -141863,7 +143044,7 @@ export default { }, "utility_lineups_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -141871,7 +143052,7 @@ export default { }, "utility_lineups_prepend_input": { "trajectory_preview": [ - 2438 + 2439 ], "__typename": [ 85 @@ -141890,19 +143071,19 @@ export default { "utility_lineups_select_column_utility_lineups_aggregate_bool_exp_var_samp_arguments_columns": {}, "utility_lineups_set_input": { "aim_tolerance": [ - 2092 + 2093 ], "archived_at": [ - 5242 + 5243 ], "author_steam_id": [ - 311 + 312 ], "confidence": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -141914,7 +143095,7 @@ export default { 85 ], "eye_z": [ - 2092 + 2093 ], "favorites": [ 41 @@ -141923,40 +143104,40 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "map_name": [ 85 @@ -141965,16 +143146,16 @@ export default { 85 ], "origin_source": [ - 1698 + 1699 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -141992,34 +143173,34 @@ export default { 85 ], "preview_rendered_at": [ - 5242 + 5243 ], "preview_thumbnail": [ 85 ], "public_requested_at": [ - 5242 + 5243 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5242 + 5243 ], "public_reviewed_by": [ - 311 + 312 ], "side": [ - 1452 + 1453 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6603 + 6672 ], "source_match_map_id": [ - 6603 + 6672 ], "source_url": [ 85 @@ -142028,49 +143209,49 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2438 + 2439 ], "trajectory_size": [ 41 ], "updated_at": [ - 5242 + 5243 ], "upvotes": [ 41 ], "utility_type": [ - 1758 + 1759 ], "verified_at": [ - 5242 + 5243 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "visibility": [ - 1778 + 1779 ], "workshop_map_id": [ 85 @@ -142126,7 +143307,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -142179,94 +143360,94 @@ export default { }, "utility_lineups_stddev_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -142319,7 +143500,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -142372,94 +143553,94 @@ export default { }, "utility_lineups_stddev_pop_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -142512,7 +143693,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -142565,94 +143746,94 @@ export default { }, "utility_lineups_stddev_samp_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -142660,10 +143841,10 @@ export default { }, "utility_lineups_stream_cursor_input": { "initial_value": [ - 6409 + 6478 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -142671,19 +143852,19 @@ export default { }, "utility_lineups_stream_cursor_value_input": { "aim_tolerance": [ - 2092 + 2093 ], "archived_at": [ - 5242 + 5243 ], "author_steam_id": [ - 311 + 312 ], "confidence": [ 85 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 @@ -142695,7 +143876,7 @@ export default { 85 ], "eye_z": [ - 2092 + 2093 ], "favorites": [ 41 @@ -142704,40 +143885,40 @@ export default { 41 ], "forked_from_utility_lineup_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "jump_throw_bind": [ 6 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineup_bucket": [ 85 @@ -142749,16 +143930,16 @@ export default { 85 ], "origin_source": [ - 1698 + 1699 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -142776,34 +143957,34 @@ export default { 85 ], "preview_rendered_at": [ - 5242 + 5243 ], "preview_thumbnail": [ 85 ], "public_requested_at": [ - 5242 + 5243 ], "public_review_note": [ 85 ], "public_reviewed_at": [ - 5242 + 5243 ], "public_reviewed_by": [ - 311 + 312 ], "side": [ - 1452 + 1453 ], "source_grenade_id": [ 41 ], "source_match_id": [ - 6603 + 6672 ], "source_match_map_id": [ - 6603 + 6672 ], "source_url": [ 85 @@ -142812,49 +143993,49 @@ export default { 85 ], "team_id": [ - 6603 + 6672 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ - 1738 + 1739 ], "trajectory_file": [ 85 ], "trajectory_preview": [ - 2438 + 2439 ], "trajectory_size": [ 41 ], "updated_at": [ - 5242 + 5243 ], "upvotes": [ 41 ], "utility_type": [ - 1758 + 1759 ], "verified_at": [ - 5242 + 5243 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "visibility": [ - 1778 + 1779 ], "workshop_map_id": [ 85 @@ -142865,16 +144046,16 @@ export default { }, "utility_lineups_sum_fields": { "aim_tolerance": [ - 2092 + 2093 ], "author_steam_id": [ - 311 + 312 ], "downvotes": [ 41 ], "eye_z": [ - 2092 + 2093 ], "favorites": [ 41 @@ -142883,43 +144064,43 @@ export default { 41 ], "initial_pos_x": [ - 2092 + 2093 ], "initial_pos_y": [ - 2092 + 2093 ], "initial_pos_z": [ - 2092 + 2093 ], "initial_vel_x": [ - 2092 + 2093 ], "initial_vel_y": [ - 2092 + 2093 ], "initial_vel_z": [ - 2092 + 2093 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "practice_attempts": [ 41 @@ -142934,7 +144115,7 @@ export default { 41 ], "public_reviewed_by": [ - 311 + 312 ], "source_grenade_id": [ 41 @@ -142946,16 +144127,16 @@ export default { 41 ], "view_pitch": [ - 2092 + 2093 ], "view_pitch_delta": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "view_yaw_delta": [ - 2092 + 2093 ], "__typename": [ 85 @@ -142963,94 +144144,94 @@ export default { }, "utility_lineups_sum_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -143059,28 +144240,28 @@ export default { "utility_lineups_update_column": {}, "utility_lineups_updates": { "_append": [ - 6369 + 6438 ], "_delete_at_path": [ - 6375 + 6444 ], "_delete_elem": [ - 6376 + 6445 ], "_delete_key": [ - 6377 + 6446 ], "_inc": [ - 6378 + 6447 ], "_prepend": [ - 6389 + 6458 ], "_set": [ - 6401 + 6470 ], "where": [ - 6373 + 6442 ], "__typename": [ 85 @@ -143133,7 +144314,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -143186,94 +144367,94 @@ export default { }, "utility_lineups_var_pop_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -143326,7 +144507,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -143379,94 +144560,94 @@ export default { }, "utility_lineups_var_samp_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -143519,7 +144700,7 @@ export default { 32 ], "my_vote": [ - 4829 + 4830 ], "origin_x": [ 32 @@ -143572,94 +144753,94 @@ export default { }, "utility_lineups_variance_order_by": { "aim_tolerance": [ - 3647 + 3648 ], "author_steam_id": [ - 3647 + 3648 ], "downvotes": [ - 3647 + 3648 ], "eye_z": [ - 3647 + 3648 ], "favorites": [ - 3647 + 3648 ], "flight_time_ms": [ - 3647 + 3648 ], "initial_pos_x": [ - 3647 + 3648 ], "initial_pos_y": [ - 3647 + 3648 ], "initial_pos_z": [ - 3647 + 3648 ], "initial_vel_x": [ - 3647 + 3648 ], "initial_vel_y": [ - 3647 + 3648 ], "initial_vel_z": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "practice_attempts": [ - 3647 + 3648 ], "practice_players": [ - 3647 + 3648 ], "practice_successes": [ - 3647 + 3648 ], "preview_duration_ms": [ - 3647 + 3648 ], "public_reviewed_by": [ - 3647 + 3648 ], "source_grenade_id": [ - 3647 + 3648 ], "trajectory_size": [ - 3647 + 3648 ], "upvotes": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_pitch_delta": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "view_yaw_delta": [ - 3647 + 3648 ], "__typename": [ 85 @@ -143667,19 +144848,19 @@ export default { }, "utility_meta_lineups": { "first_seen_at": [ - 5242 + 5243 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "last_seen_at": [ - 5242 + 5243 ], "lineup_bucket": [ 85 @@ -143694,22 +144875,22 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "refreshed_at": [ - 5242 + 5243 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ 85 @@ -143721,13 +144902,13 @@ export default { 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -143735,10 +144916,10 @@ export default { }, "utility_meta_lineups_aggregate": { "aggregate": [ - 6422 + 6491 ], "nodes": [ - 6420 + 6489 ], "__typename": [ 85 @@ -143746,13 +144927,13 @@ export default { }, "utility_meta_lineups_aggregate_fields": { "avg": [ - 6423 + 6492 ], "count": [ 41, { "columns": [ - 6434, + 6503, "[utility_meta_lineups_select_column!]" ], "distinct": [ @@ -143761,31 +144942,31 @@ export default { } ], "max": [ - 6428 + 6497 ], "min": [ - 6429 + 6498 ], "stddev": [ - 6436 + 6505 ], "stddev_pop": [ - 6437 + 6506 ], "stddev_samp": [ - 6438 + 6507 ], "sum": [ - 6441 + 6510 ], "var_pop": [ - 6444 + 6513 ], "var_samp": [ - 6445 + 6514 ], "variance": [ - 6446 + 6515 ], "__typename": [ 85 @@ -143834,28 +145015,28 @@ export default { }, "utility_meta_lineups_bool_exp": { "_and": [ - 6424 + 6493 ], "_not": [ - 6424 + 6493 ], "_or": [ - 6424 + 6493 ], "first_seen_at": [ - 5243 + 5244 ], "land_x": [ - 2093 + 2094 ], "land_y": [ - 2093 + 2094 ], "land_z": [ - 2093 + 2094 ], "last_seen_at": [ - 5243 + 5244 ], "lineup_bucket": [ 87 @@ -143870,22 +145051,22 @@ export default { 42 ], "origin_x": [ - 2093 + 2094 ], "origin_y": [ - 2093 + 2094 ], "origin_z": [ - 2093 + 2094 ], "refreshed_at": [ - 5243 + 5244 ], "side": [ - 1453 + 1454 ], "technique": [ - 1719 + 1720 ], "throw_strength": [ 87 @@ -143897,13 +145078,13 @@ export default { 42 ], "utility_type": [ - 1759 + 1760 ], "view_pitch": [ - 2093 + 2094 ], "view_yaw": [ - 2093 + 2094 ], "__typename": [ 85 @@ -143912,13 +145093,13 @@ export default { "utility_meta_lineups_constraint": {}, "utility_meta_lineups_inc_input": { "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineups": [ 41 @@ -143927,13 +145108,13 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "throwers": [ 41 @@ -143942,10 +145123,10 @@ export default { 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -143953,19 +145134,19 @@ export default { }, "utility_meta_lineups_insert_input": { "first_seen_at": [ - 5242 + 5243 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "last_seen_at": [ - 5242 + 5243 ], "lineup_bucket": [ 85 @@ -143980,22 +145161,22 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "refreshed_at": [ - 5242 + 5243 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ 85 @@ -144007,13 +145188,13 @@ export default { 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -144021,19 +145202,19 @@ export default { }, "utility_meta_lineups_max_fields": { "first_seen_at": [ - 5242 + 5243 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "last_seen_at": [ - 5242 + 5243 ], "lineup_bucket": [ 85 @@ -144048,16 +145229,16 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "refreshed_at": [ - 5242 + 5243 ], "throw_strength": [ 85 @@ -144069,10 +145250,10 @@ export default { 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -144080,19 +145261,19 @@ export default { }, "utility_meta_lineups_min_fields": { "first_seen_at": [ - 5242 + 5243 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "last_seen_at": [ - 5242 + 5243 ], "lineup_bucket": [ 85 @@ -144107,16 +145288,16 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "refreshed_at": [ - 5242 + 5243 ], "throw_strength": [ 85 @@ -144128,10 +145309,10 @@ export default { 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -144142,7 +145323,7 @@ export default { 41 ], "returning": [ - 6420 + 6489 ], "__typename": [ 85 @@ -144150,13 +145331,13 @@ export default { }, "utility_meta_lineups_on_conflict": { "constraint": [ - 6425 + 6494 ], "update_columns": [ - 6442 + 6511 ], "where": [ - 6424 + 6493 ], "__typename": [ 85 @@ -144164,67 +145345,67 @@ export default { }, "utility_meta_lineups_order_by": { "first_seen_at": [ - 3647 + 3648 ], "land_x": [ - 3647 + 3648 ], "land_y": [ - 3647 + 3648 ], "land_z": [ - 3647 + 3648 ], "last_seen_at": [ - 3647 + 3648 ], "lineup_bucket": [ - 3647 + 3648 ], "lineups": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "matches": [ - 3647 + 3648 ], "origin_x": [ - 3647 + 3648 ], "origin_y": [ - 3647 + 3648 ], "origin_z": [ - 3647 + 3648 ], "refreshed_at": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "technique": [ - 3647 + 3648 ], "throw_strength": [ - 3647 + 3648 ], "throwers": [ - 3647 + 3648 ], "throws": [ - 3647 + 3648 ], "utility_type": [ - 3647 + 3648 ], "view_pitch": [ - 3647 + 3648 ], "view_yaw": [ - 3647 + 3648 ], "__typename": [ 85 @@ -144241,19 +145422,19 @@ export default { "utility_meta_lineups_select_column": {}, "utility_meta_lineups_set_input": { "first_seen_at": [ - 5242 + 5243 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "last_seen_at": [ - 5242 + 5243 ], "lineup_bucket": [ 85 @@ -144268,22 +145449,22 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "refreshed_at": [ - 5242 + 5243 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ 85 @@ -144295,13 +145476,13 @@ export default { 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -144432,10 +145613,10 @@ export default { }, "utility_meta_lineups_stream_cursor_input": { "initial_value": [ - 6440 + 6509 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -144443,19 +145624,19 @@ export default { }, "utility_meta_lineups_stream_cursor_value_input": { "first_seen_at": [ - 5242 + 5243 ], "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "last_seen_at": [ - 5242 + 5243 ], "lineup_bucket": [ 85 @@ -144470,22 +145651,22 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "refreshed_at": [ - 5242 + 5243 ], "side": [ - 1452 + 1453 ], "technique": [ - 1718 + 1719 ], "throw_strength": [ 85 @@ -144497,13 +145678,13 @@ export default { 41 ], "utility_type": [ - 1758 + 1759 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -144511,13 +145692,13 @@ export default { }, "utility_meta_lineups_sum_fields": { "land_x": [ - 2092 + 2093 ], "land_y": [ - 2092 + 2093 ], "land_z": [ - 2092 + 2093 ], "lineups": [ 41 @@ -144526,13 +145707,13 @@ export default { 41 ], "origin_x": [ - 2092 + 2093 ], "origin_y": [ - 2092 + 2093 ], "origin_z": [ - 2092 + 2093 ], "throwers": [ 41 @@ -144541,10 +145722,10 @@ export default { 41 ], "view_pitch": [ - 2092 + 2093 ], "view_yaw": [ - 2092 + 2093 ], "__typename": [ 85 @@ -144553,13 +145734,13 @@ export default { "utility_meta_lineups_update_column": {}, "utility_meta_lineups_updates": { "_inc": [ - 6426 + 6495 ], "_set": [ - 6435 + 6504 ], "where": [ - 6424 + 6493 ], "__typename": [ 85 @@ -144690,16 +145871,16 @@ export default { }, "utility_playbook_steps": { "assigned_player": [ - 4605 + 4606 ], "assigned_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -144708,19 +145889,19 @@ export default { 41 ], "playbook": [ - 6488 + 6557 ], "playbook_id": [ - 6603 + 6672 ], "step_order": [ 41 ], "utility_lineup": [ - 6351 + 6420 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -144728,10 +145909,10 @@ export default { }, "utility_playbook_steps_aggregate": { "aggregate": [ - 6451 + 6520 ], "nodes": [ - 6447 + 6516 ], "__typename": [ 85 @@ -144739,7 +145920,7 @@ export default { }, "utility_playbook_steps_aggregate_bool_exp": { "count": [ - 6450 + 6519 ], "__typename": [ 85 @@ -144747,13 +145928,13 @@ export default { }, "utility_playbook_steps_aggregate_bool_exp_count": { "arguments": [ - 6468 + 6537 ], "distinct": [ 6 ], "filter": [ - 6456 + 6525 ], "predicate": [ 42 @@ -144764,13 +145945,13 @@ export default { }, "utility_playbook_steps_aggregate_fields": { "avg": [ - 6454 + 6523 ], "count": [ 41, { "columns": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "distinct": [ @@ -144779,31 +145960,31 @@ export default { } ], "max": [ - 6460 + 6529 ], "min": [ - 6462 + 6531 ], "stddev": [ - 6470 + 6539 ], "stddev_pop": [ - 6472 + 6541 ], "stddev_samp": [ - 6474 + 6543 ], "sum": [ - 6478 + 6547 ], "var_pop": [ - 6482 + 6551 ], "var_samp": [ - 6484 + 6553 ], "variance": [ - 6486 + 6555 ], "__typename": [ 85 @@ -144811,37 +145992,37 @@ export default { }, "utility_playbook_steps_aggregate_order_by": { "avg": [ - 6455 + 6524 ], "count": [ - 3647 + 3648 ], "max": [ - 6461 + 6530 ], "min": [ - 6463 + 6532 ], "stddev": [ - 6471 + 6540 ], "stddev_pop": [ - 6473 + 6542 ], "stddev_samp": [ - 6475 + 6544 ], "sum": [ - 6479 + 6548 ], "var_pop": [ - 6483 + 6552 ], "var_samp": [ - 6485 + 6554 ], "variance": [ - 6487 + 6556 ], "__typename": [ 85 @@ -144849,10 +146030,10 @@ export default { }, "utility_playbook_steps_arr_rel_insert_input": { "data": [ - 6459 + 6528 ], "on_conflict": [ - 6465 + 6534 ], "__typename": [ 85 @@ -144874,13 +146055,13 @@ export default { }, "utility_playbook_steps_avg_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -144888,25 +146069,25 @@ export default { }, "utility_playbook_steps_bool_exp": { "_and": [ - 6456 + 6525 ], "_not": [ - 6456 + 6525 ], "_or": [ - 6456 + 6525 ], "assigned_player": [ - 4609 + 4610 ], "assigned_steam_id": [ - 313 + 314 ], "created_at": [ - 5243 + 5244 ], "id": [ - 6605 + 6674 ], "note": [ 87 @@ -144915,19 +146096,19 @@ export default { 42 ], "playbook": [ - 6492 + 6561 ], "playbook_id": [ - 6605 + 6674 ], "step_order": [ 42 ], "utility_lineup": [ - 6373 + 6442 ], "utility_lineup_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -144936,7 +146117,7 @@ export default { "utility_playbook_steps_constraint": {}, "utility_playbook_steps_inc_input": { "assigned_steam_id": [ - 311 + 312 ], "offset_ms": [ 41 @@ -144950,16 +146131,16 @@ export default { }, "utility_playbook_steps_insert_input": { "assigned_player": [ - 4616 + 4617 ], "assigned_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -144968,19 +146149,19 @@ export default { 41 ], "playbook": [ - 6499 + 6568 ], "playbook_id": [ - 6603 + 6672 ], "step_order": [ 41 ], "utility_lineup": [ - 6385 + 6454 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -144988,13 +146169,13 @@ export default { }, "utility_playbook_steps_max_fields": { "assigned_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -145003,13 +146184,13 @@ export default { 41 ], "playbook_id": [ - 6603 + 6672 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -145017,28 +146198,28 @@ export default { }, "utility_playbook_steps_max_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "playbook_id": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145046,13 +146227,13 @@ export default { }, "utility_playbook_steps_min_fields": { "assigned_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -145061,13 +146242,13 @@ export default { 41 ], "playbook_id": [ - 6603 + 6672 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -145075,28 +146256,28 @@ export default { }, "utility_playbook_steps_min_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "playbook_id": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145107,7 +146288,7 @@ export default { 41 ], "returning": [ - 6447 + 6516 ], "__typename": [ 85 @@ -145115,13 +146296,13 @@ export default { }, "utility_playbook_steps_on_conflict": { "constraint": [ - 6457 + 6526 ], "update_columns": [ - 6480 + 6549 ], "where": [ - 6456 + 6525 ], "__typename": [ 85 @@ -145129,37 +146310,37 @@ export default { }, "utility_playbook_steps_order_by": { "assigned_player": [ - 4618 + 4619 ], "assigned_steam_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "note": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "playbook": [ - 6501 + 6570 ], "playbook_id": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "utility_lineup": [ - 6387 + 6456 ], "utility_lineup_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145167,7 +146348,7 @@ export default { }, "utility_playbook_steps_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -145176,13 +146357,13 @@ export default { "utility_playbook_steps_select_column": {}, "utility_playbook_steps_set_input": { "assigned_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -145191,13 +146372,13 @@ export default { 41 ], "playbook_id": [ - 6603 + 6672 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -145219,13 +146400,13 @@ export default { }, "utility_playbook_steps_stddev_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145247,13 +146428,13 @@ export default { }, "utility_playbook_steps_stddev_pop_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145275,13 +146456,13 @@ export default { }, "utility_playbook_steps_stddev_samp_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145289,10 +146470,10 @@ export default { }, "utility_playbook_steps_stream_cursor_input": { "initial_value": [ - 6477 + 6546 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -145300,13 +146481,13 @@ export default { }, "utility_playbook_steps_stream_cursor_value_input": { "assigned_steam_id": [ - 311 + 312 ], "created_at": [ - 5242 + 5243 ], "id": [ - 6603 + 6672 ], "note": [ 85 @@ -145315,13 +146496,13 @@ export default { 41 ], "playbook_id": [ - 6603 + 6672 ], "step_order": [ 41 ], "utility_lineup_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -145329,7 +146510,7 @@ export default { }, "utility_playbook_steps_sum_fields": { "assigned_steam_id": [ - 311 + 312 ], "offset_ms": [ 41 @@ -145343,13 +146524,13 @@ export default { }, "utility_playbook_steps_sum_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145358,13 +146539,13 @@ export default { "utility_playbook_steps_update_column": {}, "utility_playbook_steps_updates": { "_inc": [ - 6458 + 6527 ], "_set": [ - 6469 + 6538 ], "where": [ - 6456 + 6525 ], "__typename": [ 85 @@ -145386,13 +146567,13 @@ export default { }, "utility_playbook_steps_var_pop_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145414,13 +146595,13 @@ export default { }, "utility_playbook_steps_var_samp_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145442,13 +146623,13 @@ export default { }, "utility_playbook_steps_variance_order_by": { "assigned_steam_id": [ - 3647 + 3648 ], "offset_ms": [ - 3647 + 3648 ], "step_order": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145462,13 +146643,13 @@ export default { 6 ], "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -145477,19 +146658,19 @@ export default { 85 ], "owner": [ - 4605 + 4606 ], "owner_steam_id": [ - 311 + 312 ], "side": [ - 1452 + 1453 ], "steps": [ - 6447, + 6516, { "distinct_on": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -145499,19 +146680,19 @@ export default { 41 ], "order_by": [ - 6466, + 6535, "[utility_playbook_steps_order_by!]" ], "where": [ - 6456 + 6525 ] } ], "steps_aggregate": [ - 6448, + 6517, { "distinct_on": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -145521,25 +146702,25 @@ export default { 41 ], "order_by": [ - 6466, + 6535, "[utility_playbook_steps_order_by!]" ], "where": [ - 6456 + 6525 ] } ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -145547,10 +146728,10 @@ export default { }, "utility_playbooks_aggregate": { "aggregate": [ - 6490 + 6559 ], "nodes": [ - 6488 + 6557 ], "__typename": [ 85 @@ -145558,13 +146739,13 @@ export default { }, "utility_playbooks_aggregate_fields": { "avg": [ - 6491 + 6560 ], "count": [ 41, { "columns": [ - 6503, + 6572, "[utility_playbooks_select_column!]" ], "distinct": [ @@ -145573,31 +146754,31 @@ export default { } ], "max": [ - 6496 + 6565 ], "min": [ - 6497 + 6566 ], "stddev": [ - 6505 + 6574 ], "stddev_pop": [ - 6506 + 6575 ], "stddev_samp": [ - 6507 + 6576 ], "sum": [ - 6510 + 6579 ], "var_pop": [ - 6513 + 6582 ], "var_samp": [ - 6514 + 6583 ], "variance": [ - 6515 + 6584 ], "__typename": [ 85 @@ -145613,13 +146794,13 @@ export default { }, "utility_playbooks_bool_exp": { "_and": [ - 6492 + 6561 ], "_not": [ - 6492 + 6561 ], "_or": [ - 6492 + 6561 ], "can_edit": [ 7 @@ -145628,13 +146809,13 @@ export default { 7 ], "created_at": [ - 5243 + 5244 ], "description": [ 87 ], "id": [ - 6605 + 6674 ], "map_name": [ 87 @@ -145643,31 +146824,31 @@ export default { 87 ], "owner": [ - 4609 + 4610 ], "owner_steam_id": [ - 313 + 314 ], "side": [ - 1453 + 1454 ], "steps": [ - 6456 + 6525 ], "steps_aggregate": [ - 6449 + 6518 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "updated_at": [ - 5243 + 5244 ], "visibility": [ - 1779 + 1780 ], "__typename": [ 85 @@ -145676,7 +146857,7 @@ export default { "utility_playbooks_constraint": {}, "utility_playbooks_inc_input": { "owner_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -145684,13 +146865,13 @@ export default { }, "utility_playbooks_insert_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -145699,28 +146880,28 @@ export default { 85 ], "owner": [ - 4616 + 4617 ], "owner_steam_id": [ - 311 + 312 ], "side": [ - 1452 + 1453 ], "steps": [ - 6453 + 6522 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -145728,13 +146909,13 @@ export default { }, "utility_playbooks_max_fields": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -145743,13 +146924,13 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -145757,13 +146938,13 @@ export default { }, "utility_playbooks_min_fields": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -145772,13 +146953,13 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -145789,7 +146970,7 @@ export default { 41 ], "returning": [ - 6488 + 6557 ], "__typename": [ 85 @@ -145797,10 +146978,10 @@ export default { }, "utility_playbooks_obj_rel_insert_input": { "data": [ - 6495 + 6564 ], "on_conflict": [ - 6500 + 6569 ], "__typename": [ 85 @@ -145808,13 +146989,13 @@ export default { }, "utility_playbooks_on_conflict": { "constraint": [ - 6493 + 6562 ], "update_columns": [ - 6511 + 6580 ], "where": [ - 6492 + 6561 ], "__typename": [ 85 @@ -145822,49 +147003,49 @@ export default { }, "utility_playbooks_order_by": { "can_edit": [ - 3647 + 3648 ], "can_view": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "description": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "owner": [ - 4618 + 4619 ], "owner_steam_id": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "steps_aggregate": [ - 6452 + 6521 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "visibility": [ - 3647 + 3648 ], "__typename": [ 85 @@ -145872,7 +147053,7 @@ export default { }, "utility_playbooks_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -145881,13 +147062,13 @@ export default { "utility_playbooks_select_column": {}, "utility_playbooks_set_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -145896,19 +147077,19 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "side": [ - 1452 + 1453 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -145940,10 +147121,10 @@ export default { }, "utility_playbooks_stream_cursor_input": { "initial_value": [ - 6509 + 6578 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -145951,13 +147132,13 @@ export default { }, "utility_playbooks_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "description": [ 85 ], "id": [ - 6603 + 6672 ], "map_name": [ 85 @@ -145966,19 +147147,19 @@ export default { 85 ], "owner_steam_id": [ - 311 + 312 ], "side": [ - 1452 + 1453 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "visibility": [ - 1778 + 1779 ], "__typename": [ 85 @@ -145986,7 +147167,7 @@ export default { }, "utility_playbooks_sum_fields": { "owner_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -145995,13 +147176,13 @@ export default { "utility_playbooks_update_column": {}, "utility_playbooks_updates": { "_inc": [ - 6494 + 6563 ], "_set": [ - 6504 + 6573 ], "where": [ - 6492 + 6561 ], "__typename": [ 85 @@ -146033,25 +147214,25 @@ export default { }, "utility_practice_invites": { "created_at": [ - 5242 + 5243 ], "invited_by": [ - 4605 + 4606 ], "invited_by_steam_id": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "session": [ - 6557 + 6626 ], "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146059,10 +147240,10 @@ export default { }, "utility_practice_invites_aggregate": { "aggregate": [ - 6520 + 6589 ], "nodes": [ - 6516 + 6585 ], "__typename": [ 85 @@ -146070,7 +147251,7 @@ export default { }, "utility_practice_invites_aggregate_bool_exp": { "count": [ - 6519 + 6588 ], "__typename": [ 85 @@ -146078,13 +147259,13 @@ export default { }, "utility_practice_invites_aggregate_bool_exp_count": { "arguments": [ - 6537 + 6606 ], "distinct": [ 6 ], "filter": [ - 6525 + 6594 ], "predicate": [ 42 @@ -146095,13 +147276,13 @@ export default { }, "utility_practice_invites_aggregate_fields": { "avg": [ - 6523 + 6592 ], "count": [ 41, { "columns": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "distinct": [ @@ -146110,31 +147291,31 @@ export default { } ], "max": [ - 6529 + 6598 ], "min": [ - 6531 + 6600 ], "stddev": [ - 6539 + 6608 ], "stddev_pop": [ - 6541 + 6610 ], "stddev_samp": [ - 6543 + 6612 ], "sum": [ - 6547 + 6616 ], "var_pop": [ - 6551 + 6620 ], "var_samp": [ - 6553 + 6622 ], "variance": [ - 6555 + 6624 ], "__typename": [ 85 @@ -146142,37 +147323,37 @@ export default { }, "utility_practice_invites_aggregate_order_by": { "avg": [ - 6524 + 6593 ], "count": [ - 3647 + 3648 ], "max": [ - 6530 + 6599 ], "min": [ - 6532 + 6601 ], "stddev": [ - 6540 + 6609 ], "stddev_pop": [ - 6542 + 6611 ], "stddev_samp": [ - 6544 + 6613 ], "sum": [ - 6548 + 6617 ], "var_pop": [ - 6552 + 6621 ], "var_samp": [ - 6554 + 6623 ], "variance": [ - 6556 + 6625 ], "__typename": [ 85 @@ -146180,10 +147361,10 @@ export default { }, "utility_practice_invites_arr_rel_insert_input": { "data": [ - 6528 + 6597 ], "on_conflict": [ - 6534 + 6603 ], "__typename": [ 85 @@ -146202,10 +147383,10 @@ export default { }, "utility_practice_invites_avg_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146213,34 +147394,34 @@ export default { }, "utility_practice_invites_bool_exp": { "_and": [ - 6525 + 6594 ], "_not": [ - 6525 + 6594 ], "_or": [ - 6525 + 6594 ], "created_at": [ - 5243 + 5244 ], "invited_by": [ - 4609 + 4610 ], "invited_by_steam_id": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "session": [ - 6568 + 6637 ], "steam_id": [ - 313 + 314 ], "utility_practice_session_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -146249,10 +147430,10 @@ export default { "utility_practice_invites_constraint": {}, "utility_practice_invites_inc_input": { "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -146260,25 +147441,25 @@ export default { }, "utility_practice_invites_insert_input": { "created_at": [ - 5242 + 5243 ], "invited_by": [ - 4616 + 4617 ], "invited_by_steam_id": [ - 311 + 312 ], "player": [ - 4616 + 4617 ], "session": [ - 6577 + 6646 ], "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146286,16 +147467,16 @@ export default { }, "utility_practice_invites_max_fields": { "created_at": [ - 5242 + 5243 ], "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146303,16 +147484,16 @@ export default { }, "utility_practice_invites_max_order_by": { "created_at": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146320,16 +147501,16 @@ export default { }, "utility_practice_invites_min_fields": { "created_at": [ - 5242 + 5243 ], "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146337,16 +147518,16 @@ export default { }, "utility_practice_invites_min_order_by": { "created_at": [ - 3647 + 3648 ], "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146357,7 +147538,7 @@ export default { 41 ], "returning": [ - 6516 + 6585 ], "__typename": [ 85 @@ -146365,13 +147546,13 @@ export default { }, "utility_practice_invites_on_conflict": { "constraint": [ - 6526 + 6595 ], "update_columns": [ - 6549 + 6618 ], "where": [ - 6525 + 6594 ], "__typename": [ 85 @@ -146379,25 +147560,25 @@ export default { }, "utility_practice_invites_order_by": { "created_at": [ - 3647 + 3648 ], "invited_by": [ - 4618 + 4619 ], "invited_by_steam_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "session": [ - 6579 + 6648 ], "steam_id": [ - 3647 + 3648 ], "utility_practice_session_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146405,10 +147586,10 @@ export default { }, "utility_practice_invites_pk_columns_input": { "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146417,16 +147598,16 @@ export default { "utility_practice_invites_select_column": {}, "utility_practice_invites_set_input": { "created_at": [ - 5242 + 5243 ], "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146445,10 +147626,10 @@ export default { }, "utility_practice_invites_stddev_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146467,10 +147648,10 @@ export default { }, "utility_practice_invites_stddev_pop_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146489,10 +147670,10 @@ export default { }, "utility_practice_invites_stddev_samp_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146500,10 +147681,10 @@ export default { }, "utility_practice_invites_stream_cursor_input": { "initial_value": [ - 6546 + 6615 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -146511,16 +147692,16 @@ export default { }, "utility_practice_invites_stream_cursor_value_input": { "created_at": [ - 5242 + 5243 ], "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "utility_practice_session_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -146528,10 +147709,10 @@ export default { }, "utility_practice_invites_sum_fields": { "invited_by_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -146539,10 +147720,10 @@ export default { }, "utility_practice_invites_sum_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146551,13 +147732,13 @@ export default { "utility_practice_invites_update_column": {}, "utility_practice_invites_updates": { "_inc": [ - 6527 + 6596 ], "_set": [ - 6538 + 6607 ], "where": [ - 6525 + 6594 ], "__typename": [ 85 @@ -146576,10 +147757,10 @@ export default { }, "utility_practice_invites_var_pop_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146598,10 +147779,10 @@ export default { }, "utility_practice_invites_var_samp_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146620,10 +147801,10 @@ export default { }, "utility_practice_invites_variance_order_by": { "invited_by_steam_id": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146631,7 +147812,7 @@ export default { }, "utility_practice_sessions": { "access": [ - 1657 + 1658 ], "can_manage": [ 6 @@ -146640,10 +147821,10 @@ export default { 6 ], "collection": [ - 5932 + 6001 ], "collection_id": [ - 6603 + 6672 ], "connection_link": [ 85 @@ -146652,40 +147833,40 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "e_utility_practice_status": [ - 1672 + 1673 ], "empty_since": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5242 + 5243 ], "host": [ - 4605 + 4606 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 ], "invites": [ - 6516, + 6585, { "distinct_on": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -146695,19 +147876,19 @@ export default { 41 ], "order_by": [ - 6535, + 6604, "[utility_practice_invites_order_by!]" ], "where": [ - 6525 + 6594 ] } ], "invites_aggregate": [ - 6517, + 6586, { "distinct_on": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -146717,11 +147898,11 @@ export default { 41 ], "order_by": [ - 6535, + 6604, "[utility_practice_invites_order_by!]" ], "where": [ - 6525 + 6594 ] } ], @@ -146735,43 +147916,43 @@ export default { 6 ], "last_occupied_at": [ - 5242 + 5243 ], "map_changing_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "notify_when_ready": [ 6 ], "playbook": [ - 6488 + 6557 ], "playbook_id": [ - 6603 + 6672 ], "region": [ 85 ], "status": [ - 1677 + 1678 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -146779,10 +147960,10 @@ export default { }, "utility_practice_sessions_aggregate": { "aggregate": [ - 6563 + 6632 ], "nodes": [ - 6557 + 6626 ], "__typename": [ 85 @@ -146790,13 +147971,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp": { "bool_and": [ - 6560 + 6629 ], "bool_or": [ - 6561 + 6630 ], "count": [ - 6562 + 6631 ], "__typename": [ 85 @@ -146804,13 +147985,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_bool_and": { "arguments": [ - 6582 + 6651 ], "distinct": [ 6 ], "filter": [ - 6568 + 6637 ], "predicate": [ 7 @@ -146821,13 +148002,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_bool_or": { "arguments": [ - 6583 + 6652 ], "distinct": [ 6 ], "filter": [ - 6568 + 6637 ], "predicate": [ 7 @@ -146838,13 +148019,13 @@ export default { }, "utility_practice_sessions_aggregate_bool_exp_count": { "arguments": [ - 6581 + 6650 ], "distinct": [ 6 ], "filter": [ - 6568 + 6637 ], "predicate": [ 42 @@ -146855,13 +148036,13 @@ export default { }, "utility_practice_sessions_aggregate_fields": { "avg": [ - 6566 + 6635 ], "count": [ 41, { "columns": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "distinct": [ @@ -146870,31 +148051,31 @@ export default { } ], "max": [ - 6572 + 6641 ], "min": [ - 6574 + 6643 ], "stddev": [ - 6585 + 6654 ], "stddev_pop": [ - 6587 + 6656 ], "stddev_samp": [ - 6589 + 6658 ], "sum": [ - 6593 + 6662 ], "var_pop": [ - 6597 + 6666 ], "var_samp": [ - 6599 + 6668 ], "variance": [ - 6601 + 6670 ], "__typename": [ 85 @@ -146902,37 +148083,37 @@ export default { }, "utility_practice_sessions_aggregate_order_by": { "avg": [ - 6567 + 6636 ], "count": [ - 3647 + 3648 ], "max": [ - 6573 + 6642 ], "min": [ - 6575 + 6644 ], "stddev": [ - 6586 + 6655 ], "stddev_pop": [ - 6588 + 6657 ], "stddev_samp": [ - 6590 + 6659 ], "sum": [ - 6594 + 6663 ], "var_pop": [ - 6598 + 6667 ], "var_samp": [ - 6600 + 6669 ], "variance": [ - 6602 + 6671 ], "__typename": [ 85 @@ -146940,10 +148121,10 @@ export default { }, "utility_practice_sessions_arr_rel_insert_input": { "data": [ - 6571 + 6640 ], "on_conflict": [ - 6578 + 6647 ], "__typename": [ 85 @@ -146959,7 +148140,7 @@ export default { }, "utility_practice_sessions_avg_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -146967,16 +148148,16 @@ export default { }, "utility_practice_sessions_bool_exp": { "_and": [ - 6568 + 6637 ], "_not": [ - 6568 + 6637 ], "_or": [ - 6568 + 6637 ], "access": [ - 1658 + 1659 ], "can_manage": [ 7 @@ -146985,10 +148166,10 @@ export default { 7 ], "collection": [ - 5936 + 6005 ], "collection_id": [ - 6605 + 6674 ], "connection_link": [ 87 @@ -146997,40 +148178,40 @@ export default { 87 ], "created_at": [ - 5243 + 5244 ], "e_utility_practice_status": [ - 1675 + 1676 ], "empty_since": [ - 5243 + 5244 ], "expires_at": [ - 5243 + 5244 ], "failure_reason": [ 87 ], "first_joined_at": [ - 5243 + 5244 ], "host": [ - 4609 + 4610 ], "host_steam_id": [ - 313 + 314 ], "id": [ - 6605 + 6674 ], "invite_code": [ 87 ], "invites": [ - 6525 + 6594 ], "invites_aggregate": [ - 6518 + 6587 ], "is_member": [ 7 @@ -147042,43 +148223,43 @@ export default { 7 ], "last_occupied_at": [ - 5243 + 5244 ], "map_changing_at": [ - 5243 + 5244 ], "map_name": [ 87 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "notify_when_ready": [ 7 ], "playbook": [ - 6492 + 6561 ], "playbook_id": [ - 6605 + 6674 ], "region": [ 87 ], "status": [ - 1678 + 1679 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "updated_at": [ - 5243 + 5244 ], "__typename": [ 85 @@ -147087,7 +148268,7 @@ export default { "utility_practice_sessions_constraint": {}, "utility_practice_sessions_inc_input": { "host_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -147095,46 +148276,46 @@ export default { }, "utility_practice_sessions_insert_input": { "access": [ - 1657 + 1658 ], "collection": [ - 5943 + 6012 ], "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "e_utility_practice_status": [ - 1683 + 1684 ], "empty_since": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5242 + 5243 ], "host": [ - 4616 + 4617 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 ], "invites": [ - 6522 + 6591 ], "is_open": [ 6 @@ -147143,43 +148324,43 @@ export default { 6 ], "last_occupied_at": [ - 5242 + 5243 ], "map_changing_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "notify_when_ready": [ 6 ], "playbook": [ - 6499 + 6568 ], "playbook_id": [ - 6603 + 6672 ], "region": [ 85 ], "status": [ - 1677 + 1678 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -147187,7 +148368,7 @@ export default { }, "utility_practice_sessions_max_fields": { "collection_id": [ - 6603 + 6672 ], "connection_link": [ 85 @@ -147196,52 +148377,52 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "empty_since": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 ], "last_occupied_at": [ - 5242 + 5243 ], "map_changing_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "playbook_id": [ - 6603 + 6672 ], "region": [ 85 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -147249,55 +148430,55 @@ export default { }, "utility_practice_sessions_max_order_by": { "collection_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "empty_since": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "failure_reason": [ - 3647 + 3648 ], "first_joined_at": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "last_occupied_at": [ - 3647 + 3648 ], "map_changing_at": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "playbook_id": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147305,7 +148486,7 @@ export default { }, "utility_practice_sessions_min_fields": { "collection_id": [ - 6603 + 6672 ], "connection_link": [ 85 @@ -147314,52 +148495,52 @@ export default { 85 ], "created_at": [ - 5242 + 5243 ], "empty_since": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 ], "last_occupied_at": [ - 5242 + 5243 ], "map_changing_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "playbook_id": [ - 6603 + 6672 ], "region": [ 85 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -147367,55 +148548,55 @@ export default { }, "utility_practice_sessions_min_order_by": { "collection_id": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "empty_since": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "failure_reason": [ - 3647 + 3648 ], "first_joined_at": [ - 3647 + 3648 ], "host_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "last_occupied_at": [ - 3647 + 3648 ], "map_changing_at": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "playbook_id": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "team_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147426,7 +148607,7 @@ export default { 41 ], "returning": [ - 6557 + 6626 ], "__typename": [ 85 @@ -147434,10 +148615,10 @@ export default { }, "utility_practice_sessions_obj_rel_insert_input": { "data": [ - 6571 + 6640 ], "on_conflict": [ - 6578 + 6647 ], "__typename": [ 85 @@ -147445,13 +148626,13 @@ export default { }, "utility_practice_sessions_on_conflict": { "constraint": [ - 6569 + 6638 ], "update_columns": [ - 6595 + 6664 ], "where": [ - 6568 + 6637 ], "__typename": [ 85 @@ -147459,106 +148640,106 @@ export default { }, "utility_practice_sessions_order_by": { "access": [ - 3647 + 3648 ], "can_manage": [ - 3647 + 3648 ], "can_view": [ - 3647 + 3648 ], "collection": [ - 5945 + 6014 ], "collection_id": [ - 3647 + 3648 ], "connection_link": [ - 3647 + 3648 ], "connection_string": [ - 3647 + 3648 ], "created_at": [ - 3647 + 3648 ], "e_utility_practice_status": [ - 1685 + 1686 ], "empty_since": [ - 3647 + 3648 ], "expires_at": [ - 3647 + 3648 ], "failure_reason": [ - 3647 + 3648 ], "first_joined_at": [ - 3647 + 3648 ], "host": [ - 4618 + 4619 ], "host_steam_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "invite_code": [ - 3647 + 3648 ], "invites_aggregate": [ - 6521 + 6590 ], "is_member": [ - 3647 + 3648 ], "is_open": [ - 3647 + 3648 ], "is_render": [ - 3647 + 3648 ], "last_occupied_at": [ - 3647 + 3648 ], "map_changing_at": [ - 3647 + 3648 ], "map_name": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "notify_when_ready": [ - 3647 + 3648 ], "playbook": [ - 6501 + 6570 ], "playbook_id": [ - 3647 + 3648 ], "region": [ - 3647 + 3648 ], "status": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "updated_at": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147566,7 +148747,7 @@ export default { }, "utility_practice_sessions_pk_columns_input": { "id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -147577,31 +148758,31 @@ export default { "utility_practice_sessions_select_column_utility_practice_sessions_aggregate_bool_exp_bool_or_arguments_columns": {}, "utility_practice_sessions_set_input": { "access": [ - 1657 + 1658 ], "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "empty_since": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -147613,34 +148794,34 @@ export default { 6 ], "last_occupied_at": [ - 5242 + 5243 ], "map_changing_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "notify_when_ready": [ 6 ], "playbook_id": [ - 6603 + 6672 ], "region": [ 85 ], "status": [ - 1677 + 1678 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -147656,7 +148837,7 @@ export default { }, "utility_practice_sessions_stddev_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147672,7 +148853,7 @@ export default { }, "utility_practice_sessions_stddev_pop_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147688,7 +148869,7 @@ export default { }, "utility_practice_sessions_stddev_samp_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147696,10 +148877,10 @@ export default { }, "utility_practice_sessions_stream_cursor_input": { "initial_value": [ - 6592 + 6661 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -147707,31 +148888,31 @@ export default { }, "utility_practice_sessions_stream_cursor_value_input": { "access": [ - 1657 + 1658 ], "collection_id": [ - 6603 + 6672 ], "created_at": [ - 5242 + 5243 ], "empty_since": [ - 5242 + 5243 ], "expires_at": [ - 5242 + 5243 ], "failure_reason": [ 85 ], "first_joined_at": [ - 5242 + 5243 ], "host_steam_id": [ - 311 + 312 ], "id": [ - 6603 + 6672 ], "invite_code": [ 85 @@ -147743,34 +148924,34 @@ export default { 6 ], "last_occupied_at": [ - 5242 + 5243 ], "map_changing_at": [ - 5242 + 5243 ], "map_name": [ 85 ], "match_id": [ - 6603 + 6672 ], "notify_when_ready": [ 6 ], "playbook_id": [ - 6603 + 6672 ], "region": [ 85 ], "status": [ - 1677 + 1678 ], "team_id": [ - 6603 + 6672 ], "updated_at": [ - 5242 + 5243 ], "__typename": [ 85 @@ -147778,7 +148959,7 @@ export default { }, "utility_practice_sessions_sum_fields": { "host_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -147786,7 +148967,7 @@ export default { }, "utility_practice_sessions_sum_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147795,13 +148976,13 @@ export default { "utility_practice_sessions_update_column": {}, "utility_practice_sessions_updates": { "_inc": [ - 6570 + 6639 ], "_set": [ - 6584 + 6653 ], "where": [ - 6568 + 6637 ], "__typename": [ 85 @@ -147817,7 +148998,7 @@ export default { }, "utility_practice_sessions_var_pop_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147833,7 +149014,7 @@ export default { }, "utility_practice_sessions_var_samp_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147849,7 +149030,7 @@ export default { }, "utility_practice_sessions_variance_order_by": { "host_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -147858,37 +149039,37 @@ export default { "uuid": {}, "uuid_array_comparison_exp": { "_contained_in": [ - 6603 + 6672 ], "_contains": [ - 6603 + 6672 ], "_eq": [ - 6603 + 6672 ], "_gt": [ - 6603 + 6672 ], "_gte": [ - 6603 + 6672 ], "_in": [ - 6603 + 6672 ], "_is_null": [ 6 ], "_lt": [ - 6603 + 6672 ], "_lte": [ - 6603 + 6672 ], "_neq": [ - 6603 + 6672 ], "_nin": [ - 6603 + 6672 ], "__typename": [ 85 @@ -147896,31 +149077,31 @@ export default { }, "uuid_comparison_exp": { "_eq": [ - 6603 + 6672 ], "_gt": [ - 6603 + 6672 ], "_gte": [ - 6603 + 6672 ], "_in": [ - 6603 + 6672 ], "_is_null": [ 6 ], "_lt": [ - 6603 + 6672 ], "_lte": [ - 6603 + 6672 ], "_neq": [ - 6603 + 6672 ], "_nin": [ - 6603 + 6672 ], "__typename": [ 85 @@ -147934,19 +149115,19 @@ export default { 41 ], "event": [ - 2064 + 2065 ], "event_id": [ - 6603 + 6672 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -147955,10 +149136,10 @@ export default { 41 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -147966,10 +149147,10 @@ export default { }, "v_event_player_stats_aggregate": { "aggregate": [ - 6620 + 6689 ], "nodes": [ - 6606 + 6675 ], "__typename": [ 85 @@ -147977,31 +149158,31 @@ export default { }, "v_event_player_stats_aggregate_bool_exp": { "avg": [ - 6609 + 6678 ], "corr": [ - 6610 + 6679 ], "count": [ - 6612 + 6681 ], "covar_samp": [ - 6613 + 6682 ], "max": [ - 6615 + 6684 ], "min": [ - 6616 + 6685 ], "stddev_samp": [ - 6617 + 6686 ], "sum": [ - 6618 + 6687 ], "var_samp": [ - 6619 + 6688 ], "__typename": [ 85 @@ -148009,16 +149190,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 6633 + 6702 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148026,16 +149207,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 6611 + 6680 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148043,10 +149224,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 6634 + 6703 ], "Y": [ - 6634 + 6703 ], "__typename": [ 85 @@ -148054,13 +149235,13 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_count": { "arguments": [ - 6632 + 6701 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ 42 @@ -148071,16 +149252,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 6614 + 6683 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148088,10 +149269,10 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6635 + 6704 ], "Y": [ - 6635 + 6704 ], "__typename": [ 85 @@ -148099,16 +149280,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_max": { "arguments": [ - 6636 + 6705 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148116,16 +149297,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_min": { "arguments": [ - 6637 + 6706 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148133,16 +149314,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6638 + 6707 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148150,16 +149331,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 6639 + 6708 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148167,16 +149348,16 @@ export default { }, "v_event_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 6640 + 6709 ], "distinct": [ 6 ], "filter": [ - 6625 + 6694 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -148184,13 +149365,13 @@ export default { }, "v_event_player_stats_aggregate_fields": { "avg": [ - 6623 + 6692 ], "count": [ 41, { "columns": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "distinct": [ @@ -148199,31 +149380,31 @@ export default { } ], "max": [ - 6627 + 6696 ], "min": [ - 6629 + 6698 ], "stddev": [ - 6641 + 6710 ], "stddev_pop": [ - 6643 + 6712 ], "stddev_samp": [ - 6645 + 6714 ], "sum": [ - 6649 + 6718 ], "var_pop": [ - 6651 + 6720 ], "var_samp": [ - 6653 + 6722 ], "variance": [ - 6655 + 6724 ], "__typename": [ 85 @@ -148231,37 +149412,37 @@ export default { }, "v_event_player_stats_aggregate_order_by": { "avg": [ - 6624 + 6693 ], "count": [ - 3647 + 3648 ], "max": [ - 6628 + 6697 ], "min": [ - 6630 + 6699 ], "stddev": [ - 6642 + 6711 ], "stddev_pop": [ - 6644 + 6713 ], "stddev_samp": [ - 6646 + 6715 ], "sum": [ - 6650 + 6719 ], "var_pop": [ - 6652 + 6721 ], "var_samp": [ - 6654 + 6723 ], "variance": [ - 6656 + 6725 ], "__typename": [ 85 @@ -148269,7 +149450,7 @@ export default { }, "v_event_player_stats_arr_rel_insert_input": { "data": [ - 6626 + 6695 ], "__typename": [ 85 @@ -148306,28 +149487,28 @@ export default { }, "v_event_player_stats_avg_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148335,13 +149516,13 @@ export default { }, "v_event_player_stats_bool_exp": { "_and": [ - 6625 + 6694 ], "_not": [ - 6625 + 6694 ], "_or": [ - 6625 + 6694 ], "assists": [ 42 @@ -148350,19 +149531,19 @@ export default { 42 ], "event": [ - 2068 + 2069 ], "event_id": [ - 6605 + 6674 ], "headshot_percentage": [ - 2093 + 2094 ], "headshots": [ 42 ], "kdr": [ - 2093 + 2094 ], "kills": [ 42 @@ -148371,10 +149552,10 @@ export default { 42 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -148388,19 +149569,19 @@ export default { 41 ], "event": [ - 2075 + 2076 ], "event_id": [ - 6603 + 6672 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -148409,10 +149590,10 @@ export default { 41 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -148426,16 +149607,16 @@ export default { 41 ], "event_id": [ - 6603 + 6672 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -148444,7 +149625,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -148452,31 +149633,31 @@ export default { }, "v_event_player_stats_max_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148490,16 +149671,16 @@ export default { 41 ], "event_id": [ - 6603 + 6672 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -148508,7 +149689,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -148516,31 +149697,31 @@ export default { }, "v_event_player_stats_min_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "event_id": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148548,37 +149729,37 @@ export default { }, "v_event_player_stats_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "event": [ - 2077 + 2078 ], "event_id": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148624,28 +149805,28 @@ export default { }, "v_event_player_stats_stddev_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148682,28 +149863,28 @@ export default { }, "v_event_player_stats_stddev_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148740,28 +149921,28 @@ export default { }, "v_event_player_stats_stddev_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148769,10 +149950,10 @@ export default { }, "v_event_player_stats_stream_cursor_input": { "initial_value": [ - 6648 + 6717 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -148786,16 +149967,16 @@ export default { 41 ], "event_id": [ - 6603 + 6672 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -148804,7 +149985,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -148818,13 +149999,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -148833,7 +150014,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -148841,28 +150022,28 @@ export default { }, "v_event_player_stats_sum_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148899,28 +150080,28 @@ export default { }, "v_event_player_stats_var_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -148957,28 +150138,28 @@ export default { }, "v_event_player_stats_var_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -149015,28 +150196,28 @@ export default { }, "v_event_player_stats_variance_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -149091,10 +150272,10 @@ export default { }, "v_gpu_pool_status_aggregate": { "aggregate": [ - 6659 + 6728 ], "nodes": [ - 6657 + 6726 ], "__typename": [ 85 @@ -149102,13 +150283,13 @@ export default { }, "v_gpu_pool_status_aggregate_fields": { "avg": [ - 6660 + 6729 ], "count": [ 41, { "columns": [ - 6665, + 6734, "[v_gpu_pool_status_select_column!]" ], "distinct": [ @@ -149117,31 +150298,31 @@ export default { } ], "max": [ - 6662 + 6731 ], "min": [ - 6663 + 6732 ], "stddev": [ - 6666 + 6735 ], "stddev_pop": [ - 6667 + 6736 ], "stddev_samp": [ - 6668 + 6737 ], "sum": [ - 6671 + 6740 ], "var_pop": [ - 6672 + 6741 ], "var_samp": [ - 6673 + 6742 ], "variance": [ - 6674 + 6743 ], "__typename": [ 85 @@ -149184,13 +150365,13 @@ export default { }, "v_gpu_pool_status_bool_exp": { "_and": [ - 6661 + 6730 ], "_not": [ - 6661 + 6730 ], "_or": [ - 6661 + 6730 ], "demo_free_gpu_nodes": [ 42 @@ -149310,46 +150491,46 @@ export default { }, "v_gpu_pool_status_order_by": { "demo_free_gpu_nodes": [ - 3647 + 3648 ], "demo_in_progress": [ - 3647 + 3648 ], "demo_total_gpu_nodes": [ - 3647 + 3648 ], "free_gpu_nodes": [ - 3647 + 3648 ], "free_gpu_nodes_for_batch": [ - 3647 + 3648 ], "highlights_in_progress": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "live_in_progress": [ - 3647 + 3648 ], "registered_gpu_nodes": [ - 3647 + 3648 ], "rendering_total_gpu_nodes": [ - 3647 + 3648 ], "renders_paused_for_active_match": [ - 3647 + 3648 ], "streaming_free_gpu_nodes": [ - 3647 + 3648 ], "streaming_total_gpu_nodes": [ - 3647 + 3648 ], "total_gpu_nodes": [ - 3647 + 3648 ], "__typename": [ 85 @@ -149463,10 +150644,10 @@ export default { }, "v_gpu_pool_status_stream_cursor_input": { "initial_value": [ - 6670 + 6739 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -149667,22 +150848,22 @@ export default { 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2798 + 2799 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "losses": [ 41 @@ -149712,13 +150893,13 @@ export default { 41 ], "season_division": [ - 2616 + 2617 ], "team_season": [ - 2756 + 2757 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -149729,10 +150910,10 @@ export default { }, "v_league_division_standings_aggregate": { "aggregate": [ - 6679 + 6748 ], "nodes": [ - 6675 + 6744 ], "__typename": [ 85 @@ -149740,7 +150921,7 @@ export default { }, "v_league_division_standings_aggregate_bool_exp": { "count": [ - 6678 + 6747 ], "__typename": [ 85 @@ -149748,13 +150929,13 @@ export default { }, "v_league_division_standings_aggregate_bool_exp_count": { "arguments": [ - 6691 + 6760 ], "distinct": [ 6 ], "filter": [ - 6684 + 6753 ], "predicate": [ 42 @@ -149765,13 +150946,13 @@ export default { }, "v_league_division_standings_aggregate_fields": { "avg": [ - 6682 + 6751 ], "count": [ 41, { "columns": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "distinct": [ @@ -149780,31 +150961,31 @@ export default { } ], "max": [ - 6686 + 6755 ], "min": [ - 6688 + 6757 ], "stddev": [ - 6692 + 6761 ], "stddev_pop": [ - 6694 + 6763 ], "stddev_samp": [ - 6696 + 6765 ], "sum": [ - 6700 + 6769 ], "var_pop": [ - 6702 + 6771 ], "var_samp": [ - 6704 + 6773 ], "variance": [ - 6706 + 6775 ], "__typename": [ 85 @@ -149812,37 +150993,37 @@ export default { }, "v_league_division_standings_aggregate_order_by": { "avg": [ - 6683 + 6752 ], "count": [ - 3647 + 3648 ], "max": [ - 6687 + 6756 ], "min": [ - 6689 + 6758 ], "stddev": [ - 6693 + 6762 ], "stddev_pop": [ - 6695 + 6764 ], "stddev_samp": [ - 6697 + 6766 ], "sum": [ - 6701 + 6770 ], "var_pop": [ - 6703 + 6772 ], "var_samp": [ - 6705 + 6774 ], "variance": [ - 6707 + 6776 ], "__typename": [ 85 @@ -149850,7 +151031,7 @@ export default { }, "v_league_division_standings_arr_rel_insert_input": { "data": [ - 6685 + 6754 ], "__typename": [ 85 @@ -149899,40 +151080,40 @@ export default { }, "v_league_division_standings_avg_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -149940,13 +151121,13 @@ export default { }, "v_league_division_standings_bool_exp": { "_and": [ - 6684 + 6753 ], "_not": [ - 6684 + 6753 ], "_or": [ - 6684 + 6753 ], "head_to_head_match_wins": [ 42 @@ -149955,22 +151136,22 @@ export default { 42 ], "league_division_id": [ - 6605 + 6674 ], "league_season_division_id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "league_team": [ - 2801 + 2802 ], "league_team_id": [ - 6605 + 6674 ], "league_team_season_id": [ - 6605 + 6674 ], "losses": [ 42 @@ -150000,13 +151181,13 @@ export default { 42 ], "season_division": [ - 2623 + 2624 ], "team_season": [ - 2765 + 2766 ], "tournament_team_id": [ - 6605 + 6674 ], "wins": [ 42 @@ -150023,22 +151204,22 @@ export default { 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2807 + 2808 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "losses": [ 41 @@ -150068,13 +151249,13 @@ export default { 41 ], "season_division": [ - 2631 + 2632 ], "team_season": [ - 2774 + 2775 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -150091,19 +151272,19 @@ export default { 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "losses": [ 41 @@ -150133,7 +151314,7 @@ export default { 41 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -150144,58 +151325,58 @@ export default { }, "v_league_division_standings_max_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150209,19 +151390,19 @@ export default { 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "losses": [ 41 @@ -150251,7 +151432,7 @@ export default { 41 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -150262,58 +151443,58 @@ export default { }, "v_league_division_standings_min_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150321,67 +151502,67 @@ export default { }, "v_league_division_standings_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team": [ - 2809 + 2810 ], "league_team_id": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "season_division": [ - 2633 + 2634 ], "team_season": [ - 2776 + 2777 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150431,40 +151612,40 @@ export default { }, "v_league_division_standings_stddev_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150513,40 +151694,40 @@ export default { }, "v_league_division_standings_stddev_pop_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150595,40 +151776,40 @@ export default { }, "v_league_division_standings_stddev_samp_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150636,10 +151817,10 @@ export default { }, "v_league_division_standings_stream_cursor_input": { "initial_value": [ - 6699 + 6768 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -150653,19 +151834,19 @@ export default { 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "losses": [ 41 @@ -150695,7 +151876,7 @@ export default { 41 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -150747,40 +151928,40 @@ export default { }, "v_league_division_standings_sum_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150829,40 +152010,40 @@ export default { }, "v_league_division_standings_var_pop_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150911,40 +152092,40 @@ export default { }, "v_league_division_standings_var_samp_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -150993,40 +152174,40 @@ export default { }, "v_league_division_standings_variance_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "round_diff": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151040,43 +152221,43 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2798 + 2799 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "matches_played": [ 41 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -151084,10 +152265,10 @@ export default { }, "v_league_season_player_stats_aggregate": { "aggregate": [ - 6722 + 6791 ], "nodes": [ - 6708 + 6777 ], "__typename": [ 85 @@ -151095,31 +152276,31 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp": { "avg": [ - 6711 + 6780 ], "corr": [ - 6712 + 6781 ], "count": [ - 6714 + 6783 ], "covar_samp": [ - 6715 + 6784 ], "max": [ - 6717 + 6786 ], "min": [ - 6718 + 6787 ], "stddev_samp": [ - 6719 + 6788 ], "sum": [ - 6720 + 6789 ], "var_samp": [ - 6721 + 6790 ], "__typename": [ 85 @@ -151127,16 +152308,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 6735 + 6804 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151144,16 +152325,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 6713 + 6782 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151161,10 +152342,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 6736 + 6805 ], "Y": [ - 6736 + 6805 ], "__typename": [ 85 @@ -151172,13 +152353,13 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_count": { "arguments": [ - 6734 + 6803 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ 42 @@ -151189,16 +152370,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 6716 + 6785 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151206,10 +152387,10 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 6737 + 6806 ], "Y": [ - 6737 + 6806 ], "__typename": [ 85 @@ -151217,16 +152398,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_max": { "arguments": [ - 6738 + 6807 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151234,16 +152415,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_min": { "arguments": [ - 6739 + 6808 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151251,16 +152432,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 6740 + 6809 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151268,16 +152449,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 6741 + 6810 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151285,16 +152466,16 @@ export default { }, "v_league_season_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 6742 + 6811 ], "distinct": [ 6 ], "filter": [ - 6727 + 6796 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -151302,13 +152483,13 @@ export default { }, "v_league_season_player_stats_aggregate_fields": { "avg": [ - 6725 + 6794 ], "count": [ 41, { "columns": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "distinct": [ @@ -151317,31 +152498,31 @@ export default { } ], "max": [ - 6729 + 6798 ], "min": [ - 6731 + 6800 ], "stddev": [ - 6743 + 6812 ], "stddev_pop": [ - 6745 + 6814 ], "stddev_samp": [ - 6747 + 6816 ], "sum": [ - 6751 + 6820 ], "var_pop": [ - 6753 + 6822 ], "var_samp": [ - 6755 + 6824 ], "variance": [ - 6757 + 6826 ], "__typename": [ 85 @@ -151349,37 +152530,37 @@ export default { }, "v_league_season_player_stats_aggregate_order_by": { "avg": [ - 6726 + 6795 ], "count": [ - 3647 + 3648 ], "max": [ - 6730 + 6799 ], "min": [ - 6732 + 6801 ], "stddev": [ - 6744 + 6813 ], "stddev_pop": [ - 6746 + 6815 ], "stddev_samp": [ - 6748 + 6817 ], "sum": [ - 6752 + 6821 ], "var_pop": [ - 6754 + 6823 ], "var_samp": [ - 6756 + 6825 ], "variance": [ - 6758 + 6827 ], "__typename": [ 85 @@ -151387,7 +152568,7 @@ export default { }, "v_league_season_player_stats_arr_rel_insert_input": { "data": [ - 6728 + 6797 ], "__typename": [ 85 @@ -151424,28 +152605,28 @@ export default { }, "v_league_season_player_stats_avg_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151453,13 +152634,13 @@ export default { }, "v_league_season_player_stats_bool_exp": { "_and": [ - 6727 + 6796 ], "_not": [ - 6727 + 6796 ], "_or": [ - 6727 + 6796 ], "assists": [ 42 @@ -151468,43 +152649,43 @@ export default { 42 ], "headshot_percentage": [ - 2093 + 2094 ], "headshots": [ 42 ], "kdr": [ - 2093 + 2094 ], "kills": [ 42 ], "league_division_id": [ - 6605 + 6674 ], "league_season_division_id": [ - 6605 + 6674 ], "league_season_id": [ - 6605 + 6674 ], "league_team": [ - 2801 + 2802 ], "league_team_id": [ - 6605 + 6674 ], "league_team_season_id": [ - 6605 + 6674 ], "matches_played": [ 42 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -151518,43 +152699,43 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team": [ - 2807 + 2808 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "matches_played": [ 41 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -151568,37 +152749,37 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "matches_played": [ 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -151606,43 +152787,43 @@ export default { }, "v_league_season_player_stats_max_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151656,37 +152837,37 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "matches_played": [ 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -151694,43 +152875,43 @@ export default { }, "v_league_season_player_stats_min_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team_id": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151738,49 +152919,49 @@ export default { }, "v_league_season_player_stats_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "league_division_id": [ - 3647 + 3648 ], "league_season_division_id": [ - 3647 + 3648 ], "league_season_id": [ - 3647 + 3648 ], "league_team": [ - 2809 + 2810 ], "league_team_id": [ - 3647 + 3648 ], "league_team_season_id": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151826,28 +153007,28 @@ export default { }, "v_league_season_player_stats_stddev_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151884,28 +153065,28 @@ export default { }, "v_league_season_player_stats_stddev_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151942,28 +153123,28 @@ export default { }, "v_league_season_player_stats_stddev_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -151971,10 +153152,10 @@ export default { }, "v_league_season_player_stats_stream_cursor_input": { "initial_value": [ - 6750 + 6819 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -151988,37 +153169,37 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 ], "league_division_id": [ - 6603 + 6672 ], "league_season_division_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "league_team_id": [ - 6603 + 6672 ], "league_team_season_id": [ - 6603 + 6672 ], "matches_played": [ 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152032,13 +153213,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -152047,7 +153228,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152055,28 +153236,28 @@ export default { }, "v_league_season_player_stats_sum_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -152113,28 +153294,28 @@ export default { }, "v_league_season_player_stats_var_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -152171,28 +153352,28 @@ export default { }, "v_league_season_player_stats_var_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -152229,28 +153410,28 @@ export default { }, "v_league_season_player_stats_variance_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -152264,22 +153445,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152287,10 +153468,10 @@ export default { }, "v_match_captains_aggregate": { "aggregate": [ - 6761 + 6830 ], "nodes": [ - 6759 + 6828 ], "__typename": [ 85 @@ -152298,13 +153479,13 @@ export default { }, "v_match_captains_aggregate_fields": { "avg": [ - 6762 + 6831 ], "count": [ 41, { "columns": [ - 6771, + 6840, "[v_match_captains_select_column!]" ], "distinct": [ @@ -152313,31 +153494,31 @@ export default { } ], "max": [ - 6766 + 6835 ], "min": [ - 6767 + 6836 ], "stddev": [ - 6773 + 6842 ], "stddev_pop": [ - 6774 + 6843 ], "stddev_samp": [ - 6775 + 6844 ], "sum": [ - 6778 + 6847 ], "var_pop": [ - 6780 + 6849 ], "var_samp": [ - 6781 + 6850 ], "variance": [ - 6782 + 6851 ], "__typename": [ 85 @@ -152353,13 +153534,13 @@ export default { }, "v_match_captains_bool_exp": { "_and": [ - 6763 + 6832 ], "_not": [ - 6763 + 6832 ], "_or": [ - 6763 + 6832 ], "captain": [ 7 @@ -152368,22 +153549,22 @@ export default { 87 ], "id": [ - 6605 + 6674 ], "lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "placeholder_name": [ 87 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -152391,7 +153572,7 @@ export default { }, "v_match_captains_inc_input": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152405,22 +153586,22 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "lineup": [ - 3103 + 3104 ], "match_lineup_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "player": [ - 4616 + 4617 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152431,16 +153612,16 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152451,16 +153632,16 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152471,7 +153652,7 @@ export default { 41 ], "returning": [ - 6759 + 6828 ], "__typename": [ 85 @@ -152479,7 +153660,7 @@ export default { }, "v_match_captains_obj_rel_insert_input": { "data": [ - 6765 + 6834 ], "__typename": [ 85 @@ -152487,28 +153668,28 @@ export default { }, "v_match_captains_order_by": { "captain": [ - 3647 + 3648 ], "discord_id": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "placeholder_name": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -152523,16 +153704,16 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152564,10 +153745,10 @@ export default { }, "v_match_captains_stream_cursor_input": { "initial_value": [ - 6777 + 6846 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -152581,16 +153762,16 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "placeholder_name": [ 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152598,7 +153779,7 @@ export default { }, "v_match_captains_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -152606,13 +153787,13 @@ export default { }, "v_match_captains_updates": { "_inc": [ - 6764 + 6833 ], "_set": [ - 6772 + 6841 ], "where": [ - 6763 + 6832 ], "__typename": [ 85 @@ -152647,31 +153828,31 @@ export default { 41 ], "clutcher": [ - 4605 + 4606 ], "clutcher_steam_id": [ - 311 + 312 ], "kills_in_clutch": [ 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "outcome": [ 85 @@ -152688,10 +153869,10 @@ export default { }, "v_match_clutches_aggregate": { "aggregate": [ - 6787 + 6856 ], "nodes": [ - 6783 + 6852 ], "__typename": [ 85 @@ -152699,7 +153880,7 @@ export default { }, "v_match_clutches_aggregate_bool_exp": { "count": [ - 6786 + 6855 ], "__typename": [ 85 @@ -152707,13 +153888,13 @@ export default { }, "v_match_clutches_aggregate_bool_exp_count": { "arguments": [ - 6799 + 6868 ], "distinct": [ 6 ], "filter": [ - 6792 + 6861 ], "predicate": [ 42 @@ -152724,13 +153905,13 @@ export default { }, "v_match_clutches_aggregate_fields": { "avg": [ - 6790 + 6859 ], "count": [ 41, { "columns": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "distinct": [ @@ -152739,31 +153920,31 @@ export default { } ], "max": [ - 6794 + 6863 ], "min": [ - 6796 + 6865 ], "stddev": [ - 6800 + 6869 ], "stddev_pop": [ - 6802 + 6871 ], "stddev_samp": [ - 6804 + 6873 ], "sum": [ - 6808 + 6877 ], "var_pop": [ - 6810 + 6879 ], "var_samp": [ - 6812 + 6881 ], "variance": [ - 6814 + 6883 ], "__typename": [ 85 @@ -152771,37 +153952,37 @@ export default { }, "v_match_clutches_aggregate_order_by": { "avg": [ - 6791 + 6860 ], "count": [ - 3647 + 3648 ], "max": [ - 6795 + 6864 ], "min": [ - 6797 + 6866 ], "stddev": [ - 6801 + 6870 ], "stddev_pop": [ - 6803 + 6872 ], "stddev_samp": [ - 6805 + 6874 ], "sum": [ - 6809 + 6878 ], "var_pop": [ - 6811 + 6880 ], "var_samp": [ - 6813 + 6882 ], "variance": [ - 6815 + 6884 ], "__typename": [ 85 @@ -152809,7 +153990,7 @@ export default { }, "v_match_clutches_arr_rel_insert_input": { "data": [ - 6793 + 6862 ], "__typename": [ 85 @@ -152834,16 +154015,16 @@ export default { }, "v_match_clutches_avg_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -152851,43 +154032,43 @@ export default { }, "v_match_clutches_bool_exp": { "_and": [ - 6792 + 6861 ], "_not": [ - 6792 + 6861 ], "_or": [ - 6792 + 6861 ], "against_count": [ 42 ], "clutcher": [ - 4609 + 4610 ], "clutcher_steam_id": [ - 313 + 314 ], "kills_in_clutch": [ 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "outcome": [ 87 @@ -152907,31 +154088,31 @@ export default { 41 ], "clutcher": [ - 4616 + 4617 ], "clutcher_steam_id": [ - 311 + 312 ], "kills_in_clutch": [ 41 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3103 + 3104 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "outcome": [ 85 @@ -152951,19 +154132,19 @@ export default { 41 ], "clutcher_steam_id": [ - 311 + 312 ], "kills_in_clutch": [ 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "outcome": [ 85 @@ -152980,31 +154161,31 @@ export default { }, "v_match_clutches_max_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "outcome": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153015,19 +154196,19 @@ export default { 41 ], "clutcher_steam_id": [ - 311 + 312 ], "kills_in_clutch": [ 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "outcome": [ 85 @@ -153044,31 +154225,31 @@ export default { }, "v_match_clutches_min_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "outcome": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153076,43 +154257,43 @@ export default { }, "v_match_clutches_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher": [ - 4618 + 4619 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "outcome": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153138,16 +154319,16 @@ export default { }, "v_match_clutches_stddev_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153172,16 +154353,16 @@ export default { }, "v_match_clutches_stddev_pop_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153206,16 +154387,16 @@ export default { }, "v_match_clutches_stddev_samp_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153223,10 +154404,10 @@ export default { }, "v_match_clutches_stream_cursor_input": { "initial_value": [ - 6807 + 6876 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -153237,19 +154418,19 @@ export default { 41 ], "clutcher_steam_id": [ - 311 + 312 ], "kills_in_clutch": [ 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "outcome": [ 85 @@ -153269,7 +154450,7 @@ export default { 41 ], "clutcher_steam_id": [ - 311 + 312 ], "kills_in_clutch": [ 41 @@ -153283,16 +154464,16 @@ export default { }, "v_match_clutches_sum_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153317,16 +154498,16 @@ export default { }, "v_match_clutches_var_pop_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153351,16 +154532,16 @@ export default { }, "v_match_clutches_var_samp_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153385,16 +154566,16 @@ export default { }, "v_match_clutches_variance_order_by": { "against_count": [ - 3647 + 3648 ], "clutcher_steam_id": [ - 3647 + 3648 ], "kills_in_clutch": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153405,28 +154586,28 @@ export default { 85 ], "killer_steam_id": [ - 311 + 312 ], "kills": [ 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "victim_side": [ 85 ], "victim_steam_id": [ - 311 + 312 ], "weapon": [ 85 @@ -153437,10 +154618,10 @@ export default { }, "v_match_kill_pairs_aggregate": { "aggregate": [ - 6818 + 6887 ], "nodes": [ - 6816 + 6885 ], "__typename": [ 85 @@ -153448,13 +154629,13 @@ export default { }, "v_match_kill_pairs_aggregate_fields": { "avg": [ - 6819 + 6888 ], "count": [ 41, { "columns": [ - 6824, + 6893, "[v_match_kill_pairs_select_column!]" ], "distinct": [ @@ -153463,31 +154644,31 @@ export default { } ], "max": [ - 6821 + 6890 ], "min": [ - 6822 + 6891 ], "stddev": [ - 6825 + 6894 ], "stddev_pop": [ - 6826 + 6895 ], "stddev_samp": [ - 6827 + 6896 ], "sum": [ - 6830 + 6899 ], "var_pop": [ - 6831 + 6900 ], "var_samp": [ - 6832 + 6901 ], "variance": [ - 6833 + 6902 ], "__typename": [ 85 @@ -153509,40 +154690,40 @@ export default { }, "v_match_kill_pairs_bool_exp": { "_and": [ - 6820 + 6889 ], "_not": [ - 6820 + 6889 ], "_or": [ - 6820 + 6889 ], "killer_side": [ 87 ], "killer_steam_id": [ - 313 + 314 ], "kills": [ 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "victim_side": [ 87 ], "victim_steam_id": [ - 313 + 314 ], "weapon": [ 87 @@ -153556,22 +154737,22 @@ export default { 85 ], "killer_steam_id": [ - 311 + 312 ], "kills": [ 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "victim_side": [ 85 ], "victim_steam_id": [ - 311 + 312 ], "weapon": [ 85 @@ -153585,22 +154766,22 @@ export default { 85 ], "killer_steam_id": [ - 311 + 312 ], "kills": [ 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "victim_side": [ 85 ], "victim_steam_id": [ - 311 + 312 ], "weapon": [ 85 @@ -153611,34 +154792,34 @@ export default { }, "v_match_kill_pairs_order_by": { "killer_side": [ - 3647 + 3648 ], "killer_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "victim_side": [ - 3647 + 3648 ], "victim_steam_id": [ - 3647 + 3648 ], "weapon": [ - 3647 + 3648 ], "__typename": [ 85 @@ -153689,10 +154870,10 @@ export default { }, "v_match_kill_pairs_stream_cursor_input": { "initial_value": [ - 6829 + 6898 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -153703,22 +154884,22 @@ export default { 85 ], "killer_steam_id": [ - 311 + 312 ], "kills": [ 41 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "victim_side": [ 85 ], "victim_steam_id": [ - 311 + 312 ], "weapon": [ 85 @@ -153729,13 +154910,13 @@ export default { }, "v_match_kill_pairs_sum_fields": { "killer_steam_id": [ - 311 + 312 ], "kills": [ 41 ], "victim_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -153785,22 +154966,22 @@ export default { }, "v_match_lineup_buy_types": { "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -153820,10 +155001,10 @@ export default { }, "v_match_lineup_buy_types_aggregate": { "aggregate": [ - 6836 + 6905 ], "nodes": [ - 6834 + 6903 ], "__typename": [ 85 @@ -153831,13 +155012,13 @@ export default { }, "v_match_lineup_buy_types_aggregate_fields": { "avg": [ - 6837 + 6906 ], "count": [ 41, { "columns": [ - 6842, + 6911, "[v_match_lineup_buy_types_select_column!]" ], "distinct": [ @@ -153846,31 +155027,31 @@ export default { } ], "max": [ - 6839 + 6908 ], "min": [ - 6840 + 6909 ], "stddev": [ - 6843 + 6912 ], "stddev_pop": [ - 6844 + 6913 ], "stddev_samp": [ - 6845 + 6914 ], "sum": [ - 6848 + 6917 ], "var_pop": [ - 6849 + 6918 ], "var_samp": [ - 6850 + 6919 ], "variance": [ - 6851 + 6920 ], "__typename": [ 85 @@ -153889,31 +155070,31 @@ export default { }, "v_match_lineup_buy_types_bool_exp": { "_and": [ - 6838 + 6907 ], "_not": [ - 6838 + 6907 ], "_or": [ - 6838 + 6907 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "matchup": [ 87 @@ -153933,13 +155114,13 @@ export default { }, "v_match_lineup_buy_types_max_fields": { "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -153959,13 +155140,13 @@ export default { }, "v_match_lineup_buy_types_min_fields": { "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -153985,34 +155166,34 @@ export default { }, "v_match_lineup_buy_types_order_by": { "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "matchup": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -154054,10 +155235,10 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_input": { "initial_value": [ - 6847 + 6916 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -154065,13 +155246,13 @@ export default { }, "v_match_lineup_buy_types_stream_cursor_value_input": { "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -154147,22 +155328,22 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "opening_attempts": [ 41 @@ -154203,10 +155384,10 @@ export default { }, "v_match_lineup_map_stats_aggregate": { "aggregate": [ - 6854 + 6923 ], "nodes": [ - 6852 + 6921 ], "__typename": [ 85 @@ -154214,13 +155395,13 @@ export default { }, "v_match_lineup_map_stats_aggregate_fields": { "avg": [ - 6855 + 6924 ], "count": [ 41, { "columns": [ - 6860, + 6929, "[v_match_lineup_map_stats_select_column!]" ], "distinct": [ @@ -154229,31 +155410,31 @@ export default { } ], "max": [ - 6857 + 6926 ], "min": [ - 6858 + 6927 ], "stddev": [ - 6861 + 6930 ], "stddev_pop": [ - 6862 + 6931 ], "stddev_samp": [ - 6863 + 6932 ], "sum": [ - 6866 + 6935 ], "var_pop": [ - 6867 + 6936 ], "var_samp": [ - 6868 + 6937 ], "variance": [ - 6869 + 6938 ], "__typename": [ 85 @@ -154308,13 +155489,13 @@ export default { }, "v_match_lineup_map_stats_bool_exp": { "_and": [ - 6856 + 6925 ], "_not": [ - 6856 + 6925 ], "_or": [ - 6856 + 6925 ], "man_adv_rounds": [ 42 @@ -154329,22 +155510,22 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "opening_attempts": [ 42 @@ -154397,13 +155578,13 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "opening_attempts": [ 41 @@ -154456,13 +155637,13 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "opening_attempts": [ 41 @@ -154503,67 +155684,67 @@ export default { }, "v_match_lineup_map_stats_order_by": { "man_adv_rounds": [ - 3647 + 3648 ], "man_adv_wins": [ - 3647 + 3648 ], "man_dis_rounds": [ - 3647 + 3648 ], "man_dis_wins": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "opening_attempts": [ - 3647 + 3648 ], "opening_wins": [ - 3647 + 3648 ], "pistol_rounds": [ - 3647 + 3648 ], "pistol_wins": [ - 3647 + 3648 ], "round_wins": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "won_buy_eco": [ - 3647 + 3648 ], "won_buy_force": [ - 3647 + 3648 ], "won_buy_full": [ - 3647 + 3648 ], "won_buy_pistol": [ - 3647 + 3648 ], "__typename": [ 85 @@ -154713,10 +155894,10 @@ export default { }, "v_match_lineup_map_stats_stream_cursor_input": { "initial_value": [ - 6865 + 6934 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -154736,13 +155917,13 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "opening_attempts": [ 41 @@ -154974,7 +156155,7 @@ export default { 6 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -154985,10 +156166,10 @@ export default { }, "v_match_map_backup_rounds_aggregate": { "aggregate": [ - 6872 + 6941 ], "nodes": [ - 6870 + 6939 ], "__typename": [ 85 @@ -154996,13 +156177,13 @@ export default { }, "v_match_map_backup_rounds_aggregate_fields": { "avg": [ - 6873 + 6942 ], "count": [ 41, { "columns": [ - 6881, + 6950, "[v_match_map_backup_rounds_select_column!]" ], "distinct": [ @@ -155011,31 +156192,31 @@ export default { } ], "max": [ - 6877 + 6946 ], "min": [ - 6878 + 6947 ], "stddev": [ - 6883 + 6952 ], "stddev_pop": [ - 6884 + 6953 ], "stddev_samp": [ - 6885 + 6954 ], "sum": [ - 6888 + 6957 ], "var_pop": [ - 6890 + 6959 ], "var_samp": [ - 6891 + 6960 ], "variance": [ - 6892 + 6961 ], "__typename": [ 85 @@ -155051,19 +156232,19 @@ export default { }, "v_match_map_backup_rounds_bool_exp": { "_and": [ - 6874 + 6943 ], "_not": [ - 6874 + 6943 ], "_or": [ - 6874 + 6943 ], "has_backup_file": [ 7 ], "match_map_id": [ - 6605 + 6674 ], "round": [ 42 @@ -155085,7 +156266,7 @@ export default { 6 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -155096,7 +156277,7 @@ export default { }, "v_match_map_backup_rounds_max_fields": { "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -155107,7 +156288,7 @@ export default { }, "v_match_map_backup_rounds_min_fields": { "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -155121,7 +156302,7 @@ export default { 41 ], "returning": [ - 6870 + 6939 ], "__typename": [ 85 @@ -155129,13 +156310,13 @@ export default { }, "v_match_map_backup_rounds_order_by": { "has_backup_file": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -155147,7 +156328,7 @@ export default { 6 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -155182,10 +156363,10 @@ export default { }, "v_match_map_backup_rounds_stream_cursor_input": { "initial_value": [ - 6887 + 6956 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -155196,7 +156377,7 @@ export default { 6 ], "match_map_id": [ - 6603 + 6672 ], "round": [ 41 @@ -155215,13 +156396,13 @@ export default { }, "v_match_map_backup_rounds_updates": { "_inc": [ - 6875 + 6944 ], "_set": [ - 6882 + 6951 ], "where": [ - 6874 + 6943 ], "__typename": [ 85 @@ -155259,28 +156440,28 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 ], "player": [ - 4605 + 4606 ], "rounds": [ 41 @@ -155289,7 +156470,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -155297,10 +156478,10 @@ export default { }, "v_match_player_buy_types_aggregate": { "aggregate": [ - 6895 + 6964 ], "nodes": [ - 6893 + 6962 ], "__typename": [ 85 @@ -155308,13 +156489,13 @@ export default { }, "v_match_player_buy_types_aggregate_fields": { "avg": [ - 6896 + 6965 ], "count": [ 41, { "columns": [ - 6901, + 6970, "[v_match_player_buy_types_select_column!]" ], "distinct": [ @@ -155323,31 +156504,31 @@ export default { } ], "max": [ - 6898 + 6967 ], "min": [ - 6899 + 6968 ], "stddev": [ - 6902 + 6971 ], "stddev_pop": [ - 6903 + 6972 ], "stddev_samp": [ - 6904 + 6973 ], "sum": [ - 6907 + 6976 ], "var_pop": [ - 6908 + 6977 ], "var_samp": [ - 6909 + 6978 ], "variance": [ - 6910 + 6979 ], "__typename": [ 85 @@ -155372,13 +156553,13 @@ export default { }, "v_match_player_buy_types_bool_exp": { "_and": [ - 6897 + 6966 ], "_not": [ - 6897 + 6966 ], "_or": [ - 6897 + 6966 ], "deaths": [ 42 @@ -155387,28 +156568,28 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "matchup": [ 87 ], "player": [ - 4609 + 4610 ], "rounds": [ 42 @@ -155417,7 +156598,7 @@ export default { 87 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -155431,13 +156612,13 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -155449,7 +156630,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -155463,13 +156644,13 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -155481,7 +156662,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -155489,43 +156670,43 @@ export default { }, "v_match_player_buy_types_order_by": { "deaths": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "matchup": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "rounds": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -155585,10 +156766,10 @@ export default { }, "v_match_player_buy_types_stream_cursor_input": { "initial_value": [ - 6906 + 6975 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -155602,13 +156783,13 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "matchup": [ 85 @@ -155620,7 +156801,7 @@ export default { 85 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -155637,7 +156818,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -155702,31 +156883,31 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3085 + 3086 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "side": [ 85 ], "steam_id": [ - 311 + 312 ], "traded_deaths": [ 41 @@ -155740,10 +156921,10 @@ export default { }, "v_match_player_opening_duels_aggregate": { "aggregate": [ - 6915 + 6984 ], "nodes": [ - 6911 + 6980 ], "__typename": [ 85 @@ -155751,7 +156932,7 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp": { "count": [ - 6914 + 6983 ], "__typename": [ 85 @@ -155759,13 +156940,13 @@ export default { }, "v_match_player_opening_duels_aggregate_bool_exp_count": { "arguments": [ - 6927 + 6996 ], "distinct": [ 6 ], "filter": [ - 6920 + 6989 ], "predicate": [ 42 @@ -155776,13 +156957,13 @@ export default { }, "v_match_player_opening_duels_aggregate_fields": { "avg": [ - 6918 + 6987 ], "count": [ 41, { "columns": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "distinct": [ @@ -155791,31 +156972,31 @@ export default { } ], "max": [ - 6922 + 6991 ], "min": [ - 6924 + 6993 ], "stddev": [ - 6928 + 6997 ], "stddev_pop": [ - 6930 + 6999 ], "stddev_samp": [ - 6932 + 7001 ], "sum": [ - 6936 + 7005 ], "var_pop": [ - 6938 + 7007 ], "var_samp": [ - 6940 + 7009 ], "variance": [ - 6942 + 7011 ], "__typename": [ 85 @@ -155823,37 +157004,37 @@ export default { }, "v_match_player_opening_duels_aggregate_order_by": { "avg": [ - 6919 + 6988 ], "count": [ - 3647 + 3648 ], "max": [ - 6923 + 6992 ], "min": [ - 6925 + 6994 ], "stddev": [ - 6929 + 6998 ], "stddev_pop": [ - 6931 + 7000 ], "stddev_samp": [ - 6933 + 7002 ], "sum": [ - 6937 + 7006 ], "var_pop": [ - 6939 + 7008 ], "var_samp": [ - 6941 + 7010 ], "variance": [ - 6943 + 7012 ], "__typename": [ 85 @@ -155861,7 +157042,7 @@ export default { }, "v_match_player_opening_duels_arr_rel_insert_input": { "data": [ - 6921 + 6990 ], "__typename": [ 85 @@ -155889,19 +157070,19 @@ export default { }, "v_match_player_opening_duels_avg_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -155909,13 +157090,13 @@ export default { }, "v_match_player_opening_duels_bool_exp": { "_and": [ - 6920 + 6989 ], "_not": [ - 6920 + 6989 ], "_or": [ - 6920 + 6989 ], "attempts": [ 42 @@ -155924,31 +157105,31 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_lineup": [ - 3094 + 3095 ], "match_lineup_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "side": [ 87 ], "steam_id": [ - 313 + 314 ], "traded_deaths": [ 42 @@ -155968,31 +157149,31 @@ export default { 41 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_lineup": [ - 3103 + 3104 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "side": [ 85 ], "steam_id": [ - 311 + 312 ], "traded_deaths": [ 41 @@ -156012,19 +157193,19 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "side": [ 85 ], "steam_id": [ - 311 + 312 ], "traded_deaths": [ 41 @@ -156038,31 +157219,31 @@ export default { }, "v_match_player_opening_duels_max_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156076,19 +157257,19 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "side": [ 85 ], "steam_id": [ - 311 + 312 ], "traded_deaths": [ 41 @@ -156102,31 +157283,31 @@ export default { }, "v_match_player_opening_duels_min_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "side": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156134,43 +157315,43 @@ export default { }, "v_match_player_opening_duels_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_lineup": [ - 3105 + 3106 ], "match_lineup_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "side": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156199,19 +157380,19 @@ export default { }, "v_match_player_opening_duels_stddev_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156239,19 +157420,19 @@ export default { }, "v_match_player_opening_duels_stddev_pop_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156279,19 +157460,19 @@ export default { }, "v_match_player_opening_duels_stddev_samp_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156299,10 +157480,10 @@ export default { }, "v_match_player_opening_duels_stream_cursor_input": { "initial_value": [ - 6935 + 7004 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -156316,19 +157497,19 @@ export default { 41 ], "match_id": [ - 6603 + 6672 ], "match_lineup_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "side": [ 85 ], "steam_id": [ - 311 + 312 ], "traded_deaths": [ 41 @@ -156348,7 +157529,7 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "traded_deaths": [ 41 @@ -156362,19 +157543,19 @@ export default { }, "v_match_player_opening_duels_sum_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156402,19 +157583,19 @@ export default { }, "v_match_player_opening_duels_var_pop_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156442,19 +157623,19 @@ export default { }, "v_match_player_opening_duels_var_samp_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156482,19 +157663,19 @@ export default { }, "v_match_player_opening_duels_variance_order_by": { "attempts": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "traded_deaths": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156502,19 +157683,19 @@ export default { }, "v_player_arch_nemesis": { "attacker_id": [ - 311 + 312 ], "kill_count": [ - 311 + 312 ], "nemsis": [ - 4605 + 4606 ], "player": [ - 4605 + 4606 ], "victim_id": [ - 311 + 312 ], "__typename": [ 85 @@ -156522,10 +157703,10 @@ export default { }, "v_player_arch_nemesis_aggregate": { "aggregate": [ - 6946 + 7015 ], "nodes": [ - 6944 + 7013 ], "__typename": [ 85 @@ -156533,13 +157714,13 @@ export default { }, "v_player_arch_nemesis_aggregate_fields": { "avg": [ - 6947 + 7016 ], "count": [ 41, { "columns": [ - 6952, + 7021, "[v_player_arch_nemesis_select_column!]" ], "distinct": [ @@ -156548,31 +157729,31 @@ export default { } ], "max": [ - 6949 + 7018 ], "min": [ - 6950 + 7019 ], "stddev": [ - 6953 + 7022 ], "stddev_pop": [ - 6954 + 7023 ], "stddev_samp": [ - 6955 + 7024 ], "sum": [ - 6958 + 7027 ], "var_pop": [ - 6959 + 7028 ], "var_samp": [ - 6960 + 7029 ], "variance": [ - 6961 + 7030 ], "__typename": [ 85 @@ -156594,28 +157775,28 @@ export default { }, "v_player_arch_nemesis_bool_exp": { "_and": [ - 6948 + 7017 ], "_not": [ - 6948 + 7017 ], "_or": [ - 6948 + 7017 ], "attacker_id": [ - 313 + 314 ], "kill_count": [ - 313 + 314 ], "nemsis": [ - 4609 + 4610 ], "player": [ - 4609 + 4610 ], "victim_id": [ - 313 + 314 ], "__typename": [ 85 @@ -156623,13 +157804,13 @@ export default { }, "v_player_arch_nemesis_max_fields": { "attacker_id": [ - 311 + 312 ], "kill_count": [ - 311 + 312 ], "victim_id": [ - 311 + 312 ], "__typename": [ 85 @@ -156637,13 +157818,13 @@ export default { }, "v_player_arch_nemesis_min_fields": { "attacker_id": [ - 311 + 312 ], "kill_count": [ - 311 + 312 ], "victim_id": [ - 311 + 312 ], "__typename": [ 85 @@ -156651,19 +157832,19 @@ export default { }, "v_player_arch_nemesis_order_by": { "attacker_id": [ - 3647 + 3648 ], "kill_count": [ - 3647 + 3648 ], "nemsis": [ - 4618 + 4619 ], "player": [ - 4618 + 4619 ], "victim_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -156714,10 +157895,10 @@ export default { }, "v_player_arch_nemesis_stream_cursor_input": { "initial_value": [ - 6957 + 7026 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -156725,13 +157906,13 @@ export default { }, "v_player_arch_nemesis_stream_cursor_value_input": { "attacker_id": [ - 311 + 312 ], "kill_count": [ - 311 + 312 ], "victim_id": [ - 311 + 312 ], "__typename": [ 85 @@ -156739,13 +157920,13 @@ export default { }, "v_player_arch_nemesis_sum_fields": { "attacker_id": [ - 311 + 312 ], "kill_count": [ - 311 + 312 ], "victim_id": [ - 311 + 312 ], "__typename": [ 85 @@ -156795,19 +157976,19 @@ export default { }, "v_player_damage": { "avg_damage_per_round": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "total_damage": [ - 311 + 312 ], "total_rounds": [ - 311 + 312 ], "__typename": [ 85 @@ -156815,10 +157996,10 @@ export default { }, "v_player_damage_aggregate": { "aggregate": [ - 6964 + 7033 ], "nodes": [ - 6962 + 7031 ], "__typename": [ 85 @@ -156826,13 +158007,13 @@ export default { }, "v_player_damage_aggregate_fields": { "avg": [ - 6965 + 7034 ], "count": [ 41, { "columns": [ - 6970, + 7039, "[v_player_damage_select_column!]" ], "distinct": [ @@ -156841,31 +158022,31 @@ export default { } ], "max": [ - 6967 + 7036 ], "min": [ - 6968 + 7037 ], "stddev": [ - 6971 + 7040 ], "stddev_pop": [ - 6972 + 7041 ], "stddev_samp": [ - 6973 + 7042 ], "sum": [ - 6976 + 7045 ], "var_pop": [ - 6977 + 7046 ], "var_samp": [ - 6978 + 7047 ], "variance": [ - 6979 + 7048 ], "__typename": [ 85 @@ -156890,28 +158071,28 @@ export default { }, "v_player_damage_bool_exp": { "_and": [ - 6966 + 7035 ], "_not": [ - 6966 + 7035 ], "_or": [ - 6966 + 7035 ], "avg_damage_per_round": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "total_damage": [ - 313 + 314 ], "total_rounds": [ - 313 + 314 ], "__typename": [ 85 @@ -156919,16 +158100,16 @@ export default { }, "v_player_damage_max_fields": { "avg_damage_per_round": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "total_damage": [ - 311 + 312 ], "total_rounds": [ - 311 + 312 ], "__typename": [ 85 @@ -156936,16 +158117,16 @@ export default { }, "v_player_damage_min_fields": { "avg_damage_per_round": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "total_damage": [ - 311 + 312 ], "total_rounds": [ - 311 + 312 ], "__typename": [ 85 @@ -156953,19 +158134,19 @@ export default { }, "v_player_damage_order_by": { "avg_damage_per_round": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "total_damage": [ - 3647 + 3648 ], "total_rounds": [ - 3647 + 3648 ], "__typename": [ 85 @@ -157025,10 +158206,10 @@ export default { }, "v_player_damage_stream_cursor_input": { "initial_value": [ - 6975 + 7044 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -157036,16 +158217,16 @@ export default { }, "v_player_damage_stream_cursor_value_input": { "avg_damage_per_round": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "total_damage": [ - 311 + 312 ], "total_rounds": [ - 311 + 312 ], "__typename": [ 85 @@ -157053,16 +158234,16 @@ export default { }, "v_player_damage_sum_fields": { "avg_damage_per_round": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "total_damage": [ - 311 + 312 ], "total_rounds": [ - 311 + 312 ], "__typename": [ 85 @@ -157121,7 +158302,7 @@ export default { }, "v_player_elo": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 @@ -157133,7 +158314,7 @@ export default { 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 @@ -157142,16 +158323,16 @@ export default { 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 2092 + 2093 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -157163,43 +158344,43 @@ export default { 41 ], "match": [ - 3431 + 3432 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_name": [ 85 ], "player_steam_id": [ - 311 + 312 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ 85 @@ -157213,10 +158394,10 @@ export default { }, "v_player_elo_aggregate": { "aggregate": [ - 6994 + 7063 ], "nodes": [ - 6980 + 7049 ], "__typename": [ 85 @@ -157224,31 +158405,31 @@ export default { }, "v_player_elo_aggregate_bool_exp": { "avg": [ - 6983 + 7052 ], "corr": [ - 6984 + 7053 ], "count": [ - 6986 + 7055 ], "covar_samp": [ - 6987 + 7056 ], "max": [ - 6989 + 7058 ], "min": [ - 6990 + 7059 ], "stddev_samp": [ - 6991 + 7060 ], "sum": [ - 6992 + 7061 ], "var_samp": [ - 6993 + 7062 ], "__typename": [ 85 @@ -157256,16 +158437,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_avg": { "arguments": [ - 7007 + 7076 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157273,16 +158454,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr": { "arguments": [ - 6985 + 7054 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157290,10 +158471,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_corr_arguments": { "X": [ - 7008 + 7077 ], "Y": [ - 7008 + 7077 ], "__typename": [ 85 @@ -157301,13 +158482,13 @@ export default { }, "v_player_elo_aggregate_bool_exp_count": { "arguments": [ - 7006 + 7075 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ 42 @@ -157318,16 +158499,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp": { "arguments": [ - 6988 + 7057 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157335,10 +158516,10 @@ export default { }, "v_player_elo_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7009 + 7078 ], "Y": [ - 7009 + 7078 ], "__typename": [ 85 @@ -157346,16 +158527,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_max": { "arguments": [ - 7010 + 7079 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157363,16 +158544,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_min": { "arguments": [ - 7011 + 7080 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157380,16 +158561,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7012 + 7081 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157397,16 +158578,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_sum": { "arguments": [ - 7013 + 7082 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157414,16 +158595,16 @@ export default { }, "v_player_elo_aggregate_bool_exp_var_samp": { "arguments": [ - 7014 + 7083 ], "distinct": [ 6 ], "filter": [ - 6999 + 7068 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -157431,13 +158612,13 @@ export default { }, "v_player_elo_aggregate_fields": { "avg": [ - 6997 + 7066 ], "count": [ 41, { "columns": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "distinct": [ @@ -157446,31 +158627,31 @@ export default { } ], "max": [ - 7001 + 7070 ], "min": [ - 7003 + 7072 ], "stddev": [ - 7015 + 7084 ], "stddev_pop": [ - 7017 + 7086 ], "stddev_samp": [ - 7019 + 7088 ], "sum": [ - 7023 + 7092 ], "var_pop": [ - 7025 + 7094 ], "var_samp": [ - 7027 + 7096 ], "variance": [ - 7029 + 7098 ], "__typename": [ 85 @@ -157478,37 +158659,37 @@ export default { }, "v_player_elo_aggregate_order_by": { "avg": [ - 6998 + 7067 ], "count": [ - 3647 + 3648 ], "max": [ - 7002 + 7071 ], "min": [ - 7004 + 7073 ], "stddev": [ - 7016 + 7085 ], "stddev_pop": [ - 7018 + 7087 ], "stddev_samp": [ - 7020 + 7089 ], "sum": [ - 7024 + 7093 ], "var_pop": [ - 7026 + 7095 ], "var_samp": [ - 7028 + 7097 ], "variance": [ - 7030 + 7099 ], "__typename": [ 85 @@ -157516,7 +158697,7 @@ export default { }, "v_player_elo_arr_rel_insert_input": { "data": [ - 7000 + 7069 ], "__typename": [ 85 @@ -157595,70 +158776,70 @@ export default { }, "v_player_elo_avg_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -157666,16 +158847,16 @@ export default { }, "v_player_elo_bool_exp": { "_and": [ - 6999 + 7068 ], "_not": [ - 6999 + 7068 ], "_or": [ - 6999 + 7068 ], "actual_score": [ - 2093 + 2094 ], "assists": [ 42 @@ -157687,7 +158868,7 @@ export default { 42 ], "damage_percent": [ - 2093 + 2094 ], "deaths": [ 42 @@ -157696,16 +158877,16 @@ export default { 42 ], "expected_score": [ - 2093 + 2094 ], "impact": [ - 2093 + 2094 ], "k_factor": [ 42 ], "kda": [ - 2093 + 2094 ], "kills": [ 42 @@ -157717,43 +158898,43 @@ export default { 42 ], "match": [ - 3442 + 3443 ], "match_created_at": [ - 5243 + 5244 ], "match_id": [ - 6605 + 6674 ], "match_result": [ 87 ], "opponent_team_elo_avg": [ - 2093 + 2094 ], "performance_multiplier": [ - 2093 + 2094 ], "player_name": [ 87 ], "player_steam_id": [ - 313 + 314 ], "player_team_elo_avg": [ - 2093 + 2094 ], "rating_for_expected": [ - 2093 + 2094 ], "season_id": [ - 6605 + 6674 ], "series_multiplier": [ 42 ], "team_avg_kda": [ - 2093 + 2094 ], "type": [ 87 @@ -157767,7 +158948,7 @@ export default { }, "v_player_elo_insert_input": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 @@ -157779,7 +158960,7 @@ export default { 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 @@ -157788,16 +158969,16 @@ export default { 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 2092 + 2093 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -157809,43 +158990,43 @@ export default { 41 ], "match": [ - 3451 + 3452 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_name": [ 85 ], "player_steam_id": [ - 311 + 312 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ 85 @@ -157859,7 +159040,7 @@ export default { }, "v_player_elo_max_fields": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 @@ -157871,7 +159052,7 @@ export default { 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 @@ -157880,16 +159061,16 @@ export default { 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 2092 + 2093 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -157901,40 +159082,40 @@ export default { 41 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_name": [ 85 ], "player_steam_id": [ - 311 + 312 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ 85 @@ -157948,88 +159129,88 @@ export default { }, "v_player_elo_max_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "match_created_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_result": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_name": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -158037,7 +159218,7 @@ export default { }, "v_player_elo_min_fields": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 @@ -158049,7 +159230,7 @@ export default { 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 @@ -158058,16 +159239,16 @@ export default { 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 2092 + 2093 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -158079,40 +159260,40 @@ export default { 41 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_name": [ 85 ], "player_steam_id": [ - 311 + 312 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ 85 @@ -158126,88 +159307,88 @@ export default { }, "v_player_elo_min_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "match_created_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_result": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_name": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -158215,91 +159396,91 @@ export default { }, "v_player_elo_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_created_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_result": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_name": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "season_id": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -158387,70 +159568,70 @@ export default { }, "v_player_elo_stddev_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -158529,70 +159710,70 @@ export default { }, "v_player_elo_stddev_pop_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -158671,70 +159852,70 @@ export default { }, "v_player_elo_stddev_samp_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -158742,10 +159923,10 @@ export default { }, "v_player_elo_stream_cursor_input": { "initial_value": [ - 7022 + 7091 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -158753,7 +159934,7 @@ export default { }, "v_player_elo_stream_cursor_value_input": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 @@ -158765,7 +159946,7 @@ export default { 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 @@ -158774,16 +159955,16 @@ export default { 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 2092 + 2093 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -158795,40 +159976,40 @@ export default { 41 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_name": [ 85 ], "player_steam_id": [ - 311 + 312 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "season_id": [ - 6603 + 6672 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2092 + 2093 ], "type": [ 85 @@ -158842,7 +160023,7 @@ export default { }, "v_player_elo_sum_fields": { "actual_score": [ - 2092 + 2093 ], "assists": [ 41 @@ -158854,7 +160035,7 @@ export default { 41 ], "damage_percent": [ - 2092 + 2093 ], "deaths": [ 41 @@ -158863,16 +160044,16 @@ export default { 41 ], "expected_score": [ - 2092 + 2093 ], "impact": [ - 2092 + 2093 ], "k_factor": [ 41 ], "kda": [ - 2092 + 2093 ], "kills": [ 41 @@ -158884,25 +160065,25 @@ export default { 41 ], "opponent_team_elo_avg": [ - 2092 + 2093 ], "performance_multiplier": [ - 2092 + 2093 ], "player_steam_id": [ - 311 + 312 ], "player_team_elo_avg": [ - 2092 + 2093 ], "rating_for_expected": [ - 2092 + 2093 ], "series_multiplier": [ 41 ], "team_avg_kda": [ - 2092 + 2093 ], "updated_elo": [ 41 @@ -158913,70 +160094,70 @@ export default { }, "v_player_elo_sum_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -159055,70 +160236,70 @@ export default { }, "v_player_elo_var_pop_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -159197,70 +160378,70 @@ export default { }, "v_player_elo_var_samp_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -159339,70 +160520,70 @@ export default { }, "v_player_elo_variance_order_by": { "actual_score": [ - 3647 + 3648 ], "assists": [ - 3647 + 3648 ], "current_elo": [ - 3647 + 3648 ], "damage": [ - 3647 + 3648 ], "damage_percent": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "elo_change": [ - 3647 + 3648 ], "expected_score": [ - 3647 + 3648 ], "impact": [ - 3647 + 3648 ], "k_factor": [ - 3647 + 3648 ], "kda": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map_losses": [ - 3647 + 3648 ], "map_wins": [ - 3647 + 3648 ], "opponent_team_elo_avg": [ - 3647 + 3648 ], "performance_multiplier": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "player_team_elo_avg": [ - 3647 + 3648 ], "rating_for_expected": [ - 3647 + 3648 ], "series_multiplier": [ - 3647 + 3648 ], "team_avg_kda": [ - 3647 + 3648 ], "updated_elo": [ - 3647 + 3648 ], "__typename": [ 85 @@ -159410,22 +160591,22 @@ export default { }, "v_player_map_losses": { "map": [ - 2923 + 2924 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159433,10 +160614,10 @@ export default { }, "v_player_map_losses_aggregate": { "aggregate": [ - 7033 + 7102 ], "nodes": [ - 7031 + 7100 ], "__typename": [ 85 @@ -159444,13 +160625,13 @@ export default { }, "v_player_map_losses_aggregate_fields": { "avg": [ - 7034 + 7103 ], "count": [ 41, { "columns": [ - 7039, + 7108, "[v_player_map_losses_select_column!]" ], "distinct": [ @@ -159459,31 +160640,31 @@ export default { } ], "max": [ - 7036 + 7105 ], "min": [ - 7037 + 7106 ], "stddev": [ - 7040 + 7109 ], "stddev_pop": [ - 7041 + 7110 ], "stddev_samp": [ - 7042 + 7111 ], "sum": [ - 7045 + 7114 ], "var_pop": [ - 7046 + 7115 ], "var_samp": [ - 7047 + 7116 ], "variance": [ - 7048 + 7117 ], "__typename": [ 85 @@ -159499,31 +160680,31 @@ export default { }, "v_player_map_losses_bool_exp": { "_and": [ - 7035 + 7104 ], "_not": [ - 7035 + 7104 ], "_or": [ - 7035 + 7104 ], "map": [ - 2932 + 2933 ], "map_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "started_at": [ - 5243 + 5244 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -159531,16 +160712,16 @@ export default { }, "v_player_map_losses_max_fields": { "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159548,16 +160729,16 @@ export default { }, "v_player_map_losses_min_fields": { "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159565,22 +160746,22 @@ export default { }, "v_player_map_losses_order_by": { "map": [ - 2942 + 2943 ], "map_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -159613,10 +160794,10 @@ export default { }, "v_player_map_losses_stream_cursor_input": { "initial_value": [ - 7044 + 7113 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -159624,16 +160805,16 @@ export default { }, "v_player_map_losses_stream_cursor_value_input": { "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159641,7 +160822,7 @@ export default { }, "v_player_map_losses_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159673,22 +160854,22 @@ export default { }, "v_player_map_wins": { "map": [ - 2923 + 2924 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159696,10 +160877,10 @@ export default { }, "v_player_map_wins_aggregate": { "aggregate": [ - 7051 + 7120 ], "nodes": [ - 7049 + 7118 ], "__typename": [ 85 @@ -159707,13 +160888,13 @@ export default { }, "v_player_map_wins_aggregate_fields": { "avg": [ - 7052 + 7121 ], "count": [ 41, { "columns": [ - 7057, + 7126, "[v_player_map_wins_select_column!]" ], "distinct": [ @@ -159722,31 +160903,31 @@ export default { } ], "max": [ - 7054 + 7123 ], "min": [ - 7055 + 7124 ], "stddev": [ - 7058 + 7127 ], "stddev_pop": [ - 7059 + 7128 ], "stddev_samp": [ - 7060 + 7129 ], "sum": [ - 7063 + 7132 ], "var_pop": [ - 7064 + 7133 ], "var_samp": [ - 7065 + 7134 ], "variance": [ - 7066 + 7135 ], "__typename": [ 85 @@ -159762,31 +160943,31 @@ export default { }, "v_player_map_wins_bool_exp": { "_and": [ - 7053 + 7122 ], "_not": [ - 7053 + 7122 ], "_or": [ - 7053 + 7122 ], "map": [ - 2932 + 2933 ], "map_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "started_at": [ - 5243 + 5244 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -159794,16 +160975,16 @@ export default { }, "v_player_map_wins_max_fields": { "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159811,16 +160992,16 @@ export default { }, "v_player_map_wins_min_fields": { "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159828,22 +161009,22 @@ export default { }, "v_player_map_wins_order_by": { "map": [ - 2942 + 2943 ], "map_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "started_at": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -159876,10 +161057,10 @@ export default { }, "v_player_map_wins_stream_cursor_input": { "initial_value": [ - 7062 + 7131 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -159887,16 +161068,16 @@ export default { }, "v_player_map_wins_stream_cursor_value_input": { "map_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "started_at": [ - 5242 + 5243 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159904,7 +161085,7 @@ export default { }, "v_player_map_wins_sum_fields": { "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -159936,37 +161117,37 @@ export default { }, "v_player_match_head_to_head": { "attacked": [ - 4605 + 4606 ], "attacked_steam_id": [ - 311 + 312 ], "attacker": [ - 4605 + 4606 ], "attacker_steam_id": [ - 311 + 312 ], "damage_dealt": [ 41 ], "flash_count": [ - 311 + 312 ], "headshot_kills": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -159974,10 +161155,10 @@ export default { }, "v_player_match_head_to_head_aggregate": { "aggregate": [ - 7069 + 7138 ], "nodes": [ - 7067 + 7136 ], "__typename": [ 85 @@ -159985,13 +161166,13 @@ export default { }, "v_player_match_head_to_head_aggregate_fields": { "avg": [ - 7070 + 7139 ], "count": [ 41, { "columns": [ - 7075, + 7144, "[v_player_match_head_to_head_select_column!]" ], "distinct": [ @@ -160000,31 +161181,31 @@ export default { } ], "max": [ - 7072 + 7141 ], "min": [ - 7073 + 7142 ], "stddev": [ - 7076 + 7145 ], "stddev_pop": [ - 7077 + 7146 ], "stddev_samp": [ - 7078 + 7147 ], "sum": [ - 7081 + 7150 ], "var_pop": [ - 7082 + 7151 ], "var_samp": [ - 7083 + 7152 ], "variance": [ - 7084 + 7153 ], "__typename": [ 85 @@ -160058,46 +161239,46 @@ export default { }, "v_player_match_head_to_head_bool_exp": { "_and": [ - 7071 + 7140 ], "_not": [ - 7071 + 7140 ], "_or": [ - 7071 + 7140 ], "attacked": [ - 4609 + 4610 ], "attacked_steam_id": [ - 313 + 314 ], "attacker": [ - 4609 + 4610 ], "attacker_steam_id": [ - 313 + 314 ], "damage_dealt": [ 42 ], "flash_count": [ - 313 + 314 ], "headshot_kills": [ - 313 + 314 ], "hits": [ - 313 + 314 ], "kills": [ - 313 + 314 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -160105,28 +161286,28 @@ export default { }, "v_player_match_head_to_head_max_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "damage_dealt": [ 41 ], "flash_count": [ - 311 + 312 ], "headshot_kills": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -160134,28 +161315,28 @@ export default { }, "v_player_match_head_to_head_min_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "damage_dealt": [ 41 ], "flash_count": [ - 311 + 312 ], "headshot_kills": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -160163,37 +161344,37 @@ export default { }, "v_player_match_head_to_head_order_by": { "attacked": [ - 4618 + 4619 ], "attacked_steam_id": [ - 3647 + 3648 ], "attacker": [ - 4618 + 4619 ], "attacker_steam_id": [ - 3647 + 3648 ], "damage_dealt": [ - 3647 + 3648 ], "flash_count": [ - 3647 + 3648 ], "headshot_kills": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -160280,10 +161461,10 @@ export default { }, "v_player_match_head_to_head_stream_cursor_input": { "initial_value": [ - 7080 + 7149 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -160291,28 +161472,28 @@ export default { }, "v_player_match_head_to_head_stream_cursor_value_input": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "damage_dealt": [ 41 ], "flash_count": [ - 311 + 312 ], "headshot_kills": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -160320,25 +161501,25 @@ export default { }, "v_player_match_head_to_head_sum_fields": { "attacked_steam_id": [ - 311 + 312 ], "attacker_steam_id": [ - 311 + 312 ], "damage_dealt": [ 41 ], "flash_count": [ - 311 + 312 ], "headshot_kills": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "__typename": [ 85 @@ -160424,43 +161605,43 @@ export default { }, "v_player_match_map_hltv": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -160468,10 +161649,10 @@ export default { }, "v_player_match_map_hltv_aggregate": { "aggregate": [ - 7089 + 7158 ], "nodes": [ - 7085 + 7154 ], "__typename": [ 85 @@ -160479,7 +161660,7 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp": { "count": [ - 7088 + 7157 ], "__typename": [ 85 @@ -160487,13 +161668,13 @@ export default { }, "v_player_match_map_hltv_aggregate_bool_exp_count": { "arguments": [ - 7103 + 7172 ], "distinct": [ 6 ], "filter": [ - 7094 + 7163 ], "predicate": [ 42 @@ -160504,13 +161685,13 @@ export default { }, "v_player_match_map_hltv_aggregate_fields": { "avg": [ - 7092 + 7161 ], "count": [ 41, { "columns": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "distinct": [ @@ -160519,31 +161700,31 @@ export default { } ], "max": [ - 7097 + 7166 ], "min": [ - 7099 + 7168 ], "stddev": [ - 7105 + 7174 ], "stddev_pop": [ - 7107 + 7176 ], "stddev_samp": [ - 7109 + 7178 ], "sum": [ - 7113 + 7182 ], "var_pop": [ - 7116 + 7185 ], "var_samp": [ - 7118 + 7187 ], "variance": [ - 7120 + 7189 ], "__typename": [ 85 @@ -160551,37 +161732,37 @@ export default { }, "v_player_match_map_hltv_aggregate_order_by": { "avg": [ - 7093 + 7162 ], "count": [ - 3647 + 3648 ], "max": [ - 7098 + 7167 ], "min": [ - 7100 + 7169 ], "stddev": [ - 7106 + 7175 ], "stddev_pop": [ - 7108 + 7177 ], "stddev_samp": [ - 7110 + 7179 ], "sum": [ - 7114 + 7183 ], "var_pop": [ - 7117 + 7186 ], "var_samp": [ - 7119 + 7188 ], "variance": [ - 7121 + 7190 ], "__typename": [ 85 @@ -160589,7 +161770,7 @@ export default { }, "v_player_match_map_hltv_arr_rel_insert_input": { "data": [ - 7096 + 7165 ], "__typename": [ 85 @@ -160626,28 +161807,28 @@ export default { }, "v_player_match_map_hltv_avg_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -160655,52 +161836,52 @@ export default { }, "v_player_match_map_hltv_bool_exp": { "_and": [ - 7094 + 7163 ], "_not": [ - 7094 + 7163 ], "_or": [ - 7094 + 7163 ], "adr": [ - 3646 + 3647 ], "apr": [ - 3646 + 3647 ], "dpr": [ - 3646 + 3647 ], "hltv_rating": [ - 3646 + 3647 ], "kast_pct": [ - 3646 + 3647 ], "kpr": [ - 3646 + 3647 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "rounds_played": [ 42 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -160708,28 +161889,28 @@ export default { }, "v_player_match_map_hltv_inc_input": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -160737,43 +161918,43 @@ export default { }, "v_player_match_map_hltv_insert_input": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match": [ - 3451 + 3452 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3265 + 3266 ], "match_map_id": [ - 6603 + 6672 ], "player": [ - 4616 + 4617 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -160781,34 +161962,34 @@ export default { }, "v_player_match_map_hltv_max_fields": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -160816,34 +161997,34 @@ export default { }, "v_player_match_map_hltv_max_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -160851,34 +162032,34 @@ export default { }, "v_player_match_map_hltv_min_fields": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -160886,34 +162067,34 @@ export default { }, "v_player_match_map_hltv_min_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_map_id": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -160924,7 +162105,7 @@ export default { 41 ], "returning": [ - 7085 + 7154 ], "__typename": [ 85 @@ -160932,43 +162113,43 @@ export default { }, "v_player_match_map_hltv_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -160977,34 +162158,34 @@ export default { "v_player_match_map_hltv_select_column": {}, "v_player_match_map_hltv_set_input": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -161041,28 +162222,28 @@ export default { }, "v_player_match_map_hltv_stddev_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161099,28 +162280,28 @@ export default { }, "v_player_match_map_hltv_stddev_pop_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161157,28 +162338,28 @@ export default { }, "v_player_match_map_hltv_stddev_samp_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161186,10 +162367,10 @@ export default { }, "v_player_match_map_hltv_stream_cursor_input": { "initial_value": [ - 7112 + 7181 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -161197,34 +162378,34 @@ export default { }, "v_player_match_map_hltv_stream_cursor_value_input": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -161232,28 +162413,28 @@ export default { }, "v_player_match_map_hltv_sum_fields": { "adr": [ - 3645 + 3646 ], "apr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -161261,28 +162442,28 @@ export default { }, "v_player_match_map_hltv_sum_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161290,13 +162471,13 @@ export default { }, "v_player_match_map_hltv_updates": { "_inc": [ - 7095 + 7164 ], "_set": [ - 7104 + 7173 ], "where": [ - 7094 + 7163 ], "__typename": [ 85 @@ -161333,28 +162514,28 @@ export default { }, "v_player_match_map_hltv_var_pop_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161391,28 +162572,28 @@ export default { }, "v_player_match_map_hltv_var_samp_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161449,28 +162630,28 @@ export default { }, "v_player_match_map_hltv_variance_order_by": { "adr": [ - 3647 + 3648 ], "apr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -161478,52 +162659,52 @@ export default { }, "v_player_match_map_roles": { "adr": [ - 3645 + 3646 ], "awp_kills": [ 41 ], "awp_share": [ - 3645 + 3646 ], "deaths": [ 41 ], "dpr": [ - 3645 + 3646 ], "entry_rate": [ - 3645 + 3646 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kills": [ 41 ], "kpr": [ - 3645 + 3646 ], "lineup_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "match_map": [ - 3247 + 3248 ], "match_map_id": [ - 6603 + 6672 ], "open_deaths": [ 41 @@ -161535,7 +162716,7 @@ export default { 41 ], "player": [ - 4605 + 4606 ], "role": [ 85 @@ -161544,10 +162725,10 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "support_idx": [ - 3645 + 3646 ], "total_kills": [ 41 @@ -161567,10 +162748,10 @@ export default { }, "v_player_match_map_roles_aggregate": { "aggregate": [ - 7124 + 7193 ], "nodes": [ - 7122 + 7191 ], "__typename": [ 85 @@ -161578,13 +162759,13 @@ export default { }, "v_player_match_map_roles_aggregate_fields": { "avg": [ - 7125 + 7194 ], "count": [ 41, { "columns": [ - 7130, + 7199, "[v_player_match_map_roles_select_column!]" ], "distinct": [ @@ -161593,31 +162774,31 @@ export default { } ], "max": [ - 7127 + 7196 ], "min": [ - 7128 + 7197 ], "stddev": [ - 7131 + 7200 ], "stddev_pop": [ - 7132 + 7201 ], "stddev_samp": [ - 7133 + 7202 ], "sum": [ - 7136 + 7205 ], "var_pop": [ - 7137 + 7206 ], "var_samp": [ - 7138 + 7207 ], "variance": [ - 7139 + 7208 ], "__typename": [ 85 @@ -161693,61 +162874,61 @@ export default { }, "v_player_match_map_roles_bool_exp": { "_and": [ - 7126 + 7195 ], "_not": [ - 7126 + 7195 ], "_or": [ - 7126 + 7195 ], "adr": [ - 3646 + 3647 ], "awp_kills": [ 42 ], "awp_share": [ - 3646 + 3647 ], "deaths": [ 42 ], "dpr": [ - 3646 + 3647 ], "entry_rate": [ - 3646 + 3647 ], "flash_assists": [ 42 ], "hltv_rating": [ - 3646 + 3647 ], "kast_pct": [ - 3646 + 3647 ], "kills": [ 42 ], "kpr": [ - 3646 + 3647 ], "lineup_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "match_map": [ - 3256 + 3257 ], "match_map_id": [ - 6605 + 6674 ], "open_deaths": [ 42 @@ -161759,7 +162940,7 @@ export default { 42 ], "player": [ - 4609 + 4610 ], "role": [ 87 @@ -161768,10 +162949,10 @@ export default { 42 ], "steam_id": [ - 313 + 314 ], "support_idx": [ - 3646 + 3647 ], "total_kills": [ 42 @@ -161791,46 +162972,46 @@ export default { }, "v_player_match_map_roles_max_fields": { "adr": [ - 3645 + 3646 ], "awp_kills": [ 41 ], "awp_share": [ - 3645 + 3646 ], "deaths": [ 41 ], "dpr": [ - 3645 + 3646 ], "entry_rate": [ - 3645 + 3646 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kills": [ 41 ], "kpr": [ - 3645 + 3646 ], "lineup_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "open_deaths": [ 41 @@ -161848,10 +163029,10 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "support_idx": [ - 3645 + 3646 ], "total_kills": [ 41 @@ -161871,46 +163052,46 @@ export default { }, "v_player_match_map_roles_min_fields": { "adr": [ - 3645 + 3646 ], "awp_kills": [ 41 ], "awp_share": [ - 3645 + 3646 ], "deaths": [ 41 ], "dpr": [ - 3645 + 3646 ], "entry_rate": [ - 3645 + 3646 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kills": [ 41 ], "kpr": [ - 3645 + 3646 ], "lineup_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "open_deaths": [ 41 @@ -161928,10 +163109,10 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "support_idx": [ - 3645 + 3646 ], "total_kills": [ 41 @@ -161951,88 +163132,88 @@ export default { }, "v_player_match_map_roles_order_by": { "adr": [ - 3647 + 3648 ], "awp_kills": [ - 3647 + 3648 ], "awp_share": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "entry_rate": [ - 3647 + 3648 ], "flash_assists": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "lineup_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "match_map": [ - 3267 + 3268 ], "match_map_id": [ - 3647 + 3648 ], "open_deaths": [ - 3647 + 3648 ], "open_kills": [ - 3647 + 3648 ], "opening_attempts": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "role": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "support_idx": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "trade_kill_successes": [ - 3647 + 3648 ], "traded_death_successes": [ - 3647 + 3648 ], "util_damage": [ - 3647 + 3648 ], "__typename": [ 85 @@ -162245,10 +163426,10 @@ export default { }, "v_player_match_map_roles_stream_cursor_input": { "initial_value": [ - 7135 + 7204 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -162256,46 +163437,46 @@ export default { }, "v_player_match_map_roles_stream_cursor_value_input": { "adr": [ - 3645 + 3646 ], "awp_kills": [ 41 ], "awp_share": [ - 3645 + 3646 ], "deaths": [ 41 ], "dpr": [ - 3645 + 3646 ], "entry_rate": [ - 3645 + 3646 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kills": [ 41 ], "kpr": [ - 3645 + 3646 ], "lineup_id": [ - 6603 + 6672 ], "match_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603 + 6672 ], "open_deaths": [ 41 @@ -162313,10 +163494,10 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "support_idx": [ - 3645 + 3646 ], "total_kills": [ 41 @@ -162336,37 +163517,37 @@ export default { }, "v_player_match_map_roles_sum_fields": { "adr": [ - 3645 + 3646 ], "awp_kills": [ 41 ], "awp_share": [ - 3645 + 3646 ], "deaths": [ 41 ], "dpr": [ - 3645 + 3646 ], "entry_rate": [ - 3645 + 3646 ], "flash_assists": [ 41 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kills": [ 41 ], "kpr": [ - 3645 + 3646 ], "open_deaths": [ 41 @@ -162381,10 +163562,10 @@ export default { 41 ], "steam_id": [ - 311 + 312 ], "support_idx": [ - 3645 + 3646 ], "total_kills": [ 41 @@ -162617,25 +163798,25 @@ export default { 41 ], "map": [ - 2923 + 2924 ], "map_id": [ - 6603 + 6672 ], "match": [ - 3431 + 3432 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -162649,10 +163830,10 @@ export default { }, "v_player_match_performance_aggregate": { "aggregate": [ - 7142 + 7211 ], "nodes": [ - 7140 + 7209 ], "__typename": [ 85 @@ -162660,13 +163841,13 @@ export default { }, "v_player_match_performance_aggregate_fields": { "avg": [ - 7143 + 7212 ], "count": [ 41, { "columns": [ - 7148, + 7217, "[v_player_match_performance_select_column!]" ], "distinct": [ @@ -162675,31 +163856,31 @@ export default { } ], "max": [ - 7145 + 7214 ], "min": [ - 7146 + 7215 ], "stddev": [ - 7149 + 7218 ], "stddev_pop": [ - 7150 + 7219 ], "stddev_samp": [ - 7151 + 7220 ], "sum": [ - 7154 + 7223 ], "var_pop": [ - 7155 + 7224 ], "var_samp": [ - 7156 + 7225 ], "variance": [ - 7157 + 7226 ], "__typename": [ 85 @@ -162724,13 +163905,13 @@ export default { }, "v_player_match_performance_bool_exp": { "_and": [ - 7144 + 7213 ], "_not": [ - 7144 + 7213 ], "_or": [ - 7144 + 7213 ], "assists": [ 42 @@ -162742,25 +163923,25 @@ export default { 42 ], "map": [ - 2932 + 2933 ], "map_id": [ - 6605 + 6674 ], "match": [ - 3442 + 3443 ], "match_created_at": [ - 5243 + 5244 ], "match_id": [ - 6605 + 6674 ], "match_result": [ 87 ], "player_steam_id": [ - 313 + 314 ], "source": [ 87 @@ -162783,19 +163964,19 @@ export default { 41 ], "map_id": [ - 6603 + 6672 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -162818,19 +163999,19 @@ export default { 41 ], "map_id": [ - 6603 + 6672 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -162844,40 +164025,40 @@ export default { }, "v_player_match_performance_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "map": [ - 2942 + 2943 ], "map_id": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_created_at": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "match_result": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "__typename": [ 85 @@ -162937,10 +164118,10 @@ export default { }, "v_player_match_performance_stream_cursor_input": { "initial_value": [ - 7153 + 7222 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -162957,19 +164138,19 @@ export default { 41 ], "map_id": [ - 6603 + 6672 ], "match_created_at": [ - 5242 + 5243 ], "match_id": [ - 6603 + 6672 ], "match_result": [ 85 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -162992,7 +164173,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -163051,34 +164232,34 @@ export default { }, "v_player_match_rating": { "adr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match": [ - 3431 + 3432 ], "match_id": [ - 6603 + 6672 ], "player": [ - 4605 + 4606 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -163086,10 +164267,10 @@ export default { }, "v_player_match_rating_aggregate": { "aggregate": [ - 7160 + 7229 ], "nodes": [ - 7158 + 7227 ], "__typename": [ 85 @@ -163097,13 +164278,13 @@ export default { }, "v_player_match_rating_aggregate_fields": { "avg": [ - 7161 + 7230 ], "count": [ 41, { "columns": [ - 7166, + 7235, "[v_player_match_rating_select_column!]" ], "distinct": [ @@ -163112,31 +164293,31 @@ export default { } ], "max": [ - 7163 + 7232 ], "min": [ - 7164 + 7233 ], "stddev": [ - 7167 + 7236 ], "stddev_pop": [ - 7168 + 7237 ], "stddev_samp": [ - 7169 + 7238 ], "sum": [ - 7172 + 7241 ], "var_pop": [ - 7173 + 7242 ], "var_samp": [ - 7174 + 7243 ], "variance": [ - 7175 + 7244 ], "__typename": [ 85 @@ -163170,43 +164351,43 @@ export default { }, "v_player_match_rating_bool_exp": { "_and": [ - 7162 + 7231 ], "_not": [ - 7162 + 7231 ], "_or": [ - 7162 + 7231 ], "adr": [ - 3646 + 3647 ], "dpr": [ - 3646 + 3647 ], "hltv_rating": [ - 3646 + 3647 ], "kast_pct": [ - 3646 + 3647 ], "kpr": [ - 3646 + 3647 ], "match": [ - 3442 + 3443 ], "match_id": [ - 6605 + 6674 ], "player": [ - 4609 + 4610 ], "rounds_played": [ 42 ], "steam_id": [ - 313 + 314 ], "__typename": [ 85 @@ -163214,28 +164395,28 @@ export default { }, "v_player_match_rating_max_fields": { "adr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -163243,28 +164424,28 @@ export default { }, "v_player_match_rating_min_fields": { "adr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -163272,34 +164453,34 @@ export default { }, "v_player_match_rating_order_by": { "adr": [ - 3647 + 3648 ], "dpr": [ - 3647 + 3648 ], "hltv_rating": [ - 3647 + 3648 ], "kast_pct": [ - 3647 + 3648 ], "kpr": [ - 3647 + 3648 ], "match": [ - 3453 + 3454 ], "match_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "rounds_played": [ - 3647 + 3648 ], "steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163386,10 +164567,10 @@ export default { }, "v_player_match_rating_stream_cursor_input": { "initial_value": [ - 7171 + 7240 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -163397,28 +164578,28 @@ export default { }, "v_player_match_rating_stream_cursor_value_input": { "adr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "match_id": [ - 6603 + 6672 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -163426,25 +164607,25 @@ export default { }, "v_player_match_rating_sum_fields": { "adr": [ - 3645 + 3646 ], "dpr": [ - 3645 + 3646 ], "hltv_rating": [ - 3645 + 3646 ], "kast_pct": [ - 3645 + 3646 ], "kpr": [ - 3645 + 3646 ], "rounds_played": [ 41 ], "steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -163530,13 +164711,13 @@ export default { }, "v_player_multi_kills": { "attacker_steam_id": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "round": [ 41 @@ -163547,10 +164728,10 @@ export default { }, "v_player_multi_kills_aggregate": { "aggregate": [ - 7180 + 7249 ], "nodes": [ - 7176 + 7245 ], "__typename": [ 85 @@ -163558,7 +164739,7 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp": { "count": [ - 7179 + 7248 ], "__typename": [ 85 @@ -163566,13 +164747,13 @@ export default { }, "v_player_multi_kills_aggregate_bool_exp_count": { "arguments": [ - 7192 + 7261 ], "distinct": [ 6 ], "filter": [ - 7185 + 7254 ], "predicate": [ 42 @@ -163583,13 +164764,13 @@ export default { }, "v_player_multi_kills_aggregate_fields": { "avg": [ - 7183 + 7252 ], "count": [ 41, { "columns": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "distinct": [ @@ -163598,31 +164779,31 @@ export default { } ], "max": [ - 7187 + 7256 ], "min": [ - 7189 + 7258 ], "stddev": [ - 7193 + 7262 ], "stddev_pop": [ - 7195 + 7264 ], "stddev_samp": [ - 7197 + 7266 ], "sum": [ - 7201 + 7270 ], "var_pop": [ - 7203 + 7272 ], "var_samp": [ - 7205 + 7274 ], "variance": [ - 7207 + 7276 ], "__typename": [ 85 @@ -163630,37 +164811,37 @@ export default { }, "v_player_multi_kills_aggregate_order_by": { "avg": [ - 7184 + 7253 ], "count": [ - 3647 + 3648 ], "max": [ - 7188 + 7257 ], "min": [ - 7190 + 7259 ], "stddev": [ - 7194 + 7263 ], "stddev_pop": [ - 7196 + 7265 ], "stddev_samp": [ - 7198 + 7267 ], "sum": [ - 7202 + 7271 ], "var_pop": [ - 7204 + 7273 ], "var_samp": [ - 7206 + 7275 ], "variance": [ - 7208 + 7277 ], "__typename": [ 85 @@ -163668,7 +164849,7 @@ export default { }, "v_player_multi_kills_arr_rel_insert_input": { "data": [ - 7186 + 7255 ], "__typename": [ 85 @@ -163690,13 +164871,13 @@ export default { }, "v_player_multi_kills_avg_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163704,22 +164885,22 @@ export default { }, "v_player_multi_kills_bool_exp": { "_and": [ - 7185 + 7254 ], "_not": [ - 7185 + 7254 ], "_or": [ - 7185 + 7254 ], "attacker_steam_id": [ - 313 + 314 ], "kills": [ - 313 + 314 ], "match_id": [ - 6605 + 6674 ], "round": [ 42 @@ -163730,13 +164911,13 @@ export default { }, "v_player_multi_kills_insert_input": { "attacker_steam_id": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "round": [ 41 @@ -163747,13 +164928,13 @@ export default { }, "v_player_multi_kills_max_fields": { "attacker_steam_id": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "round": [ 41 @@ -163764,16 +164945,16 @@ export default { }, "v_player_multi_kills_max_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163781,13 +164962,13 @@ export default { }, "v_player_multi_kills_min_fields": { "attacker_steam_id": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "round": [ 41 @@ -163798,16 +164979,16 @@ export default { }, "v_player_multi_kills_min_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163815,16 +164996,16 @@ export default { }, "v_player_multi_kills_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "match_id": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163847,13 +165028,13 @@ export default { }, "v_player_multi_kills_stddev_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163875,13 +165056,13 @@ export default { }, "v_player_multi_kills_stddev_pop_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163903,13 +165084,13 @@ export default { }, "v_player_multi_kills_stddev_samp_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163917,10 +165098,10 @@ export default { }, "v_player_multi_kills_stream_cursor_input": { "initial_value": [ - 7200 + 7269 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -163928,13 +165109,13 @@ export default { }, "v_player_multi_kills_stream_cursor_value_input": { "attacker_steam_id": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "match_id": [ - 6603 + 6672 ], "round": [ 41 @@ -163945,10 +165126,10 @@ export default { }, "v_player_multi_kills_sum_fields": { "attacker_steam_id": [ - 311 + 312 ], "kills": [ - 311 + 312 ], "round": [ 41 @@ -163959,13 +165140,13 @@ export default { }, "v_player_multi_kills_sum_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -163987,13 +165168,13 @@ export default { }, "v_player_multi_kills_var_pop_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -164015,13 +165196,13 @@ export default { }, "v_player_multi_kills_var_samp_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -164043,13 +165224,13 @@ export default { }, "v_player_multi_kills_variance_order_by": { "attacker_steam_id": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "round": [ - 3647 + 3648 ], "__typename": [ 85 @@ -164057,25 +165238,25 @@ export default { }, "v_player_queue_partners": { "first_played_at": [ - 5242 + 5243 ], "last_played_at": [ - 5242 + 5243 ], "matches_together": [ 41 ], "partner": [ - 4605 + 4606 ], "partner_steam_id": [ - 311 + 312 ], "player": [ - 4605 + 4606 ], "steam_id": [ - 311 + 312 ], "wins_together": [ 41 @@ -164086,10 +165267,10 @@ export default { }, "v_player_queue_partners_aggregate": { "aggregate": [ - 7211 + 7280 ], "nodes": [ - 7209 + 7278 ], "__typename": [ 85 @@ -164097,13 +165278,13 @@ export default { }, "v_player_queue_partners_aggregate_fields": { "avg": [ - 7212 + 7281 ], "count": [ 41, { "columns": [ - 7217, + 7286, "[v_player_queue_partners_select_column!]" ], "distinct": [ @@ -164112,31 +165293,31 @@ export default { } ], "max": [ - 7214 + 7283 ], "min": [ - 7215 + 7284 ], "stddev": [ - 7218 + 7287 ], "stddev_pop": [ - 7219 + 7288 ], "stddev_samp": [ - 7220 + 7289 ], "sum": [ - 7223 + 7292 ], "var_pop": [ - 7224 + 7293 ], "var_samp": [ - 7225 + 7294 ], "variance": [ - 7226 + 7295 ], "__typename": [ 85 @@ -164161,34 +165342,34 @@ export default { }, "v_player_queue_partners_bool_exp": { "_and": [ - 7213 + 7282 ], "_not": [ - 7213 + 7282 ], "_or": [ - 7213 + 7282 ], "first_played_at": [ - 5243 + 5244 ], "last_played_at": [ - 5243 + 5244 ], "matches_together": [ 42 ], "partner": [ - 4609 + 4610 ], "partner_steam_id": [ - 313 + 314 ], "player": [ - 4609 + 4610 ], "steam_id": [ - 313 + 314 ], "wins_together": [ 42 @@ -164199,19 +165380,19 @@ export default { }, "v_player_queue_partners_max_fields": { "first_played_at": [ - 5242 + 5243 ], "last_played_at": [ - 5242 + 5243 ], "matches_together": [ 41 ], "partner_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "wins_together": [ 41 @@ -164222,19 +165403,19 @@ export default { }, "v_player_queue_partners_min_fields": { "first_played_at": [ - 5242 + 5243 ], "last_played_at": [ - 5242 + 5243 ], "matches_together": [ 41 ], "partner_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "wins_together": [ 41 @@ -164245,28 +165426,28 @@ export default { }, "v_player_queue_partners_order_by": { "first_played_at": [ - 3647 + 3648 ], "last_played_at": [ - 3647 + 3648 ], "matches_together": [ - 3647 + 3648 ], "partner": [ - 4618 + 4619 ], "partner_steam_id": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "steam_id": [ - 3647 + 3648 ], "wins_together": [ - 3647 + 3648 ], "__typename": [ 85 @@ -164326,10 +165507,10 @@ export default { }, "v_player_queue_partners_stream_cursor_input": { "initial_value": [ - 7222 + 7291 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -164337,19 +165518,19 @@ export default { }, "v_player_queue_partners_stream_cursor_value_input": { "first_played_at": [ - 5242 + 5243 ], "last_played_at": [ - 5242 + 5243 ], "matches_together": [ 41 ], "partner_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "wins_together": [ 41 @@ -164363,10 +165544,10 @@ export default { 41 ], "partner_steam_id": [ - 311 + 312 ], "steam_id": [ - 311 + 312 ], "wins_together": [ 41 @@ -164428,13 +165609,13 @@ export default { }, "v_player_weapon_damage": { "damage": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -164451,10 +165632,10 @@ export default { }, "v_player_weapon_damage_aggregate": { "aggregate": [ - 7229 + 7298 ], "nodes": [ - 7227 + 7296 ], "__typename": [ 85 @@ -164462,13 +165643,13 @@ export default { }, "v_player_weapon_damage_aggregate_fields": { "avg": [ - 7230 + 7299 ], "count": [ 41, { "columns": [ - 7235, + 7304, "[v_player_weapon_damage_select_column!]" ], "distinct": [ @@ -164477,31 +165658,31 @@ export default { } ], "max": [ - 7232 + 7301 ], "min": [ - 7233 + 7302 ], "stddev": [ - 7236 + 7305 ], "stddev_pop": [ - 7237 + 7306 ], "stddev_samp": [ - 7238 + 7307 ], "sum": [ - 7241 + 7310 ], "var_pop": [ - 7242 + 7311 ], "var_samp": [ - 7243 + 7312 ], "variance": [ - 7244 + 7313 ], "__typename": [ 85 @@ -164523,22 +165704,22 @@ export default { }, "v_player_weapon_damage_bool_exp": { "_and": [ - 7231 + 7300 ], "_not": [ - 7231 + 7300 ], "_or": [ - 7231 + 7300 ], "damage": [ - 313 + 314 ], "hits": [ - 313 + 314 ], "player_steam_id": [ - 313 + 314 ], "source": [ 87 @@ -164555,13 +165736,13 @@ export default { }, "v_player_weapon_damage_max_fields": { "damage": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -164578,13 +165759,13 @@ export default { }, "v_player_weapon_damage_min_fields": { "damage": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -164601,22 +165782,22 @@ export default { }, "v_player_weapon_damage_order_by": { "damage": [ - 3647 + 3648 ], "hits": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -164667,10 +165848,10 @@ export default { }, "v_player_weapon_damage_stream_cursor_input": { "initial_value": [ - 7240 + 7309 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -164678,13 +165859,13 @@ export default { }, "v_player_weapon_damage_stream_cursor_value_input": { "damage": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "source": [ 85 @@ -164701,13 +165882,13 @@ export default { }, "v_player_weapon_damage_sum_fields": { "damage": [ - 311 + 312 ], "hits": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -164757,13 +165938,13 @@ export default { }, "v_player_weapon_kills": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "rounds": [ - 311 + 312 ], "source": [ 85 @@ -164780,10 +165961,10 @@ export default { }, "v_player_weapon_kills_aggregate": { "aggregate": [ - 7247 + 7316 ], "nodes": [ - 7245 + 7314 ], "__typename": [ 85 @@ -164791,13 +165972,13 @@ export default { }, "v_player_weapon_kills_aggregate_fields": { "avg": [ - 7248 + 7317 ], "count": [ 41, { "columns": [ - 7253, + 7322, "[v_player_weapon_kills_select_column!]" ], "distinct": [ @@ -164806,31 +165987,31 @@ export default { } ], "max": [ - 7250 + 7319 ], "min": [ - 7251 + 7320 ], "stddev": [ - 7254 + 7323 ], "stddev_pop": [ - 7255 + 7324 ], "stddev_samp": [ - 7256 + 7325 ], "sum": [ - 7259 + 7328 ], "var_pop": [ - 7260 + 7329 ], "var_samp": [ - 7261 + 7330 ], "variance": [ - 7262 + 7331 ], "__typename": [ 85 @@ -164852,22 +166033,22 @@ export default { }, "v_player_weapon_kills_bool_exp": { "_and": [ - 7249 + 7318 ], "_not": [ - 7249 + 7318 ], "_or": [ - 7249 + 7318 ], "kill_count": [ - 313 + 314 ], "player_steam_id": [ - 313 + 314 ], "rounds": [ - 313 + 314 ], "source": [ 87 @@ -164884,13 +166065,13 @@ export default { }, "v_player_weapon_kills_max_fields": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "rounds": [ - 311 + 312 ], "source": [ 85 @@ -164907,13 +166088,13 @@ export default { }, "v_player_weapon_kills_min_fields": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "rounds": [ - 311 + 312 ], "source": [ 85 @@ -164930,22 +166111,22 @@ export default { }, "v_player_weapon_kills_order_by": { "kill_count": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "rounds": [ - 3647 + 3648 ], "source": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "with": [ - 3647 + 3648 ], "__typename": [ 85 @@ -164996,10 +166177,10 @@ export default { }, "v_player_weapon_kills_stream_cursor_input": { "initial_value": [ - 7258 + 7327 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -165007,13 +166188,13 @@ export default { }, "v_player_weapon_kills_stream_cursor_value_input": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "rounds": [ - 311 + 312 ], "source": [ 85 @@ -165030,13 +166211,13 @@ export default { }, "v_player_weapon_kills_sum_fields": { "kill_count": [ - 311 + 312 ], "player_steam_id": [ - 311 + 312 ], "rounds": [ - 311 + 312 ], "__typename": [ 85 @@ -165089,16 +166270,16 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "map_pool": [ - 2904 + 2905 ], "map_pool_id": [ - 6603 + 6672 ], "name": [ 85 @@ -165121,10 +166302,10 @@ export default { }, "v_pool_maps_aggregate": { "aggregate": [ - 7269 + 7338 ], "nodes": [ - 7263 + 7332 ], "__typename": [ 85 @@ -165132,13 +166313,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp": { "bool_and": [ - 7266 + 7335 ], "bool_or": [ - 7267 + 7336 ], "count": [ - 7268 + 7337 ], "__typename": [ 85 @@ -165146,13 +166327,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_and": { "arguments": [ - 7281 + 7350 ], "distinct": [ 6 ], "filter": [ - 7272 + 7341 ], "predicate": [ 7 @@ -165163,13 +166344,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_bool_or": { "arguments": [ - 7282 + 7351 ], "distinct": [ 6 ], "filter": [ - 7272 + 7341 ], "predicate": [ 7 @@ -165180,13 +166361,13 @@ export default { }, "v_pool_maps_aggregate_bool_exp_count": { "arguments": [ - 7280 + 7349 ], "distinct": [ 6 ], "filter": [ - 7272 + 7341 ], "predicate": [ 42 @@ -165200,7 +166381,7 @@ export default { 41, { "columns": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "distinct": [ @@ -165209,10 +166390,10 @@ export default { } ], "max": [ - 7274 + 7343 ], "min": [ - 7276 + 7345 ], "__typename": [ 85 @@ -165220,13 +166401,13 @@ export default { }, "v_pool_maps_aggregate_order_by": { "count": [ - 3647 + 3648 ], "max": [ - 7275 + 7344 ], "min": [ - 7277 + 7346 ], "__typename": [ 85 @@ -165234,7 +166415,7 @@ export default { }, "v_pool_maps_arr_rel_insert_input": { "data": [ - 7273 + 7342 ], "__typename": [ 85 @@ -165242,28 +166423,28 @@ export default { }, "v_pool_maps_bool_exp": { "_and": [ - 7272 + 7341 ], "_not": [ - 7272 + 7341 ], "_or": [ - 7272 + 7341 ], "active_pool": [ 7 ], "id": [ - 6605 + 6674 ], "label": [ 87 ], "map_pool": [ - 2907 + 2908 ], "map_pool_id": [ - 6605 + 6674 ], "name": [ 87 @@ -165289,16 +166470,16 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "map_pool": [ - 2913 + 2914 ], "map_pool_id": [ - 6603 + 6672 ], "name": [ 85 @@ -165321,13 +166502,13 @@ export default { }, "v_pool_maps_max_fields": { "id": [ - 6603 + 6672 ], "label": [ 85 ], "map_pool_id": [ - 6603 + 6672 ], "name": [ 85 @@ -165350,28 +166531,28 @@ export default { }, "v_pool_maps_max_order_by": { "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "patch": [ - 3647 + 3648 ], "poster": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -165379,13 +166560,13 @@ export default { }, "v_pool_maps_min_fields": { "id": [ - 6603 + 6672 ], "label": [ 85 ], "map_pool_id": [ - 6603 + 6672 ], "name": [ 85 @@ -165408,28 +166589,28 @@ export default { }, "v_pool_maps_min_order_by": { "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "map_pool_id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "patch": [ - 3647 + 3648 ], "poster": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -165440,7 +166621,7 @@ export default { 41 ], "returning": [ - 7263 + 7332 ], "__typename": [ 85 @@ -165448,34 +166629,34 @@ export default { }, "v_pool_maps_order_by": { "active_pool": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "label": [ - 3647 + 3648 ], "map_pool": [ - 2915 + 2916 ], "map_pool_id": [ - 3647 + 3648 ], "name": [ - 3647 + 3648 ], "patch": [ - 3647 + 3648 ], "poster": [ - 3647 + 3648 ], "type": [ - 3647 + 3648 ], "workshop_map_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -165489,13 +166670,13 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "map_pool_id": [ - 6603 + 6672 ], "name": [ 85 @@ -165518,10 +166699,10 @@ export default { }, "v_pool_maps_stream_cursor_input": { "initial_value": [ - 7285 + 7354 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -165532,13 +166713,13 @@ export default { 6 ], "id": [ - 6603 + 6672 ], "label": [ 85 ], "map_pool_id": [ - 6603 + 6672 ], "name": [ 85 @@ -165561,10 +166742,10 @@ export default { }, "v_pool_maps_updates": { "_set": [ - 7283 + 7352 ], "where": [ - 7272 + 7341 ], "__typename": [ 85 @@ -165589,10 +166770,10 @@ export default { }, "v_steam_account_pool_status_aggregate": { "aggregate": [ - 7289 + 7358 ], "nodes": [ - 7287 + 7356 ], "__typename": [ 85 @@ -165600,13 +166781,13 @@ export default { }, "v_steam_account_pool_status_aggregate_fields": { "avg": [ - 7290 + 7359 ], "count": [ 41, { "columns": [ - 7295, + 7364, "[v_steam_account_pool_status_select_column!]" ], "distinct": [ @@ -165615,31 +166796,31 @@ export default { } ], "max": [ - 7292 + 7361 ], "min": [ - 7293 + 7362 ], "stddev": [ - 7296 + 7365 ], "stddev_pop": [ - 7297 + 7366 ], "stddev_samp": [ - 7298 + 7367 ], "sum": [ - 7301 + 7370 ], "var_pop": [ - 7302 + 7371 ], "var_samp": [ - 7303 + 7372 ], "variance": [ - 7304 + 7373 ], "__typename": [ 85 @@ -165664,13 +166845,13 @@ export default { }, "v_steam_account_pool_status_bool_exp": { "_and": [ - 7291 + 7360 ], "_not": [ - 7291 + 7360 ], "_or": [ - 7291 + 7360 ], "busy_accounts": [ 42 @@ -165724,16 +166905,16 @@ export default { }, "v_steam_account_pool_status_order_by": { "busy_accounts": [ - 3647 + 3648 ], "free_accounts": [ - 3647 + 3648 ], "id": [ - 3647 + 3648 ], "total_accounts": [ - 3647 + 3648 ], "__typename": [ 85 @@ -165793,10 +166974,10 @@ export default { }, "v_steam_account_pool_status_stream_cursor_input": { "initial_value": [ - 7300 + 7369 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -165898,7 +167079,7 @@ export default { 41 ], "avg_faceit_level": [ - 2092 + 2093 ], "avg_premier": [ 41 @@ -165913,13 +167094,13 @@ export default { 41 ], "roster_size": [ - 311 + 312 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -165927,10 +167108,10 @@ export default { }, "v_team_ranks_aggregate": { "aggregate": [ - 7307 + 7376 ], "nodes": [ - 7305 + 7374 ], "__typename": [ 85 @@ -165938,13 +167119,13 @@ export default { }, "v_team_ranks_aggregate_fields": { "avg": [ - 7308 + 7377 ], "count": [ 41, { "columns": [ - 7315, + 7384, "[v_team_ranks_select_column!]" ], "distinct": [ @@ -165953,31 +167134,31 @@ export default { } ], "max": [ - 7311 + 7380 ], "min": [ - 7312 + 7381 ], "stddev": [ - 7316 + 7385 ], "stddev_pop": [ - 7317 + 7386 ], "stddev_samp": [ - 7318 + 7387 ], "sum": [ - 7321 + 7390 ], "var_pop": [ - 7322 + 7391 ], "var_samp": [ - 7323 + 7392 ], "variance": [ - 7324 + 7393 ], "__typename": [ 85 @@ -166017,13 +167198,13 @@ export default { }, "v_team_ranks_bool_exp": { "_and": [ - 7309 + 7378 ], "_not": [ - 7309 + 7378 ], "_or": [ - 7309 + 7378 ], "avg_duel_elo": [ 42 @@ -166035,7 +167216,7 @@ export default { 42 ], "avg_faceit_level": [ - 2093 + 2094 ], "avg_premier": [ 42 @@ -166050,13 +167231,13 @@ export default { 42 ], "roster_size": [ - 313 + 314 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -166073,7 +167254,7 @@ export default { 41 ], "avg_faceit_level": [ - 2092 + 2093 ], "avg_premier": [ 41 @@ -166088,13 +167269,13 @@ export default { 41 ], "roster_size": [ - 311 + 312 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166111,7 +167292,7 @@ export default { 41 ], "avg_faceit_level": [ - 2092 + 2093 ], "avg_premier": [ 41 @@ -166126,10 +167307,10 @@ export default { 41 ], "roster_size": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166146,7 +167327,7 @@ export default { 41 ], "avg_faceit_level": [ - 2092 + 2093 ], "avg_premier": [ 41 @@ -166161,10 +167342,10 @@ export default { 41 ], "roster_size": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166172,7 +167353,7 @@ export default { }, "v_team_ranks_obj_rel_insert_input": { "data": [ - 7310 + 7379 ], "__typename": [ 85 @@ -166180,37 +167361,37 @@ export default { }, "v_team_ranks_order_by": { "avg_duel_elo": [ - 3647 + 3648 ], "avg_elo": [ - 3647 + 3648 ], "avg_faceit_elo": [ - 3647 + 3648 ], "avg_faceit_level": [ - 3647 + 3648 ], "avg_premier": [ - 3647 + 3648 ], "avg_wingman_elo": [ - 3647 + 3648 ], "max_elo": [ - 3647 + 3648 ], "min_elo": [ - 3647 + 3648 ], "roster_size": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -166315,10 +167496,10 @@ export default { }, "v_team_ranks_stream_cursor_input": { "initial_value": [ - 7320 + 7389 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -166335,7 +167516,7 @@ export default { 41 ], "avg_faceit_level": [ - 2092 + 2093 ], "avg_premier": [ 41 @@ -166350,10 +167531,10 @@ export default { 41 ], "roster_size": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166370,7 +167551,7 @@ export default { 41 ], "avg_faceit_level": [ - 2092 + 2093 ], "avg_premier": [ 41 @@ -166385,7 +167566,7 @@ export default { 41 ], "roster_size": [ - 311 + 312 ], "__typename": [ 85 @@ -166489,22 +167670,22 @@ export default { }, "v_team_reputation": { "late_cancels": [ - 311 + 312 ], "no_shows": [ - 311 + 312 ], "reliability_pct": [ - 3645 + 3646 ], "scrims_completed": [ - 311 + 312 ], "team": [ - 5193 + 5194 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166512,10 +167693,10 @@ export default { }, "v_team_reputation_aggregate": { "aggregate": [ - 7327 + 7396 ], "nodes": [ - 7325 + 7394 ], "__typename": [ 85 @@ -166523,13 +167704,13 @@ export default { }, "v_team_reputation_aggregate_fields": { "avg": [ - 7328 + 7397 ], "count": [ 41, { "columns": [ - 7335, + 7404, "[v_team_reputation_select_column!]" ], "distinct": [ @@ -166538,31 +167719,31 @@ export default { } ], "max": [ - 7331 + 7400 ], "min": [ - 7332 + 7401 ], "stddev": [ - 7336 + 7405 ], "stddev_pop": [ - 7337 + 7406 ], "stddev_samp": [ - 7338 + 7407 ], "sum": [ - 7341 + 7410 ], "var_pop": [ - 7342 + 7411 ], "var_samp": [ - 7343 + 7412 ], "variance": [ - 7344 + 7413 ], "__typename": [ 85 @@ -166587,31 +167768,31 @@ export default { }, "v_team_reputation_bool_exp": { "_and": [ - 7329 + 7398 ], "_not": [ - 7329 + 7398 ], "_or": [ - 7329 + 7398 ], "late_cancels": [ - 313 + 314 ], "no_shows": [ - 313 + 314 ], "reliability_pct": [ - 3646 + 3647 ], "scrims_completed": [ - 313 + 314 ], "team": [ - 5204 + 5205 ], "team_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -166619,22 +167800,22 @@ export default { }, "v_team_reputation_insert_input": { "late_cancels": [ - 311 + 312 ], "no_shows": [ - 311 + 312 ], "reliability_pct": [ - 3645 + 3646 ], "scrims_completed": [ - 311 + 312 ], "team": [ - 5213 + 5214 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166642,19 +167823,19 @@ export default { }, "v_team_reputation_max_fields": { "late_cancels": [ - 311 + 312 ], "no_shows": [ - 311 + 312 ], "reliability_pct": [ - 3645 + 3646 ], "scrims_completed": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166662,19 +167843,19 @@ export default { }, "v_team_reputation_min_fields": { "late_cancels": [ - 311 + 312 ], "no_shows": [ - 311 + 312 ], "reliability_pct": [ - 3645 + 3646 ], "scrims_completed": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166682,7 +167863,7 @@ export default { }, "v_team_reputation_obj_rel_insert_input": { "data": [ - 7330 + 7399 ], "__typename": [ 85 @@ -166690,22 +167871,22 @@ export default { }, "v_team_reputation_order_by": { "late_cancels": [ - 3647 + 3648 ], "no_shows": [ - 3647 + 3648 ], "reliability_pct": [ - 3647 + 3648 ], "scrims_completed": [ - 3647 + 3648 ], "team": [ - 5215 + 5216 ], "team_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -166765,10 +167946,10 @@ export default { }, "v_team_reputation_stream_cursor_input": { "initial_value": [ - 7340 + 7409 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -166776,19 +167957,19 @@ export default { }, "v_team_reputation_stream_cursor_value_input": { "late_cancels": [ - 311 + 312 ], "no_shows": [ - 311 + 312 ], "reliability_pct": [ - 3645 + 3646 ], "scrims_completed": [ - 311 + 312 ], "team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -166796,16 +167977,16 @@ export default { }, "v_team_reputation_sum_fields": { "late_cancels": [ - 311 + 312 ], "no_shows": [ - 311 + 312 ], "reliability_pct": [ - 3645 + 3646 ], "scrims_completed": [ - 311 + 312 ], "__typename": [ 85 @@ -166900,13 +168081,13 @@ export default { 41 ], "stage": [ - 5648 + 5717 ], "team": [ - 5781 + 5850 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -166915,10 +168096,10 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -166929,10 +168110,10 @@ export default { }, "v_team_stage_results_aggregate": { "aggregate": [ - 7359 + 7428 ], "nodes": [ - 7345 + 7414 ], "__typename": [ 85 @@ -166940,31 +168121,31 @@ export default { }, "v_team_stage_results_aggregate_bool_exp": { "avg": [ - 7348 + 7417 ], "corr": [ - 7349 + 7418 ], "count": [ - 7351 + 7420 ], "covar_samp": [ - 7352 + 7421 ], "max": [ - 7354 + 7423 ], "min": [ - 7355 + 7424 ], "stddev_samp": [ - 7356 + 7425 ], "sum": [ - 7357 + 7426 ], "var_samp": [ - 7358 + 7427 ], "__typename": [ 85 @@ -166972,16 +168153,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_avg": { "arguments": [ - 7378 + 7447 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -166989,16 +168170,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr": { "arguments": [ - 7350 + 7419 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167006,10 +168187,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_corr_arguments": { "X": [ - 7379 + 7448 ], "Y": [ - 7379 + 7448 ], "__typename": [ 85 @@ -167017,13 +168198,13 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_count": { "arguments": [ - 7377 + 7446 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ 42 @@ -167034,16 +168215,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 7353 + 7422 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167051,10 +168232,10 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7380 + 7449 ], "Y": [ - 7380 + 7449 ], "__typename": [ 85 @@ -167062,16 +168243,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_max": { "arguments": [ - 7381 + 7450 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167079,16 +168260,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_min": { "arguments": [ - 7382 + 7451 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167096,16 +168277,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7383 + 7452 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167113,16 +168294,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_sum": { "arguments": [ - 7384 + 7453 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167130,16 +168311,16 @@ export default { }, "v_team_stage_results_aggregate_bool_exp_var_samp": { "arguments": [ - 7385 + 7454 ], "distinct": [ 6 ], "filter": [ - 7364 + 7433 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -167147,13 +168328,13 @@ export default { }, "v_team_stage_results_aggregate_fields": { "avg": [ - 7362 + 7431 ], "count": [ 41, { "columns": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "distinct": [ @@ -167162,31 +168343,31 @@ export default { } ], "max": [ - 7368 + 7437 ], "min": [ - 7370 + 7439 ], "stddev": [ - 7387 + 7456 ], "stddev_pop": [ - 7389 + 7458 ], "stddev_samp": [ - 7391 + 7460 ], "sum": [ - 7395 + 7464 ], "var_pop": [ - 7399 + 7468 ], "var_samp": [ - 7401 + 7470 ], "variance": [ - 7403 + 7472 ], "__typename": [ 85 @@ -167194,37 +168375,37 @@ export default { }, "v_team_stage_results_aggregate_order_by": { "avg": [ - 7363 + 7432 ], "count": [ - 3647 + 3648 ], "max": [ - 7369 + 7438 ], "min": [ - 7371 + 7440 ], "stddev": [ - 7388 + 7457 ], "stddev_pop": [ - 7390 + 7459 ], "stddev_samp": [ - 7392 + 7461 ], "sum": [ - 7396 + 7465 ], "var_pop": [ - 7400 + 7469 ], "var_samp": [ - 7402 + 7471 ], "variance": [ - 7404 + 7473 ], "__typename": [ 85 @@ -167232,10 +168413,10 @@ export default { }, "v_team_stage_results_arr_rel_insert_input": { "data": [ - 7367 + 7436 ], "on_conflict": [ - 7374 + 7443 ], "__typename": [ 85 @@ -167296,52 +168477,52 @@ export default { }, "v_team_stage_results_avg_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -167349,13 +168530,13 @@ export default { }, "v_team_stage_results_bool_exp": { "_and": [ - 7364 + 7433 ], "_not": [ - 7364 + 7433 ], "_or": [ - 7364 + 7433 ], "group_number": [ 42 @@ -167394,13 +168575,13 @@ export default { 42 ], "stage": [ - 5660 + 5729 ], "team": [ - 5792 + 5861 ], "team_kdr": [ - 2093 + 2094 ], "total_deaths": [ 42 @@ -167409,10 +168590,10 @@ export default { 42 ], "tournament_stage_id": [ - 6605 + 6674 ], "tournament_team_id": [ - 6605 + 6674 ], "wins": [ 42 @@ -167460,7 +168641,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -167513,13 +168694,13 @@ export default { 41 ], "stage": [ - 5672 + 5741 ], "team": [ - 5801 + 5870 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -167528,10 +168709,10 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -167578,7 +168759,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -167587,10 +168768,10 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -167601,58 +168782,58 @@ export default { }, "v_team_stage_results_max_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -167696,7 +168877,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -167705,10 +168886,10 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -167719,58 +168900,58 @@ export default { }, "v_team_stage_results_min_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -167781,7 +168962,7 @@ export default { 41 ], "returning": [ - 7345 + 7414 ], "__typename": [ 85 @@ -167789,10 +168970,10 @@ export default { }, "v_team_stage_results_obj_rel_insert_input": { "data": [ - 7367 + 7436 ], "on_conflict": [ - 7374 + 7443 ], "__typename": [ 85 @@ -167800,13 +168981,13 @@ export default { }, "v_team_stage_results_on_conflict": { "constraint": [ - 7365 + 7434 ], "update_columns": [ - 7397 + 7466 ], "where": [ - 7364 + 7433 ], "__typename": [ 85 @@ -167814,64 +168995,64 @@ export default { }, "v_team_stage_results_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "stage": [ - 5674 + 5743 ], "team": [ - 5803 + 5872 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "tournament_stage_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -167879,10 +169060,10 @@ export default { }, "v_team_stage_results_pk_columns_input": { "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -167935,7 +169116,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -167944,10 +169125,10 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -168011,52 +169192,52 @@ export default { }, "v_team_stage_results_stddev_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168117,52 +169298,52 @@ export default { }, "v_team_stage_results_stddev_pop_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168223,52 +169404,52 @@ export default { }, "v_team_stage_results_stddev_samp_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168276,10 +169457,10 @@ export default { }, "v_team_stage_results_stream_cursor_input": { "initial_value": [ - 7394 + 7463 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -168323,7 +169504,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -168332,10 +169513,10 @@ export default { 41 ], "tournament_stage_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -168382,7 +169563,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -168399,52 +169580,52 @@ export default { }, "v_team_stage_results_sum_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168453,13 +169634,13 @@ export default { "v_team_stage_results_update_column": {}, "v_team_stage_results_updates": { "_inc": [ - 7366 + 7435 ], "_set": [ - 7386 + 7455 ], "where": [ - 7364 + 7433 ], "__typename": [ 85 @@ -168520,52 +169701,52 @@ export default { }, "v_team_stage_results_var_pop_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168626,52 +169807,52 @@ export default { }, "v_team_stage_results_var_samp_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168732,52 +169913,52 @@ export default { }, "v_team_stage_results_variance_order_by": { "group_number": [ - 3647 + 3648 ], "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "placement": [ - 3647 + 3648 ], "rank": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -168812,10 +169993,10 @@ export default { 41 ], "team": [ - 5781 + 5850 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -168824,13 +170005,13 @@ export default { 41 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -168841,10 +170022,10 @@ export default { }, "v_team_tournament_results_aggregate": { "aggregate": [ - 7419 + 7488 ], "nodes": [ - 7405 + 7474 ], "__typename": [ 85 @@ -168852,31 +170033,31 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp": { "avg": [ - 7408 + 7477 ], "corr": [ - 7409 + 7478 ], "count": [ - 7411 + 7480 ], "covar_samp": [ - 7412 + 7481 ], "max": [ - 7414 + 7483 ], "min": [ - 7415 + 7484 ], "stddev_samp": [ - 7416 + 7485 ], "sum": [ - 7417 + 7486 ], "var_samp": [ - 7418 + 7487 ], "__typename": [ 85 @@ -168884,16 +170065,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_avg": { "arguments": [ - 7432 + 7501 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -168901,16 +170082,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr": { "arguments": [ - 7410 + 7479 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -168918,10 +170099,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_corr_arguments": { "X": [ - 7433 + 7502 ], "Y": [ - 7433 + 7502 ], "__typename": [ 85 @@ -168929,13 +170110,13 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_count": { "arguments": [ - 7431 + 7500 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ 42 @@ -168946,16 +170127,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp": { "arguments": [ - 7413 + 7482 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -168963,10 +170144,10 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7434 + 7503 ], "Y": [ - 7434 + 7503 ], "__typename": [ 85 @@ -168974,16 +170155,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_max": { "arguments": [ - 7435 + 7504 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -168991,16 +170172,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_min": { "arguments": [ - 7436 + 7505 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -169008,16 +170189,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7437 + 7506 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -169025,16 +170206,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_sum": { "arguments": [ - 7438 + 7507 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -169042,16 +170223,16 @@ export default { }, "v_team_tournament_results_aggregate_bool_exp_var_samp": { "arguments": [ - 7439 + 7508 ], "distinct": [ 6 ], "filter": [ - 7424 + 7493 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -169059,13 +170240,13 @@ export default { }, "v_team_tournament_results_aggregate_fields": { "avg": [ - 7422 + 7491 ], "count": [ 41, { "columns": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "distinct": [ @@ -169074,31 +170255,31 @@ export default { } ], "max": [ - 7426 + 7495 ], "min": [ - 7428 + 7497 ], "stddev": [ - 7440 + 7509 ], "stddev_pop": [ - 7442 + 7511 ], "stddev_samp": [ - 7444 + 7513 ], "sum": [ - 7448 + 7517 ], "var_pop": [ - 7450 + 7519 ], "var_samp": [ - 7452 + 7521 ], "variance": [ - 7454 + 7523 ], "__typename": [ 85 @@ -169106,37 +170287,37 @@ export default { }, "v_team_tournament_results_aggregate_order_by": { "avg": [ - 7423 + 7492 ], "count": [ - 3647 + 3648 ], "max": [ - 7427 + 7496 ], "min": [ - 7429 + 7498 ], "stddev": [ - 7441 + 7510 ], "stddev_pop": [ - 7443 + 7512 ], "stddev_samp": [ - 7445 + 7514 ], "sum": [ - 7449 + 7518 ], "var_pop": [ - 7451 + 7520 ], "var_samp": [ - 7453 + 7522 ], "variance": [ - 7455 + 7524 ], "__typename": [ 85 @@ -169144,7 +170325,7 @@ export default { }, "v_team_tournament_results_arr_rel_insert_input": { "data": [ - 7425 + 7494 ], "__typename": [ 85 @@ -169196,43 +170377,43 @@ export default { }, "v_team_tournament_results_avg_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169240,13 +170421,13 @@ export default { }, "v_team_tournament_results_bool_exp": { "_and": [ - 7424 + 7493 ], "_not": [ - 7424 + 7493 ], "_or": [ - 7424 + 7493 ], "head_to_head_match_wins": [ 42 @@ -169276,10 +170457,10 @@ export default { 42 ], "team": [ - 5792 + 5861 ], "team_kdr": [ - 2093 + 2094 ], "total_deaths": [ 42 @@ -169288,13 +170469,13 @@ export default { 42 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "tournament_team_id": [ - 6605 + 6674 ], "wins": [ 42 @@ -169332,10 +170513,10 @@ export default { 41 ], "team": [ - 5801 + 5870 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -169344,13 +170525,13 @@ export default { 41 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -169388,7 +170569,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -169397,10 +170578,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -169411,49 +170592,49 @@ export default { }, "v_team_tournament_results_max_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169488,7 +170669,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -169497,10 +170678,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -169511,49 +170692,49 @@ export default { }, "v_team_tournament_results_min_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169561,55 +170742,55 @@ export default { }, "v_team_tournament_results_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team": [ - 5803 + 5872 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "tournament_team_id": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169670,43 +170851,43 @@ export default { }, "v_team_tournament_results_stddev_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169758,43 +170939,43 @@ export default { }, "v_team_tournament_results_stddev_pop_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169846,43 +171027,43 @@ export default { }, "v_team_tournament_results_stddev_samp_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -169890,10 +171071,10 @@ export default { }, "v_team_tournament_results_stream_cursor_input": { "initial_value": [ - 7447 + 7516 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -169928,7 +171109,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -169937,10 +171118,10 @@ export default { 41 ], "tournament_id": [ - 6603 + 6672 ], "tournament_team_id": [ - 6603 + 6672 ], "wins": [ 41 @@ -169978,7 +171159,7 @@ export default { 41 ], "team_kdr": [ - 2092 + 2093 ], "total_deaths": [ 41 @@ -169995,43 +171176,43 @@ export default { }, "v_team_tournament_results_sum_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170083,43 +171264,43 @@ export default { }, "v_team_tournament_results_var_pop_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170171,43 +171352,43 @@ export default { }, "v_team_tournament_results_var_samp_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170259,43 +171440,43 @@ export default { }, "v_team_tournament_results_variance_order_by": { "head_to_head_match_wins": [ - 3647 + 3648 ], "head_to_head_rounds_won": [ - 3647 + 3648 ], "losses": [ - 3647 + 3648 ], "maps_lost": [ - 3647 + 3648 ], "maps_won": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "matches_remaining": [ - 3647 + 3648 ], "rounds_lost": [ - 3647 + 3648 ], "rounds_won": [ - 3647 + 3648 ], "team_kdr": [ - 3647 + 3648 ], "total_deaths": [ - 3647 + 3648 ], "total_kills": [ - 3647 + 3648 ], "wins": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170309,13 +171490,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -170324,16 +171505,16 @@ export default { 41 ], "player": [ - 4605 + 4606 ], "player_steam_id": [ - 311 + 312 ], "tournament": [ - 5827 + 5896 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -170341,10 +171522,10 @@ export default { }, "v_tournament_player_stats_aggregate": { "aggregate": [ - 7470 + 7539 ], "nodes": [ - 7456 + 7525 ], "__typename": [ 85 @@ -170352,31 +171533,31 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp": { "avg": [ - 7459 + 7528 ], "corr": [ - 7460 + 7529 ], "count": [ - 7462 + 7531 ], "covar_samp": [ - 7463 + 7532 ], "max": [ - 7465 + 7534 ], "min": [ - 7466 + 7535 ], "stddev_samp": [ - 7467 + 7536 ], "sum": [ - 7468 + 7537 ], "var_samp": [ - 7469 + 7538 ], "__typename": [ 85 @@ -170384,16 +171565,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_avg": { "arguments": [ - 7483 + 7552 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170401,16 +171582,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr": { "arguments": [ - 7461 + 7530 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170418,10 +171599,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_corr_arguments": { "X": [ - 7484 + 7553 ], "Y": [ - 7484 + 7553 ], "__typename": [ 85 @@ -170429,13 +171610,13 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_count": { "arguments": [ - 7482 + 7551 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ 42 @@ -170446,16 +171627,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp": { "arguments": [ - 7464 + 7533 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170463,10 +171644,10 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_covar_samp_arguments": { "X": [ - 7485 + 7554 ], "Y": [ - 7485 + 7554 ], "__typename": [ 85 @@ -170474,16 +171655,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_max": { "arguments": [ - 7486 + 7555 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170491,16 +171672,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_min": { "arguments": [ - 7487 + 7556 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170508,16 +171689,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_stddev_samp": { "arguments": [ - 7488 + 7557 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170525,16 +171706,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_sum": { "arguments": [ - 7489 + 7558 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170542,16 +171723,16 @@ export default { }, "v_tournament_player_stats_aggregate_bool_exp_var_samp": { "arguments": [ - 7490 + 7559 ], "distinct": [ 6 ], "filter": [ - 7475 + 7544 ], "predicate": [ - 2093 + 2094 ], "__typename": [ 85 @@ -170559,13 +171740,13 @@ export default { }, "v_tournament_player_stats_aggregate_fields": { "avg": [ - 7473 + 7542 ], "count": [ 41, { "columns": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "distinct": [ @@ -170574,31 +171755,31 @@ export default { } ], "max": [ - 7477 + 7546 ], "min": [ - 7479 + 7548 ], "stddev": [ - 7491 + 7560 ], "stddev_pop": [ - 7493 + 7562 ], "stddev_samp": [ - 7495 + 7564 ], "sum": [ - 7499 + 7568 ], "var_pop": [ - 7501 + 7570 ], "var_samp": [ - 7503 + 7572 ], "variance": [ - 7505 + 7574 ], "__typename": [ 85 @@ -170606,37 +171787,37 @@ export default { }, "v_tournament_player_stats_aggregate_order_by": { "avg": [ - 7474 + 7543 ], "count": [ - 3647 + 3648 ], "max": [ - 7478 + 7547 ], "min": [ - 7480 + 7549 ], "stddev": [ - 7492 + 7561 ], "stddev_pop": [ - 7494 + 7563 ], "stddev_samp": [ - 7496 + 7565 ], "sum": [ - 7500 + 7569 ], "var_pop": [ - 7502 + 7571 ], "var_samp": [ - 7504 + 7573 ], "variance": [ - 7506 + 7575 ], "__typename": [ 85 @@ -170644,7 +171825,7 @@ export default { }, "v_tournament_player_stats_arr_rel_insert_input": { "data": [ - 7476 + 7545 ], "__typename": [ 85 @@ -170681,28 +171862,28 @@ export default { }, "v_tournament_player_stats_avg_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170710,13 +171891,13 @@ export default { }, "v_tournament_player_stats_bool_exp": { "_and": [ - 7475 + 7544 ], "_not": [ - 7475 + 7544 ], "_or": [ - 7475 + 7544 ], "assists": [ 42 @@ -170725,13 +171906,13 @@ export default { 42 ], "headshot_percentage": [ - 2093 + 2094 ], "headshots": [ 42 ], "kdr": [ - 2093 + 2094 ], "kills": [ 42 @@ -170740,16 +171921,16 @@ export default { 42 ], "player": [ - 4609 + 4610 ], "player_steam_id": [ - 313 + 314 ], "tournament": [ - 5848 + 5917 ], "tournament_id": [ - 6605 + 6674 ], "__typename": [ 85 @@ -170763,13 +171944,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -170778,16 +171959,16 @@ export default { 41 ], "player": [ - 4616 + 4617 ], "player_steam_id": [ - 311 + 312 ], "tournament": [ - 5857 + 5926 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -170801,13 +171982,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -170816,10 +171997,10 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -170827,31 +172008,31 @@ export default { }, "v_tournament_player_stats_max_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170865,13 +172046,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -170880,10 +172061,10 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -170891,31 +172072,31 @@ export default { }, "v_tournament_player_stats_min_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170923,37 +172104,37 @@ export default { }, "v_tournament_player_stats_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player": [ - 4618 + 4619 ], "player_steam_id": [ - 3647 + 3648 ], "tournament": [ - 5859 + 5928 ], "tournament_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -170999,28 +172180,28 @@ export default { }, "v_tournament_player_stats_stddev_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171057,28 +172238,28 @@ export default { }, "v_tournament_player_stats_stddev_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171115,28 +172296,28 @@ export default { }, "v_tournament_player_stats_stddev_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171144,10 +172325,10 @@ export default { }, "v_tournament_player_stats_stream_cursor_input": { "initial_value": [ - 7498 + 7567 ], "ordering": [ - 394 + 395 ], "__typename": [ 85 @@ -171161,13 +172342,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -171176,10 +172357,10 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "tournament_id": [ - 6603 + 6672 ], "__typename": [ 85 @@ -171193,13 +172374,13 @@ export default { 41 ], "headshot_percentage": [ - 2092 + 2093 ], "headshots": [ 41 ], "kdr": [ - 2092 + 2093 ], "kills": [ 41 @@ -171208,7 +172389,7 @@ export default { 41 ], "player_steam_id": [ - 311 + 312 ], "__typename": [ 85 @@ -171216,28 +172397,28 @@ export default { }, "v_tournament_player_stats_sum_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171274,28 +172455,28 @@ export default { }, "v_tournament_player_stats_var_pop_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171332,28 +172513,28 @@ export default { }, "v_tournament_player_stats_var_samp_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171390,28 +172571,28 @@ export default { }, "v_tournament_player_stats_variance_order_by": { "assists": [ - 3647 + 3648 ], "deaths": [ - 3647 + 3648 ], "headshot_percentage": [ - 3647 + 3648 ], "headshots": [ - 3647 + 3648 ], "kdr": [ - 3647 + 3648 ], "kills": [ - 3647 + 3648 ], "matches_played": [ - 3647 + 3648 ], "player_steam_id": [ - 3647 + 3648 ], "__typename": [ 85 @@ -171419,10 +172600,10 @@ export default { }, "Query": { "_map_pool": [ - 154, + 155, { "distinct_on": [ - 166, + 167, "[_map_pool_select_column!]" ], "limit": [ @@ -171432,19 +172613,19 @@ export default { 41 ], "order_by": [ - 164, + 165, "[_map_pool_order_by!]" ], "where": [ - 157 + 158 ] } ], "_map_pool_aggregate": [ - 155, + 156, { "distinct_on": [ - 166, + 167, "[_map_pool_select_column!]" ], "limit": [ @@ -171454,32 +172635,32 @@ export default { 41 ], "order_by": [ - 164, + 165, "[_map_pool_order_by!]" ], "where": [ - 157 + 158 ] } ], "_map_pool_by_pk": [ - 154, + 155, { "map_id": [ - 6603, + 6672, "uuid!" ], "map_pool_id": [ - 6603, + 6672, "uuid!" ] } ], "abandoned_matches": [ - 173, + 174, { "distinct_on": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "limit": [ @@ -171489,19 +172670,19 @@ export default { 41 ], "order_by": [ - 192, + 193, "[abandoned_matches_order_by!]" ], "where": [ - 182 + 183 ] } ], "abandoned_matches_aggregate": [ - 174, + 175, { "distinct_on": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "limit": [ @@ -171511,41 +172692,41 @@ export default { 41 ], "order_by": [ - 192, + 193, "[abandoned_matches_order_by!]" ], "where": [ - 182 + 183 ] } ], "abandoned_matches_by_pk": [ - 173, + 174, { "id": [ - 6603, + 6672, "uuid!" ] } ], "analyseUtilityPlaybookCoverage": [ - 127, + 128, { "pairs": [ - 144, + 145, "[UtilitySightlinePairInput!]!" ], "playbook_id": [ - 6603, + 6672, "uuid!" ] } ], "api_keys": [ - 214, + 215, { "distinct_on": [ - 228, + 229, "[api_keys_select_column!]" ], "limit": [ @@ -171555,19 +172736,19 @@ export default { 41 ], "order_by": [ - 226, + 227, "[api_keys_order_by!]" ], "where": [ - 218 + 219 ] } ], "api_keys_aggregate": [ - 215, + 216, { "distinct_on": [ - 228, + 229, "[api_keys_select_column!]" ], "limit": [ @@ -171577,28 +172758,28 @@ export default { 41 ], "order_by": [ - 226, + 227, "[api_keys_order_by!]" ], "where": [ - 218 + 219 ] } ], "api_keys_by_pk": [ - 214, + 215, { "id": [ - 6603, + 6672, "uuid!" ] } ], "award_recipients": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -171608,19 +172789,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "award_recipients_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -171630,28 +172811,28 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "award_recipients_by_pk": [ - 242, + 243, { "id": [ - 6603, + 6672, "uuid!" ] } ], "awards": [ - 283, + 284, { "distinct_on": [ - 298, + 299, "[awards_select_column!]" ], "limit": [ @@ -171661,19 +172842,19 @@ export default { 41 ], "order_by": [ - 296, + 297, "[awards_order_by!]" ], "where": [ - 287 + 288 ] } ], "awards_aggregate": [ - 284, + 285, { "distinct_on": [ - 298, + 299, "[awards_select_column!]" ], "limit": [ @@ -171683,28 +172864,28 @@ export default { 41 ], "order_by": [ - 296, + 297, "[awards_order_by!]" ], "where": [ - 287 + 288 ] } ], "awards_by_pk": [ - 283, + 284, { "id": [ - 6603, + 6672, "uuid!" ] } ], "chat_read_state": [ - 316, + 317, { "distinct_on": [ - 330, + 331, "[chat_read_state_select_column!]" ], "limit": [ @@ -171714,19 +172895,19 @@ export default { 41 ], "order_by": [ - 328, + 329, "[chat_read_state_order_by!]" ], "where": [ - 320 + 321 ] } ], "chat_read_state_aggregate": [ - 317, + 318, { "distinct_on": [ - 330, + 331, "[chat_read_state_select_column!]" ], "limit": [ @@ -171736,19 +172917,19 @@ export default { 41 ], "order_by": [ - 328, + 329, "[chat_read_state_order_by!]" ], "where": [ - 320 + 321 ] } ], "chat_read_state_by_pk": [ - 316, + 317, { "steam_id": [ - 311, + 312, "bigint!" ], "thread": [ @@ -171758,27 +172939,27 @@ export default { } ], "checkUtilityOneWay": [ - 125, + 126, { "lineup_id": [ - 6603, + 6672, "uuid!" ], "pairs": [ - 144, + 145, "[UtilitySightlinePairInput!]!" ] } ], "checkUtilitySightlines": [ - 143, + 144, { "lineup_id": [ - 6603, + 6672, "uuid!" ], "pairs": [ - 144, + 145, "[UtilitySightlinePairInput!]!" ], "threshold": [ @@ -171787,10 +172968,10 @@ export default { } ], "clip_render_jobs": [ - 343, + 344, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -171800,19 +172981,19 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "clip_render_jobs_aggregate": [ - 344, + 345, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -171822,28 +173003,28 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "clip_render_jobs_by_pk": [ - 343, + 344, { "id": [ - 6603, + 6672, "uuid!" ] } ], "custom_pages": [ - 395, + 396, { "distinct_on": [ - 414, + 415, "[custom_pages_select_column!]" ], "limit": [ @@ -171853,19 +173034,19 @@ export default { 41 ], "order_by": [ - 411, + 412, "[custom_pages_order_by!]" ], "where": [ - 400 + 401 ] } ], "custom_pages_aggregate": [ - 396, + 397, { "distinct_on": [ - 414, + 415, "[custom_pages_select_column!]" ], "limit": [ @@ -171875,19 +173056,19 @@ export default { 41 ], "order_by": [ - 411, + 412, "[custom_pages_order_by!]" ], "where": [ - 400 + 401 ] } ], "custom_pages_by_pk": [ - 395, + 396, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -171896,10 +173077,10 @@ export default { 20 ], "db_backups": [ - 427, + 428, { "distinct_on": [ - 441, + 442, "[db_backups_select_column!]" ], "limit": [ @@ -171909,19 +173090,19 @@ export default { 41 ], "order_by": [ - 439, + 440, "[db_backups_order_by!]" ], "where": [ - 431 + 432 ] } ], "db_backups_aggregate": [ - 428, + 429, { "distinct_on": [ - 441, + 442, "[db_backups_select_column!]" ], "limit": [ @@ -171931,28 +173112,28 @@ export default { 41 ], "order_by": [ - 439, + 440, "[db_backups_order_by!]" ], "where": [ - 431 + 432 ] } ], "db_backups_by_pk": [ - 427, + 428, { "id": [ - 6603, + 6672, "uuid!" ] } ], "direct_conversations": [ - 454, + 455, { "distinct_on": [ - 468, + 469, "[direct_conversations_select_column!]" ], "limit": [ @@ -171962,19 +173143,19 @@ export default { 41 ], "order_by": [ - 466, + 467, "[direct_conversations_order_by!]" ], "where": [ - 458 + 459 ] } ], "direct_conversations_aggregate": [ - 455, + 456, { "distinct_on": [ - 468, + 469, "[direct_conversations_select_column!]" ], "limit": [ @@ -171984,32 +173165,32 @@ export default { 41 ], "order_by": [ - 466, + 467, "[direct_conversations_order_by!]" ], "where": [ - 458 + 459 ] } ], "direct_conversations_by_pk": [ - 454, + 455, { "room_id": [ 85, "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "direct_messages": [ - 481, + 482, { "distinct_on": [ - 495, + 496, "[direct_messages_select_column!]" ], "limit": [ @@ -172019,19 +173200,19 @@ export default { 41 ], "order_by": [ - 493, + 494, "[direct_messages_order_by!]" ], "where": [ - 485 + 486 ] } ], "direct_messages_aggregate": [ - 482, + 483, { "distinct_on": [ - 495, + 496, "[direct_messages_select_column!]" ], "limit": [ @@ -172041,28 +173222,28 @@ export default { 41 ], "order_by": [ - 493, + 494, "[direct_messages_order_by!]" ], "where": [ - 485 + 486 ] } ], "direct_messages_by_pk": [ - 481, + 482, { "id": [ - 6603, + 6672, "uuid!" ] } ], "draft_game_picks": [ - 508, + 509, { "distinct_on": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "limit": [ @@ -172072,19 +173253,19 @@ export default { 41 ], "order_by": [ - 529, + 530, "[draft_game_picks_order_by!]" ], "where": [ - 519 + 520 ] } ], "draft_game_picks_aggregate": [ - 509, + 510, { "distinct_on": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "limit": [ @@ -172094,28 +173275,28 @@ export default { 41 ], "order_by": [ - 529, + 530, "[draft_game_picks_order_by!]" ], "where": [ - 519 + 520 ] } ], "draft_game_picks_by_pk": [ - 508, + 509, { "id": [ - 6603, + 6672, "uuid!" ] } ], "draft_game_players": [ - 553, + 554, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -172125,19 +173306,19 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "draft_game_players_aggregate": [ - 554, + 555, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -172147,32 +173328,32 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "draft_game_players_by_pk": [ - 553, + 554, { "draft_game_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "draft_games": [ - 598, + 599, { "distinct_on": [ - 622, + 623, "[draft_games_select_column!]" ], "limit": [ @@ -172182,19 +173363,19 @@ export default { 41 ], "order_by": [ - 620, + 621, "[draft_games_order_by!]" ], "where": [ - 609 + 610 ] } ], "draft_games_aggregate": [ - 599, + 600, { "distinct_on": [ - 622, + 623, "[draft_games_select_column!]" ], "limit": [ @@ -172204,28 +173385,28 @@ export default { 41 ], "order_by": [ - 620, + 621, "[draft_games_order_by!]" ], "where": [ - 609 + 610 ] } ], "draft_games_by_pk": [ - 598, + 599, { "id": [ - 6603, + 6672, "uuid!" ] } ], "e_award_sources": [ - 644, + 645, { "distinct_on": [ - 658, + 659, "[e_award_sources_select_column!]" ], "limit": [ @@ -172235,19 +173416,19 @@ export default { 41 ], "order_by": [ - 656, + 657, "[e_award_sources_order_by!]" ], "where": [ - 647 + 648 ] } ], "e_award_sources_aggregate": [ - 645, + 646, { "distinct_on": [ - 658, + 659, "[e_award_sources_select_column!]" ], "limit": [ @@ -172257,16 +173438,16 @@ export default { 41 ], "order_by": [ - 656, + 657, "[e_award_sources_order_by!]" ], "where": [ - 647 + 648 ] } ], "e_award_sources_by_pk": [ - 644, + 645, { "value": [ 85, @@ -172275,10 +173456,10 @@ export default { } ], "e_award_tiers": [ - 664, + 665, { "distinct_on": [ - 678, + 679, "[e_award_tiers_select_column!]" ], "limit": [ @@ -172288,19 +173469,19 @@ export default { 41 ], "order_by": [ - 676, + 677, "[e_award_tiers_order_by!]" ], "where": [ - 667 + 668 ] } ], "e_award_tiers_aggregate": [ - 665, + 666, { "distinct_on": [ - 678, + 679, "[e_award_tiers_select_column!]" ], "limit": [ @@ -172310,16 +173491,16 @@ export default { 41 ], "order_by": [ - 676, + 677, "[e_award_tiers_order_by!]" ], "where": [ - 667 + 668 ] } ], "e_award_tiers_by_pk": [ - 664, + 665, { "value": [ 85, @@ -172328,10 +173509,10 @@ export default { } ], "e_check_in_settings": [ - 684, + 685, { "distinct_on": [ - 698, + 699, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -172341,19 +173522,19 @@ export default { 41 ], "order_by": [ - 696, + 697, "[e_check_in_settings_order_by!]" ], "where": [ - 687 + 688 ] } ], "e_check_in_settings_aggregate": [ - 685, + 686, { "distinct_on": [ - 698, + 699, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -172363,16 +173544,16 @@ export default { 41 ], "order_by": [ - 696, + 697, "[e_check_in_settings_order_by!]" ], "where": [ - 687 + 688 ] } ], "e_check_in_settings_by_pk": [ - 684, + 685, { "value": [ 85, @@ -172381,10 +173562,10 @@ export default { } ], "e_draft_game_captain_selection": [ - 704, + 705, { "distinct_on": [ - 719, + 720, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -172394,19 +173575,19 @@ export default { 41 ], "order_by": [ - 717, + 718, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 707 + 708 ] } ], "e_draft_game_captain_selection_aggregate": [ - 705, + 706, { "distinct_on": [ - 719, + 720, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -172416,16 +173597,16 @@ export default { 41 ], "order_by": [ - 717, + 718, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 707 + 708 ] } ], "e_draft_game_captain_selection_by_pk": [ - 704, + 705, { "value": [ 85, @@ -172434,10 +173615,10 @@ export default { } ], "e_draft_game_draft_order": [ - 725, + 726, { "distinct_on": [ - 740, + 741, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -172447,19 +173628,19 @@ export default { 41 ], "order_by": [ - 738, + 739, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 728 + 729 ] } ], "e_draft_game_draft_order_aggregate": [ - 726, + 727, { "distinct_on": [ - 740, + 741, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -172469,16 +173650,16 @@ export default { 41 ], "order_by": [ - 738, + 739, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 728 + 729 ] } ], "e_draft_game_draft_order_by_pk": [ - 725, + 726, { "value": [ 85, @@ -172487,10 +173668,10 @@ export default { } ], "e_draft_game_mode": [ - 746, + 747, { "distinct_on": [ - 761, + 762, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -172500,19 +173681,19 @@ export default { 41 ], "order_by": [ - 759, + 760, "[e_draft_game_mode_order_by!]" ], "where": [ - 749 + 750 ] } ], "e_draft_game_mode_aggregate": [ - 747, + 748, { "distinct_on": [ - 761, + 762, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -172522,16 +173703,16 @@ export default { 41 ], "order_by": [ - 759, + 760, "[e_draft_game_mode_order_by!]" ], "where": [ - 749 + 750 ] } ], "e_draft_game_mode_by_pk": [ - 746, + 747, { "value": [ 85, @@ -172540,10 +173721,10 @@ export default { } ], "e_draft_game_player_status": [ - 767, + 768, { "distinct_on": [ - 782, + 783, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -172553,19 +173734,19 @@ export default { 41 ], "order_by": [ - 780, + 781, "[e_draft_game_player_status_order_by!]" ], "where": [ - 770 + 771 ] } ], "e_draft_game_player_status_aggregate": [ - 768, + 769, { "distinct_on": [ - 782, + 783, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -172575,16 +173756,16 @@ export default { 41 ], "order_by": [ - 780, + 781, "[e_draft_game_player_status_order_by!]" ], "where": [ - 770 + 771 ] } ], "e_draft_game_player_status_by_pk": [ - 767, + 768, { "value": [ 85, @@ -172593,10 +173774,10 @@ export default { } ], "e_draft_game_status": [ - 788, + 789, { "distinct_on": [ - 803, + 804, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -172606,19 +173787,19 @@ export default { 41 ], "order_by": [ - 801, + 802, "[e_draft_game_status_order_by!]" ], "where": [ - 791 + 792 ] } ], "e_draft_game_status_aggregate": [ - 789, + 790, { "distinct_on": [ - 803, + 804, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -172628,16 +173809,16 @@ export default { 41 ], "order_by": [ - 801, + 802, "[e_draft_game_status_order_by!]" ], "where": [ - 791 + 792 ] } ], "e_draft_game_status_by_pk": [ - 788, + 789, { "value": [ 85, @@ -172646,10 +173827,10 @@ export default { } ], "e_event_media_access": [ - 809, + 810, { "distinct_on": [ - 823, + 824, "[e_event_media_access_select_column!]" ], "limit": [ @@ -172659,19 +173840,19 @@ export default { 41 ], "order_by": [ - 821, + 822, "[e_event_media_access_order_by!]" ], "where": [ - 812 + 813 ] } ], "e_event_media_access_aggregate": [ - 810, + 811, { "distinct_on": [ - 823, + 824, "[e_event_media_access_select_column!]" ], "limit": [ @@ -172681,16 +173862,16 @@ export default { 41 ], "order_by": [ - 821, + 822, "[e_event_media_access_order_by!]" ], "where": [ - 812 + 813 ] } ], "e_event_media_access_by_pk": [ - 809, + 810, { "value": [ 85, @@ -172699,10 +173880,10 @@ export default { } ], "e_event_visibility": [ - 829, + 830, { "distinct_on": [ - 843, + 844, "[e_event_visibility_select_column!]" ], "limit": [ @@ -172712,19 +173893,19 @@ export default { 41 ], "order_by": [ - 841, + 842, "[e_event_visibility_order_by!]" ], "where": [ - 832 + 833 ] } ], "e_event_visibility_aggregate": [ - 830, + 831, { "distinct_on": [ - 843, + 844, "[e_event_visibility_select_column!]" ], "limit": [ @@ -172734,16 +173915,16 @@ export default { 41 ], "order_by": [ - 841, + 842, "[e_event_visibility_order_by!]" ], "where": [ - 832 + 833 ] } ], "e_event_visibility_by_pk": [ - 829, + 830, { "value": [ 85, @@ -172752,10 +173933,10 @@ export default { } ], "e_friend_status": [ - 849, + 850, { "distinct_on": [ - 864, + 865, "[e_friend_status_select_column!]" ], "limit": [ @@ -172765,19 +173946,19 @@ export default { 41 ], "order_by": [ - 862, + 863, "[e_friend_status_order_by!]" ], "where": [ - 852 + 853 ] } ], "e_friend_status_aggregate": [ - 850, + 851, { "distinct_on": [ - 864, + 865, "[e_friend_status_select_column!]" ], "limit": [ @@ -172787,16 +173968,16 @@ export default { 41 ], "order_by": [ - 862, + 863, "[e_friend_status_order_by!]" ], "where": [ - 852 + 853 ] } ], "e_friend_status_by_pk": [ - 849, + 850, { "value": [ 85, @@ -172805,10 +173986,10 @@ export default { } ], "e_game_cfg_types": [ - 870, + 871, { "distinct_on": [ - 884, + 885, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -172818,19 +173999,19 @@ export default { 41 ], "order_by": [ - 882, + 883, "[e_game_cfg_types_order_by!]" ], "where": [ - 873 + 874 ] } ], "e_game_cfg_types_aggregate": [ - 871, + 872, { "distinct_on": [ - 884, + 885, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -172840,16 +174021,16 @@ export default { 41 ], "order_by": [ - 882, + 883, "[e_game_cfg_types_order_by!]" ], "where": [ - 873 + 874 ] } ], "e_game_cfg_types_by_pk": [ - 870, + 871, { "value": [ 85, @@ -172858,10 +174039,10 @@ export default { } ], "e_game_plugin_channels": [ - 890, + 891, { "distinct_on": [ - 904, + 905, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -172871,19 +174052,19 @@ export default { 41 ], "order_by": [ - 902, + 903, "[e_game_plugin_channels_order_by!]" ], "where": [ - 893 + 894 ] } ], "e_game_plugin_channels_aggregate": [ - 891, + 892, { "distinct_on": [ - 904, + 905, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -172893,16 +174074,16 @@ export default { 41 ], "order_by": [ - 902, + 903, "[e_game_plugin_channels_order_by!]" ], "where": [ - 893 + 894 ] } ], "e_game_plugin_channels_by_pk": [ - 890, + 891, { "value": [ 85, @@ -172911,10 +174092,10 @@ export default { } ], "e_game_plugin_install_statuses": [ - 910, + 911, { "distinct_on": [ - 924, + 925, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -172924,19 +174105,19 @@ export default { 41 ], "order_by": [ - 922, + 923, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 913 + 914 ] } ], "e_game_plugin_install_statuses_aggregate": [ - 911, + 912, { "distinct_on": [ - 924, + 925, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -172946,16 +174127,16 @@ export default { 41 ], "order_by": [ - 922, + 923, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 913 + 914 ] } ], "e_game_plugin_install_statuses_by_pk": [ - 910, + 911, { "value": [ 85, @@ -172964,10 +174145,10 @@ export default { } ], "e_game_plugin_kinds": [ - 930, + 931, { "distinct_on": [ - 944, + 945, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -172977,19 +174158,19 @@ export default { 41 ], "order_by": [ - 942, + 943, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 933 + 934 ] } ], "e_game_plugin_kinds_aggregate": [ - 931, + 932, { "distinct_on": [ - 944, + 945, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -172999,16 +174180,16 @@ export default { 41 ], "order_by": [ - 942, + 943, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 933 + 934 ] } ], "e_game_plugin_kinds_by_pk": [ - 930, + 931, { "value": [ 85, @@ -173017,10 +174198,10 @@ export default { } ], "e_game_server_node_statuses": [ - 950, + 951, { "distinct_on": [ - 965, + 966, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -173030,19 +174211,19 @@ export default { 41 ], "order_by": [ - 963, + 964, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 953 + 954 ] } ], "e_game_server_node_statuses_aggregate": [ - 951, + 952, { "distinct_on": [ - 965, + 966, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -173052,16 +174233,16 @@ export default { 41 ], "order_by": [ - 963, + 964, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 953 + 954 ] } ], "e_game_server_node_statuses_by_pk": [ - 950, + 951, { "value": [ 85, @@ -173070,10 +174251,10 @@ export default { } ], "e_league_movement_types": [ - 971, + 972, { "distinct_on": [ - 986, + 987, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -173083,19 +174264,19 @@ export default { 41 ], "order_by": [ - 984, + 985, "[e_league_movement_types_order_by!]" ], "where": [ - 974 + 975 ] } ], "e_league_movement_types_aggregate": [ - 972, + 973, { "distinct_on": [ - 986, + 987, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -173105,16 +174286,16 @@ export default { 41 ], "order_by": [ - 984, + 985, "[e_league_movement_types_order_by!]" ], "where": [ - 974 + 975 ] } ], "e_league_movement_types_by_pk": [ - 971, + 972, { "value": [ 85, @@ -173123,10 +174304,10 @@ export default { } ], "e_league_proposal_statuses": [ - 992, + 993, { "distinct_on": [ - 1007, + 1008, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -173136,19 +174317,19 @@ export default { 41 ], "order_by": [ - 1005, + 1006, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 995 + 996 ] } ], "e_league_proposal_statuses_aggregate": [ - 993, + 994, { "distinct_on": [ - 1007, + 1008, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -173158,16 +174339,16 @@ export default { 41 ], "order_by": [ - 1005, + 1006, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 995 + 996 ] } ], "e_league_proposal_statuses_by_pk": [ - 992, + 993, { "value": [ 85, @@ -173176,10 +174357,10 @@ export default { } ], "e_league_registration_statuses": [ - 1013, + 1014, { "distinct_on": [ - 1028, + 1029, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -173189,19 +174370,19 @@ export default { 41 ], "order_by": [ - 1026, + 1027, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1016 + 1017 ] } ], "e_league_registration_statuses_aggregate": [ - 1014, + 1015, { "distinct_on": [ - 1028, + 1029, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -173211,16 +174392,16 @@ export default { 41 ], "order_by": [ - 1026, + 1027, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1016 + 1017 ] } ], "e_league_registration_statuses_by_pk": [ - 1013, + 1014, { "value": [ 85, @@ -173229,10 +174410,10 @@ export default { } ], "e_league_season_statuses": [ - 1034, + 1035, { "distinct_on": [ - 1049, + 1050, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -173242,19 +174423,19 @@ export default { 41 ], "order_by": [ - 1047, + 1048, "[e_league_season_statuses_order_by!]" ], "where": [ - 1037 + 1038 ] } ], "e_league_season_statuses_aggregate": [ - 1035, + 1036, { "distinct_on": [ - 1049, + 1050, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -173264,16 +174445,16 @@ export default { 41 ], "order_by": [ - 1047, + 1048, "[e_league_season_statuses_order_by!]" ], "where": [ - 1037 + 1038 ] } ], "e_league_season_statuses_by_pk": [ - 1034, + 1035, { "value": [ 85, @@ -173282,10 +174463,10 @@ export default { } ], "e_lobby_access": [ - 1055, + 1056, { "distinct_on": [ - 1070, + 1071, "[e_lobby_access_select_column!]" ], "limit": [ @@ -173295,19 +174476,19 @@ export default { 41 ], "order_by": [ - 1068, + 1069, "[e_lobby_access_order_by!]" ], "where": [ - 1058 + 1059 ] } ], "e_lobby_access_aggregate": [ - 1056, + 1057, { "distinct_on": [ - 1070, + 1071, "[e_lobby_access_select_column!]" ], "limit": [ @@ -173317,16 +174498,16 @@ export default { 41 ], "order_by": [ - 1068, + 1069, "[e_lobby_access_order_by!]" ], "where": [ - 1058 + 1059 ] } ], "e_lobby_access_by_pk": [ - 1055, + 1056, { "value": [ 85, @@ -173335,10 +174516,10 @@ export default { } ], "e_lobby_player_status": [ - 1076, + 1077, { "distinct_on": [ - 1090, + 1091, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -173348,19 +174529,19 @@ export default { 41 ], "order_by": [ - 1088, + 1089, "[e_lobby_player_status_order_by!]" ], "where": [ - 1079 + 1080 ] } ], "e_lobby_player_status_aggregate": [ - 1077, + 1078, { "distinct_on": [ - 1090, + 1091, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -173370,16 +174551,16 @@ export default { 41 ], "order_by": [ - 1088, + 1089, "[e_lobby_player_status_order_by!]" ], "where": [ - 1079 + 1080 ] } ], "e_lobby_player_status_by_pk": [ - 1076, + 1077, { "value": [ 85, @@ -173388,10 +174569,10 @@ export default { } ], "e_map_pool_types": [ - 1096, + 1097, { "distinct_on": [ - 1111, + 1112, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -173401,19 +174582,19 @@ export default { 41 ], "order_by": [ - 1109, + 1110, "[e_map_pool_types_order_by!]" ], "where": [ - 1099 + 1100 ] } ], "e_map_pool_types_aggregate": [ - 1097, + 1098, { "distinct_on": [ - 1111, + 1112, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -173423,16 +174604,16 @@ export default { 41 ], "order_by": [ - 1109, + 1110, "[e_map_pool_types_order_by!]" ], "where": [ - 1099 + 1100 ] } ], "e_map_pool_types_by_pk": [ - 1096, + 1097, { "value": [ 85, @@ -173441,10 +174622,10 @@ export default { } ], "e_match_clip_visibility": [ - 1117, + 1118, { "distinct_on": [ - 1131, + 1132, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -173454,19 +174635,19 @@ export default { 41 ], "order_by": [ - 1129, + 1130, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1120 + 1121 ] } ], "e_match_clip_visibility_aggregate": [ - 1118, + 1119, { "distinct_on": [ - 1131, + 1132, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -173476,16 +174657,16 @@ export default { 41 ], "order_by": [ - 1129, + 1130, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1120 + 1121 ] } ], "e_match_clip_visibility_by_pk": [ - 1117, + 1118, { "value": [ 85, @@ -173494,10 +174675,10 @@ export default { } ], "e_match_map_status": [ - 1137, + 1138, { "distinct_on": [ - 1152, + 1153, "[e_match_map_status_select_column!]" ], "limit": [ @@ -173507,19 +174688,19 @@ export default { 41 ], "order_by": [ - 1150, + 1151, "[e_match_map_status_order_by!]" ], "where": [ - 1140 + 1141 ] } ], "e_match_map_status_aggregate": [ - 1138, + 1139, { "distinct_on": [ - 1152, + 1153, "[e_match_map_status_select_column!]" ], "limit": [ @@ -173529,16 +174710,16 @@ export default { 41 ], "order_by": [ - 1150, + 1151, "[e_match_map_status_order_by!]" ], "where": [ - 1140 + 1141 ] } ], "e_match_map_status_by_pk": [ - 1137, + 1138, { "value": [ 85, @@ -173547,10 +174728,10 @@ export default { } ], "e_match_mode": [ - 1158, + 1159, { "distinct_on": [ - 1172, + 1173, "[e_match_mode_select_column!]" ], "limit": [ @@ -173560,19 +174741,19 @@ export default { 41 ], "order_by": [ - 1170, + 1171, "[e_match_mode_order_by!]" ], "where": [ - 1161 + 1162 ] } ], "e_match_mode_aggregate": [ - 1159, + 1160, { "distinct_on": [ - 1172, + 1173, "[e_match_mode_select_column!]" ], "limit": [ @@ -173582,16 +174763,16 @@ export default { 41 ], "order_by": [ - 1170, + 1171, "[e_match_mode_order_by!]" ], "where": [ - 1161 + 1162 ] } ], "e_match_mode_by_pk": [ - 1158, + 1159, { "value": [ 85, @@ -173600,10 +174781,10 @@ export default { } ], "e_match_party_sources": [ - 1178, + 1179, { "distinct_on": [ - 1192, + 1193, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -173613,19 +174794,19 @@ export default { 41 ], "order_by": [ - 1190, + 1191, "[e_match_party_sources_order_by!]" ], "where": [ - 1181 + 1182 ] } ], "e_match_party_sources_aggregate": [ - 1179, + 1180, { "distinct_on": [ - 1192, + 1193, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -173635,16 +174816,16 @@ export default { 41 ], "order_by": [ - 1190, + 1191, "[e_match_party_sources_order_by!]" ], "where": [ - 1181 + 1182 ] } ], "e_match_party_sources_by_pk": [ - 1178, + 1179, { "value": [ 85, @@ -173653,10 +174834,10 @@ export default { } ], "e_match_status": [ - 1198, + 1199, { "distinct_on": [ - 1213, + 1214, "[e_match_status_select_column!]" ], "limit": [ @@ -173666,19 +174847,19 @@ export default { 41 ], "order_by": [ - 1211, + 1212, "[e_match_status_order_by!]" ], "where": [ - 1201 + 1202 ] } ], "e_match_status_aggregate": [ - 1199, + 1200, { "distinct_on": [ - 1213, + 1214, "[e_match_status_select_column!]" ], "limit": [ @@ -173688,16 +174869,16 @@ export default { 41 ], "order_by": [ - 1211, + 1212, "[e_match_status_order_by!]" ], "where": [ - 1201 + 1202 ] } ], "e_match_status_by_pk": [ - 1198, + 1199, { "value": [ 85, @@ -173706,10 +174887,10 @@ export default { } ], "e_match_types": [ - 1219, + 1220, { "distinct_on": [ - 1234, + 1235, "[e_match_types_select_column!]" ], "limit": [ @@ -173719,19 +174900,19 @@ export default { 41 ], "order_by": [ - 1232, + 1233, "[e_match_types_order_by!]" ], "where": [ - 1222 + 1223 ] } ], "e_match_types_aggregate": [ - 1220, + 1221, { "distinct_on": [ - 1234, + 1235, "[e_match_types_select_column!]" ], "limit": [ @@ -173741,16 +174922,16 @@ export default { 41 ], "order_by": [ - 1232, + 1233, "[e_match_types_order_by!]" ], "where": [ - 1222 + 1223 ] } ], "e_match_types_by_pk": [ - 1219, + 1220, { "value": [ 85, @@ -173759,10 +174940,10 @@ export default { } ], "e_notification_types": [ - 1240, + 1241, { "distinct_on": [ - 1254, + 1255, "[e_notification_types_select_column!]" ], "limit": [ @@ -173772,19 +174953,19 @@ export default { 41 ], "order_by": [ - 1252, + 1253, "[e_notification_types_order_by!]" ], "where": [ - 1243 + 1244 ] } ], "e_notification_types_aggregate": [ - 1241, + 1242, { "distinct_on": [ - 1254, + 1255, "[e_notification_types_select_column!]" ], "limit": [ @@ -173794,16 +174975,16 @@ export default { 41 ], "order_by": [ - 1252, + 1253, "[e_notification_types_order_by!]" ], "where": [ - 1243 + 1244 ] } ], "e_notification_types_by_pk": [ - 1240, + 1241, { "value": [ 85, @@ -173812,10 +174993,10 @@ export default { } ], "e_objective_types": [ - 1260, + 1261, { "distinct_on": [ - 1274, + 1275, "[e_objective_types_select_column!]" ], "limit": [ @@ -173825,19 +175006,19 @@ export default { 41 ], "order_by": [ - 1272, + 1273, "[e_objective_types_order_by!]" ], "where": [ - 1263 + 1264 ] } ], "e_objective_types_aggregate": [ - 1261, + 1262, { "distinct_on": [ - 1274, + 1275, "[e_objective_types_select_column!]" ], "limit": [ @@ -173847,16 +175028,16 @@ export default { 41 ], "order_by": [ - 1272, + 1273, "[e_objective_types_order_by!]" ], "where": [ - 1263 + 1264 ] } ], "e_objective_types_by_pk": [ - 1260, + 1261, { "value": [ 85, @@ -173865,10 +175046,10 @@ export default { } ], "e_player_roles": [ - 1280, + 1281, { "distinct_on": [ - 1294, + 1295, "[e_player_roles_select_column!]" ], "limit": [ @@ -173878,19 +175059,19 @@ export default { 41 ], "order_by": [ - 1292, + 1293, "[e_player_roles_order_by!]" ], "where": [ - 1283 + 1284 ] } ], "e_player_roles_aggregate": [ - 1281, + 1282, { "distinct_on": [ - 1294, + 1295, "[e_player_roles_select_column!]" ], "limit": [ @@ -173900,16 +175081,16 @@ export default { 41 ], "order_by": [ - 1292, + 1293, "[e_player_roles_order_by!]" ], "where": [ - 1283 + 1284 ] } ], "e_player_roles_by_pk": [ - 1280, + 1281, { "value": [ 85, @@ -173918,10 +175099,10 @@ export default { } ], "e_plugin_runtimes": [ - 1300, + 1301, { "distinct_on": [ - 1314, + 1315, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -173931,19 +175112,19 @@ export default { 41 ], "order_by": [ - 1312, + 1313, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1303 + 1304 ] } ], "e_plugin_runtimes_aggregate": [ - 1301, + 1302, { "distinct_on": [ - 1314, + 1315, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -173953,16 +175134,16 @@ export default { 41 ], "order_by": [ - 1312, + 1313, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1303 + 1304 ] } ], "e_plugin_runtimes_by_pk": [ - 1300, + 1301, { "value": [ 85, @@ -173971,10 +175152,10 @@ export default { } ], "e_ready_settings": [ - 1320, + 1321, { "distinct_on": [ - 1334, + 1335, "[e_ready_settings_select_column!]" ], "limit": [ @@ -173984,19 +175165,19 @@ export default { 41 ], "order_by": [ - 1332, + 1333, "[e_ready_settings_order_by!]" ], "where": [ - 1323 + 1324 ] } ], "e_ready_settings_aggregate": [ - 1321, + 1322, { "distinct_on": [ - 1334, + 1335, "[e_ready_settings_select_column!]" ], "limit": [ @@ -174006,16 +175187,16 @@ export default { 41 ], "order_by": [ - 1332, + 1333, "[e_ready_settings_order_by!]" ], "where": [ - 1323 + 1324 ] } ], "e_ready_settings_by_pk": [ - 1320, + 1321, { "value": [ 85, @@ -174024,10 +175205,10 @@ export default { } ], "e_sanction_scopes": [ - 1340, + 1341, { "distinct_on": [ - 1353, + 1354, "[e_sanction_scopes_select_column!]" ], "limit": [ @@ -174037,19 +175218,19 @@ export default { 41 ], "order_by": [ - 1351, + 1352, "[e_sanction_scopes_order_by!]" ], "where": [ - 1343 + 1344 ] } ], "e_sanction_scopes_aggregate": [ - 1341, + 1342, { "distinct_on": [ - 1353, + 1354, "[e_sanction_scopes_select_column!]" ], "limit": [ @@ -174059,16 +175240,16 @@ export default { 41 ], "order_by": [ - 1351, + 1352, "[e_sanction_scopes_order_by!]" ], "where": [ - 1343 + 1344 ] } ], "e_sanction_scopes_by_pk": [ - 1340, + 1341, { "value": [ 85, @@ -174077,10 +175258,10 @@ export default { } ], "e_sanction_sources": [ - 1359, + 1360, { "distinct_on": [ - 1373, + 1374, "[e_sanction_sources_select_column!]" ], "limit": [ @@ -174090,19 +175271,19 @@ export default { 41 ], "order_by": [ - 1371, + 1372, "[e_sanction_sources_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_sanction_sources_aggregate": [ - 1360, + 1361, { "distinct_on": [ - 1373, + 1374, "[e_sanction_sources_select_column!]" ], "limit": [ @@ -174112,16 +175293,16 @@ export default { 41 ], "order_by": [ - 1371, + 1372, "[e_sanction_sources_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_sanction_sources_by_pk": [ - 1359, + 1360, { "value": [ 85, @@ -174130,10 +175311,10 @@ export default { } ], "e_sanction_types": [ - 1386, + 1387, { "distinct_on": [ - 1401, + 1402, "[e_sanction_types_select_column!]" ], "limit": [ @@ -174143,19 +175324,19 @@ export default { 41 ], "order_by": [ - 1399, + 1400, "[e_sanction_types_order_by!]" ], "where": [ - 1389 + 1390 ] } ], "e_sanction_types_aggregate": [ - 1387, + 1388, { "distinct_on": [ - 1401, + 1402, "[e_sanction_types_select_column!]" ], "limit": [ @@ -174165,16 +175346,16 @@ export default { 41 ], "order_by": [ - 1399, + 1400, "[e_sanction_types_order_by!]" ], "where": [ - 1389 + 1390 ] } ], "e_sanction_types_by_pk": [ - 1386, + 1387, { "value": [ 85, @@ -174183,10 +175364,10 @@ export default { } ], "e_scrim_request_statuses": [ - 1407, + 1408, { "distinct_on": [ - 1421, + 1422, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -174196,19 +175377,19 @@ export default { 41 ], "order_by": [ - 1419, + 1420, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1410 + 1411 ] } ], "e_scrim_request_statuses_aggregate": [ - 1408, + 1409, { "distinct_on": [ - 1421, + 1422, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -174218,16 +175399,16 @@ export default { 41 ], "order_by": [ - 1419, + 1420, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1410 + 1411 ] } ], "e_scrim_request_statuses_by_pk": [ - 1407, + 1408, { "value": [ 85, @@ -174236,10 +175417,10 @@ export default { } ], "e_server_types": [ - 1427, + 1428, { "distinct_on": [ - 1441, + 1442, "[e_server_types_select_column!]" ], "limit": [ @@ -174249,19 +175430,19 @@ export default { 41 ], "order_by": [ - 1439, + 1440, "[e_server_types_order_by!]" ], "where": [ - 1430 + 1431 ] } ], "e_server_types_aggregate": [ - 1428, + 1429, { "distinct_on": [ - 1441, + 1442, "[e_server_types_select_column!]" ], "limit": [ @@ -174271,16 +175452,16 @@ export default { 41 ], "order_by": [ - 1439, + 1440, "[e_server_types_order_by!]" ], "where": [ - 1430 + 1431 ] } ], "e_server_types_by_pk": [ - 1427, + 1428, { "value": [ 85, @@ -174289,10 +175470,10 @@ export default { } ], "e_sides": [ - 1447, + 1448, { "distinct_on": [ - 1461, + 1462, "[e_sides_select_column!]" ], "limit": [ @@ -174302,19 +175483,19 @@ export default { 41 ], "order_by": [ - 1459, + 1460, "[e_sides_order_by!]" ], "where": [ - 1450 + 1451 ] } ], "e_sides_aggregate": [ - 1448, + 1449, { "distinct_on": [ - 1461, + 1462, "[e_sides_select_column!]" ], "limit": [ @@ -174324,16 +175505,16 @@ export default { 41 ], "order_by": [ - 1459, + 1460, "[e_sides_order_by!]" ], "where": [ - 1450 + 1451 ] } ], "e_sides_by_pk": [ - 1447, + 1448, { "value": [ 85, @@ -174342,10 +175523,10 @@ export default { } ], "e_system_alert_types": [ - 1467, + 1468, { "distinct_on": [ - 1481, + 1482, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -174355,19 +175536,19 @@ export default { 41 ], "order_by": [ - 1479, + 1480, "[e_system_alert_types_order_by!]" ], "where": [ - 1470 + 1471 ] } ], "e_system_alert_types_aggregate": [ - 1468, + 1469, { "distinct_on": [ - 1481, + 1482, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -174377,16 +175558,16 @@ export default { 41 ], "order_by": [ - 1479, + 1480, "[e_system_alert_types_order_by!]" ], "where": [ - 1470 + 1471 ] } ], "e_system_alert_types_by_pk": [ - 1467, + 1468, { "value": [ 85, @@ -174395,10 +175576,10 @@ export default { } ], "e_team_roles": [ - 1487, + 1488, { "distinct_on": [ - 1502, + 1503, "[e_team_roles_select_column!]" ], "limit": [ @@ -174408,19 +175589,19 @@ export default { 41 ], "order_by": [ - 1500, + 1501, "[e_team_roles_order_by!]" ], "where": [ - 1490 + 1491 ] } ], "e_team_roles_aggregate": [ - 1488, + 1489, { "distinct_on": [ - 1502, + 1503, "[e_team_roles_select_column!]" ], "limit": [ @@ -174430,16 +175611,16 @@ export default { 41 ], "order_by": [ - 1500, + 1501, "[e_team_roles_order_by!]" ], "where": [ - 1490 + 1491 ] } ], "e_team_roles_by_pk": [ - 1487, + 1488, { "value": [ 85, @@ -174448,10 +175629,10 @@ export default { } ], "e_team_roster_statuses": [ - 1508, + 1509, { "distinct_on": [ - 1522, + 1523, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -174461,19 +175642,19 @@ export default { 41 ], "order_by": [ - 1520, + 1521, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1511 + 1512 ] } ], "e_team_roster_statuses_aggregate": [ - 1509, + 1510, { "distinct_on": [ - 1522, + 1523, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -174483,16 +175664,16 @@ export default { 41 ], "order_by": [ - 1520, + 1521, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1511 + 1512 ] } ], "e_team_roster_statuses_by_pk": [ - 1508, + 1509, { "value": [ 85, @@ -174501,10 +175682,10 @@ export default { } ], "e_timeout_settings": [ - 1528, + 1529, { "distinct_on": [ - 1542, + 1543, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -174514,19 +175695,19 @@ export default { 41 ], "order_by": [ - 1540, + 1541, "[e_timeout_settings_order_by!]" ], "where": [ - 1531 + 1532 ] } ], "e_timeout_settings_aggregate": [ - 1529, + 1530, { "distinct_on": [ - 1542, + 1543, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -174536,16 +175717,16 @@ export default { 41 ], "order_by": [ - 1540, + 1541, "[e_timeout_settings_order_by!]" ], "where": [ - 1531 + 1532 ] } ], "e_timeout_settings_by_pk": [ - 1528, + 1529, { "value": [ 85, @@ -174554,10 +175735,10 @@ export default { } ], "e_tournament_categories": [ - 1548, + 1549, { "distinct_on": [ - 1563, + 1564, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -174567,19 +175748,19 @@ export default { 41 ], "order_by": [ - 1561, + 1562, "[e_tournament_categories_order_by!]" ], "where": [ - 1551 + 1552 ] } ], "e_tournament_categories_aggregate": [ - 1549, + 1550, { "distinct_on": [ - 1563, + 1564, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -174589,16 +175770,16 @@ export default { 41 ], "order_by": [ - 1561, + 1562, "[e_tournament_categories_order_by!]" ], "where": [ - 1551 + 1552 ] } ], "e_tournament_categories_by_pk": [ - 1548, + 1549, { "value": [ 85, @@ -174607,10 +175788,10 @@ export default { } ], "e_tournament_free_agent_statuses": [ - 1569, + 1570, { "distinct_on": [ - 1584, + 1585, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -174620,19 +175801,19 @@ export default { 41 ], "order_by": [ - 1582, + 1583, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1572 + 1573 ] } ], "e_tournament_free_agent_statuses_aggregate": [ - 1570, + 1571, { "distinct_on": [ - 1584, + 1585, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -174642,16 +175823,16 @@ export default { 41 ], "order_by": [ - 1582, + 1583, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1572 + 1573 ] } ], "e_tournament_free_agent_statuses_by_pk": [ - 1569, + 1570, { "value": [ 85, @@ -174660,10 +175841,10 @@ export default { } ], "e_tournament_registration_types": [ - 1590, + 1591, { "distinct_on": [ - 1604, + 1605, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -174673,19 +175854,19 @@ export default { 41 ], "order_by": [ - 1602, + 1603, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1593 + 1594 ] } ], "e_tournament_registration_types_aggregate": [ - 1591, + 1592, { "distinct_on": [ - 1604, + 1605, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -174695,16 +175876,16 @@ export default { 41 ], "order_by": [ - 1602, + 1603, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1593 + 1594 ] } ], "e_tournament_registration_types_by_pk": [ - 1590, + 1591, { "value": [ 85, @@ -174713,10 +175894,10 @@ export default { } ], "e_tournament_stage_types": [ - 1610, + 1611, { "distinct_on": [ - 1625, + 1626, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -174726,19 +175907,19 @@ export default { 41 ], "order_by": [ - 1623, + 1624, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1613 + 1614 ] } ], "e_tournament_stage_types_aggregate": [ - 1611, + 1612, { "distinct_on": [ - 1625, + 1626, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -174748,16 +175929,16 @@ export default { 41 ], "order_by": [ - 1623, + 1624, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1613 + 1614 ] } ], "e_tournament_stage_types_by_pk": [ - 1610, + 1611, { "value": [ 85, @@ -174766,10 +175947,10 @@ export default { } ], "e_tournament_status": [ - 1631, + 1632, { "distinct_on": [ - 1646, + 1647, "[e_tournament_status_select_column!]" ], "limit": [ @@ -174779,19 +175960,19 @@ export default { 41 ], "order_by": [ - 1644, + 1645, "[e_tournament_status_order_by!]" ], "where": [ - 1634 + 1635 ] } ], "e_tournament_status_aggregate": [ - 1632, + 1633, { "distinct_on": [ - 1646, + 1647, "[e_tournament_status_select_column!]" ], "limit": [ @@ -174801,16 +175982,16 @@ export default { 41 ], "order_by": [ - 1644, + 1645, "[e_tournament_status_order_by!]" ], "where": [ - 1634 + 1635 ] } ], "e_tournament_status_by_pk": [ - 1631, + 1632, { "value": [ 85, @@ -174819,10 +176000,10 @@ export default { } ], "e_utility_practice_access": [ - 1652, + 1653, { "distinct_on": [ - 1666, + 1667, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -174832,19 +176013,19 @@ export default { 41 ], "order_by": [ - 1664, + 1665, "[e_utility_practice_access_order_by!]" ], "where": [ - 1655 + 1656 ] } ], "e_utility_practice_access_aggregate": [ - 1653, + 1654, { "distinct_on": [ - 1666, + 1667, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -174854,16 +176035,16 @@ export default { 41 ], "order_by": [ - 1664, + 1665, "[e_utility_practice_access_order_by!]" ], "where": [ - 1655 + 1656 ] } ], "e_utility_practice_access_by_pk": [ - 1652, + 1653, { "value": [ 85, @@ -174872,10 +176053,10 @@ export default { } ], "e_utility_practice_statuses": [ - 1672, + 1673, { "distinct_on": [ - 1687, + 1688, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -174885,19 +176066,19 @@ export default { 41 ], "order_by": [ - 1685, + 1686, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1675 + 1676 ] } ], "e_utility_practice_statuses_aggregate": [ - 1673, + 1674, { "distinct_on": [ - 1687, + 1688, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -174907,16 +176088,16 @@ export default { 41 ], "order_by": [ - 1685, + 1686, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1675 + 1676 ] } ], "e_utility_practice_statuses_by_pk": [ - 1672, + 1673, { "value": [ 85, @@ -174925,10 +176106,10 @@ export default { } ], "e_utility_sources": [ - 1693, + 1694, { "distinct_on": [ - 1707, + 1708, "[e_utility_sources_select_column!]" ], "limit": [ @@ -174938,19 +176119,19 @@ export default { 41 ], "order_by": [ - 1705, + 1706, "[e_utility_sources_order_by!]" ], "where": [ - 1696 + 1697 ] } ], "e_utility_sources_aggregate": [ - 1694, + 1695, { "distinct_on": [ - 1707, + 1708, "[e_utility_sources_select_column!]" ], "limit": [ @@ -174960,16 +176141,16 @@ export default { 41 ], "order_by": [ - 1705, + 1706, "[e_utility_sources_order_by!]" ], "where": [ - 1696 + 1697 ] } ], "e_utility_sources_by_pk": [ - 1693, + 1694, { "value": [ 85, @@ -174978,10 +176159,10 @@ export default { } ], "e_utility_techniques": [ - 1713, + 1714, { "distinct_on": [ - 1727, + 1728, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -174991,19 +176172,19 @@ export default { 41 ], "order_by": [ - 1725, + 1726, "[e_utility_techniques_order_by!]" ], "where": [ - 1716 + 1717 ] } ], "e_utility_techniques_aggregate": [ - 1714, + 1715, { "distinct_on": [ - 1727, + 1728, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -175013,16 +176194,16 @@ export default { 41 ], "order_by": [ - 1725, + 1726, "[e_utility_techniques_order_by!]" ], "where": [ - 1716 + 1717 ] } ], "e_utility_techniques_by_pk": [ - 1713, + 1714, { "value": [ 85, @@ -175031,10 +176212,10 @@ export default { } ], "e_utility_throw_strengths": [ - 1733, + 1734, { "distinct_on": [ - 1747, + 1748, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -175044,19 +176225,19 @@ export default { 41 ], "order_by": [ - 1745, + 1746, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1736 + 1737 ] } ], "e_utility_throw_strengths_aggregate": [ - 1734, + 1735, { "distinct_on": [ - 1747, + 1748, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -175066,16 +176247,16 @@ export default { 41 ], "order_by": [ - 1745, + 1746, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1736 + 1737 ] } ], "e_utility_throw_strengths_by_pk": [ - 1733, + 1734, { "value": [ 85, @@ -175084,10 +176265,10 @@ export default { } ], "e_utility_types": [ - 1753, + 1754, { "distinct_on": [ - 1767, + 1768, "[e_utility_types_select_column!]" ], "limit": [ @@ -175097,19 +176278,19 @@ export default { 41 ], "order_by": [ - 1765, + 1766, "[e_utility_types_order_by!]" ], "where": [ - 1756 + 1757 ] } ], "e_utility_types_aggregate": [ - 1754, + 1755, { "distinct_on": [ - 1767, + 1768, "[e_utility_types_select_column!]" ], "limit": [ @@ -175119,16 +176300,16 @@ export default { 41 ], "order_by": [ - 1765, + 1766, "[e_utility_types_order_by!]" ], "where": [ - 1756 + 1757 ] } ], "e_utility_types_by_pk": [ - 1753, + 1754, { "value": [ 85, @@ -175137,10 +176318,10 @@ export default { } ], "e_utility_visibility": [ - 1773, + 1774, { "distinct_on": [ - 1787, + 1788, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -175150,19 +176331,19 @@ export default { 41 ], "order_by": [ - 1785, + 1786, "[e_utility_visibility_order_by!]" ], "where": [ - 1776 + 1777 ] } ], "e_utility_visibility_aggregate": [ - 1774, + 1775, { "distinct_on": [ - 1787, + 1788, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -175172,16 +176353,16 @@ export default { 41 ], "order_by": [ - 1785, + 1786, "[e_utility_visibility_order_by!]" ], "where": [ - 1776 + 1777 ] } ], "e_utility_visibility_by_pk": [ - 1773, + 1774, { "value": [ 85, @@ -175190,10 +176371,10 @@ export default { } ], "e_veto_pick_types": [ - 1793, + 1794, { "distinct_on": [ - 1807, + 1808, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -175203,19 +176384,19 @@ export default { 41 ], "order_by": [ - 1805, + 1806, "[e_veto_pick_types_order_by!]" ], "where": [ - 1796 + 1797 ] } ], "e_veto_pick_types_aggregate": [ - 1794, + 1795, { "distinct_on": [ - 1807, + 1808, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -175225,16 +176406,16 @@ export default { 41 ], "order_by": [ - 1805, + 1806, "[e_veto_pick_types_order_by!]" ], "where": [ - 1796 + 1797 ] } ], "e_veto_pick_types_by_pk": [ - 1793, + 1794, { "value": [ 85, @@ -175243,10 +176424,10 @@ export default { } ], "e_winning_reasons": [ - 1813, + 1814, { "distinct_on": [ - 1827, + 1828, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -175256,19 +176437,19 @@ export default { 41 ], "order_by": [ - 1825, + 1826, "[e_winning_reasons_order_by!]" ], "where": [ - 1816 + 1817 ] } ], "e_winning_reasons_aggregate": [ - 1814, + 1815, { "distinct_on": [ - 1827, + 1828, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -175278,16 +176459,16 @@ export default { 41 ], "order_by": [ - 1825, + 1826, "[e_winning_reasons_order_by!]" ], "where": [ - 1816 + 1817 ] } ], "e_winning_reasons_by_pk": [ - 1813, + 1814, { "value": [ 85, @@ -175296,10 +176477,10 @@ export default { } ], "event_match_links": [ - 1833, + 1834, { "distinct_on": [ - 1845, + 1846, "[event_match_links_select_column!]" ], "limit": [ @@ -175309,19 +176490,19 @@ export default { 41 ], "order_by": [ - 1843, + 1844, "[event_match_links_order_by!]" ], "where": [ - 1836 + 1837 ] } ], "event_match_links_aggregate": [ - 1834, + 1835, { "distinct_on": [ - 1845, + 1846, "[event_match_links_select_column!]" ], "limit": [ @@ -175331,32 +176512,32 @@ export default { 41 ], "order_by": [ - 1843, + 1844, "[event_match_links_order_by!]" ], "where": [ - 1836 + 1837 ] } ], "event_match_links_by_pk": [ - 1833, + 1834, { "event_id": [ - 6603, + 6672, "uuid!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } ], "event_media": [ - 1851, + 1852, { "distinct_on": [ - 1914, + 1915, "[event_media_select_column!]" ], "limit": [ @@ -175366,19 +176547,19 @@ export default { 41 ], "order_by": [ - 1871, + 1872, "[event_media_order_by!]" ], "where": [ - 1860 + 1861 ] } ], "event_media_aggregate": [ - 1852, + 1853, { "distinct_on": [ - 1914, + 1915, "[event_media_select_column!]" ], "limit": [ @@ -175388,28 +176569,28 @@ export default { 41 ], "order_by": [ - 1871, + 1872, "[event_media_order_by!]" ], "where": [ - 1860 + 1861 ] } ], "event_media_by_pk": [ - 1851, + 1852, { "id": [ - 6603, + 6672, "uuid!" ] } ], "event_media_players": [ - 1873, + 1874, { "distinct_on": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "limit": [ @@ -175419,19 +176600,19 @@ export default { 41 ], "order_by": [ - 1892, + 1893, "[event_media_players_order_by!]" ], "where": [ - 1882 + 1883 ] } ], "event_media_players_aggregate": [ - 1874, + 1875, { "distinct_on": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "limit": [ @@ -175441,32 +176622,32 @@ export default { 41 ], "order_by": [ - 1892, + 1893, "[event_media_players_order_by!]" ], "where": [ - 1882 + 1883 ] } ], "event_media_players_by_pk": [ - 1873, + 1874, { "media_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "event_organizers": [ - 1934, + 1935, { "distinct_on": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "limit": [ @@ -175476,19 +176657,19 @@ export default { 41 ], "order_by": [ - 1953, + 1954, "[event_organizers_order_by!]" ], "where": [ - 1943 + 1944 ] } ], "event_organizers_aggregate": [ - 1935, + 1936, { "distinct_on": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "limit": [ @@ -175498,32 +176679,32 @@ export default { 41 ], "order_by": [ - 1953, + 1954, "[event_organizers_order_by!]" ], "where": [ - 1943 + 1944 ] } ], "event_organizers_by_pk": [ - 1934, + 1935, { "event_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "event_players": [ - 1975, + 1976, { "distinct_on": [ - 1996, + 1997, "[event_players_select_column!]" ], "limit": [ @@ -175533,19 +176714,19 @@ export default { 41 ], "order_by": [ - 1994, + 1995, "[event_players_order_by!]" ], "where": [ - 1984 + 1985 ] } ], "event_players_aggregate": [ - 1976, + 1977, { "distinct_on": [ - 1996, + 1997, "[event_players_select_column!]" ], "limit": [ @@ -175555,32 +176736,32 @@ export default { 41 ], "order_by": [ - 1994, + 1995, "[event_players_order_by!]" ], "where": [ - 1984 + 1985 ] } ], "event_players_by_pk": [ - 1975, + 1976, { "event_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "event_teams": [ - 2016, + 2017, { "distinct_on": [ - 2034, + 2035, "[event_teams_select_column!]" ], "limit": [ @@ -175590,19 +176771,19 @@ export default { 41 ], "order_by": [ - 2032, + 2033, "[event_teams_order_by!]" ], "where": [ - 2023 + 2024 ] } ], "event_teams_aggregate": [ - 2017, + 2018, { "distinct_on": [ - 2034, + 2035, "[event_teams_select_column!]" ], "limit": [ @@ -175612,32 +176793,32 @@ export default { 41 ], "order_by": [ - 2032, + 2033, "[event_teams_order_by!]" ], "where": [ - 2023 + 2024 ] } ], "event_teams_by_pk": [ - 2016, + 2017, { "event_id": [ - 6603, + 6672, "uuid!" ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "event_tournaments": [ - 2040, + 2041, { "distinct_on": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "limit": [ @@ -175647,19 +176828,19 @@ export default { 41 ], "order_by": [ - 2056, + 2057, "[event_tournaments_order_by!]" ], "where": [ - 2047 + 2048 ] } ], "event_tournaments_aggregate": [ - 2041, + 2042, { "distinct_on": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "limit": [ @@ -175669,32 +176850,32 @@ export default { 41 ], "order_by": [ - 2056, + 2057, "[event_tournaments_order_by!]" ], "where": [ - 2047 + 2048 ] } ], "event_tournaments_by_pk": [ - 2040, + 2041, { "event_id": [ - 6603, + 6672, "uuid!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "events": [ - 2064, + 2065, { "distinct_on": [ - 2079, + 2080, "[events_select_column!]" ], "limit": [ @@ -175704,19 +176885,19 @@ export default { 41 ], "order_by": [ - 2077, + 2078, "[events_order_by!]" ], "where": [ - 2068 + 2069 ] } ], "events_aggregate": [ - 2065, + 2066, { "distinct_on": [ - 2079, + 2080, "[events_select_column!]" ], "limit": [ @@ -175726,25 +176907,25 @@ export default { 41 ], "order_by": [ - 2077, + 2078, "[events_order_by!]" ], "where": [ - 2068 + 2069 ] } ], "events_by_pk": [ - 2064, + 2065, { "id": [ - 6603, + 6672, "uuid!" ] } ], "findUtilityLineupsBlocking": [ - 114, + 115, { "from_x": [ 32, @@ -175783,10 +176964,10 @@ export default { } ], "friends": [ - 2094, + 2095, { "distinct_on": [ - 2108, + 2109, "[friends_select_column!]" ], "limit": [ @@ -175796,19 +176977,19 @@ export default { 41 ], "order_by": [ - 2106, + 2107, "[friends_order_by!]" ], "where": [ - 2098 + 2099 ] } ], "friends_aggregate": [ - 2095, + 2096, { "distinct_on": [ - 2108, + 2109, "[friends_select_column!]" ], "limit": [ @@ -175818,32 +176999,32 @@ export default { 41 ], "order_by": [ - 2106, + 2107, "[friends_order_by!]" ], "where": [ - 2098 + 2099 ] } ], "friends_by_pk": [ - 2094, + 2095, { "other_player_steam_id": [ - 311, + 312, "bigint!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "game_mode_plugins": [ - 2121, + 2122, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -175853,19 +177034,19 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "game_mode_plugins_aggregate": [ - 2122, + 2123, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -175875,19 +177056,19 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "game_mode_plugins_by_pk": [ - 2121, + 2122, { "game_mode_id": [ - 6603, + 6672, "uuid!" ], "plugin_slug": [ @@ -175897,10 +177078,10 @@ export default { } ], "game_modes": [ - 2171, + 2172, { "distinct_on": [ - 2184, + 2185, "[game_modes_select_column!]" ], "limit": [ @@ -175910,19 +177091,19 @@ export default { 41 ], "order_by": [ - 2182, + 2183, "[game_modes_order_by!]" ], "where": [ - 2174 + 2175 ] } ], "game_modes_aggregate": [ - 2172, + 2173, { "distinct_on": [ - 2184, + 2185, "[game_modes_select_column!]" ], "limit": [ @@ -175932,28 +177113,28 @@ export default { 41 ], "order_by": [ - 2182, + 2183, "[game_modes_order_by!]" ], "where": [ - 2174 + 2175 ] } ], "game_modes_by_pk": [ - 2171, + 2172, { "id": [ - 6603, + 6672, "uuid!" ] } ], "game_plugin_installs": [ - 2190, + 2191, { "distinct_on": [ - 2202, + 2203, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -175963,19 +177144,19 @@ export default { 41 ], "order_by": [ - 2200, + 2201, "[game_plugin_installs_order_by!]" ], "where": [ - 2193 + 2194 ] } ], "game_plugin_installs_aggregate": [ - 2191, + 2192, { "distinct_on": [ - 2202, + 2203, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -175985,16 +177166,16 @@ export default { 41 ], "order_by": [ - 2200, + 2201, "[game_plugin_installs_order_by!]" ], "where": [ - 2193 + 2194 ] } ], "game_plugin_installs_by_pk": [ - 2190, + 2191, { "plugin_slug": [ 85, @@ -176003,10 +177184,10 @@ export default { } ], "game_plugin_versions": [ - 2208, + 2209, { "distinct_on": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -176016,19 +177197,19 @@ export default { 41 ], "order_by": [ - 2229, + 2230, "[game_plugin_versions_order_by!]" ], "where": [ - 2219 + 2220 ] } ], "game_plugin_versions_aggregate": [ - 2209, + 2210, { "distinct_on": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -176038,23 +177219,23 @@ export default { 41 ], "order_by": [ - 2229, + 2230, "[game_plugin_versions_order_by!]" ], "where": [ - 2219 + 2220 ] } ], "game_plugin_versions_by_pk": [ - 2208, + 2209, { "plugin_slug": [ 85, "String!" ], "runtime": [ - 1305, + 1306, "e_plugin_runtimes_enum!" ], "version": [ @@ -176064,10 +177245,10 @@ export default { } ], "game_plugins": [ - 2253, + 2254, { "distinct_on": [ - 2272, + 2273, "[game_plugins_select_column!]" ], "limit": [ @@ -176077,19 +177258,19 @@ export default { 41 ], "order_by": [ - 2269, + 2270, "[game_plugins_order_by!]" ], "where": [ - 2258 + 2259 ] } ], "game_plugins_aggregate": [ - 2254, + 2255, { "distinct_on": [ - 2272, + 2273, "[game_plugins_select_column!]" ], "limit": [ @@ -176099,16 +177280,16 @@ export default { 41 ], "order_by": [ - 2269, + 2270, "[game_plugins_order_by!]" ], "where": [ - 2258 + 2259 ] } ], "game_plugins_by_pk": [ - 2253, + 2254, { "slug": [ 85, @@ -176117,10 +177298,10 @@ export default { } ], "game_server_node_plugins": [ - 2285, + 2286, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -176130,19 +177311,19 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "game_server_node_plugins_aggregate": [ - 2286, + 2287, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -176152,28 +177333,28 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "game_server_node_plugins_by_pk": [ - 2285, + 2286, { "id": [ - 6603, + 6672, "uuid!" ] } ], "game_server_nodes": [ - 2313, + 2314, { "distinct_on": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "limit": [ @@ -176183,19 +177364,19 @@ export default { 41 ], "order_by": [ - 2339, + 2340, "[game_server_nodes_order_by!]" ], "where": [ - 2325 + 2326 ] } ], "game_server_nodes_aggregate": [ - 2314, + 2315, { "distinct_on": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "limit": [ @@ -176205,16 +177386,16 @@ export default { 41 ], "order_by": [ - 2339, + 2340, "[game_server_nodes_order_by!]" ], "where": [ - 2325 + 2326 ] } ], "game_server_nodes_by_pk": [ - 2313, + 2314, { "id": [ 85, @@ -176223,10 +177404,10 @@ export default { } ], "game_versions": [ - 2364, + 2365, { "distinct_on": [ - 2384, + 2385, "[game_versions_select_column!]" ], "limit": [ @@ -176236,19 +177417,19 @@ export default { 41 ], "order_by": [ - 2381, + 2382, "[game_versions_order_by!]" ], "where": [ - 2369 + 2370 ] } ], "game_versions_aggregate": [ - 2365, + 2366, { "distinct_on": [ - 2384, + 2385, "[game_versions_select_column!]" ], "limit": [ @@ -176258,16 +177439,16 @@ export default { 41 ], "order_by": [ - 2381, + 2382, "[game_versions_order_by!]" ], "where": [ - 2369 + 2370 ] } ], "game_versions_by_pk": [ - 2364, + 2365, { "build_id": [ 41, @@ -176276,10 +177457,10 @@ export default { } ], "gamedata_signature_validations": [ - 2397, + 2398, { "distinct_on": [ - 2416, + 2417, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -176289,19 +177470,19 @@ export default { 41 ], "order_by": [ - 2413, + 2414, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2402 + 2403 ] } ], "gamedata_signature_validations_aggregate": [ - 2398, + 2399, { "distinct_on": [ - 2416, + 2417, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -176311,19 +177492,19 @@ export default { 41 ], "order_by": [ - 2413, + 2414, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2402 + 2403 ] } ], "gamedata_signature_validations_by_pk": [ - 2397, + 2398, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -176359,7 +177540,7 @@ export default { 37, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "target_steam_id": [ @@ -176444,14 +177625,14 @@ export default { 110 ], "get_event_leaderboard": [ - 2441, + 2442, { "args": [ - 2429, + 2430, "get_event_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176461,23 +177642,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_event_leaderboard_aggregate": [ - 2442, + 2443, { "args": [ - 2429, + 2430, "get_event_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176487,23 +177668,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_leaderboard": [ - 2441, + 2442, { "args": [ - 2430, + 2431, "get_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176513,23 +177694,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_leaderboard_aggregate": [ - 2442, + 2443, { "args": [ - 2430, + 2431, "get_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176539,23 +177720,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_league_season_leaderboard": [ - 2441, + 2442, { "args": [ - 2431, + 2432, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176565,23 +177746,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_league_season_leaderboard_aggregate": [ - 2442, + 2443, { "args": [ - 2431, + 2432, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176591,23 +177772,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_player_leaderboard_rank": [ - 4088, + 4089, { "args": [ - 2432, + 2433, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -176617,23 +177798,23 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "get_player_leaderboard_rank_aggregate": [ - 4089, + 4090, { "args": [ - 2432, + 2433, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -176643,23 +177824,23 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "get_tournament_leaderboard": [ - 5424, + 5494, { "args": [ - 2433, + 2434, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -176669,23 +177850,23 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "get_tournament_leaderboard_aggregate": [ - 5425, + 5495, { "args": [ - 2433, + 2434, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -176695,19 +177876,19 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "leaderboard_entries": [ - 2441, + 2442, { "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176717,19 +177898,19 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "leaderboard_entries_aggregate": [ - 2442, + 2443, { "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -176739,19 +177920,19 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "league_divisions": [ - 2465, + 2466, { "distinct_on": [ - 2480, + 2481, "[league_divisions_select_column!]" ], "limit": [ @@ -176761,19 +177942,19 @@ export default { 41 ], "order_by": [ - 2478, + 2479, "[league_divisions_order_by!]" ], "where": [ - 2469 + 2470 ] } ], "league_divisions_aggregate": [ - 2466, + 2467, { "distinct_on": [ - 2480, + 2481, "[league_divisions_select_column!]" ], "limit": [ @@ -176783,28 +177964,28 @@ export default { 41 ], "order_by": [ - 2478, + 2479, "[league_divisions_order_by!]" ], "where": [ - 2469 + 2470 ] } ], "league_divisions_by_pk": [ - 2465, + 2466, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_match_weeks": [ - 2493, + 2494, { "distinct_on": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "limit": [ @@ -176814,19 +177995,19 @@ export default { 41 ], "order_by": [ - 2512, + 2513, "[league_match_weeks_order_by!]" ], "where": [ - 2502 + 2503 ] } ], "league_match_weeks_aggregate": [ - 2494, + 2495, { "distinct_on": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "limit": [ @@ -176836,28 +178017,28 @@ export default { 41 ], "order_by": [ - 2512, + 2513, "[league_match_weeks_order_by!]" ], "where": [ - 2502 + 2503 ] } ], "league_match_weeks_by_pk": [ - 2493, + 2494, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_relegation_playoffs": [ - 2534, + 2535, { "distinct_on": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -176867,19 +178048,19 @@ export default { 41 ], "order_by": [ - 2553, + 2554, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2543 + 2544 ] } ], "league_relegation_playoffs_aggregate": [ - 2535, + 2536, { "distinct_on": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -176889,28 +178070,28 @@ export default { 41 ], "order_by": [ - 2553, + 2554, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2543 + 2544 ] } ], "league_relegation_playoffs_by_pk": [ - 2534, + 2535, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_scheduling_proposals": [ - 2575, + 2576, { "distinct_on": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -176920,19 +178101,19 @@ export default { 41 ], "order_by": [ - 2594, + 2595, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2584 + 2585 ] } ], "league_scheduling_proposals_aggregate": [ - 2576, + 2577, { "distinct_on": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -176942,28 +178123,28 @@ export default { 41 ], "order_by": [ - 2594, + 2595, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2584 + 2585 ] } ], "league_scheduling_proposals_by_pk": [ - 2575, + 2576, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_season_divisions": [ - 2616, + 2617, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -176973,19 +178154,19 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "league_season_divisions_aggregate": [ - 2617, + 2618, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -176995,28 +178176,28 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "league_season_divisions_by_pk": [ - 2616, + 2617, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_seasons": [ - 2641, + 2642, { "distinct_on": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "limit": [ @@ -177026,19 +178207,19 @@ export default { 41 ], "order_by": [ - 2658, + 2659, "[league_seasons_order_by!]" ], "where": [ - 2646 + 2647 ] } ], "league_seasons_aggregate": [ - 2642, + 2643, { "distinct_on": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "limit": [ @@ -177048,28 +178229,28 @@ export default { 41 ], "order_by": [ - 2658, + 2659, "[league_seasons_order_by!]" ], "where": [ - 2646 + 2647 ] } ], "league_seasons_by_pk": [ - 2641, + 2642, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_team_movements": [ - 2674, + 2675, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -177079,19 +178260,19 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "league_team_movements_aggregate": [ - 2675, + 2676, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -177101,28 +178282,28 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "league_team_movements_by_pk": [ - 2674, + 2675, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_team_rosters": [ - 2715, + 2716, { "distinct_on": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "limit": [ @@ -177132,19 +178313,19 @@ export default { 41 ], "order_by": [ - 2734, + 2735, "[league_team_rosters_order_by!]" ], "where": [ - 2724 + 2725 ] } ], "league_team_rosters_aggregate": [ - 2716, + 2717, { "distinct_on": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "limit": [ @@ -177154,32 +178335,32 @@ export default { 41 ], "order_by": [ - 2734, + 2735, "[league_team_rosters_order_by!]" ], "where": [ - 2724 + 2725 ] } ], "league_team_rosters_by_pk": [ - 2715, + 2716, { "league_team_season_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "league_team_seasons": [ - 2756, + 2757, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -177189,19 +178370,19 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "league_team_seasons_aggregate": [ - 2757, + 2758, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -177211,28 +178392,28 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "league_team_seasons_by_pk": [ - 2756, + 2757, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_teams": [ - 2798, + 2799, { "distinct_on": [ - 2811, + 2812, "[league_teams_select_column!]" ], "limit": [ @@ -177242,19 +178423,19 @@ export default { 41 ], "order_by": [ - 2809, + 2810, "[league_teams_order_by!]" ], "where": [ - 2801 + 2802 ] } ], "league_teams_aggregate": [ - 2799, + 2800, { "distinct_on": [ - 2811, + 2812, "[league_teams_select_column!]" ], "limit": [ @@ -177264,19 +178445,19 @@ export default { 41 ], "order_by": [ - 2809, + 2810, "[league_teams_order_by!]" ], "where": [ - 2801 + 2802 ] } ], "league_teams_by_pk": [ - 2798, + 2799, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -177297,10 +178478,10 @@ export default { } ], "lobbies": [ - 2817, + 2818, { "distinct_on": [ - 2830, + 2831, "[lobbies_select_column!]" ], "limit": [ @@ -177310,19 +178491,19 @@ export default { 41 ], "order_by": [ - 2828, + 2829, "[lobbies_order_by!]" ], "where": [ - 2820 + 2821 ] } ], "lobbies_aggregate": [ - 2818, + 2819, { "distinct_on": [ - 2830, + 2831, "[lobbies_select_column!]" ], "limit": [ @@ -177332,28 +178513,28 @@ export default { 41 ], "order_by": [ - 2828, + 2829, "[lobbies_order_by!]" ], "where": [ - 2820 + 2821 ] } ], "lobbies_by_pk": [ - 2817, + 2818, { "id": [ - 6603, + 6672, "uuid!" ] } ], "lobby_players": [ - 2836, + 2837, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -177363,19 +178544,19 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], "lobby_players_aggregate": [ - 2837, + 2838, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -177385,32 +178566,32 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], "lobby_players_by_pk": [ - 2836, + 2837, { "lobby_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "map_callouts": [ - 2881, + 2882, { "distinct_on": [ - 2898, + 2899, "[map_callouts_select_column!]" ], "limit": [ @@ -177420,19 +178601,19 @@ export default { 41 ], "order_by": [ - 2895, + 2896, "[map_callouts_order_by!]" ], "where": [ - 2885 + 2886 ] } ], "map_callouts_aggregate": [ - 2882, + 2883, { "distinct_on": [ - 2898, + 2899, "[map_callouts_select_column!]" ], "limit": [ @@ -177442,16 +178623,16 @@ export default { 41 ], "order_by": [ - 2895, + 2896, "[map_callouts_order_by!]" ], "where": [ - 2885 + 2886 ] } ], "map_callouts_by_pk": [ - 2881, + 2882, { "map_name": [ 85, @@ -177464,10 +178645,10 @@ export default { } ], "map_pools": [ - 2904, + 2905, { "distinct_on": [ - 2917, + 2918, "[map_pools_select_column!]" ], "limit": [ @@ -177477,19 +178658,19 @@ export default { 41 ], "order_by": [ - 2915, + 2916, "[map_pools_order_by!]" ], "where": [ - 2907 + 2908 ] } ], "map_pools_aggregate": [ - 2905, + 2906, { "distinct_on": [ - 2917, + 2918, "[map_pools_select_column!]" ], "limit": [ @@ -177499,28 +178680,28 @@ export default { 41 ], "order_by": [ - 2915, + 2916, "[map_pools_order_by!]" ], "where": [ - 2907 + 2908 ] } ], "map_pools_by_pk": [ - 2904, + 2905, { "id": [ - 6603, + 6672, "uuid!" ] } ], "maps": [ - 2923, + 2924, { "distinct_on": [ - 2944, + 2945, "[maps_select_column!]" ], "limit": [ @@ -177530,19 +178711,19 @@ export default { 41 ], "order_by": [ - 2942, + 2943, "[maps_order_by!]" ], "where": [ - 2932 + 2933 ] } ], "maps_aggregate": [ - 2924, + 2925, { "distinct_on": [ - 2944, + 2945, "[maps_select_column!]" ], "limit": [ @@ -177552,28 +178733,28 @@ export default { 41 ], "order_by": [ - 2942, + 2943, "[maps_order_by!]" ], "where": [ - 2932 + 2933 ] } ], "maps_by_pk": [ - 2923, + 2924, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_clips": [ - 2952, + 2953, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -177583,19 +178764,19 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_aggregate": [ - 2953, + 2954, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -177605,28 +178786,28 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_by_pk": [ - 2952, + 2953, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_demo_sessions": [ - 2994, + 2995, { "distinct_on": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -177636,19 +178817,19 @@ export default { 41 ], "order_by": [ - 3017, + 3018, "[match_demo_sessions_order_by!]" ], "where": [ - 3004 + 3005 ] } ], "match_demo_sessions_aggregate": [ - 2995, + 2996, { "distinct_on": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -177658,28 +178839,28 @@ export default { 41 ], "order_by": [ - 3017, + 3018, "[match_demo_sessions_order_by!]" ], "where": [ - 3004 + 3005 ] } ], "match_demo_sessions_by_pk": [ - 2994, + 2995, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_lineup_players": [ - 3040, + 3041, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -177689,19 +178870,19 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "match_lineup_players_aggregate": [ - 3041, + 3042, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -177711,28 +178892,28 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "match_lineup_players_by_pk": [ - 3040, + 3041, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_lineups": [ - 3085, + 3086, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -177742,19 +178923,19 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "match_lineups_aggregate": [ - 3086, + 3087, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -177764,28 +178945,28 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "match_lineups_by_pk": [ - 3085, + 3086, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_map_demos": [ - 3127, + 3128, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -177795,19 +178976,19 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "match_map_demos_aggregate": [ - 3128, + 3129, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -177817,28 +178998,28 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "match_map_demos_by_pk": [ - 3127, + 3128, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_map_rounds": [ - 3178, + 3179, { "distinct_on": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "limit": [ @@ -177848,19 +179029,19 @@ export default { 41 ], "order_by": [ - 3197, + 3198, "[match_map_rounds_order_by!]" ], "where": [ - 3187 + 3188 ] } ], "match_map_rounds_aggregate": [ - 3179, + 3180, { "distinct_on": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "limit": [ @@ -177870,28 +179051,28 @@ export default { 41 ], "order_by": [ - 3197, + 3198, "[match_map_rounds_order_by!]" ], "where": [ - 3187 + 3188 ] } ], "match_map_rounds_by_pk": [ - 3178, + 3179, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_map_veto_picks": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -177901,19 +179082,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_map_veto_picks_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -177923,28 +179104,28 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_map_veto_picks_by_pk": [ - 3219, + 3220, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_maps": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -177954,19 +179135,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -177976,28 +179157,28 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_by_pk": [ - 3247, + 3248, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_options": [ - 3289, + 3290, { "distinct_on": [ - 3313, + 3314, "[match_options_select_column!]" ], "limit": [ @@ -178007,19 +179188,19 @@ export default { 41 ], "order_by": [ - 3311, + 3312, "[match_options_order_by!]" ], "where": [ - 3300 + 3301 ] } ], "match_options_aggregate": [ - 3290, + 3291, { "distinct_on": [ - 3313, + 3314, "[match_options_select_column!]" ], "limit": [ @@ -178029,28 +179210,28 @@ export default { 41 ], "order_by": [ - 3311, + 3312, "[match_options_order_by!]" ], "where": [ - 3300 + 3301 ] } ], "match_options_by_pk": [ - 3289, + 3290, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_region_veto_picks": [ - 3335, + 3336, { "distinct_on": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -178060,19 +179241,19 @@ export default { 41 ], "order_by": [ - 3353, + 3354, "[match_region_veto_picks_order_by!]" ], "where": [ - 3344 + 3345 ] } ], "match_region_veto_picks_aggregate": [ - 3336, + 3337, { "distinct_on": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -178082,28 +179263,28 @@ export default { 41 ], "order_by": [ - 3353, + 3354, "[match_region_veto_picks_order_by!]" ], "where": [ - 3344 + 3345 ] } ], "match_region_veto_picks_by_pk": [ - 3335, + 3336, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_streams": [ - 3363, + 3364, { "distinct_on": [ - 3391, + 3392, "[match_streams_select_column!]" ], "limit": [ @@ -178113,19 +179294,19 @@ export default { 41 ], "order_by": [ - 3388, + 3389, "[match_streams_order_by!]" ], "where": [ - 3375 + 3376 ] } ], "match_streams_aggregate": [ - 3364, + 3365, { "distinct_on": [ - 3391, + 3392, "[match_streams_select_column!]" ], "limit": [ @@ -178135,28 +179316,28 @@ export default { 41 ], "order_by": [ - 3388, + 3389, "[match_streams_order_by!]" ], "where": [ - 3375 + 3376 ] } ], "match_streams_by_pk": [ - 3363, + 3364, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_type_cfgs": [ - 3413, + 3414, { "distinct_on": [ - 3425, + 3426, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -178166,19 +179347,19 @@ export default { 41 ], "order_by": [ - 3423, + 3424, "[match_type_cfgs_order_by!]" ], "where": [ - 3416 + 3417 ] } ], "match_type_cfgs_aggregate": [ - 3414, + 3415, { "distinct_on": [ - 3425, + 3426, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -178188,28 +179369,28 @@ export default { 41 ], "order_by": [ - 3423, + 3424, "[match_type_cfgs_order_by!]" ], "where": [ - 3416 + 3417 ] } ], "match_type_cfgs_by_pk": [ - 3413, + 3414, { "type": [ - 875, + 876, "e_game_cfg_types_enum!" ] } ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -178219,19 +179400,19 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_aggregate": [ - 3432, + 3433, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -178241,19 +179422,19 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_by_pk": [ - 3431, + 3432, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -178262,10 +179443,10 @@ export default { 49 ], "migration_hashes_hashes": [ - 3477, + 3478, { "distinct_on": [ - 3489, + 3490, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -178275,19 +179456,19 @@ export default { 41 ], "order_by": [ - 3487, + 3488, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3480 + 3481 ] } ], "migration_hashes_hashes_aggregate": [ - 3478, + 3479, { "distinct_on": [ - 3489, + 3490, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -178297,16 +179478,16 @@ export default { 41 ], "order_by": [ - 3487, + 3488, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3480 + 3481 ] } ], "migration_hashes_hashes_by_pk": [ - 3477, + 3478, { "name": [ 85, @@ -178315,10 +179496,10 @@ export default { } ], "my_friends": [ - 3495, + 3496, { "distinct_on": [ - 3520, + 3521, "[my_friends_select_column!]" ], "limit": [ @@ -178328,19 +179509,19 @@ export default { 41 ], "order_by": [ - 3518, + 3519, "[my_friends_order_by!]" ], "where": [ - 3507 + 3508 ] } ], "my_friends_aggregate": [ - 3496, + 3497, { "distinct_on": [ - 3520, + 3521, "[my_friends_select_column!]" ], "limit": [ @@ -178350,11 +179531,11 @@ export default { 41 ], "order_by": [ - 3518, + 3519, "[my_friends_order_by!]" ], "where": [ - 3507 + 3508 ] } ], @@ -178362,7 +179543,7 @@ export default { 52, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -178371,10 +179552,10 @@ export default { 52 ], "news_articles": [ - 3541, + 3542, { "distinct_on": [ - 3555, + 3556, "[news_articles_select_column!]" ], "limit": [ @@ -178384,19 +179565,19 @@ export default { 41 ], "order_by": [ - 3553, + 3554, "[news_articles_order_by!]" ], "where": [ - 3545 + 3546 ] } ], "news_articles_aggregate": [ - 3542, + 3543, { "distinct_on": [ - 3555, + 3556, "[news_articles_select_column!]" ], "limit": [ @@ -178406,28 +179587,28 @@ export default { 41 ], "order_by": [ - 3553, + 3554, "[news_articles_order_by!]" ], "where": [ - 3545 + 3546 ] } ], "news_articles_by_pk": [ - 3541, + 3542, { "id": [ - 6603, + 6672, "uuid!" ] } ], "notification_preferences": [ - 3568, + 3569, { "distinct_on": [ - 3582, + 3583, "[notification_preferences_select_column!]" ], "limit": [ @@ -178437,19 +179618,19 @@ export default { 41 ], "order_by": [ - 3580, + 3581, "[notification_preferences_order_by!]" ], "where": [ - 3572 + 3573 ] } ], "notification_preferences_aggregate": [ - 3569, + 3570, { "distinct_on": [ - 3582, + 3583, "[notification_preferences_select_column!]" ], "limit": [ @@ -178459,16 +179640,16 @@ export default { 41 ], "order_by": [ - 3580, + 3581, "[notification_preferences_order_by!]" ], "where": [ - 3572 + 3573 ] } ], "notification_preferences_by_pk": [ - 3568, + 3569, { "channel": [ 85, @@ -178479,16 +179660,16 @@ export default { "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "notifications": [ - 3595, + 3596, { "distinct_on": [ - 3623, + 3624, "[notifications_select_column!]" ], "limit": [ @@ -178498,19 +179679,19 @@ export default { 41 ], "order_by": [ - 3620, + 3621, "[notifications_order_by!]" ], "where": [ - 3607 + 3608 ] } ], "notifications_aggregate": [ - 3596, + 3597, { "distinct_on": [ - 3623, + 3624, "[notifications_select_column!]" ], "limit": [ @@ -178520,28 +179701,28 @@ export default { 41 ], "order_by": [ - 3620, + 3621, "[notifications_order_by!]" ], "where": [ - 3607 + 3608 ] } ], "notifications_by_pk": [ - 3595, + 3596, { "id": [ - 6603, + 6672, "uuid!" ] } ], "pending_match_import_players": [ - 3648, + 3649, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -178551,19 +179732,19 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "pending_match_import_players_aggregate": [ - 3649, + 3650, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -178573,32 +179754,32 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "pending_match_import_players_by_pk": [ - 3648, + 3649, { "steam_id": [ - 311, + 312, "bigint!" ], "valve_match_id": [ - 3645, + 3646, "numeric!" ] } ], "pending_match_imports": [ - 3689, + 3690, { "distinct_on": [ - 3704, + 3705, "[pending_match_imports_select_column!]" ], "limit": [ @@ -178608,19 +179789,19 @@ export default { 41 ], "order_by": [ - 3702, + 3703, "[pending_match_imports_order_by!]" ], "where": [ - 3693 + 3694 ] } ], "pending_match_imports_aggregate": [ - 3690, + 3691, { "distinct_on": [ - 3704, + 3705, "[pending_match_imports_select_column!]" ], "limit": [ @@ -178630,28 +179811,28 @@ export default { 41 ], "order_by": [ - 3702, + 3703, "[pending_match_imports_order_by!]" ], "where": [ - 3693 + 3694 ] } ], "pending_match_imports_by_pk": [ - 3689, + 3690, { "valve_match_id": [ - 3645, + 3646, "numeric!" ] } ], "player_aim_stats_demo": [ - 3717, + 3718, { "distinct_on": [ - 3731, + 3732, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -178661,19 +179842,19 @@ export default { 41 ], "order_by": [ - 3729, + 3730, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3721 + 3722 ] } ], "player_aim_stats_demo_aggregate": [ - 3718, + 3719, { "distinct_on": [ - 3731, + 3732, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -178683,32 +179864,32 @@ export default { 41 ], "order_by": [ - 3729, + 3730, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3721 + 3722 ] } ], "player_aim_stats_demo_by_pk": [ - 3717, + 3718, { "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ] } ], "player_aim_weapon_stats": [ - 3744, + 3745, { "distinct_on": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -178718,19 +179899,19 @@ export default { 41 ], "order_by": [ - 3763, + 3764, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3753 + 3754 ] } ], "player_aim_weapon_stats_aggregate": [ - 3745, + 3746, { "distinct_on": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -178740,23 +179921,23 @@ export default { 41 ], "order_by": [ - 3763, + 3764, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3753 + 3754 ] } ], "player_aim_weapon_stats_by_pk": [ - 3744, + 3745, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ], "weapon_class": [ @@ -178766,10 +179947,10 @@ export default { } ], "player_assists": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -178779,19 +179960,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_assists_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -178801,40 +179982,40 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_assists_by_pk": [ - 3785, + 3786, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_career_stats_v": [ - 3830, + 3831, { "distinct_on": [ - 3838, + 3839, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -178844,19 +180025,19 @@ export default { 41 ], "order_by": [ - 3837, + 3838, "[player_career_stats_v_order_by!]" ], "where": [ - 3834 + 3835 ] } ], "player_career_stats_v_aggregate": [ - 3831, + 3832, { "distinct_on": [ - 3838, + 3839, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -178866,19 +180047,19 @@ export default { 41 ], "order_by": [ - 3837, + 3838, "[player_career_stats_v_order_by!]" ], "where": [ - 3834 + 3835 ] } ], "player_damages": [ - 3848, + 3849, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -178888,19 +180069,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_damages_aggregate": [ - 3849, + 3850, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -178910,36 +180091,36 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_damages_by_pk": [ - 3848, + 3849, { "id": [ - 6603, + 6672, "uuid!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_elo": [ - 3889, + 3890, { "distinct_on": [ - 3903, + 3904, "[player_elo_select_column!]" ], "limit": [ @@ -178949,19 +180130,19 @@ export default { 41 ], "order_by": [ - 3901, + 3902, "[player_elo_order_by!]" ], "where": [ - 3893 + 3894 ] } ], "player_elo_aggregate": [ - 3890, + 3891, { "distinct_on": [ - 3903, + 3904, "[player_elo_select_column!]" ], "limit": [ @@ -178971,36 +180152,36 @@ export default { 41 ], "order_by": [ - 3901, + 3902, "[player_elo_order_by!]" ], "where": [ - 3893 + 3894 ] } ], "player_elo_by_pk": [ - 3889, + 3890, { "match_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ], "type": [ - 1224, + 1225, "e_match_types_enum!" ] } ], "player_faceit_rank_history": [ - 3916, + 3917, { "distinct_on": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -179010,19 +180191,19 @@ export default { 41 ], "order_by": [ - 3935, + 3936, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3925 + 3926 ] } ], "player_faceit_rank_history_aggregate": [ - 3917, + 3918, { "distinct_on": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -179032,28 +180213,28 @@ export default { 41 ], "order_by": [ - 3935, + 3936, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3925 + 3926 ] } ], "player_faceit_rank_history_by_pk": [ - 3916, + 3917, { "id": [ - 6603, + 6672, "uuid!" ] } ], "player_flashes": [ - 3957, + 3958, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -179063,19 +180244,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "player_flashes_aggregate": [ - 3958, + 3959, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -179085,40 +180266,40 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "player_flashes_by_pk": [ - 3957, + 3958, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_kills": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -179128,19 +180309,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_kills_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -179150,40 +180331,40 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_kills_by_pk": [ - 4002, + 4003, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 4014, + 4015, { "distinct_on": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -179193,19 +180374,19 @@ export default { 41 ], "order_by": [ - 4033, + 4034, "[player_kills_by_weapon_order_by!]" ], "where": [ - 4023 + 4024 ] } ], "player_kills_by_weapon_aggregate": [ - 4015, + 4016, { "distinct_on": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -179215,19 +180396,19 @@ export default { 41 ], "order_by": [ - 4033, + 4034, "[player_kills_by_weapon_order_by!]" ], "where": [ - 4023 + 4024 ] } ], "player_kills_by_weapon_by_pk": [ - 4014, + 4015, { "player_steam_id": [ - 311, + 312, "bigint!" ], "with": [ @@ -179237,10 +180418,10 @@ export default { } ], "player_leaderboard_rank": [ - 4088, + 4089, { "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -179250,19 +180431,19 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "player_leaderboard_rank_aggregate": [ - 4089, + 4090, { "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -179272,19 +180453,19 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "player_match_map_stats": [ - 4111, + 4112, { "distinct_on": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -179294,19 +180475,19 @@ export default { 41 ], "order_by": [ - 4130, + 4131, "[player_match_map_stats_order_by!]" ], "where": [ - 4120 + 4121 ] } ], "player_match_map_stats_aggregate": [ - 4112, + 4113, { "distinct_on": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -179316,32 +180497,32 @@ export default { 41 ], "order_by": [ - 4130, + 4131, "[player_match_map_stats_order_by!]" ], "where": [ - 4120 + 4121 ] } ], "player_match_map_stats_by_pk": [ - 4111, + 4112, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "player_match_performance_v": [ - 4152, + 4153, { "distinct_on": [ - 4160, + 4161, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -179351,19 +180532,19 @@ export default { 41 ], "order_by": [ - 4159, + 4160, "[player_match_performance_v_order_by!]" ], "where": [ - 4156 + 4157 ] } ], "player_match_performance_v_aggregate": [ - 4153, + 4154, { "distinct_on": [ - 4160, + 4161, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -179373,19 +180554,19 @@ export default { 41 ], "order_by": [ - 4159, + 4160, "[player_match_performance_v_order_by!]" ], "where": [ - 4156 + 4157 ] } ], "player_match_stats_v": [ - 4170, + 4171, { "distinct_on": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -179395,19 +180576,19 @@ export default { 41 ], "order_by": [ - 4185, + 4186, "[player_match_stats_v_order_by!]" ], "where": [ - 4179 + 4180 ] } ], "player_match_stats_v_aggregate": [ - 4171, + 4172, { "distinct_on": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -179417,19 +180598,19 @@ export default { 41 ], "order_by": [ - 4185, + 4186, "[player_match_stats_v_order_by!]" ], "where": [ - 4179 + 4180 ] } ], "player_objectives": [ - 4203, + 4204, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -179439,19 +180620,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_objectives_aggregate": [ - 4204, + 4205, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -179461,36 +180642,36 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_objectives_by_pk": [ - 4203, + 4204, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_performance_v": [ - 4244, + 4245, { "distinct_on": [ - 4252, + 4253, "[player_performance_v_select_column!]" ], "limit": [ @@ -179500,19 +180681,19 @@ export default { 41 ], "order_by": [ - 4251, + 4252, "[player_performance_v_order_by!]" ], "where": [ - 4248 + 4249 ] } ], "player_performance_v_aggregate": [ - 4245, + 4246, { "distinct_on": [ - 4252, + 4253, "[player_performance_v_select_column!]" ], "limit": [ @@ -179522,19 +180703,19 @@ export default { 41 ], "order_by": [ - 4251, + 4252, "[player_performance_v_order_by!]" ], "where": [ - 4248 + 4249 ] } ], "player_premier_rank_history": [ - 4262, + 4263, { "distinct_on": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -179544,19 +180725,19 @@ export default { 41 ], "order_by": [ - 4281, + 4282, "[player_premier_rank_history_order_by!]" ], "where": [ - 4271 + 4272 ] } ], "player_premier_rank_history_aggregate": [ - 4263, + 4264, { "distinct_on": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -179566,28 +180747,28 @@ export default { 41 ], "order_by": [ - 4281, + 4282, "[player_premier_rank_history_order_by!]" ], "where": [ - 4271 + 4272 ] } ], "player_premier_rank_history_by_pk": [ - 4262, + 4263, { "id": [ - 6603, + 6672, "uuid!" ] } ], "player_sanctions": [ - 4303, + 4304, { "distinct_on": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "limit": [ @@ -179597,19 +180778,19 @@ export default { 41 ], "order_by": [ - 4322, + 4323, "[player_sanctions_order_by!]" ], "where": [ - 4312 + 4313 ] } ], "player_sanctions_aggregate": [ - 4304, + 4305, { "distinct_on": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "limit": [ @@ -179619,32 +180800,32 @@ export default { 41 ], "order_by": [ - 4322, + 4323, "[player_sanctions_order_by!]" ], "where": [ - 4312 + 4313 ] } ], "player_sanctions_by_pk": [ - 4303, + 4304, { "created_at": [ - 5242, + 5243, "timestamptz!" ], "id": [ - 6603, + 6672, "uuid!" ] } ], "player_season_stats": [ - 4344, + 4345, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -179654,19 +180835,19 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "player_season_stats_aggregate": [ - 4345, + 4346, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -179676,32 +180857,32 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "player_season_stats_by_pk": [ - 4344, + 4345, { "player_steam_id": [ - 311, + 312, "bigint!" ], "season_id": [ - 6603, + 6672, "uuid!" ] } ], "player_stats": [ - 4403, + 4404, { "distinct_on": [ - 4418, + 4419, "[player_stats_select_column!]" ], "limit": [ @@ -179711,19 +180892,19 @@ export default { 41 ], "order_by": [ - 4416, + 4417, "[player_stats_order_by!]" ], "where": [ - 4407 + 4408 ] } ], "player_stats_aggregate": [ - 4404, + 4405, { "distinct_on": [ - 4418, + 4419, "[player_stats_select_column!]" ], "limit": [ @@ -179733,28 +180914,28 @@ export default { 41 ], "order_by": [ - 4416, + 4417, "[player_stats_order_by!]" ], "where": [ - 4407 + 4408 ] } ], "player_stats_by_pk": [ - 4403, + 4404, { "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "player_steam_bot_friend": [ - 4431, + 4432, { "distinct_on": [ - 4450, + 4451, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -179764,19 +180945,19 @@ export default { 41 ], "order_by": [ - 4447, + 4448, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4436 + 4437 ] } ], "player_steam_bot_friend_aggregate": [ - 4432, + 4433, { "distinct_on": [ - 4450, + 4451, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -179786,28 +180967,28 @@ export default { 41 ], "order_by": [ - 4447, + 4448, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4436 + 4437 ] } ], "player_steam_bot_friend_by_pk": [ - 4431, + 4432, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "player_steam_match_auth": [ - 4463, + 4464, { "distinct_on": [ - 4477, + 4478, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -179817,19 +180998,19 @@ export default { 41 ], "order_by": [ - 4475, + 4476, "[player_steam_match_auth_order_by!]" ], "where": [ - 4467 + 4468 ] } ], "player_steam_match_auth_aggregate": [ - 4464, + 4465, { "distinct_on": [ - 4477, + 4478, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -179839,28 +181020,28 @@ export default { 41 ], "order_by": [ - 4475, + 4476, "[player_steam_match_auth_order_by!]" ], "where": [ - 4467 + 4468 ] } ], "player_steam_match_auth_by_pk": [ - 4463, + 4464, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "player_unused_utility": [ - 4490, + 4491, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -179870,19 +181051,19 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utility_aggregate": [ - 4491, + 4492, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -179892,32 +181073,32 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utility_by_pk": [ - 4490, + 4491, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "player_utility": [ - 4531, + 4532, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -179927,19 +181108,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "player_utility_aggregate": [ - 4532, + 4533, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -179949,36 +181130,36 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "player_utility_by_pk": [ - 4531, + 4532, { "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_weapon_stats_v": [ - 4572, + 4573, { "distinct_on": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -179988,19 +181169,19 @@ export default { 41 ], "order_by": [ - 4587, + 4588, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4581 + 4582 ] } ], "player_weapon_stats_v_aggregate": [ - 4573, + 4574, { "distinct_on": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -180010,19 +181191,19 @@ export default { 41 ], "order_by": [ - 4587, + 4588, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4581 + 4582 ] } ], "players": [ - 4605, + 4606, { "distinct_on": [ - 4620, + 4621, "[players_select_column!]" ], "limit": [ @@ -180032,19 +181213,19 @@ export default { 41 ], "order_by": [ - 4618, + 4619, "[players_order_by!]" ], "where": [ - 4609 + 4610 ] } ], "players_aggregate": [ - 4606, + 4607, { "distinct_on": [ - 4620, + 4621, "[players_select_column!]" ], "limit": [ @@ -180054,28 +181235,28 @@ export default { 41 ], "order_by": [ - 4618, + 4619, "[players_order_by!]" ], "where": [ - 4609 + 4610 ] } ], "players_by_pk": [ - 4605, + 4606, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "plugin_versions": [ - 4633, + 4634, { "distinct_on": [ - 4647, + 4648, "[plugin_versions_select_column!]" ], "limit": [ @@ -180085,19 +181266,19 @@ export default { 41 ], "order_by": [ - 4645, + 4646, "[plugin_versions_order_by!]" ], "where": [ - 4637 + 4638 ] } ], "plugin_versions_aggregate": [ - 4634, + 4635, { "distinct_on": [ - 4647, + 4648, "[plugin_versions_select_column!]" ], "limit": [ @@ -180107,19 +181288,19 @@ export default { 41 ], "order_by": [ - 4645, + 4646, "[plugin_versions_order_by!]" ], "where": [ - 4637 + 4638 ] } ], "plugin_versions_by_pk": [ - 4633, + 4634, { "runtime": [ - 1305, + 1306, "e_plugin_runtimes_enum!" ], "version": [ @@ -180129,10 +181310,10 @@ export default { } ], "push_subscriptions": [ - 4660, + 4661, { "distinct_on": [ - 4674, + 4675, "[push_subscriptions_select_column!]" ], "limit": [ @@ -180142,19 +181323,19 @@ export default { 41 ], "order_by": [ - 4672, + 4673, "[push_subscriptions_order_by!]" ], "where": [ - 4664 + 4665 ] } ], "push_subscriptions_aggregate": [ - 4661, + 4662, { "distinct_on": [ - 4674, + 4675, "[push_subscriptions_select_column!]" ], "limit": [ @@ -180164,19 +181345,19 @@ export default { 41 ], "order_by": [ - 4672, + 4673, "[push_subscriptions_order_by!]" ], "where": [ - 4664 + 4665 ] } ], "push_subscriptions_by_pk": [ - 4660, + 4661, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -180198,10 +181379,10 @@ export default { } ], "role_permissions": [ - 4691, + 4692, { "distinct_on": [ - 4700, + 4701, "[role_permissions_select_column!]" ], "limit": [ @@ -180211,19 +181392,19 @@ export default { 41 ], "order_by": [ - 4699, + 4700, "[role_permissions_order_by!]" ], "where": [ - 4694 + 4695 ] } ], "role_permissions_aggregate": [ - 4692, + 4693, { "distinct_on": [ - 4700, + 4701, "[role_permissions_select_column!]" ], "limit": [ @@ -180233,19 +181414,19 @@ export default { 41 ], "order_by": [ - 4699, + 4700, "[role_permissions_order_by!]" ], "where": [ - 4694 + 4695 ] } ], "seasons": [ - 4705, + 4706, { "distinct_on": [ - 4720, + 4721, "[seasons_select_column!]" ], "limit": [ @@ -180255,19 +181436,19 @@ export default { 41 ], "order_by": [ - 4718, + 4719, "[seasons_order_by!]" ], "where": [ - 4709 + 4710 ] } ], "seasons_aggregate": [ - 4706, + 4707, { "distinct_on": [ - 4720, + 4721, "[seasons_select_column!]" ], "limit": [ @@ -180277,28 +181458,28 @@ export default { 41 ], "order_by": [ - 4718, + 4719, "[seasons_order_by!]" ], "where": [ - 4709 + 4710 ] } ], "seasons_by_pk": [ - 4705, + 4706, { "id": [ - 6603, + 6672, "uuid!" ] } ], "server_regions": [ - 4733, + 4734, { "distinct_on": [ - 4747, + 4748, "[server_regions_select_column!]" ], "limit": [ @@ -180308,19 +181489,19 @@ export default { 41 ], "order_by": [ - 4745, + 4746, "[server_regions_order_by!]" ], "where": [ - 4737 + 4738 ] } ], "server_regions_aggregate": [ - 4734, + 4735, { "distinct_on": [ - 4747, + 4748, "[server_regions_select_column!]" ], "limit": [ @@ -180330,16 +181511,16 @@ export default { 41 ], "order_by": [ - 4745, + 4746, "[server_regions_order_by!]" ], "where": [ - 4737 + 4738 ] } ], "server_regions_by_pk": [ - 4733, + 4734, { "value": [ 85, @@ -180348,10 +181529,10 @@ export default { } ], "servers": [ - 4760, + 4761, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -180361,19 +181542,19 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "servers_aggregate": [ - 4761, + 4762, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -180383,28 +181564,28 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "servers_by_pk": [ - 4760, + 4761, { "id": [ - 6603, + 6672, "uuid!" ] } ], "settings": [ - 4811, + 4812, { "distinct_on": [ - 4823, + 4824, "[settings_select_column!]" ], "limit": [ @@ -180414,19 +181595,19 @@ export default { 41 ], "order_by": [ - 4821, + 4822, "[settings_order_by!]" ], "where": [ - 4814 + 4815 ] } ], "settings_aggregate": [ - 4812, + 4813, { "distinct_on": [ - 4823, + 4824, "[settings_select_column!]" ], "limit": [ @@ -180436,16 +181617,16 @@ export default { 41 ], "order_by": [ - 4821, + 4822, "[settings_order_by!]" ], "where": [ - 4814 + 4815 ] } ], "settings_by_pk": [ - 4811, + 4812, { "name": [ 85, @@ -180457,10 +181638,10 @@ export default { 79 ], "steam_account_claims": [ - 4831, + 4832, { "distinct_on": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "limit": [ @@ -180470,19 +181651,19 @@ export default { 41 ], "order_by": [ - 4847, + 4848, "[steam_account_claims_order_by!]" ], "where": [ - 4838 + 4839 ] } ], "steam_account_claims_aggregate": [ - 4832, + 4833, { "distinct_on": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "limit": [ @@ -180492,28 +181673,28 @@ export default { 41 ], "order_by": [ - 4847, + 4848, "[steam_account_claims_order_by!]" ], "where": [ - 4838 + 4839 ] } ], "steam_account_claims_by_pk": [ - 4831, + 4832, { "id": [ - 6603, + 6672, "uuid!" ] } ], "steam_accounts": [ - 4855, + 4856, { "distinct_on": [ - 4870, + 4871, "[steam_accounts_select_column!]" ], "limit": [ @@ -180523,19 +181704,19 @@ export default { 41 ], "order_by": [ - 4868, + 4869, "[steam_accounts_order_by!]" ], "where": [ - 4859 + 4860 ] } ], "steam_accounts_aggregate": [ - 4856, + 4857, { "distinct_on": [ - 4870, + 4871, "[steam_accounts_select_column!]" ], "limit": [ @@ -180545,28 +181726,28 @@ export default { 41 ], "order_by": [ - 4868, + 4869, "[steam_accounts_order_by!]" ], "where": [ - 4859 + 4860 ] } ], "steam_accounts_by_pk": [ - 4855, + 4856, { "id": [ - 6603, + 6672, "uuid!" ] } ], "system_alerts": [ - 4883, + 4884, { "distinct_on": [ - 4897, + 4898, "[system_alerts_select_column!]" ], "limit": [ @@ -180576,19 +181757,19 @@ export default { 41 ], "order_by": [ - 4895, + 4896, "[system_alerts_order_by!]" ], "where": [ - 4887 + 4888 ] } ], "system_alerts_aggregate": [ - 4884, + 4885, { "distinct_on": [ - 4897, + 4898, "[system_alerts_select_column!]" ], "limit": [ @@ -180598,19 +181779,19 @@ export default { 41 ], "order_by": [ - 4895, + 4896, "[system_alerts_order_by!]" ], "where": [ - 4887 + 4888 ] } ], "system_alerts_by_pk": [ - 4883, + 4884, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -180619,16 +181800,16 @@ export default { 93, { "team_id": [ - 6603, + 6672, "uuid!" ] } ], "team_invites": [ - 4910, + 4911, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -180638,19 +181819,19 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "team_invites_aggregate": [ - 4911, + 4912, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -180660,28 +181841,28 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "team_invites_by_pk": [ - 4910, + 4911, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_roster": [ - 4951, + 4952, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -180691,19 +181872,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "team_roster_aggregate": [ - 4952, + 4953, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -180713,32 +181894,32 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "team_roster_by_pk": [ - 4951, + 4952, { "player_steam_id": [ - 311, + 312, "bigint!" ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_alerts": [ - 4996, + 4997, { "distinct_on": [ - 5010, + 5011, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -180748,19 +181929,19 @@ export default { 41 ], "order_by": [ - 5008, + 5009, "[team_scrim_alerts_order_by!]" ], "where": [ - 5000 + 5001 ] } ], "team_scrim_alerts_aggregate": [ - 4997, + 4998, { "distinct_on": [ - 5010, + 5011, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -180770,28 +181951,28 @@ export default { 41 ], "order_by": [ - 5008, + 5009, "[team_scrim_alerts_order_by!]" ], "where": [ - 5000 + 5001 ] } ], "team_scrim_alerts_by_pk": [ - 4996, + 4997, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_availability": [ - 5023, + 5024, { "distinct_on": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -180801,19 +181982,19 @@ export default { 41 ], "order_by": [ - 5041, + 5042, "[team_scrim_availability_order_by!]" ], "where": [ - 5032 + 5033 ] } ], "team_scrim_availability_aggregate": [ - 5024, + 5025, { "distinct_on": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -180823,28 +182004,28 @@ export default { 41 ], "order_by": [ - 5041, + 5042, "[team_scrim_availability_order_by!]" ], "where": [ - 5032 + 5033 ] } ], "team_scrim_availability_by_pk": [ - 5023, + 5024, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_request_proposals": [ - 5051, + 5052, { "distinct_on": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -180854,19 +182035,19 @@ export default { 41 ], "order_by": [ - 5070, + 5071, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5060 + 5061 ] } ], "team_scrim_request_proposals_aggregate": [ - 5052, + 5053, { "distinct_on": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -180876,28 +182057,28 @@ export default { 41 ], "order_by": [ - 5070, + 5071, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5060 + 5061 ] } ], "team_scrim_request_proposals_by_pk": [ - 5051, + 5052, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_requests": [ - 5092, + 5093, { "distinct_on": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -180907,19 +182088,19 @@ export default { 41 ], "order_by": [ - 5114, + 5115, "[team_scrim_requests_order_by!]" ], "where": [ - 5103 + 5104 ] } ], "team_scrim_requests_aggregate": [ - 5093, + 5094, { "distinct_on": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -180929,28 +182110,28 @@ export default { 41 ], "order_by": [ - 5114, + 5115, "[team_scrim_requests_order_by!]" ], "where": [ - 5103 + 5104 ] } ], "team_scrim_requests_by_pk": [ - 5092, + 5093, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_settings": [ - 5138, + 5139, { "distinct_on": [ - 5153, + 5154, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -180960,19 +182141,19 @@ export default { 41 ], "order_by": [ - 5151, + 5152, "[team_scrim_settings_order_by!]" ], "where": [ - 5142 + 5143 ] } ], "team_scrim_settings_aggregate": [ - 5139, + 5140, { "distinct_on": [ - 5153, + 5154, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -180982,28 +182163,28 @@ export default { 41 ], "order_by": [ - 5151, + 5152, "[team_scrim_settings_order_by!]" ], "where": [ - 5142 + 5143 ] } ], "team_scrim_settings_by_pk": [ - 5138, + 5139, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_suggestions": [ - 5166, + 5167, { "distinct_on": [ - 5180, + 5181, "[team_suggestions_select_column!]" ], "limit": [ @@ -181013,19 +182194,19 @@ export default { 41 ], "order_by": [ - 5178, + 5179, "[team_suggestions_order_by!]" ], "where": [ - 5170 + 5171 ] } ], "team_suggestions_aggregate": [ - 5167, + 5168, { "distinct_on": [ - 5180, + 5181, "[team_suggestions_select_column!]" ], "limit": [ @@ -181035,28 +182216,28 @@ export default { 41 ], "order_by": [ - 5178, + 5179, "[team_suggestions_order_by!]" ], "where": [ - 5170 + 5171 ] } ], "team_suggestions_by_pk": [ - 5166, + 5167, { "id": [ - 6603, + 6672, "uuid!" ] } ], "teams": [ - 5193, + 5194, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -181066,19 +182247,19 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "teams_aggregate": [ - 5194, + 5195, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -181088,19 +182269,19 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "teams_by_pk": [ - 5193, + 5194, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -181114,10 +182295,10 @@ export default { } ], "tournament_awards": [ - 5244, + 5245, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -181127,19 +182308,19 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "tournament_awards_aggregate": [ - 5245, + 5246, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -181149,28 +182330,28 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "tournament_awards_by_pk": [ - 5244, + 5245, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_brackets": [ - 5286, + 5287, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -181180,19 +182361,19 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], "tournament_brackets_aggregate": [ - 5287, + 5288, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -181202,28 +182383,28 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], "tournament_brackets_by_pk": [ - 5286, + 5287, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_categories": [ - 5332, + 5333, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -181233,19 +182414,19 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], "tournament_categories_aggregate": [ - 5333, + 5334, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -181255,32 +182436,32 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], "tournament_categories_by_pk": [ - 5332, + 5333, { "category": [ - 1553, + 1554, "e_tournament_categories_enum!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_free_agents": [ - 5356, + 5357, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -181290,19 +182471,19 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "tournament_free_agents_aggregate": [ - 5357, + 5358, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -181312,28 +182493,138 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "tournament_free_agents_by_pk": [ - 5356, + 5357, { "id": [ - 6603, + 6672, + "uuid!" + ] + } + ], + "tournament_invite_code_uses": [ + 5398, + { + "distinct_on": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5417, + "[tournament_invite_code_uses_order_by!]" + ], + "where": [ + 5407 + ] + } + ], + "tournament_invite_code_uses_aggregate": [ + 5399, + { + "distinct_on": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5417, + "[tournament_invite_code_uses_order_by!]" + ], + "where": [ + 5407 + ] + } + ], + "tournament_invite_code_uses_by_pk": [ + 5398, + { + "invite_code_id": [ + 6672, + "uuid!" + ], + "player_steam_id": [ + 312, + "bigint!" + ] + } + ], + "tournament_invite_codes": [ + 5439, + { + "distinct_on": [ + 5454, + "[tournament_invite_codes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5452, + "[tournament_invite_codes_order_by!]" + ], + "where": [ + 5443 + ] + } + ], + "tournament_invite_codes_aggregate": [ + 5440, + { + "distinct_on": [ + 5454, + "[tournament_invite_codes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5452, + "[tournament_invite_codes_order_by!]" + ], + "where": [ + 5443 + ] + } + ], + "tournament_invite_codes_by_pk": [ + 5439, + { + "id": [ + 6672, "uuid!" ] } ], "tournament_invites": [ - 5397, + 5467, { "distinct_on": [ - 5411, + 5481, "[tournament_invites_select_column!]" ], "limit": [ @@ -181343,19 +182634,19 @@ export default { 41 ], "order_by": [ - 5409, + 5479, "[tournament_invites_order_by!]" ], "where": [ - 5401 + 5471 ] } ], "tournament_invites_aggregate": [ - 5398, + 5468, { "distinct_on": [ - 5411, + 5481, "[tournament_invites_select_column!]" ], "limit": [ @@ -181365,28 +182656,28 @@ export default { 41 ], "order_by": [ - 5409, + 5479, "[tournament_invites_order_by!]" ], "where": [ - 5401 + 5471 ] } ], "tournament_invites_by_pk": [ - 5397, + 5467, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_leaderboard_entries": [ - 5424, + 5494, { "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -181396,19 +182687,19 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "tournament_leaderboard_entries_aggregate": [ - 5425, + 5495, { "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -181418,19 +182709,19 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "tournament_no_shows": [ - 5447, + 5517, { "distinct_on": [ - 5461, + 5531, "[tournament_no_shows_select_column!]" ], "limit": [ @@ -181440,19 +182731,19 @@ export default { 41 ], "order_by": [ - 5459, + 5529, "[tournament_no_shows_order_by!]" ], "where": [ - 5451 + 5521 ] } ], "tournament_no_shows_aggregate": [ - 5448, + 5518, { "distinct_on": [ - 5461, + 5531, "[tournament_no_shows_select_column!]" ], "limit": [ @@ -181462,28 +182753,28 @@ export default { 41 ], "order_by": [ - 5459, + 5529, "[tournament_no_shows_order_by!]" ], "where": [ - 5451 + 5521 ] } ], "tournament_no_shows_by_pk": [ - 5447, + 5517, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_organizer_teams": [ - 5474, + 5544, { "distinct_on": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -181493,19 +182784,19 @@ export default { 41 ], "order_by": [ - 5490, + 5560, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5481 + 5551 ] } ], "tournament_organizer_teams_aggregate": [ - 5475, + 5545, { "distinct_on": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -181515,32 +182806,32 @@ export default { 41 ], "order_by": [ - 5490, + 5560, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5481 + 5551 ] } ], "tournament_organizer_teams_by_pk": [ - 5474, + 5544, { "team_id": [ - 6603, + 6672, "uuid!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_organizers": [ - 5498, + 5568, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -181550,19 +182841,19 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "tournament_organizers_aggregate": [ - 5499, + 5569, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -181572,32 +182863,32 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "tournament_organizers_by_pk": [ - 5498, + 5568, { "steam_id": [ - 311, + 312, "bigint!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_prizes": [ - 5539, + 5609, { "distinct_on": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "limit": [ @@ -181607,19 +182898,19 @@ export default { 41 ], "order_by": [ - 5558, + 5628, "[tournament_prizes_order_by!]" ], "where": [ - 5548 + 5618 ] } ], "tournament_prizes_aggregate": [ - 5540, + 5610, { "distinct_on": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "limit": [ @@ -181629,28 +182920,28 @@ export default { 41 ], "order_by": [ - 5558, + 5628, "[tournament_prizes_order_by!]" ], "where": [ - 5548 + 5618 ] } ], "tournament_prizes_by_pk": [ - 5539, + 5609, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_registration_unlocks": [ - 5580, + 5650, { "distinct_on": [ - 5594, + 5663, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -181660,19 +182951,19 @@ export default { 41 ], "order_by": [ - 5592, + 5662, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5584 + 5654 ] } ], "tournament_registration_unlocks_aggregate": [ - 5581, + 5651, { "distinct_on": [ - 5594, + 5663, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -181682,32 +182973,19 @@ export default { 41 ], "order_by": [ - 5592, + 5662, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5584 - ] - } - ], - "tournament_registration_unlocks_by_pk": [ - 5580, - { - "player_steam_id": [ - 311, - "bigint!" - ], - "tournament_id": [ - 6603, - "uuid!" + 5654 ] } ], "tournament_stage_windows": [ - 5607, + 5676, { "distinct_on": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -181717,19 +182995,19 @@ export default { 41 ], "order_by": [ - 5626, + 5695, "[tournament_stage_windows_order_by!]" ], "where": [ - 5616 + 5685 ] } ], "tournament_stage_windows_aggregate": [ - 5608, + 5677, { "distinct_on": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -181739,28 +183017,28 @@ export default { 41 ], "order_by": [ - 5626, + 5695, "[tournament_stage_windows_order_by!]" ], "where": [ - 5616 + 5685 ] } ], "tournament_stage_windows_by_pk": [ - 5607, + 5676, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_stages": [ - 5648, + 5717, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -181770,19 +183048,19 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "tournament_stages_aggregate": [ - 5649, + 5718, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -181792,28 +183070,28 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "tournament_stages_by_pk": [ - 5648, + 5717, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_team_invites": [ - 5699, + 5768, { "distinct_on": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -181823,19 +183101,19 @@ export default { 41 ], "order_by": [ - 5718, + 5787, "[tournament_team_invites_order_by!]" ], "where": [ - 5708 + 5777 ] } ], "tournament_team_invites_aggregate": [ - 5700, + 5769, { "distinct_on": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -181845,28 +183123,28 @@ export default { 41 ], "order_by": [ - 5718, + 5787, "[tournament_team_invites_order_by!]" ], "where": [ - 5708 + 5777 ] } ], "tournament_team_invites_by_pk": [ - 5699, + 5768, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_team_roster": [ - 5740, + 5809, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -181876,19 +183154,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournament_team_roster_aggregate": [ - 5741, + 5810, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -181898,32 +183176,32 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournament_team_roster_by_pk": [ - 5740, + 5809, { "player_steam_id": [ - 311, + 312, "bigint!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_teams": [ - 5781, + 5850, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -181933,19 +183211,19 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], "tournament_teams_aggregate": [ - 5782, + 5851, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -181955,28 +183233,28 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], "tournament_teams_by_pk": [ - 5781, + 5850, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournaments": [ - 5827, + 5896, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -181986,19 +183264,19 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_aggregate": [ - 5828, + 5897, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -182008,37 +183286,37 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_by_pk": [ - 5827, + 5896, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utilityLineupMissPattern": [ - 124, + 125, { "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utilityMatchUtilityReport": [ - 149, + 150, { "match_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ @@ -182047,7 +183325,7 @@ export default { } ], "utilityPracticePlan": [ - 133, + 134, { "limit": [ 41 @@ -182065,22 +183343,22 @@ export default { } ], "utilityPracticeServers": [ - 135 + 136 ], "utilityPracticeWhereAmI": [ - 137 + 138 ], "utilitySolverCalibration": [ - 116, + 117, { "session_id": [ - 6603, + 6672, "uuid!" ] } ], "utilityTeamUtilityReport": [ - 148, + 149, { "limit": [ 41 @@ -182089,16 +183367,16 @@ export default { 85 ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_collection_items": [ - 5891, + 5960, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -182108,19 +183386,19 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], "utility_collection_items_aggregate": [ - 5892, + 5961, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -182130,32 +183408,32 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], "utility_collection_items_by_pk": [ - 5891, + 5960, { "collection_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_collections": [ - 5932, + 6001, { "distinct_on": [ - 5947, + 6016, "[utility_collections_select_column!]" ], "limit": [ @@ -182165,19 +183443,19 @@ export default { 41 ], "order_by": [ - 5945, + 6014, "[utility_collections_order_by!]" ], "where": [ - 5936 + 6005 ] } ], "utility_collections_aggregate": [ - 5933, + 6002, { "distinct_on": [ - 5947, + 6016, "[utility_collections_select_column!]" ], "limit": [ @@ -182187,28 +183465,28 @@ export default { 41 ], "order_by": [ - 5945, + 6014, "[utility_collections_order_by!]" ], "where": [ - 5936 + 6005 ] } ], "utility_collections_by_pk": [ - 5932, + 6001, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_demo_mines": [ - 5960, + 6029, { "distinct_on": [ - 5974, + 6043, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -182218,19 +183496,19 @@ export default { 41 ], "order_by": [ - 5972, + 6041, "[utility_demo_mines_order_by!]" ], "where": [ - 5964 + 6033 ] } ], "utility_demo_mines_aggregate": [ - 5961, + 6030, { "distinct_on": [ - 5974, + 6043, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -182240,28 +183518,28 @@ export default { 41 ], "order_by": [ - 5972, + 6041, "[utility_demo_mines_order_by!]" ], "where": [ - 5964 + 6033 ] } ], "utility_demo_mines_by_pk": [ - 5960, + 6029, { "match_map_demo_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_demo_throws": [ - 5987, + 6056, { "distinct_on": [ - 6001, + 6070, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -182271,19 +183549,19 @@ export default { 41 ], "order_by": [ - 5999, + 6068, "[utility_demo_throws_order_by!]" ], "where": [ - 5991 + 6060 ] } ], "utility_demo_throws_aggregate": [ - 5988, + 6057, { "distinct_on": [ - 6001, + 6070, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -182293,32 +183571,32 @@ export default { 41 ], "order_by": [ - 5999, + 6068, "[utility_demo_throws_order_by!]" ], "where": [ - 5991 + 6060 ] } ], "utility_demo_throws_by_pk": [ - 5987, + 6056, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_drift_results": [ - 6014, + 6083, { "distinct_on": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "limit": [ @@ -182328,19 +183606,19 @@ export default { 41 ], "order_by": [ - 6043, + 6112, "[utility_drift_results_order_by!]" ], "where": [ - 6033 + 6102 ] } ], "utility_drift_results_aggregate": [ - 6015, + 6084, { "distinct_on": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "limit": [ @@ -182350,32 +183628,32 @@ export default { 41 ], "order_by": [ - 6043, + 6112, "[utility_drift_results_order_by!]" ], "where": [ - 6033 + 6102 ] } ], "utility_drift_results_by_pk": [ - 6014, + 6083, { "utility_drift_scan_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_drift_scans": [ - 6073, + 6142, { "distinct_on": [ - 6088, + 6157, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -182385,19 +183663,19 @@ export default { 41 ], "order_by": [ - 6086, + 6155, "[utility_drift_scans_order_by!]" ], "where": [ - 6077 + 6146 ] } ], "utility_drift_scans_aggregate": [ - 6074, + 6143, { "distinct_on": [ - 6088, + 6157, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -182407,28 +183685,28 @@ export default { 41 ], "order_by": [ - 6086, + 6155, "[utility_drift_scans_order_by!]" ], "where": [ - 6077 + 6146 ] } ], "utility_drift_scans_by_pk": [ - 6073, + 6142, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_favorites": [ - 6101, + 6170, { "distinct_on": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -182438,19 +183716,19 @@ export default { 41 ], "order_by": [ - 6120, + 6189, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6110 + 6179 ] } ], "utility_lineup_favorites_aggregate": [ - 6102, + 6171, { "distinct_on": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -182460,32 +183738,32 @@ export default { 41 ], "order_by": [ - 6120, + 6189, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6110 + 6179 ] } ], "utility_lineup_favorites_by_pk": [ - 6101, + 6170, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_progress": [ - 6142, + 6211, { "distinct_on": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -182495,19 +183773,19 @@ export default { 41 ], "order_by": [ - 6171, + 6240, "[utility_lineup_progress_order_by!]" ], "where": [ - 6161 + 6230 ] } ], "utility_lineup_progress_aggregate": [ - 6143, + 6212, { "distinct_on": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -182517,32 +183795,32 @@ export default { 41 ], "order_by": [ - 6171, + 6240, "[utility_lineup_progress_order_by!]" ], "where": [ - 6161 + 6230 ] } ], "utility_lineup_progress_by_pk": [ - 6142, + 6211, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_renders": [ - 6201, + 6270, { "distinct_on": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -182552,19 +183830,19 @@ export default { 41 ], "order_by": [ - 6226, + 6295, "[utility_lineup_renders_order_by!]" ], "where": [ - 6213 + 6282 ] } ], "utility_lineup_renders_aggregate": [ - 6202, + 6271, { "distinct_on": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -182574,28 +183852,28 @@ export default { 41 ], "order_by": [ - 6226, + 6295, "[utility_lineup_renders_order_by!]" ], "where": [ - 6213 + 6282 ] } ], "utility_lineup_renders_by_pk": [ - 6201, + 6270, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_repairs": [ - 6251, + 6320, { "distinct_on": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -182605,19 +183883,19 @@ export default { 41 ], "order_by": [ - 6280, + 6349, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6270 + 6339 ] } ], "utility_lineup_repairs_aggregate": [ - 6252, + 6321, { "distinct_on": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -182627,28 +183905,28 @@ export default { 41 ], "order_by": [ - 6280, + 6349, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6270 + 6339 ] } ], "utility_lineup_repairs_by_pk": [ - 6251, + 6320, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_votes": [ - 6310, + 6379, { "distinct_on": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -182658,19 +183936,19 @@ export default { 41 ], "order_by": [ - 6329, + 6398, "[utility_lineup_votes_order_by!]" ], "where": [ - 6319 + 6388 ] } ], "utility_lineup_votes_aggregate": [ - 6311, + 6380, { "distinct_on": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -182680,32 +183958,32 @@ export default { 41 ], "order_by": [ - 6329, + 6398, "[utility_lineup_votes_order_by!]" ], "where": [ - 6319 + 6388 ] } ], "utility_lineup_votes_by_pk": [ - 6310, + 6379, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineups": [ - 6351, + 6420, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -182715,19 +183993,19 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_aggregate": [ - 6352, + 6421, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -182737,28 +184015,28 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_by_pk": [ - 6351, + 6420, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_meta_lineups": [ - 6420, + 6489, { "distinct_on": [ - 6434, + 6503, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -182768,19 +184046,19 @@ export default { 41 ], "order_by": [ - 6432, + 6501, "[utility_meta_lineups_order_by!]" ], "where": [ - 6424 + 6493 ] } ], "utility_meta_lineups_aggregate": [ - 6421, + 6490, { "distinct_on": [ - 6434, + 6503, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -182790,16 +184068,16 @@ export default { 41 ], "order_by": [ - 6432, + 6501, "[utility_meta_lineups_order_by!]" ], "where": [ - 6424 + 6493 ] } ], "utility_meta_lineups_by_pk": [ - 6420, + 6489, { "lineup_bucket": [ 85, @@ -182808,10 +184086,10 @@ export default { } ], "utility_playbook_steps": [ - 6447, + 6516, { "distinct_on": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -182821,19 +184099,19 @@ export default { 41 ], "order_by": [ - 6466, + 6535, "[utility_playbook_steps_order_by!]" ], "where": [ - 6456 + 6525 ] } ], "utility_playbook_steps_aggregate": [ - 6448, + 6517, { "distinct_on": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -182843,28 +184121,28 @@ export default { 41 ], "order_by": [ - 6466, + 6535, "[utility_playbook_steps_order_by!]" ], "where": [ - 6456 + 6525 ] } ], "utility_playbook_steps_by_pk": [ - 6447, + 6516, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_playbooks": [ - 6488, + 6557, { "distinct_on": [ - 6503, + 6572, "[utility_playbooks_select_column!]" ], "limit": [ @@ -182874,19 +184152,19 @@ export default { 41 ], "order_by": [ - 6501, + 6570, "[utility_playbooks_order_by!]" ], "where": [ - 6492 + 6561 ] } ], "utility_playbooks_aggregate": [ - 6489, + 6558, { "distinct_on": [ - 6503, + 6572, "[utility_playbooks_select_column!]" ], "limit": [ @@ -182896,28 +184174,28 @@ export default { 41 ], "order_by": [ - 6501, + 6570, "[utility_playbooks_order_by!]" ], "where": [ - 6492 + 6561 ] } ], "utility_playbooks_by_pk": [ - 6488, + 6557, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_practice_invites": [ - 6516, + 6585, { "distinct_on": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -182927,19 +184205,19 @@ export default { 41 ], "order_by": [ - 6535, + 6604, "[utility_practice_invites_order_by!]" ], "where": [ - 6525 + 6594 ] } ], "utility_practice_invites_aggregate": [ - 6517, + 6586, { "distinct_on": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -182949,32 +184227,32 @@ export default { 41 ], "order_by": [ - 6535, + 6604, "[utility_practice_invites_order_by!]" ], "where": [ - 6525 + 6594 ] } ], "utility_practice_invites_by_pk": [ - 6516, + 6585, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_practice_session_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_practice_sessions": [ - 6557, + 6626, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -182984,19 +184262,19 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], "utility_practice_sessions_aggregate": [ - 6558, + 6627, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -183006,28 +184284,28 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], "utility_practice_sessions_by_pk": [ - 6557, + 6626, { "id": [ - 6603, + 6672, "uuid!" ] } ], "v_event_player_stats": [ - 6606, + 6675, { "distinct_on": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -183037,19 +184315,19 @@ export default { 41 ], "order_by": [ - 6631, + 6700, "[v_event_player_stats_order_by!]" ], "where": [ - 6625 + 6694 ] } ], "v_event_player_stats_aggregate": [ - 6607, + 6676, { "distinct_on": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -183059,19 +184337,19 @@ export default { 41 ], "order_by": [ - 6631, + 6700, "[v_event_player_stats_order_by!]" ], "where": [ - 6625 + 6694 ] } ], "v_gpu_pool_status": [ - 6657, + 6726, { "distinct_on": [ - 6665, + 6734, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -183081,19 +184359,19 @@ export default { 41 ], "order_by": [ - 6664, + 6733, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6661 + 6730 ] } ], "v_gpu_pool_status_aggregate": [ - 6658, + 6727, { "distinct_on": [ - 6665, + 6734, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -183103,19 +184381,19 @@ export default { 41 ], "order_by": [ - 6664, + 6733, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6661 + 6730 ] } ], "v_league_division_standings": [ - 6675, + 6744, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -183125,19 +184403,19 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "v_league_division_standings_aggregate": [ - 6676, + 6745, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -183147,19 +184425,19 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "v_league_season_player_stats": [ - 6708, + 6777, { "distinct_on": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -183169,19 +184447,19 @@ export default { 41 ], "order_by": [ - 6733, + 6802, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6727 + 6796 ] } ], "v_league_season_player_stats_aggregate": [ - 6709, + 6778, { "distinct_on": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -183191,19 +184469,19 @@ export default { 41 ], "order_by": [ - 6733, + 6802, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6727 + 6796 ] } ], "v_match_captains": [ - 6759, + 6828, { "distinct_on": [ - 6771, + 6840, "[v_match_captains_select_column!]" ], "limit": [ @@ -183213,19 +184491,19 @@ export default { 41 ], "order_by": [ - 6770, + 6839, "[v_match_captains_order_by!]" ], "where": [ - 6763 + 6832 ] } ], "v_match_captains_aggregate": [ - 6760, + 6829, { "distinct_on": [ - 6771, + 6840, "[v_match_captains_select_column!]" ], "limit": [ @@ -183235,19 +184513,19 @@ export default { 41 ], "order_by": [ - 6770, + 6839, "[v_match_captains_order_by!]" ], "where": [ - 6763 + 6832 ] } ], "v_match_clutches": [ - 6783, + 6852, { "distinct_on": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "limit": [ @@ -183257,19 +184535,19 @@ export default { 41 ], "order_by": [ - 6798, + 6867, "[v_match_clutches_order_by!]" ], "where": [ - 6792 + 6861 ] } ], "v_match_clutches_aggregate": [ - 6784, + 6853, { "distinct_on": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "limit": [ @@ -183279,19 +184557,19 @@ export default { 41 ], "order_by": [ - 6798, + 6867, "[v_match_clutches_order_by!]" ], "where": [ - 6792 + 6861 ] } ], "v_match_kill_pairs": [ - 6816, + 6885, { "distinct_on": [ - 6824, + 6893, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -183301,19 +184579,19 @@ export default { 41 ], "order_by": [ - 6823, + 6892, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6820 + 6889 ] } ], "v_match_kill_pairs_aggregate": [ - 6817, + 6886, { "distinct_on": [ - 6824, + 6893, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -183323,19 +184601,19 @@ export default { 41 ], "order_by": [ - 6823, + 6892, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6820 + 6889 ] } ], "v_match_lineup_buy_types": [ - 6834, + 6903, { "distinct_on": [ - 6842, + 6911, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -183345,19 +184623,19 @@ export default { 41 ], "order_by": [ - 6841, + 6910, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6838 + 6907 ] } ], "v_match_lineup_buy_types_aggregate": [ - 6835, + 6904, { "distinct_on": [ - 6842, + 6911, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -183367,19 +184645,19 @@ export default { 41 ], "order_by": [ - 6841, + 6910, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6838 + 6907 ] } ], "v_match_lineup_map_stats": [ - 6852, + 6921, { "distinct_on": [ - 6860, + 6929, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -183389,19 +184667,19 @@ export default { 41 ], "order_by": [ - 6859, + 6928, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6856 + 6925 ] } ], "v_match_lineup_map_stats_aggregate": [ - 6853, + 6922, { "distinct_on": [ - 6860, + 6929, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -183411,19 +184689,19 @@ export default { 41 ], "order_by": [ - 6859, + 6928, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6856 + 6925 ] } ], "v_match_map_backup_rounds": [ - 6870, + 6939, { "distinct_on": [ - 6881, + 6950, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -183433,19 +184711,19 @@ export default { 41 ], "order_by": [ - 6880, + 6949, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6874 + 6943 ] } ], "v_match_map_backup_rounds_aggregate": [ - 6871, + 6940, { "distinct_on": [ - 6881, + 6950, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -183455,19 +184733,19 @@ export default { 41 ], "order_by": [ - 6880, + 6949, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6874 + 6943 ] } ], "v_match_player_buy_types": [ - 6893, + 6962, { "distinct_on": [ - 6901, + 6970, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -183477,19 +184755,19 @@ export default { 41 ], "order_by": [ - 6900, + 6969, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6897 + 6966 ] } ], "v_match_player_buy_types_aggregate": [ - 6894, + 6963, { "distinct_on": [ - 6901, + 6970, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -183499,19 +184777,19 @@ export default { 41 ], "order_by": [ - 6900, + 6969, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6897 + 6966 ] } ], "v_match_player_opening_duels": [ - 6911, + 6980, { "distinct_on": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -183521,19 +184799,19 @@ export default { 41 ], "order_by": [ - 6926, + 6995, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6920 + 6989 ] } ], "v_match_player_opening_duels_aggregate": [ - 6912, + 6981, { "distinct_on": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -183543,19 +184821,19 @@ export default { 41 ], "order_by": [ - 6926, + 6995, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6920 + 6989 ] } ], "v_player_arch_nemesis": [ - 6944, + 7013, { "distinct_on": [ - 6952, + 7021, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -183565,19 +184843,19 @@ export default { 41 ], "order_by": [ - 6951, + 7020, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6948 + 7017 ] } ], "v_player_arch_nemesis_aggregate": [ - 6945, + 7014, { "distinct_on": [ - 6952, + 7021, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -183587,19 +184865,19 @@ export default { 41 ], "order_by": [ - 6951, + 7020, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6948 + 7017 ] } ], "v_player_damage": [ - 6962, + 7031, { "distinct_on": [ - 6970, + 7039, "[v_player_damage_select_column!]" ], "limit": [ @@ -183609,19 +184887,19 @@ export default { 41 ], "order_by": [ - 6969, + 7038, "[v_player_damage_order_by!]" ], "where": [ - 6966 + 7035 ] } ], "v_player_damage_aggregate": [ - 6963, + 7032, { "distinct_on": [ - 6970, + 7039, "[v_player_damage_select_column!]" ], "limit": [ @@ -183631,19 +184909,19 @@ export default { 41 ], "order_by": [ - 6969, + 7038, "[v_player_damage_order_by!]" ], "where": [ - 6966 + 7035 ] } ], "v_player_elo": [ - 6980, + 7049, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -183653,19 +184931,19 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "v_player_elo_aggregate": [ - 6981, + 7050, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -183675,19 +184953,19 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "v_player_map_losses": [ - 7031, + 7100, { "distinct_on": [ - 7039, + 7108, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -183697,19 +184975,19 @@ export default { 41 ], "order_by": [ - 7038, + 7107, "[v_player_map_losses_order_by!]" ], "where": [ - 7035 + 7104 ] } ], "v_player_map_losses_aggregate": [ - 7032, + 7101, { "distinct_on": [ - 7039, + 7108, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -183719,19 +184997,19 @@ export default { 41 ], "order_by": [ - 7038, + 7107, "[v_player_map_losses_order_by!]" ], "where": [ - 7035 + 7104 ] } ], "v_player_map_wins": [ - 7049, + 7118, { "distinct_on": [ - 7057, + 7126, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -183741,19 +185019,19 @@ export default { 41 ], "order_by": [ - 7056, + 7125, "[v_player_map_wins_order_by!]" ], "where": [ - 7053 + 7122 ] } ], "v_player_map_wins_aggregate": [ - 7050, + 7119, { "distinct_on": [ - 7057, + 7126, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -183763,19 +185041,19 @@ export default { 41 ], "order_by": [ - 7056, + 7125, "[v_player_map_wins_order_by!]" ], "where": [ - 7053 + 7122 ] } ], "v_player_match_head_to_head": [ - 7067, + 7136, { "distinct_on": [ - 7075, + 7144, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -183785,19 +185063,19 @@ export default { 41 ], "order_by": [ - 7074, + 7143, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 7071 + 7140 ] } ], "v_player_match_head_to_head_aggregate": [ - 7068, + 7137, { "distinct_on": [ - 7075, + 7144, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -183807,19 +185085,19 @@ export default { 41 ], "order_by": [ - 7074, + 7143, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 7071 + 7140 ] } ], "v_player_match_map_hltv": [ - 7085, + 7154, { "distinct_on": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -183829,19 +185107,19 @@ export default { 41 ], "order_by": [ - 7102, + 7171, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 7094 + 7163 ] } ], "v_player_match_map_hltv_aggregate": [ - 7086, + 7155, { "distinct_on": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -183851,19 +185129,19 @@ export default { 41 ], "order_by": [ - 7102, + 7171, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 7094 + 7163 ] } ], "v_player_match_map_roles": [ - 7122, + 7191, { "distinct_on": [ - 7130, + 7199, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -183873,19 +185151,19 @@ export default { 41 ], "order_by": [ - 7129, + 7198, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7126 + 7195 ] } ], "v_player_match_map_roles_aggregate": [ - 7123, + 7192, { "distinct_on": [ - 7130, + 7199, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -183895,19 +185173,19 @@ export default { 41 ], "order_by": [ - 7129, + 7198, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7126 + 7195 ] } ], "v_player_match_performance": [ - 7140, + 7209, { "distinct_on": [ - 7148, + 7217, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -183917,19 +185195,19 @@ export default { 41 ], "order_by": [ - 7147, + 7216, "[v_player_match_performance_order_by!]" ], "where": [ - 7144 + 7213 ] } ], "v_player_match_performance_aggregate": [ - 7141, + 7210, { "distinct_on": [ - 7148, + 7217, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -183939,19 +185217,19 @@ export default { 41 ], "order_by": [ - 7147, + 7216, "[v_player_match_performance_order_by!]" ], "where": [ - 7144 + 7213 ] } ], "v_player_match_rating": [ - 7158, + 7227, { "distinct_on": [ - 7166, + 7235, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -183961,19 +185239,19 @@ export default { 41 ], "order_by": [ - 7165, + 7234, "[v_player_match_rating_order_by!]" ], "where": [ - 7162 + 7231 ] } ], "v_player_match_rating_aggregate": [ - 7159, + 7228, { "distinct_on": [ - 7166, + 7235, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -183983,19 +185261,19 @@ export default { 41 ], "order_by": [ - 7165, + 7234, "[v_player_match_rating_order_by!]" ], "where": [ - 7162 + 7231 ] } ], "v_player_multi_kills": [ - 7176, + 7245, { "distinct_on": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -184005,19 +185283,19 @@ export default { 41 ], "order_by": [ - 7191, + 7260, "[v_player_multi_kills_order_by!]" ], "where": [ - 7185 + 7254 ] } ], "v_player_multi_kills_aggregate": [ - 7177, + 7246, { "distinct_on": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -184027,19 +185305,19 @@ export default { 41 ], "order_by": [ - 7191, + 7260, "[v_player_multi_kills_order_by!]" ], "where": [ - 7185 + 7254 ] } ], "v_player_queue_partners": [ - 7209, + 7278, { "distinct_on": [ - 7217, + 7286, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -184049,19 +185327,19 @@ export default { 41 ], "order_by": [ - 7216, + 7285, "[v_player_queue_partners_order_by!]" ], "where": [ - 7213 + 7282 ] } ], "v_player_queue_partners_aggregate": [ - 7210, + 7279, { "distinct_on": [ - 7217, + 7286, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -184071,19 +185349,19 @@ export default { 41 ], "order_by": [ - 7216, + 7285, "[v_player_queue_partners_order_by!]" ], "where": [ - 7213 + 7282 ] } ], "v_player_weapon_damage": [ - 7227, + 7296, { "distinct_on": [ - 7235, + 7304, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -184093,19 +185371,19 @@ export default { 41 ], "order_by": [ - 7234, + 7303, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7231 + 7300 ] } ], "v_player_weapon_damage_aggregate": [ - 7228, + 7297, { "distinct_on": [ - 7235, + 7304, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -184115,19 +185393,19 @@ export default { 41 ], "order_by": [ - 7234, + 7303, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7231 + 7300 ] } ], "v_player_weapon_kills": [ - 7245, + 7314, { "distinct_on": [ - 7253, + 7322, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -184137,19 +185415,19 @@ export default { 41 ], "order_by": [ - 7252, + 7321, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7249 + 7318 ] } ], "v_player_weapon_kills_aggregate": [ - 7246, + 7315, { "distinct_on": [ - 7253, + 7322, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -184159,19 +185437,19 @@ export default { 41 ], "order_by": [ - 7252, + 7321, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7249 + 7318 ] } ], "v_pool_maps": [ - 7263, + 7332, { "distinct_on": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "limit": [ @@ -184181,19 +185459,19 @@ export default { 41 ], "order_by": [ - 7279, + 7348, "[v_pool_maps_order_by!]" ], "where": [ - 7272 + 7341 ] } ], "v_pool_maps_aggregate": [ - 7264, + 7333, { "distinct_on": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "limit": [ @@ -184203,19 +185481,19 @@ export default { 41 ], "order_by": [ - 7279, + 7348, "[v_pool_maps_order_by!]" ], "where": [ - 7272 + 7341 ] } ], "v_steam_account_pool_status": [ - 7287, + 7356, { "distinct_on": [ - 7295, + 7364, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -184225,19 +185503,19 @@ export default { 41 ], "order_by": [ - 7294, + 7363, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7291 + 7360 ] } ], "v_steam_account_pool_status_aggregate": [ - 7288, + 7357, { "distinct_on": [ - 7295, + 7364, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -184247,19 +185525,19 @@ export default { 41 ], "order_by": [ - 7294, + 7363, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7291 + 7360 ] } ], "v_team_ranks": [ - 7305, + 7374, { "distinct_on": [ - 7315, + 7384, "[v_team_ranks_select_column!]" ], "limit": [ @@ -184269,19 +185547,19 @@ export default { 41 ], "order_by": [ - 7314, + 7383, "[v_team_ranks_order_by!]" ], "where": [ - 7309 + 7378 ] } ], "v_team_ranks_aggregate": [ - 7306, + 7375, { "distinct_on": [ - 7315, + 7384, "[v_team_ranks_select_column!]" ], "limit": [ @@ -184291,19 +185569,19 @@ export default { 41 ], "order_by": [ - 7314, + 7383, "[v_team_ranks_order_by!]" ], "where": [ - 7309 + 7378 ] } ], "v_team_reputation": [ - 7325, + 7394, { "distinct_on": [ - 7335, + 7404, "[v_team_reputation_select_column!]" ], "limit": [ @@ -184313,19 +185591,19 @@ export default { 41 ], "order_by": [ - 7334, + 7403, "[v_team_reputation_order_by!]" ], "where": [ - 7329 + 7398 ] } ], "v_team_reputation_aggregate": [ - 7326, + 7395, { "distinct_on": [ - 7335, + 7404, "[v_team_reputation_select_column!]" ], "limit": [ @@ -184335,19 +185613,19 @@ export default { 41 ], "order_by": [ - 7334, + 7403, "[v_team_reputation_order_by!]" ], "where": [ - 7329 + 7398 ] } ], "v_team_stage_results": [ - 7345, + 7414, { "distinct_on": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -184357,19 +185635,19 @@ export default { 41 ], "order_by": [ - 7375, + 7444, "[v_team_stage_results_order_by!]" ], "where": [ - 7364 + 7433 ] } ], "v_team_stage_results_aggregate": [ - 7346, + 7415, { "distinct_on": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -184379,32 +185657,32 @@ export default { 41 ], "order_by": [ - 7375, + 7444, "[v_team_stage_results_order_by!]" ], "where": [ - 7364 + 7433 ] } ], "v_team_stage_results_by_pk": [ - 7345, + 7414, { "tournament_stage_id": [ - 6603, + 6672, "uuid!" ], "tournament_team_id": [ - 6603, + 6672, "uuid!" ] } ], "v_team_tournament_results": [ - 7405, + 7474, { "distinct_on": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -184414,19 +185692,19 @@ export default { 41 ], "order_by": [ - 7430, + 7499, "[v_team_tournament_results_order_by!]" ], "where": [ - 7424 + 7493 ] } ], "v_team_tournament_results_aggregate": [ - 7406, + 7475, { "distinct_on": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -184436,19 +185714,19 @@ export default { 41 ], "order_by": [ - 7430, + 7499, "[v_team_tournament_results_order_by!]" ], "where": [ - 7424 + 7493 ] } ], "v_tournament_player_stats": [ - 7456, + 7525, { "distinct_on": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -184458,19 +185736,19 @@ export default { 41 ], "order_by": [ - 7481, + 7550, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7475 + 7544 ] } ], "v_tournament_player_stats_aggregate": [ - 7457, + 7526, { "distinct_on": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -184480,16 +185758,16 @@ export default { 41 ], "order_by": [ - 7481, + 7550, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7475 + 7544 ] } ], "webPushStatus": [ - 153 + 154 ], "__typename": [ 85 @@ -184500,7 +185778,7 @@ export default { 61, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -184509,17 +185787,17 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "reset_status": [ 85 ], "scheduled_at": [ - 5242 + 5243 ], "winning_lineup_id": [ - 6603 + 6672 ] } ], @@ -184527,7 +185805,7 @@ export default { 88, { "invite_id": [ - 6603, + 6672, "uuid!" ], "type": [ @@ -184571,7 +185849,7 @@ export default { 88, { "draftGameId": [ - 6603, + 6672, "uuid!" ], "lineup": [ @@ -184607,20 +185885,20 @@ export default { "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "approve_league_season_movements": [ - 2674, + 2675, { "args": [ - 241, + 242, "approve_league_season_movements_args!" ], "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -184630,11 +185908,11 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], @@ -184642,7 +185920,7 @@ export default { 81 ], "attachDemo": [ - 151 + 152 ], "backfillSeasonElo": [ 64, @@ -184657,7 +185935,7 @@ export default { 74 ], "backfillUtilityLaunchSeeds": [ - 121, + 122, { "limit": [ 41 @@ -184668,7 +185946,7 @@ export default { 88, { "game_server_node_id": [ - 6603, + 6672, "uuid!" ] } @@ -184689,7 +185967,7 @@ export default { 88, { "game_server_node_id": [ - 6603, + 6672, "uuid!" ] } @@ -184698,7 +185976,7 @@ export default { 88, { "job_id": [ - 6603, + 6672, "uuid!" ] } @@ -184707,7 +185985,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -184716,7 +185994,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -184734,7 +186012,7 @@ export default { 88, { "request_id": [ - 6603, + 6672, "uuid!" ] } @@ -184743,19 +186021,19 @@ export default { 88, { "render_id": [ - 6603, + 6672, "uuid!" ] } ], "changeUtilityPracticeMap": [ - 131, + 132, { "lineup_id": [ - 6603 + 6672 ], "lineup_ids": [ - 6603, + 6672, "[uuid!]" ], "map_name": [ @@ -184763,10 +186041,10 @@ export default { "String!" ], "scratch": [ - 142 + 143 ], "session_id": [ - 6603, + 6672, "uuid!" ] } @@ -184775,7 +186053,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -184784,11 +186062,11 @@ export default { 88, { "tournament_id": [ - 6603, + 6672, "uuid!" ], "tournament_team_id": [ - 6603 + 6672 ] } ], @@ -184796,7 +186074,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -184805,7 +186083,7 @@ export default { 88 ], "clearFinishedUtilityLineupRenders": [ - 140 + 141 ], "clearPendingMatchImport": [ 57, @@ -184817,14 +186095,14 @@ export default { } ], "clone_league_season": [ - 2641, + 2642, { "args": [ - 393, + 394, "clone_league_season_args!" ], "distinct_on": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "limit": [ @@ -184834,11 +186112,11 @@ export default { 41 ], "order_by": [ - 2658, + 2659, "[league_seasons_order_by!]" ], "where": [ - 2646 + 2647 ] } ], @@ -184846,7 +186124,7 @@ export default { 88, { "tournament_id": [ - 6603, + 6672, "uuid!" ] } @@ -184855,11 +186133,11 @@ export default { 88, { "proposed_scheduled_at": [ - 5242, + 5243, "timestamptz!" ], "request_id": [ - 6603, + 6672, "uuid!" ] } @@ -184880,7 +186158,7 @@ export default { 41 ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "preset": [ @@ -184915,7 +186193,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -184924,7 +186202,7 @@ export default { 17, { "settings": [ - 2438, + 2439, "jsonb!" ] } @@ -184941,7 +186219,7 @@ export default { "ScheduledLineupInput!" ], "options": [ - 2438, + 2439, "jsonb!" ], "scheduled_at": [ @@ -184966,11 +186244,26 @@ export default { ] } ], + "createTournamentInviteCode": [ + 113, + { + "expires_in_minutes": [ + 41 + ], + "max_uses": [ + 41 + ], + "tournament_id": [ + 6672, + "uuid!" + ] + } + ], "deleteAward": [ 88, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -184979,7 +186272,7 @@ export default { 88, { "clip_id": [ - 6603, + 6672, "uuid!" ] } @@ -184997,7 +186290,7 @@ export default { 88, { "id": [ - 6603, + 6672, "uuid!" ] } @@ -185031,7 +186324,7 @@ export default { 88, { "tournament_id": [ - 6603, + 6672, "uuid!" ] } @@ -185040,7 +186333,7 @@ export default { 88, { "render_id": [ - 6603, + 6672, "uuid!" ] } @@ -185049,119 +186342,119 @@ export default { 88, { "playbook_id": [ - 6603, + 6672, "uuid!" ] } ], "delete__map_pool": [ - 162, + 163, { "where": [ - 157, + 158, "_map_pool_bool_exp!" ] } ], "delete__map_pool_by_pk": [ - 154, + 155, { "map_id": [ - 6603, + 6672, "uuid!" ], "map_pool_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_abandoned_matches": [ - 190, + 191, { "where": [ - 182, + 183, "abandoned_matches_bool_exp!" ] } ], "delete_abandoned_matches_by_pk": [ - 173, + 174, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_api_keys": [ - 224, + 225, { "where": [ - 218, + 219, "api_keys_bool_exp!" ] } ], "delete_api_keys_by_pk": [ - 214, + 215, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_award_recipients": [ - 259, + 260, { "where": [ - 251, + 252, "award_recipients_bool_exp!" ] } ], "delete_award_recipients_by_pk": [ - 242, + 243, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_awards": [ - 293, + 294, { "where": [ - 287, + 288, "awards_bool_exp!" ] } ], "delete_awards_by_pk": [ - 283, + 284, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_chat_read_state": [ - 326, + 327, { "where": [ - 320, + 321, "chat_read_state_bool_exp!" ] } ], "delete_chat_read_state_by_pk": [ - 316, + 317, { "steam_id": [ - 311, + 312, "bigint!" ], "thread": [ @@ -185171,168 +186464,168 @@ export default { } ], "delete_clip_render_jobs": [ - 366, + 367, { "where": [ - 355, + 356, "clip_render_jobs_bool_exp!" ] } ], "delete_clip_render_jobs_by_pk": [ - 343, + 344, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_custom_pages": [ - 409, + 410, { "where": [ - 400, + 401, "custom_pages_bool_exp!" ] } ], "delete_custom_pages_by_pk": [ - 395, + 396, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_db_backups": [ - 437, + 438, { "where": [ - 431, + 432, "db_backups_bool_exp!" ] } ], "delete_db_backups_by_pk": [ - 427, + 428, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_direct_conversations": [ - 464, + 465, { "where": [ - 458, + 459, "direct_conversations_bool_exp!" ] } ], "delete_direct_conversations_by_pk": [ - 454, + 455, { "room_id": [ 85, "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_direct_messages": [ - 491, + 492, { "where": [ - 485, + 486, "direct_messages_bool_exp!" ] } ], "delete_direct_messages_by_pk": [ - 481, + 482, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_draft_game_picks": [ - 527, + 528, { "where": [ - 519, + 520, "draft_game_picks_bool_exp!" ] } ], "delete_draft_game_picks_by_pk": [ - 508, + 509, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_draft_game_players": [ - 572, + 573, { "where": [ - 564, + 565, "draft_game_players_bool_exp!" ] } ], "delete_draft_game_players_by_pk": [ - 553, + 554, { "draft_game_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_draft_games": [ - 617, + 618, { "where": [ - 609, + 610, "draft_games_bool_exp!" ] } ], "delete_draft_games_by_pk": [ - 598, + 599, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_e_award_sources": [ - 654, + 655, { "where": [ - 647, + 648, "e_award_sources_bool_exp!" ] } ], "delete_e_award_sources_by_pk": [ - 644, + 645, { "value": [ 85, @@ -185341,16 +186634,16 @@ export default { } ], "delete_e_award_tiers": [ - 674, + 675, { "where": [ - 667, + 668, "e_award_tiers_bool_exp!" ] } ], "delete_e_award_tiers_by_pk": [ - 664, + 665, { "value": [ 85, @@ -185359,16 +186652,16 @@ export default { } ], "delete_e_check_in_settings": [ - 694, + 695, { "where": [ - 687, + 688, "e_check_in_settings_bool_exp!" ] } ], "delete_e_check_in_settings_by_pk": [ - 684, + 685, { "value": [ 85, @@ -185377,16 +186670,16 @@ export default { } ], "delete_e_draft_game_captain_selection": [ - 714, + 715, { "where": [ - 707, + 708, "e_draft_game_captain_selection_bool_exp!" ] } ], "delete_e_draft_game_captain_selection_by_pk": [ - 704, + 705, { "value": [ 85, @@ -185395,16 +186688,16 @@ export default { } ], "delete_e_draft_game_draft_order": [ - 735, + 736, { "where": [ - 728, + 729, "e_draft_game_draft_order_bool_exp!" ] } ], "delete_e_draft_game_draft_order_by_pk": [ - 725, + 726, { "value": [ 85, @@ -185413,16 +186706,16 @@ export default { } ], "delete_e_draft_game_mode": [ - 756, + 757, { "where": [ - 749, + 750, "e_draft_game_mode_bool_exp!" ] } ], "delete_e_draft_game_mode_by_pk": [ - 746, + 747, { "value": [ 85, @@ -185431,16 +186724,16 @@ export default { } ], "delete_e_draft_game_player_status": [ - 777, + 778, { "where": [ - 770, + 771, "e_draft_game_player_status_bool_exp!" ] } ], "delete_e_draft_game_player_status_by_pk": [ - 767, + 768, { "value": [ 85, @@ -185449,16 +186742,16 @@ export default { } ], "delete_e_draft_game_status": [ - 798, + 799, { "where": [ - 791, + 792, "e_draft_game_status_bool_exp!" ] } ], "delete_e_draft_game_status_by_pk": [ - 788, + 789, { "value": [ 85, @@ -185467,16 +186760,16 @@ export default { } ], "delete_e_event_media_access": [ - 819, + 820, { "where": [ - 812, + 813, "e_event_media_access_bool_exp!" ] } ], "delete_e_event_media_access_by_pk": [ - 809, + 810, { "value": [ 85, @@ -185485,16 +186778,16 @@ export default { } ], "delete_e_event_visibility": [ - 839, + 840, { "where": [ - 832, + 833, "e_event_visibility_bool_exp!" ] } ], "delete_e_event_visibility_by_pk": [ - 829, + 830, { "value": [ 85, @@ -185503,16 +186796,16 @@ export default { } ], "delete_e_friend_status": [ - 859, + 860, { "where": [ - 852, + 853, "e_friend_status_bool_exp!" ] } ], "delete_e_friend_status_by_pk": [ - 849, + 850, { "value": [ 85, @@ -185521,16 +186814,16 @@ export default { } ], "delete_e_game_cfg_types": [ - 880, + 881, { "where": [ - 873, + 874, "e_game_cfg_types_bool_exp!" ] } ], "delete_e_game_cfg_types_by_pk": [ - 870, + 871, { "value": [ 85, @@ -185539,16 +186832,16 @@ export default { } ], "delete_e_game_plugin_channels": [ - 900, + 901, { "where": [ - 893, + 894, "e_game_plugin_channels_bool_exp!" ] } ], "delete_e_game_plugin_channels_by_pk": [ - 890, + 891, { "value": [ 85, @@ -185557,16 +186850,16 @@ export default { } ], "delete_e_game_plugin_install_statuses": [ - 920, + 921, { "where": [ - 913, + 914, "e_game_plugin_install_statuses_bool_exp!" ] } ], "delete_e_game_plugin_install_statuses_by_pk": [ - 910, + 911, { "value": [ 85, @@ -185575,16 +186868,16 @@ export default { } ], "delete_e_game_plugin_kinds": [ - 940, + 941, { "where": [ - 933, + 934, "e_game_plugin_kinds_bool_exp!" ] } ], "delete_e_game_plugin_kinds_by_pk": [ - 930, + 931, { "value": [ 85, @@ -185593,16 +186886,16 @@ export default { } ], "delete_e_game_server_node_statuses": [ - 960, + 961, { "where": [ - 953, + 954, "e_game_server_node_statuses_bool_exp!" ] } ], "delete_e_game_server_node_statuses_by_pk": [ - 950, + 951, { "value": [ 85, @@ -185611,16 +186904,16 @@ export default { } ], "delete_e_league_movement_types": [ - 981, + 982, { "where": [ - 974, + 975, "e_league_movement_types_bool_exp!" ] } ], "delete_e_league_movement_types_by_pk": [ - 971, + 972, { "value": [ 85, @@ -185629,16 +186922,16 @@ export default { } ], "delete_e_league_proposal_statuses": [ - 1002, + 1003, { "where": [ - 995, + 996, "e_league_proposal_statuses_bool_exp!" ] } ], "delete_e_league_proposal_statuses_by_pk": [ - 992, + 993, { "value": [ 85, @@ -185647,16 +186940,16 @@ export default { } ], "delete_e_league_registration_statuses": [ - 1023, + 1024, { "where": [ - 1016, + 1017, "e_league_registration_statuses_bool_exp!" ] } ], "delete_e_league_registration_statuses_by_pk": [ - 1013, + 1014, { "value": [ 85, @@ -185665,16 +186958,16 @@ export default { } ], "delete_e_league_season_statuses": [ - 1044, + 1045, { "where": [ - 1037, + 1038, "e_league_season_statuses_bool_exp!" ] } ], "delete_e_league_season_statuses_by_pk": [ - 1034, + 1035, { "value": [ 85, @@ -185683,16 +186976,16 @@ export default { } ], "delete_e_lobby_access": [ - 1065, + 1066, { "where": [ - 1058, + 1059, "e_lobby_access_bool_exp!" ] } ], "delete_e_lobby_access_by_pk": [ - 1055, + 1056, { "value": [ 85, @@ -185701,16 +186994,16 @@ export default { } ], "delete_e_lobby_player_status": [ - 1086, + 1087, { "where": [ - 1079, + 1080, "e_lobby_player_status_bool_exp!" ] } ], "delete_e_lobby_player_status_by_pk": [ - 1076, + 1077, { "value": [ 85, @@ -185719,16 +187012,16 @@ export default { } ], "delete_e_map_pool_types": [ - 1106, + 1107, { "where": [ - 1099, + 1100, "e_map_pool_types_bool_exp!" ] } ], "delete_e_map_pool_types_by_pk": [ - 1096, + 1097, { "value": [ 85, @@ -185737,16 +187030,16 @@ export default { } ], "delete_e_match_clip_visibility": [ - 1127, + 1128, { "where": [ - 1120, + 1121, "e_match_clip_visibility_bool_exp!" ] } ], "delete_e_match_clip_visibility_by_pk": [ - 1117, + 1118, { "value": [ 85, @@ -185755,16 +187048,16 @@ export default { } ], "delete_e_match_map_status": [ - 1147, + 1148, { "where": [ - 1140, + 1141, "e_match_map_status_bool_exp!" ] } ], "delete_e_match_map_status_by_pk": [ - 1137, + 1138, { "value": [ 85, @@ -185773,16 +187066,16 @@ export default { } ], "delete_e_match_mode": [ - 1168, + 1169, { "where": [ - 1161, + 1162, "e_match_mode_bool_exp!" ] } ], "delete_e_match_mode_by_pk": [ - 1158, + 1159, { "value": [ 85, @@ -185791,16 +187084,16 @@ export default { } ], "delete_e_match_party_sources": [ - 1188, + 1189, { "where": [ - 1181, + 1182, "e_match_party_sources_bool_exp!" ] } ], "delete_e_match_party_sources_by_pk": [ - 1178, + 1179, { "value": [ 85, @@ -185809,16 +187102,16 @@ export default { } ], "delete_e_match_status": [ - 1208, + 1209, { "where": [ - 1201, + 1202, "e_match_status_bool_exp!" ] } ], "delete_e_match_status_by_pk": [ - 1198, + 1199, { "value": [ 85, @@ -185827,16 +187120,16 @@ export default { } ], "delete_e_match_types": [ - 1229, + 1230, { "where": [ - 1222, + 1223, "e_match_types_bool_exp!" ] } ], "delete_e_match_types_by_pk": [ - 1219, + 1220, { "value": [ 85, @@ -185845,16 +187138,16 @@ export default { } ], "delete_e_notification_types": [ - 1250, + 1251, { "where": [ - 1243, + 1244, "e_notification_types_bool_exp!" ] } ], "delete_e_notification_types_by_pk": [ - 1240, + 1241, { "value": [ 85, @@ -185863,16 +187156,16 @@ export default { } ], "delete_e_objective_types": [ - 1270, + 1271, { "where": [ - 1263, + 1264, "e_objective_types_bool_exp!" ] } ], "delete_e_objective_types_by_pk": [ - 1260, + 1261, { "value": [ 85, @@ -185881,16 +187174,16 @@ export default { } ], "delete_e_player_roles": [ - 1290, + 1291, { "where": [ - 1283, + 1284, "e_player_roles_bool_exp!" ] } ], "delete_e_player_roles_by_pk": [ - 1280, + 1281, { "value": [ 85, @@ -185899,16 +187192,16 @@ export default { } ], "delete_e_plugin_runtimes": [ - 1310, + 1311, { "where": [ - 1303, + 1304, "e_plugin_runtimes_bool_exp!" ] } ], "delete_e_plugin_runtimes_by_pk": [ - 1300, + 1301, { "value": [ 85, @@ -185917,16 +187210,16 @@ export default { } ], "delete_e_ready_settings": [ - 1330, + 1331, { "where": [ - 1323, + 1324, "e_ready_settings_bool_exp!" ] } ], "delete_e_ready_settings_by_pk": [ - 1320, + 1321, { "value": [ 85, @@ -185935,16 +187228,16 @@ export default { } ], "delete_e_sanction_scopes": [ - 1348, + 1349, { "where": [ - 1343, + 1344, "e_sanction_scopes_bool_exp!" ] } ], "delete_e_sanction_scopes_by_pk": [ - 1340, + 1341, { "value": [ 85, @@ -185953,16 +187246,16 @@ export default { } ], "delete_e_sanction_sources": [ - 1369, + 1370, { "where": [ - 1363, + 1364, "e_sanction_sources_bool_exp!" ] } ], "delete_e_sanction_sources_by_pk": [ - 1359, + 1360, { "value": [ 85, @@ -185971,16 +187264,16 @@ export default { } ], "delete_e_sanction_types": [ - 1396, + 1397, { "where": [ - 1389, + 1390, "e_sanction_types_bool_exp!" ] } ], "delete_e_sanction_types_by_pk": [ - 1386, + 1387, { "value": [ 85, @@ -185989,16 +187282,16 @@ export default { } ], "delete_e_scrim_request_statuses": [ - 1417, + 1418, { "where": [ - 1410, + 1411, "e_scrim_request_statuses_bool_exp!" ] } ], "delete_e_scrim_request_statuses_by_pk": [ - 1407, + 1408, { "value": [ 85, @@ -186007,16 +187300,16 @@ export default { } ], "delete_e_server_types": [ - 1437, + 1438, { "where": [ - 1430, + 1431, "e_server_types_bool_exp!" ] } ], "delete_e_server_types_by_pk": [ - 1427, + 1428, { "value": [ 85, @@ -186025,16 +187318,16 @@ export default { } ], "delete_e_sides": [ - 1457, + 1458, { "where": [ - 1450, + 1451, "e_sides_bool_exp!" ] } ], "delete_e_sides_by_pk": [ - 1447, + 1448, { "value": [ 85, @@ -186043,16 +187336,16 @@ export default { } ], "delete_e_system_alert_types": [ - 1477, + 1478, { "where": [ - 1470, + 1471, "e_system_alert_types_bool_exp!" ] } ], "delete_e_system_alert_types_by_pk": [ - 1467, + 1468, { "value": [ 85, @@ -186061,16 +187354,16 @@ export default { } ], "delete_e_team_roles": [ - 1497, + 1498, { "where": [ - 1490, + 1491, "e_team_roles_bool_exp!" ] } ], "delete_e_team_roles_by_pk": [ - 1487, + 1488, { "value": [ 85, @@ -186079,16 +187372,16 @@ export default { } ], "delete_e_team_roster_statuses": [ - 1518, + 1519, { "where": [ - 1511, + 1512, "e_team_roster_statuses_bool_exp!" ] } ], "delete_e_team_roster_statuses_by_pk": [ - 1508, + 1509, { "value": [ 85, @@ -186097,16 +187390,16 @@ export default { } ], "delete_e_timeout_settings": [ - 1538, + 1539, { "where": [ - 1531, + 1532, "e_timeout_settings_bool_exp!" ] } ], "delete_e_timeout_settings_by_pk": [ - 1528, + 1529, { "value": [ 85, @@ -186115,16 +187408,16 @@ export default { } ], "delete_e_tournament_categories": [ - 1558, + 1559, { "where": [ - 1551, + 1552, "e_tournament_categories_bool_exp!" ] } ], "delete_e_tournament_categories_by_pk": [ - 1548, + 1549, { "value": [ 85, @@ -186133,16 +187426,16 @@ export default { } ], "delete_e_tournament_free_agent_statuses": [ - 1579, + 1580, { "where": [ - 1572, + 1573, "e_tournament_free_agent_statuses_bool_exp!" ] } ], "delete_e_tournament_free_agent_statuses_by_pk": [ - 1569, + 1570, { "value": [ 85, @@ -186151,16 +187444,16 @@ export default { } ], "delete_e_tournament_registration_types": [ - 1600, + 1601, { "where": [ - 1593, + 1594, "e_tournament_registration_types_bool_exp!" ] } ], "delete_e_tournament_registration_types_by_pk": [ - 1590, + 1591, { "value": [ 85, @@ -186169,16 +187462,16 @@ export default { } ], "delete_e_tournament_stage_types": [ - 1620, + 1621, { "where": [ - 1613, + 1614, "e_tournament_stage_types_bool_exp!" ] } ], "delete_e_tournament_stage_types_by_pk": [ - 1610, + 1611, { "value": [ 85, @@ -186187,16 +187480,16 @@ export default { } ], "delete_e_tournament_status": [ - 1641, + 1642, { "where": [ - 1634, + 1635, "e_tournament_status_bool_exp!" ] } ], "delete_e_tournament_status_by_pk": [ - 1631, + 1632, { "value": [ 85, @@ -186205,16 +187498,16 @@ export default { } ], "delete_e_utility_practice_access": [ - 1662, + 1663, { "where": [ - 1655, + 1656, "e_utility_practice_access_bool_exp!" ] } ], "delete_e_utility_practice_access_by_pk": [ - 1652, + 1653, { "value": [ 85, @@ -186223,16 +187516,16 @@ export default { } ], "delete_e_utility_practice_statuses": [ - 1682, + 1683, { "where": [ - 1675, + 1676, "e_utility_practice_statuses_bool_exp!" ] } ], "delete_e_utility_practice_statuses_by_pk": [ - 1672, + 1673, { "value": [ 85, @@ -186241,16 +187534,16 @@ export default { } ], "delete_e_utility_sources": [ - 1703, + 1704, { "where": [ - 1696, + 1697, "e_utility_sources_bool_exp!" ] } ], "delete_e_utility_sources_by_pk": [ - 1693, + 1694, { "value": [ 85, @@ -186259,16 +187552,16 @@ export default { } ], "delete_e_utility_techniques": [ - 1723, + 1724, { "where": [ - 1716, + 1717, "e_utility_techniques_bool_exp!" ] } ], "delete_e_utility_techniques_by_pk": [ - 1713, + 1714, { "value": [ 85, @@ -186277,16 +187570,16 @@ export default { } ], "delete_e_utility_throw_strengths": [ - 1743, + 1744, { "where": [ - 1736, + 1737, "e_utility_throw_strengths_bool_exp!" ] } ], "delete_e_utility_throw_strengths_by_pk": [ - 1733, + 1734, { "value": [ 85, @@ -186295,16 +187588,16 @@ export default { } ], "delete_e_utility_types": [ - 1763, + 1764, { "where": [ - 1756, + 1757, "e_utility_types_bool_exp!" ] } ], "delete_e_utility_types_by_pk": [ - 1753, + 1754, { "value": [ 85, @@ -186313,16 +187606,16 @@ export default { } ], "delete_e_utility_visibility": [ - 1783, + 1784, { "where": [ - 1776, + 1777, "e_utility_visibility_bool_exp!" ] } ], "delete_e_utility_visibility_by_pk": [ - 1773, + 1774, { "value": [ 85, @@ -186331,16 +187624,16 @@ export default { } ], "delete_e_veto_pick_types": [ - 1803, + 1804, { "where": [ - 1796, + 1797, "e_veto_pick_types_bool_exp!" ] } ], "delete_e_veto_pick_types_by_pk": [ - 1793, + 1794, { "value": [ 85, @@ -186349,16 +187642,16 @@ export default { } ], "delete_e_winning_reasons": [ - 1823, + 1824, { "where": [ - 1816, + 1817, "e_winning_reasons_bool_exp!" ] } ], "delete_e_winning_reasons_by_pk": [ - 1813, + 1814, { "value": [ 85, @@ -186367,209 +187660,209 @@ export default { } ], "delete_event_match_links": [ - 1841, + 1842, { "where": [ - 1836, + 1837, "event_match_links_bool_exp!" ] } ], "delete_event_match_links_by_pk": [ - 1833, + 1834, { "event_id": [ - 6603, + 6672, "uuid!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_event_media": [ - 1868, + 1869, { "where": [ - 1860, + 1861, "event_media_bool_exp!" ] } ], "delete_event_media_by_pk": [ - 1851, + 1852, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_event_media_players": [ - 1890, + 1891, { "where": [ - 1882, + 1883, "event_media_players_bool_exp!" ] } ], "delete_event_media_players_by_pk": [ - 1873, + 1874, { "media_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_event_organizers": [ - 1951, + 1952, { "where": [ - 1943, + 1944, "event_organizers_bool_exp!" ] } ], "delete_event_organizers_by_pk": [ - 1934, + 1935, { "event_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_event_players": [ - 1992, + 1993, { "where": [ - 1984, + 1985, "event_players_bool_exp!" ] } ], "delete_event_players_by_pk": [ - 1975, + 1976, { "event_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_event_teams": [ - 2030, + 2031, { "where": [ - 2023, + 2024, "event_teams_bool_exp!" ] } ], "delete_event_teams_by_pk": [ - 2016, + 2017, { "event_id": [ - 6603, + 6672, "uuid!" ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_event_tournaments": [ - 2054, + 2055, { "where": [ - 2047, + 2048, "event_tournaments_bool_exp!" ] } ], "delete_event_tournaments_by_pk": [ - 2040, + 2041, { "event_id": [ - 6603, + 6672, "uuid!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_events": [ - 2074, + 2075, { "where": [ - 2068, + 2069, "events_bool_exp!" ] } ], "delete_events_by_pk": [ - 2064, + 2065, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_friends": [ - 2104, + 2105, { "where": [ - 2098, + 2099, "friends_bool_exp!" ] } ], "delete_friends_by_pk": [ - 2094, + 2095, { "other_player_steam_id": [ - 311, + 312, "bigint!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_game_mode_plugins": [ - 2144, + 2145, { "where": [ - 2133, + 2134, "game_mode_plugins_bool_exp!" ] } ], "delete_game_mode_plugins_by_pk": [ - 2121, + 2122, { "game_mode_id": [ - 6603, + 6672, "uuid!" ], "plugin_slug": [ @@ -186579,34 +187872,34 @@ export default { } ], "delete_game_modes": [ - 2179, + 2180, { "where": [ - 2174, + 2175, "game_modes_bool_exp!" ] } ], "delete_game_modes_by_pk": [ - 2171, + 2172, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_game_plugin_installs": [ - 2198, + 2199, { "where": [ - 2193, + 2194, "game_plugin_installs_bool_exp!" ] } ], "delete_game_plugin_installs_by_pk": [ - 2190, + 2191, { "plugin_slug": [ 85, @@ -186615,23 +187908,23 @@ export default { } ], "delete_game_plugin_versions": [ - 2227, + 2228, { "where": [ - 2219, + 2220, "game_plugin_versions_bool_exp!" ] } ], "delete_game_plugin_versions_by_pk": [ - 2208, + 2209, { "plugin_slug": [ 85, "String!" ], "runtime": [ - 1305, + 1306, "e_plugin_runtimes_enum!" ], "version": [ @@ -186641,16 +187934,16 @@ export default { } ], "delete_game_plugins": [ - 2266, + 2267, { "where": [ - 2258, + 2259, "game_plugins_bool_exp!" ] } ], "delete_game_plugins_by_pk": [ - 2253, + 2254, { "slug": [ 85, @@ -186659,34 +187952,34 @@ export default { } ], "delete_game_server_node_plugins": [ - 2301, + 2302, { "where": [ - 2294, + 2295, "game_server_node_plugins_bool_exp!" ] } ], "delete_game_server_node_plugins_by_pk": [ - 2285, + 2286, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_game_server_nodes": [ - 2336, + 2337, { "where": [ - 2325, + 2326, "game_server_nodes_bool_exp!" ] } ], "delete_game_server_nodes_by_pk": [ - 2313, + 2314, { "id": [ 85, @@ -186695,16 +187988,16 @@ export default { } ], "delete_game_versions": [ - 2378, + 2379, { "where": [ - 2369, + 2370, "game_versions_bool_exp!" ] } ], "delete_game_versions_by_pk": [ - 2364, + 2365, { "build_id": [ 41, @@ -186713,267 +188006,267 @@ export default { } ], "delete_gamedata_signature_validations": [ - 2411, + 2412, { "where": [ - 2402, + 2403, "gamedata_signature_validations_bool_exp!" ] } ], "delete_gamedata_signature_validations_by_pk": [ - 2397, + 2398, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_leaderboard_entries": [ - 2450, + 2451, { "where": [ - 2445, + 2446, "leaderboard_entries_bool_exp!" ] } ], "delete_league_divisions": [ - 2475, + 2476, { "where": [ - 2469, + 2470, "league_divisions_bool_exp!" ] } ], "delete_league_divisions_by_pk": [ - 2465, + 2466, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_match_weeks": [ - 2510, + 2511, { "where": [ - 2502, + 2503, "league_match_weeks_bool_exp!" ] } ], "delete_league_match_weeks_by_pk": [ - 2493, + 2494, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_relegation_playoffs": [ - 2551, + 2552, { "where": [ - 2543, + 2544, "league_relegation_playoffs_bool_exp!" ] } ], "delete_league_relegation_playoffs_by_pk": [ - 2534, + 2535, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_scheduling_proposals": [ - 2592, + 2593, { "where": [ - 2584, + 2585, "league_scheduling_proposals_bool_exp!" ] } ], "delete_league_scheduling_proposals_by_pk": [ - 2575, + 2576, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_season_divisions": [ - 2630, + 2631, { "where": [ - 2623, + 2624, "league_season_divisions_bool_exp!" ] } ], "delete_league_season_divisions_by_pk": [ - 2616, + 2617, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_seasons": [ - 2655, + 2656, { "where": [ - 2646, + 2647, "league_seasons_bool_exp!" ] } ], "delete_league_seasons_by_pk": [ - 2641, + 2642, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_team_movements": [ - 2691, + 2692, { "where": [ - 2683, + 2684, "league_team_movements_bool_exp!" ] } ], "delete_league_team_movements_by_pk": [ - 2674, + 2675, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_team_rosters": [ - 2732, + 2733, { "where": [ - 2724, + 2725, "league_team_rosters_bool_exp!" ] } ], "delete_league_team_rosters_by_pk": [ - 2715, + 2716, { "league_team_season_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_league_team_seasons": [ - 2773, + 2774, { "where": [ - 2765, + 2766, "league_team_seasons_bool_exp!" ] } ], "delete_league_team_seasons_by_pk": [ - 2756, + 2757, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_league_teams": [ - 2806, + 2807, { "where": [ - 2801, + 2802, "league_teams_bool_exp!" ] } ], "delete_league_teams_by_pk": [ - 2798, + 2799, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_lobbies": [ - 2825, + 2826, { "where": [ - 2820, + 2821, "lobbies_bool_exp!" ] } ], "delete_lobbies_by_pk": [ - 2817, + 2818, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_lobby_players": [ - 2855, + 2856, { "where": [ - 2847, + 2848, "lobby_players_bool_exp!" ] } ], "delete_lobby_players_by_pk": [ - 2836, + 2837, { "lobby_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_map_callouts": [ - 2893, + 2894, { "where": [ - 2885, + 2886, "map_callouts_bool_exp!" ] } ], "delete_map_callouts_by_pk": [ - 2881, + 2882, { "map_name": [ 85, @@ -186986,286 +188279,286 @@ export default { } ], "delete_map_pools": [ - 2912, + 2913, { "where": [ - 2907, + 2908, "map_pools_bool_exp!" ] } ], "delete_map_pools_by_pk": [ - 2904, + 2905, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_maps": [ - 2939, + 2940, { "where": [ - 2932, + 2933, "maps_bool_exp!" ] } ], "delete_maps_by_pk": [ - 2923, + 2924, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_clips": [ - 2969, + 2970, { "where": [ - 2961, + 2962, "match_clips_bool_exp!" ] } ], "delete_match_clips_by_pk": [ - 2952, + 2953, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_demo_sessions": [ - 3015, + 3016, { "where": [ - 3004, + 3005, "match_demo_sessions_bool_exp!" ] } ], "delete_match_demo_sessions_by_pk": [ - 2994, + 2995, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_lineup_players": [ - 3059, + 3060, { "where": [ - 3051, + 3052, "match_lineup_players_bool_exp!" ] } ], "delete_match_lineup_players_by_pk": [ - 3040, + 3041, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_lineups": [ - 3102, + 3103, { "where": [ - 3094, + 3095, "match_lineups_bool_exp!" ] } ], "delete_match_lineups_by_pk": [ - 3085, + 3086, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_map_demos": [ - 3150, + 3151, { "where": [ - 3139, + 3140, "match_map_demos_bool_exp!" ] } ], "delete_match_map_demos_by_pk": [ - 3127, + 3128, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_map_rounds": [ - 3195, + 3196, { "where": [ - 3187, + 3188, "match_map_rounds_bool_exp!" ] } ], "delete_match_map_rounds_by_pk": [ - 3178, + 3179, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_map_veto_picks": [ - 3235, + 3236, { "where": [ - 3228, + 3229, "match_map_veto_picks_bool_exp!" ] } ], "delete_match_map_veto_picks_by_pk": [ - 3219, + 3220, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_maps": [ - 3264, + 3265, { "where": [ - 3256, + 3257, "match_maps_bool_exp!" ] } ], "delete_match_maps_by_pk": [ - 3247, + 3248, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_options": [ - 3308, + 3309, { "where": [ - 3300, + 3301, "match_options_bool_exp!" ] } ], "delete_match_options_by_pk": [ - 3289, + 3290, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_region_veto_picks": [ - 3351, + 3352, { "where": [ - 3344, + 3345, "match_region_veto_picks_bool_exp!" ] } ], "delete_match_region_veto_picks_by_pk": [ - 3335, + 3336, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_streams": [ - 3386, + 3387, { "where": [ - 3375, + 3376, "match_streams_bool_exp!" ] } ], "delete_match_streams_by_pk": [ - 3363, + 3364, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_match_type_cfgs": [ - 3421, + 3422, { "where": [ - 3416, + 3417, "match_type_cfgs_bool_exp!" ] } ], "delete_match_type_cfgs_by_pk": [ - 3413, + 3414, { "type": [ - 875, + 876, "e_game_cfg_types_enum!" ] } ], "delete_matches": [ - 3450, + 3451, { "where": [ - 3442, + 3443, "matches_bool_exp!" ] } ], "delete_matches_by_pk": [ - 3431, + 3432, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_migration_hashes_hashes": [ - 3485, + 3486, { "where": [ - 3480, + 3481, "migration_hashes_hashes_bool_exp!" ] } ], "delete_migration_hashes_hashes_by_pk": [ - 3477, + 3478, { "name": [ 85, @@ -187274,43 +188567,43 @@ export default { } ], "delete_my_friends": [ - 3517, + 3518, { "where": [ - 3507, + 3508, "my_friends_bool_exp!" ] } ], "delete_news_articles": [ - 3551, + 3552, { "where": [ - 3545, + 3546, "news_articles_bool_exp!" ] } ], "delete_news_articles_by_pk": [ - 3541, + 3542, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_notification_preferences": [ - 3578, + 3579, { "where": [ - 3572, + 3573, "notification_preferences_bool_exp!" ] } ], "delete_notification_preferences_by_pk": [ - 3568, + 3569, { "channel": [ 85, @@ -187321,109 +188614,109 @@ export default { "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_notifications": [ - 3618, + 3619, { "where": [ - 3607, + 3608, "notifications_bool_exp!" ] } ], "delete_notifications_by_pk": [ - 3595, + 3596, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_pending_match_import_players": [ - 3665, + 3666, { "where": [ - 3657, + 3658, "pending_match_import_players_bool_exp!" ] } ], "delete_pending_match_import_players_by_pk": [ - 3648, + 3649, { "steam_id": [ - 311, + 312, "bigint!" ], "valve_match_id": [ - 3645, + 3646, "numeric!" ] } ], "delete_pending_match_imports": [ - 3699, + 3700, { "where": [ - 3693, + 3694, "pending_match_imports_bool_exp!" ] } ], "delete_pending_match_imports_by_pk": [ - 3689, + 3690, { "valve_match_id": [ - 3645, + 3646, "numeric!" ] } ], "delete_player_aim_stats_demo": [ - 3727, + 3728, { "where": [ - 3721, + 3722, "player_aim_stats_demo_bool_exp!" ] } ], "delete_player_aim_stats_demo_by_pk": [ - 3717, + 3718, { "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_player_aim_weapon_stats": [ - 3761, + 3762, { "where": [ - 3753, + 3754, "player_aim_weapon_stats_bool_exp!" ] } ], "delete_player_aim_weapon_stats_by_pk": [ - 3744, + 3745, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ], "weapon_class": [ @@ -187433,179 +188726,179 @@ export default { } ], "delete_player_assists": [ - 3804, + 3805, { "where": [ - 3796, + 3797, "player_assists_bool_exp!" ] } ], "delete_player_assists_by_pk": [ - 3785, + 3786, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "delete_player_damages": [ - 3865, + 3866, { "where": [ - 3857, + 3858, "player_damages_bool_exp!" ] } ], "delete_player_damages_by_pk": [ - 3848, + 3849, { "id": [ - 6603, + 6672, "uuid!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "delete_player_elo": [ - 3899, + 3900, { "where": [ - 3893, + 3894, "player_elo_bool_exp!" ] } ], "delete_player_elo_by_pk": [ - 3889, + 3890, { "match_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ], "type": [ - 1224, + 1225, "e_match_types_enum!" ] } ], "delete_player_faceit_rank_history": [ - 3933, + 3934, { "where": [ - 3925, + 3926, "player_faceit_rank_history_bool_exp!" ] } ], "delete_player_faceit_rank_history_by_pk": [ - 3916, + 3917, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_player_flashes": [ - 3976, + 3977, { "where": [ - 3968, + 3969, "player_flashes_bool_exp!" ] } ], "delete_player_flashes_by_pk": [ - 3957, + 3958, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "delete_player_kills": [ - 4062, + 4063, { "where": [ - 4013, + 4014, "player_kills_bool_exp!" ] } ], "delete_player_kills_by_pk": [ - 4002, + 4003, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "delete_player_kills_by_weapon": [ - 4031, + 4032, { "where": [ - 4023, + 4024, "player_kills_by_weapon_bool_exp!" ] } ], "delete_player_kills_by_weapon_by_pk": [ - 4014, + 4015, { "player_steam_id": [ - 311, + 312, "bigint!" ], "with": [ @@ -187615,258 +188908,258 @@ export default { } ], "delete_player_leaderboard_rank": [ - 4097, + 4098, { "where": [ - 4092, + 4093, "player_leaderboard_rank_bool_exp!" ] } ], "delete_player_match_map_stats": [ - 4128, + 4129, { "where": [ - 4120, + 4121, "player_match_map_stats_bool_exp!" ] } ], "delete_player_match_map_stats_by_pk": [ - 4111, + 4112, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_player_objectives": [ - 4220, + 4221, { "where": [ - 4212, + 4213, "player_objectives_bool_exp!" ] } ], "delete_player_objectives_by_pk": [ - 4203, + 4204, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "delete_player_premier_rank_history": [ - 4279, + 4280, { "where": [ - 4271, + 4272, "player_premier_rank_history_bool_exp!" ] } ], "delete_player_premier_rank_history_by_pk": [ - 4262, + 4263, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_player_sanctions": [ - 4320, + 4321, { "where": [ - 4312, + 4313, "player_sanctions_bool_exp!" ] } ], "delete_player_sanctions_by_pk": [ - 4303, + 4304, { "created_at": [ - 5242, + 5243, "timestamptz!" ], "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_player_season_stats": [ - 4371, + 4372, { "where": [ - 4363, + 4364, "player_season_stats_bool_exp!" ] } ], "delete_player_season_stats_by_pk": [ - 4344, + 4345, { "player_steam_id": [ - 311, + 312, "bigint!" ], "season_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_player_stats": [ - 4413, + 4414, { "where": [ - 4407, + 4408, "player_stats_bool_exp!" ] } ], "delete_player_stats_by_pk": [ - 4403, + 4404, { "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_player_steam_bot_friend": [ - 4445, + 4446, { "where": [ - 4436, + 4437, "player_steam_bot_friend_bool_exp!" ] } ], "delete_player_steam_bot_friend_by_pk": [ - 4431, + 4432, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_player_steam_match_auth": [ - 4473, + 4474, { "where": [ - 4467, + 4468, "player_steam_match_auth_bool_exp!" ] } ], "delete_player_steam_match_auth_by_pk": [ - 4463, + 4464, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_player_unused_utility": [ - 4507, + 4508, { "where": [ - 4499, + 4500, "player_unused_utility_bool_exp!" ] } ], "delete_player_unused_utility_by_pk": [ - 4490, + 4491, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_player_utility": [ - 4548, + 4549, { "where": [ - 4540, + 4541, "player_utility_bool_exp!" ] } ], "delete_player_utility_by_pk": [ - 4531, + 4532, { "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "delete_players": [ - 4615, + 4616, { "where": [ - 4609, + 4610, "players_bool_exp!" ] } ], "delete_players_by_pk": [ - 4605, + 4606, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "delete_plugin_versions": [ - 4643, + 4644, { "where": [ - 4637, + 4638, "plugin_versions_bool_exp!" ] } ], "delete_plugin_versions_by_pk": [ - 4633, + 4634, { "runtime": [ - 1305, + 1306, "e_plugin_runtimes_enum!" ], "version": [ @@ -187876,61 +189169,61 @@ export default { } ], "delete_push_subscriptions": [ - 4670, + 4671, { "where": [ - 4664, + 4665, "push_subscriptions_bool_exp!" ] } ], "delete_push_subscriptions_by_pk": [ - 4660, + 4661, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_role_permissions": [ - 4698, + 4699, { "where": [ - 4694, + 4695, "role_permissions_bool_exp!" ] } ], "delete_seasons": [ - 4715, + 4716, { "where": [ - 4709, + 4710, "seasons_bool_exp!" ] } ], "delete_seasons_by_pk": [ - 4705, + 4706, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_server_regions": [ - 4742, + 4743, { "where": [ - 4737, + 4738, "server_regions_bool_exp!" ] } ], "delete_server_regions_by_pk": [ - 4733, + 4734, { "value": [ 85, @@ -187939,34 +189232,34 @@ export default { } ], "delete_servers": [ - 4783, + 4784, { "where": [ - 4772, + 4773, "servers_bool_exp!" ] } ], "delete_servers_by_pk": [ - 4760, + 4761, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_settings": [ - 4819, + 4820, { "where": [ - 4814, + 4815, "settings_bool_exp!" ] } ], "delete_settings_by_pk": [ - 4811, + 4812, { "name": [ 85, @@ -187975,793 +189268,820 @@ export default { } ], "delete_steam_account_claims": [ - 4845, + 4846, { "where": [ - 4838, + 4839, "steam_account_claims_bool_exp!" ] } ], "delete_steam_account_claims_by_pk": [ - 4831, + 4832, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_steam_accounts": [ - 4865, + 4866, { "where": [ - 4859, + 4860, "steam_accounts_bool_exp!" ] } ], "delete_steam_accounts_by_pk": [ - 4855, + 4856, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_system_alerts": [ - 4893, + 4894, { "where": [ - 4887, + 4888, "system_alerts_bool_exp!" ] } ], "delete_system_alerts_by_pk": [ - 4883, + 4884, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_invites": [ - 4927, + 4928, { "where": [ - 4919, + 4920, "team_invites_bool_exp!" ] } ], "delete_team_invites_by_pk": [ - 4910, + 4911, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_roster": [ - 4970, + 4971, { "where": [ - 4962, + 4963, "team_roster_bool_exp!" ] } ], "delete_team_roster_by_pk": [ - 4951, + 4952, { "player_steam_id": [ - 311, + 312, "bigint!" ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_scrim_alerts": [ - 5006, + 5007, { "where": [ - 5000, + 5001, "team_scrim_alerts_bool_exp!" ] } ], "delete_team_scrim_alerts_by_pk": [ - 4996, + 4997, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_scrim_availability": [ - 5039, + 5040, { "where": [ - 5032, + 5033, "team_scrim_availability_bool_exp!" ] } ], "delete_team_scrim_availability_by_pk": [ - 5023, + 5024, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_scrim_request_proposals": [ - 5068, + 5069, { "where": [ - 5060, + 5061, "team_scrim_request_proposals_bool_exp!" ] } ], "delete_team_scrim_request_proposals_by_pk": [ - 5051, + 5052, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_scrim_requests": [ - 5111, + 5112, { "where": [ - 5103, + 5104, "team_scrim_requests_bool_exp!" ] } ], "delete_team_scrim_requests_by_pk": [ - 5092, + 5093, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_scrim_settings": [ - 5148, + 5149, { "where": [ - 5142, + 5143, "team_scrim_settings_bool_exp!" ] } ], "delete_team_scrim_settings_by_pk": [ - 5138, + 5139, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_team_suggestions": [ - 5176, + 5177, { "where": [ - 5170, + 5171, "team_suggestions_bool_exp!" ] } ], "delete_team_suggestions_by_pk": [ - 5166, + 5167, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_teams": [ - 5212, + 5213, { "where": [ - 5204, + 5205, "teams_bool_exp!" ] } ], "delete_teams_by_pk": [ - 5193, + 5194, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_awards": [ - 5261, + 5262, { "where": [ - 5253, + 5254, "tournament_awards_bool_exp!" ] } ], "delete_tournament_awards_by_pk": [ - 5244, + 5245, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_brackets": [ - 5305, + 5306, { "where": [ - 5297, + 5298, "tournament_brackets_bool_exp!" ] } ], "delete_tournament_brackets_by_pk": [ - 5286, + 5287, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_categories": [ - 5346, + 5347, { "where": [ - 5339, + 5340, "tournament_categories_bool_exp!" ] } ], "delete_tournament_categories_by_pk": [ - 5332, + 5333, { "category": [ - 1553, + 1554, "e_tournament_categories_enum!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_free_agents": [ - 5373, + 5374, { "where": [ - 5365, + 5366, "tournament_free_agents_bool_exp!" ] } ], "delete_tournament_free_agents_by_pk": [ - 5356, + 5357, { "id": [ - 6603, + 6672, + "uuid!" + ] + } + ], + "delete_tournament_invite_code_uses": [ + 5415, + { + "where": [ + 5407, + "tournament_invite_code_uses_bool_exp!" + ] + } + ], + "delete_tournament_invite_code_uses_by_pk": [ + 5398, + { + "invite_code_id": [ + 6672, + "uuid!" + ], + "player_steam_id": [ + 312, + "bigint!" + ] + } + ], + "delete_tournament_invite_codes": [ + 5449, + { + "where": [ + 5443, + "tournament_invite_codes_bool_exp!" + ] + } + ], + "delete_tournament_invite_codes_by_pk": [ + 5439, + { + "id": [ + 6672, "uuid!" ] } ], "delete_tournament_invites": [ - 5407, + 5477, { "where": [ - 5401, + 5471, "tournament_invites_bool_exp!" ] } ], "delete_tournament_invites_by_pk": [ - 5397, + 5467, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_leaderboard_entries": [ - 5433, + 5503, { "where": [ - 5428, + 5498, "tournament_leaderboard_entries_bool_exp!" ] } ], "delete_tournament_no_shows": [ - 5457, + 5527, { "where": [ - 5451, + 5521, "tournament_no_shows_bool_exp!" ] } ], "delete_tournament_no_shows_by_pk": [ - 5447, + 5517, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_organizer_teams": [ - 5488, + 5558, { "where": [ - 5481, + 5551, "tournament_organizer_teams_bool_exp!" ] } ], "delete_tournament_organizer_teams_by_pk": [ - 5474, + 5544, { "team_id": [ - 6603, + 6672, "uuid!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_organizers": [ - 5515, + 5585, { "where": [ - 5507, + 5577, "tournament_organizers_bool_exp!" ] } ], "delete_tournament_organizers_by_pk": [ - 5498, + 5568, { "steam_id": [ - 311, + 312, "bigint!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_prizes": [ - 5556, + 5626, { "where": [ - 5548, + 5618, "tournament_prizes_bool_exp!" ] } ], "delete_tournament_prizes_by_pk": [ - 5539, + 5609, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_registration_unlocks": [ - 5590, + 5660, { "where": [ - 5584, + 5654, "tournament_registration_unlocks_bool_exp!" ] } ], - "delete_tournament_registration_unlocks_by_pk": [ - 5580, - { - "player_steam_id": [ - 311, - "bigint!" - ], - "tournament_id": [ - 6603, - "uuid!" - ] - } - ], "delete_tournament_stage_windows": [ - 5624, + 5693, { "where": [ - 5616, + 5685, "tournament_stage_windows_bool_exp!" ] } ], "delete_tournament_stage_windows_by_pk": [ - 5607, + 5676, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_stages": [ - 5671, + 5740, { "where": [ - 5660, + 5729, "tournament_stages_bool_exp!" ] } ], "delete_tournament_stages_by_pk": [ - 5648, + 5717, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_team_invites": [ - 5716, + 5785, { "where": [ - 5708, + 5777, "tournament_team_invites_bool_exp!" ] } ], "delete_tournament_team_invites_by_pk": [ - 5699, + 5768, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_team_roster": [ - 5757, + 5826, { "where": [ - 5749, + 5818, "tournament_team_roster_bool_exp!" ] } ], "delete_tournament_team_roster_by_pk": [ - 5740, + 5809, { "player_steam_id": [ - 311, + 312, "bigint!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournament_teams": [ - 5800, + 5869, { "where": [ - 5792, + 5861, "tournament_teams_bool_exp!" ] } ], "delete_tournament_teams_by_pk": [ - 5781, + 5850, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_tournaments": [ - 5856, + 5925, { "where": [ - 5848, + 5917, "tournaments_bool_exp!" ] } ], "delete_tournaments_by_pk": [ - 5827, + 5896, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_collection_items": [ - 5908, + 5977, { "where": [ - 5900, + 5969, "utility_collection_items_bool_exp!" ] } ], "delete_utility_collection_items_by_pk": [ - 5891, + 5960, { "collection_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_collections": [ - 5942, + 6011, { "where": [ - 5936, + 6005, "utility_collections_bool_exp!" ] } ], "delete_utility_collections_by_pk": [ - 5932, + 6001, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_demo_mines": [ - 5970, + 6039, { "where": [ - 5964, + 6033, "utility_demo_mines_bool_exp!" ] } ], "delete_utility_demo_mines_by_pk": [ - 5960, + 6029, { "match_map_demo_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_demo_throws": [ - 5997, + 6066, { "where": [ - 5991, + 6060, "utility_demo_throws_bool_exp!" ] } ], "delete_utility_demo_throws_by_pk": [ - 5987, + 6056, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_drift_results": [ - 6041, + 6110, { "where": [ - 6033, + 6102, "utility_drift_results_bool_exp!" ] } ], "delete_utility_drift_results_by_pk": [ - 6014, + 6083, { "utility_drift_scan_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_drift_scans": [ - 6083, + 6152, { "where": [ - 6077, + 6146, "utility_drift_scans_bool_exp!" ] } ], "delete_utility_drift_scans_by_pk": [ - 6073, + 6142, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_lineup_favorites": [ - 6118, + 6187, { "where": [ - 6110, + 6179, "utility_lineup_favorites_bool_exp!" ] } ], "delete_utility_lineup_favorites_by_pk": [ - 6101, + 6170, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_lineup_progress": [ - 6169, + 6238, { "where": [ - 6161, + 6230, "utility_lineup_progress_bool_exp!" ] } ], "delete_utility_lineup_progress_by_pk": [ - 6142, + 6211, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_lineup_renders": [ - 6224, + 6293, { "where": [ - 6213, + 6282, "utility_lineup_renders_bool_exp!" ] } ], "delete_utility_lineup_renders_by_pk": [ - 6201, + 6270, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_lineup_repairs": [ - 6278, + 6347, { "where": [ - 6270, + 6339, "utility_lineup_repairs_bool_exp!" ] } ], "delete_utility_lineup_repairs_by_pk": [ - 6251, + 6320, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_lineup_votes": [ - 6327, + 6396, { "where": [ - 6319, + 6388, "utility_lineup_votes_bool_exp!" ] } ], "delete_utility_lineup_votes_by_pk": [ - 6310, + 6379, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_lineups": [ - 6384, + 6453, { "where": [ - 6373, + 6442, "utility_lineups_bool_exp!" ] } ], "delete_utility_lineups_by_pk": [ - 6351, + 6420, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_meta_lineups": [ - 6430, + 6499, { "where": [ - 6424, + 6493, "utility_meta_lineups_bool_exp!" ] } ], "delete_utility_meta_lineups_by_pk": [ - 6420, + 6489, { "lineup_bucket": [ 85, @@ -188770,135 +190090,135 @@ export default { } ], "delete_utility_playbook_steps": [ - 6464, + 6533, { "where": [ - 6456, + 6525, "utility_playbook_steps_bool_exp!" ] } ], "delete_utility_playbook_steps_by_pk": [ - 6447, + 6516, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_playbooks": [ - 6498, + 6567, { "where": [ - 6492, + 6561, "utility_playbooks_bool_exp!" ] } ], "delete_utility_playbooks_by_pk": [ - 6488, + 6557, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_practice_invites": [ - 6533, + 6602, { "where": [ - 6525, + 6594, "utility_practice_invites_bool_exp!" ] } ], "delete_utility_practice_invites_by_pk": [ - 6516, + 6585, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_practice_session_id": [ - 6603, + 6672, "uuid!" ] } ], "delete_utility_practice_sessions": [ - 6576, + 6645, { "where": [ - 6568, + 6637, "utility_practice_sessions_bool_exp!" ] } ], "delete_utility_practice_sessions_by_pk": [ - 6557, + 6626, { "id": [ - 6603, + 6672, "uuid!" ] } ], "delete_v_match_captains": [ - 6768, + 6837, { "where": [ - 6763, + 6832, "v_match_captains_bool_exp!" ] } ], "delete_v_match_map_backup_rounds": [ - 6879, + 6948, { "where": [ - 6874, + 6943, "v_match_map_backup_rounds_bool_exp!" ] } ], "delete_v_player_match_map_hltv": [ - 7101, + 7170, { "where": [ - 7094, + 7163, "v_player_match_map_hltv_bool_exp!" ] } ], "delete_v_pool_maps": [ - 7278, + 7347, { "where": [ - 7272, + 7341, "v_pool_maps_bool_exp!" ] } ], "delete_v_team_stage_results": [ - 7372, + 7441, { "where": [ - 7364, + 7433, "v_team_stage_results_bool_exp!" ] } ], "delete_v_team_stage_results_by_pk": [ - 7345, + 7414, { "tournament_stage_id": [ - 6603, + 6672, "uuid!" ], "tournament_team_id": [ - 6603, + 6672, "uuid!" ] } @@ -188907,7 +190227,7 @@ export default { 88, { "invite_id": [ - 6603, + 6672, "uuid!" ], "type": [ @@ -188924,7 +190244,7 @@ export default { "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } @@ -188933,7 +190253,7 @@ export default { 112, { "tournament_id": [ - 6603, + 6672, "uuid!" ] } @@ -188946,7 +190266,7 @@ export default { "Int!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } @@ -188955,26 +190275,26 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "winning_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "forkUtilityLineup": [ - 122, + 123, { "collection_id": [ - 6603 + 6672 ], "name": [ 85 ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } @@ -188983,7 +190303,7 @@ export default { 46, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -189007,14 +190327,14 @@ export default { 5, { "award_id": [ - 6603, + 6672, "uuid!" ], "event_id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "note": [ 85 @@ -189023,4891 +190343,4939 @@ export default { 85 ], "season_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ], "tournament_id": [ - 6603 + 6672 ] } ], "importUtilityLineups": [ - 120, + 121, { "dry_run": [ 6 ], "payload": [ - 2438, + 2439, "jsonb!" ] } ], "insert__map_pool": [ - 162, + 163, { "objects": [ - 159, + 160, "[_map_pool_insert_input!]!" ], "on_conflict": [ - 163 + 164 ] } ], "insert__map_pool_one": [ - 154, + 155, { "object": [ - 159, + 160, "_map_pool_insert_input!" ], "on_conflict": [ - 163 + 164 ] } ], "insert_abandoned_matches": [ - 190, + 191, { "objects": [ - 185, + 186, "[abandoned_matches_insert_input!]!" ], "on_conflict": [ - 191 + 192 ] } ], "insert_abandoned_matches_one": [ - 173, + 174, { "object": [ - 185, + 186, "abandoned_matches_insert_input!" ], "on_conflict": [ - 191 + 192 ] } ], "insert_api_keys": [ - 224, + 225, { "objects": [ - 221, + 222, "[api_keys_insert_input!]!" ], "on_conflict": [ - 225 + 226 ] } ], "insert_api_keys_one": [ - 214, + 215, { "object": [ - 221, + 222, "api_keys_insert_input!" ], "on_conflict": [ - 225 + 226 ] } ], "insert_award_recipients": [ - 259, + 260, { "objects": [ - 254, + 255, "[award_recipients_insert_input!]!" ], "on_conflict": [ - 260 + 261 ] } ], "insert_award_recipients_one": [ - 242, + 243, { "object": [ - 254, + 255, "award_recipients_insert_input!" ], "on_conflict": [ - 260 + 261 ] } ], "insert_awards": [ - 293, + 294, { "objects": [ - 290, + 291, "[awards_insert_input!]!" ], "on_conflict": [ - 295 + 296 ] } ], "insert_awards_one": [ - 283, + 284, { "object": [ - 290, + 291, "awards_insert_input!" ], "on_conflict": [ - 295 + 296 ] } ], "insert_chat_read_state": [ - 326, + 327, { "objects": [ - 323, + 324, "[chat_read_state_insert_input!]!" ], "on_conflict": [ - 327 + 328 ] } ], "insert_chat_read_state_one": [ - 316, + 317, { "object": [ - 323, + 324, "chat_read_state_insert_input!" ], "on_conflict": [ - 327 + 328 ] } ], "insert_clip_render_jobs": [ - 366, + 367, { "objects": [ - 361, + 362, "[clip_render_jobs_insert_input!]!" ], "on_conflict": [ - 367 + 368 ] } ], "insert_clip_render_jobs_one": [ - 343, + 344, { "object": [ - 361, + 362, "clip_render_jobs_insert_input!" ], "on_conflict": [ - 367 + 368 ] } ], "insert_custom_pages": [ - 409, + 410, { "objects": [ - 406, + 407, "[custom_pages_insert_input!]!" ], "on_conflict": [ - 410 + 411 ] } ], "insert_custom_pages_one": [ - 395, + 396, { "object": [ - 406, + 407, "custom_pages_insert_input!" ], "on_conflict": [ - 410 + 411 ] } ], "insert_db_backups": [ - 437, + 438, { "objects": [ - 434, + 435, "[db_backups_insert_input!]!" ], "on_conflict": [ - 438 + 439 ] } ], "insert_db_backups_one": [ - 427, + 428, { "object": [ - 434, + 435, "db_backups_insert_input!" ], "on_conflict": [ - 438 + 439 ] } ], "insert_direct_conversations": [ - 464, + 465, { "objects": [ - 461, + 462, "[direct_conversations_insert_input!]!" ], "on_conflict": [ - 465 + 466 ] } ], "insert_direct_conversations_one": [ - 454, + 455, { "object": [ - 461, + 462, "direct_conversations_insert_input!" ], "on_conflict": [ - 465 + 466 ] } ], "insert_direct_messages": [ - 491, + 492, { "objects": [ - 488, + 489, "[direct_messages_insert_input!]!" ], "on_conflict": [ - 492 + 493 ] } ], "insert_direct_messages_one": [ - 481, + 482, { "object": [ - 488, + 489, "direct_messages_insert_input!" ], "on_conflict": [ - 492 + 493 ] } ], "insert_draft_game_picks": [ - 527, + 528, { "objects": [ - 522, + 523, "[draft_game_picks_insert_input!]!" ], "on_conflict": [ - 528 + 529 ] } ], "insert_draft_game_picks_one": [ - 508, + 509, { "object": [ - 522, + 523, "draft_game_picks_insert_input!" ], "on_conflict": [ - 528 + 529 ] } ], "insert_draft_game_players": [ - 572, + 573, { "objects": [ - 567, + 568, "[draft_game_players_insert_input!]!" ], "on_conflict": [ - 573 + 574 ] } ], "insert_draft_game_players_one": [ - 553, + 554, { "object": [ - 567, + 568, "draft_game_players_insert_input!" ], "on_conflict": [ - 573 + 574 ] } ], "insert_draft_games": [ - 617, + 618, { "objects": [ - 612, + 613, "[draft_games_insert_input!]!" ], "on_conflict": [ - 619 + 620 ] } ], "insert_draft_games_one": [ - 598, + 599, { "object": [ - 612, + 613, "draft_games_insert_input!" ], "on_conflict": [ - 619 + 620 ] } ], "insert_e_award_sources": [ - 654, + 655, { "objects": [ - 651, + 652, "[e_award_sources_insert_input!]!" ], "on_conflict": [ - 655 + 656 ] } ], "insert_e_award_sources_one": [ - 644, + 645, { "object": [ - 651, + 652, "e_award_sources_insert_input!" ], "on_conflict": [ - 655 + 656 ] } ], "insert_e_award_tiers": [ - 674, + 675, { "objects": [ - 671, + 672, "[e_award_tiers_insert_input!]!" ], "on_conflict": [ - 675 + 676 ] } ], "insert_e_award_tiers_one": [ - 664, + 665, { "object": [ - 671, + 672, "e_award_tiers_insert_input!" ], "on_conflict": [ - 675 + 676 ] } ], "insert_e_check_in_settings": [ - 694, + 695, { "objects": [ - 691, + 692, "[e_check_in_settings_insert_input!]!" ], "on_conflict": [ - 695 + 696 ] } ], "insert_e_check_in_settings_one": [ - 684, + 685, { "object": [ - 691, + 692, "e_check_in_settings_insert_input!" ], "on_conflict": [ - 695 + 696 ] } ], "insert_e_draft_game_captain_selection": [ - 714, + 715, { "objects": [ - 711, + 712, "[e_draft_game_captain_selection_insert_input!]!" ], "on_conflict": [ - 716 + 717 ] } ], "insert_e_draft_game_captain_selection_one": [ - 704, + 705, { "object": [ - 711, + 712, "e_draft_game_captain_selection_insert_input!" ], "on_conflict": [ - 716 + 717 ] } ], "insert_e_draft_game_draft_order": [ - 735, + 736, { "objects": [ - 732, + 733, "[e_draft_game_draft_order_insert_input!]!" ], "on_conflict": [ - 737 + 738 ] } ], "insert_e_draft_game_draft_order_one": [ - 725, + 726, { "object": [ - 732, + 733, "e_draft_game_draft_order_insert_input!" ], "on_conflict": [ - 737 + 738 ] } ], "insert_e_draft_game_mode": [ - 756, + 757, { "objects": [ - 753, + 754, "[e_draft_game_mode_insert_input!]!" ], "on_conflict": [ - 758 + 759 ] } ], "insert_e_draft_game_mode_one": [ - 746, + 747, { "object": [ - 753, + 754, "e_draft_game_mode_insert_input!" ], "on_conflict": [ - 758 + 759 ] } ], "insert_e_draft_game_player_status": [ - 777, + 778, { "objects": [ - 774, + 775, "[e_draft_game_player_status_insert_input!]!" ], "on_conflict": [ - 779 + 780 ] } ], "insert_e_draft_game_player_status_one": [ - 767, + 768, { "object": [ - 774, + 775, "e_draft_game_player_status_insert_input!" ], "on_conflict": [ - 779 + 780 ] } ], "insert_e_draft_game_status": [ - 798, + 799, { "objects": [ - 795, + 796, "[e_draft_game_status_insert_input!]!" ], "on_conflict": [ - 800 + 801 ] } ], "insert_e_draft_game_status_one": [ - 788, + 789, { "object": [ - 795, + 796, "e_draft_game_status_insert_input!" ], "on_conflict": [ - 800 + 801 ] } ], "insert_e_event_media_access": [ - 819, + 820, { "objects": [ - 816, + 817, "[e_event_media_access_insert_input!]!" ], "on_conflict": [ - 820 + 821 ] } ], "insert_e_event_media_access_one": [ - 809, + 810, { "object": [ - 816, + 817, "e_event_media_access_insert_input!" ], "on_conflict": [ - 820 + 821 ] } ], "insert_e_event_visibility": [ - 839, + 840, { "objects": [ - 836, + 837, "[e_event_visibility_insert_input!]!" ], "on_conflict": [ - 840 + 841 ] } ], "insert_e_event_visibility_one": [ - 829, + 830, { "object": [ - 836, + 837, "e_event_visibility_insert_input!" ], "on_conflict": [ - 840 + 841 ] } ], "insert_e_friend_status": [ - 859, + 860, { "objects": [ - 856, + 857, "[e_friend_status_insert_input!]!" ], "on_conflict": [ - 861 + 862 ] } ], "insert_e_friend_status_one": [ - 849, + 850, { "object": [ - 856, + 857, "e_friend_status_insert_input!" ], "on_conflict": [ - 861 + 862 ] } ], "insert_e_game_cfg_types": [ - 880, + 881, { "objects": [ - 877, + 878, "[e_game_cfg_types_insert_input!]!" ], "on_conflict": [ - 881 + 882 ] } ], "insert_e_game_cfg_types_one": [ - 870, + 871, { "object": [ - 877, + 878, "e_game_cfg_types_insert_input!" ], "on_conflict": [ - 881 + 882 ] } ], "insert_e_game_plugin_channels": [ - 900, + 901, { "objects": [ - 897, + 898, "[e_game_plugin_channels_insert_input!]!" ], "on_conflict": [ - 901 + 902 ] } ], "insert_e_game_plugin_channels_one": [ - 890, + 891, { "object": [ - 897, + 898, "e_game_plugin_channels_insert_input!" ], "on_conflict": [ - 901 + 902 ] } ], "insert_e_game_plugin_install_statuses": [ - 920, + 921, { "objects": [ - 917, + 918, "[e_game_plugin_install_statuses_insert_input!]!" ], "on_conflict": [ - 921 + 922 ] } ], "insert_e_game_plugin_install_statuses_one": [ - 910, + 911, { "object": [ - 917, + 918, "e_game_plugin_install_statuses_insert_input!" ], "on_conflict": [ - 921 + 922 ] } ], "insert_e_game_plugin_kinds": [ - 940, + 941, { "objects": [ - 937, + 938, "[e_game_plugin_kinds_insert_input!]!" ], "on_conflict": [ - 941 + 942 ] } ], "insert_e_game_plugin_kinds_one": [ - 930, + 931, { "object": [ - 937, + 938, "e_game_plugin_kinds_insert_input!" ], "on_conflict": [ - 941 + 942 ] } ], "insert_e_game_server_node_statuses": [ - 960, + 961, { "objects": [ - 957, + 958, "[e_game_server_node_statuses_insert_input!]!" ], "on_conflict": [ - 962 + 963 ] } ], "insert_e_game_server_node_statuses_one": [ - 950, + 951, { "object": [ - 957, + 958, "e_game_server_node_statuses_insert_input!" ], "on_conflict": [ - 962 + 963 ] } ], "insert_e_league_movement_types": [ - 981, + 982, { "objects": [ - 978, + 979, "[e_league_movement_types_insert_input!]!" ], "on_conflict": [ - 983 + 984 ] } ], "insert_e_league_movement_types_one": [ - 971, + 972, { "object": [ - 978, + 979, "e_league_movement_types_insert_input!" ], "on_conflict": [ - 983 + 984 ] } ], "insert_e_league_proposal_statuses": [ - 1002, + 1003, { "objects": [ - 999, + 1000, "[e_league_proposal_statuses_insert_input!]!" ], "on_conflict": [ - 1004 + 1005 ] } ], "insert_e_league_proposal_statuses_one": [ - 992, + 993, { "object": [ - 999, + 1000, "e_league_proposal_statuses_insert_input!" ], "on_conflict": [ - 1004 + 1005 ] } ], "insert_e_league_registration_statuses": [ - 1023, + 1024, { "objects": [ - 1020, + 1021, "[e_league_registration_statuses_insert_input!]!" ], "on_conflict": [ - 1025 + 1026 ] } ], "insert_e_league_registration_statuses_one": [ - 1013, + 1014, { "object": [ - 1020, + 1021, "e_league_registration_statuses_insert_input!" ], "on_conflict": [ - 1025 + 1026 ] } ], "insert_e_league_season_statuses": [ - 1044, + 1045, { "objects": [ - 1041, + 1042, "[e_league_season_statuses_insert_input!]!" ], "on_conflict": [ - 1046 + 1047 ] } ], "insert_e_league_season_statuses_one": [ - 1034, + 1035, { "object": [ - 1041, + 1042, "e_league_season_statuses_insert_input!" ], "on_conflict": [ - 1046 + 1047 ] } ], "insert_e_lobby_access": [ - 1065, + 1066, { "objects": [ - 1062, + 1063, "[e_lobby_access_insert_input!]!" ], "on_conflict": [ - 1067 + 1068 ] } ], "insert_e_lobby_access_one": [ - 1055, + 1056, { "object": [ - 1062, + 1063, "e_lobby_access_insert_input!" ], "on_conflict": [ - 1067 + 1068 ] } ], "insert_e_lobby_player_status": [ - 1086, + 1087, { "objects": [ - 1083, + 1084, "[e_lobby_player_status_insert_input!]!" ], "on_conflict": [ - 1087 + 1088 ] } ], "insert_e_lobby_player_status_one": [ - 1076, + 1077, { "object": [ - 1083, + 1084, "e_lobby_player_status_insert_input!" ], "on_conflict": [ - 1087 + 1088 ] } ], "insert_e_map_pool_types": [ - 1106, + 1107, { "objects": [ - 1103, + 1104, "[e_map_pool_types_insert_input!]!" ], "on_conflict": [ - 1108 + 1109 ] } ], "insert_e_map_pool_types_one": [ - 1096, + 1097, { "object": [ - 1103, + 1104, "e_map_pool_types_insert_input!" ], "on_conflict": [ - 1108 + 1109 ] } ], "insert_e_match_clip_visibility": [ - 1127, + 1128, { "objects": [ - 1124, + 1125, "[e_match_clip_visibility_insert_input!]!" ], "on_conflict": [ - 1128 + 1129 ] } ], "insert_e_match_clip_visibility_one": [ - 1117, + 1118, { "object": [ - 1124, + 1125, "e_match_clip_visibility_insert_input!" ], "on_conflict": [ - 1128 + 1129 ] } ], "insert_e_match_map_status": [ - 1147, + 1148, { "objects": [ - 1144, + 1145, "[e_match_map_status_insert_input!]!" ], "on_conflict": [ - 1149 + 1150 ] } ], "insert_e_match_map_status_one": [ - 1137, + 1138, { "object": [ - 1144, + 1145, "e_match_map_status_insert_input!" ], "on_conflict": [ - 1149 + 1150 ] } ], "insert_e_match_mode": [ - 1168, + 1169, { "objects": [ - 1165, + 1166, "[e_match_mode_insert_input!]!" ], "on_conflict": [ - 1169 + 1170 ] } ], "insert_e_match_mode_one": [ - 1158, + 1159, { "object": [ - 1165, + 1166, "e_match_mode_insert_input!" ], "on_conflict": [ - 1169 + 1170 ] } ], "insert_e_match_party_sources": [ - 1188, + 1189, { "objects": [ - 1185, + 1186, "[e_match_party_sources_insert_input!]!" ], "on_conflict": [ - 1189 + 1190 ] } ], "insert_e_match_party_sources_one": [ - 1178, + 1179, { "object": [ - 1185, + 1186, "e_match_party_sources_insert_input!" ], "on_conflict": [ - 1189 + 1190 ] } ], "insert_e_match_status": [ - 1208, + 1209, { "objects": [ - 1205, + 1206, "[e_match_status_insert_input!]!" ], "on_conflict": [ - 1210 + 1211 ] } ], "insert_e_match_status_one": [ - 1198, + 1199, { "object": [ - 1205, + 1206, "e_match_status_insert_input!" ], "on_conflict": [ - 1210 + 1211 ] } ], "insert_e_match_types": [ - 1229, + 1230, { "objects": [ - 1226, + 1227, "[e_match_types_insert_input!]!" ], "on_conflict": [ - 1231 + 1232 ] } ], "insert_e_match_types_one": [ - 1219, + 1220, { "object": [ - 1226, + 1227, "e_match_types_insert_input!" ], "on_conflict": [ - 1231 + 1232 ] } ], "insert_e_notification_types": [ - 1250, + 1251, { "objects": [ - 1247, + 1248, "[e_notification_types_insert_input!]!" ], "on_conflict": [ - 1251 + 1252 ] } ], "insert_e_notification_types_one": [ - 1240, + 1241, { "object": [ - 1247, + 1248, "e_notification_types_insert_input!" ], "on_conflict": [ - 1251 + 1252 ] } ], "insert_e_objective_types": [ - 1270, + 1271, { "objects": [ - 1267, + 1268, "[e_objective_types_insert_input!]!" ], "on_conflict": [ - 1271 + 1272 ] } ], "insert_e_objective_types_one": [ - 1260, + 1261, { "object": [ - 1267, + 1268, "e_objective_types_insert_input!" ], "on_conflict": [ - 1271 + 1272 ] } ], "insert_e_player_roles": [ - 1290, + 1291, { "objects": [ - 1287, + 1288, "[e_player_roles_insert_input!]!" ], "on_conflict": [ - 1291 + 1292 ] } ], "insert_e_player_roles_one": [ - 1280, + 1281, { "object": [ - 1287, + 1288, "e_player_roles_insert_input!" ], "on_conflict": [ - 1291 + 1292 ] } ], "insert_e_plugin_runtimes": [ - 1310, + 1311, { "objects": [ - 1307, + 1308, "[e_plugin_runtimes_insert_input!]!" ], "on_conflict": [ - 1311 + 1312 ] } ], "insert_e_plugin_runtimes_one": [ - 1300, + 1301, { "object": [ - 1307, + 1308, "e_plugin_runtimes_insert_input!" ], "on_conflict": [ - 1311 + 1312 ] } ], "insert_e_ready_settings": [ - 1330, + 1331, { "objects": [ - 1327, + 1328, "[e_ready_settings_insert_input!]!" ], "on_conflict": [ - 1331 + 1332 ] } ], "insert_e_ready_settings_one": [ - 1320, + 1321, { "object": [ - 1327, + 1328, "e_ready_settings_insert_input!" ], "on_conflict": [ - 1331 + 1332 ] } ], "insert_e_sanction_scopes": [ - 1348, + 1349, { "objects": [ - 1345, + 1346, "[e_sanction_scopes_insert_input!]!" ], "on_conflict": [ - 1350 + 1351 ] } ], "insert_e_sanction_scopes_one": [ - 1340, + 1341, { "object": [ - 1345, + 1346, "e_sanction_scopes_insert_input!" ], "on_conflict": [ - 1350 + 1351 ] } ], "insert_e_sanction_sources": [ - 1369, + 1370, { "objects": [ - 1366, + 1367, "[e_sanction_sources_insert_input!]!" ], "on_conflict": [ - 1370 + 1371 ] } ], "insert_e_sanction_sources_one": [ - 1359, + 1360, { "object": [ - 1366, + 1367, "e_sanction_sources_insert_input!" ], "on_conflict": [ - 1370 + 1371 ] } ], "insert_e_sanction_types": [ - 1396, + 1397, { "objects": [ - 1393, + 1394, "[e_sanction_types_insert_input!]!" ], "on_conflict": [ - 1398 + 1399 ] } ], "insert_e_sanction_types_one": [ - 1386, + 1387, { "object": [ - 1393, + 1394, "e_sanction_types_insert_input!" ], "on_conflict": [ - 1398 + 1399 ] } ], "insert_e_scrim_request_statuses": [ - 1417, + 1418, { "objects": [ - 1414, + 1415, "[e_scrim_request_statuses_insert_input!]!" ], "on_conflict": [ - 1418 + 1419 ] } ], "insert_e_scrim_request_statuses_one": [ - 1407, + 1408, { "object": [ - 1414, + 1415, "e_scrim_request_statuses_insert_input!" ], "on_conflict": [ - 1418 + 1419 ] } ], "insert_e_server_types": [ - 1437, + 1438, { "objects": [ - 1434, + 1435, "[e_server_types_insert_input!]!" ], "on_conflict": [ - 1438 + 1439 ] } ], "insert_e_server_types_one": [ - 1427, + 1428, { "object": [ - 1434, + 1435, "e_server_types_insert_input!" ], "on_conflict": [ - 1438 + 1439 ] } ], "insert_e_sides": [ - 1457, + 1458, { "objects": [ - 1454, + 1455, "[e_sides_insert_input!]!" ], "on_conflict": [ - 1458 + 1459 ] } ], "insert_e_sides_one": [ - 1447, + 1448, { "object": [ - 1454, + 1455, "e_sides_insert_input!" ], "on_conflict": [ - 1458 + 1459 ] } ], "insert_e_system_alert_types": [ - 1477, + 1478, { "objects": [ - 1474, + 1475, "[e_system_alert_types_insert_input!]!" ], "on_conflict": [ - 1478 + 1479 ] } ], "insert_e_system_alert_types_one": [ - 1467, + 1468, { "object": [ - 1474, + 1475, "e_system_alert_types_insert_input!" ], "on_conflict": [ - 1478 + 1479 ] } ], "insert_e_team_roles": [ - 1497, + 1498, { "objects": [ - 1494, + 1495, "[e_team_roles_insert_input!]!" ], "on_conflict": [ - 1499 + 1500 ] } ], "insert_e_team_roles_one": [ - 1487, + 1488, { "object": [ - 1494, + 1495, "e_team_roles_insert_input!" ], "on_conflict": [ - 1499 + 1500 ] } ], "insert_e_team_roster_statuses": [ - 1518, + 1519, { "objects": [ - 1515, + 1516, "[e_team_roster_statuses_insert_input!]!" ], "on_conflict": [ - 1519 + 1520 ] } ], "insert_e_team_roster_statuses_one": [ - 1508, + 1509, { "object": [ - 1515, + 1516, "e_team_roster_statuses_insert_input!" ], "on_conflict": [ - 1519 + 1520 ] } ], "insert_e_timeout_settings": [ - 1538, + 1539, { "objects": [ - 1535, + 1536, "[e_timeout_settings_insert_input!]!" ], "on_conflict": [ - 1539 + 1540 ] } ], "insert_e_timeout_settings_one": [ - 1528, + 1529, { "object": [ - 1535, + 1536, "e_timeout_settings_insert_input!" ], "on_conflict": [ - 1539 + 1540 ] } ], "insert_e_tournament_categories": [ - 1558, + 1559, { "objects": [ - 1555, + 1556, "[e_tournament_categories_insert_input!]!" ], "on_conflict": [ - 1560 + 1561 ] } ], "insert_e_tournament_categories_one": [ - 1548, + 1549, { "object": [ - 1555, + 1556, "e_tournament_categories_insert_input!" ], "on_conflict": [ - 1560 + 1561 ] } ], "insert_e_tournament_free_agent_statuses": [ - 1579, + 1580, { "objects": [ - 1576, + 1577, "[e_tournament_free_agent_statuses_insert_input!]!" ], "on_conflict": [ - 1581 + 1582 ] } ], "insert_e_tournament_free_agent_statuses_one": [ - 1569, + 1570, { "object": [ - 1576, + 1577, "e_tournament_free_agent_statuses_insert_input!" ], "on_conflict": [ - 1581 + 1582 ] } ], "insert_e_tournament_registration_types": [ - 1600, + 1601, { "objects": [ - 1597, + 1598, "[e_tournament_registration_types_insert_input!]!" ], "on_conflict": [ - 1601 + 1602 ] } ], "insert_e_tournament_registration_types_one": [ - 1590, + 1591, { "object": [ - 1597, + 1598, "e_tournament_registration_types_insert_input!" ], "on_conflict": [ - 1601 + 1602 ] } ], "insert_e_tournament_stage_types": [ - 1620, + 1621, { "objects": [ - 1617, + 1618, "[e_tournament_stage_types_insert_input!]!" ], "on_conflict": [ - 1622 + 1623 ] } ], "insert_e_tournament_stage_types_one": [ - 1610, + 1611, { "object": [ - 1617, + 1618, "e_tournament_stage_types_insert_input!" ], "on_conflict": [ - 1622 + 1623 ] } ], "insert_e_tournament_status": [ - 1641, + 1642, { "objects": [ - 1638, + 1639, "[e_tournament_status_insert_input!]!" ], "on_conflict": [ - 1643 + 1644 ] } ], "insert_e_tournament_status_one": [ - 1631, + 1632, { "object": [ - 1638, + 1639, "e_tournament_status_insert_input!" ], "on_conflict": [ - 1643 + 1644 ] } ], "insert_e_utility_practice_access": [ - 1662, + 1663, { "objects": [ - 1659, + 1660, "[e_utility_practice_access_insert_input!]!" ], "on_conflict": [ - 1663 + 1664 ] } ], "insert_e_utility_practice_access_one": [ - 1652, + 1653, { "object": [ - 1659, + 1660, "e_utility_practice_access_insert_input!" ], "on_conflict": [ - 1663 + 1664 ] } ], "insert_e_utility_practice_statuses": [ - 1682, + 1683, { "objects": [ - 1679, + 1680, "[e_utility_practice_statuses_insert_input!]!" ], "on_conflict": [ - 1684 + 1685 ] } ], "insert_e_utility_practice_statuses_one": [ - 1672, + 1673, { "object": [ - 1679, + 1680, "e_utility_practice_statuses_insert_input!" ], "on_conflict": [ - 1684 + 1685 ] } ], "insert_e_utility_sources": [ - 1703, + 1704, { "objects": [ - 1700, + 1701, "[e_utility_sources_insert_input!]!" ], "on_conflict": [ - 1704 + 1705 ] } ], "insert_e_utility_sources_one": [ - 1693, + 1694, { "object": [ - 1700, + 1701, "e_utility_sources_insert_input!" ], "on_conflict": [ - 1704 + 1705 ] } ], "insert_e_utility_techniques": [ - 1723, + 1724, { "objects": [ - 1720, + 1721, "[e_utility_techniques_insert_input!]!" ], "on_conflict": [ - 1724 + 1725 ] } ], "insert_e_utility_techniques_one": [ - 1713, + 1714, { "object": [ - 1720, + 1721, "e_utility_techniques_insert_input!" ], "on_conflict": [ - 1724 + 1725 ] } ], "insert_e_utility_throw_strengths": [ - 1743, + 1744, { "objects": [ - 1740, + 1741, "[e_utility_throw_strengths_insert_input!]!" ], "on_conflict": [ - 1744 + 1745 ] } ], "insert_e_utility_throw_strengths_one": [ - 1733, + 1734, { "object": [ - 1740, + 1741, "e_utility_throw_strengths_insert_input!" ], "on_conflict": [ - 1744 + 1745 ] } ], "insert_e_utility_types": [ - 1763, + 1764, { "objects": [ - 1760, + 1761, "[e_utility_types_insert_input!]!" ], "on_conflict": [ - 1764 + 1765 ] } ], "insert_e_utility_types_one": [ - 1753, + 1754, { "object": [ - 1760, + 1761, "e_utility_types_insert_input!" ], "on_conflict": [ - 1764 + 1765 ] } ], "insert_e_utility_visibility": [ - 1783, + 1784, { "objects": [ - 1780, + 1781, "[e_utility_visibility_insert_input!]!" ], "on_conflict": [ - 1784 + 1785 ] } ], "insert_e_utility_visibility_one": [ - 1773, + 1774, { "object": [ - 1780, + 1781, "e_utility_visibility_insert_input!" ], "on_conflict": [ - 1784 + 1785 ] } ], "insert_e_veto_pick_types": [ - 1803, + 1804, { "objects": [ - 1800, + 1801, "[e_veto_pick_types_insert_input!]!" ], "on_conflict": [ - 1804 + 1805 ] } ], "insert_e_veto_pick_types_one": [ - 1793, + 1794, { "object": [ - 1800, + 1801, "e_veto_pick_types_insert_input!" ], "on_conflict": [ - 1804 + 1805 ] } ], "insert_e_winning_reasons": [ - 1823, + 1824, { "objects": [ - 1820, + 1821, "[e_winning_reasons_insert_input!]!" ], "on_conflict": [ - 1824 + 1825 ] } ], "insert_e_winning_reasons_one": [ - 1813, + 1814, { "object": [ - 1820, + 1821, "e_winning_reasons_insert_input!" ], "on_conflict": [ - 1824 + 1825 ] } ], "insert_event_match_links": [ - 1841, + 1842, { "objects": [ - 1838, + 1839, "[event_match_links_insert_input!]!" ], "on_conflict": [ - 1842 + 1843 ] } ], "insert_event_match_links_one": [ - 1833, + 1834, { "object": [ - 1838, + 1839, "event_match_links_insert_input!" ], "on_conflict": [ - 1842 + 1843 ] } ], "insert_event_media": [ - 1868, + 1869, { "objects": [ - 1863, + 1864, "[event_media_insert_input!]!" ], "on_conflict": [ - 1870 + 1871 ] } ], "insert_event_media_one": [ - 1851, + 1852, { "object": [ - 1863, + 1864, "event_media_insert_input!" ], "on_conflict": [ - 1870 + 1871 ] } ], "insert_event_media_players": [ - 1890, + 1891, { "objects": [ - 1885, + 1886, "[event_media_players_insert_input!]!" ], "on_conflict": [ - 1891 + 1892 ] } ], "insert_event_media_players_one": [ - 1873, + 1874, { "object": [ - 1885, + 1886, "event_media_players_insert_input!" ], "on_conflict": [ - 1891 + 1892 ] } ], "insert_event_organizers": [ - 1951, + 1952, { "objects": [ - 1946, + 1947, "[event_organizers_insert_input!]!" ], "on_conflict": [ - 1952 + 1953 ] } ], "insert_event_organizers_one": [ - 1934, + 1935, { "object": [ - 1946, + 1947, "event_organizers_insert_input!" ], "on_conflict": [ - 1952 + 1953 ] } ], "insert_event_players": [ - 1992, + 1993, { "objects": [ - 1987, + 1988, "[event_players_insert_input!]!" ], "on_conflict": [ - 1993 + 1994 ] } ], "insert_event_players_one": [ - 1975, + 1976, { "object": [ - 1987, + 1988, "event_players_insert_input!" ], "on_conflict": [ - 1993 + 1994 ] } ], "insert_event_teams": [ - 2030, + 2031, { "objects": [ - 2025, + 2026, "[event_teams_insert_input!]!" ], "on_conflict": [ - 2031 + 2032 ] } ], "insert_event_teams_one": [ - 2016, + 2017, { "object": [ - 2025, + 2026, "event_teams_insert_input!" ], "on_conflict": [ - 2031 + 2032 ] } ], "insert_event_tournaments": [ - 2054, + 2055, { "objects": [ - 2049, + 2050, "[event_tournaments_insert_input!]!" ], "on_conflict": [ - 2055 + 2056 ] } ], "insert_event_tournaments_one": [ - 2040, + 2041, { "object": [ - 2049, + 2050, "event_tournaments_insert_input!" ], "on_conflict": [ - 2055 + 2056 ] } ], "insert_events": [ - 2074, + 2075, { "objects": [ - 2071, + 2072, "[events_insert_input!]!" ], "on_conflict": [ - 2076 + 2077 ] } ], "insert_events_one": [ - 2064, + 2065, { "object": [ - 2071, + 2072, "events_insert_input!" ], "on_conflict": [ - 2076 + 2077 ] } ], "insert_friends": [ - 2104, + 2105, { "objects": [ - 2101, + 2102, "[friends_insert_input!]!" ], "on_conflict": [ - 2105 + 2106 ] } ], "insert_friends_one": [ - 2094, + 2095, { "object": [ - 2101, + 2102, "friends_insert_input!" ], "on_conflict": [ - 2105 + 2106 ] } ], "insert_game_mode_plugins": [ - 2144, + 2145, { "objects": [ - 2139, + 2140, "[game_mode_plugins_insert_input!]!" ], "on_conflict": [ - 2145 + 2146 ] } ], "insert_game_mode_plugins_one": [ - 2121, + 2122, { "object": [ - 2139, + 2140, "game_mode_plugins_insert_input!" ], "on_conflict": [ - 2145 + 2146 ] } ], "insert_game_modes": [ - 2179, + 2180, { "objects": [ - 2176, + 2177, "[game_modes_insert_input!]!" ], "on_conflict": [ - 2181 + 2182 ] } ], "insert_game_modes_one": [ - 2171, + 2172, { "object": [ - 2176, + 2177, "game_modes_insert_input!" ], "on_conflict": [ - 2181 + 2182 ] } ], "insert_game_plugin_installs": [ - 2198, + 2199, { "objects": [ - 2195, + 2196, "[game_plugin_installs_insert_input!]!" ], "on_conflict": [ - 2199 + 2200 ] } ], "insert_game_plugin_installs_one": [ - 2190, + 2191, { "object": [ - 2195, + 2196, "game_plugin_installs_insert_input!" ], "on_conflict": [ - 2199 + 2200 ] } ], "insert_game_plugin_versions": [ - 2227, + 2228, { "objects": [ - 2222, + 2223, "[game_plugin_versions_insert_input!]!" ], "on_conflict": [ - 2228 + 2229 ] } ], "insert_game_plugin_versions_one": [ - 2208, + 2209, { "object": [ - 2222, + 2223, "game_plugin_versions_insert_input!" ], "on_conflict": [ - 2228 + 2229 ] } ], "insert_game_plugins": [ - 2266, + 2267, { "objects": [ - 2263, + 2264, "[game_plugins_insert_input!]!" ], "on_conflict": [ - 2268 + 2269 ] } ], "insert_game_plugins_one": [ - 2253, + 2254, { "object": [ - 2263, + 2264, "game_plugins_insert_input!" ], "on_conflict": [ - 2268 + 2269 ] } ], "insert_game_server_node_plugins": [ - 2301, + 2302, { "objects": [ - 2296, + 2297, "[game_server_node_plugins_insert_input!]!" ], "on_conflict": [ - 2302 + 2303 ] } ], "insert_game_server_node_plugins_one": [ - 2285, + 2286, { "object": [ - 2296, + 2297, "game_server_node_plugins_insert_input!" ], "on_conflict": [ - 2302 + 2303 ] } ], "insert_game_server_nodes": [ - 2336, + 2337, { "objects": [ - 2331, + 2332, "[game_server_nodes_insert_input!]!" ], "on_conflict": [ - 2338 + 2339 ] } ], "insert_game_server_nodes_one": [ - 2313, + 2314, { "object": [ - 2331, + 2332, "game_server_nodes_insert_input!" ], "on_conflict": [ - 2338 + 2339 ] } ], "insert_game_versions": [ - 2378, + 2379, { "objects": [ - 2375, + 2376, "[game_versions_insert_input!]!" ], "on_conflict": [ - 2380 + 2381 ] } ], "insert_game_versions_one": [ - 2364, + 2365, { "object": [ - 2375, + 2376, "game_versions_insert_input!" ], "on_conflict": [ - 2380 + 2381 ] } ], "insert_gamedata_signature_validations": [ - 2411, + 2412, { "objects": [ - 2408, + 2409, "[gamedata_signature_validations_insert_input!]!" ], "on_conflict": [ - 2412 + 2413 ] } ], "insert_gamedata_signature_validations_one": [ - 2397, + 2398, { "object": [ - 2408, + 2409, "gamedata_signature_validations_insert_input!" ], "on_conflict": [ - 2412 + 2413 ] } ], "insert_leaderboard_entries": [ - 2450, + 2451, { "objects": [ - 2447, + 2448, "[leaderboard_entries_insert_input!]!" ] } ], "insert_leaderboard_entries_one": [ - 2441, + 2442, { "object": [ - 2447, + 2448, "leaderboard_entries_insert_input!" ] } ], "insert_league_divisions": [ - 2475, + 2476, { "objects": [ - 2472, + 2473, "[league_divisions_insert_input!]!" ], "on_conflict": [ - 2477 + 2478 ] } ], "insert_league_divisions_one": [ - 2465, + 2466, { "object": [ - 2472, + 2473, "league_divisions_insert_input!" ], "on_conflict": [ - 2477 + 2478 ] } ], "insert_league_match_weeks": [ - 2510, + 2511, { "objects": [ - 2505, + 2506, "[league_match_weeks_insert_input!]!" ], "on_conflict": [ - 2511 + 2512 ] } ], "insert_league_match_weeks_one": [ - 2493, + 2494, { "object": [ - 2505, + 2506, "league_match_weeks_insert_input!" ], "on_conflict": [ - 2511 + 2512 ] } ], "insert_league_relegation_playoffs": [ - 2551, + 2552, { "objects": [ - 2546, + 2547, "[league_relegation_playoffs_insert_input!]!" ], "on_conflict": [ - 2552 + 2553 ] } ], "insert_league_relegation_playoffs_one": [ - 2534, + 2535, { "object": [ - 2546, + 2547, "league_relegation_playoffs_insert_input!" ], "on_conflict": [ - 2552 + 2553 ] } ], "insert_league_scheduling_proposals": [ - 2592, + 2593, { "objects": [ - 2587, + 2588, "[league_scheduling_proposals_insert_input!]!" ], "on_conflict": [ - 2593 + 2594 ] } ], "insert_league_scheduling_proposals_one": [ - 2575, + 2576, { "object": [ - 2587, + 2588, "league_scheduling_proposals_insert_input!" ], "on_conflict": [ - 2593 + 2594 ] } ], "insert_league_season_divisions": [ - 2630, + 2631, { "objects": [ - 2625, + 2626, "[league_season_divisions_insert_input!]!" ], "on_conflict": [ - 2632 + 2633 ] } ], "insert_league_season_divisions_one": [ - 2616, + 2617, { "object": [ - 2625, + 2626, "league_season_divisions_insert_input!" ], "on_conflict": [ - 2632 + 2633 ] } ], "insert_league_seasons": [ - 2655, + 2656, { "objects": [ - 2652, + 2653, "[league_seasons_insert_input!]!" ], "on_conflict": [ - 2657 + 2658 ] } ], "insert_league_seasons_one": [ - 2641, + 2642, { "object": [ - 2652, + 2653, "league_seasons_insert_input!" ], "on_conflict": [ - 2657 + 2658 ] } ], "insert_league_team_movements": [ - 2691, + 2692, { "objects": [ - 2686, + 2687, "[league_team_movements_insert_input!]!" ], "on_conflict": [ - 2692 + 2693 ] } ], "insert_league_team_movements_one": [ - 2674, + 2675, { "object": [ - 2686, + 2687, "league_team_movements_insert_input!" ], "on_conflict": [ - 2692 + 2693 ] } ], "insert_league_team_rosters": [ - 2732, + 2733, { "objects": [ - 2727, + 2728, "[league_team_rosters_insert_input!]!" ], "on_conflict": [ - 2733 + 2734 ] } ], "insert_league_team_rosters_one": [ - 2715, + 2716, { "object": [ - 2727, + 2728, "league_team_rosters_insert_input!" ], "on_conflict": [ - 2733 + 2734 ] } ], "insert_league_team_seasons": [ - 2773, + 2774, { "objects": [ - 2768, + 2769, "[league_team_seasons_insert_input!]!" ], "on_conflict": [ - 2775 + 2776 ] } ], "insert_league_team_seasons_one": [ - 2756, + 2757, { "object": [ - 2768, + 2769, "league_team_seasons_insert_input!" ], "on_conflict": [ - 2775 + 2776 ] } ], "insert_league_teams": [ - 2806, + 2807, { "objects": [ - 2803, + 2804, "[league_teams_insert_input!]!" ], "on_conflict": [ - 2808 + 2809 ] } ], "insert_league_teams_one": [ - 2798, + 2799, { "object": [ - 2803, + 2804, "league_teams_insert_input!" ], "on_conflict": [ - 2808 + 2809 ] } ], "insert_lobbies": [ - 2825, + 2826, { "objects": [ - 2822, + 2823, "[lobbies_insert_input!]!" ], "on_conflict": [ - 2827 + 2828 ] } ], "insert_lobbies_one": [ - 2817, + 2818, { "object": [ - 2822, + 2823, "lobbies_insert_input!" ], "on_conflict": [ - 2827 + 2828 ] } ], "insert_lobby_players": [ - 2855, + 2856, { "objects": [ - 2850, + 2851, "[lobby_players_insert_input!]!" ], "on_conflict": [ - 2856 + 2857 ] } ], "insert_lobby_players_one": [ - 2836, + 2837, { "object": [ - 2850, + 2851, "lobby_players_insert_input!" ], "on_conflict": [ - 2856 + 2857 ] } ], "insert_map_callouts": [ - 2893, + 2894, { "objects": [ - 2890, + 2891, "[map_callouts_insert_input!]!" ], "on_conflict": [ - 2894 + 2895 ] } ], "insert_map_callouts_one": [ - 2881, + 2882, { "object": [ - 2890, + 2891, "map_callouts_insert_input!" ], "on_conflict": [ - 2894 + 2895 ] } ], "insert_map_pools": [ - 2912, + 2913, { "objects": [ - 2909, + 2910, "[map_pools_insert_input!]!" ], "on_conflict": [ - 2914 + 2915 ] } ], "insert_map_pools_one": [ - 2904, + 2905, { "object": [ - 2909, + 2910, "map_pools_insert_input!" ], "on_conflict": [ - 2914 + 2915 ] } ], "insert_maps": [ - 2939, + 2940, { "objects": [ - 2934, + 2935, "[maps_insert_input!]!" ], "on_conflict": [ - 2941 + 2942 ] } ], "insert_maps_one": [ - 2923, + 2924, { "object": [ - 2934, + 2935, "maps_insert_input!" ], "on_conflict": [ - 2941 + 2942 ] } ], "insert_match_clips": [ - 2969, + 2970, { "objects": [ - 2964, + 2965, "[match_clips_insert_input!]!" ], "on_conflict": [ - 2971 + 2972 ] } ], "insert_match_clips_one": [ - 2952, + 2953, { "object": [ - 2964, + 2965, "match_clips_insert_input!" ], "on_conflict": [ - 2971 + 2972 ] } ], "insert_match_demo_sessions": [ - 3015, + 3016, { "objects": [ - 3010, + 3011, "[match_demo_sessions_insert_input!]!" ], "on_conflict": [ - 3016 + 3017 ] } ], "insert_match_demo_sessions_one": [ - 2994, + 2995, { "object": [ - 3010, + 3011, "match_demo_sessions_insert_input!" ], "on_conflict": [ - 3016 + 3017 ] } ], "insert_match_lineup_players": [ - 3059, + 3060, { "objects": [ - 3054, + 3055, "[match_lineup_players_insert_input!]!" ], "on_conflict": [ - 3060 + 3061 ] } ], "insert_match_lineup_players_one": [ - 3040, + 3041, { "object": [ - 3054, + 3055, "match_lineup_players_insert_input!" ], "on_conflict": [ - 3060 + 3061 ] } ], "insert_match_lineups": [ - 3102, + 3103, { "objects": [ - 3097, + 3098, "[match_lineups_insert_input!]!" ], "on_conflict": [ - 3104 + 3105 ] } ], "insert_match_lineups_one": [ - 3085, + 3086, { "object": [ - 3097, + 3098, "match_lineups_insert_input!" ], "on_conflict": [ - 3104 + 3105 ] } ], "insert_match_map_demos": [ - 3150, + 3151, { "objects": [ - 3145, + 3146, "[match_map_demos_insert_input!]!" ], "on_conflict": [ - 3152 + 3153 ] } ], "insert_match_map_demos_one": [ - 3127, + 3128, { "object": [ - 3145, + 3146, "match_map_demos_insert_input!" ], "on_conflict": [ - 3152 + 3153 ] } ], "insert_match_map_rounds": [ - 3195, + 3196, { "objects": [ - 3190, + 3191, "[match_map_rounds_insert_input!]!" ], "on_conflict": [ - 3196 + 3197 ] } ], "insert_match_map_rounds_one": [ - 3178, + 3179, { "object": [ - 3190, + 3191, "match_map_rounds_insert_input!" ], "on_conflict": [ - 3196 + 3197 ] } ], "insert_match_map_veto_picks": [ - 3235, + 3236, { "objects": [ - 3230, + 3231, "[match_map_veto_picks_insert_input!]!" ], "on_conflict": [ - 3236 + 3237 ] } ], "insert_match_map_veto_picks_one": [ - 3219, + 3220, { "object": [ - 3230, + 3231, "match_map_veto_picks_insert_input!" ], "on_conflict": [ - 3236 + 3237 ] } ], "insert_match_maps": [ - 3264, + 3265, { "objects": [ - 3259, + 3260, "[match_maps_insert_input!]!" ], "on_conflict": [ - 3266 + 3267 ] } ], "insert_match_maps_one": [ - 3247, + 3248, { "object": [ - 3259, + 3260, "match_maps_insert_input!" ], "on_conflict": [ - 3266 + 3267 ] } ], "insert_match_options": [ - 3308, + 3309, { "objects": [ - 3303, + 3304, "[match_options_insert_input!]!" ], "on_conflict": [ - 3310 + 3311 ] } ], "insert_match_options_one": [ - 3289, + 3290, { "object": [ - 3303, + 3304, "match_options_insert_input!" ], "on_conflict": [ - 3310 + 3311 ] } ], "insert_match_region_veto_picks": [ - 3351, + 3352, { "objects": [ - 3346, + 3347, "[match_region_veto_picks_insert_input!]!" ], "on_conflict": [ - 3352 + 3353 ] } ], "insert_match_region_veto_picks_one": [ - 3335, + 3336, { "object": [ - 3346, + 3347, "match_region_veto_picks_insert_input!" ], "on_conflict": [ - 3352 + 3353 ] } ], "insert_match_streams": [ - 3386, + 3387, { "objects": [ - 3381, + 3382, "[match_streams_insert_input!]!" ], "on_conflict": [ - 3387 + 3388 ] } ], "insert_match_streams_one": [ - 3363, + 3364, { "object": [ - 3381, + 3382, "match_streams_insert_input!" ], "on_conflict": [ - 3387 + 3388 ] } ], "insert_match_type_cfgs": [ - 3421, + 3422, { "objects": [ - 3418, + 3419, "[match_type_cfgs_insert_input!]!" ], "on_conflict": [ - 3422 + 3423 ] } ], "insert_match_type_cfgs_one": [ - 3413, + 3414, { "object": [ - 3418, + 3419, "match_type_cfgs_insert_input!" ], "on_conflict": [ - 3422 + 3423 ] } ], "insert_matches": [ - 3450, + 3451, { "objects": [ - 3445, + 3446, "[matches_insert_input!]!" ], "on_conflict": [ - 3452 + 3453 ] } ], "insert_matches_one": [ - 3431, + 3432, { "object": [ - 3445, + 3446, "matches_insert_input!" ], "on_conflict": [ - 3452 + 3453 ] } ], "insert_migration_hashes_hashes": [ - 3485, + 3486, { "objects": [ - 3482, + 3483, "[migration_hashes_hashes_insert_input!]!" ], "on_conflict": [ - 3486 + 3487 ] } ], "insert_migration_hashes_hashes_one": [ - 3477, + 3478, { "object": [ - 3482, + 3483, "migration_hashes_hashes_insert_input!" ], "on_conflict": [ - 3486 + 3487 ] } ], "insert_my_friends": [ - 3517, + 3518, { "objects": [ - 3512, + 3513, "[my_friends_insert_input!]!" ] } ], "insert_my_friends_one": [ - 3495, + 3496, { "object": [ - 3512, + 3513, "my_friends_insert_input!" ] } ], "insert_news_articles": [ - 3551, + 3552, { "objects": [ - 3548, + 3549, "[news_articles_insert_input!]!" ], "on_conflict": [ - 3552 + 3553 ] } ], "insert_news_articles_one": [ - 3541, + 3542, { "object": [ - 3548, + 3549, "news_articles_insert_input!" ], "on_conflict": [ - 3552 + 3553 ] } ], "insert_notification_preferences": [ - 3578, + 3579, { "objects": [ - 3575, + 3576, "[notification_preferences_insert_input!]!" ], "on_conflict": [ - 3579 + 3580 ] } ], "insert_notification_preferences_one": [ - 3568, + 3569, { "object": [ - 3575, + 3576, "notification_preferences_insert_input!" ], "on_conflict": [ - 3579 + 3580 ] } ], "insert_notifications": [ - 3618, + 3619, { "objects": [ - 3613, + 3614, "[notifications_insert_input!]!" ], "on_conflict": [ - 3619 + 3620 ] } ], "insert_notifications_one": [ - 3595, + 3596, { "object": [ - 3613, + 3614, "notifications_insert_input!" ], "on_conflict": [ - 3619 + 3620 ] } ], "insert_pending_match_import_players": [ - 3665, + 3666, { "objects": [ - 3660, + 3661, "[pending_match_import_players_insert_input!]!" ], "on_conflict": [ - 3666 + 3667 ] } ], "insert_pending_match_import_players_one": [ - 3648, + 3649, { "object": [ - 3660, + 3661, "pending_match_import_players_insert_input!" ], "on_conflict": [ - 3666 + 3667 ] } ], "insert_pending_match_imports": [ - 3699, + 3700, { "objects": [ - 3696, + 3697, "[pending_match_imports_insert_input!]!" ], "on_conflict": [ - 3701 + 3702 ] } ], "insert_pending_match_imports_one": [ - 3689, + 3690, { "object": [ - 3696, + 3697, "pending_match_imports_insert_input!" ], "on_conflict": [ - 3701 + 3702 ] } ], "insert_player_aim_stats_demo": [ - 3727, + 3728, { "objects": [ - 3724, + 3725, "[player_aim_stats_demo_insert_input!]!" ], "on_conflict": [ - 3728 + 3729 ] } ], "insert_player_aim_stats_demo_one": [ - 3717, + 3718, { "object": [ - 3724, + 3725, "player_aim_stats_demo_insert_input!" ], "on_conflict": [ - 3728 + 3729 ] } ], "insert_player_aim_weapon_stats": [ - 3761, + 3762, { "objects": [ - 3756, + 3757, "[player_aim_weapon_stats_insert_input!]!" ], "on_conflict": [ - 3762 + 3763 ] } ], "insert_player_aim_weapon_stats_one": [ - 3744, + 3745, { "object": [ - 3756, + 3757, "player_aim_weapon_stats_insert_input!" ], "on_conflict": [ - 3762 + 3763 ] } ], "insert_player_assists": [ - 3804, + 3805, { "objects": [ - 3799, + 3800, "[player_assists_insert_input!]!" ], "on_conflict": [ - 3805 + 3806 ] } ], "insert_player_assists_one": [ - 3785, + 3786, { "object": [ - 3799, + 3800, "player_assists_insert_input!" ], "on_conflict": [ - 3805 + 3806 ] } ], "insert_player_damages": [ - 3865, + 3866, { "objects": [ - 3860, + 3861, "[player_damages_insert_input!]!" ], "on_conflict": [ - 3866 + 3867 ] } ], "insert_player_damages_one": [ - 3848, + 3849, { "object": [ - 3860, + 3861, "player_damages_insert_input!" ], "on_conflict": [ - 3866 + 3867 ] } ], "insert_player_elo": [ - 3899, + 3900, { "objects": [ - 3896, + 3897, "[player_elo_insert_input!]!" ], "on_conflict": [ - 3900 + 3901 ] } ], "insert_player_elo_one": [ - 3889, + 3890, { "object": [ - 3896, + 3897, "player_elo_insert_input!" ], "on_conflict": [ - 3900 + 3901 ] } ], "insert_player_faceit_rank_history": [ - 3933, + 3934, { "objects": [ - 3928, + 3929, "[player_faceit_rank_history_insert_input!]!" ], "on_conflict": [ - 3934 + 3935 ] } ], "insert_player_faceit_rank_history_one": [ - 3916, + 3917, { "object": [ - 3928, + 3929, "player_faceit_rank_history_insert_input!" ], "on_conflict": [ - 3934 + 3935 ] } ], "insert_player_flashes": [ - 3976, + 3977, { "objects": [ - 3971, + 3972, "[player_flashes_insert_input!]!" ], "on_conflict": [ - 3977 + 3978 ] } ], "insert_player_flashes_one": [ - 3957, + 3958, { "object": [ - 3971, + 3972, "player_flashes_insert_input!" ], "on_conflict": [ - 3977 + 3978 ] } ], "insert_player_kills": [ - 4062, + 4063, { "objects": [ - 4057, + 4058, "[player_kills_insert_input!]!" ], "on_conflict": [ - 4063 + 4064 ] } ], "insert_player_kills_by_weapon": [ - 4031, + 4032, { "objects": [ - 4026, + 4027, "[player_kills_by_weapon_insert_input!]!" ], "on_conflict": [ - 4032 + 4033 ] } ], "insert_player_kills_by_weapon_one": [ - 4014, + 4015, { "object": [ - 4026, + 4027, "player_kills_by_weapon_insert_input!" ], "on_conflict": [ - 4032 + 4033 ] } ], "insert_player_kills_one": [ - 4002, + 4003, { "object": [ - 4057, + 4058, "player_kills_insert_input!" ], "on_conflict": [ - 4063 + 4064 ] } ], "insert_player_leaderboard_rank": [ - 4097, + 4098, { "objects": [ - 4094, + 4095, "[player_leaderboard_rank_insert_input!]!" ] } ], "insert_player_leaderboard_rank_one": [ - 4088, + 4089, { "object": [ - 4094, + 4095, "player_leaderboard_rank_insert_input!" ] } ], "insert_player_match_map_stats": [ - 4128, + 4129, { "objects": [ - 4123, + 4124, "[player_match_map_stats_insert_input!]!" ], "on_conflict": [ - 4129 + 4130 ] } ], "insert_player_match_map_stats_one": [ - 4111, + 4112, { "object": [ - 4123, + 4124, "player_match_map_stats_insert_input!" ], "on_conflict": [ - 4129 + 4130 ] } ], "insert_player_objectives": [ - 4220, + 4221, { "objects": [ - 4215, + 4216, "[player_objectives_insert_input!]!" ], "on_conflict": [ - 4221 + 4222 ] } ], "insert_player_objectives_one": [ - 4203, + 4204, { "object": [ - 4215, + 4216, "player_objectives_insert_input!" ], "on_conflict": [ - 4221 + 4222 ] } ], "insert_player_premier_rank_history": [ - 4279, + 4280, { "objects": [ - 4274, + 4275, "[player_premier_rank_history_insert_input!]!" ], "on_conflict": [ - 4280 + 4281 ] } ], "insert_player_premier_rank_history_one": [ - 4262, + 4263, { "object": [ - 4274, + 4275, "player_premier_rank_history_insert_input!" ], "on_conflict": [ - 4280 + 4281 ] } ], "insert_player_sanctions": [ - 4320, + 4321, { "objects": [ - 4315, + 4316, "[player_sanctions_insert_input!]!" ], "on_conflict": [ - 4321 + 4322 ] } ], "insert_player_sanctions_one": [ - 4303, + 4304, { "object": [ - 4315, + 4316, "player_sanctions_insert_input!" ], "on_conflict": [ - 4321 + 4322 ] } ], "insert_player_season_stats": [ - 4371, + 4372, { "objects": [ - 4366, + 4367, "[player_season_stats_insert_input!]!" ], "on_conflict": [ - 4372 + 4373 ] } ], "insert_player_season_stats_one": [ - 4344, + 4345, { "object": [ - 4366, + 4367, "player_season_stats_insert_input!" ], "on_conflict": [ - 4372 + 4373 ] } ], "insert_player_stats": [ - 4413, + 4414, { "objects": [ - 4410, + 4411, "[player_stats_insert_input!]!" ], "on_conflict": [ - 4415 + 4416 ] } ], "insert_player_stats_one": [ - 4403, + 4404, { "object": [ - 4410, + 4411, "player_stats_insert_input!" ], "on_conflict": [ - 4415 + 4416 ] } ], "insert_player_steam_bot_friend": [ - 4445, + 4446, { "objects": [ - 4442, + 4443, "[player_steam_bot_friend_insert_input!]!" ], "on_conflict": [ - 4446 + 4447 ] } ], "insert_player_steam_bot_friend_one": [ - 4431, + 4432, { "object": [ - 4442, + 4443, "player_steam_bot_friend_insert_input!" ], "on_conflict": [ - 4446 + 4447 ] } ], "insert_player_steam_match_auth": [ - 4473, + 4474, { "objects": [ - 4470, + 4471, "[player_steam_match_auth_insert_input!]!" ], "on_conflict": [ - 4474 + 4475 ] } ], "insert_player_steam_match_auth_one": [ - 4463, + 4464, { "object": [ - 4470, + 4471, "player_steam_match_auth_insert_input!" ], "on_conflict": [ - 4474 + 4475 ] } ], "insert_player_unused_utility": [ - 4507, + 4508, { "objects": [ - 4502, + 4503, "[player_unused_utility_insert_input!]!" ], "on_conflict": [ - 4508 + 4509 ] } ], "insert_player_unused_utility_one": [ - 4490, + 4491, { "object": [ - 4502, + 4503, "player_unused_utility_insert_input!" ], "on_conflict": [ - 4508 + 4509 ] } ], "insert_player_utility": [ - 4548, + 4549, { "objects": [ - 4543, + 4544, "[player_utility_insert_input!]!" ], "on_conflict": [ - 4549 + 4550 ] } ], "insert_player_utility_one": [ - 4531, + 4532, { "object": [ - 4543, + 4544, "player_utility_insert_input!" ], "on_conflict": [ - 4549 + 4550 ] } ], "insert_players": [ - 4615, + 4616, { "objects": [ - 4612, + 4613, "[players_insert_input!]!" ], "on_conflict": [ - 4617 + 4618 ] } ], "insert_players_one": [ - 4605, + 4606, { "object": [ - 4612, + 4613, "players_insert_input!" ], "on_conflict": [ - 4617 + 4618 ] } ], "insert_plugin_versions": [ - 4643, + 4644, { "objects": [ - 4640, + 4641, "[plugin_versions_insert_input!]!" ], "on_conflict": [ - 4644 + 4645 ] } ], "insert_plugin_versions_one": [ - 4633, + 4634, { "object": [ - 4640, + 4641, "plugin_versions_insert_input!" ], "on_conflict": [ - 4644 + 4645 ] } ], "insert_push_subscriptions": [ - 4670, + 4671, { "objects": [ - 4667, + 4668, "[push_subscriptions_insert_input!]!" ], "on_conflict": [ - 4671 + 4672 ] } ], "insert_push_subscriptions_one": [ - 4660, + 4661, { "object": [ - 4667, + 4668, "push_subscriptions_insert_input!" ], "on_conflict": [ - 4671 + 4672 ] } ], "insert_role_permissions": [ - 4698, + 4699, { "objects": [ - 4695, + 4696, "[role_permissions_insert_input!]!" ] } ], "insert_role_permissions_one": [ - 4691, + 4692, { "object": [ - 4695, + 4696, "role_permissions_insert_input!" ] } ], "insert_seasons": [ - 4715, + 4716, { "objects": [ - 4712, + 4713, "[seasons_insert_input!]!" ], "on_conflict": [ - 4717 + 4718 ] } ], "insert_seasons_one": [ - 4705, + 4706, { "object": [ - 4712, + 4713, "seasons_insert_input!" ], "on_conflict": [ - 4717 + 4718 ] } ], "insert_server_regions": [ - 4742, + 4743, { "objects": [ - 4739, + 4740, "[server_regions_insert_input!]!" ], "on_conflict": [ - 4744 + 4745 ] } ], "insert_server_regions_one": [ - 4733, + 4734, { "object": [ - 4739, + 4740, "server_regions_insert_input!" ], "on_conflict": [ - 4744 + 4745 ] } ], "insert_servers": [ - 4783, + 4784, { "objects": [ - 4778, + 4779, "[servers_insert_input!]!" ], "on_conflict": [ - 4785 + 4786 ] } ], "insert_servers_one": [ - 4760, + 4761, { "object": [ - 4778, + 4779, "servers_insert_input!" ], "on_conflict": [ - 4785 + 4786 ] } ], "insert_settings": [ - 4819, + 4820, { "objects": [ - 4816, + 4817, "[settings_insert_input!]!" ], "on_conflict": [ - 4820 + 4821 ] } ], "insert_settings_one": [ - 4811, + 4812, { "object": [ - 4816, + 4817, "settings_insert_input!" ], "on_conflict": [ - 4820 + 4821 ] } ], "insert_steam_account_claims": [ - 4845, + 4846, { "objects": [ - 4840, + 4841, "[steam_account_claims_insert_input!]!" ], "on_conflict": [ - 4846 + 4847 ] } ], "insert_steam_account_claims_one": [ - 4831, + 4832, { "object": [ - 4840, + 4841, "steam_account_claims_insert_input!" ], "on_conflict": [ - 4846 + 4847 ] } ], "insert_steam_accounts": [ - 4865, + 4866, { "objects": [ - 4862, + 4863, "[steam_accounts_insert_input!]!" ], "on_conflict": [ - 4867 + 4868 ] } ], "insert_steam_accounts_one": [ - 4855, + 4856, { "object": [ - 4862, + 4863, "steam_accounts_insert_input!" ], "on_conflict": [ - 4867 + 4868 ] } ], "insert_system_alerts": [ - 4893, + 4894, { "objects": [ - 4890, + 4891, "[system_alerts_insert_input!]!" ], "on_conflict": [ - 4894 + 4895 ] } ], "insert_system_alerts_one": [ - 4883, + 4884, { "object": [ - 4890, + 4891, "system_alerts_insert_input!" ], "on_conflict": [ - 4894 + 4895 ] } ], "insert_team_invites": [ - 4927, + 4928, { "objects": [ - 4922, + 4923, "[team_invites_insert_input!]!" ], "on_conflict": [ - 4928 + 4929 ] } ], "insert_team_invites_one": [ - 4910, + 4911, { "object": [ - 4922, + 4923, "team_invites_insert_input!" ], "on_conflict": [ - 4928 + 4929 ] } ], "insert_team_roster": [ - 4970, + 4971, { "objects": [ - 4965, + 4966, "[team_roster_insert_input!]!" ], "on_conflict": [ - 4971 + 4972 ] } ], "insert_team_roster_one": [ - 4951, + 4952, { "object": [ - 4965, + 4966, "team_roster_insert_input!" ], "on_conflict": [ - 4971 + 4972 ] } ], "insert_team_scrim_alerts": [ - 5006, + 5007, { "objects": [ - 5003, + 5004, "[team_scrim_alerts_insert_input!]!" ], "on_conflict": [ - 5007 + 5008 ] } ], "insert_team_scrim_alerts_one": [ - 4996, + 4997, { "object": [ - 5003, + 5004, "team_scrim_alerts_insert_input!" ], "on_conflict": [ - 5007 + 5008 ] } ], "insert_team_scrim_availability": [ - 5039, + 5040, { "objects": [ - 5034, + 5035, "[team_scrim_availability_insert_input!]!" ], "on_conflict": [ - 5040 + 5041 ] } ], "insert_team_scrim_availability_one": [ - 5023, + 5024, { "object": [ - 5034, + 5035, "team_scrim_availability_insert_input!" ], "on_conflict": [ - 5040 + 5041 ] } ], "insert_team_scrim_request_proposals": [ - 5068, + 5069, { "objects": [ - 5063, + 5064, "[team_scrim_request_proposals_insert_input!]!" ], "on_conflict": [ - 5069 + 5070 ] } ], "insert_team_scrim_request_proposals_one": [ - 5051, + 5052, { "object": [ - 5063, + 5064, "team_scrim_request_proposals_insert_input!" ], "on_conflict": [ - 5069 + 5070 ] } ], "insert_team_scrim_requests": [ - 5111, + 5112, { "objects": [ - 5106, + 5107, "[team_scrim_requests_insert_input!]!" ], "on_conflict": [ - 5113 + 5114 ] } ], "insert_team_scrim_requests_one": [ - 5092, + 5093, { "object": [ - 5106, + 5107, "team_scrim_requests_insert_input!" ], "on_conflict": [ - 5113 + 5114 ] } ], "insert_team_scrim_settings": [ - 5148, + 5149, { "objects": [ - 5145, + 5146, "[team_scrim_settings_insert_input!]!" ], "on_conflict": [ - 5150 + 5151 ] } ], "insert_team_scrim_settings_one": [ - 5138, + 5139, { "object": [ - 5145, + 5146, "team_scrim_settings_insert_input!" ], "on_conflict": [ - 5150 + 5151 ] } ], "insert_team_suggestions": [ - 5176, + 5177, { "objects": [ - 5173, + 5174, "[team_suggestions_insert_input!]!" ], "on_conflict": [ - 5177 + 5178 ] } ], "insert_team_suggestions_one": [ - 5166, + 5167, { "object": [ - 5173, + 5174, "team_suggestions_insert_input!" ], "on_conflict": [ - 5177 + 5178 ] } ], "insert_teams": [ - 5212, + 5213, { "objects": [ - 5207, + 5208, "[teams_insert_input!]!" ], "on_conflict": [ - 5214 + 5215 ] } ], "insert_teams_one": [ - 5193, + 5194, { "object": [ - 5207, + 5208, "teams_insert_input!" ], "on_conflict": [ - 5214 + 5215 ] } ], "insert_tournament_awards": [ - 5261, + 5262, { "objects": [ - 5256, + 5257, "[tournament_awards_insert_input!]!" ], "on_conflict": [ - 5263 + 5264 ] } ], "insert_tournament_awards_one": [ - 5244, + 5245, { "object": [ - 5256, + 5257, "tournament_awards_insert_input!" ], "on_conflict": [ - 5263 + 5264 ] } ], "insert_tournament_brackets": [ - 5305, + 5306, { "objects": [ - 5300, + 5301, "[tournament_brackets_insert_input!]!" ], "on_conflict": [ - 5307 + 5308 ] } ], "insert_tournament_brackets_one": [ - 5286, + 5287, { "object": [ - 5300, + 5301, "tournament_brackets_insert_input!" ], "on_conflict": [ - 5307 + 5308 ] } ], "insert_tournament_categories": [ - 5346, + 5347, { "objects": [ - 5341, + 5342, "[tournament_categories_insert_input!]!" ], "on_conflict": [ - 5347 + 5348 ] } ], "insert_tournament_categories_one": [ - 5332, + 5333, { "object": [ - 5341, + 5342, "tournament_categories_insert_input!" ], "on_conflict": [ - 5347 + 5348 ] } ], "insert_tournament_free_agents": [ - 5373, + 5374, { "objects": [ - 5368, + 5369, "[tournament_free_agents_insert_input!]!" ], "on_conflict": [ - 5374 + 5375 ] } ], "insert_tournament_free_agents_one": [ - 5356, + 5357, { "object": [ - 5368, + 5369, "tournament_free_agents_insert_input!" ], "on_conflict": [ - 5374 + 5375 + ] + } + ], + "insert_tournament_invite_code_uses": [ + 5415, + { + "objects": [ + 5410, + "[tournament_invite_code_uses_insert_input!]!" + ], + "on_conflict": [ + 5416 + ] + } + ], + "insert_tournament_invite_code_uses_one": [ + 5398, + { + "object": [ + 5410, + "tournament_invite_code_uses_insert_input!" + ], + "on_conflict": [ + 5416 + ] + } + ], + "insert_tournament_invite_codes": [ + 5449, + { + "objects": [ + 5446, + "[tournament_invite_codes_insert_input!]!" + ], + "on_conflict": [ + 5451 + ] + } + ], + "insert_tournament_invite_codes_one": [ + 5439, + { + "object": [ + 5446, + "tournament_invite_codes_insert_input!" + ], + "on_conflict": [ + 5451 ] } ], "insert_tournament_invites": [ - 5407, + 5477, { "objects": [ - 5404, + 5474, "[tournament_invites_insert_input!]!" ], "on_conflict": [ - 5408 + 5478 ] } ], "insert_tournament_invites_one": [ - 5397, + 5467, { "object": [ - 5404, + 5474, "tournament_invites_insert_input!" ], "on_conflict": [ - 5408 + 5478 ] } ], "insert_tournament_leaderboard_entries": [ - 5433, + 5503, { "objects": [ - 5430, + 5500, "[tournament_leaderboard_entries_insert_input!]!" ] } ], "insert_tournament_leaderboard_entries_one": [ - 5424, + 5494, { "object": [ - 5430, + 5500, "tournament_leaderboard_entries_insert_input!" ] } ], "insert_tournament_no_shows": [ - 5457, + 5527, { "objects": [ - 5454, + 5524, "[tournament_no_shows_insert_input!]!" ], "on_conflict": [ - 5458 + 5528 ] } ], "insert_tournament_no_shows_one": [ - 5447, + 5517, { "object": [ - 5454, + 5524, "tournament_no_shows_insert_input!" ], "on_conflict": [ - 5458 + 5528 ] } ], "insert_tournament_organizer_teams": [ - 5488, + 5558, { "objects": [ - 5483, + 5553, "[tournament_organizer_teams_insert_input!]!" ], "on_conflict": [ - 5489 + 5559 ] } ], "insert_tournament_organizer_teams_one": [ - 5474, + 5544, { "object": [ - 5483, + 5553, "tournament_organizer_teams_insert_input!" ], "on_conflict": [ - 5489 + 5559 ] } ], "insert_tournament_organizers": [ - 5515, + 5585, { "objects": [ - 5510, + 5580, "[tournament_organizers_insert_input!]!" ], "on_conflict": [ - 5516 + 5586 ] } ], "insert_tournament_organizers_one": [ - 5498, + 5568, { "object": [ - 5510, + 5580, "tournament_organizers_insert_input!" ], "on_conflict": [ - 5516 + 5586 ] } ], "insert_tournament_prizes": [ - 5556, + 5626, { "objects": [ - 5551, + 5621, "[tournament_prizes_insert_input!]!" ], "on_conflict": [ - 5557 + 5627 ] } ], "insert_tournament_prizes_one": [ - 5539, + 5609, { "object": [ - 5551, + 5621, "tournament_prizes_insert_input!" ], "on_conflict": [ - 5557 + 5627 ] } ], "insert_tournament_registration_unlocks": [ - 5590, + 5660, { "objects": [ - 5587, + 5657, "[tournament_registration_unlocks_insert_input!]!" ], "on_conflict": [ - 5591 + 5661 ] } ], "insert_tournament_registration_unlocks_one": [ - 5580, + 5650, { "object": [ - 5587, + 5657, "tournament_registration_unlocks_insert_input!" ], "on_conflict": [ - 5591 + 5661 ] } ], "insert_tournament_stage_windows": [ - 5624, + 5693, { "objects": [ - 5619, + 5688, "[tournament_stage_windows_insert_input!]!" ], "on_conflict": [ - 5625 + 5694 ] } ], "insert_tournament_stage_windows_one": [ - 5607, + 5676, { "object": [ - 5619, + 5688, "tournament_stage_windows_insert_input!" ], "on_conflict": [ - 5625 + 5694 ] } ], "insert_tournament_stages": [ - 5671, + 5740, { "objects": [ - 5666, + 5735, "[tournament_stages_insert_input!]!" ], "on_conflict": [ - 5673 + 5742 ] } ], "insert_tournament_stages_one": [ - 5648, + 5717, { "object": [ - 5666, + 5735, "tournament_stages_insert_input!" ], "on_conflict": [ - 5673 + 5742 ] } ], "insert_tournament_team_invites": [ - 5716, + 5785, { "objects": [ - 5711, + 5780, "[tournament_team_invites_insert_input!]!" ], "on_conflict": [ - 5717 + 5786 ] } ], "insert_tournament_team_invites_one": [ - 5699, + 5768, { "object": [ - 5711, + 5780, "tournament_team_invites_insert_input!" ], "on_conflict": [ - 5717 + 5786 ] } ], "insert_tournament_team_roster": [ - 5757, + 5826, { "objects": [ - 5752, + 5821, "[tournament_team_roster_insert_input!]!" ], "on_conflict": [ - 5758 + 5827 ] } ], "insert_tournament_team_roster_one": [ - 5740, + 5809, { "object": [ - 5752, + 5821, "tournament_team_roster_insert_input!" ], "on_conflict": [ - 5758 + 5827 ] } ], "insert_tournament_teams": [ - 5800, + 5869, { "objects": [ - 5795, + 5864, "[tournament_teams_insert_input!]!" ], "on_conflict": [ - 5802 + 5871 ] } ], "insert_tournament_teams_one": [ - 5781, + 5850, { "object": [ - 5795, + 5864, "tournament_teams_insert_input!" ], "on_conflict": [ - 5802 + 5871 ] } ], "insert_tournaments": [ - 5856, + 5925, { "objects": [ - 5851, + 5920, "[tournaments_insert_input!]!" ], "on_conflict": [ - 5858 + 5927 ] } ], "insert_tournaments_one": [ - 5827, + 5896, { "object": [ - 5851, + 5920, "tournaments_insert_input!" ], "on_conflict": [ - 5858 + 5927 ] } ], "insert_utility_collection_items": [ - 5908, + 5977, { "objects": [ - 5903, + 5972, "[utility_collection_items_insert_input!]!" ], "on_conflict": [ - 5909 + 5978 ] } ], "insert_utility_collection_items_one": [ - 5891, + 5960, { "object": [ - 5903, + 5972, "utility_collection_items_insert_input!" ], "on_conflict": [ - 5909 + 5978 ] } ], "insert_utility_collections": [ - 5942, + 6011, { "objects": [ - 5939, + 6008, "[utility_collections_insert_input!]!" ], "on_conflict": [ - 5944 + 6013 ] } ], "insert_utility_collections_one": [ - 5932, + 6001, { "object": [ - 5939, + 6008, "utility_collections_insert_input!" ], "on_conflict": [ - 5944 + 6013 ] } ], "insert_utility_demo_mines": [ - 5970, + 6039, { "objects": [ - 5967, + 6036, "[utility_demo_mines_insert_input!]!" ], "on_conflict": [ - 5971 + 6040 ] } ], "insert_utility_demo_mines_one": [ - 5960, + 6029, { "object": [ - 5967, + 6036, "utility_demo_mines_insert_input!" ], "on_conflict": [ - 5971 + 6040 ] } ], "insert_utility_demo_throws": [ - 5997, + 6066, { "objects": [ - 5994, + 6063, "[utility_demo_throws_insert_input!]!" ], "on_conflict": [ - 5998 + 6067 ] } ], "insert_utility_demo_throws_one": [ - 5987, + 6056, { "object": [ - 5994, + 6063, "utility_demo_throws_insert_input!" ], "on_conflict": [ - 5998 + 6067 ] } ], "insert_utility_drift_results": [ - 6041, + 6110, { "objects": [ - 6036, + 6105, "[utility_drift_results_insert_input!]!" ], "on_conflict": [ - 6042 + 6111 ] } ], "insert_utility_drift_results_one": [ - 6014, + 6083, { "object": [ - 6036, + 6105, "utility_drift_results_insert_input!" ], "on_conflict": [ - 6042 + 6111 ] } ], "insert_utility_drift_scans": [ - 6083, + 6152, { "objects": [ - 6080, + 6149, "[utility_drift_scans_insert_input!]!" ], "on_conflict": [ - 6085 + 6154 ] } ], "insert_utility_drift_scans_one": [ - 6073, + 6142, { "object": [ - 6080, + 6149, "utility_drift_scans_insert_input!" ], "on_conflict": [ - 6085 + 6154 ] } ], "insert_utility_lineup_favorites": [ - 6118, + 6187, { "objects": [ - 6113, + 6182, "[utility_lineup_favorites_insert_input!]!" ], "on_conflict": [ - 6119 + 6188 ] } ], "insert_utility_lineup_favorites_one": [ - 6101, + 6170, { "object": [ - 6113, + 6182, "utility_lineup_favorites_insert_input!" ], "on_conflict": [ - 6119 + 6188 ] } ], "insert_utility_lineup_progress": [ - 6169, + 6238, { "objects": [ - 6164, + 6233, "[utility_lineup_progress_insert_input!]!" ], "on_conflict": [ - 6170 + 6239 ] } ], "insert_utility_lineup_progress_one": [ - 6142, + 6211, { "object": [ - 6164, + 6233, "utility_lineup_progress_insert_input!" ], "on_conflict": [ - 6170 + 6239 ] } ], "insert_utility_lineup_renders": [ - 6224, + 6293, { "objects": [ - 6219, + 6288, "[utility_lineup_renders_insert_input!]!" ], "on_conflict": [ - 6225 + 6294 ] } ], "insert_utility_lineup_renders_one": [ - 6201, + 6270, { "object": [ - 6219, + 6288, "utility_lineup_renders_insert_input!" ], "on_conflict": [ - 6225 + 6294 ] } ], "insert_utility_lineup_repairs": [ - 6278, + 6347, { "objects": [ - 6273, + 6342, "[utility_lineup_repairs_insert_input!]!" ], "on_conflict": [ - 6279 + 6348 ] } ], "insert_utility_lineup_repairs_one": [ - 6251, + 6320, { "object": [ - 6273, + 6342, "utility_lineup_repairs_insert_input!" ], "on_conflict": [ - 6279 + 6348 ] } ], "insert_utility_lineup_votes": [ - 6327, + 6396, { "objects": [ - 6322, + 6391, "[utility_lineup_votes_insert_input!]!" ], "on_conflict": [ - 6328 + 6397 ] } ], "insert_utility_lineup_votes_one": [ - 6310, + 6379, { "object": [ - 6322, + 6391, "utility_lineup_votes_insert_input!" ], "on_conflict": [ - 6328 + 6397 ] } ], "insert_utility_lineups": [ - 6384, + 6453, { "objects": [ - 6379, + 6448, "[utility_lineups_insert_input!]!" ], "on_conflict": [ - 6386 + 6455 ] } ], "insert_utility_lineups_one": [ - 6351, + 6420, { "object": [ - 6379, + 6448, "utility_lineups_insert_input!" ], "on_conflict": [ - 6386 + 6455 ] } ], "insert_utility_meta_lineups": [ - 6430, + 6499, { "objects": [ - 6427, + 6496, "[utility_meta_lineups_insert_input!]!" ], "on_conflict": [ - 6431 + 6500 ] } ], "insert_utility_meta_lineups_one": [ - 6420, + 6489, { "object": [ - 6427, + 6496, "utility_meta_lineups_insert_input!" ], "on_conflict": [ - 6431 + 6500 ] } ], "insert_utility_playbook_steps": [ - 6464, + 6533, { "objects": [ - 6459, + 6528, "[utility_playbook_steps_insert_input!]!" ], "on_conflict": [ - 6465 + 6534 ] } ], "insert_utility_playbook_steps_one": [ - 6447, + 6516, { "object": [ - 6459, + 6528, "utility_playbook_steps_insert_input!" ], "on_conflict": [ - 6465 + 6534 ] } ], "insert_utility_playbooks": [ - 6498, + 6567, { "objects": [ - 6495, + 6564, "[utility_playbooks_insert_input!]!" ], "on_conflict": [ - 6500 + 6569 ] } ], "insert_utility_playbooks_one": [ - 6488, + 6557, { "object": [ - 6495, + 6564, "utility_playbooks_insert_input!" ], "on_conflict": [ - 6500 + 6569 ] } ], "insert_utility_practice_invites": [ - 6533, + 6602, { "objects": [ - 6528, + 6597, "[utility_practice_invites_insert_input!]!" ], "on_conflict": [ - 6534 + 6603 ] } ], "insert_utility_practice_invites_one": [ - 6516, + 6585, { "object": [ - 6528, + 6597, "utility_practice_invites_insert_input!" ], "on_conflict": [ - 6534 + 6603 ] } ], "insert_utility_practice_sessions": [ - 6576, + 6645, { "objects": [ - 6571, + 6640, "[utility_practice_sessions_insert_input!]!" ], "on_conflict": [ - 6578 + 6647 ] } ], "insert_utility_practice_sessions_one": [ - 6557, + 6626, { "object": [ - 6571, + 6640, "utility_practice_sessions_insert_input!" ], "on_conflict": [ - 6578 + 6647 ] } ], "insert_v_match_captains": [ - 6768, + 6837, { "objects": [ - 6765, + 6834, "[v_match_captains_insert_input!]!" ] } ], "insert_v_match_captains_one": [ - 6759, + 6828, { "object": [ - 6765, + 6834, "v_match_captains_insert_input!" ] } ], "insert_v_match_map_backup_rounds": [ - 6879, + 6948, { "objects": [ - 6876, + 6945, "[v_match_map_backup_rounds_insert_input!]!" ] } ], "insert_v_match_map_backup_rounds_one": [ - 6870, + 6939, { "object": [ - 6876, + 6945, "v_match_map_backup_rounds_insert_input!" ] } ], "insert_v_player_match_map_hltv": [ - 7101, + 7170, { "objects": [ - 7096, + 7165, "[v_player_match_map_hltv_insert_input!]!" ] } ], "insert_v_player_match_map_hltv_one": [ - 7085, + 7154, { "object": [ - 7096, + 7165, "v_player_match_map_hltv_insert_input!" ] } ], "insert_v_pool_maps": [ - 7278, + 7347, { "objects": [ - 7273, + 7342, "[v_pool_maps_insert_input!]!" ] } ], "insert_v_pool_maps_one": [ - 7263, + 7332, { "object": [ - 7273, + 7342, "v_pool_maps_insert_input!" ] } ], "insert_v_team_stage_results": [ - 7372, + 7441, { "objects": [ - 7367, + 7436, "[v_team_stage_results_insert_input!]!" ], "on_conflict": [ - 7374 + 7443 ] } ], "insert_v_team_stage_results_one": [ - 7345, + 7414, { "object": [ - 7367, + 7436, "v_team_stage_results_insert_input!" ], "on_conflict": [ - 7374 + 7443 ] } ], @@ -193927,7 +195295,7 @@ export default { 88, { "session_id": [ - 6603, + 6672, "uuid!" ], "steam_ids": [ @@ -193940,7 +195308,7 @@ export default { 88, { "draftGameId": [ - 6603, + 6672, "uuid!" ], "inviteCode": [ @@ -193952,7 +195320,7 @@ export default { 88, { "draftGameId": [ - 6603, + 6672, "uuid!" ], "inviteCode": [ @@ -193964,7 +195332,7 @@ export default { 88, { "tournament_id": [ - 6603, + 6672, "uuid!" ], "with_party": [ @@ -193973,13 +195341,13 @@ export default { } ], "joinUtilityPractice": [ - 136, + 137, { "invite_code": [ 85 ], "session_id": [ - 6603 + 6672 ] } ], @@ -194000,14 +195368,14 @@ export default { } ], "league_award_forfeit": [ - 3431, + 3432, { "args": [ - 2464, + 2465, "league_award_forfeit_args!" ], "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -194017,11 +195385,11 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], @@ -194038,7 +195406,7 @@ export default { 88, { "tournament_id": [ - 6603, + 6672, "uuid!" ] } @@ -194047,7 +195415,7 @@ export default { 88, { "session_id": [ - 6603, + 6672, "uuid!" ] } @@ -194072,10 +195440,10 @@ export default { 88, { "playbook_id": [ - 6603 + 6672 ], "session_id": [ - 6603, + 6672, "uuid!" ] } @@ -194110,7 +195478,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -194122,7 +195490,7 @@ export default { 25, { "draftGameId": [ - 6603, + 6672, "uuid!" ], "inviteCode": [ @@ -194134,13 +195502,13 @@ export default { 60, { "gameModeId": [ - 6603, + 6672, "uuid!" ] } ], "purgeUtilityLineupSource": [ - 138, + 139, { "dry_run": [ 6 @@ -194158,7 +195526,7 @@ export default { 41 ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "preset": [ @@ -194184,7 +195552,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -194193,11 +195561,11 @@ export default { 88, { "tournament_id": [ - 6603, + 6672, "uuid!" ], "tournament_team_id": [ - 6603, + 6672, "uuid!" ] } @@ -194206,20 +195574,20 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } ], "recalculate_tournament_awards": [ - 242, + 243, { "args": [ - 4687, + 4688, "recalculate_tournament_awards_args!" ], "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -194229,11 +195597,11 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], @@ -194256,7 +195624,20 @@ export default { 88, { "match_id": [ - 6603, + 6672, + "uuid!" + ] + } + ], + "redeemTournamentInviteCode": [ + 88, + { + "code": [ + 85, + "String!" + ], + "tournament_id": [ + 6672, "uuid!" ] } @@ -194280,7 +195661,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -194295,7 +195676,7 @@ export default { } ], "remineUtilityMeta": [ - 139 + 140 ], "removeFixtures": [ 88 @@ -194310,14 +195691,14 @@ export default { } ], "remove_league_team_from_season": [ - 2756, + 2757, { "args": [ - 4688, + 4689, "remove_league_team_from_season_args!" ], "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -194327,11 +195708,11 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], @@ -194356,23 +195737,23 @@ export default { } ], "renderUtilityLineupPreview": [ - 141, + 142, { "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "reorder_league_divisions": [ - 2465, + 2466, { "args": [ - 4689, + 4690, "reorder_league_divisions_args!" ], "distinct_on": [ - 2480, + 2481, "[league_divisions_select_column!]" ], "limit": [ @@ -194382,23 +195763,23 @@ export default { 41 ], "order_by": [ - 2478, + 2479, "[league_divisions_order_by!]" ], "where": [ - 2469 + 2470 ] } ], "repairUtilityLineup": [ - 146, + 147, { "session_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } @@ -194413,7 +195794,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -194422,7 +195803,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -194435,7 +195816,7 @@ export default { "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } @@ -194444,7 +195825,7 @@ export default { 88, { "job_id": [ - 6603, + 6672, "uuid!" ] } @@ -194457,7 +195838,7 @@ export default { "Boolean!" ], "draftGameId": [ - 6603, + 6672, "uuid!" ] } @@ -194470,7 +195851,7 @@ export default { "Boolean!" ], "request_id": [ - 6603, + 6672, "uuid!" ] } @@ -194485,14 +195866,14 @@ export default { } ], "restart_league_season": [ - 2641, + 2642, { "args": [ - 4690, + 4691, "restart_league_season_args!" ], "distinct_on": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "limit": [ @@ -194502,11 +195883,11 @@ export default { 41 ], "order_by": [ - 2658, + 2659, "[league_seasons_order_by!]" ], "where": [ - 2646 + 2647 ] } ], @@ -194514,7 +195895,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -194523,7 +195904,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "only_failed": [ @@ -194544,7 +195925,16 @@ export default { 88, { "id": [ - 6603, + 6672, + "uuid!" + ] + } + ], + "revokeTournamentInviteCode": [ + 88, + { + "invite_code_id": [ + 6672, "uuid!" ] } @@ -194581,20 +195971,20 @@ export default { 85 ], "event_id": [ - 6603 + 6672 ], "id": [ - 6603 + 6672 ], "league_season_id": [ - 6603 + 6672 ], "name": [ 85, "String!" ], "season_id": [ - 6603 + 6672 ], "silhouette": [ 41 @@ -194604,7 +195994,7 @@ export default { "String!" ], "tournament_id": [ - 6603 + 6672 ] } ], @@ -194619,7 +196009,7 @@ export default { 85 ], "id": [ - 6603 + 6672 ], "teaser": [ 85 @@ -194631,10 +196021,10 @@ export default { } ], "saveUtilityLineupFromDemo": [ - 122, + 123, { "collection_id": [ - 6603 + 6672 ], "description": [ 85 @@ -194644,11 +196034,11 @@ export default { "Int!" ], "match_id": [ - 6603, + 6672, "uuid!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "name": [ @@ -194660,7 +196050,7 @@ export default { "[String!]" ], "team_id": [ - 6603 + 6672 ], "visibility": [ 85 @@ -194668,10 +196058,10 @@ export default { } ], "saveUtilityLineupFromPractice": [ - 122, + 123, { "collection_id": [ - 6603 + 6672 ], "description": [ 85 @@ -194681,7 +196071,7 @@ export default { "String!" ], "session_id": [ - 6603, + 6672, "uuid!" ], "tags": [ @@ -194689,10 +196079,10 @@ export default { "[String!]" ], "team_id": [ - 6603 + 6672 ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ], "visibility": [ @@ -194701,7 +196091,7 @@ export default { } ], "saveUtilityPlaybook": [ - 129, + 130, { "description": [ 85 @@ -194715,18 +196105,18 @@ export default { "String!" ], "playbook_id": [ - 6603 + 6672 ], "side": [ 85, "String!" ], "steps": [ - 130, + 131, "[UtilityPlaybookStepInput!]" ], "team_id": [ - 6603 + 6672 ], "visibility": [ 85 @@ -194743,11 +196133,11 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242 + 5243 ] } ], @@ -194758,24 +196148,24 @@ export default { 41 ], "from_team_id": [ - 6603, + 6672, "uuid!" ], "proposed_scheduled_at": [ - 5242, + 5243, "timestamptz!" ], "region": [ 85 ], "to_team_id": [ - 6603, + 6672, "uuid!" ] } ], "sendUtilityDrillToServer": [ - 118, + 119, { "lineup_ids": [ 85, @@ -194784,19 +196174,19 @@ export default { } ], "sendUtilityLineupToServer": [ - 123, + 124, { "lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "sendUtilityScratchToServer": [ - 123, + 124, { "lineup": [ - 142, + 143, "UtilityScratchLineupInput!" ] } @@ -194831,7 +196221,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "mode": [ @@ -194844,15 +196234,15 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "winning_lineup_id": [ - 6603, + 6672, "uuid!" ] } @@ -194861,11 +196251,11 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "winning_lineup_id": [ - 6603, + 6672, "uuid!" ] } @@ -194874,7 +196264,7 @@ export default { 52, { "id": [ - 6603, + 6672, "uuid!" ], "status": [ @@ -194887,7 +196277,7 @@ export default { 111, { "award_id": [ - 6603 + 6672 ], "custom_name": [ 85 @@ -194900,7 +196290,7 @@ export default { 41 ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } @@ -194913,7 +196303,7 @@ export default { "String!" ], "session_id": [ - 6603, + 6672, "uuid!" ] } @@ -194925,13 +196315,13 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } ], "solveUtilityLineup": [ - 146, + 147, { "from_x": [ 32 @@ -194946,7 +196336,7 @@ export default { 85 ], "session_id": [ - 6603, + 6672, "uuid!" ], "target_x": [ @@ -194977,7 +196367,7 @@ export default { "Boolean!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -194990,7 +196380,7 @@ export default { "String!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -194999,7 +196389,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "visible": [ @@ -195012,7 +196402,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195021,7 +196411,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195034,7 +196424,7 @@ export default { "Int!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195043,7 +196433,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "show": [ @@ -195056,7 +196446,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "slot": [ @@ -195073,7 +196463,7 @@ export default { "Boolean!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195082,7 +196472,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "mode": [ @@ -195095,16 +196485,16 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ], "server_id": [ - 6603 + 6672 ] } ], "startUtilityDriftScan": [ - 117, + 118, { "from_revision": [ 85 @@ -195119,13 +196509,13 @@ export default { } ], "startUtilityPractice": [ - 136, + 137, { "access": [ 85 ], "collection_id": [ - 6603 + 6672 ], "is_open": [ 6 @@ -195138,10 +196528,10 @@ export default { 85 ], "server_id": [ - 6603 + 6672 ], "team_id": [ - 6603 + 6672 ] } ], @@ -195149,7 +196539,7 @@ export default { 88, { "game_server_node_id": [ - 6603, + 6672, "uuid!" ] } @@ -195158,7 +196548,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195167,7 +196557,7 @@ export default { 88, { "session_id": [ - 6603, + 6672, "uuid!" ] } @@ -195176,7 +196566,7 @@ export default { 88, { "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -195198,7 +196588,7 @@ export default { 88, { "match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195216,7 +196606,7 @@ export default { 88, { "from_match_id": [ - 6603, + 6672, "uuid!" ], "mode": [ @@ -195224,7 +196614,7 @@ export default { "String!" ], "to_match_id": [ - 6603, + 6672, "uuid!" ] } @@ -195262,19 +196652,6 @@ export default { "unlinkSteamMatchHistory": [ 88 ], - "unlockTournamentRegistration": [ - 88, - { - "passcode": [ - 85, - "String!" - ], - "tournament_id": [ - 6603, - "uuid!" - ] - } - ], "unsanctionServerPlayer": [ 71, { @@ -195295,7 +196672,7 @@ export default { 88, { "clip_id": [ - 6603, + 6672, "uuid!" ], "target_steam_id": [ @@ -195316,7 +196693,7 @@ export default { 85 ], "game_server_node_id": [ - 6603 + 6672 ] } ], @@ -195324,11 +196701,11 @@ export default { 88, { "draftGameId": [ - 6603, + 6672, "uuid!" ], "settings": [ - 2438, + 2439, "jsonb!" ] } @@ -195337,7924 +196714,7987 @@ export default { 88 ], "update__map_pool": [ - 162, + 163, { "_set": [ - 167 + 168 ], "where": [ - 157, + 158, "_map_pool_bool_exp!" ] } ], "update__map_pool_by_pk": [ - 154, + 155, { "_set": [ - 167 + 168 ], "pk_columns": [ - 165, + 166, "_map_pool_pk_columns_input!" ] } ], "update__map_pool_many": [ - 162, + 163, { "updates": [ - 171, + 172, "[_map_pool_updates!]!" ] } ], "update_abandoned_matches": [ - 190, + 191, { "_inc": [ - 184 + 185 ], "_set": [ - 195 + 196 ], "where": [ - 182, + 183, "abandoned_matches_bool_exp!" ] } ], "update_abandoned_matches_by_pk": [ - 173, + 174, { "_inc": [ - 184 + 185 ], "_set": [ - 195 + 196 ], "pk_columns": [ - 193, + 194, "abandoned_matches_pk_columns_input!" ] } ], "update_abandoned_matches_many": [ - 190, + 191, { "updates": [ - 207, + 208, "[abandoned_matches_updates!]!" ] } ], "update_api_keys": [ - 224, + 225, { "_inc": [ - 220 + 221 ], "_set": [ - 229 + 230 ], "where": [ - 218, + 219, "api_keys_bool_exp!" ] } ], "update_api_keys_by_pk": [ - 214, + 215, { "_inc": [ - 220 + 221 ], "_set": [ - 229 + 230 ], "pk_columns": [ - 227, + 228, "api_keys_pk_columns_input!" ] } ], "update_api_keys_many": [ - 224, + 225, { "updates": [ - 237, + 238, "[api_keys_updates!]!" ] } ], "update_award_recipients": [ - 259, + 260, { "_inc": [ - 253 + 254 ], "_set": [ - 264 + 265 ], "where": [ - 251, + 252, "award_recipients_bool_exp!" ] } ], "update_award_recipients_by_pk": [ - 242, + 243, { "_inc": [ - 253 + 254 ], "_set": [ - 264 + 265 ], "pk_columns": [ - 262, + 263, "award_recipients_pk_columns_input!" ] } ], "update_award_recipients_many": [ - 259, + 260, { "updates": [ - 276, + 277, "[award_recipients_updates!]!" ] } ], "update_awards": [ - 293, + 294, { "_inc": [ - 289 + 290 ], "_set": [ - 299 + 300 ], "where": [ - 287, + 288, "awards_bool_exp!" ] } ], "update_awards_by_pk": [ - 283, + 284, { "_inc": [ - 289 + 290 ], "_set": [ - 299 + 300 ], "pk_columns": [ - 297, + 298, "awards_pk_columns_input!" ] } ], "update_awards_many": [ - 293, + 294, { "updates": [ - 307, + 308, "[awards_updates!]!" ] } ], "update_chat_read_state": [ - 326, + 327, { "_inc": [ - 322 + 323 ], "_set": [ - 331 + 332 ], "where": [ - 320, + 321, "chat_read_state_bool_exp!" ] } ], "update_chat_read_state_by_pk": [ - 316, + 317, { "_inc": [ - 322 + 323 ], "_set": [ - 331 + 332 ], "pk_columns": [ - 329, + 330, "chat_read_state_pk_columns_input!" ] } ], "update_chat_read_state_many": [ - 326, + 327, { "updates": [ - 339, + 340, "[chat_read_state_updates!]!" ] } ], "update_clip_render_jobs": [ - 366, + 367, { "_append": [ - 351 + 352 ], "_delete_at_path": [ - 357 + 358 ], "_delete_elem": [ - 358 + 359 ], "_delete_key": [ - 359 + 360 ], "_inc": [ - 360 + 361 ], "_prepend": [ - 370 + 371 ], "_set": [ - 374 + 375 ], "where": [ - 355, + 356, "clip_render_jobs_bool_exp!" ] } ], "update_clip_render_jobs_by_pk": [ - 343, + 344, { "_append": [ - 351 + 352 ], "_delete_at_path": [ - 357 + 358 ], "_delete_elem": [ - 358 + 359 ], "_delete_key": [ - 359 + 360 ], "_inc": [ - 360 + 361 ], "_prepend": [ - 370 + 371 ], "_set": [ - 374 + 375 ], "pk_columns": [ - 369, + 370, "clip_render_jobs_pk_columns_input!" ] } ], "update_clip_render_jobs_many": [ - 366, + 367, { "updates": [ - 386, + 387, "[clip_render_jobs_updates!]!" ] } ], "update_custom_pages": [ - 409, + 410, { "_append": [ - 398 + 399 ], "_delete_at_path": [ - 402 + 403 ], "_delete_elem": [ - 403 + 404 ], "_delete_key": [ - 404 + 405 ], "_inc": [ - 405 + 406 ], "_prepend": [ - 413 + 414 ], "_set": [ - 415 + 416 ], "where": [ - 400, + 401, "custom_pages_bool_exp!" ] } ], "update_custom_pages_by_pk": [ - 395, + 396, { "_append": [ - 398 + 399 ], "_delete_at_path": [ - 402 + 403 ], "_delete_elem": [ - 403 + 404 ], "_delete_key": [ - 404 + 405 ], "_inc": [ - 405 + 406 ], "_prepend": [ - 413 + 414 ], "_set": [ - 415 + 416 ], "pk_columns": [ - 412, + 413, "custom_pages_pk_columns_input!" ] } ], "update_custom_pages_many": [ - 409, + 410, { "updates": [ - 423, + 424, "[custom_pages_updates!]!" ] } ], "update_db_backups": [ - 437, + 438, { "_inc": [ - 433 + 434 ], "_set": [ - 442 + 443 ], "where": [ - 431, + 432, "db_backups_bool_exp!" ] } ], "update_db_backups_by_pk": [ - 427, + 428, { "_inc": [ - 433 + 434 ], "_set": [ - 442 + 443 ], "pk_columns": [ - 440, + 441, "db_backups_pk_columns_input!" ] } ], "update_db_backups_many": [ - 437, + 438, { "updates": [ - 450, + 451, "[db_backups_updates!]!" ] } ], "update_direct_conversations": [ - 464, + 465, { "_inc": [ - 460 + 461 ], "_set": [ - 469 + 470 ], "where": [ - 458, + 459, "direct_conversations_bool_exp!" ] } ], "update_direct_conversations_by_pk": [ - 454, + 455, { "_inc": [ - 460 + 461 ], "_set": [ - 469 + 470 ], "pk_columns": [ - 467, + 468, "direct_conversations_pk_columns_input!" ] } ], "update_direct_conversations_many": [ - 464, + 465, { "updates": [ - 477, + 478, "[direct_conversations_updates!]!" ] } ], "update_direct_messages": [ - 491, + 492, { "_inc": [ - 487 + 488 ], "_set": [ - 496 + 497 ], "where": [ - 485, + 486, "direct_messages_bool_exp!" ] } ], "update_direct_messages_by_pk": [ - 481, + 482, { "_inc": [ - 487 + 488 ], "_set": [ - 496 + 497 ], "pk_columns": [ - 494, + 495, "direct_messages_pk_columns_input!" ] } ], "update_direct_messages_many": [ - 491, + 492, { "updates": [ - 504, + 505, "[direct_messages_updates!]!" ] } ], "update_draft_game_picks": [ - 527, + 528, { "_inc": [ - 521 + 522 ], "_set": [ - 534 + 535 ], "where": [ - 519, + 520, "draft_game_picks_bool_exp!" ] } ], "update_draft_game_picks_by_pk": [ - 508, + 509, { "_inc": [ - 521 + 522 ], "_set": [ - 534 + 535 ], "pk_columns": [ - 530, + 531, "draft_game_picks_pk_columns_input!" ] } ], "update_draft_game_picks_many": [ - 527, + 528, { "updates": [ - 546, + 547, "[draft_game_picks_updates!]!" ] } ], "update_draft_game_players": [ - 572, + 573, { "_inc": [ - 566 + 567 ], "_set": [ - 579 + 580 ], "where": [ - 564, + 565, "draft_game_players_bool_exp!" ] } ], "update_draft_game_players_by_pk": [ - 553, + 554, { "_inc": [ - 566 + 567 ], "_set": [ - 579 + 580 ], "pk_columns": [ - 575, + 576, "draft_game_players_pk_columns_input!" ] } ], "update_draft_game_players_many": [ - 572, + 573, { "updates": [ - 591, + 592, "[draft_game_players_updates!]!" ] } ], "update_draft_games": [ - 617, + 618, { "_inc": [ - 611 + 612 ], "_set": [ - 625 + 626 ], "where": [ - 609, + 610, "draft_games_bool_exp!" ] } ], "update_draft_games_by_pk": [ - 598, + 599, { "_inc": [ - 611 + 612 ], "_set": [ - 625 + 626 ], "pk_columns": [ - 621, + 622, "draft_games_pk_columns_input!" ] } ], "update_draft_games_many": [ - 617, + 618, { "updates": [ - 637, + 638, "[draft_games_updates!]!" ] } ], "update_e_award_sources": [ - 654, + 655, { "_set": [ - 659 + 660 ], "where": [ - 647, + 648, "e_award_sources_bool_exp!" ] } ], "update_e_award_sources_by_pk": [ - 644, + 645, { "_set": [ - 659 + 660 ], "pk_columns": [ - 657, + 658, "e_award_sources_pk_columns_input!" ] } ], "update_e_award_sources_many": [ - 654, + 655, { "updates": [ - 663, + 664, "[e_award_sources_updates!]!" ] } ], "update_e_award_tiers": [ - 674, + 675, { "_set": [ - 679 + 680 ], "where": [ - 667, + 668, "e_award_tiers_bool_exp!" ] } ], "update_e_award_tiers_by_pk": [ - 664, + 665, { "_set": [ - 679 + 680 ], "pk_columns": [ - 677, + 678, "e_award_tiers_pk_columns_input!" ] } ], "update_e_award_tiers_many": [ - 674, + 675, { "updates": [ - 683, + 684, "[e_award_tiers_updates!]!" ] } ], "update_e_check_in_settings": [ - 694, + 695, { "_set": [ - 699 + 700 ], "where": [ - 687, + 688, "e_check_in_settings_bool_exp!" ] } ], "update_e_check_in_settings_by_pk": [ - 684, + 685, { "_set": [ - 699 + 700 ], "pk_columns": [ - 697, + 698, "e_check_in_settings_pk_columns_input!" ] } ], "update_e_check_in_settings_many": [ - 694, + 695, { "updates": [ - 703, + 704, "[e_check_in_settings_updates!]!" ] } ], "update_e_draft_game_captain_selection": [ - 714, + 715, { "_set": [ - 720 + 721 ], "where": [ - 707, + 708, "e_draft_game_captain_selection_bool_exp!" ] } ], "update_e_draft_game_captain_selection_by_pk": [ - 704, + 705, { "_set": [ - 720 + 721 ], "pk_columns": [ - 718, + 719, "e_draft_game_captain_selection_pk_columns_input!" ] } ], "update_e_draft_game_captain_selection_many": [ - 714, + 715, { "updates": [ - 724, + 725, "[e_draft_game_captain_selection_updates!]!" ] } ], "update_e_draft_game_draft_order": [ - 735, + 736, { "_set": [ - 741 + 742 ], "where": [ - 728, + 729, "e_draft_game_draft_order_bool_exp!" ] } ], "update_e_draft_game_draft_order_by_pk": [ - 725, + 726, { "_set": [ - 741 + 742 ], "pk_columns": [ - 739, + 740, "e_draft_game_draft_order_pk_columns_input!" ] } ], "update_e_draft_game_draft_order_many": [ - 735, + 736, { "updates": [ - 745, + 746, "[e_draft_game_draft_order_updates!]!" ] } ], "update_e_draft_game_mode": [ - 756, + 757, { "_set": [ - 762 + 763 ], "where": [ - 749, + 750, "e_draft_game_mode_bool_exp!" ] } ], "update_e_draft_game_mode_by_pk": [ - 746, + 747, { "_set": [ - 762 + 763 ], "pk_columns": [ - 760, + 761, "e_draft_game_mode_pk_columns_input!" ] } ], "update_e_draft_game_mode_many": [ - 756, + 757, { "updates": [ - 766, + 767, "[e_draft_game_mode_updates!]!" ] } ], "update_e_draft_game_player_status": [ - 777, + 778, { "_set": [ - 783 + 784 ], "where": [ - 770, + 771, "e_draft_game_player_status_bool_exp!" ] } ], "update_e_draft_game_player_status_by_pk": [ - 767, + 768, { "_set": [ - 783 + 784 ], "pk_columns": [ - 781, + 782, "e_draft_game_player_status_pk_columns_input!" ] } ], "update_e_draft_game_player_status_many": [ - 777, + 778, { "updates": [ - 787, + 788, "[e_draft_game_player_status_updates!]!" ] } ], "update_e_draft_game_status": [ - 798, + 799, { "_set": [ - 804 + 805 ], "where": [ - 791, + 792, "e_draft_game_status_bool_exp!" ] } ], "update_e_draft_game_status_by_pk": [ - 788, + 789, { "_set": [ - 804 + 805 ], "pk_columns": [ - 802, + 803, "e_draft_game_status_pk_columns_input!" ] } ], "update_e_draft_game_status_many": [ - 798, + 799, { "updates": [ - 808, + 809, "[e_draft_game_status_updates!]!" ] } ], "update_e_event_media_access": [ - 819, + 820, { "_set": [ - 824 + 825 ], "where": [ - 812, + 813, "e_event_media_access_bool_exp!" ] } ], "update_e_event_media_access_by_pk": [ - 809, + 810, { "_set": [ - 824 + 825 ], "pk_columns": [ - 822, + 823, "e_event_media_access_pk_columns_input!" ] } ], "update_e_event_media_access_many": [ - 819, + 820, { "updates": [ - 828, + 829, "[e_event_media_access_updates!]!" ] } ], "update_e_event_visibility": [ - 839, + 840, { "_set": [ - 844 + 845 ], "where": [ - 832, + 833, "e_event_visibility_bool_exp!" ] } ], "update_e_event_visibility_by_pk": [ - 829, + 830, { "_set": [ - 844 + 845 ], "pk_columns": [ - 842, + 843, "e_event_visibility_pk_columns_input!" ] } ], "update_e_event_visibility_many": [ - 839, + 840, { "updates": [ - 848, + 849, "[e_event_visibility_updates!]!" ] } ], "update_e_friend_status": [ - 859, + 860, { "_set": [ - 865 + 866 ], "where": [ - 852, + 853, "e_friend_status_bool_exp!" ] } ], "update_e_friend_status_by_pk": [ - 849, + 850, { "_set": [ - 865 + 866 ], "pk_columns": [ - 863, + 864, "e_friend_status_pk_columns_input!" ] } ], "update_e_friend_status_many": [ - 859, + 860, { "updates": [ - 869, + 870, "[e_friend_status_updates!]!" ] } ], "update_e_game_cfg_types": [ - 880, + 881, { "_set": [ - 885 + 886 ], "where": [ - 873, + 874, "e_game_cfg_types_bool_exp!" ] } ], "update_e_game_cfg_types_by_pk": [ - 870, + 871, { "_set": [ - 885 + 886 ], "pk_columns": [ - 883, + 884, "e_game_cfg_types_pk_columns_input!" ] } ], "update_e_game_cfg_types_many": [ - 880, + 881, { "updates": [ - 889, + 890, "[e_game_cfg_types_updates!]!" ] } ], "update_e_game_plugin_channels": [ - 900, + 901, { "_set": [ - 905 + 906 ], "where": [ - 893, + 894, "e_game_plugin_channels_bool_exp!" ] } ], "update_e_game_plugin_channels_by_pk": [ - 890, + 891, { "_set": [ - 905 + 906 ], "pk_columns": [ - 903, + 904, "e_game_plugin_channels_pk_columns_input!" ] } ], "update_e_game_plugin_channels_many": [ - 900, + 901, { "updates": [ - 909, + 910, "[e_game_plugin_channels_updates!]!" ] } ], "update_e_game_plugin_install_statuses": [ - 920, + 921, { "_set": [ - 925 + 926 ], "where": [ - 913, + 914, "e_game_plugin_install_statuses_bool_exp!" ] } ], "update_e_game_plugin_install_statuses_by_pk": [ - 910, + 911, { "_set": [ - 925 + 926 ], "pk_columns": [ - 923, + 924, "e_game_plugin_install_statuses_pk_columns_input!" ] } ], "update_e_game_plugin_install_statuses_many": [ - 920, + 921, { "updates": [ - 929, + 930, "[e_game_plugin_install_statuses_updates!]!" ] } ], "update_e_game_plugin_kinds": [ - 940, + 941, { "_set": [ - 945 + 946 ], "where": [ - 933, + 934, "e_game_plugin_kinds_bool_exp!" ] } ], "update_e_game_plugin_kinds_by_pk": [ - 930, + 931, { "_set": [ - 945 + 946 ], "pk_columns": [ - 943, + 944, "e_game_plugin_kinds_pk_columns_input!" ] } ], "update_e_game_plugin_kinds_many": [ - 940, + 941, { "updates": [ - 949, + 950, "[e_game_plugin_kinds_updates!]!" ] } ], "update_e_game_server_node_statuses": [ - 960, + 961, { "_set": [ - 966 + 967 ], "where": [ - 953, + 954, "e_game_server_node_statuses_bool_exp!" ] } ], "update_e_game_server_node_statuses_by_pk": [ - 950, + 951, { "_set": [ - 966 + 967 ], "pk_columns": [ - 964, + 965, "e_game_server_node_statuses_pk_columns_input!" ] } ], "update_e_game_server_node_statuses_many": [ - 960, + 961, { "updates": [ - 970, + 971, "[e_game_server_node_statuses_updates!]!" ] } ], "update_e_league_movement_types": [ - 981, + 982, { "_set": [ - 987 + 988 ], "where": [ - 974, + 975, "e_league_movement_types_bool_exp!" ] } ], "update_e_league_movement_types_by_pk": [ - 971, + 972, { "_set": [ - 987 + 988 ], "pk_columns": [ - 985, + 986, "e_league_movement_types_pk_columns_input!" ] } ], "update_e_league_movement_types_many": [ - 981, + 982, { "updates": [ - 991, + 992, "[e_league_movement_types_updates!]!" ] } ], "update_e_league_proposal_statuses": [ - 1002, + 1003, { "_set": [ - 1008 + 1009 ], "where": [ - 995, + 996, "e_league_proposal_statuses_bool_exp!" ] } ], "update_e_league_proposal_statuses_by_pk": [ - 992, + 993, { "_set": [ - 1008 + 1009 ], "pk_columns": [ - 1006, + 1007, "e_league_proposal_statuses_pk_columns_input!" ] } ], "update_e_league_proposal_statuses_many": [ - 1002, + 1003, { "updates": [ - 1012, + 1013, "[e_league_proposal_statuses_updates!]!" ] } ], "update_e_league_registration_statuses": [ - 1023, + 1024, { "_set": [ - 1029 + 1030 ], "where": [ - 1016, + 1017, "e_league_registration_statuses_bool_exp!" ] } ], "update_e_league_registration_statuses_by_pk": [ - 1013, + 1014, { "_set": [ - 1029 + 1030 ], "pk_columns": [ - 1027, + 1028, "e_league_registration_statuses_pk_columns_input!" ] } ], "update_e_league_registration_statuses_many": [ - 1023, + 1024, { "updates": [ - 1033, + 1034, "[e_league_registration_statuses_updates!]!" ] } ], "update_e_league_season_statuses": [ - 1044, + 1045, { "_set": [ - 1050 + 1051 ], "where": [ - 1037, + 1038, "e_league_season_statuses_bool_exp!" ] } ], "update_e_league_season_statuses_by_pk": [ - 1034, + 1035, { "_set": [ - 1050 + 1051 ], "pk_columns": [ - 1048, + 1049, "e_league_season_statuses_pk_columns_input!" ] } ], "update_e_league_season_statuses_many": [ - 1044, + 1045, { "updates": [ - 1054, + 1055, "[e_league_season_statuses_updates!]!" ] } ], "update_e_lobby_access": [ - 1065, + 1066, { "_set": [ - 1071 + 1072 ], "where": [ - 1058, + 1059, "e_lobby_access_bool_exp!" ] } ], "update_e_lobby_access_by_pk": [ - 1055, + 1056, { "_set": [ - 1071 + 1072 ], "pk_columns": [ - 1069, + 1070, "e_lobby_access_pk_columns_input!" ] } ], "update_e_lobby_access_many": [ - 1065, + 1066, { "updates": [ - 1075, + 1076, "[e_lobby_access_updates!]!" ] } ], "update_e_lobby_player_status": [ - 1086, + 1087, { "_set": [ - 1091 + 1092 ], "where": [ - 1079, + 1080, "e_lobby_player_status_bool_exp!" ] } ], "update_e_lobby_player_status_by_pk": [ - 1076, + 1077, { "_set": [ - 1091 + 1092 ], "pk_columns": [ - 1089, + 1090, "e_lobby_player_status_pk_columns_input!" ] } ], "update_e_lobby_player_status_many": [ - 1086, + 1087, { "updates": [ - 1095, + 1096, "[e_lobby_player_status_updates!]!" ] } ], "update_e_map_pool_types": [ - 1106, + 1107, { "_set": [ - 1112 + 1113 ], "where": [ - 1099, + 1100, "e_map_pool_types_bool_exp!" ] } ], "update_e_map_pool_types_by_pk": [ - 1096, + 1097, { "_set": [ - 1112 + 1113 ], "pk_columns": [ - 1110, + 1111, "e_map_pool_types_pk_columns_input!" ] } ], "update_e_map_pool_types_many": [ - 1106, + 1107, { "updates": [ - 1116, + 1117, "[e_map_pool_types_updates!]!" ] } ], "update_e_match_clip_visibility": [ - 1127, + 1128, { "_set": [ - 1132 + 1133 ], "where": [ - 1120, + 1121, "e_match_clip_visibility_bool_exp!" ] } ], "update_e_match_clip_visibility_by_pk": [ - 1117, + 1118, { "_set": [ - 1132 + 1133 ], "pk_columns": [ - 1130, + 1131, "e_match_clip_visibility_pk_columns_input!" ] } ], "update_e_match_clip_visibility_many": [ - 1127, + 1128, { "updates": [ - 1136, + 1137, "[e_match_clip_visibility_updates!]!" ] } ], "update_e_match_map_status": [ - 1147, + 1148, { "_set": [ - 1153 + 1154 ], "where": [ - 1140, + 1141, "e_match_map_status_bool_exp!" ] } ], "update_e_match_map_status_by_pk": [ - 1137, + 1138, { "_set": [ - 1153 + 1154 ], "pk_columns": [ - 1151, + 1152, "e_match_map_status_pk_columns_input!" ] } ], "update_e_match_map_status_many": [ - 1147, + 1148, { "updates": [ - 1157, + 1158, "[e_match_map_status_updates!]!" ] } ], "update_e_match_mode": [ - 1168, + 1169, { "_set": [ - 1173 + 1174 ], "where": [ - 1161, + 1162, "e_match_mode_bool_exp!" ] } ], "update_e_match_mode_by_pk": [ - 1158, + 1159, { "_set": [ - 1173 + 1174 ], "pk_columns": [ - 1171, + 1172, "e_match_mode_pk_columns_input!" ] } ], "update_e_match_mode_many": [ - 1168, + 1169, { "updates": [ - 1177, + 1178, "[e_match_mode_updates!]!" ] } ], "update_e_match_party_sources": [ - 1188, + 1189, { "_set": [ - 1193 + 1194 ], "where": [ - 1181, + 1182, "e_match_party_sources_bool_exp!" ] } ], "update_e_match_party_sources_by_pk": [ - 1178, + 1179, { "_set": [ - 1193 + 1194 ], "pk_columns": [ - 1191, + 1192, "e_match_party_sources_pk_columns_input!" ] } ], "update_e_match_party_sources_many": [ - 1188, + 1189, { "updates": [ - 1197, + 1198, "[e_match_party_sources_updates!]!" ] } ], "update_e_match_status": [ - 1208, + 1209, { "_set": [ - 1214 + 1215 ], "where": [ - 1201, + 1202, "e_match_status_bool_exp!" ] } ], "update_e_match_status_by_pk": [ - 1198, + 1199, { "_set": [ - 1214 + 1215 ], "pk_columns": [ - 1212, + 1213, "e_match_status_pk_columns_input!" ] } ], "update_e_match_status_many": [ - 1208, + 1209, { "updates": [ - 1218, + 1219, "[e_match_status_updates!]!" ] } ], "update_e_match_types": [ - 1229, + 1230, { "_set": [ - 1235 + 1236 ], "where": [ - 1222, + 1223, "e_match_types_bool_exp!" ] } ], "update_e_match_types_by_pk": [ - 1219, + 1220, { "_set": [ - 1235 + 1236 ], "pk_columns": [ - 1233, + 1234, "e_match_types_pk_columns_input!" ] } ], "update_e_match_types_many": [ - 1229, + 1230, { "updates": [ - 1239, + 1240, "[e_match_types_updates!]!" ] } ], "update_e_notification_types": [ - 1250, + 1251, { "_set": [ - 1255 + 1256 ], "where": [ - 1243, + 1244, "e_notification_types_bool_exp!" ] } ], "update_e_notification_types_by_pk": [ - 1240, + 1241, { "_set": [ - 1255 + 1256 ], "pk_columns": [ - 1253, + 1254, "e_notification_types_pk_columns_input!" ] } ], "update_e_notification_types_many": [ - 1250, + 1251, { "updates": [ - 1259, + 1260, "[e_notification_types_updates!]!" ] } ], "update_e_objective_types": [ - 1270, + 1271, { "_set": [ - 1275 + 1276 ], "where": [ - 1263, + 1264, "e_objective_types_bool_exp!" ] } ], "update_e_objective_types_by_pk": [ - 1260, + 1261, { "_set": [ - 1275 + 1276 ], "pk_columns": [ - 1273, + 1274, "e_objective_types_pk_columns_input!" ] } ], "update_e_objective_types_many": [ - 1270, + 1271, { "updates": [ - 1279, + 1280, "[e_objective_types_updates!]!" ] } ], "update_e_player_roles": [ - 1290, + 1291, { "_set": [ - 1295 + 1296 ], "where": [ - 1283, + 1284, "e_player_roles_bool_exp!" ] } ], "update_e_player_roles_by_pk": [ - 1280, + 1281, { "_set": [ - 1295 + 1296 ], "pk_columns": [ - 1293, + 1294, "e_player_roles_pk_columns_input!" ] } ], "update_e_player_roles_many": [ - 1290, + 1291, { "updates": [ - 1299, + 1300, "[e_player_roles_updates!]!" ] } ], "update_e_plugin_runtimes": [ - 1310, + 1311, { "_set": [ - 1315 + 1316 ], "where": [ - 1303, + 1304, "e_plugin_runtimes_bool_exp!" ] } ], "update_e_plugin_runtimes_by_pk": [ - 1300, + 1301, { "_set": [ - 1315 + 1316 ], "pk_columns": [ - 1313, + 1314, "e_plugin_runtimes_pk_columns_input!" ] } ], "update_e_plugin_runtimes_many": [ - 1310, + 1311, { "updates": [ - 1319, + 1320, "[e_plugin_runtimes_updates!]!" ] } ], "update_e_ready_settings": [ - 1330, + 1331, { "_set": [ - 1335 + 1336 ], "where": [ - 1323, + 1324, "e_ready_settings_bool_exp!" ] } ], "update_e_ready_settings_by_pk": [ - 1320, + 1321, { "_set": [ - 1335 + 1336 ], "pk_columns": [ - 1333, + 1334, "e_ready_settings_pk_columns_input!" ] } ], "update_e_ready_settings_many": [ - 1330, + 1331, { "updates": [ - 1339, + 1340, "[e_ready_settings_updates!]!" ] } ], "update_e_sanction_scopes": [ - 1348, + 1349, { "_set": [ - 1354 + 1355 ], "where": [ - 1343, + 1344, "e_sanction_scopes_bool_exp!" ] } ], "update_e_sanction_scopes_by_pk": [ - 1340, + 1341, { "_set": [ - 1354 + 1355 ], "pk_columns": [ - 1352, + 1353, "e_sanction_scopes_pk_columns_input!" ] } ], "update_e_sanction_scopes_many": [ - 1348, + 1349, { "updates": [ - 1358, + 1359, "[e_sanction_scopes_updates!]!" ] } ], "update_e_sanction_sources": [ - 1369, + 1370, { "_inc": [ - 1365 + 1366 ], "_set": [ - 1374 + 1375 ], "where": [ - 1363, + 1364, "e_sanction_sources_bool_exp!" ] } ], "update_e_sanction_sources_by_pk": [ - 1359, + 1360, { "_inc": [ - 1365 + 1366 ], "_set": [ - 1374 + 1375 ], "pk_columns": [ - 1372, + 1373, "e_sanction_sources_pk_columns_input!" ] } ], "update_e_sanction_sources_many": [ - 1369, + 1370, { "updates": [ - 1382, + 1383, "[e_sanction_sources_updates!]!" ] } ], "update_e_sanction_types": [ - 1396, + 1397, { "_set": [ - 1402 + 1403 ], "where": [ - 1389, + 1390, "e_sanction_types_bool_exp!" ] } ], "update_e_sanction_types_by_pk": [ - 1386, + 1387, { "_set": [ - 1402 + 1403 ], "pk_columns": [ - 1400, + 1401, "e_sanction_types_pk_columns_input!" ] } ], "update_e_sanction_types_many": [ - 1396, + 1397, { "updates": [ - 1406, + 1407, "[e_sanction_types_updates!]!" ] } ], "update_e_scrim_request_statuses": [ - 1417, + 1418, { "_set": [ - 1422 + 1423 ], "where": [ - 1410, + 1411, "e_scrim_request_statuses_bool_exp!" ] } ], "update_e_scrim_request_statuses_by_pk": [ - 1407, + 1408, { "_set": [ - 1422 + 1423 ], "pk_columns": [ - 1420, + 1421, "e_scrim_request_statuses_pk_columns_input!" ] } ], "update_e_scrim_request_statuses_many": [ - 1417, + 1418, { "updates": [ - 1426, + 1427, "[e_scrim_request_statuses_updates!]!" ] } ], "update_e_server_types": [ - 1437, + 1438, { "_set": [ - 1442 + 1443 ], "where": [ - 1430, + 1431, "e_server_types_bool_exp!" ] } ], "update_e_server_types_by_pk": [ - 1427, + 1428, { "_set": [ - 1442 + 1443 ], "pk_columns": [ - 1440, + 1441, "e_server_types_pk_columns_input!" ] } ], "update_e_server_types_many": [ - 1437, + 1438, { "updates": [ - 1446, + 1447, "[e_server_types_updates!]!" ] } ], "update_e_sides": [ - 1457, + 1458, { "_set": [ - 1462 + 1463 ], "where": [ - 1450, + 1451, "e_sides_bool_exp!" ] } ], "update_e_sides_by_pk": [ - 1447, + 1448, { "_set": [ - 1462 + 1463 ], "pk_columns": [ - 1460, + 1461, "e_sides_pk_columns_input!" ] } ], "update_e_sides_many": [ - 1457, + 1458, { "updates": [ - 1466, + 1467, "[e_sides_updates!]!" ] } ], "update_e_system_alert_types": [ - 1477, + 1478, { "_set": [ - 1482 + 1483 ], "where": [ - 1470, + 1471, "e_system_alert_types_bool_exp!" ] } ], "update_e_system_alert_types_by_pk": [ - 1467, + 1468, { "_set": [ - 1482 + 1483 ], "pk_columns": [ - 1480, + 1481, "e_system_alert_types_pk_columns_input!" ] } ], "update_e_system_alert_types_many": [ - 1477, + 1478, { "updates": [ - 1486, + 1487, "[e_system_alert_types_updates!]!" ] } ], "update_e_team_roles": [ - 1497, + 1498, { "_set": [ - 1503 + 1504 ], "where": [ - 1490, + 1491, "e_team_roles_bool_exp!" ] } ], "update_e_team_roles_by_pk": [ - 1487, + 1488, { "_set": [ - 1503 + 1504 ], "pk_columns": [ - 1501, + 1502, "e_team_roles_pk_columns_input!" ] } ], "update_e_team_roles_many": [ - 1497, + 1498, { "updates": [ - 1507, + 1508, "[e_team_roles_updates!]!" ] } ], "update_e_team_roster_statuses": [ - 1518, + 1519, { "_set": [ - 1523 + 1524 ], "where": [ - 1511, + 1512, "e_team_roster_statuses_bool_exp!" ] } ], "update_e_team_roster_statuses_by_pk": [ - 1508, + 1509, { "_set": [ - 1523 + 1524 ], "pk_columns": [ - 1521, + 1522, "e_team_roster_statuses_pk_columns_input!" ] } ], "update_e_team_roster_statuses_many": [ - 1518, + 1519, { "updates": [ - 1527, + 1528, "[e_team_roster_statuses_updates!]!" ] } ], "update_e_timeout_settings": [ - 1538, + 1539, { "_set": [ - 1543 + 1544 ], "where": [ - 1531, + 1532, "e_timeout_settings_bool_exp!" ] } ], "update_e_timeout_settings_by_pk": [ - 1528, + 1529, { "_set": [ - 1543 + 1544 ], "pk_columns": [ - 1541, + 1542, "e_timeout_settings_pk_columns_input!" ] } ], "update_e_timeout_settings_many": [ - 1538, + 1539, { "updates": [ - 1547, + 1548, "[e_timeout_settings_updates!]!" ] } ], "update_e_tournament_categories": [ - 1558, + 1559, { "_set": [ - 1564 + 1565 ], "where": [ - 1551, + 1552, "e_tournament_categories_bool_exp!" ] } ], "update_e_tournament_categories_by_pk": [ - 1548, + 1549, { "_set": [ - 1564 + 1565 ], "pk_columns": [ - 1562, + 1563, "e_tournament_categories_pk_columns_input!" ] } ], "update_e_tournament_categories_many": [ - 1558, + 1559, { "updates": [ - 1568, + 1569, "[e_tournament_categories_updates!]!" ] } ], "update_e_tournament_free_agent_statuses": [ - 1579, + 1580, { "_set": [ - 1585 + 1586 ], "where": [ - 1572, + 1573, "e_tournament_free_agent_statuses_bool_exp!" ] } ], "update_e_tournament_free_agent_statuses_by_pk": [ - 1569, + 1570, { "_set": [ - 1585 + 1586 ], "pk_columns": [ - 1583, + 1584, "e_tournament_free_agent_statuses_pk_columns_input!" ] } ], "update_e_tournament_free_agent_statuses_many": [ - 1579, + 1580, { "updates": [ - 1589, + 1590, "[e_tournament_free_agent_statuses_updates!]!" ] } ], "update_e_tournament_registration_types": [ - 1600, + 1601, { "_set": [ - 1605 + 1606 ], "where": [ - 1593, + 1594, "e_tournament_registration_types_bool_exp!" ] } ], "update_e_tournament_registration_types_by_pk": [ - 1590, + 1591, { "_set": [ - 1605 + 1606 ], "pk_columns": [ - 1603, + 1604, "e_tournament_registration_types_pk_columns_input!" ] } ], "update_e_tournament_registration_types_many": [ - 1600, + 1601, { "updates": [ - 1609, + 1610, "[e_tournament_registration_types_updates!]!" ] } ], "update_e_tournament_stage_types": [ - 1620, + 1621, { "_set": [ - 1626 + 1627 ], "where": [ - 1613, + 1614, "e_tournament_stage_types_bool_exp!" ] } ], "update_e_tournament_stage_types_by_pk": [ - 1610, + 1611, { "_set": [ - 1626 + 1627 ], "pk_columns": [ - 1624, + 1625, "e_tournament_stage_types_pk_columns_input!" ] } ], "update_e_tournament_stage_types_many": [ - 1620, + 1621, { "updates": [ - 1630, + 1631, "[e_tournament_stage_types_updates!]!" ] } ], "update_e_tournament_status": [ - 1641, + 1642, { "_set": [ - 1647 + 1648 ], "where": [ - 1634, + 1635, "e_tournament_status_bool_exp!" ] } ], "update_e_tournament_status_by_pk": [ - 1631, + 1632, { "_set": [ - 1647 + 1648 ], "pk_columns": [ - 1645, + 1646, "e_tournament_status_pk_columns_input!" ] } ], "update_e_tournament_status_many": [ - 1641, + 1642, { "updates": [ - 1651, + 1652, "[e_tournament_status_updates!]!" ] } ], "update_e_utility_practice_access": [ - 1662, + 1663, { "_set": [ - 1667 + 1668 ], "where": [ - 1655, + 1656, "e_utility_practice_access_bool_exp!" ] } ], "update_e_utility_practice_access_by_pk": [ - 1652, + 1653, { "_set": [ - 1667 + 1668 ], "pk_columns": [ - 1665, + 1666, "e_utility_practice_access_pk_columns_input!" ] } ], "update_e_utility_practice_access_many": [ - 1662, + 1663, { "updates": [ - 1671, + 1672, "[e_utility_practice_access_updates!]!" ] } ], "update_e_utility_practice_statuses": [ - 1682, + 1683, { "_set": [ - 1688 + 1689 ], "where": [ - 1675, + 1676, "e_utility_practice_statuses_bool_exp!" ] } ], "update_e_utility_practice_statuses_by_pk": [ - 1672, + 1673, { "_set": [ - 1688 + 1689 ], "pk_columns": [ - 1686, + 1687, "e_utility_practice_statuses_pk_columns_input!" ] } ], "update_e_utility_practice_statuses_many": [ - 1682, + 1683, { "updates": [ - 1692, + 1693, "[e_utility_practice_statuses_updates!]!" ] } ], "update_e_utility_sources": [ - 1703, + 1704, { "_set": [ - 1708 + 1709 ], "where": [ - 1696, + 1697, "e_utility_sources_bool_exp!" ] } ], "update_e_utility_sources_by_pk": [ - 1693, + 1694, { "_set": [ - 1708 + 1709 ], "pk_columns": [ - 1706, + 1707, "e_utility_sources_pk_columns_input!" ] } ], "update_e_utility_sources_many": [ - 1703, + 1704, { "updates": [ - 1712, + 1713, "[e_utility_sources_updates!]!" ] } ], "update_e_utility_techniques": [ - 1723, + 1724, { "_set": [ - 1728 + 1729 ], "where": [ - 1716, + 1717, "e_utility_techniques_bool_exp!" ] } ], "update_e_utility_techniques_by_pk": [ - 1713, + 1714, { "_set": [ - 1728 + 1729 ], "pk_columns": [ - 1726, + 1727, "e_utility_techniques_pk_columns_input!" ] } ], "update_e_utility_techniques_many": [ - 1723, + 1724, { "updates": [ - 1732, + 1733, "[e_utility_techniques_updates!]!" ] } ], "update_e_utility_throw_strengths": [ - 1743, + 1744, { "_set": [ - 1748 + 1749 ], "where": [ - 1736, + 1737, "e_utility_throw_strengths_bool_exp!" ] } ], "update_e_utility_throw_strengths_by_pk": [ - 1733, + 1734, { "_set": [ - 1748 + 1749 ], "pk_columns": [ - 1746, + 1747, "e_utility_throw_strengths_pk_columns_input!" ] } ], "update_e_utility_throw_strengths_many": [ - 1743, + 1744, { "updates": [ - 1752, + 1753, "[e_utility_throw_strengths_updates!]!" ] } ], "update_e_utility_types": [ - 1763, + 1764, { "_set": [ - 1768 + 1769 ], "where": [ - 1756, + 1757, "e_utility_types_bool_exp!" ] } ], "update_e_utility_types_by_pk": [ - 1753, + 1754, { "_set": [ - 1768 + 1769 ], "pk_columns": [ - 1766, + 1767, "e_utility_types_pk_columns_input!" ] } ], "update_e_utility_types_many": [ - 1763, + 1764, { "updates": [ - 1772, + 1773, "[e_utility_types_updates!]!" ] } ], "update_e_utility_visibility": [ - 1783, + 1784, { "_set": [ - 1788 + 1789 ], "where": [ - 1776, + 1777, "e_utility_visibility_bool_exp!" ] } ], "update_e_utility_visibility_by_pk": [ - 1773, + 1774, { "_set": [ - 1788 + 1789 ], "pk_columns": [ - 1786, + 1787, "e_utility_visibility_pk_columns_input!" ] } ], "update_e_utility_visibility_many": [ - 1783, + 1784, { "updates": [ - 1792, + 1793, "[e_utility_visibility_updates!]!" ] } ], "update_e_veto_pick_types": [ - 1803, + 1804, { "_set": [ - 1808 + 1809 ], "where": [ - 1796, + 1797, "e_veto_pick_types_bool_exp!" ] } ], "update_e_veto_pick_types_by_pk": [ - 1793, + 1794, { "_set": [ - 1808 + 1809 ], "pk_columns": [ - 1806, + 1807, "e_veto_pick_types_pk_columns_input!" ] } ], "update_e_veto_pick_types_many": [ - 1803, + 1804, { "updates": [ - 1812, + 1813, "[e_veto_pick_types_updates!]!" ] } ], "update_e_winning_reasons": [ - 1823, + 1824, { "_set": [ - 1828 + 1829 ], "where": [ - 1816, + 1817, "e_winning_reasons_bool_exp!" ] } ], "update_e_winning_reasons_by_pk": [ - 1813, + 1814, { "_set": [ - 1828 + 1829 ], "pk_columns": [ - 1826, + 1827, "e_winning_reasons_pk_columns_input!" ] } ], "update_e_winning_reasons_many": [ - 1823, + 1824, { "updates": [ - 1832, + 1833, "[e_winning_reasons_updates!]!" ] } ], "update_event_match_links": [ - 1841, + 1842, { "_set": [ - 1846 + 1847 ], "where": [ - 1836, + 1837, "event_match_links_bool_exp!" ] } ], "update_event_match_links_by_pk": [ - 1833, + 1834, { "_set": [ - 1846 + 1847 ], "pk_columns": [ - 1844, + 1845, "event_match_links_pk_columns_input!" ] } ], "update_event_match_links_many": [ - 1841, + 1842, { "updates": [ - 1850, + 1851, "[event_match_links_updates!]!" ] } ], "update_event_media": [ - 1868, + 1869, { "_inc": [ - 1862 + 1863 ], "_set": [ - 1915 + 1916 ], "where": [ - 1860, + 1861, "event_media_bool_exp!" ] } ], "update_event_media_by_pk": [ - 1851, + 1852, { "_inc": [ - 1862 + 1863 ], "_set": [ - 1915 + 1916 ], "pk_columns": [ - 1872, + 1873, "event_media_pk_columns_input!" ] } ], "update_event_media_many": [ - 1868, + 1869, { "updates": [ - 1927, + 1928, "[event_media_updates!]!" ] } ], "update_event_media_players": [ - 1890, + 1891, { "_inc": [ - 1884 + 1885 ], "_set": [ - 1895 + 1896 ], "where": [ - 1882, + 1883, "event_media_players_bool_exp!" ] } ], "update_event_media_players_by_pk": [ - 1873, + 1874, { "_inc": [ - 1884 + 1885 ], "_set": [ - 1895 + 1896 ], "pk_columns": [ - 1893, + 1894, "event_media_players_pk_columns_input!" ] } ], "update_event_media_players_many": [ - 1890, + 1891, { "updates": [ - 1907, + 1908, "[event_media_players_updates!]!" ] } ], "update_event_organizers": [ - 1951, + 1952, { "_inc": [ - 1945 + 1946 ], "_set": [ - 1956 + 1957 ], "where": [ - 1943, + 1944, "event_organizers_bool_exp!" ] } ], "update_event_organizers_by_pk": [ - 1934, + 1935, { "_inc": [ - 1945 + 1946 ], "_set": [ - 1956 + 1957 ], "pk_columns": [ - 1954, + 1955, "event_organizers_pk_columns_input!" ] } ], "update_event_organizers_many": [ - 1951, + 1952, { "updates": [ - 1968, + 1969, "[event_organizers_updates!]!" ] } ], "update_event_players": [ - 1992, + 1993, { "_inc": [ - 1986 + 1987 ], "_set": [ - 1997 + 1998 ], "where": [ - 1984, + 1985, "event_players_bool_exp!" ] } ], "update_event_players_by_pk": [ - 1975, + 1976, { "_inc": [ - 1986 + 1987 ], "_set": [ - 1997 + 1998 ], "pk_columns": [ - 1995, + 1996, "event_players_pk_columns_input!" ] } ], "update_event_players_many": [ - 1992, + 1993, { "updates": [ - 2009, + 2010, "[event_players_updates!]!" ] } ], "update_event_teams": [ - 2030, + 2031, { "_set": [ - 2035 + 2036 ], "where": [ - 2023, + 2024, "event_teams_bool_exp!" ] } ], "update_event_teams_by_pk": [ - 2016, + 2017, { "_set": [ - 2035 + 2036 ], "pk_columns": [ - 2033, + 2034, "event_teams_pk_columns_input!" ] } ], "update_event_teams_many": [ - 2030, + 2031, { "updates": [ - 2039, + 2040, "[event_teams_updates!]!" ] } ], "update_event_tournaments": [ - 2054, + 2055, { "_set": [ - 2059 + 2060 ], "where": [ - 2047, + 2048, "event_tournaments_bool_exp!" ] } ], "update_event_tournaments_by_pk": [ - 2040, + 2041, { "_set": [ - 2059 + 2060 ], "pk_columns": [ - 2057, + 2058, "event_tournaments_pk_columns_input!" ] } ], "update_event_tournaments_many": [ - 2054, + 2055, { "updates": [ - 2063, + 2064, "[event_tournaments_updates!]!" ] } ], "update_events": [ - 2074, + 2075, { "_inc": [ - 2070 + 2071 ], "_set": [ - 2080 + 2081 ], "where": [ - 2068, + 2069, "events_bool_exp!" ] } ], "update_events_by_pk": [ - 2064, + 2065, { "_inc": [ - 2070 + 2071 ], "_set": [ - 2080 + 2081 ], "pk_columns": [ - 2078, + 2079, "events_pk_columns_input!" ] } ], "update_events_many": [ - 2074, + 2075, { "updates": [ - 2088, + 2089, "[events_updates!]!" ] } ], "update_friends": [ - 2104, + 2105, { "_inc": [ - 2100 + 2101 ], "_set": [ - 2109 + 2110 ], "where": [ - 2098, + 2099, "friends_bool_exp!" ] } ], "update_friends_by_pk": [ - 2094, + 2095, { "_inc": [ - 2100 + 2101 ], "_set": [ - 2109 + 2110 ], "pk_columns": [ - 2107, + 2108, "friends_pk_columns_input!" ] } ], "update_friends_many": [ - 2104, + 2105, { "updates": [ - 2117, + 2118, "[friends_updates!]!" ] } ], "update_game_mode_plugins": [ - 2144, + 2145, { "_append": [ - 2129 + 2130 ], "_delete_at_path": [ - 2135 + 2136 ], "_delete_elem": [ - 2136 + 2137 ], "_delete_key": [ - 2137 + 2138 ], "_inc": [ - 2138 + 2139 ], "_prepend": [ - 2148 + 2149 ], "_set": [ - 2152 + 2153 ], "where": [ - 2133, + 2134, "game_mode_plugins_bool_exp!" ] } ], "update_game_mode_plugins_by_pk": [ - 2121, + 2122, { "_append": [ - 2129 + 2130 ], "_delete_at_path": [ - 2135 + 2136 ], "_delete_elem": [ - 2136 + 2137 ], "_delete_key": [ - 2137 + 2138 ], "_inc": [ - 2138 + 2139 ], "_prepend": [ - 2148 + 2149 ], "_set": [ - 2152 + 2153 ], "pk_columns": [ - 2147, + 2148, "game_mode_plugins_pk_columns_input!" ] } ], "update_game_mode_plugins_many": [ - 2144, + 2145, { "updates": [ - 2164, + 2165, "[game_mode_plugins_updates!]!" ] } ], "update_game_modes": [ - 2179, + 2180, { "_set": [ - 2185 + 2186 ], "where": [ - 2174, + 2175, "game_modes_bool_exp!" ] } ], "update_game_modes_by_pk": [ - 2171, + 2172, { "_set": [ - 2185 + 2186 ], "pk_columns": [ - 2183, + 2184, "game_modes_pk_columns_input!" ] } ], "update_game_modes_many": [ - 2179, + 2180, { "updates": [ - 2189, + 2190, "[game_modes_updates!]!" ] } ], "update_game_plugin_installs": [ - 2198, + 2199, { "_set": [ - 2203 + 2204 ], "where": [ - 2193, + 2194, "game_plugin_installs_bool_exp!" ] } ], "update_game_plugin_installs_by_pk": [ - 2190, + 2191, { "_set": [ - 2203 + 2204 ], "pk_columns": [ - 2201, + 2202, "game_plugin_installs_pk_columns_input!" ] } ], "update_game_plugin_installs_many": [ - 2198, + 2199, { "updates": [ - 2207, + 2208, "[game_plugin_installs_updates!]!" ] } ], "update_game_plugin_versions": [ - 2227, + 2228, { "_inc": [ - 2221 + 2222 ], "_set": [ - 2234 + 2235 ], "where": [ - 2219, + 2220, "game_plugin_versions_bool_exp!" ] } ], "update_game_plugin_versions_by_pk": [ - 2208, + 2209, { "_inc": [ - 2221 + 2222 ], "_set": [ - 2234 + 2235 ], "pk_columns": [ - 2230, + 2231, "game_plugin_versions_pk_columns_input!" ] } ], "update_game_plugin_versions_many": [ - 2227, + 2228, { "updates": [ - 2246, + 2247, "[game_plugin_versions_updates!]!" ] } ], "update_game_plugins": [ - 2266, + 2267, { "_append": [ - 2256 + 2257 ], "_delete_at_path": [ - 2260 + 2261 ], "_delete_elem": [ - 2261 + 2262 ], "_delete_key": [ - 2262 + 2263 ], "_prepend": [ - 2271 + 2272 ], "_set": [ - 2273 + 2274 ], "where": [ - 2258, + 2259, "game_plugins_bool_exp!" ] } ], "update_game_plugins_by_pk": [ - 2253, + 2254, { "_append": [ - 2256 + 2257 ], "_delete_at_path": [ - 2260 + 2261 ], "_delete_elem": [ - 2261 + 2262 ], "_delete_key": [ - 2262 + 2263 ], "_prepend": [ - 2271 + 2272 ], "_set": [ - 2273 + 2274 ], "pk_columns": [ - 2270, + 2271, "game_plugins_pk_columns_input!" ] } ], "update_game_plugins_many": [ - 2266, + 2267, { "updates": [ - 2281, + 2282, "[game_plugins_updates!]!" ] } ], "update_game_server_node_plugins": [ - 2301, + 2302, { "_set": [ - 2308 + 2309 ], "where": [ - 2294, + 2295, "game_server_node_plugins_bool_exp!" ] } ], "update_game_server_node_plugins_by_pk": [ - 2285, + 2286, { "_set": [ - 2308 + 2309 ], "pk_columns": [ - 2304, + 2305, "game_server_node_plugins_pk_columns_input!" ] } ], "update_game_server_node_plugins_many": [ - 2301, + 2302, { "updates": [ - 2312, + 2313, "[game_server_node_plugins_updates!]!" ] } ], "update_game_server_nodes": [ - 2336, + 2337, { "_append": [ - 2321 + 2322 ], "_delete_at_path": [ - 2327 + 2328 ], "_delete_elem": [ - 2328 + 2329 ], "_delete_key": [ - 2329 + 2330 ], "_inc": [ - 2330 + 2331 ], "_prepend": [ - 2341 + 2342 ], "_set": [ - 2345 + 2346 ], "where": [ - 2325, + 2326, "game_server_nodes_bool_exp!" ] } ], "update_game_server_nodes_by_pk": [ - 2313, + 2314, { "_append": [ - 2321 + 2322 ], "_delete_at_path": [ - 2327 + 2328 ], "_delete_elem": [ - 2328 + 2329 ], "_delete_key": [ - 2329 + 2330 ], "_inc": [ - 2330 + 2331 ], "_prepend": [ - 2341 + 2342 ], "_set": [ - 2345 + 2346 ], "pk_columns": [ - 2340, + 2341, "game_server_nodes_pk_columns_input!" ] } ], "update_game_server_nodes_many": [ - 2336, + 2337, { "updates": [ - 2357, + 2358, "[game_server_nodes_updates!]!" ] } ], "update_game_versions": [ - 2378, + 2379, { "_append": [ - 2367 + 2368 ], "_delete_at_path": [ - 2371 + 2372 ], "_delete_elem": [ - 2372 + 2373 ], "_delete_key": [ - 2373 + 2374 ], "_inc": [ - 2374 + 2375 ], "_prepend": [ - 2383 + 2384 ], "_set": [ - 2385 + 2386 ], "where": [ - 2369, + 2370, "game_versions_bool_exp!" ] } ], "update_game_versions_by_pk": [ - 2364, + 2365, { "_append": [ - 2367 + 2368 ], "_delete_at_path": [ - 2371 + 2372 ], "_delete_elem": [ - 2372 + 2373 ], "_delete_key": [ - 2373 + 2374 ], "_inc": [ - 2374 + 2375 ], "_prepend": [ - 2383 + 2384 ], "_set": [ - 2385 + 2386 ], "pk_columns": [ - 2382, + 2383, "game_versions_pk_columns_input!" ] } ], "update_game_versions_many": [ - 2378, + 2379, { "updates": [ - 2393, + 2394, "[game_versions_updates!]!" ] } ], "update_gamedata_signature_validations": [ - 2411, + 2412, { "_append": [ - 2400 + 2401 ], "_delete_at_path": [ - 2404 + 2405 ], "_delete_elem": [ - 2405 + 2406 ], "_delete_key": [ - 2406 + 2407 ], "_inc": [ - 2407 + 2408 ], "_prepend": [ - 2415 + 2416 ], "_set": [ - 2417 + 2418 ], "where": [ - 2402, + 2403, "gamedata_signature_validations_bool_exp!" ] } ], "update_gamedata_signature_validations_by_pk": [ - 2397, + 2398, { "_append": [ - 2400 + 2401 ], "_delete_at_path": [ - 2404 + 2405 ], "_delete_elem": [ - 2405 + 2406 ], "_delete_key": [ - 2406 + 2407 ], "_inc": [ - 2407 + 2408 ], "_prepend": [ - 2415 + 2416 ], "_set": [ - 2417 + 2418 ], "pk_columns": [ - 2414, + 2415, "gamedata_signature_validations_pk_columns_input!" ] } ], "update_gamedata_signature_validations_many": [ - 2411, + 2412, { "updates": [ - 2425, + 2426, "[gamedata_signature_validations_updates!]!" ] } ], "update_leaderboard_entries": [ - 2450, + 2451, { "_inc": [ - 2446 + 2447 ], "_set": [ - 2453 + 2454 ], "where": [ - 2445, + 2446, "leaderboard_entries_bool_exp!" ] } ], "update_leaderboard_entries_many": [ - 2450, + 2451, { "updates": [ - 2460, + 2461, "[leaderboard_entries_updates!]!" ] } ], "update_league_divisions": [ - 2475, + 2476, { "_inc": [ - 2471 + 2472 ], "_set": [ - 2481 + 2482 ], "where": [ - 2469, + 2470, "league_divisions_bool_exp!" ] } ], "update_league_divisions_by_pk": [ - 2465, + 2466, { "_inc": [ - 2471 + 2472 ], "_set": [ - 2481 + 2482 ], "pk_columns": [ - 2479, + 2480, "league_divisions_pk_columns_input!" ] } ], "update_league_divisions_many": [ - 2475, + 2476, { "updates": [ - 2489, + 2490, "[league_divisions_updates!]!" ] } ], "update_league_match_weeks": [ - 2510, + 2511, { "_inc": [ - 2504 + 2505 ], "_set": [ - 2515 + 2516 ], "where": [ - 2502, + 2503, "league_match_weeks_bool_exp!" ] } ], "update_league_match_weeks_by_pk": [ - 2493, + 2494, { "_inc": [ - 2504 + 2505 ], "_set": [ - 2515 + 2516 ], "pk_columns": [ - 2513, + 2514, "league_match_weeks_pk_columns_input!" ] } ], "update_league_match_weeks_many": [ - 2510, + 2511, { "updates": [ - 2527, + 2528, "[league_match_weeks_updates!]!" ] } ], "update_league_relegation_playoffs": [ - 2551, + 2552, { "_inc": [ - 2545 + 2546 ], "_set": [ - 2556 + 2557 ], "where": [ - 2543, + 2544, "league_relegation_playoffs_bool_exp!" ] } ], "update_league_relegation_playoffs_by_pk": [ - 2534, + 2535, { "_inc": [ - 2545 + 2546 ], "_set": [ - 2556 + 2557 ], "pk_columns": [ - 2554, + 2555, "league_relegation_playoffs_pk_columns_input!" ] } ], "update_league_relegation_playoffs_many": [ - 2551, + 2552, { "updates": [ - 2568, + 2569, "[league_relegation_playoffs_updates!]!" ] } ], "update_league_scheduling_proposals": [ - 2592, + 2593, { "_inc": [ - 2586 + 2587 ], "_set": [ - 2597 + 2598 ], "where": [ - 2584, + 2585, "league_scheduling_proposals_bool_exp!" ] } ], "update_league_scheduling_proposals_by_pk": [ - 2575, + 2576, { "_inc": [ - 2586 + 2587 ], "_set": [ - 2597 + 2598 ], "pk_columns": [ - 2595, + 2596, "league_scheduling_proposals_pk_columns_input!" ] } ], "update_league_scheduling_proposals_many": [ - 2592, + 2593, { "updates": [ - 2609, + 2610, "[league_scheduling_proposals_updates!]!" ] } ], "update_league_season_divisions": [ - 2630, + 2631, { "_set": [ - 2636 + 2637 ], "where": [ - 2623, + 2624, "league_season_divisions_bool_exp!" ] } ], "update_league_season_divisions_by_pk": [ - 2616, + 2617, { "_set": [ - 2636 + 2637 ], "pk_columns": [ - 2634, + 2635, "league_season_divisions_pk_columns_input!" ] } ], "update_league_season_divisions_many": [ - 2630, + 2631, { "updates": [ - 2640, + 2641, "[league_season_divisions_updates!]!" ] } ], "update_league_seasons": [ - 2655, + 2656, { "_append": [ - 2644 + 2645 ], "_delete_at_path": [ - 2648 + 2649 ], "_delete_elem": [ - 2649 + 2650 ], "_delete_key": [ - 2650 + 2651 ], "_inc": [ - 2651 + 2652 ], "_prepend": [ - 2660 + 2661 ], "_set": [ - 2662 + 2663 ], "where": [ - 2646, + 2647, "league_seasons_bool_exp!" ] } ], "update_league_seasons_by_pk": [ - 2641, + 2642, { "_append": [ - 2644 + 2645 ], "_delete_at_path": [ - 2648 + 2649 ], "_delete_elem": [ - 2649 + 2650 ], "_delete_key": [ - 2650 + 2651 ], "_inc": [ - 2651 + 2652 ], "_prepend": [ - 2660 + 2661 ], "_set": [ - 2662 + 2663 ], "pk_columns": [ - 2659, + 2660, "league_seasons_pk_columns_input!" ] } ], "update_league_seasons_many": [ - 2655, + 2656, { "updates": [ - 2670, + 2671, "[league_seasons_updates!]!" ] } ], "update_league_team_movements": [ - 2691, + 2692, { "_inc": [ - 2685 + 2686 ], "_set": [ - 2696 + 2697 ], "where": [ - 2683, + 2684, "league_team_movements_bool_exp!" ] } ], "update_league_team_movements_by_pk": [ - 2674, + 2675, { "_inc": [ - 2685 + 2686 ], "_set": [ - 2696 + 2697 ], "pk_columns": [ - 2694, + 2695, "league_team_movements_pk_columns_input!" ] } ], "update_league_team_movements_many": [ - 2691, + 2692, { "updates": [ - 2708, + 2709, "[league_team_movements_updates!]!" ] } ], "update_league_team_rosters": [ - 2732, + 2733, { "_inc": [ - 2726 + 2727 ], "_set": [ - 2737 + 2738 ], "where": [ - 2724, + 2725, "league_team_rosters_bool_exp!" ] } ], "update_league_team_rosters_by_pk": [ - 2715, + 2716, { "_inc": [ - 2726 + 2727 ], "_set": [ - 2737 + 2738 ], "pk_columns": [ - 2735, + 2736, "league_team_rosters_pk_columns_input!" ] } ], "update_league_team_rosters_many": [ - 2732, + 2733, { "updates": [ - 2749, + 2750, "[league_team_rosters_updates!]!" ] } ], "update_league_team_seasons": [ - 2773, + 2774, { "_inc": [ - 2767 + 2768 ], "_set": [ - 2779 + 2780 ], "where": [ - 2765, + 2766, "league_team_seasons_bool_exp!" ] } ], "update_league_team_seasons_by_pk": [ - 2756, + 2757, { "_inc": [ - 2767 + 2768 ], "_set": [ - 2779 + 2780 ], "pk_columns": [ - 2777, + 2778, "league_team_seasons_pk_columns_input!" ] } ], "update_league_team_seasons_many": [ - 2773, + 2774, { "updates": [ - 2791, + 2792, "[league_team_seasons_updates!]!" ] } ], "update_league_teams": [ - 2806, + 2807, { "_set": [ - 2812 + 2813 ], "where": [ - 2801, + 2802, "league_teams_bool_exp!" ] } ], "update_league_teams_by_pk": [ - 2798, + 2799, { "_set": [ - 2812 + 2813 ], "pk_columns": [ - 2810, + 2811, "league_teams_pk_columns_input!" ] } ], "update_league_teams_many": [ - 2806, + 2807, { "updates": [ - 2816, + 2817, "[league_teams_updates!]!" ] } ], "update_lobbies": [ - 2825, + 2826, { "_set": [ - 2831 + 2832 ], "where": [ - 2820, + 2821, "lobbies_bool_exp!" ] } ], "update_lobbies_by_pk": [ - 2817, + 2818, { "_set": [ - 2831 + 2832 ], "pk_columns": [ - 2829, + 2830, "lobbies_pk_columns_input!" ] } ], "update_lobbies_many": [ - 2825, + 2826, { "updates": [ - 2835, + 2836, "[lobbies_updates!]!" ] } ], "update_lobby_players": [ - 2855, + 2856, { "_inc": [ - 2849 + 2850 ], "_set": [ - 2862 + 2863 ], "where": [ - 2847, + 2848, "lobby_players_bool_exp!" ] } ], "update_lobby_players_by_pk": [ - 2836, + 2837, { "_inc": [ - 2849 + 2850 ], "_set": [ - 2862 + 2863 ], "pk_columns": [ - 2858, + 2859, "lobby_players_pk_columns_input!" ] } ], "update_lobby_players_many": [ - 2855, + 2856, { "updates": [ - 2874, + 2875, "[lobby_players_updates!]!" ] } ], "update_map_callouts": [ - 2893, + 2894, { "_append": [ - 2884 + 2885 ], "_delete_at_path": [ - 2887 + 2888 ], "_delete_elem": [ - 2888 + 2889 ], "_delete_key": [ - 2889 + 2890 ], "_prepend": [ - 2897 + 2898 ], "_set": [ - 2899 + 2900 ], "where": [ - 2885, + 2886, "map_callouts_bool_exp!" ] } ], "update_map_callouts_by_pk": [ - 2881, + 2882, { "_append": [ - 2884 + 2885 ], "_delete_at_path": [ - 2887 + 2888 ], "_delete_elem": [ - 2888 + 2889 ], "_delete_key": [ - 2889 + 2890 ], "_prepend": [ - 2897 + 2898 ], "_set": [ - 2899 + 2900 ], "pk_columns": [ - 2896, + 2897, "map_callouts_pk_columns_input!" ] } ], "update_map_callouts_many": [ - 2893, + 2894, { "updates": [ - 2903, + 2904, "[map_callouts_updates!]!" ] } ], "update_map_pools": [ - 2912, + 2913, { "_set": [ - 2918 + 2919 ], "where": [ - 2907, + 2908, "map_pools_bool_exp!" ] } ], "update_map_pools_by_pk": [ - 2904, + 2905, { "_set": [ - 2918 + 2919 ], "pk_columns": [ - 2916, + 2917, "map_pools_pk_columns_input!" ] } ], "update_map_pools_many": [ - 2912, + 2913, { "updates": [ - 2922, + 2923, "[map_pools_updates!]!" ] } ], "update_maps": [ - 2939, + 2940, { "_set": [ - 2947 + 2948 ], "where": [ - 2932, + 2933, "maps_bool_exp!" ] } ], "update_maps_by_pk": [ - 2923, + 2924, { "_set": [ - 2947 + 2948 ], "pk_columns": [ - 2943, + 2944, "maps_pk_columns_input!" ] } ], "update_maps_many": [ - 2939, + 2940, { "updates": [ - 2951, + 2952, "[maps_updates!]!" ] } ], "update_match_clips": [ - 2969, + 2970, { "_inc": [ - 2963 + 2964 ], "_set": [ - 2975 + 2976 ], "where": [ - 2961, + 2962, "match_clips_bool_exp!" ] } ], "update_match_clips_by_pk": [ - 2952, + 2953, { "_inc": [ - 2963 + 2964 ], "_set": [ - 2975 + 2976 ], "pk_columns": [ - 2973, + 2974, "match_clips_pk_columns_input!" ] } ], "update_match_clips_many": [ - 2969, + 2970, { "updates": [ - 2987, + 2988, "[match_clips_updates!]!" ] } ], "update_match_demo_sessions": [ - 3015, + 3016, { "_append": [ - 3000 + 3001 ], "_delete_at_path": [ - 3006 + 3007 ], "_delete_elem": [ - 3007 + 3008 ], "_delete_key": [ - 3008 + 3009 ], "_inc": [ - 3009 + 3010 ], "_prepend": [ - 3019 + 3020 ], "_set": [ - 3021 + 3022 ], "where": [ - 3004, + 3005, "match_demo_sessions_bool_exp!" ] } ], "update_match_demo_sessions_by_pk": [ - 2994, + 2995, { "_append": [ - 3000 + 3001 ], "_delete_at_path": [ - 3006 + 3007 ], "_delete_elem": [ - 3007 + 3008 ], "_delete_key": [ - 3008 + 3009 ], "_inc": [ - 3009 + 3010 ], "_prepend": [ - 3019 + 3020 ], "_set": [ - 3021 + 3022 ], "pk_columns": [ - 3018, + 3019, "match_demo_sessions_pk_columns_input!" ] } ], "update_match_demo_sessions_many": [ - 3015, + 3016, { "updates": [ - 3033, + 3034, "[match_demo_sessions_updates!]!" ] } ], "update_match_lineup_players": [ - 3059, + 3060, { "_inc": [ - 3053 + 3054 ], "_set": [ - 3066 + 3067 ], "where": [ - 3051, + 3052, "match_lineup_players_bool_exp!" ] } ], "update_match_lineup_players_by_pk": [ - 3040, + 3041, { "_inc": [ - 3053 + 3054 ], "_set": [ - 3066 + 3067 ], "pk_columns": [ - 3062, + 3063, "match_lineup_players_pk_columns_input!" ] } ], "update_match_lineup_players_many": [ - 3059, + 3060, { "updates": [ - 3078, + 3079, "[match_lineup_players_updates!]!" ] } ], "update_match_lineups": [ - 3102, + 3103, { "_inc": [ - 3096 + 3097 ], "_set": [ - 3108 + 3109 ], "where": [ - 3094, + 3095, "match_lineups_bool_exp!" ] } ], "update_match_lineups_by_pk": [ - 3085, + 3086, { "_inc": [ - 3096 + 3097 ], "_set": [ - 3108 + 3109 ], "pk_columns": [ - 3106, + 3107, "match_lineups_pk_columns_input!" ] } ], "update_match_lineups_many": [ - 3102, + 3103, { "updates": [ - 3120, + 3121, "[match_lineups_updates!]!" ] } ], "update_match_map_demos": [ - 3150, + 3151, { "_append": [ - 3135 + 3136 ], "_delete_at_path": [ - 3141 + 3142 ], "_delete_elem": [ - 3142 + 3143 ], "_delete_key": [ - 3143 + 3144 ], "_inc": [ - 3144 + 3145 ], "_prepend": [ - 3155 + 3156 ], "_set": [ - 3159 + 3160 ], "where": [ - 3139, + 3140, "match_map_demos_bool_exp!" ] } ], "update_match_map_demos_by_pk": [ - 3127, + 3128, { "_append": [ - 3135 + 3136 ], "_delete_at_path": [ - 3141 + 3142 ], "_delete_elem": [ - 3142 + 3143 ], "_delete_key": [ - 3143 + 3144 ], "_inc": [ - 3144 + 3145 ], "_prepend": [ - 3155 + 3156 ], "_set": [ - 3159 + 3160 ], "pk_columns": [ - 3154, + 3155, "match_map_demos_pk_columns_input!" ] } ], "update_match_map_demos_many": [ - 3150, + 3151, { "updates": [ - 3171, + 3172, "[match_map_demos_updates!]!" ] } ], "update_match_map_rounds": [ - 3195, + 3196, { "_inc": [ - 3189 + 3190 ], "_set": [ - 3200 + 3201 ], "where": [ - 3187, + 3188, "match_map_rounds_bool_exp!" ] } ], "update_match_map_rounds_by_pk": [ - 3178, + 3179, { "_inc": [ - 3189 + 3190 ], "_set": [ - 3200 + 3201 ], "pk_columns": [ - 3198, + 3199, "match_map_rounds_pk_columns_input!" ] } ], "update_match_map_rounds_many": [ - 3195, + 3196, { "updates": [ - 3212, + 3213, "[match_map_rounds_updates!]!" ] } ], "update_match_map_veto_picks": [ - 3235, + 3236, { "_set": [ - 3242 + 3243 ], "where": [ - 3228, + 3229, "match_map_veto_picks_bool_exp!" ] } ], "update_match_map_veto_picks_by_pk": [ - 3219, + 3220, { "_set": [ - 3242 + 3243 ], "pk_columns": [ - 3238, + 3239, "match_map_veto_picks_pk_columns_input!" ] } ], "update_match_map_veto_picks_many": [ - 3235, + 3236, { "updates": [ - 3246, + 3247, "[match_map_veto_picks_updates!]!" ] } ], "update_match_maps": [ - 3264, + 3265, { "_inc": [ - 3258 + 3259 ], "_set": [ - 3270 + 3271 ], "where": [ - 3256, + 3257, "match_maps_bool_exp!" ] } ], "update_match_maps_by_pk": [ - 3247, + 3248, { "_inc": [ - 3258 + 3259 ], "_set": [ - 3270 + 3271 ], "pk_columns": [ - 3268, + 3269, "match_maps_pk_columns_input!" ] } ], "update_match_maps_many": [ - 3264, + 3265, { "updates": [ - 3282, + 3283, "[match_maps_updates!]!" ] } ], "update_match_options": [ - 3308, + 3309, { "_inc": [ - 3302 + 3303 ], "_set": [ - 3316 + 3317 ], "where": [ - 3300, + 3301, "match_options_bool_exp!" ] } ], "update_match_options_by_pk": [ - 3289, + 3290, { "_inc": [ - 3302 + 3303 ], "_set": [ - 3316 + 3317 ], "pk_columns": [ - 3312, + 3313, "match_options_pk_columns_input!" ] } ], "update_match_options_many": [ - 3308, + 3309, { "updates": [ - 3328, + 3329, "[match_options_updates!]!" ] } ], "update_match_region_veto_picks": [ - 3351, + 3352, { "_set": [ - 3358 + 3359 ], "where": [ - 3344, + 3345, "match_region_veto_picks_bool_exp!" ] } ], "update_match_region_veto_picks_by_pk": [ - 3335, + 3336, { "_set": [ - 3358 + 3359 ], "pk_columns": [ - 3354, + 3355, "match_region_veto_picks_pk_columns_input!" ] } ], "update_match_region_veto_picks_many": [ - 3351, + 3352, { "updates": [ - 3362, + 3363, "[match_region_veto_picks_updates!]!" ] } ], "update_match_streams": [ - 3386, + 3387, { "_append": [ - 3371 + 3372 ], "_delete_at_path": [ - 3377 + 3378 ], "_delete_elem": [ - 3378 + 3379 ], "_delete_key": [ - 3379 + 3380 ], "_inc": [ - 3380 + 3381 ], "_prepend": [ - 3390 + 3391 ], "_set": [ - 3394 + 3395 ], "where": [ - 3375, + 3376, "match_streams_bool_exp!" ] } ], "update_match_streams_by_pk": [ - 3363, + 3364, { "_append": [ - 3371 + 3372 ], "_delete_at_path": [ - 3377 + 3378 ], "_delete_elem": [ - 3378 + 3379 ], "_delete_key": [ - 3379 + 3380 ], "_inc": [ - 3380 + 3381 ], "_prepend": [ - 3390 + 3391 ], "_set": [ - 3394 + 3395 ], "pk_columns": [ - 3389, + 3390, "match_streams_pk_columns_input!" ] } ], "update_match_streams_many": [ - 3386, + 3387, { "updates": [ - 3406, + 3407, "[match_streams_updates!]!" ] } ], "update_match_type_cfgs": [ - 3421, + 3422, { "_set": [ - 3426 + 3427 ], "where": [ - 3416, + 3417, "match_type_cfgs_bool_exp!" ] } ], "update_match_type_cfgs_by_pk": [ - 3413, + 3414, { "_set": [ - 3426 + 3427 ], "pk_columns": [ - 3424, + 3425, "match_type_cfgs_pk_columns_input!" ] } ], "update_match_type_cfgs_many": [ - 3421, + 3422, { "updates": [ - 3430, + 3431, "[match_type_cfgs_updates!]!" ] } ], "update_matches": [ - 3450, + 3451, { "_inc": [ - 3444 + 3445 ], "_set": [ - 3458 + 3459 ], "where": [ - 3442, + 3443, "matches_bool_exp!" ] } ], "update_matches_by_pk": [ - 3431, + 3432, { "_inc": [ - 3444 + 3445 ], "_set": [ - 3458 + 3459 ], "pk_columns": [ - 3454, + 3455, "matches_pk_columns_input!" ] } ], "update_matches_many": [ - 3450, + 3451, { "updates": [ - 3470, + 3471, "[matches_updates!]!" ] } ], "update_migration_hashes_hashes": [ - 3485, + 3486, { "_set": [ - 3490 + 3491 ], "where": [ - 3480, + 3481, "migration_hashes_hashes_bool_exp!" ] } ], "update_migration_hashes_hashes_by_pk": [ - 3477, + 3478, { "_set": [ - 3490 + 3491 ], "pk_columns": [ - 3488, + 3489, "migration_hashes_hashes_pk_columns_input!" ] } ], "update_migration_hashes_hashes_many": [ - 3485, + 3486, { "updates": [ - 3494, + 3495, "[migration_hashes_hashes_updates!]!" ] } ], "update_my_friends": [ - 3517, + 3518, { "_append": [ - 3503 + 3504 ], "_delete_at_path": [ - 3508 + 3509 ], "_delete_elem": [ - 3509 + 3510 ], "_delete_key": [ - 3510 + 3511 ], "_inc": [ - 3511 + 3512 ], "_prepend": [ - 3519 + 3520 ], "_set": [ - 3523 + 3524 ], "where": [ - 3507, + 3508, "my_friends_bool_exp!" ] } ], "update_my_friends_many": [ - 3517, + 3518, { "updates": [ - 3534, + 3535, "[my_friends_updates!]!" ] } ], "update_news_articles": [ - 3551, + 3552, { "_inc": [ - 3547 + 3548 ], "_set": [ - 3556 + 3557 ], "where": [ - 3545, + 3546, "news_articles_bool_exp!" ] } ], "update_news_articles_by_pk": [ - 3541, + 3542, { "_inc": [ - 3547 + 3548 ], "_set": [ - 3556 + 3557 ], "pk_columns": [ - 3554, + 3555, "news_articles_pk_columns_input!" ] } ], "update_news_articles_many": [ - 3551, + 3552, { "updates": [ - 3564, + 3565, "[news_articles_updates!]!" ] } ], "update_notification_preferences": [ - 3578, + 3579, { "_inc": [ - 3574 + 3575 ], "_set": [ - 3583 + 3584 ], "where": [ - 3572, + 3573, "notification_preferences_bool_exp!" ] } ], "update_notification_preferences_by_pk": [ - 3568, + 3569, { "_inc": [ - 3574 + 3575 ], "_set": [ - 3583 + 3584 ], "pk_columns": [ - 3581, + 3582, "notification_preferences_pk_columns_input!" ] } ], "update_notification_preferences_many": [ - 3578, + 3579, { "updates": [ - 3591, + 3592, "[notification_preferences_updates!]!" ] } ], "update_notifications": [ - 3618, + 3619, { "_append": [ - 3603 + 3604 ], "_delete_at_path": [ - 3609 + 3610 ], "_delete_elem": [ - 3610 + 3611 ], "_delete_key": [ - 3611 + 3612 ], "_inc": [ - 3612 + 3613 ], "_prepend": [ - 3622 + 3623 ], "_set": [ - 3626 + 3627 ], "where": [ - 3607, + 3608, "notifications_bool_exp!" ] } ], "update_notifications_by_pk": [ - 3595, + 3596, { "_append": [ - 3603 + 3604 ], "_delete_at_path": [ - 3609 + 3610 ], "_delete_elem": [ - 3610 + 3611 ], "_delete_key": [ - 3611 + 3612 ], "_inc": [ - 3612 + 3613 ], "_prepend": [ - 3622 + 3623 ], "_set": [ - 3626 + 3627 ], "pk_columns": [ - 3621, + 3622, "notifications_pk_columns_input!" ] } ], "update_notifications_many": [ - 3618, + 3619, { "updates": [ - 3638, + 3639, "[notifications_updates!]!" ] } ], "update_pending_match_import_players": [ - 3665, + 3666, { "_inc": [ - 3659 + 3660 ], "_set": [ - 3670 + 3671 ], "where": [ - 3657, + 3658, "pending_match_import_players_bool_exp!" ] } ], "update_pending_match_import_players_by_pk": [ - 3648, + 3649, { "_inc": [ - 3659 + 3660 ], "_set": [ - 3670 + 3671 ], "pk_columns": [ - 3668, + 3669, "pending_match_import_players_pk_columns_input!" ] } ], "update_pending_match_import_players_many": [ - 3665, + 3666, { "updates": [ - 3682, + 3683, "[pending_match_import_players_updates!]!" ] } ], "update_pending_match_imports": [ - 3699, + 3700, { "_inc": [ - 3695 + 3696 ], "_set": [ - 3705 + 3706 ], "where": [ - 3693, + 3694, "pending_match_imports_bool_exp!" ] } ], "update_pending_match_imports_by_pk": [ - 3689, + 3690, { "_inc": [ - 3695 + 3696 ], "_set": [ - 3705 + 3706 ], "pk_columns": [ - 3703, + 3704, "pending_match_imports_pk_columns_input!" ] } ], "update_pending_match_imports_many": [ - 3699, + 3700, { "updates": [ - 3713, + 3714, "[pending_match_imports_updates!]!" ] } ], "update_player_aim_stats_demo": [ - 3727, + 3728, { "_inc": [ - 3723 + 3724 ], "_set": [ - 3732 + 3733 ], "where": [ - 3721, + 3722, "player_aim_stats_demo_bool_exp!" ] } ], "update_player_aim_stats_demo_by_pk": [ - 3717, + 3718, { "_inc": [ - 3723 + 3724 ], "_set": [ - 3732 + 3733 ], "pk_columns": [ - 3730, + 3731, "player_aim_stats_demo_pk_columns_input!" ] } ], "update_player_aim_stats_demo_many": [ - 3727, + 3728, { "updates": [ - 3740, + 3741, "[player_aim_stats_demo_updates!]!" ] } ], "update_player_aim_weapon_stats": [ - 3761, + 3762, { "_inc": [ - 3755 + 3756 ], "_set": [ - 3766 + 3767 ], "where": [ - 3753, + 3754, "player_aim_weapon_stats_bool_exp!" ] } ], "update_player_aim_weapon_stats_by_pk": [ - 3744, + 3745, { "_inc": [ - 3755 + 3756 ], "_set": [ - 3766 + 3767 ], "pk_columns": [ - 3764, + 3765, "player_aim_weapon_stats_pk_columns_input!" ] } ], "update_player_aim_weapon_stats_many": [ - 3761, + 3762, { "updates": [ - 3778, + 3779, "[player_aim_weapon_stats_updates!]!" ] } ], "update_player_assists": [ - 3804, + 3805, { "_inc": [ - 3798 + 3799 ], "_set": [ - 3811 + 3812 ], "where": [ - 3796, + 3797, "player_assists_bool_exp!" ] } ], "update_player_assists_by_pk": [ - 3785, + 3786, { "_inc": [ - 3798 + 3799 ], "_set": [ - 3811 + 3812 ], "pk_columns": [ - 3807, + 3808, "player_assists_pk_columns_input!" ] } ], "update_player_assists_many": [ - 3804, + 3805, { "updates": [ - 3823, + 3824, "[player_assists_updates!]!" ] } ], "update_player_damages": [ - 3865, + 3866, { "_inc": [ - 3859 + 3860 ], "_set": [ - 3870 + 3871 ], "where": [ - 3857, + 3858, "player_damages_bool_exp!" ] } ], "update_player_damages_by_pk": [ - 3848, + 3849, { "_inc": [ - 3859 + 3860 ], "_set": [ - 3870 + 3871 ], "pk_columns": [ - 3868, + 3869, "player_damages_pk_columns_input!" ] } ], "update_player_damages_many": [ - 3865, + 3866, { "updates": [ - 3882, + 3883, "[player_damages_updates!]!" ] } ], "update_player_elo": [ - 3899, + 3900, { "_inc": [ - 3895 + 3896 ], "_set": [ - 3904 + 3905 ], "where": [ - 3893, + 3894, "player_elo_bool_exp!" ] } ], "update_player_elo_by_pk": [ - 3889, + 3890, { "_inc": [ - 3895 + 3896 ], "_set": [ - 3904 + 3905 ], "pk_columns": [ - 3902, + 3903, "player_elo_pk_columns_input!" ] } ], "update_player_elo_many": [ - 3899, + 3900, { "updates": [ - 3912, + 3913, "[player_elo_updates!]!" ] } ], "update_player_faceit_rank_history": [ - 3933, + 3934, { "_inc": [ - 3927 + 3928 ], "_set": [ - 3938 + 3939 ], "where": [ - 3925, + 3926, "player_faceit_rank_history_bool_exp!" ] } ], "update_player_faceit_rank_history_by_pk": [ - 3916, + 3917, { "_inc": [ - 3927 + 3928 ], "_set": [ - 3938 + 3939 ], "pk_columns": [ - 3936, + 3937, "player_faceit_rank_history_pk_columns_input!" ] } ], "update_player_faceit_rank_history_many": [ - 3933, + 3934, { "updates": [ - 3950, + 3951, "[player_faceit_rank_history_updates!]!" ] } ], "update_player_flashes": [ - 3976, + 3977, { "_inc": [ - 3970 + 3971 ], "_set": [ - 3983 + 3984 ], "where": [ - 3968, + 3969, "player_flashes_bool_exp!" ] } ], "update_player_flashes_by_pk": [ - 3957, + 3958, { "_inc": [ - 3970 + 3971 ], "_set": [ - 3983 + 3984 ], "pk_columns": [ - 3979, + 3980, "player_flashes_pk_columns_input!" ] } ], "update_player_flashes_many": [ - 3976, + 3977, { "updates": [ - 3995, + 3996, "[player_flashes_updates!]!" ] } ], "update_player_kills": [ - 4062, + 4063, { "_inc": [ - 4056 + 4057 ], "_set": [ - 4069 + 4070 ], "where": [ - 4013, + 4014, "player_kills_bool_exp!" ] } ], "update_player_kills_by_pk": [ - 4002, + 4003, { "_inc": [ - 4056 + 4057 ], "_set": [ - 4069 + 4070 ], "pk_columns": [ - 4065, + 4066, "player_kills_pk_columns_input!" ] } ], "update_player_kills_by_weapon": [ - 4031, + 4032, { "_inc": [ - 4025 + 4026 ], "_set": [ - 4036 + 4037 ], "where": [ - 4023, + 4024, "player_kills_by_weapon_bool_exp!" ] } ], "update_player_kills_by_weapon_by_pk": [ - 4014, + 4015, { "_inc": [ - 4025 + 4026 ], "_set": [ - 4036 + 4037 ], "pk_columns": [ - 4034, + 4035, "player_kills_by_weapon_pk_columns_input!" ] } ], "update_player_kills_by_weapon_many": [ - 4031, + 4032, { "updates": [ - 4048, + 4049, "[player_kills_by_weapon_updates!]!" ] } ], "update_player_kills_many": [ - 4062, + 4063, { "updates": [ - 4081, + 4082, "[player_kills_updates!]!" ] } ], "update_player_leaderboard_rank": [ - 4097, + 4098, { "_inc": [ - 4093 + 4094 ], "_set": [ - 4100 + 4101 ], "where": [ - 4092, + 4093, "player_leaderboard_rank_bool_exp!" ] } ], "update_player_leaderboard_rank_many": [ - 4097, + 4098, { "updates": [ - 4107, + 4108, "[player_leaderboard_rank_updates!]!" ] } ], "update_player_match_map_stats": [ - 4128, + 4129, { "_inc": [ - 4122 + 4123 ], "_set": [ - 4133 + 4134 ], "where": [ - 4120, + 4121, "player_match_map_stats_bool_exp!" ] } ], "update_player_match_map_stats_by_pk": [ - 4111, + 4112, { "_inc": [ - 4122 + 4123 ], "_set": [ - 4133 + 4134 ], "pk_columns": [ - 4131, + 4132, "player_match_map_stats_pk_columns_input!" ] } ], "update_player_match_map_stats_many": [ - 4128, + 4129, { "updates": [ - 4145, + 4146, "[player_match_map_stats_updates!]!" ] } ], "update_player_objectives": [ - 4220, + 4221, { "_inc": [ - 4214 + 4215 ], "_set": [ - 4225 + 4226 ], "where": [ - 4212, + 4213, "player_objectives_bool_exp!" ] } ], "update_player_objectives_by_pk": [ - 4203, + 4204, { "_inc": [ - 4214 + 4215 ], "_set": [ - 4225 + 4226 ], "pk_columns": [ - 4223, + 4224, "player_objectives_pk_columns_input!" ] } ], "update_player_objectives_many": [ - 4220, + 4221, { "updates": [ - 4237, + 4238, "[player_objectives_updates!]!" ] } ], "update_player_premier_rank_history": [ - 4279, + 4280, { "_inc": [ - 4273 + 4274 ], "_set": [ - 4284 + 4285 ], "where": [ - 4271, + 4272, "player_premier_rank_history_bool_exp!" ] } ], "update_player_premier_rank_history_by_pk": [ - 4262, + 4263, { "_inc": [ - 4273 + 4274 ], "_set": [ - 4284 + 4285 ], "pk_columns": [ - 4282, + 4283, "player_premier_rank_history_pk_columns_input!" ] } ], "update_player_premier_rank_history_many": [ - 4279, + 4280, { "updates": [ - 4296, + 4297, "[player_premier_rank_history_updates!]!" ] } ], "update_player_sanctions": [ - 4320, + 4321, { "_inc": [ - 4314 + 4315 ], "_set": [ - 4325 + 4326 ], "where": [ - 4312, + 4313, "player_sanctions_bool_exp!" ] } ], "update_player_sanctions_by_pk": [ - 4303, + 4304, { "_inc": [ - 4314 + 4315 ], "_set": [ - 4325 + 4326 ], "pk_columns": [ - 4323, + 4324, "player_sanctions_pk_columns_input!" ] } ], "update_player_sanctions_many": [ - 4320, + 4321, { "updates": [ - 4337, + 4338, "[player_sanctions_updates!]!" ] } ], "update_player_season_stats": [ - 4371, + 4372, { "_inc": [ - 4365 + 4366 ], "_set": [ - 4384 + 4385 ], "where": [ - 4363, + 4364, "player_season_stats_bool_exp!" ] } ], "update_player_season_stats_by_pk": [ - 4344, + 4345, { "_inc": [ - 4365 + 4366 ], "_set": [ - 4384 + 4385 ], "pk_columns": [ - 4374, + 4375, "player_season_stats_pk_columns_input!" ] } ], "update_player_season_stats_many": [ - 4371, + 4372, { "updates": [ - 4396, + 4397, "[player_season_stats_updates!]!" ] } ], "update_player_stats": [ - 4413, + 4414, { "_inc": [ - 4409 + 4410 ], "_set": [ - 4419 + 4420 ], "where": [ - 4407, + 4408, "player_stats_bool_exp!" ] } ], "update_player_stats_by_pk": [ - 4403, + 4404, { "_inc": [ - 4409 + 4410 ], "_set": [ - 4419 + 4420 ], "pk_columns": [ - 4417, + 4418, "player_stats_pk_columns_input!" ] } ], "update_player_stats_many": [ - 4413, + 4414, { "updates": [ - 4427, + 4428, "[player_stats_updates!]!" ] } ], "update_player_steam_bot_friend": [ - 4445, + 4446, { "_append": [ - 4434 + 4435 ], "_delete_at_path": [ - 4438 + 4439 ], "_delete_elem": [ - 4439 + 4440 ], "_delete_key": [ - 4440 + 4441 ], "_inc": [ - 4441 + 4442 ], "_prepend": [ - 4449 + 4450 ], "_set": [ - 4451 + 4452 ], "where": [ - 4436, + 4437, "player_steam_bot_friend_bool_exp!" ] } ], "update_player_steam_bot_friend_by_pk": [ - 4431, + 4432, { "_append": [ - 4434 + 4435 ], "_delete_at_path": [ - 4438 + 4439 ], "_delete_elem": [ - 4439 + 4440 ], "_delete_key": [ - 4440 + 4441 ], "_inc": [ - 4441 + 4442 ], "_prepend": [ - 4449 + 4450 ], "_set": [ - 4451 + 4452 ], "pk_columns": [ - 4448, + 4449, "player_steam_bot_friend_pk_columns_input!" ] } ], "update_player_steam_bot_friend_many": [ - 4445, + 4446, { "updates": [ - 4459, + 4460, "[player_steam_bot_friend_updates!]!" ] } ], "update_player_steam_match_auth": [ - 4473, + 4474, { "_inc": [ - 4469 + 4470 ], "_set": [ - 4478 + 4479 ], "where": [ - 4467, + 4468, "player_steam_match_auth_bool_exp!" ] } ], "update_player_steam_match_auth_by_pk": [ - 4463, + 4464, { "_inc": [ - 4469 + 4470 ], "_set": [ - 4478 + 4479 ], "pk_columns": [ - 4476, + 4477, "player_steam_match_auth_pk_columns_input!" ] } ], "update_player_steam_match_auth_many": [ - 4473, + 4474, { "updates": [ - 4486, + 4487, "[player_steam_match_auth_updates!]!" ] } ], "update_player_unused_utility": [ - 4507, + 4508, { "_inc": [ - 4501 + 4502 ], "_set": [ - 4512 + 4513 ], "where": [ - 4499, + 4500, "player_unused_utility_bool_exp!" ] } ], "update_player_unused_utility_by_pk": [ - 4490, + 4491, { "_inc": [ - 4501 + 4502 ], "_set": [ - 4512 + 4513 ], "pk_columns": [ - 4510, + 4511, "player_unused_utility_pk_columns_input!" ] } ], "update_player_unused_utility_many": [ - 4507, + 4508, { "updates": [ - 4524, + 4525, "[player_unused_utility_updates!]!" ] } ], "update_player_utility": [ - 4548, + 4549, { "_inc": [ - 4542 + 4543 ], "_set": [ - 4553 + 4554 ], "where": [ - 4540, + 4541, "player_utility_bool_exp!" ] } ], "update_player_utility_by_pk": [ - 4531, + 4532, { "_inc": [ - 4542 + 4543 ], "_set": [ - 4553 + 4554 ], "pk_columns": [ - 4551, + 4552, "player_utility_pk_columns_input!" ] } ], "update_player_utility_many": [ - 4548, + 4549, { "updates": [ - 4565, + 4566, "[player_utility_updates!]!" ] } ], "update_players": [ - 4615, + 4616, { "_inc": [ - 4611 + 4612 ], "_set": [ - 4621 + 4622 ], "where": [ - 4609, + 4610, "players_bool_exp!" ] } ], "update_players_by_pk": [ - 4605, + 4606, { "_inc": [ - 4611 + 4612 ], "_set": [ - 4621 + 4622 ], "pk_columns": [ - 4619, + 4620, "players_pk_columns_input!" ] } ], "update_players_many": [ - 4615, + 4616, { "updates": [ - 4629, + 4630, "[players_updates!]!" ] } ], "update_plugin_versions": [ - 4643, + 4644, { "_inc": [ - 4639 + 4640 ], "_set": [ - 4648 + 4649 ], "where": [ - 4637, + 4638, "plugin_versions_bool_exp!" ] } ], "update_plugin_versions_by_pk": [ - 4633, + 4634, { "_inc": [ - 4639 + 4640 ], "_set": [ - 4648 + 4649 ], "pk_columns": [ - 4646, + 4647, "plugin_versions_pk_columns_input!" ] } ], "update_plugin_versions_many": [ - 4643, + 4644, { "updates": [ - 4656, + 4657, "[plugin_versions_updates!]!" ] } ], "update_push_subscriptions": [ - 4670, + 4671, { "_inc": [ - 4666 + 4667 ], "_set": [ - 4675 + 4676 ], "where": [ - 4664, + 4665, "push_subscriptions_bool_exp!" ] } ], "update_push_subscriptions_by_pk": [ - 4660, + 4661, { "_inc": [ - 4666 + 4667 ], "_set": [ - 4675 + 4676 ], "pk_columns": [ - 4673, + 4674, "push_subscriptions_pk_columns_input!" ] } ], "update_push_subscriptions_many": [ - 4670, + 4671, { "updates": [ - 4683, + 4684, "[push_subscriptions_updates!]!" ] } ], "update_role_permissions": [ - 4698, + 4699, { "_set": [ - 4701 + 4702 ], "where": [ - 4694, + 4695, "role_permissions_bool_exp!" ] } ], "update_role_permissions_many": [ - 4698, + 4699, { "updates": [ - 4704, + 4705, "[role_permissions_updates!]!" ] } ], "update_seasons": [ - 4715, + 4716, { "_inc": [ - 4711 + 4712 ], "_set": [ - 4721 + 4722 ], "where": [ - 4709, + 4710, "seasons_bool_exp!" ] } ], "update_seasons_by_pk": [ - 4705, + 4706, { "_inc": [ - 4711 + 4712 ], "_set": [ - 4721 + 4722 ], "pk_columns": [ - 4719, + 4720, "seasons_pk_columns_input!" ] } ], "update_seasons_many": [ - 4715, + 4716, { "updates": [ - 4729, + 4730, "[seasons_updates!]!" ] } ], "update_server_regions": [ - 4742, + 4743, { "_set": [ - 4748 + 4749 ], "where": [ - 4737, + 4738, "server_regions_bool_exp!" ] } ], "update_server_regions_by_pk": [ - 4733, + 4734, { "_set": [ - 4748 + 4749 ], "pk_columns": [ - 4746, + 4747, "server_regions_pk_columns_input!" ] } ], "update_server_regions_many": [ - 4742, + 4743, { "updates": [ - 4756, + 4757, "[server_regions_updates!]!" ] } ], "update_servers": [ - 4783, + 4784, { "_append": [ - 4768 + 4769 ], "_delete_at_path": [ - 4774 + 4775 ], "_delete_elem": [ - 4775 + 4776 ], "_delete_key": [ - 4776 + 4777 ], "_inc": [ - 4777 + 4778 ], "_prepend": [ - 4788 + 4789 ], "_set": [ - 4792 + 4793 ], "where": [ - 4772, + 4773, "servers_bool_exp!" ] } ], "update_servers_by_pk": [ - 4760, + 4761, { "_append": [ - 4768 + 4769 ], "_delete_at_path": [ - 4774 + 4775 ], "_delete_elem": [ - 4775 + 4776 ], "_delete_key": [ - 4776 + 4777 ], "_inc": [ - 4777 + 4778 ], "_prepend": [ - 4788 + 4789 ], "_set": [ - 4792 + 4793 ], "pk_columns": [ - 4787, + 4788, "servers_pk_columns_input!" ] } ], "update_servers_many": [ - 4783, + 4784, { "updates": [ - 4804, + 4805, "[servers_updates!]!" ] } ], "update_settings": [ - 4819, + 4820, { "_set": [ - 4824 + 4825 ], "where": [ - 4814, + 4815, "settings_bool_exp!" ] } ], "update_settings_by_pk": [ - 4811, + 4812, { "_set": [ - 4824 + 4825 ], "pk_columns": [ - 4822, + 4823, "settings_pk_columns_input!" ] } ], "update_settings_many": [ - 4819, + 4820, { "updates": [ - 4828, + 4829, "[settings_updates!]!" ] } ], "update_steam_account_claims": [ - 4845, + 4846, { "_set": [ - 4850 + 4851 ], "where": [ - 4838, + 4839, "steam_account_claims_bool_exp!" ] } ], "update_steam_account_claims_by_pk": [ - 4831, + 4832, { "_set": [ - 4850 + 4851 ], "pk_columns": [ - 4848, + 4849, "steam_account_claims_pk_columns_input!" ] } ], "update_steam_account_claims_many": [ - 4845, + 4846, { "updates": [ - 4854, + 4855, "[steam_account_claims_updates!]!" ] } ], "update_steam_accounts": [ - 4865, + 4866, { "_inc": [ - 4861 + 4862 ], "_set": [ - 4871 + 4872 ], "where": [ - 4859, + 4860, "steam_accounts_bool_exp!" ] } ], "update_steam_accounts_by_pk": [ - 4855, + 4856, { "_inc": [ - 4861 + 4862 ], "_set": [ - 4871 + 4872 ], "pk_columns": [ - 4869, + 4870, "steam_accounts_pk_columns_input!" ] } ], "update_steam_accounts_many": [ - 4865, + 4866, { "updates": [ - 4879, + 4880, "[steam_accounts_updates!]!" ] } ], "update_system_alerts": [ - 4893, + 4894, { "_inc": [ - 4889 + 4890 ], "_set": [ - 4898 + 4899 ], "where": [ - 4887, + 4888, "system_alerts_bool_exp!" ] } ], "update_system_alerts_by_pk": [ - 4883, + 4884, { "_inc": [ - 4889 + 4890 ], "_set": [ - 4898 + 4899 ], "pk_columns": [ - 4896, + 4897, "system_alerts_pk_columns_input!" ] } ], "update_system_alerts_many": [ - 4893, + 4894, { "updates": [ - 4906, + 4907, "[system_alerts_updates!]!" ] } ], "update_team_invites": [ - 4927, + 4928, { "_inc": [ - 4921 + 4922 ], "_set": [ - 4932 + 4933 ], "where": [ - 4919, + 4920, "team_invites_bool_exp!" ] } ], "update_team_invites_by_pk": [ - 4910, + 4911, { "_inc": [ - 4921 + 4922 ], "_set": [ - 4932 + 4933 ], "pk_columns": [ - 4930, + 4931, "team_invites_pk_columns_input!" ] } ], "update_team_invites_many": [ - 4927, + 4928, { "updates": [ - 4944, + 4945, "[team_invites_updates!]!" ] } ], "update_team_roster": [ - 4970, + 4971, { "_inc": [ - 4964 + 4965 ], "_set": [ - 4977 + 4978 ], "where": [ - 4962, + 4963, "team_roster_bool_exp!" ] } ], "update_team_roster_by_pk": [ - 4951, + 4952, { "_inc": [ - 4964 + 4965 ], "_set": [ - 4977 + 4978 ], "pk_columns": [ - 4973, + 4974, "team_roster_pk_columns_input!" ] } ], "update_team_roster_many": [ - 4970, + 4971, { "updates": [ - 4989, + 4990, "[team_roster_updates!]!" ] } ], "update_team_scrim_alerts": [ - 5006, + 5007, { "_inc": [ - 5002 + 5003 ], "_set": [ - 5011 + 5012 ], "where": [ - 5000, + 5001, "team_scrim_alerts_bool_exp!" ] } ], "update_team_scrim_alerts_by_pk": [ - 4996, + 4997, { "_inc": [ - 5002 + 5003 ], "_set": [ - 5011 + 5012 ], "pk_columns": [ - 5009, + 5010, "team_scrim_alerts_pk_columns_input!" ] } ], "update_team_scrim_alerts_many": [ - 5006, + 5007, { "updates": [ - 5019, + 5020, "[team_scrim_alerts_updates!]!" ] } ], "update_team_scrim_availability": [ - 5039, + 5040, { "_set": [ - 5046 + 5047 ], "where": [ - 5032, + 5033, "team_scrim_availability_bool_exp!" ] } ], "update_team_scrim_availability_by_pk": [ - 5023, + 5024, { "_set": [ - 5046 + 5047 ], "pk_columns": [ - 5042, + 5043, "team_scrim_availability_pk_columns_input!" ] } ], "update_team_scrim_availability_many": [ - 5039, + 5040, { "updates": [ - 5050, + 5051, "[team_scrim_availability_updates!]!" ] } ], "update_team_scrim_request_proposals": [ - 5068, + 5069, { "_inc": [ - 5062 + 5063 ], "_set": [ - 5073 + 5074 ], "where": [ - 5060, + 5061, "team_scrim_request_proposals_bool_exp!" ] } ], "update_team_scrim_request_proposals_by_pk": [ - 5051, + 5052, { "_inc": [ - 5062 + 5063 ], "_set": [ - 5073 + 5074 ], "pk_columns": [ - 5071, + 5072, "team_scrim_request_proposals_pk_columns_input!" ] } ], "update_team_scrim_request_proposals_many": [ - 5068, + 5069, { "updates": [ - 5085, + 5086, "[team_scrim_request_proposals_updates!]!" ] } ], "update_team_scrim_requests": [ - 5111, + 5112, { "_inc": [ - 5105 + 5106 ], "_set": [ - 5119 + 5120 ], "where": [ - 5103, + 5104, "team_scrim_requests_bool_exp!" ] } ], "update_team_scrim_requests_by_pk": [ - 5092, + 5093, { "_inc": [ - 5105 + 5106 ], "_set": [ - 5119 + 5120 ], "pk_columns": [ - 5115, + 5116, "team_scrim_requests_pk_columns_input!" ] } ], "update_team_scrim_requests_many": [ - 5111, + 5112, { "updates": [ - 5131, + 5132, "[team_scrim_requests_updates!]!" ] } ], "update_team_scrim_settings": [ - 5148, + 5149, { "_inc": [ - 5144 + 5145 ], "_set": [ - 5154 + 5155 ], "where": [ - 5142, + 5143, "team_scrim_settings_bool_exp!" ] } ], "update_team_scrim_settings_by_pk": [ - 5138, + 5139, { "_inc": [ - 5144 + 5145 ], "_set": [ - 5154 + 5155 ], "pk_columns": [ - 5152, + 5153, "team_scrim_settings_pk_columns_input!" ] } ], "update_team_scrim_settings_many": [ - 5148, + 5149, { "updates": [ - 5162, + 5163, "[team_scrim_settings_updates!]!" ] } ], "update_team_suggestions": [ - 5176, + 5177, { "_inc": [ - 5172 + 5173 ], "_set": [ - 5181 + 5182 ], "where": [ - 5170, + 5171, "team_suggestions_bool_exp!" ] } ], "update_team_suggestions_by_pk": [ - 5166, + 5167, { "_inc": [ - 5172 + 5173 ], "_set": [ - 5181 + 5182 ], "pk_columns": [ - 5179, + 5180, "team_suggestions_pk_columns_input!" ] } ], "update_team_suggestions_many": [ - 5176, + 5177, { "updates": [ - 5189, + 5190, "[team_suggestions_updates!]!" ] } ], "update_teams": [ - 5212, + 5213, { "_inc": [ - 5206 + 5207 ], "_set": [ - 5220 + 5221 ], "where": [ - 5204, + 5205, "teams_bool_exp!" ] } ], "update_teams_by_pk": [ - 5193, + 5194, { "_inc": [ - 5206 + 5207 ], "_set": [ - 5220 + 5221 ], "pk_columns": [ - 5216, + 5217, "teams_pk_columns_input!" ] } ], "update_teams_many": [ - 5212, + 5213, { "updates": [ - 5232, + 5233, "[teams_updates!]!" ] } ], "update_tournament_awards": [ - 5261, + 5262, { "_inc": [ - 5255 + 5256 ], "_set": [ - 5267 + 5268 ], "where": [ - 5253, + 5254, "tournament_awards_bool_exp!" ] } ], "update_tournament_awards_by_pk": [ - 5244, + 5245, { "_inc": [ - 5255 + 5256 ], "_set": [ - 5267 + 5268 ], "pk_columns": [ - 5265, + 5266, "tournament_awards_pk_columns_input!" ] } ], "update_tournament_awards_many": [ - 5261, + 5262, { "updates": [ - 5279, + 5280, "[tournament_awards_updates!]!" ] } ], "update_tournament_brackets": [ - 5305, + 5306, { "_inc": [ - 5299 + 5300 ], "_set": [ - 5313 + 5314 ], "where": [ - 5297, + 5298, "tournament_brackets_bool_exp!" ] } ], "update_tournament_brackets_by_pk": [ - 5286, + 5287, { "_inc": [ - 5299 + 5300 ], "_set": [ - 5313 + 5314 ], "pk_columns": [ - 5309, + 5310, "tournament_brackets_pk_columns_input!" ] } ], "update_tournament_brackets_many": [ - 5305, + 5306, { "updates": [ - 5325, + 5326, "[tournament_brackets_updates!]!" ] } ], "update_tournament_categories": [ - 5346, + 5347, { "_set": [ - 5351 + 5352 ], "where": [ - 5339, + 5340, "tournament_categories_bool_exp!" ] } ], "update_tournament_categories_by_pk": [ - 5332, + 5333, { "_set": [ - 5351 + 5352 ], "pk_columns": [ - 5349, + 5350, "tournament_categories_pk_columns_input!" ] } ], "update_tournament_categories_many": [ - 5346, + 5347, { "updates": [ - 5355, + 5356, "[tournament_categories_updates!]!" ] } ], "update_tournament_free_agents": [ - 5373, + 5374, { "_inc": [ - 5367 + 5368 ], "_set": [ - 5378 + 5379 ], "where": [ - 5365, + 5366, "tournament_free_agents_bool_exp!" ] } ], "update_tournament_free_agents_by_pk": [ - 5356, + 5357, { "_inc": [ - 5367 + 5368 ], "_set": [ - 5378 + 5379 ], "pk_columns": [ - 5376, + 5377, "tournament_free_agents_pk_columns_input!" ] } ], "update_tournament_free_agents_many": [ - 5373, + 5374, { "updates": [ - 5390, + 5391, "[tournament_free_agents_updates!]!" ] } ], + "update_tournament_invite_code_uses": [ + 5415, + { + "_inc": [ + 5409 + ], + "_set": [ + 5420 + ], + "where": [ + 5407, + "tournament_invite_code_uses_bool_exp!" + ] + } + ], + "update_tournament_invite_code_uses_by_pk": [ + 5398, + { + "_inc": [ + 5409 + ], + "_set": [ + 5420 + ], + "pk_columns": [ + 5418, + "tournament_invite_code_uses_pk_columns_input!" + ] + } + ], + "update_tournament_invite_code_uses_many": [ + 5415, + { + "updates": [ + 5432, + "[tournament_invite_code_uses_updates!]!" + ] + } + ], + "update_tournament_invite_codes": [ + 5449, + { + "_inc": [ + 5445 + ], + "_set": [ + 5455 + ], + "where": [ + 5443, + "tournament_invite_codes_bool_exp!" + ] + } + ], + "update_tournament_invite_codes_by_pk": [ + 5439, + { + "_inc": [ + 5445 + ], + "_set": [ + 5455 + ], + "pk_columns": [ + 5453, + "tournament_invite_codes_pk_columns_input!" + ] + } + ], + "update_tournament_invite_codes_many": [ + 5449, + { + "updates": [ + 5463, + "[tournament_invite_codes_updates!]!" + ] + } + ], "update_tournament_invites": [ - 5407, + 5477, { "_inc": [ - 5403 + 5473 ], "_set": [ - 5412 + 5482 ], "where": [ - 5401, + 5471, "tournament_invites_bool_exp!" ] } ], "update_tournament_invites_by_pk": [ - 5397, + 5467, { "_inc": [ - 5403 + 5473 ], "_set": [ - 5412 + 5482 ], "pk_columns": [ - 5410, + 5480, "tournament_invites_pk_columns_input!" ] } ], "update_tournament_invites_many": [ - 5407, + 5477, { "updates": [ - 5420, + 5490, "[tournament_invites_updates!]!" ] } ], "update_tournament_leaderboard_entries": [ - 5433, + 5503, { "_inc": [ - 5429 + 5499 ], "_set": [ - 5436 + 5506 ], "where": [ - 5428, + 5498, "tournament_leaderboard_entries_bool_exp!" ] } ], "update_tournament_leaderboard_entries_many": [ - 5433, + 5503, { "updates": [ - 5443, + 5513, "[tournament_leaderboard_entries_updates!]!" ] } ], "update_tournament_no_shows": [ - 5457, + 5527, { "_inc": [ - 5453 + 5523 ], "_set": [ - 5462 + 5532 ], "where": [ - 5451, + 5521, "tournament_no_shows_bool_exp!" ] } ], "update_tournament_no_shows_by_pk": [ - 5447, + 5517, { "_inc": [ - 5453 + 5523 ], "_set": [ - 5462 + 5532 ], "pk_columns": [ - 5460, + 5530, "tournament_no_shows_pk_columns_input!" ] } ], "update_tournament_no_shows_many": [ - 5457, + 5527, { "updates": [ - 5470, + 5540, "[tournament_no_shows_updates!]!" ] } ], "update_tournament_organizer_teams": [ - 5488, + 5558, { "_set": [ - 5493 + 5563 ], "where": [ - 5481, + 5551, "tournament_organizer_teams_bool_exp!" ] } ], "update_tournament_organizer_teams_by_pk": [ - 5474, + 5544, { "_set": [ - 5493 + 5563 ], "pk_columns": [ - 5491, + 5561, "tournament_organizer_teams_pk_columns_input!" ] } ], "update_tournament_organizer_teams_many": [ - 5488, + 5558, { "updates": [ - 5497, + 5567, "[tournament_organizer_teams_updates!]!" ] } ], "update_tournament_organizers": [ - 5515, + 5585, { "_inc": [ - 5509 + 5579 ], "_set": [ - 5520 + 5590 ], "where": [ - 5507, + 5577, "tournament_organizers_bool_exp!" ] } ], "update_tournament_organizers_by_pk": [ - 5498, + 5568, { "_inc": [ - 5509 + 5579 ], "_set": [ - 5520 + 5590 ], "pk_columns": [ - 5518, + 5588, "tournament_organizers_pk_columns_input!" ] } ], "update_tournament_organizers_many": [ - 5515, + 5585, { "updates": [ - 5532, + 5602, "[tournament_organizers_updates!]!" ] } ], "update_tournament_prizes": [ - 5556, + 5626, { "_inc": [ - 5550 + 5620 ], "_set": [ - 5561 + 5631 ], "where": [ - 5548, + 5618, "tournament_prizes_bool_exp!" ] } ], "update_tournament_prizes_by_pk": [ - 5539, + 5609, { "_inc": [ - 5550 + 5620 ], "_set": [ - 5561 + 5631 ], "pk_columns": [ - 5559, + 5629, "tournament_prizes_pk_columns_input!" ] } ], "update_tournament_prizes_many": [ - 5556, + 5626, { "updates": [ - 5573, + 5643, "[tournament_prizes_updates!]!" ] } ], "update_tournament_registration_unlocks": [ - 5590, + 5660, { "_inc": [ - 5586 + 5656 ], "_set": [ - 5595 + 5664 ], "where": [ - 5584, + 5654, "tournament_registration_unlocks_bool_exp!" ] } ], - "update_tournament_registration_unlocks_by_pk": [ - 5580, - { - "_inc": [ - 5586 - ], - "_set": [ - 5595 - ], - "pk_columns": [ - 5593, - "tournament_registration_unlocks_pk_columns_input!" - ] - } - ], "update_tournament_registration_unlocks_many": [ - 5590, + 5660, { "updates": [ - 5603, + 5672, "[tournament_registration_unlocks_updates!]!" ] } ], "update_tournament_stage_windows": [ - 5624, + 5693, { "_inc": [ - 5618 + 5687 ], "_set": [ - 5629 + 5698 ], "where": [ - 5616, + 5685, "tournament_stage_windows_bool_exp!" ] } ], "update_tournament_stage_windows_by_pk": [ - 5607, + 5676, { "_inc": [ - 5618 + 5687 ], "_set": [ - 5629 + 5698 ], "pk_columns": [ - 5627, + 5696, "tournament_stage_windows_pk_columns_input!" ] } ], "update_tournament_stage_windows_many": [ - 5624, + 5693, { "updates": [ - 5641, + 5710, "[tournament_stage_windows_updates!]!" ] } ], "update_tournament_stages": [ - 5671, + 5740, { "_append": [ - 5656 + 5725 ], "_delete_at_path": [ - 5662 + 5731 ], "_delete_elem": [ - 5663 + 5732 ], "_delete_key": [ - 5664 + 5733 ], "_inc": [ - 5665 + 5734 ], "_prepend": [ - 5676 + 5745 ], "_set": [ - 5680 + 5749 ], "where": [ - 5660, + 5729, "tournament_stages_bool_exp!" ] } ], "update_tournament_stages_by_pk": [ - 5648, + 5717, { "_append": [ - 5656 + 5725 ], "_delete_at_path": [ - 5662 + 5731 ], "_delete_elem": [ - 5663 + 5732 ], "_delete_key": [ - 5664 + 5733 ], "_inc": [ - 5665 + 5734 ], "_prepend": [ - 5676 + 5745 ], "_set": [ - 5680 + 5749 ], "pk_columns": [ - 5675, + 5744, "tournament_stages_pk_columns_input!" ] } ], "update_tournament_stages_many": [ - 5671, + 5740, { "updates": [ - 5692, + 5761, "[tournament_stages_updates!]!" ] } ], "update_tournament_team_invites": [ - 5716, + 5785, { "_inc": [ - 5710 + 5779 ], "_set": [ - 5721 + 5790 ], "where": [ - 5708, + 5777, "tournament_team_invites_bool_exp!" ] } ], "update_tournament_team_invites_by_pk": [ - 5699, + 5768, { "_inc": [ - 5710 + 5779 ], "_set": [ - 5721 + 5790 ], "pk_columns": [ - 5719, + 5788, "tournament_team_invites_pk_columns_input!" ] } ], "update_tournament_team_invites_many": [ - 5716, + 5785, { "updates": [ - 5733, + 5802, "[tournament_team_invites_updates!]!" ] } ], "update_tournament_team_roster": [ - 5757, + 5826, { "_inc": [ - 5751 + 5820 ], "_set": [ - 5762 + 5831 ], "where": [ - 5749, + 5818, "tournament_team_roster_bool_exp!" ] } ], "update_tournament_team_roster_by_pk": [ - 5740, + 5809, { "_inc": [ - 5751 + 5820 ], "_set": [ - 5762 + 5831 ], "pk_columns": [ - 5760, + 5829, "tournament_team_roster_pk_columns_input!" ] } ], "update_tournament_team_roster_many": [ - 5757, + 5826, { "updates": [ - 5774, + 5843, "[tournament_team_roster_updates!]!" ] } ], "update_tournament_teams": [ - 5800, + 5869, { "_inc": [ - 5794 + 5863 ], "_set": [ - 5808 + 5877 ], "where": [ - 5792, + 5861, "tournament_teams_bool_exp!" ] } ], "update_tournament_teams_by_pk": [ - 5781, + 5850, { "_inc": [ - 5794 + 5863 ], "_set": [ - 5808 + 5877 ], "pk_columns": [ - 5804, + 5873, "tournament_teams_pk_columns_input!" ] } ], "update_tournament_teams_many": [ - 5800, + 5869, { "updates": [ - 5820, + 5889, "[tournament_teams_updates!]!" ] } ], "update_tournaments": [ - 5856, + 5925, { "_inc": [ - 5850 + 5919 ], "_set": [ - 5872 + 5941 ], "where": [ - 5848, + 5917, "tournaments_bool_exp!" ] } ], "update_tournaments_by_pk": [ - 5827, + 5896, { "_inc": [ - 5850 + 5919 ], "_set": [ - 5872 + 5941 ], "pk_columns": [ - 5860, + 5929, "tournaments_pk_columns_input!" ] } ], "update_tournaments_many": [ - 5856, + 5925, { "updates": [ - 5884, + 5953, "[tournaments_updates!]!" ] } ], "update_utility_collection_items": [ - 5908, + 5977, { "_inc": [ - 5902 + 5971 ], "_set": [ - 5913 + 5982 ], "where": [ - 5900, + 5969, "utility_collection_items_bool_exp!" ] } ], "update_utility_collection_items_by_pk": [ - 5891, + 5960, { "_inc": [ - 5902 + 5971 ], "_set": [ - 5913 + 5982 ], "pk_columns": [ - 5911, + 5980, "utility_collection_items_pk_columns_input!" ] } ], "update_utility_collection_items_many": [ - 5908, + 5977, { "updates": [ - 5925, + 5994, "[utility_collection_items_updates!]!" ] } ], "update_utility_collections": [ - 5942, + 6011, { "_inc": [ - 5938 + 6007 ], "_set": [ - 5948 + 6017 ], "where": [ - 5936, + 6005, "utility_collections_bool_exp!" ] } ], "update_utility_collections_by_pk": [ - 5932, + 6001, { "_inc": [ - 5938 + 6007 ], "_set": [ - 5948 + 6017 ], "pk_columns": [ - 5946, + 6015, "utility_collections_pk_columns_input!" ] } ], "update_utility_collections_many": [ - 5942, + 6011, { "updates": [ - 5956, + 6025, "[utility_collections_updates!]!" ] } ], "update_utility_demo_mines": [ - 5970, + 6039, { "_inc": [ - 5966 + 6035 ], "_set": [ - 5975 + 6044 ], "where": [ - 5964, + 6033, "utility_demo_mines_bool_exp!" ] } ], "update_utility_demo_mines_by_pk": [ - 5960, + 6029, { "_inc": [ - 5966 + 6035 ], "_set": [ - 5975 + 6044 ], "pk_columns": [ - 5973, + 6042, "utility_demo_mines_pk_columns_input!" ] } ], "update_utility_demo_mines_many": [ - 5970, + 6039, { "updates": [ - 5983, + 6052, "[utility_demo_mines_updates!]!" ] } ], "update_utility_demo_throws": [ - 5997, + 6066, { "_inc": [ - 5993 + 6062 ], "_set": [ - 6002 + 6071 ], "where": [ - 5991, + 6060, "utility_demo_throws_bool_exp!" ] } ], "update_utility_demo_throws_by_pk": [ - 5987, + 6056, { "_inc": [ - 5993 + 6062 ], "_set": [ - 6002 + 6071 ], "pk_columns": [ - 6000, + 6069, "utility_demo_throws_pk_columns_input!" ] } ], "update_utility_demo_throws_many": [ - 5997, + 6066, { "updates": [ - 6010, + 6079, "[utility_demo_throws_updates!]!" ] } ], "update_utility_drift_results": [ - 6041, + 6110, { "_inc": [ - 6035 + 6104 ], "_set": [ - 6054 + 6123 ], "where": [ - 6033, + 6102, "utility_drift_results_bool_exp!" ] } ], "update_utility_drift_results_by_pk": [ - 6014, + 6083, { "_inc": [ - 6035 + 6104 ], "_set": [ - 6054 + 6123 ], "pk_columns": [ - 6044, + 6113, "utility_drift_results_pk_columns_input!" ] } ], "update_utility_drift_results_many": [ - 6041, + 6110, { "updates": [ - 6066, + 6135, "[utility_drift_results_updates!]!" ] } ], "update_utility_drift_scans": [ - 6083, + 6152, { "_inc": [ - 6079 + 6148 ], "_set": [ - 6089 + 6158 ], "where": [ - 6077, + 6146, "utility_drift_scans_bool_exp!" ] } ], "update_utility_drift_scans_by_pk": [ - 6073, + 6142, { "_inc": [ - 6079 + 6148 ], "_set": [ - 6089 + 6158 ], "pk_columns": [ - 6087, + 6156, "utility_drift_scans_pk_columns_input!" ] } ], "update_utility_drift_scans_many": [ - 6083, + 6152, { "updates": [ - 6097, + 6166, "[utility_drift_scans_updates!]!" ] } ], "update_utility_lineup_favorites": [ - 6118, + 6187, { "_inc": [ - 6112 + 6181 ], "_set": [ - 6123 + 6192 ], "where": [ - 6110, + 6179, "utility_lineup_favorites_bool_exp!" ] } ], "update_utility_lineup_favorites_by_pk": [ - 6101, + 6170, { "_inc": [ - 6112 + 6181 ], "_set": [ - 6123 + 6192 ], "pk_columns": [ - 6121, + 6190, "utility_lineup_favorites_pk_columns_input!" ] } ], "update_utility_lineup_favorites_many": [ - 6118, + 6187, { "updates": [ - 6135, + 6204, "[utility_lineup_favorites_updates!]!" ] } ], "update_utility_lineup_progress": [ - 6169, + 6238, { "_inc": [ - 6163 + 6232 ], "_set": [ - 6182 + 6251 ], "where": [ - 6161, + 6230, "utility_lineup_progress_bool_exp!" ] } ], "update_utility_lineup_progress_by_pk": [ - 6142, + 6211, { "_inc": [ - 6163 + 6232 ], "_set": [ - 6182 + 6251 ], "pk_columns": [ - 6172, + 6241, "utility_lineup_progress_pk_columns_input!" ] } ], "update_utility_lineup_progress_many": [ - 6169, + 6238, { "updates": [ - 6194, + 6263, "[utility_lineup_progress_updates!]!" ] } ], "update_utility_lineup_renders": [ - 6224, + 6293, { "_append": [ - 6209 + 6278 ], "_delete_at_path": [ - 6215 + 6284 ], "_delete_elem": [ - 6216 + 6285 ], "_delete_key": [ - 6217 + 6286 ], "_inc": [ - 6218 + 6287 ], "_prepend": [ - 6228 + 6297 ], "_set": [ - 6232 + 6301 ], "where": [ - 6213, + 6282, "utility_lineup_renders_bool_exp!" ] } ], "update_utility_lineup_renders_by_pk": [ - 6201, + 6270, { "_append": [ - 6209 + 6278 ], "_delete_at_path": [ - 6215 + 6284 ], "_delete_elem": [ - 6216 + 6285 ], "_delete_key": [ - 6217 + 6286 ], "_inc": [ - 6218 + 6287 ], "_prepend": [ - 6228 + 6297 ], "_set": [ - 6232 + 6301 ], "pk_columns": [ - 6227, + 6296, "utility_lineup_renders_pk_columns_input!" ] } ], "update_utility_lineup_renders_many": [ - 6224, + 6293, { "updates": [ - 6244, + 6313, "[utility_lineup_renders_updates!]!" ] } ], "update_utility_lineup_repairs": [ - 6278, + 6347, { "_inc": [ - 6272 + 6341 ], "_set": [ - 6291 + 6360 ], "where": [ - 6270, + 6339, "utility_lineup_repairs_bool_exp!" ] } ], "update_utility_lineup_repairs_by_pk": [ - 6251, + 6320, { "_inc": [ - 6272 + 6341 ], "_set": [ - 6291 + 6360 ], "pk_columns": [ - 6281, + 6350, "utility_lineup_repairs_pk_columns_input!" ] } ], "update_utility_lineup_repairs_many": [ - 6278, + 6347, { "updates": [ - 6303, + 6372, "[utility_lineup_repairs_updates!]!" ] } ], "update_utility_lineup_votes": [ - 6327, + 6396, { "_inc": [ - 6321 + 6390 ], "_set": [ - 6332 + 6401 ], "where": [ - 6319, + 6388, "utility_lineup_votes_bool_exp!" ] } ], "update_utility_lineup_votes_by_pk": [ - 6310, + 6379, { "_inc": [ - 6321 + 6390 ], "_set": [ - 6332 + 6401 ], "pk_columns": [ - 6330, + 6399, "utility_lineup_votes_pk_columns_input!" ] } ], "update_utility_lineup_votes_many": [ - 6327, + 6396, { "updates": [ - 6344, + 6413, "[utility_lineup_votes_updates!]!" ] } ], "update_utility_lineups": [ - 6384, + 6453, { "_append": [ - 6369 + 6438 ], "_delete_at_path": [ - 6375 + 6444 ], "_delete_elem": [ - 6376 + 6445 ], "_delete_key": [ - 6377 + 6446 ], "_inc": [ - 6378 + 6447 ], "_prepend": [ - 6389 + 6458 ], "_set": [ - 6401 + 6470 ], "where": [ - 6373, + 6442, "utility_lineups_bool_exp!" ] } ], "update_utility_lineups_by_pk": [ - 6351, + 6420, { "_append": [ - 6369 + 6438 ], "_delete_at_path": [ - 6375 + 6444 ], "_delete_elem": [ - 6376 + 6445 ], "_delete_key": [ - 6377 + 6446 ], "_inc": [ - 6378 + 6447 ], "_prepend": [ - 6389 + 6458 ], "_set": [ - 6401 + 6470 ], "pk_columns": [ - 6388, + 6457, "utility_lineups_pk_columns_input!" ] } ], "update_utility_lineups_many": [ - 6384, + 6453, { "updates": [ - 6413, + 6482, "[utility_lineups_updates!]!" ] } ], "update_utility_meta_lineups": [ - 6430, + 6499, { "_inc": [ - 6426 + 6495 ], "_set": [ - 6435 + 6504 ], "where": [ - 6424, + 6493, "utility_meta_lineups_bool_exp!" ] } ], "update_utility_meta_lineups_by_pk": [ - 6420, + 6489, { "_inc": [ - 6426 + 6495 ], "_set": [ - 6435 + 6504 ], "pk_columns": [ - 6433, + 6502, "utility_meta_lineups_pk_columns_input!" ] } ], "update_utility_meta_lineups_many": [ - 6430, + 6499, { "updates": [ - 6443, + 6512, "[utility_meta_lineups_updates!]!" ] } ], "update_utility_playbook_steps": [ - 6464, + 6533, { "_inc": [ - 6458 + 6527 ], "_set": [ - 6469 + 6538 ], "where": [ - 6456, + 6525, "utility_playbook_steps_bool_exp!" ] } ], "update_utility_playbook_steps_by_pk": [ - 6447, + 6516, { "_inc": [ - 6458 + 6527 ], "_set": [ - 6469 + 6538 ], "pk_columns": [ - 6467, + 6536, "utility_playbook_steps_pk_columns_input!" ] } ], "update_utility_playbook_steps_many": [ - 6464, + 6533, { "updates": [ - 6481, + 6550, "[utility_playbook_steps_updates!]!" ] } ], "update_utility_playbooks": [ - 6498, + 6567, { "_inc": [ - 6494 + 6563 ], "_set": [ - 6504 + 6573 ], "where": [ - 6492, + 6561, "utility_playbooks_bool_exp!" ] } ], "update_utility_playbooks_by_pk": [ - 6488, + 6557, { "_inc": [ - 6494 + 6563 ], "_set": [ - 6504 + 6573 ], "pk_columns": [ - 6502, + 6571, "utility_playbooks_pk_columns_input!" ] } ], "update_utility_playbooks_many": [ - 6498, + 6567, { "updates": [ - 6512, + 6581, "[utility_playbooks_updates!]!" ] } ], "update_utility_practice_invites": [ - 6533, + 6602, { "_inc": [ - 6527 + 6596 ], "_set": [ - 6538 + 6607 ], "where": [ - 6525, + 6594, "utility_practice_invites_bool_exp!" ] } ], "update_utility_practice_invites_by_pk": [ - 6516, + 6585, { "_inc": [ - 6527 + 6596 ], "_set": [ - 6538 + 6607 ], "pk_columns": [ - 6536, + 6605, "utility_practice_invites_pk_columns_input!" ] } ], "update_utility_practice_invites_many": [ - 6533, + 6602, { "updates": [ - 6550, + 6619, "[utility_practice_invites_updates!]!" ] } ], "update_utility_practice_sessions": [ - 6576, + 6645, { "_inc": [ - 6570 + 6639 ], "_set": [ - 6584 + 6653 ], "where": [ - 6568, + 6637, "utility_practice_sessions_bool_exp!" ] } ], "update_utility_practice_sessions_by_pk": [ - 6557, + 6626, { "_inc": [ - 6570 + 6639 ], "_set": [ - 6584 + 6653 ], "pk_columns": [ - 6580, + 6649, "utility_practice_sessions_pk_columns_input!" ] } ], "update_utility_practice_sessions_many": [ - 6576, + 6645, { "updates": [ - 6596, + 6665, "[utility_practice_sessions_updates!]!" ] } ], "update_v_match_captains": [ - 6768, + 6837, { "_inc": [ - 6764 + 6833 ], "_set": [ - 6772 + 6841 ], "where": [ - 6763, + 6832, "v_match_captains_bool_exp!" ] } ], "update_v_match_captains_many": [ - 6768, + 6837, { "updates": [ - 6779, + 6848, "[v_match_captains_updates!]!" ] } ], "update_v_match_map_backup_rounds": [ - 6879, + 6948, { "_inc": [ - 6875 + 6944 ], "_set": [ - 6882 + 6951 ], "where": [ - 6874, + 6943, "v_match_map_backup_rounds_bool_exp!" ] } ], "update_v_match_map_backup_rounds_many": [ - 6879, + 6948, { "updates": [ - 6889, + 6958, "[v_match_map_backup_rounds_updates!]!" ] } ], "update_v_player_match_map_hltv": [ - 7101, + 7170, { "_inc": [ - 7095 + 7164 ], "_set": [ - 7104 + 7173 ], "where": [ - 7094, + 7163, "v_player_match_map_hltv_bool_exp!" ] } ], "update_v_player_match_map_hltv_many": [ - 7101, + 7170, { "updates": [ - 7115, + 7184, "[v_player_match_map_hltv_updates!]!" ] } ], "update_v_pool_maps": [ - 7278, + 7347, { "_set": [ - 7283 + 7352 ], "where": [ - 7272, + 7341, "v_pool_maps_bool_exp!" ] } ], "update_v_pool_maps_many": [ - 7278, + 7347, { "updates": [ - 7286, + 7355, "[v_pool_maps_updates!]!" ] } ], "update_v_team_stage_results": [ - 7372, + 7441, { "_inc": [ - 7366 + 7435 ], "_set": [ - 7386 + 7455 ], "where": [ - 7364, + 7433, "v_team_stage_results_bool_exp!" ] } ], "update_v_team_stage_results_by_pk": [ - 7345, + 7414, { "_inc": [ - 7366 + 7435 ], "_set": [ - 7386 + 7455 ], "pk_columns": [ - 7376, + 7445, "v_team_stage_results_pk_columns_input!" ] } ], "update_v_team_stage_results_many": [ - 7372, + 7441, { "updates": [ - 7398, + 7467, "[v_team_stage_results_updates!]!" ] } @@ -203263,19 +204703,19 @@ export default { 88, { "game_server_node_id": [ - 6603, + 6672, "uuid!" ] } ], "watchDemo": [ - 151, + 152, { "match_map_demo_id": [ - 6603 + 6672 ], "match_map_id": [ - 6603, + 6672, "uuid!" ] } @@ -203306,10 +204746,10 @@ export default { }, "Subscription": { "_map_pool": [ - 154, + 155, { "distinct_on": [ - 166, + 167, "[_map_pool_select_column!]" ], "limit": [ @@ -203319,19 +204759,19 @@ export default { 41 ], "order_by": [ - 164, + 165, "[_map_pool_order_by!]" ], "where": [ - 157 + 158 ] } ], "_map_pool_aggregate": [ - 155, + 156, { "distinct_on": [ - 166, + 167, "[_map_pool_select_column!]" ], "limit": [ @@ -203341,48 +204781,48 @@ export default { 41 ], "order_by": [ - 164, + 165, "[_map_pool_order_by!]" ], "where": [ - 157 + 158 ] } ], "_map_pool_by_pk": [ - 154, + 155, { "map_id": [ - 6603, + 6672, "uuid!" ], "map_pool_id": [ - 6603, + 6672, "uuid!" ] } ], "_map_pool_stream": [ - 154, + 155, { "batch_size": [ 41, "Int!" ], "cursor": [ - 168, + 169, "[_map_pool_stream_cursor_input]!" ], "where": [ - 157 + 158 ] } ], "abandoned_matches": [ - 173, + 174, { "distinct_on": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "limit": [ @@ -203392,19 +204832,19 @@ export default { 41 ], "order_by": [ - 192, + 193, "[abandoned_matches_order_by!]" ], "where": [ - 182 + 183 ] } ], "abandoned_matches_aggregate": [ - 174, + 175, { "distinct_on": [ - 194, + 195, "[abandoned_matches_select_column!]" ], "limit": [ @@ -203414,44 +204854,44 @@ export default { 41 ], "order_by": [ - 192, + 193, "[abandoned_matches_order_by!]" ], "where": [ - 182 + 183 ] } ], "abandoned_matches_by_pk": [ - 173, + 174, { "id": [ - 6603, + 6672, "uuid!" ] } ], "abandoned_matches_stream": [ - 173, + 174, { "batch_size": [ 41, "Int!" ], "cursor": [ - 202, + 203, "[abandoned_matches_stream_cursor_input]!" ], "where": [ - 182 + 183 ] } ], "api_keys": [ - 214, + 215, { "distinct_on": [ - 228, + 229, "[api_keys_select_column!]" ], "limit": [ @@ -203461,19 +204901,19 @@ export default { 41 ], "order_by": [ - 226, + 227, "[api_keys_order_by!]" ], "where": [ - 218 + 219 ] } ], "api_keys_aggregate": [ - 215, + 216, { "distinct_on": [ - 228, + 229, "[api_keys_select_column!]" ], "limit": [ @@ -203483,44 +204923,44 @@ export default { 41 ], "order_by": [ - 226, + 227, "[api_keys_order_by!]" ], "where": [ - 218 + 219 ] } ], "api_keys_by_pk": [ - 214, + 215, { "id": [ - 6603, + 6672, "uuid!" ] } ], "api_keys_stream": [ - 214, + 215, { "batch_size": [ 41, "Int!" ], "cursor": [ - 233, + 234, "[api_keys_stream_cursor_input]!" ], "where": [ - 218 + 219 ] } ], "award_recipients": [ - 242, + 243, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -203530,19 +204970,19 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "award_recipients_aggregate": [ - 243, + 244, { "distinct_on": [ - 263, + 264, "[award_recipients_select_column!]" ], "limit": [ @@ -203552,44 +204992,44 @@ export default { 41 ], "order_by": [ - 261, + 262, "[award_recipients_order_by!]" ], "where": [ - 251 + 252 ] } ], "award_recipients_by_pk": [ - 242, + 243, { "id": [ - 6603, + 6672, "uuid!" ] } ], "award_recipients_stream": [ - 242, + 243, { "batch_size": [ 41, "Int!" ], "cursor": [ - 271, + 272, "[award_recipients_stream_cursor_input]!" ], "where": [ - 251 + 252 ] } ], "awards": [ - 283, + 284, { "distinct_on": [ - 298, + 299, "[awards_select_column!]" ], "limit": [ @@ -203599,19 +205039,19 @@ export default { 41 ], "order_by": [ - 296, + 297, "[awards_order_by!]" ], "where": [ - 287 + 288 ] } ], "awards_aggregate": [ - 284, + 285, { "distinct_on": [ - 298, + 299, "[awards_select_column!]" ], "limit": [ @@ -203621,44 +205061,44 @@ export default { 41 ], "order_by": [ - 296, + 297, "[awards_order_by!]" ], "where": [ - 287 + 288 ] } ], "awards_by_pk": [ - 283, + 284, { "id": [ - 6603, + 6672, "uuid!" ] } ], "awards_stream": [ - 283, + 284, { "batch_size": [ 41, "Int!" ], "cursor": [ - 303, + 304, "[awards_stream_cursor_input]!" ], "where": [ - 287 + 288 ] } ], "chat_read_state": [ - 316, + 317, { "distinct_on": [ - 330, + 331, "[chat_read_state_select_column!]" ], "limit": [ @@ -203668,19 +205108,19 @@ export default { 41 ], "order_by": [ - 328, + 329, "[chat_read_state_order_by!]" ], "where": [ - 320 + 321 ] } ], "chat_read_state_aggregate": [ - 317, + 318, { "distinct_on": [ - 330, + 331, "[chat_read_state_select_column!]" ], "limit": [ @@ -203690,19 +205130,19 @@ export default { 41 ], "order_by": [ - 328, + 329, "[chat_read_state_order_by!]" ], "where": [ - 320 + 321 ] } ], "chat_read_state_by_pk": [ - 316, + 317, { "steam_id": [ - 311, + 312, "bigint!" ], "thread": [ @@ -203712,26 +205152,26 @@ export default { } ], "chat_read_state_stream": [ - 316, + 317, { "batch_size": [ 41, "Int!" ], "cursor": [ - 335, + 336, "[chat_read_state_stream_cursor_input]!" ], "where": [ - 320 + 321 ] } ], "clip_render_jobs": [ - 343, + 344, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -203741,19 +205181,19 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "clip_render_jobs_aggregate": [ - 344, + 345, { "distinct_on": [ - 371, + 372, "[clip_render_jobs_select_column!]" ], "limit": [ @@ -203763,44 +205203,44 @@ export default { 41 ], "order_by": [ - 368, + 369, "[clip_render_jobs_order_by!]" ], "where": [ - 355 + 356 ] } ], "clip_render_jobs_by_pk": [ - 343, + 344, { "id": [ - 6603, + 6672, "uuid!" ] } ], "clip_render_jobs_stream": [ - 343, + 344, { "batch_size": [ 41, "Int!" ], "cursor": [ - 381, + 382, "[clip_render_jobs_stream_cursor_input]!" ], "where": [ - 355 + 356 ] } ], "custom_pages": [ - 395, + 396, { "distinct_on": [ - 414, + 415, "[custom_pages_select_column!]" ], "limit": [ @@ -203810,19 +205250,19 @@ export default { 41 ], "order_by": [ - 411, + 412, "[custom_pages_order_by!]" ], "where": [ - 400 + 401 ] } ], "custom_pages_aggregate": [ - 396, + 397, { "distinct_on": [ - 414, + 415, "[custom_pages_select_column!]" ], "limit": [ @@ -203832,44 +205272,44 @@ export default { 41 ], "order_by": [ - 411, + 412, "[custom_pages_order_by!]" ], "where": [ - 400 + 401 ] } ], "custom_pages_by_pk": [ - 395, + 396, { "id": [ - 6603, + 6672, "uuid!" ] } ], "custom_pages_stream": [ - 395, + 396, { "batch_size": [ 41, "Int!" ], "cursor": [ - 419, + 420, "[custom_pages_stream_cursor_input]!" ], "where": [ - 400 + 401 ] } ], "db_backups": [ - 427, + 428, { "distinct_on": [ - 441, + 442, "[db_backups_select_column!]" ], "limit": [ @@ -203879,19 +205319,19 @@ export default { 41 ], "order_by": [ - 439, + 440, "[db_backups_order_by!]" ], "where": [ - 431 + 432 ] } ], "db_backups_aggregate": [ - 428, + 429, { "distinct_on": [ - 441, + 442, "[db_backups_select_column!]" ], "limit": [ @@ -203901,44 +205341,44 @@ export default { 41 ], "order_by": [ - 439, + 440, "[db_backups_order_by!]" ], "where": [ - 431 + 432 ] } ], "db_backups_by_pk": [ - 427, + 428, { "id": [ - 6603, + 6672, "uuid!" ] } ], "db_backups_stream": [ - 427, + 428, { "batch_size": [ 41, "Int!" ], "cursor": [ - 446, + 447, "[db_backups_stream_cursor_input]!" ], "where": [ - 431 + 432 ] } ], "direct_conversations": [ - 454, + 455, { "distinct_on": [ - 468, + 469, "[direct_conversations_select_column!]" ], "limit": [ @@ -203948,19 +205388,19 @@ export default { 41 ], "order_by": [ - 466, + 467, "[direct_conversations_order_by!]" ], "where": [ - 458 + 459 ] } ], "direct_conversations_aggregate": [ - 455, + 456, { "distinct_on": [ - 468, + 469, "[direct_conversations_select_column!]" ], "limit": [ @@ -203970,48 +205410,48 @@ export default { 41 ], "order_by": [ - 466, + 467, "[direct_conversations_order_by!]" ], "where": [ - 458 + 459 ] } ], "direct_conversations_by_pk": [ - 454, + 455, { "room_id": [ 85, "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "direct_conversations_stream": [ - 454, + 455, { "batch_size": [ 41, "Int!" ], "cursor": [ - 473, + 474, "[direct_conversations_stream_cursor_input]!" ], "where": [ - 458 + 459 ] } ], "direct_messages": [ - 481, + 482, { "distinct_on": [ - 495, + 496, "[direct_messages_select_column!]" ], "limit": [ @@ -204021,19 +205461,19 @@ export default { 41 ], "order_by": [ - 493, + 494, "[direct_messages_order_by!]" ], "where": [ - 485 + 486 ] } ], "direct_messages_aggregate": [ - 482, + 483, { "distinct_on": [ - 495, + 496, "[direct_messages_select_column!]" ], "limit": [ @@ -204043,44 +205483,44 @@ export default { 41 ], "order_by": [ - 493, + 494, "[direct_messages_order_by!]" ], "where": [ - 485 + 486 ] } ], "direct_messages_by_pk": [ - 481, + 482, { "id": [ - 6603, + 6672, "uuid!" ] } ], "direct_messages_stream": [ - 481, + 482, { "batch_size": [ 41, "Int!" ], "cursor": [ - 500, + 501, "[direct_messages_stream_cursor_input]!" ], "where": [ - 485 + 486 ] } ], "draft_game_picks": [ - 508, + 509, { "distinct_on": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "limit": [ @@ -204090,19 +205530,19 @@ export default { 41 ], "order_by": [ - 529, + 530, "[draft_game_picks_order_by!]" ], "where": [ - 519 + 520 ] } ], "draft_game_picks_aggregate": [ - 509, + 510, { "distinct_on": [ - 531, + 532, "[draft_game_picks_select_column!]" ], "limit": [ @@ -204112,44 +205552,44 @@ export default { 41 ], "order_by": [ - 529, + 530, "[draft_game_picks_order_by!]" ], "where": [ - 519 + 520 ] } ], "draft_game_picks_by_pk": [ - 508, + 509, { "id": [ - 6603, + 6672, "uuid!" ] } ], "draft_game_picks_stream": [ - 508, + 509, { "batch_size": [ 41, "Int!" ], "cursor": [ - 541, + 542, "[draft_game_picks_stream_cursor_input]!" ], "where": [ - 519 + 520 ] } ], "draft_game_players": [ - 553, + 554, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -204159,19 +205599,19 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "draft_game_players_aggregate": [ - 554, + 555, { "distinct_on": [ - 576, + 577, "[draft_game_players_select_column!]" ], "limit": [ @@ -204181,48 +205621,48 @@ export default { 41 ], "order_by": [ - 574, + 575, "[draft_game_players_order_by!]" ], "where": [ - 564 + 565 ] } ], "draft_game_players_by_pk": [ - 553, + 554, { "draft_game_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "draft_game_players_stream": [ - 553, + 554, { "batch_size": [ 41, "Int!" ], "cursor": [ - 586, + 587, "[draft_game_players_stream_cursor_input]!" ], "where": [ - 564 + 565 ] } ], "draft_games": [ - 598, + 599, { "distinct_on": [ - 622, + 623, "[draft_games_select_column!]" ], "limit": [ @@ -204232,19 +205672,19 @@ export default { 41 ], "order_by": [ - 620, + 621, "[draft_games_order_by!]" ], "where": [ - 609 + 610 ] } ], "draft_games_aggregate": [ - 599, + 600, { "distinct_on": [ - 622, + 623, "[draft_games_select_column!]" ], "limit": [ @@ -204254,44 +205694,44 @@ export default { 41 ], "order_by": [ - 620, + 621, "[draft_games_order_by!]" ], "where": [ - 609 + 610 ] } ], "draft_games_by_pk": [ - 598, + 599, { "id": [ - 6603, + 6672, "uuid!" ] } ], "draft_games_stream": [ - 598, + 599, { "batch_size": [ 41, "Int!" ], "cursor": [ - 632, + 633, "[draft_games_stream_cursor_input]!" ], "where": [ - 609 + 610 ] } ], "e_award_sources": [ - 644, + 645, { "distinct_on": [ - 658, + 659, "[e_award_sources_select_column!]" ], "limit": [ @@ -204301,19 +205741,19 @@ export default { 41 ], "order_by": [ - 656, + 657, "[e_award_sources_order_by!]" ], "where": [ - 647 + 648 ] } ], "e_award_sources_aggregate": [ - 645, + 646, { "distinct_on": [ - 658, + 659, "[e_award_sources_select_column!]" ], "limit": [ @@ -204323,16 +205763,16 @@ export default { 41 ], "order_by": [ - 656, + 657, "[e_award_sources_order_by!]" ], "where": [ - 647 + 648 ] } ], "e_award_sources_by_pk": [ - 644, + 645, { "value": [ 85, @@ -204341,26 +205781,26 @@ export default { } ], "e_award_sources_stream": [ - 644, + 645, { "batch_size": [ 41, "Int!" ], "cursor": [ - 660, + 661, "[e_award_sources_stream_cursor_input]!" ], "where": [ - 647 + 648 ] } ], "e_award_tiers": [ - 664, + 665, { "distinct_on": [ - 678, + 679, "[e_award_tiers_select_column!]" ], "limit": [ @@ -204370,19 +205810,19 @@ export default { 41 ], "order_by": [ - 676, + 677, "[e_award_tiers_order_by!]" ], "where": [ - 667 + 668 ] } ], "e_award_tiers_aggregate": [ - 665, + 666, { "distinct_on": [ - 678, + 679, "[e_award_tiers_select_column!]" ], "limit": [ @@ -204392,16 +205832,16 @@ export default { 41 ], "order_by": [ - 676, + 677, "[e_award_tiers_order_by!]" ], "where": [ - 667 + 668 ] } ], "e_award_tiers_by_pk": [ - 664, + 665, { "value": [ 85, @@ -204410,26 +205850,26 @@ export default { } ], "e_award_tiers_stream": [ - 664, + 665, { "batch_size": [ 41, "Int!" ], "cursor": [ - 680, + 681, "[e_award_tiers_stream_cursor_input]!" ], "where": [ - 667 + 668 ] } ], "e_check_in_settings": [ - 684, + 685, { "distinct_on": [ - 698, + 699, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -204439,19 +205879,19 @@ export default { 41 ], "order_by": [ - 696, + 697, "[e_check_in_settings_order_by!]" ], "where": [ - 687 + 688 ] } ], "e_check_in_settings_aggregate": [ - 685, + 686, { "distinct_on": [ - 698, + 699, "[e_check_in_settings_select_column!]" ], "limit": [ @@ -204461,16 +205901,16 @@ export default { 41 ], "order_by": [ - 696, + 697, "[e_check_in_settings_order_by!]" ], "where": [ - 687 + 688 ] } ], "e_check_in_settings_by_pk": [ - 684, + 685, { "value": [ 85, @@ -204479,26 +205919,26 @@ export default { } ], "e_check_in_settings_stream": [ - 684, + 685, { "batch_size": [ 41, "Int!" ], "cursor": [ - 700, + 701, "[e_check_in_settings_stream_cursor_input]!" ], "where": [ - 687 + 688 ] } ], "e_draft_game_captain_selection": [ - 704, + 705, { "distinct_on": [ - 719, + 720, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -204508,19 +205948,19 @@ export default { 41 ], "order_by": [ - 717, + 718, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 707 + 708 ] } ], "e_draft_game_captain_selection_aggregate": [ - 705, + 706, { "distinct_on": [ - 719, + 720, "[e_draft_game_captain_selection_select_column!]" ], "limit": [ @@ -204530,16 +205970,16 @@ export default { 41 ], "order_by": [ - 717, + 718, "[e_draft_game_captain_selection_order_by!]" ], "where": [ - 707 + 708 ] } ], "e_draft_game_captain_selection_by_pk": [ - 704, + 705, { "value": [ 85, @@ -204548,26 +205988,26 @@ export default { } ], "e_draft_game_captain_selection_stream": [ - 704, + 705, { "batch_size": [ 41, "Int!" ], "cursor": [ - 721, + 722, "[e_draft_game_captain_selection_stream_cursor_input]!" ], "where": [ - 707 + 708 ] } ], "e_draft_game_draft_order": [ - 725, + 726, { "distinct_on": [ - 740, + 741, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -204577,19 +206017,19 @@ export default { 41 ], "order_by": [ - 738, + 739, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 728 + 729 ] } ], "e_draft_game_draft_order_aggregate": [ - 726, + 727, { "distinct_on": [ - 740, + 741, "[e_draft_game_draft_order_select_column!]" ], "limit": [ @@ -204599,16 +206039,16 @@ export default { 41 ], "order_by": [ - 738, + 739, "[e_draft_game_draft_order_order_by!]" ], "where": [ - 728 + 729 ] } ], "e_draft_game_draft_order_by_pk": [ - 725, + 726, { "value": [ 85, @@ -204617,26 +206057,26 @@ export default { } ], "e_draft_game_draft_order_stream": [ - 725, + 726, { "batch_size": [ 41, "Int!" ], "cursor": [ - 742, + 743, "[e_draft_game_draft_order_stream_cursor_input]!" ], "where": [ - 728 + 729 ] } ], "e_draft_game_mode": [ - 746, + 747, { "distinct_on": [ - 761, + 762, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -204646,19 +206086,19 @@ export default { 41 ], "order_by": [ - 759, + 760, "[e_draft_game_mode_order_by!]" ], "where": [ - 749 + 750 ] } ], "e_draft_game_mode_aggregate": [ - 747, + 748, { "distinct_on": [ - 761, + 762, "[e_draft_game_mode_select_column!]" ], "limit": [ @@ -204668,16 +206108,16 @@ export default { 41 ], "order_by": [ - 759, + 760, "[e_draft_game_mode_order_by!]" ], "where": [ - 749 + 750 ] } ], "e_draft_game_mode_by_pk": [ - 746, + 747, { "value": [ 85, @@ -204686,26 +206126,26 @@ export default { } ], "e_draft_game_mode_stream": [ - 746, + 747, { "batch_size": [ 41, "Int!" ], "cursor": [ - 763, + 764, "[e_draft_game_mode_stream_cursor_input]!" ], "where": [ - 749 + 750 ] } ], "e_draft_game_player_status": [ - 767, + 768, { "distinct_on": [ - 782, + 783, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -204715,19 +206155,19 @@ export default { 41 ], "order_by": [ - 780, + 781, "[e_draft_game_player_status_order_by!]" ], "where": [ - 770 + 771 ] } ], "e_draft_game_player_status_aggregate": [ - 768, + 769, { "distinct_on": [ - 782, + 783, "[e_draft_game_player_status_select_column!]" ], "limit": [ @@ -204737,16 +206177,16 @@ export default { 41 ], "order_by": [ - 780, + 781, "[e_draft_game_player_status_order_by!]" ], "where": [ - 770 + 771 ] } ], "e_draft_game_player_status_by_pk": [ - 767, + 768, { "value": [ 85, @@ -204755,26 +206195,26 @@ export default { } ], "e_draft_game_player_status_stream": [ - 767, + 768, { "batch_size": [ 41, "Int!" ], "cursor": [ - 784, + 785, "[e_draft_game_player_status_stream_cursor_input]!" ], "where": [ - 770 + 771 ] } ], "e_draft_game_status": [ - 788, + 789, { "distinct_on": [ - 803, + 804, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -204784,19 +206224,19 @@ export default { 41 ], "order_by": [ - 801, + 802, "[e_draft_game_status_order_by!]" ], "where": [ - 791 + 792 ] } ], "e_draft_game_status_aggregate": [ - 789, + 790, { "distinct_on": [ - 803, + 804, "[e_draft_game_status_select_column!]" ], "limit": [ @@ -204806,16 +206246,16 @@ export default { 41 ], "order_by": [ - 801, + 802, "[e_draft_game_status_order_by!]" ], "where": [ - 791 + 792 ] } ], "e_draft_game_status_by_pk": [ - 788, + 789, { "value": [ 85, @@ -204824,26 +206264,26 @@ export default { } ], "e_draft_game_status_stream": [ - 788, + 789, { "batch_size": [ 41, "Int!" ], "cursor": [ - 805, + 806, "[e_draft_game_status_stream_cursor_input]!" ], "where": [ - 791 + 792 ] } ], "e_event_media_access": [ - 809, + 810, { "distinct_on": [ - 823, + 824, "[e_event_media_access_select_column!]" ], "limit": [ @@ -204853,19 +206293,19 @@ export default { 41 ], "order_by": [ - 821, + 822, "[e_event_media_access_order_by!]" ], "where": [ - 812 + 813 ] } ], "e_event_media_access_aggregate": [ - 810, + 811, { "distinct_on": [ - 823, + 824, "[e_event_media_access_select_column!]" ], "limit": [ @@ -204875,16 +206315,16 @@ export default { 41 ], "order_by": [ - 821, + 822, "[e_event_media_access_order_by!]" ], "where": [ - 812 + 813 ] } ], "e_event_media_access_by_pk": [ - 809, + 810, { "value": [ 85, @@ -204893,26 +206333,26 @@ export default { } ], "e_event_media_access_stream": [ - 809, + 810, { "batch_size": [ 41, "Int!" ], "cursor": [ - 825, + 826, "[e_event_media_access_stream_cursor_input]!" ], "where": [ - 812 + 813 ] } ], "e_event_visibility": [ - 829, + 830, { "distinct_on": [ - 843, + 844, "[e_event_visibility_select_column!]" ], "limit": [ @@ -204922,19 +206362,19 @@ export default { 41 ], "order_by": [ - 841, + 842, "[e_event_visibility_order_by!]" ], "where": [ - 832 + 833 ] } ], "e_event_visibility_aggregate": [ - 830, + 831, { "distinct_on": [ - 843, + 844, "[e_event_visibility_select_column!]" ], "limit": [ @@ -204944,16 +206384,16 @@ export default { 41 ], "order_by": [ - 841, + 842, "[e_event_visibility_order_by!]" ], "where": [ - 832 + 833 ] } ], "e_event_visibility_by_pk": [ - 829, + 830, { "value": [ 85, @@ -204962,26 +206402,26 @@ export default { } ], "e_event_visibility_stream": [ - 829, + 830, { "batch_size": [ 41, "Int!" ], "cursor": [ - 845, + 846, "[e_event_visibility_stream_cursor_input]!" ], "where": [ - 832 + 833 ] } ], "e_friend_status": [ - 849, + 850, { "distinct_on": [ - 864, + 865, "[e_friend_status_select_column!]" ], "limit": [ @@ -204991,19 +206431,19 @@ export default { 41 ], "order_by": [ - 862, + 863, "[e_friend_status_order_by!]" ], "where": [ - 852 + 853 ] } ], "e_friend_status_aggregate": [ - 850, + 851, { "distinct_on": [ - 864, + 865, "[e_friend_status_select_column!]" ], "limit": [ @@ -205013,16 +206453,16 @@ export default { 41 ], "order_by": [ - 862, + 863, "[e_friend_status_order_by!]" ], "where": [ - 852 + 853 ] } ], "e_friend_status_by_pk": [ - 849, + 850, { "value": [ 85, @@ -205031,26 +206471,26 @@ export default { } ], "e_friend_status_stream": [ - 849, + 850, { "batch_size": [ 41, "Int!" ], "cursor": [ - 866, + 867, "[e_friend_status_stream_cursor_input]!" ], "where": [ - 852 + 853 ] } ], "e_game_cfg_types": [ - 870, + 871, { "distinct_on": [ - 884, + 885, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -205060,19 +206500,19 @@ export default { 41 ], "order_by": [ - 882, + 883, "[e_game_cfg_types_order_by!]" ], "where": [ - 873 + 874 ] } ], "e_game_cfg_types_aggregate": [ - 871, + 872, { "distinct_on": [ - 884, + 885, "[e_game_cfg_types_select_column!]" ], "limit": [ @@ -205082,16 +206522,16 @@ export default { 41 ], "order_by": [ - 882, + 883, "[e_game_cfg_types_order_by!]" ], "where": [ - 873 + 874 ] } ], "e_game_cfg_types_by_pk": [ - 870, + 871, { "value": [ 85, @@ -205100,26 +206540,26 @@ export default { } ], "e_game_cfg_types_stream": [ - 870, + 871, { "batch_size": [ 41, "Int!" ], "cursor": [ - 886, + 887, "[e_game_cfg_types_stream_cursor_input]!" ], "where": [ - 873 + 874 ] } ], "e_game_plugin_channels": [ - 890, + 891, { "distinct_on": [ - 904, + 905, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -205129,19 +206569,19 @@ export default { 41 ], "order_by": [ - 902, + 903, "[e_game_plugin_channels_order_by!]" ], "where": [ - 893 + 894 ] } ], "e_game_plugin_channels_aggregate": [ - 891, + 892, { "distinct_on": [ - 904, + 905, "[e_game_plugin_channels_select_column!]" ], "limit": [ @@ -205151,16 +206591,16 @@ export default { 41 ], "order_by": [ - 902, + 903, "[e_game_plugin_channels_order_by!]" ], "where": [ - 893 + 894 ] } ], "e_game_plugin_channels_by_pk": [ - 890, + 891, { "value": [ 85, @@ -205169,26 +206609,26 @@ export default { } ], "e_game_plugin_channels_stream": [ - 890, + 891, { "batch_size": [ 41, "Int!" ], "cursor": [ - 906, + 907, "[e_game_plugin_channels_stream_cursor_input]!" ], "where": [ - 893 + 894 ] } ], "e_game_plugin_install_statuses": [ - 910, + 911, { "distinct_on": [ - 924, + 925, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -205198,19 +206638,19 @@ export default { 41 ], "order_by": [ - 922, + 923, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 913 + 914 ] } ], "e_game_plugin_install_statuses_aggregate": [ - 911, + 912, { "distinct_on": [ - 924, + 925, "[e_game_plugin_install_statuses_select_column!]" ], "limit": [ @@ -205220,16 +206660,16 @@ export default { 41 ], "order_by": [ - 922, + 923, "[e_game_plugin_install_statuses_order_by!]" ], "where": [ - 913 + 914 ] } ], "e_game_plugin_install_statuses_by_pk": [ - 910, + 911, { "value": [ 85, @@ -205238,26 +206678,26 @@ export default { } ], "e_game_plugin_install_statuses_stream": [ - 910, + 911, { "batch_size": [ 41, "Int!" ], "cursor": [ - 926, + 927, "[e_game_plugin_install_statuses_stream_cursor_input]!" ], "where": [ - 913 + 914 ] } ], "e_game_plugin_kinds": [ - 930, + 931, { "distinct_on": [ - 944, + 945, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -205267,19 +206707,19 @@ export default { 41 ], "order_by": [ - 942, + 943, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 933 + 934 ] } ], "e_game_plugin_kinds_aggregate": [ - 931, + 932, { "distinct_on": [ - 944, + 945, "[e_game_plugin_kinds_select_column!]" ], "limit": [ @@ -205289,16 +206729,16 @@ export default { 41 ], "order_by": [ - 942, + 943, "[e_game_plugin_kinds_order_by!]" ], "where": [ - 933 + 934 ] } ], "e_game_plugin_kinds_by_pk": [ - 930, + 931, { "value": [ 85, @@ -205307,26 +206747,26 @@ export default { } ], "e_game_plugin_kinds_stream": [ - 930, + 931, { "batch_size": [ 41, "Int!" ], "cursor": [ - 946, + 947, "[e_game_plugin_kinds_stream_cursor_input]!" ], "where": [ - 933 + 934 ] } ], "e_game_server_node_statuses": [ - 950, + 951, { "distinct_on": [ - 965, + 966, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -205336,19 +206776,19 @@ export default { 41 ], "order_by": [ - 963, + 964, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 953 + 954 ] } ], "e_game_server_node_statuses_aggregate": [ - 951, + 952, { "distinct_on": [ - 965, + 966, "[e_game_server_node_statuses_select_column!]" ], "limit": [ @@ -205358,16 +206798,16 @@ export default { 41 ], "order_by": [ - 963, + 964, "[e_game_server_node_statuses_order_by!]" ], "where": [ - 953 + 954 ] } ], "e_game_server_node_statuses_by_pk": [ - 950, + 951, { "value": [ 85, @@ -205376,26 +206816,26 @@ export default { } ], "e_game_server_node_statuses_stream": [ - 950, + 951, { "batch_size": [ 41, "Int!" ], "cursor": [ - 967, + 968, "[e_game_server_node_statuses_stream_cursor_input]!" ], "where": [ - 953 + 954 ] } ], "e_league_movement_types": [ - 971, + 972, { "distinct_on": [ - 986, + 987, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -205405,19 +206845,19 @@ export default { 41 ], "order_by": [ - 984, + 985, "[e_league_movement_types_order_by!]" ], "where": [ - 974 + 975 ] } ], "e_league_movement_types_aggregate": [ - 972, + 973, { "distinct_on": [ - 986, + 987, "[e_league_movement_types_select_column!]" ], "limit": [ @@ -205427,16 +206867,16 @@ export default { 41 ], "order_by": [ - 984, + 985, "[e_league_movement_types_order_by!]" ], "where": [ - 974 + 975 ] } ], "e_league_movement_types_by_pk": [ - 971, + 972, { "value": [ 85, @@ -205445,26 +206885,26 @@ export default { } ], "e_league_movement_types_stream": [ - 971, + 972, { "batch_size": [ 41, "Int!" ], "cursor": [ - 988, + 989, "[e_league_movement_types_stream_cursor_input]!" ], "where": [ - 974 + 975 ] } ], "e_league_proposal_statuses": [ - 992, + 993, { "distinct_on": [ - 1007, + 1008, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -205474,19 +206914,19 @@ export default { 41 ], "order_by": [ - 1005, + 1006, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 995 + 996 ] } ], "e_league_proposal_statuses_aggregate": [ - 993, + 994, { "distinct_on": [ - 1007, + 1008, "[e_league_proposal_statuses_select_column!]" ], "limit": [ @@ -205496,16 +206936,16 @@ export default { 41 ], "order_by": [ - 1005, + 1006, "[e_league_proposal_statuses_order_by!]" ], "where": [ - 995 + 996 ] } ], "e_league_proposal_statuses_by_pk": [ - 992, + 993, { "value": [ 85, @@ -205514,26 +206954,26 @@ export default { } ], "e_league_proposal_statuses_stream": [ - 992, + 993, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1009, + 1010, "[e_league_proposal_statuses_stream_cursor_input]!" ], "where": [ - 995 + 996 ] } ], "e_league_registration_statuses": [ - 1013, + 1014, { "distinct_on": [ - 1028, + 1029, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -205543,19 +206983,19 @@ export default { 41 ], "order_by": [ - 1026, + 1027, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1016 + 1017 ] } ], "e_league_registration_statuses_aggregate": [ - 1014, + 1015, { "distinct_on": [ - 1028, + 1029, "[e_league_registration_statuses_select_column!]" ], "limit": [ @@ -205565,16 +207005,16 @@ export default { 41 ], "order_by": [ - 1026, + 1027, "[e_league_registration_statuses_order_by!]" ], "where": [ - 1016 + 1017 ] } ], "e_league_registration_statuses_by_pk": [ - 1013, + 1014, { "value": [ 85, @@ -205583,26 +207023,26 @@ export default { } ], "e_league_registration_statuses_stream": [ - 1013, + 1014, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1030, + 1031, "[e_league_registration_statuses_stream_cursor_input]!" ], "where": [ - 1016 + 1017 ] } ], "e_league_season_statuses": [ - 1034, + 1035, { "distinct_on": [ - 1049, + 1050, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -205612,19 +207052,19 @@ export default { 41 ], "order_by": [ - 1047, + 1048, "[e_league_season_statuses_order_by!]" ], "where": [ - 1037 + 1038 ] } ], "e_league_season_statuses_aggregate": [ - 1035, + 1036, { "distinct_on": [ - 1049, + 1050, "[e_league_season_statuses_select_column!]" ], "limit": [ @@ -205634,16 +207074,16 @@ export default { 41 ], "order_by": [ - 1047, + 1048, "[e_league_season_statuses_order_by!]" ], "where": [ - 1037 + 1038 ] } ], "e_league_season_statuses_by_pk": [ - 1034, + 1035, { "value": [ 85, @@ -205652,26 +207092,26 @@ export default { } ], "e_league_season_statuses_stream": [ - 1034, + 1035, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1051, + 1052, "[e_league_season_statuses_stream_cursor_input]!" ], "where": [ - 1037 + 1038 ] } ], "e_lobby_access": [ - 1055, + 1056, { "distinct_on": [ - 1070, + 1071, "[e_lobby_access_select_column!]" ], "limit": [ @@ -205681,19 +207121,19 @@ export default { 41 ], "order_by": [ - 1068, + 1069, "[e_lobby_access_order_by!]" ], "where": [ - 1058 + 1059 ] } ], "e_lobby_access_aggregate": [ - 1056, + 1057, { "distinct_on": [ - 1070, + 1071, "[e_lobby_access_select_column!]" ], "limit": [ @@ -205703,16 +207143,16 @@ export default { 41 ], "order_by": [ - 1068, + 1069, "[e_lobby_access_order_by!]" ], "where": [ - 1058 + 1059 ] } ], "e_lobby_access_by_pk": [ - 1055, + 1056, { "value": [ 85, @@ -205721,26 +207161,26 @@ export default { } ], "e_lobby_access_stream": [ - 1055, + 1056, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1072, + 1073, "[e_lobby_access_stream_cursor_input]!" ], "where": [ - 1058 + 1059 ] } ], "e_lobby_player_status": [ - 1076, + 1077, { "distinct_on": [ - 1090, + 1091, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -205750,19 +207190,19 @@ export default { 41 ], "order_by": [ - 1088, + 1089, "[e_lobby_player_status_order_by!]" ], "where": [ - 1079 + 1080 ] } ], "e_lobby_player_status_aggregate": [ - 1077, + 1078, { "distinct_on": [ - 1090, + 1091, "[e_lobby_player_status_select_column!]" ], "limit": [ @@ -205772,16 +207212,16 @@ export default { 41 ], "order_by": [ - 1088, + 1089, "[e_lobby_player_status_order_by!]" ], "where": [ - 1079 + 1080 ] } ], "e_lobby_player_status_by_pk": [ - 1076, + 1077, { "value": [ 85, @@ -205790,26 +207230,26 @@ export default { } ], "e_lobby_player_status_stream": [ - 1076, + 1077, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1092, + 1093, "[e_lobby_player_status_stream_cursor_input]!" ], "where": [ - 1079 + 1080 ] } ], "e_map_pool_types": [ - 1096, + 1097, { "distinct_on": [ - 1111, + 1112, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -205819,19 +207259,19 @@ export default { 41 ], "order_by": [ - 1109, + 1110, "[e_map_pool_types_order_by!]" ], "where": [ - 1099 + 1100 ] } ], "e_map_pool_types_aggregate": [ - 1097, + 1098, { "distinct_on": [ - 1111, + 1112, "[e_map_pool_types_select_column!]" ], "limit": [ @@ -205841,16 +207281,16 @@ export default { 41 ], "order_by": [ - 1109, + 1110, "[e_map_pool_types_order_by!]" ], "where": [ - 1099 + 1100 ] } ], "e_map_pool_types_by_pk": [ - 1096, + 1097, { "value": [ 85, @@ -205859,26 +207299,26 @@ export default { } ], "e_map_pool_types_stream": [ - 1096, + 1097, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1113, + 1114, "[e_map_pool_types_stream_cursor_input]!" ], "where": [ - 1099 + 1100 ] } ], "e_match_clip_visibility": [ - 1117, + 1118, { "distinct_on": [ - 1131, + 1132, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -205888,19 +207328,19 @@ export default { 41 ], "order_by": [ - 1129, + 1130, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1120 + 1121 ] } ], "e_match_clip_visibility_aggregate": [ - 1118, + 1119, { "distinct_on": [ - 1131, + 1132, "[e_match_clip_visibility_select_column!]" ], "limit": [ @@ -205910,16 +207350,16 @@ export default { 41 ], "order_by": [ - 1129, + 1130, "[e_match_clip_visibility_order_by!]" ], "where": [ - 1120 + 1121 ] } ], "e_match_clip_visibility_by_pk": [ - 1117, + 1118, { "value": [ 85, @@ -205928,26 +207368,26 @@ export default { } ], "e_match_clip_visibility_stream": [ - 1117, + 1118, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1133, + 1134, "[e_match_clip_visibility_stream_cursor_input]!" ], "where": [ - 1120 + 1121 ] } ], "e_match_map_status": [ - 1137, + 1138, { "distinct_on": [ - 1152, + 1153, "[e_match_map_status_select_column!]" ], "limit": [ @@ -205957,19 +207397,19 @@ export default { 41 ], "order_by": [ - 1150, + 1151, "[e_match_map_status_order_by!]" ], "where": [ - 1140 + 1141 ] } ], "e_match_map_status_aggregate": [ - 1138, + 1139, { "distinct_on": [ - 1152, + 1153, "[e_match_map_status_select_column!]" ], "limit": [ @@ -205979,16 +207419,16 @@ export default { 41 ], "order_by": [ - 1150, + 1151, "[e_match_map_status_order_by!]" ], "where": [ - 1140 + 1141 ] } ], "e_match_map_status_by_pk": [ - 1137, + 1138, { "value": [ 85, @@ -205997,26 +207437,26 @@ export default { } ], "e_match_map_status_stream": [ - 1137, + 1138, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1154, + 1155, "[e_match_map_status_stream_cursor_input]!" ], "where": [ - 1140 + 1141 ] } ], "e_match_mode": [ - 1158, + 1159, { "distinct_on": [ - 1172, + 1173, "[e_match_mode_select_column!]" ], "limit": [ @@ -206026,19 +207466,19 @@ export default { 41 ], "order_by": [ - 1170, + 1171, "[e_match_mode_order_by!]" ], "where": [ - 1161 + 1162 ] } ], "e_match_mode_aggregate": [ - 1159, + 1160, { "distinct_on": [ - 1172, + 1173, "[e_match_mode_select_column!]" ], "limit": [ @@ -206048,16 +207488,16 @@ export default { 41 ], "order_by": [ - 1170, + 1171, "[e_match_mode_order_by!]" ], "where": [ - 1161 + 1162 ] } ], "e_match_mode_by_pk": [ - 1158, + 1159, { "value": [ 85, @@ -206066,26 +207506,26 @@ export default { } ], "e_match_mode_stream": [ - 1158, + 1159, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1174, + 1175, "[e_match_mode_stream_cursor_input]!" ], "where": [ - 1161 + 1162 ] } ], "e_match_party_sources": [ - 1178, + 1179, { "distinct_on": [ - 1192, + 1193, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -206095,19 +207535,19 @@ export default { 41 ], "order_by": [ - 1190, + 1191, "[e_match_party_sources_order_by!]" ], "where": [ - 1181 + 1182 ] } ], "e_match_party_sources_aggregate": [ - 1179, + 1180, { "distinct_on": [ - 1192, + 1193, "[e_match_party_sources_select_column!]" ], "limit": [ @@ -206117,16 +207557,16 @@ export default { 41 ], "order_by": [ - 1190, + 1191, "[e_match_party_sources_order_by!]" ], "where": [ - 1181 + 1182 ] } ], "e_match_party_sources_by_pk": [ - 1178, + 1179, { "value": [ 85, @@ -206135,26 +207575,26 @@ export default { } ], "e_match_party_sources_stream": [ - 1178, + 1179, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1194, + 1195, "[e_match_party_sources_stream_cursor_input]!" ], "where": [ - 1181 + 1182 ] } ], "e_match_status": [ - 1198, + 1199, { "distinct_on": [ - 1213, + 1214, "[e_match_status_select_column!]" ], "limit": [ @@ -206164,19 +207604,19 @@ export default { 41 ], "order_by": [ - 1211, + 1212, "[e_match_status_order_by!]" ], "where": [ - 1201 + 1202 ] } ], "e_match_status_aggregate": [ - 1199, + 1200, { "distinct_on": [ - 1213, + 1214, "[e_match_status_select_column!]" ], "limit": [ @@ -206186,16 +207626,16 @@ export default { 41 ], "order_by": [ - 1211, + 1212, "[e_match_status_order_by!]" ], "where": [ - 1201 + 1202 ] } ], "e_match_status_by_pk": [ - 1198, + 1199, { "value": [ 85, @@ -206204,26 +207644,26 @@ export default { } ], "e_match_status_stream": [ - 1198, + 1199, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1215, + 1216, "[e_match_status_stream_cursor_input]!" ], "where": [ - 1201 + 1202 ] } ], "e_match_types": [ - 1219, + 1220, { "distinct_on": [ - 1234, + 1235, "[e_match_types_select_column!]" ], "limit": [ @@ -206233,19 +207673,19 @@ export default { 41 ], "order_by": [ - 1232, + 1233, "[e_match_types_order_by!]" ], "where": [ - 1222 + 1223 ] } ], "e_match_types_aggregate": [ - 1220, + 1221, { "distinct_on": [ - 1234, + 1235, "[e_match_types_select_column!]" ], "limit": [ @@ -206255,16 +207695,16 @@ export default { 41 ], "order_by": [ - 1232, + 1233, "[e_match_types_order_by!]" ], "where": [ - 1222 + 1223 ] } ], "e_match_types_by_pk": [ - 1219, + 1220, { "value": [ 85, @@ -206273,26 +207713,26 @@ export default { } ], "e_match_types_stream": [ - 1219, + 1220, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1236, + 1237, "[e_match_types_stream_cursor_input]!" ], "where": [ - 1222 + 1223 ] } ], "e_notification_types": [ - 1240, + 1241, { "distinct_on": [ - 1254, + 1255, "[e_notification_types_select_column!]" ], "limit": [ @@ -206302,19 +207742,19 @@ export default { 41 ], "order_by": [ - 1252, + 1253, "[e_notification_types_order_by!]" ], "where": [ - 1243 + 1244 ] } ], "e_notification_types_aggregate": [ - 1241, + 1242, { "distinct_on": [ - 1254, + 1255, "[e_notification_types_select_column!]" ], "limit": [ @@ -206324,16 +207764,16 @@ export default { 41 ], "order_by": [ - 1252, + 1253, "[e_notification_types_order_by!]" ], "where": [ - 1243 + 1244 ] } ], "e_notification_types_by_pk": [ - 1240, + 1241, { "value": [ 85, @@ -206342,26 +207782,26 @@ export default { } ], "e_notification_types_stream": [ - 1240, + 1241, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1256, + 1257, "[e_notification_types_stream_cursor_input]!" ], "where": [ - 1243 + 1244 ] } ], "e_objective_types": [ - 1260, + 1261, { "distinct_on": [ - 1274, + 1275, "[e_objective_types_select_column!]" ], "limit": [ @@ -206371,19 +207811,19 @@ export default { 41 ], "order_by": [ - 1272, + 1273, "[e_objective_types_order_by!]" ], "where": [ - 1263 + 1264 ] } ], "e_objective_types_aggregate": [ - 1261, + 1262, { "distinct_on": [ - 1274, + 1275, "[e_objective_types_select_column!]" ], "limit": [ @@ -206393,16 +207833,16 @@ export default { 41 ], "order_by": [ - 1272, + 1273, "[e_objective_types_order_by!]" ], "where": [ - 1263 + 1264 ] } ], "e_objective_types_by_pk": [ - 1260, + 1261, { "value": [ 85, @@ -206411,26 +207851,26 @@ export default { } ], "e_objective_types_stream": [ - 1260, + 1261, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1276, + 1277, "[e_objective_types_stream_cursor_input]!" ], "where": [ - 1263 + 1264 ] } ], "e_player_roles": [ - 1280, + 1281, { "distinct_on": [ - 1294, + 1295, "[e_player_roles_select_column!]" ], "limit": [ @@ -206440,19 +207880,19 @@ export default { 41 ], "order_by": [ - 1292, + 1293, "[e_player_roles_order_by!]" ], "where": [ - 1283 + 1284 ] } ], "e_player_roles_aggregate": [ - 1281, + 1282, { "distinct_on": [ - 1294, + 1295, "[e_player_roles_select_column!]" ], "limit": [ @@ -206462,16 +207902,16 @@ export default { 41 ], "order_by": [ - 1292, + 1293, "[e_player_roles_order_by!]" ], "where": [ - 1283 + 1284 ] } ], "e_player_roles_by_pk": [ - 1280, + 1281, { "value": [ 85, @@ -206480,26 +207920,26 @@ export default { } ], "e_player_roles_stream": [ - 1280, + 1281, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1296, + 1297, "[e_player_roles_stream_cursor_input]!" ], "where": [ - 1283 + 1284 ] } ], "e_plugin_runtimes": [ - 1300, + 1301, { "distinct_on": [ - 1314, + 1315, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -206509,19 +207949,19 @@ export default { 41 ], "order_by": [ - 1312, + 1313, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1303 + 1304 ] } ], "e_plugin_runtimes_aggregate": [ - 1301, + 1302, { "distinct_on": [ - 1314, + 1315, "[e_plugin_runtimes_select_column!]" ], "limit": [ @@ -206531,16 +207971,16 @@ export default { 41 ], "order_by": [ - 1312, + 1313, "[e_plugin_runtimes_order_by!]" ], "where": [ - 1303 + 1304 ] } ], "e_plugin_runtimes_by_pk": [ - 1300, + 1301, { "value": [ 85, @@ -206549,26 +207989,26 @@ export default { } ], "e_plugin_runtimes_stream": [ - 1300, + 1301, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1316, + 1317, "[e_plugin_runtimes_stream_cursor_input]!" ], "where": [ - 1303 + 1304 ] } ], "e_ready_settings": [ - 1320, + 1321, { "distinct_on": [ - 1334, + 1335, "[e_ready_settings_select_column!]" ], "limit": [ @@ -206578,19 +208018,19 @@ export default { 41 ], "order_by": [ - 1332, + 1333, "[e_ready_settings_order_by!]" ], "where": [ - 1323 + 1324 ] } ], "e_ready_settings_aggregate": [ - 1321, + 1322, { "distinct_on": [ - 1334, + 1335, "[e_ready_settings_select_column!]" ], "limit": [ @@ -206600,16 +208040,16 @@ export default { 41 ], "order_by": [ - 1332, + 1333, "[e_ready_settings_order_by!]" ], "where": [ - 1323 + 1324 ] } ], "e_ready_settings_by_pk": [ - 1320, + 1321, { "value": [ 85, @@ -206618,26 +208058,26 @@ export default { } ], "e_ready_settings_stream": [ - 1320, + 1321, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1336, + 1337, "[e_ready_settings_stream_cursor_input]!" ], "where": [ - 1323 + 1324 ] } ], "e_sanction_scopes": [ - 1340, + 1341, { "distinct_on": [ - 1353, + 1354, "[e_sanction_scopes_select_column!]" ], "limit": [ @@ -206647,19 +208087,19 @@ export default { 41 ], "order_by": [ - 1351, + 1352, "[e_sanction_scopes_order_by!]" ], "where": [ - 1343 + 1344 ] } ], "e_sanction_scopes_aggregate": [ - 1341, + 1342, { "distinct_on": [ - 1353, + 1354, "[e_sanction_scopes_select_column!]" ], "limit": [ @@ -206669,16 +208109,16 @@ export default { 41 ], "order_by": [ - 1351, + 1352, "[e_sanction_scopes_order_by!]" ], "where": [ - 1343 + 1344 ] } ], "e_sanction_scopes_by_pk": [ - 1340, + 1341, { "value": [ 85, @@ -206687,26 +208127,26 @@ export default { } ], "e_sanction_scopes_stream": [ - 1340, + 1341, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1355, + 1356, "[e_sanction_scopes_stream_cursor_input]!" ], "where": [ - 1343 + 1344 ] } ], "e_sanction_sources": [ - 1359, + 1360, { "distinct_on": [ - 1373, + 1374, "[e_sanction_sources_select_column!]" ], "limit": [ @@ -206716,19 +208156,19 @@ export default { 41 ], "order_by": [ - 1371, + 1372, "[e_sanction_sources_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_sanction_sources_aggregate": [ - 1360, + 1361, { "distinct_on": [ - 1373, + 1374, "[e_sanction_sources_select_column!]" ], "limit": [ @@ -206738,16 +208178,16 @@ export default { 41 ], "order_by": [ - 1371, + 1372, "[e_sanction_sources_order_by!]" ], "where": [ - 1363 + 1364 ] } ], "e_sanction_sources_by_pk": [ - 1359, + 1360, { "value": [ 85, @@ -206756,26 +208196,26 @@ export default { } ], "e_sanction_sources_stream": [ - 1359, + 1360, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1378, + 1379, "[e_sanction_sources_stream_cursor_input]!" ], "where": [ - 1363 + 1364 ] } ], "e_sanction_types": [ - 1386, + 1387, { "distinct_on": [ - 1401, + 1402, "[e_sanction_types_select_column!]" ], "limit": [ @@ -206785,19 +208225,19 @@ export default { 41 ], "order_by": [ - 1399, + 1400, "[e_sanction_types_order_by!]" ], "where": [ - 1389 + 1390 ] } ], "e_sanction_types_aggregate": [ - 1387, + 1388, { "distinct_on": [ - 1401, + 1402, "[e_sanction_types_select_column!]" ], "limit": [ @@ -206807,16 +208247,16 @@ export default { 41 ], "order_by": [ - 1399, + 1400, "[e_sanction_types_order_by!]" ], "where": [ - 1389 + 1390 ] } ], "e_sanction_types_by_pk": [ - 1386, + 1387, { "value": [ 85, @@ -206825,26 +208265,26 @@ export default { } ], "e_sanction_types_stream": [ - 1386, + 1387, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1403, + 1404, "[e_sanction_types_stream_cursor_input]!" ], "where": [ - 1389 + 1390 ] } ], "e_scrim_request_statuses": [ - 1407, + 1408, { "distinct_on": [ - 1421, + 1422, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -206854,19 +208294,19 @@ export default { 41 ], "order_by": [ - 1419, + 1420, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1410 + 1411 ] } ], "e_scrim_request_statuses_aggregate": [ - 1408, + 1409, { "distinct_on": [ - 1421, + 1422, "[e_scrim_request_statuses_select_column!]" ], "limit": [ @@ -206876,16 +208316,16 @@ export default { 41 ], "order_by": [ - 1419, + 1420, "[e_scrim_request_statuses_order_by!]" ], "where": [ - 1410 + 1411 ] } ], "e_scrim_request_statuses_by_pk": [ - 1407, + 1408, { "value": [ 85, @@ -206894,26 +208334,26 @@ export default { } ], "e_scrim_request_statuses_stream": [ - 1407, + 1408, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1423, + 1424, "[e_scrim_request_statuses_stream_cursor_input]!" ], "where": [ - 1410 + 1411 ] } ], "e_server_types": [ - 1427, + 1428, { "distinct_on": [ - 1441, + 1442, "[e_server_types_select_column!]" ], "limit": [ @@ -206923,19 +208363,19 @@ export default { 41 ], "order_by": [ - 1439, + 1440, "[e_server_types_order_by!]" ], "where": [ - 1430 + 1431 ] } ], "e_server_types_aggregate": [ - 1428, + 1429, { "distinct_on": [ - 1441, + 1442, "[e_server_types_select_column!]" ], "limit": [ @@ -206945,16 +208385,16 @@ export default { 41 ], "order_by": [ - 1439, + 1440, "[e_server_types_order_by!]" ], "where": [ - 1430 + 1431 ] } ], "e_server_types_by_pk": [ - 1427, + 1428, { "value": [ 85, @@ -206963,26 +208403,26 @@ export default { } ], "e_server_types_stream": [ - 1427, + 1428, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1443, + 1444, "[e_server_types_stream_cursor_input]!" ], "where": [ - 1430 + 1431 ] } ], "e_sides": [ - 1447, + 1448, { "distinct_on": [ - 1461, + 1462, "[e_sides_select_column!]" ], "limit": [ @@ -206992,19 +208432,19 @@ export default { 41 ], "order_by": [ - 1459, + 1460, "[e_sides_order_by!]" ], "where": [ - 1450 + 1451 ] } ], "e_sides_aggregate": [ - 1448, + 1449, { "distinct_on": [ - 1461, + 1462, "[e_sides_select_column!]" ], "limit": [ @@ -207014,16 +208454,16 @@ export default { 41 ], "order_by": [ - 1459, + 1460, "[e_sides_order_by!]" ], "where": [ - 1450 + 1451 ] } ], "e_sides_by_pk": [ - 1447, + 1448, { "value": [ 85, @@ -207032,26 +208472,26 @@ export default { } ], "e_sides_stream": [ - 1447, + 1448, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1463, + 1464, "[e_sides_stream_cursor_input]!" ], "where": [ - 1450 + 1451 ] } ], "e_system_alert_types": [ - 1467, + 1468, { "distinct_on": [ - 1481, + 1482, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -207061,19 +208501,19 @@ export default { 41 ], "order_by": [ - 1479, + 1480, "[e_system_alert_types_order_by!]" ], "where": [ - 1470 + 1471 ] } ], "e_system_alert_types_aggregate": [ - 1468, + 1469, { "distinct_on": [ - 1481, + 1482, "[e_system_alert_types_select_column!]" ], "limit": [ @@ -207083,16 +208523,16 @@ export default { 41 ], "order_by": [ - 1479, + 1480, "[e_system_alert_types_order_by!]" ], "where": [ - 1470 + 1471 ] } ], "e_system_alert_types_by_pk": [ - 1467, + 1468, { "value": [ 85, @@ -207101,26 +208541,26 @@ export default { } ], "e_system_alert_types_stream": [ - 1467, + 1468, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1483, + 1484, "[e_system_alert_types_stream_cursor_input]!" ], "where": [ - 1470 + 1471 ] } ], "e_team_roles": [ - 1487, + 1488, { "distinct_on": [ - 1502, + 1503, "[e_team_roles_select_column!]" ], "limit": [ @@ -207130,19 +208570,19 @@ export default { 41 ], "order_by": [ - 1500, + 1501, "[e_team_roles_order_by!]" ], "where": [ - 1490 + 1491 ] } ], "e_team_roles_aggregate": [ - 1488, + 1489, { "distinct_on": [ - 1502, + 1503, "[e_team_roles_select_column!]" ], "limit": [ @@ -207152,16 +208592,16 @@ export default { 41 ], "order_by": [ - 1500, + 1501, "[e_team_roles_order_by!]" ], "where": [ - 1490 + 1491 ] } ], "e_team_roles_by_pk": [ - 1487, + 1488, { "value": [ 85, @@ -207170,26 +208610,26 @@ export default { } ], "e_team_roles_stream": [ - 1487, + 1488, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1504, + 1505, "[e_team_roles_stream_cursor_input]!" ], "where": [ - 1490 + 1491 ] } ], "e_team_roster_statuses": [ - 1508, + 1509, { "distinct_on": [ - 1522, + 1523, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -207199,19 +208639,19 @@ export default { 41 ], "order_by": [ - 1520, + 1521, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1511 + 1512 ] } ], "e_team_roster_statuses_aggregate": [ - 1509, + 1510, { "distinct_on": [ - 1522, + 1523, "[e_team_roster_statuses_select_column!]" ], "limit": [ @@ -207221,16 +208661,16 @@ export default { 41 ], "order_by": [ - 1520, + 1521, "[e_team_roster_statuses_order_by!]" ], "where": [ - 1511 + 1512 ] } ], "e_team_roster_statuses_by_pk": [ - 1508, + 1509, { "value": [ 85, @@ -207239,26 +208679,26 @@ export default { } ], "e_team_roster_statuses_stream": [ - 1508, + 1509, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1524, + 1525, "[e_team_roster_statuses_stream_cursor_input]!" ], "where": [ - 1511 + 1512 ] } ], "e_timeout_settings": [ - 1528, + 1529, { "distinct_on": [ - 1542, + 1543, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -207268,19 +208708,19 @@ export default { 41 ], "order_by": [ - 1540, + 1541, "[e_timeout_settings_order_by!]" ], "where": [ - 1531 + 1532 ] } ], "e_timeout_settings_aggregate": [ - 1529, + 1530, { "distinct_on": [ - 1542, + 1543, "[e_timeout_settings_select_column!]" ], "limit": [ @@ -207290,16 +208730,16 @@ export default { 41 ], "order_by": [ - 1540, + 1541, "[e_timeout_settings_order_by!]" ], "where": [ - 1531 + 1532 ] } ], "e_timeout_settings_by_pk": [ - 1528, + 1529, { "value": [ 85, @@ -207308,26 +208748,26 @@ export default { } ], "e_timeout_settings_stream": [ - 1528, + 1529, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1544, + 1545, "[e_timeout_settings_stream_cursor_input]!" ], "where": [ - 1531 + 1532 ] } ], "e_tournament_categories": [ - 1548, + 1549, { "distinct_on": [ - 1563, + 1564, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -207337,19 +208777,19 @@ export default { 41 ], "order_by": [ - 1561, + 1562, "[e_tournament_categories_order_by!]" ], "where": [ - 1551 + 1552 ] } ], "e_tournament_categories_aggregate": [ - 1549, + 1550, { "distinct_on": [ - 1563, + 1564, "[e_tournament_categories_select_column!]" ], "limit": [ @@ -207359,16 +208799,16 @@ export default { 41 ], "order_by": [ - 1561, + 1562, "[e_tournament_categories_order_by!]" ], "where": [ - 1551 + 1552 ] } ], "e_tournament_categories_by_pk": [ - 1548, + 1549, { "value": [ 85, @@ -207377,26 +208817,26 @@ export default { } ], "e_tournament_categories_stream": [ - 1548, + 1549, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1565, + 1566, "[e_tournament_categories_stream_cursor_input]!" ], "where": [ - 1551 + 1552 ] } ], "e_tournament_free_agent_statuses": [ - 1569, + 1570, { "distinct_on": [ - 1584, + 1585, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -207406,19 +208846,19 @@ export default { 41 ], "order_by": [ - 1582, + 1583, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1572 + 1573 ] } ], "e_tournament_free_agent_statuses_aggregate": [ - 1570, + 1571, { "distinct_on": [ - 1584, + 1585, "[e_tournament_free_agent_statuses_select_column!]" ], "limit": [ @@ -207428,16 +208868,16 @@ export default { 41 ], "order_by": [ - 1582, + 1583, "[e_tournament_free_agent_statuses_order_by!]" ], "where": [ - 1572 + 1573 ] } ], "e_tournament_free_agent_statuses_by_pk": [ - 1569, + 1570, { "value": [ 85, @@ -207446,26 +208886,26 @@ export default { } ], "e_tournament_free_agent_statuses_stream": [ - 1569, + 1570, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1586, + 1587, "[e_tournament_free_agent_statuses_stream_cursor_input]!" ], "where": [ - 1572 + 1573 ] } ], "e_tournament_registration_types": [ - 1590, + 1591, { "distinct_on": [ - 1604, + 1605, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -207475,19 +208915,19 @@ export default { 41 ], "order_by": [ - 1602, + 1603, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1593 + 1594 ] } ], "e_tournament_registration_types_aggregate": [ - 1591, + 1592, { "distinct_on": [ - 1604, + 1605, "[e_tournament_registration_types_select_column!]" ], "limit": [ @@ -207497,16 +208937,16 @@ export default { 41 ], "order_by": [ - 1602, + 1603, "[e_tournament_registration_types_order_by!]" ], "where": [ - 1593 + 1594 ] } ], "e_tournament_registration_types_by_pk": [ - 1590, + 1591, { "value": [ 85, @@ -207515,26 +208955,26 @@ export default { } ], "e_tournament_registration_types_stream": [ - 1590, + 1591, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1606, + 1607, "[e_tournament_registration_types_stream_cursor_input]!" ], "where": [ - 1593 + 1594 ] } ], "e_tournament_stage_types": [ - 1610, + 1611, { "distinct_on": [ - 1625, + 1626, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -207544,19 +208984,19 @@ export default { 41 ], "order_by": [ - 1623, + 1624, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1613 + 1614 ] } ], "e_tournament_stage_types_aggregate": [ - 1611, + 1612, { "distinct_on": [ - 1625, + 1626, "[e_tournament_stage_types_select_column!]" ], "limit": [ @@ -207566,16 +209006,16 @@ export default { 41 ], "order_by": [ - 1623, + 1624, "[e_tournament_stage_types_order_by!]" ], "where": [ - 1613 + 1614 ] } ], "e_tournament_stage_types_by_pk": [ - 1610, + 1611, { "value": [ 85, @@ -207584,26 +209024,26 @@ export default { } ], "e_tournament_stage_types_stream": [ - 1610, + 1611, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1627, + 1628, "[e_tournament_stage_types_stream_cursor_input]!" ], "where": [ - 1613 + 1614 ] } ], "e_tournament_status": [ - 1631, + 1632, { "distinct_on": [ - 1646, + 1647, "[e_tournament_status_select_column!]" ], "limit": [ @@ -207613,19 +209053,19 @@ export default { 41 ], "order_by": [ - 1644, + 1645, "[e_tournament_status_order_by!]" ], "where": [ - 1634 + 1635 ] } ], "e_tournament_status_aggregate": [ - 1632, + 1633, { "distinct_on": [ - 1646, + 1647, "[e_tournament_status_select_column!]" ], "limit": [ @@ -207635,16 +209075,16 @@ export default { 41 ], "order_by": [ - 1644, + 1645, "[e_tournament_status_order_by!]" ], "where": [ - 1634 + 1635 ] } ], "e_tournament_status_by_pk": [ - 1631, + 1632, { "value": [ 85, @@ -207653,26 +209093,26 @@ export default { } ], "e_tournament_status_stream": [ - 1631, + 1632, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1648, + 1649, "[e_tournament_status_stream_cursor_input]!" ], "where": [ - 1634 + 1635 ] } ], "e_utility_practice_access": [ - 1652, + 1653, { "distinct_on": [ - 1666, + 1667, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -207682,19 +209122,19 @@ export default { 41 ], "order_by": [ - 1664, + 1665, "[e_utility_practice_access_order_by!]" ], "where": [ - 1655 + 1656 ] } ], "e_utility_practice_access_aggregate": [ - 1653, + 1654, { "distinct_on": [ - 1666, + 1667, "[e_utility_practice_access_select_column!]" ], "limit": [ @@ -207704,16 +209144,16 @@ export default { 41 ], "order_by": [ - 1664, + 1665, "[e_utility_practice_access_order_by!]" ], "where": [ - 1655 + 1656 ] } ], "e_utility_practice_access_by_pk": [ - 1652, + 1653, { "value": [ 85, @@ -207722,26 +209162,26 @@ export default { } ], "e_utility_practice_access_stream": [ - 1652, + 1653, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1668, + 1669, "[e_utility_practice_access_stream_cursor_input]!" ], "where": [ - 1655 + 1656 ] } ], "e_utility_practice_statuses": [ - 1672, + 1673, { "distinct_on": [ - 1687, + 1688, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -207751,19 +209191,19 @@ export default { 41 ], "order_by": [ - 1685, + 1686, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1675 + 1676 ] } ], "e_utility_practice_statuses_aggregate": [ - 1673, + 1674, { "distinct_on": [ - 1687, + 1688, "[e_utility_practice_statuses_select_column!]" ], "limit": [ @@ -207773,16 +209213,16 @@ export default { 41 ], "order_by": [ - 1685, + 1686, "[e_utility_practice_statuses_order_by!]" ], "where": [ - 1675 + 1676 ] } ], "e_utility_practice_statuses_by_pk": [ - 1672, + 1673, { "value": [ 85, @@ -207791,26 +209231,26 @@ export default { } ], "e_utility_practice_statuses_stream": [ - 1672, + 1673, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1689, + 1690, "[e_utility_practice_statuses_stream_cursor_input]!" ], "where": [ - 1675 + 1676 ] } ], "e_utility_sources": [ - 1693, + 1694, { "distinct_on": [ - 1707, + 1708, "[e_utility_sources_select_column!]" ], "limit": [ @@ -207820,19 +209260,19 @@ export default { 41 ], "order_by": [ - 1705, + 1706, "[e_utility_sources_order_by!]" ], "where": [ - 1696 + 1697 ] } ], "e_utility_sources_aggregate": [ - 1694, + 1695, { "distinct_on": [ - 1707, + 1708, "[e_utility_sources_select_column!]" ], "limit": [ @@ -207842,16 +209282,16 @@ export default { 41 ], "order_by": [ - 1705, + 1706, "[e_utility_sources_order_by!]" ], "where": [ - 1696 + 1697 ] } ], "e_utility_sources_by_pk": [ - 1693, + 1694, { "value": [ 85, @@ -207860,26 +209300,26 @@ export default { } ], "e_utility_sources_stream": [ - 1693, + 1694, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1709, + 1710, "[e_utility_sources_stream_cursor_input]!" ], "where": [ - 1696 + 1697 ] } ], "e_utility_techniques": [ - 1713, + 1714, { "distinct_on": [ - 1727, + 1728, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -207889,19 +209329,19 @@ export default { 41 ], "order_by": [ - 1725, + 1726, "[e_utility_techniques_order_by!]" ], "where": [ - 1716 + 1717 ] } ], "e_utility_techniques_aggregate": [ - 1714, + 1715, { "distinct_on": [ - 1727, + 1728, "[e_utility_techniques_select_column!]" ], "limit": [ @@ -207911,16 +209351,16 @@ export default { 41 ], "order_by": [ - 1725, + 1726, "[e_utility_techniques_order_by!]" ], "where": [ - 1716 + 1717 ] } ], "e_utility_techniques_by_pk": [ - 1713, + 1714, { "value": [ 85, @@ -207929,26 +209369,26 @@ export default { } ], "e_utility_techniques_stream": [ - 1713, + 1714, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1729, + 1730, "[e_utility_techniques_stream_cursor_input]!" ], "where": [ - 1716 + 1717 ] } ], "e_utility_throw_strengths": [ - 1733, + 1734, { "distinct_on": [ - 1747, + 1748, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -207958,19 +209398,19 @@ export default { 41 ], "order_by": [ - 1745, + 1746, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1736 + 1737 ] } ], "e_utility_throw_strengths_aggregate": [ - 1734, + 1735, { "distinct_on": [ - 1747, + 1748, "[e_utility_throw_strengths_select_column!]" ], "limit": [ @@ -207980,16 +209420,16 @@ export default { 41 ], "order_by": [ - 1745, + 1746, "[e_utility_throw_strengths_order_by!]" ], "where": [ - 1736 + 1737 ] } ], "e_utility_throw_strengths_by_pk": [ - 1733, + 1734, { "value": [ 85, @@ -207998,26 +209438,26 @@ export default { } ], "e_utility_throw_strengths_stream": [ - 1733, + 1734, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1749, + 1750, "[e_utility_throw_strengths_stream_cursor_input]!" ], "where": [ - 1736 + 1737 ] } ], "e_utility_types": [ - 1753, + 1754, { "distinct_on": [ - 1767, + 1768, "[e_utility_types_select_column!]" ], "limit": [ @@ -208027,19 +209467,19 @@ export default { 41 ], "order_by": [ - 1765, + 1766, "[e_utility_types_order_by!]" ], "where": [ - 1756 + 1757 ] } ], "e_utility_types_aggregate": [ - 1754, + 1755, { "distinct_on": [ - 1767, + 1768, "[e_utility_types_select_column!]" ], "limit": [ @@ -208049,16 +209489,16 @@ export default { 41 ], "order_by": [ - 1765, + 1766, "[e_utility_types_order_by!]" ], "where": [ - 1756 + 1757 ] } ], "e_utility_types_by_pk": [ - 1753, + 1754, { "value": [ 85, @@ -208067,26 +209507,26 @@ export default { } ], "e_utility_types_stream": [ - 1753, + 1754, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1769, + 1770, "[e_utility_types_stream_cursor_input]!" ], "where": [ - 1756 + 1757 ] } ], "e_utility_visibility": [ - 1773, + 1774, { "distinct_on": [ - 1787, + 1788, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -208096,19 +209536,19 @@ export default { 41 ], "order_by": [ - 1785, + 1786, "[e_utility_visibility_order_by!]" ], "where": [ - 1776 + 1777 ] } ], "e_utility_visibility_aggregate": [ - 1774, + 1775, { "distinct_on": [ - 1787, + 1788, "[e_utility_visibility_select_column!]" ], "limit": [ @@ -208118,16 +209558,16 @@ export default { 41 ], "order_by": [ - 1785, + 1786, "[e_utility_visibility_order_by!]" ], "where": [ - 1776 + 1777 ] } ], "e_utility_visibility_by_pk": [ - 1773, + 1774, { "value": [ 85, @@ -208136,26 +209576,26 @@ export default { } ], "e_utility_visibility_stream": [ - 1773, + 1774, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1789, + 1790, "[e_utility_visibility_stream_cursor_input]!" ], "where": [ - 1776 + 1777 ] } ], "e_veto_pick_types": [ - 1793, + 1794, { "distinct_on": [ - 1807, + 1808, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -208165,19 +209605,19 @@ export default { 41 ], "order_by": [ - 1805, + 1806, "[e_veto_pick_types_order_by!]" ], "where": [ - 1796 + 1797 ] } ], "e_veto_pick_types_aggregate": [ - 1794, + 1795, { "distinct_on": [ - 1807, + 1808, "[e_veto_pick_types_select_column!]" ], "limit": [ @@ -208187,16 +209627,16 @@ export default { 41 ], "order_by": [ - 1805, + 1806, "[e_veto_pick_types_order_by!]" ], "where": [ - 1796 + 1797 ] } ], "e_veto_pick_types_by_pk": [ - 1793, + 1794, { "value": [ 85, @@ -208205,26 +209645,26 @@ export default { } ], "e_veto_pick_types_stream": [ - 1793, + 1794, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1809, + 1810, "[e_veto_pick_types_stream_cursor_input]!" ], "where": [ - 1796 + 1797 ] } ], "e_winning_reasons": [ - 1813, + 1814, { "distinct_on": [ - 1827, + 1828, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -208234,19 +209674,19 @@ export default { 41 ], "order_by": [ - 1825, + 1826, "[e_winning_reasons_order_by!]" ], "where": [ - 1816 + 1817 ] } ], "e_winning_reasons_aggregate": [ - 1814, + 1815, { "distinct_on": [ - 1827, + 1828, "[e_winning_reasons_select_column!]" ], "limit": [ @@ -208256,16 +209696,16 @@ export default { 41 ], "order_by": [ - 1825, + 1826, "[e_winning_reasons_order_by!]" ], "where": [ - 1816 + 1817 ] } ], "e_winning_reasons_by_pk": [ - 1813, + 1814, { "value": [ 85, @@ -208274,26 +209714,26 @@ export default { } ], "e_winning_reasons_stream": [ - 1813, + 1814, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1829, + 1830, "[e_winning_reasons_stream_cursor_input]!" ], "where": [ - 1816 + 1817 ] } ], "event_match_links": [ - 1833, + 1834, { "distinct_on": [ - 1845, + 1846, "[event_match_links_select_column!]" ], "limit": [ @@ -208303,19 +209743,19 @@ export default { 41 ], "order_by": [ - 1843, + 1844, "[event_match_links_order_by!]" ], "where": [ - 1836 + 1837 ] } ], "event_match_links_aggregate": [ - 1834, + 1835, { "distinct_on": [ - 1845, + 1846, "[event_match_links_select_column!]" ], "limit": [ @@ -208325,48 +209765,48 @@ export default { 41 ], "order_by": [ - 1843, + 1844, "[event_match_links_order_by!]" ], "where": [ - 1836 + 1837 ] } ], "event_match_links_by_pk": [ - 1833, + 1834, { "event_id": [ - 6603, + 6672, "uuid!" ], "match_id": [ - 6603, + 6672, "uuid!" ] } ], "event_match_links_stream": [ - 1833, + 1834, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1847, + 1848, "[event_match_links_stream_cursor_input]!" ], "where": [ - 1836 + 1837 ] } ], "event_media": [ - 1851, + 1852, { "distinct_on": [ - 1914, + 1915, "[event_media_select_column!]" ], "limit": [ @@ -208376,19 +209816,19 @@ export default { 41 ], "order_by": [ - 1871, + 1872, "[event_media_order_by!]" ], "where": [ - 1860 + 1861 ] } ], "event_media_aggregate": [ - 1852, + 1853, { "distinct_on": [ - 1914, + 1915, "[event_media_select_column!]" ], "limit": [ @@ -208398,28 +209838,28 @@ export default { 41 ], "order_by": [ - 1871, + 1872, "[event_media_order_by!]" ], "where": [ - 1860 + 1861 ] } ], "event_media_by_pk": [ - 1851, + 1852, { "id": [ - 6603, + 6672, "uuid!" ] } ], "event_media_players": [ - 1873, + 1874, { "distinct_on": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "limit": [ @@ -208429,19 +209869,19 @@ export default { 41 ], "order_by": [ - 1892, + 1893, "[event_media_players_order_by!]" ], "where": [ - 1882 + 1883 ] } ], "event_media_players_aggregate": [ - 1874, + 1875, { "distinct_on": [ - 1894, + 1895, "[event_media_players_select_column!]" ], "limit": [ @@ -208451,64 +209891,64 @@ export default { 41 ], "order_by": [ - 1892, + 1893, "[event_media_players_order_by!]" ], "where": [ - 1882 + 1883 ] } ], "event_media_players_by_pk": [ - 1873, + 1874, { "media_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "event_media_players_stream": [ - 1873, + 1874, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1902, + 1903, "[event_media_players_stream_cursor_input]!" ], "where": [ - 1882 + 1883 ] } ], "event_media_stream": [ - 1851, + 1852, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1922, + 1923, "[event_media_stream_cursor_input]!" ], "where": [ - 1860 + 1861 ] } ], "event_organizers": [ - 1934, + 1935, { "distinct_on": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "limit": [ @@ -208518,19 +209958,19 @@ export default { 41 ], "order_by": [ - 1953, + 1954, "[event_organizers_order_by!]" ], "where": [ - 1943 + 1944 ] } ], "event_organizers_aggregate": [ - 1935, + 1936, { "distinct_on": [ - 1955, + 1956, "[event_organizers_select_column!]" ], "limit": [ @@ -208540,48 +209980,48 @@ export default { 41 ], "order_by": [ - 1953, + 1954, "[event_organizers_order_by!]" ], "where": [ - 1943 + 1944 ] } ], "event_organizers_by_pk": [ - 1934, + 1935, { "event_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "event_organizers_stream": [ - 1934, + 1935, { "batch_size": [ 41, "Int!" ], "cursor": [ - 1963, + 1964, "[event_organizers_stream_cursor_input]!" ], "where": [ - 1943 + 1944 ] } ], "event_players": [ - 1975, + 1976, { "distinct_on": [ - 1996, + 1997, "[event_players_select_column!]" ], "limit": [ @@ -208591,19 +210031,19 @@ export default { 41 ], "order_by": [ - 1994, + 1995, "[event_players_order_by!]" ], "where": [ - 1984 + 1985 ] } ], "event_players_aggregate": [ - 1976, + 1977, { "distinct_on": [ - 1996, + 1997, "[event_players_select_column!]" ], "limit": [ @@ -208613,48 +210053,48 @@ export default { 41 ], "order_by": [ - 1994, + 1995, "[event_players_order_by!]" ], "where": [ - 1984 + 1985 ] } ], "event_players_by_pk": [ - 1975, + 1976, { "event_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "event_players_stream": [ - 1975, + 1976, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2004, + 2005, "[event_players_stream_cursor_input]!" ], "where": [ - 1984 + 1985 ] } ], "event_teams": [ - 2016, + 2017, { "distinct_on": [ - 2034, + 2035, "[event_teams_select_column!]" ], "limit": [ @@ -208664,19 +210104,19 @@ export default { 41 ], "order_by": [ - 2032, + 2033, "[event_teams_order_by!]" ], "where": [ - 2023 + 2024 ] } ], "event_teams_aggregate": [ - 2017, + 2018, { "distinct_on": [ - 2034, + 2035, "[event_teams_select_column!]" ], "limit": [ @@ -208686,48 +210126,48 @@ export default { 41 ], "order_by": [ - 2032, + 2033, "[event_teams_order_by!]" ], "where": [ - 2023 + 2024 ] } ], "event_teams_by_pk": [ - 2016, + 2017, { "event_id": [ - 6603, + 6672, "uuid!" ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "event_teams_stream": [ - 2016, + 2017, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2036, + 2037, "[event_teams_stream_cursor_input]!" ], "where": [ - 2023 + 2024 ] } ], "event_tournaments": [ - 2040, + 2041, { "distinct_on": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "limit": [ @@ -208737,19 +210177,19 @@ export default { 41 ], "order_by": [ - 2056, + 2057, "[event_tournaments_order_by!]" ], "where": [ - 2047 + 2048 ] } ], "event_tournaments_aggregate": [ - 2041, + 2042, { "distinct_on": [ - 2058, + 2059, "[event_tournaments_select_column!]" ], "limit": [ @@ -208759,48 +210199,48 @@ export default { 41 ], "order_by": [ - 2056, + 2057, "[event_tournaments_order_by!]" ], "where": [ - 2047 + 2048 ] } ], "event_tournaments_by_pk": [ - 2040, + 2041, { "event_id": [ - 6603, + 6672, "uuid!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "event_tournaments_stream": [ - 2040, + 2041, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2060, + 2061, "[event_tournaments_stream_cursor_input]!" ], "where": [ - 2047 + 2048 ] } ], "events": [ - 2064, + 2065, { "distinct_on": [ - 2079, + 2080, "[events_select_column!]" ], "limit": [ @@ -208810,19 +210250,19 @@ export default { 41 ], "order_by": [ - 2077, + 2078, "[events_order_by!]" ], "where": [ - 2068 + 2069 ] } ], "events_aggregate": [ - 2065, + 2066, { "distinct_on": [ - 2079, + 2080, "[events_select_column!]" ], "limit": [ @@ -208832,44 +210272,44 @@ export default { 41 ], "order_by": [ - 2077, + 2078, "[events_order_by!]" ], "where": [ - 2068 + 2069 ] } ], "events_by_pk": [ - 2064, + 2065, { "id": [ - 6603, + 6672, "uuid!" ] } ], "events_stream": [ - 2064, + 2065, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2084, + 2085, "[events_stream_cursor_input]!" ], "where": [ - 2068 + 2069 ] } ], "friends": [ - 2094, + 2095, { "distinct_on": [ - 2108, + 2109, "[friends_select_column!]" ], "limit": [ @@ -208879,19 +210319,19 @@ export default { 41 ], "order_by": [ - 2106, + 2107, "[friends_order_by!]" ], "where": [ - 2098 + 2099 ] } ], "friends_aggregate": [ - 2095, + 2096, { "distinct_on": [ - 2108, + 2109, "[friends_select_column!]" ], "limit": [ @@ -208901,48 +210341,48 @@ export default { 41 ], "order_by": [ - 2106, + 2107, "[friends_order_by!]" ], "where": [ - 2098 + 2099 ] } ], "friends_by_pk": [ - 2094, + 2095, { "other_player_steam_id": [ - 311, + 312, "bigint!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "friends_stream": [ - 2094, + 2095, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2113, + 2114, "[friends_stream_cursor_input]!" ], "where": [ - 2098 + 2099 ] } ], "game_mode_plugins": [ - 2121, + 2122, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -208952,19 +210392,19 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "game_mode_plugins_aggregate": [ - 2122, + 2123, { "distinct_on": [ - 2149, + 2150, "[game_mode_plugins_select_column!]" ], "limit": [ @@ -208974,19 +210414,19 @@ export default { 41 ], "order_by": [ - 2146, + 2147, "[game_mode_plugins_order_by!]" ], "where": [ - 2133 + 2134 ] } ], "game_mode_plugins_by_pk": [ - 2121, + 2122, { "game_mode_id": [ - 6603, + 6672, "uuid!" ], "plugin_slug": [ @@ -208996,26 +210436,26 @@ export default { } ], "game_mode_plugins_stream": [ - 2121, + 2122, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2159, + 2160, "[game_mode_plugins_stream_cursor_input]!" ], "where": [ - 2133 + 2134 ] } ], "game_modes": [ - 2171, + 2172, { "distinct_on": [ - 2184, + 2185, "[game_modes_select_column!]" ], "limit": [ @@ -209025,19 +210465,19 @@ export default { 41 ], "order_by": [ - 2182, + 2183, "[game_modes_order_by!]" ], "where": [ - 2174 + 2175 ] } ], "game_modes_aggregate": [ - 2172, + 2173, { "distinct_on": [ - 2184, + 2185, "[game_modes_select_column!]" ], "limit": [ @@ -209047,44 +210487,44 @@ export default { 41 ], "order_by": [ - 2182, + 2183, "[game_modes_order_by!]" ], "where": [ - 2174 + 2175 ] } ], "game_modes_by_pk": [ - 2171, + 2172, { "id": [ - 6603, + 6672, "uuid!" ] } ], "game_modes_stream": [ - 2171, + 2172, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2186, + 2187, "[game_modes_stream_cursor_input]!" ], "where": [ - 2174 + 2175 ] } ], "game_plugin_installs": [ - 2190, + 2191, { "distinct_on": [ - 2202, + 2203, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -209094,19 +210534,19 @@ export default { 41 ], "order_by": [ - 2200, + 2201, "[game_plugin_installs_order_by!]" ], "where": [ - 2193 + 2194 ] } ], "game_plugin_installs_aggregate": [ - 2191, + 2192, { "distinct_on": [ - 2202, + 2203, "[game_plugin_installs_select_column!]" ], "limit": [ @@ -209116,16 +210556,16 @@ export default { 41 ], "order_by": [ - 2200, + 2201, "[game_plugin_installs_order_by!]" ], "where": [ - 2193 + 2194 ] } ], "game_plugin_installs_by_pk": [ - 2190, + 2191, { "plugin_slug": [ 85, @@ -209134,26 +210574,26 @@ export default { } ], "game_plugin_installs_stream": [ - 2190, + 2191, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2204, + 2205, "[game_plugin_installs_stream_cursor_input]!" ], "where": [ - 2193 + 2194 ] } ], "game_plugin_versions": [ - 2208, + 2209, { "distinct_on": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -209163,19 +210603,19 @@ export default { 41 ], "order_by": [ - 2229, + 2230, "[game_plugin_versions_order_by!]" ], "where": [ - 2219 + 2220 ] } ], "game_plugin_versions_aggregate": [ - 2209, + 2210, { "distinct_on": [ - 2231, + 2232, "[game_plugin_versions_select_column!]" ], "limit": [ @@ -209185,23 +210625,23 @@ export default { 41 ], "order_by": [ - 2229, + 2230, "[game_plugin_versions_order_by!]" ], "where": [ - 2219 + 2220 ] } ], "game_plugin_versions_by_pk": [ - 2208, + 2209, { "plugin_slug": [ 85, "String!" ], "runtime": [ - 1305, + 1306, "e_plugin_runtimes_enum!" ], "version": [ @@ -209211,26 +210651,26 @@ export default { } ], "game_plugin_versions_stream": [ - 2208, + 2209, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2241, + 2242, "[game_plugin_versions_stream_cursor_input]!" ], "where": [ - 2219 + 2220 ] } ], "game_plugins": [ - 2253, + 2254, { "distinct_on": [ - 2272, + 2273, "[game_plugins_select_column!]" ], "limit": [ @@ -209240,19 +210680,19 @@ export default { 41 ], "order_by": [ - 2269, + 2270, "[game_plugins_order_by!]" ], "where": [ - 2258 + 2259 ] } ], "game_plugins_aggregate": [ - 2254, + 2255, { "distinct_on": [ - 2272, + 2273, "[game_plugins_select_column!]" ], "limit": [ @@ -209262,16 +210702,16 @@ export default { 41 ], "order_by": [ - 2269, + 2270, "[game_plugins_order_by!]" ], "where": [ - 2258 + 2259 ] } ], "game_plugins_by_pk": [ - 2253, + 2254, { "slug": [ 85, @@ -209280,26 +210720,26 @@ export default { } ], "game_plugins_stream": [ - 2253, + 2254, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2277, + 2278, "[game_plugins_stream_cursor_input]!" ], "where": [ - 2258 + 2259 ] } ], "game_server_node_plugins": [ - 2285, + 2286, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -209309,19 +210749,19 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "game_server_node_plugins_aggregate": [ - 2286, + 2287, { "distinct_on": [ - 2305, + 2306, "[game_server_node_plugins_select_column!]" ], "limit": [ @@ -209331,44 +210771,44 @@ export default { 41 ], "order_by": [ - 2303, + 2304, "[game_server_node_plugins_order_by!]" ], "where": [ - 2294 + 2295 ] } ], "game_server_node_plugins_by_pk": [ - 2285, + 2286, { "id": [ - 6603, + 6672, "uuid!" ] } ], "game_server_node_plugins_stream": [ - 2285, + 2286, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2309, + 2310, "[game_server_node_plugins_stream_cursor_input]!" ], "where": [ - 2294 + 2295 ] } ], "game_server_nodes": [ - 2313, + 2314, { "distinct_on": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "limit": [ @@ -209378,19 +210818,19 @@ export default { 41 ], "order_by": [ - 2339, + 2340, "[game_server_nodes_order_by!]" ], "where": [ - 2325 + 2326 ] } ], "game_server_nodes_aggregate": [ - 2314, + 2315, { "distinct_on": [ - 2342, + 2343, "[game_server_nodes_select_column!]" ], "limit": [ @@ -209400,16 +210840,16 @@ export default { 41 ], "order_by": [ - 2339, + 2340, "[game_server_nodes_order_by!]" ], "where": [ - 2325 + 2326 ] } ], "game_server_nodes_by_pk": [ - 2313, + 2314, { "id": [ 85, @@ -209418,26 +210858,26 @@ export default { } ], "game_server_nodes_stream": [ - 2313, + 2314, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2352, + 2353, "[game_server_nodes_stream_cursor_input]!" ], "where": [ - 2325 + 2326 ] } ], "game_versions": [ - 2364, + 2365, { "distinct_on": [ - 2384, + 2385, "[game_versions_select_column!]" ], "limit": [ @@ -209447,19 +210887,19 @@ export default { 41 ], "order_by": [ - 2381, + 2382, "[game_versions_order_by!]" ], "where": [ - 2369 + 2370 ] } ], "game_versions_aggregate": [ - 2365, + 2366, { "distinct_on": [ - 2384, + 2385, "[game_versions_select_column!]" ], "limit": [ @@ -209469,16 +210909,16 @@ export default { 41 ], "order_by": [ - 2381, + 2382, "[game_versions_order_by!]" ], "where": [ - 2369 + 2370 ] } ], "game_versions_by_pk": [ - 2364, + 2365, { "build_id": [ 41, @@ -209487,26 +210927,26 @@ export default { } ], "game_versions_stream": [ - 2364, + 2365, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2389, + 2390, "[game_versions_stream_cursor_input]!" ], "where": [ - 2369 + 2370 ] } ], "gamedata_signature_validations": [ - 2397, + 2398, { "distinct_on": [ - 2416, + 2417, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -209516,19 +210956,19 @@ export default { 41 ], "order_by": [ - 2413, + 2414, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2402 + 2403 ] } ], "gamedata_signature_validations_aggregate": [ - 2398, + 2399, { "distinct_on": [ - 2416, + 2417, "[gamedata_signature_validations_select_column!]" ], "limit": [ @@ -209538,48 +210978,48 @@ export default { 41 ], "order_by": [ - 2413, + 2414, "[gamedata_signature_validations_order_by!]" ], "where": [ - 2402 + 2403 ] } ], "gamedata_signature_validations_by_pk": [ - 2397, + 2398, { "id": [ - 6603, + 6672, "uuid!" ] } ], "gamedata_signature_validations_stream": [ - 2397, + 2398, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2421, + 2422, "[gamedata_signature_validations_stream_cursor_input]!" ], "where": [ - 2402 + 2403 ] } ], "get_event_leaderboard": [ - 2441, + 2442, { "args": [ - 2429, + 2430, "get_event_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209589,23 +211029,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_event_leaderboard_aggregate": [ - 2442, + 2443, { "args": [ - 2429, + 2430, "get_event_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209615,23 +211055,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_leaderboard": [ - 2441, + 2442, { "args": [ - 2430, + 2431, "get_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209641,23 +211081,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_leaderboard_aggregate": [ - 2442, + 2443, { "args": [ - 2430, + 2431, "get_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209667,23 +211107,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_league_season_leaderboard": [ - 2441, + 2442, { "args": [ - 2431, + 2432, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209693,23 +211133,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_league_season_leaderboard_aggregate": [ - 2442, + 2443, { "args": [ - 2431, + 2432, "get_league_season_leaderboard_args!" ], "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209719,23 +211159,23 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "get_player_leaderboard_rank": [ - 4088, + 4089, { "args": [ - 2432, + 2433, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -209745,23 +211185,23 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "get_player_leaderboard_rank_aggregate": [ - 4089, + 4090, { "args": [ - 2432, + 2433, "get_player_leaderboard_rank_args!" ], "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -209771,23 +211211,23 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "get_tournament_leaderboard": [ - 5424, + 5494, { "args": [ - 2433, + 2434, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -209797,23 +211237,23 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "get_tournament_leaderboard_aggregate": [ - 5425, + 5495, { "args": [ - 2433, + 2434, "get_tournament_leaderboard_args!" ], "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -209823,19 +211263,19 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "leaderboard_entries": [ - 2441, + 2442, { "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209845,19 +211285,19 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "leaderboard_entries_aggregate": [ - 2442, + 2443, { "distinct_on": [ - 2452, + 2453, "[leaderboard_entries_select_column!]" ], "limit": [ @@ -209867,35 +211307,35 @@ export default { 41 ], "order_by": [ - 2451, + 2452, "[leaderboard_entries_order_by!]" ], "where": [ - 2445 + 2446 ] } ], "leaderboard_entries_stream": [ - 2441, + 2442, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2457, + 2458, "[leaderboard_entries_stream_cursor_input]!" ], "where": [ - 2445 + 2446 ] } ], "league_divisions": [ - 2465, + 2466, { "distinct_on": [ - 2480, + 2481, "[league_divisions_select_column!]" ], "limit": [ @@ -209905,19 +211345,19 @@ export default { 41 ], "order_by": [ - 2478, + 2479, "[league_divisions_order_by!]" ], "where": [ - 2469 + 2470 ] } ], "league_divisions_aggregate": [ - 2466, + 2467, { "distinct_on": [ - 2480, + 2481, "[league_divisions_select_column!]" ], "limit": [ @@ -209927,44 +211367,44 @@ export default { 41 ], "order_by": [ - 2478, + 2479, "[league_divisions_order_by!]" ], "where": [ - 2469 + 2470 ] } ], "league_divisions_by_pk": [ - 2465, + 2466, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_divisions_stream": [ - 2465, + 2466, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2485, + 2486, "[league_divisions_stream_cursor_input]!" ], "where": [ - 2469 + 2470 ] } ], "league_match_weeks": [ - 2493, + 2494, { "distinct_on": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "limit": [ @@ -209974,19 +211414,19 @@ export default { 41 ], "order_by": [ - 2512, + 2513, "[league_match_weeks_order_by!]" ], "where": [ - 2502 + 2503 ] } ], "league_match_weeks_aggregate": [ - 2494, + 2495, { "distinct_on": [ - 2514, + 2515, "[league_match_weeks_select_column!]" ], "limit": [ @@ -209996,44 +211436,44 @@ export default { 41 ], "order_by": [ - 2512, + 2513, "[league_match_weeks_order_by!]" ], "where": [ - 2502 + 2503 ] } ], "league_match_weeks_by_pk": [ - 2493, + 2494, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_match_weeks_stream": [ - 2493, + 2494, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2522, + 2523, "[league_match_weeks_stream_cursor_input]!" ], "where": [ - 2502 + 2503 ] } ], "league_relegation_playoffs": [ - 2534, + 2535, { "distinct_on": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -210043,19 +211483,19 @@ export default { 41 ], "order_by": [ - 2553, + 2554, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2543 + 2544 ] } ], "league_relegation_playoffs_aggregate": [ - 2535, + 2536, { "distinct_on": [ - 2555, + 2556, "[league_relegation_playoffs_select_column!]" ], "limit": [ @@ -210065,44 +211505,44 @@ export default { 41 ], "order_by": [ - 2553, + 2554, "[league_relegation_playoffs_order_by!]" ], "where": [ - 2543 + 2544 ] } ], "league_relegation_playoffs_by_pk": [ - 2534, + 2535, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_relegation_playoffs_stream": [ - 2534, + 2535, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2563, + 2564, "[league_relegation_playoffs_stream_cursor_input]!" ], "where": [ - 2543 + 2544 ] } ], "league_scheduling_proposals": [ - 2575, + 2576, { "distinct_on": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -210112,19 +211552,19 @@ export default { 41 ], "order_by": [ - 2594, + 2595, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2584 + 2585 ] } ], "league_scheduling_proposals_aggregate": [ - 2576, + 2577, { "distinct_on": [ - 2596, + 2597, "[league_scheduling_proposals_select_column!]" ], "limit": [ @@ -210134,44 +211574,44 @@ export default { 41 ], "order_by": [ - 2594, + 2595, "[league_scheduling_proposals_order_by!]" ], "where": [ - 2584 + 2585 ] } ], "league_scheduling_proposals_by_pk": [ - 2575, + 2576, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_scheduling_proposals_stream": [ - 2575, + 2576, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2604, + 2605, "[league_scheduling_proposals_stream_cursor_input]!" ], "where": [ - 2584 + 2585 ] } ], "league_season_divisions": [ - 2616, + 2617, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -210181,19 +211621,19 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "league_season_divisions_aggregate": [ - 2617, + 2618, { "distinct_on": [ - 2635, + 2636, "[league_season_divisions_select_column!]" ], "limit": [ @@ -210203,44 +211643,44 @@ export default { 41 ], "order_by": [ - 2633, + 2634, "[league_season_divisions_order_by!]" ], "where": [ - 2623 + 2624 ] } ], "league_season_divisions_by_pk": [ - 2616, + 2617, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_season_divisions_stream": [ - 2616, + 2617, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2637, + 2638, "[league_season_divisions_stream_cursor_input]!" ], "where": [ - 2623 + 2624 ] } ], "league_seasons": [ - 2641, + 2642, { "distinct_on": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "limit": [ @@ -210250,19 +211690,19 @@ export default { 41 ], "order_by": [ - 2658, + 2659, "[league_seasons_order_by!]" ], "where": [ - 2646 + 2647 ] } ], "league_seasons_aggregate": [ - 2642, + 2643, { "distinct_on": [ - 2661, + 2662, "[league_seasons_select_column!]" ], "limit": [ @@ -210272,44 +211712,44 @@ export default { 41 ], "order_by": [ - 2658, + 2659, "[league_seasons_order_by!]" ], "where": [ - 2646 + 2647 ] } ], "league_seasons_by_pk": [ - 2641, + 2642, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_seasons_stream": [ - 2641, + 2642, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2666, + 2667, "[league_seasons_stream_cursor_input]!" ], "where": [ - 2646 + 2647 ] } ], "league_team_movements": [ - 2674, + 2675, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -210319,19 +211759,19 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "league_team_movements_aggregate": [ - 2675, + 2676, { "distinct_on": [ - 2695, + 2696, "[league_team_movements_select_column!]" ], "limit": [ @@ -210341,44 +211781,44 @@ export default { 41 ], "order_by": [ - 2693, + 2694, "[league_team_movements_order_by!]" ], "where": [ - 2683 + 2684 ] } ], "league_team_movements_by_pk": [ - 2674, + 2675, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_team_movements_stream": [ - 2674, + 2675, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2703, + 2704, "[league_team_movements_stream_cursor_input]!" ], "where": [ - 2683 + 2684 ] } ], "league_team_rosters": [ - 2715, + 2716, { "distinct_on": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "limit": [ @@ -210388,19 +211828,19 @@ export default { 41 ], "order_by": [ - 2734, + 2735, "[league_team_rosters_order_by!]" ], "where": [ - 2724 + 2725 ] } ], "league_team_rosters_aggregate": [ - 2716, + 2717, { "distinct_on": [ - 2736, + 2737, "[league_team_rosters_select_column!]" ], "limit": [ @@ -210410,48 +211850,48 @@ export default { 41 ], "order_by": [ - 2734, + 2735, "[league_team_rosters_order_by!]" ], "where": [ - 2724 + 2725 ] } ], "league_team_rosters_by_pk": [ - 2715, + 2716, { "league_team_season_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "league_team_rosters_stream": [ - 2715, + 2716, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2744, + 2745, "[league_team_rosters_stream_cursor_input]!" ], "where": [ - 2724 + 2725 ] } ], "league_team_seasons": [ - 2756, + 2757, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -210461,19 +211901,19 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "league_team_seasons_aggregate": [ - 2757, + 2758, { "distinct_on": [ - 2778, + 2779, "[league_team_seasons_select_column!]" ], "limit": [ @@ -210483,44 +211923,44 @@ export default { 41 ], "order_by": [ - 2776, + 2777, "[league_team_seasons_order_by!]" ], "where": [ - 2765 + 2766 ] } ], "league_team_seasons_by_pk": [ - 2756, + 2757, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_team_seasons_stream": [ - 2756, + 2757, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2786, + 2787, "[league_team_seasons_stream_cursor_input]!" ], "where": [ - 2765 + 2766 ] } ], "league_teams": [ - 2798, + 2799, { "distinct_on": [ - 2811, + 2812, "[league_teams_select_column!]" ], "limit": [ @@ -210530,19 +211970,19 @@ export default { 41 ], "order_by": [ - 2809, + 2810, "[league_teams_order_by!]" ], "where": [ - 2801 + 2802 ] } ], "league_teams_aggregate": [ - 2799, + 2800, { "distinct_on": [ - 2811, + 2812, "[league_teams_select_column!]" ], "limit": [ @@ -210552,44 +211992,44 @@ export default { 41 ], "order_by": [ - 2809, + 2810, "[league_teams_order_by!]" ], "where": [ - 2801 + 2802 ] } ], "league_teams_by_pk": [ - 2798, + 2799, { "id": [ - 6603, + 6672, "uuid!" ] } ], "league_teams_stream": [ - 2798, + 2799, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2813, + 2814, "[league_teams_stream_cursor_input]!" ], "where": [ - 2801 + 2802 ] } ], "lobbies": [ - 2817, + 2818, { "distinct_on": [ - 2830, + 2831, "[lobbies_select_column!]" ], "limit": [ @@ -210599,19 +212039,19 @@ export default { 41 ], "order_by": [ - 2828, + 2829, "[lobbies_order_by!]" ], "where": [ - 2820 + 2821 ] } ], "lobbies_aggregate": [ - 2818, + 2819, { "distinct_on": [ - 2830, + 2831, "[lobbies_select_column!]" ], "limit": [ @@ -210621,44 +212061,44 @@ export default { 41 ], "order_by": [ - 2828, + 2829, "[lobbies_order_by!]" ], "where": [ - 2820 + 2821 ] } ], "lobbies_by_pk": [ - 2817, + 2818, { "id": [ - 6603, + 6672, "uuid!" ] } ], "lobbies_stream": [ - 2817, + 2818, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2832, + 2833, "[lobbies_stream_cursor_input]!" ], "where": [ - 2820 + 2821 ] } ], "lobby_players": [ - 2836, + 2837, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -210668,19 +212108,19 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], "lobby_players_aggregate": [ - 2837, + 2838, { "distinct_on": [ - 2859, + 2860, "[lobby_players_select_column!]" ], "limit": [ @@ -210690,48 +212130,48 @@ export default { 41 ], "order_by": [ - 2857, + 2858, "[lobby_players_order_by!]" ], "where": [ - 2847 + 2848 ] } ], "lobby_players_by_pk": [ - 2836, + 2837, { "lobby_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "lobby_players_stream": [ - 2836, + 2837, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2869, + 2870, "[lobby_players_stream_cursor_input]!" ], "where": [ - 2847 + 2848 ] } ], "map_callouts": [ - 2881, + 2882, { "distinct_on": [ - 2898, + 2899, "[map_callouts_select_column!]" ], "limit": [ @@ -210741,19 +212181,19 @@ export default { 41 ], "order_by": [ - 2895, + 2896, "[map_callouts_order_by!]" ], "where": [ - 2885 + 2886 ] } ], "map_callouts_aggregate": [ - 2882, + 2883, { "distinct_on": [ - 2898, + 2899, "[map_callouts_select_column!]" ], "limit": [ @@ -210763,16 +212203,16 @@ export default { 41 ], "order_by": [ - 2895, + 2896, "[map_callouts_order_by!]" ], "where": [ - 2885 + 2886 ] } ], "map_callouts_by_pk": [ - 2881, + 2882, { "map_name": [ 85, @@ -210785,26 +212225,26 @@ export default { } ], "map_callouts_stream": [ - 2881, + 2882, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2900, + 2901, "[map_callouts_stream_cursor_input]!" ], "where": [ - 2885 + 2886 ] } ], "map_pools": [ - 2904, + 2905, { "distinct_on": [ - 2917, + 2918, "[map_pools_select_column!]" ], "limit": [ @@ -210814,19 +212254,19 @@ export default { 41 ], "order_by": [ - 2915, + 2916, "[map_pools_order_by!]" ], "where": [ - 2907 + 2908 ] } ], "map_pools_aggregate": [ - 2905, + 2906, { "distinct_on": [ - 2917, + 2918, "[map_pools_select_column!]" ], "limit": [ @@ -210836,44 +212276,44 @@ export default { 41 ], "order_by": [ - 2915, + 2916, "[map_pools_order_by!]" ], "where": [ - 2907 + 2908 ] } ], "map_pools_by_pk": [ - 2904, + 2905, { "id": [ - 6603, + 6672, "uuid!" ] } ], "map_pools_stream": [ - 2904, + 2905, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2919, + 2920, "[map_pools_stream_cursor_input]!" ], "where": [ - 2907 + 2908 ] } ], "maps": [ - 2923, + 2924, { "distinct_on": [ - 2944, + 2945, "[maps_select_column!]" ], "limit": [ @@ -210883,19 +212323,19 @@ export default { 41 ], "order_by": [ - 2942, + 2943, "[maps_order_by!]" ], "where": [ - 2932 + 2933 ] } ], "maps_aggregate": [ - 2924, + 2925, { "distinct_on": [ - 2944, + 2945, "[maps_select_column!]" ], "limit": [ @@ -210905,44 +212345,44 @@ export default { 41 ], "order_by": [ - 2942, + 2943, "[maps_order_by!]" ], "where": [ - 2932 + 2933 ] } ], "maps_by_pk": [ - 2923, + 2924, { "id": [ - 6603, + 6672, "uuid!" ] } ], "maps_stream": [ - 2923, + 2924, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2948, + 2949, "[maps_stream_cursor_input]!" ], "where": [ - 2932 + 2933 ] } ], "match_clips": [ - 2952, + 2953, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -210952,19 +212392,19 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_aggregate": [ - 2953, + 2954, { "distinct_on": [ - 2974, + 2975, "[match_clips_select_column!]" ], "limit": [ @@ -210974,44 +212414,44 @@ export default { 41 ], "order_by": [ - 2972, + 2973, "[match_clips_order_by!]" ], "where": [ - 2961 + 2962 ] } ], "match_clips_by_pk": [ - 2952, + 2953, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_clips_stream": [ - 2952, + 2953, { "batch_size": [ 41, "Int!" ], "cursor": [ - 2982, + 2983, "[match_clips_stream_cursor_input]!" ], "where": [ - 2961 + 2962 ] } ], "match_demo_sessions": [ - 2994, + 2995, { "distinct_on": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -211021,19 +212461,19 @@ export default { 41 ], "order_by": [ - 3017, + 3018, "[match_demo_sessions_order_by!]" ], "where": [ - 3004 + 3005 ] } ], "match_demo_sessions_aggregate": [ - 2995, + 2996, { "distinct_on": [ - 3020, + 3021, "[match_demo_sessions_select_column!]" ], "limit": [ @@ -211043,44 +212483,44 @@ export default { 41 ], "order_by": [ - 3017, + 3018, "[match_demo_sessions_order_by!]" ], "where": [ - 3004 + 3005 ] } ], "match_demo_sessions_by_pk": [ - 2994, + 2995, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_demo_sessions_stream": [ - 2994, + 2995, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3028, + 3029, "[match_demo_sessions_stream_cursor_input]!" ], "where": [ - 3004 + 3005 ] } ], "match_lineup_players": [ - 3040, + 3041, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -211090,19 +212530,19 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "match_lineup_players_aggregate": [ - 3041, + 3042, { "distinct_on": [ - 3063, + 3064, "[match_lineup_players_select_column!]" ], "limit": [ @@ -211112,44 +212552,44 @@ export default { 41 ], "order_by": [ - 3061, + 3062, "[match_lineup_players_order_by!]" ], "where": [ - 3051 + 3052 ] } ], "match_lineup_players_by_pk": [ - 3040, + 3041, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_lineup_players_stream": [ - 3040, + 3041, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3073, + 3074, "[match_lineup_players_stream_cursor_input]!" ], "where": [ - 3051 + 3052 ] } ], "match_lineups": [ - 3085, + 3086, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -211159,19 +212599,19 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "match_lineups_aggregate": [ - 3086, + 3087, { "distinct_on": [ - 3107, + 3108, "[match_lineups_select_column!]" ], "limit": [ @@ -211181,44 +212621,44 @@ export default { 41 ], "order_by": [ - 3105, + 3106, "[match_lineups_order_by!]" ], "where": [ - 3094 + 3095 ] } ], "match_lineups_by_pk": [ - 3085, + 3086, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_lineups_stream": [ - 3085, + 3086, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3115, + 3116, "[match_lineups_stream_cursor_input]!" ], "where": [ - 3094 + 3095 ] } ], "match_map_demos": [ - 3127, + 3128, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -211228,19 +212668,19 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "match_map_demos_aggregate": [ - 3128, + 3129, { "distinct_on": [ - 3156, + 3157, "[match_map_demos_select_column!]" ], "limit": [ @@ -211250,44 +212690,44 @@ export default { 41 ], "order_by": [ - 3153, + 3154, "[match_map_demos_order_by!]" ], "where": [ - 3139 + 3140 ] } ], "match_map_demos_by_pk": [ - 3127, + 3128, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_map_demos_stream": [ - 3127, + 3128, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3166, + 3167, "[match_map_demos_stream_cursor_input]!" ], "where": [ - 3139 + 3140 ] } ], "match_map_rounds": [ - 3178, + 3179, { "distinct_on": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "limit": [ @@ -211297,19 +212737,19 @@ export default { 41 ], "order_by": [ - 3197, + 3198, "[match_map_rounds_order_by!]" ], "where": [ - 3187 + 3188 ] } ], "match_map_rounds_aggregate": [ - 3179, + 3180, { "distinct_on": [ - 3199, + 3200, "[match_map_rounds_select_column!]" ], "limit": [ @@ -211319,44 +212759,44 @@ export default { 41 ], "order_by": [ - 3197, + 3198, "[match_map_rounds_order_by!]" ], "where": [ - 3187 + 3188 ] } ], "match_map_rounds_by_pk": [ - 3178, + 3179, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_map_rounds_stream": [ - 3178, + 3179, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3207, + 3208, "[match_map_rounds_stream_cursor_input]!" ], "where": [ - 3187 + 3188 ] } ], "match_map_veto_picks": [ - 3219, + 3220, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -211366,19 +212806,19 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_map_veto_picks_aggregate": [ - 3220, + 3221, { "distinct_on": [ - 3239, + 3240, "[match_map_veto_picks_select_column!]" ], "limit": [ @@ -211388,44 +212828,44 @@ export default { 41 ], "order_by": [ - 3237, + 3238, "[match_map_veto_picks_order_by!]" ], "where": [ - 3228 + 3229 ] } ], "match_map_veto_picks_by_pk": [ - 3219, + 3220, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_map_veto_picks_stream": [ - 3219, + 3220, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3243, + 3244, "[match_map_veto_picks_stream_cursor_input]!" ], "where": [ - 3228 + 3229 ] } ], "match_maps": [ - 3247, + 3248, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -211435,19 +212875,19 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_aggregate": [ - 3248, + 3249, { "distinct_on": [ - 3269, + 3270, "[match_maps_select_column!]" ], "limit": [ @@ -211457,44 +212897,44 @@ export default { 41 ], "order_by": [ - 3267, + 3268, "[match_maps_order_by!]" ], "where": [ - 3256 + 3257 ] } ], "match_maps_by_pk": [ - 3247, + 3248, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_maps_stream": [ - 3247, + 3248, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3277, + 3278, "[match_maps_stream_cursor_input]!" ], "where": [ - 3256 + 3257 ] } ], "match_options": [ - 3289, + 3290, { "distinct_on": [ - 3313, + 3314, "[match_options_select_column!]" ], "limit": [ @@ -211504,19 +212944,19 @@ export default { 41 ], "order_by": [ - 3311, + 3312, "[match_options_order_by!]" ], "where": [ - 3300 + 3301 ] } ], "match_options_aggregate": [ - 3290, + 3291, { "distinct_on": [ - 3313, + 3314, "[match_options_select_column!]" ], "limit": [ @@ -211526,44 +212966,44 @@ export default { 41 ], "order_by": [ - 3311, + 3312, "[match_options_order_by!]" ], "where": [ - 3300 + 3301 ] } ], "match_options_by_pk": [ - 3289, + 3290, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_options_stream": [ - 3289, + 3290, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3323, + 3324, "[match_options_stream_cursor_input]!" ], "where": [ - 3300 + 3301 ] } ], "match_region_veto_picks": [ - 3335, + 3336, { "distinct_on": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -211573,19 +213013,19 @@ export default { 41 ], "order_by": [ - 3353, + 3354, "[match_region_veto_picks_order_by!]" ], "where": [ - 3344 + 3345 ] } ], "match_region_veto_picks_aggregate": [ - 3336, + 3337, { "distinct_on": [ - 3355, + 3356, "[match_region_veto_picks_select_column!]" ], "limit": [ @@ -211595,44 +213035,44 @@ export default { 41 ], "order_by": [ - 3353, + 3354, "[match_region_veto_picks_order_by!]" ], "where": [ - 3344 + 3345 ] } ], "match_region_veto_picks_by_pk": [ - 3335, + 3336, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_region_veto_picks_stream": [ - 3335, + 3336, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3359, + 3360, "[match_region_veto_picks_stream_cursor_input]!" ], "where": [ - 3344 + 3345 ] } ], "match_streams": [ - 3363, + 3364, { "distinct_on": [ - 3391, + 3392, "[match_streams_select_column!]" ], "limit": [ @@ -211642,19 +213082,19 @@ export default { 41 ], "order_by": [ - 3388, + 3389, "[match_streams_order_by!]" ], "where": [ - 3375 + 3376 ] } ], "match_streams_aggregate": [ - 3364, + 3365, { "distinct_on": [ - 3391, + 3392, "[match_streams_select_column!]" ], "limit": [ @@ -211664,44 +213104,44 @@ export default { 41 ], "order_by": [ - 3388, + 3389, "[match_streams_order_by!]" ], "where": [ - 3375 + 3376 ] } ], "match_streams_by_pk": [ - 3363, + 3364, { "id": [ - 6603, + 6672, "uuid!" ] } ], "match_streams_stream": [ - 3363, + 3364, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3401, + 3402, "[match_streams_stream_cursor_input]!" ], "where": [ - 3375 + 3376 ] } ], "match_type_cfgs": [ - 3413, + 3414, { "distinct_on": [ - 3425, + 3426, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -211711,19 +213151,19 @@ export default { 41 ], "order_by": [ - 3423, + 3424, "[match_type_cfgs_order_by!]" ], "where": [ - 3416 + 3417 ] } ], "match_type_cfgs_aggregate": [ - 3414, + 3415, { "distinct_on": [ - 3425, + 3426, "[match_type_cfgs_select_column!]" ], "limit": [ @@ -211733,44 +213173,44 @@ export default { 41 ], "order_by": [ - 3423, + 3424, "[match_type_cfgs_order_by!]" ], "where": [ - 3416 + 3417 ] } ], "match_type_cfgs_by_pk": [ - 3413, + 3414, { "type": [ - 875, + 876, "e_game_cfg_types_enum!" ] } ], "match_type_cfgs_stream": [ - 3413, + 3414, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3427, + 3428, "[match_type_cfgs_stream_cursor_input]!" ], "where": [ - 3416 + 3417 ] } ], "matches": [ - 3431, + 3432, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -211780,19 +213220,19 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_aggregate": [ - 3432, + 3433, { "distinct_on": [ - 3455, + 3456, "[matches_select_column!]" ], "limit": [ @@ -211802,44 +213242,44 @@ export default { 41 ], "order_by": [ - 3453, + 3454, "[matches_order_by!]" ], "where": [ - 3442 + 3443 ] } ], "matches_by_pk": [ - 3431, + 3432, { "id": [ - 6603, + 6672, "uuid!" ] } ], "matches_stream": [ - 3431, + 3432, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3465, + 3466, "[matches_stream_cursor_input]!" ], "where": [ - 3442 + 3443 ] } ], "migration_hashes_hashes": [ - 3477, + 3478, { "distinct_on": [ - 3489, + 3490, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -211849,19 +213289,19 @@ export default { 41 ], "order_by": [ - 3487, + 3488, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3480 + 3481 ] } ], "migration_hashes_hashes_aggregate": [ - 3478, + 3479, { "distinct_on": [ - 3489, + 3490, "[migration_hashes_hashes_select_column!]" ], "limit": [ @@ -211871,16 +213311,16 @@ export default { 41 ], "order_by": [ - 3487, + 3488, "[migration_hashes_hashes_order_by!]" ], "where": [ - 3480 + 3481 ] } ], "migration_hashes_hashes_by_pk": [ - 3477, + 3478, { "name": [ 85, @@ -211889,26 +213329,26 @@ export default { } ], "migration_hashes_hashes_stream": [ - 3477, + 3478, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3491, + 3492, "[migration_hashes_hashes_stream_cursor_input]!" ], "where": [ - 3480 + 3481 ] } ], "my_friends": [ - 3495, + 3496, { "distinct_on": [ - 3520, + 3521, "[my_friends_select_column!]" ], "limit": [ @@ -211918,19 +213358,19 @@ export default { 41 ], "order_by": [ - 3518, + 3519, "[my_friends_order_by!]" ], "where": [ - 3507 + 3508 ] } ], "my_friends_aggregate": [ - 3496, + 3497, { "distinct_on": [ - 3520, + 3521, "[my_friends_select_column!]" ], "limit": [ @@ -211940,35 +213380,35 @@ export default { 41 ], "order_by": [ - 3518, + 3519, "[my_friends_order_by!]" ], "where": [ - 3507 + 3508 ] } ], "my_friends_stream": [ - 3495, + 3496, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3530, + 3531, "[my_friends_stream_cursor_input]!" ], "where": [ - 3507 + 3508 ] } ], "news_articles": [ - 3541, + 3542, { "distinct_on": [ - 3555, + 3556, "[news_articles_select_column!]" ], "limit": [ @@ -211978,19 +213418,19 @@ export default { 41 ], "order_by": [ - 3553, + 3554, "[news_articles_order_by!]" ], "where": [ - 3545 + 3546 ] } ], "news_articles_aggregate": [ - 3542, + 3543, { "distinct_on": [ - 3555, + 3556, "[news_articles_select_column!]" ], "limit": [ @@ -212000,44 +213440,44 @@ export default { 41 ], "order_by": [ - 3553, + 3554, "[news_articles_order_by!]" ], "where": [ - 3545 + 3546 ] } ], "news_articles_by_pk": [ - 3541, + 3542, { "id": [ - 6603, + 6672, "uuid!" ] } ], "news_articles_stream": [ - 3541, + 3542, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3560, + 3561, "[news_articles_stream_cursor_input]!" ], "where": [ - 3545 + 3546 ] } ], "notification_preferences": [ - 3568, + 3569, { "distinct_on": [ - 3582, + 3583, "[notification_preferences_select_column!]" ], "limit": [ @@ -212047,19 +213487,19 @@ export default { 41 ], "order_by": [ - 3580, + 3581, "[notification_preferences_order_by!]" ], "where": [ - 3572 + 3573 ] } ], "notification_preferences_aggregate": [ - 3569, + 3570, { "distinct_on": [ - 3582, + 3583, "[notification_preferences_select_column!]" ], "limit": [ @@ -212069,16 +213509,16 @@ export default { 41 ], "order_by": [ - 3580, + 3581, "[notification_preferences_order_by!]" ], "where": [ - 3572 + 3573 ] } ], "notification_preferences_by_pk": [ - 3568, + 3569, { "channel": [ 85, @@ -212089,32 +213529,32 @@ export default { "String!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "notification_preferences_stream": [ - 3568, + 3569, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3587, + 3588, "[notification_preferences_stream_cursor_input]!" ], "where": [ - 3572 + 3573 ] } ], "notifications": [ - 3595, + 3596, { "distinct_on": [ - 3623, + 3624, "[notifications_select_column!]" ], "limit": [ @@ -212124,19 +213564,19 @@ export default { 41 ], "order_by": [ - 3620, + 3621, "[notifications_order_by!]" ], "where": [ - 3607 + 3608 ] } ], "notifications_aggregate": [ - 3596, + 3597, { "distinct_on": [ - 3623, + 3624, "[notifications_select_column!]" ], "limit": [ @@ -212146,44 +213586,44 @@ export default { 41 ], "order_by": [ - 3620, + 3621, "[notifications_order_by!]" ], "where": [ - 3607 + 3608 ] } ], "notifications_by_pk": [ - 3595, + 3596, { "id": [ - 6603, + 6672, "uuid!" ] } ], "notifications_stream": [ - 3595, + 3596, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3633, + 3634, "[notifications_stream_cursor_input]!" ], "where": [ - 3607 + 3608 ] } ], "pending_match_import_players": [ - 3648, + 3649, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -212193,19 +213633,19 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "pending_match_import_players_aggregate": [ - 3649, + 3650, { "distinct_on": [ - 3669, + 3670, "[pending_match_import_players_select_column!]" ], "limit": [ @@ -212215,48 +213655,48 @@ export default { 41 ], "order_by": [ - 3667, + 3668, "[pending_match_import_players_order_by!]" ], "where": [ - 3657 + 3658 ] } ], "pending_match_import_players_by_pk": [ - 3648, + 3649, { "steam_id": [ - 311, + 312, "bigint!" ], "valve_match_id": [ - 3645, + 3646, "numeric!" ] } ], "pending_match_import_players_stream": [ - 3648, + 3649, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3677, + 3678, "[pending_match_import_players_stream_cursor_input]!" ], "where": [ - 3657 + 3658 ] } ], "pending_match_imports": [ - 3689, + 3690, { "distinct_on": [ - 3704, + 3705, "[pending_match_imports_select_column!]" ], "limit": [ @@ -212266,19 +213706,19 @@ export default { 41 ], "order_by": [ - 3702, + 3703, "[pending_match_imports_order_by!]" ], "where": [ - 3693 + 3694 ] } ], "pending_match_imports_aggregate": [ - 3690, + 3691, { "distinct_on": [ - 3704, + 3705, "[pending_match_imports_select_column!]" ], "limit": [ @@ -212288,44 +213728,44 @@ export default { 41 ], "order_by": [ - 3702, + 3703, "[pending_match_imports_order_by!]" ], "where": [ - 3693 + 3694 ] } ], "pending_match_imports_by_pk": [ - 3689, + 3690, { "valve_match_id": [ - 3645, + 3646, "numeric!" ] } ], "pending_match_imports_stream": [ - 3689, + 3690, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3709, + 3710, "[pending_match_imports_stream_cursor_input]!" ], "where": [ - 3693 + 3694 ] } ], "player_aim_stats_demo": [ - 3717, + 3718, { "distinct_on": [ - 3731, + 3732, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -212335,19 +213775,19 @@ export default { 41 ], "order_by": [ - 3729, + 3730, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3721 + 3722 ] } ], "player_aim_stats_demo_aggregate": [ - 3718, + 3719, { "distinct_on": [ - 3731, + 3732, "[player_aim_stats_demo_select_column!]" ], "limit": [ @@ -212357,48 +213797,48 @@ export default { 41 ], "order_by": [ - 3729, + 3730, "[player_aim_stats_demo_order_by!]" ], "where": [ - 3721 + 3722 ] } ], "player_aim_stats_demo_by_pk": [ - 3717, + 3718, { "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ] } ], "player_aim_stats_demo_stream": [ - 3717, + 3718, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3736, + 3737, "[player_aim_stats_demo_stream_cursor_input]!" ], "where": [ - 3721 + 3722 ] } ], "player_aim_weapon_stats": [ - 3744, + 3745, { "distinct_on": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -212408,19 +213848,19 @@ export default { 41 ], "order_by": [ - 3763, + 3764, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3753 + 3754 ] } ], "player_aim_weapon_stats_aggregate": [ - 3745, + 3746, { "distinct_on": [ - 3765, + 3766, "[player_aim_weapon_stats_select_column!]" ], "limit": [ @@ -212430,23 +213870,23 @@ export default { 41 ], "order_by": [ - 3763, + 3764, "[player_aim_weapon_stats_order_by!]" ], "where": [ - 3753 + 3754 ] } ], "player_aim_weapon_stats_by_pk": [ - 3744, + 3745, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ], "weapon_class": [ @@ -212456,26 +213896,26 @@ export default { } ], "player_aim_weapon_stats_stream": [ - 3744, + 3745, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3773, + 3774, "[player_aim_weapon_stats_stream_cursor_input]!" ], "where": [ - 3753 + 3754 ] } ], "player_assists": [ - 3785, + 3786, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -212485,19 +213925,19 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_assists_aggregate": [ - 3786, + 3787, { "distinct_on": [ - 3808, + 3809, "[player_assists_select_column!]" ], "limit": [ @@ -212507,56 +213947,56 @@ export default { 41 ], "order_by": [ - 3806, + 3807, "[player_assists_order_by!]" ], "where": [ - 3796 + 3797 ] } ], "player_assists_by_pk": [ - 3785, + 3786, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_assists_stream": [ - 3785, + 3786, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3818, + 3819, "[player_assists_stream_cursor_input]!" ], "where": [ - 3796 + 3797 ] } ], "player_career_stats_v": [ - 3830, + 3831, { "distinct_on": [ - 3838, + 3839, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -212566,19 +214006,19 @@ export default { 41 ], "order_by": [ - 3837, + 3838, "[player_career_stats_v_order_by!]" ], "where": [ - 3834 + 3835 ] } ], "player_career_stats_v_aggregate": [ - 3831, + 3832, { "distinct_on": [ - 3838, + 3839, "[player_career_stats_v_select_column!]" ], "limit": [ @@ -212588,35 +214028,35 @@ export default { 41 ], "order_by": [ - 3837, + 3838, "[player_career_stats_v_order_by!]" ], "where": [ - 3834 + 3835 ] } ], "player_career_stats_v_stream": [ - 3830, + 3831, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3842, + 3843, "[player_career_stats_v_stream_cursor_input]!" ], "where": [ - 3834 + 3835 ] } ], "player_damages": [ - 3848, + 3849, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -212626,19 +214066,19 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_damages_aggregate": [ - 3849, + 3850, { "distinct_on": [ - 3869, + 3870, "[player_damages_select_column!]" ], "limit": [ @@ -212648,52 +214088,52 @@ export default { 41 ], "order_by": [ - 3867, + 3868, "[player_damages_order_by!]" ], "where": [ - 3857 + 3858 ] } ], "player_damages_by_pk": [ - 3848, + 3849, { "id": [ - 6603, + 6672, "uuid!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_damages_stream": [ - 3848, + 3849, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3877, + 3878, "[player_damages_stream_cursor_input]!" ], "where": [ - 3857 + 3858 ] } ], "player_elo": [ - 3889, + 3890, { "distinct_on": [ - 3903, + 3904, "[player_elo_select_column!]" ], "limit": [ @@ -212703,19 +214143,19 @@ export default { 41 ], "order_by": [ - 3901, + 3902, "[player_elo_order_by!]" ], "where": [ - 3893 + 3894 ] } ], "player_elo_aggregate": [ - 3890, + 3891, { "distinct_on": [ - 3903, + 3904, "[player_elo_select_column!]" ], "limit": [ @@ -212725,52 +214165,52 @@ export default { 41 ], "order_by": [ - 3901, + 3902, "[player_elo_order_by!]" ], "where": [ - 3893 + 3894 ] } ], "player_elo_by_pk": [ - 3889, + 3890, { "match_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ], "type": [ - 1224, + 1225, "e_match_types_enum!" ] } ], "player_elo_stream": [ - 3889, + 3890, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3908, + 3909, "[player_elo_stream_cursor_input]!" ], "where": [ - 3893 + 3894 ] } ], "player_faceit_rank_history": [ - 3916, + 3917, { "distinct_on": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -212780,19 +214220,19 @@ export default { 41 ], "order_by": [ - 3935, + 3936, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3925 + 3926 ] } ], "player_faceit_rank_history_aggregate": [ - 3917, + 3918, { "distinct_on": [ - 3937, + 3938, "[player_faceit_rank_history_select_column!]" ], "limit": [ @@ -212802,44 +214242,44 @@ export default { 41 ], "order_by": [ - 3935, + 3936, "[player_faceit_rank_history_order_by!]" ], "where": [ - 3925 + 3926 ] } ], "player_faceit_rank_history_by_pk": [ - 3916, + 3917, { "id": [ - 6603, + 6672, "uuid!" ] } ], "player_faceit_rank_history_stream": [ - 3916, + 3917, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3945, + 3946, "[player_faceit_rank_history_stream_cursor_input]!" ], "where": [ - 3925 + 3926 ] } ], "player_flashes": [ - 3957, + 3958, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -212849,19 +214289,19 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "player_flashes_aggregate": [ - 3958, + 3959, { "distinct_on": [ - 3980, + 3981, "[player_flashes_select_column!]" ], "limit": [ @@ -212871,56 +214311,56 @@ export default { 41 ], "order_by": [ - 3978, + 3979, "[player_flashes_order_by!]" ], "where": [ - 3968 + 3969 ] } ], "player_flashes_by_pk": [ - 3957, + 3958, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_flashes_stream": [ - 3957, + 3958, { "batch_size": [ 41, "Int!" ], "cursor": [ - 3990, + 3991, "[player_flashes_stream_cursor_input]!" ], "where": [ - 3968 + 3969 ] } ], "player_kills": [ - 4002, + 4003, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -212930,19 +214370,19 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_kills_aggregate": [ - 4003, + 4004, { "distinct_on": [ - 4066, + 4067, "[player_kills_select_column!]" ], "limit": [ @@ -212952,40 +214392,40 @@ export default { 41 ], "order_by": [ - 4064, + 4065, "[player_kills_order_by!]" ], "where": [ - 4013 + 4014 ] } ], "player_kills_by_pk": [ - 4002, + 4003, { "attacked_steam_id": [ - 311, + 312, "bigint!" ], "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_kills_by_weapon": [ - 4014, + 4015, { "distinct_on": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -212995,19 +214435,19 @@ export default { 41 ], "order_by": [ - 4033, + 4034, "[player_kills_by_weapon_order_by!]" ], "where": [ - 4023 + 4024 ] } ], "player_kills_by_weapon_aggregate": [ - 4015, + 4016, { "distinct_on": [ - 4035, + 4036, "[player_kills_by_weapon_select_column!]" ], "limit": [ @@ -213017,19 +214457,19 @@ export default { 41 ], "order_by": [ - 4033, + 4034, "[player_kills_by_weapon_order_by!]" ], "where": [ - 4023 + 4024 ] } ], "player_kills_by_weapon_by_pk": [ - 4014, + 4015, { "player_steam_id": [ - 311, + 312, "bigint!" ], "with": [ @@ -213039,42 +214479,42 @@ export default { } ], "player_kills_by_weapon_stream": [ - 4014, + 4015, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4043, + 4044, "[player_kills_by_weapon_stream_cursor_input]!" ], "where": [ - 4023 + 4024 ] } ], "player_kills_stream": [ - 4002, + 4003, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4076, + 4077, "[player_kills_stream_cursor_input]!" ], "where": [ - 4013 + 4014 ] } ], "player_leaderboard_rank": [ - 4088, + 4089, { "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -213084,19 +214524,19 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "player_leaderboard_rank_aggregate": [ - 4089, + 4090, { "distinct_on": [ - 4099, + 4100, "[player_leaderboard_rank_select_column!]" ], "limit": [ @@ -213106,35 +214546,35 @@ export default { 41 ], "order_by": [ - 4098, + 4099, "[player_leaderboard_rank_order_by!]" ], "where": [ - 4092 + 4093 ] } ], "player_leaderboard_rank_stream": [ - 4088, + 4089, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4104, + 4105, "[player_leaderboard_rank_stream_cursor_input]!" ], "where": [ - 4092 + 4093 ] } ], "player_match_map_stats": [ - 4111, + 4112, { "distinct_on": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -213144,19 +214584,19 @@ export default { 41 ], "order_by": [ - 4130, + 4131, "[player_match_map_stats_order_by!]" ], "where": [ - 4120 + 4121 ] } ], "player_match_map_stats_aggregate": [ - 4112, + 4113, { "distinct_on": [ - 4132, + 4133, "[player_match_map_stats_select_column!]" ], "limit": [ @@ -213166,48 +214606,48 @@ export default { 41 ], "order_by": [ - 4130, + 4131, "[player_match_map_stats_order_by!]" ], "where": [ - 4120 + 4121 ] } ], "player_match_map_stats_by_pk": [ - 4111, + 4112, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "steam_id": [ - 311, + 312, "bigint!" ] } ], "player_match_map_stats_stream": [ - 4111, + 4112, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4140, + 4141, "[player_match_map_stats_stream_cursor_input]!" ], "where": [ - 4120 + 4121 ] } ], "player_match_performance_v": [ - 4152, + 4153, { "distinct_on": [ - 4160, + 4161, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -213217,19 +214657,19 @@ export default { 41 ], "order_by": [ - 4159, + 4160, "[player_match_performance_v_order_by!]" ], "where": [ - 4156 + 4157 ] } ], "player_match_performance_v_aggregate": [ - 4153, + 4154, { "distinct_on": [ - 4160, + 4161, "[player_match_performance_v_select_column!]" ], "limit": [ @@ -213239,35 +214679,35 @@ export default { 41 ], "order_by": [ - 4159, + 4160, "[player_match_performance_v_order_by!]" ], "where": [ - 4156 + 4157 ] } ], "player_match_performance_v_stream": [ - 4152, + 4153, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4164, + 4165, "[player_match_performance_v_stream_cursor_input]!" ], "where": [ - 4156 + 4157 ] } ], "player_match_stats_v": [ - 4170, + 4171, { "distinct_on": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -213277,19 +214717,19 @@ export default { 41 ], "order_by": [ - 4185, + 4186, "[player_match_stats_v_order_by!]" ], "where": [ - 4179 + 4180 ] } ], "player_match_stats_v_aggregate": [ - 4171, + 4172, { "distinct_on": [ - 4186, + 4187, "[player_match_stats_v_select_column!]" ], "limit": [ @@ -213299,35 +214739,35 @@ export default { 41 ], "order_by": [ - 4185, + 4186, "[player_match_stats_v_order_by!]" ], "where": [ - 4179 + 4180 ] } ], "player_match_stats_v_stream": [ - 4170, + 4171, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4193, + 4194, "[player_match_stats_v_stream_cursor_input]!" ], "where": [ - 4179 + 4180 ] } ], "player_objectives": [ - 4203, + 4204, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -213337,19 +214777,19 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_objectives_aggregate": [ - 4204, + 4205, { "distinct_on": [ - 4224, + 4225, "[player_objectives_select_column!]" ], "limit": [ @@ -213359,52 +214799,52 @@ export default { 41 ], "order_by": [ - 4222, + 4223, "[player_objectives_order_by!]" ], "where": [ - 4212 + 4213 ] } ], "player_objectives_by_pk": [ - 4203, + 4204, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_objectives_stream": [ - 4203, + 4204, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4232, + 4233, "[player_objectives_stream_cursor_input]!" ], "where": [ - 4212 + 4213 ] } ], "player_performance_v": [ - 4244, + 4245, { "distinct_on": [ - 4252, + 4253, "[player_performance_v_select_column!]" ], "limit": [ @@ -213414,19 +214854,19 @@ export default { 41 ], "order_by": [ - 4251, + 4252, "[player_performance_v_order_by!]" ], "where": [ - 4248 + 4249 ] } ], "player_performance_v_aggregate": [ - 4245, + 4246, { "distinct_on": [ - 4252, + 4253, "[player_performance_v_select_column!]" ], "limit": [ @@ -213436,35 +214876,35 @@ export default { 41 ], "order_by": [ - 4251, + 4252, "[player_performance_v_order_by!]" ], "where": [ - 4248 + 4249 ] } ], "player_performance_v_stream": [ - 4244, + 4245, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4256, + 4257, "[player_performance_v_stream_cursor_input]!" ], "where": [ - 4248 + 4249 ] } ], "player_premier_rank_history": [ - 4262, + 4263, { "distinct_on": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -213474,19 +214914,19 @@ export default { 41 ], "order_by": [ - 4281, + 4282, "[player_premier_rank_history_order_by!]" ], "where": [ - 4271 + 4272 ] } ], "player_premier_rank_history_aggregate": [ - 4263, + 4264, { "distinct_on": [ - 4283, + 4284, "[player_premier_rank_history_select_column!]" ], "limit": [ @@ -213496,44 +214936,44 @@ export default { 41 ], "order_by": [ - 4281, + 4282, "[player_premier_rank_history_order_by!]" ], "where": [ - 4271 + 4272 ] } ], "player_premier_rank_history_by_pk": [ - 4262, + 4263, { "id": [ - 6603, + 6672, "uuid!" ] } ], "player_premier_rank_history_stream": [ - 4262, + 4263, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4291, + 4292, "[player_premier_rank_history_stream_cursor_input]!" ], "where": [ - 4271 + 4272 ] } ], "player_sanctions": [ - 4303, + 4304, { "distinct_on": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "limit": [ @@ -213543,19 +214983,19 @@ export default { 41 ], "order_by": [ - 4322, + 4323, "[player_sanctions_order_by!]" ], "where": [ - 4312 + 4313 ] } ], "player_sanctions_aggregate": [ - 4304, + 4305, { "distinct_on": [ - 4324, + 4325, "[player_sanctions_select_column!]" ], "limit": [ @@ -213565,48 +215005,48 @@ export default { 41 ], "order_by": [ - 4322, + 4323, "[player_sanctions_order_by!]" ], "where": [ - 4312 + 4313 ] } ], "player_sanctions_by_pk": [ - 4303, + 4304, { "created_at": [ - 5242, + 5243, "timestamptz!" ], "id": [ - 6603, + 6672, "uuid!" ] } ], "player_sanctions_stream": [ - 4303, + 4304, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4332, + 4333, "[player_sanctions_stream_cursor_input]!" ], "where": [ - 4312 + 4313 ] } ], "player_season_stats": [ - 4344, + 4345, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -213616,19 +215056,19 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "player_season_stats_aggregate": [ - 4345, + 4346, { "distinct_on": [ - 4375, + 4376, "[player_season_stats_select_column!]" ], "limit": [ @@ -213638,48 +215078,48 @@ export default { 41 ], "order_by": [ - 4373, + 4374, "[player_season_stats_order_by!]" ], "where": [ - 4363 + 4364 ] } ], "player_season_stats_by_pk": [ - 4344, + 4345, { "player_steam_id": [ - 311, + 312, "bigint!" ], "season_id": [ - 6603, + 6672, "uuid!" ] } ], "player_season_stats_stream": [ - 4344, + 4345, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4391, + 4392, "[player_season_stats_stream_cursor_input]!" ], "where": [ - 4363 + 4364 ] } ], "player_stats": [ - 4403, + 4404, { "distinct_on": [ - 4418, + 4419, "[player_stats_select_column!]" ], "limit": [ @@ -213689,19 +215129,19 @@ export default { 41 ], "order_by": [ - 4416, + 4417, "[player_stats_order_by!]" ], "where": [ - 4407 + 4408 ] } ], "player_stats_aggregate": [ - 4404, + 4405, { "distinct_on": [ - 4418, + 4419, "[player_stats_select_column!]" ], "limit": [ @@ -213711,44 +215151,44 @@ export default { 41 ], "order_by": [ - 4416, + 4417, "[player_stats_order_by!]" ], "where": [ - 4407 + 4408 ] } ], "player_stats_by_pk": [ - 4403, + 4404, { "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "player_stats_stream": [ - 4403, + 4404, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4423, + 4424, "[player_stats_stream_cursor_input]!" ], "where": [ - 4407 + 4408 ] } ], "player_steam_bot_friend": [ - 4431, + 4432, { "distinct_on": [ - 4450, + 4451, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -213758,19 +215198,19 @@ export default { 41 ], "order_by": [ - 4447, + 4448, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4436 + 4437 ] } ], "player_steam_bot_friend_aggregate": [ - 4432, + 4433, { "distinct_on": [ - 4450, + 4451, "[player_steam_bot_friend_select_column!]" ], "limit": [ @@ -213780,44 +215220,44 @@ export default { 41 ], "order_by": [ - 4447, + 4448, "[player_steam_bot_friend_order_by!]" ], "where": [ - 4436 + 4437 ] } ], "player_steam_bot_friend_by_pk": [ - 4431, + 4432, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "player_steam_bot_friend_stream": [ - 4431, + 4432, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4455, + 4456, "[player_steam_bot_friend_stream_cursor_input]!" ], "where": [ - 4436 + 4437 ] } ], "player_steam_match_auth": [ - 4463, + 4464, { "distinct_on": [ - 4477, + 4478, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -213827,19 +215267,19 @@ export default { 41 ], "order_by": [ - 4475, + 4476, "[player_steam_match_auth_order_by!]" ], "where": [ - 4467 + 4468 ] } ], "player_steam_match_auth_aggregate": [ - 4464, + 4465, { "distinct_on": [ - 4477, + 4478, "[player_steam_match_auth_select_column!]" ], "limit": [ @@ -213849,44 +215289,44 @@ export default { 41 ], "order_by": [ - 4475, + 4476, "[player_steam_match_auth_order_by!]" ], "where": [ - 4467 + 4468 ] } ], "player_steam_match_auth_by_pk": [ - 4463, + 4464, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "player_steam_match_auth_stream": [ - 4463, + 4464, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4482, + 4483, "[player_steam_match_auth_stream_cursor_input]!" ], "where": [ - 4467 + 4468 ] } ], "player_unused_utility": [ - 4490, + 4491, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -213896,19 +215336,19 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utility_aggregate": [ - 4491, + 4492, { "distinct_on": [ - 4511, + 4512, "[player_unused_utility_select_column!]" ], "limit": [ @@ -213918,48 +215358,48 @@ export default { 41 ], "order_by": [ - 4509, + 4510, "[player_unused_utility_order_by!]" ], "where": [ - 4499 + 4500 ] } ], "player_unused_utility_by_pk": [ - 4490, + 4491, { "match_map_id": [ - 6603, + 6672, "uuid!" ], "player_steam_id": [ - 311, + 312, "bigint!" ] } ], "player_unused_utility_stream": [ - 4490, + 4491, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4519, + 4520, "[player_unused_utility_stream_cursor_input]!" ], "where": [ - 4499 + 4500 ] } ], "player_utility": [ - 4531, + 4532, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -213969,19 +215409,19 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "player_utility_aggregate": [ - 4532, + 4533, { "distinct_on": [ - 4552, + 4553, "[player_utility_select_column!]" ], "limit": [ @@ -213991,52 +215431,52 @@ export default { 41 ], "order_by": [ - 4550, + 4551, "[player_utility_order_by!]" ], "where": [ - 4540 + 4541 ] } ], "player_utility_by_pk": [ - 4531, + 4532, { "attacker_steam_id": [ - 311, + 312, "bigint!" ], "match_map_id": [ - 6603, + 6672, "uuid!" ], "time": [ - 5242, + 5243, "timestamptz!" ] } ], "player_utility_stream": [ - 4531, + 4532, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4560, + 4561, "[player_utility_stream_cursor_input]!" ], "where": [ - 4540 + 4541 ] } ], "player_weapon_stats_v": [ - 4572, + 4573, { "distinct_on": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -214046,19 +215486,19 @@ export default { 41 ], "order_by": [ - 4587, + 4588, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4581 + 4582 ] } ], "player_weapon_stats_v_aggregate": [ - 4573, + 4574, { "distinct_on": [ - 4588, + 4589, "[player_weapon_stats_v_select_column!]" ], "limit": [ @@ -214068,35 +215508,35 @@ export default { 41 ], "order_by": [ - 4587, + 4588, "[player_weapon_stats_v_order_by!]" ], "where": [ - 4581 + 4582 ] } ], "player_weapon_stats_v_stream": [ - 4572, + 4573, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4595, + 4596, "[player_weapon_stats_v_stream_cursor_input]!" ], "where": [ - 4581 + 4582 ] } ], "players": [ - 4605, + 4606, { "distinct_on": [ - 4620, + 4621, "[players_select_column!]" ], "limit": [ @@ -214106,19 +215546,19 @@ export default { 41 ], "order_by": [ - 4618, + 4619, "[players_order_by!]" ], "where": [ - 4609 + 4610 ] } ], "players_aggregate": [ - 4606, + 4607, { "distinct_on": [ - 4620, + 4621, "[players_select_column!]" ], "limit": [ @@ -214128,44 +215568,44 @@ export default { 41 ], "order_by": [ - 4618, + 4619, "[players_order_by!]" ], "where": [ - 4609 + 4610 ] } ], "players_by_pk": [ - 4605, + 4606, { "steam_id": [ - 311, + 312, "bigint!" ] } ], "players_stream": [ - 4605, + 4606, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4625, + 4626, "[players_stream_cursor_input]!" ], "where": [ - 4609 + 4610 ] } ], "plugin_versions": [ - 4633, + 4634, { "distinct_on": [ - 4647, + 4648, "[plugin_versions_select_column!]" ], "limit": [ @@ -214175,19 +215615,19 @@ export default { 41 ], "order_by": [ - 4645, + 4646, "[plugin_versions_order_by!]" ], "where": [ - 4637 + 4638 ] } ], "plugin_versions_aggregate": [ - 4634, + 4635, { "distinct_on": [ - 4647, + 4648, "[plugin_versions_select_column!]" ], "limit": [ @@ -214197,19 +215637,19 @@ export default { 41 ], "order_by": [ - 4645, + 4646, "[plugin_versions_order_by!]" ], "where": [ - 4637 + 4638 ] } ], "plugin_versions_by_pk": [ - 4633, + 4634, { "runtime": [ - 1305, + 1306, "e_plugin_runtimes_enum!" ], "version": [ @@ -214219,26 +215659,26 @@ export default { } ], "plugin_versions_stream": [ - 4633, + 4634, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4652, + 4653, "[plugin_versions_stream_cursor_input]!" ], "where": [ - 4637 + 4638 ] } ], "push_subscriptions": [ - 4660, + 4661, { "distinct_on": [ - 4674, + 4675, "[push_subscriptions_select_column!]" ], "limit": [ @@ -214248,19 +215688,19 @@ export default { 41 ], "order_by": [ - 4672, + 4673, "[push_subscriptions_order_by!]" ], "where": [ - 4664 + 4665 ] } ], "push_subscriptions_aggregate": [ - 4661, + 4662, { "distinct_on": [ - 4674, + 4675, "[push_subscriptions_select_column!]" ], "limit": [ @@ -214270,44 +215710,44 @@ export default { 41 ], "order_by": [ - 4672, + 4673, "[push_subscriptions_order_by!]" ], "where": [ - 4664 + 4665 ] } ], "push_subscriptions_by_pk": [ - 4660, + 4661, { "id": [ - 6603, + 6672, "uuid!" ] } ], "push_subscriptions_stream": [ - 4660, + 4661, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4679, + 4680, "[push_subscriptions_stream_cursor_input]!" ], "where": [ - 4664 + 4665 ] } ], "role_permissions": [ - 4691, + 4692, { "distinct_on": [ - 4700, + 4701, "[role_permissions_select_column!]" ], "limit": [ @@ -214317,19 +215757,19 @@ export default { 41 ], "order_by": [ - 4699, + 4700, "[role_permissions_order_by!]" ], "where": [ - 4694 + 4695 ] } ], "role_permissions_aggregate": [ - 4692, + 4693, { "distinct_on": [ - 4700, + 4701, "[role_permissions_select_column!]" ], "limit": [ @@ -214339,35 +215779,35 @@ export default { 41 ], "order_by": [ - 4699, + 4700, "[role_permissions_order_by!]" ], "where": [ - 4694 + 4695 ] } ], "role_permissions_stream": [ - 4691, + 4692, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4702, + 4703, "[role_permissions_stream_cursor_input]!" ], "where": [ - 4694 + 4695 ] } ], "seasons": [ - 4705, + 4706, { "distinct_on": [ - 4720, + 4721, "[seasons_select_column!]" ], "limit": [ @@ -214377,19 +215817,19 @@ export default { 41 ], "order_by": [ - 4718, + 4719, "[seasons_order_by!]" ], "where": [ - 4709 + 4710 ] } ], "seasons_aggregate": [ - 4706, + 4707, { "distinct_on": [ - 4720, + 4721, "[seasons_select_column!]" ], "limit": [ @@ -214399,44 +215839,44 @@ export default { 41 ], "order_by": [ - 4718, + 4719, "[seasons_order_by!]" ], "where": [ - 4709 + 4710 ] } ], "seasons_by_pk": [ - 4705, + 4706, { "id": [ - 6603, + 6672, "uuid!" ] } ], "seasons_stream": [ - 4705, + 4706, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4725, + 4726, "[seasons_stream_cursor_input]!" ], "where": [ - 4709 + 4710 ] } ], "server_regions": [ - 4733, + 4734, { "distinct_on": [ - 4747, + 4748, "[server_regions_select_column!]" ], "limit": [ @@ -214446,19 +215886,19 @@ export default { 41 ], "order_by": [ - 4745, + 4746, "[server_regions_order_by!]" ], "where": [ - 4737 + 4738 ] } ], "server_regions_aggregate": [ - 4734, + 4735, { "distinct_on": [ - 4747, + 4748, "[server_regions_select_column!]" ], "limit": [ @@ -214468,16 +215908,16 @@ export default { 41 ], "order_by": [ - 4745, + 4746, "[server_regions_order_by!]" ], "where": [ - 4737 + 4738 ] } ], "server_regions_by_pk": [ - 4733, + 4734, { "value": [ 85, @@ -214486,26 +215926,26 @@ export default { } ], "server_regions_stream": [ - 4733, + 4734, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4752, + 4753, "[server_regions_stream_cursor_input]!" ], "where": [ - 4737 + 4738 ] } ], "servers": [ - 4760, + 4761, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -214515,19 +215955,19 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "servers_aggregate": [ - 4761, + 4762, { "distinct_on": [ - 4789, + 4790, "[servers_select_column!]" ], "limit": [ @@ -214537,44 +215977,44 @@ export default { 41 ], "order_by": [ - 4786, + 4787, "[servers_order_by!]" ], "where": [ - 4772 + 4773 ] } ], "servers_by_pk": [ - 4760, + 4761, { "id": [ - 6603, + 6672, "uuid!" ] } ], "servers_stream": [ - 4760, + 4761, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4799, + 4800, "[servers_stream_cursor_input]!" ], "where": [ - 4772 + 4773 ] } ], "settings": [ - 4811, + 4812, { "distinct_on": [ - 4823, + 4824, "[settings_select_column!]" ], "limit": [ @@ -214584,19 +216024,19 @@ export default { 41 ], "order_by": [ - 4821, + 4822, "[settings_order_by!]" ], "where": [ - 4814 + 4815 ] } ], "settings_aggregate": [ - 4812, + 4813, { "distinct_on": [ - 4823, + 4824, "[settings_select_column!]" ], "limit": [ @@ -214606,16 +216046,16 @@ export default { 41 ], "order_by": [ - 4821, + 4822, "[settings_order_by!]" ], "where": [ - 4814 + 4815 ] } ], "settings_by_pk": [ - 4811, + 4812, { "name": [ 85, @@ -214624,26 +216064,26 @@ export default { } ], "settings_stream": [ - 4811, + 4812, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4825, + 4826, "[settings_stream_cursor_input]!" ], "where": [ - 4814 + 4815 ] } ], "steam_account_claims": [ - 4831, + 4832, { "distinct_on": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "limit": [ @@ -214653,19 +216093,19 @@ export default { 41 ], "order_by": [ - 4847, + 4848, "[steam_account_claims_order_by!]" ], "where": [ - 4838 + 4839 ] } ], "steam_account_claims_aggregate": [ - 4832, + 4833, { "distinct_on": [ - 4849, + 4850, "[steam_account_claims_select_column!]" ], "limit": [ @@ -214675,44 +216115,44 @@ export default { 41 ], "order_by": [ - 4847, + 4848, "[steam_account_claims_order_by!]" ], "where": [ - 4838 + 4839 ] } ], "steam_account_claims_by_pk": [ - 4831, + 4832, { "id": [ - 6603, + 6672, "uuid!" ] } ], "steam_account_claims_stream": [ - 4831, + 4832, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4851, + 4852, "[steam_account_claims_stream_cursor_input]!" ], "where": [ - 4838 + 4839 ] } ], "steam_accounts": [ - 4855, + 4856, { "distinct_on": [ - 4870, + 4871, "[steam_accounts_select_column!]" ], "limit": [ @@ -214722,19 +216162,19 @@ export default { 41 ], "order_by": [ - 4868, + 4869, "[steam_accounts_order_by!]" ], "where": [ - 4859 + 4860 ] } ], "steam_accounts_aggregate": [ - 4856, + 4857, { "distinct_on": [ - 4870, + 4871, "[steam_accounts_select_column!]" ], "limit": [ @@ -214744,44 +216184,44 @@ export default { 41 ], "order_by": [ - 4868, + 4869, "[steam_accounts_order_by!]" ], "where": [ - 4859 + 4860 ] } ], "steam_accounts_by_pk": [ - 4855, + 4856, { "id": [ - 6603, + 6672, "uuid!" ] } ], "steam_accounts_stream": [ - 4855, + 4856, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4875, + 4876, "[steam_accounts_stream_cursor_input]!" ], "where": [ - 4859 + 4860 ] } ], "system_alerts": [ - 4883, + 4884, { "distinct_on": [ - 4897, + 4898, "[system_alerts_select_column!]" ], "limit": [ @@ -214791,19 +216231,19 @@ export default { 41 ], "order_by": [ - 4895, + 4896, "[system_alerts_order_by!]" ], "where": [ - 4887 + 4888 ] } ], "system_alerts_aggregate": [ - 4884, + 4885, { "distinct_on": [ - 4897, + 4898, "[system_alerts_select_column!]" ], "limit": [ @@ -214813,44 +216253,44 @@ export default { 41 ], "order_by": [ - 4895, + 4896, "[system_alerts_order_by!]" ], "where": [ - 4887 + 4888 ] } ], "system_alerts_by_pk": [ - 4883, + 4884, { "id": [ - 6603, + 6672, "uuid!" ] } ], "system_alerts_stream": [ - 4883, + 4884, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4902, + 4903, "[system_alerts_stream_cursor_input]!" ], "where": [ - 4887 + 4888 ] } ], "team_invites": [ - 4910, + 4911, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -214860,19 +216300,19 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "team_invites_aggregate": [ - 4911, + 4912, { "distinct_on": [ - 4931, + 4932, "[team_invites_select_column!]" ], "limit": [ @@ -214882,44 +216322,44 @@ export default { 41 ], "order_by": [ - 4929, + 4930, "[team_invites_order_by!]" ], "where": [ - 4919 + 4920 ] } ], "team_invites_by_pk": [ - 4910, + 4911, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_invites_stream": [ - 4910, + 4911, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4939, + 4940, "[team_invites_stream_cursor_input]!" ], "where": [ - 4919 + 4920 ] } ], "team_roster": [ - 4951, + 4952, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -214929,19 +216369,19 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "team_roster_aggregate": [ - 4952, + 4953, { "distinct_on": [ - 4974, + 4975, "[team_roster_select_column!]" ], "limit": [ @@ -214951,48 +216391,48 @@ export default { 41 ], "order_by": [ - 4972, + 4973, "[team_roster_order_by!]" ], "where": [ - 4962 + 4963 ] } ], "team_roster_by_pk": [ - 4951, + 4952, { "player_steam_id": [ - 311, + 312, "bigint!" ], "team_id": [ - 6603, + 6672, "uuid!" ] } ], "team_roster_stream": [ - 4951, + 4952, { "batch_size": [ 41, "Int!" ], "cursor": [ - 4984, + 4985, "[team_roster_stream_cursor_input]!" ], "where": [ - 4962 + 4963 ] } ], "team_scrim_alerts": [ - 4996, + 4997, { "distinct_on": [ - 5010, + 5011, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -215002,19 +216442,19 @@ export default { 41 ], "order_by": [ - 5008, + 5009, "[team_scrim_alerts_order_by!]" ], "where": [ - 5000 + 5001 ] } ], "team_scrim_alerts_aggregate": [ - 4997, + 4998, { "distinct_on": [ - 5010, + 5011, "[team_scrim_alerts_select_column!]" ], "limit": [ @@ -215024,44 +216464,44 @@ export default { 41 ], "order_by": [ - 5008, + 5009, "[team_scrim_alerts_order_by!]" ], "where": [ - 5000 + 5001 ] } ], "team_scrim_alerts_by_pk": [ - 4996, + 4997, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_alerts_stream": [ - 4996, + 4997, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5015, + 5016, "[team_scrim_alerts_stream_cursor_input]!" ], "where": [ - 5000 + 5001 ] } ], "team_scrim_availability": [ - 5023, + 5024, { "distinct_on": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -215071,19 +216511,19 @@ export default { 41 ], "order_by": [ - 5041, + 5042, "[team_scrim_availability_order_by!]" ], "where": [ - 5032 + 5033 ] } ], "team_scrim_availability_aggregate": [ - 5024, + 5025, { "distinct_on": [ - 5043, + 5044, "[team_scrim_availability_select_column!]" ], "limit": [ @@ -215093,44 +216533,44 @@ export default { 41 ], "order_by": [ - 5041, + 5042, "[team_scrim_availability_order_by!]" ], "where": [ - 5032 + 5033 ] } ], "team_scrim_availability_by_pk": [ - 5023, + 5024, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_availability_stream": [ - 5023, + 5024, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5047, + 5048, "[team_scrim_availability_stream_cursor_input]!" ], "where": [ - 5032 + 5033 ] } ], "team_scrim_request_proposals": [ - 5051, + 5052, { "distinct_on": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -215140,19 +216580,19 @@ export default { 41 ], "order_by": [ - 5070, + 5071, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5060 + 5061 ] } ], "team_scrim_request_proposals_aggregate": [ - 5052, + 5053, { "distinct_on": [ - 5072, + 5073, "[team_scrim_request_proposals_select_column!]" ], "limit": [ @@ -215162,44 +216602,44 @@ export default { 41 ], "order_by": [ - 5070, + 5071, "[team_scrim_request_proposals_order_by!]" ], "where": [ - 5060 + 5061 ] } ], "team_scrim_request_proposals_by_pk": [ - 5051, + 5052, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_request_proposals_stream": [ - 5051, + 5052, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5080, + 5081, "[team_scrim_request_proposals_stream_cursor_input]!" ], "where": [ - 5060 + 5061 ] } ], "team_scrim_requests": [ - 5092, + 5093, { "distinct_on": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -215209,19 +216649,19 @@ export default { 41 ], "order_by": [ - 5114, + 5115, "[team_scrim_requests_order_by!]" ], "where": [ - 5103 + 5104 ] } ], "team_scrim_requests_aggregate": [ - 5093, + 5094, { "distinct_on": [ - 5116, + 5117, "[team_scrim_requests_select_column!]" ], "limit": [ @@ -215231,44 +216671,44 @@ export default { 41 ], "order_by": [ - 5114, + 5115, "[team_scrim_requests_order_by!]" ], "where": [ - 5103 + 5104 ] } ], "team_scrim_requests_by_pk": [ - 5092, + 5093, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_requests_stream": [ - 5092, + 5093, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5126, + 5127, "[team_scrim_requests_stream_cursor_input]!" ], "where": [ - 5103 + 5104 ] } ], "team_scrim_settings": [ - 5138, + 5139, { "distinct_on": [ - 5153, + 5154, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -215278,19 +216718,19 @@ export default { 41 ], "order_by": [ - 5151, + 5152, "[team_scrim_settings_order_by!]" ], "where": [ - 5142 + 5143 ] } ], "team_scrim_settings_aggregate": [ - 5139, + 5140, { "distinct_on": [ - 5153, + 5154, "[team_scrim_settings_select_column!]" ], "limit": [ @@ -215300,44 +216740,44 @@ export default { 41 ], "order_by": [ - 5151, + 5152, "[team_scrim_settings_order_by!]" ], "where": [ - 5142 + 5143 ] } ], "team_scrim_settings_by_pk": [ - 5138, + 5139, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_scrim_settings_stream": [ - 5138, + 5139, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5158, + 5159, "[team_scrim_settings_stream_cursor_input]!" ], "where": [ - 5142 + 5143 ] } ], "team_suggestions": [ - 5166, + 5167, { "distinct_on": [ - 5180, + 5181, "[team_suggestions_select_column!]" ], "limit": [ @@ -215347,19 +216787,19 @@ export default { 41 ], "order_by": [ - 5178, + 5179, "[team_suggestions_order_by!]" ], "where": [ - 5170 + 5171 ] } ], "team_suggestions_aggregate": [ - 5167, + 5168, { "distinct_on": [ - 5180, + 5181, "[team_suggestions_select_column!]" ], "limit": [ @@ -215369,44 +216809,44 @@ export default { 41 ], "order_by": [ - 5178, + 5179, "[team_suggestions_order_by!]" ], "where": [ - 5170 + 5171 ] } ], "team_suggestions_by_pk": [ - 5166, + 5167, { "id": [ - 6603, + 6672, "uuid!" ] } ], "team_suggestions_stream": [ - 5166, + 5167, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5185, + 5186, "[team_suggestions_stream_cursor_input]!" ], "where": [ - 5170 + 5171 ] } ], "teams": [ - 5193, + 5194, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -215416,19 +216856,19 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "teams_aggregate": [ - 5194, + 5195, { "distinct_on": [ - 5217, + 5218, "[teams_select_column!]" ], "limit": [ @@ -215438,44 +216878,44 @@ export default { 41 ], "order_by": [ - 5215, + 5216, "[teams_order_by!]" ], "where": [ - 5204 + 5205 ] } ], "teams_by_pk": [ - 5193, + 5194, { "id": [ - 6603, + 6672, "uuid!" ] } ], "teams_stream": [ - 5193, + 5194, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5227, + 5228, "[teams_stream_cursor_input]!" ], "where": [ - 5204 + 5205 ] } ], "tournament_awards": [ - 5244, + 5245, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -215485,19 +216925,19 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "tournament_awards_aggregate": [ - 5245, + 5246, { "distinct_on": [ - 5266, + 5267, "[tournament_awards_select_column!]" ], "limit": [ @@ -215507,44 +216947,44 @@ export default { 41 ], "order_by": [ - 5264, + 5265, "[tournament_awards_order_by!]" ], "where": [ - 5253 + 5254 ] } ], "tournament_awards_by_pk": [ - 5244, + 5245, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_awards_stream": [ - 5244, + 5245, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5274, + 5275, "[tournament_awards_stream_cursor_input]!" ], "where": [ - 5253 + 5254 ] } ], "tournament_brackets": [ - 5286, + 5287, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -215554,19 +216994,19 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], "tournament_brackets_aggregate": [ - 5287, + 5288, { "distinct_on": [ - 5310, + 5311, "[tournament_brackets_select_column!]" ], "limit": [ @@ -215576,44 +217016,44 @@ export default { 41 ], "order_by": [ - 5308, + 5309, "[tournament_brackets_order_by!]" ], "where": [ - 5297 + 5298 ] } ], "tournament_brackets_by_pk": [ - 5286, + 5287, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_brackets_stream": [ - 5286, + 5287, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5320, + 5321, "[tournament_brackets_stream_cursor_input]!" ], "where": [ - 5297 + 5298 ] } ], "tournament_categories": [ - 5332, + 5333, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -215623,19 +217063,19 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], "tournament_categories_aggregate": [ - 5333, + 5334, { "distinct_on": [ - 5350, + 5351, "[tournament_categories_select_column!]" ], "limit": [ @@ -215645,48 +217085,48 @@ export default { 41 ], "order_by": [ - 5348, + 5349, "[tournament_categories_order_by!]" ], "where": [ - 5339 + 5340 ] } ], "tournament_categories_by_pk": [ - 5332, + 5333, { "category": [ - 1553, + 1554, "e_tournament_categories_enum!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_categories_stream": [ - 5332, + 5333, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5352, + 5353, "[tournament_categories_stream_cursor_input]!" ], "where": [ - 5339 + 5340 ] } ], "tournament_free_agents": [ - 5356, + 5357, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -215696,19 +217136,19 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "tournament_free_agents_aggregate": [ - 5357, + 5358, { "distinct_on": [ - 5377, + 5378, "[tournament_free_agents_select_column!]" ], "limit": [ @@ -215718,44 +217158,186 @@ export default { 41 ], "order_by": [ - 5375, + 5376, "[tournament_free_agents_order_by!]" ], "where": [ - 5365 + 5366 ] } ], "tournament_free_agents_by_pk": [ - 5356, + 5357, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_free_agents_stream": [ - 5356, + 5357, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5385, + 5386, "[tournament_free_agents_stream_cursor_input]!" ], "where": [ - 5365 + 5366 + ] + } + ], + "tournament_invite_code_uses": [ + 5398, + { + "distinct_on": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5417, + "[tournament_invite_code_uses_order_by!]" + ], + "where": [ + 5407 + ] + } + ], + "tournament_invite_code_uses_aggregate": [ + 5399, + { + "distinct_on": [ + 5419, + "[tournament_invite_code_uses_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5417, + "[tournament_invite_code_uses_order_by!]" + ], + "where": [ + 5407 + ] + } + ], + "tournament_invite_code_uses_by_pk": [ + 5398, + { + "invite_code_id": [ + 6672, + "uuid!" + ], + "player_steam_id": [ + 312, + "bigint!" + ] + } + ], + "tournament_invite_code_uses_stream": [ + 5398, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5427, + "[tournament_invite_code_uses_stream_cursor_input]!" + ], + "where": [ + 5407 + ] + } + ], + "tournament_invite_codes": [ + 5439, + { + "distinct_on": [ + 5454, + "[tournament_invite_codes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5452, + "[tournament_invite_codes_order_by!]" + ], + "where": [ + 5443 + ] + } + ], + "tournament_invite_codes_aggregate": [ + 5440, + { + "distinct_on": [ + 5454, + "[tournament_invite_codes_select_column!]" + ], + "limit": [ + 41 + ], + "offset": [ + 41 + ], + "order_by": [ + 5452, + "[tournament_invite_codes_order_by!]" + ], + "where": [ + 5443 + ] + } + ], + "tournament_invite_codes_by_pk": [ + 5439, + { + "id": [ + 6672, + "uuid!" + ] + } + ], + "tournament_invite_codes_stream": [ + 5439, + { + "batch_size": [ + 41, + "Int!" + ], + "cursor": [ + 5459, + "[tournament_invite_codes_stream_cursor_input]!" + ], + "where": [ + 5443 ] } ], "tournament_invites": [ - 5397, + 5467, { "distinct_on": [ - 5411, + 5481, "[tournament_invites_select_column!]" ], "limit": [ @@ -215765,19 +217347,19 @@ export default { 41 ], "order_by": [ - 5409, + 5479, "[tournament_invites_order_by!]" ], "where": [ - 5401 + 5471 ] } ], "tournament_invites_aggregate": [ - 5398, + 5468, { "distinct_on": [ - 5411, + 5481, "[tournament_invites_select_column!]" ], "limit": [ @@ -215787,44 +217369,44 @@ export default { 41 ], "order_by": [ - 5409, + 5479, "[tournament_invites_order_by!]" ], "where": [ - 5401 + 5471 ] } ], "tournament_invites_by_pk": [ - 5397, + 5467, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_invites_stream": [ - 5397, + 5467, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5416, + 5486, "[tournament_invites_stream_cursor_input]!" ], "where": [ - 5401 + 5471 ] } ], "tournament_leaderboard_entries": [ - 5424, + 5494, { "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -215834,19 +217416,19 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "tournament_leaderboard_entries_aggregate": [ - 5425, + 5495, { "distinct_on": [ - 5435, + 5505, "[tournament_leaderboard_entries_select_column!]" ], "limit": [ @@ -215856,35 +217438,35 @@ export default { 41 ], "order_by": [ - 5434, + 5504, "[tournament_leaderboard_entries_order_by!]" ], "where": [ - 5428 + 5498 ] } ], "tournament_leaderboard_entries_stream": [ - 5424, + 5494, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5440, + 5510, "[tournament_leaderboard_entries_stream_cursor_input]!" ], "where": [ - 5428 + 5498 ] } ], "tournament_no_shows": [ - 5447, + 5517, { "distinct_on": [ - 5461, + 5531, "[tournament_no_shows_select_column!]" ], "limit": [ @@ -215894,19 +217476,19 @@ export default { 41 ], "order_by": [ - 5459, + 5529, "[tournament_no_shows_order_by!]" ], "where": [ - 5451 + 5521 ] } ], "tournament_no_shows_aggregate": [ - 5448, + 5518, { "distinct_on": [ - 5461, + 5531, "[tournament_no_shows_select_column!]" ], "limit": [ @@ -215916,44 +217498,44 @@ export default { 41 ], "order_by": [ - 5459, + 5529, "[tournament_no_shows_order_by!]" ], "where": [ - 5451 + 5521 ] } ], "tournament_no_shows_by_pk": [ - 5447, + 5517, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_no_shows_stream": [ - 5447, + 5517, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5466, + 5536, "[tournament_no_shows_stream_cursor_input]!" ], "where": [ - 5451 + 5521 ] } ], "tournament_organizer_teams": [ - 5474, + 5544, { "distinct_on": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -215963,19 +217545,19 @@ export default { 41 ], "order_by": [ - 5490, + 5560, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5481 + 5551 ] } ], "tournament_organizer_teams_aggregate": [ - 5475, + 5545, { "distinct_on": [ - 5492, + 5562, "[tournament_organizer_teams_select_column!]" ], "limit": [ @@ -215985,48 +217567,48 @@ export default { 41 ], "order_by": [ - 5490, + 5560, "[tournament_organizer_teams_order_by!]" ], "where": [ - 5481 + 5551 ] } ], "tournament_organizer_teams_by_pk": [ - 5474, + 5544, { "team_id": [ - 6603, + 6672, "uuid!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_organizer_teams_stream": [ - 5474, + 5544, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5494, + 5564, "[tournament_organizer_teams_stream_cursor_input]!" ], "where": [ - 5481 + 5551 ] } ], "tournament_organizers": [ - 5498, + 5568, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -216036,19 +217618,19 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "tournament_organizers_aggregate": [ - 5499, + 5569, { "distinct_on": [ - 5519, + 5589, "[tournament_organizers_select_column!]" ], "limit": [ @@ -216058,48 +217640,48 @@ export default { 41 ], "order_by": [ - 5517, + 5587, "[tournament_organizers_order_by!]" ], "where": [ - 5507 + 5577 ] } ], "tournament_organizers_by_pk": [ - 5498, + 5568, { "steam_id": [ - 311, + 312, "bigint!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_organizers_stream": [ - 5498, + 5568, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5527, + 5597, "[tournament_organizers_stream_cursor_input]!" ], "where": [ - 5507 + 5577 ] } ], "tournament_prizes": [ - 5539, + 5609, { "distinct_on": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "limit": [ @@ -216109,19 +217691,19 @@ export default { 41 ], "order_by": [ - 5558, + 5628, "[tournament_prizes_order_by!]" ], "where": [ - 5548 + 5618 ] } ], "tournament_prizes_aggregate": [ - 5540, + 5610, { "distinct_on": [ - 5560, + 5630, "[tournament_prizes_select_column!]" ], "limit": [ @@ -216131,44 +217713,44 @@ export default { 41 ], "order_by": [ - 5558, + 5628, "[tournament_prizes_order_by!]" ], "where": [ - 5548 + 5618 ] } ], "tournament_prizes_by_pk": [ - 5539, + 5609, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_prizes_stream": [ - 5539, + 5609, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5568, + 5638, "[tournament_prizes_stream_cursor_input]!" ], "where": [ - 5548 + 5618 ] } ], "tournament_registration_unlocks": [ - 5580, + 5650, { "distinct_on": [ - 5594, + 5663, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -216178,19 +217760,19 @@ export default { 41 ], "order_by": [ - 5592, + 5662, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5584 + 5654 ] } ], "tournament_registration_unlocks_aggregate": [ - 5581, + 5651, { "distinct_on": [ - 5594, + 5663, "[tournament_registration_unlocks_select_column!]" ], "limit": [ @@ -216200,48 +217782,35 @@ export default { 41 ], "order_by": [ - 5592, + 5662, "[tournament_registration_unlocks_order_by!]" ], "where": [ - 5584 - ] - } - ], - "tournament_registration_unlocks_by_pk": [ - 5580, - { - "player_steam_id": [ - 311, - "bigint!" - ], - "tournament_id": [ - 6603, - "uuid!" + 5654 ] } ], "tournament_registration_unlocks_stream": [ - 5580, + 5650, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5599, + 5668, "[tournament_registration_unlocks_stream_cursor_input]!" ], "where": [ - 5584 + 5654 ] } ], "tournament_stage_windows": [ - 5607, + 5676, { "distinct_on": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -216251,19 +217820,19 @@ export default { 41 ], "order_by": [ - 5626, + 5695, "[tournament_stage_windows_order_by!]" ], "where": [ - 5616 + 5685 ] } ], "tournament_stage_windows_aggregate": [ - 5608, + 5677, { "distinct_on": [ - 5628, + 5697, "[tournament_stage_windows_select_column!]" ], "limit": [ @@ -216273,44 +217842,44 @@ export default { 41 ], "order_by": [ - 5626, + 5695, "[tournament_stage_windows_order_by!]" ], "where": [ - 5616 + 5685 ] } ], "tournament_stage_windows_by_pk": [ - 5607, + 5676, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_stage_windows_stream": [ - 5607, + 5676, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5636, + 5705, "[tournament_stage_windows_stream_cursor_input]!" ], "where": [ - 5616 + 5685 ] } ], "tournament_stages": [ - 5648, + 5717, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -216320,19 +217889,19 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "tournament_stages_aggregate": [ - 5649, + 5718, { "distinct_on": [ - 5677, + 5746, "[tournament_stages_select_column!]" ], "limit": [ @@ -216342,44 +217911,44 @@ export default { 41 ], "order_by": [ - 5674, + 5743, "[tournament_stages_order_by!]" ], "where": [ - 5660 + 5729 ] } ], "tournament_stages_by_pk": [ - 5648, + 5717, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_stages_stream": [ - 5648, + 5717, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5687, + 5756, "[tournament_stages_stream_cursor_input]!" ], "where": [ - 5660 + 5729 ] } ], "tournament_team_invites": [ - 5699, + 5768, { "distinct_on": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -216389,19 +217958,19 @@ export default { 41 ], "order_by": [ - 5718, + 5787, "[tournament_team_invites_order_by!]" ], "where": [ - 5708 + 5777 ] } ], "tournament_team_invites_aggregate": [ - 5700, + 5769, { "distinct_on": [ - 5720, + 5789, "[tournament_team_invites_select_column!]" ], "limit": [ @@ -216411,44 +217980,44 @@ export default { 41 ], "order_by": [ - 5718, + 5787, "[tournament_team_invites_order_by!]" ], "where": [ - 5708 + 5777 ] } ], "tournament_team_invites_by_pk": [ - 5699, + 5768, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_team_invites_stream": [ - 5699, + 5768, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5728, + 5797, "[tournament_team_invites_stream_cursor_input]!" ], "where": [ - 5708 + 5777 ] } ], "tournament_team_roster": [ - 5740, + 5809, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -216458,19 +218027,19 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournament_team_roster_aggregate": [ - 5741, + 5810, { "distinct_on": [ - 5761, + 5830, "[tournament_team_roster_select_column!]" ], "limit": [ @@ -216480,48 +218049,48 @@ export default { 41 ], "order_by": [ - 5759, + 5828, "[tournament_team_roster_order_by!]" ], "where": [ - 5749 + 5818 ] } ], "tournament_team_roster_by_pk": [ - 5740, + 5809, { "player_steam_id": [ - 311, + 312, "bigint!" ], "tournament_id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_team_roster_stream": [ - 5740, + 5809, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5769, + 5838, "[tournament_team_roster_stream_cursor_input]!" ], "where": [ - 5749 + 5818 ] } ], "tournament_teams": [ - 5781, + 5850, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -216531,19 +218100,19 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], "tournament_teams_aggregate": [ - 5782, + 5851, { "distinct_on": [ - 5805, + 5874, "[tournament_teams_select_column!]" ], "limit": [ @@ -216553,44 +218122,44 @@ export default { 41 ], "order_by": [ - 5803, + 5872, "[tournament_teams_order_by!]" ], "where": [ - 5792 + 5861 ] } ], "tournament_teams_by_pk": [ - 5781, + 5850, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournament_teams_stream": [ - 5781, + 5850, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5815, + 5884, "[tournament_teams_stream_cursor_input]!" ], "where": [ - 5792 + 5861 ] } ], "tournaments": [ - 5827, + 5896, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -216600,19 +218169,19 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_aggregate": [ - 5828, + 5897, { "distinct_on": [ - 5861, + 5930, "[tournaments_select_column!]" ], "limit": [ @@ -216622,44 +218191,44 @@ export default { 41 ], "order_by": [ - 5859, + 5928, "[tournaments_order_by!]" ], "where": [ - 5848 + 5917 ] } ], "tournaments_by_pk": [ - 5827, + 5896, { "id": [ - 6603, + 6672, "uuid!" ] } ], "tournaments_stream": [ - 5827, + 5896, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5879, + 5948, "[tournaments_stream_cursor_input]!" ], "where": [ - 5848 + 5917 ] } ], "utility_collection_items": [ - 5891, + 5960, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -216669,19 +218238,19 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], "utility_collection_items_aggregate": [ - 5892, + 5961, { "distinct_on": [ - 5912, + 5981, "[utility_collection_items_select_column!]" ], "limit": [ @@ -216691,48 +218260,48 @@ export default { 41 ], "order_by": [ - 5910, + 5979, "[utility_collection_items_order_by!]" ], "where": [ - 5900 + 5969 ] } ], "utility_collection_items_by_pk": [ - 5891, + 5960, { "collection_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_collection_items_stream": [ - 5891, + 5960, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5920, + 5989, "[utility_collection_items_stream_cursor_input]!" ], "where": [ - 5900 + 5969 ] } ], "utility_collections": [ - 5932, + 6001, { "distinct_on": [ - 5947, + 6016, "[utility_collections_select_column!]" ], "limit": [ @@ -216742,19 +218311,19 @@ export default { 41 ], "order_by": [ - 5945, + 6014, "[utility_collections_order_by!]" ], "where": [ - 5936 + 6005 ] } ], "utility_collections_aggregate": [ - 5933, + 6002, { "distinct_on": [ - 5947, + 6016, "[utility_collections_select_column!]" ], "limit": [ @@ -216764,44 +218333,44 @@ export default { 41 ], "order_by": [ - 5945, + 6014, "[utility_collections_order_by!]" ], "where": [ - 5936 + 6005 ] } ], "utility_collections_by_pk": [ - 5932, + 6001, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_collections_stream": [ - 5932, + 6001, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5952, + 6021, "[utility_collections_stream_cursor_input]!" ], "where": [ - 5936 + 6005 ] } ], "utility_demo_mines": [ - 5960, + 6029, { "distinct_on": [ - 5974, + 6043, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -216811,19 +218380,19 @@ export default { 41 ], "order_by": [ - 5972, + 6041, "[utility_demo_mines_order_by!]" ], "where": [ - 5964 + 6033 ] } ], "utility_demo_mines_aggregate": [ - 5961, + 6030, { "distinct_on": [ - 5974, + 6043, "[utility_demo_mines_select_column!]" ], "limit": [ @@ -216833,44 +218402,44 @@ export default { 41 ], "order_by": [ - 5972, + 6041, "[utility_demo_mines_order_by!]" ], "where": [ - 5964 + 6033 ] } ], "utility_demo_mines_by_pk": [ - 5960, + 6029, { "match_map_demo_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_demo_mines_stream": [ - 5960, + 6029, { "batch_size": [ 41, "Int!" ], "cursor": [ - 5979, + 6048, "[utility_demo_mines_stream_cursor_input]!" ], "where": [ - 5964 + 6033 ] } ], "utility_demo_throws": [ - 5987, + 6056, { "distinct_on": [ - 6001, + 6070, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -216880,19 +218449,19 @@ export default { 41 ], "order_by": [ - 5999, + 6068, "[utility_demo_throws_order_by!]" ], "where": [ - 5991 + 6060 ] } ], "utility_demo_throws_aggregate": [ - 5988, + 6057, { "distinct_on": [ - 6001, + 6070, "[utility_demo_throws_select_column!]" ], "limit": [ @@ -216902,48 +218471,48 @@ export default { 41 ], "order_by": [ - 5999, + 6068, "[utility_demo_throws_order_by!]" ], "where": [ - 5991 + 6060 ] } ], "utility_demo_throws_by_pk": [ - 5987, + 6056, { "grenade_id": [ 41, "Int!" ], "match_map_demo_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_demo_throws_stream": [ - 5987, + 6056, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6006, + 6075, "[utility_demo_throws_stream_cursor_input]!" ], "where": [ - 5991 + 6060 ] } ], "utility_drift_results": [ - 6014, + 6083, { "distinct_on": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "limit": [ @@ -216953,19 +218522,19 @@ export default { 41 ], "order_by": [ - 6043, + 6112, "[utility_drift_results_order_by!]" ], "where": [ - 6033 + 6102 ] } ], "utility_drift_results_aggregate": [ - 6015, + 6084, { "distinct_on": [ - 6045, + 6114, "[utility_drift_results_select_column!]" ], "limit": [ @@ -216975,48 +218544,48 @@ export default { 41 ], "order_by": [ - 6043, + 6112, "[utility_drift_results_order_by!]" ], "where": [ - 6033 + 6102 ] } ], "utility_drift_results_by_pk": [ - 6014, + 6083, { "utility_drift_scan_id": [ - 6603, + 6672, "uuid!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_drift_results_stream": [ - 6014, + 6083, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6061, + 6130, "[utility_drift_results_stream_cursor_input]!" ], "where": [ - 6033 + 6102 ] } ], "utility_drift_scans": [ - 6073, + 6142, { "distinct_on": [ - 6088, + 6157, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -217026,19 +218595,19 @@ export default { 41 ], "order_by": [ - 6086, + 6155, "[utility_drift_scans_order_by!]" ], "where": [ - 6077 + 6146 ] } ], "utility_drift_scans_aggregate": [ - 6074, + 6143, { "distinct_on": [ - 6088, + 6157, "[utility_drift_scans_select_column!]" ], "limit": [ @@ -217048,44 +218617,44 @@ export default { 41 ], "order_by": [ - 6086, + 6155, "[utility_drift_scans_order_by!]" ], "where": [ - 6077 + 6146 ] } ], "utility_drift_scans_by_pk": [ - 6073, + 6142, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_drift_scans_stream": [ - 6073, + 6142, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6093, + 6162, "[utility_drift_scans_stream_cursor_input]!" ], "where": [ - 6077 + 6146 ] } ], "utility_lineup_favorites": [ - 6101, + 6170, { "distinct_on": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -217095,19 +218664,19 @@ export default { 41 ], "order_by": [ - 6120, + 6189, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6110 + 6179 ] } ], "utility_lineup_favorites_aggregate": [ - 6102, + 6171, { "distinct_on": [ - 6122, + 6191, "[utility_lineup_favorites_select_column!]" ], "limit": [ @@ -217117,48 +218686,48 @@ export default { 41 ], "order_by": [ - 6120, + 6189, "[utility_lineup_favorites_order_by!]" ], "where": [ - 6110 + 6179 ] } ], "utility_lineup_favorites_by_pk": [ - 6101, + 6170, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_favorites_stream": [ - 6101, + 6170, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6130, + 6199, "[utility_lineup_favorites_stream_cursor_input]!" ], "where": [ - 6110 + 6179 ] } ], "utility_lineup_progress": [ - 6142, + 6211, { "distinct_on": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -217168,19 +218737,19 @@ export default { 41 ], "order_by": [ - 6171, + 6240, "[utility_lineup_progress_order_by!]" ], "where": [ - 6161 + 6230 ] } ], "utility_lineup_progress_aggregate": [ - 6143, + 6212, { "distinct_on": [ - 6173, + 6242, "[utility_lineup_progress_select_column!]" ], "limit": [ @@ -217190,48 +218759,48 @@ export default { 41 ], "order_by": [ - 6171, + 6240, "[utility_lineup_progress_order_by!]" ], "where": [ - 6161 + 6230 ] } ], "utility_lineup_progress_by_pk": [ - 6142, + 6211, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_progress_stream": [ - 6142, + 6211, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6189, + 6258, "[utility_lineup_progress_stream_cursor_input]!" ], "where": [ - 6161 + 6230 ] } ], "utility_lineup_renders": [ - 6201, + 6270, { "distinct_on": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -217241,19 +218810,19 @@ export default { 41 ], "order_by": [ - 6226, + 6295, "[utility_lineup_renders_order_by!]" ], "where": [ - 6213 + 6282 ] } ], "utility_lineup_renders_aggregate": [ - 6202, + 6271, { "distinct_on": [ - 6229, + 6298, "[utility_lineup_renders_select_column!]" ], "limit": [ @@ -217263,44 +218832,44 @@ export default { 41 ], "order_by": [ - 6226, + 6295, "[utility_lineup_renders_order_by!]" ], "where": [ - 6213 + 6282 ] } ], "utility_lineup_renders_by_pk": [ - 6201, + 6270, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_renders_stream": [ - 6201, + 6270, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6239, + 6308, "[utility_lineup_renders_stream_cursor_input]!" ], "where": [ - 6213 + 6282 ] } ], "utility_lineup_repairs": [ - 6251, + 6320, { "distinct_on": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -217310,19 +218879,19 @@ export default { 41 ], "order_by": [ - 6280, + 6349, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6270 + 6339 ] } ], "utility_lineup_repairs_aggregate": [ - 6252, + 6321, { "distinct_on": [ - 6282, + 6351, "[utility_lineup_repairs_select_column!]" ], "limit": [ @@ -217332,44 +218901,44 @@ export default { 41 ], "order_by": [ - 6280, + 6349, "[utility_lineup_repairs_order_by!]" ], "where": [ - 6270 + 6339 ] } ], "utility_lineup_repairs_by_pk": [ - 6251, + 6320, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_repairs_stream": [ - 6251, + 6320, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6298, + 6367, "[utility_lineup_repairs_stream_cursor_input]!" ], "where": [ - 6270 + 6339 ] } ], "utility_lineup_votes": [ - 6310, + 6379, { "distinct_on": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -217379,19 +218948,19 @@ export default { 41 ], "order_by": [ - 6329, + 6398, "[utility_lineup_votes_order_by!]" ], "where": [ - 6319 + 6388 ] } ], "utility_lineup_votes_aggregate": [ - 6311, + 6380, { "distinct_on": [ - 6331, + 6400, "[utility_lineup_votes_select_column!]" ], "limit": [ @@ -217401,48 +218970,48 @@ export default { 41 ], "order_by": [ - 6329, + 6398, "[utility_lineup_votes_order_by!]" ], "where": [ - 6319 + 6388 ] } ], "utility_lineup_votes_by_pk": [ - 6310, + 6379, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_lineup_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineup_votes_stream": [ - 6310, + 6379, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6339, + 6408, "[utility_lineup_votes_stream_cursor_input]!" ], "where": [ - 6319 + 6388 ] } ], "utility_lineups": [ - 6351, + 6420, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -217452,19 +219021,19 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_aggregate": [ - 6352, + 6421, { "distinct_on": [ - 6390, + 6459, "[utility_lineups_select_column!]" ], "limit": [ @@ -217474,44 +219043,44 @@ export default { 41 ], "order_by": [ - 6387, + 6456, "[utility_lineups_order_by!]" ], "where": [ - 6373 + 6442 ] } ], "utility_lineups_by_pk": [ - 6351, + 6420, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_lineups_stream": [ - 6351, + 6420, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6408, + 6477, "[utility_lineups_stream_cursor_input]!" ], "where": [ - 6373 + 6442 ] } ], "utility_meta_lineups": [ - 6420, + 6489, { "distinct_on": [ - 6434, + 6503, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -217521,19 +219090,19 @@ export default { 41 ], "order_by": [ - 6432, + 6501, "[utility_meta_lineups_order_by!]" ], "where": [ - 6424 + 6493 ] } ], "utility_meta_lineups_aggregate": [ - 6421, + 6490, { "distinct_on": [ - 6434, + 6503, "[utility_meta_lineups_select_column!]" ], "limit": [ @@ -217543,16 +219112,16 @@ export default { 41 ], "order_by": [ - 6432, + 6501, "[utility_meta_lineups_order_by!]" ], "where": [ - 6424 + 6493 ] } ], "utility_meta_lineups_by_pk": [ - 6420, + 6489, { "lineup_bucket": [ 85, @@ -217561,26 +219130,26 @@ export default { } ], "utility_meta_lineups_stream": [ - 6420, + 6489, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6439, + 6508, "[utility_meta_lineups_stream_cursor_input]!" ], "where": [ - 6424 + 6493 ] } ], "utility_playbook_steps": [ - 6447, + 6516, { "distinct_on": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -217590,19 +219159,19 @@ export default { 41 ], "order_by": [ - 6466, + 6535, "[utility_playbook_steps_order_by!]" ], "where": [ - 6456 + 6525 ] } ], "utility_playbook_steps_aggregate": [ - 6448, + 6517, { "distinct_on": [ - 6468, + 6537, "[utility_playbook_steps_select_column!]" ], "limit": [ @@ -217612,44 +219181,44 @@ export default { 41 ], "order_by": [ - 6466, + 6535, "[utility_playbook_steps_order_by!]" ], "where": [ - 6456 + 6525 ] } ], "utility_playbook_steps_by_pk": [ - 6447, + 6516, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_playbook_steps_stream": [ - 6447, + 6516, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6476, + 6545, "[utility_playbook_steps_stream_cursor_input]!" ], "where": [ - 6456 + 6525 ] } ], "utility_playbooks": [ - 6488, + 6557, { "distinct_on": [ - 6503, + 6572, "[utility_playbooks_select_column!]" ], "limit": [ @@ -217659,19 +219228,19 @@ export default { 41 ], "order_by": [ - 6501, + 6570, "[utility_playbooks_order_by!]" ], "where": [ - 6492 + 6561 ] } ], "utility_playbooks_aggregate": [ - 6489, + 6558, { "distinct_on": [ - 6503, + 6572, "[utility_playbooks_select_column!]" ], "limit": [ @@ -217681,44 +219250,44 @@ export default { 41 ], "order_by": [ - 6501, + 6570, "[utility_playbooks_order_by!]" ], "where": [ - 6492 + 6561 ] } ], "utility_playbooks_by_pk": [ - 6488, + 6557, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_playbooks_stream": [ - 6488, + 6557, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6508, + 6577, "[utility_playbooks_stream_cursor_input]!" ], "where": [ - 6492 + 6561 ] } ], "utility_practice_invites": [ - 6516, + 6585, { "distinct_on": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -217728,19 +219297,19 @@ export default { 41 ], "order_by": [ - 6535, + 6604, "[utility_practice_invites_order_by!]" ], "where": [ - 6525 + 6594 ] } ], "utility_practice_invites_aggregate": [ - 6517, + 6586, { "distinct_on": [ - 6537, + 6606, "[utility_practice_invites_select_column!]" ], "limit": [ @@ -217750,48 +219319,48 @@ export default { 41 ], "order_by": [ - 6535, + 6604, "[utility_practice_invites_order_by!]" ], "where": [ - 6525 + 6594 ] } ], "utility_practice_invites_by_pk": [ - 6516, + 6585, { "steam_id": [ - 311, + 312, "bigint!" ], "utility_practice_session_id": [ - 6603, + 6672, "uuid!" ] } ], "utility_practice_invites_stream": [ - 6516, + 6585, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6545, + 6614, "[utility_practice_invites_stream_cursor_input]!" ], "where": [ - 6525 + 6594 ] } ], "utility_practice_sessions": [ - 6557, + 6626, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -217801,19 +219370,19 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], "utility_practice_sessions_aggregate": [ - 6558, + 6627, { "distinct_on": [ - 6581, + 6650, "[utility_practice_sessions_select_column!]" ], "limit": [ @@ -217823,44 +219392,44 @@ export default { 41 ], "order_by": [ - 6579, + 6648, "[utility_practice_sessions_order_by!]" ], "where": [ - 6568 + 6637 ] } ], "utility_practice_sessions_by_pk": [ - 6557, + 6626, { "id": [ - 6603, + 6672, "uuid!" ] } ], "utility_practice_sessions_stream": [ - 6557, + 6626, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6591, + 6660, "[utility_practice_sessions_stream_cursor_input]!" ], "where": [ - 6568 + 6637 ] } ], "v_event_player_stats": [ - 6606, + 6675, { "distinct_on": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -217870,19 +219439,19 @@ export default { 41 ], "order_by": [ - 6631, + 6700, "[v_event_player_stats_order_by!]" ], "where": [ - 6625 + 6694 ] } ], "v_event_player_stats_aggregate": [ - 6607, + 6676, { "distinct_on": [ - 6632, + 6701, "[v_event_player_stats_select_column!]" ], "limit": [ @@ -217892,35 +219461,35 @@ export default { 41 ], "order_by": [ - 6631, + 6700, "[v_event_player_stats_order_by!]" ], "where": [ - 6625 + 6694 ] } ], "v_event_player_stats_stream": [ - 6606, + 6675, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6647, + 6716, "[v_event_player_stats_stream_cursor_input]!" ], "where": [ - 6625 + 6694 ] } ], "v_gpu_pool_status": [ - 6657, + 6726, { "distinct_on": [ - 6665, + 6734, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -217930,19 +219499,19 @@ export default { 41 ], "order_by": [ - 6664, + 6733, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6661 + 6730 ] } ], "v_gpu_pool_status_aggregate": [ - 6658, + 6727, { "distinct_on": [ - 6665, + 6734, "[v_gpu_pool_status_select_column!]" ], "limit": [ @@ -217952,35 +219521,35 @@ export default { 41 ], "order_by": [ - 6664, + 6733, "[v_gpu_pool_status_order_by!]" ], "where": [ - 6661 + 6730 ] } ], "v_gpu_pool_status_stream": [ - 6657, + 6726, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6669, + 6738, "[v_gpu_pool_status_stream_cursor_input]!" ], "where": [ - 6661 + 6730 ] } ], "v_league_division_standings": [ - 6675, + 6744, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -217990,19 +219559,19 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "v_league_division_standings_aggregate": [ - 6676, + 6745, { "distinct_on": [ - 6691, + 6760, "[v_league_division_standings_select_column!]" ], "limit": [ @@ -218012,35 +219581,35 @@ export default { 41 ], "order_by": [ - 6690, + 6759, "[v_league_division_standings_order_by!]" ], "where": [ - 6684 + 6753 ] } ], "v_league_division_standings_stream": [ - 6675, + 6744, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6698, + 6767, "[v_league_division_standings_stream_cursor_input]!" ], "where": [ - 6684 + 6753 ] } ], "v_league_season_player_stats": [ - 6708, + 6777, { "distinct_on": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -218050,19 +219619,19 @@ export default { 41 ], "order_by": [ - 6733, + 6802, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6727 + 6796 ] } ], "v_league_season_player_stats_aggregate": [ - 6709, + 6778, { "distinct_on": [ - 6734, + 6803, "[v_league_season_player_stats_select_column!]" ], "limit": [ @@ -218072,35 +219641,35 @@ export default { 41 ], "order_by": [ - 6733, + 6802, "[v_league_season_player_stats_order_by!]" ], "where": [ - 6727 + 6796 ] } ], "v_league_season_player_stats_stream": [ - 6708, + 6777, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6749, + 6818, "[v_league_season_player_stats_stream_cursor_input]!" ], "where": [ - 6727 + 6796 ] } ], "v_match_captains": [ - 6759, + 6828, { "distinct_on": [ - 6771, + 6840, "[v_match_captains_select_column!]" ], "limit": [ @@ -218110,19 +219679,19 @@ export default { 41 ], "order_by": [ - 6770, + 6839, "[v_match_captains_order_by!]" ], "where": [ - 6763 + 6832 ] } ], "v_match_captains_aggregate": [ - 6760, + 6829, { "distinct_on": [ - 6771, + 6840, "[v_match_captains_select_column!]" ], "limit": [ @@ -218132,35 +219701,35 @@ export default { 41 ], "order_by": [ - 6770, + 6839, "[v_match_captains_order_by!]" ], "where": [ - 6763 + 6832 ] } ], "v_match_captains_stream": [ - 6759, + 6828, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6776, + 6845, "[v_match_captains_stream_cursor_input]!" ], "where": [ - 6763 + 6832 ] } ], "v_match_clutches": [ - 6783, + 6852, { "distinct_on": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "limit": [ @@ -218170,19 +219739,19 @@ export default { 41 ], "order_by": [ - 6798, + 6867, "[v_match_clutches_order_by!]" ], "where": [ - 6792 + 6861 ] } ], "v_match_clutches_aggregate": [ - 6784, + 6853, { "distinct_on": [ - 6799, + 6868, "[v_match_clutches_select_column!]" ], "limit": [ @@ -218192,35 +219761,35 @@ export default { 41 ], "order_by": [ - 6798, + 6867, "[v_match_clutches_order_by!]" ], "where": [ - 6792 + 6861 ] } ], "v_match_clutches_stream": [ - 6783, + 6852, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6806, + 6875, "[v_match_clutches_stream_cursor_input]!" ], "where": [ - 6792 + 6861 ] } ], "v_match_kill_pairs": [ - 6816, + 6885, { "distinct_on": [ - 6824, + 6893, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -218230,19 +219799,19 @@ export default { 41 ], "order_by": [ - 6823, + 6892, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6820 + 6889 ] } ], "v_match_kill_pairs_aggregate": [ - 6817, + 6886, { "distinct_on": [ - 6824, + 6893, "[v_match_kill_pairs_select_column!]" ], "limit": [ @@ -218252,35 +219821,35 @@ export default { 41 ], "order_by": [ - 6823, + 6892, "[v_match_kill_pairs_order_by!]" ], "where": [ - 6820 + 6889 ] } ], "v_match_kill_pairs_stream": [ - 6816, + 6885, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6828, + 6897, "[v_match_kill_pairs_stream_cursor_input]!" ], "where": [ - 6820 + 6889 ] } ], "v_match_lineup_buy_types": [ - 6834, + 6903, { "distinct_on": [ - 6842, + 6911, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -218290,19 +219859,19 @@ export default { 41 ], "order_by": [ - 6841, + 6910, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6838 + 6907 ] } ], "v_match_lineup_buy_types_aggregate": [ - 6835, + 6904, { "distinct_on": [ - 6842, + 6911, "[v_match_lineup_buy_types_select_column!]" ], "limit": [ @@ -218312,35 +219881,35 @@ export default { 41 ], "order_by": [ - 6841, + 6910, "[v_match_lineup_buy_types_order_by!]" ], "where": [ - 6838 + 6907 ] } ], "v_match_lineup_buy_types_stream": [ - 6834, + 6903, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6846, + 6915, "[v_match_lineup_buy_types_stream_cursor_input]!" ], "where": [ - 6838 + 6907 ] } ], "v_match_lineup_map_stats": [ - 6852, + 6921, { "distinct_on": [ - 6860, + 6929, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -218350,19 +219919,19 @@ export default { 41 ], "order_by": [ - 6859, + 6928, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6856 + 6925 ] } ], "v_match_lineup_map_stats_aggregate": [ - 6853, + 6922, { "distinct_on": [ - 6860, + 6929, "[v_match_lineup_map_stats_select_column!]" ], "limit": [ @@ -218372,35 +219941,35 @@ export default { 41 ], "order_by": [ - 6859, + 6928, "[v_match_lineup_map_stats_order_by!]" ], "where": [ - 6856 + 6925 ] } ], "v_match_lineup_map_stats_stream": [ - 6852, + 6921, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6864, + 6933, "[v_match_lineup_map_stats_stream_cursor_input]!" ], "where": [ - 6856 + 6925 ] } ], "v_match_map_backup_rounds": [ - 6870, + 6939, { "distinct_on": [ - 6881, + 6950, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -218410,19 +219979,19 @@ export default { 41 ], "order_by": [ - 6880, + 6949, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6874 + 6943 ] } ], "v_match_map_backup_rounds_aggregate": [ - 6871, + 6940, { "distinct_on": [ - 6881, + 6950, "[v_match_map_backup_rounds_select_column!]" ], "limit": [ @@ -218432,35 +220001,35 @@ export default { 41 ], "order_by": [ - 6880, + 6949, "[v_match_map_backup_rounds_order_by!]" ], "where": [ - 6874 + 6943 ] } ], "v_match_map_backup_rounds_stream": [ - 6870, + 6939, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6886, + 6955, "[v_match_map_backup_rounds_stream_cursor_input]!" ], "where": [ - 6874 + 6943 ] } ], "v_match_player_buy_types": [ - 6893, + 6962, { "distinct_on": [ - 6901, + 6970, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -218470,19 +220039,19 @@ export default { 41 ], "order_by": [ - 6900, + 6969, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6897 + 6966 ] } ], "v_match_player_buy_types_aggregate": [ - 6894, + 6963, { "distinct_on": [ - 6901, + 6970, "[v_match_player_buy_types_select_column!]" ], "limit": [ @@ -218492,35 +220061,35 @@ export default { 41 ], "order_by": [ - 6900, + 6969, "[v_match_player_buy_types_order_by!]" ], "where": [ - 6897 + 6966 ] } ], "v_match_player_buy_types_stream": [ - 6893, + 6962, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6905, + 6974, "[v_match_player_buy_types_stream_cursor_input]!" ], "where": [ - 6897 + 6966 ] } ], "v_match_player_opening_duels": [ - 6911, + 6980, { "distinct_on": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -218530,19 +220099,19 @@ export default { 41 ], "order_by": [ - 6926, + 6995, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6920 + 6989 ] } ], "v_match_player_opening_duels_aggregate": [ - 6912, + 6981, { "distinct_on": [ - 6927, + 6996, "[v_match_player_opening_duels_select_column!]" ], "limit": [ @@ -218552,35 +220121,35 @@ export default { 41 ], "order_by": [ - 6926, + 6995, "[v_match_player_opening_duels_order_by!]" ], "where": [ - 6920 + 6989 ] } ], "v_match_player_opening_duels_stream": [ - 6911, + 6980, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6934, + 7003, "[v_match_player_opening_duels_stream_cursor_input]!" ], "where": [ - 6920 + 6989 ] } ], "v_player_arch_nemesis": [ - 6944, + 7013, { "distinct_on": [ - 6952, + 7021, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -218590,19 +220159,19 @@ export default { 41 ], "order_by": [ - 6951, + 7020, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6948 + 7017 ] } ], "v_player_arch_nemesis_aggregate": [ - 6945, + 7014, { "distinct_on": [ - 6952, + 7021, "[v_player_arch_nemesis_select_column!]" ], "limit": [ @@ -218612,35 +220181,35 @@ export default { 41 ], "order_by": [ - 6951, + 7020, "[v_player_arch_nemesis_order_by!]" ], "where": [ - 6948 + 7017 ] } ], "v_player_arch_nemesis_stream": [ - 6944, + 7013, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6956, + 7025, "[v_player_arch_nemesis_stream_cursor_input]!" ], "where": [ - 6948 + 7017 ] } ], "v_player_damage": [ - 6962, + 7031, { "distinct_on": [ - 6970, + 7039, "[v_player_damage_select_column!]" ], "limit": [ @@ -218650,19 +220219,19 @@ export default { 41 ], "order_by": [ - 6969, + 7038, "[v_player_damage_order_by!]" ], "where": [ - 6966 + 7035 ] } ], "v_player_damage_aggregate": [ - 6963, + 7032, { "distinct_on": [ - 6970, + 7039, "[v_player_damage_select_column!]" ], "limit": [ @@ -218672,35 +220241,35 @@ export default { 41 ], "order_by": [ - 6969, + 7038, "[v_player_damage_order_by!]" ], "where": [ - 6966 + 7035 ] } ], "v_player_damage_stream": [ - 6962, + 7031, { "batch_size": [ 41, "Int!" ], "cursor": [ - 6974, + 7043, "[v_player_damage_stream_cursor_input]!" ], "where": [ - 6966 + 7035 ] } ], "v_player_elo": [ - 6980, + 7049, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -218710,19 +220279,19 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "v_player_elo_aggregate": [ - 6981, + 7050, { "distinct_on": [ - 7006, + 7075, "[v_player_elo_select_column!]" ], "limit": [ @@ -218732,35 +220301,35 @@ export default { 41 ], "order_by": [ - 7005, + 7074, "[v_player_elo_order_by!]" ], "where": [ - 6999 + 7068 ] } ], "v_player_elo_stream": [ - 6980, + 7049, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7021, + 7090, "[v_player_elo_stream_cursor_input]!" ], "where": [ - 6999 + 7068 ] } ], "v_player_map_losses": [ - 7031, + 7100, { "distinct_on": [ - 7039, + 7108, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -218770,19 +220339,19 @@ export default { 41 ], "order_by": [ - 7038, + 7107, "[v_player_map_losses_order_by!]" ], "where": [ - 7035 + 7104 ] } ], "v_player_map_losses_aggregate": [ - 7032, + 7101, { "distinct_on": [ - 7039, + 7108, "[v_player_map_losses_select_column!]" ], "limit": [ @@ -218792,35 +220361,35 @@ export default { 41 ], "order_by": [ - 7038, + 7107, "[v_player_map_losses_order_by!]" ], "where": [ - 7035 + 7104 ] } ], "v_player_map_losses_stream": [ - 7031, + 7100, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7043, + 7112, "[v_player_map_losses_stream_cursor_input]!" ], "where": [ - 7035 + 7104 ] } ], "v_player_map_wins": [ - 7049, + 7118, { "distinct_on": [ - 7057, + 7126, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -218830,19 +220399,19 @@ export default { 41 ], "order_by": [ - 7056, + 7125, "[v_player_map_wins_order_by!]" ], "where": [ - 7053 + 7122 ] } ], "v_player_map_wins_aggregate": [ - 7050, + 7119, { "distinct_on": [ - 7057, + 7126, "[v_player_map_wins_select_column!]" ], "limit": [ @@ -218852,35 +220421,35 @@ export default { 41 ], "order_by": [ - 7056, + 7125, "[v_player_map_wins_order_by!]" ], "where": [ - 7053 + 7122 ] } ], "v_player_map_wins_stream": [ - 7049, + 7118, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7061, + 7130, "[v_player_map_wins_stream_cursor_input]!" ], "where": [ - 7053 + 7122 ] } ], "v_player_match_head_to_head": [ - 7067, + 7136, { "distinct_on": [ - 7075, + 7144, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -218890,19 +220459,19 @@ export default { 41 ], "order_by": [ - 7074, + 7143, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 7071 + 7140 ] } ], "v_player_match_head_to_head_aggregate": [ - 7068, + 7137, { "distinct_on": [ - 7075, + 7144, "[v_player_match_head_to_head_select_column!]" ], "limit": [ @@ -218912,35 +220481,35 @@ export default { 41 ], "order_by": [ - 7074, + 7143, "[v_player_match_head_to_head_order_by!]" ], "where": [ - 7071 + 7140 ] } ], "v_player_match_head_to_head_stream": [ - 7067, + 7136, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7079, + 7148, "[v_player_match_head_to_head_stream_cursor_input]!" ], "where": [ - 7071 + 7140 ] } ], "v_player_match_map_hltv": [ - 7085, + 7154, { "distinct_on": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -218950,19 +220519,19 @@ export default { 41 ], "order_by": [ - 7102, + 7171, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 7094 + 7163 ] } ], "v_player_match_map_hltv_aggregate": [ - 7086, + 7155, { "distinct_on": [ - 7103, + 7172, "[v_player_match_map_hltv_select_column!]" ], "limit": [ @@ -218972,35 +220541,35 @@ export default { 41 ], "order_by": [ - 7102, + 7171, "[v_player_match_map_hltv_order_by!]" ], "where": [ - 7094 + 7163 ] } ], "v_player_match_map_hltv_stream": [ - 7085, + 7154, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7111, + 7180, "[v_player_match_map_hltv_stream_cursor_input]!" ], "where": [ - 7094 + 7163 ] } ], "v_player_match_map_roles": [ - 7122, + 7191, { "distinct_on": [ - 7130, + 7199, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -219010,19 +220579,19 @@ export default { 41 ], "order_by": [ - 7129, + 7198, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7126 + 7195 ] } ], "v_player_match_map_roles_aggregate": [ - 7123, + 7192, { "distinct_on": [ - 7130, + 7199, "[v_player_match_map_roles_select_column!]" ], "limit": [ @@ -219032,35 +220601,35 @@ export default { 41 ], "order_by": [ - 7129, + 7198, "[v_player_match_map_roles_order_by!]" ], "where": [ - 7126 + 7195 ] } ], "v_player_match_map_roles_stream": [ - 7122, + 7191, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7134, + 7203, "[v_player_match_map_roles_stream_cursor_input]!" ], "where": [ - 7126 + 7195 ] } ], "v_player_match_performance": [ - 7140, + 7209, { "distinct_on": [ - 7148, + 7217, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -219070,19 +220639,19 @@ export default { 41 ], "order_by": [ - 7147, + 7216, "[v_player_match_performance_order_by!]" ], "where": [ - 7144 + 7213 ] } ], "v_player_match_performance_aggregate": [ - 7141, + 7210, { "distinct_on": [ - 7148, + 7217, "[v_player_match_performance_select_column!]" ], "limit": [ @@ -219092,35 +220661,35 @@ export default { 41 ], "order_by": [ - 7147, + 7216, "[v_player_match_performance_order_by!]" ], "where": [ - 7144 + 7213 ] } ], "v_player_match_performance_stream": [ - 7140, + 7209, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7152, + 7221, "[v_player_match_performance_stream_cursor_input]!" ], "where": [ - 7144 + 7213 ] } ], "v_player_match_rating": [ - 7158, + 7227, { "distinct_on": [ - 7166, + 7235, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -219130,19 +220699,19 @@ export default { 41 ], "order_by": [ - 7165, + 7234, "[v_player_match_rating_order_by!]" ], "where": [ - 7162 + 7231 ] } ], "v_player_match_rating_aggregate": [ - 7159, + 7228, { "distinct_on": [ - 7166, + 7235, "[v_player_match_rating_select_column!]" ], "limit": [ @@ -219152,35 +220721,35 @@ export default { 41 ], "order_by": [ - 7165, + 7234, "[v_player_match_rating_order_by!]" ], "where": [ - 7162 + 7231 ] } ], "v_player_match_rating_stream": [ - 7158, + 7227, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7170, + 7239, "[v_player_match_rating_stream_cursor_input]!" ], "where": [ - 7162 + 7231 ] } ], "v_player_multi_kills": [ - 7176, + 7245, { "distinct_on": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -219190,19 +220759,19 @@ export default { 41 ], "order_by": [ - 7191, + 7260, "[v_player_multi_kills_order_by!]" ], "where": [ - 7185 + 7254 ] } ], "v_player_multi_kills_aggregate": [ - 7177, + 7246, { "distinct_on": [ - 7192, + 7261, "[v_player_multi_kills_select_column!]" ], "limit": [ @@ -219212,35 +220781,35 @@ export default { 41 ], "order_by": [ - 7191, + 7260, "[v_player_multi_kills_order_by!]" ], "where": [ - 7185 + 7254 ] } ], "v_player_multi_kills_stream": [ - 7176, + 7245, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7199, + 7268, "[v_player_multi_kills_stream_cursor_input]!" ], "where": [ - 7185 + 7254 ] } ], "v_player_queue_partners": [ - 7209, + 7278, { "distinct_on": [ - 7217, + 7286, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -219250,19 +220819,19 @@ export default { 41 ], "order_by": [ - 7216, + 7285, "[v_player_queue_partners_order_by!]" ], "where": [ - 7213 + 7282 ] } ], "v_player_queue_partners_aggregate": [ - 7210, + 7279, { "distinct_on": [ - 7217, + 7286, "[v_player_queue_partners_select_column!]" ], "limit": [ @@ -219272,35 +220841,35 @@ export default { 41 ], "order_by": [ - 7216, + 7285, "[v_player_queue_partners_order_by!]" ], "where": [ - 7213 + 7282 ] } ], "v_player_queue_partners_stream": [ - 7209, + 7278, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7221, + 7290, "[v_player_queue_partners_stream_cursor_input]!" ], "where": [ - 7213 + 7282 ] } ], "v_player_weapon_damage": [ - 7227, + 7296, { "distinct_on": [ - 7235, + 7304, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -219310,19 +220879,19 @@ export default { 41 ], "order_by": [ - 7234, + 7303, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7231 + 7300 ] } ], "v_player_weapon_damage_aggregate": [ - 7228, + 7297, { "distinct_on": [ - 7235, + 7304, "[v_player_weapon_damage_select_column!]" ], "limit": [ @@ -219332,35 +220901,35 @@ export default { 41 ], "order_by": [ - 7234, + 7303, "[v_player_weapon_damage_order_by!]" ], "where": [ - 7231 + 7300 ] } ], "v_player_weapon_damage_stream": [ - 7227, + 7296, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7239, + 7308, "[v_player_weapon_damage_stream_cursor_input]!" ], "where": [ - 7231 + 7300 ] } ], "v_player_weapon_kills": [ - 7245, + 7314, { "distinct_on": [ - 7253, + 7322, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -219370,19 +220939,19 @@ export default { 41 ], "order_by": [ - 7252, + 7321, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7249 + 7318 ] } ], "v_player_weapon_kills_aggregate": [ - 7246, + 7315, { "distinct_on": [ - 7253, + 7322, "[v_player_weapon_kills_select_column!]" ], "limit": [ @@ -219392,35 +220961,35 @@ export default { 41 ], "order_by": [ - 7252, + 7321, "[v_player_weapon_kills_order_by!]" ], "where": [ - 7249 + 7318 ] } ], "v_player_weapon_kills_stream": [ - 7245, + 7314, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7257, + 7326, "[v_player_weapon_kills_stream_cursor_input]!" ], "where": [ - 7249 + 7318 ] } ], "v_pool_maps": [ - 7263, + 7332, { "distinct_on": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "limit": [ @@ -219430,19 +220999,19 @@ export default { 41 ], "order_by": [ - 7279, + 7348, "[v_pool_maps_order_by!]" ], "where": [ - 7272 + 7341 ] } ], "v_pool_maps_aggregate": [ - 7264, + 7333, { "distinct_on": [ - 7280, + 7349, "[v_pool_maps_select_column!]" ], "limit": [ @@ -219452,35 +221021,35 @@ export default { 41 ], "order_by": [ - 7279, + 7348, "[v_pool_maps_order_by!]" ], "where": [ - 7272 + 7341 ] } ], "v_pool_maps_stream": [ - 7263, + 7332, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7284, + 7353, "[v_pool_maps_stream_cursor_input]!" ], "where": [ - 7272 + 7341 ] } ], "v_steam_account_pool_status": [ - 7287, + 7356, { "distinct_on": [ - 7295, + 7364, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -219490,19 +221059,19 @@ export default { 41 ], "order_by": [ - 7294, + 7363, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7291 + 7360 ] } ], "v_steam_account_pool_status_aggregate": [ - 7288, + 7357, { "distinct_on": [ - 7295, + 7364, "[v_steam_account_pool_status_select_column!]" ], "limit": [ @@ -219512,35 +221081,35 @@ export default { 41 ], "order_by": [ - 7294, + 7363, "[v_steam_account_pool_status_order_by!]" ], "where": [ - 7291 + 7360 ] } ], "v_steam_account_pool_status_stream": [ - 7287, + 7356, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7299, + 7368, "[v_steam_account_pool_status_stream_cursor_input]!" ], "where": [ - 7291 + 7360 ] } ], "v_team_ranks": [ - 7305, + 7374, { "distinct_on": [ - 7315, + 7384, "[v_team_ranks_select_column!]" ], "limit": [ @@ -219550,19 +221119,19 @@ export default { 41 ], "order_by": [ - 7314, + 7383, "[v_team_ranks_order_by!]" ], "where": [ - 7309 + 7378 ] } ], "v_team_ranks_aggregate": [ - 7306, + 7375, { "distinct_on": [ - 7315, + 7384, "[v_team_ranks_select_column!]" ], "limit": [ @@ -219572,35 +221141,35 @@ export default { 41 ], "order_by": [ - 7314, + 7383, "[v_team_ranks_order_by!]" ], "where": [ - 7309 + 7378 ] } ], "v_team_ranks_stream": [ - 7305, + 7374, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7319, + 7388, "[v_team_ranks_stream_cursor_input]!" ], "where": [ - 7309 + 7378 ] } ], "v_team_reputation": [ - 7325, + 7394, { "distinct_on": [ - 7335, + 7404, "[v_team_reputation_select_column!]" ], "limit": [ @@ -219610,19 +221179,19 @@ export default { 41 ], "order_by": [ - 7334, + 7403, "[v_team_reputation_order_by!]" ], "where": [ - 7329 + 7398 ] } ], "v_team_reputation_aggregate": [ - 7326, + 7395, { "distinct_on": [ - 7335, + 7404, "[v_team_reputation_select_column!]" ], "limit": [ @@ -219632,35 +221201,35 @@ export default { 41 ], "order_by": [ - 7334, + 7403, "[v_team_reputation_order_by!]" ], "where": [ - 7329 + 7398 ] } ], "v_team_reputation_stream": [ - 7325, + 7394, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7339, + 7408, "[v_team_reputation_stream_cursor_input]!" ], "where": [ - 7329 + 7398 ] } ], "v_team_stage_results": [ - 7345, + 7414, { "distinct_on": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -219670,19 +221239,19 @@ export default { 41 ], "order_by": [ - 7375, + 7444, "[v_team_stage_results_order_by!]" ], "where": [ - 7364 + 7433 ] } ], "v_team_stage_results_aggregate": [ - 7346, + 7415, { "distinct_on": [ - 7377, + 7446, "[v_team_stage_results_select_column!]" ], "limit": [ @@ -219692,48 +221261,48 @@ export default { 41 ], "order_by": [ - 7375, + 7444, "[v_team_stage_results_order_by!]" ], "where": [ - 7364 + 7433 ] } ], "v_team_stage_results_by_pk": [ - 7345, + 7414, { "tournament_stage_id": [ - 6603, + 6672, "uuid!" ], "tournament_team_id": [ - 6603, + 6672, "uuid!" ] } ], "v_team_stage_results_stream": [ - 7345, + 7414, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7393, + 7462, "[v_team_stage_results_stream_cursor_input]!" ], "where": [ - 7364 + 7433 ] } ], "v_team_tournament_results": [ - 7405, + 7474, { "distinct_on": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -219743,19 +221312,19 @@ export default { 41 ], "order_by": [ - 7430, + 7499, "[v_team_tournament_results_order_by!]" ], "where": [ - 7424 + 7493 ] } ], "v_team_tournament_results_aggregate": [ - 7406, + 7475, { "distinct_on": [ - 7431, + 7500, "[v_team_tournament_results_select_column!]" ], "limit": [ @@ -219765,35 +221334,35 @@ export default { 41 ], "order_by": [ - 7430, + 7499, "[v_team_tournament_results_order_by!]" ], "where": [ - 7424 + 7493 ] } ], "v_team_tournament_results_stream": [ - 7405, + 7474, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7446, + 7515, "[v_team_tournament_results_stream_cursor_input]!" ], "where": [ - 7424 + 7493 ] } ], "v_tournament_player_stats": [ - 7456, + 7525, { "distinct_on": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -219803,19 +221372,19 @@ export default { 41 ], "order_by": [ - 7481, + 7550, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7475 + 7544 ] } ], "v_tournament_player_stats_aggregate": [ - 7457, + 7526, { "distinct_on": [ - 7482, + 7551, "[v_tournament_player_stats_select_column!]" ], "limit": [ @@ -219825,27 +221394,27 @@ export default { 41 ], "order_by": [ - 7481, + 7550, "[v_tournament_player_stats_order_by!]" ], "where": [ - 7475 + 7544 ] } ], "v_tournament_player_stats_stream": [ - 7456, + 7525, { "batch_size": [ 41, "Int!" ], "cursor": [ - 7497, + 7566, "[v_tournament_player_stats_stream_cursor_input]!" ], "where": [ - 7475 + 7544 ] } ], diff --git a/src/matches/matches.controller.spec.ts b/src/matches/matches.controller.spec.ts index cdb625277..c4fe60286 100644 --- a/src/matches/matches.controller.spec.ts +++ b/src/matches/matches.controller.spec.ts @@ -51,6 +51,7 @@ describe("MatchesController", () => { {} as any, {} as any, {} as any, + {} as any, {} as any ); }); diff --git a/src/matches/matches.controller.ts b/src/matches/matches.controller.ts index ae86d0eb6..85fe3f18c 100644 --- a/src/matches/matches.controller.ts +++ b/src/matches/matches.controller.ts @@ -63,6 +63,7 @@ import { CameraService } from "./camera/camera.service"; import { CameraMonitorService } from "./camera/camera-monitor.service"; import { ClipSpec } from "./clips/types/ClipSpec"; import { UtilityPracticeService } from "../utility/utility-practice.service"; +import { VoiceService } from "../voice/voice.service"; @Controller("matches") export class MatchesController { @@ -85,6 +86,15 @@ export class MatchesController { private static readonly BLOCKING_RESET_STATUSES: string[] = ["Live", "Veto"]; + // A DELETE carries the row in `old` and an UPDATE in `new`, and a voice + // channel is per lineup rather than per match. + private static lineupIds(data: HasuraEventData) { + return [ + data.new?.lineup_1_id ?? data.old?.lineup_1_id, + data.new?.lineup_2_id ?? data.old?.lineup_2_id, + ].filter((id): id is string => typeof id === "string"); + } + // The event payload carries every matches column, but the generated // matches_set_input only regains veto_pick_expires_at once codegen is re-run // against the migrated schema. @@ -126,6 +136,7 @@ export class MatchesController { private readonly matchImport: MatchImportService, private readonly camera: CameraService, private readonly cameraMonitor: CameraMonitorService, + private readonly voice: VoiceService, @Inject(forwardRef(() => UtilityPracticeService)) private readonly utilityPractice: UtilityPracticeService, private readonly gameModesService: GameModesService, @@ -746,6 +757,30 @@ export class MatchesController { if (data.op === "DELETE") { await this.chatService.removeLobby(ChatLobbyType.Match, matchId); + + // No grace window here, unlike a match that merely ended: there is no + // match left to have just played, and the roster the channel is built + // from went with the row. + for (const lineupId of MatchesController.lineupIds(data)) { + await this.voice.closeChannel(lineupId); + } + } + + // Voice outlives the match by a few minutes rather than ending with it -- + // the scoreboard is still up when the last round lands. This only starts the + // clock; VoiceService's monitor closes the channel when it runs out. + // + // Armed on the transition alone: the branch below nulls the server, which + // re-enters here with the same terminal status and would push the deadline + // out every time. + if ( + data.op === "UPDATE" && + MatchesController.TERMINAL_STATUSES.includes(status) && + !MatchesController.TERMINAL_STATUSES.includes(data.old.status as string) + ) { + for (const lineupId of MatchesController.lineupIds(data)) { + await this.voice.graceOnMatchEnd(lineupId); + } } /** diff --git a/src/matches/matches.module.ts b/src/matches/matches.module.ts index f0e467b60..286563bc9 100644 --- a/src/matches/matches.module.ts +++ b/src/matches/matches.module.ts @@ -69,6 +69,7 @@ import { MatchRelayService } from "./match-relay/match-relay.service"; import { MatchRelayAuthMiddleware } from "./match-relay/match-relay-auth-middleware"; import { K8sModule } from "src/k8s/k8s.module"; import { DiscordTournamentVoiceModule } from "../discord-bot/discord-tournament-voice/discord-tournament-voice.module"; +import { VoiceModule } from "../voice/voice.module"; import { GameStreamerModule } from "./game-streamer/game-streamer.module"; import { DemosModule } from "../demos/demos.module"; import { ClipsModule } from "./clips/clips.module"; @@ -98,6 +99,7 @@ import { CameraMonitorService } from "./camera/camera-monitor.service"; forwardRef(() => SteamMatchHistoryModule), forwardRef(() => DiscordBotModule), DiscordTournamentVoiceModule, + VoiceModule, MatchMaking, ChatModule, LeaguesModule, diff --git a/src/voice/voice.service.spec.ts b/src/voice/voice.service.spec.ts index 2aec7f2cd..374d40fe1 100644 --- a/src/voice/voice.service.spec.ts +++ b/src/voice/voice.service.spec.ts @@ -1,4 +1,4 @@ -import { Logger } from "@nestjs/common"; +import { ForbiddenException, Logger } from "@nestjs/common"; import { createHmac } from "crypto"; import { VoiceService } from "./voice.service"; import { User } from "../auth/types/User"; @@ -546,10 +546,16 @@ describe("VoiceService", () => { const path = (steamId: string) => `voice-${LOBBY_ID}-${steamId}`; const roster = () => - postgres.query.mockResolvedValue([ - { steam_id: ME.steam_id, name: "me", avatar_url: null }, - { steam_id: PEER, name: "peer", avatar_url: null }, - ]); + postgres.query.mockImplementation((sql: string) => + Promise.resolve( + sql.includes("uuid[]") + ? [] + : [ + { steam_id: ME.steam_id, name: "me", avatar_url: null }, + { steam_id: PEER, name: "peer", avatar_url: null }, + ], + ), + ); // Keyed, so a test cannot pass because the members cache happened to answer // with the publishing snapshot (or the other way round). @@ -1087,4 +1093,139 @@ describe("VoiceService", () => { }); }); }); + // A call belongs to a match, and a match ends. It does not end the moment the + // last round does, though -- see GRACE_SECONDS. + describe("a match that has ended", () => { + const LINEUP_ID = "33333333-3333-3333-3333-333333333333"; + const MEMBER = { + steam_id: ME.steam_id, + name: "me", + avatar_url: null, + coach: false, + }; + + const live = () => + mediaMtx.listPaths.mockResolvedValue( + new Map([ + [ + `voice-${LINEUP_ID}-${ME.steam_id}`, + { ready: true, bytesReceived: 1 }, + ], + [ + `voicecam-${LINEUP_ID}-${ME.steam_id}`, + { ready: true, bytesReceived: 1 }, + ], + ]), + ); + + // Which of the live channels belong to a match that is over. Everything else + // the pass asks Postgres for is the member list. + const overIs = (ids: Array) => + postgres.query.mockImplementation((sql: string) => + Promise.resolve(sql.includes("uuid[]") ? ids.map((id) => ({ id })) : [MEMBER]), + ); + + const graceOpen = (open: boolean) => + redis.get.mockImplementation((key: string) => + Promise.resolve(key === `voice:grace:${LINEUP_ID}` && open ? "1" : null), + ); + + const closed = () => + redis.publish.mock.calls + .map(([, payload]) => JSON.parse(payload as string)) + .filter((event) => event.event === "voice:closed"); + + it("leaves the call up while the grace window is open", async () => { + live(); + overIs([LINEUP_ID]); + graceOpen(true); + + await service.monitorChannels(); + + expect(mediaMtx.kickSessions).not.toHaveBeenCalled(); + expect(closed()).toHaveLength(0); + }); + + it("closes the call once the window has run out", async () => { + live(); + overIs([LINEUP_ID]); + graceOpen(false); + + await service.monitorChannels(); + + expect(mediaMtx.kickSessions).toHaveBeenCalledWith( + `voice-${LINEUP_ID}-${ME.steam_id}`, + ); + // The camera goes with the microphone: a tile that kept playing after the + // call closed is the worse half of this to leave running. + expect(mediaMtx.kickSessions).toHaveBeenCalledWith( + `voicecam-${LINEUP_ID}-${ME.steam_id}`, + ); + expect(closed()).toHaveLength(1); + expect(closed()[0].data.channelId).toBe(LINEUP_ID); + }); + + // Kicking the publisher tells the browser nothing, so the event is the only + // thing that stops a client rendering a call that has stopped existing. + it("tells a member who was in it, not only whoever was publishing", async () => { + mediaMtx.listPaths.mockResolvedValue(new Map()); + postgres.query.mockResolvedValue([MEMBER]); + graceOpen(false); + + await service.closeChannel(LINEUP_ID); + + expect(closed()[0].steamId).toBe(ME.steam_id); + }); + + it("leaves a channel whose match is still running alone", async () => { + live(); + overIs([]); + graceOpen(false); + + await service.monitorChannels(); + + expect(mediaMtx.kickSessions).not.toHaveBeenCalled(); + }); + + // The window is membership, not just a delay before a kick: the roster can + // still get back into the call they were in when the match ended. + it("still admits a member during the grace window", async () => { + postgres.query + .mockResolvedValueOnce(enabled(true)) + .mockResolvedValueOnce([]) + .mockResolvedValueOnce([]) + .mockResolvedValueOnce([MEMBER]); + graceOpen(true); + + await expect(service.publish(LINEUP_ID, ME, "offer")).resolves.toBe( + "answer-sdp", + ); + }); + + it("refuses once the window has closed", async () => { + postgres.query + .mockResolvedValueOnce(enabled(true)) + .mockResolvedValueOnce([]) + .mockResolvedValueOnce([]); + graceOpen(false); + + await expect(service.publish(LINEUP_ID, ME, "offer")).rejects.toThrow( + /not a member/i, + ); + }); + + // A roster that reads a channel it is no longer in is an ordinary thing for + // a client to do -- every match page does it -- so it answers rather than + // raising something the exceptions handler logs a stack trace for. + it("answers a non-member with a 403", async () => { + postgres.query + .mockResolvedValueOnce(enabled(true)) + .mockResolvedValueOnce([]) + .mockResolvedValueOnce([]); + + await expect(service.participants(LINEUP_ID, ME)).rejects.toBeInstanceOf( + ForbiddenException, + ); + }); + }); }); diff --git a/src/voice/voice.service.ts b/src/voice/voice.service.ts index 0626f7580..70c3385c9 100644 --- a/src/voice/voice.service.ts +++ b/src/voice/voice.service.ts @@ -1,4 +1,4 @@ -import { Injectable, Logger } from "@nestjs/common"; +import { ForbiddenException, Injectable, Logger } from "@nestjs/common"; import { createHmac } from "crypto"; import { Redis } from "ioredis"; import { PostgresService } from "../postgres/postgres.service"; @@ -28,6 +28,27 @@ const MEMBERS_TTL_SECONDS = 30; // has to outlive the gap between monitor passes; it is rewritten on every one. const PUBLISHING_TTL_SECONDS = 120; +// How long a call outlives the match it belongs to. A match reaches its final +// status the moment the last round lands -- the scoreboard is still up and +// nobody has said gg yet -- so a channel that closed on that event would cut +// the call at the one point everybody is talking. +const GRACE_SECONDS = 5 * 60; + +// What "over" means, in one place: membership stops at exactly the point the +// monitor starts closing, and two queries that disagreed about it would either +// strand a call nothing ever closes or refuse one that is still open. +const ENDED_MATCH_STATUSES = [ + "Finished", + "Canceled", + "Forfeit", + "Surrendered", + "Tie", +]; + +const ENDED_MATCH_STATUS_SQL = ENDED_MATCH_STATUSES.map( + (status) => `'${status}'`, +).join(", "); + // `voice--`. Split on "-" would be ambiguous -- a uuid is full of // them -- so the shape is matched whole. const MEMBER_PATH_PATTERN = @@ -165,6 +186,13 @@ export class VoiceService { return `${VoiceService.PUBLISHING_KEY_PREFIX}${channelId}`; } + // Set when the match ends, gone when the grace window is up. Its absence is + // what the monitor closes on, so the window survives a pod restart: the key + // is the deadline, not a timer somebody is holding. + private static graceKey(channelId: string) { + return `voice:grace:${channelId}`; + } + // The inverse of pathForMember, kept beside it so the two cannot drift. public static parseMemberPath(path: string) { const match = MEMBER_PATH_PATTERN.exec(path); @@ -294,7 +322,7 @@ export class VoiceService { // camera nobody can now stop publishing. private async assertMembership(channelId: string, user: User) { if (!UUID_PATTERN.test(channelId)) { - throw new Error(NOT_A_MEMBER); + throw new ForbiddenException(NOT_A_MEMBER); } const [lobby] = await this.postgres.query>( @@ -316,7 +344,7 @@ export class VoiceService { ON m.lineup_1_id = ml.id OR m.lineup_2_id = ml.id WHERE ml.id = $1 - AND m.status NOT IN ('Finished', 'Canceled', 'Forfeit', 'Surrendered', 'Tie') + AND m.status NOT IN (${ENDED_MATCH_STATUS_SQL}) AND ( ml.coach_steam_id = $2 OR EXISTS ( @@ -334,7 +362,19 @@ export class VoiceService { return; } - throw new Error(NOT_A_MEMBER); + // The match is over, but not for long. Membership is asked of the cached + // list rather than the query above because that query is the one that just + // said no -- this is the same roster with the match's own status left out + // of it, bounded by a key that expires on its own. + if (await this.redis.get(VoiceService.graceKey(channelId))) { + const members = await this.members(channelId); + + if (members.some((member) => member.steam_id === user.steam_id)) { + return; + } + } + + throw new ForbiddenException(NOT_A_MEMBER); } // Which channel this player already has a live microphone on, if any. @@ -481,6 +521,91 @@ export class VoiceService { this.pushParticipantsSoon(lobbyId); } + // The match this channel belongs to has ended. Nothing is torn down here on + // purpose: this only starts the clock, and the monitor is what closes the + // channel once it has run out. A teardown fired straight from the match event + // would have to be re-fired by hand if the pod handling it died, where a + // deadline in Redis is read by whichever pod takes the next monitor pass. + public async graceOnMatchEnd(channelId: string) { + await this.redis.set( + VoiceService.graceKey(channelId), + "1", + "EX", + GRACE_SECONDS, + ); + } + + // Everybody out, and the channel with them. + // + // Who to kick comes from the paths rather than the roster: a deleted match + // has no match_lineup_players rows left to read and its call is still up. + // Who to tell is the two lists together -- a member sitting in the channel + // without publishing has nothing on MediaMTX to find them by, and they are + // exactly the person still looking at a call that has stopped existing. + public async closeChannel( + channelId: string, + known?: Map | null, + ) { + const paths = known ?? (await this.mediaMtx.listPaths()); + const publishing = new Set(); + + for (const path of paths?.keys() ?? []) { + const member = + VoiceService.parseMemberPath(path) ?? + VoiceService.parseCameraPath(path); + + if (member?.channelId === channelId) { + publishing.add(member.steamId); + } + } + + for (const steamId of publishing) { + await this.mediaMtx.kickSessions( + VoiceService.pathForMember(channelId, steamId), + ); + await this.mediaMtx.kickSessions( + VoiceService.pathForMemberCamera(channelId, steamId), + ); + } + + const told = new Map(); + + for (const member of await this.members(channelId)) { + told.set(member.steam_id, member); + } + + for (const steamId of publishing) { + if (!told.has(steamId)) { + told.set(steamId, { + steam_id: steamId, + name: null, + avatar_url: null, + coach: false, + }); + } + } + + await this.redis.del( + VoiceService.membersKey(channelId), + VoiceService.publishingKey(channelId), + VoiceService.graceKey(channelId), + ...[...told.keys()].flatMap((steamId) => [ + VoiceService.speakingKey(channelId, steamId), + VoiceService.remoteKey(channelId, steamId, "mic"), + VoiceService.remoteKey(channelId, steamId, "cam"), + ]), + ); + + // Kicking the publisher does not tell the browser anything -- see + // relayDeviceClaim -- so without this the call sits there looking connected + // until ICE consent freshness gives up, which is up to thirty seconds of a + // panel showing a room nobody is in. The member list is passed in because + // the cache it would otherwise be read from has just been dropped. + await this.push(channelId, "voice:closed", { channelId }, [ + ...told.values(), + ]); + } + // The camera half of publish/subscribe/leave above. Same membership gate, same // proxy, a different path -- see CAMERA_PATH_PATTERN for why it is not simply // a second track on the audio one. @@ -742,7 +867,7 @@ export class VoiceService { // only place the truth exists. public async setSpeaking(channelId: string, user: User, speaking: boolean) { if (!UUID_PATTERN.test(channelId)) { - throw new Error(NOT_A_MEMBER); + throw new ForbiddenException(NOT_A_MEMBER); } // Checked against the cached membership rather than through assertMember: @@ -752,7 +877,7 @@ export class VoiceService { const members = await this.members(channelId); if (!members.some((member) => member.steam_id === user.steam_id)) { - throw new Error(NOT_A_MEMBER); + throw new ForbiddenException(NOT_A_MEMBER); } const key = VoiceService.speakingKey(channelId, user.steam_id); @@ -888,6 +1013,48 @@ export class VoiceService { paths, ); } + + await this.closeEndedChannels([...publishing.keys()], paths); + } + + // Calls whose match has ended and whose grace window has run out. + // + // Driven from the paths rather than from the match event so nothing has to be + // remembered between the two: the sweep only ever looks at channels that are + // live right now, and closes the ones the grace key no longer covers. A pod + // that died holding the window, or a match that ended while the API was down, + // is closed by whichever pod takes the next pass rather than staying open + // forever. + private async closeEndedChannels( + channelIds: Array, + known?: Map | null, + ) { + if (channelIds.length === 0) { + return; + } + + // A lobby id never matches match_lineups, so party channels are simply not + // in the answer -- a party is not something a match can end. + const ended = await this.postgres.query>( + `SELECT ml.id::text AS id + FROM match_lineups ml + INNER JOIN matches m + ON m.lineup_1_id = ml.id + OR m.lineup_2_id = ml.id + WHERE ml.id = ANY($1::uuid[]) + AND m.status IN (${ENDED_MATCH_STATUS_SQL})`, + [channelIds], + ); + + for (const { id } of ended) { + if (await this.redis.get(VoiceService.graceKey(id))) { + continue; + } + + this.logger.log(`[voice] closing ${id}: its match has ended`); + + await this.closeChannel(id, known); + } } private async emptiedChannelKeys( From 4638d7ac6694363fd2f824c79ced13eb734ac8c4 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 09:34:01 -0400 Subject: [PATCH 13/17] test: cover uncapped and never-expiring invite links --- test/tournament-invite-codes.spec.ts | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/test/tournament-invite-codes.spec.ts b/test/tournament-invite-codes.spec.ts index 07b9e2c7d..2d4515ecc 100644 --- a/test/tournament-invite-codes.spec.ts +++ b/test/tournament-invite-codes.spec.ts @@ -391,6 +391,45 @@ describe("tournament invite codes (SQL-driven)", () => { }); describe("max_uses", () => { + // NULL max_uses means unlimited, and `uses < NULL` is NULL rather than + // true -- so a claim that forgot to special-case it would refuse the very + // first redemption of an uncapped link while every capped test stayed + // green. + it("lets an uncapped link keep going", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const players = await fx.players(4); + + for (const player of players) { + await expect(redeem(t.id, player, code.code)).resolves.toEqual({ + success: true, + }); + } + + expect((await codeRow(code.id)).uses).toBe(players.length); + expect(await usedBy(code.id)).toEqual(players); + }); + + // Same shape one column over: NULL expires_at means never, and + // `now() < NULL` is NULL, so an expiry check without the null branch + // rejects a link that was minted to last forever. + it("lets a link with no expiry keep going", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const player = await fx.player(); + + const [row] = await postgres.query>( + "SELECT expires_at FROM tournament_invite_codes WHERE id = $1", + [code.id], + ); + expect(row.expires_at).toBeNull(); + + await expect(redeem(t.id, player, code.code)).resolves.toEqual({ + success: true, + }); + expect(await unlocked(t.id, player)).toBe(true); + }); + it("stops at the cap", async () => { const t = await createTournament(); const code = await mint(t.id, t.organizer, { max_uses: 2 }); From b33008b582b6faaa83e60bf7ce6f9751c967ab19 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 09:46:31 -0400 Subject: [PATCH 14/17] fix: route discord to admin notifications only and close invites with registration --- .../tables/public_tournament_invites.yaml | 16 ++- hasura/triggers/tournament_invites.sql | 21 ++- src/invites/invites.controller.ts | 24 +++- .../notifications.service.spec.ts | 98 ++++++++++++- src/notifications/notifications.service.ts | 130 ++++++++++-------- test/notifications.spec.ts | 31 +++-- test/tournament-invites.spec.ts | 101 ++++++++++++++ 7 files changed, 334 insertions(+), 87 deletions(-) diff --git a/hasura/metadata/databases/default/tables/public_tournament_invites.yaml b/hasura/metadata/databases/default/tables/public_tournament_invites.yaml index e0f797022..02fb28040 100644 --- a/hasura/metadata/databases/default/tables/public_tournament_invites.yaml +++ b/hasura/metadata/databases/default/tables/public_tournament_invites.yaml @@ -29,9 +29,15 @@ insert_permissions: - role: user permission: check: - tournament: - is_organizer: - _eq: true + _and: + - tournament: + is_organizer: + _eq: true + - tournament: + status: + _in: + - Setup + - RegistrationOpen set: invited_by_player_steam_id: x-hasura-user-id columns: @@ -39,7 +45,9 @@ insert_permissions: - team_id - tournament_id comment: A tournament_organizer by role and a plain user who owns the tournament are the same - person here, so one block covers both and every role above it inherits it + person here, so one block covers both and every role above it inherits it. The window matches + the invite links; invite_only is deliberately not part of it, since it governs who may enter + rather than whether an organizer may invite select_permissions: - role: user permission: diff --git a/hasura/triggers/tournament_invites.sql b/hasura/triggers/tournament_invites.sql index d42c1a963..f814d2e43 100644 --- a/hasura/triggers/tournament_invites.sql +++ b/hasura/triggers/tournament_invites.sql @@ -19,10 +19,23 @@ BEGIN -- what an accepted invite writes is a tournament_registration_unlocks row, -- which IS the invite-only gate -- worth stating once more where no path -- can route around it. - IF (_session ->> 'x-hasura-role') IS NOT NULL - AND NOT public.is_tournament_organizer(_tournament, _session) THEN - RAISE EXCEPTION USING ERRCODE = '22000', - MESSAGE = 'Only a tournament organizer can invite players'; + IF (_session ->> 'x-hasura-role') IS NOT NULL THEN + IF NOT public.is_tournament_organizer(_tournament, _session) THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Only a tournament organizer can invite players'; + END IF; + + -- Deliberately not conditioned on invite_only: that governs who may + -- ENTER, not whether an organizer may recruit, so inviting works in + -- either state. What it is conditioned on is the registration window -- + -- the same one the invite links use -- because past it there is nothing + -- to invite anybody into. An accepted invite writes a registration + -- unlock, and the bracket has already been drawn off the teams that + -- registered. + IF _tournament.status NOT IN ('Setup', 'RegistrationOpen') THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'Registration is closed'; + END IF; END IF; RETURN NEW; diff --git a/src/invites/invites.controller.ts b/src/invites/invites.controller.ts index a054006af..419c086c2 100644 --- a/src/invites/invites.controller.ts +++ b/src/invites/invites.controller.ts @@ -339,6 +339,10 @@ export class InvitesController { }; } + // The window an invite can still be acted on in, matching the one the invite + // links are minted and redeemed in. + private static readonly REGISTRATION_STATUSES = ["Setup", "RegistrationOpen"]; + // Steam ids are read back as text for the same reason the event handlers do // it: a bigint that round-trips through JSON stops being exact well below a // steam id. @@ -348,11 +352,16 @@ export class InvitesController { tournament_id: string; steam_id: string | null; team_id: string | null; + status: string; }> >( - `SELECT tournament_id, steam_id::text AS steam_id, team_id::text AS team_id - FROM public.tournament_invites - WHERE id = $1::uuid`, + `SELECT ti.tournament_id, + ti.steam_id::text AS steam_id, + ti.team_id::text AS team_id, + t.status + FROM public.tournament_invites ti + JOIN public.tournaments t ON t.id = ti.tournament_id + WHERE ti.id = $1::uuid`, [invite_id], ); @@ -382,6 +391,15 @@ export class InvitesController { private async acceptTournamentInvite(invite_id: string, user: User) { const invite = await this.findTournamentInvite(invite_id); + // An invite outlives the window it was sent in, so the trigger that gates + // handing one out cannot be the whole answer: accepting is the write that + // grants access, and granting it against an already-seeded bracket is what + // this refuses. Declining stays open -- clearing an invite off the bell is + // not registering for anything. + if (!InvitesController.REGISTRATION_STATUSES.includes(invite.status)) { + throw Error("registration is not open"); + } + if (!(await this.canAnswerTournamentInvite(invite, user))) { return { success: false, diff --git a/src/notifications/notifications.service.spec.ts b/src/notifications/notifications.service.spec.ts index 74b624ab1..67fd1ec41 100644 --- a/src/notifications/notifications.service.spec.ts +++ b/src/notifications/notifications.service.spec.ts @@ -1,16 +1,100 @@ +import { readFileSync } from "fs"; +import { join } from "path"; import { NotificationsService } from "./notifications.service"; +import { PUSH_CATEGORIES } from "./preferences/notification-categories"; + +const STAFF_CATEGORIES = ["staff_moderation", "staff_infrastructure"]; + +// Same source notification-categories.spec.ts reads. Only the seed file is +// needed here: the one type that lives solely in a migration (MatchImported) is +// per-player, and the allowlist below is checked against PUSH_CATEGORIES, which +// that suite already proves exhaustive against the whole tree. +const declaredTypes = (): string[] => { + const sql = readFileSync( + join(__dirname, "../../hasura/enums/notification-types.sql"), + "utf8", + ); + + return [...sql.matchAll(/\('([A-Za-z]+)',\s*'/g)].map(([, value]) => value); +}; + +// The support webhook is a staff channel, and whatever reaches it is posted +// there verbatim. Routing used to be a denylist, which made Discord the default +// for every type anyone added -- tournament invites, check-in reminders and +// free-agent signups, each of them addressed to one player, ended up in a staff +// channel that way. These assertions are about the SHAPE of the routing: a type +// nobody has classified must be silent. +describe("discord routing", () => { + it("keeps a type nobody has classified off discord", () => { + expect(NotificationsService.relaysToDiscord("SomeTypeAddedNextWeek")).toBe( + false, + ); + }); -// The discord support webhook is a staff channel, and notifyPlayers posts to it -// for every type not listed here. These are the ones whose message body is -// somebody's own words or somebody's record -- a reroute that quietly drops one -// starts republishing it, which is exactly how these came to be listed. -describe("IN_APP_ONLY_TYPES", () => { it.each([ + "TournamentInvite", + "TournamentTeamInvite", + "TeamInvite", + "DraftInvite", + "TournamentPartySignup", + "TournamentCheckInOpen", + "TournamentCheckInClosing", + "TournamentCheckInMissed", + "TournamentReminder", + "EventReminder", + "AwardGranted", + "ClipReady", + "MatchStatsReady", + "NameChangeApproved", + "NameChangeDenied", "ChatMessage", "MatchChatMessage", "PlayerSanctioned", "MatchImported", - ])("keeps %s off the support webhook", (type) => { - expect(NotificationsService.IN_APP_ONLY_TYPES.has(type)).toBe(true); + ])("keeps %s off discord", (type) => { + expect(NotificationsService.relaysToDiscord(type)).toBe(false); + }); + + it("relays nothing it was not explicitly given", () => { + const relayed = declaredTypes().filter( + (type) => + NotificationsService.relaysToDiscord(type) && + !NotificationsService.DISCORD_TYPES.has(type), + ); + + expect(relayed).toEqual([]); + }); + + // Guards the assertions above: an allowlist that let nothing through would + // pass every one of them for the wrong reason. + it.each([ + "DedicatedServerRconStatus", + "DedicatedServerStatus", + "GameNodeStatus", + "GameUpdate", + "StorageScan", + "EloRecompute", + "PlayerReindex", + "UtilityDriftScanFinished", + "NameChangeRequest", + "MatchSupport", + "MatchAbandoned", + ])("still relays %s", (type) => { + expect(NotificationsService.relaysToDiscord(type)).toBe(true); + }); + + // A typo in the allowlist would silently mute an ops alert, and a per-player + // type slipped into it is the whole bug coming back. Both show up as an entry + // that is not one of the staff push categories. + it("only relays types the push preferences also treat as staff", () => { + const staff = new Set( + STAFF_CATEGORIES.flatMap((category) => PUSH_CATEGORIES[category]), + ); + + const offenders = [...NotificationsService.DISCORD_TYPES].filter( + (type) => !staff.has(type as never), + ); + + expect(offenders).toEqual([]); }); }); diff --git a/src/notifications/notifications.service.ts b/src/notifications/notifications.service.ts index b420cce53..b75099c25 100644 --- a/src/notifications/notifications.service.ts +++ b/src/notifications/notifications.service.ts @@ -24,49 +24,51 @@ import { inAppKeyForType } from "./preferences/notification-categories"; export class NotificationsService { private readonly appConfig: AppConfig; - static readonly IN_APP_ONLY_TYPES = new Set([ - "ScrimRequestReceived", - "ScrimRequestCountered", - "ScrimRequestAccepted", - "ScrimRequestDeclined", - "ScrimRequestExpired", - "ScrimMatchScheduled", - "ScrimMatchCanceled", - "ScrimTimeChanged", - "ScrimAlertMatch", - "FormTeamSuggestion", - // Relaying every chat line to a Discord webhook would be unusable, and - // the people in the lobby are already the ones being notified. - // - // This one is load-bearing beyond noise: a ChatMessage's body IS the - // message somebody typed, direct messages included. Anything that reaches - // the support webhook is posted verbatim into a staff channel. - "ChatMessage", - "MatchChatMessage", - // Addressed to one player and about their own play ("you went 14/9"), so - // there is nothing in it for a staff channel. These two reached the bell - // through raw inserts until they were routed via notifyPlayers, which is - // where the webhook lives -- without them here that reroute would have - // started posting to Discord as a side effect. - "MatchImported", - // Names the sanctioned player and quotes the ban reason, to an audience of - // everyone who played with them. Reaching the bell through notifyPlayers - // is what put it in range of the webhook at all -- it was a raw insert - // before, and a staff channel is not where that belongs. - "PlayerSanctioned", - "LeagueProposalReceived", - "LeagueProposalAccepted", - "LeagueProposalDeclined", - "LeagueMatchUnscheduled", - "LeagueRegistrationDecision", - "LeagueRosterUndersized", - // One player's own practice server. A staff channel has nothing to do with - // it, and a busy install would post one line per player who had to queue - // for one. - "UtilityPracticeInvite", - "UtilityPracticeReady", + // The operators' Discord channel, and nothing else. Everything named here is + // posted into it verbatim, so this is an allowlist: a type reaches Discord by + // being argued onto this list, and anything new is in-app only until it is. + // + // It used to be the other way round -- a list of exclusions, with Discord the + // default -- which made every type anyone added Discord-facing on the day it + // was added. Tournament invites, check-in reminders and free-agent signups, + // each of them one player being asked something, were posted to staff that + // way. + // + // What "verbatim" costs is why the default has to be off rather than merely + // tidy: a ChatMessage's body IS the message somebody typed, direct messages + // included, and a PlayerSanctioned names the sanctioned player and quotes the + // ban reason to an audience of everyone who played with them. + // + // The bar is whether an operator has to do something about it. Broadcast + // announcements (TournamentCreated, NewsPublished, SeasonEnded) read like + // they might belong, but they are addressed to the whole player base rather + // than to staff -- an install that wants those in Discord wants an + // announcements webhook, not the support one. + // + // Per-match alerts have their own door: sendDiscordMatchNotification, with a + // webhook and a role configured per tournament. It does not read this. + static readonly DISCORD_TYPES = new Set([ + "DedicatedServerRconStatus", + "DedicatedServerStatus", + "GameNodeStatus", + "GameUpdate", + "StorageScan", + "EloRecompute", + "PlayerReindex", + "UtilityDriftScanFinished", + // Addressed to staff by what they are: a name change waiting on a decision, + // a match asking for an admin, and an abandon whose cooldown escalates on + // repeat -- which admins need to see to catch an unfair one before the + // player has to appeal it. + "NameChangeRequest", + "MatchSupport", + "MatchAbandoned", ]); + public static relaysToDiscord(type: string): boolean { + return NotificationsService.DISCORD_TYPES.has(type); + } + // Nobody has seen a notification in six months who hasn't signed in, and a // broadcast to every player row would include shadow rows created by match // imports. @@ -306,19 +308,6 @@ export class NotificationsService { role?: string; }, ) { - const webhookSetting = routing?.webhook ?? "discord_support_webhook"; - const roleSetting = routing?.role ?? "discord_support_role_id"; - - let webhook = await this.getSettingValue(webhookSetting); - if (!webhook && webhookSetting !== "discord_support_webhook") { - webhook = await this.getSettingValue("discord_support_webhook"); - } - - let roleId = await this.getSettingValue(roleSetting); - if (!roleId && roleSetting !== "discord_support_role_id") { - roleId = await this.getSettingValue("discord_support_role_id"); - } - await this.hasura.mutation({ insert_notifications_one: { __args: { @@ -333,6 +322,23 @@ export class NotificationsService { }, }); + if (!NotificationsService.relaysToDiscord(type)) { + return; + } + + const webhookSetting = routing?.webhook ?? "discord_support_webhook"; + const roleSetting = routing?.role ?? "discord_support_role_id"; + + let webhook = await this.getSettingValue(webhookSetting); + if (!webhook && webhookSetting !== "discord_support_webhook") { + webhook = await this.getSettingValue("discord_support_webhook"); + } + + let roleId = await this.getSettingValue(roleSetting); + if (!roleId && roleSetting !== "discord_support_role_id") { + roleId = await this.getSettingValue("discord_support_role_id"); + } + if (webhook) { await this.postDiscord(webhook, roleId, { title: notification.title, @@ -517,13 +523,15 @@ export class NotificationsService { ); } - const webhook = await this.getSettingValue("discord_support_webhook"); - if (webhook && !NotificationsService.IN_APP_ONLY_TYPES.has(type)) { - await this.postDiscord(webhook, undefined, { - title: notification.title, - message: notification.message, - color, - }); + if (NotificationsService.relaysToDiscord(type)) { + const webhook = await this.getSettingValue("discord_support_webhook"); + if (webhook) { + await this.postDiscord(webhook, undefined, { + title: notification.title, + message: notification.message, + color, + }); + } } // How many rows were written, not how many recipients were offered. The diff --git a/test/notifications.spec.ts b/test/notifications.spec.ts index a24bf89a9..9efee8c58 100644 --- a/test/notifications.spec.ts +++ b/test/notifications.spec.ts @@ -317,13 +317,13 @@ describe("notifications (SQL-driven)", () => { }); // A notification that reaches the support webhook is posted verbatim into a - // staff channel. Most types are fine there; some are somebody's own words or - // are addressed to one player, and the only thing standing between them and - // that channel is IN_APP_ONLY_TYPES. + // staff channel, so only the types an operator has to act on go there and + // everything else is in-app. Routing used to say that the other way round -- + // a list of exclusions, with Discord the default -- which is how invites and + // check-in reminders addressed to one player came to be posted to staff. // - // This exists because routing two writers through notifyPlayers -- which is - // where the webhook lives -- silently made them Discord-facing. The next - // reroute should fail here rather than in a staff channel. + // The next type that gets routed through notifyPlayers, which is where the + // webhook lives, should fail here rather than in a staff channel. describe("discord relay", () => { const withWebhook = () => { const hasura = hasuraWritingToPostgres(); @@ -389,13 +389,28 @@ describe("notifications (SQL-driven)", () => { expect(posted).toEqual([]); }); + // The complaint this came from: organizer invites were showing up in the + // operators' channel. An invite is one player being asked something, and + // staff have nothing to do about it either way. + it("keeps an invite out of the staff channel", async () => { + await notify("TournamentInvite", "You were invited to register."); + + expect(posted).toEqual([]); + }); + + it("keeps a check-in reminder out of the staff channel", async () => { + await notify("TournamentCheckInOpen", "Check-in is open."); + + expect(posted).toEqual([]); + }); + it("still relays the types that are meant for it", async () => { // Guards the test itself: if the webhook never fired for any type, every // assertion above would pass for the wrong reason. - await notify("TeamInvite", "You were invited to a team."); + await notify("MatchSupport", "A match needs an admin."); expect(posted).toHaveLength(1); - expect(posted[0]).toContain("You were invited to a team."); + expect(posted[0]).toContain("A match needs an admin."); }); }); diff --git a/test/tournament-invites.spec.ts b/test/tournament-invites.spec.ts index a17f60ef6..f4257b345 100644 --- a/test/tournament-invites.spec.ts +++ b/test/tournament-invites.spec.ts @@ -92,6 +92,21 @@ describe("tournament invites (SQL-driven)", () => { ]), ); + // Registration only closes out of RegistrationOpen, so the window is walked + // rather than jumped. Read back because 'Live' and a short roster can land + // the tournament somewhere else entirely, and a test asserting against the + // wrong status proves nothing. + const closeRegistration = async (tournamentId: string, actor: string) => { + await setStatus(tournamentId, actor, "RegistrationOpen"); + await setStatus(tournamentId, actor, "RegistrationClosed"); + + const [row] = await postgres.query>( + "SELECT status FROM tournaments WHERE id = $1", + [tournamentId], + ); + expect(row.status).toBe("RegistrationClosed"); + }; + // The invite arrives as a plain GraphQL insert from the organizer's session, // which is the only path the trigger guard has to answer for. const invite = ( @@ -209,6 +224,53 @@ describe("tournament invites (SQL-driven)", () => { ); }); + // invite_only says who may ENTER, not whether an organizer may recruit. An + // open tournament is invitable too -- an invite is how an organizer asks a + // particular team to come, whatever the door policy is. + it.each([true, false])( + "invites a player whether or not the tournament is invite only (%s)", + async (invite_only) => { + const t = await createTournament({ columns: { invite_only } }); + + await expect( + invite(t.id, await fx.player(), t.organizer), + ).resolves.toBeTruthy(); + }, + ); + + it("invites once registration has opened", async () => { + const t = await createTournament(); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + await expect( + invite(t.id, await fx.player(), t.organizer), + ).resolves.toBeTruthy(); + }); + + // Same window the invite links use. Past it there is nothing to invite + // somebody into: what an accepted invite writes is a registration unlock, + // and the bracket has already been drawn off the teams that registered. + it("refuses an invite once registration has closed", async () => { + const t = await createTournament(); + await closeRegistration(t.id, t.organizer); + + await expect( + invite(t.id, await fx.player(), t.organizer), + ).rejects.toThrow(/registration is closed/i); + expect(await inviteCount(t.id)).toBe(0); + }); + + it("refuses a team invite once registration has closed", async () => { + const t = await createTournament(); + const team = await fx.team(); + await closeRegistration(t.id, t.organizer); + + await expect(inviteTeam(t.id, team.id, t.organizer)).rejects.toThrow( + /registration is closed/i, + ); + expect(await inviteCount(t.id)).toBe(0); + }); + it("does not survive its tournament", async () => { const t = await createTournament(); await invite(t.id, await fx.player(), t.organizer); @@ -261,6 +323,45 @@ describe("tournament invites (SQL-driven)", () => { expect(await unlocked(t.id, player)).toBe(true); }); + // An invite outlives the window it was sent in, so closing registration has + // to be answered at the other door too: accepting writes the unlock row, + // and writing one for an already-seeded bracket is what this stops. + it("refuses an accept once registration has closed", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const player = await fx.player(); + const id = await invite(t.id, player, t.organizer); + await closeRegistration(t.id, t.organizer); + + await expect( + controller().acceptInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }), + ).rejects.toThrow(/registration is not open/i); + + expect(await unlocked(t.id, player)).toBe(false); + expect(await inviteCount(t.id)).toBe(1); + }); + + // Declining is not registering. Somebody who is never going to play should + // be able to clear the invite off their bell whenever they get to it. + it("still lets the invitee decline once registration has closed", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + const player = await fx.player(); + const id = await invite(t.id, player, t.organizer); + await closeRegistration(t.id, t.organizer); + + await expect( + controller().denyInvite({ + user: asUser(player), + invite_id: id, + type: "tournament-registration", + }), + ).resolves.toEqual({ success: true }); + expect(await inviteCount(t.id)).toBe(0); + }); + it("refuses to let anyone but the invitee accept", async () => { const t = await createTournament({ columns: { invite_only: true } }); const player = await fx.player(); From 52d0e912503a33a6a30d4f315434e2893f2eebf7 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 10:32:26 -0400 Subject: [PATCH 15/17] fix: throw machine-readable codes for tournament invite refusals so the browser can translate them --- src/invites/invites.controller.ts | 11 ++++++++-- .../tournaments.controller.spec.ts | 14 ++++++------- src/tournaments/tournaments.controller.ts | 21 ++++++++++++------- test/tournament-invite-codes.spec.ts | 20 +++++++++++------- test/tournament-invites.spec.ts | 2 +- 5 files changed, 44 insertions(+), 24 deletions(-) diff --git a/src/invites/invites.controller.ts b/src/invites/invites.controller.ts index 419c086c2..0a8da6b6f 100644 --- a/src/invites/invites.controller.ts +++ b/src/invites/invites.controller.ts @@ -346,6 +346,13 @@ export class InvitesController { // Steam ids are read back as text for the same reason the event handlers do // it: a bigint that round-trips through JSON stops being exact well below a // steam id. + // + // The refusals a player can be handed off a tournament invite are thrown as + // codes, not sentences, for the reason redeemTournamentInviteCode is: an + // action's error reaches the client as `message` and nothing else, so the code + // has to BE the message for the browser to have anything to translate. The + // team-invite branches keep their prose -- web renders an unrecognised message + // verbatim, so a refusal outside this contract still says something. private async findTournamentInvite(invite_id: string) { const [invite] = await this.postgres.query< Array<{ @@ -366,7 +373,7 @@ export class InvitesController { ); if (!invite) { - throw Error("unable to find tournament invite"); + throw Error("invite_not_found"); } return invite; @@ -397,7 +404,7 @@ export class InvitesController { // this refuses. Declining stays open -- clearing an invite off the bell is // not registering for anything. if (!InvitesController.REGISTRATION_STATUSES.includes(invite.status)) { - throw Error("registration is not open"); + throw Error("invite_registration_closed"); } if (!(await this.canAnswerTournamentInvite(invite, user))) { diff --git a/src/tournaments/tournaments.controller.spec.ts b/src/tournaments/tournaments.controller.spec.ts index a0c1b7fbc..0ba4c634b 100644 --- a/src/tournaments/tournaments.controller.spec.ts +++ b/src/tournaments/tournaments.controller.spec.ts @@ -937,7 +937,7 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", code: "NOPE", }), - ).rejects.toThrow(/too many invite attempts/i); + ).rejects.toThrow(/^invite_rate_limited$/); expect(statements).toHaveLength(0); }); @@ -951,7 +951,7 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", code: "ABCDEFGHJK", }), - ).rejects.toThrow(/registration is not open/i); + ).rejects.toThrow(/^invite_registration_closed$/); expect(statements.some((sql) => sql.includes("WITH claimed AS ("))).toBe( false, @@ -992,7 +992,7 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", code: "ABCDEFGHJK", }), - ).rejects.toThrow(/was revoked/i); + ).rejects.toThrow(/^invite_revoked$/); diagnosisRow = { revoked: false, @@ -1006,7 +1006,7 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", code: "ABCDEFGHJK", }), - ).rejects.toThrow(/has expired/i); + ).rejects.toThrow(/^invite_expired$/); diagnosisRow = { revoked: false, @@ -1020,7 +1020,7 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", code: "ABCDEFGHJK", }), - ).rejects.toThrow(/has been used up/i); + ).rejects.toThrow(/^invite_used_up$/); diagnosisRow = undefined; await expect( @@ -1029,11 +1029,11 @@ describe("TournamentsController registration and check-in actions", () => { tournament_id: "tournament-1", code: "ABCDEFGHJK", }), - ).rejects.toThrow(/not found/i); + ).rejects.toThrow(/^invite_not_found$/); }); // A double-clicked Accept is not a second entry: they already hold the - // unlock, so it is a no-op rather than "this link has been used up". + // unlock, so it is a no-op rather than an invite_used_up refusal. it("treats a second redemption by the same player as a no-op", async () => { claimedRows = []; diagnosisRow = { diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index cd52d1606..500b49c67 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -1203,6 +1203,13 @@ export class TournamentsController { // tournament. public static readonly REDEEM_ATTEMPTS_PER_MINUTE = 5; + // Every refusal a player can be handed here is thrown as a code rather than a + // sentence: an action's error reaches the client as `message` and nothing + // else, so the only way the reason survives in a form the browser can + // translate is to BE the message. The web side maps each one onto + // tournament.invite_accept.errors.*; anything unrecognised there falls back to + // showing the message verbatim, which is why refusals from outside this + // contract stay prose. @HasuraAction() public async redeemTournamentInviteCode(data: { user: User; @@ -1215,13 +1222,13 @@ export class TournamentsController { key: "tournament-invite-code", steamId: data.user.steam_id, limit: TournamentsController.REDEEM_ATTEMPTS_PER_MINUTE, - message: "too many invite attempts, try again in a minute", + message: "invite_rate_limited", }); const tournament = await this.getTournamentAccess(tournament_id, data.user); if (!["Setup", "RegistrationOpen"].includes(tournament.status)) { - throw Error("registration is not open"); + throw Error("invite_registration_closed"); } await this.pruneInviteCodes(tournament_id); @@ -1327,7 +1334,7 @@ export class TournamentsController { ); if (!row) { - throw Error("invite link not found"); + throw Error("invite_not_found"); } // Spending a link twice is the double-clicked button, not a second entry: @@ -1337,17 +1344,17 @@ export class TournamentsController { } if (row.revoked) { - throw Error("this invite link was revoked"); + throw Error("invite_revoked"); } if (row.expired) { - throw Error("this invite link has expired"); + throw Error("invite_expired"); } if (row.exhausted) { - throw Error("this invite link has been used up"); + throw Error("invite_used_up"); } - throw Error("invite link not found"); + throw Error("invite_not_found"); } } diff --git a/test/tournament-invite-codes.spec.ts b/test/tournament-invite-codes.spec.ts index 2d4515ecc..15f8b8a1d 100644 --- a/test/tournament-invite-codes.spec.ts +++ b/test/tournament-invite-codes.spec.ts @@ -278,7 +278,9 @@ describe("tournament invite codes (SQL-driven)", () => { const player = await fx.player(); await expire(code.id, "1 hour"); - await expect(redeem(t.id, player, code.code)).rejects.toThrow(/expired/i); + await expect(redeem(t.id, player, code.code)).rejects.toThrow( + /^invite_expired$/, + ); expect(await unlocked(t.id, player)).toBe(false); expect((await codeRow(code.id)).uses).toBe(0); @@ -308,7 +310,9 @@ describe("tournament invite codes (SQL-driven)", () => { }), ).resolves.toEqual({ success: true }); - await expect(redeem(t.id, second, code.code)).rejects.toThrow(/revoked/i); + await expect(redeem(t.id, second, code.code)).rejects.toThrow( + /^invite_revoked$/, + ); expect(await unlocked(t.id, second)).toBe(false); // Revoking kills the link, not the record of who already came in. @@ -341,7 +345,7 @@ describe("tournament invite codes (SQL-driven)", () => { ); await expect(redeem(t.id, player, code.code)).rejects.toThrow( - /registration is not open/i, + /^invite_registration_closed$/, ); }); @@ -352,7 +356,7 @@ describe("tournament invite codes (SQL-driven)", () => { const player = await fx.player(); await expect(redeem(mine.id, player, code.code)).rejects.toThrow( - /not found/i, + /^invite_not_found$/, ); expect(await unlocked(mine.id, player)).toBe(false); }); @@ -370,7 +374,7 @@ describe("tournament invite codes (SQL-driven)", () => { } await expect(redeem(t.id, player, "AAAAAAAAAA")).rejects.toThrow( - /too many invite attempts/i, + /^invite_rate_limited$/, ); }); @@ -441,7 +445,9 @@ describe("tournament invite codes (SQL-driven)", () => { await expect(redeem(t.id, second, code.code)).resolves.toEqual({ success: true, }); - await expect(redeem(t.id, third, code.code)).rejects.toThrow(/used up/i); + await expect(redeem(t.id, third, code.code)).rejects.toThrow( + /^invite_used_up$/, + ); expect((await codeRow(code.id)).uses).toBe(2); expect(await unlocked(t.id, third)).toBe(false); @@ -470,7 +476,7 @@ describe("tournament invite codes (SQL-driven)", () => { await holder.query("COMMIT"); - await expect(pending).rejects.toThrow(/used up/i); + await expect(pending).rejects.toThrow(/^invite_used_up$/); } finally { holder.release(); } diff --git a/test/tournament-invites.spec.ts b/test/tournament-invites.spec.ts index f4257b345..e4b4c88e2 100644 --- a/test/tournament-invites.spec.ts +++ b/test/tournament-invites.spec.ts @@ -338,7 +338,7 @@ describe("tournament invites (SQL-driven)", () => { invite_id: id, type: "tournament-registration", }), - ).rejects.toThrow(/registration is not open/i); + ).rejects.toThrow(/^invite_registration_closed$/); expect(await unlocked(t.id, player)).toBe(false); expect(await inviteCount(t.id)).toBe(1); From 8bea8f63f8445cbb7cb20b47b54fccfdb9e8d867 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 11:43:06 -0400 Subject: [PATCH 16/17] wip --- .../draft_tournament_free_agent_teams.sql | 16 +-- .../tournaments/tournament_check_in.sql | 36 +++++ .../tournament_registration_access.sql | 77 ++++++++--- .../down.sql | 3 + .../up.sql | 25 ++++ hasura/triggers/matches.sql | 13 ++ hasura/triggers/tournament_team_roster.sql | 69 +++++++--- src/matches/jobs/CheckForScheduledMatches.ts | 18 ++- .../jobs/ProcessTournamentCheckIn.spec.ts | 42 +++++- src/matches/jobs/ProcessTournamentCheckIn.ts | 74 +++++------ src/notifications/notifications.service.ts | 26 +--- .../redis-manager/redis-manager.service.ts | 12 +- src/sanctions/sanction-policy.service.ts | 39 +----- .../tournaments.controller.spec.ts | 83 +++++++++++- src/tournaments/tournaments.controller.ts | 61 ++++++--- ...ournament-check-in-and-free-agents.spec.ts | 125 +++++++++++++++++- test/tournament-invite-codes.spec.ts | 28 ++++ test/tournament-invites.spec.ts | 41 ++++++ test/tournament-pre-start-matches.spec.ts | 23 +++- 19 files changed, 617 insertions(+), 194 deletions(-) create mode 100644 hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/down.sql create mode 100644 hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/up.sql diff --git a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql index 97123d0be..306c46bf4 100644 --- a/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql +++ b/hasura/functions/tournaments/draft_tournament_free_agent_teams.sql @@ -1,17 +1,11 @@ -- Turns a free agent pool into balanced pickup teams. Returns the number of -- teams created. -- --- TWO STAGES, deliberately not merged: --- 1. Selection -- who plays at all -- is decided by registration order alone. --- 2. Assignment -- which team a selected player lands on -- is decided by ELO. --- Collapsing them would let a late high-ELO signup take the slot of someone who --- registered hours earlier, which is the one thing a first-come pool must not do. --- --- Both stages work on UNITS, not players. A unit is everyone sharing a party_id --- (the lobby they signed up from), or a single agent with no party. A unit is --- indivisible and its priority is its EARLIEST member's signup: joining a party --- can neither buy a late signup an earlier place nor cost the early member the --- place they already held. +-- Selection (who plays at all) is registration order alone and assignment +-- (which team) is ELO; merging them would let a late high-ELO signup take the +-- slot of someone who registered hours earlier. Both work on UNITS -- everyone +-- sharing a party_id, or a lone agent -- and a unit's priority is its EARLIEST +-- member's signup, so joining a party neither buys nor costs anyone a place. CREATE OR REPLACE FUNCTION public.draft_tournament_free_agent_teams(_tournament_id uuid) RETURNS integer LANGUAGE plpgsql diff --git a/hasura/functions/tournaments/tournament_check_in.sql b/hasura/functions/tournaments/tournament_check_in.sql index 49481a2ad..15cd5d4eb 100644 --- a/hasura/functions/tournaments/tournament_check_in.sql +++ b/hasura/functions/tournaments/tournament_check_in.sql @@ -101,3 +101,39 @@ AS $$ FROM public.tournaments t WHERE t.id = team.tournament_id; $$; + +-- Everyone who still owes a confirmation: rostered players (per-player in +-- Players mode, the whole roster otherwise), the team owner even when they are +-- not on the roster, and free agents who registered on their own. Waitlisted +-- agents are in it on purpose -- the cutoff waitlists a no-show, and the draft +-- re-admits exactly the waitlisted agents that later checked in, so a re-opened +-- window is theirs to act on too. +CREATE OR REPLACE FUNCTION public.tournament_pending_check_in_recipients( + _tournament_id uuid +) +RETURNS TABLE (steam_id bigint) +LANGUAGE sql +STABLE +AS $$ + SELECT DISTINCT pending.steam_id FROM ( + SELECT ttr.player_steam_id AS steam_id + FROM public.tournament_team_roster ttr + JOIN public.tournament_teams tt ON tt.id = ttr.tournament_team_id + JOIN public.tournaments t ON t.id = tt.tournament_id + WHERE tt.tournament_id = _tournament_id + AND tt.checked_in_at IS NULL + AND (t.check_in_setting <> 'Players' OR ttr.checked_in_at IS NULL) + UNION + SELECT tt.owner_steam_id AS steam_id + FROM public.tournament_teams tt + WHERE tt.tournament_id = _tournament_id + AND tt.checked_in_at IS NULL + AND tt.owner_steam_id IS NOT NULL + UNION + SELECT fa.player_steam_id AS steam_id + FROM public.tournament_free_agents fa + WHERE fa.tournament_id = _tournament_id + AND fa.checked_in_at IS NULL + AND fa.status IN ('registered', 'waitlisted') + ) pending; +$$; diff --git a/hasura/functions/tournaments/tournament_registration_access.sql b/hasura/functions/tournaments/tournament_registration_access.sql index 720579c3d..bfc6bc8a2 100644 --- a/hasura/functions/tournaments/tournament_registration_access.sql +++ b/hasura/functions/tournaments/tournament_registration_access.sql @@ -1,12 +1,40 @@ +-- Who may register the team an invite was addressed to: exactly the people +-- public_tournament_teams.yaml already lets register one -- its owner, its +-- captain, or a team_roster Admin. +CREATE OR REPLACE FUNCTION public.player_may_register_team( + _team_id uuid, + _player_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 = _player_steam_id + OR t.captain_steam_id = _player_steam_id + OR EXISTS ( + SELECT 1 + FROM public.team_roster tr + WHERE tr.team_id = t.id + AND tr.player_steam_id = _player_steam_id + AND tr.role = 'Admin' + ) + ) + ); +$$; + -- The single choke point every invite_only gate reduces to: has this player -- been let into this tournament, either in their own right or through a team -- they are allowed to register? -- -- _team_id is what tells the two apart, and it is the whole reason a team invite -- means what it says. tbi_tournament_team passes the team being registered; --- tbi_tournament_free_agents and the computed field pass NULL, so an invited --- team gets to enter as a team and its members do not each get a free-agent --- slot out of it. +-- tbi_tournament_free_agents passes NULL, so an invited team gets to enter as a +-- team and its members do not each get a free-agent slot out of it. -- -- The 2-argument form has to be dropped explicitly rather than replaced: a -- default-valued third parameter leaves both resolvable, and every existing call @@ -29,32 +57,39 @@ AS $$ AND u.team_id IS NULL AND u.player_steam_id = _player_steam_id ) - -- Exactly the people public_tournament_teams.yaml already lets register a - -- team: its owner, its captain, or a team_roster Admin. OR EXISTS ( SELECT 1 FROM public.tournament_registration_unlocks u - JOIN public.teams t ON t.id = u.team_id WHERE u.tournament_id = _tournament_id AND u.team_id = _team_id - AND ( - t.owner_steam_id = _player_steam_id - OR t.captain_steam_id = _player_steam_id - OR EXISTS ( - SELECT 1 - FROM public.team_roster tr - WHERE tr.team_id = t.id - AND tr.player_steam_id = _player_steam_id - AND tr.role = 'Admin' - ) - ) + AND public.player_may_register_team(u.team_id, _player_steam_id) ); $$; +-- The same question with no team in hand: may this player enter AT ALL, as +-- themselves or with any team that was let in? The gate on the tournament page +-- has no team to name yet, so asking the 3-argument form would tell a captain +-- who was invited by team that they still need an invite. +CREATE OR REPLACE FUNCTION public.tournament_registration_unlocked_any( + _tournament_id uuid, + _player_steam_id bigint +) +RETURNS boolean +LANGUAGE sql +STABLE +AS $$ + SELECT public.tournament_registration_unlocked(_tournament_id, _player_steam_id) + OR EXISTS ( + SELECT 1 + FROM public.tournament_registration_unlocks u + WHERE u.tournament_id = _tournament_id + AND u.team_id IS NOT NULL + AND public.player_may_register_team(u.team_id, _player_steam_id) + ); +$$; + -- Computed-field form, so the join UI can tell "locked" from "already unlocked" --- without being handed anything it could redeem. NULL team: this answers --- whether the player themselves may enter, which is what the gate on the --- tournament page is asking. +-- without being handed anything it could redeem. CREATE OR REPLACE FUNCTION public.tournament_registration_unlocked_for_session( tournament public.tournaments, hasura_session json @@ -65,7 +100,7 @@ STABLE AS $$ SELECT NOT tournament.invite_only OR public.is_tournament_organizer(tournament, hasura_session) - OR public.tournament_registration_unlocked( + OR public.tournament_registration_unlocked_any( tournament.id, (hasura_session ->> 'x-hasura-user-id')::bigint ); diff --git a/hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/down.sql b/hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/down.sql new file mode 100644 index 000000000..3ce72b5b8 --- /dev/null +++ b/hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/down.sql @@ -0,0 +1,3 @@ +ALTER TABLE public.tournaments + DROP COLUMN IF EXISTS check_in_closed_for, + DROP COLUMN IF EXISTS check_in_closing_notified_for; diff --git a/hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/up.sql b/hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/up.sql new file mode 100644 index 000000000..fcd17c296 --- /dev/null +++ b/hasura/migrations/default/1885000000100_tournament_check_in_pass_fences/up.sql @@ -0,0 +1,25 @@ +-- Two fences for the two passes ProcessTournamentCheckIn runs against a +-- deadline, each holding the deadline it has already acted on rather than a +-- flag. The deadline is what moves when an organizer extends the window, so +-- storing it is what makes an extension earn a fresh reminder and a fresh close +-- without either firing twice for the same one. +-- +-- The status can no longer answer either question: extending now leaves the +-- tournament held in CheckInReview (flipping it back to RegistrationOpen +-- re-opened registration to newcomers, which an extension never meant), so +-- "held for review" and "held for review with a live extension" are the same +-- status. +ALTER TABLE public.tournaments + ADD COLUMN IF NOT EXISTS check_in_closed_for timestamptz, + ADD COLUMN IF NOT EXISTS check_in_closing_notified_for timestamptz; + +COMMENT ON COLUMN public.tournaments.check_in_closed_for IS 'The check_in_ends_at the close pass has already acted on'; +COMMENT ON COLUMN public.tournaments.check_in_closing_notified_for IS 'The check_in_ends_at the closing reminder was sent for'; + +-- Backfill, or every tournament already sitting in review re-closes and +-- re-notifies its whole field the first time the job runs after this deploy. +UPDATE public.tournaments + SET check_in_closed_for = check_in_ends_at + WHERE check_in_ends_at IS NOT NULL + AND check_in_closed_for IS NULL + AND status NOT IN ('Setup', 'RegistrationOpen'); diff --git a/hasura/triggers/matches.sql b/hasura/triggers/matches.sql index 6998f284e..e2128b668 100644 --- a/hasura/triggers/matches.sql +++ b/hasura/triggers/matches.sql @@ -292,9 +292,22 @@ BEGIN -- lineup-ready cascade and CheckForScheduledMatches all arrive as an UPDATE -- on this row. Terminal statuses are untouched on purpose -- cancelling, a -- tournament reset and deleting a match must keep working. + -- + -- A request is REFUSED and a system write is parked. Silently rewriting a + -- requested status hands the caller a successful UPDATE and a row that did + -- not move -- startMatch even reads the result back and blames the server -- + -- so anything carrying a session gets an error it can show. A session-less + -- write is the internal path (reset_tournament_match parks a bracket by + -- design, and schedule_tournament_match already writes 'Scheduled' itself), + -- which has nobody to show an error to and means the parking. IF OLD.status = 'Scheduled' AND NEW.status IN ('WaitingForCheckIn', 'Veto', 'WaitingForServer', 'Live') AND tournament_match_is_pre_start(NEW.id) THEN + IF nullif(current_setting('hasura.user', true), '')::json ->> 'x-hasura-role' IS NOT NULL THEN + RAISE EXCEPTION USING ERRCODE = '22000', + MESSAGE = 'This match cannot start before its tournament does'; + END IF; + NEW.status = 'Scheduled'; END IF; diff --git a/hasura/triggers/tournament_team_roster.sql b/hasura/triggers/tournament_team_roster.sql index 47e9791f8..8255bf8cf 100644 --- a/hasura/triggers/tournament_team_roster.sql +++ b/hasura/triggers/tournament_team_roster.sql @@ -118,11 +118,20 @@ $$; DROP TRIGGER IF EXISTS tbi_tournament_team_roster ON public.tournament_team_roster; CREATE TRIGGER tbi_tournament_team_roster BEFORE INSERT ON public.tournament_team_roster FOR EACH ROW EXECUTE FUNCTION public.tbi_tournament_team_roster(); -CREATE OR REPLACE FUNCTION public.taiu_tournament_team_roster_check_in() RETURNS TRIGGER +-- Dropped before it is rebuilt: the function grew a DELETE path and with it a +-- new name, and the old pair would otherwise both survive a re-apply. +DROP TRIGGER IF EXISTS taiu_tournament_team_roster_check_in ON public.tournament_team_roster; +DROP TRIGGER IF EXISTS taiud_tournament_team_roster_check_in ON public.tournament_team_roster; +DROP FUNCTION IF EXISTS public.taiu_tournament_team_roster_check_in(); + +CREATE OR REPLACE FUNCTION public.taiud_tournament_team_roster_check_in() RETURNS TRIGGER LANGUAGE plpgsql AS $$ DECLARE _tournament public.tournaments; + _tournament_id uuid; + _tournament_team_id uuid; + _confirmation_lost boolean; _min_players int; _checked_in int; BEGIN @@ -137,18 +146,37 @@ BEGIN RETURN NEW; END IF; + -- Dropping a confirmed player is a withdrawn confirmation with the row + -- removed: the count it was part of is gone either way, so a team that + -- falls back under the minimum lineup has to lose its roll-up here too. + -- Left to the UPDATE path alone, a captain could seed an unconfirmed lineup + -- into the bracket simply by removing the people who confirmed it. + IF TG_OP = 'DELETE' THEN + IF OLD.checked_in_at IS NULL THEN + RETURN OLD; + END IF; + + _tournament_id := OLD.tournament_id; + _tournament_team_id := OLD.tournament_team_id; + _confirmation_lost := true; + ELSE + _tournament_id := NEW.tournament_id; + _tournament_team_id := NEW.tournament_team_id; + _confirmation_lost := NEW.checked_in_at IS NULL; + END IF; + SELECT t.* INTO _tournament FROM public.tournaments t - WHERE t.id = NEW.tournament_id; + WHERE t.id = _tournament_id; IF NOT FOUND THEN - RETURN NEW; + RETURN NULL; END IF; -- Captains and Admin modes stamp tournament_teams.checked_in_at directly; -- per-player rows carry no authority there. IF NOT _tournament.check_in_required OR _tournament.check_in_setting <> 'Players' THEN - RETURN NEW; + RETURN NULL; END IF; -- The bar is the MINIMUM LINEUP, not the whole roster: a roster of seven @@ -158,34 +186,37 @@ BEGIN SELECT COUNT(*) INTO _checked_in FROM public.tournament_team_roster ttr - WHERE ttr.tournament_team_id = NEW.tournament_team_id + WHERE ttr.tournament_team_id = _tournament_team_id AND ttr.checked_in_at IS NOT NULL; IF _checked_in >= _min_players THEN UPDATE public.tournament_teams tt SET checked_in_at = now() - WHERE tt.id = NEW.tournament_team_id + WHERE tt.id = _tournament_team_id AND tt.checked_in_at IS NULL; - -- Clearing is only ever a WITHDRAWN confirmation breaking a roll-up that - -- was already satisfied -- this row went from stamped to NULL, so the count - -- was _checked_in + 1 a moment ago. A player CHECKING IN can only raise the - -- count, and reacting to that would let the first player to confirm wipe a - -- team the registration auto-stamp or an organizer re-admit had already - -- checked in: they would harm their own team by doing what the UI asked. - ELSIF NEW.checked_in_at IS NULL AND _checked_in + 1 >= _min_players THEN + -- Clearing is only ever a LOST confirmation breaking a roll-up that was + -- already satisfied -- this row went from stamped to NULL (or left the + -- roster stamped), so the count was _checked_in + 1 a moment ago. A player + -- CHECKING IN can only raise the count, and reacting to that would let the + -- first player to confirm wipe a team the registration auto-stamp or an + -- organizer re-admit had already checked in: they would harm their own team + -- by doing what the UI asked. + ELSIF _confirmation_lost AND _checked_in + 1 >= _min_players THEN UPDATE public.tournament_teams tt SET checked_in_at = NULL - WHERE tt.id = NEW.tournament_team_id + WHERE tt.id = _tournament_team_id AND tt.checked_in_at IS NOT NULL; END IF; - RETURN NEW; + RETURN NULL; END; $$; -DROP TRIGGER IF EXISTS taiu_tournament_team_roster_check_in ON public.tournament_team_roster; -CREATE TRIGGER taiu_tournament_team_roster_check_in - AFTER INSERT OR UPDATE OF checked_in_at ON public.tournament_team_roster +-- UPDATE OF checked_in_at, but DELETE unqualified: a delete carries no column +-- list to narrow on, and the row taking its stamp with it is exactly the case +-- the clear branch exists for. +CREATE TRIGGER taiud_tournament_team_roster_check_in + AFTER INSERT OR DELETE OR UPDATE OF checked_in_at ON public.tournament_team_roster FOR EACH ROW - EXECUTE FUNCTION public.taiu_tournament_team_roster_check_in(); + EXECUTE FUNCTION public.taiud_tournament_team_roster_check_in(); diff --git a/src/matches/jobs/CheckForScheduledMatches.ts b/src/matches/jobs/CheckForScheduledMatches.ts index 0efdb8a72..98ac62587 100644 --- a/src/matches/jobs/CheckForScheduledMatches.ts +++ b/src/matches/jobs/CheckForScheduledMatches.ts @@ -36,11 +36,17 @@ export class CheckForScheduledMatches extends WorkerHost { _eq: "Scheduled", }, }, - // Mirrors tournament_match_is_pre_start. A round-1 match - // materialized before its tournament starts is parked, and - // tbu_matches forces it straight back to Scheduled -- so without - // this the UPDATE still reports an affected row and the job logs - // "N matches started" for a no-op every single pass. + // Mirrors tournament_match_is_pre_start, which tbu_matches + // refuses outright: without this the whole batch would fail on a + // round-1 match that was materialized early, taking every other + // due match with it. + // + // Compared against a minute ago rather than now, because the two + // clocks are not the same one: `start` is measured here and + // `now()` in Postgres, and only the generous side of that skew is + // safe. A pre-start match excluded for a minute longer than it had + // to be loses nothing -- the tournament going Live releases its + // own round 1. { _not: { tournament_brackets: { @@ -50,7 +56,7 @@ export class CheckForScheduledMatches extends WorkerHost { _in: ["RegistrationClosed", "CheckInReview"], }, start: { - _gt: new Date(), + _gt: new Date(Date.now() - 60 * 1000), }, }, }, diff --git a/src/matches/jobs/ProcessTournamentCheckIn.spec.ts b/src/matches/jobs/ProcessTournamentCheckIn.spec.ts index 13ae2572f..3a0806763 100644 --- a/src/matches/jobs/ProcessTournamentCheckIn.spec.ts +++ b/src/matches/jobs/ProcessTournamentCheckIn.spec.ts @@ -49,7 +49,7 @@ describe("ProcessTournamentCheckIn", () => { if (sql.includes('SET check_in_ends_at = t."start"')) { return opened; } - if (sql.includes("'TournamentCheckInClosing'")) { + if (sql.includes("SET check_in_closing_notified_for")) { return closing; } if (sql.includes("UPDATE tournament_free_agents")) { @@ -61,7 +61,7 @@ describe("ProcessTournamentCheckIn", () => { if (sql.includes("t.status = 'CheckInReview'")) { return released; } - if (sql.includes("FROM tournament_team_roster ttr")) { + if (sql.includes("tournament_pending_check_in_recipients")) { return recipients; } @@ -120,16 +120,23 @@ describe("ProcessTournamentCheckIn", () => { }); describe("closing reminder", () => { - it("keys the dedup on the deadline so an extension earns a new reminder", async () => { + // Claimed by stamping the deadline, not by looking for the notification it + // wrote: notifyPlayers writes no row at all when every recipient has the + // type muted, and a dedup keyed on one would re-run the whole fan-out every + // tick for the entire lead-in. Stamping the deadline rather than a flag is + // what earns a fresh reminder after an extension. + it("claims the deadline it reminded for", async () => { closing = [tournament({ entity_id: "tournament-1:closing:1700000000" })]; await job.process(); const reminder = statements.find((sql) => - sql.includes("'TournamentCheckInClosing'"), + sql.includes("SET check_in_closing_notified_for"), ); - expect(reminder).toContain("NOT EXISTS"); - expect(reminder).toContain("extract(epoch from t.check_in_ends_at)"); + expect(reminder).toContain( + "t.check_in_closing_notified_for IS DISTINCT FROM t.check_in_ends_at", + ); + expect(reminder).not.toContain("FROM notifications"); expect(notifications.notifyPlayers).toHaveBeenCalledWith( "TournamentCheckInClosing", @@ -163,10 +170,31 @@ describe("ProcessTournamentCheckIn", () => { const flip = statements.find((sql) => sql.includes("THEN 'CheckInReview'"), ); - expect(flip).toContain("t.status = 'RegistrationOpen'"); + expect(flip).toContain("t.check_in_closed_for IS DISTINCT FROM"); + expect(flip).toContain("check_in_closed_for = t.check_in_ends_at"); expect(flip).toContain("RETURNING"); }); + // An organizer extending the window leaves the tournament held in + // CheckInReview -- that hold is what keeps registration shut -- so the + // extended deadline has to be closed from there. What stops the pass from + // firing again on a tournament that is merely sitting in review is the + // stamped deadline, not the status. + it("closes an extended window from the review hold", async () => { + await job.process(); + + for (const sql of statements.filter( + (statement) => + statement.includes("THEN 'CheckInReview'") || + statement.includes("UPDATE tournament_free_agents"), + )) { + expect(sql).toContain( + "t.status IN ('RegistrationOpen', 'CheckInReview')", + ); + expect(sql).toContain("t.check_in_closed_for IS DISTINCT FROM"); + } + }); + it("says nothing when every team checked in", async () => { closed = [tournament({ status: "RegistrationClosed" })]; diff --git a/src/matches/jobs/ProcessTournamentCheckIn.ts b/src/matches/jobs/ProcessTournamentCheckIn.ts index e79f2fadd..c5576ea8c 100644 --- a/src/matches/jobs/ProcessTournamentCheckIn.ts +++ b/src/matches/jobs/ProcessTournamentCheckIn.ts @@ -32,6 +32,14 @@ export class ProcessTournamentCheckIn extends WorkerHost { // same moment as the "check-in is open" notice on the tightest setup. private static readonly CLOSING_REMINDER_MINUTES = 5; + // CheckInReview belongs to the window as much as RegistrationOpen does: + // extendTournamentCheckIn leaves the tournament held -- that hold is what + // keeps registration shut to newcomers -- and only moves check_in_ends_at, so + // the extended window has to be reminded about and closed from there. What + // keeps this from re-closing a tournament that is merely sitting in review is + // check_in_closed_for, not the status. + private static readonly WINDOW_IN_FORCE = `t.status IN ('RegistrationOpen', 'CheckInReview')`; + constructor( private readonly logger: Logger, private readonly postgres: PostgresService, @@ -90,25 +98,25 @@ export class ProcessTournamentCheckIn extends WorkerHost { return opened.length; } - // Deduped the way TournamentReminders dedupes its own windows: a distinct - // entity_id makes a NOT EXISTS check enough with no extra state on the - // tournament. The deadline is part of the key so an organizer extending the - // window earns a fresh reminder rather than silence. + // The claim IS the write: stamping the deadline it was sent for is what stops + // a second tick from sending it again, and two workers cannot both win the + // row. Deliberately not a NOT EXISTS over `notifications` -- notifyPlayers + // writes no row when every recipient has the type muted, so a dedupe keyed on + // one would re-run this and the whole recipient fan-out on every tick for the + // entire lead-in. The deadline is what is stamped rather than a flag, so an + // organizer extending the window earns a fresh reminder rather than silence. private async remindBeforeCutoff(): Promise { const due = await this.postgres.query>( - `SELECT t.id::text AS id, t.name, t.banner, t.logo, - t.id::text || ':closing:' || extract(epoch from t.check_in_ends_at)::bigint::text AS entity_id - FROM tournaments t + `UPDATE tournaments t + SET check_in_closing_notified_for = t.check_in_ends_at WHERE t.check_in_required - AND t.status = 'RegistrationOpen' + AND ${ProcessTournamentCheckIn.WINDOW_IN_FORCE} AND t.check_in_ends_at IS NOT NULL AND t.check_in_ends_at > now() AND t.check_in_ends_at <= now() + make_interval(mins => $1::int) - AND NOT EXISTS ( - SELECT 1 FROM notifications n - WHERE n.type = 'TournamentCheckInClosing' - AND n.entity_id = t.id::text || ':closing:' || extract(epoch from t.check_in_ends_at)::bigint::text - )`, + AND t.check_in_closing_notified_for IS DISTINCT FROM t.check_in_ends_at + RETURNING t.id::text AS id, t.name, t.banner, t.logo, + t.id::text || ':closing:' || extract(epoch from t.check_in_ends_at)::bigint::text AS entity_id`, [ProcessTournamentCheckIn.CLOSING_REMINDER_MINUTES], ); @@ -142,9 +150,10 @@ export class ProcessTournamentCheckIn extends WorkerHost { FROM tournaments t WHERE t.id = fa.tournament_id AND t.check_in_required - AND t.status = 'RegistrationOpen' + AND ${ProcessTournamentCheckIn.WINDOW_IN_FORCE} AND t.check_in_ends_at IS NOT NULL AND t.check_in_ends_at <= now() + AND t.check_in_closed_for IS DISTINCT FROM t.check_in_ends_at AND fa.status = 'registered' AND fa.checked_in_at IS NULL`, ); @@ -157,6 +166,11 @@ export class ProcessTournamentCheckIn extends WorkerHost { // abandoned half-registration is not seedable whether it confirms or not, // so counting it would hold every check-in tournament in CheckInReview and // page the organizer over a decision that changes nothing. + // + // check_in_closed_for is the fence rather than the status flip: an extended + // window ends back in CheckInReview, which the status alone cannot tell + // apart from the review it is already sitting in -- and re-firing would + // re-notify the whole field every minute until the tournament started. const closed = await this.postgres.query>( `UPDATE tournaments t SET status = CASE @@ -167,11 +181,13 @@ export class ProcessTournamentCheckIn extends WorkerHost { AND tournament_team_lineup_filled(tt) ) THEN 'CheckInReview' ELSE 'RegistrationClosed' - END + END, + check_in_closed_for = t.check_in_ends_at WHERE t.check_in_required - AND t.status = 'RegistrationOpen' + AND ${ProcessTournamentCheckIn.WINDOW_IN_FORCE} AND t.check_in_ends_at IS NOT NULL AND t.check_in_ends_at <= now() + AND t.check_in_closed_for IS DISTINCT FROM t.check_in_ends_at RETURNING t.id::text AS id, t.name, t.banner, t.logo, t.status, t.organizer_steam_id::text AS organizer_steam_id`, ); @@ -244,34 +260,12 @@ export class ProcessTournamentCheckIn extends WorkerHost { return released.length; } - // Everyone who still owes a confirmation: rostered players (per-player in - // Players mode, whole roster otherwise), the team owner even when they are - // not on the roster, and free agents who registered on their own. private async pendingRecipients( tournamentId: string, ): Promise> { const rows = await this.postgres.query>( - `SELECT DISTINCT steam_id::text AS steam_id FROM ( - SELECT ttr.player_steam_id AS steam_id - FROM tournament_team_roster ttr - JOIN tournament_teams tt ON tt.id = ttr.tournament_team_id - JOIN tournaments t ON t.id = tt.tournament_id - WHERE tt.tournament_id = $1::uuid - AND tt.checked_in_at IS NULL - AND (t.check_in_setting <> 'Players' OR ttr.checked_in_at IS NULL) - UNION - SELECT tt.owner_steam_id AS steam_id - FROM tournament_teams tt - WHERE tt.tournament_id = $1::uuid - AND tt.checked_in_at IS NULL - AND tt.owner_steam_id IS NOT NULL - UNION - SELECT fa.player_steam_id AS steam_id - FROM tournament_free_agents fa - WHERE fa.tournament_id = $1::uuid - AND fa.checked_in_at IS NULL - AND fa.status IN ('registered', 'waitlisted') - ) pending`, + `SELECT steam_id::text AS steam_id + FROM tournament_pending_check_in_recipients($1::uuid)`, [tournamentId], ); diff --git a/src/notifications/notifications.service.ts b/src/notifications/notifications.service.ts index b75099c25..80b0419f2 100644 --- a/src/notifications/notifications.service.ts +++ b/src/notifications/notifications.service.ts @@ -24,26 +24,12 @@ import { inAppKeyForType } from "./preferences/notification-categories"; export class NotificationsService { private readonly appConfig: AppConfig; - // The operators' Discord channel, and nothing else. Everything named here is - // posted into it verbatim, so this is an allowlist: a type reaches Discord by - // being argued onto this list, and anything new is in-app only until it is. - // - // It used to be the other way round -- a list of exclusions, with Discord the - // default -- which made every type anyone added Discord-facing on the day it - // was added. Tournament invites, check-in reminders and free-agent signups, - // each of them one player being asked something, were posted to staff that - // way. - // - // What "verbatim" costs is why the default has to be off rather than merely - // tidy: a ChatMessage's body IS the message somebody typed, direct messages - // included, and a PlayerSanctioned names the sanctioned player and quotes the - // ban reason to an audience of everyone who played with them. - // - // The bar is whether an operator has to do something about it. Broadcast - // announcements (TournamentCreated, NewsPublished, SeasonEnded) read like - // they might belong, but they are addressed to the whole player base rather - // than to staff -- an install that wants those in Discord wants an - // announcements webhook, not the support one. + // The operators' Discord channel, and nothing else. An ALLOWLIST, not a + // denylist: everything named here is posted verbatim -- a ChatMessage's body + // is what somebody typed, direct messages included -- so a type reaches + // Discord only by being argued onto this list, and anything new is in-app + // only until it is. The bar is whether an operator has to act on it, which + // broadcast announcements (TournamentCreated, NewsPublished) do not clear. // // Per-match alerts have their own door: sendDiscordMatchNotification, with a // webhook and a role configured per tournament. It does not read this. diff --git a/src/redis/redis-manager/redis-manager.service.ts b/src/redis/redis-manager/redis-manager.service.ts index 8b1e70166..1304b3920 100644 --- a/src/redis/redis-manager/redis-manager.service.ts +++ b/src/redis/redis-manager/redis-manager.service.ts @@ -107,9 +107,15 @@ export class RedisManagerService implements OnApplicationShutdown { // counter with no TTL at all. const result = await redis.multi().incr(key).expire(key, 120).exec(); - const count = Number(result?.[0]?.[1] ?? 0); - - if (count > options.limit) { + // An aborted MULTI answers null and a failed command answers [error, null], + // so the INCR reply is only trustworthy when it is an actual number -- and + // a counter that reads 0 whenever Redis breaks is a limiter that switches + // itself off exactly when someone is hammering it. Refuse instead: the + // credentials this guards are guessable, and a caller who cannot be counted + // cannot be let through. + const [error, count] = result?.[0] ?? []; + + if (error || typeof count !== "number" || count > options.limit) { throw Error(options.message); } } diff --git a/src/sanctions/sanction-policy.service.ts b/src/sanctions/sanction-policy.service.ts index 73c599def..8c6d250e0 100644 --- a/src/sanctions/sanction-policy.service.ts +++ b/src/sanctions/sanction-policy.service.ts @@ -1,4 +1,4 @@ -import { Injectable, Logger } from "@nestjs/common"; +import { Injectable } from "@nestjs/common"; import { PostgresService } from "src/postgres/postgres.service"; export type SanctionSource = "match_abandon" | "vac_ban" | "tournament_no_show"; @@ -31,10 +31,7 @@ export class SanctionPolicyService { "scope", ] as const; - constructor( - private readonly logger: Logger, - private readonly postgres: PostgresService, - ) {} + constructor(private readonly postgres: PostgresService) {} public static settingName( source: string, @@ -133,36 +130,4 @@ export class SanctionPolicyService { return rows.at(0)?.expiry ?? null; } - - // Called when a tournament's check-in window closes. Records one occurrence - // per rostered player of every team that missed it, and is safe to call again - // for the same tournament -- the unique constraint on tournament_no_shows is - // what stops a second pass from doubling anybody's count. - public async recordTournamentNoShows(tournamentId: string): Promise { - try { - const rows = await this.postgres.query>( - `SELECT public.record_tournament_no_shows($1::uuid) AS recorded`, - [tournamentId], - ); - - const recorded = rows.at(0)?.recorded ?? 0; - - if (recorded > 0) { - this.logger.log( - `recorded ${recorded} tournament no-show(s) for ${tournamentId}`, - ); - } - - return recorded; - } catch (error) { - // Holding the tournament for review is what actually matters; never lose - // that because the bookkeeping behind a future ban failed. - this.logger.warn( - `unable to record tournament no-shows for ${tournamentId}`, - error, - ); - - return 0; - } - } } diff --git a/src/tournaments/tournaments.controller.spec.ts b/src/tournaments/tournaments.controller.spec.ts index 0ba4c634b..ba80281e7 100644 --- a/src/tournaments/tournaments.controller.spec.ts +++ b/src/tournaments/tournaments.controller.spec.ts @@ -190,7 +190,7 @@ describe("TournamentsController registration and check-in actions", () => { ) { return []; } - if (sql.includes("FROM tournament_team_roster ttr")) { + if (sql.includes("tournament_pending_check_in_recipients")) { return [{ steam_id: "1" }]; } @@ -465,7 +465,7 @@ describe("TournamentsController registration and check-in actions", () => { ).rejects.toThrow(/1 to 240/); }); - it("reopens registration and re-notifies the teams that missed", async () => { + it("moves the deadline and re-notifies everyone still pending", async () => { tournamentRow = tournament({ is_organizer: true, status: "CheckInReview", @@ -482,7 +482,6 @@ describe("TournamentsController registration and check-in actions", () => { const update = statements.find((sql) => sql.includes("SET check_in_ends_at"), ); - expect(update).toContain("status = 'RegistrationOpen'"); // Extending past the tournament's own start is not an extension. expect(update).toContain('< t."start"'); @@ -492,6 +491,29 @@ describe("TournamentsController registration and check-in actions", () => { ); }); + // An extension is for the teams that are already in. Re-opening + // registration lets brand new ones in as well, auto-stamped as checked in + // by tbi_tournament_team, and reseeds a bracket the organizer never agreed + // to enlarge. + it("leaves the tournament held rather than re-opening registration", async () => { + tournamentRow = tournament({ + is_organizer: true, + status: "CheckInReview", + }); + + await controller.extendTournamentCheckIn({ + user: organizer, + tournament_id: "tournament-1", + minutes: 15, + }); + + const update = statements.find((sql) => + sql.includes("SET check_in_ends_at"), + ); + expect(update).not.toContain("status = 'RegistrationOpen'"); + expect(update).toContain("t.status = 'CheckInReview'"); + }); + it("reports the clamp when the extension would outrun the start", async () => { tournamentRow = tournament({ is_organizer: true, @@ -1032,8 +1054,8 @@ describe("TournamentsController registration and check-in actions", () => { ).rejects.toThrow(/^invite_not_found$/); }); - // A double-clicked Accept is not a second entry: they already hold the - // unlock, so it is a no-op rather than an invite_used_up refusal. + // A double-clicked Accept is not a second entry: they already spent the + // link, so it is a no-op rather than an invite_used_up refusal. it("treats a second redemption by the same player as a no-op", async () => { claimedRows = []; diagnosisRow = { @@ -1051,5 +1073,56 @@ describe("TournamentsController registration and check-in actions", () => { }), ).resolves.toEqual({ success: true }); }); + + // "Accepted" has to mean they can actually register. The use row and the + // unlock can come apart -- an organizer may delete an unlock -- and without + // this the spent link answers success forever while registration keeps + // refusing them. + it("re-grants the unlock on a link that was already spent", async () => { + claimedRows = []; + diagnosisRow = { + revoked: false, + expired: false, + exhausted: false, + already_used: true, + }; + + await controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }); + + const regrant = statements.find( + (sql) => + sql.includes("INSERT INTO tournament_registration_unlocks") && + !sql.includes("WITH claimed AS ("), + ); + expect(regrant).toContain("ON CONFLICT DO NOTHING"); + }); + + // A limiter that reads zero whenever Redis breaks is a limiter that turns + // itself off exactly when it matters. + it("refuses rather than fails open when redis cannot count", async () => { + redisExec.mockResolvedValue(null); + + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).rejects.toThrow(/^invite_rate_limited$/); + + redisExec.mockResolvedValue([[new Error("READONLY"), null]]); + + await expect( + controller.redeemTournamentInviteCode({ + user: player, + tournament_id: "tournament-1", + code: "ABCDEFGHJK", + }), + ).rejects.toThrow(/^invite_rate_limited$/); + }); }); }); diff --git a/src/tournaments/tournaments.controller.ts b/src/tournaments/tournaments.controller.ts index 500b49c67..1979b3588 100644 --- a/src/tournaments/tournaments.controller.ts +++ b/src/tournaments/tournaments.controller.ts @@ -560,7 +560,7 @@ export class TournamentsController { throw Error("you are not on this team's roster"); } - // taiu_tournament_team_roster_check_in rolls the per-player stamps up + // taiud_tournament_team_roster_check_in rolls the per-player stamps up // into the team once the minimum lineup has confirmed. return { success: true }; } @@ -608,8 +608,14 @@ export class TournamentsController { return team; } + // The team they are ROSTERED on wins, and only then one they merely own or + // captain: a player holds at most one roster row per tournament + // (tournament_roster_pkey), and Players mode confirms that row and nothing + // else. Ordered all the way down to the id, because an unordered LIMIT 1 + // over an owner who is also somebody else's substitute can answer + // differently between two calls and check in the wrong team. const [team] = await this.postgres.query>( - `SELECT DISTINCT tt.id::text AS id, + `SELECT tt.id::text AS id, COALESCE(can_manage_tournament_team(tt, $2::json), false) AS can_manage, tt.captain_steam_id = $3::bigint OR tt.owner_steam_id = $3::bigint AS is_captain FROM tournament_teams tt @@ -622,6 +628,10 @@ export class TournamentsController { OR tt.owner_steam_id = $3::bigint OR tt.captain_steam_id = $3::bigint ) + ORDER BY (ttr.player_steam_id IS NOT NULL) DESC, + (tt.captain_steam_id = $3::bigint OR tt.owner_steam_id = $3::bigint) DESC, + tt.created_at, + tt.id LIMIT 1`, [tournamentId, session, user.steam_id], ); @@ -687,10 +697,17 @@ export class TournamentsController { // Measured from now, not from the deadline that already passed: a review is // only reached after the cutoff, so extending "by 10 minutes" from a stale // deadline could still land in the past. + // + // The status stays CheckInReview. Flipping it back to RegistrationOpen was + // what re-opened the window, but it also re-opened REGISTRATION -- Hasura's + // insert rules key off exactly that status -- so an extension meant for two + // missing teams enlarged the field with brand new ones, each auto-stamped as + // checked in by tbi_tournament_team. Moving the deadline is enough on its + // own: check-in is gated on the clock, and ProcessTournamentCheckIn closes + // any deadline it has not already closed. const extended = await this.postgres.query>( `UPDATE tournaments t - SET check_in_ends_at = GREATEST(t.check_in_ends_at, now()) + make_interval(mins => $2::int), - status = 'RegistrationOpen' + SET check_in_ends_at = GREATEST(t.check_in_ends_at, now()) + make_interval(mins => $2::int) WHERE t.id = $1::uuid AND t.status = 'CheckInReview' AND GREATEST(t.check_in_ends_at, now()) + make_interval(mins => $2::int) < t."start" @@ -722,25 +739,17 @@ export class TournamentsController { return { success: true }; } - // Deliberately narrower than the job's own recipient query: an extension is - // only ever announced to the teams that held the tournament up. + // The same recipients the job announces the window to, from the same SQL: + // an extension exists to rescue whoever has not confirmed, and free agents + // waitlisted by the cutoff are the ones with the most to lose by not hearing + // about it -- the draft re-admits exactly the waitlisted agents that checked + // in. private async pendingCheckInRecipients( tournamentId: string, ): Promise> { const rows = await this.postgres.query>( - `SELECT DISTINCT steam_id::text AS steam_id FROM ( - SELECT ttr.player_steam_id AS steam_id - FROM tournament_team_roster ttr - JOIN tournament_teams tt ON tt.id = ttr.tournament_team_id - WHERE tt.tournament_id = $1::uuid - AND tt.checked_in_at IS NULL - UNION - SELECT tt.owner_steam_id AS steam_id - FROM tournament_teams tt - WHERE tt.tournament_id = $1::uuid - AND tt.checked_in_at IS NULL - AND tt.owner_steam_id IS NOT NULL - ) pending`, + `SELECT steam_id::text AS steam_id + FROM tournament_pending_check_in_recipients($1::uuid)`, [tournamentId], ); @@ -1276,13 +1285,25 @@ export class TournamentsController { // Nothing was claimed, and the statement is silent about why. This either // names the refusal or returns, which happens for one reason only: the - // player already spent this link and holds the unlock already. + // player already spent this link. await this.explainRefusedInviteCode( tournament_id, code ?? "", data.user.steam_id, ); + // Spending the link is recorded on the use row, but what lets them in is + // the unlock -- and the two can come apart (an organizer revoking an unlock, + // a claim whose ON CONFLICT swallowed it). Re-granting it here is what stops + // a spent link from answering "accepted" to a player registration still + // refuses; the use row is untouched, so it costs the code nothing. + await this.postgres.query( + `INSERT INTO tournament_registration_unlocks (tournament_id, player_steam_id) + VALUES ($1::uuid, $2::bigint) + ON CONFLICT DO NOTHING`, + [tournament_id, data.user.steam_id], + ); + return { success: true }; } diff --git a/test/tournament-check-in-and-free-agents.spec.ts b/test/tournament-check-in-and-free-agents.spec.ts index 384c233f1..21fde650a 100644 --- a/test/tournament-check-in-and-free-agents.spec.ts +++ b/test/tournament-check-in-and-free-agents.spec.ts @@ -332,6 +332,57 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", expect(await teamCheckedIn(teamId)).toBe(true); }); + // Removing the people who confirmed is a withdrawal with the row deleted: + // left to the UPDATE path alone, a captain could seed an unconfirmed lineup + // simply by dropping the players whose stamps carried the team. + it("drops the roll-up when a confirmed player leaves the roster", async () => { + const t = await createTournament({ + start: "3 days", + columns: { check_in_required: true, check_in_setting: "Players" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const [owner, mate] = await fx.players(2); + const teamId = await registerTeam(t.id, "Roster", [owner, mate]); + + await postgres.query( + "UPDATE tournaments SET start = now() + interval '30 minutes' WHERE id = $1", + [t.id], + ); + + await confirmPlayer(teamId, owner); + await confirmPlayer(teamId, mate); + expect(await teamCheckedIn(teamId)).toBe(true); + + await postgres.query( + `DELETE FROM tournament_team_roster + WHERE tournament_team_id = $1 AND player_steam_id = $2`, + [teamId, mate], + ); + expect(await teamCheckedIn(teamId)).toBe(false); + }); + + // The mirror of the re-admit rule below: a player who never confirmed was + // not holding the roll-up up, so their removal cannot break one. + it("leaves an auto-stamped team alone when an unconfirmed player leaves", async () => { + const t = await createTournament({ + start: "30 minutes", + columns: { check_in_required: true, check_in_setting: "Players" }, + }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + + const players = await fx.players(2); + const teamId = await registerTeam(t.id, "Auto", players); + expect(await teamCheckedIn(teamId)).toBe(true); + + await postgres.query( + `DELETE FROM tournament_team_roster + WHERE tournament_team_id = $1 AND player_steam_id = $2`, + [teamId, players[1]], + ); + expect(await teamCheckedIn(teamId)).toBe(true); + }); + it("never lets a withdrawal reverse an organizer re-admit", async () => { const t = await createTournament({ start: "3 days", @@ -448,7 +499,10 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", expect(closed.status).toBe("RegistrationClosed"); }); - it("allows the extend path back to RegistrationOpen", async () => { + // Not what extendTournamentCheckIn does -- that leaves the tournament held + // -- but an organizer deliberately enlarging the field still has to be able + // to re-open signups out of the hold. + it("allows an organizer back to RegistrationOpen", async () => { const t = await createTournament({ start: "30 minutes", columns: { check_in_required: true }, @@ -1204,5 +1258,74 @@ describe("tournament check-in, registration rules and free agents (SQL-driven)", expect(await status(t.id)).toBe("CheckInReview"); }); + + // An extension is for the field that is already in. The hold stays -- it is + // what keeps registration shut to newcomers who would be auto-stamped as + // checked in on the way past -- and only the deadline moves. + it("re-opens check-in from the hold without re-opening registration", async () => { + const t = await closingField(2); + await job().process(); + expect(await status(t.id)).toBe("CheckInReview"); + + await controller().extendTournamentCheckIn({ + user: { name: "Organizer", role: "user", steam_id: t.organizer }, + tournament_id: t.id, + minutes: 5, + }); + + expect(await status(t.id)).toBe("CheckInReview"); + + const [window] = await postgres.query>( + `SELECT tournament_check_in_open(t) AS open + FROM tournaments t WHERE t.id = $1`, + [t.id], + ); + expect(window.open).toBe(true); + + // The pass has to leave the live extension alone and come back for its + // deadline -- once. Keyed on the deadline it closed rather than on the + // status, which cannot tell an extension apart from the hold it runs in. + await job().process(); + expect(await status(t.id)).toBe("CheckInReview"); + + await postgres.query( + "UPDATE tournaments SET check_in_ends_at = now() - interval '1 minute' WHERE id = $1", + [t.id], + ); + notifications.notifyPlayers.mockClear(); + + await job().process(); + expect(await status(t.id)).toBe("CheckInReview"); + expect(notifications.notifyPlayers).toHaveBeenCalledTimes(1); + + notifications.notifyPlayers.mockClear(); + await job().process(); + expect(notifications.notifyPlayers).not.toHaveBeenCalled(); + }); + + // The whole point of extending: the team that shows up in the extra minutes + // is seeded, and the tournament closes on its own. + it("closes into RegistrationClosed once the missing team confirms", async () => { + const t = await closingField(2); + await job().process(); + + await controller().extendTournamentCheckIn({ + user: { name: "Organizer", role: "user", steam_id: t.organizer }, + tournament_id: t.id, + minutes: 5, + }); + + await postgres.query( + "UPDATE tournament_teams SET checked_in_at = now() WHERE tournament_id = $1", + [t.id], + ); + await postgres.query( + "UPDATE tournaments SET check_in_ends_at = now() - interval '1 minute' WHERE id = $1", + [t.id], + ); + + await job().process(); + expect(await status(t.id)).toBe("RegistrationClosed"); + }); }); }); diff --git a/test/tournament-invite-codes.spec.ts b/test/tournament-invite-codes.spec.ts index 15f8b8a1d..1a017f038 100644 --- a/test/tournament-invite-codes.spec.ts +++ b/test/tournament-invite-codes.spec.ts @@ -392,6 +392,34 @@ describe("tournament invite codes (SQL-driven)", () => { expect((await codeRow(code.id)).uses).toBe(1); expect(await usedBy(code.id)).toEqual([player]); }); + + // The use row records that the link was spent; the unlock is what actually + // lets them register, and the two can come apart -- an organizer may delete + // an unlock. Answering "accepted" off the use row alone left the player + // holding a spent link and no way in. + it("re-grants the unlock when the spent link is opened again", async () => { + const t = await createTournament(); + const code = await mint(t.id, t.organizer); + const player = await fx.player(); + + await redeem(t.id, player, code.code); + + await postgres.query( + "DELETE FROM tournament_registration_unlocks WHERE tournament_id = $1 AND player_steam_id = $2", + [t.id, player], + ); + expect(await unlocked(t.id, player)).toBe(false); + await expect(registerTeam(t.id, player)).rejects.toThrow(/invite only/i); + + await expect(redeem(t.id, player, code.code)).resolves.toEqual({ + success: true, + }); + + expect(await unlocked(t.id, player)).toBe(true); + await expect(registerTeam(t.id, player)).resolves.toBeDefined(); + // Still one use: re-granting is not a second entry. + expect((await codeRow(code.id)).uses).toBe(1); + }); }); describe("max_uses", () => { diff --git a/test/tournament-invites.spec.ts b/test/tournament-invites.spec.ts index e4b4c88e2..53689e2e1 100644 --- a/test/tournament-invites.spec.ts +++ b/test/tournament-invites.spec.ts @@ -140,6 +140,23 @@ describe("tournament invites (SQL-driven)", () => { return row.unlocked; }; + // What the tournament page actually gates on, as opposed to the 3-argument + // form the insert trigger calls with the team being registered in hand. + const unlockedForSession = async (tournamentId: string, steamId: string) => { + const [row] = await postgres.query>( + `SELECT tournament_registration_unlocked_for_session(t, $2::json) AS unlocked + FROM tournaments t WHERE t.id = $1`, + [ + tournamentId, + JSON.stringify({ + "x-hasura-role": "user", + "x-hasura-user-id": steamId, + }), + ], + ); + return row.unlocked; + }; + const registerTeam = (tournamentId: string, owner: string) => runAsUser(postgres, owner, "user", (query) => query( @@ -478,6 +495,30 @@ describe("tournament invites (SQL-driven)", () => { ); }); + // The page gate has no team in hand yet, so it asks the any-team form. + // Asking the team-scoped one with a NULL team told a captain, on the very + // page they had just been invited to, that they still needed an invite. + it("reads as unlocked for whoever may register the invited team", async () => { + const t = await createTournament({ columns: { invite_only: true } }); + await setStatus(t.id, t.organizer, "RegistrationOpen"); + const team = await fx.team(); + + expect(await unlockedForSession(t.id, team.owner)).toBe(false); + + const id = await inviteTeam(t.id, team.id, t.organizer); + await controller().acceptInvite({ + user: asUser(team.owner), + invite_id: id, + type: "tournament-registration", + }); + + expect(await unlockedForSession(t.id, team.owner)).toBe(true); + // Still the team's grant and nobody else's, and still not a personal one: + // the free-agent gate asks the player-scoped form. + expect(await unlockedForSession(t.id, await fx.player())).toBe(false); + expect(await unlocked(t.id, team.owner)).toBe(false); + }); + // A team-scoped grant is not a personal one: the same admin bringing a // different team is still outside. it("does not let the accepting admin register some other team", async () => { diff --git a/test/tournament-pre-start-matches.spec.ts b/test/tournament-pre-start-matches.spec.ts index 783b80605..8c5355e33 100644 --- a/test/tournament-pre-start-matches.spec.ts +++ b/test/tournament-pre-start-matches.spec.ts @@ -196,7 +196,10 @@ describe("tournament matches before the tournament starts (SQL-driven)", () => { }); describe("the gate refuses every route", () => { - it("refuses the scheduler, an organizer and a raw write alike", async () => { + // A session-less write is the internal path -- reset_tournament_match parks + // a bracket by design and has nobody to hand an error to -- so it is held + // at 'Scheduled' silently. + it("parks every route onto the playable ladder", async () => { const t = await closedCup(); const [match] = await tournamentMatches(t.id); @@ -212,10 +215,22 @@ describe("tournament matches before the tournament starts (SQL-driven)", () => { ]); expect(await matchStatus(match.id)).toBe("Scheduled"); } + }); + + // A request is told instead. Rewriting the status under a caller hands it a + // successful UPDATE over a row that did not move: startMatch reads the + // result back and reports "the server is not available", and every other + // caller reports nothing at all. + it("refuses a requested start rather than silently undoing it", async () => { + const t = await closedCup(); + const [match] = await tournamentMatches(t.id); + + await expect( + runAsUser(postgres, t.organizer, "admin", (query) => + query("UPDATE matches SET status = 'Live' WHERE id = $1", [match.id]), + ), + ).rejects.toThrow(/cannot start before its tournament/i); - await runAsUser(postgres, t.organizer, "admin", (query) => - query("UPDATE matches SET status = 'Live' WHERE id = $1", [match.id]), - ); expect(await matchStatus(match.id)).toBe("Scheduled"); }); From c554e3093350f0416b48fe98c4caabba0174825f Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Mon, 31 Aug 2026 11:56:58 -0400 Subject: [PATCH 17/17] wip --- generated/schema.graphql | 64 ++++++++++++++++++ generated/schema.ts | 66 ++++++++++++++++--- generated/types.ts | 60 +++++++++++++++++ .../functions/generate_secure_invite_code.sql | 23 +++++++ .../utility/generate_utility_invite_code.sql | 8 +++ .../default/1870000000200_events/up.sql | 18 ----- .../down.sql | 21 +----- .../up.sql | 63 +++++++++--------- hasura/triggers/events.sql | 17 +++++ 9 files changed, 262 insertions(+), 78 deletions(-) create mode 100644 hasura/functions/generate_secure_invite_code.sql create mode 100644 hasura/functions/utility/generate_utility_invite_code.sql create mode 100644 hasura/triggers/events.sql diff --git a/generated/schema.graphql b/generated/schema.graphql index 4a16d4a4e..1b7c659c0 100644 --- a/generated/schema.graphql +++ b/generated/schema.graphql @@ -121140,8 +121140,14 @@ type tournaments { """filter the rows returned""" where: tournament_categories_bool_exp ): tournament_categories_aggregate! + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: timestamptz check_in_closes_before_minutes: Int! + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: timestamptz + """When the check-in window closes; NULL until it opens""" check_in_ends_at: timestamptz @@ -121794,7 +121800,9 @@ input tournaments_bool_exp { can_start: Boolean_comparison_exp categories: tournament_categories_bool_exp categories_aggregate: tournament_categories_aggregate_bool_exp + check_in_closed_for: timestamptz_comparison_exp check_in_closes_before_minutes: Int_comparison_exp + check_in_closing_notified_for: timestamptz_comparison_exp check_in_ends_at: timestamptz_comparison_exp check_in_open: Boolean_comparison_exp check_in_opens_before_minutes: Int_comparison_exp @@ -121909,8 +121917,14 @@ input tournaments_insert_input { awards_enabled: Boolean banner: String categories: tournament_categories_arr_rel_insert_input + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: timestamptz check_in_closes_before_minutes: Int + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: timestamptz + """When the check-in window closes; NULL until it opens""" check_in_ends_at: timestamptz check_in_opens_before_minutes: Int @@ -121977,8 +121991,14 @@ input tournaments_insert_input { """aggregate max on columns""" type tournaments_max_fields { banner: String + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: timestamptz check_in_closes_before_minutes: Int + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: timestamptz + """When the check-in window closes; NULL until it opens""" check_in_ends_at: timestamptz check_in_opens_before_minutes: Int @@ -122025,8 +122045,14 @@ order by max() on columns of table "tournaments" """ input tournaments_max_order_by { banner: order_by + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: order_by check_in_closes_before_minutes: order_by + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: order_by + """When the check-in window closes; NULL until it opens""" check_in_ends_at: order_by check_in_opens_before_minutes: order_by @@ -122056,8 +122082,14 @@ input tournaments_max_order_by { """aggregate min on columns""" type tournaments_min_fields { banner: String + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: timestamptz check_in_closes_before_minutes: Int + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: timestamptz + """When the check-in window closes; NULL until it opens""" check_in_ends_at: timestamptz check_in_opens_before_minutes: Int @@ -122104,8 +122136,14 @@ order by min() on columns of table "tournaments" """ input tournaments_min_order_by { banner: order_by + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: order_by check_in_closes_before_minutes: order_by + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: order_by + """When the check-in window closes; NULL until it opens""" check_in_ends_at: order_by check_in_opens_before_minutes: order_by @@ -122180,7 +122218,9 @@ input tournaments_order_by { can_setup: order_by can_start: order_by categories_aggregate: tournament_categories_aggregate_order_by + check_in_closed_for: order_by check_in_closes_before_minutes: order_by + check_in_closing_notified_for: order_by check_in_ends_at: order_by check_in_open: order_by check_in_opens_before_minutes: order_by @@ -122265,9 +122305,15 @@ enum tournaments_select_column { """column name""" banner + """column name""" + check_in_closed_for + """column name""" check_in_closes_before_minutes + """column name""" + check_in_closing_notified_for + """column name""" check_in_ends_at @@ -122614,8 +122660,14 @@ input tournaments_set_input { auto_start: Boolean awards_enabled: Boolean banner: String + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: timestamptz check_in_closes_before_minutes: Int + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: timestamptz + """When the check-in window closes; NULL until it opens""" check_in_ends_at: timestamptz check_in_opens_before_minutes: Int @@ -122800,8 +122852,14 @@ input tournaments_stream_cursor_value_input { auto_start: Boolean awards_enabled: Boolean banner: String + + """The check_in_ends_at the close pass has already acted on""" + check_in_closed_for: timestamptz check_in_closes_before_minutes: Int + """The check_in_ends_at the closing reminder was sent for""" + check_in_closing_notified_for: timestamptz + """When the check-in window closes; NULL until it opens""" check_in_ends_at: timestamptz check_in_opens_before_minutes: Int @@ -122905,9 +122963,15 @@ enum tournaments_update_column { """column name""" banner + """column name""" + check_in_closed_for + """column name""" check_in_closes_before_minutes + """column name""" + check_in_closing_notified_for + """column name""" check_in_ends_at diff --git a/generated/schema.ts b/generated/schema.ts index 244443357..cf1294428 100644 --- a/generated/schema.ts +++ b/generated/schema.ts @@ -35220,7 +35220,11 @@ export interface tournaments { categories: tournament_categories[] /** An aggregate relationship */ categories_aggregate: tournament_categories_aggregate + /** The check_in_ends_at the close pass has already acted on */ + check_in_closed_for: (Scalars['timestamptz'] | null) check_in_closes_before_minutes: Scalars['Int'] + /** The check_in_ends_at the closing reminder was sent for */ + check_in_closing_notified_for: (Scalars['timestamptz'] | null) /** When the check-in window closes; NULL until it opens */ check_in_ends_at: (Scalars['timestamptz'] | null) /** A computed field, executes function "tournament_check_in_open" */ @@ -35383,7 +35387,11 @@ export type tournaments_constraint = 'tournaments_match_options_id_key' | 'tourn /** aggregate max on columns */ export interface tournaments_max_fields { banner: (Scalars['String'] | null) + /** The check_in_ends_at the close pass has already acted on */ + check_in_closed_for: (Scalars['timestamptz'] | null) check_in_closes_before_minutes: (Scalars['Int'] | null) + /** The check_in_ends_at the closing reminder was sent for */ + check_in_closing_notified_for: (Scalars['timestamptz'] | null) /** When the check-in window closes; NULL until it opens */ check_in_ends_at: (Scalars['timestamptz'] | null) check_in_opens_before_minutes: (Scalars['Int'] | null) @@ -35420,7 +35428,11 @@ export interface tournaments_max_fields { /** aggregate min on columns */ export interface tournaments_min_fields { banner: (Scalars['String'] | null) + /** The check_in_ends_at the close pass has already acted on */ + check_in_closed_for: (Scalars['timestamptz'] | null) check_in_closes_before_minutes: (Scalars['Int'] | null) + /** The check_in_ends_at the closing reminder was sent for */ + check_in_closing_notified_for: (Scalars['timestamptz'] | null) /** When the check-in window closes; NULL until it opens */ check_in_ends_at: (Scalars['timestamptz'] | null) check_in_opens_before_minutes: (Scalars['Int'] | null) @@ -35465,7 +35477,7 @@ export interface tournaments_mutation_response { /** select columns of table "tournaments" */ -export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' +export type tournaments_select_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closed_for' | 'check_in_closes_before_minutes' | 'check_in_closing_notified_for' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' /** select "tournaments_aggregate_bool_exp_avg_arguments_columns" columns of table "tournaments" */ @@ -35585,7 +35597,7 @@ export interface tournaments_sum_fields { /** update columns of table "tournaments" */ -export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closes_before_minutes' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' +export type tournaments_update_column = 'auto_start' | 'awards_enabled' | 'banner' | 'check_in_closed_for' | 'check_in_closes_before_minutes' | 'check_in_closing_notified_for' | 'check_in_ends_at' | 'check_in_opens_before_minutes' | 'check_in_required' | 'check_in_setting' | 'created_at' | 'description' | 'discord_guild_id' | 'discord_notifications_enabled' | 'discord_notify_Canceled' | 'discord_notify_Finished' | 'discord_notify_Forfeit' | 'discord_notify_Live' | 'discord_notify_MapPaused' | 'discord_notify_PickingPlayers' | 'discord_notify_Scheduled' | 'discord_notify_Surrendered' | 'discord_notify_Tie' | 'discord_notify_Veto' | 'discord_notify_WaitingForCheckIn' | 'discord_notify_WaitingForServer' | 'discord_role_id' | 'discord_voice_enabled' | 'discord_webhook' | 'homepage' | 'id' | 'invite_only' | 'is_league' | 'latitude' | 'location' | 'logo' | 'longitude' | 'match_options_id' | 'max_elo' | 'min_elo' | 'min_role' | 'name' | 'organizer_steam_id' | 'regions' | 'registration_type' | 'scheduling_mode' | 'start' | 'status' /** aggregate var_pop on columns */ @@ -113132,7 +113144,11 @@ export interface tournamentsGenqlSelection{ order_by?: (tournament_categories_order_by[] | null), /** filter the rows returned */ where?: (tournament_categories_bool_exp | null)} }) + /** The check_in_ends_at the close pass has already acted on */ + check_in_closed_for?: boolean | number check_in_closes_before_minutes?: boolean | number + /** The check_in_ends_at the closing reminder was sent for */ + check_in_closing_notified_for?: boolean | number /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: boolean | number /** A computed field, executes function "tournament_check_in_open" */ @@ -113515,7 +113531,7 @@ export interface tournaments_avg_order_by {check_in_closes_before_minutes?: (ord /** 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),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_review_check_in?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),check_in_closes_before_minutes?: (Int_comparison_exp | null),check_in_ends_at?: (timestamptz_comparison_exp | null),check_in_open?: (Boolean_comparison_exp | null),check_in_opens_before_minutes?: (Int_comparison_exp | null),check_in_required?: (Boolean_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),check_in_started?: (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),free_agents?: (tournament_free_agents_bool_exp | null),free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_only?: (Boolean_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),meets_min_role?: (Boolean_comparison_exp | null),min_elo?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),min_role?: (e_player_roles_enum_comparison_exp | null),missed_check_in_count?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),registration_type?: (e_tournament_registration_types_enum_comparison_exp | null),registration_unlocked?: (Boolean_comparison_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)} +export interface tournaments_bool_exp {_and?: (tournaments_bool_exp[] | null),_not?: (tournaments_bool_exp | null),_or?: (tournaments_bool_exp[] | null),admin?: (players_bool_exp | null),auto_start?: (Boolean_comparison_exp | null),award_configs?: (tournament_awards_bool_exp | null),award_configs_aggregate?: (tournament_awards_aggregate_bool_exp | null),awards?: (award_recipients_bool_exp | null),awards_aggregate?: (award_recipients_aggregate_bool_exp | null),awards_enabled?: (Boolean_comparison_exp | null),banner?: (String_comparison_exp | null),can_cancel?: (Boolean_comparison_exp | null),can_close_registration?: (Boolean_comparison_exp | null),can_join?: (Boolean_comparison_exp | null),can_open_registration?: (Boolean_comparison_exp | null),can_pause?: (Boolean_comparison_exp | null),can_resume?: (Boolean_comparison_exp | null),can_review_check_in?: (Boolean_comparison_exp | null),can_setup?: (Boolean_comparison_exp | null),can_start?: (Boolean_comparison_exp | null),categories?: (tournament_categories_bool_exp | null),categories_aggregate?: (tournament_categories_aggregate_bool_exp | null),check_in_closed_for?: (timestamptz_comparison_exp | null),check_in_closes_before_minutes?: (Int_comparison_exp | null),check_in_closing_notified_for?: (timestamptz_comparison_exp | null),check_in_ends_at?: (timestamptz_comparison_exp | null),check_in_open?: (Boolean_comparison_exp | null),check_in_opens_before_minutes?: (Int_comparison_exp | null),check_in_required?: (Boolean_comparison_exp | null),check_in_setting?: (e_check_in_settings_enum_comparison_exp | null),check_in_started?: (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),free_agents?: (tournament_free_agents_bool_exp | null),free_agents_aggregate?: (tournament_free_agents_aggregate_bool_exp | null),has_min_teams?: (Boolean_comparison_exp | null),homepage?: (String_comparison_exp | null),id?: (uuid_comparison_exp | null),invite_only?: (Boolean_comparison_exp | null),is_league?: (Boolean_comparison_exp | null),is_organizer?: (Boolean_comparison_exp | null),joined_tournament?: (Boolean_comparison_exp | null),latitude?: (float8_comparison_exp | null),league_season_division?: (league_season_divisions_bool_exp | null),location?: (String_comparison_exp | null),logo?: (String_comparison_exp | null),longitude?: (float8_comparison_exp | null),match_options_id?: (uuid_comparison_exp | null),max_elo?: (Int_comparison_exp | null),max_players_per_lineup?: (Int_comparison_exp | null),meets_min_role?: (Boolean_comparison_exp | null),min_elo?: (Int_comparison_exp | null),min_players_per_lineup?: (Int_comparison_exp | null),min_role?: (e_player_roles_enum_comparison_exp | null),missed_check_in_count?: (Int_comparison_exp | null),name?: (String_comparison_exp | null),options?: (match_options_bool_exp | null),organizer_steam_id?: (bigint_comparison_exp | null),organizer_teams?: (tournament_organizer_teams_bool_exp | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_bool_exp | null),organizers?: (tournament_organizers_bool_exp | null),organizers_aggregate?: (tournament_organizers_aggregate_bool_exp | null),player_stats?: (v_tournament_player_stats_bool_exp | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_bool_exp | null),prizes?: (tournament_prizes_bool_exp | null),prizes_aggregate?: (tournament_prizes_aggregate_bool_exp | null),regions?: (String_array_comparison_exp | null),registration_type?: (e_tournament_registration_types_enum_comparison_exp | null),registration_unlocked?: (Boolean_comparison_exp | null),results?: (v_team_tournament_results_bool_exp | null),results_aggregate?: (v_team_tournament_results_aggregate_bool_exp | null),rosters?: (tournament_team_roster_bool_exp | null),rosters_aggregate?: (tournament_team_roster_aggregate_bool_exp | null),scheduling_mode?: (String_comparison_exp | null),stages?: (tournament_stages_bool_exp | null),stages_aggregate?: (tournament_stages_aggregate_bool_exp | null),start?: (timestamptz_comparison_exp | null),status?: (e_tournament_status_enum_comparison_exp | null),teams?: (tournament_teams_bool_exp | null),teams_aggregate?: (tournament_teams_aggregate_bool_exp | null)} /** input type for incrementing numeric columns in table "tournaments" */ @@ -113523,7 +113539,11 @@ export interface tournaments_inc_input {check_in_closes_before_minutes?: (Scalar /** 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),award_configs?: (tournament_awards_arr_rel_insert_input | null),awards?: (award_recipients_arr_rel_insert_input | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),categories?: (tournament_categories_arr_rel_insert_input | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +export interface tournaments_insert_input {admin?: (players_obj_rel_insert_input | null),auto_start?: (Scalars['Boolean'] | null),award_configs?: (tournament_awards_arr_rel_insert_input | null),awards?: (award_recipients_arr_rel_insert_input | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),categories?: (tournament_categories_arr_rel_insert_input | null), +/** The check_in_ends_at the close pass has already acted on */ +check_in_closed_for?: (Scalars['timestamptz'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +/** The check_in_ends_at the closing reminder was sent for */ +check_in_closing_notified_for?: (Scalars['timestamptz'] | null), /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),check_in_required?: (Scalars['Boolean'] | null), /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ @@ -113535,7 +113555,11 @@ regions?: (Scalars['String'][] | null),registration_type?: (e_tournament_registr /** aggregate max on columns */ export interface tournaments_max_fieldsGenqlSelection{ banner?: boolean | number + /** The check_in_ends_at the close pass has already acted on */ + check_in_closed_for?: boolean | number check_in_closes_before_minutes?: boolean | number + /** The check_in_ends_at the closing reminder was sent for */ + check_in_closing_notified_for?: boolean | number /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: boolean | number check_in_opens_before_minutes?: boolean | number @@ -113571,7 +113595,11 @@ export interface tournaments_max_fieldsGenqlSelection{ /** order by max() on columns of table "tournaments" */ -export interface tournaments_max_order_by {banner?: (order_by | null),check_in_closes_before_minutes?: (order_by | null), +export interface tournaments_max_order_by {banner?: (order_by | null), +/** The check_in_ends_at the close pass has already acted on */ +check_in_closed_for?: (order_by | null),check_in_closes_before_minutes?: (order_by | null), +/** The check_in_ends_at the closing reminder was sent for */ +check_in_closing_notified_for?: (order_by | null), /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null), /** Preferred server regions for hosted matches */ @@ -113581,7 +113609,11 @@ regions?: (order_by | null),scheduling_mode?: (order_by | null),start?: (order_b /** aggregate min on columns */ export interface tournaments_min_fieldsGenqlSelection{ banner?: boolean | number + /** The check_in_ends_at the close pass has already acted on */ + check_in_closed_for?: boolean | number check_in_closes_before_minutes?: boolean | number + /** The check_in_ends_at the closing reminder was sent for */ + check_in_closing_notified_for?: boolean | number /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: boolean | number check_in_opens_before_minutes?: boolean | number @@ -113617,7 +113649,11 @@ export interface tournaments_min_fieldsGenqlSelection{ /** order by min() on columns of table "tournaments" */ -export interface tournaments_min_order_by {banner?: (order_by | null),check_in_closes_before_minutes?: (order_by | null), +export interface tournaments_min_order_by {banner?: (order_by | null), +/** The check_in_ends_at the close pass has already acted on */ +check_in_closed_for?: (order_by | null),check_in_closes_before_minutes?: (order_by | null), +/** The check_in_ends_at the closing reminder was sent for */ +check_in_closing_notified_for?: (order_by | null), /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),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),homepage?: (order_by | null),id?: (order_by | null),latitude?: (order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),min_elo?: (order_by | null),name?: (order_by | null),organizer_steam_id?: (order_by | null), /** Preferred server regions for hosted matches */ @@ -113646,7 +113682,7 @@ export interface tournaments_on_conflict {constraint: tournaments_constraint,upd /** Ordering options when selecting data from "tournaments". */ -export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_review_check_in?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),check_in_closes_before_minutes?: (order_by | null),check_in_ends_at?: (order_by | null),check_in_open?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),check_in_required?: (order_by | null),check_in_setting?: (order_by | null),check_in_started?: (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),free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),invite_only?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),max_players_per_lineup?: (order_by | null),meets_min_role?: (order_by | null),min_elo?: (order_by | null),min_players_per_lineup?: (order_by | null),min_role?: (order_by | null),missed_check_in_count?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),regions?: (order_by | null),registration_type?: (order_by | null),registration_unlocked?: (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)} +export interface tournaments_order_by {admin?: (players_order_by | null),auto_start?: (order_by | null),award_configs_aggregate?: (tournament_awards_aggregate_order_by | null),awards_aggregate?: (award_recipients_aggregate_order_by | null),awards_enabled?: (order_by | null),banner?: (order_by | null),can_cancel?: (order_by | null),can_close_registration?: (order_by | null),can_join?: (order_by | null),can_open_registration?: (order_by | null),can_pause?: (order_by | null),can_resume?: (order_by | null),can_review_check_in?: (order_by | null),can_setup?: (order_by | null),can_start?: (order_by | null),categories_aggregate?: (tournament_categories_aggregate_order_by | null),check_in_closed_for?: (order_by | null),check_in_closes_before_minutes?: (order_by | null),check_in_closing_notified_for?: (order_by | null),check_in_ends_at?: (order_by | null),check_in_open?: (order_by | null),check_in_opens_before_minutes?: (order_by | null),check_in_required?: (order_by | null),check_in_setting?: (order_by | null),check_in_started?: (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),free_agents_aggregate?: (tournament_free_agents_aggregate_order_by | null),has_min_teams?: (order_by | null),homepage?: (order_by | null),id?: (order_by | null),invite_only?: (order_by | null),is_league?: (order_by | null),is_organizer?: (order_by | null),joined_tournament?: (order_by | null),latitude?: (order_by | null),league_season_division?: (league_season_divisions_order_by | null),location?: (order_by | null),logo?: (order_by | null),longitude?: (order_by | null),match_options_id?: (order_by | null),max_elo?: (order_by | null),max_players_per_lineup?: (order_by | null),meets_min_role?: (order_by | null),min_elo?: (order_by | null),min_players_per_lineup?: (order_by | null),min_role?: (order_by | null),missed_check_in_count?: (order_by | null),name?: (order_by | null),options?: (match_options_order_by | null),organizer_steam_id?: (order_by | null),organizer_teams_aggregate?: (tournament_organizer_teams_aggregate_order_by | null),organizers_aggregate?: (tournament_organizers_aggregate_order_by | null),player_stats_aggregate?: (v_tournament_player_stats_aggregate_order_by | null),prizes_aggregate?: (tournament_prizes_aggregate_order_by | null),regions?: (order_by | null),registration_type?: (order_by | null),registration_unlocked?: (order_by | null),results_aggregate?: (v_team_tournament_results_aggregate_order_by | null),rosters_aggregate?: (tournament_team_roster_aggregate_order_by | null),scheduling_mode?: (order_by | null),stages_aggregate?: (tournament_stages_aggregate_order_by | null),start?: (order_by | null),status?: (order_by | null),teams_aggregate?: (tournament_teams_aggregate_order_by | null)} /** primary key columns input for table: tournaments */ @@ -113654,7 +113690,11 @@ 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),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +export interface tournaments_set_input {auto_start?: (Scalars['Boolean'] | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null), +/** The check_in_ends_at the close pass has already acted on */ +check_in_closed_for?: (Scalars['timestamptz'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +/** The check_in_ends_at the closing reminder was sent for */ +check_in_closing_notified_for?: (Scalars['timestamptz'] | null), /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),check_in_required?: (Scalars['Boolean'] | null), /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ @@ -113744,7 +113784,11 @@ 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),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +export interface tournaments_stream_cursor_value_input {auto_start?: (Scalars['Boolean'] | null),awards_enabled?: (Scalars['Boolean'] | null),banner?: (Scalars['String'] | null), +/** The check_in_ends_at the close pass has already acted on */ +check_in_closed_for?: (Scalars['timestamptz'] | null),check_in_closes_before_minutes?: (Scalars['Int'] | null), +/** The check_in_ends_at the closing reminder was sent for */ +check_in_closing_notified_for?: (Scalars['timestamptz'] | null), /** When the check-in window closes; NULL until it opens */ check_in_ends_at?: (Scalars['timestamptz'] | null),check_in_opens_before_minutes?: (Scalars['Int'] | null),check_in_required?: (Scalars['Boolean'] | null), /** Who confirms a team: Captains, every rostered Player, or the organizer (Admin) */ @@ -155237,7 +155281,9 @@ export const enumTournamentsSelectColumn = { auto_start: 'auto_start' as const, awards_enabled: 'awards_enabled' as const, banner: 'banner' as const, + check_in_closed_for: 'check_in_closed_for' as const, check_in_closes_before_minutes: 'check_in_closes_before_minutes' as const, + check_in_closing_notified_for: 'check_in_closing_notified_for' as const, check_in_ends_at: 'check_in_ends_at' as const, check_in_opens_before_minutes: 'check_in_opens_before_minutes' as const, check_in_required: 'check_in_required' as const, @@ -155370,7 +155416,9 @@ export const enumTournamentsUpdateColumn = { auto_start: 'auto_start' as const, awards_enabled: 'awards_enabled' as const, banner: 'banner' as const, + check_in_closed_for: 'check_in_closed_for' as const, check_in_closes_before_minutes: 'check_in_closes_before_minutes' as const, + check_in_closing_notified_for: 'check_in_closing_notified_for' as const, check_in_ends_at: 'check_in_ends_at' as const, check_in_opens_before_minutes: 'check_in_opens_before_minutes' as const, check_in_required: 'check_in_required' as const, diff --git a/generated/types.ts b/generated/types.ts index 5d3181634..013b86380 100644 --- a/generated/types.ts +++ b/generated/types.ts @@ -128238,9 +128238,15 @@ export default { ] } ], + "check_in_closed_for": [ + 5243 + ], "check_in_closes_before_minutes": [ 41 ], + "check_in_closing_notified_for": [ + 5243 + ], "check_in_ends_at": [ 5243 ], @@ -129288,9 +129294,15 @@ export default { "categories_aggregate": [ 5335 ], + "check_in_closed_for": [ + 5244 + ], "check_in_closes_before_minutes": [ 42 ], + "check_in_closing_notified_for": [ + 5244 + ], "check_in_ends_at": [ 5244 ], @@ -129563,9 +129575,15 @@ export default { "categories": [ 5339 ], + "check_in_closed_for": [ + 5243 + ], "check_in_closes_before_minutes": [ 41 ], + "check_in_closing_notified_for": [ + 5243 + ], "check_in_ends_at": [ 5243 ], @@ -129736,9 +129754,15 @@ export default { "banner": [ 85 ], + "check_in_closed_for": [ + 5243 + ], "check_in_closes_before_minutes": [ 41 ], + "check_in_closing_notified_for": [ + 5243 + ], "check_in_ends_at": [ 5243 ], @@ -129819,9 +129843,15 @@ export default { "banner": [ 3648 ], + "check_in_closed_for": [ + 3648 + ], "check_in_closes_before_minutes": [ 3648 ], + "check_in_closing_notified_for": [ + 3648 + ], "check_in_ends_at": [ 3648 ], @@ -129893,9 +129923,15 @@ export default { "banner": [ 85 ], + "check_in_closed_for": [ + 5243 + ], "check_in_closes_before_minutes": [ 41 ], + "check_in_closing_notified_for": [ + 5243 + ], "check_in_ends_at": [ 5243 ], @@ -129976,9 +130012,15 @@ export default { "banner": [ 3648 ], + "check_in_closed_for": [ + 3648 + ], "check_in_closes_before_minutes": [ 3648 ], + "check_in_closing_notified_for": [ + 3648 + ], "check_in_ends_at": [ 3648 ], @@ -130131,9 +130173,15 @@ export default { "categories_aggregate": [ 5338 ], + "check_in_closed_for": [ + 3648 + ], "check_in_closes_before_minutes": [ 3648 ], + "check_in_closing_notified_for": [ + 3648 + ], "check_in_ends_at": [ 3648 ], @@ -130359,9 +130407,15 @@ export default { "banner": [ 85 ], + "check_in_closed_for": [ + 5243 + ], "check_in_closes_before_minutes": [ 41 ], + "check_in_closing_notified_for": [ + 5243 + ], "check_in_ends_at": [ 5243 ], @@ -130696,9 +130750,15 @@ export default { "banner": [ 85 ], + "check_in_closed_for": [ + 5243 + ], "check_in_closes_before_minutes": [ 41 ], + "check_in_closing_notified_for": [ + 5243 + ], "check_in_ends_at": [ 5243 ], diff --git a/hasura/functions/generate_secure_invite_code.sql b/hasura/functions/generate_secure_invite_code.sql new file mode 100644 index 000000000..6728ffa24 --- /dev/null +++ b/hasura/functions/generate_secure_invite_code.sql @@ -0,0 +1,23 @@ +-- Crockford base32 over gen_random_bytes: 10 chars, 50 bits, no ambiguous +-- glyphs, 256 % 32 == 0 so the modulo is unbiased. The generator for any code +-- handed out on a public link. +-- +-- 1885000000000_tournament_invite_codes seeds a copy when it is missing -- +-- migrations run before this phase, so a column DEFAULT calling it would not +-- resolve on a fresh install. This file stays the definition that is maintained. +CREATE OR REPLACE FUNCTION public.generate_secure_invite_code() RETURNS text + LANGUAGE plpgsql + VOLATILE + AS $fn$ +DECLARE + alphabet constant text := '0123456789ABCDEFGHJKMNPQRSTVWXYZ'; + source bytea := gen_random_bytes(10); + code text := ''; + i int; +BEGIN + FOR i IN 0..9 LOOP + code := code || substr(alphabet, (get_byte(source, i) % 32) + 1, 1); + END LOOP; + RETURN code; +END; +$fn$; diff --git a/hasura/functions/utility/generate_utility_invite_code.sql b/hasura/functions/utility/generate_utility_invite_code.sql new file mode 100644 index 000000000..5f522b7a0 --- /dev/null +++ b/hasura/functions/utility/generate_utility_invite_code.sql @@ -0,0 +1,8 @@ +-- Kept as its own name and signature because utility_practice_sessions.invite_code +-- defaults to it; the algorithm itself lives in generate_secure_invite_code(). +CREATE OR REPLACE FUNCTION public.generate_utility_invite_code() RETURNS text + LANGUAGE sql + VOLATILE + AS $fn$ + SELECT public.generate_secure_invite_code(); +$fn$; diff --git a/hasura/migrations/default/1870000000200_events/up.sql b/hasura/migrations/default/1870000000200_events/up.sql index de8de8aac..3c631f52f 100644 --- a/hasura/migrations/default/1870000000200_events/up.sql +++ b/hasura/migrations/default/1870000000200_events/up.sql @@ -96,24 +96,6 @@ ALTER TABLE public.events ADD COLUMN IF NOT EXISTS banner_media_id uuid REFERENCES public.event_media(id) ON DELETE SET NULL; --- A single-column FK cannot enforce that the banner belongs to this event. -CREATE OR REPLACE FUNCTION public.tg_events_banner_same_event() RETURNS trigger -LANGUAGE plpgsql AS $$ -BEGIN - IF NEW.banner_media_id IS NOT NULL AND NOT EXISTS ( - SELECT 1 FROM public.event_media m - WHERE m.id = NEW.banner_media_id AND m.event_id = NEW.id - ) THEN - RAISE EXCEPTION 'banner_media_id must reference media of the same event'; - END IF; - RETURN NEW; -END $$; - -DROP TRIGGER IF EXISTS tg_events_banner_same_event ON public.events; -CREATE TRIGGER tg_events_banner_same_event - BEFORE INSERT OR UPDATE OF banner_media_id ON public.events - FOR EACH ROW EXECUTE FUNCTION public.tg_events_banner_same_event(); - -- Media items can tag the players featured in them. CREATE TABLE IF NOT EXISTS public.event_media_players ( media_id uuid NOT NULL REFERENCES public.event_media(id) ON DELETE CASCADE, diff --git a/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql b/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql index 7c2456ec8..9ce65fb3a 100644 --- a/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql +++ b/hasura/migrations/default/1885000000000_tournament_invite_codes/down.sql @@ -41,21 +41,6 @@ ALTER TABLE public.tournament_invites DROP TABLE IF EXISTS public.tournament_invite_code_uses; DROP TABLE IF EXISTS public.tournament_invite_codes; -CREATE OR REPLACE FUNCTION public.generate_utility_invite_code() RETURNS text - LANGUAGE plpgsql - VOLATILE - AS $fn$ -DECLARE - alphabet constant text := '0123456789ABCDEFGHJKMNPQRSTVWXYZ'; - source bytea := gen_random_bytes(10); - code text := ''; - i int; -BEGIN - FOR i IN 0..9 LOOP - code := code || substr(alphabet, (get_byte(source, i) % 32) + 1, 1); - END LOOP; - RETURN code; -END; -$fn$; - -DROP FUNCTION IF EXISTS public.generate_secure_invite_code(); +-- generate_secure_invite_code() and generate_utility_invite_code() are left +-- alone: hasura/functions owns both, and dropping the generator would break the +-- utility_practice_sessions default that delegates to it. diff --git a/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql b/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql index f868e4245..94d1e8237 100644 --- a/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql +++ b/hasura/migrations/default/1885000000000_tournament_invite_codes/up.sql @@ -1,37 +1,34 @@ --- Crockford base32 over gen_random_bytes: 10 chars, 50 bits, no ambiguous --- glyphs, 256 % 32 == 0 so the modulo is unbiased. It arrived with the utility --- practice sessions and is the right algorithm for any link handed out in --- public, so it moves here and generate_utility_invite_code() delegates -- its --- name and signature are untouched, which is what keeps the --- utility_practice_sessions.invite_code default working. --- --- This has to be a migration rather than a hasura/functions file: migrations run --- before the functions phase, so the tournament_invite_codes.code DEFAULT below --- would not resolve on a fresh install. 1880000000000_utility_lineups documents --- the same trap for generate_invite_code(). -CREATE OR REPLACE FUNCTION public.generate_secure_invite_code() RETURNS text - LANGUAGE plpgsql - VOLATILE - AS $fn$ -DECLARE - alphabet constant text := '0123456789ABCDEFGHJKMNPQRSTVWXYZ'; - source bytea := gen_random_bytes(10); - code text := ''; - i int; +-- hasura/functions/generate_secure_invite_code.sql is the maintained +-- definition; generate_utility_invite_code() delegates to it there. Seed it here +-- when it is missing, because migrations run before the functions phase and the +-- tournament_invite_codes.code DEFAULT below would not resolve on a fresh +-- install. Guarded rather than CREATE OR REPLACE so it cannot overwrite a body +-- the functions phase already put in place -- 1880000000000_utility_lineups +-- documents the same trap for generate_invite_code(). +DO $do$ BEGIN - FOR i IN 0..9 LOOP - code := code || substr(alphabet, (get_byte(source, i) % 32) + 1, 1); - END LOOP; - RETURN code; -END; -$fn$; - -CREATE OR REPLACE FUNCTION public.generate_utility_invite_code() RETURNS text - LANGUAGE sql - VOLATILE - AS $fn$ - SELECT public.generate_secure_invite_code(); -$fn$; + IF to_regprocedure('public.generate_secure_invite_code()') IS NULL THEN + EXECUTE $fn$ + CREATE FUNCTION public.generate_secure_invite_code() RETURNS text + LANGUAGE plpgsql + VOLATILE + AS $body$ + DECLARE + alphabet constant text := '0123456789ABCDEFGHJKMNPQRSTVWXYZ'; + source bytea := gen_random_bytes(10); + code text := ''; + i int; + BEGIN + FOR i IN 0..9 LOOP + code := code || substr(alphabet, (get_byte(source, i) % 32) + 1, 1); + END LOOP; + RETURN code; + END; + $body$; + $fn$; + END IF; +END +$do$; -- A tournament is advertised for weeks, so its way in cannot be a static diff --git a/hasura/triggers/events.sql b/hasura/triggers/events.sql new file mode 100644 index 000000000..6466448bf --- /dev/null +++ b/hasura/triggers/events.sql @@ -0,0 +1,17 @@ +-- A single-column FK cannot enforce that the banner belongs to this event. +CREATE OR REPLACE FUNCTION public.tg_events_banner_same_event() RETURNS trigger +LANGUAGE plpgsql AS $$ +BEGIN + IF NEW.banner_media_id IS NOT NULL AND NOT EXISTS ( + SELECT 1 FROM public.event_media m + WHERE m.id = NEW.banner_media_id AND m.event_id = NEW.id + ) THEN + RAISE EXCEPTION 'banner_media_id must reference media of the same event'; + END IF; + RETURN NEW; +END $$; + +DROP TRIGGER IF EXISTS tg_events_banner_same_event ON public.events; +CREATE TRIGGER tg_events_banner_same_event + BEFORE INSERT OR UPDATE OF banner_media_id ON public.events + FOR EACH ROW EXECUTE FUNCTION public.tg_events_banner_same_event();